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 [2023-07-31T18:15:18.991Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-31T18:15:19.044Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-31T18:15:19.058Z] ========================================================= [2023-07-31T18:15:19.058Z] EdgeX Global Pipelines Version Info [2023-07-31T18:15:19.058Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:15:20.140Z] ------------------- [2023-07-31T18:15:20.140Z] stable info: [2023-07-31T18:15:20.140Z] ------------------- [2023-07-31T18:15:20.140Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-31T18:15:20.140Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-31T18:15:20.140Z] Message: update stable to v1.0.250 [2023-07-31T18:15:20.401Z] ------------------- [2023-07-31T18:15:20.401Z] experimental info: [2023-07-31T18:15:20.401Z] ------------------- [2023-07-31T18:15:20.402Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-31T18:15:20.402Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-31T18:15:20.402Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-31T18:15:20.580Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-07-31T18:15:20.597Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-07-31T18:15:20.613Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-31T18:15:20.626Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-31T18:15:20.638Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-31T18:15:20.653Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-31T18:15:20.672Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-31T18:15:20.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-31T18:15:20.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-31T18:15:20.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-31T18:15:20.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-31T18:15:20.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-07-31T18:15:20.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-31T18:15:20.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-31T18:15:20.837Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-31T18:15:20.848Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-31T18:15:20.860Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-31T18:15:20.871Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-31T18:15:20.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-31T18:15:20.904Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-31T18:15:20.915Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-31T18:15:20.927Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-31T18:15:20.941Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-31T18:15:20.960Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-31T18:15:20.975Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-31T18:15:20.985Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-31T18:15:20.997Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-31T18:15:21.008Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-31T18:15:21.022Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-31T18:15:21.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-31T18:15:21.048Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo [2023-07-31T18:15:21.059Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c41851 [Pipeline] echo [2023-07-31T18:15:21.070Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T18:15:21.118Z] provisioning config files... [2023-07-31T18:15:21.136Z] 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 [2023-07-31T18:15:21.438Z] ---> docker-login.sh [2023-07-31T18:15:21.438Z] nexus3.edgexfoundry.org:10001 [2023-07-31T18:15:21.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:21.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:21.698Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:21.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:21.698Z] [2023-07-31T18:15:21.698Z] Login Succeeded [2023-07-31T18:15:21.698Z] nexus3.edgexfoundry.org:10002 [2023-07-31T18:15:21.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:21.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:21.959Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:21.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:21.959Z] [2023-07-31T18:15:21.959Z] Login Succeeded [2023-07-31T18:15:21.959Z] nexus3.edgexfoundry.org:10003 [2023-07-31T18:15:21.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:21.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:21.959Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:21.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:21.959Z] [2023-07-31T18:15:21.959Z] Login Succeeded [2023-07-31T18:15:21.959Z] nexus3.edgexfoundry.org:10004 [2023-07-31T18:15:22.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:22.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:22.219Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:22.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:22.219Z] [2023-07-31T18:15:22.219Z] Login Succeeded [2023-07-31T18:15:22.219Z] docker.io [2023-07-31T18:15:22.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:22.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:22.479Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:22.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:22.479Z] [2023-07-31T18:15:22.479Z] Login Succeeded [2023-07-31T18:15:22.479Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T18:15:22.486Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-31T18:15:22.849Z] + git rev-list -1 --merges 7c41851464354a514de961e5ff7e85fd1e07f550~1..7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo [2023-07-31T18:15:22.902Z] -----------> git rev-list -1 --merges 7c41851464354a514de961e5ff7e85fd1e07f550~1..7c41851464354a514de961e5ff7e85fd1e07f550 7c41851464354a514de961e5ff7e85fd1e07f550 [false] [Pipeline] sh [2023-07-31T18:15:23.188Z] + git log --format=format:%s -1 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo [2023-07-31T18:15:23.211Z] ========================================================= [2023-07-31T18:15:23.211Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-31T18:15:23.211Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-31T18:15:23.529Z] + git log --format=format:%s -1 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] echo [2023-07-31T18:15:23.539Z] [semverPrep] GIT_COMMIT: 7c41851464354a514de961e5ff7e85fd1e07f550, Commit Message: docs: Added 3.0.1 changelog to main branch (#214) [Pipeline] echo [2023-07-31T18:15:23.548Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-31T18:15:23.905Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T18:15:23.906Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-31T18:15:23.906Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-31T18:15:23.906Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-31T18:15:23.906Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-31T18:15:23.906Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-31T18:15:23.906Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:15:24.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T18:15:24.326Z] [2023-07-31T18:15:24.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:15:24.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T18:15:24.632Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-31T18:15:24.632Z] b85a868b505f: Pulling fs layer [2023-07-31T18:15:24.632Z] e2be974225ed: Pulling fs layer [2023-07-31T18:15:24.632Z] 339a4e72a1f5: Pulling fs layer [2023-07-31T18:15:24.632Z] 988bab9f4d93: Pulling fs layer [2023-07-31T18:15:24.632Z] 1469e6f7b9e6: Pulling fs layer [2023-07-31T18:15:24.632Z] eaf3925da568: Pulling fs layer [2023-07-31T18:15:24.632Z] bab4dde63d76: Pulling fs layer [2023-07-31T18:15:24.632Z] bde34c3a00c8: Pulling fs layer [2023-07-31T18:15:24.632Z] b352a97aabf1: Pulling fs layer [2023-07-31T18:15:24.632Z] 4872d77fe225: Pulling fs layer [2023-07-31T18:15:24.632Z] 5851b861e8e6: Pulling fs layer [2023-07-31T18:15:24.632Z] bab4dde63d76: Waiting [2023-07-31T18:15:24.632Z] 988bab9f4d93: Waiting [2023-07-31T18:15:24.632Z] bde34c3a00c8: Waiting [2023-07-31T18:15:24.632Z] b352a97aabf1: Waiting [2023-07-31T18:15:24.632Z] 4872d77fe225: Waiting [2023-07-31T18:15:24.632Z] 1469e6f7b9e6: Waiting [2023-07-31T18:15:24.632Z] eaf3925da568: Waiting [2023-07-31T18:15:24.632Z] 5851b861e8e6: Waiting [2023-07-31T18:15:24.632Z] e2be974225ed: Download complete [2023-07-31T18:15:24.632Z] 988bab9f4d93: Verifying Checksum [2023-07-31T18:15:24.632Z] 988bab9f4d93: Download complete [2023-07-31T18:15:24.891Z] 339a4e72a1f5: Verifying Checksum [2023-07-31T18:15:24.891Z] 339a4e72a1f5: Download complete [2023-07-31T18:15:24.891Z] 1469e6f7b9e6: Verifying Checksum [2023-07-31T18:15:24.891Z] 1469e6f7b9e6: Download complete [2023-07-31T18:15:24.891Z] eaf3925da568: Download complete [2023-07-31T18:15:24.891Z] bde34c3a00c8: Verifying Checksum [2023-07-31T18:15:24.891Z] bde34c3a00c8: Download complete [2023-07-31T18:15:24.891Z] b352a97aabf1: Download complete [2023-07-31T18:15:24.891Z] 4872d77fe225: Download complete [2023-07-31T18:15:24.891Z] 5851b861e8e6: Download complete [2023-07-31T18:15:24.891Z] b85a868b505f: Verifying Checksum [2023-07-31T18:15:24.891Z] b85a868b505f: Download complete [2023-07-31T18:15:25.150Z] bab4dde63d76: Verifying Checksum [2023-07-31T18:15:25.150Z] bab4dde63d76: Download complete [2023-07-31T18:15:26.084Z] b85a868b505f: Pull complete [2023-07-31T18:15:26.344Z] e2be974225ed: Pull complete [2023-07-31T18:15:26.602Z] 339a4e72a1f5: Pull complete [2023-07-31T18:15:26.861Z] 988bab9f4d93: Pull complete [2023-07-31T18:15:27.120Z] 1469e6f7b9e6: Pull complete [2023-07-31T18:15:27.120Z] eaf3925da568: Pull complete [2023-07-31T18:15:29.045Z] bab4dde63d76: Pull complete [2023-07-31T18:15:29.045Z] bde34c3a00c8: Pull complete [2023-07-31T18:15:29.045Z] b352a97aabf1: Pull complete [2023-07-31T18:15:29.045Z] 4872d77fe225: Pull complete [2023-07-31T18:15:29.045Z] 5851b861e8e6: Pull complete [2023-07-31T18:15:29.045Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-31T18:15:29.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T18:15:29.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:15:29.137Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:15:29.172Z] $ 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 [2023-07-31T18:15:32.484Z] $ docker top 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a -eo pid,comm [2023-07-31T18:15:32.536Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-07-31T18:15:32.536Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T18:15:32.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T18:15:32.570Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T18:15:32.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T18:15:32.689Z] $ docker exec 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent [2023-07-31T18:15:32.791Z] SSH_AUTH_SOCK=/tmp/ssh-hZCNW4VKsh0z/agent.32 [2023-07-31T18:15:32.791Z] SSH_AGENT_PID=38 [2023-07-31T18:15:32.798Z] Running ssh-add (command line suppressed) [2023-07-31T18:15:32.892Z] 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) [2023-07-31T18:15:32.903Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T18:15:33.193Z] + git tag --points-at HEAD [Pipeline] } [2023-07-31T18:15:33.208Z] $ docker exec --env ******** --env ******** 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent -k [2023-07-31T18:15:33.305Z] unset SSH_AUTH_SOCK; [2023-07-31T18:15:33.305Z] unset SSH_AGENT_PID; [2023-07-31T18:15:33.306Z] echo Agent pid 38 killed; [2023-07-31T18:15:33.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-31T18:15:33.333Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T18:15:33.333Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T18:15:33.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T18:15:33.468Z] $ docker exec 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent [2023-07-31T18:15:33.575Z] SSH_AUTH_SOCK=/tmp/ssh-xeeIC4NIJQrF/agent.70 [2023-07-31T18:15:33.575Z] SSH_AGENT_PID=76 [2023-07-31T18:15:33.580Z] Running ssh-add (command line suppressed) [2023-07-31T18:15:33.681Z] 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) [2023-07-31T18:15:33.691Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T18:15:33.979Z] + git semver init [2023-07-31T18:15:34.239Z] 2023-07-31 18:15:34,163 [run_init] DEBUG init version:0.0.0 force:False [2023-07-31T18:15:34.239Z] 2023-07-31 18:15:34,164 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-07-31T18:15:34.239Z] 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 [2023-07-31T18:15:34.239Z] 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) [2023-07-31T18:15:35.618Z] 2023-07-31 18:15:35,354 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2023-07-31T18:15:35.618Z] 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 [2023-07-31T18:15:35.618Z] 2023-07-31 18:15:35,355 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:15:35.618Z] 2023-07-31 18:15:35,356 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:15:35.618Z] 3.1.0-dev.7 [Pipeline] } [2023-07-31T18:15:35.631Z] $ docker exec --env ******** --env ******** 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a ssh-agent -k [2023-07-31T18:15:35.733Z] unset SSH_AUTH_SOCK; [2023-07-31T18:15:35.734Z] unset SSH_AGENT_PID; [2023-07-31T18:15:35.734Z] echo Agent pid 76 killed; [2023-07-31T18:15:35.740Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T18:15:36.056Z] + git semver [Pipeline] } [2023-07-31T18:15:36.332Z] $ docker stop --time=1 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a [2023-07-31T18:15:37.633Z] $ docker rm -f --volumes 08dd5738fc5aa18a0aae3f4e9591d8cf64923afc5d6545bf5fabe007b7244a0a [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-31T18:15:37.967Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-31T18:15:38.176Z] Stashed 1 file(s) [Pipeline] echo [2023-07-31T18:15:38.179Z] [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 [2023-07-31T18:15:38.303Z] provisioning config files... [2023-07-31T18:15:38.311Z] 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 [2023-07-31T18:15:38.606Z] ---> docker-login.sh [2023-07-31T18:15:38.606Z] nexus3.edgexfoundry.org:10001 [2023-07-31T18:15:38.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:38.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:38.606Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:38.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:38.606Z] [2023-07-31T18:15:38.606Z] Login Succeeded [2023-07-31T18:15:38.606Z] nexus3.edgexfoundry.org:10002 [2023-07-31T18:15:38.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:38.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:38.606Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:38.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:38.606Z] [2023-07-31T18:15:38.606Z] Login Succeeded [2023-07-31T18:15:38.606Z] nexus3.edgexfoundry.org:10003 [2023-07-31T18:15:38.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:38.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:38.865Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:38.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:38.865Z] [2023-07-31T18:15:38.865Z] Login Succeeded [2023-07-31T18:15:38.865Z] nexus3.edgexfoundry.org:10004 [2023-07-31T18:15:38.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:38.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:38.865Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:38.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:38.865Z] [2023-07-31T18:15:38.865Z] Login Succeeded [2023-07-31T18:15:38.865Z] docker.io [2023-07-31T18:15:39.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:15:39.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:15:39.385Z] Configure a credential helper to remove this warning. See [2023-07-31T18:15:39.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:15:39.385Z] [2023-07-31T18:15:39.385Z] Login Succeeded [2023-07-31T18:15:39.385Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T18:15:39.392Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-31T18:15:39.460Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T18:15:39.473Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T18:15:39.484Z] ========================================================= [2023-07-31T18:15:39.484Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-31T18:15:39.484Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:15:39.802Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-07-31T18:15:39.802Z] Sending build context to Docker daemon 12.66MB [2023-07-31T18:15:39.802Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T18:15:39.802Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-31T18:15:39.802Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-31T18:15:39.803Z] 4db1b89c0bd1: Pulling fs layer [2023-07-31T18:15:39.803Z] 6911f1a30b25: Pulling fs layer [2023-07-31T18:15:39.803Z] e194b8c5c2a9: Pulling fs layer [2023-07-31T18:15:39.803Z] 6863d3e3a2b1: Pulling fs layer [2023-07-31T18:15:39.803Z] ec0bb842ea78: Pulling fs layer [2023-07-31T18:15:39.803Z] 40a00589a448: Pulling fs layer [2023-07-31T18:15:39.803Z] 6c08303d61cc: Pulling fs layer [2023-07-31T18:15:39.803Z] 6863d3e3a2b1: Waiting [2023-07-31T18:15:39.803Z] 40a00589a448: Waiting [2023-07-31T18:15:39.803Z] 798269fcf238: Pulling fs layer [2023-07-31T18:15:39.803Z] ec0bb842ea78: Waiting [2023-07-31T18:15:39.803Z] 6911f1a30b25: Verifying Checksum [2023-07-31T18:15:39.803Z] 6911f1a30b25: Download complete [2023-07-31T18:15:40.069Z] 6863d3e3a2b1: Verifying Checksum [2023-07-31T18:15:40.069Z] 6863d3e3a2b1: Download complete [2023-07-31T18:15:40.069Z] ec0bb842ea78: Download complete [2023-07-31T18:15:40.069Z] 4db1b89c0bd1: Verifying Checksum [2023-07-31T18:15:40.069Z] 4db1b89c0bd1: Download complete [2023-07-31T18:15:40.069Z] 40a00589a448: Verifying Checksum [2023-07-31T18:15:40.069Z] 40a00589a448: Download complete [2023-07-31T18:15:40.069Z] 4db1b89c0bd1: Pull complete [2023-07-31T18:15:40.331Z] 6911f1a30b25: Pull complete [2023-07-31T18:15:40.592Z] 798269fcf238: Verifying Checksum [2023-07-31T18:15:40.592Z] 798269fcf238: Download complete [2023-07-31T18:15:40.592Z] e194b8c5c2a9: Verifying Checksum [2023-07-31T18:15:40.592Z] e194b8c5c2a9: Download complete [2023-07-31T18:15:40.852Z] 6c08303d61cc: Verifying Checksum [2023-07-31T18:15:40.852Z] 6c08303d61cc: Download complete [2023-07-31T18:15:44.142Z] e194b8c5c2a9: Pull complete [2023-07-31T18:15:44.142Z] 6863d3e3a2b1: Pull complete [2023-07-31T18:15:44.402Z] ec0bb842ea78: Pull complete [2023-07-31T18:15:44.660Z] 40a00589a448: Pull complete [2023-07-31T18:15:47.947Z] 6c08303d61cc: Pull complete [2023-07-31T18:15:48.519Z] 798269fcf238: Pull complete [2023-07-31T18:15:48.519Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-31T18:15:48.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-31T18:15:48.519Z] ---> ec979cd7f677 [2023-07-31T18:15:48.519Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T18:15:53.272Z] Still waiting to schedule task [2023-07-31T18:15:53.272Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-07-31T18:15:53.882Z] ---> Running in abc997b63e80 [2023-07-31T18:15:53.882Z] Removing intermediate container abc997b63e80 [2023-07-31T18:15:53.882Z] ---> f215da9736a4 [2023-07-31T18:15:53.882Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T18:15:53.882Z] ---> Running in 57035f1a3ac1 [2023-07-31T18:15:53.882Z] Removing intermediate container 57035f1a3ac1 [2023-07-31T18:15:53.882Z] ---> d18cfcca27f5 [2023-07-31T18:15:53.882Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-31T18:15:53.882Z] ---> Running in 2345060af805 [2023-07-31T18:15:53.882Z] Removing intermediate container 2345060af805 [2023-07-31T18:15:53.882Z] ---> 909a1867e1f5 [2023-07-31T18:15:53.882Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T18:15:53.882Z] ---> Running in ef40b661c16d [2023-07-31T18:15:54.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-31T18:15:54.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-31T18:15:54.657Z] OK: 265 MiB in 53 packages [2023-07-31T18:15:54.915Z] Removing intermediate container ef40b661c16d [2023-07-31T18:15:54.915Z] ---> 57596b385e0a [2023-07-31T18:15:54.915Z] Step 7/12 : WORKDIR /app [2023-07-31T18:15:54.915Z] ---> Running in 893e5d6ff731 [2023-07-31T18:15:54.915Z] Removing intermediate container 893e5d6ff731 [2023-07-31T18:15:54.915Z] ---> bc277c3764e5 [2023-07-31T18:15:54.915Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-31T18:15:55.173Z] ---> f0c2078a3eff [2023-07-31T18:15:55.173Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T18:15:55.173Z] ---> Running in e474316881f6 [2023-07-31T18:16:27.318Z] Removing intermediate container e474316881f6 [2023-07-31T18:16:27.318Z] ---> f3932304a5ab [2023-07-31T18:16:27.318Z] Step 10/12 : COPY . . [2023-07-31T18:16:27.881Z] ---> 9c41ce2d74d7 [2023-07-31T18:16:27.881Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T18:16:27.881Z] ---> Running in e47a92e780e3 [2023-07-31T18:16:27.881Z] Removing intermediate container e47a92e780e3 [2023-07-31T18:16:27.881Z] ---> 4652d0b23a40 [2023-07-31T18:16:27.881Z] Step 12/12 : RUN $MAKE [2023-07-31T18:16:27.881Z] ---> Running in 7a1e56350524 [2023-07-31T18:16:28.139Z] noop [2023-07-31T18:16:28.707Z] Removing intermediate container 7a1e56350524 [2023-07-31T18:16:28.707Z] ---> 4b36c28199fa [2023-07-31T18:16:28.707Z] Successfully built 4b36c28199fa [2023-07-31T18:16:28.707Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:16:29.024Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-31T18:16:29.025Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:16:29.094Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:16:29.130Z] $ 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 [2023-07-31T18:16:29.459Z] $ docker top adf20f992684d0f77888c9a9bb82745725df0e8bffccc46a561c67cad4fc4d6d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T18:16:29.792Z] + go version [2023-07-31T18:16:29.792Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-31T18:16:29.806Z] $ docker stop --time=1 adf20f992684d0f77888c9a9bb82745725df0e8bffccc46a561c67cad4fc4d6d [2023-07-31T18:16:31.036Z] $ 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 [2023-07-31T18:16:31.439Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-31T18:16:31.439Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:16:31.509Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:16:31.543Z] $ 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 [2023-07-31T18:16:31.888Z] $ docker top 8a1aa9d7986fa6b707381815d7959940ef09bcbd92404b61e2387d51fef66146 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T18:16:32.237Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2023-07-31T18:16:32.530Z] + make test [2023-07-31T18:16:32.530Z] go test -race ./... -coverprofile=coverage.out ./... [2023-07-31T18:16:50.611Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-07-31T18:16:50.611Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-07-31T18:16:50.611Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.150s coverage: 86.2% of statements [2023-07-31T18:16:53.146Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.682s coverage: 71.9% of statements [2023-07-31T18:17:15.058Z] go vet ./... [2023-07-31T18:17:19.401Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-31T18:17:19.402Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-31T18:17:19.402Z] ./bin/test-attribution.sh [Pipeline] echo [2023-07-31T18:17:19.414Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-31T18:17:19.431Z] $ docker stop --time=1 8a1aa9d7986fa6b707381815d7959940ef09bcbd92404b61e2387d51fef66146 [2023-07-31T18:17:23.613Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2606 in /w/workspace/dry_app-rfid-llrp-inventory_main [2023-07-31T18:17:24.801Z] $ docker rm -f --volumes 8a1aa9d7986fa6b707381815d7959940ef09bcbd92404b61e2387d51fef66146 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws [2023-07-31T18:17:25.086Z] Running in /w/workspace/app-rfid-llrp-inventory/119 [Pipeline] { [Pipeline] checkout [2023-07-31T18:17:25.116Z] The recommended git tool is: git [2023-07-31T18:17:25.332Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-31T18:17:25.381Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-31T18:17:25.904Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-31T18:17:26.182Z] + ls -al . [2023-07-31T18:17:26.182Z] total 236 [2023-07-31T18:17:26.182Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 31 18:16 . [2023-07-31T18:17:26.182Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:15 .. [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 31 18:15 .dockerignore [2023-07-31T18:17:26.182Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 18:15 .git [2023-07-31T18:17:26.182Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:15 .github [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 31 18:15 .gitignore [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 18:15 .golangci.yml [2023-07-31T18:17:26.182Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 18:15 .semver [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 10332 Jul 31 18:15 Attribution.txt [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 9317 Jul 31 18:15 CHANGELOG.md [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jul 31 18:15 Dockerfile [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 18:15 GOVERNANCE.md [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 31 18:15 Jenkinsfile [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 31 18:15 LICENSE [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 2497 Jul 31 18:15 Makefile [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 31 18:15 OWNERS.md [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 31516 Jul 31 18:15 README.md [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 31 18:15 VERSION [2023-07-31T18:17:26.182Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:15 bin [2023-07-31T18:17:26.182Z] -rw-r--r-- 1 jenkins jenkins 41317 Jul 31 18:16 coverage.out [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 3694 Jul 31 18:15 go.mod [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 32867 Jul 31 18:15 go.sum [2023-07-31T18:17:26.182Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:15 images [2023-07-31T18:17:26.182Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:15 internal [2023-07-31T18:17:26.182Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 31 18:15 main.go [2023-07-31T18:17:26.182Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:15 res [2023-07-31T18:17:26.182Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:15 snap [2023-07-31T18:17:26.182Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:15 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:17:26.491Z] + 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 . [2023-07-31T18:17:26.491Z] Sending build context to Docker daemon 12.66MB [2023-07-31T18:17:26.491Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T18:17:26.491Z] Step 2/29 : FROM ${BASE} AS builder [2023-07-31T18:17:26.491Z] ---> 4b36c28199fa [2023-07-31T18:17:26.491Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T18:17:26.749Z] ---> Running in 3e31b2c3145d [2023-07-31T18:17:26.749Z] Removing intermediate container 3e31b2c3145d [2023-07-31T18:17:26.749Z] ---> 8392042c5db1 [2023-07-31T18:17:26.749Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T18:17:26.749Z] ---> Running in a4459089129a [2023-07-31T18:17:26.749Z] Removing intermediate container a4459089129a [2023-07-31T18:17:26.749Z] ---> df39728b2ddd [2023-07-31T18:17:26.749Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-07-31T18:17:26.749Z] ---> Running in 8d2ffbcb9469 [2023-07-31T18:17:27.006Z] Removing intermediate container 8d2ffbcb9469 [2023-07-31T18:17:27.006Z] ---> 90593d283581 [2023-07-31T18:17:27.006Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T18:17:27.006Z] ---> Running in c3db6bb5a474 [2023-07-31T18:17:27.262Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-31T18:17:27.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-31T18:17:27.780Z] OK: 265 MiB in 53 packages [2023-07-31T18:17:28.040Z] Removing intermediate container c3db6bb5a474 [2023-07-31T18:17:28.040Z] ---> 8955294bf815 [2023-07-31T18:17:28.040Z] Step 7/29 : WORKDIR /app [2023-07-31T18:17:28.040Z] ---> Running in a60691ad800b [2023-07-31T18:17:28.040Z] Removing intermediate container a60691ad800b [2023-07-31T18:17:28.040Z] ---> f08913b0d7ec [2023-07-31T18:17:28.040Z] Step 8/29 : COPY go.mod vendor* ./ [2023-07-31T18:17:28.297Z] ---> f1a6818730f5 [2023-07-31T18:17:28.298Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T18:17:28.298Z] ---> Running in 4427d489cd22 [2023-07-31T18:17:28.864Z] Removing intermediate container 4427d489cd22 [2023-07-31T18:17:28.864Z] ---> aa57a4012422 [2023-07-31T18:17:28.864Z] Step 10/29 : COPY . . [2023-07-31T18:17:29.431Z] ---> 07f8c4b06fb0 [2023-07-31T18:17:29.431Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T18:17:29.431Z] ---> Running in 5ecd8e8f0bcc [2023-07-31T18:17:29.431Z] Removing intermediate container 5ecd8e8f0bcc [2023-07-31T18:17:29.431Z] ---> 18b9c1926629 [2023-07-31T18:17:29.431Z] Step 12/29 : RUN $MAKE [2023-07-31T18:17:29.431Z] ---> Running in 708da1bbb8c6 [2023-07-31T18:17:29.762Z] using credential edgex-jenkins-ssh [2023-07-31T18:17:29.778Z] Cloning the remote Git repository [2023-07-31T18:17:29.824Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-07-31T18:17:29.915Z] > git init /w/workspace/app-rfid-llrp-inventory/119 # timeout=10 [2023-07-31T18:17:30.005Z] 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 [2023-07-31T18:17:30.055Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-07-31T18:17:30.056Z] > git --version # timeout=10 [2023-07-31T18:17:30.074Z] > git --version # 'git version 2.25.1' [2023-07-31T18:17:30.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-31T18:17:30.212Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-31T18:17:32.331Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-07-31T18:17:32.351Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-31T18:17:33.123Z] Avoid second fetch [2023-07-31T18:17:33.123Z] Checking out Revision 7c41851464354a514de961e5ff7e85fd1e07f550 (main) [2023-07-31T18:17:33.656Z] Commit message: "docs: Added 3.0.1 changelog to main branch (#214)" [2023-07-31T18:17:33.141Z] > git config core.sparsecheckout # timeout=10 [2023-07-31T18:17:33.203Z] > git checkout -f 7c41851464354a514de961e5ff7e85fd1e07f550 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-31T18:17:34.608Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-31T18:17:34.608Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-31T18:17:34.608Z] Dload Upload Total Spent Left Speed [2023-07-31T18:17:34.608Z] 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 [2023-07-31T18:17:35.207Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-31T18:17:35.532Z] + sudo tee /etc/docker/daemon.new [2023-07-31T18:17:35.532Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-31T18:17:35.532Z] { [2023-07-31T18:17:35.532Z] "registry-mirrors": [ [2023-07-31T18:17:35.532Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-31T18:17:35.532Z] ], [2023-07-31T18:17:35.532Z] "bip": "10.250.0.254/24", [2023-07-31T18:17:35.532Z] "hosts": [ [2023-07-31T18:17:35.532Z] "tcp://0.0.0.0:5555", [2023-07-31T18:17:35.532Z] "unix:///var/run/docker.sock" [2023-07-31T18:17:35.532Z] ], [2023-07-31T18:17:35.532Z] "mtu": 1458, [2023-07-31T18:17:35.532Z] "selinux-enabled": true, [2023-07-31T18:17:35.532Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-31T18:17:35.532Z] } [Pipeline] sh [2023-07-31T18:17:35.855Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-31T18:17:36.187Z] + sudo service docker restart [2023-07-31T18:17:51.934Z] Removing intermediate container 708da1bbb8c6 [2023-07-31T18:17:51.934Z] ---> c35c2450b809 [2023-07-31T18:17:51.934Z] Step 13/29 : FROM alpine:3.17 [2023-07-31T18:17:51.934Z] 3.17: Pulling from library/alpine [2023-07-31T18:17:51.934Z] 4db1b89c0bd1: Already exists [2023-07-31T18:17:51.934Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-31T18:17:51.934Z] Status: Downloaded newer image for alpine:3.17 [2023-07-31T18:17:51.934Z] ---> 1f73a9d63274 [2023-07-31T18:17:51.934Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-31T18:17:51.934Z] ---> Running in bad6794df1d5 [2023-07-31T18:17:51.934Z] Removing intermediate container bad6794df1d5 [2023-07-31T18:17:51.934Z] ---> 78ff5f424cb9 [2023-07-31T18:17:51.934Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-07-31T18:17:51.934Z] ---> Running in 08d7c98afff1 [2023-07-31T18:17:52.192Z] Removing intermediate container 08d7c98afff1 [2023-07-31T18:17:52.192Z] ---> bceeb9b7bdfa [2023-07-31T18:17:52.192Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-07-31T18:17:52.192Z] ---> Running in 2a3dd1befb0e [2023-07-31T18:17:52.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-31T18:17:52.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-31T18:17:53.020Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-31T18:17:53.020Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-31T18:17:53.020Z] Executing busybox-1.35.0-r29.trigger [2023-07-31T18:17:53.020Z] Executing ca-certificates-20230506-r0.trigger [2023-07-31T18:17:53.020Z] OK: 8 MiB in 17 packages [2023-07-31T18:17:53.278Z] Removing intermediate container 2a3dd1befb0e [2023-07-31T18:17:53.278Z] ---> 18ffe94abc2f [2023-07-31T18:17:53.278Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-31T18:17:53.535Z] ---> 2413f816ba81 [2023-07-31T18:17:53.535Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-31T18:17:53.535Z] ---> a1ff6e8485fa [2023-07-31T18:17:53.535Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-07-31T18:17:53.794Z] ---> 803e8f07cb28 [2023-07-31T18:17:53.794Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-07-31T18:17:53.794Z] ---> d43f80c40e20 [2023-07-31T18:17:53.794Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T18:17:54.434Z] provisioning config files... [2023-07-31T18:17:54.457Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/119@tmp/config17213977926277230530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:17:54.733Z] ---> 66a55a397223 [2023-07-31T18:17:54.733Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-07-31T18:17:54.733Z] ---> Running in 305e67468712 [2023-07-31T18:17:54.803Z] ---> docker-login.sh [2023-07-31T18:17:54.803Z] nexus3.edgexfoundry.org:10001 [2023-07-31T18:17:55.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:55.302Z] Removing intermediate container 305e67468712 [2023-07-31T18:17:55.302Z] ---> fcf9a1d748ef [2023-07-31T18:17:55.302Z] Step 23/29 : VOLUME /cache [2023-07-31T18:17:55.302Z] ---> Running in 73bf5bdb707b [2023-07-31T18:17:55.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:55.344Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:55.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:55.344Z] [2023-07-31T18:17:55.344Z] Login Succeeded [2023-07-31T18:17:55.344Z] nexus3.edgexfoundry.org:10002 [2023-07-31T18:17:55.561Z] Removing intermediate container 73bf5bdb707b [2023-07-31T18:17:55.561Z] ---> 0298e39b8f0e [2023-07-31T18:17:55.561Z] Step 24/29 : EXPOSE 59711 [2023-07-31T18:17:55.561Z] ---> Running in 94dca90fbbd6 [2023-07-31T18:17:55.561Z] Removing intermediate container 94dca90fbbd6 [2023-07-31T18:17:55.561Z] ---> 5c2676536167 [2023-07-31T18:17:55.561Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-07-31T18:17:55.561Z] ---> Running in ee2235432e26 [2023-07-31T18:17:55.561Z] Removing intermediate container ee2235432e26 [2023-07-31T18:17:55.561Z] ---> d53abb863e63 [2023-07-31T18:17:55.561Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-07-31T18:17:55.561Z] ---> Running in 595ebe4c5473 [2023-07-31T18:17:55.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:55.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:55.612Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:55.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:55.612Z] [2023-07-31T18:17:55.612Z] Login Succeeded [2023-07-31T18:17:55.612Z] nexus3.edgexfoundry.org:10003 [2023-07-31T18:17:55.820Z] Removing intermediate container 595ebe4c5473 [2023-07-31T18:17:55.820Z] ---> 738046687657 [2023-07-31T18:17:55.820Z] Step 27/29 : LABEL arch=amd64 [2023-07-31T18:17:55.820Z] ---> Running in 181ad83e8ff0 [2023-07-31T18:17:55.820Z] Removing intermediate container 181ad83e8ff0 [2023-07-31T18:17:55.820Z] ---> a4be732a3959 [2023-07-31T18:17:55.820Z] Step 28/29 : LABEL git_sha=7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:17:55.820Z] ---> Running in 9c825f7e4071 [2023-07-31T18:17:55.820Z] Removing intermediate container 9c825f7e4071 [2023-07-31T18:17:55.820Z] ---> 12dd2789042b [2023-07-31T18:17:55.820Z] Step 29/29 : LABEL version=3.1.0-dev.7 [2023-07-31T18:17:55.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:55.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:55.883Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:55.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:55.883Z] [2023-07-31T18:17:55.883Z] Login Succeeded [2023-07-31T18:17:55.883Z] nexus3.edgexfoundry.org:10004 [2023-07-31T18:17:56.077Z] ---> Running in 54eed9096083 [2023-07-31T18:17:56.077Z] Removing intermediate container 54eed9096083 [2023-07-31T18:17:56.077Z] ---> 1d758509f235 [2023-07-31T18:17:56.077Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-31T18:17:56.077Z] Successfully built 1d758509f235 [2023-07-31T18:17:56.078Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2023-07-31T18:17:56.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T18:17:56.189Z] provisioning config files... [2023-07-31T18:17:56.198Z] 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 [2023-07-31T18:17:56.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:56.427Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:56.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:56.427Z] [2023-07-31T18:17:56.427Z] Login Succeeded [2023-07-31T18:17:56.427Z] docker.io [2023-07-31T18:17:56.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:56.498Z] ---> docker-login.sh [2023-07-31T18:17:56.498Z] nexus3.edgexfoundry.org:10001 [2023-07-31T18:17:56.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:56.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:56.498Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:56.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:56.498Z] [2023-07-31T18:17:56.498Z] Login Succeeded [2023-07-31T18:17:56.498Z] nexus3.edgexfoundry.org:10002 [2023-07-31T18:17:56.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:56.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:56.498Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:56.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:56.498Z] [2023-07-31T18:17:56.498Z] Login Succeeded [2023-07-31T18:17:56.498Z] nexus3.edgexfoundry.org:10003 [2023-07-31T18:17:56.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:56.697Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:56.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:56.697Z] [2023-07-31T18:17:56.697Z] Login Succeeded [2023-07-31T18:17:56.697Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T18:17:56.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-07-31T18:17:56.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:56.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:56.764Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:56.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:56.764Z] [2023-07-31T18:17:56.764Z] Login Succeeded [2023-07-31T18:17:56.764Z] nexus3.edgexfoundry.org:10004 [2023-07-31T18:17:56.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:17:56.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:56.764Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:56.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:56.764Z] [2023-07-31T18:17:56.764Z] Login Succeeded [2023-07-31T18:17:56.764Z] docker.io [2023-07-31T18:17:56.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo [2023-07-31T18:17:56.942Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T18:17:56.958Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T18:17:56.971Z] ========================================================= [2023-07-31T18:17:56.971Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-31T18:17:56.971Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:17:57.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:17:57.023Z] Configure a credential helper to remove this warning. See [2023-07-31T18:17:57.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:17:57.023Z] [2023-07-31T18:17:57.023Z] Login Succeeded [2023-07-31T18:17:57.023Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T18:17:57.065Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T18:17:57.102Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T18:17:57.129Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2023-07-31T18:17:57.129Z] 7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:17:57.129Z] latest [2023-07-31T18:17:57.129Z] 3.1.0-dev.7 [2023-07-31T18:17:57.129Z] 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [2023-07-31T18:17:57.129Z] main [2023-07-31T18:17:57.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:17:57.320Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-07-31T18:17:57.459Z] + 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 [2023-07-31T18:17:57.592Z] Sending build context to Docker daemon 684.5kB [2023-07-31T18:17:57.592Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T18:17:57.592Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-31T18:17:57.592Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-31T18:17:57.592Z] edb6bdbacee9: Pulling fs layer [2023-07-31T18:17:57.592Z] 5f9638ab2659: Pulling fs layer [2023-07-31T18:17:57.592Z] 8d51d6327a98: Pulling fs layer [2023-07-31T18:17:57.592Z] 8b374f2dd631: Pulling fs layer [2023-07-31T18:17:57.592Z] ec14aa9079de: Pulling fs layer [2023-07-31T18:17:57.592Z] 2f466654f4bb: Pulling fs layer [2023-07-31T18:17:57.592Z] 554e91adad29: Pulling fs layer [2023-07-31T18:17:57.592Z] ec14aa9079de: Waiting [2023-07-31T18:17:57.592Z] 2f466654f4bb: Waiting [2023-07-31T18:17:57.592Z] 554e91adad29: Waiting [2023-07-31T18:17:57.592Z] 8b374f2dd631: Waiting [2023-07-31T18:17:57.774Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:17:57.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-31T18:17:57.775Z] ad3f63b1efe1: Preparing [2023-07-31T18:17:57.775Z] 967761b9afaf: Preparing [2023-07-31T18:17:57.775Z] 3389b43b3dd6: Preparing [2023-07-31T18:17:57.775Z] f07d40679589: Preparing [2023-07-31T18:17:57.775Z] ae51d07d9cc2: Preparing [2023-07-31T18:17:57.775Z] eaeaf97a0b5f: Preparing [2023-07-31T18:17:57.775Z] 1885152a4ce7: Preparing [2023-07-31T18:17:57.775Z] 3dab9f8bf2d2: Preparing [2023-07-31T18:17:57.775Z] eaeaf97a0b5f: Waiting [2023-07-31T18:17:57.775Z] 1885152a4ce7: Waiting [2023-07-31T18:17:57.775Z] 3dab9f8bf2d2: Waiting [2023-07-31T18:17:57.775Z] f07d40679589: Pushed [2023-07-31T18:17:57.775Z] 3389b43b3dd6: Pushed [2023-07-31T18:17:57.775Z] ae51d07d9cc2: Pushed [2023-07-31T18:17:57.775Z] ad3f63b1efe1: Pushed [2023-07-31T18:17:57.775Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T18:17:57.863Z] 5f9638ab2659: Verifying Checksum [2023-07-31T18:17:57.863Z] 5f9638ab2659: Download complete [2023-07-31T18:17:57.863Z] 8b374f2dd631: Verifying Checksum [2023-07-31T18:17:57.863Z] 8b374f2dd631: Download complete [2023-07-31T18:17:57.863Z] ec14aa9079de: Verifying Checksum [2023-07-31T18:17:57.863Z] ec14aa9079de: Download complete [2023-07-31T18:17:57.863Z] edb6bdbacee9: Verifying Checksum [2023-07-31T18:17:58.033Z] eaeaf97a0b5f: Pushed [2023-07-31T18:17:58.033Z] 1885152a4ce7: Pushed [2023-07-31T18:17:58.827Z] edb6bdbacee9: Pull complete [2023-07-31T18:17:59.095Z] 554e91adad29: Verifying Checksum [2023-07-31T18:17:59.095Z] 554e91adad29: Download complete [2023-07-31T18:17:59.362Z] 5f9638ab2659: Pull complete [2023-07-31T18:18:00.326Z] 8d51d6327a98: Verifying Checksum [2023-07-31T18:18:00.326Z] 8d51d6327a98: Download complete [2023-07-31T18:18:00.326Z] 2f466654f4bb: Verifying Checksum [2023-07-31T18:18:00.326Z] 2f466654f4bb: Download complete [2023-07-31T18:18:00.579Z] 967761b9afaf: Pushed [2023-07-31T18:18:00.579Z] 7c41851464354a514de961e5ff7e85fd1e07f550: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:18:00.887Z] + 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 [2023-07-31T18:18:01.194Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-07-31T18:18:01.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-31T18:18:01.194Z] ad3f63b1efe1: Preparing [2023-07-31T18:18:01.194Z] 967761b9afaf: Preparing [2023-07-31T18:18:01.194Z] 3389b43b3dd6: Preparing [2023-07-31T18:18:01.194Z] f07d40679589: Preparing [2023-07-31T18:18:01.194Z] ae51d07d9cc2: Preparing [2023-07-31T18:18:01.194Z] eaeaf97a0b5f: Preparing [2023-07-31T18:18:01.194Z] 1885152a4ce7: Preparing [2023-07-31T18:18:01.194Z] 3dab9f8bf2d2: Preparing [2023-07-31T18:18:01.194Z] eaeaf97a0b5f: Waiting [2023-07-31T18:18:01.194Z] 1885152a4ce7: Waiting [2023-07-31T18:18:01.194Z] 3dab9f8bf2d2: Waiting [2023-07-31T18:18:01.194Z] 967761b9afaf: Layer already exists [2023-07-31T18:18:01.194Z] ae51d07d9cc2: Layer already exists [2023-07-31T18:18:01.194Z] f07d40679589: Layer already exists [2023-07-31T18:18:01.194Z] 3389b43b3dd6: Layer already exists [2023-07-31T18:18:01.194Z] ad3f63b1efe1: Layer already exists [2023-07-31T18:18:01.194Z] 1885152a4ce7: Layer already exists [2023-07-31T18:18:01.194Z] eaeaf97a0b5f: Layer already exists [2023-07-31T18:18:01.194Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T18:18:01.194Z] latest: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:18:01.510Z] + 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 [2023-07-31T18:18:01.818Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.7 [2023-07-31T18:18:01.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-31T18:18:01.818Z] ad3f63b1efe1: Preparing [2023-07-31T18:18:01.818Z] 967761b9afaf: Preparing [2023-07-31T18:18:01.818Z] 3389b43b3dd6: Preparing [2023-07-31T18:18:01.818Z] f07d40679589: Preparing [2023-07-31T18:18:01.818Z] ae51d07d9cc2: Preparing [2023-07-31T18:18:01.818Z] eaeaf97a0b5f: Preparing [2023-07-31T18:18:01.818Z] 1885152a4ce7: Preparing [2023-07-31T18:18:01.818Z] 3dab9f8bf2d2: Preparing [2023-07-31T18:18:01.818Z] 1885152a4ce7: Waiting [2023-07-31T18:18:01.818Z] eaeaf97a0b5f: Waiting [2023-07-31T18:18:01.818Z] 3dab9f8bf2d2: Waiting [2023-07-31T18:18:01.818Z] 967761b9afaf: Layer already exists [2023-07-31T18:18:01.818Z] 3389b43b3dd6: Layer already exists [2023-07-31T18:18:01.818Z] f07d40679589: Layer already exists [2023-07-31T18:18:01.818Z] ad3f63b1efe1: Layer already exists [2023-07-31T18:18:01.818Z] eaeaf97a0b5f: Layer already exists [2023-07-31T18:18:01.818Z] ae51d07d9cc2: Layer already exists [2023-07-31T18:18:01.818Z] 1885152a4ce7: Layer already exists [2023-07-31T18:18:01.818Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T18:18:01.818Z] 3.1.0-dev.7: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:18:02.141Z] + 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 [2023-07-31T18:18:02.455Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [2023-07-31T18:18:02.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-31T18:18:02.455Z] ad3f63b1efe1: Preparing [2023-07-31T18:18:02.455Z] 967761b9afaf: Preparing [2023-07-31T18:18:02.455Z] 3389b43b3dd6: Preparing [2023-07-31T18:18:02.455Z] f07d40679589: Preparing [2023-07-31T18:18:02.455Z] ae51d07d9cc2: Preparing [2023-07-31T18:18:02.455Z] eaeaf97a0b5f: Preparing [2023-07-31T18:18:02.455Z] 1885152a4ce7: Preparing [2023-07-31T18:18:02.455Z] 3dab9f8bf2d2: Preparing [2023-07-31T18:18:02.455Z] eaeaf97a0b5f: Waiting [2023-07-31T18:18:02.455Z] 1885152a4ce7: Waiting [2023-07-31T18:18:02.455Z] 3dab9f8bf2d2: Waiting [2023-07-31T18:18:02.455Z] 967761b9afaf: Layer already exists [2023-07-31T18:18:02.455Z] ad3f63b1efe1: Layer already exists [2023-07-31T18:18:02.455Z] 3389b43b3dd6: Layer already exists [2023-07-31T18:18:02.455Z] ae51d07d9cc2: Layer already exists [2023-07-31T18:18:02.455Z] f07d40679589: Layer already exists [2023-07-31T18:18:02.455Z] eaeaf97a0b5f: Layer already exists [2023-07-31T18:18:02.455Z] 1885152a4ce7: Layer already exists [2023-07-31T18:18:02.455Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T18:18:02.455Z] 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:18:02.764Z] + 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 [2023-07-31T18:18:03.076Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2023-07-31T18:18:03.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-31T18:18:03.076Z] ad3f63b1efe1: Preparing [2023-07-31T18:18:03.076Z] 967761b9afaf: Preparing [2023-07-31T18:18:03.076Z] 3389b43b3dd6: Preparing [2023-07-31T18:18:03.076Z] f07d40679589: Preparing [2023-07-31T18:18:03.076Z] ae51d07d9cc2: Preparing [2023-07-31T18:18:03.076Z] eaeaf97a0b5f: Preparing [2023-07-31T18:18:03.076Z] 1885152a4ce7: Preparing [2023-07-31T18:18:03.076Z] 3dab9f8bf2d2: Preparing [2023-07-31T18:18:03.076Z] eaeaf97a0b5f: Waiting [2023-07-31T18:18:03.076Z] 1885152a4ce7: Waiting [2023-07-31T18:18:03.076Z] 3dab9f8bf2d2: Waiting [2023-07-31T18:18:03.076Z] ae51d07d9cc2: Layer already exists [2023-07-31T18:18:03.076Z] f07d40679589: Layer already exists [2023-07-31T18:18:03.076Z] 967761b9afaf: Layer already exists [2023-07-31T18:18:03.076Z] ad3f63b1efe1: Layer already exists [2023-07-31T18:18:03.076Z] 3389b43b3dd6: Layer already exists [2023-07-31T18:18:03.076Z] 1885152a4ce7: Layer already exists [2023-07-31T18:18:03.076Z] eaeaf97a0b5f: Layer already exists [2023-07-31T18:18:03.076Z] 3dab9f8bf2d2: Layer already exists [2023-07-31T18:18:03.077Z] main: digest: sha256:356a26092cb47c7a07fe5f0cab4d6f214b63ea89dc26f23b35050bbaf7c593e5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T18:18:03.135Z] ===================================================== [Pipeline] echo [2023-07-31T18:18:03.141Z] taggedImages: [2023-07-31T18:18:03.141Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:18:03.141Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-07-31T18:18:03.141Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.7 [2023-07-31T18:18:03.141Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [2023-07-31T18:18:03.141Z] - 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 [2023-07-31T18:18:03.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T18:18:03.500Z] [2023-07-31T18:18:03.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:18:03.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T18:18:03.798Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-31T18:18:03.798Z] 5eb5b503b376: Pulling fs layer [2023-07-31T18:18:03.798Z] 5c69ac0246d0: Pulling fs layer [2023-07-31T18:18:03.798Z] ec43610c2a17: Pulling fs layer [2023-07-31T18:18:03.798Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-31T18:18:03.798Z] 33b1e0a273af: Pulling fs layer [2023-07-31T18:18:03.798Z] 5d3b04190fa2: Pulling fs layer [2023-07-31T18:18:03.798Z] 2f39f015ded8: Pulling fs layer [2023-07-31T18:18:03.798Z] 5d3b04190fa2: Waiting [2023-07-31T18:18:03.798Z] 33b1e0a273af: Waiting [2023-07-31T18:18:03.798Z] 2f39f015ded8: Waiting [2023-07-31T18:18:03.798Z] 3a2ae6a8a46f: Waiting [2023-07-31T18:18:03.798Z] 5c69ac0246d0: Verifying Checksum [2023-07-31T18:18:03.798Z] 5c69ac0246d0: Download complete [2023-07-31T18:18:03.798Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-31T18:18:03.798Z] 3a2ae6a8a46f: Download complete [2023-07-31T18:18:03.798Z] 33b1e0a273af: Verifying Checksum [2023-07-31T18:18:03.798Z] 33b1e0a273af: Download complete [2023-07-31T18:18:03.798Z] 5d3b04190fa2: Verifying Checksum [2023-07-31T18:18:03.798Z] 5d3b04190fa2: Download complete [2023-07-31T18:18:03.798Z] ec43610c2a17: Verifying Checksum [2023-07-31T18:18:03.798Z] ec43610c2a17: Download complete [2023-07-31T18:18:04.056Z] 5eb5b503b376: Verifying Checksum [2023-07-31T18:18:04.056Z] 5eb5b503b376: Download complete [2023-07-31T18:18:04.623Z] 2f39f015ded8: Verifying Checksum [2023-07-31T18:18:04.623Z] 2f39f015ded8: Download complete [2023-07-31T18:18:05.190Z] 5eb5b503b376: Pull complete [2023-07-31T18:18:05.448Z] 5c69ac0246d0: Pull complete [2023-07-31T18:18:05.707Z] ec43610c2a17: Pull complete [2023-07-31T18:18:05.707Z] 3a2ae6a8a46f: Pull complete [2023-07-31T18:18:05.967Z] 33b1e0a273af: Pull complete [2023-07-31T18:18:06.226Z] 5d3b04190fa2: Pull complete [2023-07-31T18:18:10.412Z] 2f39f015ded8: Pull complete [2023-07-31T18:18:10.412Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-31T18:18:10.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T18:18:10.412Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:18:10.481Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:18:10.512Z] $ 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 [2023-07-31T18:18:12.659Z] 8d51d6327a98: Pull complete [2023-07-31T18:18:12.659Z] 8b374f2dd631: Pull complete [2023-07-31T18:18:12.659Z] ec14aa9079de: Pull complete [2023-07-31T18:18:14.390Z] $ docker top 02526d1509ad7caaf26d941d4a6b7f1f0447caf191b82270fc20e84ea11b1fd2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:18:14.787Z] ---> job-cost.sh [2023-07-31T18:18:14.787Z] lf-activate-venv: SKIPPING [2023-07-31T18:18:14.787Z] INFO: No Stack... [2023-07-31T18:18:15.046Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-31T18:18:15.611Z] INFO: Archiving Costs [Pipeline] sh [2023-07-31T18:18:15.898Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2023-07-31T18:18:15.898Z] + cut -d, -f6 [Pipeline] lock [2023-07-31T18:18:15.908Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [2023-07-31T18:18:15.913Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] did not exist. Created. [2023-07-31T18:18:15.914Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-31T18:18:16.212Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-31T18:18:16.241Z] Stashed 1 file(s) [Pipeline] } [2023-07-31T18:18:16.273Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-31T18:18:16.294Z] $ docker stop --time=1 02526d1509ad7caaf26d941d4a6b7f1f0447caf191b82270fc20e84ea11b1fd2 [2023-07-31T18:18:17.445Z] $ docker rm -f --volumes 02526d1509ad7caaf26d941d4a6b7f1f0447caf191b82270fc20e84ea11b1fd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-07-31T18:18:19.318Z] 2f466654f4bb: Pull complete [2023-07-31T18:18:21.909Z] 554e91adad29: Pull complete [2023-07-31T18:18:21.909Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-31T18:18:21.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-31T18:18:21.909Z] ---> 1e15ea492957 [2023-07-31T18:18:21.909Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T18:18:23.858Z] ---> Running in 89d2ef5b027f [2023-07-31T18:18:23.858Z] Removing intermediate container 89d2ef5b027f [2023-07-31T18:18:23.858Z] ---> 5c4fee9407f3 [2023-07-31T18:18:23.858Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T18:18:23.858Z] ---> Running in 2378573b0ac5 [2023-07-31T18:18:24.129Z] Removing intermediate container 2378573b0ac5 [2023-07-31T18:18:24.129Z] ---> 6722cd67fdc5 [2023-07-31T18:18:24.129Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-31T18:18:24.129Z] ---> Running in 2785a30ac710 [2023-07-31T18:18:24.399Z] Removing intermediate container 2785a30ac710 [2023-07-31T18:18:24.399Z] ---> 36b43b1160e5 [2023-07-31T18:18:24.399Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T18:18:24.666Z] ---> Running in 1816843159bd [2023-07-31T18:18:25.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-31T18:18:26.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-31T18:18:27.170Z] OK: 263 MiB in 53 packages [2023-07-31T18:18:27.885Z] Removing intermediate container 1816843159bd [2023-07-31T18:18:27.885Z] ---> 5b243c4f9869 [2023-07-31T18:18:27.885Z] Step 7/12 : WORKDIR /app [2023-07-31T18:18:27.885Z] ---> Running in 2549e23ffb1e [2023-07-31T18:18:28.177Z] Removing intermediate container 2549e23ffb1e [2023-07-31T18:18:28.177Z] ---> f1a1d4b6c322 [2023-07-31T18:18:28.177Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-31T18:18:28.789Z] ---> 6106b301dea7 [2023-07-31T18:18:28.789Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T18:18:28.789Z] ---> Running in 7f7ca5ba414f [2023-07-31T18:19:36.674Z] Removing intermediate container 7f7ca5ba414f [2023-07-31T18:19:36.674Z] ---> a6983e2fb2a8 [2023-07-31T18:19:36.674Z] Step 10/12 : COPY . . [2023-07-31T18:19:36.674Z] ---> ed39b7621fb8 [2023-07-31T18:19:36.674Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T18:19:36.674Z] ---> Running in d1984a314354 [2023-07-31T18:19:36.674Z] Removing intermediate container d1984a314354 [2023-07-31T18:19:36.674Z] ---> 394451af831b [2023-07-31T18:19:36.674Z] Step 12/12 : RUN $MAKE [2023-07-31T18:19:36.674Z] ---> Running in b70158b23469 [2023-07-31T18:19:36.674Z] noop [2023-07-31T18:19:36.674Z] Removing intermediate container b70158b23469 [2023-07-31T18:19:36.674Z] ---> 549b9eeea543 [2023-07-31T18:19:36.674Z] Successfully built 549b9eeea543 [2023-07-31T18:19:36.674Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:19:37.022Z] + docker inspect -f . ci-base-image-arm64 [2023-07-31T18:19:37.022Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:19:37.209Z] prd-ubuntu20.04-docker-arm64-4c-16g-2606 does not seem to be running inside a container [2023-07-31T18:19:37.270Z] $ 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 [2023-07-31T18:19:38.411Z] $ docker top a093952d989a74065b2bd4d9fa886697665264b47b3da723cc08f39815fe2618 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T18:19:39.228Z] + go version [2023-07-31T18:19:39.228Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-31T18:19:39.247Z] $ docker stop --time=1 a093952d989a74065b2bd4d9fa886697665264b47b3da723cc08f39815fe2618 [2023-07-31T18:19:40.853Z] $ 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 [2023-07-31T18:19:41.376Z] + docker inspect -f . ci-base-image-arm64 [2023-07-31T18:19:41.376Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:19:41.551Z] prd-ubuntu20.04-docker-arm64-4c-16g-2606 does not seem to be running inside a container [2023-07-31T18:19:41.612Z] $ 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 [2023-07-31T18:19:42.717Z] $ docker top b3fde2b53974006a12c1e813d6b5c8ca99498ed2bd282072595059a87d4cfa64 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T18:19:43.215Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/119 [Pipeline] fileExists [Pipeline] sh [2023-07-31T18:19:43.811Z] + make test [2023-07-31T18:19:43.811Z] go test -race ./... -coverprofile=coverage.out ./... [2023-07-31T18:22:20.574Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-07-31T18:22:25.928Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-07-31T18:22:27.337Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.248s coverage: 86.2% of statements [2023-07-31T18:22:37.423Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.358s coverage: 71.9% of statements [2023-07-31T18:22:37.424Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-31T18:22:37.424Z] go vet ./... [2023-07-31T18:24:59.149Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-31T18:24:59.149Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-31T18:24:59.149Z] ./bin/test-attribution.sh [Pipeline] echo [2023-07-31T18:24:59.167Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-31T18:24:59.175Z] $ docker stop --time=1 b3fde2b53974006a12c1e813d6b5c8ca99498ed2bd282072595059a87d4cfa64 [2023-07-31T18:25:02.354Z] $ docker rm -f --volumes b3fde2b53974006a12c1e813d6b5c8ca99498ed2bd282072595059a87d4cfa64 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-31T18:25:03.796Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-31T18:25:03.820Z] Warning: overwriting stash ‘coverage-report’ [2023-07-31T18:25:04.229Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-31T18:25:04.603Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-31T18:25:04.916Z] + ls -al . [2023-07-31T18:25:04.916Z] total 232 [2023-07-31T18:25:04.916Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 31 18:19 . [2023-07-31T18:25:04.916Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:17 .. [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 31 18:17 .dockerignore [2023-07-31T18:25:04.916Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 31 18:17 .git [2023-07-31T18:25:04.916Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:17 .github [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 31 18:17 .gitignore [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 31 18:17 .golangci.yml [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 10332 Jul 31 18:17 Attribution.txt [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 9317 Jul 31 18:17 CHANGELOG.md [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jul 31 18:17 Dockerfile [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 31 18:17 GOVERNANCE.md [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 31 18:17 Jenkinsfile [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 31 18:17 LICENSE [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 2497 Jul 31 18:17 Makefile [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 31 18:17 OWNERS.md [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 31516 Jul 31 18:17 README.md [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 31 18:15 VERSION [2023-07-31T18:25:04.916Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:17 bin [2023-07-31T18:25:04.916Z] -rw-r--r-- 1 jenkins jenkins 41317 Jul 31 18:22 coverage.out [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 3694 Jul 31 18:17 go.mod [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 32867 Jul 31 18:17 go.sum [2023-07-31T18:25:04.916Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:17 images [2023-07-31T18:25:04.916Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:17 internal [2023-07-31T18:25:04.916Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 31 18:17 main.go [2023-07-31T18:25:04.916Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 31 18:17 res [2023-07-31T18:25:04.916Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 31 18:17 snap [2023-07-31T18:25:04.916Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 31 18:17 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:25:05.247Z] + 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 . [2023-07-31T18:25:05.514Z] Sending build context to Docker daemon 684.5kB [2023-07-31T18:25:05.514Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-07-31T18:25:05.514Z] Step 2/29 : FROM ${BASE} AS builder [2023-07-31T18:25:05.514Z] ---> 549b9eeea543 [2023-07-31T18:25:05.514Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-07-31T18:25:05.514Z] ---> Running in 19117f7cc68c [2023-07-31T18:25:05.780Z] Removing intermediate container 19117f7cc68c [2023-07-31T18:25:05.780Z] ---> 4e4027a98db8 [2023-07-31T18:25:05.780Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-07-31T18:25:05.780Z] ---> Running in a7732783235c [2023-07-31T18:25:06.047Z] Removing intermediate container a7732783235c [2023-07-31T18:25:06.047Z] ---> af5d1ffb2e09 [2023-07-31T18:25:06.047Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-07-31T18:25:06.314Z] ---> Running in b649b163385b [2023-07-31T18:25:06.581Z] Removing intermediate container b649b163385b [2023-07-31T18:25:06.581Z] ---> c75c2c882601 [2023-07-31T18:25:06.581Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-31T18:25:06.581Z] ---> Running in ce5b583d49b5 [2023-07-31T18:25:07.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-31T18:25:08.120Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-31T18:25:09.076Z] OK: 263 MiB in 53 packages [2023-07-31T18:25:09.662Z] Removing intermediate container ce5b583d49b5 [2023-07-31T18:25:09.662Z] ---> 1af600f13b61 [2023-07-31T18:25:09.662Z] Step 7/29 : WORKDIR /app [2023-07-31T18:25:09.662Z] ---> Running in aec152d43d63 [2023-07-31T18:25:09.930Z] Removing intermediate container aec152d43d63 [2023-07-31T18:25:09.930Z] ---> 459f1298d019 [2023-07-31T18:25:09.930Z] Step 8/29 : COPY go.mod vendor* ./ [2023-07-31T18:25:10.516Z] ---> 1589bfcff6fe [2023-07-31T18:25:10.516Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-31T18:25:10.516Z] ---> Running in 1577481fe1a4 [2023-07-31T18:25:12.469Z] Removing intermediate container 1577481fe1a4 [2023-07-31T18:25:12.469Z] ---> be3e888109bb [2023-07-31T18:25:12.469Z] Step 10/29 : COPY . . [2023-07-31T18:25:15.040Z] ---> 6c87b1d9e0bf [2023-07-31T18:25:15.040Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-31T18:25:15.306Z] ---> Running in 51b4540bf839 [2023-07-31T18:25:15.571Z] Removing intermediate container 51b4540bf839 [2023-07-31T18:25:15.571Z] ---> fb653e0ccc6c [2023-07-31T18:25:15.571Z] Step 12/29 : RUN $MAKE [2023-07-31T18:25:15.571Z] ---> Running in 8c9b596b0014 [2023-07-31T18:25:16.530Z] 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 [2023-07-31T18:27:23.223Z] Removing intermediate container 8c9b596b0014 [2023-07-31T18:27:23.223Z] ---> dedd3fdacaa5 [2023-07-31T18:27:23.223Z] Step 13/29 : FROM alpine:3.17 [2023-07-31T18:27:23.223Z] 3.17: Pulling from library/alpine [2023-07-31T18:27:23.223Z] edb6bdbacee9: Already exists [2023-07-31T18:27:23.223Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-31T18:27:23.223Z] Status: Downloaded newer image for alpine:3.17 [2023-07-31T18:27:23.223Z] ---> 779605e5fbc0 [2023-07-31T18:27:23.223Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-31T18:27:23.223Z] ---> Running in ca8aa8ef04e7 [2023-07-31T18:27:23.223Z] Removing intermediate container ca8aa8ef04e7 [2023-07-31T18:27:23.223Z] ---> e87dcc94f83e [2023-07-31T18:27:23.223Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-07-31T18:27:23.223Z] ---> Running in 72ebc4672050 [2023-07-31T18:27:23.223Z] Removing intermediate container 72ebc4672050 [2023-07-31T18:27:23.223Z] ---> 99d01eb47aa9 [2023-07-31T18:27:23.223Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-07-31T18:27:23.223Z] ---> Running in d08beb25a7a8 [2023-07-31T18:27:23.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-31T18:27:23.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-31T18:27:23.223Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-31T18:27:23.223Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-31T18:27:23.223Z] Executing busybox-1.35.0-r29.trigger [2023-07-31T18:27:23.223Z] Executing ca-certificates-20230506-r0.trigger [2023-07-31T18:27:23.805Z] OK: 8 MiB in 17 packages [2023-07-31T18:27:26.379Z] Removing intermediate container d08beb25a7a8 [2023-07-31T18:27:26.379Z] ---> 857af120b32a [2023-07-31T18:27:26.379Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-31T18:27:26.962Z] ---> 449eed0664f8 [2023-07-31T18:27:26.962Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-31T18:27:27.550Z] ---> d245730c8dd6 [2023-07-31T18:27:27.550Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-07-31T18:27:27.816Z] ---> 805bfd344a5e [2023-07-31T18:27:27.816Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-07-31T18:27:28.399Z] ---> 5c3ccd2381fd [2023-07-31T18:27:28.399Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-07-31T18:27:29.802Z] ---> 9384fb8ae9e7 [2023-07-31T18:27:29.802Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-07-31T18:27:29.802Z] ---> Running in c77b238589fd [2023-07-31T18:27:31.221Z] Removing intermediate container c77b238589fd [2023-07-31T18:27:31.221Z] ---> 233f45f2763f [2023-07-31T18:27:31.221Z] Step 23/29 : VOLUME /cache [2023-07-31T18:27:31.221Z] ---> Running in c99a369f687a [2023-07-31T18:27:31.489Z] Removing intermediate container c99a369f687a [2023-07-31T18:27:31.489Z] ---> adc8ea36ee33 [2023-07-31T18:27:31.489Z] Step 24/29 : EXPOSE 59711 [2023-07-31T18:27:31.489Z] ---> Running in a63d6e53a7aa [2023-07-31T18:27:31.760Z] Removing intermediate container a63d6e53a7aa [2023-07-31T18:27:31.760Z] ---> 1dcd94c08f52 [2023-07-31T18:27:31.760Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-07-31T18:27:31.760Z] ---> Running in c1d346662955 [2023-07-31T18:27:32.028Z] Removing intermediate container c1d346662955 [2023-07-31T18:27:32.028Z] ---> 4480069955fd [2023-07-31T18:27:32.028Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-07-31T18:27:32.293Z] ---> Running in 2ba4f84d7663 [2023-07-31T18:27:32.560Z] Removing intermediate container 2ba4f84d7663 [2023-07-31T18:27:32.560Z] ---> bf107c1d4438 [2023-07-31T18:27:32.560Z] Step 27/29 : LABEL arch=arm64 [2023-07-31T18:27:32.560Z] ---> Running in b14dd6438154 [2023-07-31T18:27:32.826Z] Removing intermediate container b14dd6438154 [2023-07-31T18:27:32.826Z] ---> 8a9b4fa32e14 [2023-07-31T18:27:32.826Z] Step 28/29 : LABEL git_sha=7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:27:32.826Z] ---> Running in 2f5992a15f23 [2023-07-31T18:27:33.091Z] Removing intermediate container 2f5992a15f23 [2023-07-31T18:27:33.091Z] ---> cae44f08e983 [2023-07-31T18:27:33.091Z] Step 29/29 : LABEL version=3.1.0-dev.7 [2023-07-31T18:27:33.091Z] ---> Running in 6d06eac63ff0 [2023-07-31T18:27:33.360Z] Removing intermediate container 6d06eac63ff0 [2023-07-31T18:27:33.360Z] ---> 9d0a739f7074 [2023-07-31T18:27:33.360Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-31T18:27:33.360Z] Successfully built 9d0a739f7074 [2023-07-31T18:27:33.625Z] 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 [2023-07-31T18:27:33.738Z] provisioning config files... [2023-07-31T18:27:33.749Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/119@tmp/config17624340961073073636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:27:34.072Z] ---> docker-login.sh [2023-07-31T18:27:34.072Z] nexus3.edgexfoundry.org:10001 [2023-07-31T18:27:34.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:27:34.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:27:34.458Z] Configure a credential helper to remove this warning. See [2023-07-31T18:27:34.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:27:34.458Z] [2023-07-31T18:27:34.458Z] Login Succeeded [2023-07-31T18:27:34.458Z] nexus3.edgexfoundry.org:10002 [2023-07-31T18:27:34.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:27:34.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:27:34.729Z] Configure a credential helper to remove this warning. See [2023-07-31T18:27:34.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:27:34.729Z] [2023-07-31T18:27:34.729Z] Login Succeeded [2023-07-31T18:27:34.729Z] nexus3.edgexfoundry.org:10003 [2023-07-31T18:27:35.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:27:35.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:27:35.005Z] Configure a credential helper to remove this warning. See [2023-07-31T18:27:35.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:27:35.005Z] [2023-07-31T18:27:35.005Z] Login Succeeded [2023-07-31T18:27:35.005Z] nexus3.edgexfoundry.org:10004 [2023-07-31T18:27:35.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:27:35.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:27:35.276Z] Configure a credential helper to remove this warning. See [2023-07-31T18:27:35.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:27:35.276Z] [2023-07-31T18:27:35.276Z] Login Succeeded [2023-07-31T18:27:35.276Z] docker.io [2023-07-31T18:27:35.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-31T18:27:35.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-31T18:27:35.818Z] Configure a credential helper to remove this warning. See [2023-07-31T18:27:35.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-31T18:27:35.818Z] [2023-07-31T18:27:35.818Z] Login Succeeded [2023-07-31T18:27:35.818Z] ---> docker-login.sh ends [Pipeline] } [2023-07-31T18:27:35.834Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T18:27:35.865Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-31T18:27:35.894Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2023-07-31T18:27:35.894Z] 7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:27:35.894Z] latest [2023-07-31T18:27:35.894Z] 3.1.0-dev.7 [2023-07-31T18:27:35.894Z] 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [2023-07-31T18:27:35.894Z] main [2023-07-31T18:27:35.894Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:27:36.248Z] + 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 [2023-07-31T18:27:36.603Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:27:36.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-31T18:27:36.603Z] 904e557badc0: Preparing [2023-07-31T18:27:36.603Z] 07e221cc9c14: Preparing [2023-07-31T18:27:36.603Z] cc35a728f941: Preparing [2023-07-31T18:27:36.603Z] c30fb3a36f67: Preparing [2023-07-31T18:27:36.603Z] f0887b20779e: Preparing [2023-07-31T18:27:36.603Z] b134184df1ff: Preparing [2023-07-31T18:27:36.603Z] d5e52b7e3c80: Preparing [2023-07-31T18:27:36.603Z] 9386262d7a74: Preparing [2023-07-31T18:27:36.603Z] b134184df1ff: Waiting [2023-07-31T18:27:36.603Z] d5e52b7e3c80: Waiting [2023-07-31T18:27:36.603Z] 9386262d7a74: Waiting [2023-07-31T18:27:36.878Z] 904e557badc0: Pushed [2023-07-31T18:27:36.878Z] c30fb3a36f67: Pushed [2023-07-31T18:27:36.878Z] cc35a728f941: Pushed [2023-07-31T18:27:36.878Z] f0887b20779e: Pushed [2023-07-31T18:27:36.878Z] 9386262d7a74: Layer already exists [2023-07-31T18:27:36.878Z] b134184df1ff: Pushed [2023-07-31T18:27:37.143Z] d5e52b7e3c80: Pushed [2023-07-31T18:27:42.470Z] 07e221cc9c14: Pushed [2023-07-31T18:27:42.470Z] 7c41851464354a514de961e5ff7e85fd1e07f550: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:27:42.815Z] + 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 [2023-07-31T18:27:43.155Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-07-31T18:27:43.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-31T18:27:43.155Z] 904e557badc0: Preparing [2023-07-31T18:27:43.155Z] 07e221cc9c14: Preparing [2023-07-31T18:27:43.155Z] cc35a728f941: Preparing [2023-07-31T18:27:43.155Z] c30fb3a36f67: Preparing [2023-07-31T18:27:43.155Z] f0887b20779e: Preparing [2023-07-31T18:27:43.155Z] b134184df1ff: Preparing [2023-07-31T18:27:43.155Z] d5e52b7e3c80: Preparing [2023-07-31T18:27:43.155Z] 9386262d7a74: Preparing [2023-07-31T18:27:43.155Z] b134184df1ff: Waiting [2023-07-31T18:27:43.155Z] d5e52b7e3c80: Waiting [2023-07-31T18:27:43.155Z] 904e557badc0: Layer already exists [2023-07-31T18:27:43.155Z] f0887b20779e: Layer already exists [2023-07-31T18:27:43.155Z] c30fb3a36f67: Layer already exists [2023-07-31T18:27:43.155Z] 07e221cc9c14: Layer already exists [2023-07-31T18:27:43.155Z] cc35a728f941: Layer already exists [2023-07-31T18:27:43.155Z] 9386262d7a74: Layer already exists [2023-07-31T18:27:43.155Z] b134184df1ff: Layer already exists [2023-07-31T18:27:43.155Z] d5e52b7e3c80: Layer already exists [2023-07-31T18:27:43.155Z] latest: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:27:43.501Z] + 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 [2023-07-31T18:27:43.841Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.7 [2023-07-31T18:27:43.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-31T18:27:43.841Z] 904e557badc0: Preparing [2023-07-31T18:27:43.841Z] 07e221cc9c14: Preparing [2023-07-31T18:27:43.841Z] cc35a728f941: Preparing [2023-07-31T18:27:43.841Z] c30fb3a36f67: Preparing [2023-07-31T18:27:43.841Z] f0887b20779e: Preparing [2023-07-31T18:27:43.841Z] b134184df1ff: Preparing [2023-07-31T18:27:43.841Z] d5e52b7e3c80: Preparing [2023-07-31T18:27:43.841Z] 9386262d7a74: Preparing [2023-07-31T18:27:43.841Z] d5e52b7e3c80: Waiting [2023-07-31T18:27:43.841Z] 9386262d7a74: Waiting [2023-07-31T18:27:43.841Z] b134184df1ff: Waiting [2023-07-31T18:27:43.841Z] 07e221cc9c14: Layer already exists [2023-07-31T18:27:43.841Z] f0887b20779e: Layer already exists [2023-07-31T18:27:43.841Z] c30fb3a36f67: Layer already exists [2023-07-31T18:27:43.841Z] 904e557badc0: Layer already exists [2023-07-31T18:27:43.841Z] cc35a728f941: Layer already exists [2023-07-31T18:27:43.841Z] b134184df1ff: Layer already exists [2023-07-31T18:27:43.841Z] d5e52b7e3c80: Layer already exists [2023-07-31T18:27:43.841Z] 9386262d7a74: Layer already exists [2023-07-31T18:27:43.841Z] 3.1.0-dev.7: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:27:44.187Z] + 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 [2023-07-31T18:27:44.519Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [2023-07-31T18:27:44.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-31T18:27:44.519Z] 904e557badc0: Preparing [2023-07-31T18:27:44.519Z] 07e221cc9c14: Preparing [2023-07-31T18:27:44.519Z] cc35a728f941: Preparing [2023-07-31T18:27:44.519Z] c30fb3a36f67: Preparing [2023-07-31T18:27:44.519Z] f0887b20779e: Preparing [2023-07-31T18:27:44.519Z] b134184df1ff: Preparing [2023-07-31T18:27:44.519Z] d5e52b7e3c80: Preparing [2023-07-31T18:27:44.519Z] 9386262d7a74: Preparing [2023-07-31T18:27:44.519Z] b134184df1ff: Waiting [2023-07-31T18:27:44.519Z] d5e52b7e3c80: Waiting [2023-07-31T18:27:44.519Z] 9386262d7a74: Waiting [2023-07-31T18:27:44.519Z] c30fb3a36f67: Layer already exists [2023-07-31T18:27:44.519Z] f0887b20779e: Layer already exists [2023-07-31T18:27:44.519Z] 904e557badc0: Layer already exists [2023-07-31T18:27:44.519Z] 07e221cc9c14: Layer already exists [2023-07-31T18:27:44.519Z] cc35a728f941: Layer already exists [2023-07-31T18:27:44.519Z] b134184df1ff: Layer already exists [2023-07-31T18:27:44.519Z] d5e52b7e3c80: Layer already exists [2023-07-31T18:27:44.519Z] 9386262d7a74: Layer already exists [2023-07-31T18:27:44.519Z] 7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:27:44.856Z] + 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 [2023-07-31T18:27:45.191Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2023-07-31T18:27:45.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-31T18:27:45.191Z] 904e557badc0: Preparing [2023-07-31T18:27:45.191Z] 07e221cc9c14: Preparing [2023-07-31T18:27:45.191Z] cc35a728f941: Preparing [2023-07-31T18:27:45.191Z] c30fb3a36f67: Preparing [2023-07-31T18:27:45.191Z] f0887b20779e: Preparing [2023-07-31T18:27:45.191Z] b134184df1ff: Preparing [2023-07-31T18:27:45.191Z] d5e52b7e3c80: Preparing [2023-07-31T18:27:45.191Z] 9386262d7a74: Preparing [2023-07-31T18:27:45.191Z] b134184df1ff: Waiting [2023-07-31T18:27:45.191Z] d5e52b7e3c80: Waiting [2023-07-31T18:27:45.191Z] 9386262d7a74: Waiting [2023-07-31T18:27:45.191Z] c30fb3a36f67: Layer already exists [2023-07-31T18:27:45.191Z] f0887b20779e: Layer already exists [2023-07-31T18:27:45.191Z] 904e557badc0: Layer already exists [2023-07-31T18:27:45.191Z] cc35a728f941: Layer already exists [2023-07-31T18:27:45.191Z] 07e221cc9c14: Layer already exists [2023-07-31T18:27:45.191Z] d5e52b7e3c80: Layer already exists [2023-07-31T18:27:45.191Z] b134184df1ff: Layer already exists [2023-07-31T18:27:45.191Z] 9386262d7a74: Layer already exists [2023-07-31T18:27:45.191Z] main: digest: sha256:904b31400cfe88d37bb187fc36047a60f2a3c4e1c738583b6494a6152ed97203 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-31T18:27:45.517Z] ===================================================== [Pipeline] echo [2023-07-31T18:27:45.525Z] taggedImages: [2023-07-31T18:27:45.525Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550 [2023-07-31T18:27:45.525Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-07-31T18:27:45.525Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.7 [2023-07-31T18:27:45.525Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7c41851464354a514de961e5ff7e85fd1e07f550-3.1.0-dev.7 [2023-07-31T18:27:45.525Z] - 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 [2023-07-31T18:27:45.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-31T18:27:45.882Z] [2023-07-31T18:27:45.882Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:27:46.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-31T18:27:46.206Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-31T18:27:46.206Z] 8998bd30e6a1: Pulling fs layer [2023-07-31T18:27:46.206Z] 04944245beec: Pulling fs layer [2023-07-31T18:27:46.206Z] 699f458cf7ca: Pulling fs layer [2023-07-31T18:27:46.206Z] 765212b225bb: Pulling fs layer [2023-07-31T18:27:46.206Z] f23df028b6ca: Pulling fs layer [2023-07-31T18:27:46.206Z] d65c8cfc05b1: Pulling fs layer [2023-07-31T18:27:46.206Z] 2437ff75d9bd: Pulling fs layer [2023-07-31T18:27:46.206Z] f23df028b6ca: Waiting [2023-07-31T18:27:46.206Z] d65c8cfc05b1: Waiting [2023-07-31T18:27:46.206Z] 2437ff75d9bd: Waiting [2023-07-31T18:27:46.206Z] 765212b225bb: Waiting [2023-07-31T18:27:46.473Z] 04944245beec: Verifying Checksum [2023-07-31T18:27:46.473Z] 765212b225bb: Verifying Checksum [2023-07-31T18:27:46.473Z] 765212b225bb: Download complete [2023-07-31T18:27:46.473Z] f23df028b6ca: Verifying Checksum [2023-07-31T18:27:46.473Z] f23df028b6ca: Download complete [2023-07-31T18:27:46.473Z] d65c8cfc05b1: Verifying Checksum [2023-07-31T18:27:46.473Z] d65c8cfc05b1: Download complete [2023-07-31T18:27:46.473Z] 699f458cf7ca: Verifying Checksum [2023-07-31T18:27:46.473Z] 699f458cf7ca: Download complete [2023-07-31T18:27:47.057Z] 8998bd30e6a1: Verifying Checksum [2023-07-31T18:27:47.057Z] 8998bd30e6a1: Download complete [2023-07-31T18:27:49.003Z] 2437ff75d9bd: Verifying Checksum [2023-07-31T18:27:49.003Z] 2437ff75d9bd: Download complete [2023-07-31T18:27:50.939Z] 8998bd30e6a1: Pull complete [2023-07-31T18:27:50.939Z] 04944245beec: Pull complete [2023-07-31T18:27:55.183Z] 699f458cf7ca: Pull complete [2023-07-31T18:27:55.183Z] 765212b225bb: Pull complete [2023-07-31T18:27:55.448Z] f23df028b6ca: Pull complete [2023-07-31T18:27:55.715Z] d65c8cfc05b1: Pull complete [2023-07-31T18:28:10.706Z] 2437ff75d9bd: Pull complete [2023-07-31T18:28:10.706Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-31T18:28:10.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-31T18:28:10.706Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:28:10.876Z] prd-ubuntu20.04-docker-arm64-4c-16g-2606 does not seem to be running inside a container [2023-07-31T18:28:10.931Z] $ 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 [2023-07-31T18:28:13.355Z] $ docker top 9ad1d04ab9d12951b8ec6ff07393af0bfaedf3875c7aa0229c86fe919d043bcc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:28:13.844Z] ---> job-cost.sh [2023-07-31T18:28:14.109Z] lf-activate-venv: SKIPPING [2023-07-31T18:28:14.109Z] INFO: No Stack... [2023-07-31T18:28:14.374Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-31T18:28:15.338Z] INFO: Archiving Costs [Pipeline] sh [2023-07-31T18:28:15.654Z] + cut -d, -f6 [2023-07-31T18:28:15.654Z] + cat /w/workspace/app-rfid-llrp-inventory/119/archives/cost.csv [Pipeline] lock [2023-07-31T18:28:15.711Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [2023-07-31T18:28:15.717Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] did not exist. Created. [2023-07-31T18:28:15.717Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-31T18:28:16.041Z] /w/workspace/app-rfid-llrp-inventory/119@tmp/durable-e4981eda/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-31T18:28:16.632Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-31T18:28:16.652Z] Warning: overwriting stash ‘stack-cost’ [2023-07-31T18:28:16.705Z] Stashed 1 file(s) [Pipeline] } [2023-07-31T18:28:16.711Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-119-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-31T18:28:16.726Z] $ docker stop --time=1 9ad1d04ab9d12951b8ec6ff07393af0bfaedf3875c7aa0229c86fe919d043bcc [2023-07-31T18:28:18.171Z] $ 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 [2023-07-31T18:28:18.576Z] provisioning config files... [2023-07-31T18:28:18.583Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11076139013342502098tmp [Pipeline] { [Pipeline] sh [2023-07-31T18:28:18.872Z] + set +x [2023-07-31T18:28:18.872Z] + bash -s -- [2023-07-31T18:28:18.872Z] + curl -s https://codecov.io/bash [2023-07-31T18:28:18.872Z] [2023-07-31T18:28:18.872Z] _____ _ [2023-07-31T18:28:18.872Z] / ____| | | [2023-07-31T18:28:18.872Z] | | ___ __| | ___ ___ _____ __ [2023-07-31T18:28:18.872Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-31T18:28:18.872Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-31T18:28:18.872Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-31T18:28:18.872Z] Bash-1.0.6 [2023-07-31T18:28:18.872Z] [2023-07-31T18:28:18.872Z] [2023-07-31T18:28:18.872Z] ==> git version 2.25.1 found [2023-07-31T18:28:18.872Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-07-31T18:28:18.872Z] Release-Date: 2020-01-08 [2023-07-31T18:28:18.872Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-07-31T18:28:18.872Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-31T18:28:18.872Z] ==> Jenkins CI detected. [2023-07-31T18:28:18.872Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2023-07-31T18:28:18.872Z] project root: . [2023-07-31T18:28:18.872Z] --> token set from env [2023-07-31T18:28:18.872Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-31T18:28:18.872Z] ==> Running gcov in . (disable via -X gcov) [2023-07-31T18:28:18.872Z] ==> Python coveragepy not found [2023-07-31T18:28:18.872Z] ==> Searching for coverage reports in: [2023-07-31T18:28:18.872Z] + . [2023-07-31T18:28:18.872Z] -> Found 1 reports [2023-07-31T18:28:18.872Z] ==> Detecting git/mercurial file structure [2023-07-31T18:28:19.131Z] ==> Reading reports [2023-07-31T18:28:19.132Z] + ./coverage.out bytes=41317 [2023-07-31T18:28:19.132Z] ==> Appending adjustments [2023-07-31T18:28:19.132Z] https://docs.codecov.io/docs/fixing-reports [2023-07-31T18:28:19.132Z] + Found adjustments [2023-07-31T18:28:19.132Z] ==> Gzipping contents [2023-07-31T18:28:19.132Z] 12K /tmp/codecov.X03DaL.gz [2023-07-31T18:28:19.132Z] ==> Uploading reports [2023-07-31T18:28:19.132Z] url: https://codecov.io [2023-07-31T18:28:19.132Z] 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= [2023-07-31T18:28:19.132Z] -> Pinging Codecov [2023-07-31T18:28:19.132Z] 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= [2023-07-31T18:28:19.391Z] -> Uploading to [2023-07-31T18:28:19.392Z] 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 [2023-07-31T18:28:19.392Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-31T18:28:19.392Z] Dload Upload Total Spent Left Speed [2023-07-31T18:28:19.651Z] 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 [2023-07-31T18:28:19.651Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] } [2023-07-31T18:28:19.657Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-31T18:28:19.870Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-31T18:28:19.881Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:28:20.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-31T18:28:20.188Z] [2023-07-31T18:28:20.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:28:20.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-31T18:28:20.488Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-31T18:28:20.488Z] df9b9388f04a: Pulling fs layer [2023-07-31T18:28:20.488Z] 52dc419b0ee2: Pulling fs layer [2023-07-31T18:28:20.488Z] 25bc292e5bac: Pulling fs layer [2023-07-31T18:28:20.488Z] 114826534d7a: Pulling fs layer [2023-07-31T18:28:20.488Z] 4657fd5d0bcf: Pulling fs layer [2023-07-31T18:28:20.488Z] 114826534d7a: Waiting [2023-07-31T18:28:20.488Z] 6ad1cebc031e: Pulling fs layer [2023-07-31T18:28:20.488Z] 8a3aa393b2d8: Pulling fs layer [2023-07-31T18:28:20.488Z] 8a3aa393b2d8: Waiting [2023-07-31T18:28:20.488Z] 6ad1cebc031e: Waiting [2023-07-31T18:28:20.488Z] 25bc292e5bac: Verifying Checksum [2023-07-31T18:28:20.488Z] 25bc292e5bac: Download complete [2023-07-31T18:28:20.488Z] 52dc419b0ee2: Download complete [2023-07-31T18:28:20.488Z] df9b9388f04a: Download complete [2023-07-31T18:28:20.746Z] df9b9388f04a: Pull complete [2023-07-31T18:28:20.746Z] 6ad1cebc031e: Verifying Checksum [2023-07-31T18:28:20.746Z] 6ad1cebc031e: Download complete [2023-07-31T18:28:20.746Z] 52dc419b0ee2: Pull complete [2023-07-31T18:28:20.746Z] 25bc292e5bac: Pull complete [2023-07-31T18:28:21.314Z] 114826534d7a: Download complete [2023-07-31T18:28:21.314Z] 8a3aa393b2d8: Verifying Checksum [2023-07-31T18:28:21.314Z] 8a3aa393b2d8: Download complete [2023-07-31T18:28:24.595Z] 114826534d7a: Pull complete [2023-07-31T18:28:24.595Z] 4657fd5d0bcf: Pull complete [2023-07-31T18:28:24.853Z] 6ad1cebc031e: Pull complete [2023-07-31T18:28:28.138Z] 8a3aa393b2d8: Pull complete [2023-07-31T18:28:28.138Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-31T18:28:28.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-31T18:28:28.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:28:28.216Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:28:28.250Z] $ 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 [2023-07-31T18:28:31.890Z] $ docker top 6e758a121730249b5764171cf33956d328f7cd405f06d05f95eb1262942512dc -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-31T18:28:31.950Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2023-07-31T18:28:32.232Z] + set -o pipefail [2023-07-31T18:28:32.233Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2023-07-31T18:28:37.519Z] [2023-07-31T18:28:37.519Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2023-07-31T18:28:37.519Z] [2023-07-31T18:28:37.519Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/496a8060-78d6-45a2-bde3-df9d08fd9d65 [2023-07-31T18:28:37.519Z] [2023-07-31T18:28:37.519Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-07-31T18:28:37.519Z] [2023-07-31T18:28:37.519Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-31T18:28:37.519Z] [2023-07-31T18:28:37.519Z] [2023-07-31T18:28:37.519Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-31T18:28:37.519Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-31T18:28:37.519Z] More details here: https://snyk.co/ue1NS [2023-07-31T18:28:37.519Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-07-31T18:28:37.519Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-07-31T18:28:37.532Z] $ docker stop --time=1 6e758a121730249b5764171cf33956d328f7cd405f06d05f95eb1262942512dc [2023-07-31T18:28:41.485Z] $ 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 [2023-07-31T18:28:42.160Z] + git log --format=format:%s -1 7c41851464354a514de961e5ff7e85fd1e07f550 [Pipeline] sh [2023-07-31T18:28:42.451Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T18:28:42.451Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:28:42.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T18:28:42.748Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:28:42.817Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:28:42.850Z] $ 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 [2023-07-31T18:28:43.249Z] $ docker top 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e -eo pid,comm [2023-07-31T18:28:43.297Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-07-31T18:28:43.297Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T18:28:43.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T18:28:43.344Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T18:28:43.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T18:28:43.461Z] $ docker exec 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e ssh-agent [2023-07-31T18:28:43.573Z] SSH_AUTH_SOCK=/tmp/ssh-5sNOEhWJW74E/agent.32 [2023-07-31T18:28:43.573Z] SSH_AGENT_PID=38 [2023-07-31T18:28:43.577Z] Running ssh-add (command line suppressed) [2023-07-31T18:28:43.677Z] 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) [2023-07-31T18:28:43.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T18:28:43.972Z] + git semver tag [2023-07-31T18:28:44.231Z] 2023-07-31 18:28:44,132 [run_tag] DEBUG tag force:False [2023-07-31T18:28:44.231Z] 2023-07-31 18:28:44,132 [check_head_tag] DEBUG check head tag [2023-07-31T18:28:44.231Z] 2023-07-31 18:28:44,132 [execute] INFO git cat-file --batch-check [2023-07-31T18:28:44.231Z] 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=) [2023-07-31T18:28:44.231Z] 2023-07-31 18:28:44,136 [execute] INFO git cat-file --batch [2023-07-31T18:28:44.231Z] 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=) [2023-07-31T18:28:44.231Z] 2023-07-31 18:28:44,146 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:28:44.231Z] 2023-07-31 18:28:44,146 [execute] INFO git tag -a v3.1.0-dev.7 -m v3.1.0-dev.7 [2023-07-31T18:28:44.231Z] 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) [2023-07-31T18:28:44.231Z] 2023-07-31 18:28:44,151 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:28:44.231Z] 3.1.0-dev.7 [Pipeline] } [2023-07-31T18:28:44.242Z] $ docker exec --env ******** --env ******** 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e ssh-agent -k [2023-07-31T18:28:44.348Z] unset SSH_AUTH_SOCK; [2023-07-31T18:28:44.348Z] unset SSH_AGENT_PID; [2023-07-31T18:28:44.348Z] echo Agent pid 38 killed; [2023-07-31T18:28:44.356Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T18:28:44.672Z] + git semver [Pipeline] } [2023-07-31T18:28:44.947Z] $ docker stop --time=1 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e [2023-07-31T18:28:46.243Z] $ docker rm -f --volumes 32ae044c84348d05682d6b14978a155469a08ee337b644f972f33d9833bcb10e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:28:46.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-31T18:28:46.628Z] [2023-07-31T18:28:46.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:28:46.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-31T18:28:46.928Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-31T18:28:46.928Z] ab5ef0e58194: Pulling fs layer [2023-07-31T18:28:46.928Z] 9712f1f96733: Pulling fs layer [2023-07-31T18:28:46.928Z] 63f879dbbcfc: Pulling fs layer [2023-07-31T18:28:46.928Z] 0d9ebad4ef96: Pulling fs layer [2023-07-31T18:28:46.928Z] e9a5061849ea: Pulling fs layer [2023-07-31T18:28:46.928Z] d747dcd14b5f: Pulling fs layer [2023-07-31T18:28:46.928Z] 2de7ff778b66: Pulling fs layer [2023-07-31T18:28:46.928Z] 0d9ebad4ef96: Waiting [2023-07-31T18:28:46.928Z] e9a5061849ea: Waiting [2023-07-31T18:28:46.928Z] d747dcd14b5f: Waiting [2023-07-31T18:28:46.928Z] 2de7ff778b66: Waiting [2023-07-31T18:28:46.928Z] 9712f1f96733: Download complete [2023-07-31T18:28:47.186Z] 63f879dbbcfc: Verifying Checksum [2023-07-31T18:28:47.186Z] 63f879dbbcfc: Download complete [2023-07-31T18:28:47.444Z] e9a5061849ea: Verifying Checksum [2023-07-31T18:28:47.444Z] e9a5061849ea: Download complete [2023-07-31T18:28:47.444Z] d747dcd14b5f: Verifying Checksum [2023-07-31T18:28:47.444Z] d747dcd14b5f: Download complete [2023-07-31T18:28:47.444Z] 0d9ebad4ef96: Download complete [2023-07-31T18:28:47.444Z] ab5ef0e58194: Download complete [2023-07-31T18:28:47.703Z] 2de7ff778b66: Verifying Checksum [2023-07-31T18:28:47.703Z] 2de7ff778b66: Download complete [2023-07-31T18:28:50.233Z] ab5ef0e58194: Pull complete [2023-07-31T18:28:50.233Z] 9712f1f96733: Pull complete [2023-07-31T18:28:51.167Z] 63f879dbbcfc: Pull complete [2023-07-31T18:28:54.449Z] 0d9ebad4ef96: Pull complete [2023-07-31T18:28:54.709Z] e9a5061849ea: Pull complete [2023-07-31T18:28:54.967Z] d747dcd14b5f: Pull complete [2023-07-31T18:28:55.903Z] 2de7ff778b66: Pull complete [2023-07-31T18:28:55.903Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-31T18:28:55.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-31T18:28:55.903Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:28:55.979Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:28:56.009Z] $ 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 [2023-07-31T18:29:01.956Z] $ docker top 6a57d35d5083848a3952a312e7afc6116254d4ec9a802cb4e4b1562a0675ffdc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-31T18:29:02.017Z] provisioning config files... [2023-07-31T18:29:02.025Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8604745155232804414tmp [2023-07-31T18:29:02.034Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8501124350272580848tmp [2023-07-31T18:29:02.044Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config16777470808032036645tmp [Pipeline] { [Pipeline] echo [2023-07-31T18:29:02.059Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:29:02.342Z] ---> sigul-configuration.sh [2023-07-31T18:29:02.342Z] gpg: directory `/root/.gnupg' created [2023-07-31T18:29:02.342Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-31T18:29:02.342Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-31T18:29:02.342Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-31T18:29:02.342Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-31T18:29:02.342Z] gpg: CAST5 encrypted data [2023-07-31T18:29:02.342Z] gpg: encrypted with 1 passphrase [2023-07-31T18:29:02.342Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-31T18:29:02.628Z] + mkdir /home/jenkins [2023-07-31T18:29:02.628Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-31T18:29:02.913Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-07-31T18:29:02.922Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:29:03.203Z] ---> sigul-install.sh [2023-07-31T18:29:03.204Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-31T18:29:03.500Z] + git tag --list [2023-07-31T18:29:03.500Z] v0.0.0 [2023-07-31T18:29:03.500Z] v1.0.0 [2023-07-31T18:29:03.500Z] v2.1.0 [2023-07-31T18:29:03.500Z] v2.1.1 [2023-07-31T18:29:03.500Z] v2.2.0 [2023-07-31T18:29:03.500Z] v2.3.0 [2023-07-31T18:29:03.500Z] v3.0 [2023-07-31T18:29:03.500Z] v3.0.0 [2023-07-31T18:29:03.500Z] v3.0.1 [2023-07-31T18:29:03.500Z] v3.0.1-dev.1 [2023-07-31T18:29:03.500Z] v3.1.0-dev.1 [2023-07-31T18:29:03.500Z] v3.1.0-dev.2 [2023-07-31T18:29:03.500Z] v3.1.0-dev.3 [2023-07-31T18:29:03.500Z] v3.1.0-dev.4 [2023-07-31T18:29:03.500Z] v3.1.0-dev.5 [2023-07-31T18:29:03.500Z] v3.1.0-dev.6 [2023-07-31T18:29:03.500Z] v3.1.0-dev.7 [Pipeline] sh [2023-07-31T18:29:03.787Z] + lftools sign git-tag v3.1.0-dev.7 [2023-07-31T18:29:04.355Z] Signing Git tag with Sigul... [2023-07-31T18:29:04.355Z] Signing v3.1.0-dev.7 [2023-07-31T18:30:55.836Z] ERROR: I/O error: NSPR connection reset [Pipeline] echo [2023-07-31T18:30:55.846Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:30:56.136Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-31T18:30:56.143Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-31T18:30:56.162Z] $ docker stop --time=1 6a57d35d5083848a3952a312e7afc6116254d4ec9a802cb4e4b1562a0675ffdc [2023-07-31T18:30:57.424Z] $ 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 [2023-07-31T18:30:57.837Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T18:30:57.837Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:30:58.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T18:30:58.137Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:30:58.203Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:30:58.231Z] $ 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 [2023-07-31T18:30:58.559Z] $ docker top c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T18:30:58.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T18:30:58.651Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T18:30:58.763Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T18:30:58.767Z] $ docker exec c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 ssh-agent [2023-07-31T18:30:58.879Z] SSH_AUTH_SOCK=/tmp/ssh-QiFulJQhaXGU/agent.31 [2023-07-31T18:30:58.879Z] SSH_AGENT_PID=37 [2023-07-31T18:30:58.885Z] Running ssh-add (command line suppressed) [2023-07-31T18:30:58.984Z] 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) [2023-07-31T18:30:58.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T18:30:59.286Z] + git semver bump pre [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,516 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,516 [bump_version] DEBUG bumping version:3.1.0-dev.7 on axis:pre with prefix:dev [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,516 [bump_version] DEBUG bumped version:3.1.0-dev.8 [2023-07-31T18:30:59.545Z] 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 [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,517 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,517 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,519 [execute] INFO git cat-file --batch-check [2023-07-31T18:30:59.545Z] 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=) [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,525 [execute] INFO git cat-file --batch [2023-07-31T18:30:59.545Z] 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=) [2023-07-31T18:30:59.545Z] 2023-07-31 18:30:59,530 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:30:59.545Z] 3.1.0-dev.8 [Pipeline] } [2023-07-31T18:30:59.814Z] $ docker exec --env ******** --env ******** c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 ssh-agent -k [2023-07-31T18:30:59.912Z] unset SSH_AUTH_SOCK; [2023-07-31T18:30:59.912Z] unset SSH_AGENT_PID; [2023-07-31T18:30:59.913Z] echo Agent pid 37 killed; [2023-07-31T18:30:59.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T18:31:00.274Z] + git semver [Pipeline] } [2023-07-31T18:31:00.547Z] $ docker stop --time=1 c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 [2023-07-31T18:31:01.806Z] $ docker rm -f --volumes c095ba3796f31e5a5db52c8533cb9a4826ccbf903a9f4a97d62ca3d0adc0adb2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-31T18:31:02.144Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-31T18:31:02.144Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:31:02.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-31T18:31:02.436Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:31:02.507Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:31:02.537Z] $ 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 [2023-07-31T18:31:02.877Z] $ docker top d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-31T18:31:02.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-31T18:31:02.961Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-31T18:31:03.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-31T18:31:03.080Z] $ docker exec d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 ssh-agent [2023-07-31T18:31:03.195Z] SSH_AUTH_SOCK=/tmp/ssh-iKTntmXBIugO/agent.32 [2023-07-31T18:31:03.195Z] SSH_AGENT_PID=38 [2023-07-31T18:31:03.200Z] Running ssh-add (command line suppressed) [2023-07-31T18:31:03.322Z] 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) [2023-07-31T18:31:03.343Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-31T18:31:03.700Z] + git semver push [2023-07-31T18:31:03.963Z] 2023-07-31 18:31:03,850 [run_push] DEBUG push [2023-07-31T18:31:03.963Z] 2023-07-31 18:31:03,851 [execute] INFO git cat-file --batch-check [2023-07-31T18:31:03.963Z] 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=) [2023-07-31T18:31:03.963Z] 2023-07-31 18:31:03,854 [execute] INFO git rev-list 41711785fbdd33ac109b3998c195ad7bc355f6c9 -- [2023-07-31T18:31:03.963Z] 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) [2023-07-31T18:31:03.963Z] 2023-07-31 18:31:03,859 [execute] INFO git fetch -v origin [2023-07-31T18:31:03.963Z] 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) [2023-07-31T18:31:04.583Z] 2023-07-31 18:31:04,327 [run_push] DEBUG no remote changes detected [2023-07-31T18:31:04.583Z] 2023-07-31 18:31:04,328 [execute] INFO git push origin semver [2023-07-31T18:31:04.583Z] 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) [2023-07-31T18:31:05.151Z] 2023-07-31 18:31:05,088 [run_push] DEBUG push all version tags [2023-07-31T18:31:05.151Z] 2023-07-31 18:31:05,089 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-31T18:31:05.151Z] 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) [2023-07-31T18:31:06.532Z] 2023-07-31 18:31:06,198 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-31T18:31:06.532Z] 3.1.0-dev.8 [Pipeline] } [2023-07-31T18:31:06.543Z] $ docker exec --env ******** --env ******** d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 ssh-agent -k [2023-07-31T18:31:06.639Z] unset SSH_AUTH_SOCK; [2023-07-31T18:31:06.639Z] unset SSH_AGENT_PID; [2023-07-31T18:31:06.639Z] echo Agent pid 38 killed; [2023-07-31T18:31:06.649Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-31T18:31:06.959Z] + git semver [Pipeline] } [2023-07-31T18:31:07.234Z] $ docker stop --time=1 d648d254623e6b95a40a6df2cab55ba68a6499453a6c18ebe22b82a31c0e4877 [2023-07-31T18:31:08.536Z] $ 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 [2023-07-31T18:31:09.190Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2023-07-31T18:31:09.190Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-31T18:31:09.190Z] total 16 [2023-07-31T18:31:09.190Z] drwxr-xr-x 3 root root 4096 Jul 31 18:18 . [2023-07-31T18:31:09.190Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 31 18:29 .. [2023-07-31T18:31:09.190Z] drwxr-xr-x 2 root root 4096 Jul 31 18:18 cost [2023-07-31T18:31:09.190Z] -rw-r--r-- 1 root root 95 Jul 31 18:18 cost.csv [2023-07-31T18:31:09.190Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-31T18:31:09.190Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-31T18:31:09.190Z] total 16 [2023-07-31T18:31:09.190Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 18:18 . [2023-07-31T18:31:09.190Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 31 18:29 .. [2023-07-31T18:31:09.190Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 31 18:18 cost [2023-07-31T18:31:09.190Z] -rw-r--r-- 1 jenkins jenkins 95 Jul 31 18:18 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:31:09.483Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:31:10.343Z] ---> package-listing.sh [2023-07-31T18:31:10.343Z] ++ facter osfamily [2023-07-31T18:31:10.343Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-31T18:31:10.603Z] + OS_FAMILY=debian [2023-07-31T18:31:10.603Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2023-07-31T18:31:10.603Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-31T18:31:10.603Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-31T18:31:10.603Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-31T18:31:10.603Z] + PACKAGES=/tmp/packages_start.txt [2023-07-31T18:31:10.603Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-07-31T18:31:10.603Z] + PACKAGES=/tmp/packages_end.txt [2023-07-31T18:31:10.603Z] + case "${OS_FAMILY}" in [2023-07-31T18:31:10.603Z] + dpkg -l [2023-07-31T18:31:10.603Z] + grep '^ii' [2023-07-31T18:31:10.603Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-31T18:31:10.603Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-31T18:31:10.603Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-31T18:31:10.603Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-07-31T18:31:10.603Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2023-07-31T18:31:10.603Z] + 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 [2023-07-31T18:31:10.615Z] 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 [2023-07-31T18:31:10.891Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-31T18:31:11.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-31T18:31:11.444Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-31T18:31:11.513Z] prd-ubuntu20.04-docker-8c-8g-2605 does not seem to be running inside a container [2023-07-31T18:31:11.542Z] $ 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 [2023-07-31T18:31:11.749Z] $ docker top 9d712880e2ee901b2dded7dd9a4ee140c76282a42c18b7abd8eacfeb75510da6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-31T18:31:12.086Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-31T18:31:12.369Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-31T18:31:12.649Z] + ls /var/log/sa-host [2023-07-31T18:31:12.649Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-31T18:31:12.787Z] provisioning config files... [2023-07-31T18:31:12.794Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14560281620564684969tmp [Pipeline] { [Pipeline] echo [2023-07-31T18:31:12.809Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:31:13.090Z] ---> create-netrc.sh [Pipeline] } [2023-07-31T18:31:13.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:31:13.414Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-31T18:31:13.422Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:31:13.701Z] ---> sudo-logs.sh [2023-07-31T18:31:13.702Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-31T18:31:13.733Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:31:14.014Z] ---> job-cost.sh [2023-07-31T18:31:14.014Z] lf-activate-venv: SKIPPING [2023-07-31T18:31:14.014Z] DEBUG: total: 0.2199999988079071 [2023-07-31T18:31:14.014Z] INFO: Retrieving Stack Cost... [2023-07-31T18:31:14.273Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-31T18:31:14.843Z] INFO: Archiving Costs [Pipeline] echo [2023-07-31T18:31:14.855Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-31T18:31:15.141Z] ---> logs-deploy.sh [2023-07-31T18:31:15.141Z] lf-activate-venv: SKIPPING [2023-07-31T18:31:15.141Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/119 [2023-07-31T18:31:15.141Z] INFO: archiving workspace using pattern(s): [2023-07-31T18:31:16.079Z] Archives upload complete. [2023-07-31T18:31:16.338Z] INFO: archiving logs to Nexus [2023-07-31T18:31:16.907Z] ---> uname -a: [2023-07-31T18:31:16.907Z] 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 [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] ---> lscpu: [2023-07-31T18:31:16.907Z] Architecture: x86_64 [2023-07-31T18:31:16.907Z] CPU op-mode(s): 32-bit, 64-bit [2023-07-31T18:31:16.907Z] Byte Order: Little Endian [2023-07-31T18:31:16.907Z] Address sizes: 40 bits physical, 48 bits virtual [2023-07-31T18:31:16.907Z] CPU(s): 8 [2023-07-31T18:31:16.907Z] On-line CPU(s) list: 0-7 [2023-07-31T18:31:16.907Z] Thread(s) per core: 1 [2023-07-31T18:31:16.907Z] Core(s) per socket: 1 [2023-07-31T18:31:16.907Z] Socket(s): 8 [2023-07-31T18:31:16.907Z] NUMA node(s): 1 [2023-07-31T18:31:16.907Z] Vendor ID: AuthenticAMD [2023-07-31T18:31:16.907Z] CPU family: 23 [2023-07-31T18:31:16.907Z] Model: 49 [2023-07-31T18:31:16.907Z] Model name: AMD EPYC-Rome Processor [2023-07-31T18:31:16.907Z] Stepping: 0 [2023-07-31T18:31:16.907Z] CPU MHz: 2799.998 [2023-07-31T18:31:16.907Z] BogoMIPS: 5599.99 [2023-07-31T18:31:16.907Z] Virtualization: AMD-V [2023-07-31T18:31:16.907Z] Hypervisor vendor: KVM [2023-07-31T18:31:16.907Z] Virtualization type: full [2023-07-31T18:31:16.907Z] L1d cache: 256 KiB [2023-07-31T18:31:16.907Z] L1i cache: 256 KiB [2023-07-31T18:31:16.907Z] L2 cache: 4 MiB [2023-07-31T18:31:16.907Z] L3 cache: 128 MiB [2023-07-31T18:31:16.907Z] NUMA node0 CPU(s): 0-7 [2023-07-31T18:31:16.907Z] Vulnerability Itlb multihit: Not affected [2023-07-31T18:31:16.907Z] Vulnerability L1tf: Not affected [2023-07-31T18:31:16.907Z] Vulnerability Mds: Not affected [2023-07-31T18:31:16.907Z] Vulnerability Meltdown: Not affected [2023-07-31T18:31:16.907Z] Vulnerability Mmio stale data: Not affected [2023-07-31T18:31:16.907Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-07-31T18:31:16.907Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-07-31T18:31:16.907Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-07-31T18:31:16.907Z] Vulnerability Srbds: Not affected [2023-07-31T18:31:16.907Z] Vulnerability Tsx async abort: Not affected [2023-07-31T18:31:16.907Z] 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 [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] ---> nproc: [2023-07-31T18:31:16.907Z] 8 [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] ---> df -h: [2023-07-31T18:31:16.907Z] Filesystem Size Used Avail Use% Mounted on [2023-07-31T18:31:16.907Z] overlay 155G 13G 143G 9% / [2023-07-31T18:31:16.907Z] tmpfs 64M 0 64M 0% /dev [2023-07-31T18:31:16.907Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-07-31T18:31:16.907Z] shm 64M 0 64M 0% /dev/shm [2023-07-31T18:31:16.907Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] ---> sar -b -r -n DEV: [2023-07-31T18:31:16.907Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2605) 07/31/23 _x86_64_ (8 CPU) [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] 18:14:40 LINUX RESTART (8 CPU) [2023-07-31T18:31:16.907Z] [2023-07-31T18:31:16.907Z] 18:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-07-31T18:31:16.907Z] 18:16:01 183.02 39.21 143.81 0.00 4343.53 161483.82 0.00 [2023-07-31T18:31:16.907Z] 18:17:01 120.04 1.33 118.71 0.00 22.66 50907.70 0.00 [2023-07-31T18:31:16.907Z] 18:18:01 186.42 0.23 186.19 0.00 20.93 37472.29 0.00 [2023-07-31T18:31:16.907Z] 18:19:01 36.19 0.02 36.18 0.00 4.27 16782.95 0.00 [2023-07-31T18:31:16.907Z] 18:20:01 43.03 10.38 32.64 0.00 2908.98 5248.86 0.00 [2023-07-31T18:31:16.907Z] 18:21:01 18.31 1.25 17.06 0.00 2270.42 3759.77 0.00 [2023-07-31T18:31:16.907Z] 18:22:01 3.72 0.02 3.70 0.00 0.13 93.05 0.00 [2023-07-31T18:31:16.908Z] 18:23:01 2.10 0.00 2.10 0.00 0.00 22.26 0.00 [2023-07-31T18:31:16.908Z] 18:24:01 1.37 0.00 1.37 0.00 0.00 14.66 0.00 [2023-07-31T18:31:16.908Z] 18:25:01 2.18 0.00 2.18 0.00 0.00 23.59 0.00 [2023-07-31T18:31:16.908Z] 18:26:01 1.43 0.00 1.43 0.00 0.00 14.80 0.00 [2023-07-31T18:31:16.908Z] 18:27:01 2.13 0.00 2.13 0.00 0.00 22.80 0.00 [2023-07-31T18:31:16.908Z] 18:28:01 1.48 0.00 1.48 0.00 0.00 16.40 0.00 [2023-07-31T18:31:16.908Z] 18:29:01 94.08 0.15 93.93 0.00 10.66 61197.13 0.00 [2023-07-31T18:31:16.908Z] 18:30:01 7.50 0.02 7.48 0.00 0.13 536.04 0.00 [2023-07-31T18:31:16.908Z] 18:31:01 11.00 0.05 10.95 0.00 10.13 190.74 0.00 [2023-07-31T18:31:16.908Z] Average: 44.48 3.25 41.23 0.00 595.57 20965.21 0.00 [2023-07-31T18:31:16.908Z] [2023-07-31T18:31:16.908Z] 18:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-07-31T18:31:16.908Z] 18:16:01 28964684 31573740 737048 2.24 80800 2792440 1994736 5.88 1024180 2516092 142360 [2023-07-31T18:31:16.908Z] 18:17:01 27646700 31409804 894304 2.72 147676 3777440 2331444 6.87 1453220 3295840 496388 [2023-07-31T18:31:16.908Z] 18:18:01 28070392 31587920 717688 2.18 153680 3549528 1722260 5.08 1240568 3111492 820 [2023-07-31T18:31:16.908Z] 18:19:01 27554032 31580804 723688 2.20 161344 4001448 1769768 5.22 1264280 3550752 188 [2023-07-31T18:31:16.908Z] 18:20:01 27173928 31562812 723324 2.20 180360 4333748 1790024 5.28 1421144 3745604 77036 [2023-07-31T18:31:16.908Z] 18:21:01 27031284 31568684 716556 2.18 195468 4462624 1827972 5.39 1581180 3719300 8 [2023-07-31T18:31:16.908Z] 18:22:01 27036540 31569276 716088 2.18 194040 4459440 1778612 5.24 1579656 3716176 8 [2023-07-31T18:31:16.908Z] 18:23:01 27039244 31572096 713416 2.17 194132 4459444 1778612 5.24 1577384 3716180 8 [2023-07-31T18:31:16.908Z] 18:24:01 27038968 31571904 713580 2.17 194212 4459444 1778612 5.24 1577448 3716180 8 [2023-07-31T18:31:16.908Z] 18:25:01 27039360 31572380 713056 2.17 194284 4459448 1778612 5.24 1577540 3716184 8 [2023-07-31T18:31:16.908Z] 18:26:01 27039636 31572744 712640 2.17 194368 4459448 1778612 5.24 1577668 3716184 8 [2023-07-31T18:31:16.908Z] 18:27:01 27039872 31573292 712268 2.17 194432 4459452 1778612 5.24 1577104 3716440 16 [2023-07-31T18:31:16.908Z] 18:28:01 27039668 31573164 712336 2.17 194504 4459452 1778612 5.24 1577152 3716448 8 [2023-07-31T18:31:16.908Z] 18:29:01 25545748 31546556 734724 2.23 230932 5767412 1881584 5.55 1681796 4982240 372 [2023-07-31T18:31:16.908Z] 18:30:01 25467960 31477856 797764 2.43 231192 5767796 1922512 5.67 1750836 4971840 176 [2023-07-31T18:31:16.908Z] 18:31:01 25506240 31515968 760944 2.31 231564 5768096 1990732 5.87 1721340 4965876 960 [2023-07-31T18:31:16.908Z] Average: 27014641 31551812 737464 2.24 185812 4464791 1855082 5.47 1511406 3804552 44898 [2023-07-31T18:31:16.908Z] [2023-07-31T18:31:16.908Z] 18:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-07-31T18:31:16.908Z] 18:16:01 ens3 806.03 518.45 7488.93 101.71 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:16:01 docker0 129.15 171.14 10.31 623.53 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:16:01 lo 6.44 6.44 0.62 0.62 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:16:01 veth172af49 97.17 135.45 9.28 381.58 0.00 0.00 0.00 0.03 [2023-07-31T18:31:16.908Z] 18:17:01 ens3 199.63 100.72 1975.51 19.67 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:17:01 docker0 82.74 172.28 6.75 1947.50 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:17:01 vethc0437f8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:18:01 ens3 81.62 71.74 133.86 310.25 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:18:01 docker0 3.28 7.35 0.20 88.11 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:18:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:19:01 ens3 104.18 63.74 2531.68 13.60 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:19:01 lo 3.53 3.53 0.34 0.34 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:20:01 ens3 204.42 104.60 2835.56 7.17 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:20:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:21:01 ens3 7.53 5.45 88.82 0.52 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:21:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:23:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:24:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:26:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:27:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:28:01 ens3 0.62 0.38 3.22 0.03 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:29:01 ens3 371.79 228.31 8175.41 34.29 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:29:01 docker0 70.27 103.40 5.37 1002.83 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:29:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:30:01 vethf2dcb00 0.33 0.33 0.06 0.02 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:30:01 ens3 16.66 10.38 16.45 6.58 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:30:01 docker0 0.33 0.18 0.05 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:31:01 ens3 20.33 11.98 25.99 6.80 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:31:01 docker0 0.03 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:31:01 veth7aa060d 0.02 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] 18:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] Average: ens3 112.61 69.29 1448.41 31.22 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] Average: docker0 17.75 28.26 1.41 228.48 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] Average: veth7aa060d 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] Average: lo 1.21 1.21 0.12 0.12 0.00 0.00 0.00 0.00 [2023-07-31T18:31:16.908Z] [2023-07-31T18:31:16.908Z] [2023-07-31T18:31:16.908Z] ---> sar -P ALL: [2023-07-31T18:31:16.908Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2605) 07/31/23 _x86_64_ (8 CPU) [2023-07-31T18:31:16.908Z] [2023-07-31T18:31:16.908Z] 18:14:40 LINUX RESTART (8 CPU) [2023-07-31T18:31:16.908Z] [2023-07-31T18:31:16.908Z] 18:15:02 CPU %user %nice %system %iowait %steal %idle [2023-07-31T18:31:16.908Z] 18:16:01 all 10.22 0.00 3.92 3.75 0.08 82.03 [2023-07-31T18:31:16.908Z] 18:16:01 0 7.79 0.00 3.82 2.36 0.05 85.97 [2023-07-31T18:31:16.908Z] 18:16:01 1 10.31 0.00 3.79 7.31 0.10 78.49 [2023-07-31T18:31:16.908Z] 18:16:01 2 10.83 0.00 4.50 0.36 0.07 84.24 [2023-07-31T18:31:16.908Z] 18:16:01 3 8.83 0.00 6.01 11.40 0.10 73.65 [2023-07-31T18:31:16.908Z] 18:16:01 4 10.40 0.00 3.27 3.05 0.05 83.22 [2023-07-31T18:31:16.908Z] 18:16:01 5 8.59 0.00 3.53 3.45 0.07 84.37 [2023-07-31T18:31:16.908Z] 18:16:01 6 12.88 0.00 2.96 1.01 0.07 83.08 [2023-07-31T18:31:16.908Z] 18:16:01 7 12.11 0.00 3.51 1.10 0.09 83.20 [2023-07-31T18:31:16.908Z] 18:17:01 all 29.66 0.00 5.48 3.71 0.09 61.06 [2023-07-31T18:31:16.908Z] 18:17:01 0 27.85 0.00 5.71 1.39 0.08 64.96 [2023-07-31T18:31:16.908Z] 18:17:01 1 30.63 0.00 5.27 13.81 0.08 50.21 [2023-07-31T18:31:16.908Z] 18:17:01 2 30.87 0.00 5.29 0.22 0.08 63.54 [2023-07-31T18:31:16.908Z] 18:17:01 3 29.72 0.00 6.18 12.29 0.14 51.68 [2023-07-31T18:31:16.908Z] 18:17:01 4 28.76 0.00 5.24 1.00 0.08 64.91 [2023-07-31T18:31:16.908Z] 18:17:01 5 29.30 0.00 5.07 0.39 0.07 65.18 [2023-07-31T18:31:16.908Z] 18:17:01 6 29.35 0.00 5.09 0.25 0.07 65.24 [2023-07-31T18:31:16.908Z] 18:17:01 7 30.84 0.00 6.00 0.45 0.10 62.60 [2023-07-31T18:31:16.908Z] 18:18:01 all 32.26 0.00 5.34 2.82 0.09 59.49 [2023-07-31T18:31:16.908Z] 18:18:01 0 31.70 0.00 5.48 0.10 0.10 62.62 [2023-07-31T18:31:16.908Z] 18:18:01 1 33.06 0.00 5.44 0.20 0.10 61.20 [2023-07-31T18:31:16.908Z] 18:18:01 2 33.36 0.00 5.28 0.05 0.08 61.23 [2023-07-31T18:31:16.908Z] 18:18:01 3 31.17 0.00 5.91 16.32 0.10 46.50 [2023-07-31T18:31:16.908Z] 18:18:01 4 32.05 0.00 5.10 1.44 0.08 61.32 [2023-07-31T18:31:16.908Z] 18:18:01 5 32.42 0.00 4.70 0.52 0.08 62.27 [2023-07-31T18:31:16.908Z] 18:18:01 6 32.76 0.00 5.02 0.69 0.08 61.46 [2023-07-31T18:31:16.908Z] 18:18:01 7 31.55 0.00 5.76 3.23 0.10 59.36 [2023-07-31T18:31:16.908Z] 18:19:01 all 2.88 0.00 1.16 0.86 0.02 95.09 [2023-07-31T18:31:16.908Z] 18:19:01 0 1.83 0.00 1.17 0.07 0.02 96.91 [2023-07-31T18:31:16.908Z] 18:19:01 1 2.57 0.00 1.70 4.43 0.02 91.29 [2023-07-31T18:31:16.908Z] 18:19:01 2 2.66 0.00 1.04 0.02 0.02 96.27 [2023-07-31T18:31:16.908Z] 18:19:01 3 2.93 0.00 1.12 0.00 0.02 95.93 [2023-07-31T18:31:16.908Z] 18:19:01 4 4.08 0.00 1.04 0.02 0.02 94.85 [2023-07-31T18:31:16.908Z] 18:19:01 5 3.51 0.00 0.87 0.77 0.03 94.81 [2023-07-31T18:31:16.908Z] 18:19:01 6 2.53 0.00 1.23 0.47 0.02 95.75 [2023-07-31T18:31:16.908Z] 18:19:01 7 2.87 0.00 1.14 1.09 0.02 94.88 [2023-07-31T18:31:16.908Z] 18:20:01 all 1.88 0.00 0.93 0.49 0.02 96.68 [2023-07-31T18:31:16.908Z] 18:20:01 0 1.58 0.00 2.27 0.38 0.02 95.75 [2023-07-31T18:31:16.908Z] 18:20:01 1 1.82 0.00 0.68 0.33 0.02 97.14 [2023-07-31T18:31:16.908Z] 18:20:01 2 1.95 0.00 0.63 0.32 0.02 97.08 [2023-07-31T18:31:16.908Z] 18:20:01 3 1.70 0.00 0.64 0.08 0.02 97.56 [2023-07-31T18:31:16.908Z] 18:20:01 4 3.01 0.00 0.61 0.03 0.03 96.31 [2023-07-31T18:31:16.908Z] 18:20:01 5 2.19 0.00 0.75 1.10 0.02 95.94 [2023-07-31T18:31:16.908Z] 18:20:01 6 1.13 0.00 1.27 0.88 0.03 96.68 [2023-07-31T18:31:16.908Z] 18:20:01 7 1.64 0.00 0.60 0.77 0.03 96.95 [2023-07-31T18:31:16.908Z] 18:21:01 all 0.82 0.00 0.59 0.30 0.01 98.27 [2023-07-31T18:31:16.908Z] 18:21:01 0 0.58 0.00 0.70 0.30 0.02 98.40 [2023-07-31T18:31:16.908Z] 18:21:01 1 0.42 0.00 0.33 0.02 0.02 99.22 [2023-07-31T18:31:16.909Z] 18:21:01 2 1.80 0.00 0.30 0.00 0.02 97.88 [2023-07-31T18:31:16.909Z] 18:21:01 3 0.75 0.00 1.42 0.48 0.02 97.33 [2023-07-31T18:31:16.909Z] 18:21:01 4 0.77 0.00 0.77 0.02 0.00 98.45 [2023-07-31T18:31:16.909Z] 18:21:01 5 0.40 0.00 0.28 1.02 0.03 98.26 [2023-07-31T18:31:16.909Z] 18:21:01 6 0.57 0.00 0.37 0.53 0.00 98.53 [2023-07-31T18:31:16.909Z] 18:21:01 7 1.30 0.00 0.55 0.05 0.02 98.08 [2023-07-31T18:31:16.909Z] 18:22:01 all 0.09 0.00 0.05 0.01 0.01 99.85 [2023-07-31T18:31:16.909Z] 18:22:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2023-07-31T18:31:16.909Z] 18:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-07-31T18:31:16.909Z] 18:22:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2023-07-31T18:31:16.909Z] 18:22:01 3 0.10 0.00 0.02 0.00 0.00 99.88 [2023-07-31T18:31:16.909Z] 18:22:01 4 0.22 0.00 0.05 0.00 0.02 99.72 [2023-07-31T18:31:16.909Z] 18:22:01 5 0.05 0.00 0.03 0.07 0.03 99.82 [2023-07-31T18:31:16.909Z] 18:22:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2023-07-31T18:31:16.909Z] 18:22:01 7 0.17 0.00 0.12 0.00 0.00 99.72 [2023-07-31T18:31:16.909Z] 18:23:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2023-07-31T18:31:16.909Z] 18:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:23:01 5 0.03 0.00 0.02 0.05 0.03 99.87 [2023-07-31T18:31:16.909Z] 18:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-07-31T18:31:16.909Z] 18:24:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-07-31T18:31:16.909Z] 18:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:24:01 5 0.00 0.00 0.00 0.10 0.03 99.87 [2023-07-31T18:31:16.909Z] 18:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-31T18:31:16.909Z] 18:25:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-07-31T18:31:16.909Z] 18:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-07-31T18:31:16.909Z] 18:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-07-31T18:31:16.909Z] 18:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-31T18:31:16.909Z] 18:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-07-31T18:31:16.909Z] 18:25:01 5 0.07 0.00 0.03 0.05 0.02 99.83 [2023-07-31T18:31:16.909Z] 18:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-31T18:31:16.909Z] 18:25:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2023-07-31T18:31:16.909Z] 18:26:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2023-07-31T18:31:16.909Z] 18:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:26:01 3 0.00 0.00 0.03 0.00 0.03 99.93 [2023-07-31T18:31:16.909Z] 18:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:26:01 5 0.02 0.00 0.02 0.07 0.00 99.90 [2023-07-31T18:31:16.909Z] 18:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-31T18:31:16.909Z] 18:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-07-31T18:31:16.909Z] [2023-07-31T18:31:16.909Z] 18:26:01 CPU %user %nice %system %iowait %steal %idle [2023-07-31T18:31:16.909Z] 18:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-07-31T18:31:16.909Z] 18:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-31T18:31:16.909Z] 18:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-07-31T18:31:16.909Z] 18:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:27:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2023-07-31T18:31:16.909Z] 18:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:27:01 5 0.00 0.00 0.00 0.03 0.02 99.95 [2023-07-31T18:31:16.909Z] 18:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-31T18:31:16.909Z] 18:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-07-31T18:31:16.909Z] 18:28:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2023-07-31T18:31:16.909Z] 18:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-07-31T18:31:16.909Z] 18:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-07-31T18:31:16.909Z] 18:28:01 3 0.00 0.00 0.03 0.00 0.02 99.95 [2023-07-31T18:31:16.909Z] 18:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-07-31T18:31:16.909Z] 18:28:01 5 0.02 0.00 0.00 0.05 0.00 99.93 [2023-07-31T18:31:16.909Z] 18:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-07-31T18:31:16.909Z] 18:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-07-31T18:31:16.909Z] 18:29:01 all 8.00 0.00 3.35 2.78 0.06 85.80 [2023-07-31T18:31:16.909Z] 18:29:01 0 7.42 0.00 3.94 0.44 0.07 88.14 [2023-07-31T18:31:16.909Z] 18:29:01 1 8.52 0.00 3.25 7.44 0.05 80.73 [2023-07-31T18:31:16.909Z] 18:29:01 2 7.93 0.00 2.57 0.87 0.03 88.60 [2023-07-31T18:31:16.909Z] 18:29:01 3 7.50 0.00 4.49 10.56 0.08 77.36 [2023-07-31T18:31:16.909Z] 18:29:01 4 9.58 0.00 2.84 0.63 0.07 86.88 [2023-07-31T18:31:16.909Z] 18:29:01 5 7.28 0.00 3.44 2.27 0.05 86.97 [2023-07-31T18:31:16.909Z] 18:29:01 6 7.60 0.00 3.63 0.02 0.03 88.72 [2023-07-31T18:31:16.909Z] 18:29:01 7 8.19 0.00 2.67 0.02 0.08 89.04 [2023-07-31T18:31:16.909Z] 18:30:01 all 0.48 0.00 0.21 0.05 0.02 99.24 [2023-07-31T18:31:16.909Z] 18:30:01 0 0.13 0.00 0.17 0.00 0.00 99.70 [2023-07-31T18:31:16.909Z] 18:30:01 1 0.35 0.00 0.20 0.03 0.02 99.40 [2023-07-31T18:31:16.909Z] 18:30:01 2 0.76 0.00 0.20 0.00 0.02 99.02 [2023-07-31T18:31:16.909Z] 18:30:01 3 0.43 0.00 0.27 0.18 0.02 99.10 [2023-07-31T18:31:16.909Z] 18:30:01 4 0.25 0.00 0.13 0.00 0.02 99.60 [2023-07-31T18:31:16.909Z] 18:30:01 5 0.95 0.00 0.33 0.18 0.03 98.50 [2023-07-31T18:31:16.909Z] 18:30:01 6 0.67 0.00 0.22 0.00 0.02 99.10 [2023-07-31T18:31:16.909Z] 18:30:01 7 0.28 0.00 0.20 0.00 0.03 99.48 [2023-07-31T18:31:16.909Z] 18:31:01 all 0.71 0.00 0.24 0.02 0.02 99.01 [2023-07-31T18:31:16.909Z] 18:31:01 0 0.25 0.00 0.28 0.00 0.02 99.45 [2023-07-31T18:31:16.909Z] 18:31:01 1 0.78 0.00 0.30 0.02 0.02 98.88 [2023-07-31T18:31:16.909Z] 18:31:01 2 2.48 0.00 0.20 0.00 0.03 97.29 [2023-07-31T18:31:16.909Z] 18:31:01 3 0.28 0.00 0.25 0.05 0.02 99.40 [2023-07-31T18:31:16.909Z] 18:31:01 4 0.28 0.00 0.22 0.02 0.00 99.48 [2023-07-31T18:31:16.909Z] 18:31:01 5 0.30 0.00 0.22 0.00 0.02 99.47 [2023-07-31T18:31:16.909Z] 18:31:01 6 0.97 0.00 0.22 0.08 0.02 98.72 [2023-07-31T18:31:16.909Z] 18:31:01 7 0.27 0.00 0.23 0.02 0.03 99.45 [2023-07-31T18:31:16.909Z] Average: all 5.41 0.00 1.32 0.92 0.03 92.32 [2023-07-31T18:31:16.909Z] Average: 0 4.93 0.00 1.47 0.31 0.02 93.27 [2023-07-31T18:31:16.909Z] Average: 1 5.48 0.00 1.30 2.08 0.03 91.12 [2023-07-31T18:31:16.909Z] Average: 2 5.75 0.00 1.24 0.11 0.02 92.86 [2023-07-31T18:31:16.909Z] Average: 3 5.18 0.00 1.63 3.18 0.04 89.97 [2023-07-31T18:31:16.909Z] Average: 4 5.57 0.00 1.20 0.38 0.03 92.82 [2023-07-31T18:31:16.909Z] Average: 5 5.29 0.00 1.20 0.63 0.03 92.85 [2023-07-31T18:31:16.909Z] Average: 6 5.50 0.00 1.24 0.24 0.02 92.99 [2023-07-31T18:31:16.909Z] Average: 7 5.55 0.00 1.29 0.42 0.03 92.71 [2023-07-31T18:31:16.909Z] [2023-07-31T18:31:16.909Z] [2023-07-31T18:31:16.909Z]