Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e27574318321310232daceea80e5370fcd7cad9c 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-ssh17696495693696714933.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh6880202841164212394.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh8509386930158587928.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh11431086788570533005.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-ssh16017304416557076890.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.21 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 ‘prd-centos7-blackbox-4c-2g-23876’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-24690’ is offline Running on prd-ubuntu20.04-docker-8c-8g-24692 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 e27574318321310232daceea80e5370fcd7cad9c (main) > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e27574318321310232daceea80e5370fcd7cad9c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#111)" > git rev-list --no-walk ce8398ed03bf3a586a5dd2bb806e157eedfa930e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:17 ========================================================= 04:31:17 EdgeX Global Pipelines Version Info 04:31:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:18 ------------------- 04:31:18 stable info: 04:31:18 ------------------- 04:31:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:18 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 04:31:18 Message: update stable to v1.0.258 04:31:18 ------------------- 04:31:18 experimental info: 04:31:18 ------------------- 04:31:18 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:18 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 04:31:18 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:31:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 04:31:18 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 04:31:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:31:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:31:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo 04:31:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e275743 [Pipeline] echo 04:31:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:31:20 provisioning config files... 04:31:20 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13286294863070525224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:31:20 ---> ****-login.sh 04:31:20 nexus3.edgexfoundry.org:10001 04:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:20 Configure a credential helper to remove this warning. See 04:31:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:20 04:31:20 Login Succeeded 04:31:20 nexus3.edgexfoundry.org:10002 04:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:20 Configure a credential helper to remove this warning. See 04:31:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:20 04:31:20 Login Succeeded 04:31:20 nexus3.edgexfoundry.org:10003 04:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:20 Configure a credential helper to remove this warning. See 04:31:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:20 04:31:20 Login Succeeded 04:31:20 nexus3.edgexfoundry.org:10004 04:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:20 Configure a credential helper to remove this warning. See 04:31:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:20 04:31:20 Login Succeeded 04:31:20 ****.io 04:31:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:21 Configure a credential helper to remove this warning. See 04:31:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:21 04:31:21 Login Succeeded 04:31:21 ---> ****-login.sh ends [Pipeline] } 04:31:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:31:22 + git rev-list -1 --merges e27574318321310232daceea80e5370fcd7cad9c~1..e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo 04:31:22 -----------> git rev-list -1 --merges e27574318321310232daceea80e5370fcd7cad9c~1..e27574318321310232daceea80e5370fcd7cad9c e27574318321310232daceea80e5370fcd7cad9c [false] [Pipeline] sh 04:31:22 + git log --format=format:%s -1 e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo 04:31:22 ========================================================= 04:31:22 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:31:22 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:31:22 + git log --format=format:%s -1 e27574318321310232daceea80e5370fcd7cad9c [Pipeline] echo 04:31:22 [semverPrep] GIT_COMMIT: e27574318321310232daceea80e5370fcd7cad9c, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#111) [Pipeline] echo 04:31:22 [semverPrep] This is not a build commit. [Pipeline] sh 04:31:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:31:23 + grep -v github /etc/ssh/ssh_known_hosts 04:31:23 + [ -e /tmp/ssh_known_hosts ] 04:31:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:31:23 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:31:23 + sudo tee -a /etc/ssh/ssh_known_hosts 04:31:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:31:23 04:31:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:31:23 0.1.4: Pulling from edgex-devops/py-git-semver 04:31:23 b85a868b505f: Pulling fs layer 04:31:23 e2be974225ed: Pulling fs layer 04:31:23 339a4e72a1f5: Pulling fs layer 04:31:23 988bab9f4d93: Pulling fs layer 04:31:23 1469e6f7b9e6: Pulling fs layer 04:31:23 eaf3925da568: Pulling fs layer 04:31:23 bab4dde63d76: Pulling fs layer 04:31:23 bde34c3a00c8: Pulling fs layer 04:31:23 b352a97aabf1: Pulling fs layer 04:31:23 4872d77fe225: Pulling fs layer 04:31:23 5851b861e8e6: Pulling fs layer 04:31:23 bab4dde63d76: Waiting 04:31:23 4872d77fe225: Waiting 04:31:23 b352a97aabf1: Waiting 04:31:23 988bab9f4d93: Waiting 04:31:23 bde34c3a00c8: Waiting 04:31:23 1469e6f7b9e6: Waiting 04:31:23 eaf3925da568: Waiting 04:31:23 5851b861e8e6: Waiting 04:31:23 e2be974225ed: Verifying Checksum 04:31:23 e2be974225ed: Download complete 04:31:23 988bab9f4d93: Verifying Checksum 04:31:23 988bab9f4d93: Download complete 04:31:24 1469e6f7b9e6: Verifying Checksum 04:31:24 1469e6f7b9e6: Download complete 04:31:24 339a4e72a1f5: Download complete 04:31:24 eaf3925da568: Verifying Checksum 04:31:24 eaf3925da568: Download complete 04:31:24 bde34c3a00c8: Verifying Checksum 04:31:24 bde34c3a00c8: Download complete 04:31:24 b352a97aabf1: Verifying Checksum 04:31:24 b352a97aabf1: Download complete 04:31:24 4872d77fe225: Download complete 04:31:24 5851b861e8e6: Verifying Checksum 04:31:24 5851b861e8e6: Download complete 04:31:24 b85a868b505f: Verifying Checksum 04:31:24 b85a868b505f: Download complete 04:31:24 bab4dde63d76: Verifying Checksum 04:31:24 bab4dde63d76: Download complete 04:31:25 b85a868b505f: Pull complete 04:31:25 e2be974225ed: Pull complete 04:31:25 339a4e72a1f5: Pull complete 04:31:26 988bab9f4d93: Pull complete 04:31:26 1469e6f7b9e6: Pull complete 04:31:26 eaf3925da568: Pull complete 04:31:28 bab4dde63d76: Pull complete 04:31:28 bde34c3a00c8: Pull complete 04:31:28 b352a97aabf1: Pull complete 04:31:28 4872d77fe225: Pull complete 04:31:28 5851b861e8e6: Pull complete 04:31:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:31:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:31:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:28 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:31:28 $ 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 04:31:30 $ docker top c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 -eo pid,comm 04:31:30 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). 04:31:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:30 [ssh-agent] Looking for ssh-agent implementation... 04:31:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:30 $ docker exec c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent 04:31:30 SSH_AUTH_SOCK=/tmp/ssh-j6Aon6PgQ9cl/agent.32 04:31:30 SSH_AGENT_PID=38 04:31:30 Running ssh-add (command line suppressed) 04:31:30 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8269067418113814478.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8269067418113814478.key) 04:31:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:31 + git tag --points-at HEAD [Pipeline] } 04:31:31 $ docker exec --env ******** --env ******** c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent -k 04:31:31 unset SSH_AUTH_SOCK; 04:31:31 unset SSH_AGENT_PID; 04:31:31 echo Agent pid 38 killed; 04:31:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:31:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:31 [ssh-agent] Looking for ssh-agent implementation... 04:31:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:31 $ docker exec c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent 04:31:31 SSH_AUTH_SOCK=/tmp/ssh-hamcWVvpdnmX/agent.71 04:31:31 SSH_AGENT_PID=77 04:31:31 Running ssh-add (command line suppressed) 04:31:31 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1636571751943631504.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1636571751943631504.key) 04:31:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:32 + git semver init 04:31:32 2023-12-08 04:31:32,236 [run_init] DEBUG init version:0.0.0 force:False 04:31:32 2023-12-08 04:31:32,237 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 04:31:32 2023-12-08 04:31:32,237 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 04:31:32 2023-12-08 04:31:32,237 [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) 04:31:33 2023-12-08 04:31:33,205 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 04:31:33 2023-12-08 04:31:33,206 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 04:31:33 2023-12-08 04:31:33,206 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:31:33 2023-12-08 04:31:33,207 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:31:33 3.2.0-dev.3 [Pipeline] } 04:31:33 $ docker exec --env ******** --env ******** c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 ssh-agent -k 04:31:33 unset SSH_AUTH_SOCK; 04:31:33 unset SSH_AGENT_PID; 04:31:33 echo Agent pid 77 killed; 04:31:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:33 + git semver [Pipeline] } 04:31:34 $ docker stop --time=1 c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 04:31:35 $ docker rm -f --volumes c5a9c4d15b0fed119f4293e2863397686211ae03e42d30bdacd381b1ba75df85 [Pipeline] // withDockerContainer [Pipeline] sh 04:31:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:31:36 Stashed 1 file(s) [Pipeline] echo 04:31:36 [edgeXSemver]: initialized semver on version 3.2.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:31:36 provisioning config files... 04:31:36 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8781596984285426063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:31:36 ---> ****-login.sh 04:31:36 nexus3.edgexfoundry.org:10001 04:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:36 Configure a credential helper to remove this warning. See 04:31:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:36 04:31:36 Login Succeeded 04:31:36 nexus3.edgexfoundry.org:10002 04:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:36 Configure a credential helper to remove this warning. See 04:31:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:36 04:31:36 Login Succeeded 04:31:36 nexus3.edgexfoundry.org:10003 04:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:37 Configure a credential helper to remove this warning. See 04:31:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:37 04:31:37 Login Succeeded 04:31:37 nexus3.edgexfoundry.org:10004 04:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:37 Configure a credential helper to remove this warning. See 04:31:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:37 04:31:37 Login Succeeded 04:31:37 ****.io 04:31:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:31:37 Configure a credential helper to remove this warning. See 04:31:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:31:37 04:31:37 Login Succeeded 04:31:37 ---> ****-login.sh ends [Pipeline] } 04:31:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:31:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:31:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:31:37 ========================================================= 04:31:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 04:31:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:37 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 04:31:37 Sending build context to Docker daemon 6.7MB 04:31:37 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 04:31:37 Step 2/12 : FROM ${BASE} AS builder 04:31:37 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:37 7264a8db6415: Pulling fs layer 04:31:37 c4d48a809fc2: Pulling fs layer 04:31:37 4f1c88b9dad5: Pulling fs layer 04:31:37 ad3a456e5733: Pulling fs layer 04:31:37 69c7f0334f64: Pulling fs layer 04:31:37 ad3a456e5733: Waiting 04:31:37 1f1c1a5573a3: Pulling fs layer 04:31:37 ce7588e14bc9: Pulling fs layer 04:31:37 b5e4710f87ac: Pulling fs layer 04:31:37 b5e4710f87ac: Waiting 04:31:37 ce7588e14bc9: Waiting 04:31:37 1f1c1a5573a3: Waiting 04:31:37 c4d48a809fc2: Verifying Checksum 04:31:37 c4d48a809fc2: Download complete 04:31:37 ad3a456e5733: Download complete 04:31:37 69c7f0334f64: Verifying Checksum 04:31:37 69c7f0334f64: Download complete 04:31:37 7264a8db6415: Verifying Checksum 04:31:37 7264a8db6415: Download complete 04:31:38 1f1c1a5573a3: Verifying Checksum 04:31:38 1f1c1a5573a3: Download complete 04:31:38 7264a8db6415: Pull complete 04:31:38 b5e4710f87ac: Verifying Checksum 04:31:38 b5e4710f87ac: Download complete 04:31:38 c4d48a809fc2: Pull complete 04:31:38 4f1c88b9dad5: Download complete 04:31:39 ce7588e14bc9: Verifying Checksum 04:31:39 ce7588e14bc9: Download complete 04:31:42 4f1c88b9dad5: Pull complete 04:31:42 ad3a456e5733: Pull complete 04:31:42 69c7f0334f64: Pull complete 04:31:42 1f1c1a5573a3: Pull complete 04:31:44 ce7588e14bc9: Pull complete 04:31:45 b5e4710f87ac: Pull complete 04:31:45 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 04:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:31:45 ---> 88b5674ff536 04:31:45 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 04:31:48 ---> Running in 3b22b75f17a6 04:31:48 Removing intermediate container 3b22b75f17a6 04:31:48 ---> ed33fb98500e 04:31:48 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:31:48 ---> Running in fa7d5b689869 04:31:48 Removing intermediate container fa7d5b689869 04:31:48 ---> 8f4dfbe9d9c2 04:31:48 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:31:48 ---> Running in 901d0d618def 04:31:48 Removing intermediate container 901d0d618def 04:31:48 ---> 119edb681c7e 04:31:48 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:31:48 ---> Running in e72c65129c13 04:31:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:31:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:31:49 OK: 264 MiB in 52 packages 04:31:49 Removing intermediate container e72c65129c13 04:31:49 ---> 02a5c41fb215 04:31:49 Step 7/12 : WORKDIR /app 04:31:49 ---> Running in 005cd6f3d4e3 04:31:49 Removing intermediate container 005cd6f3d4e3 04:31:49 ---> 66392cc3a602 04:31:49 Step 8/12 : COPY go.mod vendor* ./ 04:31:49 ---> 0ea79d1753b8 04:31:49 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:31:49 ---> Running in 1ef4704b772d 04:31:51 Still waiting to schedule task 04:31:51 ‘prd-centos7-blackbox-4c-2g-23876’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 04:31:51 ‘prd-ubuntu20.04-docker-arm64-4c-16g-24693’ is offline 04:32:16 Removing intermediate container 1ef4704b772d 04:32:16 ---> 01c4ba455ffa 04:32:16 Step 10/12 : COPY . . 04:32:16 ---> c7513c533d6d 04:32:16 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:32:16 ---> Running in f8a6edd4984e 04:32:16 Removing intermediate container f8a6edd4984e 04:32:16 ---> 211e8ed2f9cb 04:32:16 Step 12/12 : RUN $MAKE 04:32:16 ---> Running in a1969a143bb5 04:32:16 noop 04:32:16 Removing intermediate container a1969a143bb5 04:32:16 ---> b1ff6f986ade 04:32:16 Successfully built b1ff6f986ade 04:32:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:17 + docker inspect -f . ci-base-image-x86_64 04:32:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:17 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:32:17 $ 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 04:32:17 $ docker top 06a04f3c616b60ddd4b3f9f5a9f8711f9f2af126baf73d2e25fa9a1e6c77bcae -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:18 + go version 04:32:18 go version go1.21.0 linux/amd64 [Pipeline] } 04:32:18 $ docker stop --time=1 06a04f3c616b60ddd4b3f9f5a9f8711f9f2af126baf73d2e25fa9a1e6c77bcae 04:32:19 $ docker rm -f --volumes 06a04f3c616b60ddd4b3f9f5a9f8711f9f2af126baf73d2e25fa9a1e6c77bcae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:19 + docker inspect -f . ci-base-image-x86_64 04:32:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:20 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:32:20 $ 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 04:32:20 $ docker top a9a4828ccf552adb5732980e018fa496a9b75eb8683c4bb0aca9258a4519d000 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:20 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 04:32:21 + make test 04:32:21 go test -race -coverprofile=coverage.out ./... 04:32:43 ? github.com/edgexfoundry/app-record-replay [no test files] 04:32:43 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 04:32:43 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 04:32:43 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 04:32:43 ok github.com/edgexfoundry/app-record-replay/internal/app 1.045s coverage: 88.0% of statements 04:32:51 ok github.com/edgexfoundry/app-record-replay/internal/application 9.618s coverage: 98.7% of statements 04:32:51 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.101s coverage: 89.7% of statements 04:32:51 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.035s coverage: 100.0% of statements 04:33:13 go vet ./... 04:33:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:33:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:33:15 ./bin/test-attribution-txt.sh [Pipeline] echo 04:33:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:33:15 $ docker stop --time=1 a9a4828ccf552adb5732980e018fa496a9b75eb8683c4bb0aca9258a4519d000 04:33:17 $ docker rm -f --volumes a9a4828ccf552adb5732980e018fa496a9b75eb8683c4bb0aca9258a4519d000 [Pipeline] // withDockerContainer [Pipeline] sh 04:33:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:33:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:33:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:33:19 + ls -al . 04:33:19 total 192 04:33:19 drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 04:32 . 04:33:19 drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 04:31 .. 04:33:19 -rw-rw-r-- 1 jenkins jenkins 119 Dec 8 04:31 .dockerignore 04:33:19 drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 04:32 .git 04:33:19 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:31 .github 04:33:19 -rw-rw-r-- 1 jenkins jenkins 164 Dec 8 04:31 .gitignore 04:33:19 -rw-rw-r-- 1 jenkins jenkins 41 Dec 8 04:31 .golangci.yml 04:33:19 drwxr-xr-x 3 jenkins jenkins 4096 Dec 8 04:31 .semver 04:33:19 -rw-rw-r-- 1 jenkins jenkins 11301 Dec 8 04:31 Attribution.txt 04:33:19 -rw-rw-r-- 1 jenkins jenkins 458 Dec 8 04:31 CHANGELOG.md 04:33:19 -rw-rw-r-- 1 jenkins jenkins 1725 Dec 8 04:31 Dockerfile 04:33:19 -rw-rw-r-- 1 jenkins jenkins 677 Dec 8 04:31 GOVERNANCE.md 04:33:19 -rw-rw-r-- 1 jenkins jenkins 681 Dec 8 04:31 Jenkinsfile 04:33:19 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 8 04:31 LICENSE 04:33:19 -rw-rw-r-- 1 jenkins jenkins 3136 Dec 8 04:31 Makefile 04:33:19 -rw-rw-r-- 1 jenkins jenkins 611 Dec 8 04:31 OWNERS.md 04:33:19 -rw-rw-r-- 1 jenkins jenkins 4107 Dec 8 04:31 README.md 04:33:19 -rw-rw-r-- 1 jenkins jenkins 7789 Dec 8 04:31 Record and Reply.postman_collection.json 04:33:19 -rw-rw-r-- 1 jenkins jenkins 11 Dec 8 04:31 VERSION 04:33:19 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:31 bin 04:33:19 -rw-r--r-- 1 jenkins jenkins 24666 Dec 8 04:32 coverage.out 04:33:19 -rw-rw-r-- 1 jenkins jenkins 3901 Dec 8 04:31 go.mod 04:33:19 -rw-rw-r-- 1 jenkins jenkins 34881 Dec 8 04:31 go.sum 04:33:19 drwxrwxr-x 7 jenkins jenkins 4096 Dec 8 04:31 internal 04:33:19 -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 04:31 main.go 04:33:19 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:31 openapi 04:33:19 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:31 pkg 04:33:19 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:31 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:19 + 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=e27574318321310232daceea80e5370fcd7cad9c --label arch=amd64 --label version=3.2.0-dev.3 . 04:33:19 Sending build context to Docker daemon 6.725MB 04:33:19 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 04:33:19 Step 2/27 : FROM ${BASE} AS builder 04:33:19 ---> b1ff6f986ade 04:33:19 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 04:33:19 ---> Running in 192c4f7bab66 04:33:20 Removing intermediate container 192c4f7bab66 04:33:20 ---> fdd8fe09ffdb 04:33:20 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 04:33:20 ---> Running in c4d6b2944284 04:33:20 Removing intermediate container c4d6b2944284 04:33:20 ---> faef2eee43aa 04:33:20 Step 5/27 : ARG ADD_BUILD_TAGS="" 04:33:20 ---> Running in 6e29c6f88e70 04:33:20 Removing intermediate container 6e29c6f88e70 04:33:20 ---> 2fd184993635 04:33:20 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:33:20 ---> Running in b9e468d91faf 04:33:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:21 OK: 264 MiB in 52 packages 04:33:21 Removing intermediate container b9e468d91faf 04:33:21 ---> 81620da63e7d 04:33:21 Step 7/27 : WORKDIR /app 04:33:21 ---> Running in 2deaa0c9b82f 04:33:21 Removing intermediate container 2deaa0c9b82f 04:33:21 ---> 8c960cdc0dc2 04:33:21 Step 8/27 : COPY go.mod vendor* ./ 04:33:21 ---> f8900534cffa 04:33:21 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:21 ---> Running in cb82f0003494 04:33:22 Removing intermediate container cb82f0003494 04:33:22 ---> 5ddd97a3c16b 04:33:22 Step 10/27 : COPY . . 04:33:22 ---> da855aff5853 04:33:22 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:33:22 ---> Running in 50b529649703 04:33:22 Removing intermediate container 50b529649703 04:33:22 ---> 71c151a81118 04:33:22 Step 12/27 : RUN $MAKE 04:33:22 ---> Running in d9cf331e4fff 04:33:23 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.3" -trimpath -mod=readonly -o app-record-replay 04:33:41 Removing intermediate container d9cf331e4fff 04:33:41 ---> 0f9698b57c6a 04:33:41 Step 13/27 : FROM alpine:3.18 04:33:42 3.18: Pulling from library/alpine 04:33:42 c926b61bad3b: Pulling fs layer 04:33:42 c926b61bad3b: Download complete 04:33:42 c926b61bad3b: Pull complete 04:33:42 Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 04:33:42 Status: Downloaded newer image for alpine:3.18 04:33:42 ---> b541f2080109 04:33:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:33:42 ---> Running in f76f1488b9c4 04:33:42 Removing intermediate container f76f1488b9c4 04:33:42 ---> a9126773605b 04:33:42 Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} 04:33:42 ---> Running in e0b8395a2c5a 04:33:42 Removing intermediate container e0b8395a2c5a 04:33:42 ---> 4959036298c2 04:33:42 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 04:33:42 ---> Running in 68b09b831dc4 04:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:43 (1/2) Installing ca-certificates (20230506-r0) 04:33:43 (2/2) Installing dumb-init (1.2.5-r2) 04:33:43 Executing busybox-1.36.1-r5.trigger 04:33:43 Executing ca-certificates-20230506-r0.trigger 04:33:43 OK: 8 MiB in 17 packages 04:33:43 Removing intermediate container 68b09b831dc4 04:33:43 ---> 140c5eded521 04:33:43 Step 17/27 : RUN apk --no-cache upgrade 04:33:43 ---> Running in 5ab33b3f5434 04:33:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:44 OK: 8 MiB in 17 packages 04:33:44 Removing intermediate container 5ab33b3f5434 04:33:44 ---> 10a66a68001d 04:33:44 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 04:33:44 ---> d191e6882373 04:33:44 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 04:33:45 ---> 5dba13551a76 04:33:45 Step 20/27 : COPY --from=builder /app/res/ /res/ 04:33:45 ---> 7c0b904912cd 04:33:45 Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay 04:33:45 ---> b65c16ff889d 04:33:45 Step 22/27 : EXPOSE 59712 04:33:45 ---> Running in a18435515f78 04:33:45 Removing intermediate container a18435515f78 04:33:45 ---> befdd48ad515 04:33:45 Step 23/27 : ENTRYPOINT ["/app-record-replay"] 04:33:45 ---> Running in 87c43ef07ace 04:33:45 Removing intermediate container 87c43ef07ace 04:33:45 ---> 611c46fcb083 04:33:45 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:33:45 ---> Running in 0d52eac5de76 04:33:45 Removing intermediate container 0d52eac5de76 04:33:45 ---> f21f15dccf0c 04:33:45 Step 25/27 : LABEL arch=amd64 04:33:45 ---> Running in e677e19c2da4 04:33:46 Removing intermediate container e677e19c2da4 04:33:46 ---> a9c2be6c69d5 04:33:46 Step 26/27 : LABEL git_sha=e27574318321310232daceea80e5370fcd7cad9c 04:33:46 ---> Running in f48f2601b444 04:33:46 Removing intermediate container f48f2601b444 04:33:46 ---> 30da222fbe09 04:33:46 Step 27/27 : LABEL version=3.2.0-dev.3 04:33:46 ---> Running in d009e209f5dd 04:33:46 Removing intermediate container d009e209f5dd 04:33:46 ---> 4e4fa67daed7 04:33:46 [Warning] One or more build-args [ARCH] were not consumed 04:33:46 Successfully built 4e4fa67daed7 04:33:46 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 04:33:46 provisioning config files... 04:33:46 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17349640639373596562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:33:46 ---> ****-login.sh 04:33:46 nexus3.edgexfoundry.org:10001 04:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:46 Configure a credential helper to remove this warning. See 04:33:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:46 04:33:46 Login Succeeded 04:33:46 nexus3.edgexfoundry.org:10002 04:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:46 Configure a credential helper to remove this warning. See 04:33:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:46 04:33:46 Login Succeeded 04:33:46 nexus3.edgexfoundry.org:10003 04:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:47 Configure a credential helper to remove this warning. See 04:33:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:47 04:33:47 Login Succeeded 04:33:47 nexus3.edgexfoundry.org:10004 04:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:47 Configure a credential helper to remove this warning. See 04:33:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:47 04:33:47 Login Succeeded 04:33:47 ****.io 04:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:47 Configure a credential helper to remove this warning. See 04:33:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:47 04:33:47 Login Succeeded 04:33:47 ---> ****-login.sh ends [Pipeline] } 04:33:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:33:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:33:47 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 04:33:47 e27574318321310232daceea80e5370fcd7cad9c 04:33:47 latest 04:33:47 3.2.0-dev.3 04:33:47 e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 04:33:47 main 04:33:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:47 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:48 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c 04:33:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:33:48 a2730bfa984f: Preparing 04:33:48 6e226de196d6: Preparing 04:33:48 e3a33327f3b2: Preparing 04:33:48 97d301a61629: Preparing 04:33:48 4af892ff2199: Preparing 04:33:48 ab763a97785c: Preparing 04:33:48 9fe9a137fd00: Preparing 04:33:48 ab763a97785c: Waiting 04:33:48 97d301a61629: Pushed 04:33:48 e3a33327f3b2: Pushed 04:33:48 6e226de196d6: Pushed 04:33:48 4af892ff2199: Pushed 04:33:48 9fe9a137fd00: Layer already exists 04:33:48 ab763a97785c: Pushed 04:33:51 a2730bfa984f: Pushed 04:33:51 e27574318321310232daceea80e5370fcd7cad9c: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:52 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:52 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 04:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:33:52 a2730bfa984f: Preparing 04:33:52 6e226de196d6: Preparing 04:33:52 e3a33327f3b2: Preparing 04:33:52 97d301a61629: Preparing 04:33:52 4af892ff2199: Preparing 04:33:52 ab763a97785c: Preparing 04:33:52 9fe9a137fd00: Preparing 04:33:52 ab763a97785c: Waiting 04:33:52 9fe9a137fd00: Waiting 04:33:52 6e226de196d6: Layer already exists 04:33:52 4af892ff2199: Layer already exists 04:33:52 e3a33327f3b2: Layer already exists 04:33:52 a2730bfa984f: Layer already exists 04:33:52 97d301a61629: Layer already exists 04:33:52 9fe9a137fd00: Layer already exists 04:33:52 ab763a97785c: Layer already exists 04:33:52 latest: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:53 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:53 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.3 04:33:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:33:53 a2730bfa984f: Preparing 04:33:53 6e226de196d6: Preparing 04:33:53 e3a33327f3b2: Preparing 04:33:53 97d301a61629: Preparing 04:33:53 4af892ff2199: Preparing 04:33:53 ab763a97785c: Preparing 04:33:53 9fe9a137fd00: Preparing 04:33:53 ab763a97785c: Waiting 04:33:53 9fe9a137fd00: Waiting 04:33:53 e3a33327f3b2: Layer already exists 04:33:53 a2730bfa984f: Layer already exists 04:33:53 97d301a61629: Layer already exists 04:33:53 6e226de196d6: Layer already exists 04:33:53 4af892ff2199: Layer already exists 04:33:53 ab763a97785c: Layer already exists 04:33:53 9fe9a137fd00: Layer already exists 04:33:53 3.2.0-dev.3: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:53 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:54 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 04:33:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:33:54 a2730bfa984f: Preparing 04:33:54 6e226de196d6: Preparing 04:33:54 e3a33327f3b2: Preparing 04:33:54 97d301a61629: Preparing 04:33:54 4af892ff2199: Preparing 04:33:54 ab763a97785c: Preparing 04:33:54 9fe9a137fd00: Preparing 04:33:54 ab763a97785c: Waiting 04:33:54 9fe9a137fd00: Waiting 04:33:54 97d301a61629: Layer already exists 04:33:54 4af892ff2199: Layer already exists 04:33:54 e3a33327f3b2: Layer already exists 04:33:54 a2730bfa984f: Layer already exists 04:33:54 6e226de196d6: Layer already exists 04:33:54 ab763a97785c: Layer already exists 04:33:54 9fe9a137fd00: Layer already exists 04:33:54 e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:54 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:55 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 04:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 04:33:55 a2730bfa984f: Preparing 04:33:55 6e226de196d6: Preparing 04:33:55 e3a33327f3b2: Preparing 04:33:55 97d301a61629: Preparing 04:33:55 4af892ff2199: Preparing 04:33:55 ab763a97785c: Preparing 04:33:55 9fe9a137fd00: Preparing 04:33:55 ab763a97785c: Waiting 04:33:55 9fe9a137fd00: Waiting 04:33:55 6e226de196d6: Layer already exists 04:33:55 4af892ff2199: Layer already exists 04:33:55 a2730bfa984f: Layer already exists 04:33:55 e3a33327f3b2: Layer already exists 04:33:55 97d301a61629: Layer already exists 04:33:55 9fe9a137fd00: Layer already exists 04:33:55 ab763a97785c: Layer already exists 04:33:55 main: digest: sha256:e024e47ba4ca43e1f294dbb5424c8ab1201b273eb0bf27e860543c6aaccf0c0e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:33:55 ===================================================== [Pipeline] echo 04:33:55 taggedImages: 04:33:55 - nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c 04:33:55 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 04:33:55 - nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.3 04:33:55 - nexus3.edgexfoundry.org:10004/app-record-replay:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 04:33:55 - 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 04:33:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:33:56 04:33:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:33:56 latest: Pulling from edgex-lftools-log-publisher 04:33:56 5eb5b503b376: Pulling fs layer 04:33:56 5c69ac0246d0: Pulling fs layer 04:33:56 ec43610c2a17: Pulling fs layer 04:33:56 3a2ae6a8a46f: Pulling fs layer 04:33:56 33b1e0a273af: Pulling fs layer 04:33:56 5d3b04190fa2: Pulling fs layer 04:33:56 2f39f015ded8: Pulling fs layer 04:33:56 3a2ae6a8a46f: Waiting 04:33:56 33b1e0a273af: Waiting 04:33:56 5d3b04190fa2: Waiting 04:33:56 2f39f015ded8: Waiting 04:33:56 5c69ac0246d0: Verifying Checksum 04:33:56 5c69ac0246d0: Download complete 04:33:56 3a2ae6a8a46f: Verifying Checksum 04:33:56 3a2ae6a8a46f: Download complete 04:33:56 33b1e0a273af: Verifying Checksum 04:33:56 33b1e0a273af: Download complete 04:33:56 5d3b04190fa2: Verifying Checksum 04:33:56 5d3b04190fa2: Download complete 04:33:56 ec43610c2a17: Verifying Checksum 04:33:56 ec43610c2a17: Download complete 04:33:56 5eb5b503b376: Verifying Checksum 04:33:56 5eb5b503b376: Download complete 04:33:57 2f39f015ded8: Download complete 04:33:57 5eb5b503b376: Pull complete 04:33:57 5c69ac0246d0: Pull complete 04:33:58 ec43610c2a17: Pull complete 04:33:58 3a2ae6a8a46f: Pull complete 04:33:58 33b1e0a273af: Pull complete 04:33:58 5d3b04190fa2: Pull complete 04:34:02 2f39f015ded8: Pull complete 04:34:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:34:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:34:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:34:03 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:34:03 $ 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 04:34:05 $ docker top 124820e8523627cfe73ab93a1243be7c03bd15d19b7b38d4efb8076636141596 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:34:05 ---> job-cost.sh 04:34:05 lf-activate-venv: SKIPPING 04:34:05 INFO: No Stack... 04:34:05 INFO: Retrieving Pricing Info for: v3-standard-8 04:34:06 INFO: Archiving Costs [Pipeline] sh 04:34:06 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 04:34:06 + cut -d, -f6 [Pipeline] lock 04:34:06 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] 04:34:06 Resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] did not exist. Created. 04:34:06 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:34:06 + echo total: 0.2199999988079071 [Pipeline] stash 04:34:06 Stashed 1 file(s) [Pipeline] } 04:34:06 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] // lock [Pipeline] } 04:34:07 $ docker stop --time=1 124820e8523627cfe73ab93a1243be7c03bd15d19b7b38d4efb8076636141596 04:34:08 $ docker rm -f --volumes 124820e8523627cfe73ab93a1243be7c03bd15d19b7b38d4efb8076636141596 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:35:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24694 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 04:35:05 Running in /w/workspace/app-record-replay/77 [Pipeline] { [Pipeline] checkout 04:35:05 Selected Git installation does not exist. Using Default 04:35:05 The recommended git tool is: NONE 04:35:12 using credential edgex-jenkins-ssh 04:35:12 Cloning the remote Git repository 04:35:12 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 04:35:12 > git init /w/workspace/app-record-replay/77 # timeout=10 04:35:13 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 04:35:13 > git --version # timeout=10 04:35:13 > git --version # 'git version 2.25.1' 04:35:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:35:15 Avoid second fetch 04:35:15 Checking out Revision e27574318321310232daceea80e5370fcd7cad9c (main) 04:35:14 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 04:35:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:35:15 > git config core.sparsecheckout # timeout=10 04:35:16 > git checkout -f e27574318321310232daceea80e5370fcd7cad9c # timeout=10 04:35:16 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#111)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:35:17 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:35:17 % Total % Received % Xferd Average Speed Time Time Time Current 04:35:17 Dload Upload Total Spent Left Speed 04:35:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 209k 0 --:--:-- --:--:-- --:--:-- 209k [Pipeline] sh 04:35:18 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:35:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 04:35:18 sudo tee /etc/docker/daemon.new 04:35:18 { 04:35:18 "registry-mirrors": [ 04:35:18 "https://nexus3.edgexfoundry.org:10001" 04:35:18 ], 04:35:18 "bip": "10.250.0.254/24", 04:35:18 "hosts": [ 04:35:18 "tcp://0.0.0.0:5555", 04:35:18 "unix:///var/run/docker.sock" 04:35:18 ], 04:35:18 "mtu": 1458, 04:35:18 "selinux-enabled": true, 04:35:18 "seccomp-profile": "/etc/docker/seccomp.json" 04:35:18 } [Pipeline] sh 04:35:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:35:19 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:35:41 provisioning config files... 04:35:41 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/77@tmp/config13960742464544741248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:35:42 ---> ****-login.sh 04:35:42 nexus3.edgexfoundry.org:10001 04:35:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:42 Configure a credential helper to remove this warning. See 04:35:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:42 04:35:42 Login Succeeded 04:35:42 nexus3.edgexfoundry.org:10002 04:35:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:42 Configure a credential helper to remove this warning. See 04:35:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:42 04:35:42 Login Succeeded 04:35:42 nexus3.edgexfoundry.org:10003 04:35:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:43 Configure a credential helper to remove this warning. See 04:35:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:43 04:35:43 Login Succeeded 04:35:43 nexus3.edgexfoundry.org:10004 04:35:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:43 Configure a credential helper to remove this warning. See 04:35:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:43 04:35:43 Login Succeeded 04:35:43 ****.io 04:35:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:44 Configure a credential helper to remove this warning. See 04:35:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:44 04:35:44 Login Succeeded 04:35:44 ---> ****-login.sh ends [Pipeline] } 04:35:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:35:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:35:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:35:44 ========================================================= 04:35:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 04:35:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:45 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 04:35:46 #0 building with "default" instance using docker driver 04:35:46 04:35:46 #1 [internal] load build definition from Dockerfile 04:35:46 #1 transferring dockerfile: 1.76kB 0.0s done 04:35:46 #1 DONE 0.1s 04:35:46 04:35:46 #2 [internal] load .dockerignore 04:35:46 #2 transferring context: 159B done 04:35:46 #2 DONE 0.1s 04:35:46 04:35:46 #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:35:46 #3 DONE 0.1s 04:35:46 04:35:46 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 04:35:46 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done 04:35:46 #4 ... 04:35:46 04:35:46 #5 [internal] load build context 04:35:46 #5 transferring context: 220.66kB 0.1s done 04:35:46 #5 DONE 0.1s 04:35:46 04:35:46 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 04:35:46 #4 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done 04:35:46 #4 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done 04:35:46 #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0B / 3.33MB 0.1s 04:35:46 #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0B / 286.30kB 0.1s 04:35:46 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 2.10MB / 63.99MB 0.1s 04:35:47 #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.2s done 04:35:47 #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 7.34MB / 63.99MB 0.2s 04:35:47 #4 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done 04:35:47 #4 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done 04:35:47 #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 04:35:47 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0B / 11.40MB 0.3s 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 16.78MB / 63.99MB 0.4s 04:35:47 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 3.15MB / 11.40MB 0.4s 04:35:47 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.26MB / 97.63MB 0.4s 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 20.97MB / 63.99MB 0.5s 04:35:47 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 6.29MB / 11.40MB 0.5s 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 29.36MB / 63.99MB 0.7s 04:35:47 #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done 04:35:47 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 8.86MB / 11.40MB 0.6s 04:35:47 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 18.62MB / 97.63MB 0.7s 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 33.55MB / 63.99MB 0.8s 04:35:47 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.7s done 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 37.75MB / 63.99MB 0.9s 04:35:47 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 27.26MB / 97.63MB 0.9s 04:35:47 #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 42.99MB / 63.99MB 1.0s 04:35:47 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 32.16MB / 97.63MB 1.0s 04:35:47 #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.2s done 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 52.43MB / 63.99MB 1.2s 04:35:47 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 41.94MB / 97.63MB 1.2s 04:35:47 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 56.62MB / 63.99MB 1.3s 04:35:47 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 46.95MB / 97.63MB 1.3s 04:35:48 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 61.87MB / 63.99MB 1.4s 04:35:48 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 56.62MB / 97.63MB 1.5s 04:35:48 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 1.5s done 04:35:48 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 61.87MB / 97.63MB 1.6s 04:35:48 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 04:35:48 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 66.95MB / 97.63MB 1.7s 04:35:48 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 79.69MB / 97.63MB 2.0s 04:35:48 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 84.93MB / 97.63MB 2.1s 04:35:48 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 94.37MB / 97.63MB 2.3s 04:35:49 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.5s done 04:35:54 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 5.6s 04:35:59 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 10.9s 04:36:05 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.1s done 04:36:07 #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done 04:36:07 #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 04:36:08 #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done 04:36:08 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 04:36:13 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.1s 04:36:16 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.8s done 04:36:17 #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0.1s 04:36:19 #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.8s done 04:36:23 #4 DONE 36.8s 04:36:23 04:36:23 #6 [builder 2/7] RUN apk add --update --no-cache make git 04:36:24 #6 0.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:24 #6 1.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:25 #6 2.291 OK: 266 MiB in 52 packages 04:36:27 #6 DONE 4.0s 04:36:27 04:36:27 #7 [builder 3/7] WORKDIR /app 04:36:27 #7 DONE 0.1s 04:36:27 04:36:27 #8 [builder 4/7] COPY go.mod vendor* ./ 04:36:27 #8 DONE 0.1s 04:36:27 04:36:27 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:36:54 #9 DONE 24.5s 04:36:54 04:36:54 #10 [builder 6/7] COPY . . 04:36:54 #10 DONE 0.2s 04:36:54 04:36:54 #11 [builder 7/7] RUN echo noop 04:36:54 #11 0.643 noop 04:36:54 #11 DONE 0.7s 04:36:54 04:36:54 #12 exporting to image 04:36:54 #12 exporting layers 04:37:16 #12 exporting layers 21.5s done 04:37:16 #12 writing image sha256:76f9e7717e727eefff02ddf48e248333913361149274941815e74960aae23a0e done 04:37:16 #12 naming to docker.io/library/ci-base-image-arm64 done 04:37:16 #12 DONE 21.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:17 + docker inspect -f . ci-base-image-arm64 04:37:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:37:17 prd-ubuntu20.04-docker-arm64-4c-16g-24694 does not seem to be running inside a container 04:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/77 -v /w/workspace/app-record-replay/77:/w/workspace/app-record-replay/77:rw,z -v /w/workspace/app-record-replay/77@tmp:/w/workspace/app-record-replay/77@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 04:37:22 $ docker top da0bc1144f1bcb64ab276fc2c5234e3cf4d5b2e39c7abcb7579738dc54896702 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:22 + go version 04:37:22 go version go1.21.0 linux/arm64 [Pipeline] } 04:37:23 $ docker stop --time=1 da0bc1144f1bcb64ab276fc2c5234e3cf4d5b2e39c7abcb7579738dc54896702 04:37:24 $ docker rm -f --volumes da0bc1144f1bcb64ab276fc2c5234e3cf4d5b2e39c7abcb7579738dc54896702 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:25 + docker inspect -f . ci-base-image-arm64 04:37:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:37:25 prd-ubuntu20.04-docker-arm64-4c-16g-24694 does not seem to be running inside a container 04:37:25 $ 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/77 -v /w/workspace/app-record-replay/77:/w/workspace/app-record-replay/77:rw,z -v /w/workspace/app-record-replay/77@tmp:/w/workspace/app-record-replay/77@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 04:37:26 $ docker top 2cdfd05edddb5c0c6d911d19e2dced1d906478b8dc5829043ded33c03e0866aa -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:27 + git config --global --add safe.directory /w/workspace/app-record-replay/77 [Pipeline] fileExists [Pipeline] sh 04:37:27 + make test 04:37:27 go test -race -coverprofile=coverage.out ./... 04:39:19 ? github.com/edgexfoundry/app-record-replay [no test files] 04:39:19 ok github.com/edgexfoundry/app-record-replay/internal/app 1.213s coverage: 88.0% of statements 04:39:19 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 04:39:19 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 04:39:19 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 04:39:19 ok github.com/edgexfoundry/app-record-replay/internal/application 9.953s coverage: 98.7% of statements 04:39:19 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.531s coverage: 89.7% of statements 04:39:19 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.177s coverage: 100.0% of statements 04:39:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:39:20 go vet ./... 04:40:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:40:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:40:42 ./bin/test-attribution-txt.sh [Pipeline] echo 04:40:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:40:42 $ docker stop --time=1 2cdfd05edddb5c0c6d911d19e2dced1d906478b8dc5829043ded33c03e0866aa 04:40:48 $ docker rm -f --volumes 2cdfd05edddb5c0c6d911d19e2dced1d906478b8dc5829043ded33c03e0866aa [Pipeline] // withDockerContainer [Pipeline] sh 04:40:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:40:49 Warning: overwriting stash ‘coverage-report’ 04:40:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:40:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:40:50 + ls -al . 04:40:50 total 188 04:40:50 drwxrwxr-x 9 jenkins jenkins 4096 Dec 8 04:37 . 04:40:50 drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 04:35 .. 04:40:50 -rw-rw-r-- 1 jenkins jenkins 119 Dec 8 04:35 .dockerignore 04:40:50 drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 04:35 .git 04:40:50 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:35 .github 04:40:50 -rw-rw-r-- 1 jenkins jenkins 164 Dec 8 04:35 .gitignore 04:40:50 -rw-rw-r-- 1 jenkins jenkins 41 Dec 8 04:35 .golangci.yml 04:40:50 -rw-rw-r-- 1 jenkins jenkins 11301 Dec 8 04:35 Attribution.txt 04:40:50 -rw-rw-r-- 1 jenkins jenkins 458 Dec 8 04:35 CHANGELOG.md 04:40:50 -rw-rw-r-- 1 jenkins jenkins 1725 Dec 8 04:35 Dockerfile 04:40:50 -rw-rw-r-- 1 jenkins jenkins 677 Dec 8 04:35 GOVERNANCE.md 04:40:50 -rw-rw-r-- 1 jenkins jenkins 681 Dec 8 04:35 Jenkinsfile 04:40:50 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 8 04:35 LICENSE 04:40:50 -rw-rw-r-- 1 jenkins jenkins 3136 Dec 8 04:35 Makefile 04:40:50 -rw-rw-r-- 1 jenkins jenkins 611 Dec 8 04:35 OWNERS.md 04:40:50 -rw-rw-r-- 1 jenkins jenkins 4107 Dec 8 04:35 README.md 04:40:50 -rw-rw-r-- 1 jenkins jenkins 7789 Dec 8 04:35 Record and Reply.postman_collection.json 04:40:50 -rw-rw-r-- 1 jenkins jenkins 11 Dec 8 04:31 VERSION 04:40:50 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:35 bin 04:40:50 -rw-r--r-- 1 jenkins jenkins 24666 Dec 8 04:39 coverage.out 04:40:50 -rw-rw-r-- 1 jenkins jenkins 3901 Dec 8 04:35 go.mod 04:40:50 -rw-rw-r-- 1 jenkins jenkins 34881 Dec 8 04:35 go.sum 04:40:50 drwxrwxr-x 7 jenkins jenkins 4096 Dec 8 04:35 internal 04:40:50 -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 04:35 main.go 04:40:50 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:35 openapi 04:40:50 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 04:35 pkg 04:40:50 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 04:35 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:51 + 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=e27574318321310232daceea80e5370fcd7cad9c --label arch=arm64 --label version=3.2.0-dev.3 . 04:40:51 #0 building with "default" instance using docker driver 04:40:51 04:40:51 #1 [internal] load .dockerignore 04:40:51 #1 transferring context: 04:40:52 #1 transferring context: 159B done 04:40:52 #1 DONE 0.0s 04:40:52 04:40:52 #2 [internal] load build definition from Dockerfile 04:40:52 #2 transferring dockerfile: 1.76kB done 04:40:52 #2 DONE 0.0s 04:40:52 04:40:52 #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:40:52 #3 DONE 0.0s 04:40:52 04:40:52 #4 [internal] load metadata for docker.io/library/alpine:3.18 04:40:52 #4 DONE 0.2s 04:40:52 04:40:52 #5 [internal] load build context 04:40:52 #5 transferring context: 26.74kB 0.0s done 04:40:52 #5 DONE 0.1s 04:40:52 04:40:52 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 04:40:52 #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done 04:40:52 #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 04:40:52 #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 04:40:52 #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 04:40:52 #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.1s 04:40:52 #6 ... 04:40:52 04:40:52 #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:40:52 #7 DONE 0.2s 04:40:52 04:40:52 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 04:40:52 #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.1s done 04:40:52 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 04:40:53 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.4s done 04:40:53 #6 DONE 0.9s 04:40:53 04:40:53 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:40:54 #8 0.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:40:54 #8 1.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:40:55 #8 ... 04:40:55 04:40:55 #9 [builder 2/7] RUN apk add --update --no-cache make git 04:40:55 #9 0.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:40:55 #9 1.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:40:55 #9 2.251 OK: 266 MiB in 52 packages 04:40:55 #9 DONE 2.5s 04:40:55 04:40:55 #10 [builder 3/7] WORKDIR /app 04:40:55 #10 DONE 0.1s 04:40:55 04:40:55 #11 [builder 4/7] COPY go.mod vendor* ./ 04:40:55 #11 DONE 0.2s 04:40:55 04:40:55 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:40:55 #8 2.057 (1/2) Installing ca-certificates (20230506-r0) 04:40:55 #8 2.172 (2/2) Installing dumb-init (1.2.5-r2) 04:40:55 #8 2.198 Executing busybox-1.36.1-r5.trigger 04:40:55 #8 2.216 Executing ca-certificates-20230506-r0.trigger 04:40:55 #8 2.461 OK: 9 MiB in 17 packages 04:40:56 #8 DONE 2.8s 04:40:56 04:40:56 #12 [stage-1 3/7] RUN apk --no-cache upgrade 04:40:57 #12 0.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:40:57 #12 ... 04:40:57 04:40:57 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:57 #13 DONE 1.8s 04:40:57 04:40:57 #12 [stage-1 3/7] RUN apk --no-cache upgrade 04:40:57 #12 1.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:40:57 #12 ... 04:40:57 04:40:57 #14 [builder 6/7] COPY . . 04:40:57 #14 DONE 0.2s 04:40:57 04:40:57 #15 [builder 7/7] RUN make build 04:40:58 #15 0.757 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.3" -trimpath -mod=readonly -o app-record-replay 04:41:01 #15 ... 04:41:01 04:41:01 #12 [stage-1 3/7] RUN apk --no-cache upgrade 04:41:01 #12 2.248 OK: 9 MiB in 17 packages 04:41:01 #12 DONE 5.5s 04:41:01 04:41:01 #15 [builder 7/7] RUN make build 04:42:09 #15 DONE 64.3s 04:42:09 04:42:09 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 04:42:09 #16 DONE 0.1s 04:42:09 04:42:09 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 04:42:09 #17 DONE 0.1s 04:42:09 04:42:09 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 04:42:09 #18 DONE 0.1s 04:42:09 04:42:09 #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay 04:42:09 #19 DONE 0.3s 04:42:09 04:42:09 #20 exporting to image 04:42:09 #20 exporting layers 04:42:09 #20 exporting layers 0.4s done 04:42:09 #20 writing image sha256:6ee5d13061e1ad82d8dad0294a705826a8cc8fc99f99dd0689b2e6be5116f1a7 done 04:42:09 #20 naming to docker.io/library/app-record-replay-arm64 done 04:42:09 #20 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:42:09 provisioning config files... 04:42:09 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/77@tmp/config6444480675601210439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:42:10 ---> ****-login.sh 04:42:10 nexus3.edgexfoundry.org:10001 04:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:42:10 Configure a credential helper to remove this warning. See 04:42:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:42:10 04:42:10 Login Succeeded 04:42:10 nexus3.edgexfoundry.org:10002 04:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:42:10 Configure a credential helper to remove this warning. See 04:42:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:42:10 04:42:10 Login Succeeded 04:42:10 nexus3.edgexfoundry.org:10003 04:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:42:11 Configure a credential helper to remove this warning. See 04:42:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:42:11 04:42:11 Login Succeeded 04:42:11 nexus3.edgexfoundry.org:10004 04:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:42:11 Configure a credential helper to remove this warning. See 04:42:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:42:11 04:42:11 Login Succeeded 04:42:11 ****.io 04:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:42:11 Configure a credential helper to remove this warning. See 04:42:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:42:11 04:42:11 Login Succeeded 04:42:11 ---> ****-login.sh ends [Pipeline] } 04:42:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:42:12 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 04:42:12 e27574318321310232daceea80e5370fcd7cad9c 04:42:12 latest 04:42:12 3.2.0-dev.3 04:42:12 e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 04:42:12 main 04:42:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:12 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:13 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c 04:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:42:13 adfe5b53e935: Preparing 04:42:13 aadb7346422c: Preparing 04:42:13 88fd2de2c02a: Preparing 04:42:13 75698e9a7887: Preparing 04:42:13 300f013165fb: Preparing 04:42:13 beb6d9dbf4a8: Preparing 04:42:13 0faf9b67be60: Preparing 04:42:13 beb6d9dbf4a8: Waiting 04:42:13 0faf9b67be60: Waiting 04:42:13 75698e9a7887: Pushed 04:42:13 300f013165fb: Pushed 04:42:13 88fd2de2c02a: Pushed 04:42:13 aadb7346422c: Pushed 04:42:13 0faf9b67be60: Layer already exists 04:42:13 beb6d9dbf4a8: Pushed 04:42:19 adfe5b53e935: Pushed 04:42:19 e27574318321310232daceea80e5370fcd7cad9c: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:19 + 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 04:42:20 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 04:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:42:20 adfe5b53e935: Preparing 04:42:20 aadb7346422c: Preparing 04:42:20 88fd2de2c02a: Preparing 04:42:20 75698e9a7887: Preparing 04:42:20 300f013165fb: Preparing 04:42:20 beb6d9dbf4a8: Preparing 04:42:20 0faf9b67be60: Preparing 04:42:20 beb6d9dbf4a8: Waiting 04:42:20 0faf9b67be60: Waiting 04:42:20 adfe5b53e935: Layer already exists 04:42:20 88fd2de2c02a: Layer already exists 04:42:20 75698e9a7887: Layer already exists 04:42:20 300f013165fb: Layer already exists 04:42:20 aadb7346422c: Layer already exists 04:42:20 0faf9b67be60: Layer already exists 04:42:20 beb6d9dbf4a8: Layer already exists 04:42:20 latest: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:20 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:21 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.3 04:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:42:21 adfe5b53e935: Preparing 04:42:21 aadb7346422c: Preparing 04:42:21 88fd2de2c02a: Preparing 04:42:21 75698e9a7887: Preparing 04:42:21 300f013165fb: Preparing 04:42:21 beb6d9dbf4a8: Preparing 04:42:21 0faf9b67be60: Preparing 04:42:21 beb6d9dbf4a8: Waiting 04:42:21 0faf9b67be60: Waiting 04:42:21 300f013165fb: Layer already exists 04:42:21 adfe5b53e935: Layer already exists 04:42:21 aadb7346422c: Layer already exists 04:42:21 88fd2de2c02a: Layer already exists 04:42:21 75698e9a7887: Layer already exists 04:42:21 beb6d9dbf4a8: Layer already exists 04:42:21 0faf9b67be60: Layer already exists 04:42:21 3.2.0-dev.3: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:21 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:22 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 04:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:42:22 adfe5b53e935: Preparing 04:42:22 aadb7346422c: Preparing 04:42:22 88fd2de2c02a: Preparing 04:42:22 75698e9a7887: Preparing 04:42:22 300f013165fb: Preparing 04:42:22 beb6d9dbf4a8: Preparing 04:42:22 0faf9b67be60: Preparing 04:42:22 beb6d9dbf4a8: Waiting 04:42:22 0faf9b67be60: Waiting 04:42:22 300f013165fb: Layer already exists 04:42:22 75698e9a7887: Layer already exists 04:42:22 aadb7346422c: Layer already exists 04:42:22 88fd2de2c02a: Layer already exists 04:42:22 adfe5b53e935: Layer already exists 04:42:22 0faf9b67be60: Layer already exists 04:42:22 beb6d9dbf4a8: Layer already exists 04:42:22 e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:23 + 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 04:42:23 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 04:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 04:42:23 adfe5b53e935: Preparing 04:42:23 aadb7346422c: Preparing 04:42:23 88fd2de2c02a: Preparing 04:42:23 75698e9a7887: Preparing 04:42:23 300f013165fb: Preparing 04:42:23 beb6d9dbf4a8: Preparing 04:42:23 0faf9b67be60: Preparing 04:42:23 0faf9b67be60: Waiting 04:42:23 beb6d9dbf4a8: Waiting 04:42:23 300f013165fb: Layer already exists 04:42:23 75698e9a7887: Layer already exists 04:42:23 88fd2de2c02a: Layer already exists 04:42:23 aadb7346422c: Layer already exists 04:42:23 adfe5b53e935: Layer already exists 04:42:23 beb6d9dbf4a8: Layer already exists 04:42:23 0faf9b67be60: Layer already exists 04:42:23 main: digest: sha256:3dafb7f07aba417060c11f356bfdc54b8dc0941cb86bae781f786b0b26154122 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:24 ===================================================== [Pipeline] echo 04:42:24 taggedImages: 04:42:24 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c 04:42:24 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 04:42:24 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.3 04:42:24 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e27574318321310232daceea80e5370fcd7cad9c-3.2.0-dev.3 04:42:24 - 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 04:42:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:42:24 04:42:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:42:27 arm64: Pulling from edgex-lftools-log-publisher 04:42:27 8998bd30e6a1: Pulling fs layer 04:42:27 04944245beec: Pulling fs layer 04:42:27 699f458cf7ca: Pulling fs layer 04:42:27 765212b225bb: Pulling fs layer 04:42:27 f23df028b6ca: Pulling fs layer 04:42:27 d65c8cfc05b1: Pulling fs layer 04:42:27 2437ff75d9bd: Pulling fs layer 04:42:27 765212b225bb: Waiting 04:42:27 f23df028b6ca: Waiting 04:42:27 2437ff75d9bd: Waiting 04:42:27 d65c8cfc05b1: Waiting 04:42:27 04944245beec: Verifying Checksum 04:42:27 04944245beec: Download complete 04:42:27 765212b225bb: Verifying Checksum 04:42:27 765212b225bb: Download complete 04:42:27 f23df028b6ca: Verifying Checksum 04:42:27 f23df028b6ca: Download complete 04:42:27 d65c8cfc05b1: Verifying Checksum 04:42:27 d65c8cfc05b1: Download complete 04:42:27 699f458cf7ca: Verifying Checksum 04:42:27 699f458cf7ca: Download complete 04:42:27 8998bd30e6a1: Download complete 04:42:29 2437ff75d9bd: Verifying Checksum 04:42:29 2437ff75d9bd: Download complete 04:42:33 8998bd30e6a1: Pull complete 04:42:34 04944245beec: Pull complete 04:42:36 699f458cf7ca: Pull complete 04:42:36 765212b225bb: Pull complete 04:42:37 f23df028b6ca: Pull complete 04:42:37 d65c8cfc05b1: Pull complete 04:43:03 2437ff75d9bd: Pull complete 04:43:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:43:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:43:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:43:04 prd-ubuntu20.04-docker-arm64-4c-16g-24694 does not seem to be running inside a container 04:43:04 $ 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/77 -v /w/workspace/app-record-replay/77:/w/workspace/app-record-replay/77:rw,z -v /w/workspace/app-record-replay/77@tmp:/w/workspace/app-record-replay/77@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 04:43:05 $ docker top c90cb7247e4486b54fbe0306ef92bc4a31637ed5fe460a2bd8d74d10aa0a9536 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:43:06 ---> job-cost.sh 04:43:06 lf-activate-venv: SKIPPING 04:43:06 INFO: No Stack... 04:43:07 INFO: Retrieving Pricing Info for: v3-standard-8 04:43:08 INFO: Archiving Costs [Pipeline] sh 04:43:08 + cat /w/workspace/app-record-replay/77/archives/cost.csv 04:43:08 + cut -d, -f6 [Pipeline] lock 04:43:08 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] 04:43:08 Resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] did not exist. Created. 04:43:08 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:43:09 /w/workspace/app-record-replay/77@tmp/durable-ebae3057/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:43:09 + echo total: 0.2199999988079071 [Pipeline] stash 04:43:09 Warning: overwriting stash ‘stack-cost’ 04:43:09 Stashed 1 file(s) [Pipeline] } 04:43:09 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-77-stack-cost] [Pipeline] // lock [Pipeline] } 04:43:09 $ docker stop --time=1 c90cb7247e4486b54fbe0306ef92bc4a31637ed5fe460a2bd8d74d10aa0a9536 04:43:10 $ docker rm -f --volumes c90cb7247e4486b54fbe0306ef92bc4a31637ed5fe460a2bd8d74d10aa0a9536 [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 04:43:12 provisioning config files... 04:43:12 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14495603970765902573tmp [Pipeline] { [Pipeline] sh 04:43:12 + set +x 04:43:12 + + curl -s https://codecov.io/bash 04:43:12 bash -s -- 04:43:12 04:43:12 _____ _ 04:43:12 / ____| | | 04:43:12 | | ___ __| | ___ ___ _____ __ 04:43:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:43:12 | |___| (_) | (_| | __/ (_| (_) \ V / 04:43:12 \_____\___/ \__,_|\___|\___\___/ \_/ 04:43:12 Bash-1.0.6 04:43:12 04:43:12 04:43:12 ==> git version 2.25.1 found 04:43:12 ==> 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 04:43:12 Release-Date: 2020-01-08 04:43:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:43:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:43:12 ==> Jenkins CI detected. 04:43:12 current dir:  /w/workspace/exfoundry_app-record-replay_main 04:43:12 project root: . 04:43:12 --> token set from env 04:43:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:43:12 ==> Running gcov in . (disable via -X gcov) 04:43:12 ==> Python coveragepy not found 04:43:12 ==> Searching for coverage reports in: 04:43:12 + . 04:43:12 -> Found 1 reports 04:43:12 ==> Detecting git/mercurial file structure 04:43:12 ==> Reading reports 04:43:12 + ./coverage.out bytes=24666 04:43:12 ==> Appending adjustments 04:43:12 https://docs.codecov.io/docs/fixing-reports 04:43:12 + Found adjustments 04:43:12 ==> Gzipping contents 04:43:12 8.0K /tmp/codecov.5ENhR5.gz 04:43:12 ==> Uploading reports 04:43:12 url: https://codecov.io 04:43:12 query: branch=main&commit=e27574318321310232daceea80e5370fcd7cad9c&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 04:43:12 -> Pinging Codecov 04:43:12 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=e27574318321310232daceea80e5370fcd7cad9c&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 04:43:13 -> Uploading to 04:43:13 https://storage.googleapis.com/codecov/v4/raw/2023-12-08/F467761B9912B4F32F9BC62907045C81/e27574318321310232daceea80e5370fcd7cad9c/6c206863-e586-43bb-815a-5ec43ce8a8a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231208T044312Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=226355a3b682351d906f11807a102585106bab2c214f7b1debfcb2e80d2b8bd4 04:43:13 % Total % Received % Xferd Average Speed Time Time Time Current 04:43:13 Dload Upload Total Spent Left Speed 04:43:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4847 0 0 100 4847 0 18786 --:--:-- --:--:-- --:--:-- 18714 100 4847 0 0 100 4847 0 18714 --:--:-- --:--:-- --:--:-- 18642 04:43:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/e27574318321310232daceea80e5370fcd7cad9c [Pipeline] } 04:43:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:43:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:43:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:43:14 04:43:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:43:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:43:14 df9b9388f04a: Pulling fs layer 04:43:14 52dc419b0ee2: Pulling fs layer 04:43:14 25bc292e5bac: Pulling fs layer 04:43:14 114826534d7a: Pulling fs layer 04:43:14 4657fd5d0bcf: Pulling fs layer 04:43:14 6ad1cebc031e: Pulling fs layer 04:43:14 8a3aa393b2d8: Pulling fs layer 04:43:14 114826534d7a: Waiting 04:43:14 4657fd5d0bcf: Waiting 04:43:14 6ad1cebc031e: Waiting 04:43:14 8a3aa393b2d8: Waiting 04:43:14 25bc292e5bac: Download complete 04:43:14 52dc419b0ee2: Download complete 04:43:14 4657fd5d0bcf: Verifying Checksum 04:43:14 4657fd5d0bcf: Download complete 04:43:14 df9b9388f04a: Download complete 04:43:14 df9b9388f04a: Pull complete 04:43:14 6ad1cebc031e: Verifying Checksum 04:43:14 6ad1cebc031e: Download complete 04:43:14 52dc419b0ee2: Pull complete 04:43:14 25bc292e5bac: Pull complete 04:43:15 114826534d7a: Verifying Checksum 04:43:15 114826534d7a: Download complete 04:43:15 8a3aa393b2d8: Verifying Checksum 04:43:15 8a3aa393b2d8: Download complete 04:43:18 114826534d7a: Pull complete 04:43:18 4657fd5d0bcf: Pull complete 04:43:19 6ad1cebc031e: Pull complete 04:43:21 8a3aa393b2d8: Pull complete 04:43:21 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 04:43:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:43:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:43:21 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:43:21 $ 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 04:43:23 $ docker top 53ee2b9ff1b541676972da8bd46e64d9d836371b83b105c4b2fe13789a562594 -eo pid,comm [Pipeline] { [Pipeline] echo 04:43:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 04:43:24 + set -o pipefail 04:43:24 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 04:43:29 04:43:29 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 04:43:29 04:43:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/c9e6f776-c356-40bd-bce3-bd81d01da225 04:43:29 04:43:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:43:29 04:43:29 04:43:29 A medium severity vulnerability was found in the Snyk CLI versions you are using. 04:43:29 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 04:43:29 More details here: https://snyk.co/ue1NS 04:43:29 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 04:43:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 04:43:29 $ docker stop --time=1 53ee2b9ff1b541676972da8bd46e64d9d836371b83b105c4b2fe13789a562594 04:43:31 $ docker rm -f --volumes 53ee2b9ff1b541676972da8bd46e64d9d836371b83b105c4b2fe13789a562594 [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 04:43:33 + git log --format=format:%s -1 e27574318321310232daceea80e5370fcd7cad9c [Pipeline] sh 04:43:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:43:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:43:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:43:33 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:43:33 $ 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 04:43:34 $ docker top 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 -eo pid,comm 04:43:34 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). 04:43:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:43:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:43:34 [ssh-agent] Looking for ssh-agent implementation... 04:43:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:43:34 $ docker exec 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 ssh-agent 04:43:34 SSH_AUTH_SOCK=/tmp/ssh-NZupyUI08POu/agent.33 04:43:34 SSH_AGENT_PID=39 04:43:34 Running ssh-add (command line suppressed) 04:43:34 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9373625367830092099.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9373625367830092099.key) 04:43:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:43:35 + git semver tag 04:43:35 2023-12-08 04:43:35,304 [run_tag] DEBUG tag force:False 04:43:35 2023-12-08 04:43:35,304 [check_head_tag] DEBUG check head tag 04:43:35 2023-12-08 04:43:35,306 [execute] INFO git cat-file --batch-check 04:43:35 2023-12-08 04:43:35,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 04:43:35 2023-12-08 04:43:35,310 [execute] INFO git cat-file --batch 04:43:35 2023-12-08 04:43:35,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 04:43:35 2023-12-08 04:43:35,331 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:43:35 2023-12-08 04:43:35,332 [execute] INFO git tag -a v3.2.0-dev.3 -m v3.2.0-dev.3 04:43:35 2023-12-08 04:43:35,332 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.3', '-m', 'v3.2.0-dev.3'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 04:43:35 2023-12-08 04:43:35,337 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:43:35 3.2.0-dev.3 [Pipeline] } 04:43:35 $ docker exec --env ******** --env ******** 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 ssh-agent -k 04:43:35 unset SSH_AUTH_SOCK; 04:43:35 unset SSH_AGENT_PID; 04:43:35 echo Agent pid 39 killed; 04:43:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:43:36 + git semver [Pipeline] } 04:43:36 $ docker stop --time=1 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 04:43:37 $ docker rm -f --volumes 3b97a48d8df513878144ce5af6a29508a46e8fe67e2ea0de96e0db8938fa86d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:43:38 04:43:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:43:38 0.23.1-centos7: Pulling from edgex-lftools 04:43:38 ab5ef0e58194: Pulling fs layer 04:43:38 9712f1f96733: Pulling fs layer 04:43:38 63f879dbbcfc: Pulling fs layer 04:43:38 0d9ebad4ef96: Pulling fs layer 04:43:38 e9a5061849ea: Pulling fs layer 04:43:38 d747dcd14b5f: Pulling fs layer 04:43:38 2de7ff778b66: Pulling fs layer 04:43:38 0d9ebad4ef96: Waiting 04:43:38 e9a5061849ea: Waiting 04:43:38 d747dcd14b5f: Waiting 04:43:38 2de7ff778b66: Waiting 04:43:38 9712f1f96733: Download complete 04:43:38 63f879dbbcfc: Verifying Checksum 04:43:38 63f879dbbcfc: Download complete 04:43:39 e9a5061849ea: Verifying Checksum 04:43:39 e9a5061849ea: Download complete 04:43:39 d747dcd14b5f: Verifying Checksum 04:43:39 d747dcd14b5f: Download complete 04:43:39 0d9ebad4ef96: Download complete 04:43:39 ab5ef0e58194: Verifying Checksum 04:43:39 ab5ef0e58194: Download complete 04:43:39 2de7ff778b66: Verifying Checksum 04:43:39 2de7ff778b66: Download complete 04:43:41 ab5ef0e58194: Pull complete 04:43:41 9712f1f96733: Pull complete 04:43:42 63f879dbbcfc: Pull complete 04:43:46 0d9ebad4ef96: Pull complete 04:43:46 e9a5061849ea: Pull complete 04:43:46 d747dcd14b5f: Pull complete 04:43:46 2de7ff778b66: Pull complete 04:43:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:43:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:43:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:43:47 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:43:47 $ 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 04:43:49 $ docker top 9ea89673162ac3a2204c79acbbc204b516c6abb8130ac2fb7784e2d65139e28f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:43:49 provisioning config files... 04:43:49 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2387750583153830567tmp 04:43:49 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15879939126840413708tmp 04:43:49 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3074429761604634971tmp [Pipeline] { [Pipeline] echo 04:43:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:43:49 ---> sigul-configuration.sh 04:43:49 gpg: directory `/root/.gnupg' created 04:43:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:43:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:43:49 gpg: keyring `/root/.gnupg/secring.gpg' created 04:43:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:43:49 gpg: CAST5 encrypted data 04:43:49 gpg: encrypted with 1 passphrase 04:43:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:43:49 + mkdir /home/jenkins 04:43:49 + mkdir /home/jenkins/sigul [Pipeline] sh 04:43:50 + 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 04:43:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:43:50 ---> sigul-install.sh 04:43:50 Sigul already installed; skipping installation. [Pipeline] sh 04:43:50 + git tag --list 04:43:50 v3.1 04:43:50 v3.1.0 04:43:50 v3.1.0-dev.0 04:43:50 v3.1.0-dev.1 04:43:50 v3.1.0-dev.10 04:43:50 v3.1.0-dev.11 04:43:50 v3.1.0-dev.12 04:43:50 v3.1.0-dev.13 04:43:50 v3.1.0-dev.14 04:43:50 v3.1.0-dev.15 04:43:50 v3.1.0-dev.16 04:43:50 v3.1.0-dev.17 04:43:50 v3.1.0-dev.18 04:43:50 v3.1.0-dev.19 04:43:50 v3.1.0-dev.2 04:43:50 v3.1.0-dev.20 04:43:50 v3.1.0-dev.21 04:43:50 v3.1.0-dev.22 04:43:50 v3.1.0-dev.23 04:43:50 v3.1.0-dev.24 04:43:50 v3.1.0-dev.25 04:43:50 v3.1.0-dev.26 04:43:50 v3.1.0-dev.27 04:43:50 v3.1.0-dev.28 04:43:50 v3.1.0-dev.29 04:43:50 v3.1.0-dev.3 04:43:50 v3.1.0-dev.30 04:43:50 v3.1.0-dev.31 04:43:50 v3.1.0-dev.32 04:43:50 v3.1.0-dev.33 04:43:50 v3.1.0-dev.34 04:43:50 v3.1.0-dev.35 04:43:50 v3.1.0-dev.36 04:43:50 v3.1.0-dev.37 04:43:50 v3.1.0-dev.38 04:43:50 v3.1.0-dev.39 04:43:50 v3.1.0-dev.4 04:43:50 v3.1.0-dev.40 04:43:50 v3.1.0-dev.41 04:43:50 v3.1.0-dev.42 04:43:50 v3.1.0-dev.43 04:43:50 v3.1.0-dev.44 04:43:50 v3.1.0-dev.45 04:43:50 v3.1.0-dev.46 04:43:50 v3.1.0-dev.47 04:43:50 v3.1.0-dev.48 04:43:50 v3.1.0-dev.49 04:43:50 v3.1.0-dev.5 04:43:50 v3.1.0-dev.50 04:43:50 v3.1.0-dev.51 04:43:50 v3.1.0-dev.52 04:43:50 v3.1.0-dev.53 04:43:50 v3.1.0-dev.54 04:43:50 v3.1.0-dev.55 04:43:50 v3.1.0-dev.56 04:43:50 v3.1.0-dev.57 04:43:50 v3.1.0-dev.58 04:43:50 v3.1.0-dev.59 04:43:50 v3.1.0-dev.6 04:43:50 v3.1.0-dev.60 04:43:50 v3.1.0-dev.61 04:43:50 v3.1.0-dev.62 04:43:50 v3.1.0-dev.63 04:43:50 v3.1.0-dev.64 04:43:50 v3.1.0-dev.65 04:43:50 v3.1.0-dev.66 04:43:50 v3.1.0-dev.67 04:43:50 v3.1.0-dev.68 04:43:50 v3.1.0-dev.7 04:43:50 v3.1.0-dev.8 04:43:50 v3.1.0-dev.9 04:43:50 v3.2.0-dev.1 04:43:50 v3.2.0-dev.2 04:43:50 v3.2.0-dev.3 [Pipeline] sh 04:43:51 + lftools sign git-tag v3.2.0-dev.3 04:43:51 Signing Git tag with Sigul... 04:43:51 Signing v3.2.0-dev.3 [Pipeline] echo 04:43:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:43:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:43:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:43:52 $ docker stop --time=1 9ea89673162ac3a2204c79acbbc204b516c6abb8130ac2fb7784e2d65139e28f 04:43:53 $ docker rm -f --volumes 9ea89673162ac3a2204c79acbbc204b516c6abb8130ac2fb7784e2d65139e28f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:43:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:43:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:43:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:43:55 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:43:55 $ 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 04:43:55 $ docker top f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba -eo pid,comm 04:43:55 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). 04:43:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:43:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:43:55 [ssh-agent] Looking for ssh-agent implementation... 04:43:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:43:55 $ docker exec f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba ssh-agent 04:43:56 SSH_AUTH_SOCK=/tmp/ssh-B2L7sVPctGbD/agent.31 04:43:56 SSH_AGENT_PID=37 04:43:56 Running ssh-add (command line suppressed) 04:43:56 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3240240547239084230.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3240240547239084230.key) 04:43:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:43:56 + git semver bump pre 04:43:56 2023-12-08 04:43:56,673 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:43:56 2023-12-08 04:43:56,673 [bump_version] DEBUG bumping version:3.2.0-dev.3 on axis:pre with prefix:dev 04:43:56 2023-12-08 04:43:56,673 [bump_version] DEBUG bumped version:3.2.0-dev.4 04:43:56 2023-12-08 04:43:56,673 [write_version] DEBUG write version:3.2.0-dev.4 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 04:43:56 2023-12-08 04:43:56,674 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:43:56 2023-12-08 04:43:56,674 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 04:43:56 2023-12-08 04:43:56,676 [execute] INFO git cat-file --batch-check 04:43:56 2023-12-08 04:43:56,676 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:43:56 2023-12-08 04:43:56,682 [execute] INFO git cat-file --batch 04:43:56 2023-12-08 04:43:56,682 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:43:56 2023-12-08 04:43:56,687 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:43:56 3.2.0-dev.4 [Pipeline] } 04:43:56 $ docker exec --env ******** --env ******** f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba ssh-agent -k 04:43:56 unset SSH_AUTH_SOCK; 04:43:56 unset SSH_AGENT_PID; 04:43:56 echo Agent pid 37 killed; 04:43:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:43:57 + git semver [Pipeline] } 04:43:57 $ docker stop --time=1 f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba 04:43:58 $ docker rm -f --volumes f9e5a2806c0a589c7355b0cf0d844d867a35a251e7930872661e5837fa9723ba [Pipeline] // withDockerContainer [Pipeline] sh 04:43:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:43:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:43:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:43:59 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:43:59 $ 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 04:44:00 $ docker top c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f -eo pid,comm 04:44:00 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). 04:44:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:44:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:44:00 [ssh-agent] Looking for ssh-agent implementation... 04:44:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:44:00 $ docker exec c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f ssh-agent 04:44:00 SSH_AUTH_SOCK=/tmp/ssh-UBKfYBBVY0KN/agent.32 04:44:00 SSH_AGENT_PID=38 04:44:00 Running ssh-add (command line suppressed) 04:44:00 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1353966282459040045.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1353966282459040045.key) 04:44:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:44:01 + git semver push 04:44:01 2023-12-08 04:44:01,417 [run_push] DEBUG push 04:44:01 2023-12-08 04:44:01,418 [execute] INFO git cat-file --batch-check 04:44:01 2023-12-08 04:44:01,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 04:44:01 2023-12-08 04:44:01,422 [execute] INFO git rev-list a8d29a9bd0b01b700d3580d64d8f8a71d7b4da43 -- 04:44:01 2023-12-08 04:44:01,422 [execute] DEBUG Popen(['git', 'rev-list', 'a8d29a9bd0b01b700d3580d64d8f8a71d7b4da43', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 04:44:01 2023-12-08 04:44:01,428 [execute] INFO git fetch -v origin 04:44:01 2023-12-08 04:44:01,429 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 04:44:02 2023-12-08 04:44:01,966 [run_push] DEBUG no remote changes detected 04:44:02 2023-12-08 04:44:01,966 [execute] INFO git push origin semver 04:44:02 2023-12-08 04:44:01,967 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 04:44:03 2023-12-08 04:44:02,712 [run_push] DEBUG push all version tags 04:44:03 2023-12-08 04:44:02,712 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:44:03 2023-12-08 04:44:02,713 [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) 04:44:03 2023-12-08 04:44:03,449 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 04:44:03 3.2.0-dev.4 [Pipeline] } 04:44:03 $ docker exec --env ******** --env ******** c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f ssh-agent -k 04:44:03 unset SSH_AUTH_SOCK; 04:44:03 unset SSH_AGENT_PID; 04:44:03 echo Agent pid 38 killed; 04:44:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:44:04 + git semver [Pipeline] } 04:44:04 $ docker stop --time=1 c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f 04:44:05 $ docker rm -f --volumes c83cec8617ed2b45f956c4dfcc6d811e99d5ff3d9db0c235cee3d98c68399d1f [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 04:44:07 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 04:44:07 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 04:44:07 total 16 04:44:07 drwxr-xr-x 3 root root 4096 Dec 8 04:34 . 04:44:07 drwxrwxr-x 11 jenkins jenkins 4096 Dec 8 04:43 .. 04:44:07 drwxr-xr-x 2 root root 4096 Dec 8 04:34 cost 04:44:07 -rw-r--r-- 1 root root 88 Dec 8 04:34 cost.csv 04:44:07 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 04:44:07 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 04:44:07 total 16 04:44:07 drwxr-xr-x 3 jenkins jenkins 4096 Dec 8 04:34 . 04:44:07 drwxrwxr-x 11 jenkins jenkins 4096 Dec 8 04:43 .. 04:44:07 drwxr-xr-x 2 jenkins jenkins 4096 Dec 8 04:34 cost 04:44:07 -rw-r--r-- 1 jenkins jenkins 88 Dec 8 04:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:44:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:44:08 ---> package-listing.sh 04:44:08 ++ facter osfamily 04:44:08 ++ tr '[:upper:]' '[:lower:]' 04:44:08 + OS_FAMILY=debian 04:44:08 + workspace=/w/workspace/exfoundry_app-record-replay_main 04:44:08 + START_PACKAGES=/tmp/packages_start.txt 04:44:08 + END_PACKAGES=/tmp/packages_end.txt 04:44:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:44:08 + PACKAGES=/tmp/packages_start.txt 04:44:08 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 04:44:08 + PACKAGES=/tmp/packages_end.txt 04:44:08 + case "${OS_FAMILY}" in 04:44:08 + dpkg -l 04:44:08 + grep '^ii' 04:44:08 + '[' -f /tmp/packages_start.txt ']' 04:44:08 + '[' -f /tmp/packages_end.txt ']' 04:44:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:44:08 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 04:44:08 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 04:44:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 04:44:08 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 04:44:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:44:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:09 prd-ubuntu20.04-docker-8c-8g-24692 does not seem to be running inside a container 04:44:09 $ 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 04:44:10 $ docker top a4b6efd4c1360d0889e9bde4425fe1ec21d630b11e01810e40f579b16bcb9eed -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:10 + touch /tmp/pre-build-complete [Pipeline] sh 04:44:10 + mkdir -p /var/log/sysstat [Pipeline] sh 04:44:11 + ls /var/log/sa-host 04:44:11 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:44:11 provisioning config files... 04:44:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10515865735569619803tmp [Pipeline] { [Pipeline] echo 04:44:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:44:11 ---> create-netrc.sh [Pipeline] } 04:44:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:44:12 ---> python-tools-install.sh [Pipeline] echo 04:44:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:44:12 ---> sudo-logs.sh 04:44:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:44:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:44:12 ---> job-cost.sh 04:44:12 lf-activate-venv: SKIPPING 04:44:12 DEBUG: total: 0.2199999988079071 04:44:12 INFO: Retrieving Stack Cost... 04:44:12 INFO: Retrieving Pricing Info for: v3-standard-8 04:44:13 INFO: Archiving Costs [Pipeline] echo 04:44:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:44:13 ---> logs-deploy.sh 04:44:13 lf-activate-venv: SKIPPING 04:44:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/77 04:44:13 INFO: archiving workspace using pattern(s): 04:44:14 Archives upload complete. 04:44:14 INFO: archiving logs to Nexus