Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a3df25cb06c99faf73416738ebe3ed6f58d891fa 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-ssh11835972787334533141.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5706745410311491643.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8116455936853080826.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3070884303795160935.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-ssh2180552205654504745.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-974 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 a3df25cb06c99faf73416738ebe3ed6f58d891fa (main) Commit message: "Merge pull request #36 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.5" > 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 a3df25cb06c99faf73416738ebe3ed6f58d891fa # timeout=10 > git rev-list --no-walk c92ddd0c7e3e15c586d50481a838eca30277fa14 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-12T18:11:14.322Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-12T18:11:14.384Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-12T18:11:14.398Z] ========================================================= [2023-07-12T18:11:14.398Z] EdgeX Global Pipelines Version Info [2023-07-12T18:11:14.398Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:11:15.106Z] ------------------- [2023-07-12T18:11:15.106Z] stable info: [2023-07-12T18:11:15.106Z] ------------------- [2023-07-12T18:11:15.106Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-12T18:11:15.106Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-12T18:11:15.106Z] Message: update stable to v1.0.250 [2023-07-12T18:11:15.675Z] ------------------- [2023-07-12T18:11:15.675Z] experimental info: [2023-07-12T18:11:15.675Z] ------------------- [2023-07-12T18:11:15.675Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-12T18:11:15.675Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-12T18:11:15.675Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-12T18:11:15.822Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-07-12T18:11:15.832Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-07-12T18:11:15.841Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-12T18:11:15.850Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-12T18:11:15.858Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-12T18:11:15.869Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-12T18:11:15.879Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-12T18:11:15.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-12T18:11:15.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-12T18:11:15.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-12T18:11:15.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-12T18:11:15.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-07-12T18:11:15.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-12T18:11:15.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-12T18:11:15.969Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-12T18:11:15.978Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-12T18:11:15.987Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-12T18:11:16.006Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-12T18:11:16.026Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-12T18:11:16.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-12T18:11:16.058Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-12T18:11:16.075Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-12T18:11:16.093Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-12T18:11:16.104Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-12T18:11:16.116Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-12T18:11:16.128Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-12T18:11:16.144Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-12T18:11:16.163Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-12T18:11:16.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-12T18:11:16.200Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-12T18:11:16.221Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo [2023-07-12T18:11:16.240Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3df25c [Pipeline] echo [2023-07-12T18:11:16.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-12T18:11:16.302Z] provisioning config files... [2023-07-12T18:11:16.316Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9586769989879912179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:11:16.618Z] ---> docker-login.sh [2023-07-12T18:11:16.618Z] nexus3.edgexfoundry.org:10001 [2023-07-12T18:11:16.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:16.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:16.879Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:16.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:16.879Z] [2023-07-12T18:11:16.879Z] Login Succeeded [2023-07-12T18:11:16.879Z] nexus3.edgexfoundry.org:10002 [2023-07-12T18:11:16.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:17.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:17.140Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:17.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:17.140Z] [2023-07-12T18:11:17.140Z] Login Succeeded [2023-07-12T18:11:17.140Z] nexus3.edgexfoundry.org:10003 [2023-07-12T18:11:17.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:17.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:17.140Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:17.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:17.140Z] [2023-07-12T18:11:17.140Z] Login Succeeded [2023-07-12T18:11:17.140Z] nexus3.edgexfoundry.org:10004 [2023-07-12T18:11:17.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:17.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:17.401Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:17.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:17.401Z] [2023-07-12T18:11:17.401Z] Login Succeeded [2023-07-12T18:11:17.401Z] docker.io [2023-07-12T18:11:17.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:17.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:17.661Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:17.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:17.661Z] [2023-07-12T18:11:17.661Z] Login Succeeded [2023-07-12T18:11:17.661Z] ---> docker-login.sh ends [Pipeline] } [2023-07-12T18:11:17.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-12T18:11:18.061Z] + git rev-list -1 --merges a3df25cb06c99faf73416738ebe3ed6f58d891fa~1..a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo [2023-07-12T18:11:18.104Z] -----------> git rev-list -1 --merges a3df25cb06c99faf73416738ebe3ed6f58d891fa~1..a3df25cb06c99faf73416738ebe3ed6f58d891fa a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:11:18.104Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa [false] [Pipeline] sh [2023-07-12T18:11:18.395Z] + git log --format=format:%s -1 a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo [2023-07-12T18:11:18.411Z] ========================================================= [2023-07-12T18:11:18.411Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-12T18:11:18.411Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-12T18:11:18.744Z] + git log --format=format:%s -1 a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo [2023-07-12T18:11:18.756Z] [semverPrep] GIT_COMMIT: a3df25cb06c99faf73416738ebe3ed6f58d891fa, Commit Message: Merge pull request #36 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.5 [Pipeline] echo [2023-07-12T18:11:18.767Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-12T18:11:19.147Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-12T18:11:19.147Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-12T18:11:19.147Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-12T18:11:19.147Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-12T18:11:19.147Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-12T18:11:19.147Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-12T18:11:19.147Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:11:19.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-12T18:11:19.573Z] [2023-07-12T18:11:19.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:11:19.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-12T18:11:19.869Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-12T18:11:19.869Z] b85a868b505f: Pulling fs layer [2023-07-12T18:11:19.869Z] e2be974225ed: Pulling fs layer [2023-07-12T18:11:19.869Z] 339a4e72a1f5: Pulling fs layer [2023-07-12T18:11:19.869Z] 988bab9f4d93: Pulling fs layer [2023-07-12T18:11:19.869Z] 1469e6f7b9e6: Pulling fs layer [2023-07-12T18:11:19.869Z] eaf3925da568: Pulling fs layer [2023-07-12T18:11:19.869Z] bab4dde63d76: Pulling fs layer [2023-07-12T18:11:19.869Z] bde34c3a00c8: Pulling fs layer [2023-07-12T18:11:19.869Z] b352a97aabf1: Pulling fs layer [2023-07-12T18:11:19.869Z] 4872d77fe225: Pulling fs layer [2023-07-12T18:11:19.869Z] 5851b861e8e6: Pulling fs layer [2023-07-12T18:11:19.869Z] bab4dde63d76: Waiting [2023-07-12T18:11:19.869Z] bde34c3a00c8: Waiting [2023-07-12T18:11:19.869Z] b352a97aabf1: Waiting [2023-07-12T18:11:19.869Z] 4872d77fe225: Waiting [2023-07-12T18:11:19.869Z] 5851b861e8e6: Waiting [2023-07-12T18:11:19.869Z] 988bab9f4d93: Waiting [2023-07-12T18:11:19.869Z] 1469e6f7b9e6: Waiting [2023-07-12T18:11:19.869Z] eaf3925da568: Waiting [2023-07-12T18:11:19.869Z] e2be974225ed: Verifying Checksum [2023-07-12T18:11:19.869Z] e2be974225ed: Download complete [2023-07-12T18:11:19.869Z] 988bab9f4d93: Verifying Checksum [2023-07-12T18:11:19.869Z] 988bab9f4d93: Download complete [2023-07-12T18:11:19.869Z] 339a4e72a1f5: Verifying Checksum [2023-07-12T18:11:19.869Z] 339a4e72a1f5: Download complete [2023-07-12T18:11:19.870Z] 1469e6f7b9e6: Verifying Checksum [2023-07-12T18:11:19.870Z] 1469e6f7b9e6: Download complete [2023-07-12T18:11:19.870Z] eaf3925da568: Download complete [2023-07-12T18:11:20.131Z] bde34c3a00c8: Verifying Checksum [2023-07-12T18:11:20.131Z] bde34c3a00c8: Download complete [2023-07-12T18:11:20.131Z] b352a97aabf1: Verifying Checksum [2023-07-12T18:11:20.131Z] b352a97aabf1: Download complete [2023-07-12T18:11:20.131Z] 4872d77fe225: Verifying Checksum [2023-07-12T18:11:20.131Z] 4872d77fe225: Download complete [2023-07-12T18:11:20.131Z] 5851b861e8e6: Download complete [2023-07-12T18:11:20.131Z] b85a868b505f: Verifying Checksum [2023-07-12T18:11:20.131Z] b85a868b505f: Download complete [2023-07-12T18:11:20.392Z] bab4dde63d76: Verifying Checksum [2023-07-12T18:11:20.392Z] bab4dde63d76: Download complete [2023-07-12T18:11:21.331Z] b85a868b505f: Pull complete [2023-07-12T18:11:21.591Z] e2be974225ed: Pull complete [2023-07-12T18:11:21.851Z] 339a4e72a1f5: Pull complete [2023-07-12T18:11:22.111Z] 988bab9f4d93: Pull complete [2023-07-12T18:11:22.371Z] 1469e6f7b9e6: Pull complete [2023-07-12T18:11:22.371Z] eaf3925da568: Pull complete [2023-07-12T18:11:24.278Z] bab4dde63d76: Pull complete [2023-07-12T18:11:24.278Z] bde34c3a00c8: Pull complete [2023-07-12T18:11:24.278Z] b352a97aabf1: Pull complete [2023-07-12T18:11:24.278Z] 4872d77fe225: Pull complete [2023-07-12T18:11:24.278Z] 5851b861e8e6: Pull complete [2023-07-12T18:11:24.278Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-12T18:11:24.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-12T18:11:24.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:11:24.368Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:11:24.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-12T18:11:27.960Z] $ docker top 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 -eo pid,comm [2023-07-12T18:11:28.018Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-07-12T18:11:28.018Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-12T18:11:28.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-12T18:11:28.058Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-12T18:11:28.179Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-12T18:11:28.187Z] $ docker exec 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent [2023-07-12T18:11:28.307Z] SSH_AUTH_SOCK=/tmp/ssh-ydBgjvrijVjD/agent.32 [2023-07-12T18:11:28.307Z] SSH_AGENT_PID=38 [2023-07-12T18:11:28.314Z] Running ssh-add (command line suppressed) [2023-07-12T18:11:28.443Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8325827542033461469.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8325827542033461469.key) [2023-07-12T18:11:28.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-12T18:11:28.740Z] + git tag --points-at HEAD [Pipeline] } [2023-07-12T18:11:28.762Z] $ docker exec --env ******** --env ******** 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent -k [2023-07-12T18:11:28.885Z] unset SSH_AUTH_SOCK; [2023-07-12T18:11:28.886Z] unset SSH_AGENT_PID; [2023-07-12T18:11:28.886Z] echo Agent pid 38 killed; [2023-07-12T18:11:28.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-12T18:11:28.915Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-12T18:11:28.915Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-12T18:11:29.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-12T18:11:29.055Z] $ docker exec 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent [2023-07-12T18:11:29.161Z] SSH_AUTH_SOCK=/tmp/ssh-bh2SIimWYGLO/agent.70 [2023-07-12T18:11:29.161Z] SSH_AGENT_PID=76 [2023-07-12T18:11:29.167Z] Running ssh-add (command line suppressed) [2023-07-12T18:11:29.273Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6255672134436130999.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6255672134436130999.key) [2023-07-12T18:11:29.283Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-12T18:11:29.571Z] + git semver init [2023-07-12T18:11:29.832Z] 2023-07-12 18:11:29,747 [run_init] DEBUG init version:0.0.0 force:False [2023-07-12T18:11:29.832Z] 2023-07-12 18:11:29,748 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-07-12T18:11:29.832Z] 2023-07-12 18:11:29,748 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-07-12T18:11:29.832Z] 2023-07-12 18:11:29,748 [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-07-12T18:11:30.401Z] 2023-07-12 18:11:30,351 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-07-12T18:11:30.401Z] 2023-07-12 18:11:30,352 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-07-12T18:11:30.401Z] 2023-07-12 18:11:30,352 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:11:30.401Z] 2023-07-12 18:11:30,352 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:11:30.401Z] 3.1.0-dev.14 [Pipeline] } [2023-07-12T18:11:30.416Z] $ docker exec --env ******** --env ******** 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent -k [2023-07-12T18:11:30.528Z] unset SSH_AUTH_SOCK; [2023-07-12T18:11:30.528Z] unset SSH_AGENT_PID; [2023-07-12T18:11:30.528Z] echo Agent pid 76 killed; [2023-07-12T18:11:30.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-12T18:11:30.844Z] + git semver [Pipeline] } [2023-07-12T18:11:31.121Z] $ docker stop --time=1 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 [2023-07-12T18:11:32.401Z] $ docker rm -f --volumes 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-12T18:11:32.731Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-12T18:11:32.928Z] Stashed 1 file(s) [Pipeline] echo [2023-07-12T18:11:32.931Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.14 [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-07-12T18:11:33.078Z] provisioning config files... [2023-07-12T18:11:33.087Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6322837935158637162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:11:33.384Z] ---> docker-login.sh [2023-07-12T18:11:33.384Z] nexus3.edgexfoundry.org:10001 [2023-07-12T18:11:33.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:33.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:33.384Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:33.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:33.384Z] [2023-07-12T18:11:33.384Z] Login Succeeded [2023-07-12T18:11:33.384Z] nexus3.edgexfoundry.org:10002 [2023-07-12T18:11:33.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:33.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:33.384Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:33.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:33.384Z] [2023-07-12T18:11:33.384Z] Login Succeeded [2023-07-12T18:11:33.384Z] nexus3.edgexfoundry.org:10003 [2023-07-12T18:11:33.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:33.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:33.643Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:33.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:33.643Z] [2023-07-12T18:11:33.643Z] Login Succeeded [2023-07-12T18:11:33.643Z] nexus3.edgexfoundry.org:10004 [2023-07-12T18:11:33.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:33.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:33.643Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:33.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:33.643Z] [2023-07-12T18:11:33.643Z] Login Succeeded [2023-07-12T18:11:33.643Z] docker.io [2023-07-12T18:11:33.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:11:33.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:11:33.903Z] Configure a credential helper to remove this warning. See [2023-07-12T18:11:33.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:11:33.903Z] [2023-07-12T18:11:33.903Z] Login Succeeded [2023-07-12T18:11:33.903Z] ---> docker-login.sh ends [Pipeline] } [2023-07-12T18:11:33.911Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-12T18:11:33.976Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-12T18:11:33.991Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-12T18:11:34.001Z] ========================================================= [2023-07-12T18:11:34.001Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-12T18:11:34.001Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:11:34.323Z] + 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-07-12T18:11:34.323Z] Sending build context to Docker daemon 316.9kB [2023-07-12T18:11:34.323Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-12T18:11:34.323Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-12T18:11:34.323Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-12T18:11:34.323Z] 4db1b89c0bd1: Pulling fs layer [2023-07-12T18:11:34.323Z] 6911f1a30b25: Pulling fs layer [2023-07-12T18:11:34.323Z] e194b8c5c2a9: Pulling fs layer [2023-07-12T18:11:34.323Z] 6863d3e3a2b1: Pulling fs layer [2023-07-12T18:11:34.323Z] ec0bb842ea78: Pulling fs layer [2023-07-12T18:11:34.323Z] 40a00589a448: Pulling fs layer [2023-07-12T18:11:34.323Z] 6c08303d61cc: Pulling fs layer [2023-07-12T18:11:34.323Z] 798269fcf238: Pulling fs layer [2023-07-12T18:11:34.323Z] ec0bb842ea78: Waiting [2023-07-12T18:11:34.323Z] 40a00589a448: Waiting [2023-07-12T18:11:34.323Z] 6c08303d61cc: Waiting [2023-07-12T18:11:34.323Z] 798269fcf238: Waiting [2023-07-12T18:11:34.323Z] 6863d3e3a2b1: Waiting [2023-07-12T18:11:34.323Z] 6911f1a30b25: Download complete [2023-07-12T18:11:34.323Z] 6863d3e3a2b1: Verifying Checksum [2023-07-12T18:11:34.323Z] 6863d3e3a2b1: Download complete [2023-07-12T18:11:34.323Z] ec0bb842ea78: Verifying Checksum [2023-07-12T18:11:34.323Z] ec0bb842ea78: Download complete [2023-07-12T18:11:34.323Z] 4db1b89c0bd1: Download complete [2023-07-12T18:11:34.582Z] 40a00589a448: Verifying Checksum [2023-07-12T18:11:34.582Z] 40a00589a448: Download complete [2023-07-12T18:11:34.582Z] 4db1b89c0bd1: Pull complete [2023-07-12T18:11:34.841Z] 6911f1a30b25: Pull complete [2023-07-12T18:11:35.102Z] 798269fcf238: Verifying Checksum [2023-07-12T18:11:35.102Z] 798269fcf238: Download complete [2023-07-12T18:11:35.102Z] e194b8c5c2a9: Verifying Checksum [2023-07-12T18:11:35.102Z] e194b8c5c2a9: Download complete [2023-07-12T18:11:35.361Z] 6c08303d61cc: Verifying Checksum [2023-07-12T18:11:35.361Z] 6c08303d61cc: Download complete [2023-07-12T18:11:38.656Z] e194b8c5c2a9: Pull complete [2023-07-12T18:11:38.656Z] 6863d3e3a2b1: Pull complete [2023-07-12T18:11:38.656Z] ec0bb842ea78: Pull complete [2023-07-12T18:11:38.916Z] 40a00589a448: Pull complete [2023-07-12T18:11:41.472Z] 6c08303d61cc: Pull complete [2023-07-12T18:11:42.413Z] 798269fcf238: Pull complete [2023-07-12T18:11:42.413Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-12T18:11:42.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-12T18:11:42.413Z] ---> ec979cd7f677 [2023-07-12T18:11:42.413Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-12T18:11:45.724Z] ---> Running in 0b0703e73046 [2023-07-12T18:11:45.986Z] Removing intermediate container 0b0703e73046 [2023-07-12T18:11:45.986Z] ---> a2a017970b3a [2023-07-12T18:11:45.986Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-12T18:11:45.986Z] ---> Running in 5f5da8b714f1 [2023-07-12T18:11:45.986Z] Removing intermediate container 5f5da8b714f1 [2023-07-12T18:11:45.986Z] ---> ee8ba4fa2250 [2023-07-12T18:11:45.986Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-12T18:11:45.986Z] ---> Running in 64c41bda2362 [2023-07-12T18:11:46.246Z] Removing intermediate container 64c41bda2362 [2023-07-12T18:11:46.246Z] ---> c3efe4c7126f [2023-07-12T18:11:46.246Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-12T18:11:46.246Z] ---> Running in e024bc54ce0c [2023-07-12T18:11:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-12T18:11:46.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-12T18:11:47.038Z] OK: 265 MiB in 53 packages [2023-07-12T18:11:47.297Z] Removing intermediate container e024bc54ce0c [2023-07-12T18:11:47.297Z] ---> f6c1688a5eb3 [2023-07-12T18:11:47.297Z] Step 7/12 : WORKDIR /app [2023-07-12T18:11:47.297Z] ---> Running in dd97afe359e9 [2023-07-12T18:11:47.297Z] Removing intermediate container dd97afe359e9 [2023-07-12T18:11:47.297Z] ---> e50b3d803796 [2023-07-12T18:11:47.297Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-12T18:11:47.557Z] ---> fa072951e345 [2023-07-12T18:11:47.557Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-12T18:11:47.557Z] ---> Running in 44647d02b1b0 [2023-07-12T18:11:48.027Z] Still waiting to schedule task [2023-07-12T18:11:48.027Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-07-12T18:12:43.811Z] Removing intermediate container 44647d02b1b0 [2023-07-12T18:12:43.811Z] ---> 127f0bfa8d0d [2023-07-12T18:12:43.811Z] Step 10/12 : COPY . . [2023-07-12T18:12:43.811Z] ---> e1b35640a28c [2023-07-12T18:12:43.811Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-12T18:12:43.811Z] ---> Running in f3f9f002e88b [2023-07-12T18:12:43.811Z] Removing intermediate container f3f9f002e88b [2023-07-12T18:12:43.811Z] ---> ca69b0150aa9 [2023-07-12T18:12:43.811Z] Step 12/12 : RUN $MAKE [2023-07-12T18:12:43.811Z] ---> Running in 6f2b2c58e5fb [2023-07-12T18:12:43.811Z] noop [2023-07-12T18:12:43.811Z] Removing intermediate container 6f2b2c58e5fb [2023-07-12T18:12:43.811Z] ---> 014863d476d6 [2023-07-12T18:12:43.811Z] Successfully built 014863d476d6 [2023-07-12T18:12:43.811Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:12:44.130Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-12T18:12:44.130Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:12:44.202Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:12:44.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-07-12T18:12:44.589Z] $ docker top 61228c2e442a8bb7177335ffbc0c9fa752806b2ec9140ec344476c71155d1718 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-12T18:12:44.936Z] + go version [2023-07-12T18:12:44.936Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-12T18:12:44.952Z] $ docker stop --time=1 61228c2e442a8bb7177335ffbc0c9fa752806b2ec9140ec344476c71155d1718 [2023-07-12T18:12:46.200Z] $ docker rm -f --volumes 61228c2e442a8bb7177335ffbc0c9fa752806b2ec9140ec344476c71155d1718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:12:46.601Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-12T18:12:46.601Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:12:46.665Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:12:46.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-07-12T18:12:47.032Z] $ docker top 1e90d21f564a0d238fe8b23b3c9bf1ab28ebd26a6f6c99d6bf3e6bbea4f04012 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-12T18:12:47.376Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-07-12T18:12:47.675Z] + make test [2023-07-12T18:12:47.675Z] go test -race -coverprofile=coverage.out ./... [2023-07-12T18:13:09.617Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-12T18:13:09.617Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-12T18:13:09.617Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-12T18:13:09.617Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-12T18:13:09.617Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.062s coverage: 76.9% of statements [2023-07-12T18:13:09.617Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.070s coverage: 92.9% of statements [2023-07-12T18:13:09.617Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.057s coverage: 50.0% of statements [2023-07-12T18:13:16.796Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-975 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-07-12T18:13:16.809Z] Running in /w/workspace/app-record-replay/16 [Pipeline] { [Pipeline] checkout [2023-07-12T18:13:16.836Z] Selected Git installation does not exist. Using Default [2023-07-12T18:13:16.836Z] The recommended git tool is: NONE [2023-07-12T18:13:21.833Z] using credential edgex-jenkins-ssh [2023-07-12T18:13:21.851Z] Cloning the remote Git repository [2023-07-12T18:13:21.894Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-07-12T18:13:21.977Z] > git init /w/workspace/app-record-replay/16 # timeout=10 [2023-07-12T18:13:22.105Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-07-12T18:13:22.106Z] > git --version # timeout=10 [2023-07-12T18:13:22.126Z] > git --version # 'git version 2.25.1' [2023-07-12T18:13:22.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-12T18:13:22.270Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-12T18:13:22.843Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-07-12T18:13:22.868Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-12T18:13:23.641Z] Avoid second fetch [2023-07-12T18:13:23.641Z] Checking out Revision a3df25cb06c99faf73416738ebe3ed6f58d891fa (main) [2023-07-12T18:13:24.139Z] Commit message: "Merge pull request #36 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.5" [2023-07-12T18:13:23.660Z] > git config core.sparsecheckout # timeout=10 [2023-07-12T18:13:23.720Z] > git checkout -f a3df25cb06c99faf73416738ebe3ed6f58d891fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-12T18:13:25.082Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-12T18:13:25.082Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-12T18:13:25.082Z] Dload Upload Total Spent Left Speed [2023-07-12T18:13:25.082Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 12751 93 11849 0 0 91852 0 --:--:-- --:--:-- --:--:-- 91852 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 97335 [Pipeline] sh [2023-07-12T18:13:25.732Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-12T18:13:26.056Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-12T18:13:26.056Z] + sudo tee /etc/docker/daemon.new [2023-07-12T18:13:26.056Z] { [2023-07-12T18:13:26.056Z] "registry-mirrors": [ [2023-07-12T18:13:26.056Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-12T18:13:26.056Z] ], [2023-07-12T18:13:26.056Z] "bip": "10.250.0.254/24", [2023-07-12T18:13:26.056Z] "hosts": [ [2023-07-12T18:13:26.056Z] "tcp://0.0.0.0:5555", [2023-07-12T18:13:26.056Z] "unix:///var/run/docker.sock" [2023-07-12T18:13:26.056Z] ], [2023-07-12T18:13:26.056Z] "mtu": 1458, [2023-07-12T18:13:26.056Z] "selinux-enabled": true, [2023-07-12T18:13:26.056Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-12T18:13:26.056Z] } [Pipeline] sh [2023-07-12T18:13:26.377Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-12T18:13:26.713Z] + sudo service docker restart [2023-07-12T18:13:31.571Z] go vet ./... [2023-07-12T18:13:32.948Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-12T18:13:32.948Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-12T18:13:32.948Z] ./bin/test-attribution-txt.sh [2023-07-12T18:13:33.208Z] An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add [2023-07-12T18:13:33.208Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2023-07-12T18:13:33.208Z] An attribution for golang.org/x/exp is missing from Attribution.txt, please add [Pipeline] echo [2023-07-12T18:13:33.221Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-12T18:13:33.240Z] $ docker stop --time=1 1e90d21f564a0d238fe8b23b3c9bf1ab28ebd26a6f6c99d6bf3e6bbea4f04012 [2023-07-12T18:13:37.010Z] $ docker rm -f --volumes 1e90d21f564a0d238fe8b23b3c9bf1ab28ebd26a6f6c99d6bf3e6bbea4f04012 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-12T18:13:37.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-12T18:13:37.624Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-12T18:13:38.143Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-12T18:13:38.423Z] + ls -al . [2023-07-12T18:13:38.423Z] total 164 [2023-07-12T18:13:38.423Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 12 18:12 . [2023-07-12T18:13:38.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 18:11 .. [2023-07-12T18:13:38.423Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 12 18:11 .dockerignore [2023-07-12T18:13:38.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 18:11 .git [2023-07-12T18:13:38.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:11 .github [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 12 18:11 .gitignore [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 12 18:11 .golangci.yml [2023-07-12T18:13:38.424Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 18:11 .semver [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 10245 Jul 12 18:11 Attribution.txt [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 12 18:11 CHANGELOG.md [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 12 18:11 Dockerfile [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 18:11 GOVERNANCE.md [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 12 18:11 Jenkinsfile [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 12 18:11 LICENSE [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 12 18:11 Makefile [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 12 18:11 OWNERS.md [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 12 18:11 README.md [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 4285 Jul 12 18:11 Record and Reply.postman_collection.json [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 12 18:11 VERSION [2023-07-12T18:13:38.424Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:11 bin [2023-07-12T18:13:38.424Z] -rw-r--r-- 1 jenkins jenkins 6681 Jul 12 18:13 coverage.out [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 3678 Jul 12 18:11 go.mod [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 32843 Jul 12 18:11 go.sum [2023-07-12T18:13:38.424Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 12 18:11 internal [2023-07-12T18:13:38.424Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 12 18:11 main.go [2023-07-12T18:13:38.424Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 18:11 pkg [2023-07-12T18:13:38.424Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:11 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:13:38.733Z] + 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=a3df25cb06c99faf73416738ebe3ed6f58d891fa --label arch=amd64 --label version=3.1.0-dev.14 . [2023-07-12T18:13:38.733Z] Sending build context to Docker daemon 324.6kB [2023-07-12T18:13:38.733Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-12T18:13:38.733Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-12T18:13:38.733Z] ---> 014863d476d6 [2023-07-12T18:13:38.733Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-12T18:13:38.733Z] ---> Running in 629780d72f95 [2023-07-12T18:13:38.992Z] Removing intermediate container 629780d72f95 [2023-07-12T18:13:38.992Z] ---> 3684dba7666c [2023-07-12T18:13:38.992Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-12T18:13:38.992Z] ---> Running in de1a70815fbb [2023-07-12T18:13:38.992Z] Removing intermediate container de1a70815fbb [2023-07-12T18:13:38.992Z] ---> b8ed4a1e6550 [2023-07-12T18:13:38.992Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-12T18:13:38.992Z] ---> Running in e00d715e5f12 [2023-07-12T18:13:38.992Z] Removing intermediate container e00d715e5f12 [2023-07-12T18:13:38.992Z] ---> 2c2e2a0aae5b [2023-07-12T18:13:38.992Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-12T18:13:38.992Z] ---> Running in b4a6d5a5e3c7 [2023-07-12T18:13:39.561Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-12T18:13:39.561Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-12T18:13:39.823Z] OK: 265 MiB in 53 packages [2023-07-12T18:13:40.082Z] Removing intermediate container b4a6d5a5e3c7 [2023-07-12T18:13:40.082Z] ---> cae901b229d0 [2023-07-12T18:13:40.082Z] Step 7/26 : WORKDIR /app [2023-07-12T18:13:40.082Z] ---> Running in c43fb797ff26 [2023-07-12T18:13:40.344Z] Removing intermediate container c43fb797ff26 [2023-07-12T18:13:40.344Z] ---> ba19a74f1e43 [2023-07-12T18:13:40.344Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-12T18:13:40.344Z] ---> 0b01783a9f93 [2023-07-12T18:13:40.344Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-12T18:13:40.344Z] ---> Running in 03b46ef8333e [2023-07-12T18:13:41.282Z] Removing intermediate container 03b46ef8333e [2023-07-12T18:13:41.282Z] ---> 3d2e15a8484b [2023-07-12T18:13:41.282Z] Step 10/26 : COPY . . [2023-07-12T18:13:41.282Z] ---> 64927f7f0324 [2023-07-12T18:13:41.282Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-12T18:13:41.282Z] ---> Running in 3b8793a756e9 [2023-07-12T18:13:41.541Z] Removing intermediate container 3b8793a756e9 [2023-07-12T18:13:41.541Z] ---> 1d454659b088 [2023-07-12T18:13:41.541Z] Step 12/26 : RUN $MAKE [2023-07-12T18:13:41.541Z] ---> Running in d0ae0e06ad5c [2023-07-12T18:13:41.800Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.14" -trimpath -mod=readonly -o app-record-replay [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-12T18:13:44.981Z] provisioning config files... [2023-07-12T18:13:45.008Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/16@tmp/config9932545131826971620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:13:45.351Z] ---> docker-login.sh [2023-07-12T18:13:45.351Z] nexus3.edgexfoundry.org:10001 [2023-07-12T18:13:45.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:13:45.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:13:45.896Z] Configure a credential helper to remove this warning. See [2023-07-12T18:13:45.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:13:45.896Z] [2023-07-12T18:13:45.896Z] Login Succeeded [2023-07-12T18:13:45.896Z] nexus3.edgexfoundry.org:10002 [2023-07-12T18:13:46.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:13:46.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:13:46.432Z] Configure a credential helper to remove this warning. See [2023-07-12T18:13:46.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:13:46.432Z] [2023-07-12T18:13:46.432Z] Login Succeeded [2023-07-12T18:13:46.432Z] nexus3.edgexfoundry.org:10003 [2023-07-12T18:13:46.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:13:46.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:13:46.700Z] Configure a credential helper to remove this warning. See [2023-07-12T18:13:46.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:13:46.700Z] [2023-07-12T18:13:46.700Z] Login Succeeded [2023-07-12T18:13:46.700Z] nexus3.edgexfoundry.org:10004 [2023-07-12T18:13:46.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:13:46.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:13:46.969Z] Configure a credential helper to remove this warning. See [2023-07-12T18:13:46.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:13:46.969Z] [2023-07-12T18:13:46.969Z] Login Succeeded [2023-07-12T18:13:46.969Z] docker.io [2023-07-12T18:13:47.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:13:47.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:13:47.504Z] Configure a credential helper to remove this warning. See [2023-07-12T18:13:47.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:13:47.504Z] [2023-07-12T18:13:47.504Z] Login Succeeded [2023-07-12T18:13:47.504Z] ---> docker-login.sh ends [Pipeline] } [2023-07-12T18:13:47.517Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-12T18:13:47.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-12T18:13:47.767Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-12T18:13:47.781Z] ========================================================= [2023-07-12T18:13:47.781Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-12T18:13:47.781Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:13:48.137Z] + 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-07-12T18:13:48.137Z] Sending build context to Docker daemon 153.6kB [2023-07-12T18:13:48.410Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-12T18:13:48.410Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-12T18:13:48.410Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-12T18:13:48.410Z] edb6bdbacee9: Pulling fs layer [2023-07-12T18:13:48.410Z] 5f9638ab2659: Pulling fs layer [2023-07-12T18:13:48.410Z] 8d51d6327a98: Pulling fs layer [2023-07-12T18:13:48.410Z] 8b374f2dd631: Pulling fs layer [2023-07-12T18:13:48.410Z] ec14aa9079de: Pulling fs layer [2023-07-12T18:13:48.410Z] 2f466654f4bb: Pulling fs layer [2023-07-12T18:13:48.410Z] 554e91adad29: Pulling fs layer [2023-07-12T18:13:48.410Z] ec14aa9079de: Waiting [2023-07-12T18:13:48.410Z] 2f466654f4bb: Waiting [2023-07-12T18:13:48.410Z] 554e91adad29: Waiting [2023-07-12T18:13:48.410Z] 8b374f2dd631: Waiting [2023-07-12T18:13:48.410Z] 5f9638ab2659: Verifying Checksum [2023-07-12T18:13:48.410Z] 5f9638ab2659: Download complete [2023-07-12T18:13:48.410Z] 8b374f2dd631: Download complete [2023-07-12T18:13:48.410Z] ec14aa9079de: Verifying Checksum [2023-07-12T18:13:48.410Z] ec14aa9079de: Download complete [2023-07-12T18:13:48.680Z] edb6bdbacee9: Verifying Checksum [2023-07-12T18:13:48.680Z] edb6bdbacee9: Download complete [2023-07-12T18:13:49.654Z] edb6bdbacee9: Pull complete [2023-07-12T18:13:49.935Z] 554e91adad29: Verifying Checksum [2023-07-12T18:13:49.935Z] 554e91adad29: Download complete [2023-07-12T18:13:50.206Z] 5f9638ab2659: Pull complete [2023-07-12T18:13:51.182Z] 8d51d6327a98: Verifying Checksum [2023-07-12T18:13:51.182Z] 8d51d6327a98: Download complete [2023-07-12T18:13:51.182Z] 2f466654f4bb: Verifying Checksum [2023-07-12T18:13:51.182Z] 2f466654f4bb: Download complete [2023-07-12T18:14:03.519Z] 8d51d6327a98: Pull complete [2023-07-12T18:14:03.519Z] 8b374f2dd631: Pull complete [2023-07-12T18:14:03.519Z] ec14aa9079de: Pull complete [2023-07-12T18:14:03.904Z] Removing intermediate container d0ae0e06ad5c [2023-07-12T18:14:03.904Z] ---> cbef18ce3f48 [2023-07-12T18:14:03.904Z] Step 13/26 : FROM alpine:3.17 [2023-07-12T18:14:03.904Z] 3.17: Pulling from library/alpine [2023-07-12T18:14:03.904Z] 4db1b89c0bd1: Already exists [2023-07-12T18:14:04.164Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-12T18:14:04.164Z] Status: Downloaded newer image for alpine:3.17 [2023-07-12T18:14:04.164Z] ---> 1f73a9d63274 [2023-07-12T18:14:04.164Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-12T18:14:04.164Z] ---> Running in 18231ece50d2 [2023-07-12T18:14:04.164Z] Removing intermediate container 18231ece50d2 [2023-07-12T18:14:04.164Z] ---> 3bd1e36b1ff0 [2023-07-12T18:14:04.164Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-12T18:14:04.164Z] ---> Running in 4227b08f3163 [2023-07-12T18:14:04.423Z] Removing intermediate container 4227b08f3163 [2023-07-12T18:14:04.423Z] ---> 1885058d734a [2023-07-12T18:14:04.423Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-12T18:14:04.423Z] ---> Running in e2f01729a4e8 [2023-07-12T18:14:04.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-12T18:14:04.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-12T18:14:05.250Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-12T18:14:05.250Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-12T18:14:05.250Z] Executing busybox-1.35.0-r29.trigger [2023-07-12T18:14:05.250Z] Executing ca-certificates-20230506-r0.trigger [2023-07-12T18:14:05.250Z] OK: 8 MiB in 17 packages [2023-07-12T18:14:05.821Z] Removing intermediate container e2f01729a4e8 [2023-07-12T18:14:05.821Z] ---> e13c38d6a77f [2023-07-12T18:14:05.821Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-12T18:14:05.821Z] ---> 550e4c0dbf48 [2023-07-12T18:14:05.821Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-12T18:14:06.081Z] ---> ba6599497152 [2023-07-12T18:14:06.081Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-12T18:14:06.081Z] ---> c20850d85065 [2023-07-12T18:14:06.081Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-12T18:14:07.021Z] ---> 704bd70e81d0 [2023-07-12T18:14:07.021Z] Step 21/26 : EXPOSE 59712 [2023-07-12T18:14:07.021Z] ---> Running in 3e79c13a3369 [2023-07-12T18:14:07.295Z] Removing intermediate container 3e79c13a3369 [2023-07-12T18:14:07.295Z] ---> ef5b070924b5 [2023-07-12T18:14:07.295Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-12T18:14:07.295Z] ---> Running in 6c6bf9aa20f4 [2023-07-12T18:14:07.295Z] Removing intermediate container 6c6bf9aa20f4 [2023-07-12T18:14:07.295Z] ---> e80411301fde [2023-07-12T18:14:07.295Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-12T18:14:07.295Z] ---> Running in bc3fd9250ef7 [2023-07-12T18:14:07.295Z] Removing intermediate container bc3fd9250ef7 [2023-07-12T18:14:07.295Z] ---> 4a9585d87edf [2023-07-12T18:14:07.295Z] Step 24/26 : LABEL arch=amd64 [2023-07-12T18:14:07.556Z] ---> Running in 7de097808e18 [2023-07-12T18:14:07.556Z] Removing intermediate container 7de097808e18 [2023-07-12T18:14:07.556Z] ---> f87c754f0e55 [2023-07-12T18:14:07.556Z] Step 25/26 : LABEL git_sha=a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:14:07.556Z] ---> Running in 0fc3f9842d8b [2023-07-12T18:14:07.556Z] Removing intermediate container 0fc3f9842d8b [2023-07-12T18:14:07.556Z] ---> 173eb8a523cd [2023-07-12T18:14:07.556Z] Step 26/26 : LABEL version=3.1.0-dev.14 [2023-07-12T18:14:07.556Z] ---> Running in a9b48876d4f2 [2023-07-12T18:14:07.817Z] Removing intermediate container a9b48876d4f2 [2023-07-12T18:14:07.817Z] ---> 35812c31d780 [2023-07-12T18:14:07.817Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-12T18:14:07.817Z] Successfully built 35812c31d780 [2023-07-12T18:14:07.817Z] 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-07-12T18:14:07.907Z] provisioning config files... [2023-07-12T18:14:07.915Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6141290083172873843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:14:08.210Z] ---> docker-login.sh [2023-07-12T18:14:08.211Z] nexus3.edgexfoundry.org:10001 [2023-07-12T18:14:08.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:14:08.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:14:08.211Z] Configure a credential helper to remove this warning. See [2023-07-12T18:14:08.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:14:08.211Z] [2023-07-12T18:14:08.211Z] Login Succeeded [2023-07-12T18:14:08.211Z] nexus3.edgexfoundry.org:10002 [2023-07-12T18:14:08.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:14:08.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:14:08.211Z] Configure a credential helper to remove this warning. See [2023-07-12T18:14:08.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:14:08.211Z] [2023-07-12T18:14:08.211Z] Login Succeeded [2023-07-12T18:14:08.211Z] nexus3.edgexfoundry.org:10003 [2023-07-12T18:14:08.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:14:08.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:14:08.470Z] Configure a credential helper to remove this warning. See [2023-07-12T18:14:08.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:14:08.470Z] [2023-07-12T18:14:08.470Z] Login Succeeded [2023-07-12T18:14:08.470Z] nexus3.edgexfoundry.org:10004 [2023-07-12T18:14:08.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:14:08.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:14:08.470Z] Configure a credential helper to remove this warning. See [2023-07-12T18:14:08.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:14:08.470Z] [2023-07-12T18:14:08.470Z] Login Succeeded [2023-07-12T18:14:08.470Z] docker.io [2023-07-12T18:14:08.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:14:08.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:14:08.732Z] Configure a credential helper to remove this warning. See [2023-07-12T18:14:08.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:14:08.732Z] [2023-07-12T18:14:08.732Z] Login Succeeded [2023-07-12T18:14:08.732Z] ---> docker-login.sh ends [Pipeline] } [2023-07-12T18:14:08.740Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-12T18:14:08.764Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-12T18:14:08.781Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-07-12T18:14:08.781Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:14:08.781Z] latest [2023-07-12T18:14:08.781Z] 3.1.0-dev.14 [2023-07-12T18:14:08.781Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [2023-07-12T18:14:08.781Z] main [2023-07-12T18:14:08.781Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:08.871Z] 2f466654f4bb: Pull complete [2023-07-12T18:14:09.092Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:09.397Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:14:09.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-12T18:14:09.397Z] fcf30e9cf55e: Preparing [2023-07-12T18:14:09.397Z] db4ef5d9bbeb: Preparing [2023-07-12T18:14:09.397Z] 1df6d0250d4f: Preparing [2023-07-12T18:14:09.397Z] 2c47055a6996: Preparing [2023-07-12T18:14:09.397Z] 5ef487ae8598: Preparing [2023-07-12T18:14:09.397Z] 3dab9f8bf2d2: Preparing [2023-07-12T18:14:09.397Z] 3dab9f8bf2d2: Waiting [2023-07-12T18:14:09.397Z] db4ef5d9bbeb: Pushed [2023-07-12T18:14:09.397Z] 1df6d0250d4f: Pushed [2023-07-12T18:14:09.397Z] 2c47055a6996: Pushed [2023-07-12T18:14:09.397Z] 3dab9f8bf2d2: Layer already exists [2023-07-12T18:14:09.397Z] 5ef487ae8598: Pushed [2023-07-12T18:14:11.477Z] 554e91adad29: Pull complete [2023-07-12T18:14:11.477Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-12T18:14:11.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-12T18:14:11.477Z] ---> 1e15ea492957 [2023-07-12T18:14:11.477Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-12T18:14:11.939Z] fcf30e9cf55e: Pushed [2023-07-12T18:14:11.940Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:12.257Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:12.568Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-12T18:14:12.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-12T18:14:12.568Z] fcf30e9cf55e: Preparing [2023-07-12T18:14:12.568Z] db4ef5d9bbeb: Preparing [2023-07-12T18:14:12.568Z] 1df6d0250d4f: Preparing [2023-07-12T18:14:12.568Z] 2c47055a6996: Preparing [2023-07-12T18:14:12.568Z] 5ef487ae8598: Preparing [2023-07-12T18:14:12.568Z] 3dab9f8bf2d2: Preparing [2023-07-12T18:14:12.568Z] fcf30e9cf55e: Layer already exists [2023-07-12T18:14:12.568Z] 1df6d0250d4f: Layer already exists [2023-07-12T18:14:12.568Z] db4ef5d9bbeb: Layer already exists [2023-07-12T18:14:12.568Z] 5ef487ae8598: Layer already exists [2023-07-12T18:14:12.568Z] 2c47055a6996: Layer already exists [2023-07-12T18:14:12.568Z] 3dab9f8bf2d2: Layer already exists [2023-07-12T18:14:12.568Z] latest: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:12.887Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.14 [Pipeline] } [2023-07-12T18:14:12.896Z] ---> Running in c5fabbe42557 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:13.164Z] Removing intermediate container c5fabbe42557 [2023-07-12T18:14:13.164Z] ---> 4fd433d7ade0 [2023-07-12T18:14:13.164Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-12T18:14:13.201Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.14 [2023-07-12T18:14:13.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-12T18:14:13.201Z] fcf30e9cf55e: Preparing [2023-07-12T18:14:13.201Z] db4ef5d9bbeb: Preparing [2023-07-12T18:14:13.201Z] 1df6d0250d4f: Preparing [2023-07-12T18:14:13.201Z] 2c47055a6996: Preparing [2023-07-12T18:14:13.201Z] 5ef487ae8598: Preparing [2023-07-12T18:14:13.201Z] 3dab9f8bf2d2: Preparing [2023-07-12T18:14:13.201Z] 3dab9f8bf2d2: Waiting [2023-07-12T18:14:13.201Z] 2c47055a6996: Layer already exists [2023-07-12T18:14:13.202Z] db4ef5d9bbeb: Layer already exists [2023-07-12T18:14:13.202Z] 5ef487ae8598: Layer already exists [2023-07-12T18:14:13.202Z] fcf30e9cf55e: Layer already exists [2023-07-12T18:14:13.202Z] 1df6d0250d4f: Layer already exists [2023-07-12T18:14:13.202Z] 3dab9f8bf2d2: Layer already exists [2023-07-12T18:14:13.202Z] 3.1.0-dev.14: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:13.434Z] ---> Running in 1450f9716625 [2023-07-12T18:14:13.519Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:13.702Z] Removing intermediate container 1450f9716625 [2023-07-12T18:14:13.703Z] ---> eadefa0bee45 [2023-07-12T18:14:13.703Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-12T18:14:13.703Z] ---> Running in 987aadd129f5 [2023-07-12T18:14:13.833Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [2023-07-12T18:14:13.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-12T18:14:13.833Z] fcf30e9cf55e: Preparing [2023-07-12T18:14:13.833Z] db4ef5d9bbeb: Preparing [2023-07-12T18:14:13.833Z] 1df6d0250d4f: Preparing [2023-07-12T18:14:13.833Z] 2c47055a6996: Preparing [2023-07-12T18:14:13.833Z] 5ef487ae8598: Preparing [2023-07-12T18:14:13.833Z] 3dab9f8bf2d2: Preparing [2023-07-12T18:14:13.833Z] 3dab9f8bf2d2: Waiting [2023-07-12T18:14:13.833Z] db4ef5d9bbeb: Layer already exists [2023-07-12T18:14:13.833Z] fcf30e9cf55e: Layer already exists [2023-07-12T18:14:13.833Z] 2c47055a6996: Layer already exists [2023-07-12T18:14:13.833Z] 1df6d0250d4f: Layer already exists [2023-07-12T18:14:13.833Z] 5ef487ae8598: Layer already exists [2023-07-12T18:14:13.833Z] 3dab9f8bf2d2: Layer already exists [2023-07-12T18:14:13.833Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:14.072Z] Removing intermediate container 987aadd129f5 [2023-07-12T18:14:14.073Z] ---> a9ec45fefde4 [2023-07-12T18:14:14.073Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-12T18:14:14.073Z] ---> Running in 770a9ed18adc [2023-07-12T18:14:14.151Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:14.459Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-07-12T18:14:14.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-07-12T18:14:14.459Z] fcf30e9cf55e: Preparing [2023-07-12T18:14:14.459Z] db4ef5d9bbeb: Preparing [2023-07-12T18:14:14.459Z] 1df6d0250d4f: Preparing [2023-07-12T18:14:14.459Z] 2c47055a6996: Preparing [2023-07-12T18:14:14.459Z] 5ef487ae8598: Preparing [2023-07-12T18:14:14.459Z] 3dab9f8bf2d2: Preparing [2023-07-12T18:14:14.459Z] 3dab9f8bf2d2: Waiting [2023-07-12T18:14:14.459Z] 5ef487ae8598: Layer already exists [2023-07-12T18:14:14.459Z] fcf30e9cf55e: Layer already exists [2023-07-12T18:14:14.459Z] 2c47055a6996: Layer already exists [2023-07-12T18:14:14.459Z] 1df6d0250d4f: Layer already exists [2023-07-12T18:14:14.459Z] db4ef5d9bbeb: Layer already exists [2023-07-12T18:14:14.459Z] 3dab9f8bf2d2: Layer already exists [2023-07-12T18:14:14.459Z] main: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-12T18:14:14.496Z] ===================================================== [Pipeline] echo [2023-07-12T18:14:14.503Z] taggedImages: [2023-07-12T18:14:14.503Z] - nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:14:14.503Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-07-12T18:14:14.503Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.14 [2023-07-12T18:14:14.503Z] - nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [2023-07-12T18:14:14.503Z] - 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-07-12T18:14:14.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-12T18:14:14.873Z] [2023-07-12T18:14:14.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:14:15.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-12T18:14:15.169Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-12T18:14:15.169Z] 5eb5b503b376: Pulling fs layer [2023-07-12T18:14:15.169Z] 5c69ac0246d0: Pulling fs layer [2023-07-12T18:14:15.169Z] ec43610c2a17: Pulling fs layer [2023-07-12T18:14:15.169Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-12T18:14:15.169Z] 33b1e0a273af: Pulling fs layer [2023-07-12T18:14:15.169Z] 5d3b04190fa2: Pulling fs layer [2023-07-12T18:14:15.169Z] 2f39f015ded8: Pulling fs layer [2023-07-12T18:14:15.169Z] 3a2ae6a8a46f: Waiting [2023-07-12T18:14:15.169Z] 5d3b04190fa2: Waiting [2023-07-12T18:14:15.169Z] 2f39f015ded8: Waiting [2023-07-12T18:14:15.169Z] 5c69ac0246d0: Download complete [2023-07-12T18:14:15.169Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-12T18:14:15.169Z] 3a2ae6a8a46f: Download complete [2023-07-12T18:14:15.169Z] 33b1e0a273af: Verifying Checksum [2023-07-12T18:14:15.169Z] 33b1e0a273af: Download complete [2023-07-12T18:14:15.169Z] 5d3b04190fa2: Verifying Checksum [2023-07-12T18:14:15.169Z] 5d3b04190fa2: Download complete [2023-07-12T18:14:15.169Z] ec43610c2a17: Verifying Checksum [2023-07-12T18:14:15.169Z] ec43610c2a17: Download complete [2023-07-12T18:14:15.428Z] 5eb5b503b376: Download complete [2023-07-12T18:14:15.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-12T18:14:15.826Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-12T18:14:15.995Z] 2f39f015ded8: Download complete [2023-07-12T18:14:16.563Z] 5eb5b503b376: Pull complete [2023-07-12T18:14:16.789Z] OK: 263 MiB in 53 packages [2023-07-12T18:14:16.822Z] 5c69ac0246d0: Pull complete [2023-07-12T18:14:17.388Z] ec43610c2a17: Pull complete [2023-07-12T18:14:17.388Z] 3a2ae6a8a46f: Pull complete [2023-07-12T18:14:17.647Z] 33b1e0a273af: Pull complete [2023-07-12T18:14:17.647Z] 5d3b04190fa2: Pull complete [2023-07-12T18:14:17.767Z] Removing intermediate container 770a9ed18adc [2023-07-12T18:14:17.767Z] ---> 17d62cb11941 [2023-07-12T18:14:17.767Z] Step 7/12 : WORKDIR /app [2023-07-12T18:14:17.767Z] ---> Running in 3fba4470bcde [2023-07-12T18:14:17.767Z] Removing intermediate container 3fba4470bcde [2023-07-12T18:14:17.767Z] ---> 35a7fffd2cac [2023-07-12T18:14:17.767Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-12T18:14:18.360Z] ---> 6470d5717fea [2023-07-12T18:14:18.360Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-12T18:14:18.360Z] ---> Running in d35b14cc2b30 [2023-07-12T18:14:22.921Z] 2f39f015ded8: Pull complete [2023-07-12T18:14:22.921Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-12T18:14:22.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-12T18:14:22.921Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:14:23.001Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:14:23.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-12T18:14:28.157Z] $ docker top e2399f841b1fb21d87d4fd96836636ad9ea9d027d9e565c1de818c61ec90da0c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:14:28.542Z] ---> job-cost.sh [2023-07-12T18:14:28.542Z] lf-activate-venv: SKIPPING [2023-07-12T18:14:28.542Z] INFO: No Stack... [2023-07-12T18:14:29.109Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-12T18:14:29.675Z] INFO: Archiving Costs [Pipeline] sh [2023-07-12T18:14:29.961Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-07-12T18:14:29.961Z] + cut -d, -f6 [Pipeline] lock [2023-07-12T18:14:29.970Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [2023-07-12T18:14:29.982Z] Resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] did not exist. Created. [2023-07-12T18:14:29.982Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-12T18:14:30.290Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-12T18:14:30.312Z] Stashed 1 file(s) [Pipeline] } [2023-07-12T18:14:30.320Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-12T18:14:30.343Z] $ docker stop --time=1 e2399f841b1fb21d87d4fd96836636ad9ea9d027d9e565c1de818c61ec90da0c [2023-07-12T18:14:31.479Z] $ docker rm -f --volumes e2399f841b1fb21d87d4fd96836636ad9ea9d027d9e565c1de818c61ec90da0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-12T18:15:26.242Z] Removing intermediate container d35b14cc2b30 [2023-07-12T18:15:26.242Z] ---> 243f1065c014 [2023-07-12T18:15:26.242Z] Step 10/12 : COPY . . [2023-07-12T18:15:26.242Z] ---> 15754fb2dde5 [2023-07-12T18:15:26.242Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-12T18:15:26.242Z] ---> Running in b0ab92f60a04 [2023-07-12T18:15:26.242Z] Removing intermediate container b0ab92f60a04 [2023-07-12T18:15:26.242Z] ---> 0efb8c920b91 [2023-07-12T18:15:26.242Z] Step 12/12 : RUN $MAKE [2023-07-12T18:15:26.242Z] ---> Running in d25ced2405eb [2023-07-12T18:15:26.242Z] noop [2023-07-12T18:15:26.242Z] Removing intermediate container d25ced2405eb [2023-07-12T18:15:26.242Z] ---> 507d3fb9c027 [2023-07-12T18:15:26.242Z] Successfully built 507d3fb9c027 [2023-07-12T18:15:26.242Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:15:26.576Z] + docker inspect -f . ci-base-image-arm64 [2023-07-12T18:15:26.576Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:15:26.761Z] prd-ubuntu20.04-docker-arm64-4c-16g-975 does not seem to be running inside a container [2023-07-12T18:15:26.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/16 -v /w/workspace/app-record-replay/16:/w/workspace/app-record-replay/16:rw,z -v /w/workspace/app-record-replay/16@tmp:/w/workspace/app-record-replay/16@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-07-12T18:15:27.926Z] $ docker top 9e20823f289c1cb999ab3c1aba386d9f11027c956a546ef90c3c9f287ad49a81 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-12T18:15:28.735Z] + go version [2023-07-12T18:15:28.735Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-12T18:15:28.757Z] $ docker stop --time=1 9e20823f289c1cb999ab3c1aba386d9f11027c956a546ef90c3c9f287ad49a81 [2023-07-12T18:15:30.284Z] $ docker rm -f --volumes 9e20823f289c1cb999ab3c1aba386d9f11027c956a546ef90c3c9f287ad49a81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:15:30.798Z] + docker inspect -f . ci-base-image-arm64 [2023-07-12T18:15:30.799Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:15:30.953Z] prd-ubuntu20.04-docker-arm64-4c-16g-975 does not seem to be running inside a container [2023-07-12T18:15:31.016Z] $ 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/16 -v /w/workspace/app-record-replay/16:/w/workspace/app-record-replay/16:rw,z -v /w/workspace/app-record-replay/16@tmp:/w/workspace/app-record-replay/16@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-07-12T18:15:33.564Z] $ docker top 2ce638cc134be03ff1174548cefe0c878daa60e0dfdf76b3df78bf26c2c8940f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-12T18:15:34.058Z] + git config --global --add safe.directory /w/workspace/app-record-replay/16 [Pipeline] fileExists [Pipeline] sh [2023-07-12T18:15:34.378Z] + make test [2023-07-12T18:15:34.378Z] go test -race -coverprofile=coverage.out ./... [2023-07-12T18:18:11.086Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-07-12T18:18:15.343Z] ok github.com/edgexfoundry/app-record-replay/internal/app 0.225s coverage: 76.9% of statements [2023-07-12T18:18:16.752Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 0.327s coverage: 92.9% of statements [2023-07-12T18:18:19.338Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-07-12T18:18:19.338Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-07-12T18:18:19.338Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-07-12T18:18:19.607Z] ok github.com/edgexfoundry/app-record-replay/internal/data 0.219s coverage: 50.0% of statements [2023-07-12T18:18:20.190Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-12T18:18:20.190Z] go vet ./... [2023-07-12T18:20:41.869Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-12T18:20:41.869Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-12T18:20:41.869Z] ./bin/test-attribution-txt.sh [2023-07-12T18:20:41.869Z] An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add [2023-07-12T18:20:41.869Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2023-07-12T18:20:41.869Z] An attribution for golang.org/x/exp is missing from Attribution.txt, please add [Pipeline] echo [2023-07-12T18:20:41.888Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-12T18:20:41.903Z] $ docker stop --time=1 2ce638cc134be03ff1174548cefe0c878daa60e0dfdf76b3df78bf26c2c8940f [2023-07-12T18:20:43.741Z] $ docker rm -f --volumes 2ce638cc134be03ff1174548cefe0c878daa60e0dfdf76b3df78bf26c2c8940f [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-12T18:20:45.236Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-12T18:20:45.251Z] Warning: overwriting stash ‘coverage-report’ [2023-07-12T18:20:45.628Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-12T18:20:46.029Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-12T18:20:46.347Z] + ls -al . [2023-07-12T18:20:46.347Z] total 160 [2023-07-12T18:20:46.347Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 18:15 . [2023-07-12T18:20:46.347Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 18:13 .. [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 12 18:13 .dockerignore [2023-07-12T18:20:46.347Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 18:13 .git [2023-07-12T18:20:46.347Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:13 .github [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 164 Jul 12 18:13 .gitignore [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 12 18:13 .golangci.yml [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 10245 Jul 12 18:13 Attribution.txt [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 12 18:13 CHANGELOG.md [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 1616 Jul 12 18:13 Dockerfile [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 18:13 GOVERNANCE.md [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 681 Jul 12 18:13 Jenkinsfile [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 12 18:13 LICENSE [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 3139 Jul 12 18:13 Makefile [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 611 Jul 12 18:13 OWNERS.md [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 2363 Jul 12 18:13 README.md [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 4285 Jul 12 18:13 Record and Reply.postman_collection.json [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 12 18:11 VERSION [2023-07-12T18:20:46.347Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:13 bin [2023-07-12T18:20:46.347Z] -rw-r--r-- 1 jenkins jenkins 6681 Jul 12 18:18 coverage.out [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 3678 Jul 12 18:13 go.mod [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 32843 Jul 12 18:13 go.sum [2023-07-12T18:20:46.347Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 12 18:13 internal [2023-07-12T18:20:46.347Z] -rw-rw-r-- 1 jenkins jenkins 913 Jul 12 18:13 main.go [2023-07-12T18:20:46.347Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 18:13 pkg [2023-07-12T18:20:46.347Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:13 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:20:46.684Z] + 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=a3df25cb06c99faf73416738ebe3ed6f58d891fa --label arch=arm64 --label version=3.1.0-dev.14 . [2023-07-12T18:20:46.684Z] Sending build context to Docker daemon 161.3kB [2023-07-12T18:20:46.951Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-07-12T18:20:46.951Z] Step 2/26 : FROM ${BASE} AS builder [2023-07-12T18:20:46.951Z] ---> 507d3fb9c027 [2023-07-12T18:20:46.951Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-07-12T18:20:46.951Z] ---> Running in 364c50957bee [2023-07-12T18:20:47.218Z] Removing intermediate container 364c50957bee [2023-07-12T18:20:47.218Z] ---> 632411176360 [2023-07-12T18:20:47.218Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-07-12T18:20:47.218Z] ---> Running in 2653925f6510 [2023-07-12T18:20:47.485Z] Removing intermediate container 2653925f6510 [2023-07-12T18:20:47.485Z] ---> 65afd79d8b1b [2023-07-12T18:20:47.485Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-07-12T18:20:47.753Z] ---> Running in 73d99c356ccb [2023-07-12T18:20:48.020Z] Removing intermediate container 73d99c356ccb [2023-07-12T18:20:48.020Z] ---> 5409a33cbb06 [2023-07-12T18:20:48.020Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-12T18:20:48.020Z] ---> Running in 334ae5519ca4 [2023-07-12T18:20:48.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-12T18:20:49.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-12T18:20:50.514Z] OK: 263 MiB in 53 packages [2023-07-12T18:20:51.478Z] Removing intermediate container 334ae5519ca4 [2023-07-12T18:20:51.478Z] ---> c5ea13bca21d [2023-07-12T18:20:51.478Z] Step 7/26 : WORKDIR /app [2023-07-12T18:20:51.478Z] ---> Running in ee4ec6406691 [2023-07-12T18:20:51.745Z] Removing intermediate container ee4ec6406691 [2023-07-12T18:20:51.745Z] ---> 58d2a7c4f180 [2023-07-12T18:20:51.745Z] Step 8/26 : COPY go.mod vendor* ./ [2023-07-12T18:20:52.330Z] ---> a9e5d5606991 [2023-07-12T18:20:52.330Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-12T18:20:52.330Z] ---> Running in cb367db94f5d [2023-07-12T18:20:54.929Z] Removing intermediate container cb367db94f5d [2023-07-12T18:20:54.929Z] ---> b5bfd9441504 [2023-07-12T18:20:54.929Z] Step 10/26 : COPY . . [2023-07-12T18:20:55.510Z] ---> 7a5514964a8c [2023-07-12T18:20:55.510Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-12T18:20:55.510Z] ---> Running in 89b889f0eff3 [2023-07-12T18:20:55.778Z] Removing intermediate container 89b889f0eff3 [2023-07-12T18:20:55.778Z] ---> 4a86d6bada16 [2023-07-12T18:20:55.778Z] Step 12/26 : RUN $MAKE [2023-07-12T18:20:55.778Z] ---> Running in 31b6199db9c6 [2023-07-12T18:20:56.737Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.14" -trimpath -mod=readonly -o app-record-replay [2023-07-12T18:23:03.517Z] Removing intermediate container 31b6199db9c6 [2023-07-12T18:23:03.517Z] ---> e0d5b52c29c5 [2023-07-12T18:23:03.517Z] Step 13/26 : FROM alpine:3.17 [2023-07-12T18:23:03.517Z] 3.17: Pulling from library/alpine [2023-07-12T18:23:03.517Z] edb6bdbacee9: Already exists [2023-07-12T18:23:03.517Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-12T18:23:03.517Z] Status: Downloaded newer image for alpine:3.17 [2023-07-12T18:23:03.517Z] ---> 779605e5fbc0 [2023-07-12T18:23:03.517Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-12T18:23:03.517Z] ---> Running in a414a30a6f3b [2023-07-12T18:23:03.517Z] Removing intermediate container a414a30a6f3b [2023-07-12T18:23:03.517Z] ---> fb513f1ce0a9 [2023-07-12T18:23:03.517Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-07-12T18:23:03.517Z] ---> Running in a98d9fd50510 [2023-07-12T18:23:03.517Z] Removing intermediate container a98d9fd50510 [2023-07-12T18:23:03.517Z] ---> 5bc83eb03803 [2023-07-12T18:23:03.517Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-12T18:23:03.517Z] ---> Running in 7fb19aab2e74 [2023-07-12T18:23:03.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-12T18:23:03.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-12T18:23:03.517Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-12T18:23:03.517Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-12T18:23:03.517Z] Executing busybox-1.35.0-r29.trigger [2023-07-12T18:23:03.517Z] Executing ca-certificates-20230506-r0.trigger [2023-07-12T18:23:03.517Z] OK: 8 MiB in 17 packages [2023-07-12T18:23:03.517Z] Removing intermediate container 7fb19aab2e74 [2023-07-12T18:23:03.517Z] ---> abc29a927fe0 [2023-07-12T18:23:03.517Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-12T18:23:04.137Z] ---> 8a3fb1e0a721 [2023-07-12T18:23:04.137Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-12T18:23:07.497Z] ---> ecc44e3a21e3 [2023-07-12T18:23:07.497Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-07-12T18:23:07.497Z] ---> 4afc7bcff95a [2023-07-12T18:23:07.497Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-07-12T18:23:08.904Z] ---> 8c298db216fa [2023-07-12T18:23:08.904Z] Step 21/26 : EXPOSE 59712 [2023-07-12T18:23:08.904Z] ---> Running in 45f1209115a9 [2023-07-12T18:23:08.904Z] Removing intermediate container 45f1209115a9 [2023-07-12T18:23:08.904Z] ---> 358df8700dcb [2023-07-12T18:23:08.904Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-07-12T18:23:09.168Z] ---> Running in c56c6abaf7b0 [2023-07-12T18:23:09.436Z] Removing intermediate container c56c6abaf7b0 [2023-07-12T18:23:09.436Z] ---> 91d6ac51ef40 [2023-07-12T18:23:09.436Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-07-12T18:23:09.436Z] ---> Running in 6deda11cde69 [2023-07-12T18:23:09.701Z] Removing intermediate container 6deda11cde69 [2023-07-12T18:23:09.701Z] ---> f6a9bf2b0097 [2023-07-12T18:23:09.701Z] Step 24/26 : LABEL arch=arm64 [2023-07-12T18:23:09.701Z] ---> Running in 3f13c0c8ebc9 [2023-07-12T18:23:09.967Z] Removing intermediate container 3f13c0c8ebc9 [2023-07-12T18:23:09.967Z] ---> 68dbfb444085 [2023-07-12T18:23:09.967Z] Step 25/26 : LABEL git_sha=a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:23:09.967Z] ---> Running in 617b957aa688 [2023-07-12T18:23:10.233Z] Removing intermediate container 617b957aa688 [2023-07-12T18:23:10.234Z] ---> 453cbf2a5456 [2023-07-12T18:23:10.234Z] Step 26/26 : LABEL version=3.1.0-dev.14 [2023-07-12T18:23:10.528Z] ---> Running in b5ec73178c64 [2023-07-12T18:23:10.793Z] Removing intermediate container b5ec73178c64 [2023-07-12T18:23:10.793Z] ---> 04648837d291 [2023-07-12T18:23:10.793Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-12T18:23:10.793Z] Successfully built 04648837d291 [2023-07-12T18:23:10.793Z] 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-07-12T18:23:10.886Z] provisioning config files... [2023-07-12T18:23:10.906Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/16@tmp/config18171145477535532566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:23:11.234Z] ---> docker-login.sh [2023-07-12T18:23:11.235Z] nexus3.edgexfoundry.org:10001 [2023-07-12T18:23:11.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:23:11.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:23:11.502Z] Configure a credential helper to remove this warning. See [2023-07-12T18:23:11.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:23:11.502Z] [2023-07-12T18:23:11.502Z] Login Succeeded [2023-07-12T18:23:11.502Z] nexus3.edgexfoundry.org:10002 [2023-07-12T18:23:11.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:23:11.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:23:11.767Z] Configure a credential helper to remove this warning. See [2023-07-12T18:23:11.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:23:11.767Z] [2023-07-12T18:23:11.767Z] Login Succeeded [2023-07-12T18:23:11.767Z] nexus3.edgexfoundry.org:10003 [2023-07-12T18:23:12.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:23:12.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:23:12.300Z] Configure a credential helper to remove this warning. See [2023-07-12T18:23:12.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:23:12.300Z] [2023-07-12T18:23:12.300Z] Login Succeeded [2023-07-12T18:23:12.300Z] nexus3.edgexfoundry.org:10004 [2023-07-12T18:23:12.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:23:12.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:23:12.568Z] Configure a credential helper to remove this warning. See [2023-07-12T18:23:12.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:23:12.568Z] [2023-07-12T18:23:12.568Z] Login Succeeded [2023-07-12T18:23:12.568Z] docker.io [2023-07-12T18:23:12.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-12T18:23:13.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-12T18:23:13.098Z] Configure a credential helper to remove this warning. See [2023-07-12T18:23:13.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-12T18:23:13.098Z] [2023-07-12T18:23:13.098Z] Login Succeeded [2023-07-12T18:23:13.098Z] ---> docker-login.sh ends [Pipeline] } [2023-07-12T18:23:13.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-12T18:23:13.135Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-12T18:23:13.152Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-07-12T18:23:13.152Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:23:13.152Z] latest [2023-07-12T18:23:13.152Z] 3.1.0-dev.14 [2023-07-12T18:23:13.152Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [2023-07-12T18:23:13.152Z] main [2023-07-12T18:23:13.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:13.484Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:13.817Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:23:13.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-12T18:23:13.817Z] 848244b0f261: Preparing [2023-07-12T18:23:13.817Z] 1affa2bd788f: Preparing [2023-07-12T18:23:13.817Z] b7f86830f677: Preparing [2023-07-12T18:23:13.817Z] 32f1f65f1729: Preparing [2023-07-12T18:23:13.817Z] 5f75c421472b: Preparing [2023-07-12T18:23:13.817Z] 9386262d7a74: Preparing [2023-07-12T18:23:13.817Z] 9386262d7a74: Waiting [2023-07-12T18:23:14.084Z] 32f1f65f1729: Pushed [2023-07-12T18:23:14.084Z] b7f86830f677: Pushed [2023-07-12T18:23:14.084Z] 1affa2bd788f: Pushed [2023-07-12T18:23:14.084Z] 9386262d7a74: Layer already exists [2023-07-12T18:23:14.084Z] 5f75c421472b: Pushed [2023-07-12T18:23:19.407Z] 848244b0f261: Pushed [2023-07-12T18:23:19.672Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:20.008Z] + 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-07-12T18:23:20.342Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-12T18:23:20.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-12T18:23:20.342Z] 848244b0f261: Preparing [2023-07-12T18:23:20.342Z] 1affa2bd788f: Preparing [2023-07-12T18:23:20.342Z] b7f86830f677: Preparing [2023-07-12T18:23:20.342Z] 32f1f65f1729: Preparing [2023-07-12T18:23:20.342Z] 5f75c421472b: Preparing [2023-07-12T18:23:20.342Z] 9386262d7a74: Preparing [2023-07-12T18:23:20.342Z] 9386262d7a74: Waiting [2023-07-12T18:23:20.342Z] 5f75c421472b: Layer already exists [2023-07-12T18:23:20.342Z] 1affa2bd788f: Layer already exists [2023-07-12T18:23:20.342Z] b7f86830f677: Layer already exists [2023-07-12T18:23:20.342Z] 32f1f65f1729: Layer already exists [2023-07-12T18:23:20.342Z] 848244b0f261: Layer already exists [2023-07-12T18:23:20.342Z] 9386262d7a74: Layer already exists [2023-07-12T18:23:20.342Z] latest: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:20.943Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:21.275Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.14 [2023-07-12T18:23:21.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-12T18:23:21.275Z] 848244b0f261: Preparing [2023-07-12T18:23:21.275Z] 1affa2bd788f: Preparing [2023-07-12T18:23:21.275Z] b7f86830f677: Preparing [2023-07-12T18:23:21.275Z] 32f1f65f1729: Preparing [2023-07-12T18:23:21.275Z] 5f75c421472b: Preparing [2023-07-12T18:23:21.275Z] 9386262d7a74: Preparing [2023-07-12T18:23:21.275Z] 9386262d7a74: Waiting [2023-07-12T18:23:21.275Z] b7f86830f677: Layer already exists [2023-07-12T18:23:21.275Z] 32f1f65f1729: Layer already exists [2023-07-12T18:23:21.275Z] 1affa2bd788f: Layer already exists [2023-07-12T18:23:21.275Z] 5f75c421472b: Layer already exists [2023-07-12T18:23:21.275Z] 848244b0f261: Layer already exists [2023-07-12T18:23:21.275Z] 9386262d7a74: Layer already exists [2023-07-12T18:23:21.275Z] 3.1.0-dev.14: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:21.873Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:22.203Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [2023-07-12T18:23:22.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-12T18:23:22.203Z] 848244b0f261: Preparing [2023-07-12T18:23:22.203Z] 1affa2bd788f: Preparing [2023-07-12T18:23:22.203Z] b7f86830f677: Preparing [2023-07-12T18:23:22.203Z] 32f1f65f1729: Preparing [2023-07-12T18:23:22.203Z] 5f75c421472b: Preparing [2023-07-12T18:23:22.203Z] 9386262d7a74: Preparing [2023-07-12T18:23:22.203Z] 9386262d7a74: Waiting [2023-07-12T18:23:22.203Z] 848244b0f261: Layer already exists [2023-07-12T18:23:22.203Z] 5f75c421472b: Layer already exists [2023-07-12T18:23:22.203Z] b7f86830f677: Layer already exists [2023-07-12T18:23:22.203Z] 32f1f65f1729: Layer already exists [2023-07-12T18:23:22.203Z] 1affa2bd788f: Layer already exists [2023-07-12T18:23:22.203Z] 9386262d7a74: Layer already exists [2023-07-12T18:23:22.203Z] a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:22.802Z] + 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-07-12T18:23:23.136Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-07-12T18:23:23.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-07-12T18:23:23.136Z] 848244b0f261: Preparing [2023-07-12T18:23:23.136Z] 1affa2bd788f: Preparing [2023-07-12T18:23:23.136Z] b7f86830f677: Preparing [2023-07-12T18:23:23.136Z] 32f1f65f1729: Preparing [2023-07-12T18:23:23.136Z] 5f75c421472b: Preparing [2023-07-12T18:23:23.136Z] 9386262d7a74: Preparing [2023-07-12T18:23:23.136Z] 9386262d7a74: Waiting [2023-07-12T18:23:23.136Z] 1affa2bd788f: Layer already exists [2023-07-12T18:23:23.136Z] 5f75c421472b: Layer already exists [2023-07-12T18:23:23.136Z] 32f1f65f1729: Layer already exists [2023-07-12T18:23:23.136Z] 848244b0f261: Layer already exists [2023-07-12T18:23:23.136Z] b7f86830f677: Layer already exists [2023-07-12T18:23:23.136Z] 9386262d7a74: Layer already exists [2023-07-12T18:23:23.136Z] main: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-12T18:23:23.195Z] ===================================================== [Pipeline] echo [2023-07-12T18:23:23.204Z] taggedImages: [2023-07-12T18:23:23.204Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa [2023-07-12T18:23:23.204Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-07-12T18:23:23.204Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.14 [2023-07-12T18:23:23.204Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [2023-07-12T18:23:23.204Z] - 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-07-12T18:23:23.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-12T18:23:23.570Z] [2023-07-12T18:23:23.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:23.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-12T18:23:23.903Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-12T18:23:23.903Z] 8998bd30e6a1: Pulling fs layer [2023-07-12T18:23:23.903Z] 04944245beec: Pulling fs layer [2023-07-12T18:23:23.903Z] 699f458cf7ca: Pulling fs layer [2023-07-12T18:23:23.903Z] 765212b225bb: Pulling fs layer [2023-07-12T18:23:23.903Z] f23df028b6ca: Pulling fs layer [2023-07-12T18:23:23.903Z] d65c8cfc05b1: Pulling fs layer [2023-07-12T18:23:23.903Z] 2437ff75d9bd: Pulling fs layer [2023-07-12T18:23:23.903Z] f23df028b6ca: Waiting [2023-07-12T18:23:23.903Z] d65c8cfc05b1: Waiting [2023-07-12T18:23:23.903Z] 2437ff75d9bd: Waiting [2023-07-12T18:23:24.179Z] 04944245beec: Verifying Checksum [2023-07-12T18:23:24.179Z] 04944245beec: Download complete [2023-07-12T18:23:24.179Z] 765212b225bb: Verifying Checksum [2023-07-12T18:23:24.179Z] 765212b225bb: Download complete [2023-07-12T18:23:24.179Z] f23df028b6ca: Verifying Checksum [2023-07-12T18:23:24.179Z] f23df028b6ca: Download complete [2023-07-12T18:23:24.179Z] d65c8cfc05b1: Download complete [2023-07-12T18:23:24.179Z] 699f458cf7ca: Verifying Checksum [2023-07-12T18:23:24.179Z] 699f458cf7ca: Download complete [2023-07-12T18:23:24.764Z] 8998bd30e6a1: Verifying Checksum [2023-07-12T18:23:24.764Z] 8998bd30e6a1: Download complete [2023-07-12T18:23:26.709Z] 2437ff75d9bd: Verifying Checksum [2023-07-12T18:23:26.709Z] 2437ff75d9bd: Download complete [2023-07-12T18:23:28.658Z] 8998bd30e6a1: Pull complete [2023-07-12T18:23:28.924Z] 04944245beec: Pull complete [2023-07-12T18:23:30.332Z] 699f458cf7ca: Pull complete [2023-07-12T18:23:30.332Z] 765212b225bb: Pull complete [2023-07-12T18:23:31.292Z] f23df028b6ca: Pull complete [2023-07-12T18:23:31.293Z] d65c8cfc05b1: Pull complete [2023-07-12T18:23:46.285Z] 2437ff75d9bd: Pull complete [2023-07-12T18:23:46.285Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-12T18:23:46.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-12T18:23:46.285Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:23:46.467Z] prd-ubuntu20.04-docker-arm64-4c-16g-975 does not seem to be running inside a container [2023-07-12T18:23:46.527Z] $ 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/16 -v /w/workspace/app-record-replay/16:/w/workspace/app-record-replay/16:rw,z -v /w/workspace/app-record-replay/16@tmp:/w/workspace/app-record-replay/16@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-07-12T18:23:48.959Z] $ docker top d53b95e67253ba2f40ad8999d138601511f44ab9ed46e2da14cd7bd8bb82422c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:23:49.775Z] ---> job-cost.sh [2023-07-12T18:23:49.775Z] lf-activate-venv: SKIPPING [2023-07-12T18:23:49.775Z] INFO: No Stack... [2023-07-12T18:23:50.358Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-12T18:23:51.315Z] INFO: Archiving Costs [Pipeline] sh [2023-07-12T18:23:51.632Z] + cat /w/workspace/app-record-replay/16/archives/cost.csv [2023-07-12T18:23:51.632Z] + cut -d, -f6 [Pipeline] lock [2023-07-12T18:23:51.672Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [2023-07-12T18:23:51.679Z] Resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] did not exist. Created. [2023-07-12T18:23:51.679Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-12T18:23:52.008Z] /w/workspace/app-record-replay/16@tmp/durable-3260719a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-12T18:23:52.336Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-12T18:23:52.361Z] Warning: overwriting stash ‘stack-cost’ [2023-07-12T18:23:52.410Z] Stashed 1 file(s) [Pipeline] } [2023-07-12T18:23:52.421Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-12T18:23:52.442Z] $ docker stop --time=1 d53b95e67253ba2f40ad8999d138601511f44ab9ed46e2da14cd7bd8bb82422c [2023-07-12T18:23:53.911Z] $ docker rm -f --volumes d53b95e67253ba2f40ad8999d138601511f44ab9ed46e2da14cd7bd8bb82422c [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-07-12T18:23:54.306Z] provisioning config files... [2023-07-12T18:23:54.311Z] Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #16 [2023-07-12T18:23:54.313Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10962365938115982602tmp [Pipeline] { [Pipeline] sh [2023-07-12T18:23:54.612Z] + set +x [2023-07-12T18:23:54.613Z] + curl -s https://codecov.io/bash [2023-07-12T18:23:54.613Z] + bash -s -- [2023-07-12T18:23:54.613Z] [2023-07-12T18:23:54.613Z] _____ _ [2023-07-12T18:23:54.613Z] / ____| | | [2023-07-12T18:23:54.613Z] | | ___ __| | ___ ___ _____ __ [2023-07-12T18:23:54.613Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-12T18:23:54.613Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-12T18:23:54.613Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-12T18:23:54.613Z] Bash-1.0.6 [2023-07-12T18:23:54.613Z] [2023-07-12T18:23:54.613Z] [2023-07-12T18:23:54.613Z] ==> git version 2.25.1 found [2023-07-12T18:23:54.613Z] ==> 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-07-12T18:23:54.613Z] Release-Date: 2020-01-08 [2023-07-12T18:23:54.613Z] 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-07-12T18:23:54.613Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-12T18:23:54.613Z] ==> Jenkins CI detected. [2023-07-12T18:23:54.613Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-07-12T18:23:54.613Z] project root: . [2023-07-12T18:23:54.613Z] --> token set from env [2023-07-12T18:23:54.613Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-12T18:23:54.613Z] ==> Running gcov in . (disable via -X gcov) [2023-07-12T18:23:54.613Z] ==> Python coveragepy not found [2023-07-12T18:23:54.613Z] ==> Searching for coverage reports in: [2023-07-12T18:23:54.613Z] + . [2023-07-12T18:23:54.613Z] -> Found 1 reports [2023-07-12T18:23:54.613Z] ==> Detecting git/mercurial file structure [2023-07-12T18:23:54.613Z] ==> Reading reports [2023-07-12T18:23:54.872Z] + ./coverage.out bytes=6681 [2023-07-12T18:23:54.872Z] ==> Appending adjustments [2023-07-12T18:23:54.872Z] https://docs.codecov.io/docs/fixing-reports [2023-07-12T18:23:54.872Z] + Found adjustments [2023-07-12T18:23:54.872Z] ==> Gzipping contents [2023-07-12T18:23:54.872Z] 4.0K /tmp/codecov.13M9B2.gz [2023-07-12T18:23:54.872Z] ==> Uploading reports [2023-07-12T18:23:54.872Z] url: https://codecov.io [2023-07-12T18:23:54.872Z] query: branch=main&commit=a3df25cb06c99faf73416738ebe3ed6f58d891fa&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-12T18:23:54.872Z] -> Pinging Codecov [2023-07-12T18:23:54.872Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=a3df25cb06c99faf73416738ebe3ed6f58d891fa&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-12T18:23:54.872Z] Invalid request parameters [2023-07-12T18:23:54.872Z] 400 [Pipeline] } [2023-07-12T18:23:54.879Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-12T18:23:55.078Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-12T18:23:55.123Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:55.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-12T18:23:55.419Z] [2023-07-12T18:23:55.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:23:55.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-12T18:23:55.723Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-12T18:23:55.723Z] df9b9388f04a: Pulling fs layer [2023-07-12T18:23:55.723Z] 52dc419b0ee2: Pulling fs layer [2023-07-12T18:23:55.723Z] 25bc292e5bac: Pulling fs layer [2023-07-12T18:23:55.723Z] 114826534d7a: Pulling fs layer [2023-07-12T18:23:55.723Z] 4657fd5d0bcf: Pulling fs layer [2023-07-12T18:23:55.723Z] 6ad1cebc031e: Pulling fs layer [2023-07-12T18:23:55.723Z] 8a3aa393b2d8: Pulling fs layer [2023-07-12T18:23:55.723Z] 114826534d7a: Waiting [2023-07-12T18:23:55.723Z] 8a3aa393b2d8: Waiting [2023-07-12T18:23:55.723Z] 6ad1cebc031e: Waiting [2023-07-12T18:23:55.723Z] 4657fd5d0bcf: Waiting [2023-07-12T18:23:55.723Z] 25bc292e5bac: Verifying Checksum [2023-07-12T18:23:55.723Z] 25bc292e5bac: Download complete [2023-07-12T18:23:55.723Z] 52dc419b0ee2: Download complete [2023-07-12T18:23:55.723Z] 4657fd5d0bcf: Download complete [2023-07-12T18:23:55.723Z] df9b9388f04a: Verifying Checksum [2023-07-12T18:23:55.723Z] df9b9388f04a: Download complete [2023-07-12T18:23:55.983Z] 6ad1cebc031e: Verifying Checksum [2023-07-12T18:23:55.983Z] 6ad1cebc031e: Download complete [2023-07-12T18:23:55.983Z] df9b9388f04a: Pull complete [2023-07-12T18:23:55.983Z] 52dc419b0ee2: Pull complete [2023-07-12T18:23:55.983Z] 25bc292e5bac: Pull complete [2023-07-12T18:23:56.553Z] 114826534d7a: Verifying Checksum [2023-07-12T18:23:56.553Z] 114826534d7a: Download complete [2023-07-12T18:23:56.553Z] 8a3aa393b2d8: Verifying Checksum [2023-07-12T18:23:56.553Z] 8a3aa393b2d8: Download complete [2023-07-12T18:24:00.739Z] 114826534d7a: Pull complete [2023-07-12T18:24:00.739Z] 4657fd5d0bcf: Pull complete [2023-07-12T18:24:00.739Z] 6ad1cebc031e: Pull complete [2023-07-12T18:24:03.270Z] 8a3aa393b2d8: Pull complete [2023-07-12T18:24:03.270Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-12T18:24:03.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-12T18:24:03.270Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:24:03.367Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:24:03.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-07-12T18:24:10.899Z] $ docker top b40bfd99b413d364e4068c0851b2b76690dd208becb83ae639b55cddbceac8f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-12T18:24:10.967Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-07-12T18:24:11.245Z] + set -o pipefail [2023-07-12T18:24:11.245Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-07-12T18:24:16.518Z] [2023-07-12T18:24:16.518Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-07-12T18:24:16.518Z] [2023-07-12T18:24:16.518Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/feb730af-408d-450b-83fc-1645fc04ef52 [2023-07-12T18:24:16.518Z] [2023-07-12T18:24:16.518Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-12T18:24:16.518Z] [2023-07-12T18:24:16.777Z] [2023-07-12T18:24:16.777Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-12T18:24:16.777Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-12T18:24:16.777Z] More details here: https://snyk.co/ue1NS [2023-07-12T18:24:16.777Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-07-12T18:24:16.777Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-07-12T18:24:16.790Z] $ docker stop --time=1 b40bfd99b413d364e4068c0851b2b76690dd208becb83ae639b55cddbceac8f4 [2023-07-12T18:24:19.065Z] $ docker rm -f --volumes b40bfd99b413d364e4068c0851b2b76690dd208becb83ae639b55cddbceac8f4 [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-07-12T18:24:19.784Z] + git log --format=format:%s -1 a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] sh [2023-07-12T18:24:20.076Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-12T18:24:20.076Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:24:20.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-12T18:24:20.375Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:24:20.451Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:24:20.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-12T18:24:20.830Z] $ docker top 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-12T18:24:20.911Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-12T18:24:20.911Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-12T18:24:21.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-12T18:24:21.036Z] $ docker exec 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b ssh-agent [2023-07-12T18:24:21.141Z] SSH_AUTH_SOCK=/tmp/ssh-EDTgVxkBKIAZ/agent.32 [2023-07-12T18:24:21.141Z] SSH_AGENT_PID=38 [2023-07-12T18:24:21.145Z] Running ssh-add (command line suppressed) [2023-07-12T18:24:21.255Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12909665616410153194.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12909665616410153194.key) [2023-07-12T18:24:21.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-12T18:24:21.555Z] + git semver tag [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,758 [run_tag] DEBUG tag force:False [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,758 [check_head_tag] DEBUG check head tag [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,759 [execute] INFO git cat-file --batch-check [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,759 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,763 [execute] INFO git cat-file --batch [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,763 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,770 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,770 [execute] INFO git tag -a v3.1.0-dev.14 -m v3.1.0-dev.14 [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,770 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.14', '-m', 'v3.1.0-dev.14'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-07-12T18:24:21.815Z] 2023-07-12 18:24:21,775 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:24:21.815Z] 3.1.0-dev.14 [Pipeline] } [2023-07-12T18:24:21.827Z] $ docker exec --env ******** --env ******** 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b ssh-agent -k [2023-07-12T18:24:21.919Z] unset SSH_AUTH_SOCK; [2023-07-12T18:24:21.919Z] unset SSH_AGENT_PID; [2023-07-12T18:24:21.919Z] echo Agent pid 38 killed; [2023-07-12T18:24:21.926Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-12T18:24:22.225Z] + git semver [Pipeline] } [2023-07-12T18:24:22.499Z] $ docker stop --time=1 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b [2023-07-12T18:24:23.778Z] $ docker rm -f --volumes 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:24:24.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-12T18:24:24.157Z] [2023-07-12T18:24:24.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:24:24.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-12T18:24:24.461Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-12T18:24:24.461Z] ab5ef0e58194: Pulling fs layer [2023-07-12T18:24:24.461Z] 9712f1f96733: Pulling fs layer [2023-07-12T18:24:24.461Z] 63f879dbbcfc: Pulling fs layer [2023-07-12T18:24:24.461Z] 0d9ebad4ef96: Pulling fs layer [2023-07-12T18:24:24.461Z] e9a5061849ea: Pulling fs layer [2023-07-12T18:24:24.461Z] d747dcd14b5f: Pulling fs layer [2023-07-12T18:24:24.461Z] 2de7ff778b66: Pulling fs layer [2023-07-12T18:24:24.461Z] e9a5061849ea: Waiting [2023-07-12T18:24:24.461Z] 0d9ebad4ef96: Waiting [2023-07-12T18:24:24.461Z] 9712f1f96733: Verifying Checksum [2023-07-12T18:24:24.461Z] 9712f1f96733: Download complete [2023-07-12T18:24:24.720Z] 63f879dbbcfc: Verifying Checksum [2023-07-12T18:24:24.720Z] 63f879dbbcfc: Download complete [2023-07-12T18:24:24.720Z] e9a5061849ea: Verifying Checksum [2023-07-12T18:24:24.720Z] e9a5061849ea: Download complete [2023-07-12T18:24:24.720Z] d747dcd14b5f: Download complete [2023-07-12T18:24:24.978Z] 0d9ebad4ef96: Verifying Checksum [2023-07-12T18:24:24.978Z] 0d9ebad4ef96: Download complete [2023-07-12T18:24:24.978Z] ab5ef0e58194: Verifying Checksum [2023-07-12T18:24:24.978Z] ab5ef0e58194: Download complete [2023-07-12T18:24:24.978Z] 2de7ff778b66: Verifying Checksum [2023-07-12T18:24:24.978Z] 2de7ff778b66: Download complete [2023-07-12T18:24:28.260Z] ab5ef0e58194: Pull complete [2023-07-12T18:24:28.260Z] 9712f1f96733: Pull complete [2023-07-12T18:24:28.518Z] 63f879dbbcfc: Pull complete [2023-07-12T18:24:32.699Z] 0d9ebad4ef96: Pull complete [2023-07-12T18:24:32.699Z] e9a5061849ea: Pull complete [2023-07-12T18:24:32.699Z] d747dcd14b5f: Pull complete [2023-07-12T18:24:34.077Z] 2de7ff778b66: Pull complete [2023-07-12T18:24:34.077Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-12T18:24:34.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-12T18:24:34.077Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:24:34.152Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:24:34.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-07-12T18:24:36.261Z] $ docker top 1a7394f57cdfe34390d738bc9a99fed0707aedcc8e555fcf54ac060ec2a458df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-12T18:24:36.329Z] provisioning config files... [2023-07-12T18:24:36.336Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9765269115552616228tmp [2023-07-12T18:24:36.346Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8813319027392075550tmp [2023-07-12T18:24:36.354Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4089157464650446564tmp [Pipeline] { [Pipeline] echo [2023-07-12T18:24:36.369Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:36.647Z] ---> sigul-configuration.sh [2023-07-12T18:24:36.648Z] gpg: directory `/root/.gnupg' created [2023-07-12T18:24:36.648Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-12T18:24:36.648Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-12T18:24:36.648Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-12T18:24:36.648Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-12T18:24:36.648Z] gpg: CAST5 encrypted data [2023-07-12T18:24:36.648Z] gpg: encrypted with 1 passphrase [2023-07-12T18:24:36.648Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-12T18:24:36.927Z] + mkdir /home/jenkins [2023-07-12T18:24:36.927Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-12T18:24:37.211Z] + 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-07-12T18:24:37.218Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:37.502Z] ---> sigul-install.sh [2023-07-12T18:24:37.502Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-12T18:24:37.789Z] + git tag --list [2023-07-12T18:24:37.789Z] v3.1.0-dev.0 [2023-07-12T18:24:37.789Z] v3.1.0-dev.1 [2023-07-12T18:24:37.789Z] v3.1.0-dev.10 [2023-07-12T18:24:37.789Z] v3.1.0-dev.11 [2023-07-12T18:24:37.789Z] v3.1.0-dev.12 [2023-07-12T18:24:37.789Z] v3.1.0-dev.13 [2023-07-12T18:24:37.789Z] v3.1.0-dev.14 [2023-07-12T18:24:37.789Z] v3.1.0-dev.2 [2023-07-12T18:24:37.789Z] v3.1.0-dev.3 [2023-07-12T18:24:37.789Z] v3.1.0-dev.4 [2023-07-12T18:24:37.789Z] v3.1.0-dev.5 [2023-07-12T18:24:37.789Z] v3.1.0-dev.6 [2023-07-12T18:24:37.789Z] v3.1.0-dev.7 [2023-07-12T18:24:37.789Z] v3.1.0-dev.8 [2023-07-12T18:24:37.789Z] v3.1.0-dev.9 [Pipeline] sh [2023-07-12T18:24:38.078Z] + lftools sign git-tag v3.1.0-dev.14 [2023-07-12T18:24:38.647Z] Signing Git tag with Sigul... [2023-07-12T18:24:38.647Z] Signing v3.1.0-dev.14 [Pipeline] echo [2023-07-12T18:24:38.916Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:39.198Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-12T18:24:39.204Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-12T18:24:39.226Z] $ docker stop --time=1 1a7394f57cdfe34390d738bc9a99fed0707aedcc8e555fcf54ac060ec2a458df [2023-07-12T18:24:40.488Z] $ docker rm -f --volumes 1a7394f57cdfe34390d738bc9a99fed0707aedcc8e555fcf54ac060ec2a458df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-07-12T18:24:40.918Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-12T18:24:40.918Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:24:41.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-12T18:24:41.214Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:24:41.282Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:24:41.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-12T18:24:41.628Z] $ docker top 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc -eo pid,comm [2023-07-12T18:24:41.679Z] 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-07-12T18:24:41.679Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-12T18:24:41.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-12T18:24:41.706Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-12T18:24:41.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-12T18:24:41.826Z] $ docker exec 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc ssh-agent [2023-07-12T18:24:41.943Z] SSH_AUTH_SOCK=/tmp/ssh-wJiG1Plmb8Tk/agent.32 [2023-07-12T18:24:41.943Z] SSH_AGENT_PID=38 [2023-07-12T18:24:41.949Z] Running ssh-add (command line suppressed) [2023-07-12T18:24:42.045Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11465375977056451103.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11465375977056451103.key) [2023-07-12T18:24:42.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-12T18:24:42.340Z] + git semver bump pre [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,515 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,515 [bump_version] DEBUG bumping version:3.1.0-dev.14 on axis:pre with prefix:dev [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,515 [bump_version] DEBUG bumped version:3.1.0-dev.15 [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,515 [write_version] DEBUG write version:3.1.0-dev.15 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,515 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,515 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,518 [execute] INFO git cat-file --batch-check [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,518 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,523 [execute] INFO git cat-file --batch [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,524 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-12T18:24:42.600Z] 2023-07-12 18:24:42,528 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:24:42.600Z] 3.1.0-dev.15 [Pipeline] } [2023-07-12T18:24:42.612Z] $ docker exec --env ******** --env ******** 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc ssh-agent -k [2023-07-12T18:24:42.713Z] unset SSH_AUTH_SOCK; [2023-07-12T18:24:42.715Z] unset SSH_AGENT_PID; [2023-07-12T18:24:42.715Z] echo Agent pid 38 killed; [2023-07-12T18:24:42.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-12T18:24:43.017Z] + git semver [Pipeline] } [2023-07-12T18:24:43.289Z] $ docker stop --time=1 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc [2023-07-12T18:24:44.597Z] $ docker rm -f --volumes 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-12T18:24:44.940Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-12T18:24:44.940Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:24:45.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-12T18:24:45.237Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:24:45.312Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:24:45.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-12T18:24:45.698Z] $ docker top 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 -eo pid,comm [2023-07-12T18:24:45.744Z] 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-07-12T18:24:45.744Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-12T18:24:45.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-12T18:24:45.812Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-12T18:24:45.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-12T18:24:45.920Z] $ docker exec 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 ssh-agent [2023-07-12T18:24:46.026Z] SSH_AUTH_SOCK=/tmp/ssh-5MYIujcfUkDt/agent.32 [2023-07-12T18:24:46.026Z] SSH_AGENT_PID=38 [2023-07-12T18:24:46.031Z] Running ssh-add (command line suppressed) [2023-07-12T18:24:46.130Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7777581283924980383.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7777581283924980383.key) [2023-07-12T18:24:46.140Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-12T18:24:46.426Z] + git semver push [2023-07-12T18:24:46.685Z] 2023-07-12 18:24:46,609 [run_push] DEBUG push [2023-07-12T18:24:46.685Z] 2023-07-12 18:24:46,610 [execute] INFO git cat-file --batch-check [2023-07-12T18:24:46.685Z] 2023-07-12 18:24:46,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-07-12T18:24:46.685Z] 2023-07-12 18:24:46,614 [execute] INFO git rev-list 9ac103ff5b7143c3d5835c31dc1bf69232bb1e83 -- [2023-07-12T18:24:46.685Z] 2023-07-12 18:24:46,614 [execute] DEBUG Popen(['git', 'rev-list', '9ac103ff5b7143c3d5835c31dc1bf69232bb1e83', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-12T18:24:46.685Z] 2023-07-12 18:24:46,619 [execute] INFO git fetch -v origin [2023-07-12T18:24:46.685Z] 2023-07-12 18:24:46,620 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-07-12T18:24:47.253Z] 2023-07-12 18:24:47,111 [run_push] DEBUG no remote changes detected [2023-07-12T18:24:47.253Z] 2023-07-12 18:24:47,111 [execute] INFO git push origin semver [2023-07-12T18:24:47.253Z] 2023-07-12 18:24:47,111 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-12T18:24:48.190Z] 2023-07-12 18:24:48,038 [run_push] DEBUG push all version tags [2023-07-12T18:24:48.191Z] 2023-07-12 18:24:48,039 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-12T18:24:48.191Z] 2023-07-12 18:24:48,039 [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-07-12T18:24:49.139Z] 2023-07-12 18:24:48,771 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-07-12T18:24:49.139Z] 3.1.0-dev.15 [Pipeline] } [2023-07-12T18:24:49.151Z] $ docker exec --env ******** --env ******** 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 ssh-agent -k [2023-07-12T18:24:49.251Z] unset SSH_AUTH_SOCK; [2023-07-12T18:24:49.254Z] unset SSH_AGENT_PID; [2023-07-12T18:24:49.254Z] echo Agent pid 38 killed; [2023-07-12T18:24:49.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-12T18:24:49.648Z] + git semver [Pipeline] } [2023-07-12T18:24:49.929Z] $ docker stop --time=1 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 [2023-07-12T18:24:51.181Z] $ docker rm -f --volumes 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 [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-07-12T18:24:51.735Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-07-12T18:24:51.735Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-12T18:24:51.735Z] total 16 [2023-07-12T18:24:51.735Z] drwxr-xr-x 3 root root 4096 Jul 12 18:14 . [2023-07-12T18:24:51.735Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 12 18:24 .. [2023-07-12T18:24:51.735Z] drwxr-xr-x 2 root root 4096 Jul 12 18:14 cost [2023-07-12T18:24:51.735Z] -rw-r--r-- 1 root root 88 Jul 12 18:14 cost.csv [2023-07-12T18:24:51.735Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-12T18:24:51.735Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-07-12T18:24:51.735Z] total 16 [2023-07-12T18:24:51.735Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 18:14 . [2023-07-12T18:24:51.735Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 12 18:24 .. [2023-07-12T18:24:51.735Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 12 18:14 cost [2023-07-12T18:24:51.735Z] -rw-r--r-- 1 jenkins jenkins 88 Jul 12 18:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:52.023Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:52.882Z] ---> package-listing.sh [2023-07-12T18:24:52.882Z] ++ facter osfamily [2023-07-12T18:24:52.882Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-12T18:24:52.882Z] + OS_FAMILY=debian [2023-07-12T18:24:52.882Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-07-12T18:24:52.882Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-12T18:24:53.140Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-12T18:24:53.140Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-12T18:24:53.140Z] + PACKAGES=/tmp/packages_start.txt [2023-07-12T18:24:53.140Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-12T18:24:53.140Z] + PACKAGES=/tmp/packages_end.txt [2023-07-12T18:24:53.140Z] + case "${OS_FAMILY}" in [2023-07-12T18:24:53.140Z] + dpkg -l [2023-07-12T18:24:53.140Z] + grep '^ii' [2023-07-12T18:24:53.140Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-12T18:24:53.140Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-12T18:24:53.140Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-12T18:24:53.140Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-07-12T18:24:53.140Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-07-12T18:24:53.140Z] + 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-07-12T18:24:53.150Z] 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-07-12T18:24:53.426Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-12T18:24:53.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-12T18:24:53.984Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-12T18:24:54.054Z] prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container [2023-07-12T18:24:54.090Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-12T18:24:54.289Z] $ docker top cefb012bed158e9383e2e57d1b1d2e2cc8129cebfb102c959058fa605ba91199 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-12T18:24:54.628Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-12T18:24:54.911Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-12T18:24:55.193Z] + ls /var/log/sa-host [2023-07-12T18:24:55.193Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-12T18:24:55.344Z] provisioning config files... [2023-07-12T18:24:55.352Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15846753450059258661tmp [Pipeline] { [Pipeline] echo [2023-07-12T18:24:55.364Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:55.646Z] ---> create-netrc.sh [Pipeline] } [2023-07-12T18:24:55.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:55.981Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-12T18:24:55.990Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:56.272Z] ---> sudo-logs.sh [2023-07-12T18:24:56.272Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-12T18:24:56.298Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:56.580Z] ---> job-cost.sh [2023-07-12T18:24:56.580Z] lf-activate-venv: SKIPPING [2023-07-12T18:24:56.580Z] DEBUG: total: 0.2199999988079071 [2023-07-12T18:24:56.580Z] INFO: Retrieving Stack Cost... [2023-07-12T18:24:56.839Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-12T18:24:57.409Z] INFO: Archiving Costs [Pipeline] echo [2023-07-12T18:24:57.422Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-12T18:24:57.707Z] ---> logs-deploy.sh [2023-07-12T18:24:57.707Z] lf-activate-venv: SKIPPING [2023-07-12T18:24:57.707Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/16 [2023-07-12T18:24:57.707Z] INFO: archiving workspace using pattern(s): [2023-07-12T18:24:58.645Z] Archives upload complete. [2023-07-12T18:24:58.645Z] INFO: archiving logs to Nexus