Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 837a401d0d7d0b42d8dea42aad4106a41215472d 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-ssh17432650585898348455.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh1112350073796654601.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/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-rfid-llrp-inventory/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11280018022734393509.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh7591258936884798738.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-rfid-llrp-inventory/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-rfid-llrp-inventory/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2402428003319577827.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-rfid-llrp-inventory, 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-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9375 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git init /w/workspace/dry_app-rfid-llrp-inventory_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.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-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 837a401d0d7d0b42d8dea42aad4106a41215472d (main) > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.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 837a401d0d7d0b42d8dea42aad4106a41215472d # timeout=10 Commit message: "build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#148)" > git rev-list --no-walk 0d101ae6821c8ff83b48d3de973276031649eb12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:17:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:17:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:17:27 ========================================================= 03:17:27 EdgeX Global Pipelines Version Info 03:17:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:17:28 ------------------- 03:17:28 stable info: 03:17:28 ------------------- 03:17:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:17:28 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:17:28 Message: update stable to v1.0.244 03:17:28 ------------------- 03:17:28 experimental info: 03:17:28 ------------------- 03:17:28 Commited By: **** collab-it+edgex@linuxfoundation.org 03:17:28 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:17:28 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:17:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 837a401 [Pipeline] echo 03:17:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:17:29 provisioning config files... 03:17:29 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config5575379680534802023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:17:29 ---> docker-login.sh 03:17:29 nexus3.edgexfoundry.org:10001 03:17:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:29 Configure a credential helper to remove this warning. See 03:17:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:29 03:17:29 Login Succeeded 03:17:29 nexus3.edgexfoundry.org:10002 03:17:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:29 Configure a credential helper to remove this warning. See 03:17:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:29 03:17:29 Login Succeeded 03:17:29 nexus3.edgexfoundry.org:10003 03:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:30 Configure a credential helper to remove this warning. See 03:17:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:30 03:17:30 Login Succeeded 03:17:30 nexus3.edgexfoundry.org:10004 03:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:30 Configure a credential helper to remove this warning. See 03:17:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:30 03:17:30 Login Succeeded 03:17:30 docker.io 03:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:30 Configure a credential helper to remove this warning. See 03:17:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:30 03:17:30 Login Succeeded 03:17:30 ---> docker-login.sh ends [Pipeline] } 03:17:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:17:30 + git rev-list -1 --merges 837a401d0d7d0b42d8dea42aad4106a41215472d~1..837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo 03:17:30 -----------> git rev-list -1 --merges 837a401d0d7d0b42d8dea42aad4106a41215472d~1..837a401d0d7d0b42d8dea42aad4106a41215472d 837a401d0d7d0b42d8dea42aad4106a41215472d [false] [Pipeline] sh 03:17:31 + git log --format=format:%s -1 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo 03:17:31 ========================================================= 03:17:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:17:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:17:31 + git log --format=format:%s -1 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] echo 03:17:31 [semverPrep] GIT_COMMIT: 837a401d0d7d0b42d8dea42aad4106a41215472d, Commit Message: build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#148) [Pipeline] echo 03:17:31 [semverPrep] This is not a build commit. [Pipeline] sh 03:17:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:17:31 + grep -v github /etc/ssh/ssh_known_hosts 03:17:31 + [ -e /tmp/ssh_known_hosts ] 03:17:31 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:17:31 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:17:31 tee -a /etc/ssh/ssh_known_hosts 03:17:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:17:32 03:17:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:17:32 0.1.4: Pulling from edgex-devops/py-git-semver 03:17:32 b85a868b505f: Pulling fs layer 03:17:32 e2be974225ed: Pulling fs layer 03:17:32 339a4e72a1f5: Pulling fs layer 03:17:32 988bab9f4d93: Pulling fs layer 03:17:32 1469e6f7b9e6: Pulling fs layer 03:17:32 eaf3925da568: Pulling fs layer 03:17:32 bab4dde63d76: Pulling fs layer 03:17:32 bde34c3a00c8: Pulling fs layer 03:17:32 b352a97aabf1: Pulling fs layer 03:17:32 4872d77fe225: Pulling fs layer 03:17:32 5851b861e8e6: Pulling fs layer 03:17:32 bab4dde63d76: Waiting 03:17:32 eaf3925da568: Waiting 03:17:32 bde34c3a00c8: Waiting 03:17:32 5851b861e8e6: Waiting 03:17:32 988bab9f4d93: Waiting 03:17:32 1469e6f7b9e6: Waiting 03:17:32 4872d77fe225: Waiting 03:17:32 e2be974225ed: Verifying Checksum 03:17:32 e2be974225ed: Download complete 03:17:32 988bab9f4d93: Verifying Checksum 03:17:32 988bab9f4d93: Download complete 03:17:32 1469e6f7b9e6: Verifying Checksum 03:17:32 1469e6f7b9e6: Download complete 03:17:32 339a4e72a1f5: Verifying Checksum 03:17:32 339a4e72a1f5: Download complete 03:17:32 eaf3925da568: Verifying Checksum 03:17:32 eaf3925da568: Download complete 03:17:32 bde34c3a00c8: Download complete 03:17:32 b352a97aabf1: Verifying Checksum 03:17:32 b352a97aabf1: Download complete 03:17:32 4872d77fe225: Download complete 03:17:32 5851b861e8e6: Download complete 03:17:32 b85a868b505f: Verifying Checksum 03:17:32 b85a868b505f: Download complete 03:17:33 bab4dde63d76: Verifying Checksum 03:17:33 bab4dde63d76: Download complete 03:17:34 b85a868b505f: Pull complete 03:17:34 e2be974225ed: Pull complete 03:17:34 339a4e72a1f5: Pull complete 03:17:34 988bab9f4d93: Pull complete 03:17:35 1469e6f7b9e6: Pull complete 03:17:35 eaf3925da568: Pull complete 03:17:36 bab4dde63d76: Pull complete 03:17:36 bde34c3a00c8: Pull complete 03:17:36 b352a97aabf1: Pull complete 03:17:36 4872d77fe225: Pull complete 03:17:37 5851b861e8e6: Pull complete 03:17:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:17:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:17:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:17:37 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:17:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:17:38 $ docker top 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 -eo pid,comm 03:17:38 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). 03:17:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:17:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:17:38 [ssh-agent] Looking for ssh-agent implementation... 03:17:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:17:39 $ docker exec 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent 03:17:39 SSH_AUTH_SOCK=/tmp/ssh-HbHIdMBdzWsF/agent.33 03:17:39 SSH_AGENT_PID=39 03:17:39 Running ssh-add (command line suppressed) 03:17:39 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10931430027714323120.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10931430027714323120.key) 03:17:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:17:39 + git tag --points-at HEAD [Pipeline] } 03:17:39 $ docker exec --env ******** --env ******** 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent -k 03:17:39 unset SSH_AUTH_SOCK; 03:17:39 unset SSH_AGENT_PID; 03:17:39 echo Agent pid 39 killed; 03:17:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:17:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:17:39 [ssh-agent] Looking for ssh-agent implementation... 03:17:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:17:39 $ docker exec 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent 03:17:40 SSH_AUTH_SOCK=/tmp/ssh-lu0OZRfu9E1V/agent.71 03:17:40 SSH_AGENT_PID=77 03:17:40 Running ssh-add (command line suppressed) 03:17:40 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6267702424629423730.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6267702424629423730.key) 03:17:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:17:40 + git semver init 03:17:40 2023-03-09 03:17:40,636 [run_init] DEBUG init version:0.0.0 force:False 03:17:40 2023-03-09 03:17:40,637 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 03:17:40 2023-03-09 03:17:40,637 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver 03:17:40 2023-03-09 03:17:40,638 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/dry_app-rfid-llrp-inventory_main/.semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 03:17:41 2023-03-09 03:17:41,635 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 03:17:41 2023-03-09 03:17:41,636 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False 03:17:41 2023-03-09 03:17:41,636 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:17:41 2023-03-09 03:17:41,636 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:17:41 3.0.0-dev.10 [Pipeline] } 03:17:41 $ docker exec --env ******** --env ******** 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 ssh-agent -k 03:17:42 unset SSH_AUTH_SOCK; 03:17:42 unset SSH_AGENT_PID; 03:17:42 echo Agent pid 77 killed; 03:17:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:17:42 + git semver [Pipeline] } 03:17:42 $ docker stop --time=1 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 03:17:43 $ docker rm -f --volumes 870b1bcd4c54103eef74c19653dcefb2d1cce18a8ed5ae21943f20315895e0d7 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:17:44 Stashed 1 file(s) [Pipeline] echo 03:17:44 [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [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 03:17:44 provisioning config files... 03:17:44 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10172783894221210023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:17:44 ---> docker-login.sh 03:17:44 nexus3.edgexfoundry.org:10001 03:17:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:44 Configure a credential helper to remove this warning. See 03:17:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:44 03:17:44 Login Succeeded 03:17:44 nexus3.edgexfoundry.org:10002 03:17:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:44 Configure a credential helper to remove this warning. See 03:17:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:44 03:17:44 Login Succeeded 03:17:44 nexus3.edgexfoundry.org:10003 03:17:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:45 Configure a credential helper to remove this warning. See 03:17:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:45 03:17:45 Login Succeeded 03:17:45 nexus3.edgexfoundry.org:10004 03:17:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:45 Configure a credential helper to remove this warning. See 03:17:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:45 03:17:45 Login Succeeded 03:17:45 docker.io 03:17:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:45 Configure a credential helper to remove this warning. See 03:17:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:45 03:17:45 Login Succeeded 03:17:45 ---> docker-login.sh ends [Pipeline] } 03:17:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:17:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:17:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:17:45 ========================================================= 03:17:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 03:17:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:45 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 03:17:45 Sending build context to Docker daemon 12.54MB 03:17:45 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 03:17:45 Step 2/12 : FROM ${BASE} AS builder 03:17:45 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 03:17:45 213ec9aee27d: Pulling fs layer 03:17:45 4583459ba037: Pulling fs layer 03:17:45 93c1e223e6f2: Pulling fs layer 03:17:45 53926ce57604: Pulling fs layer 03:17:45 21b2b0c7a3f4: Pulling fs layer 03:17:45 22ff95d597cd: Pulling fs layer 03:17:45 12d6caf4c0d1: Pulling fs layer 03:17:45 96b7cbca73a9: Pulling fs layer 03:17:45 a7acece74701: Pulling fs layer 03:17:45 22ff95d597cd: Waiting 03:17:45 96b7cbca73a9: Waiting 03:17:45 a7acece74701: Waiting 03:17:45 12d6caf4c0d1: Waiting 03:17:45 53926ce57604: Waiting 03:17:45 93c1e223e6f2: Verifying Checksum 03:17:45 93c1e223e6f2: Download complete 03:17:46 4583459ba037: Verifying Checksum 03:17:46 4583459ba037: Download complete 03:17:46 21b2b0c7a3f4: Verifying Checksum 03:17:46 21b2b0c7a3f4: Download complete 03:17:46 22ff95d597cd: Verifying Checksum 03:17:46 22ff95d597cd: Download complete 03:17:46 213ec9aee27d: Verifying Checksum 03:17:46 12d6caf4c0d1: Download complete 03:17:46 213ec9aee27d: Pull complete 03:17:46 4583459ba037: Pull complete 03:17:46 93c1e223e6f2: Pull complete 03:17:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9374 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 03:17:46 Running in /w/workspace/app-rfid-llrp-inventory/78 [Pipeline] { [Pipeline] checkout 03:17:46 The recommended git tool is: git 03:17:46 a7acece74701: Verifying Checksum 03:17:46 53926ce57604: Verifying Checksum 03:17:46 53926ce57604: Download complete 03:17:46 96b7cbca73a9: Verifying Checksum 03:17:46 96b7cbca73a9: Download complete 03:17:51 53926ce57604: Pull complete 03:17:51 21b2b0c7a3f4: Pull complete 03:17:51 22ff95d597cd: Pull complete 03:17:51 12d6caf4c0d1: Pull complete 03:17:53 96b7cbca73a9: Pull complete 03:17:53 using credential edgex-jenkins-ssh 03:17:53 Cloning the remote Git repository 03:17:53 a7acece74701: Pull complete 03:17:53 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 03:17:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:17:53 ---> db6d94c90886 03:17:53 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 03:17:53 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 03:17:53 > git init /w/workspace/app-rfid-llrp-inventory/78 # timeout=10 03:17:53 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 03:17:53 > git --version # timeout=10 03:17:53 > git --version # 'git version 2.25.1' 03:17:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:55 ---> Running in 6a3c64986ac4 03:17:55 Removing intermediate container 6a3c64986ac4 03:17:55 ---> bcbea6d8b378 03:17:55 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:17:55 ---> Running in 9887a12b29a2 03:17:55 Removing intermediate container 9887a12b29a2 03:17:55 ---> 55b03b0e4bb4 03:17:55 Step 5/12 : ARG ADD_BUILD_TAGS="" 03:17:55 ---> Running in 1710d472bcb8 03:17:56 Removing intermediate container 1710d472bcb8 03:17:56 ---> 456f4c7ba937 03:17:56 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:17:56 ---> Running in 119196358a70 03:17:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:17:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:17:56 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 03:17:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:56 OK: 211 MiB in 51 packages 03:17:57 Removing intermediate container 119196358a70 03:17:57 ---> 496c5d013bb4 03:17:57 Step 7/12 : WORKDIR /app 03:17:57 Avoid second fetch 03:17:57 Checking out Revision 837a401d0d7d0b42d8dea42aad4106a41215472d (main) 03:17:57 ---> Running in 2af54dfd415b 03:17:57 Removing intermediate container 2af54dfd415b 03:17:57 ---> aa5615f1a7ae 03:17:57 Step 8/12 : COPY go.mod vendor* ./ 03:17:57 ---> a89550d43e65 03:17:57 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:17:57 ---> Running in c4be0c7be092 03:17:58 Commit message: "build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#148)" 03:17:57 > git config core.sparsecheckout # timeout=10 03:17:57 > git checkout -f 837a401d0d7d0b42d8dea42aad4106a41215472d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:17:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:17:59 % Total % Received % Xferd Average Speed Time Time Time Current 03:17:59 Dload Upload Total Spent Left Speed 03:17:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 200k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh 03:17:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:18:00 + sudo+ sudo tee /etc/docker/daemon.new 03:18:00 jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:18:00 { 03:18:00 "registry-mirrors": [ 03:18:00 "https://nexus3.edgexfoundry.org:10001" 03:18:00 ], 03:18:00 "bip": "10.250.0.254/24", 03:18:00 "hosts": [ 03:18:00 "tcp://0.0.0.0:5555", 03:18:00 "unix:///var/run/docker.sock" 03:18:00 ], 03:18:00 "mtu": 1458, 03:18:00 "selinux-enabled": true, 03:18:00 "seccomp-profile": "/etc/docker/seccomp.json" 03:18:00 } [Pipeline] sh 03:18:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:18:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:18:19 provisioning config files... 03:18:19 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/78@tmp/config8147330078789495271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:18:19 ---> docker-login.sh 03:18:19 nexus3.edgexfoundry.org:10001 03:18:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:20 Configure a credential helper to remove this warning. See 03:18:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:20 03:18:20 Login Succeeded 03:18:20 nexus3.edgexfoundry.org:10002 03:18:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:20 Configure a credential helper to remove this warning. See 03:18:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:20 03:18:20 Login Succeeded 03:18:20 nexus3.edgexfoundry.org:10003 03:18:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:20 Configure a credential helper to remove this warning. See 03:18:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:20 03:18:20 Login Succeeded 03:18:20 nexus3.edgexfoundry.org:10004 03:18:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:21 Configure a credential helper to remove this warning. See 03:18:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:21 03:18:21 Login Succeeded 03:18:21 docker.io 03:18:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:18:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:18:22 Configure a credential helper to remove this warning. See 03:18:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:18:22 03:18:22 Login Succeeded 03:18:22 ---> docker-login.sh ends [Pipeline] } 03:18:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:18:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:18:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:18:22 ========================================================= 03:18:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 03:18:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:22 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 03:18:23 Sending build context to Docker daemon 678.9kB 03:18:23 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 03:18:23 Step 2/12 : FROM ${BASE} AS builder 03:18:23 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:18:23 9b18e9b68314: Pulling fs layer 03:18:23 35d82f9e3411: Pulling fs layer 03:18:23 e16973657156: Pulling fs layer 03:18:23 fc693d55d65f: Pulling fs layer 03:18:23 7e9fc2657dce: Pulling fs layer 03:18:23 dda99020689f: Pulling fs layer 03:18:23 db1c61fa0a46: Pulling fs layer 03:18:23 891c053d2c06: Pulling fs layer 03:18:23 fc693d55d65f: Waiting 03:18:23 7e9fc2657dce: Waiting 03:18:23 dda99020689f: Waiting 03:18:23 db1c61fa0a46: Waiting 03:18:23 891c053d2c06: Waiting 03:18:23 e16973657156: Verifying Checksum 03:18:23 e16973657156: Download complete 03:18:23 35d82f9e3411: Verifying Checksum 03:18:23 35d82f9e3411: Download complete 03:18:23 7e9fc2657dce: Download complete 03:18:23 dda99020689f: Verifying Checksum 03:18:23 dda99020689f: Download complete 03:18:23 9b18e9b68314: Verifying Checksum 03:18:23 9b18e9b68314: Download complete 03:18:24 Removing intermediate container c4be0c7be092 03:18:24 ---> dc6bf883f920 03:18:24 Step 10/12 : COPY . . 03:18:24 ---> 23f85c454fbe 03:18:24 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:18:24 ---> Running in ce29f3201fe7 03:18:24 Removing intermediate container ce29f3201fe7 03:18:24 ---> ba9c0323fd0f 03:18:24 Step 12/12 : RUN $MAKE 03:18:24 ---> Running in 4c2c1f4f8cca 03:18:24 noop 03:18:24 Removing intermediate container 4c2c1f4f8cca 03:18:24 ---> d067ab421893 03:18:24 Successfully built d067ab421893 03:18:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:24 + docker inspect -f . ci-base-image-x86_64 03:18:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:24 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:18:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:18:24 891c053d2c06: Verifying Checksum 03:18:24 891c053d2c06: Download complete 03:18:25 $ docker top c9c64a57234d8e839cd97e6db0d406cfd2d6283d5c09fa5e047fbf3bb5b5d178 -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:25 + go version 03:18:25 go version go1.18.7 linux/amd64 [Pipeline] } 03:18:25 $ docker stop --time=1 c9c64a57234d8e839cd97e6db0d406cfd2d6283d5c09fa5e047fbf3bb5b5d178 03:18:25 db1c61fa0a46: Verifying Checksum 03:18:25 db1c61fa0a46: Download complete 03:18:25 9b18e9b68314: Pull complete 03:18:26 35d82f9e3411: Pull complete 03:18:26 fc693d55d65f: Download complete 03:18:26 e16973657156: Pull complete 03:18:26 $ docker rm -f --volumes c9c64a57234d8e839cd97e6db0d406cfd2d6283d5c09fa5e047fbf3bb5b5d178 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:27 + docker inspect -f . ci-base-image-x86_64 03:18:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:18:27 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:18:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:18:27 $ docker top 79ba79e0cc294a2010dec78cd4460c6075d89556a4ea797ef7b2d1ea86e6f226 -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:27 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 03:18:28 + make test 03:18:28 go test -race ./... -coverprofile=coverage.out ./... 03:18:38 fc693d55d65f: Pull complete 03:18:38 7e9fc2657dce: Pull complete 03:18:38 dda99020689f: Pull complete 03:18:45 db1c61fa0a46: Pull complete 03:18:47 891c053d2c06: Pull complete 03:18:47 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 03:18:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:18:47 ---> f96f9c87975a 03:18:47 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 03:18:49 ---> Running in 39b1f4e10d25 03:18:49 Removing intermediate container 39b1f4e10d25 03:18:49 ---> a910f511b1c6 03:18:49 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 03:18:49 ---> Running in d16392a88c39 03:18:50 Removing intermediate container d16392a88c39 03:18:50 ---> ac3ab43bda6a 03:18:50 Step 5/12 : ARG ADD_BUILD_TAGS="" 03:18:50 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 03:18:50 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.119s coverage: 86.2% of statements 03:18:50 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 03:18:50 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.759s coverage: 71.9% of statements 03:18:50 ---> Running in 93a59ab7918e 03:18:50 Removing intermediate container 93a59ab7918e 03:18:50 ---> ad0d809be9d8 03:18:50 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:18:50 ---> Running in fc72e06148c1 03:18:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:18:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:18:53 OK: 221 MiB in 51 packages 03:18:54 Removing intermediate container fc72e06148c1 03:18:54 ---> b05ac12e3e64 03:18:54 Step 7/12 : WORKDIR /app 03:18:54 ---> Running in 6aebc15d1cba 03:18:54 Removing intermediate container 6aebc15d1cba 03:18:54 ---> 0085e309d106 03:18:54 Step 8/12 : COPY go.mod vendor* ./ 03:18:55 ---> 8c5fec89ca06 03:18:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:18:55 ---> Running in 7450c08c0916 03:19:05 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 03:19:05 go vet ./... 03:19:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:19:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:19:07 ./bin/test-attribution.sh [Pipeline] echo 03:19:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:19:07 $ docker stop --time=1 79ba79e0cc294a2010dec78cd4460c6075d89556a4ea797ef7b2d1ea86e6f226 03:19:10 $ docker rm -f --volumes 79ba79e0cc294a2010dec78cd4460c6075d89556a4ea797ef7b2d1ea86e6f226 [Pipeline] // withDockerContainer [Pipeline] sh 03:19:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:19:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:19:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:19:11 + ls -al . 03:19:11 total 232 03:19:11 drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 03:18 . 03:19:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 .. 03:19:11 -rw-rw-r-- 1 jenkins jenkins 262 Mar 9 03:17 .dockerignore 03:19:11 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 03:18 .git 03:19:11 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 .github 03:19:11 -rw-rw-r-- 1 jenkins jenkins 788 Mar 9 03:17 .gitignore 03:19:11 -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 03:17 .golangci.yml 03:19:11 drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 03:17 .semver 03:19:11 -rw-rw-r-- 1 jenkins jenkins 10037 Mar 9 03:17 Attribution.txt 03:19:11 -rw-rw-r-- 1 jenkins jenkins 4331 Mar 9 03:17 CHANGELOG.md 03:19:11 -rw-rw-r-- 1 jenkins jenkins 1659 Mar 9 03:17 Dockerfile 03:19:11 -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 03:17 GOVERNANCE.md 03:19:11 -rw-rw-r-- 1 jenkins jenkins 687 Mar 9 03:17 Jenkinsfile 03:19:11 -rw-rw-r-- 1 jenkins jenkins 11347 Mar 9 03:17 LICENSE 03:19:11 -rw-rw-r-- 1 jenkins jenkins 2462 Mar 9 03:17 Makefile 03:19:11 -rw-rw-r-- 1 jenkins jenkins 617 Mar 9 03:17 OWNERS.md 03:19:11 -rw-rw-r-- 1 jenkins jenkins 31023 Mar 9 03:17 README.md 03:19:11 -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 03:17 VERSION 03:19:11 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 bin 03:19:11 -rw-r--r-- 1 jenkins jenkins 41317 Mar 9 03:18 coverage.out 03:19:11 -rw-rw-r-- 1 jenkins jenkins 3510 Mar 9 03:17 go.mod 03:19:11 -rw-rw-r-- 1 jenkins jenkins 33459 Mar 9 03:17 go.sum 03:19:11 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 images 03:19:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 internal 03:19:11 -rw-rw-r-- 1 jenkins jenkins 531 Mar 9 03:17 main.go 03:19:11 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 res 03:19:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 snap 03:19:11 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:11 + docker build -t app-rfid-llrp-inventory -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=837a401d0d7d0b42d8dea42aad4106a41215472d --label arch=amd64 --label version=3.0.0-dev.10 . 03:19:11 Sending build context to Docker daemon 12.54MB 03:19:11 Step 1/29 : ARG BASE=golang:1.18-alpine3.16 03:19:11 Step 2/29 : FROM ${BASE} AS builder 03:19:11 ---> d067ab421893 03:19:11 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 03:19:11 ---> Running in c05157036045 03:19:11 Removing intermediate container c05157036045 03:19:11 ---> 59cc6e7909e2 03:19:11 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 03:19:11 ---> Running in a57fea724bef 03:19:11 Removing intermediate container a57fea724bef 03:19:11 ---> a372d9a841ba 03:19:11 Step 5/29 : ARG ADD_BUILD_TAGS="" 03:19:12 ---> Running in 6157265a640f 03:19:12 Removing intermediate container 6157265a640f 03:19:12 ---> 3af3da9c2f50 03:19:12 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:19:12 ---> Running in 53dcebc958b7 03:19:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:19:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:19:12 OK: 211 MiB in 51 packages 03:19:13 Removing intermediate container 53dcebc958b7 03:19:13 ---> 3042de534ddb 03:19:13 Step 7/29 : WORKDIR /app 03:19:13 ---> Running in 799731d6e751 03:19:13 Removing intermediate container 799731d6e751 03:19:13 ---> 6357fb30fe61 03:19:13 Step 8/29 : COPY go.mod vendor* ./ 03:19:13 ---> 9787f28a5779 03:19:13 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:19:13 ---> Running in 5bba64743679 03:19:14 Removing intermediate container 5bba64743679 03:19:14 ---> bb697924280a 03:19:14 Step 10/29 : COPY . . 03:19:14 ---> cbf432e89287 03:19:14 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:19:14 ---> Running in 42803356025d 03:19:14 Removing intermediate container 42803356025d 03:19:14 ---> 46d16b34f140 03:19:14 Step 12/29 : RUN $MAKE 03:19:14 ---> Running in 1e7082c66b65 03:19:15 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.10 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.0.0-dev.10" -trimpath -mod=readonly -o app-rfid-llrp-inventory 03:19:33 Removing intermediate container 1e7082c66b65 03:19:33 ---> 27982deca7fa 03:19:33 Step 13/29 : FROM alpine:3.14 03:19:33 3.14: Pulling from library/alpine 03:19:33 d261077062b2: Pulling fs layer 03:19:33 d261077062b2: Verifying Checksum 03:19:33 d261077062b2: Download complete 03:19:33 d261077062b2: Pull complete 03:19:33 Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 03:19:33 Status: Downloaded newer image for alpine:3.14 03:19:33 ---> 6dff1269bc79 03:19:33 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:19:33 ---> Running in ffe8d1d3bff4 03:19:33 Removing intermediate container ffe8d1d3bff4 03:19:33 ---> 7af304ae0539 03:19:33 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 03:19:33 ---> Running in 375cda46bb43 03:19:33 Removing intermediate container 375cda46bb43 03:19:33 ---> 107d7566f9ac 03:19:33 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 03:19:33 ---> Running in 9085041cb351 03:19:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 03:19:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 03:19:34 (1/2) Installing ca-certificates (20220614-r0) 03:19:34 (2/2) Installing dumb-init (1.2.5-r1) 03:19:34 Executing busybox-1.33.1-r8.trigger 03:19:34 Executing ca-certificates-20220614-r0.trigger 03:19:34 OK: 6 MiB in 16 packages 03:19:35 Removing intermediate container 9085041cb351 03:19:35 ---> 7eac3db411d2 03:19:35 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 03:19:35 ---> 5953584a6626 03:19:35 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 03:19:35 ---> 3f3c618f3d97 03:19:35 Step 19/29 : COPY --from=builder /app/res/ /res/ 03:19:35 ---> bdbdf056eb20 03:19:35 Step 20/29 : COPY --from=builder /app/static/ /static/ 03:19:35 ---> 7c3bcd989a37 03:19:35 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 03:19:36 ---> b8d5e58de4aa 03:19:36 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 03:19:36 ---> Running in 222c60b7710c 03:19:36 Removing intermediate container 222c60b7710c 03:19:36 ---> a117419cd247 03:19:36 Step 23/29 : VOLUME /cache 03:19:36 ---> Running in 20eb90e6af96 03:19:36 Removing intermediate container 20eb90e6af96 03:19:36 ---> 01f17efe0056 03:19:36 Step 24/29 : EXPOSE 59711 03:19:36 ---> Running in a0e9e25ae703 03:19:36 Removing intermediate container a0e9e25ae703 03:19:36 ---> 9ef05fa0a17e 03:19:36 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 03:19:36 ---> Running in 1ebd6325f23f 03:19:36 Removing intermediate container 1ebd6325f23f 03:19:36 ---> 0fa58f3647da 03:19:36 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 03:19:36 ---> Running in cea97f2680d0 03:19:37 Removing intermediate container cea97f2680d0 03:19:37 ---> 65226372d6ae 03:19:37 Step 27/29 : LABEL arch=amd64 03:19:37 ---> Running in 89729d0c8583 03:19:37 Removing intermediate container 89729d0c8583 03:19:37 ---> 00e3cb6dbae3 03:19:37 Step 28/29 : LABEL git_sha=837a401d0d7d0b42d8dea42aad4106a41215472d 03:19:37 ---> Running in d7ddefafa10e 03:19:37 Removing intermediate container d7ddefafa10e 03:19:37 ---> 825f91e76974 03:19:37 Step 29/29 : LABEL version=3.0.0-dev.10 03:19:37 ---> Running in 9029cea71c09 03:19:37 Removing intermediate container 9029cea71c09 03:19:37 ---> a213f7e649bd 03:19:37 [Warning] One or more build-args [ARCH] were not consumed 03:19:37 Successfully built a213f7e649bd 03:19:37 Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:19:37 provisioning config files... 03:19:37 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15964591221850151474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:19:38 ---> docker-login.sh 03:19:38 nexus3.edgexfoundry.org:10001 03:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:38 Configure a credential helper to remove this warning. See 03:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:38 03:19:38 Login Succeeded 03:19:38 nexus3.edgexfoundry.org:10002 03:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:38 Configure a credential helper to remove this warning. See 03:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:38 03:19:38 Login Succeeded 03:19:38 nexus3.edgexfoundry.org:10003 03:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:38 Configure a credential helper to remove this warning. See 03:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:38 03:19:38 Login Succeeded 03:19:38 nexus3.edgexfoundry.org:10004 03:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:38 Configure a credential helper to remove this warning. See 03:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:38 03:19:38 Login Succeeded 03:19:38 docker.io 03:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:38 Configure a credential helper to remove this warning. See 03:19:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:38 03:19:38 Login Succeeded 03:19:38 ---> docker-login.sh ends [Pipeline] } 03:19:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:19:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:19:38 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 03:19:38 837a401d0d7d0b42d8dea42aad4106a41215472d 03:19:38 latest 03:19:38 3.0.0-dev.10 03:19:38 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 03:19:38 main 03:19:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:39 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:39 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d 03:19:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 03:19:39 dae40f647396: Preparing 03:19:39 fffbc91fce9c: Preparing 03:19:39 48c7496f083a: Preparing 03:19:39 25cb471d0412: Preparing 03:19:39 75a0b8e9d40b: Preparing 03:19:39 25c4f62fded2: Preparing 03:19:39 fe7b0d25764c: Preparing 03:19:39 625523cb9cce: Preparing 03:19:39 25c4f62fded2: Waiting 03:19:39 fe7b0d25764c: Waiting 03:19:39 625523cb9cce: Waiting 03:19:39 dae40f647396: Pushed 03:19:39 25cb471d0412: Pushed 03:19:39 75a0b8e9d40b: Pushed 03:19:39 48c7496f083a: Pushed 03:19:39 625523cb9cce: Layer already exists 03:19:39 25c4f62fded2: Pushed 03:19:39 fe7b0d25764c: Pushed 03:19:41 fffbc91fce9c: Pushed 03:19:41 837a401d0d7d0b42d8dea42aad4106a41215472d: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:42 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:42 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 03:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 03:19:42 dae40f647396: Preparing 03:19:42 fffbc91fce9c: Preparing 03:19:42 48c7496f083a: Preparing 03:19:42 25cb471d0412: Preparing 03:19:42 75a0b8e9d40b: Preparing 03:19:42 25c4f62fded2: Preparing 03:19:42 fe7b0d25764c: Preparing 03:19:42 625523cb9cce: Preparing 03:19:42 625523cb9cce: Waiting 03:19:42 25c4f62fded2: Waiting 03:19:42 fe7b0d25764c: Waiting 03:19:42 fffbc91fce9c: Layer already exists 03:19:42 75a0b8e9d40b: Layer already exists 03:19:42 48c7496f083a: Layer already exists 03:19:42 dae40f647396: Layer already exists 03:19:42 25cb471d0412: Layer already exists 03:19:42 fe7b0d25764c: Layer already exists 03:19:42 25c4f62fded2: Layer already exists 03:19:42 625523cb9cce: Layer already exists 03:19:42 latest: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:42 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.10 03:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 03:19:43 dae40f647396: Preparing 03:19:43 fffbc91fce9c: Preparing 03:19:43 48c7496f083a: Preparing 03:19:43 25cb471d0412: Preparing 03:19:43 75a0b8e9d40b: Preparing 03:19:43 25c4f62fded2: Preparing 03:19:43 fe7b0d25764c: Preparing 03:19:43 625523cb9cce: Preparing 03:19:43 fe7b0d25764c: Waiting 03:19:43 25c4f62fded2: Waiting 03:19:43 625523cb9cce: Waiting 03:19:43 dae40f647396: Layer already exists 03:19:43 48c7496f083a: Layer already exists 03:19:43 75a0b8e9d40b: Layer already exists 03:19:43 fffbc91fce9c: Layer already exists 03:19:43 25cb471d0412: Layer already exists 03:19:43 fe7b0d25764c: Layer already exists 03:19:43 25c4f62fded2: Layer already exists 03:19:43 625523cb9cce: Layer already exists 03:19:43 3.0.0-dev.10: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:43 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 03:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 03:19:43 dae40f647396: Preparing 03:19:43 fffbc91fce9c: Preparing 03:19:43 48c7496f083a: Preparing 03:19:43 25cb471d0412: Preparing 03:19:43 75a0b8e9d40b: Preparing 03:19:43 25c4f62fded2: Preparing 03:19:43 fe7b0d25764c: Preparing 03:19:43 25c4f62fded2: Waiting 03:19:43 fe7b0d25764c: Waiting 03:19:43 625523cb9cce: Preparing 03:19:43 625523cb9cce: Waiting 03:19:43 75a0b8e9d40b: Layer already exists 03:19:43 25cb471d0412: Layer already exists 03:19:43 dae40f647396: Layer already exists 03:19:43 48c7496f083a: Layer already exists 03:19:43 fffbc91fce9c: Layer already exists 03:19:43 25c4f62fded2: Layer already exists 03:19:43 fe7b0d25764c: Layer already exists 03:19:43 625523cb9cce: Layer already exists 03:19:43 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:44 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:44 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 03:19:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 03:19:44 dae40f647396: Preparing 03:19:44 fffbc91fce9c: Preparing 03:19:44 48c7496f083a: Preparing 03:19:44 25cb471d0412: Preparing 03:19:44 75a0b8e9d40b: Preparing 03:19:44 25c4f62fded2: Preparing 03:19:44 fe7b0d25764c: Preparing 03:19:44 625523cb9cce: Preparing 03:19:44 625523cb9cce: Waiting 03:19:44 fe7b0d25764c: Waiting 03:19:44 25c4f62fded2: Waiting 03:19:44 dae40f647396: Layer already exists 03:19:44 25cb471d0412: Layer already exists 03:19:44 75a0b8e9d40b: Layer already exists 03:19:44 48c7496f083a: Layer already exists 03:19:44 fffbc91fce9c: Layer already exists 03:19:44 fe7b0d25764c: Layer already exists 03:19:44 25c4f62fded2: Layer already exists 03:19:44 625523cb9cce: Layer already exists 03:19:44 main: digest: sha256:f087dff49d4c75ee5ab0bc5f0b03647548a37b3bc414d074f4b5ea7e5c3f8072 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:19:44 ===================================================== [Pipeline] echo 03:19:44 taggedImages: 03:19:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d 03:19:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 03:19:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.0.0-dev.10 03:19:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 03:19:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory: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 03:19:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:44 03:19:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:45 latest: Pulling from edgex-lftools-log-publisher 03:19:45 5eb5b503b376: Pulling fs layer 03:19:45 5c69ac0246d0: Pulling fs layer 03:19:45 ec43610c2a17: Pulling fs layer 03:19:45 3a2ae6a8a46f: Pulling fs layer 03:19:45 33b1e0a273af: Pulling fs layer 03:19:45 5d3b04190fa2: Pulling fs layer 03:19:45 2f39f015ded8: Pulling fs layer 03:19:45 33b1e0a273af: Waiting 03:19:45 3a2ae6a8a46f: Waiting 03:19:45 2f39f015ded8: Waiting 03:19:45 5c69ac0246d0: Verifying Checksum 03:19:45 5c69ac0246d0: Download complete 03:19:45 3a2ae6a8a46f: Verifying Checksum 03:19:45 3a2ae6a8a46f: Download complete 03:19:45 33b1e0a273af: Verifying Checksum 03:19:45 33b1e0a273af: Download complete 03:19:45 5d3b04190fa2: Download complete 03:19:45 ec43610c2a17: Verifying Checksum 03:19:45 ec43610c2a17: Download complete 03:19:45 5eb5b503b376: Download complete 03:19:45 2f39f015ded8: Download complete 03:19:46 5eb5b503b376: Pull complete 03:19:46 5c69ac0246d0: Pull complete 03:19:47 ec43610c2a17: Pull complete 03:19:47 3a2ae6a8a46f: Pull complete 03:19:47 33b1e0a273af: Pull complete 03:19:47 5d3b04190fa2: Pull complete 03:19:51 2f39f015ded8: Pull complete 03:19:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:19:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:19:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:51 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:19:51 $ 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/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:19:53 $ docker top 8a3e46ca8f1e22d8f330941dac728fa1974039f99a031594cdd073354397a8df -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:19:53 ---> job-cost.sh 03:19:53 lf-activate-venv: SKIPPING 03:19:53 INFO: No Stack... 03:19:53 INFO: Retrieving Pricing Info for: v3-standard-8 03:19:54 INFO: Archiving Costs [Pipeline] sh 03:19:54 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 03:19:54 + cut -d, -f6 [Pipeline] lock 03:19:54 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] 03:19:54 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] did not exist. Created. 03:19:54 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:19:55 + echo total: 0.2199999988079071 [Pipeline] stash 03:19:55 Stashed 1 file(s) [Pipeline] } 03:19:55 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] // lock [Pipeline] } 03:19:55 $ docker stop --time=1 8a3e46ca8f1e22d8f330941dac728fa1974039f99a031594cdd073354397a8df 03:19:56 $ docker rm -f --volumes 8a3e46ca8f1e22d8f330941dac728fa1974039f99a031594cdd073354397a8df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:20:17 Removing intermediate container 7450c08c0916 03:20:17 ---> 964013613d82 03:20:17 Step 10/12 : COPY . . 03:20:17 ---> d2ce11ed6756 03:20:17 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:20:17 ---> Running in ab0e3ad65949 03:20:17 Removing intermediate container ab0e3ad65949 03:20:17 ---> ea230d49850c 03:20:17 Step 12/12 : RUN $MAKE 03:20:17 ---> Running in ddd23347d35e 03:20:17 noop 03:20:17 Removing intermediate container ddd23347d35e 03:20:17 ---> 440dcf71520b 03:20:17 Successfully built 440dcf71520b 03:20:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:20:17 + docker inspect -f . ci-base-image-arm64 03:20:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:20:17 prd-ubuntu20.04-docker-arm64-4c-16g-9374 does not seem to be running inside a container 03:20:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/78 -v /w/workspace/app-rfid-llrp-inventory/78:/w/workspace/app-rfid-llrp-inventory/78:rw,z -v /w/workspace/app-rfid-llrp-inventory/78@tmp:/w/workspace/app-rfid-llrp-inventory/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:20:20 $ docker top 5911072df72e61826b81fdfb8bdb9d3309f44d4688a7abff41b08771a829a128 -eo pid,comm [Pipeline] { [Pipeline] sh 03:20:21 + go version 03:20:21 go version go1.18.7 linux/arm64 [Pipeline] } 03:20:21 $ docker stop --time=1 5911072df72e61826b81fdfb8bdb9d3309f44d4688a7abff41b08771a829a128 03:20:22 $ docker rm -f --volumes 5911072df72e61826b81fdfb8bdb9d3309f44d4688a7abff41b08771a829a128 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:20:23 + docker inspect -f . ci-base-image-arm64 03:20:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:20:23 prd-ubuntu20.04-docker-arm64-4c-16g-9374 does not seem to be running inside a container 03:20:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-rfid-llrp-inventory/78 -v /w/workspace/app-rfid-llrp-inventory/78:/w/workspace/app-rfid-llrp-inventory/78:rw,z -v /w/workspace/app-rfid-llrp-inventory/78@tmp:/w/workspace/app-rfid-llrp-inventory/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:20:25 $ docker top 726c5bc4b1b30bb1711d68a74f28f6661ea905821dec94d1359decb2ede5d3d9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:20:25 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/78 [Pipeline] fileExists [Pipeline] sh 03:20:26 + make test 03:20:26 go test -race ./... -coverprofile=coverage.out ./... 03:23:18 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 03:23:19 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.783s coverage: 86.2% of statements 03:23:19 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 03:23:29 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.600s coverage: 71.9% of statements 03:23:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:23:29 go vet ./... 03:25:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:25:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:25:06 ./bin/test-attribution.sh [Pipeline] echo 03:25:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:25:06 $ docker stop --time=1 726c5bc4b1b30bb1711d68a74f28f6661ea905821dec94d1359decb2ede5d3d9 03:25:09 $ docker rm -f --volumes 726c5bc4b1b30bb1711d68a74f28f6661ea905821dec94d1359decb2ede5d3d9 [Pipeline] // withDockerContainer [Pipeline] sh 03:25:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:25:11 Warning: overwriting stash ‘coverage-report’ 03:25:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:25:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:25:12 + ls -al . 03:25:12 total 228 03:25:12 drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 03:20 . 03:25:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 .. 03:25:12 -rw-rw-r-- 1 jenkins jenkins 262 Mar 9 03:17 .dockerignore 03:25:12 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 03:17 .git 03:25:12 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 .github 03:25:12 -rw-rw-r-- 1 jenkins jenkins 788 Mar 9 03:17 .gitignore 03:25:12 -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 03:17 .golangci.yml 03:25:12 -rw-rw-r-- 1 jenkins jenkins 10037 Mar 9 03:17 Attribution.txt 03:25:12 -rw-rw-r-- 1 jenkins jenkins 4331 Mar 9 03:17 CHANGELOG.md 03:25:12 -rw-rw-r-- 1 jenkins jenkins 1659 Mar 9 03:17 Dockerfile 03:25:12 -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 03:17 GOVERNANCE.md 03:25:12 -rw-rw-r-- 1 jenkins jenkins 687 Mar 9 03:17 Jenkinsfile 03:25:12 -rw-rw-r-- 1 jenkins jenkins 11347 Mar 9 03:17 LICENSE 03:25:12 -rw-rw-r-- 1 jenkins jenkins 2462 Mar 9 03:17 Makefile 03:25:12 -rw-rw-r-- 1 jenkins jenkins 617 Mar 9 03:17 OWNERS.md 03:25:12 -rw-rw-r-- 1 jenkins jenkins 31023 Mar 9 03:17 README.md 03:25:12 -rw-rw-r-- 1 jenkins jenkins 12 Mar 9 03:17 VERSION 03:25:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 bin 03:25:12 -rw-r--r-- 1 jenkins jenkins 41317 Mar 9 03:23 coverage.out 03:25:12 -rw-rw-r-- 1 jenkins jenkins 3510 Mar 9 03:17 go.mod 03:25:12 -rw-rw-r-- 1 jenkins jenkins 33459 Mar 9 03:17 go.sum 03:25:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 images 03:25:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 internal 03:25:12 -rw-rw-r-- 1 jenkins jenkins 531 Mar 9 03:17 main.go 03:25:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:17 res 03:25:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:17 snap 03:25:12 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:17 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:12 + docker build -t app-rfid-llrp-inventory-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=837a401d0d7d0b42d8dea42aad4106a41215472d --label arch=arm64 --label version=3.0.0-dev.10 . 03:25:13 Sending build context to Docker daemon 678.9kB 03:25:13 Step 1/29 : ARG BASE=golang:1.18-alpine3.16 03:25:13 Step 2/29 : FROM ${BASE} AS builder 03:25:13 ---> 440dcf71520b 03:25:13 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 03:25:13 ---> Running in 6b7da5449b29 03:25:13 Removing intermediate container 6b7da5449b29 03:25:13 ---> 3a5b98f28baf 03:25:13 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 03:25:13 ---> Running in 5e3cdfb4d4ca 03:25:13 Removing intermediate container 5e3cdfb4d4ca 03:25:13 ---> 63d920c203d7 03:25:13 Step 5/29 : ARG ADD_BUILD_TAGS="" 03:25:13 ---> Running in 06809d8cd714 03:25:14 Removing intermediate container 06809d8cd714 03:25:14 ---> 5f4771a20561 03:25:14 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:25:14 ---> Running in cd1b453aa159 03:25:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:25:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:25:16 OK: 221 MiB in 51 packages 03:25:17 Removing intermediate container cd1b453aa159 03:25:17 ---> 62d82d9a2d7b 03:25:17 Step 7/29 : WORKDIR /app 03:25:17 ---> Running in 1a613b9458ec 03:25:17 Removing intermediate container 1a613b9458ec 03:25:17 ---> 0ac4a6518434 03:25:17 Step 8/29 : COPY go.mod vendor* ./ 03:25:18 ---> e618a3b5f555 03:25:18 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:25:18 ---> Running in feb6393cb95e 03:25:23 Removing intermediate container feb6393cb95e 03:25:23 ---> 9c66ce47c15b 03:25:23 Step 10/29 : COPY . . 03:25:23 ---> 6dc36d4714d8 03:25:23 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:25:23 ---> Running in 5a12e21797ce 03:25:24 Removing intermediate container 5a12e21797ce 03:25:24 ---> 7c6bea3548a6 03:25:24 Step 12/29 : RUN $MAKE 03:25:24 ---> Running in 46407185dbfd 03:25:25 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.0.0-dev.10 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.0.0-dev.10" -trimpath -mod=readonly -o app-rfid-llrp-inventory 03:27:46 Removing intermediate container 46407185dbfd 03:27:46 ---> 417454766bf3 03:27:46 Step 13/29 : FROM alpine:3.14 03:27:46 3.14: Pulling from library/alpine 03:27:46 6f0e733d82e2: Pulling fs layer 03:27:46 6f0e733d82e2: Verifying Checksum 03:27:46 6f0e733d82e2: Download complete 03:27:46 6f0e733d82e2: Pull complete 03:27:46 Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 03:27:46 Status: Downloaded newer image for alpine:3.14 03:27:46 ---> bf97f6347a60 03:27:46 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:27:46 ---> Running in 951ac625603d 03:27:46 Removing intermediate container 951ac625603d 03:27:46 ---> fc7e9246fbc9 03:27:46 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 03:27:46 ---> Running in b76bd41b4b13 03:27:46 Removing intermediate container b76bd41b4b13 03:27:46 ---> 5a5a88517c56 03:27:46 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 03:27:46 ---> Running in 23940e43946d 03:27:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 03:27:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 03:27:46 (1/2) Installing ca-certificates (20220614-r0) 03:27:46 (2/2) Installing dumb-init (1.2.5-r1) 03:27:46 Executing busybox-1.33.1-r8.trigger 03:27:46 Executing ca-certificates-20220614-r0.trigger 03:27:46 OK: 6 MiB in 16 packages 03:27:46 Removing intermediate container 23940e43946d 03:27:46 ---> c9c6d8b898c6 03:27:46 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 03:27:46 ---> 62332fe614fd 03:27:46 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 03:27:46 ---> 7c460ec2014b 03:27:46 Step 19/29 : COPY --from=builder /app/res/ /res/ 03:27:46 ---> c59b6487a134 03:27:46 Step 20/29 : COPY --from=builder /app/static/ /static/ 03:27:46 ---> 013f986c955d 03:27:46 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 03:27:46 ---> 2aca99cc0b3d 03:27:46 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 03:27:46 ---> Running in a3e681cc46eb 03:27:46 Removing intermediate container a3e681cc46eb 03:27:46 ---> fa661e76b035 03:27:46 Step 23/29 : VOLUME /cache 03:27:46 ---> Running in 0fe0ad1584aa 03:27:46 Removing intermediate container 0fe0ad1584aa 03:27:46 ---> 7ef0cfc070ee 03:27:46 Step 24/29 : EXPOSE 59711 03:27:46 ---> Running in 1b2f51fb96f6 03:27:46 Removing intermediate container 1b2f51fb96f6 03:27:46 ---> 793c9bdd4395 03:27:46 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 03:27:46 ---> Running in 6859e1a18320 03:27:46 Removing intermediate container 6859e1a18320 03:27:46 ---> 41d36112c46d 03:27:46 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 03:27:46 ---> Running in f4131609e584 03:27:46 Removing intermediate container f4131609e584 03:27:46 ---> d43f7e9c8d3f 03:27:46 Step 27/29 : LABEL arch=arm64 03:27:46 ---> Running in f1765be7b833 03:27:46 Removing intermediate container f1765be7b833 03:27:46 ---> ecefba56f536 03:27:46 Step 28/29 : LABEL git_sha=837a401d0d7d0b42d8dea42aad4106a41215472d 03:27:46 ---> Running in a48b183c0f1a 03:27:46 Removing intermediate container a48b183c0f1a 03:27:46 ---> b9c91055639e 03:27:46 Step 29/29 : LABEL version=3.0.0-dev.10 03:27:46 ---> Running in 08133cdbe0bb 03:27:46 Removing intermediate container 08133cdbe0bb 03:27:46 ---> 50fa21028308 03:27:46 [Warning] One or more build-args [ARCH] were not consumed 03:27:46 Successfully built 50fa21028308 03:27:46 Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:27:47 provisioning config files... 03:27:47 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/78@tmp/config18227332597502817450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:27:47 ---> docker-login.sh 03:27:47 nexus3.edgexfoundry.org:10001 03:27:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:47 Configure a credential helper to remove this warning. See 03:27:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:47 03:27:47 Login Succeeded 03:27:47 nexus3.edgexfoundry.org:10002 03:27:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:47 Configure a credential helper to remove this warning. See 03:27:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:47 03:27:47 Login Succeeded 03:27:47 nexus3.edgexfoundry.org:10003 03:27:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:48 Configure a credential helper to remove this warning. See 03:27:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:48 03:27:48 Login Succeeded 03:27:48 nexus3.edgexfoundry.org:10004 03:27:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:48 Configure a credential helper to remove this warning. See 03:27:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:48 03:27:48 Login Succeeded 03:27:48 docker.io 03:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:27:49 Configure a credential helper to remove this warning. See 03:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:27:49 03:27:49 Login Succeeded 03:27:49 ---> docker-login.sh ends [Pipeline] } 03:27:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:27:49 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 03:27:49 837a401d0d7d0b42d8dea42aad4106a41215472d 03:27:49 latest 03:27:49 3.0.0-dev.10 03:27:49 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 03:27:49 main 03:27:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:49 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:50 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d 03:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 03:27:50 2cfed1da73f1: Preparing 03:27:50 82b49e3a16b3: Preparing 03:27:50 c7b1307902c4: Preparing 03:27:50 6647356a692c: Preparing 03:27:50 a64d19c58912: Preparing 03:27:50 8bd908bd85b4: Preparing 03:27:50 2a38f5743992: Preparing 03:27:50 c39af2d4cb8d: Preparing 03:27:50 2a38f5743992: Waiting 03:27:50 8bd908bd85b4: Waiting 03:27:50 6647356a692c: Pushed 03:27:50 2cfed1da73f1: Pushed 03:27:50 a64d19c58912: Pushed 03:27:50 c7b1307902c4: Pushed 03:27:50 c39af2d4cb8d: Layer already exists 03:27:50 8bd908bd85b4: Pushed 03:27:50 2a38f5743992: Pushed 03:27:57 82b49e3a16b3: Pushed 03:27:57 837a401d0d7d0b42d8dea42aad4106a41215472d: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:57 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:58 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 03:27:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 03:27:58 2cfed1da73f1: Preparing 03:27:58 82b49e3a16b3: Preparing 03:27:58 c7b1307902c4: Preparing 03:27:58 6647356a692c: Preparing 03:27:58 a64d19c58912: Preparing 03:27:58 8bd908bd85b4: Preparing 03:27:58 2a38f5743992: Preparing 03:27:58 c39af2d4cb8d: Preparing 03:27:58 2a38f5743992: Waiting 03:27:58 c39af2d4cb8d: Waiting 03:27:58 8bd908bd85b4: Waiting 03:27:58 82b49e3a16b3: Layer already exists 03:27:58 c7b1307902c4: Layer already exists 03:27:58 2cfed1da73f1: Layer already exists 03:27:58 6647356a692c: Layer already exists 03:27:58 a64d19c58912: Layer already exists 03:27:58 2a38f5743992: Layer already exists 03:27:58 8bd908bd85b4: Layer already exists 03:27:58 c39af2d4cb8d: Layer already exists 03:27:58 latest: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:58 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:59 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.10 03:27:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 03:27:59 2cfed1da73f1: Preparing 03:27:59 82b49e3a16b3: Preparing 03:27:59 c7b1307902c4: Preparing 03:27:59 6647356a692c: Preparing 03:27:59 a64d19c58912: Preparing 03:27:59 8bd908bd85b4: Preparing 03:27:59 2a38f5743992: Preparing 03:27:59 c39af2d4cb8d: Preparing 03:27:59 8bd908bd85b4: Waiting 03:27:59 2a38f5743992: Waiting 03:27:59 c39af2d4cb8d: Waiting 03:27:59 c7b1307902c4: Layer already exists 03:27:59 a64d19c58912: Layer already exists 03:27:59 2cfed1da73f1: Layer already exists 03:27:59 6647356a692c: Layer already exists 03:27:59 82b49e3a16b3: Layer already exists 03:27:59 8bd908bd85b4: Layer already exists 03:27:59 2a38f5743992: Layer already exists 03:27:59 c39af2d4cb8d: Layer already exists 03:27:59 3.0.0-dev.10: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:59 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:00 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 03:28:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 03:28:00 2cfed1da73f1: Preparing 03:28:00 82b49e3a16b3: Preparing 03:28:00 c7b1307902c4: Preparing 03:28:00 6647356a692c: Preparing 03:28:00 a64d19c58912: Preparing 03:28:00 8bd908bd85b4: Preparing 03:28:00 2a38f5743992: Preparing 03:28:00 c39af2d4cb8d: Preparing 03:28:00 8bd908bd85b4: Waiting 03:28:00 2a38f5743992: Waiting 03:28:00 c39af2d4cb8d: Waiting 03:28:00 6647356a692c: Layer already exists 03:28:00 c7b1307902c4: Layer already exists 03:28:00 82b49e3a16b3: Layer already exists 03:28:00 2cfed1da73f1: Layer already exists 03:28:00 a64d19c58912: Layer already exists 03:28:00 8bd908bd85b4: Layer already exists 03:28:00 2a38f5743992: Layer already exists 03:28:00 c39af2d4cb8d: Layer already exists 03:28:00 837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:00 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:01 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 03:28:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 03:28:01 2cfed1da73f1: Preparing 03:28:01 82b49e3a16b3: Preparing 03:28:01 c7b1307902c4: Preparing 03:28:01 6647356a692c: Preparing 03:28:01 a64d19c58912: Preparing 03:28:01 8bd908bd85b4: Preparing 03:28:01 2a38f5743992: Preparing 03:28:01 c39af2d4cb8d: Preparing 03:28:01 2a38f5743992: Waiting 03:28:01 8bd908bd85b4: Waiting 03:28:01 2cfed1da73f1: Layer already exists 03:28:01 a64d19c58912: Layer already exists 03:28:01 6647356a692c: Layer already exists 03:28:01 c7b1307902c4: Layer already exists 03:28:01 82b49e3a16b3: Layer already exists 03:28:01 c39af2d4cb8d: Layer already exists 03:28:01 2a38f5743992: Layer already exists 03:28:01 8bd908bd85b4: Layer already exists 03:28:01 main: digest: sha256:e774ab6528df055d65b10e1a6a893056143e1485bc6e15d6c25736df7db093a5 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:28:01 ===================================================== [Pipeline] echo 03:28:01 taggedImages: 03:28:01 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d 03:28:01 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 03:28:01 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.0.0-dev.10 03:28:01 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:837a401d0d7d0b42d8dea42aad4106a41215472d-3.0.0-dev.10 03:28:01 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:28:01 03:28:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:28:02 arm64: Pulling from edgex-lftools-log-publisher 03:28:02 8998bd30e6a1: Pulling fs layer 03:28:02 04944245beec: Pulling fs layer 03:28:02 699f458cf7ca: Pulling fs layer 03:28:02 765212b225bb: Pulling fs layer 03:28:02 f23df028b6ca: Pulling fs layer 03:28:02 d65c8cfc05b1: Pulling fs layer 03:28:02 2437ff75d9bd: Pulling fs layer 03:28:02 f23df028b6ca: Waiting 03:28:02 d65c8cfc05b1: Waiting 03:28:02 2437ff75d9bd: Waiting 03:28:02 765212b225bb: Waiting 03:28:02 04944245beec: Verifying Checksum 03:28:02 04944245beec: Download complete 03:28:02 765212b225bb: Verifying Checksum 03:28:02 765212b225bb: Download complete 03:28:02 f23df028b6ca: Verifying Checksum 03:28:02 f23df028b6ca: Download complete 03:28:02 d65c8cfc05b1: Verifying Checksum 03:28:02 d65c8cfc05b1: Download complete 03:28:02 699f458cf7ca: Verifying Checksum 03:28:02 699f458cf7ca: Download complete 03:28:03 8998bd30e6a1: Download complete 03:28:05 2437ff75d9bd: Verifying Checksum 03:28:05 2437ff75d9bd: Download complete 03:28:07 8998bd30e6a1: Pull complete 03:28:07 04944245beec: Pull complete 03:28:09 699f458cf7ca: Pull complete 03:28:09 765212b225bb: Pull complete 03:28:09 f23df028b6ca: Pull complete 03:28:10 d65c8cfc05b1: Pull complete 03:28:25 2437ff75d9bd: Pull complete 03:28:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:28:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:28:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:25 prd-ubuntu20.04-docker-arm64-4c-16g-9374 does not seem to be running inside a container 03:28:25 $ 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-rfid-llrp-inventory/78 -v /w/workspace/app-rfid-llrp-inventory/78:/w/workspace/app-rfid-llrp-inventory/78:rw,z -v /w/workspace/app-rfid-llrp-inventory/78@tmp:/w/workspace/app-rfid-llrp-inventory/78@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:arm64 cat 03:28:28 $ docker top e5562db2f0e65bb7d14c21b99bc2ef43e9b00af7f6655630cddbe1e171e96ab1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:28:29 ---> job-cost.sh 03:28:29 lf-activate-venv: SKIPPING 03:28:29 INFO: No Stack... 03:28:29 INFO: Retrieving Pricing Info for: v3-standard-4 03:28:30 INFO: Archiving Costs [Pipeline] sh 03:28:31 + cut -d, -f6+ 03:28:31 cat /w/workspace/app-rfid-llrp-inventory/78/archives/cost.csv [Pipeline] lock 03:28:31 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] 03:28:31 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] did not exist. Created. 03:28:31 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:28:32 /w/workspace/app-rfid-llrp-inventory/78@tmp/durable-2611eb39/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:28:32 + echo total: 0.10999999940395355 [Pipeline] stash 03:28:32 Warning: overwriting stash ‘stack-cost’ 03:28:33 Stashed 1 file(s) [Pipeline] } 03:28:33 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-78-stack-cost] [Pipeline] // lock [Pipeline] } 03:28:33 $ docker stop --time=1 e5562db2f0e65bb7d14c21b99bc2ef43e9b00af7f6655630cddbe1e171e96ab1 03:28:34 $ docker rm -f --volumes e5562db2f0e65bb7d14c21b99bc2ef43e9b00af7f6655630cddbe1e171e96ab1 [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 03:28:34 provisioning config files... 03:28:34 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4848588790118688118tmp [Pipeline] { [Pipeline] sh 03:28:35 + set +x 03:28:35 + curl -s https://codecov.io/bash 03:28:35 + bash -s -- 03:28:35 03:28:35 _____ _ 03:28:35 / ____| | | 03:28:35 | | ___ __| | ___ ___ _____ __ 03:28:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:28:35 | |___| (_) | (_| | __/ (_| (_) \ V / 03:28:35 \_____\___/ \__,_|\___|\___\___/ \_/ 03:28:35 Bash-1.0.6 03:28:35 03:28:35 03:28:35 ==> git version 2.25.1 found 03:28:35 ==> 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 03:28:35 Release-Date: 2020-01-08 03:28:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:28:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:28:35 ==> Jenkins CI detected. 03:28:35 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 03:28:35 project root: . 03:28:35 --> token set from env 03:28:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:28:35 ==> Running gcov in . (disable via -X gcov) 03:28:35 ==> Python coveragepy not found 03:28:35 ==> Searching for coverage reports in: 03:28:35 + . 03:28:35 -> Found 1 reports 03:28:35 ==> Detecting git/mercurial file structure 03:28:35 ==> Reading reports 03:28:35 + ./coverage.out bytes=41317 03:28:35 ==> Appending adjustments 03:28:35 https://docs.codecov.io/docs/fixing-reports 03:28:35 + Found adjustments 03:28:35 ==> Gzipping contents 03:28:35 12K /tmp/codecov.W77lZN.gz 03:28:35 ==> Uploading reports 03:28:35 url: https://codecov.io 03:28:35 query: branch=main&commit=837a401d0d7d0b42d8dea42aad4106a41215472d&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 03:28:35 -> Pinging Codecov 03:28:35 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=837a401d0d7d0b42d8dea42aad4106a41215472d&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 03:28:35 -> Uploading to 03:28:35 https://storage.googleapis.com/codecov/v4/raw/2023-03-09/581DD39554BDF9B6E22D074273EAD858/837a401d0d7d0b42d8dea42aad4106a41215472d/2100ac3f-c14e-4787-ab4d-eb198ae06b22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T032835Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9d3aa4e488f7bdddede3fe989e11254336c1a9e46be4bdb27c8cde0c0be43864 03:28:35 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:35 Dload Upload Total Spent Left Speed 03:28:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11858 0 0 100 11858 0 40470 --:--:-- --:--:-- --:--:-- 40470 03:28:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] } 03:28:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:28:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:28:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:28:36 03:28:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:28:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:28:36 df9b9388f04a: Pulling fs layer 03:28:36 52dc419b0ee2: Pulling fs layer 03:28:36 25bc292e5bac: Pulling fs layer 03:28:36 114826534d7a: Pulling fs layer 03:28:36 4657fd5d0bcf: Pulling fs layer 03:28:36 6ad1cebc031e: Pulling fs layer 03:28:36 8a3aa393b2d8: Pulling fs layer 03:28:36 4657fd5d0bcf: Waiting 03:28:36 6ad1cebc031e: Waiting 03:28:36 8a3aa393b2d8: Waiting 03:28:36 114826534d7a: Waiting 03:28:36 25bc292e5bac: Download complete 03:28:36 52dc419b0ee2: Verifying Checksum 03:28:36 52dc419b0ee2: Download complete 03:28:36 4657fd5d0bcf: Verifying Checksum 03:28:36 4657fd5d0bcf: Download complete 03:28:36 df9b9388f04a: Verifying Checksum 03:28:36 df9b9388f04a: Download complete 03:28:37 df9b9388f04a: Pull complete 03:28:37 6ad1cebc031e: Verifying Checksum 03:28:37 6ad1cebc031e: Download complete 03:28:37 52dc419b0ee2: Pull complete 03:28:37 25bc292e5bac: Pull complete 03:28:37 114826534d7a: Verifying Checksum 03:28:37 114826534d7a: Download complete 03:28:37 8a3aa393b2d8: Verifying Checksum 03:28:37 8a3aa393b2d8: Download complete 03:28:40 114826534d7a: Pull complete 03:28:40 4657fd5d0bcf: Pull complete 03:28:41 6ad1cebc031e: Pull complete 03:28:43 8a3aa393b2d8: Pull complete 03:28:43 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 03:28:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:28:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:43 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:28:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:28:45 $ docker top 87d5380b83d0de81bf4a2966eaa73e964d8d27cdc9a532eae7ae182f96b03991 -eo pid,comm [Pipeline] { [Pipeline] echo 03:28:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 03:28:46 + set -o pipefail 03:28:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 03:28:50 03:28:50 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 03:28:50 03:28:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/babe5ad3-65a9-424f-b410-921aaee6bda0 03:28:50 03:28:50 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 03:28:50 03:28:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:28:50 03:28:50 03:28:50 A medium severity vulnerability was found in the Snyk CLI versions you are using. 03:28:50 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 03:28:50 More details here: https://snyk.co/ue1NS [Pipeline] } 03:28:50 $ docker stop --time=1 87d5380b83d0de81bf4a2966eaa73e964d8d27cdc9a532eae7ae182f96b03991 03:28:52 $ docker rm -f --volumes 87d5380b83d0de81bf4a2966eaa73e964d8d27cdc9a532eae7ae182f96b03991 [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 03:28:53 + git log --format=format:%s -1 837a401d0d7d0b42d8dea42aad4106a41215472d [Pipeline] sh 03:28:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:28:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:28:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:53 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:28:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:28:54 $ docker top e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 -eo pid,comm 03:28:54 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). 03:28:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:28:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:28:54 [ssh-agent] Looking for ssh-agent implementation... 03:28:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:28:54 $ docker exec e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 ssh-agent 03:28:54 SSH_AUTH_SOCK=/tmp/ssh-DIJpzJw907iz/agent.32 03:28:54 SSH_AGENT_PID=38 03:28:54 Running ssh-add (command line suppressed) 03:28:54 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12796040776527867193.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12796040776527867193.key) 03:28:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:28:54 + git semver tag 03:28:55 2023-03-09 03:28:55,181 [run_tag] DEBUG tag force:False 03:28:55 2023-03-09 03:28:55,181 [check_head_tag] DEBUG check head tag 03:28:55 2023-03-09 03:28:55,182 [execute] INFO git cat-file --batch-check 03:28:55 2023-03-09 03:28:55,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 03:28:55 2023-03-09 03:28:55,186 [execute] INFO git cat-file --batch 03:28:55 2023-03-09 03:28:55,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 03:28:55 2023-03-09 03:28:55,203 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:28:55 2023-03-09 03:28:55,203 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 03:28:55 2023-03-09 03:28:55,204 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 03:28:55 2023-03-09 03:28:55,207 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:28:55 3.0.0-dev.10 [Pipeline] } 03:28:55 $ docker exec --env ******** --env ******** e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 ssh-agent -k 03:28:55 unset SSH_AUTH_SOCK; 03:28:55 unset SSH_AGENT_PID; 03:28:55 echo Agent pid 38 killed; 03:28:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:28:55 + git semver [Pipeline] } 03:28:55 $ docker stop --time=1 e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 03:28:57 $ docker rm -f --volumes e32f991109e148e56780ddf44019ec1e65109254ff0c9929b837c07ec2e6ec69 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:28:57 03:28:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:28:57 0.23.1-centos7: Pulling from edgex-lftools 03:28:57 ab5ef0e58194: Pulling fs layer 03:28:57 9712f1f96733: Pulling fs layer 03:28:57 63f879dbbcfc: Pulling fs layer 03:28:57 0d9ebad4ef96: Pulling fs layer 03:28:57 e9a5061849ea: Pulling fs layer 03:28:57 d747dcd14b5f: Pulling fs layer 03:28:57 2de7ff778b66: Pulling fs layer 03:28:57 e9a5061849ea: Waiting 03:28:57 0d9ebad4ef96: Waiting 03:28:57 2de7ff778b66: Waiting 03:28:57 d747dcd14b5f: Waiting 03:28:57 9712f1f96733: Verifying Checksum 03:28:57 9712f1f96733: Download complete 03:28:58 63f879dbbcfc: Verifying Checksum 03:28:58 63f879dbbcfc: Download complete 03:28:58 e9a5061849ea: Verifying Checksum 03:28:58 e9a5061849ea: Download complete 03:28:58 ab5ef0e58194: Verifying Checksum 03:28:58 ab5ef0e58194: Download complete 03:28:58 d747dcd14b5f: Verifying Checksum 03:28:58 d747dcd14b5f: Download complete 03:28:58 0d9ebad4ef96: Verifying Checksum 03:28:58 0d9ebad4ef96: Download complete 03:28:58 2de7ff778b66: Verifying Checksum 03:28:58 2de7ff778b66: Download complete 03:29:01 ab5ef0e58194: Pull complete 03:29:01 9712f1f96733: Pull complete 03:29:01 63f879dbbcfc: Pull complete 03:29:05 0d9ebad4ef96: Pull complete 03:29:05 e9a5061849ea: Pull complete 03:29:05 d747dcd14b5f: Pull complete 03:29:06 2de7ff778b66: Pull complete 03:29:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:29:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:29:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:06 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:29:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:29:08 $ docker top a8a583d8c30d8c361bf345de86705800b9e556a56bce2c37eecb32f3758f15f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:29:08 provisioning config files... 03:29:08 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8433759076040867758tmp 03:29:08 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config5571485316845511877tmp 03:29:08 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config878538389292001284tmp [Pipeline] { [Pipeline] echo 03:29:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:29:09 ---> sigul-configuration.sh 03:29:09 gpg: directory `/root/.gnupg' created 03:29:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:29:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:29:09 gpg: keyring `/root/.gnupg/secring.gpg' created 03:29:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:29:09 gpg: CAST5 encrypted data 03:29:09 gpg: encrypted with 1 passphrase 03:29:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:29:09 + mkdir /home/jenkins 03:29:09 + mkdir /home/jenkins/sigul [Pipeline] sh 03:29:09 + 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 03:29:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:29:09 ---> sigul-install.sh 03:29:09 Sigul already installed; skipping installation. [Pipeline] sh 03:29:10 + git tag --list 03:29:10 v0.0.0 03:29:10 v1.0.0 03:29:10 v2.1.0 03:29:10 v2.1.1 03:29:10 v2.1.1-dev.1 03:29:10 v2.2.0 03:29:10 v2.2.1-dev.1 03:29:10 v2.2.1-dev.2 03:29:10 v2.2.1-dev.3 03:29:10 v2.2.1-dev.4 03:29:10 v2.2.1-dev.5 03:29:10 v2.2.1-dev.6 03:29:10 v2.2.1-dev.7 03:29:10 v2.3.0 03:29:10 v2.3.0-dev.10 03:29:10 v2.3.0-dev.11 03:29:10 v2.3.0-dev.12 03:29:10 v2.3.0-dev.13 03:29:10 v2.3.0-dev.14 03:29:10 v2.3.0-dev.15 03:29:10 v2.3.0-dev.16 03:29:10 v2.3.0-dev.17 03:29:10 v2.3.0-dev.18 03:29:10 v2.3.0-dev.19 03:29:10 v2.3.0-dev.20 03:29:10 v2.3.0-dev.21 03:29:10 v2.3.0-dev.22 03:29:10 v2.3.0-dev.23 03:29:10 v2.3.0-dev.24 03:29:10 v2.3.0-dev.25 03:29:10 v2.3.0-dev.26 03:29:10 v2.3.0-dev.9 03:29:10 v2.3.1-dev.1 03:29:10 v3.0.0-dev.1 03:29:10 v3.0.0-dev.10 03:29:10 v3.0.0-dev.2 03:29:10 v3.0.0-dev.3 03:29:10 v3.0.0-dev.4 03:29:10 v3.0.0-dev.5 03:29:10 v3.0.0-dev.6 03:29:10 v3.0.0-dev.7 03:29:10 v3.0.0-dev.8 03:29:10 v3.0.0-dev.9 [Pipeline] sh 03:29:10 + lftools sign git-tag v3.0.0-dev.10 03:29:11 Signing Git tag with Sigul... 03:29:11 Signing v3.0.0-dev.10 [Pipeline] echo 03:29:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:29:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:29:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:29:11 $ docker stop --time=1 a8a583d8c30d8c361bf345de86705800b9e556a56bce2c37eecb32f3758f15f3 03:29:12 $ docker rm -f --volumes a8a583d8c30d8c361bf345de86705800b9e556a56bce2c37eecb32f3758f15f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:29:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:29:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:29:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:13 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:29:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:29:14 $ docker top d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 -eo pid,comm 03:29:14 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). 03:29:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:29:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:29:14 [ssh-agent] Looking for ssh-agent implementation... 03:29:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:29:14 $ docker exec d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 ssh-agent 03:29:14 SSH_AUTH_SOCK=/tmp/ssh-AtnFmCQQx5VK/agent.32 03:29:14 SSH_AGENT_PID=38 03:29:14 Running ssh-add (command line suppressed) 03:29:14 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10554839899571807815.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10554839899571807815.key) 03:29:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:29:14 + git semver bump pre 03:29:15 2023-03-09 03:29:15,096 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:29:15 2023-03-09 03:29:15,096 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev 03:29:15 2023-03-09 03:29:15,096 [bump_version] DEBUG bumped version:3.0.0-dev.11 03:29:15 2023-03-09 03:29:15,096 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True 03:29:15 2023-03-09 03:29:15,096 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:29:15 2023-03-09 03:29:15,096 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:29:15 2023-03-09 03:29:15,099 [execute] INFO git cat-file --batch-check 03:29:15 2023-03-09 03:29:15,099 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 03:29:15 2023-03-09 03:29:15,103 [execute] INFO git cat-file --batch 03:29:15 2023-03-09 03:29:15,104 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 03:29:15 2023-03-09 03:29:15,108 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:29:15 3.0.0-dev.11 [Pipeline] } 03:29:15 $ docker exec --env ******** --env ******** d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 ssh-agent -k 03:29:15 unset SSH_AUTH_SOCK; 03:29:15 unset SSH_AGENT_PID; 03:29:15 echo Agent pid 38 killed; 03:29:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:29:15 + git semver [Pipeline] } 03:29:15 $ docker stop --time=1 d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 03:29:17 $ docker rm -f --volumes d482fd1e5d0183f84426e1cb5e17df86f92317dd75e859b9b57d168dc353b329 [Pipeline] // withDockerContainer [Pipeline] sh 03:29:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:29:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:29:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:17 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:29:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:29:18 $ docker top 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 -eo pid,comm 03:29:18 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). 03:29:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:29:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:29:18 [ssh-agent] Looking for ssh-agent implementation... 03:29:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:29:18 $ docker exec 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 ssh-agent 03:29:18 SSH_AUTH_SOCK=/tmp/ssh-byQNWBGZ8yHK/agent.31 03:29:18 SSH_AGENT_PID=37 03:29:18 Running ssh-add (command line suppressed) 03:29:18 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9917452060889475809.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9917452060889475809.key) 03:29:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:29:19 + git semver push 03:29:19 2023-03-09 03:29:19,231 [run_push] DEBUG push 03:29:19 2023-03-09 03:29:19,232 [execute] INFO git cat-file --batch-check 03:29:19 2023-03-09 03:29:19,232 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 03:29:19 2023-03-09 03:29:19,237 [execute] INFO git rev-list 60002e4b68fd1459a14f4663550dd8e0eece26bf -- 03:29:19 2023-03-09 03:29:19,237 [execute] DEBUG Popen(['git', 'rev-list', '60002e4b68fd1459a14f4663550dd8e0eece26bf', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 03:29:19 2023-03-09 03:29:19,243 [execute] INFO git fetch -v origin 03:29:19 2023-03-09 03:29:19,244 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) 03:29:19 2023-03-09 03:29:19,752 [run_push] DEBUG no remote changes detected 03:29:19 2023-03-09 03:29:19,752 [execute] INFO git push origin semver 03:29:19 2023-03-09 03:29:19,753 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 03:29:20 2023-03-09 03:29:20,488 [run_push] DEBUG push all version tags 03:29:20 2023-03-09 03:29:20,488 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:29:20 2023-03-09 03:29:20,489 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 03:29:21 2023-03-09 03:29:21,209 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 03:29:21 3.0.0-dev.11 [Pipeline] } 03:29:21 $ docker exec --env ******** --env ******** 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 ssh-agent -k 03:29:21 unset SSH_AUTH_SOCK; 03:29:21 unset SSH_AGENT_PID; 03:29:21 echo Agent pid 37 killed; 03:29:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:29:21 + git semver [Pipeline] } 03:29:22 $ docker stop --time=1 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 03:29:23 $ docker rm -f --volumes 306b0f370e52a0aede95d1806f231a326a080f5e8a7eebb824a6731ae1d832d5 [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 03:29:23 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 03:29:23 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 03:29:23 total 16 03:29:23 drwxr-xr-x 3 root root 4096 Mar 9 03:19 . 03:29:23 drwxrwxr-x 12 jenkins jenkins 4096 Mar 9 03:29 .. 03:29:23 drwxr-xr-x 2 root root 4096 Mar 9 03:19 cost 03:29:23 -rw-r--r-- 1 root root 94 Mar 9 03:19 cost.csv 03:29:23 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 03:29:23 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 03:29:23 total 16 03:29:23 drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 03:19 . 03:29:23 drwxrwxr-x 12 jenkins jenkins 4096 Mar 9 03:29 .. 03:29:23 drwxr-xr-x 2 jenkins jenkins 4096 Mar 9 03:19 cost 03:29:23 -rw-r--r-- 1 jenkins jenkins 94 Mar 9 03:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:29:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:29:25 ---> package-listing.sh 03:29:25 ++ facter osfamily 03:29:25 ++ tr '[:upper:]' '[:lower:]' 03:29:25 + OS_FAMILY=debian 03:29:25 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 03:29:25 + START_PACKAGES=/tmp/packages_start.txt 03:29:25 + END_PACKAGES=/tmp/packages_end.txt 03:29:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:29:25 + PACKAGES=/tmp/packages_start.txt 03:29:25 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 03:29:25 + PACKAGES=/tmp/packages_end.txt 03:29:25 + case "${OS_FAMILY}" in 03:29:25 + dpkg -l 03:29:25 + grep '^ii' 03:29:25 + '[' -f /tmp/packages_start.txt ']' 03:29:25 + '[' -f /tmp/packages_end.txt ']' 03:29:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:29:25 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 03:29:25 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 03:29:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [Pipeline] echo 03:29:25 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/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:29:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:29:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:26 prd-ubuntu20.04-docker-8c-8g-9375 does not seem to be running inside a container 03:29:26 $ 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/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_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 03:29:26 $ docker top 3c395f2e4fad59076e9a4fdf9c58a15680b4afe36e4d06ef7023aed339640bd7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:26 + touch /tmp/pre-build-complete [Pipeline] sh 03:29:27 + mkdir -p /var/log/sysstat [Pipeline] sh 03:29:27 + ls /var/log/sa-host 03:29:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:29:27 provisioning config files... 03:29:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1274985899467060108tmp [Pipeline] { [Pipeline] echo 03:29:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:29:27 ---> create-netrc.sh [Pipeline] } 03:29:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:29:28 ---> python-tools-install.sh [Pipeline] echo 03:29:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:29:28 ---> sudo-logs.sh 03:29:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:29:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:29:28 ---> job-cost.sh 03:29:28 lf-activate-venv: SKIPPING 03:29:28 DEBUG: total: 0.2199999988079071 03:29:28 INFO: Retrieving Stack Cost... 03:29:29 INFO: Retrieving Pricing Info for: v3-standard-8 03:29:29 INFO: Archiving Costs [Pipeline] echo 03:29:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:29:29 ---> logs-deploy.sh 03:29:29 lf-activate-venv: SKIPPING 03:29:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/78 03:29:29 INFO: archiving workspace using pattern(s): 03:29:30 Archives upload complete. 03:29:30 INFO: archiving logs to Nexus 03:29:31 ---> uname -a: 03:29:31 Linux prd-ubuntu20-04-docker-8c-8g-9375 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:29:31 03:29:31 03:29:31 ---> lscpu: 03:29:31 Architecture: x86_64 03:29:31 CPU op-mode(s): 32-bit, 64-bit 03:29:31 Byte Order: Little Endian 03:29:31 Address sizes: 40 bits physical, 48 bits virtual 03:29:31 CPU(s): 8 03:29:31 On-line CPU(s) list: 0-7 03:29:31 Thread(s) per core: 1 03:29:31 Core(s) per socket: 1 03:29:31 Socket(s): 8 03:29:31 NUMA node(s): 1 03:29:31 Vendor ID: AuthenticAMD 03:29:31 CPU family: 23 03:29:31 Model: 49 03:29:31 Model name: AMD EPYC-Rome Processor 03:29:31 Stepping: 0 03:29:31 CPU MHz: 2800.000 03:29:31 BogoMIPS: 5600.00 03:29:31 Virtualization: AMD-V 03:29:31 Hypervisor vendor: KVM 03:29:31 Virtualization type: full 03:29:31 L1d cache: 256 KiB 03:29:31 L1i cache: 256 KiB 03:29:31 L2 cache: 4 MiB 03:29:31 L3 cache: 128 MiB 03:29:31 NUMA node0 CPU(s): 0-7 03:29:31 Vulnerability Itlb multihit: Not affected 03:29:31 Vulnerability L1tf: Not affected 03:29:31 Vulnerability Mds: Not affected 03:29:31 Vulnerability Meltdown: Not affected 03:29:31 Vulnerability Mmio stale data: Not affected 03:29:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:29:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:29:31 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:29:31 Vulnerability Srbds: Not affected 03:29:31 Vulnerability Tsx async abort: Not affected 03:29:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 03:29:31 03:29:31 03:29:31 ---> nproc: 03:29:31 8 03:29:31 03:29:31 03:29:31 ---> df -h: 03:29:31 Filesystem Size Used Avail Use% Mounted on 03:29:31 overlay 155G 13G 143G 9% / 03:29:31 tmpfs 64M 0 64M 0% /dev 03:29:31 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:29:31 shm 64M 0 64M 0% /dev/shm 03:29:31 /dev/vda1 155G 13G 143G 9% /facter-os 03:29:31 03:29:31 03:29:31 ---> sar -b -r -n DEV: 03:29:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9375) 03/09/23 _x86_64_ (8 CPU) 03:29:31 03:29:31 03:16:52 LINUX RESTART (8 CPU) 03:29:31 03:29:31 03:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:29:31 03:18:01 201.30 47.88 153.42 0.00 5404.43 202738.88 0.00 03:29:31 03:19:01 121.60 1.27 120.33 0.00 22.13 46042.46 0.00 03:29:31 03:20:01 209.83 0.17 209.67 0.00 10.53 48040.26 0.00 03:29:31 03:21:01 2.20 0.00 2.20 0.00 0.00 30.68 0.00 03:29:31 03:22:01 24.81 7.78 17.03 0.00 904.23 2327.76 0.00 03:29:31 03:23:01 31.44 2.82 28.63 0.00 4250.62 6388.80 0.00 03:29:31 03:24:01 3.65 0.02 3.63 0.00 0.13 93.05 0.00 03:29:31 03:25:01 1.80 0.00 1.80 0.00 0.00 19.60 0.00 03:29:31 03:26:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 03:29:31 03:27:01 2.20 0.00 2.20 0.00 0.00 24.93 0.00 03:29:31 03:28:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 03:29:31 03:29:01 64.59 0.27 64.32 0.00 22.40 40133.31 0.00 03:29:31 Average: 55.45 5.02 50.44 0.00 884.53 28821.13 0.00 03:29:31 03:29:31 03:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:29:31 03:18:01 29134812 31579280 741324 2.25 75764 2639080 1979584 5.83 1006236 2384148 1980 03:29:31 03:19:01 27683360 31202564 1101184 3.35 146968 3545440 2283560 6.73 1536156 3185812 348068 03:29:31 03:20:01 27660620 31571328 733016 2.23 160592 3891844 1770564 5.22 1239588 3474752 316 03:29:31 03:21:01 27661312 31572076 732100 2.23 160620 3891848 1770564 5.22 1239864 3474756 44 03:29:31 03:22:01 27476312 31526096 757552 2.30 177544 4018292 1850760 5.45 1351668 3526424 1448 03:29:31 03:23:01 27147568 31557816 725308 2.21 194004 4347440 1836132 5.41 1554332 3638408 4 03:29:31 03:24:01 27153564 31559112 723732 2.20 192580 4344188 1805544 5.32 1552232 3635240 8 03:29:31 03:25:01 27155256 31560868 722008 2.20 192616 4344196 1805544 5.32 1551432 3635248 168 03:29:31 03:26:01 27155248 31560972 721968 2.20 192664 4344196 1805544 5.32 1550708 3635324 16 03:29:31 03:27:01 27154940 31560740 722096 2.20 192732 4344196 1805544 5.32 1550904 3635336 8 03:29:31 03:28:01 27155052 31560852 722088 2.20 192752 4344200 1805544 5.32 1551248 3635336 16 03:29:31 03:29:01 25959928 31511072 768060 2.34 211036 5395936 2101816 6.19 1655896 4645100 353012 03:29:31 Average: 27374831 31526898 764203 2.32 174156 4120905 1885058 5.56 1445022 3542157 58757 03:29:31 03:29:31 03:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:29:31 03:18:01 docker0 76.99 94.73 6.16 282.94 0.00 0.00 0.00 0.00 03:29:31 03:18:01 lo 6.87 6.87 0.66 0.66 0.00 0.00 0.00 0.00 03:29:31 03:18:01 vethff64c1f 47.91 60.67 4.60 48.81 0.00 0.00 0.00 0.00 03:29:31 03:18:01 ens3 767.92 486.80 6874.93 95.47 0.00 0.00 0.00 0.00 03:29:31 03:19:01 docker0 130.63 219.65 10.41 1810.98 0.00 0.00 0.00 0.00 03:29:31 03:19:01 veth4ef4627 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 03:29:31 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:31 03:19:01 ens3 247.48 148.41 1837.08 23.05 0.00 0.00 0.00 0.00 03:29:31 03:20:01 docker0 4.23 9.30 0.25 79.25 0.00 0.00 0.00 0.00 03:29:31 03:20:01 lo 8.80 8.80 0.86 0.86 0.00 0.00 0.00 0.00 03:29:31 03:20:01 ens3 213.10 169.69 2697.86 328.47 0.00 0.00 0.00 0.00 03:29:31 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:31 03:21:01 ens3 14.98 7.07 13.87 0.48 0.00 0.00 0.00 0.00 03:29:31 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:22:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 03:29:31 03:22:01 ens3 36.32 16.11 854.38 1.30 0.00 0.00 0.00 0.00 03:29:31 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:23:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 03:29:31 03:23:01 ens3 84.19 39.11 1944.78 2.86 0.00 0.00 0.00 0.00 03:29:31 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:24:01 ens3 2.02 0.38 0.46 0.20 0.00 0.00 0.00 0.00 03:29:31 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:31 03:25:01 ens3 2.45 1.33 1.11 0.84 0.00 0.00 0.00 0.00 03:29:31 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:26:01 ens3 0.95 0.05 0.07 0.00 0.00 0.00 0.00 0.00 03:29:31 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:31 03:27:01 ens3 2.47 0.72 0.72 0.48 0.00 0.00 0.00 0.00 03:29:31 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:31 03:28:01 ens3 2.00 0.72 0.69 0.47 0.00 0.00 0.00 0.00 03:29:31 03:29:01 docker0 31.39 59.01 2.74 583.53 0.00 0.00 0.00 0.00 03:29:31 03:29:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 03:29:31 03:29:01 ens3 340.93 217.95 7748.76 29.97 0.00 0.00 0.00 0.00 03:29:31 Average: docker0 20.27 31.89 1.63 229.72 0.00 0.00 0.00 0.00 03:29:31 Average: lo 1.61 1.61 0.15 0.15 0.00 0.00 0.00 0.00 03:29:31 Average: ens3 142.90 90.69 1831.19 40.30 0.00 0.00 0.00 0.00 03:29:31 03:29:31 03:29:31 ---> sar -P ALL: 03:29:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9375) 03/09/23 _x86_64_ (8 CPU) 03:29:31 03:29:31 03:16:52 LINUX RESTART (8 CPU) 03:29:31 03:29:31 03:17:01 CPU %user %nice %system %iowait %steal %idle 03:29:31 03:18:01 all 10.10 0.00 3.82 1.60 0.07 84.41 03:29:31 03:18:01 0 11.89 0.00 3.91 2.88 0.07 81.26 03:29:31 03:18:01 1 8.92 0.00 3.59 0.61 0.07 86.82 03:29:31 03:18:01 2 10.61 0.00 2.45 0.80 0.05 86.09 03:29:31 03:18:01 3 10.19 0.00 4.84 2.36 0.07 82.53 03:29:31 03:18:01 4 8.77 0.00 3.60 1.33 0.07 86.23 03:29:31 03:18:01 5 11.41 0.00 3.38 0.29 0.07 84.86 03:29:31 03:18:01 6 11.64 0.00 4.17 2.77 0.08 81.33 03:29:31 03:18:01 7 7.34 0.00 4.69 1.78 0.07 86.12 03:29:31 03:19:01 all 35.91 0.00 5.73 1.07 0.11 57.19 03:29:31 03:19:01 0 36.50 0.00 5.44 1.46 0.10 56.50 03:29:31 03:19:01 1 35.60 0.00 5.56 0.15 0.10 58.58 03:29:31 03:19:01 2 37.41 0.00 5.73 4.78 0.12 51.97 03:29:31 03:19:01 3 34.92 0.00 5.69 0.15 0.12 59.12 03:29:31 03:19:01 4 35.68 0.00 5.66 0.02 0.12 58.53 03:29:31 03:19:01 5 35.88 0.00 6.19 1.37 0.08 56.47 03:29:31 03:19:01 6 35.72 0.00 4.86 0.08 0.10 59.23 03:29:31 03:19:01 7 35.53 0.00 6.68 0.56 0.10 57.13 03:29:31 03:20:01 all 23.69 0.00 5.02 1.44 0.08 69.76 03:29:31 03:20:01 0 23.35 0.00 5.87 4.72 0.07 65.99 03:29:31 03:20:01 1 23.41 0.00 4.71 0.52 0.07 71.29 03:29:31 03:20:01 2 22.96 0.00 5.17 0.24 0.08 71.55 03:29:31 03:20:01 3 25.67 0.00 5.12 2.09 0.10 67.02 03:29:31 03:20:01 4 24.10 0.00 4.38 0.54 0.07 70.91 03:29:31 03:20:01 5 22.93 0.00 5.02 2.30 0.08 69.66 03:29:31 03:20:01 6 24.33 0.00 4.40 0.42 0.08 70.76 03:29:31 03:20:01 7 22.79 0.00 5.52 0.68 0.10 70.91 03:29:31 03:21:01 all 0.28 0.00 0.02 0.01 0.00 99.68 03:29:31 03:21:01 0 0.03 0.00 0.03 0.03 0.00 99.90 03:29:31 03:21:01 1 0.07 0.00 0.03 0.00 0.00 99.90 03:29:31 03:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:31 03:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:29:31 03:21:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:29:31 03:21:01 5 2.04 0.00 0.03 0.00 0.00 97.93 03:29:31 03:21:01 6 0.05 0.00 0.00 0.00 0.00 99.95 03:29:31 03:21:01 7 0.02 0.00 0.05 0.05 0.00 99.88 03:29:31 03:22:01 all 1.02 0.00 0.62 0.15 0.01 98.19 03:29:31 03:22:01 0 0.72 0.00 0.65 0.35 0.02 98.27 03:29:31 03:22:01 1 1.47 0.00 0.73 0.02 0.02 97.77 03:29:31 03:22:01 2 0.55 0.00 0.30 0.02 0.00 99.13 03:29:31 03:22:01 3 0.63 0.00 0.33 0.10 0.00 98.93 03:29:31 03:22:01 4 0.88 0.00 0.30 0.02 0.00 98.80 03:29:31 03:22:01 5 2.43 0.00 0.46 0.05 0.02 97.04 03:29:31 03:22:01 6 0.63 0.00 1.53 0.03 0.02 97.78 03:29:31 03:22:01 7 0.82 0.00 0.68 0.65 0.02 97.83 03:29:31 03:23:01 all 1.55 0.00 0.73 0.23 0.01 97.47 03:29:31 03:23:01 0 1.89 0.00 0.42 0.12 0.02 97.56 03:29:31 03:23:01 1 1.55 0.00 0.62 0.23 0.00 97.60 03:29:31 03:23:01 2 2.33 0.00 0.52 0.03 0.02 97.10 03:29:31 03:23:01 3 1.25 0.00 0.70 0.92 0.02 97.12 03:29:31 03:23:01 4 0.97 0.00 0.47 0.05 0.02 98.50 03:29:31 03:23:01 5 0.85 0.00 1.52 0.12 0.02 97.50 03:29:31 03:23:01 6 0.63 0.00 1.18 0.05 0.00 98.13 03:29:31 03:23:01 7 2.92 0.00 0.46 0.33 0.00 96.29 03:29:31 03:24:01 all 0.16 0.00 0.06 0.01 0.01 99.75 03:29:31 03:24:01 0 0.08 0.00 0.07 0.00 0.00 99.85 03:29:31 03:24:01 1 0.02 0.00 0.05 0.00 0.00 99.93 03:29:31 03:24:01 2 0.07 0.00 0.02 0.02 0.00 99.90 03:29:31 03:24:01 3 0.20 0.00 0.10 0.07 0.00 99.63 03:29:31 03:24:01 4 0.05 0.00 0.07 0.03 0.00 99.85 03:29:31 03:24:01 5 0.12 0.00 0.05 0.00 0.02 99.82 03:29:31 03:24:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:29:31 03:24:01 7 0.76 0.00 0.13 0.00 0.02 99.09 03:29:31 03:25:01 all 0.04 0.00 0.01 0.01 0.01 99.93 03:29:31 03:25:01 0 0.03 0.00 0.03 0.02 0.02 99.90 03:29:31 03:25:01 1 0.15 0.00 0.02 0.00 0.00 99.83 03:29:31 03:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:29:31 03:25:01 3 0.03 0.00 0.02 0.03 0.02 99.90 03:29:31 03:25:01 4 0.03 0.00 0.00 0.02 0.02 99.93 03:29:31 03:25:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:29:31 03:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:29:31 03:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:29:31 03:26:01 all 0.05 0.00 0.01 0.00 0.00 99.94 03:29:31 03:26:01 0 0.05 0.00 0.00 0.00 0.00 99.95 03:29:31 03:26:01 1 0.23 0.00 0.02 0.00 0.02 99.73 03:29:31 03:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:29:31 03:26:01 3 0.00 0.00 0.00 0.02 0.00 99.98 03:29:31 03:26:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:29:31 03:26:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:29:31 03:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:29:31 03:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:29:31 03:27:01 all 0.03 0.00 0.02 0.01 0.00 99.94 03:29:31 03:27:01 0 0.07 0.00 0.03 0.03 0.00 99.87 03:29:31 03:27:01 1 0.07 0.00 0.02 0.00 0.00 99.92 03:29:31 03:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:29:31 03:27:01 3 0.00 0.00 0.02 0.03 0.00 99.95 03:29:31 03:27:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:29:31 03:27:01 5 0.02 0.00 0.03 0.00 0.02 99.93 03:29:31 03:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:29:31 03:27:01 7 0.02 0.00 0.05 0.00 0.00 99.93 03:29:31 03:28:01 all 0.04 0.00 0.01 0.00 0.00 99.95 03:29:31 03:28:01 0 0.05 0.00 0.02 0.00 0.00 99.93 03:29:31 03:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:29:31 03:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:31 03:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:29:31 03:28:01 4 0.22 0.00 0.00 0.00 0.00 99.78 03:29:31 03:28:01 5 0.07 0.00 0.05 0.00 0.00 99.88 03:29:31 03:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:29:31 03:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:29:31 03:29:31 03:28:01 CPU %user %nice %system %iowait %steal %idle 03:29:31 03:29:01 all 5.69 0.00 2.50 0.65 0.04 91.12 03:29:31 03:29:01 0 4.66 0.00 1.99 0.19 0.05 93.12 03:29:31 03:29:01 1 5.99 0.00 3.36 0.91 0.03 89.72 03:29:31 03:29:01 2 6.19 0.00 2.34 0.03 0.03 91.41 03:29:31 03:29:01 3 6.29 0.00 2.07 0.66 0.03 90.95 03:29:31 03:29:01 4 5.56 0.00 2.66 2.51 0.05 89.21 03:29:31 03:29:01 5 6.66 0.00 2.69 0.12 0.03 90.50 03:29:31 03:29:01 6 5.61 0.00 1.95 0.20 0.02 92.22 03:29:31 03:29:01 7 4.54 0.00 2.98 0.61 0.05 91.83 03:29:31 Average: all 6.50 0.00 1.54 0.43 0.03 91.50 03:29:31 Average: 0 6.57 0.00 1.53 0.81 0.03 91.06 03:29:31 Average: 1 6.42 0.00 1.55 0.20 0.03 91.80 03:29:31 Average: 2 6.63 0.00 1.37 0.49 0.03 91.49 03:29:31 Average: 3 6.54 0.00 1.56 0.53 0.03 91.34 03:29:31 Average: 4 6.33 0.00 1.42 0.38 0.03 91.84 03:29:31 Average: 5 6.81 0.00 1.61 0.35 0.03 91.20 03:29:31 Average: 6 6.51 0.00 1.50 0.30 0.03 91.66 03:29:31 Average: 7 6.18 0.00 1.76 0.39 0.03 91.65 03:29:31 03:29:31 03:29:31