Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7c41851464354a514de961e5ff7e85fd1e07f550 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-ssh11204766605859349025.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13022452273523030742.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-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-ssh17693353026567525055.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8279803129696499307.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-ssh7923070555357349581.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2605 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 > 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 Avoid second fetch Checking out Revision 7c41851464354a514de961e5ff7e85fd1e07f550 (main) Commit message: "docs: Added 3.0.1 changelog to main branch (#214)" > git config core.sparsecheckout # timeout=10 > git checkout -f 7c41851464354a514de961e5ff7e85fd1e07f550 # timeout=10 > git rev-list --no-walk 619109fb4055fb888c1b579a9d1d65a4cd37a572 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:15:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:15:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:15:19 ========================================================= 18:15:19 EdgeX Global Pipelines Version Info 18:15:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:15:20 ------------------- 18:15:20 stable info: 18:15:20 ------------------- 18:15:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:15:20 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 18:15:20 Message: update stable to v1.0.250 18:15:20 ------------------- 18:15:20 experimental info: 18:15:20 ------------------- 18:15:20 Commited By: **** collab-it+edgex@linuxfoundation.org 18:15:20 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 18:15:20 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:15:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:15:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:15:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:15:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:15:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo 18:15:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c41851 [Pipeline] echo 18:15:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:15:21 provisioning config files... 18:15:21 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11883509092201015736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:21 ---> docker-login.sh 18:15:21 nexus3.edgexfoundry.org:10001 18:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:21 Configure a credential helper to remove this warning. See 18:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:21 18:15:21 Login Succeeded 18:15:21 nexus3.edgexfoundry.org:10002 18:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:21 Configure a credential helper to remove this warning. See 18:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:21 18:15:21 Login Succeeded 18:15:21 nexus3.edgexfoundry.org:10003 18:15:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:21 Configure a credential helper to remove this warning. See 18:15:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:21 18:15:21 Login Succeeded 18:15:21 nexus3.edgexfoundry.org:10004 18:15:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:22 Configure a credential helper to remove this warning. See 18:15:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:22 18:15:22 Login Succeeded 18:15:22 docker.io 18:15:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:22 Configure a credential helper to remove this warning. See 18:15:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:22 18:15:22 Login Succeeded 18:15:22 ---> docker-login.sh ends [Pipeline] } 18:15:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:15:22 + git rev-list -1 --merges 7c41851464354a514de961e5ff7e85fd1e07f550~1..7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo 18:15:22 -----------> git rev-list -1 --merges 7c41851464354a514de961e5ff7e85fd1e07f550~1..7c41851464354a514de961e5ff7e85fd1e07f550 7c41851464354a514de961e5ff7e85fd1e07f550 [false] [Pipeline] sh 18:15:23 + git log --format=format:%s -1 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo 18:15:23 ========================================================= 18:15:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:15:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:15:23 + git log --format=format:%s -1 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo 18:15:23 [semverPrep] GIT_COMMIT: 7c41851464354a514de961e5ff7e85fd1e07f550, Commit Message: docs: Added 3.0.1 changelog to main branch (#214) [Pipeline] echo 18:15:23 [semverPrep] This is not a build commit. [Pipeline] sh 18:15:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:15:23 + grep -v github /etc/ssh/ssh_known_hosts 18:15:23 + [ -e /tmp/ssh_known_hosts ] 18:15:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:15:23 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:15:23 + sudo tee -a /etc/ssh/ssh_known_hosts 18:15:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:24 18:15:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:24 0.1.4: Pulling from edgex-devops/py-git-semver 18:15:24 b85a868b505f: Pulling fs layer 18:15:24 e2be974225ed: Pulling fs layer 18:15:24 339a4e72a1f5: Pulling fs layer 18:15:24 988bab9f4d93: Pulling fs layer 18:15:24 1469e6f7b9e6: Pulling fs layer 18:15:24 eaf3925da568: Pulling fs layer 18:15:24 bab4dde63d76: Pulling fs layer 18:15:24 bde34c3a00c8: Pulling fs layer 18:15:24 b352a97aabf1: Pulling fs layer 18:15:24 4872d77fe225: Pulling fs layer 18:15:24 5851b861e8e6: Pulling fs layer 18:15:24 bab4dde63d76: Waiting 18:15:24 988bab9f4d93: Waiting 18:15:24 bde34c3a00c8: Waiting 18:15:24 b352a97aabf1: Waiting 18:15:24 4872d77fe225: Waiting 18:15:24 1469e6f7b9e6: Waiting 18:15:24 eaf3925da568: Waiting 18:15:24 5851b861e8e6: Waiting 18:15:24 e2be974225ed: Download complete 18:15:24 988bab9f4d93: Verifying Checksum 18:15:24 988bab9f4d93: Download complete 18:15:24 339a4e72a1f5: Verifying Checksum 18:15:24 339a4e72a1f5: Download complete 18:15:24 1469e6f7b9e6: Verifying Checksum 18:15:24 1469e6f7b9e6: Download complete 18:15:24 eaf3925da568: Download complete 18:15:24 bde34c3a00c8: Verifying Checksum 18:15:24 bde34c3a00c8: Download complete 18:15:24 b352a97aabf1: Download complete 18:15:24 4872d77fe225: Download complete 18:15:24 5851b861e8e6: Download complete 18:15:24 b85a868b505f: Verifying Checksum 18:15:24 b85a868b505f: Download complete 18:15:25 bab4dde63d76: Verifying Checksum 18:15:25 bab4dde63d76: Download complete 18:15:26 b85a868b505f: Pull complete 18:15:26 e2be974225ed: Pull complete 18:15:26 339a4e72a1f5: Pull complete 18:15:26 988bab9f4d93: Pull complete 18:15:27 1469e6f7b9e6: Pull complete 18:15:27 eaf3925da568: Pull complete 18:15:29 bab4dde63d76: Pull complete 18:15:29 bde34c3a00c8: Pull complete 18:15:29 b352a97aabf1: Pull complete 18:15:29 4872d77fe225: Pull complete 18:15:29 5851b861e8e6: Pull complete 18:15:29 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:15:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:15:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:29 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:15:29 $ 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 18:15:32 $ docker top 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a -eo pid,comm 18:15:32 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). 18:15:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:15:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:32 [ssh-agent] Looking for ssh-agent implementation... 18:15:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:32 $ docker exec 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent 18:15:32 SSH_AUTH_SOCK=/tmp/ssh-hZCNW4VKsh0z/agent.32 18:15:32 SSH_AGENT_PID=38 18:15:32 Running ssh-add (command line suppressed) 18:15:32 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_4352854820653138592.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_4352854820653138592.key) 18:15:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:33 + git tag --points-at HEAD [Pipeline] } 18:15:33 $ docker exec --env ******** --env ******** 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent -k 18:15:33 unset SSH_AUTH_SOCK; 18:15:33 unset SSH_AGENT_PID; 18:15:33 echo Agent pid 38 killed; 18:15:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:15:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:15:33 [ssh-agent] Looking for ssh-agent implementation... 18:15:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:15:33 $ docker exec 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent 18:15:33 SSH_AUTH_SOCK=/tmp/ssh-xeeIC4NIJQrF/agent.70 18:15:33 SSH_AGENT_PID=76 18:15:33 Running ssh-add (command line suppressed) 18:15:33 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3506197743932441930.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3506197743932441930.key) 18:15:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:15:33 + git semver init 18:15:34 2023-07-31 18:15:34,163 [run_init] DEBUG init version:0.0.0 force:False 18:15:34 2023-07-31 18:15:34,164 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 18:15:34 2023-07-31 18:15:34,164 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver 18:15:34 2023-07-31 18:15:34,165 [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) 18:15:35 2023-07-31 18:15:35,354 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 18:15:35 2023-07-31 18:15:35,355 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False 18:15:35 2023-07-31 18:15:35,355 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:15:35 2023-07-31 18:15:35,356 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:15:35 3.1.0-dev.7 [Pipeline] } 18:15:35 $ docker exec --env ******** --env ******** 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent -k 18:15:35 unset SSH_AUTH_SOCK; 18:15:35 unset SSH_AGENT_PID; 18:15:35 echo Agent pid 76 killed; 18:15:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:15:36 + git semver [Pipeline] } 18:15:36 $ docker stop --time=1 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a 18:15:37 $ docker rm -f --volumes 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a [Pipeline] // withDockerContainer [Pipeline] sh 18:15:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:15:38 Stashed 1 file(s) [Pipeline] echo 18:15:38 [edgeXSemver]: initialized semver on version 3.1.0-dev.7 [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 18:15:38 provisioning config files... 18:15:38 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config364953187327747243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:15:38 ---> docker-login.sh 18:15:38 nexus3.edgexfoundry.org:10001 18:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:38 Configure a credential helper to remove this warning. See 18:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:38 18:15:38 Login Succeeded 18:15:38 nexus3.edgexfoundry.org:10002 18:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:38 Configure a credential helper to remove this warning. See 18:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:38 18:15:38 Login Succeeded 18:15:38 nexus3.edgexfoundry.org:10003 18:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:38 Configure a credential helper to remove this warning. See 18:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:38 18:15:38 Login Succeeded 18:15:38 nexus3.edgexfoundry.org:10004 18:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:38 Configure a credential helper to remove this warning. See 18:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:38 18:15:38 Login Succeeded 18:15:38 docker.io 18:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:15:39 Configure a credential helper to remove this warning. See 18:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:15:39 18:15:39 Login Succeeded 18:15:39 ---> docker-login.sh ends [Pipeline] } 18:15:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:15:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:39 ========================================================= 18:15:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 18:15:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:39 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 18:15:39 Sending build context to Docker daemon 12.66MB 18:15:39 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 18:15:39 Step 2/12 : FROM ${BASE} AS builder 18:15:39 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 18:15:39 4db1b89c0bd1: Pulling fs layer 18:15:39 6911f1a30b25: Pulling fs layer 18:15:39 e194b8c5c2a9: Pulling fs layer 18:15:39 6863d3e3a2b1: Pulling fs layer 18:15:39 ec0bb842ea78: Pulling fs layer 18:15:39 40a00589a448: Pulling fs layer 18:15:39 6c08303d61cc: Pulling fs layer 18:15:39 6863d3e3a2b1: Waiting 18:15:39 40a00589a448: Waiting 18:15:39 798269fcf238: Pulling fs layer 18:15:39 ec0bb842ea78: Waiting 18:15:39 6911f1a30b25: Verifying Checksum 18:15:39 6911f1a30b25: Download complete 18:15:40 6863d3e3a2b1: Verifying Checksum 18:15:40 6863d3e3a2b1: Download complete 18:15:40 ec0bb842ea78: Download complete 18:15:40 4db1b89c0bd1: Verifying Checksum 18:15:40 4db1b89c0bd1: Download complete 18:15:40 40a00589a448: Verifying Checksum 18:15:40 40a00589a448: Download complete 18:15:40 4db1b89c0bd1: Pull complete 18:15:40 6911f1a30b25: Pull complete 18:15:40 798269fcf238: Verifying Checksum 18:15:40 798269fcf238: Download complete 18:15:40 e194b8c5c2a9: Verifying Checksum 18:15:40 e194b8c5c2a9: Download complete 18:15:40 6c08303d61cc: Verifying Checksum 18:15:40 6c08303d61cc: Download complete 18:15:44 e194b8c5c2a9: Pull complete 18:15:44 6863d3e3a2b1: Pull complete 18:15:44 ec0bb842ea78: Pull complete 18:15:44 40a00589a448: Pull complete 18:15:47 6c08303d61cc: Pull complete 18:15:48 798269fcf238: Pull complete 18:15:48 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 18:15:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:15:48 ---> ec979cd7f677 18:15:48 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:15:53 Still waiting to schedule task 18:15:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:15:53 ---> Running in abc997b63e80 18:15:53 Removing intermediate container abc997b63e80 18:15:53 ---> f215da9736a4 18:15:53 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:15:53 ---> Running in 57035f1a3ac1 18:15:53 Removing intermediate container 57035f1a3ac1 18:15:53 ---> d18cfcca27f5 18:15:53 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:15:53 ---> Running in 2345060af805 18:15:53 Removing intermediate container 2345060af805 18:15:53 ---> 909a1867e1f5 18:15:53 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:15:53 ---> Running in ef40b661c16d 18:15:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:15:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:15:54 OK: 265 MiB in 53 packages 18:15:54 Removing intermediate container ef40b661c16d 18:15:54 ---> 57596b385e0a 18:15:54 Step 7/12 : WORKDIR /app 18:15:54 ---> Running in 893e5d6ff731 18:15:54 Removing intermediate container 893e5d6ff731 18:15:54 ---> bc277c3764e5 18:15:54 Step 8/12 : COPY go.mod vendor* ./ 18:15:55 ---> f0c2078a3eff 18:15:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:15:55 ---> Running in e474316881f6 18:16:27 Removing intermediate container e474316881f6 18:16:27 ---> f3932304a5ab 18:16:27 Step 10/12 : COPY . . 18:16:27 ---> 9c41ce2d74d7 18:16:27 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:16:27 ---> Running in e47a92e780e3 18:16:27 Removing intermediate container e47a92e780e3 18:16:27 ---> 4652d0b23a40 18:16:27 Step 12/12 : RUN $MAKE 18:16:27 ---> Running in 7a1e56350524 18:16:28 noop 18:16:28 Removing intermediate container 7a1e56350524 18:16:28 ---> 4b36c28199fa 18:16:28 Successfully built 4b36c28199fa 18:16:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:29 + docker inspect -f . ci-base-image-x86_64 18:16:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:16:29 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:16:29 $ 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 18:16:29 $ docker top adf20f992684d0f77888c9a9bb82745725df0e8bffccc46a561c67cad4fc4d6d -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:29 + go version 18:16:29 go version go1.20.6 linux/amd64 [Pipeline] } 18:16:29 $ docker stop --time=1 adf20f992684d0f77888c9a9bb82745725df0e8bffccc46a561c67cad4fc4d6d 18:16:31 $ docker rm -f --volumes adf20f992684d0f77888c9a9bb82745725df0e8bffccc46a561c67cad4fc4d6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:31 + docker inspect -f . ci-base-image-x86_64 18:16:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:16:31 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:16:31 $ 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 18:16:31 $ docker top 8a1aa9d7986fa6b707381815d7959940ef09bcbd92404b61e2387d51fef66146 -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:32 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 18:16:32 + make test 18:16:32 go test -race ./... -coverprofile=coverage.out ./... 18:16:50 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 18:16:50 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 18:16:50 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.150s coverage: 86.2% of statements 18:16:53 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.682s coverage: 71.9% of statements 18:17:15 go vet ./... 18:17:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:17:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:17:19 ./bin/test-attribution.sh [Pipeline] echo 18:17:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:17:19 $ docker stop --time=1 8a1aa9d7986fa6b707381815d7959940ef09bcbd92404b61e2387d51fef66146 18:17:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2606 in /w/workspace/dry_app-rfid-llrp-inventory_main 18:17:24 $ docker rm -f --volumes 8a1aa9d7986fa6b707381815d7959940ef09bcbd92404b61e2387d51fef66146 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws 18:17:25 Running in /w/workspace/app-rfid-llrp-inventory/119 [Pipeline] { [Pipeline] checkout 18:17:25 The recommended git tool is: git 18:17:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:17:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:17:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:17:26 + ls -al . 18:17:26 total 236 18:17:26 drwxrwxr-x 11 jenkins jenkins 4096 Jul 31 18:16 . 18:17:26 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:15 .. 18:17:26 -rw-rw-r-- 1 jenkins jenkins 262 Jul 31 18:15 .dockerignore 18:17:26 drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 18:15 .git 18:17:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:15 .github 18:17:26 -rw-rw-r-- 1 jenkins jenkins 788 Jul 31 18:15 .gitignore 18:17:26 -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 18:15 .golangci.yml 18:17:26 drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 18:15 .semver 18:17:26 -rw-rw-r-- 1 jenkins jenkins 10332 Jul 31 18:15 Attribution.txt 18:17:26 -rw-rw-r-- 1 jenkins jenkins 9317 Jul 31 18:15 CHANGELOG.md 18:17:26 -rw-rw-r-- 1 jenkins jenkins 1659 Jul 31 18:15 Dockerfile 18:17:26 -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 18:15 GOVERNANCE.md 18:17:26 -rw-rw-r-- 1 jenkins jenkins 687 Jul 31 18:15 Jenkinsfile 18:17:26 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 31 18:15 LICENSE 18:17:26 -rw-rw-r-- 1 jenkins jenkins 2497 Jul 31 18:15 Makefile 18:17:26 -rw-rw-r-- 1 jenkins jenkins 617 Jul 31 18:15 OWNERS.md 18:17:26 -rw-rw-r-- 1 jenkins jenkins 31516 Jul 31 18:15 README.md 18:17:26 -rw-rw-r-- 1 jenkins jenkins 11 Jul 31 18:15 VERSION 18:17:26 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:15 bin 18:17:26 -rw-r--r-- 1 jenkins jenkins 41317 Jul 31 18:16 coverage.out 18:17:26 -rw-rw-r-- 1 jenkins jenkins 3694 Jul 31 18:15 go.mod 18:17:26 -rw-rw-r-- 1 jenkins jenkins 32867 Jul 31 18:15 go.sum 18:17:26 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:15 images 18:17:26 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:15 internal 18:17:26 -rw-rw-r-- 1 jenkins jenkins 531 Jul 31 18:15 main.go 18:17:26 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:15 res 18:17:26 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:15 snap 18:17:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:15 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:26 + 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=7c41851464354a514de961e5ff7e85fd1e07f550 --label arch=amd64 --label version=3.1.0-dev.7 . 18:17:26 Sending build context to Docker daemon 12.66MB 18:17:26 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 18:17:26 Step 2/29 : FROM ${BASE} AS builder 18:17:26 ---> 4b36c28199fa 18:17:26 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 18:17:26 ---> Running in 3e31b2c3145d 18:17:26 Removing intermediate container 3e31b2c3145d 18:17:26 ---> 8392042c5db1 18:17:26 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 18:17:26 ---> Running in a4459089129a 18:17:26 Removing intermediate container a4459089129a 18:17:26 ---> df39728b2ddd 18:17:26 Step 5/29 : ARG ADD_BUILD_TAGS="" 18:17:26 ---> Running in 8d2ffbcb9469 18:17:27 Removing intermediate container 8d2ffbcb9469 18:17:27 ---> 90593d283581 18:17:27 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:17:27 ---> Running in c3db6bb5a474 18:17:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:27 OK: 265 MiB in 53 packages 18:17:28 Removing intermediate container c3db6bb5a474 18:17:28 ---> 8955294bf815 18:17:28 Step 7/29 : WORKDIR /app 18:17:28 ---> Running in a60691ad800b 18:17:28 Removing intermediate container a60691ad800b 18:17:28 ---> f08913b0d7ec 18:17:28 Step 8/29 : COPY go.mod vendor* ./ 18:17:28 ---> f1a6818730f5 18:17:28 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:17:28 ---> Running in 4427d489cd22 18:17:28 Removing intermediate container 4427d489cd22 18:17:28 ---> aa57a4012422 18:17:28 Step 10/29 : COPY . . 18:17:29 ---> 07f8c4b06fb0 18:17:29 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:17:29 ---> Running in 5ecd8e8f0bcc 18:17:29 Removing intermediate container 5ecd8e8f0bcc 18:17:29 ---> 18b9c1926629 18:17:29 Step 12/29 : RUN $MAKE 18:17:29 ---> Running in 708da1bbb8c6 18:17:29 using credential edgex-jenkins-ssh 18:17:29 Cloning the remote Git repository 18:17:29 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 18:17:29 > git init /w/workspace/app-rfid-llrp-inventory/119 # timeout=10 18:17:30 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.7 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.7" -trimpath -mod=readonly -o app-rfid-llrp-inventory 18:17:30 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 18:17:30 > git --version # timeout=10 18:17:30 > git --version # 'git version 2.25.1' 18:17:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:17:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:17:32 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 18:17:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:17:33 Avoid second fetch 18:17:33 Checking out Revision 7c41851464354a514de961e5ff7e85fd1e07f550 (main) 18:17:33 Commit message: "docs: Added 3.0.1 changelog to main branch (#214)" 18:17:33 > git config core.sparsecheckout # timeout=10 18:17:33 > git checkout -f 7c41851464354a514de961e5ff7e85fd1e07f550 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:17:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:17:34 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:34 Dload Upload Total Spent Left Speed 18:17:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 100 12751 100 12751 0 0 87335 0 --:--:-- --:--:-- --:--:-- 86741 [Pipeline] sh 18:17:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:17:35 + sudo tee /etc/docker/daemon.new 18:17:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:17:35 { 18:17:35 "registry-mirrors": [ 18:17:35 "https://nexus3.edgexfoundry.org:10001" 18:17:35 ], 18:17:35 "bip": "10.250.0.254/24", 18:17:35 "hosts": [ 18:17:35 "tcp://0.0.0.0:5555", 18:17:35 "unix:///var/run/docker.sock" 18:17:35 ], 18:17:35 "mtu": 1458, 18:17:35 "selinux-enabled": true, 18:17:35 "seccomp-profile": "/etc/docker/seccomp.json" 18:17:35 } [Pipeline] sh 18:17:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:17:36 + sudo service docker restart 18:17:51 Removing intermediate container 708da1bbb8c6 18:17:51 ---> c35c2450b809 18:17:51 Step 13/29 : FROM alpine:3.17 18:17:51 3.17: Pulling from library/alpine 18:17:51 4db1b89c0bd1: Already exists 18:17:51 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 18:17:51 Status: Downloaded newer image for alpine:3.17 18:17:51 ---> 1f73a9d63274 18:17:51 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:17:51 ---> Running in bad6794df1d5 18:17:51 Removing intermediate container bad6794df1d5 18:17:51 ---> 78ff5f424cb9 18:17:51 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 18:17:51 ---> Running in 08d7c98afff1 18:17:52 Removing intermediate container 08d7c98afff1 18:17:52 ---> bceeb9b7bdfa 18:17:52 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 18:17:52 ---> Running in 2a3dd1befb0e 18:17:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:17:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:17:53 (1/2) Installing ca-certificates (20230506-r0) 18:17:53 (2/2) Installing dumb-init (1.2.5-r2) 18:17:53 Executing busybox-1.35.0-r29.trigger 18:17:53 Executing ca-certificates-20230506-r0.trigger 18:17:53 OK: 8 MiB in 17 packages 18:17:53 Removing intermediate container 2a3dd1befb0e 18:17:53 ---> 18ffe94abc2f 18:17:53 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:17:53 ---> 2413f816ba81 18:17:53 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 18:17:53 ---> a1ff6e8485fa 18:17:53 Step 19/29 : COPY --from=builder /app/res/ /res/ 18:17:53 ---> 803e8f07cb28 18:17:53 Step 20/29 : COPY --from=builder /app/static/ /static/ 18:17:53 ---> d43f80c40e20 18:17:53 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:54 provisioning config files... 18:17:54 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/119@tmp/config17213977926277230530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:17:54 ---> 66a55a397223 18:17:54 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 18:17:54 ---> Running in 305e67468712 18:17:54 ---> docker-login.sh 18:17:54 nexus3.edgexfoundry.org:10001 18:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:55 Removing intermediate container 305e67468712 18:17:55 ---> fcf9a1d748ef 18:17:55 Step 23/29 : VOLUME /cache 18:17:55 ---> Running in 73bf5bdb707b 18:17:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:55 Configure a credential helper to remove this warning. See 18:17:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:55 18:17:55 Login Succeeded 18:17:55 nexus3.edgexfoundry.org:10002 18:17:55 Removing intermediate container 73bf5bdb707b 18:17:55 ---> 0298e39b8f0e 18:17:55 Step 24/29 : EXPOSE 59711 18:17:55 ---> Running in 94dca90fbbd6 18:17:55 Removing intermediate container 94dca90fbbd6 18:17:55 ---> 5c2676536167 18:17:55 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 18:17:55 ---> Running in ee2235432e26 18:17:55 Removing intermediate container ee2235432e26 18:17:55 ---> d53abb863e63 18:17:55 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 18:17:55 ---> Running in 595ebe4c5473 18:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:55 Configure a credential helper to remove this warning. See 18:17:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:55 18:17:55 Login Succeeded 18:17:55 nexus3.edgexfoundry.org:10003 18:17:55 Removing intermediate container 595ebe4c5473 18:17:55 ---> 738046687657 18:17:55 Step 27/29 : LABEL arch=amd64 18:17:55 ---> Running in 181ad83e8ff0 18:17:55 Removing intermediate container 181ad83e8ff0 18:17:55 ---> a4be732a3959 18:17:55 Step 28/29 : LABEL git_sha=7c41851464354a514de961e5ff7e85fd1e07f550 18:17:55 ---> Running in 9c825f7e4071 18:17:55 Removing intermediate container 9c825f7e4071 18:17:55 ---> 12dd2789042b 18:17:55 Step 29/29 : LABEL version=3.1.0-dev.7 18:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:55 Configure a credential helper to remove this warning. See 18:17:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:55 18:17:55 Login Succeeded 18:17:55 nexus3.edgexfoundry.org:10004 18:17:56 ---> Running in 54eed9096083 18:17:56 Removing intermediate container 54eed9096083 18:17:56 ---> 1d758509f235 18:17:56 [Warning] One or more build-args [ARCH] were not consumed 18:17:56 Successfully built 1d758509f235 18:17:56 Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 18:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:56 provisioning config files... 18:17:56 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config2271433985919816487tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:56 Configure a credential helper to remove this warning. See 18:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:56 18:17:56 Login Succeeded 18:17:56 docker.io 18:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:56 ---> docker-login.sh 18:17:56 nexus3.edgexfoundry.org:10001 18:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:56 Configure a credential helper to remove this warning. See 18:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:56 18:17:56 Login Succeeded 18:17:56 nexus3.edgexfoundry.org:10002 18:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:56 Configure a credential helper to remove this warning. See 18:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:56 18:17:56 Login Succeeded 18:17:56 nexus3.edgexfoundry.org:10003 18:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:56 Configure a credential helper to remove this warning. See 18:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:56 18:17:56 Login Succeeded 18:17:56 ---> docker-login.sh ends [Pipeline] } 18:17:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:56 Configure a credential helper to remove this warning. See 18:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:56 18:17:56 Login Succeeded 18:17:56 nexus3.edgexfoundry.org:10004 18:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:56 Configure a credential helper to remove this warning. See 18:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:56 18:17:56 Login Succeeded 18:17:56 docker.io 18:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo 18:17:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:17:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:17:56 ========================================================= 18:17:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 18:17:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:17:57 Configure a credential helper to remove this warning. See 18:17:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:17:57 18:17:57 Login Succeeded 18:17:57 ---> docker-login.sh ends [Pipeline] } 18:17:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:17:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:17:57 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 18:17:57 7c41851464354a514de961e5ff7e85fd1e07f550 18:17:57 latest 18:17:57 3.1.0-dev.7 18:17:57 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 18:17:57 main 18:17:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:57 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 18:17:57 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:57 Sending build context to Docker daemon 684.5kB 18:17:57 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 18:17:57 Step 2/12 : FROM ${BASE} AS builder 18:17:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:17:57 edb6bdbacee9: Pulling fs layer 18:17:57 5f9638ab2659: Pulling fs layer 18:17:57 8d51d6327a98: Pulling fs layer 18:17:57 8b374f2dd631: Pulling fs layer 18:17:57 ec14aa9079de: Pulling fs layer 18:17:57 2f466654f4bb: Pulling fs layer 18:17:57 554e91adad29: Pulling fs layer 18:17:57 ec14aa9079de: Waiting 18:17:57 2f466654f4bb: Waiting 18:17:57 554e91adad29: Waiting 18:17:57 8b374f2dd631: Waiting 18:17:57 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550 18:17:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 18:17:57 ad3f63b1efe1: Preparing 18:17:57 967761b9afaf: Preparing 18:17:57 3389b43b3dd6: Preparing 18:17:57 f07d40679589: Preparing 18:17:57 ae51d07d9cc2: Preparing 18:17:57 eaeaf97a0b5f: Preparing 18:17:57 1885152a4ce7: Preparing 18:17:57 3dab9f8bf2d2: Preparing 18:17:57 eaeaf97a0b5f: Waiting 18:17:57 1885152a4ce7: Waiting 18:17:57 3dab9f8bf2d2: Waiting 18:17:57 f07d40679589: Pushed 18:17:57 3389b43b3dd6: Pushed 18:17:57 ae51d07d9cc2: Pushed 18:17:57 ad3f63b1efe1: Pushed 18:17:57 3dab9f8bf2d2: Layer already exists 18:17:57 5f9638ab2659: Verifying Checksum 18:17:57 5f9638ab2659: Download complete 18:17:57 8b374f2dd631: Verifying Checksum 18:17:57 8b374f2dd631: Download complete 18:17:57 ec14aa9079de: Verifying Checksum 18:17:57 ec14aa9079de: Download complete 18:17:57 edb6bdbacee9: Verifying Checksum 18:17:58 eaeaf97a0b5f: Pushed 18:17:58 1885152a4ce7: Pushed 18:17:58 edb6bdbacee9: Pull complete 18:17:59 554e91adad29: Verifying Checksum 18:17:59 554e91adad29: Download complete 18:17:59 5f9638ab2659: Pull complete 18:18:00 8d51d6327a98: Verifying Checksum 18:18:00 8d51d6327a98: Download complete 18:18:00 2f466654f4bb: Verifying Checksum 18:18:00 2f466654f4bb: Download complete 18:18:00 967761b9afaf: Pushed 18:18:00 7c41851464354a514de961e5ff7e85fd1e07f550: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:00 + 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 18:18:01 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 18:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 18:18:01 ad3f63b1efe1: Preparing 18:18:01 967761b9afaf: Preparing 18:18:01 3389b43b3dd6: Preparing 18:18:01 f07d40679589: Preparing 18:18:01 ae51d07d9cc2: Preparing 18:18:01 eaeaf97a0b5f: Preparing 18:18:01 1885152a4ce7: Preparing 18:18:01 3dab9f8bf2d2: Preparing 18:18:01 eaeaf97a0b5f: Waiting 18:18:01 1885152a4ce7: Waiting 18:18:01 3dab9f8bf2d2: Waiting 18:18:01 967761b9afaf: Layer already exists 18:18:01 ae51d07d9cc2: Layer already exists 18:18:01 f07d40679589: Layer already exists 18:18:01 3389b43b3dd6: Layer already exists 18:18:01 ad3f63b1efe1: Layer already exists 18:18:01 1885152a4ce7: Layer already exists 18:18:01 eaeaf97a0b5f: Layer already exists 18:18:01 3dab9f8bf2d2: Layer already exists 18:18:01 latest: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:01 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:01 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.7 18:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 18:18:01 ad3f63b1efe1: Preparing 18:18:01 967761b9afaf: Preparing 18:18:01 3389b43b3dd6: Preparing 18:18:01 f07d40679589: Preparing 18:18:01 ae51d07d9cc2: Preparing 18:18:01 eaeaf97a0b5f: Preparing 18:18:01 1885152a4ce7: Preparing 18:18:01 3dab9f8bf2d2: Preparing 18:18:01 1885152a4ce7: Waiting 18:18:01 eaeaf97a0b5f: Waiting 18:18:01 3dab9f8bf2d2: Waiting 18:18:01 967761b9afaf: Layer already exists 18:18:01 3389b43b3dd6: Layer already exists 18:18:01 f07d40679589: Layer already exists 18:18:01 ad3f63b1efe1: Layer already exists 18:18:01 eaeaf97a0b5f: Layer already exists 18:18:01 ae51d07d9cc2: Layer already exists 18:18:01 1885152a4ce7: Layer already exists 18:18:01 3dab9f8bf2d2: Layer already exists 18:18:01 3.1.0-dev.7: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:02 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:02 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 18:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 18:18:02 ad3f63b1efe1: Preparing 18:18:02 967761b9afaf: Preparing 18:18:02 3389b43b3dd6: Preparing 18:18:02 f07d40679589: Preparing 18:18:02 ae51d07d9cc2: Preparing 18:18:02 eaeaf97a0b5f: Preparing 18:18:02 1885152a4ce7: Preparing 18:18:02 3dab9f8bf2d2: Preparing 18:18:02 eaeaf97a0b5f: Waiting 18:18:02 1885152a4ce7: Waiting 18:18:02 3dab9f8bf2d2: Waiting 18:18:02 967761b9afaf: Layer already exists 18:18:02 ad3f63b1efe1: Layer already exists 18:18:02 3389b43b3dd6: Layer already exists 18:18:02 ae51d07d9cc2: Layer already exists 18:18:02 f07d40679589: Layer already exists 18:18:02 eaeaf97a0b5f: Layer already exists 18:18:02 1885152a4ce7: Layer already exists 18:18:02 3dab9f8bf2d2: Layer already exists 18:18:02 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:02 + 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 18:18:03 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 18:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 18:18:03 ad3f63b1efe1: Preparing 18:18:03 967761b9afaf: Preparing 18:18:03 3389b43b3dd6: Preparing 18:18:03 f07d40679589: Preparing 18:18:03 ae51d07d9cc2: Preparing 18:18:03 eaeaf97a0b5f: Preparing 18:18:03 1885152a4ce7: Preparing 18:18:03 3dab9f8bf2d2: Preparing 18:18:03 eaeaf97a0b5f: Waiting 18:18:03 1885152a4ce7: Waiting 18:18:03 3dab9f8bf2d2: Waiting 18:18:03 ae51d07d9cc2: Layer already exists 18:18:03 f07d40679589: Layer already exists 18:18:03 967761b9afaf: Layer already exists 18:18:03 ad3f63b1efe1: Layer already exists 18:18:03 3389b43b3dd6: Layer already exists 18:18:03 1885152a4ce7: Layer already exists 18:18:03 eaeaf97a0b5f: Layer already exists 18:18:03 3dab9f8bf2d2: Layer already exists 18:18:03 main: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:18:03 ===================================================== [Pipeline] echo 18:18:03 taggedImages: 18:18:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550 18:18:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 18:18:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.7 18:18:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 18:18:03 - 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 18:18:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:03 18:18:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:03 latest: Pulling from edgex-lftools-log-publisher 18:18:03 5eb5b503b376: Pulling fs layer 18:18:03 5c69ac0246d0: Pulling fs layer 18:18:03 ec43610c2a17: Pulling fs layer 18:18:03 3a2ae6a8a46f: Pulling fs layer 18:18:03 33b1e0a273af: Pulling fs layer 18:18:03 5d3b04190fa2: Pulling fs layer 18:18:03 2f39f015ded8: Pulling fs layer 18:18:03 5d3b04190fa2: Waiting 18:18:03 33b1e0a273af: Waiting 18:18:03 2f39f015ded8: Waiting 18:18:03 3a2ae6a8a46f: Waiting 18:18:03 5c69ac0246d0: Verifying Checksum 18:18:03 5c69ac0246d0: Download complete 18:18:03 3a2ae6a8a46f: Verifying Checksum 18:18:03 3a2ae6a8a46f: Download complete 18:18:03 33b1e0a273af: Verifying Checksum 18:18:03 33b1e0a273af: Download complete 18:18:03 5d3b04190fa2: Verifying Checksum 18:18:03 5d3b04190fa2: Download complete 18:18:03 ec43610c2a17: Verifying Checksum 18:18:03 ec43610c2a17: Download complete 18:18:04 5eb5b503b376: Verifying Checksum 18:18:04 5eb5b503b376: Download complete 18:18:04 2f39f015ded8: Verifying Checksum 18:18:04 2f39f015ded8: Download complete 18:18:05 5eb5b503b376: Pull complete 18:18:05 5c69ac0246d0: Pull complete 18:18:05 ec43610c2a17: Pull complete 18:18:05 3a2ae6a8a46f: Pull complete 18:18:05 33b1e0a273af: Pull complete 18:18:06 5d3b04190fa2: Pull complete 18:18:10 2f39f015ded8: Pull complete 18:18:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:18:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:10 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:18:10 $ 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 18:18:12 8d51d6327a98: Pull complete 18:18:12 8b374f2dd631: Pull complete 18:18:12 ec14aa9079de: Pull complete 18:18:14 $ docker top 02526d1509ad7caaf26d941d4a6b7f1f0447caf191b82270fc20e84ea11b1fd2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:18:14 ---> job-cost.sh 18:18:14 lf-activate-venv: SKIPPING 18:18:14 INFO: No Stack... 18:18:15 INFO: Retrieving Pricing Info for: v3-standard-8 18:18:15 INFO: Archiving Costs [Pipeline] sh 18:18:15 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 18:18:15 + cut -d, -f6 [Pipeline] lock 18:18:15 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] 18:18:15 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] did not exist. Created. 18:18:15 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:18:16 + echo total: 0.2199999988079071 [Pipeline] stash 18:18:16 Stashed 1 file(s) [Pipeline] } 18:18:16 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] // lock [Pipeline] } 18:18:16 $ docker stop --time=1 02526d1509ad7caaf26d941d4a6b7f1f0447caf191b82270fc20e84ea11b1fd2 18:18:17 $ docker rm -f --volumes 02526d1509ad7caaf26d941d4a6b7f1f0447caf191b82270fc20e84ea11b1fd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:18:19 2f466654f4bb: Pull complete 18:18:21 554e91adad29: Pull complete 18:18:21 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 18:18:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:18:21 ---> 1e15ea492957 18:18:21 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:18:23 ---> Running in 89d2ef5b027f 18:18:23 Removing intermediate container 89d2ef5b027f 18:18:23 ---> 5c4fee9407f3 18:18:23 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:18:23 ---> Running in 2378573b0ac5 18:18:24 Removing intermediate container 2378573b0ac5 18:18:24 ---> 6722cd67fdc5 18:18:24 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:18:24 ---> Running in 2785a30ac710 18:18:24 Removing intermediate container 2785a30ac710 18:18:24 ---> 36b43b1160e5 18:18:24 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:18:24 ---> Running in 1816843159bd 18:18:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:18:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:18:27 OK: 263 MiB in 53 packages 18:18:27 Removing intermediate container 1816843159bd 18:18:27 ---> 5b243c4f9869 18:18:27 Step 7/12 : WORKDIR /app 18:18:27 ---> Running in 2549e23ffb1e 18:18:28 Removing intermediate container 2549e23ffb1e 18:18:28 ---> f1a1d4b6c322 18:18:28 Step 8/12 : COPY go.mod vendor* ./ 18:18:28 ---> 6106b301dea7 18:18:28 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:18:28 ---> Running in 7f7ca5ba414f 18:19:36 Removing intermediate container 7f7ca5ba414f 18:19:36 ---> a6983e2fb2a8 18:19:36 Step 10/12 : COPY . . 18:19:36 ---> ed39b7621fb8 18:19:36 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:19:36 ---> Running in d1984a314354 18:19:36 Removing intermediate container d1984a314354 18:19:36 ---> 394451af831b 18:19:36 Step 12/12 : RUN $MAKE 18:19:36 ---> Running in b70158b23469 18:19:36 noop 18:19:36 Removing intermediate container b70158b23469 18:19:36 ---> 549b9eeea543 18:19:36 Successfully built 549b9eeea543 18:19:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:37 + docker inspect -f . ci-base-image-arm64 18:19:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:37 prd-ubuntu20.04-docker-arm64-4c-16g-2606 does not seem to be running inside a container 18:19:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/119 -v /w/workspace/app-rfid-llrp-inventory/119:/w/workspace/app-rfid-llrp-inventory/119:rw,z -v /w/workspace/app-rfid-llrp-inventory/119@tmp:/w/workspace/app-rfid-llrp-inventory/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:19:38 $ docker top a093952d989a74065b2bd4d9fa886697665264b47b3da723cc08f39815fe2618 -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:39 + go version 18:19:39 go version go1.20.6 linux/arm64 [Pipeline] } 18:19:39 $ docker stop --time=1 a093952d989a74065b2bd4d9fa886697665264b47b3da723cc08f39815fe2618 18:19:40 $ docker rm -f --volumes a093952d989a74065b2bd4d9fa886697665264b47b3da723cc08f39815fe2618 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:41 + docker inspect -f . ci-base-image-arm64 18:19:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:41 prd-ubuntu20.04-docker-arm64-4c-16g-2606 does not seem to be running inside a container 18:19:41 $ 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/119 -v /w/workspace/app-rfid-llrp-inventory/119:/w/workspace/app-rfid-llrp-inventory/119:rw,z -v /w/workspace/app-rfid-llrp-inventory/119@tmp:/w/workspace/app-rfid-llrp-inventory/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:19:42 $ docker top b3fde2b53974006a12c1e813d6b5c8ca99498ed2bd282072595059a87d4cfa64 -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:43 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/119 [Pipeline] fileExists [Pipeline] sh 18:19:43 + make test 18:19:43 go test -race ./... -coverprofile=coverage.out ./... 18:22:20 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 18:22:25 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 18:22:27 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.248s coverage: 86.2% of statements 18:22:37 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.358s coverage: 71.9% of statements 18:22:37 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:22:37 go vet ./... 18:24:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:24:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:24:59 ./bin/test-attribution.sh [Pipeline] echo 18:24:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:24:59 $ docker stop --time=1 b3fde2b53974006a12c1e813d6b5c8ca99498ed2bd282072595059a87d4cfa64 18:25:02 $ docker rm -f --volumes b3fde2b53974006a12c1e813d6b5c8ca99498ed2bd282072595059a87d4cfa64 [Pipeline] // withDockerContainer [Pipeline] sh 18:25:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:25:03 Warning: overwriting stash ‘coverage-report’ 18:25:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:25:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:25:04 + ls -al . 18:25:04 total 232 18:25:04 drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 18:19 . 18:25:04 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:17 .. 18:25:04 -rw-rw-r-- 1 jenkins jenkins 262 Jul 31 18:17 .dockerignore 18:25:04 drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 18:17 .git 18:25:04 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:17 .github 18:25:04 -rw-rw-r-- 1 jenkins jenkins 788 Jul 31 18:17 .gitignore 18:25:04 -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 18:17 .golangci.yml 18:25:04 -rw-rw-r-- 1 jenkins jenkins 10332 Jul 31 18:17 Attribution.txt 18:25:04 -rw-rw-r-- 1 jenkins jenkins 9317 Jul 31 18:17 CHANGELOG.md 18:25:04 -rw-rw-r-- 1 jenkins jenkins 1659 Jul 31 18:17 Dockerfile 18:25:04 -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 18:17 GOVERNANCE.md 18:25:04 -rw-rw-r-- 1 jenkins jenkins 687 Jul 31 18:17 Jenkinsfile 18:25:04 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 31 18:17 LICENSE 18:25:04 -rw-rw-r-- 1 jenkins jenkins 2497 Jul 31 18:17 Makefile 18:25:04 -rw-rw-r-- 1 jenkins jenkins 617 Jul 31 18:17 OWNERS.md 18:25:04 -rw-rw-r-- 1 jenkins jenkins 31516 Jul 31 18:17 README.md 18:25:04 -rw-rw-r-- 1 jenkins jenkins 11 Jul 31 18:15 VERSION 18:25:04 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:17 bin 18:25:04 -rw-r--r-- 1 jenkins jenkins 41317 Jul 31 18:22 coverage.out 18:25:04 -rw-rw-r-- 1 jenkins jenkins 3694 Jul 31 18:17 go.mod 18:25:04 -rw-rw-r-- 1 jenkins jenkins 32867 Jul 31 18:17 go.sum 18:25:04 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:17 images 18:25:04 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:17 internal 18:25:04 -rw-rw-r-- 1 jenkins jenkins 531 Jul 31 18:17 main.go 18:25:04 drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:17 res 18:25:04 drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:17 snap 18:25:04 drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:17 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:25:05 + 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=7c41851464354a514de961e5ff7e85fd1e07f550 --label arch=arm64 --label version=3.1.0-dev.7 . 18:25:05 Sending build context to Docker daemon 684.5kB 18:25:05 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 18:25:05 Step 2/29 : FROM ${BASE} AS builder 18:25:05 ---> 549b9eeea543 18:25:05 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 18:25:05 ---> Running in 19117f7cc68c 18:25:05 Removing intermediate container 19117f7cc68c 18:25:05 ---> 4e4027a98db8 18:25:05 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 18:25:05 ---> Running in a7732783235c 18:25:06 Removing intermediate container a7732783235c 18:25:06 ---> af5d1ffb2e09 18:25:06 Step 5/29 : ARG ADD_BUILD_TAGS="" 18:25:06 ---> Running in b649b163385b 18:25:06 Removing intermediate container b649b163385b 18:25:06 ---> c75c2c882601 18:25:06 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:25:06 ---> Running in ce5b583d49b5 18:25:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:25:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:25:09 OK: 263 MiB in 53 packages 18:25:09 Removing intermediate container ce5b583d49b5 18:25:09 ---> 1af600f13b61 18:25:09 Step 7/29 : WORKDIR /app 18:25:09 ---> Running in aec152d43d63 18:25:09 Removing intermediate container aec152d43d63 18:25:09 ---> 459f1298d019 18:25:09 Step 8/29 : COPY go.mod vendor* ./ 18:25:10 ---> 1589bfcff6fe 18:25:10 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:25:10 ---> Running in 1577481fe1a4 18:25:12 Removing intermediate container 1577481fe1a4 18:25:12 ---> be3e888109bb 18:25:12 Step 10/29 : COPY . . 18:25:15 ---> 6c87b1d9e0bf 18:25:15 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:25:15 ---> Running in 51b4540bf839 18:25:15 Removing intermediate container 51b4540bf839 18:25:15 ---> fb653e0ccc6c 18:25:15 Step 12/29 : RUN $MAKE 18:25:15 ---> Running in 8c9b596b0014 18:25:16 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.7 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.7" -trimpath -mod=readonly -o app-rfid-llrp-inventory 18:27:23 Removing intermediate container 8c9b596b0014 18:27:23 ---> dedd3fdacaa5 18:27:23 Step 13/29 : FROM alpine:3.17 18:27:23 3.17: Pulling from library/alpine 18:27:23 edb6bdbacee9: Already exists 18:27:23 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 18:27:23 Status: Downloaded newer image for alpine:3.17 18:27:23 ---> 779605e5fbc0 18:27:23 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:27:23 ---> Running in ca8aa8ef04e7 18:27:23 Removing intermediate container ca8aa8ef04e7 18:27:23 ---> e87dcc94f83e 18:27:23 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 18:27:23 ---> Running in 72ebc4672050 18:27:23 Removing intermediate container 72ebc4672050 18:27:23 ---> 99d01eb47aa9 18:27:23 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 18:27:23 ---> Running in d08beb25a7a8 18:27:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:27:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:27:23 (1/2) Installing ca-certificates (20230506-r0) 18:27:23 (2/2) Installing dumb-init (1.2.5-r2) 18:27:23 Executing busybox-1.35.0-r29.trigger 18:27:23 Executing ca-certificates-20230506-r0.trigger 18:27:23 OK: 8 MiB in 17 packages 18:27:26 Removing intermediate container d08beb25a7a8 18:27:26 ---> 857af120b32a 18:27:26 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:27:26 ---> 449eed0664f8 18:27:26 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 18:27:27 ---> d245730c8dd6 18:27:27 Step 19/29 : COPY --from=builder /app/res/ /res/ 18:27:27 ---> 805bfd344a5e 18:27:27 Step 20/29 : COPY --from=builder /app/static/ /static/ 18:27:28 ---> 5c3ccd2381fd 18:27:28 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 18:27:29 ---> 9384fb8ae9e7 18:27:29 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 18:27:29 ---> Running in c77b238589fd 18:27:31 Removing intermediate container c77b238589fd 18:27:31 ---> 233f45f2763f 18:27:31 Step 23/29 : VOLUME /cache 18:27:31 ---> Running in c99a369f687a 18:27:31 Removing intermediate container c99a369f687a 18:27:31 ---> adc8ea36ee33 18:27:31 Step 24/29 : EXPOSE 59711 18:27:31 ---> Running in a63d6e53a7aa 18:27:31 Removing intermediate container a63d6e53a7aa 18:27:31 ---> 1dcd94c08f52 18:27:31 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 18:27:31 ---> Running in c1d346662955 18:27:32 Removing intermediate container c1d346662955 18:27:32 ---> 4480069955fd 18:27:32 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 18:27:32 ---> Running in 2ba4f84d7663 18:27:32 Removing intermediate container 2ba4f84d7663 18:27:32 ---> bf107c1d4438 18:27:32 Step 27/29 : LABEL arch=arm64 18:27:32 ---> Running in b14dd6438154 18:27:32 Removing intermediate container b14dd6438154 18:27:32 ---> 8a9b4fa32e14 18:27:32 Step 28/29 : LABEL git_sha=7c41851464354a514de961e5ff7e85fd1e07f550 18:27:32 ---> Running in 2f5992a15f23 18:27:33 Removing intermediate container 2f5992a15f23 18:27:33 ---> cae44f08e983 18:27:33 Step 29/29 : LABEL version=3.1.0-dev.7 18:27:33 ---> Running in 6d06eac63ff0 18:27:33 Removing intermediate container 6d06eac63ff0 18:27:33 ---> 9d0a739f7074 18:27:33 [Warning] One or more build-args [ARCH] were not consumed 18:27:33 Successfully built 9d0a739f7074 18:27:33 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 18:27:33 provisioning config files... 18:27:33 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/119@tmp/config17624340961073073636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:27:34 ---> docker-login.sh 18:27:34 nexus3.edgexfoundry.org:10001 18:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:34 Configure a credential helper to remove this warning. See 18:27:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:34 18:27:34 Login Succeeded 18:27:34 nexus3.edgexfoundry.org:10002 18:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:34 Configure a credential helper to remove this warning. See 18:27:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:34 18:27:34 Login Succeeded 18:27:34 nexus3.edgexfoundry.org:10003 18:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:35 Configure a credential helper to remove this warning. See 18:27:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:35 18:27:35 Login Succeeded 18:27:35 nexus3.edgexfoundry.org:10004 18:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:35 Configure a credential helper to remove this warning. See 18:27:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:35 18:27:35 Login Succeeded 18:27:35 docker.io 18:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:35 Configure a credential helper to remove this warning. See 18:27:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:35 18:27:35 Login Succeeded 18:27:35 ---> docker-login.sh ends [Pipeline] } 18:27:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:27:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:27:35 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 18:27:35 7c41851464354a514de961e5ff7e85fd1e07f550 18:27:35 latest 18:27:35 3.1.0-dev.7 18:27:35 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 18:27:35 main 18:27:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:36 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:36 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550 18:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:27:36 904e557badc0: Preparing 18:27:36 07e221cc9c14: Preparing 18:27:36 cc35a728f941: Preparing 18:27:36 c30fb3a36f67: Preparing 18:27:36 f0887b20779e: Preparing 18:27:36 b134184df1ff: Preparing 18:27:36 d5e52b7e3c80: Preparing 18:27:36 9386262d7a74: Preparing 18:27:36 b134184df1ff: Waiting 18:27:36 d5e52b7e3c80: Waiting 18:27:36 9386262d7a74: Waiting 18:27:36 904e557badc0: Pushed 18:27:36 c30fb3a36f67: Pushed 18:27:36 cc35a728f941: Pushed 18:27:36 f0887b20779e: Pushed 18:27:36 9386262d7a74: Layer already exists 18:27:36 b134184df1ff: Pushed 18:27:37 d5e52b7e3c80: Pushed 18:27:42 07e221cc9c14: Pushed 18:27:42 7c41851464354a514de961e5ff7e85fd1e07f550: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:42 + 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 18:27:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 18:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:27:43 904e557badc0: Preparing 18:27:43 07e221cc9c14: Preparing 18:27:43 cc35a728f941: Preparing 18:27:43 c30fb3a36f67: Preparing 18:27:43 f0887b20779e: Preparing 18:27:43 b134184df1ff: Preparing 18:27:43 d5e52b7e3c80: Preparing 18:27:43 9386262d7a74: Preparing 18:27:43 b134184df1ff: Waiting 18:27:43 d5e52b7e3c80: Waiting 18:27:43 904e557badc0: Layer already exists 18:27:43 f0887b20779e: Layer already exists 18:27:43 c30fb3a36f67: Layer already exists 18:27:43 07e221cc9c14: Layer already exists 18:27:43 cc35a728f941: Layer already exists 18:27:43 9386262d7a74: Layer already exists 18:27:43 b134184df1ff: Layer already exists 18:27:43 d5e52b7e3c80: Layer already exists 18:27:43 latest: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:43 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.7 18:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:27:43 904e557badc0: Preparing 18:27:43 07e221cc9c14: Preparing 18:27:43 cc35a728f941: Preparing 18:27:43 c30fb3a36f67: Preparing 18:27:43 f0887b20779e: Preparing 18:27:43 b134184df1ff: Preparing 18:27:43 d5e52b7e3c80: Preparing 18:27:43 9386262d7a74: Preparing 18:27:43 d5e52b7e3c80: Waiting 18:27:43 9386262d7a74: Waiting 18:27:43 b134184df1ff: Waiting 18:27:43 07e221cc9c14: Layer already exists 18:27:43 f0887b20779e: Layer already exists 18:27:43 c30fb3a36f67: Layer already exists 18:27:43 904e557badc0: Layer already exists 18:27:43 cc35a728f941: Layer already exists 18:27:43 b134184df1ff: Layer already exists 18:27:43 d5e52b7e3c80: Layer already exists 18:27:43 9386262d7a74: Layer already exists 18:27:43 3.1.0-dev.7: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:44 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:44 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 18:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:27:44 904e557badc0: Preparing 18:27:44 07e221cc9c14: Preparing 18:27:44 cc35a728f941: Preparing 18:27:44 c30fb3a36f67: Preparing 18:27:44 f0887b20779e: Preparing 18:27:44 b134184df1ff: Preparing 18:27:44 d5e52b7e3c80: Preparing 18:27:44 9386262d7a74: Preparing 18:27:44 b134184df1ff: Waiting 18:27:44 d5e52b7e3c80: Waiting 18:27:44 9386262d7a74: Waiting 18:27:44 c30fb3a36f67: Layer already exists 18:27:44 f0887b20779e: Layer already exists 18:27:44 904e557badc0: Layer already exists 18:27:44 07e221cc9c14: Layer already exists 18:27:44 cc35a728f941: Layer already exists 18:27:44 b134184df1ff: Layer already exists 18:27:44 d5e52b7e3c80: Layer already exists 18:27:44 9386262d7a74: Layer already exists 18:27:44 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:44 + 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 18:27:45 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 18:27:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:27:45 904e557badc0: Preparing 18:27:45 07e221cc9c14: Preparing 18:27:45 cc35a728f941: Preparing 18:27:45 c30fb3a36f67: Preparing 18:27:45 f0887b20779e: Preparing 18:27:45 b134184df1ff: Preparing 18:27:45 d5e52b7e3c80: Preparing 18:27:45 9386262d7a74: Preparing 18:27:45 b134184df1ff: Waiting 18:27:45 d5e52b7e3c80: Waiting 18:27:45 9386262d7a74: Waiting 18:27:45 c30fb3a36f67: Layer already exists 18:27:45 f0887b20779e: Layer already exists 18:27:45 904e557badc0: Layer already exists 18:27:45 cc35a728f941: Layer already exists 18:27:45 07e221cc9c14: Layer already exists 18:27:45 d5e52b7e3c80: Layer already exists 18:27:45 b134184df1ff: Layer already exists 18:27:45 9386262d7a74: Layer already exists 18:27:45 main: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:27:45 ===================================================== [Pipeline] echo 18:27:45 taggedImages: 18:27:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550 18:27:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 18:27:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.7 18:27:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 18:27:45 - 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 18:27:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:27:45 18:27:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:27:46 arm64: Pulling from edgex-lftools-log-publisher 18:27:46 8998bd30e6a1: Pulling fs layer 18:27:46 04944245beec: Pulling fs layer 18:27:46 699f458cf7ca: Pulling fs layer 18:27:46 765212b225bb: Pulling fs layer 18:27:46 f23df028b6ca: Pulling fs layer 18:27:46 d65c8cfc05b1: Pulling fs layer 18:27:46 2437ff75d9bd: Pulling fs layer 18:27:46 f23df028b6ca: Waiting 18:27:46 d65c8cfc05b1: Waiting 18:27:46 2437ff75d9bd: Waiting 18:27:46 765212b225bb: Waiting 18:27:46 04944245beec: Verifying Checksum 18:27:46 765212b225bb: Verifying Checksum 18:27:46 765212b225bb: Download complete 18:27:46 f23df028b6ca: Verifying Checksum 18:27:46 f23df028b6ca: Download complete 18:27:46 d65c8cfc05b1: Verifying Checksum 18:27:46 d65c8cfc05b1: Download complete 18:27:46 699f458cf7ca: Verifying Checksum 18:27:46 699f458cf7ca: Download complete 18:27:47 8998bd30e6a1: Verifying Checksum 18:27:47 8998bd30e6a1: Download complete 18:27:49 2437ff75d9bd: Verifying Checksum 18:27:49 2437ff75d9bd: Download complete 18:27:50 8998bd30e6a1: Pull complete 18:27:50 04944245beec: Pull complete 18:27:55 699f458cf7ca: Pull complete 18:27:55 765212b225bb: Pull complete 18:27:55 f23df028b6ca: Pull complete 18:27:55 d65c8cfc05b1: Pull complete 18:28:10 2437ff75d9bd: Pull complete 18:28:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:28:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:28:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:10 prd-ubuntu20.04-docker-arm64-4c-16g-2606 does not seem to be running inside a container 18:28:10 $ 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/119 -v /w/workspace/app-rfid-llrp-inventory/119:/w/workspace/app-rfid-llrp-inventory/119:rw,z -v /w/workspace/app-rfid-llrp-inventory/119@tmp:/w/workspace/app-rfid-llrp-inventory/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:28:13 $ docker top 9ad1d04ab9d12951b8ec6ff07393af0bfaedf3875c7aa0229c86fe919d043bcc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:13 ---> job-cost.sh 18:28:14 lf-activate-venv: SKIPPING 18:28:14 INFO: No Stack... 18:28:14 INFO: Retrieving Pricing Info for: v3-standard-4 18:28:15 INFO: Archiving Costs [Pipeline] sh 18:28:15 + cut -d, -f6 18:28:15 + cat /w/workspace/app-rfid-llrp-inventory/119/archives/cost.csv [Pipeline] lock 18:28:15 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] 18:28:15 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] did not exist. Created. 18:28:15 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:28:16 /w/workspace/app-rfid-llrp-inventory/119@tmp/durable-e4981eda/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:28:16 + echo total: 0.10999999940395355 [Pipeline] stash 18:28:16 Warning: overwriting stash ‘stack-cost’ 18:28:16 Stashed 1 file(s) [Pipeline] } 18:28:16 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] // lock [Pipeline] } 18:28:16 $ docker stop --time=1 9ad1d04ab9d12951b8ec6ff07393af0bfaedf3875c7aa0229c86fe919d043bcc 18:28:18 $ docker rm -f --volumes 9ad1d04ab9d12951b8ec6ff07393af0bfaedf3875c7aa0229c86fe919d043bcc [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 18:28:18 provisioning config files... 18:28:18 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11076139013342502098tmp [Pipeline] { [Pipeline] sh 18:28:18 + set +x 18:28:18 + bash -s -- 18:28:18 + curl -s https://codecov.io/bash 18:28:18 18:28:18 _____ _ 18:28:18 / ____| | | 18:28:18 | | ___ __| | ___ ___ _____ __ 18:28:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:28:18 | |___| (_) | (_| | __/ (_| (_) \ V / 18:28:18 \_____\___/ \__,_|\___|\___\___/ \_/ 18:28:18 Bash-1.0.6 18:28:18 18:28:18 18:28:18 ==> git version 2.25.1 found 18:28:18 ==> 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 18:28:18 Release-Date: 2020-01-08 18:28:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:28:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:28:18 ==> Jenkins CI detected. 18:28:18 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 18:28:18 project root: . 18:28:18 --> token set from env 18:28:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:28:18 ==> Running gcov in . (disable via -X gcov) 18:28:18 ==> Python coveragepy not found 18:28:18 ==> Searching for coverage reports in: 18:28:18 + . 18:28:18 -> Found 1 reports 18:28:18 ==> Detecting git/mercurial file structure 18:28:19 ==> Reading reports 18:28:19 + ./coverage.out bytes=41317 18:28:19 ==> Appending adjustments 18:28:19 https://docs.codecov.io/docs/fixing-reports 18:28:19 + Found adjustments 18:28:19 ==> Gzipping contents 18:28:19 12K /tmp/codecov.X03DaL.gz 18:28:19 ==> Uploading reports 18:28:19 url: https://codecov.io 18:28:19 query: branch=main&commit=7c41851464354a514de961e5ff7e85fd1e07f550&build=119&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F119%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 18:28:19 -> Pinging Codecov 18:28:19 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=7c41851464354a514de961e5ff7e85fd1e07f550&build=119&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F119%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 18:28:19 -> Uploading to 18:28:19 https://storage.googleapis.com/codecov/v4/raw/2023-07-31/581DD39554BDF9B6E22D074273EAD858/7c41851464354a514de961e5ff7e85fd1e07f550/1d6f6c62-aa9c-49ad-b079-883c2200cbbb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230731%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230731T182819Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39c8004d9b6eca32295173f31c1ba643c16c4ca3ea9964a63213124964652299 18:28:19 % Total % Received % Xferd Average Speed Time Time Time Current 18:28:19 Dload Upload Total Spent Left Speed 18:28:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11800 0 0 100 11800 0 58128 --:--:-- --:--:-- --:--:-- 58128 100 11800 0 0 100 11800 0 58128 --:--:-- --:--:-- --:--:-- 57843 18:28:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] } 18:28:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:28:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:28:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:28:20 18:28:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:28:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:28:20 df9b9388f04a: Pulling fs layer 18:28:20 52dc419b0ee2: Pulling fs layer 18:28:20 25bc292e5bac: Pulling fs layer 18:28:20 114826534d7a: Pulling fs layer 18:28:20 4657fd5d0bcf: Pulling fs layer 18:28:20 114826534d7a: Waiting 18:28:20 6ad1cebc031e: Pulling fs layer 18:28:20 8a3aa393b2d8: Pulling fs layer 18:28:20 8a3aa393b2d8: Waiting 18:28:20 6ad1cebc031e: Waiting 18:28:20 25bc292e5bac: Verifying Checksum 18:28:20 25bc292e5bac: Download complete 18:28:20 52dc419b0ee2: Download complete 18:28:20 df9b9388f04a: Download complete 18:28:20 df9b9388f04a: Pull complete 18:28:20 6ad1cebc031e: Verifying Checksum 18:28:20 6ad1cebc031e: Download complete 18:28:20 52dc419b0ee2: Pull complete 18:28:20 25bc292e5bac: Pull complete 18:28:21 114826534d7a: Download complete 18:28:21 8a3aa393b2d8: Verifying Checksum 18:28:21 8a3aa393b2d8: Download complete 18:28:24 114826534d7a: Pull complete 18:28:24 4657fd5d0bcf: Pull complete 18:28:24 6ad1cebc031e: Pull complete 18:28:28 8a3aa393b2d8: Pull complete 18:28:28 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:28:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:28 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:28:28 $ 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 18:28:31 $ docker top 6e758a121730249b5764171cf33956d328f7cd405f06d05f95eb1262942512dc -eo pid,comm [Pipeline] { [Pipeline] echo 18:28:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 18:28:32 + set -o pipefail 18:28:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 18:28:37 18:28:37 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 18:28:37 18:28:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/496a8060-78d6-45a2-bde3-df9d08fd9d65 18:28:37 18:28:37 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:28:37 18:28:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:28:37 18:28:37 18:28:37 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:28:37 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:28:37 More details here: https://snyk.co/ue1NS 18:28:37 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 18:28:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:28:37 $ docker stop --time=1 6e758a121730249b5764171cf33956d328f7cd405f06d05f95eb1262942512dc 18:28:41 $ docker rm -f --volumes 6e758a121730249b5764171cf33956d328f7cd405f06d05f95eb1262942512dc [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 18:28:42 + git log --format=format:%s -1 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] sh 18:28:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:28:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:28:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:42 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:28:42 $ 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 18:28:43 $ docker top 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e -eo pid,comm 18:28:43 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). 18:28:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:43 [ssh-agent] Looking for ssh-agent implementation... 18:28:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:43 $ docker exec 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e ssh-agent 18:28:43 SSH_AUTH_SOCK=/tmp/ssh-5sNOEhWJW74E/agent.32 18:28:43 SSH_AGENT_PID=38 18:28:43 Running ssh-add (command line suppressed) 18:28:43 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5199493786159398402.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5199493786159398402.key) 18:28:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:43 + git semver tag 18:28:44 2023-07-31 18:28:44,132 [run_tag] DEBUG tag force:False 18:28:44 2023-07-31 18:28:44,132 [check_head_tag] DEBUG check head tag 18:28:44 2023-07-31 18:28:44,132 [execute] INFO git cat-file --batch-check 18:28:44 2023-07-31 18:28:44,133 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 18:28:44 2023-07-31 18:28:44,136 [execute] INFO git cat-file --batch 18:28:44 2023-07-31 18:28:44,136 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 18:28:44 2023-07-31 18:28:44,146 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:28:44 2023-07-31 18:28:44,146 [execute] INFO git tag -a v3.1.0-dev.7 -m v3.1.0-dev.7 18:28:44 2023-07-31 18:28:44,146 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.7', '-m', 'v3.1.0-dev.7'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 18:28:44 2023-07-31 18:28:44,151 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:28:44 3.1.0-dev.7 [Pipeline] } 18:28:44 $ docker exec --env ******** --env ******** 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e ssh-agent -k 18:28:44 unset SSH_AUTH_SOCK; 18:28:44 unset SSH_AGENT_PID; 18:28:44 echo Agent pid 38 killed; 18:28:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:44 + git semver [Pipeline] } 18:28:44 $ docker stop --time=1 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e 18:28:46 $ docker rm -f --volumes 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:28:46 18:28:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:28:46 0.23.1-centos7: Pulling from edgex-lftools 18:28:46 ab5ef0e58194: Pulling fs layer 18:28:46 9712f1f96733: Pulling fs layer 18:28:46 63f879dbbcfc: Pulling fs layer 18:28:46 0d9ebad4ef96: Pulling fs layer 18:28:46 e9a5061849ea: Pulling fs layer 18:28:46 d747dcd14b5f: Pulling fs layer 18:28:46 2de7ff778b66: Pulling fs layer 18:28:46 0d9ebad4ef96: Waiting 18:28:46 e9a5061849ea: Waiting 18:28:46 d747dcd14b5f: Waiting 18:28:46 2de7ff778b66: Waiting 18:28:46 9712f1f96733: Download complete 18:28:47 63f879dbbcfc: Verifying Checksum 18:28:47 63f879dbbcfc: Download complete 18:28:47 e9a5061849ea: Verifying Checksum 18:28:47 e9a5061849ea: Download complete 18:28:47 d747dcd14b5f: Verifying Checksum 18:28:47 d747dcd14b5f: Download complete 18:28:47 0d9ebad4ef96: Download complete 18:28:47 ab5ef0e58194: Download complete 18:28:47 2de7ff778b66: Verifying Checksum 18:28:47 2de7ff778b66: Download complete 18:28:50 ab5ef0e58194: Pull complete 18:28:50 9712f1f96733: Pull complete 18:28:51 63f879dbbcfc: Pull complete 18:28:54 0d9ebad4ef96: Pull complete 18:28:54 e9a5061849ea: Pull complete 18:28:54 d747dcd14b5f: Pull complete 18:28:55 2de7ff778b66: Pull complete 18:28:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:28:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:28:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:55 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:28:56 $ 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 18:29:01 $ docker top 6a57d35d5083848a3952a312e7afc6116254d4ec9a802cb4e4b1562a0675ffdc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:29:02 provisioning config files... 18:29:02 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8604745155232804414tmp 18:29:02 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8501124350272580848tmp 18:29:02 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config16777470808032036645tmp [Pipeline] { [Pipeline] echo 18:29:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:29:02 ---> sigul-configuration.sh 18:29:02 gpg: directory `/root/.gnupg' created 18:29:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:29:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:29:02 gpg: keyring `/root/.gnupg/secring.gpg' created 18:29:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:29:02 gpg: CAST5 encrypted data 18:29:02 gpg: encrypted with 1 passphrase 18:29:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:29:02 + mkdir /home/jenkins 18:29:02 + mkdir /home/jenkins/sigul [Pipeline] sh 18:29:02 + 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 18:29:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:29:03 ---> sigul-install.sh 18:29:03 Sigul already installed; skipping installation. [Pipeline] sh 18:29:03 + git tag --list 18:29:03 v0.0.0 18:29:03 v1.0.0 18:29:03 v2.1.0 18:29:03 v2.1.1 18:29:03 v2.2.0 18:29:03 v2.3.0 18:29:03 v3.0 18:29:03 v3.0.0 18:29:03 v3.0.1 18:29:03 v3.0.1-dev.1 18:29:03 v3.1.0-dev.1 18:29:03 v3.1.0-dev.2 18:29:03 v3.1.0-dev.3 18:29:03 v3.1.0-dev.4 18:29:03 v3.1.0-dev.5 18:29:03 v3.1.0-dev.6 18:29:03 v3.1.0-dev.7 [Pipeline] sh 18:29:03 + lftools sign git-tag v3.1.0-dev.7 18:29:04 Signing Git tag with Sigul... 18:29:04 Signing v3.1.0-dev.7 18:30:55 ERROR: I/O error: NSPR connection reset [Pipeline] echo 18:30:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:30:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:30:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:30:56 $ docker stop --time=1 6a57d35d5083848a3952a312e7afc6116254d4ec9a802cb4e4b1562a0675ffdc 18:30:57 $ docker rm -f --volumes 6a57d35d5083848a3952a312e7afc6116254d4ec9a802cb4e4b1562a0675ffdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:30:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:30:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:30:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:30:58 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:30:58 $ 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 18:30:58 $ docker top c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:30:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:58 [ssh-agent] Looking for ssh-agent implementation... 18:30:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:58 $ docker exec c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 ssh-agent 18:30:58 SSH_AUTH_SOCK=/tmp/ssh-QiFulJQhaXGU/agent.31 18:30:58 SSH_AGENT_PID=37 18:30:58 Running ssh-add (command line suppressed) 18:30:58 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17720948201969274447.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17720948201969274447.key) 18:30:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:59 + git semver bump pre 18:30:59 2023-07-31 18:30:59,516 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:30:59 2023-07-31 18:30:59,516 [bump_version] DEBUG bumping version:3.1.0-dev.7 on axis:pre with prefix:dev 18:30:59 2023-07-31 18:30:59,516 [bump_version] DEBUG bumped version:3.1.0-dev.8 18:30:59 2023-07-31 18:30:59,517 [write_version] DEBUG write version:3.1.0-dev.8 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True 18:30:59 2023-07-31 18:30:59,517 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:30:59 2023-07-31 18:30:59,517 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:30:59 2023-07-31 18:30:59,519 [execute] INFO git cat-file --batch-check 18:30:59 2023-07-31 18:30:59,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 18:30:59 2023-07-31 18:30:59,525 [execute] INFO git cat-file --batch 18:30:59 2023-07-31 18:30:59,525 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 18:30:59 2023-07-31 18:30:59,530 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:30:59 3.1.0-dev.8 [Pipeline] } 18:30:59 $ docker exec --env ******** --env ******** c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 ssh-agent -k 18:30:59 unset SSH_AUTH_SOCK; 18:30:59 unset SSH_AGENT_PID; 18:30:59 echo Agent pid 37 killed; 18:30:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:31:00 + git semver [Pipeline] } 18:31:00 $ docker stop --time=1 c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 18:31:01 $ docker rm -f --volumes c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 [Pipeline] // withDockerContainer [Pipeline] sh 18:31:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:31:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:31:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:02 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:31:02 $ 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 18:31:02 $ docker top d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:31:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:31:02 [ssh-agent] Looking for ssh-agent implementation... 18:31:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:31:03 $ docker exec d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 ssh-agent 18:31:03 SSH_AUTH_SOCK=/tmp/ssh-iKTntmXBIugO/agent.32 18:31:03 SSH_AGENT_PID=38 18:31:03 Running ssh-add (command line suppressed) 18:31:03 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10839775949490872499.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_10839775949490872499.key) 18:31:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:31:03 + git semver push 18:31:03 2023-07-31 18:31:03,850 [run_push] DEBUG push 18:31:03 2023-07-31 18:31:03,851 [execute] INFO git cat-file --batch-check 18:31:03 2023-07-31 18:31:03,851 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 18:31:03 2023-07-31 18:31:03,854 [execute] INFO git rev-list 41711785fbdd33ac109b3998c195ad7bc355f6c9 -- 18:31:03 2023-07-31 18:31:03,854 [execute] DEBUG Popen(['git', 'rev-list', '41711785fbdd33ac109b3998c195ad7bc355f6c9', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 18:31:03 2023-07-31 18:31:03,859 [execute] INFO git fetch -v origin 18:31:03 2023-07-31 18:31:03,859 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) 18:31:04 2023-07-31 18:31:04,327 [run_push] DEBUG no remote changes detected 18:31:04 2023-07-31 18:31:04,328 [execute] INFO git push origin semver 18:31:04 2023-07-31 18:31:04,328 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 18:31:05 2023-07-31 18:31:05,088 [run_push] DEBUG push all version tags 18:31:05 2023-07-31 18:31:05,089 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:31:05 2023-07-31 18:31:05,089 [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) 18:31:06 2023-07-31 18:31:06,198 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:31:06 3.1.0-dev.8 [Pipeline] } 18:31:06 $ docker exec --env ******** --env ******** d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 ssh-agent -k 18:31:06 unset SSH_AUTH_SOCK; 18:31:06 unset SSH_AGENT_PID; 18:31:06 echo Agent pid 38 killed; 18:31:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:31:06 + git semver [Pipeline] } 18:31:07 $ docker stop --time=1 d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 18:31:08 $ docker rm -f --volumes d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 [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 18:31:09 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 18:31:09 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 18:31:09 total 16 18:31:09 drwxr-xr-x 3 root root 4096 Jul 31 18:18 . 18:31:09 drwxrwxr-x 12 jenkins jenkins 4096 Jul 31 18:29 .. 18:31:09 drwxr-xr-x 2 root root 4096 Jul 31 18:18 cost 18:31:09 -rw-r--r-- 1 root root 95 Jul 31 18:18 cost.csv 18:31:09 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 18:31:09 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 18:31:09 total 16 18:31:09 drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 18:18 . 18:31:09 drwxrwxr-x 12 jenkins jenkins 4096 Jul 31 18:29 .. 18:31:09 drwxr-xr-x 2 jenkins jenkins 4096 Jul 31 18:18 cost 18:31:09 -rw-r--r-- 1 jenkins jenkins 95 Jul 31 18:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:31:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:31:10 ---> package-listing.sh 18:31:10 ++ facter osfamily 18:31:10 ++ tr '[:upper:]' '[:lower:]' 18:31:10 + OS_FAMILY=debian 18:31:10 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 18:31:10 + START_PACKAGES=/tmp/packages_start.txt 18:31:10 + END_PACKAGES=/tmp/packages_end.txt 18:31:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:31:10 + PACKAGES=/tmp/packages_start.txt 18:31:10 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 18:31:10 + PACKAGES=/tmp/packages_end.txt 18:31:10 + case "${OS_FAMILY}" in 18:31:10 + dpkg -l 18:31:10 + grep '^ii' 18:31:10 + '[' -f /tmp/packages_start.txt ']' 18:31:10 + '[' -f /tmp/packages_end.txt ']' 18:31:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:31:10 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 18:31:10 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 18:31:10 + 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 18:31:10 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 18:31:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:31:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:11 prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container 18:31:11 $ 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 18:31:11 $ docker top 9d712880e2ee901b2dded7dd9a4ee140c76282a42c18b7abd8eacfeb75510da6 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:12 + touch /tmp/pre-build-complete [Pipeline] sh 18:31:12 + mkdir -p /var/log/sysstat [Pipeline] sh 18:31:12 + ls /var/log/sa-host 18:31:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:31:12 provisioning config files... 18:31:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14560281620564684969tmp [Pipeline] { [Pipeline] echo 18:31:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:31:13 ---> create-netrc.sh [Pipeline] } 18:31:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:31:13 ---> python-tools-install.sh [Pipeline] echo 18:31:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:31:13 ---> sudo-logs.sh 18:31:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:31:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:31:14 ---> job-cost.sh 18:31:14 lf-activate-venv: SKIPPING 18:31:14 DEBUG: total: 0.2199999988079071 18:31:14 INFO: Retrieving Stack Cost... 18:31:14 INFO: Retrieving Pricing Info for: v3-standard-8 18:31:14 INFO: Archiving Costs [Pipeline] echo 18:31:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:31:15 ---> logs-deploy.sh 18:31:15 lf-activate-venv: SKIPPING 18:31:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/119 18:31:15 INFO: archiving workspace using pattern(s): 18:31:16 Archives upload complete. 18:31:16 INFO: archiving logs to Nexus 18:31:16 ---> uname -a: 18:31:16 Linux prd-ubuntu20-04-docker-8c-8g-2605 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:31:16 18:31:16 18:31:16 ---> lscpu: 18:31:16 Architecture: x86_64 18:31:16 CPU op-mode(s): 32-bit, 64-bit 18:31:16 Byte Order: Little Endian 18:31:16 Address sizes: 40 bits physical, 48 bits virtual 18:31:16 CPU(s): 8 18:31:16 On-line CPU(s) list: 0-7 18:31:16 Thread(s) per core: 1 18:31:16 Core(s) per socket: 1 18:31:16 Socket(s): 8 18:31:16 NUMA node(s): 1 18:31:16 Vendor ID: AuthenticAMD 18:31:16 CPU family: 23 18:31:16 Model: 49 18:31:16 Model name: AMD EPYC-Rome Processor 18:31:16 Stepping: 0 18:31:16 CPU MHz: 2799.998 18:31:16 BogoMIPS: 5599.99 18:31:16 Virtualization: AMD-V 18:31:16 Hypervisor vendor: KVM 18:31:16 Virtualization type: full 18:31:16 L1d cache: 256 KiB 18:31:16 L1i cache: 256 KiB 18:31:16 L2 cache: 4 MiB 18:31:16 L3 cache: 128 MiB 18:31:16 NUMA node0 CPU(s): 0-7 18:31:16 Vulnerability Itlb multihit: Not affected 18:31:16 Vulnerability L1tf: Not affected 18:31:16 Vulnerability Mds: Not affected 18:31:16 Vulnerability Meltdown: Not affected 18:31:16 Vulnerability Mmio stale data: Not affected 18:31:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:31:16 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:31:16 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:31:16 Vulnerability Srbds: Not affected 18:31:16 Vulnerability Tsx async abort: Not affected 18:31:16 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 18:31:16 18:31:16 18:31:16 ---> nproc: 18:31:16 8 18:31:16 18:31:16 18:31:16 ---> df -h: 18:31:16 Filesystem Size Used Avail Use% Mounted on 18:31:16 overlay 155G 13G 143G 9% / 18:31:16 tmpfs 64M 0 64M 0% /dev 18:31:16 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:31:16 shm 64M 0 64M 0% /dev/shm 18:31:16 /dev/vda1 155G 13G 143G 9% /facter-os 18:31:16 18:31:16 18:31:16 ---> sar -b -r -n DEV: 18:31:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2605) 07/31/23 _x86_64_ (8 CPU) 18:31:16 18:31:16 18:14:40 LINUX RESTART (8 CPU) 18:31:16 18:31:16 18:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:31:16 18:16:01 183.02 39.21 143.81 0.00 4343.53 161483.82 0.00 18:31:16 18:17:01 120.04 1.33 118.71 0.00 22.66 50907.70 0.00 18:31:16 18:18:01 186.42 0.23 186.19 0.00 20.93 37472.29 0.00 18:31:16 18:19:01 36.19 0.02 36.18 0.00 4.27 16782.95 0.00 18:31:16 18:20:01 43.03 10.38 32.64 0.00 2908.98 5248.86 0.00 18:31:16 18:21:01 18.31 1.25 17.06 0.00 2270.42 3759.77 0.00 18:31:16 18:22:01 3.72 0.02 3.70 0.00 0.13 93.05 0.00 18:31:16 18:23:01 2.10 0.00 2.10 0.00 0.00 22.26 0.00 18:31:16 18:24:01 1.37 0.00 1.37 0.00 0.00 14.66 0.00 18:31:16 18:25:01 2.18 0.00 2.18 0.00 0.00 23.59 0.00 18:31:16 18:26:01 1.43 0.00 1.43 0.00 0.00 14.80 0.00 18:31:16 18:27:01 2.13 0.00 2.13 0.00 0.00 22.80 0.00 18:31:16 18:28:01 1.48 0.00 1.48 0.00 0.00 16.40 0.00 18:31:16 18:29:01 94.08 0.15 93.93 0.00 10.66 61197.13 0.00 18:31:16 18:30:01 7.50 0.02 7.48 0.00 0.13 536.04 0.00 18:31:16 18:31:01 11.00 0.05 10.95 0.00 10.13 190.74 0.00 18:31:16 Average: 44.48 3.25 41.23 0.00 595.57 20965.21 0.00 18:31:16 18:31:16 18:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:31:16 18:16:01 28964684 31573740 737048 2.24 80800 2792440 1994736 5.88 1024180 2516092 142360 18:31:16 18:17:01 27646700 31409804 894304 2.72 147676 3777440 2331444 6.87 1453220 3295840 496388 18:31:16 18:18:01 28070392 31587920 717688 2.18 153680 3549528 1722260 5.08 1240568 3111492 820 18:31:16 18:19:01 27554032 31580804 723688 2.20 161344 4001448 1769768 5.22 1264280 3550752 188 18:31:16 18:20:01 27173928 31562812 723324 2.20 180360 4333748 1790024 5.28 1421144 3745604 77036 18:31:16 18:21:01 27031284 31568684 716556 2.18 195468 4462624 1827972 5.39 1581180 3719300 8 18:31:16 18:22:01 27036540 31569276 716088 2.18 194040 4459440 1778612 5.24 1579656 3716176 8 18:31:16 18:23:01 27039244 31572096 713416 2.17 194132 4459444 1778612 5.24 1577384 3716180 8 18:31:16 18:24:01 27038968 31571904 713580 2.17 194212 4459444 1778612 5.24 1577448 3716180 8 18:31:16 18:25:01 27039360 31572380 713056 2.17 194284 4459448 1778612 5.24 1577540 3716184 8 18:31:16 18:26:01 27039636 31572744 712640 2.17 194368 4459448 1778612 5.24 1577668 3716184 8 18:31:16 18:27:01 27039872 31573292 712268 2.17 194432 4459452 1778612 5.24 1577104 3716440 16 18:31:16 18:28:01 27039668 31573164 712336 2.17 194504 4459452 1778612 5.24 1577152 3716448 8 18:31:16 18:29:01 25545748 31546556 734724 2.23 230932 5767412 1881584 5.55 1681796 4982240 372 18:31:16 18:30:01 25467960 31477856 797764 2.43 231192 5767796 1922512 5.67 1750836 4971840 176 18:31:16 18:31:01 25506240 31515968 760944 2.31 231564 5768096 1990732 5.87 1721340 4965876 960 18:31:16 Average: 27014641 31551812 737464 2.24 185812 4464791 1855082 5.47 1511406 3804552 44898 18:31:16 18:31:16 18:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:31:16 18:16:01 ens3 806.03 518.45 7488.93 101.71 0.00 0.00 0.00 0.00 18:31:16 18:16:01 docker0 129.15 171.14 10.31 623.53 0.00 0.00 0.00 0.00 18:31:16 18:16:01 lo 6.44 6.44 0.62 0.62 0.00 0.00 0.00 0.00 18:31:16 18:16:01 veth172af49 97.17 135.45 9.28 381.58 0.00 0.00 0.00 0.03 18:31:16 18:17:01 ens3 199.63 100.72 1975.51 19.67 0.00 0.00 0.00 0.00 18:31:16 18:17:01 docker0 82.74 172.28 6.75 1947.50 0.00 0.00 0.00 0.00 18:31:16 18:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 18:17:01 vethc0437f8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:31:16 18:18:01 ens3 81.62 71.74 133.86 310.25 0.00 0.00 0.00 0.00 18:31:16 18:18:01 docker0 3.28 7.35 0.20 88.11 0.00 0.00 0.00 0.00 18:31:16 18:18:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 18:31:16 18:19:01 ens3 104.18 63.74 2531.68 13.60 0.00 0.00 0.00 0.00 18:31:16 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:19:01 lo 3.53 3.53 0.34 0.34 0.00 0.00 0.00 0.00 18:31:16 18:20:01 ens3 204.42 104.60 2835.56 7.17 0.00 0.00 0.00 0.00 18:31:16 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:20:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 18:31:16 18:21:01 ens3 7.53 5.45 88.82 0.52 0.00 0.00 0.00 0.00 18:31:16 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:21:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 18:31:16 18:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:23:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 18:24:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 18:26:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 18:31:16 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:27:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 18:28:01 ens3 0.62 0.38 3.22 0.03 0.00 0.00 0.00 0.00 18:31:16 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:29:01 ens3 371.79 228.31 8175.41 34.29 0.00 0.00 0.00 0.00 18:31:16 18:29:01 docker0 70.27 103.40 5.37 1002.83 0.00 0.00 0.00 0.00 18:31:16 18:29:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 18:31:16 18:30:01 vethf2dcb00 0.33 0.33 0.06 0.02 0.00 0.00 0.00 0.00 18:31:16 18:30:01 ens3 16.66 10.38 16.45 6.58 0.00 0.00 0.00 0.00 18:31:16 18:30:01 docker0 0.33 0.18 0.05 0.01 0.00 0.00 0.00 0.00 18:31:16 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 18:31:01 ens3 20.33 11.98 25.99 6.80 0.00 0.00 0.00 0.00 18:31:16 18:31:01 docker0 0.03 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:31:16 18:31:01 veth7aa060d 0.02 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:31:16 18:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:31:16 Average: ens3 112.61 69.29 1448.41 31.22 0.00 0.00 0.00 0.00 18:31:16 Average: docker0 17.75 28.26 1.41 228.48 0.00 0.00 0.00 0.00 18:31:16 Average: veth7aa060d 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 18:31:16 Average: lo 1.21 1.21 0.12 0.12 0.00 0.00 0.00 0.00 18:31:16 18:31:16 18:31:16 ---> sar -P ALL: 18:31:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2605) 07/31/23 _x86_64_ (8 CPU) 18:31:16 18:31:16 18:14:40 LINUX RESTART (8 CPU) 18:31:16 18:31:16 18:15:02 CPU %user %nice %system %iowait %steal %idle 18:31:16 18:16:01 all 10.22 0.00 3.92 3.75 0.08 82.03 18:31:16 18:16:01 0 7.79 0.00 3.82 2.36 0.05 85.97 18:31:16 18:16:01 1 10.31 0.00 3.79 7.31 0.10 78.49 18:31:16 18:16:01 2 10.83 0.00 4.50 0.36 0.07 84.24 18:31:16 18:16:01 3 8.83 0.00 6.01 11.40 0.10 73.65 18:31:16 18:16:01 4 10.40 0.00 3.27 3.05 0.05 83.22 18:31:16 18:16:01 5 8.59 0.00 3.53 3.45 0.07 84.37 18:31:16 18:16:01 6 12.88 0.00 2.96 1.01 0.07 83.08 18:31:16 18:16:01 7 12.11 0.00 3.51 1.10 0.09 83.20 18:31:16 18:17:01 all 29.66 0.00 5.48 3.71 0.09 61.06 18:31:16 18:17:01 0 27.85 0.00 5.71 1.39 0.08 64.96 18:31:16 18:17:01 1 30.63 0.00 5.27 13.81 0.08 50.21 18:31:16 18:17:01 2 30.87 0.00 5.29 0.22 0.08 63.54 18:31:16 18:17:01 3 29.72 0.00 6.18 12.29 0.14 51.68 18:31:16 18:17:01 4 28.76 0.00 5.24 1.00 0.08 64.91 18:31:16 18:17:01 5 29.30 0.00 5.07 0.39 0.07 65.18 18:31:16 18:17:01 6 29.35 0.00 5.09 0.25 0.07 65.24 18:31:16 18:17:01 7 30.84 0.00 6.00 0.45 0.10 62.60 18:31:16 18:18:01 all 32.26 0.00 5.34 2.82 0.09 59.49 18:31:16 18:18:01 0 31.70 0.00 5.48 0.10 0.10 62.62 18:31:16 18:18:01 1 33.06 0.00 5.44 0.20 0.10 61.20 18:31:16 18:18:01 2 33.36 0.00 5.28 0.05 0.08 61.23 18:31:16 18:18:01 3 31.17 0.00 5.91 16.32 0.10 46.50 18:31:16 18:18:01 4 32.05 0.00 5.10 1.44 0.08 61.32 18:31:16 18:18:01 5 32.42 0.00 4.70 0.52 0.08 62.27 18:31:16 18:18:01 6 32.76 0.00 5.02 0.69 0.08 61.46 18:31:16 18:18:01 7 31.55 0.00 5.76 3.23 0.10 59.36 18:31:16 18:19:01 all 2.88 0.00 1.16 0.86 0.02 95.09 18:31:16 18:19:01 0 1.83 0.00 1.17 0.07 0.02 96.91 18:31:16 18:19:01 1 2.57 0.00 1.70 4.43 0.02 91.29 18:31:16 18:19:01 2 2.66 0.00 1.04 0.02 0.02 96.27 18:31:16 18:19:01 3 2.93 0.00 1.12 0.00 0.02 95.93 18:31:16 18:19:01 4 4.08 0.00 1.04 0.02 0.02 94.85 18:31:16 18:19:01 5 3.51 0.00 0.87 0.77 0.03 94.81 18:31:16 18:19:01 6 2.53 0.00 1.23 0.47 0.02 95.75 18:31:16 18:19:01 7 2.87 0.00 1.14 1.09 0.02 94.88 18:31:16 18:20:01 all 1.88 0.00 0.93 0.49 0.02 96.68 18:31:16 18:20:01 0 1.58 0.00 2.27 0.38 0.02 95.75 18:31:16 18:20:01 1 1.82 0.00 0.68 0.33 0.02 97.14 18:31:16 18:20:01 2 1.95 0.00 0.63 0.32 0.02 97.08 18:31:16 18:20:01 3 1.70 0.00 0.64 0.08 0.02 97.56 18:31:16 18:20:01 4 3.01 0.00 0.61 0.03 0.03 96.31 18:31:16 18:20:01 5 2.19 0.00 0.75 1.10 0.02 95.94 18:31:16 18:20:01 6 1.13 0.00 1.27 0.88 0.03 96.68 18:31:16 18:20:01 7 1.64 0.00 0.60 0.77 0.03 96.95 18:31:16 18:21:01 all 0.82 0.00 0.59 0.30 0.01 98.27 18:31:16 18:21:01 0 0.58 0.00 0.70 0.30 0.02 98.40 18:31:16 18:21:01 1 0.42 0.00 0.33 0.02 0.02 99.22 18:31:16 18:21:01 2 1.80 0.00 0.30 0.00 0.02 97.88 18:31:16 18:21:01 3 0.75 0.00 1.42 0.48 0.02 97.33 18:31:16 18:21:01 4 0.77 0.00 0.77 0.02 0.00 98.45 18:31:16 18:21:01 5 0.40 0.00 0.28 1.02 0.03 98.26 18:31:16 18:21:01 6 0.57 0.00 0.37 0.53 0.00 98.53 18:31:16 18:21:01 7 1.30 0.00 0.55 0.05 0.02 98.08 18:31:16 18:22:01 all 0.09 0.00 0.05 0.01 0.01 99.85 18:31:16 18:22:01 0 0.08 0.00 0.07 0.00 0.00 99.85 18:31:16 18:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:31:16 18:22:01 2 0.02 0.00 0.03 0.02 0.00 99.93 18:31:16 18:22:01 3 0.10 0.00 0.02 0.00 0.00 99.88 18:31:16 18:22:01 4 0.22 0.00 0.05 0.00 0.02 99.72 18:31:16 18:22:01 5 0.05 0.00 0.03 0.07 0.03 99.82 18:31:16 18:22:01 6 0.02 0.00 0.03 0.00 0.02 99.93 18:31:16 18:22:01 7 0.17 0.00 0.12 0.00 0.00 99.72 18:31:16 18:23:01 all 0.01 0.00 0.00 0.01 0.01 99.97 18:31:16 18:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:31:16 18:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:23:01 5 0.03 0.00 0.02 0.05 0.03 99.87 18:31:16 18:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 18:31:16 18:24:01 all 0.01 0.00 0.00 0.01 0.00 99.97 18:31:16 18:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:24:01 5 0.00 0.00 0.00 0.10 0.03 99.87 18:31:16 18:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:31:16 18:25:01 all 0.03 0.00 0.01 0.01 0.01 99.95 18:31:16 18:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 18:31:16 18:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:31:16 18:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:31:16 18:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:31:16 18:25:01 5 0.07 0.00 0.03 0.05 0.02 99.83 18:31:16 18:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 18:31:16 18:25:01 7 0.07 0.00 0.02 0.00 0.00 99.92 18:31:16 18:26:01 all 0.01 0.00 0.01 0.01 0.01 99.97 18:31:16 18:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:31:16 18:26:01 3 0.00 0.00 0.03 0.00 0.03 99.93 18:31:16 18:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:26:01 5 0.02 0.00 0.02 0.07 0.00 99.90 18:31:16 18:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:31:16 18:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:31:16 18:31:16 18:26:01 CPU %user %nice %system %iowait %steal %idle 18:31:16 18:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:31:16 18:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:31:16 18:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:31:16 18:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:27:01 3 0.07 0.00 0.03 0.00 0.02 99.88 18:31:16 18:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:27:01 5 0.00 0.00 0.00 0.03 0.02 99.95 18:31:16 18:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 18:31:16 18:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:31:16 18:28:01 all 0.01 0.00 0.01 0.01 0.01 99.97 18:31:16 18:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:31:16 18:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 18:31:16 18:28:01 3 0.00 0.00 0.03 0.00 0.02 99.95 18:31:16 18:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 18:31:16 18:28:01 5 0.02 0.00 0.00 0.05 0.00 99.93 18:31:16 18:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:31:16 18:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:31:16 18:29:01 all 8.00 0.00 3.35 2.78 0.06 85.80 18:31:16 18:29:01 0 7.42 0.00 3.94 0.44 0.07 88.14 18:31:16 18:29:01 1 8.52 0.00 3.25 7.44 0.05 80.73 18:31:16 18:29:01 2 7.93 0.00 2.57 0.87 0.03 88.60 18:31:16 18:29:01 3 7.50 0.00 4.49 10.56 0.08 77.36 18:31:16 18:29:01 4 9.58 0.00 2.84 0.63 0.07 86.88 18:31:16 18:29:01 5 7.28 0.00 3.44 2.27 0.05 86.97 18:31:16 18:29:01 6 7.60 0.00 3.63 0.02 0.03 88.72 18:31:16 18:29:01 7 8.19 0.00 2.67 0.02 0.08 89.04 18:31:16 18:30:01 all 0.48 0.00 0.21 0.05 0.02 99.24 18:31:16 18:30:01 0 0.13 0.00 0.17 0.00 0.00 99.70 18:31:16 18:30:01 1 0.35 0.00 0.20 0.03 0.02 99.40 18:31:16 18:30:01 2 0.76 0.00 0.20 0.00 0.02 99.02 18:31:16 18:30:01 3 0.43 0.00 0.27 0.18 0.02 99.10 18:31:16 18:30:01 4 0.25 0.00 0.13 0.00 0.02 99.60 18:31:16 18:30:01 5 0.95 0.00 0.33 0.18 0.03 98.50 18:31:16 18:30:01 6 0.67 0.00 0.22 0.00 0.02 99.10 18:31:16 18:30:01 7 0.28 0.00 0.20 0.00 0.03 99.48 18:31:16 18:31:01 all 0.71 0.00 0.24 0.02 0.02 99.01 18:31:16 18:31:01 0 0.25 0.00 0.28 0.00 0.02 99.45 18:31:16 18:31:01 1 0.78 0.00 0.30 0.02 0.02 98.88 18:31:16 18:31:01 2 2.48 0.00 0.20 0.00 0.03 97.29 18:31:16 18:31:01 3 0.28 0.00 0.25 0.05 0.02 99.40 18:31:16 18:31:01 4 0.28 0.00 0.22 0.02 0.00 99.48 18:31:16 18:31:01 5 0.30 0.00 0.22 0.00 0.02 99.47 18:31:16 18:31:01 6 0.97 0.00 0.22 0.08 0.02 98.72 18:31:16 18:31:01 7 0.27 0.00 0.23 0.02 0.03 99.45 18:31:16 Average: all 5.41 0.00 1.32 0.92 0.03 92.32 18:31:16 Average: 0 4.93 0.00 1.47 0.31 0.02 93.27 18:31:16 Average: 1 5.48 0.00 1.30 2.08 0.03 91.12 18:31:16 Average: 2 5.75 0.00 1.24 0.11 0.02 92.86 18:31:16 Average: 3 5.18 0.00 1.63 3.18 0.04 89.97 18:31:16 Average: 4 5.57 0.00 1.20 0.38 0.03 92.82 18:31:16 Average: 5 5.29 0.00 1.20 0.63 0.03 92.85 18:31:16 Average: 6 5.50 0.00 1.24 0.24 0.02 92.99 18:31:16 Average: 7 5.55 0.00 1.29 0.42 0.03 92.71 18:31:16 18:31:16 18:31:16