Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3c9673bd00b0496122dab08c8c5119b35955174d 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-ssh8537336293973912954.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-ssh132664873256941928.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-ssh2534817765094855996.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-ssh11597893518527070964.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-ssh17556332498715238671.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-1065 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git init /w/workspace/dry_app-rfid-llrp-inventory_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3c9673bd00b0496122dab08c8c5119b35955174d (main) Commit message: "build: Update to latest SDK (#206)" > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c9673bd00b0496122dab08c8c5119b35955174d # timeout=10 > git rev-list --no-walk 77aa89dd3ba985c44f4807dbd67e46bd9bc16e12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-13T15:35:16.522Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-13T15:35:16.584Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-13T15:35:16.596Z] ========================================================= [2023-07-13T15:35:16.596Z] EdgeX Global Pipelines Version Info [2023-07-13T15:35:16.596Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:35:17.294Z] ------------------- [2023-07-13T15:35:17.294Z] stable info: [2023-07-13T15:35:17.294Z] ------------------- [2023-07-13T15:35:17.294Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-13T15:35:17.294Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-13T15:35:17.294Z] Message: update stable to v1.0.250 [2023-07-13T15:35:17.868Z] ------------------- [2023-07-13T15:35:17.868Z] experimental info: [2023-07-13T15:35:17.868Z] ------------------- [2023-07-13T15:35:17.868Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-13T15:35:17.868Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-13T15:35:17.868Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-13T15:35:18.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-07-13T15:35:18.033Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-07-13T15:35:18.046Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-13T15:35:18.063Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-13T15:35:18.076Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-13T15:35:18.093Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-13T15:35:18.110Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-13T15:35:18.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-07-13T15:35:18.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-13T15:35:18.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-13T15:35:18.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-13T15:35:18.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-07-13T15:35:18.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-13T15:35:18.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-13T15:35:18.257Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-13T15:35:18.273Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-13T15:35:18.283Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-07-13T15:35:18.297Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-07-13T15:35:18.311Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-13T15:35:18.330Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-13T15:35:18.348Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-07-13T15:35:18.363Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-07-13T15:35:18.372Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-07-13T15:35:18.387Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-07-13T15:35:18.396Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-07-13T15:35:18.411Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-13T15:35:18.427Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-13T15:35:18.439Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-07-13T15:35:18.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-07-13T15:35:18.470Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-07-13T15:35:18.482Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo [2023-07-13T15:35:18.499Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c9673b [Pipeline] echo [2023-07-13T15:35:18.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-13T15:35:18.557Z] provisioning config files... [2023-07-13T15:35:18.570Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14070318164468749728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:35:18.877Z] ---> docker-login.sh [2023-07-13T15:35:18.877Z] nexus3.edgexfoundry.org:10001 [2023-07-13T15:35:19.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:19.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:19.136Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:19.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:19.136Z] [2023-07-13T15:35:19.136Z] Login Succeeded [2023-07-13T15:35:19.136Z] nexus3.edgexfoundry.org:10002 [2023-07-13T15:35:19.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:19.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:19.136Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:19.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:19.136Z] [2023-07-13T15:35:19.136Z] Login Succeeded [2023-07-13T15:35:19.136Z] nexus3.edgexfoundry.org:10003 [2023-07-13T15:35:19.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:19.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:19.398Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:19.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:19.398Z] [2023-07-13T15:35:19.398Z] Login Succeeded [2023-07-13T15:35:19.398Z] nexus3.edgexfoundry.org:10004 [2023-07-13T15:35:19.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:19.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:19.398Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:19.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:19.398Z] [2023-07-13T15:35:19.398Z] Login Succeeded [2023-07-13T15:35:19.398Z] docker.io [2023-07-13T15:35:19.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:19.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:19.658Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:19.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:19.658Z] [2023-07-13T15:35:19.658Z] Login Succeeded [2023-07-13T15:35:19.658Z] ---> docker-login.sh ends [Pipeline] } [2023-07-13T15:35:19.672Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-07-13T15:35:20.028Z] + git rev-list -1 --merges 3c9673bd00b0496122dab08c8c5119b35955174d~1..3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo [2023-07-13T15:35:20.079Z] -----------> git rev-list -1 --merges 3c9673bd00b0496122dab08c8c5119b35955174d~1..3c9673bd00b0496122dab08c8c5119b35955174d 3c9673bd00b0496122dab08c8c5119b35955174d [false] [Pipeline] sh [2023-07-13T15:35:20.375Z] + git log --format=format:%s -1 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo [2023-07-13T15:35:20.388Z] ========================================================= [2023-07-13T15:35:20.388Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-13T15:35:20.388Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-13T15:35:20.716Z] + git log --format=format:%s -1 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo [2023-07-13T15:35:20.751Z] [semverPrep] GIT_COMMIT: 3c9673bd00b0496122dab08c8c5119b35955174d, Commit Message: build: Update to latest SDK (#206) [Pipeline] echo [2023-07-13T15:35:20.759Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-07-13T15:35:21.096Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-13T15:35:21.096Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-13T15:35:21.096Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-13T15:35:21.096Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-13T15:35:21.096Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-13T15:35:21.096Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-13T15:35:21.096Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:35:21.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-13T15:35:21.447Z] [2023-07-13T15:35:21.447Z] 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-13T15:35:21.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-13T15:35:21.747Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-13T15:35:21.747Z] b85a868b505f: Pulling fs layer [2023-07-13T15:35:21.747Z] e2be974225ed: Pulling fs layer [2023-07-13T15:35:21.747Z] 339a4e72a1f5: Pulling fs layer [2023-07-13T15:35:21.747Z] 988bab9f4d93: Pulling fs layer [2023-07-13T15:35:21.747Z] 1469e6f7b9e6: Pulling fs layer [2023-07-13T15:35:21.747Z] eaf3925da568: Pulling fs layer [2023-07-13T15:35:21.747Z] bab4dde63d76: Pulling fs layer [2023-07-13T15:35:21.747Z] bde34c3a00c8: Pulling fs layer [2023-07-13T15:35:21.747Z] b352a97aabf1: Pulling fs layer [2023-07-13T15:35:21.747Z] 4872d77fe225: Pulling fs layer [2023-07-13T15:35:21.747Z] 5851b861e8e6: Pulling fs layer [2023-07-13T15:35:21.747Z] 988bab9f4d93: Waiting [2023-07-13T15:35:21.747Z] 1469e6f7b9e6: Waiting [2023-07-13T15:35:21.747Z] eaf3925da568: Waiting [2023-07-13T15:35:21.747Z] bab4dde63d76: Waiting [2023-07-13T15:35:21.747Z] bde34c3a00c8: Waiting [2023-07-13T15:35:21.747Z] b352a97aabf1: Waiting [2023-07-13T15:35:21.747Z] 4872d77fe225: Waiting [2023-07-13T15:35:21.747Z] 5851b861e8e6: Waiting [2023-07-13T15:35:21.747Z] e2be974225ed: Download complete [2023-07-13T15:35:21.747Z] 988bab9f4d93: Verifying Checksum [2023-07-13T15:35:21.747Z] 988bab9f4d93: Download complete [2023-07-13T15:35:21.747Z] 1469e6f7b9e6: Verifying Checksum [2023-07-13T15:35:21.747Z] 1469e6f7b9e6: Download complete [2023-07-13T15:35:22.005Z] 339a4e72a1f5: Verifying Checksum [2023-07-13T15:35:22.005Z] 339a4e72a1f5: Download complete [2023-07-13T15:35:22.005Z] eaf3925da568: Verifying Checksum [2023-07-13T15:35:22.005Z] eaf3925da568: Download complete [2023-07-13T15:35:22.005Z] bde34c3a00c8: Verifying Checksum [2023-07-13T15:35:22.005Z] bde34c3a00c8: Download complete [2023-07-13T15:35:22.005Z] b352a97aabf1: Download complete [2023-07-13T15:35:22.005Z] 4872d77fe225: Verifying Checksum [2023-07-13T15:35:22.005Z] 4872d77fe225: Download complete [2023-07-13T15:35:22.005Z] 5851b861e8e6: Download complete [2023-07-13T15:35:22.005Z] b85a868b505f: Verifying Checksum [2023-07-13T15:35:22.005Z] b85a868b505f: Download complete [2023-07-13T15:35:22.266Z] bab4dde63d76: Verifying Checksum [2023-07-13T15:35:22.266Z] bab4dde63d76: Download complete [2023-07-13T15:35:23.203Z] b85a868b505f: Pull complete [2023-07-13T15:35:23.460Z] e2be974225ed: Pull complete [2023-07-13T15:35:23.718Z] 339a4e72a1f5: Pull complete [2023-07-13T15:35:23.718Z] 988bab9f4d93: Pull complete [2023-07-13T15:35:24.287Z] 1469e6f7b9e6: Pull complete [2023-07-13T15:35:24.287Z] eaf3925da568: Pull complete [2023-07-13T15:35:25.666Z] bab4dde63d76: Pull complete [2023-07-13T15:35:25.666Z] bde34c3a00c8: Pull complete [2023-07-13T15:35:25.927Z] b352a97aabf1: Pull complete [2023-07-13T15:35:25.927Z] 4872d77fe225: Pull complete [2023-07-13T15:35:25.927Z] 5851b861e8e6: Pull complete [2023-07-13T15:35:25.927Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-13T15:35:25.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-13T15:35:25.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:35:26.031Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:35:26.071Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-13T15:35:30.284Z] $ docker top 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 -eo pid,comm [2023-07-13T15:35:30.342Z] 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-13T15:35:30.342Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-13T15:35:30.371Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-13T15:35:30.371Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-13T15:35:30.482Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-13T15:35:30.486Z] $ docker exec 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent [2023-07-13T15:35:30.593Z] SSH_AUTH_SOCK=/tmp/ssh-abr9o1ozTapx/agent.33 [2023-07-13T15:35:30.593Z] SSH_AGENT_PID=39 [2023-07-13T15:35:30.601Z] Running ssh-add (command line suppressed) [2023-07-13T15:35:30.696Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3699674470284236156.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3699674470284236156.key) [2023-07-13T15:35:30.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-13T15:35:30.997Z] + git tag --points-at HEAD [Pipeline] } [2023-07-13T15:35:31.010Z] $ docker exec --env ******** --env ******** 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent -k [2023-07-13T15:35:31.095Z] unset SSH_AUTH_SOCK; [2023-07-13T15:35:31.097Z] unset SSH_AGENT_PID; [2023-07-13T15:35:31.098Z] echo Agent pid 39 killed; [2023-07-13T15:35:31.107Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-13T15:35:31.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-13T15:35:31.139Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-13T15:35:31.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-13T15:35:31.254Z] $ docker exec 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent [2023-07-13T15:35:31.370Z] SSH_AUTH_SOCK=/tmp/ssh-4WadpEpjdArN/agent.71 [2023-07-13T15:35:31.370Z] SSH_AGENT_PID=77 [2023-07-13T15:35:31.374Z] Running ssh-add (command line suppressed) [2023-07-13T15:35:31.473Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5223819513872942976.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5223819513872942976.key) [2023-07-13T15:35:31.486Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-13T15:35:31.774Z] + git semver init [2023-07-13T15:35:32.033Z] 2023-07-13 15:35:31,953 [run_init] DEBUG init version:0.0.0 force:False [2023-07-13T15:35:32.033Z] 2023-07-13 15:35:31,953 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2023-07-13T15:35:32.033Z] 2023-07-13 15:35:31,954 [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-13T15:35:32.033Z] 2023-07-13 15:35:31,954 [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-13T15:35:33.413Z] 2023-07-13 15:35:33,106 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2023-07-13T15:35:33.413Z] 2023-07-13 15:35:33,107 [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-13T15:35:33.413Z] 2023-07-13 15:35:33,107 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:35:33.413Z] 2023-07-13 15:35:33,107 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:35:33.413Z] 3.1.0-dev.2 [Pipeline] } [2023-07-13T15:35:33.429Z] $ docker exec --env ******** --env ******** 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent -k [2023-07-13T15:35:33.520Z] unset SSH_AUTH_SOCK; [2023-07-13T15:35:33.521Z] unset SSH_AGENT_PID; [2023-07-13T15:35:33.521Z] echo Agent pid 77 killed; [2023-07-13T15:35:33.531Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-13T15:35:33.837Z] + git semver [Pipeline] } [2023-07-13T15:35:34.113Z] $ docker stop --time=1 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 [2023-07-13T15:35:35.397Z] $ docker rm -f --volumes 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-13T15:35:35.727Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-13T15:35:35.941Z] Stashed 1 file(s) [Pipeline] echo [2023-07-13T15:35:35.943Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.2 [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-13T15:35:36.102Z] provisioning config files... [2023-07-13T15:35:36.112Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config18291455259682410033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:35:36.407Z] ---> docker-login.sh [2023-07-13T15:35:36.407Z] nexus3.edgexfoundry.org:10001 [2023-07-13T15:35:36.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:36.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:36.407Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:36.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:36.407Z] [2023-07-13T15:35:36.407Z] Login Succeeded [2023-07-13T15:35:36.407Z] nexus3.edgexfoundry.org:10002 [2023-07-13T15:35:36.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:36.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:36.407Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:36.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:36.407Z] [2023-07-13T15:35:36.407Z] Login Succeeded [2023-07-13T15:35:36.407Z] nexus3.edgexfoundry.org:10003 [2023-07-13T15:35:36.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:36.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:36.666Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:36.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:36.666Z] [2023-07-13T15:35:36.666Z] Login Succeeded [2023-07-13T15:35:36.666Z] nexus3.edgexfoundry.org:10004 [2023-07-13T15:35:36.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:36.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:36.666Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:36.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:36.666Z] [2023-07-13T15:35:36.666Z] Login Succeeded [2023-07-13T15:35:36.666Z] docker.io [2023-07-13T15:35:36.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:35:36.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:35:36.925Z] Configure a credential helper to remove this warning. See [2023-07-13T15:35:36.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:35:36.925Z] [2023-07-13T15:35:36.925Z] Login Succeeded [2023-07-13T15:35:36.925Z] ---> docker-login.sh ends [Pipeline] } [2023-07-13T15:35:36.932Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-13T15:35:37.004Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-13T15:35:37.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-13T15:35:37.023Z] ========================================================= [2023-07-13T15:35:37.023Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-13T15:35:37.023Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:35:37.334Z] + 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-13T15:35:37.334Z] Sending build context to Docker daemon 12.65MB [2023-07-13T15:35:37.334Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-13T15:35:37.334Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-13T15:35:37.334Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-13T15:35:37.334Z] 4db1b89c0bd1: Pulling fs layer [2023-07-13T15:35:37.334Z] 6911f1a30b25: Pulling fs layer [2023-07-13T15:35:37.334Z] e194b8c5c2a9: Pulling fs layer [2023-07-13T15:35:37.334Z] 6863d3e3a2b1: Pulling fs layer [2023-07-13T15:35:37.334Z] ec0bb842ea78: Pulling fs layer [2023-07-13T15:35:37.334Z] 40a00589a448: Pulling fs layer [2023-07-13T15:35:37.334Z] 6c08303d61cc: Pulling fs layer [2023-07-13T15:35:37.334Z] 798269fcf238: Pulling fs layer [2023-07-13T15:35:37.334Z] 6c08303d61cc: Waiting [2023-07-13T15:35:37.334Z] ec0bb842ea78: Waiting [2023-07-13T15:35:37.334Z] 40a00589a448: Waiting [2023-07-13T15:35:37.334Z] 798269fcf238: Waiting [2023-07-13T15:35:37.334Z] 6863d3e3a2b1: Waiting [2023-07-13T15:35:37.595Z] 6911f1a30b25: Download complete [2023-07-13T15:35:37.595Z] 6863d3e3a2b1: Verifying Checksum [2023-07-13T15:35:37.595Z] 6863d3e3a2b1: Download complete [2023-07-13T15:35:37.595Z] ec0bb842ea78: Verifying Checksum [2023-07-13T15:35:37.595Z] ec0bb842ea78: Download complete [2023-07-13T15:35:37.595Z] 4db1b89c0bd1: Verifying Checksum [2023-07-13T15:35:37.595Z] 4db1b89c0bd1: Download complete [2023-07-13T15:35:37.595Z] 40a00589a448: Verifying Checksum [2023-07-13T15:35:37.595Z] 40a00589a448: Download complete [2023-07-13T15:35:37.595Z] 4db1b89c0bd1: Pull complete [2023-07-13T15:35:37.855Z] 6911f1a30b25: Pull complete [2023-07-13T15:35:38.115Z] 798269fcf238: Verifying Checksum [2023-07-13T15:35:38.115Z] 798269fcf238: Download complete [2023-07-13T15:35:38.115Z] e194b8c5c2a9: Verifying Checksum [2023-07-13T15:35:38.115Z] e194b8c5c2a9: Download complete [2023-07-13T15:35:38.375Z] 6c08303d61cc: Verifying Checksum [2023-07-13T15:35:38.375Z] 6c08303d61cc: Download complete [2023-07-13T15:35:41.658Z] e194b8c5c2a9: Pull complete [2023-07-13T15:35:41.658Z] 6863d3e3a2b1: Pull complete [2023-07-13T15:35:41.658Z] ec0bb842ea78: Pull complete [2023-07-13T15:35:41.658Z] 40a00589a448: Pull complete [2023-07-13T15:35:44.191Z] 6c08303d61cc: Pull complete [2023-07-13T15:35:44.757Z] 798269fcf238: Pull complete [2023-07-13T15:35:44.757Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-13T15:35:44.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-13T15:35:44.757Z] ---> ec979cd7f677 [2023-07-13T15:35:44.757Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-13T15:35:51.057Z] Still waiting to schedule task [2023-07-13T15:35:51.058Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-1066’ is offline [2023-07-13T15:35:51.346Z] ---> Running in 1cfa12848929 [2023-07-13T15:35:51.346Z] Removing intermediate container 1cfa12848929 [2023-07-13T15:35:51.346Z] ---> 484a4b3ef0d0 [2023-07-13T15:35:51.346Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-13T15:35:51.346Z] ---> Running in 25dc2fd60910 [2023-07-13T15:35:51.605Z] Removing intermediate container 25dc2fd60910 [2023-07-13T15:35:51.605Z] ---> 2972f0739a81 [2023-07-13T15:35:51.605Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-13T15:35:51.605Z] ---> Running in a8de3827f9d9 [2023-07-13T15:35:51.605Z] Removing intermediate container a8de3827f9d9 [2023-07-13T15:35:51.605Z] ---> cb66a6e17e0d [2023-07-13T15:35:51.605Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-13T15:35:51.605Z] ---> Running in 70225c211c01 [2023-07-13T15:35:51.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-13T15:35:52.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-13T15:35:52.384Z] OK: 265 MiB in 53 packages [2023-07-13T15:35:52.643Z] Removing intermediate container 70225c211c01 [2023-07-13T15:35:52.643Z] ---> ce1951ff107e [2023-07-13T15:35:52.643Z] Step 7/12 : WORKDIR /app [2023-07-13T15:35:52.643Z] ---> Running in e258a049a5ba [2023-07-13T15:35:52.902Z] Removing intermediate container e258a049a5ba [2023-07-13T15:35:52.902Z] ---> 1c9b0a6337cc [2023-07-13T15:35:52.902Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-13T15:35:52.902Z] ---> 37afc6c62eea [2023-07-13T15:35:52.902Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-13T15:35:52.902Z] ---> Running in 0a778b7f8124 [2023-07-13T15:36:31.663Z] Removing intermediate container 0a778b7f8124 [2023-07-13T15:36:31.663Z] ---> d9c61a3ea785 [2023-07-13T15:36:31.663Z] Step 10/12 : COPY . . [2023-07-13T15:36:31.663Z] ---> 29d71107ffee [2023-07-13T15:36:31.663Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-13T15:36:31.663Z] ---> Running in 416f03beb39c [2023-07-13T15:36:31.663Z] Removing intermediate container 416f03beb39c [2023-07-13T15:36:31.663Z] ---> 1928f0dca00a [2023-07-13T15:36:31.663Z] Step 12/12 : RUN $MAKE [2023-07-13T15:36:31.663Z] ---> Running in 5f510872a7fd [2023-07-13T15:36:31.663Z] noop [2023-07-13T15:36:31.663Z] Removing intermediate container 5f510872a7fd [2023-07-13T15:36:31.663Z] ---> 1db9ea499ca9 [2023-07-13T15:36:31.663Z] Successfully built 1db9ea499ca9 [2023-07-13T15:36:31.663Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:36:31.981Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-13T15:36:31.981Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:36:32.056Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:36:32.096Z] $ 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 ******** ci-base-image-x86_64 cat [2023-07-13T15:36:32.432Z] $ docker top 9df437841966fd6bc0d2d1148be8c2fb1119e142b481cfcd25433f39464419fe -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-13T15:36:32.765Z] + go version [2023-07-13T15:36:32.765Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-13T15:36:32.780Z] $ docker stop --time=1 9df437841966fd6bc0d2d1148be8c2fb1119e142b481cfcd25433f39464419fe [2023-07-13T15:36:34.024Z] $ docker rm -f --volumes 9df437841966fd6bc0d2d1148be8c2fb1119e142b481cfcd25433f39464419fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:36:34.413Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-13T15:36:34.413Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:36:34.490Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:36:34.528Z] $ 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 ******** ci-base-image-x86_64 cat [2023-07-13T15:36:34.840Z] $ docker top a63f876a4821308c1ea24867ce5cba319d192c2be39b4e098b7193792918671b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-13T15:36:35.176Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2023-07-13T15:36:35.477Z] + make test [2023-07-13T15:36:35.477Z] go test -race ./... -coverprofile=coverage.out ./... [2023-07-13T15:36:53.556Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-07-13T15:36:53.556Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-07-13T15:36:53.556Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.144s coverage: 86.2% of statements [2023-07-13T15:36:56.086Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.701s coverage: 71.9% of statements [2023-07-13T15:37:18.066Z] go vet ./... [2023-07-13T15:37:22.281Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-13T15:37:22.281Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-13T15:37:22.281Z] ./bin/test-attribution.sh [Pipeline] echo [2023-07-13T15:37:22.294Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-13T15:37:22.311Z] $ docker stop --time=1 a63f876a4821308c1ea24867ce5cba319d192c2be39b4e098b7193792918671b [2023-07-13T15:37:27.870Z] $ docker rm -f --volumes a63f876a4821308c1ea24867ce5cba319d192c2be39b4e098b7193792918671b [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-13T15:37:28.392Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-13T15:37:28.456Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-07-13T15:37:28.893Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-13T15:37:29.178Z] + ls -al . [2023-07-13T15:37:29.178Z] total 236 [2023-07-13T15:37:29.178Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 13 15:36 . [2023-07-13T15:37:29.178Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:35 .. [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 13 15:35 .dockerignore [2023-07-13T15:37:29.178Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 15:35 .git [2023-07-13T15:37:29.178Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:35 .github [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 13 15:35 .gitignore [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 13 15:35 .golangci.yml [2023-07-13T15:37:29.178Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 15:35 .semver [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 10332 Jul 13 15:35 Attribution.txt [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 9042 Jul 13 15:35 CHANGELOG.md [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jul 13 15:35 Dockerfile [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 15:35 GOVERNANCE.md [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 13 15:35 Jenkinsfile [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 13 15:35 LICENSE [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 2497 Jul 13 15:35 Makefile [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 13 15:35 OWNERS.md [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 31516 Jul 13 15:35 README.md [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 13 15:35 VERSION [2023-07-13T15:37:29.178Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:35 bin [2023-07-13T15:37:29.178Z] -rw-r--r-- 1 jenkins jenkins 41317 Jul 13 15:36 coverage.out [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 3692 Jul 13 15:35 go.mod [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 32863 Jul 13 15:35 go.sum [2023-07-13T15:37:29.178Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:35 images [2023-07-13T15:37:29.178Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:35 internal [2023-07-13T15:37:29.178Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 13 15:35 main.go [2023-07-13T15:37:29.178Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:35 res [2023-07-13T15:37:29.178Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:35 snap [2023-07-13T15:37:29.178Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:35 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:37:29.502Z] + 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=3c9673bd00b0496122dab08c8c5119b35955174d --label arch=amd64 --label version=3.1.0-dev.2 . [2023-07-13T15:37:29.502Z] Sending build context to Docker daemon 12.65MB [2023-07-13T15:37:29.502Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-07-13T15:37:29.502Z] Step 2/29 : FROM ${BASE} AS builder [2023-07-13T15:37:29.502Z] ---> 1db9ea499ca9 [2023-07-13T15:37:29.502Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-07-13T15:37:29.852Z] ---> Running in 94e6715861c4 [2023-07-13T15:37:29.852Z] Removing intermediate container 94e6715861c4 [2023-07-13T15:37:29.852Z] ---> 3c0e04b5ca33 [2023-07-13T15:37:29.852Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-07-13T15:37:29.852Z] ---> Running in fb3b6385424d [2023-07-13T15:37:29.852Z] Removing intermediate container fb3b6385424d [2023-07-13T15:37:29.852Z] ---> 35f57fa8a9a8 [2023-07-13T15:37:29.852Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-07-13T15:37:30.112Z] ---> Running in fa39187bdd37 [2023-07-13T15:37:30.112Z] Removing intermediate container fa39187bdd37 [2023-07-13T15:37:30.112Z] ---> ef9ff0160f54 [2023-07-13T15:37:30.112Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-13T15:37:30.112Z] ---> Running in f80556798cfc [2023-07-13T15:37:30.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-13T15:37:30.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-13T15:37:30.629Z] OK: 265 MiB in 53 packages [2023-07-13T15:37:30.889Z] Removing intermediate container f80556798cfc [2023-07-13T15:37:30.889Z] ---> 3b5b53ae92df [2023-07-13T15:37:30.889Z] Step 7/29 : WORKDIR /app [2023-07-13T15:37:30.889Z] ---> Running in e34a323b4ce0 [2023-07-13T15:37:30.889Z] Removing intermediate container e34a323b4ce0 [2023-07-13T15:37:30.889Z] ---> 31692397369a [2023-07-13T15:37:30.889Z] Step 8/29 : COPY go.mod vendor* ./ [2023-07-13T15:37:31.148Z] ---> 2ef0a143ba3c [2023-07-13T15:37:31.148Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-13T15:37:31.148Z] ---> Running in c198824952fe [2023-07-13T15:37:31.714Z] Removing intermediate container c198824952fe [2023-07-13T15:37:31.714Z] ---> 4060b517db34 [2023-07-13T15:37:31.714Z] Step 10/29 : COPY . . [2023-07-13T15:37:32.280Z] ---> b6117218e92f [2023-07-13T15:37:32.280Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-13T15:37:32.280Z] ---> Running in 2361f8445aa6 [2023-07-13T15:37:32.280Z] Removing intermediate container 2361f8445aa6 [2023-07-13T15:37:32.280Z] ---> f86342f2f6fc [2023-07-13T15:37:32.280Z] Step 12/29 : RUN $MAKE [2023-07-13T15:37:32.537Z] ---> Running in 2238831c123d [2023-07-13T15:37:32.537Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.2 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.2" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-07-13T15:37:54.460Z] Removing intermediate container 2238831c123d [2023-07-13T15:37:54.460Z] ---> 9b822bfd5667 [2023-07-13T15:37:54.460Z] Step 13/29 : FROM alpine:3.17 [2023-07-13T15:37:54.738Z] 3.17: Pulling from library/alpine [2023-07-13T15:37:54.738Z] 4db1b89c0bd1: Already exists [2023-07-13T15:37:55.001Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-13T15:37:55.001Z] Status: Downloaded newer image for alpine:3.17 [2023-07-13T15:37:55.001Z] ---> 1f73a9d63274 [2023-07-13T15:37:55.001Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-13T15:37:55.001Z] ---> Running in 846016e7eb95 [2023-07-13T15:37:55.001Z] Removing intermediate container 846016e7eb95 [2023-07-13T15:37:55.001Z] ---> 44d8dbb5212c [2023-07-13T15:37:55.001Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-07-13T15:37:55.001Z] ---> Running in 4abab16f25b1 [2023-07-13T15:37:55.271Z] Removing intermediate container 4abab16f25b1 [2023-07-13T15:37:55.271Z] ---> 4d0a127acedd [2023-07-13T15:37:55.271Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-07-13T15:37:55.271Z] ---> Running in eb31ded04811 [2023-07-13T15:37:55.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-13T15:37:55.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-13T15:37:55.841Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-13T15:37:56.107Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-13T15:37:56.107Z] Executing busybox-1.35.0-r29.trigger [2023-07-13T15:37:56.107Z] Executing ca-certificates-20230506-r0.trigger [2023-07-13T15:37:56.107Z] OK: 8 MiB in 17 packages [2023-07-13T15:37:56.366Z] Removing intermediate container eb31ded04811 [2023-07-13T15:37:56.367Z] ---> ab6682d961ed [2023-07-13T15:37:56.367Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-13T15:37:56.625Z] ---> 6214017c523e [2023-07-13T15:37:56.625Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-13T15:37:56.625Z] ---> ce1a9bede119 [2023-07-13T15:37:56.625Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-07-13T15:37:56.885Z] ---> f0ac2348c2d7 [2023-07-13T15:37:56.885Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-07-13T15:37:56.885Z] ---> ebcdefb5165e [2023-07-13T15:37:56.885Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-07-13T15:37:58.265Z] ---> ec01bf1a7bba [2023-07-13T15:37:58.265Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-07-13T15:37:58.265Z] ---> Running in eab859d09904 [2023-07-13T15:37:58.524Z] Removing intermediate container eab859d09904 [2023-07-13T15:37:58.524Z] ---> 6a2a5aa9aa7c [2023-07-13T15:37:58.524Z] Step 23/29 : VOLUME /cache [2023-07-13T15:37:58.524Z] ---> Running in add5c8e31470 [2023-07-13T15:37:58.783Z] Removing intermediate container add5c8e31470 [2023-07-13T15:37:58.783Z] ---> 863641e7a9cf [2023-07-13T15:37:58.783Z] Step 24/29 : EXPOSE 59711 [2023-07-13T15:37:58.783Z] ---> Running in 5d616213e433 [2023-07-13T15:37:58.783Z] Removing intermediate container 5d616213e433 [2023-07-13T15:37:58.783Z] ---> 269ce739bb8b [2023-07-13T15:37:58.783Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-07-13T15:37:58.783Z] ---> Running in b67126cc917f [2023-07-13T15:37:58.783Z] Removing intermediate container b67126cc917f [2023-07-13T15:37:58.783Z] ---> 549c4d617707 [2023-07-13T15:37:58.783Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-07-13T15:37:58.783Z] ---> Running in 014f433a499c [2023-07-13T15:37:59.042Z] Removing intermediate container 014f433a499c [2023-07-13T15:37:59.042Z] ---> 2ba1d40f7d7c [2023-07-13T15:37:59.042Z] Step 27/29 : LABEL arch=amd64 [2023-07-13T15:37:59.042Z] ---> Running in c34d55e34129 [2023-07-13T15:37:59.042Z] Removing intermediate container c34d55e34129 [2023-07-13T15:37:59.042Z] ---> 2d0a6e62fbc8 [2023-07-13T15:37:59.042Z] Step 28/29 : LABEL git_sha=3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:37:59.042Z] ---> Running in ea28d6e88108 [2023-07-13T15:37:59.042Z] Removing intermediate container ea28d6e88108 [2023-07-13T15:37:59.042Z] ---> 702c0a32eb53 [2023-07-13T15:37:59.042Z] Step 29/29 : LABEL version=3.1.0-dev.2 [2023-07-13T15:37:59.042Z] ---> Running in 6c630315876f [2023-07-13T15:37:59.301Z] Removing intermediate container 6c630315876f [2023-07-13T15:37:59.301Z] ---> 1b9644caf1a3 [2023-07-13T15:37:59.301Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-13T15:37:59.301Z] Successfully built 1b9644caf1a3 [2023-07-13T15:37:59.301Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-13T15:37:59.432Z] provisioning config files... [2023-07-13T15:37:59.442Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config6027670076898078708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:37:59.746Z] ---> docker-login.sh [2023-07-13T15:37:59.747Z] nexus3.edgexfoundry.org:10001 [2023-07-13T15:37:59.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:37:59.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:37:59.747Z] Configure a credential helper to remove this warning. See [2023-07-13T15:37:59.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:37:59.747Z] [2023-07-13T15:37:59.747Z] Login Succeeded [2023-07-13T15:37:59.747Z] nexus3.edgexfoundry.org:10002 [2023-07-13T15:37:59.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:37:59.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:37:59.747Z] Configure a credential helper to remove this warning. See [2023-07-13T15:37:59.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:37:59.747Z] [2023-07-13T15:37:59.747Z] Login Succeeded [2023-07-13T15:37:59.747Z] nexus3.edgexfoundry.org:10003 [2023-07-13T15:38:00.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:00.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:00.005Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:00.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:00.005Z] [2023-07-13T15:38:00.005Z] Login Succeeded [2023-07-13T15:38:00.005Z] nexus3.edgexfoundry.org:10004 [2023-07-13T15:38:00.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:00.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:00.005Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:00.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:00.005Z] [2023-07-13T15:38:00.005Z] Login Succeeded [2023-07-13T15:38:00.005Z] docker.io [2023-07-13T15:38:00.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:00.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:00.264Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:00.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:00.264Z] [2023-07-13T15:38:00.264Z] Login Succeeded [2023-07-13T15:38:00.264Z] ---> docker-login.sh ends [Pipeline] } [2023-07-13T15:38:00.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-13T15:38:00.301Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-13T15:38:00.324Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2023-07-13T15:38:00.325Z] 3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:38:00.325Z] latest [2023-07-13T15:38:00.325Z] 3.1.0-dev.2 [2023-07-13T15:38:00.325Z] 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [2023-07-13T15:38:00.325Z] main [2023-07-13T15:38:00.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:00.646Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:00.956Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:38:00.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-13T15:38:00.956Z] ebf97a6fdc48: Preparing [2023-07-13T15:38:00.956Z] 1f37dca976c3: Preparing [2023-07-13T15:38:00.956Z] 79cd02fcef71: Preparing [2023-07-13T15:38:00.956Z] a3bd345fe68a: Preparing [2023-07-13T15:38:00.956Z] a193f66ff25b: Preparing [2023-07-13T15:38:00.956Z] fae341b07f1f: Preparing [2023-07-13T15:38:00.956Z] 9cc16f702442: Preparing [2023-07-13T15:38:00.956Z] 3dab9f8bf2d2: Preparing [2023-07-13T15:38:00.956Z] fae341b07f1f: Waiting [2023-07-13T15:38:00.956Z] 9cc16f702442: Waiting [2023-07-13T15:38:00.956Z] 3dab9f8bf2d2: Waiting [2023-07-13T15:38:00.956Z] a3bd345fe68a: Pushed [2023-07-13T15:38:00.956Z] 79cd02fcef71: Pushed [2023-07-13T15:38:00.956Z] ebf97a6fdc48: Pushed [2023-07-13T15:38:00.956Z] a193f66ff25b: Pushed [2023-07-13T15:38:00.956Z] 3dab9f8bf2d2: Layer already exists [2023-07-13T15:38:01.215Z] fae341b07f1f: Pushed [2023-07-13T15:38:01.215Z] 9cc16f702442: Pushed [2023-07-13T15:38:03.751Z] 1f37dca976c3: Pushed [2023-07-13T15:38:03.751Z] 3c9673bd00b0496122dab08c8c5119b35955174d: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:04.070Z] + 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-13T15:38:04.382Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-07-13T15:38:04.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-13T15:38:04.382Z] ebf97a6fdc48: Preparing [2023-07-13T15:38:04.382Z] 1f37dca976c3: Preparing [2023-07-13T15:38:04.382Z] 79cd02fcef71: Preparing [2023-07-13T15:38:04.382Z] a3bd345fe68a: Preparing [2023-07-13T15:38:04.382Z] a193f66ff25b: Preparing [2023-07-13T15:38:04.382Z] fae341b07f1f: Preparing [2023-07-13T15:38:04.382Z] 9cc16f702442: Preparing [2023-07-13T15:38:04.382Z] 3dab9f8bf2d2: Preparing [2023-07-13T15:38:04.382Z] 9cc16f702442: Waiting [2023-07-13T15:38:04.382Z] 3dab9f8bf2d2: Waiting [2023-07-13T15:38:04.382Z] 79cd02fcef71: Layer already exists [2023-07-13T15:38:04.382Z] ebf97a6fdc48: Layer already exists [2023-07-13T15:38:04.382Z] a3bd345fe68a: Layer already exists [2023-07-13T15:38:04.382Z] 1f37dca976c3: Layer already exists [2023-07-13T15:38:04.382Z] a193f66ff25b: Layer already exists [2023-07-13T15:38:04.382Z] fae341b07f1f: Layer already exists [2023-07-13T15:38:04.382Z] 9cc16f702442: Layer already exists [2023-07-13T15:38:04.382Z] 3dab9f8bf2d2: Layer already exists [2023-07-13T15:38:04.382Z] latest: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:04.714Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:05.035Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.2 [2023-07-13T15:38:05.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-13T15:38:05.035Z] ebf97a6fdc48: Preparing [2023-07-13T15:38:05.035Z] 1f37dca976c3: Preparing [2023-07-13T15:38:05.035Z] 79cd02fcef71: Preparing [2023-07-13T15:38:05.035Z] a3bd345fe68a: Preparing [2023-07-13T15:38:05.035Z] a193f66ff25b: Preparing [2023-07-13T15:38:05.035Z] fae341b07f1f: Preparing [2023-07-13T15:38:05.035Z] 9cc16f702442: Preparing [2023-07-13T15:38:05.035Z] 3dab9f8bf2d2: Preparing [2023-07-13T15:38:05.035Z] fae341b07f1f: Waiting [2023-07-13T15:38:05.035Z] 9cc16f702442: Waiting [2023-07-13T15:38:05.035Z] 3dab9f8bf2d2: Waiting [2023-07-13T15:38:05.035Z] a3bd345fe68a: Layer already exists [2023-07-13T15:38:05.035Z] a193f66ff25b: Layer already exists [2023-07-13T15:38:05.035Z] 79cd02fcef71: Layer already exists [2023-07-13T15:38:05.035Z] 1f37dca976c3: Layer already exists [2023-07-13T15:38:05.035Z] ebf97a6fdc48: Layer already exists [2023-07-13T15:38:05.035Z] fae341b07f1f: Layer already exists [2023-07-13T15:38:05.035Z] 9cc16f702442: Layer already exists [2023-07-13T15:38:05.035Z] 3dab9f8bf2d2: Layer already exists [2023-07-13T15:38:05.035Z] 3.1.0-dev.2: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:05.358Z] + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:05.673Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [2023-07-13T15:38:05.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-13T15:38:05.673Z] ebf97a6fdc48: Preparing [2023-07-13T15:38:05.673Z] 1f37dca976c3: Preparing [2023-07-13T15:38:05.673Z] 79cd02fcef71: Preparing [2023-07-13T15:38:05.673Z] a3bd345fe68a: Preparing [2023-07-13T15:38:05.673Z] a193f66ff25b: Preparing [2023-07-13T15:38:05.673Z] fae341b07f1f: Preparing [2023-07-13T15:38:05.673Z] 9cc16f702442: Preparing [2023-07-13T15:38:05.673Z] 3dab9f8bf2d2: Preparing [2023-07-13T15:38:05.673Z] fae341b07f1f: Waiting [2023-07-13T15:38:05.673Z] 9cc16f702442: Waiting [2023-07-13T15:38:05.673Z] 3dab9f8bf2d2: Waiting [2023-07-13T15:38:05.673Z] 79cd02fcef71: Layer already exists [2023-07-13T15:38:05.673Z] 1f37dca976c3: Layer already exists [2023-07-13T15:38:05.673Z] a3bd345fe68a: Layer already exists [2023-07-13T15:38:05.673Z] a193f66ff25b: Layer already exists [2023-07-13T15:38:05.673Z] ebf97a6fdc48: Layer already exists [2023-07-13T15:38:05.673Z] 9cc16f702442: Layer already exists [2023-07-13T15:38:05.673Z] fae341b07f1f: Layer already exists [2023-07-13T15:38:05.673Z] 3dab9f8bf2d2: Layer already exists [2023-07-13T15:38:05.673Z] 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:06.000Z] + 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-13T15:38:06.321Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2023-07-13T15:38:06.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2023-07-13T15:38:06.321Z] ebf97a6fdc48: Preparing [2023-07-13T15:38:06.321Z] 1f37dca976c3: Preparing [2023-07-13T15:38:06.321Z] 79cd02fcef71: Preparing [2023-07-13T15:38:06.321Z] a3bd345fe68a: Preparing [2023-07-13T15:38:06.321Z] a193f66ff25b: Preparing [2023-07-13T15:38:06.321Z] fae341b07f1f: Preparing [2023-07-13T15:38:06.321Z] 9cc16f702442: Preparing [2023-07-13T15:38:06.321Z] 3dab9f8bf2d2: Preparing [2023-07-13T15:38:06.321Z] fae341b07f1f: Waiting [2023-07-13T15:38:06.321Z] 9cc16f702442: Waiting [2023-07-13T15:38:06.321Z] 3dab9f8bf2d2: Waiting [2023-07-13T15:38:06.321Z] 1f37dca976c3: Layer already exists [2023-07-13T15:38:06.321Z] 79cd02fcef71: Layer already exists [2023-07-13T15:38:06.321Z] a193f66ff25b: Layer already exists [2023-07-13T15:38:06.321Z] ebf97a6fdc48: Layer already exists [2023-07-13T15:38:06.321Z] a3bd345fe68a: Layer already exists [2023-07-13T15:38:06.321Z] 9cc16f702442: Layer already exists [2023-07-13T15:38:06.321Z] fae341b07f1f: Layer already exists [2023-07-13T15:38:06.321Z] 3dab9f8bf2d2: Layer already exists [2023-07-13T15:38:06.321Z] main: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-13T15:38:06.428Z] ===================================================== [Pipeline] echo [2023-07-13T15:38:06.441Z] taggedImages: [2023-07-13T15:38:06.441Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:38:06.441Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2023-07-13T15:38:06.441Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.2 [2023-07-13T15:38:06.441Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [2023-07-13T15:38:06.441Z] - 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-13T15:38:06.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-13T15:38:06.821Z] [2023-07-13T15:38:06.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:07.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-13T15:38:07.115Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-13T15:38:07.115Z] 5eb5b503b376: Pulling fs layer [2023-07-13T15:38:07.115Z] 5c69ac0246d0: Pulling fs layer [2023-07-13T15:38:07.115Z] ec43610c2a17: Pulling fs layer [2023-07-13T15:38:07.115Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-13T15:38:07.115Z] 33b1e0a273af: Pulling fs layer [2023-07-13T15:38:07.115Z] 5d3b04190fa2: Pulling fs layer [2023-07-13T15:38:07.115Z] 2f39f015ded8: Pulling fs layer [2023-07-13T15:38:07.115Z] 5d3b04190fa2: Waiting [2023-07-13T15:38:07.115Z] 2f39f015ded8: Waiting [2023-07-13T15:38:07.115Z] 3a2ae6a8a46f: Waiting [2023-07-13T15:38:07.115Z] 5c69ac0246d0: Download complete [2023-07-13T15:38:07.115Z] 3a2ae6a8a46f: Verifying Checksum [2023-07-13T15:38:07.115Z] 3a2ae6a8a46f: Download complete [2023-07-13T15:38:07.116Z] 33b1e0a273af: Verifying Checksum [2023-07-13T15:38:07.116Z] 33b1e0a273af: Download complete [2023-07-13T15:38:07.116Z] 5d3b04190fa2: Verifying Checksum [2023-07-13T15:38:07.116Z] 5d3b04190fa2: Download complete [2023-07-13T15:38:07.116Z] ec43610c2a17: Verifying Checksum [2023-07-13T15:38:07.116Z] ec43610c2a17: Download complete [2023-07-13T15:38:07.373Z] 5eb5b503b376: Verifying Checksum [2023-07-13T15:38:07.373Z] 5eb5b503b376: Download complete [2023-07-13T15:38:07.623Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1067 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2023-07-13T15:38:07.638Z] Running in /w/workspace/app-rfid-llrp-inventory/114 [Pipeline] { [Pipeline] checkout [2023-07-13T15:38:07.680Z] The recommended git tool is: git [2023-07-13T15:38:07.940Z] 2f39f015ded8: Download complete [2023-07-13T15:38:08.505Z] 5eb5b503b376: Pull complete [2023-07-13T15:38:08.764Z] 5c69ac0246d0: Pull complete [2023-07-13T15:38:09.023Z] ec43610c2a17: Pull complete [2023-07-13T15:38:09.023Z] 3a2ae6a8a46f: Pull complete [2023-07-13T15:38:09.281Z] 33b1e0a273af: Pull complete [2023-07-13T15:38:09.281Z] 5d3b04190fa2: Pull complete [2023-07-13T15:38:13.120Z] using credential edgex-jenkins-ssh [2023-07-13T15:38:13.137Z] Cloning the remote Git repository [2023-07-13T15:38:13.466Z] 2f39f015ded8: Pull complete [2023-07-13T15:38:13.466Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-13T15:38:13.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-13T15:38:13.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:38:13.546Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:38:13.583Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-13T15:38:13.185Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-07-13T15:38:13.280Z] > git init /w/workspace/app-rfid-llrp-inventory/114 # timeout=10 [2023-07-13T15:38:13.428Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-07-13T15:38:13.429Z] > git --version # timeout=10 [2023-07-13T15:38:13.455Z] > git --version # 'git version 2.25.1' [2023-07-13T15:38:13.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-13T15:38:13.612Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-13T15:38:15.622Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-07-13T15:38:15.650Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-13T15:38:16.495Z] Avoid second fetch [2023-07-13T15:38:16.496Z] Checking out Revision 3c9673bd00b0496122dab08c8c5119b35955174d (main) [2023-07-13T15:38:17.086Z] Commit message: "build: Update to latest SDK (#206)" [2023-07-13T15:38:17.550Z] [2023-07-13T15:38:17.550Z] GitHub has been notified of this commit’s build result [2023-07-13T15:38:17.550Z] [2023-07-13T15:38:16.519Z] > git config core.sparsecheckout # timeout=10 [2023-07-13T15:38:16.596Z] > git checkout -f 3c9673bd00b0496122dab08c8c5119b35955174d # timeout=10 [2023-07-13T15:38:19.144Z] $ docker top fc9232ddb837f95b03ea905977f5846650db388e6feca9262a57ec2acad7f6a8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-13T15:38:19.511Z] ---> job-cost.sh [2023-07-13T15:38:19.511Z] lf-activate-venv: SKIPPING [2023-07-13T15:38:19.511Z] INFO: No Stack... [2023-07-13T15:38:19.913Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-13T15:38:19.913Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-13T15:38:19.913Z] Dload Upload Total Spent Left Speed [2023-07-13T15:38:19.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 207k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh [2023-07-13T15:38:20.446Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-13T15:38:20.643Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-13T15:38:20.705Z] INFO: Archiving Costs [Pipeline] sh [2023-07-13T15:38:20.979Z] + sudo tee /etc/docker/daemon.new [2023-07-13T15:38:20.979Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-13T15:38:20.979Z] { [2023-07-13T15:38:20.979Z] "registry-mirrors": [ [2023-07-13T15:38:20.979Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-13T15:38:20.979Z] ], [2023-07-13T15:38:20.979Z] "bip": "10.250.0.254/24", [2023-07-13T15:38:20.979Z] "hosts": [ [2023-07-13T15:38:20.979Z] "tcp://0.0.0.0:5555", [2023-07-13T15:38:20.979Z] "unix:///var/run/docker.sock" [2023-07-13T15:38:20.979Z] ], [2023-07-13T15:38:20.979Z] "mtu": 1458, [2023-07-13T15:38:20.979Z] "selinux-enabled": true, [2023-07-13T15:38:20.979Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-13T15:38:20.979Z] } [Pipeline] sh [2023-07-13T15:38:21.006Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2023-07-13T15:38:21.006Z] + cut -d, -f6 [Pipeline] lock [2023-07-13T15:38:21.063Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [2023-07-13T15:38:21.068Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] did not exist. Created. [2023-07-13T15:38:21.068Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-13T15:38:21.311Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-13T15:38:21.369Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-07-13T15:38:21.406Z] Stashed 1 file(s) [Pipeline] } [2023-07-13T15:38:21.411Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-13T15:38:21.438Z] $ docker stop --time=1 fc9232ddb837f95b03ea905977f5846650db388e6feca9262a57ec2acad7f6a8 [2023-07-13T15:38:21.657Z] + sudo service docker restart [2023-07-13T15:38:22.587Z] $ docker rm -f --volumes fc9232ddb837f95b03ea905977f5846650db388e6feca9262a57ec2acad7f6a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-13T15:38:39.933Z] provisioning config files... [2023-07-13T15:38:39.958Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/114@tmp/config8764795534871510448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:38:40.315Z] ---> docker-login.sh [2023-07-13T15:38:40.315Z] nexus3.edgexfoundry.org:10001 [2023-07-13T15:38:40.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:40.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:40.854Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:40.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:40.854Z] [2023-07-13T15:38:40.854Z] Login Succeeded [2023-07-13T15:38:40.854Z] nexus3.edgexfoundry.org:10002 [2023-07-13T15:38:41.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:41.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:41.123Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:41.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:41.123Z] [2023-07-13T15:38:41.123Z] Login Succeeded [2023-07-13T15:38:41.123Z] nexus3.edgexfoundry.org:10003 [2023-07-13T15:38:41.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:41.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:41.671Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:41.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:41.671Z] [2023-07-13T15:38:41.671Z] Login Succeeded [2023-07-13T15:38:41.671Z] nexus3.edgexfoundry.org:10004 [2023-07-13T15:38:41.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:41.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:41.946Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:41.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:41.946Z] [2023-07-13T15:38:41.946Z] Login Succeeded [2023-07-13T15:38:41.946Z] docker.io [2023-07-13T15:38:42.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:38:42.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:38:42.490Z] Configure a credential helper to remove this warning. See [2023-07-13T15:38:42.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:38:42.490Z] [2023-07-13T15:38:42.490Z] Login Succeeded [2023-07-13T15:38:42.490Z] ---> docker-login.sh ends [Pipeline] } [2023-07-13T15:38:42.502Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-07-13T15:38:42.773Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-13T15:38:42.788Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-13T15:38:42.801Z] ========================================================= [2023-07-13T15:38:42.801Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-13T15:38:42.801Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:38:43.160Z] + 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-13T15:38:43.427Z] Sending build context to Docker daemon 684kB [2023-07-13T15:38:43.427Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-07-13T15:38:43.427Z] Step 2/12 : FROM ${BASE} AS builder [2023-07-13T15:38:46.014Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-13T15:38:46.014Z] edb6bdbacee9: Pulling fs layer [2023-07-13T15:38:46.014Z] 5f9638ab2659: Pulling fs layer [2023-07-13T15:38:46.014Z] 8d51d6327a98: Pulling fs layer [2023-07-13T15:38:46.014Z] 8b374f2dd631: Pulling fs layer [2023-07-13T15:38:46.014Z] ec14aa9079de: Pulling fs layer [2023-07-13T15:38:46.014Z] 2f466654f4bb: Pulling fs layer [2023-07-13T15:38:46.014Z] 554e91adad29: Pulling fs layer [2023-07-13T15:38:46.014Z] 8b374f2dd631: Waiting [2023-07-13T15:38:46.014Z] ec14aa9079de: Waiting [2023-07-13T15:38:46.014Z] 2f466654f4bb: Waiting [2023-07-13T15:38:46.014Z] 554e91adad29: Waiting [2023-07-13T15:38:46.014Z] 5f9638ab2659: Verifying Checksum [2023-07-13T15:38:46.014Z] 5f9638ab2659: Download complete [2023-07-13T15:38:46.014Z] 8b374f2dd631: Verifying Checksum [2023-07-13T15:38:46.014Z] 8b374f2dd631: Download complete [2023-07-13T15:38:46.014Z] ec14aa9079de: Verifying Checksum [2023-07-13T15:38:46.014Z] ec14aa9079de: Download complete [2023-07-13T15:38:46.014Z] edb6bdbacee9: Verifying Checksum [2023-07-13T15:38:46.014Z] edb6bdbacee9: Download complete [2023-07-13T15:38:46.992Z] edb6bdbacee9: Pull complete [2023-07-13T15:38:47.261Z] 554e91adad29: Verifying Checksum [2023-07-13T15:38:47.261Z] 554e91adad29: Download complete [2023-07-13T15:38:47.545Z] 5f9638ab2659: Pull complete [2023-07-13T15:38:48.506Z] 2f466654f4bb: Verifying Checksum [2023-07-13T15:38:48.506Z] 2f466654f4bb: Download complete [2023-07-13T15:38:48.506Z] 8d51d6327a98: Verifying Checksum [2023-07-13T15:38:48.506Z] 8d51d6327a98: Download complete [2023-07-13T15:38:58.578Z] 8d51d6327a98: Pull complete [2023-07-13T15:38:58.578Z] 8b374f2dd631: Pull complete [2023-07-13T15:38:58.578Z] ec14aa9079de: Pull complete [2023-07-13T15:39:03.935Z] 2f466654f4bb: Pull complete [2023-07-13T15:39:05.879Z] 554e91adad29: Pull complete [2023-07-13T15:39:05.879Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-13T15:39:05.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-13T15:39:05.879Z] ---> 1e15ea492957 [2023-07-13T15:39:05.879Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-07-13T15:39:07.292Z] ---> Running in 0a3d17ce3ea1 [2023-07-13T15:39:07.561Z] Removing intermediate container 0a3d17ce3ea1 [2023-07-13T15:39:07.561Z] ---> df331715c215 [2023-07-13T15:39:07.561Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-07-13T15:39:07.829Z] ---> Running in c620d912d5e0 [2023-07-13T15:39:08.095Z] Removing intermediate container c620d912d5e0 [2023-07-13T15:39:08.095Z] ---> 862b97015134 [2023-07-13T15:39:08.095Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-07-13T15:39:08.095Z] ---> Running in 198cd63d2f3b [2023-07-13T15:39:08.364Z] Removing intermediate container 198cd63d2f3b [2023-07-13T15:39:08.364Z] ---> 02496fc58317 [2023-07-13T15:39:08.364Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-13T15:39:08.364Z] ---> Running in 2e451bf4ebc9 [2023-07-13T15:39:09.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-13T15:39:10.063Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-13T15:39:11.029Z] OK: 263 MiB in 53 packages [2023-07-13T15:39:12.001Z] Removing intermediate container 2e451bf4ebc9 [2023-07-13T15:39:12.001Z] ---> 67ba9aa7d5bf [2023-07-13T15:39:12.001Z] Step 7/12 : WORKDIR /app [2023-07-13T15:39:12.001Z] ---> Running in dbac2657513f [2023-07-13T15:39:12.274Z] Removing intermediate container dbac2657513f [2023-07-13T15:39:12.274Z] ---> 1b7865ad87e5 [2023-07-13T15:39:12.274Z] Step 8/12 : COPY go.mod vendor* ./ [2023-07-13T15:39:12.859Z] ---> aa28a42f1784 [2023-07-13T15:39:12.859Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-13T15:39:12.859Z] ---> Running in bfcedbbf9a1e [2023-07-13T15:40:20.815Z] Removing intermediate container bfcedbbf9a1e [2023-07-13T15:40:20.815Z] ---> cc57c2489563 [2023-07-13T15:40:20.815Z] Step 10/12 : COPY . . [2023-07-13T15:40:20.815Z] ---> 87814cae809e [2023-07-13T15:40:20.815Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-13T15:40:20.815Z] ---> Running in 450c4420cb8b [2023-07-13T15:40:20.815Z] Removing intermediate container 450c4420cb8b [2023-07-13T15:40:20.815Z] ---> cdd9f8de8e81 [2023-07-13T15:40:20.815Z] Step 12/12 : RUN $MAKE [2023-07-13T15:40:20.815Z] ---> Running in b658b22f3ea9 [2023-07-13T15:40:20.815Z] noop [2023-07-13T15:40:20.815Z] Removing intermediate container b658b22f3ea9 [2023-07-13T15:40:20.815Z] ---> c17e6f85d955 [2023-07-13T15:40:20.815Z] Successfully built c17e6f85d955 [2023-07-13T15:40:20.815Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:40:21.177Z] + docker inspect -f . ci-base-image-arm64 [2023-07-13T15:40:21.177Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:40:21.404Z] prd-ubuntu20.04-docker-arm64-4c-16g-1067 does not seem to be running inside a container [2023-07-13T15:40:21.480Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/114 -v /w/workspace/app-rfid-llrp-inventory/114:/w/workspace/app-rfid-llrp-inventory/114:rw,z -v /w/workspace/app-rfid-llrp-inventory/114@tmp:/w/workspace/app-rfid-llrp-inventory/114@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-13T15:40:22.732Z] $ docker top b9c27b438e8a989951a2a28623312a87936358330a6a3448294e9405b0a94775 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-13T15:40:23.577Z] + go version [2023-07-13T15:40:23.577Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-13T15:40:23.604Z] $ docker stop --time=1 b9c27b438e8a989951a2a28623312a87936358330a6a3448294e9405b0a94775 [2023-07-13T15:40:25.240Z] $ docker rm -f --volumes b9c27b438e8a989951a2a28623312a87936358330a6a3448294e9405b0a94775 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:40:25.810Z] + docker inspect -f . ci-base-image-arm64 [2023-07-13T15:40:25.810Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:40:25.995Z] prd-ubuntu20.04-docker-arm64-4c-16g-1067 does not seem to be running inside a container [2023-07-13T15:40:26.075Z] $ 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/114 -v /w/workspace/app-rfid-llrp-inventory/114:/w/workspace/app-rfid-llrp-inventory/114:rw,z -v /w/workspace/app-rfid-llrp-inventory/114@tmp:/w/workspace/app-rfid-llrp-inventory/114@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-13T15:40:27.260Z] $ docker top 339bfbc1d193f6e84f11b328ead28d1ba75c400df8335bfe2164d7d272bf6b80 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-13T15:40:27.778Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/114 [Pipeline] fileExists [Pipeline] sh [2023-07-13T15:40:28.385Z] + make test [2023-07-13T15:40:28.659Z] go test -race ./... -coverprofile=coverage.out ./... [2023-07-13T15:43:35.466Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-07-13T15:43:35.466Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-07-13T15:43:35.466Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.161s coverage: 86.2% of statements [2023-07-13T15:43:42.134Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.682s coverage: 71.9% of statements [2023-07-13T15:43:42.719Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-13T15:43:42.719Z] go vet ./... [2023-07-13T15:46:19.445Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-13T15:46:19.445Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-13T15:46:19.445Z] ./bin/test-attribution.sh [Pipeline] echo [2023-07-13T15:46:19.463Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-07-13T15:46:19.479Z] $ docker stop --time=1 339bfbc1d193f6e84f11b328ead28d1ba75c400df8335bfe2164d7d272bf6b80 [2023-07-13T15:46:21.386Z] $ docker rm -f --volumes 339bfbc1d193f6e84f11b328ead28d1ba75c400df8335bfe2164d7d272bf6b80 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-13T15:46:22.934Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-07-13T15:46:22.956Z] Warning: overwriting stash ‘coverage-report’ [2023-07-13T15:46:23.382Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-13T15:46:23.786Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-07-13T15:46:24.102Z] + ls -al . [2023-07-13T15:46:24.102Z] total 232 [2023-07-13T15:46:24.102Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 15:40 . [2023-07-13T15:46:24.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:38 .. [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 262 Jul 13 15:38 .dockerignore [2023-07-13T15:46:24.102Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 15:38 .git [2023-07-13T15:46:24.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:38 .github [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 788 Jul 13 15:38 .gitignore [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 13 15:38 .golangci.yml [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 10332 Jul 13 15:38 Attribution.txt [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 9042 Jul 13 15:38 CHANGELOG.md [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 1659 Jul 13 15:38 Dockerfile [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 15:38 GOVERNANCE.md [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 687 Jul 13 15:38 Jenkinsfile [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 11347 Jul 13 15:38 LICENSE [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 2497 Jul 13 15:38 Makefile [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 617 Jul 13 15:38 OWNERS.md [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 31516 Jul 13 15:38 README.md [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 13 15:35 VERSION [2023-07-13T15:46:24.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:38 bin [2023-07-13T15:46:24.102Z] -rw-r--r-- 1 jenkins jenkins 41317 Jul 13 15:43 coverage.out [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 3692 Jul 13 15:38 go.mod [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 32863 Jul 13 15:38 go.sum [2023-07-13T15:46:24.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:38 images [2023-07-13T15:46:24.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:38 internal [2023-07-13T15:46:24.102Z] -rw-rw-r-- 1 jenkins jenkins 531 Jul 13 15:38 main.go [2023-07-13T15:46:24.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:38 res [2023-07-13T15:46:24.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:38 snap [2023-07-13T15:46:24.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:38 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:46:24.432Z] + 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=3c9673bd00b0496122dab08c8c5119b35955174d --label arch=arm64 --label version=3.1.0-dev.2 . [2023-07-13T15:46:24.700Z] Sending build context to Docker daemon 684kB [2023-07-13T15:46:24.700Z] Step 1/29 : ARG BASE=golang:1.20-alpine3.17 [2023-07-13T15:46:24.700Z] Step 2/29 : FROM ${BASE} AS builder [2023-07-13T15:46:24.700Z] ---> c17e6f85d955 [2023-07-13T15:46:24.700Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-07-13T15:46:24.700Z] ---> Running in b4804161b875 [2023-07-13T15:46:24.967Z] Removing intermediate container b4804161b875 [2023-07-13T15:46:24.967Z] ---> 03bdbd8d7c73 [2023-07-13T15:46:24.967Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-07-13T15:46:25.235Z] ---> Running in 8e86e586666f [2023-07-13T15:46:25.502Z] Removing intermediate container 8e86e586666f [2023-07-13T15:46:25.502Z] ---> 179f7f95df55 [2023-07-13T15:46:25.502Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-07-13T15:46:25.502Z] ---> Running in 16cae164a11b [2023-07-13T15:46:25.769Z] Removing intermediate container 16cae164a11b [2023-07-13T15:46:25.769Z] ---> b7b6b347c0b0 [2023-07-13T15:46:25.769Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-07-13T15:46:25.769Z] ---> Running in 88e29bf1d675 [2023-07-13T15:46:26.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-13T15:46:27.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-13T15:46:28.278Z] OK: 263 MiB in 53 packages [2023-07-13T15:46:29.246Z] Removing intermediate container 88e29bf1d675 [2023-07-13T15:46:29.246Z] ---> 8213377e7e28 [2023-07-13T15:46:29.246Z] Step 7/29 : WORKDIR /app [2023-07-13T15:46:29.246Z] ---> Running in 9d5a751470fa [2023-07-13T15:46:29.522Z] Removing intermediate container 9d5a751470fa [2023-07-13T15:46:29.522Z] ---> a93364bbe12b [2023-07-13T15:46:29.522Z] Step 8/29 : COPY go.mod vendor* ./ [2023-07-13T15:46:30.108Z] ---> 57b755654988 [2023-07-13T15:46:30.108Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-13T15:46:30.108Z] ---> Running in 884e0e9e8bce [2023-07-13T15:46:32.052Z] Removing intermediate container 884e0e9e8bce [2023-07-13T15:46:32.052Z] ---> 3273191b2532 [2023-07-13T15:46:32.052Z] Step 10/29 : COPY . . [2023-07-13T15:46:33.014Z] ---> 652cddda6221 [2023-07-13T15:46:33.014Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-07-13T15:46:33.014Z] ---> Running in 502111d4ff6c [2023-07-13T15:46:33.283Z] Removing intermediate container 502111d4ff6c [2023-07-13T15:46:33.283Z] ---> 5ee57f444e28 [2023-07-13T15:46:33.283Z] Step 12/29 : RUN $MAKE [2023-07-13T15:46:33.283Z] ---> Running in 78c90fd36484 [2023-07-13T15:46:34.245Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.2 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.2" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-07-13T15:48:55.941Z] Removing intermediate container 78c90fd36484 [2023-07-13T15:48:55.941Z] ---> 0a873a2ebc53 [2023-07-13T15:48:55.941Z] Step 13/29 : FROM alpine:3.17 [2023-07-13T15:48:55.941Z] 3.17: Pulling from library/alpine [2023-07-13T15:48:55.941Z] edb6bdbacee9: Already exists [2023-07-13T15:48:55.941Z] Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-13T15:48:55.941Z] Status: Downloaded newer image for alpine:3.17 [2023-07-13T15:48:55.941Z] ---> 779605e5fbc0 [2023-07-13T15:48:55.941Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-07-13T15:48:55.941Z] ---> Running in 454961485e71 [2023-07-13T15:48:55.941Z] Removing intermediate container 454961485e71 [2023-07-13T15:48:55.941Z] ---> 57d1f5e19d72 [2023-07-13T15:48:55.941Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-07-13T15:48:55.941Z] ---> Running in 733fd0142218 [2023-07-13T15:48:55.941Z] Removing intermediate container 733fd0142218 [2023-07-13T15:48:55.941Z] ---> ebb45827e9e7 [2023-07-13T15:48:55.941Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-07-13T15:48:55.941Z] ---> Running in 4930576502a5 [2023-07-13T15:48:55.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-13T15:48:55.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-13T15:48:55.941Z] (1/2) Installing ca-certificates (20230506-r0) [2023-07-13T15:48:55.941Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-07-13T15:48:55.941Z] Executing busybox-1.35.0-r29.trigger [2023-07-13T15:48:55.941Z] Executing ca-certificates-20230506-r0.trigger [2023-07-13T15:48:55.941Z] OK: 8 MiB in 17 packages [2023-07-13T15:48:55.941Z] Removing intermediate container 4930576502a5 [2023-07-13T15:48:55.941Z] ---> 4d3a475d2bb2 [2023-07-13T15:48:55.941Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-07-13T15:48:55.941Z] ---> 3e7c332ff92d [2023-07-13T15:48:55.941Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-07-13T15:48:55.941Z] ---> ea8ed35539e0 [2023-07-13T15:48:55.941Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-07-13T15:48:55.941Z] ---> 16ffcb9a23b9 [2023-07-13T15:48:55.941Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-07-13T15:48:55.941Z] ---> 442039c5e7c5 [2023-07-13T15:48:55.941Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-07-13T15:48:55.941Z] ---> f6d1df4cb1c2 [2023-07-13T15:48:55.941Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-07-13T15:48:55.941Z] ---> Running in 34f0ebed75f6 [2023-07-13T15:48:55.941Z] Removing intermediate container 34f0ebed75f6 [2023-07-13T15:48:55.941Z] ---> c2afc8cd3c18 [2023-07-13T15:48:55.941Z] Step 23/29 : VOLUME /cache [2023-07-13T15:48:55.941Z] ---> Running in cd9a06654f9e [2023-07-13T15:48:55.941Z] Removing intermediate container cd9a06654f9e [2023-07-13T15:48:55.941Z] ---> e530e528591b [2023-07-13T15:48:55.941Z] Step 24/29 : EXPOSE 59711 [2023-07-13T15:48:55.941Z] ---> Running in 412fdf310b65 [2023-07-13T15:48:55.941Z] Removing intermediate container 412fdf310b65 [2023-07-13T15:48:55.941Z] ---> 65a8f4158675 [2023-07-13T15:48:55.941Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-07-13T15:48:55.941Z] ---> Running in 24e81da2f1d0 [2023-07-13T15:48:55.941Z] Removing intermediate container 24e81da2f1d0 [2023-07-13T15:48:55.941Z] ---> 43dacbcb3023 [2023-07-13T15:48:55.941Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-07-13T15:48:55.941Z] ---> Running in 6d6ddc6d69ef [2023-07-13T15:48:55.941Z] Removing intermediate container 6d6ddc6d69ef [2023-07-13T15:48:55.941Z] ---> 197aa5878632 [2023-07-13T15:48:55.941Z] Step 27/29 : LABEL arch=arm64 [2023-07-13T15:48:55.941Z] ---> Running in c308969d69ce [2023-07-13T15:48:55.941Z] Removing intermediate container c308969d69ce [2023-07-13T15:48:55.941Z] ---> 59469dd6a6ec [2023-07-13T15:48:55.941Z] Step 28/29 : LABEL git_sha=3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:48:55.941Z] ---> Running in 1aa64f3192eb [2023-07-13T15:48:55.941Z] Removing intermediate container 1aa64f3192eb [2023-07-13T15:48:55.941Z] ---> d6722666cb27 [2023-07-13T15:48:55.941Z] Step 29/29 : LABEL version=3.1.0-dev.2 [2023-07-13T15:48:55.942Z] ---> Running in 0d32df2622a7 [2023-07-13T15:48:55.942Z] Removing intermediate container 0d32df2622a7 [2023-07-13T15:48:55.942Z] ---> d875de76e745 [2023-07-13T15:48:55.942Z] [Warning] One or more build-args [ARCH] were not consumed [2023-07-13T15:48:55.942Z] Successfully built d875de76e745 [2023-07-13T15:48:55.942Z] 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-13T15:48:56.057Z] provisioning config files... [2023-07-13T15:48:56.069Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/114@tmp/config14878855499335566605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:48:56.393Z] ---> docker-login.sh [2023-07-13T15:48:56.393Z] nexus3.edgexfoundry.org:10001 [2023-07-13T15:48:56.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:48:56.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:48:56.658Z] Configure a credential helper to remove this warning. See [2023-07-13T15:48:56.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:48:56.658Z] [2023-07-13T15:48:56.658Z] Login Succeeded [2023-07-13T15:48:56.658Z] nexus3.edgexfoundry.org:10002 [2023-07-13T15:48:56.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:48:56.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:48:56.924Z] Configure a credential helper to remove this warning. See [2023-07-13T15:48:56.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:48:56.924Z] [2023-07-13T15:48:56.924Z] Login Succeeded [2023-07-13T15:48:56.924Z] nexus3.edgexfoundry.org:10003 [2023-07-13T15:48:57.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:48:57.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:48:57.467Z] Configure a credential helper to remove this warning. See [2023-07-13T15:48:57.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:48:57.467Z] [2023-07-13T15:48:57.467Z] Login Succeeded [2023-07-13T15:48:57.467Z] nexus3.edgexfoundry.org:10004 [2023-07-13T15:48:57.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:48:57.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:48:57.735Z] Configure a credential helper to remove this warning. See [2023-07-13T15:48:57.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:48:57.735Z] [2023-07-13T15:48:57.735Z] Login Succeeded [2023-07-13T15:48:57.735Z] docker.io [2023-07-13T15:48:58.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-13T15:48:58.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-13T15:48:58.265Z] Configure a credential helper to remove this warning. See [2023-07-13T15:48:58.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-13T15:48:58.265Z] [2023-07-13T15:48:58.265Z] Login Succeeded [2023-07-13T15:48:58.266Z] ---> docker-login.sh ends [Pipeline] } [2023-07-13T15:48:58.278Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-13T15:48:58.317Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-13T15:48:58.353Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2023-07-13T15:48:58.353Z] 3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:48:58.353Z] latest [2023-07-13T15:48:58.353Z] 3.1.0-dev.2 [2023-07-13T15:48:58.353Z] 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [2023-07-13T15:48:58.353Z] main [2023-07-13T15:48:58.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:48:58.710Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:48:59.061Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:48:59.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-13T15:48:59.061Z] 7fd9eef03c52: Preparing [2023-07-13T15:48:59.061Z] 78d9e03f4672: Preparing [2023-07-13T15:48:59.061Z] 0704de3e957a: Preparing [2023-07-13T15:48:59.061Z] 4f795fbd972d: Preparing [2023-07-13T15:48:59.061Z] f559319a5948: Preparing [2023-07-13T15:48:59.061Z] 968141903859: Preparing [2023-07-13T15:48:59.061Z] b3bd599d4c46: Preparing [2023-07-13T15:48:59.061Z] 9386262d7a74: Preparing [2023-07-13T15:48:59.061Z] 968141903859: Waiting [2023-07-13T15:48:59.061Z] b3bd599d4c46: Waiting [2023-07-13T15:48:59.061Z] 9386262d7a74: Waiting [2023-07-13T15:48:59.327Z] f559319a5948: Pushed [2023-07-13T15:48:59.327Z] 0704de3e957a: Pushed [2023-07-13T15:48:59.327Z] 4f795fbd972d: Pushed [2023-07-13T15:48:59.327Z] 7fd9eef03c52: Pushed [2023-07-13T15:48:59.327Z] 968141903859: Pushed [2023-07-13T15:48:59.594Z] b3bd599d4c46: Pushed [2023-07-13T15:49:00.999Z] 9386262d7a74: Layer already exists [2023-07-13T15:49:04.328Z] 78d9e03f4672: Pushed [2023-07-13T15:49:04.328Z] 3c9673bd00b0496122dab08c8c5119b35955174d: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:04.688Z] + 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-13T15:49:05.023Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-07-13T15:49:05.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-13T15:49:05.023Z] 7fd9eef03c52: Preparing [2023-07-13T15:49:05.023Z] 78d9e03f4672: Preparing [2023-07-13T15:49:05.023Z] 0704de3e957a: Preparing [2023-07-13T15:49:05.023Z] 4f795fbd972d: Preparing [2023-07-13T15:49:05.023Z] f559319a5948: Preparing [2023-07-13T15:49:05.023Z] 968141903859: Preparing [2023-07-13T15:49:05.023Z] b3bd599d4c46: Preparing [2023-07-13T15:49:05.023Z] 9386262d7a74: Preparing [2023-07-13T15:49:05.023Z] 968141903859: Waiting [2023-07-13T15:49:05.023Z] b3bd599d4c46: Waiting [2023-07-13T15:49:05.023Z] 9386262d7a74: Waiting [2023-07-13T15:49:05.023Z] 78d9e03f4672: Layer already exists [2023-07-13T15:49:05.023Z] 4f795fbd972d: Layer already exists [2023-07-13T15:49:05.023Z] f559319a5948: Layer already exists [2023-07-13T15:49:05.023Z] 0704de3e957a: Layer already exists [2023-07-13T15:49:05.023Z] 7fd9eef03c52: Layer already exists [2023-07-13T15:49:05.023Z] 968141903859: Layer already exists [2023-07-13T15:49:05.023Z] b3bd599d4c46: Layer already exists [2023-07-13T15:49:05.023Z] 9386262d7a74: Layer already exists [2023-07-13T15:49:05.287Z] latest: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:05.640Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:05.984Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.2 [2023-07-13T15:49:05.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-13T15:49:05.984Z] 7fd9eef03c52: Preparing [2023-07-13T15:49:05.984Z] 78d9e03f4672: Preparing [2023-07-13T15:49:05.984Z] 0704de3e957a: Preparing [2023-07-13T15:49:05.984Z] 4f795fbd972d: Preparing [2023-07-13T15:49:05.984Z] f559319a5948: Preparing [2023-07-13T15:49:05.984Z] 968141903859: Preparing [2023-07-13T15:49:05.984Z] b3bd599d4c46: Preparing [2023-07-13T15:49:05.984Z] 9386262d7a74: Preparing [2023-07-13T15:49:05.984Z] 968141903859: Waiting [2023-07-13T15:49:05.984Z] b3bd599d4c46: Waiting [2023-07-13T15:49:05.984Z] 9386262d7a74: Waiting [2023-07-13T15:49:05.984Z] 0704de3e957a: Layer already exists [2023-07-13T15:49:05.984Z] 78d9e03f4672: Layer already exists [2023-07-13T15:49:05.984Z] f559319a5948: Layer already exists [2023-07-13T15:49:05.984Z] 4f795fbd972d: Layer already exists [2023-07-13T15:49:05.984Z] 7fd9eef03c52: Layer already exists [2023-07-13T15:49:05.984Z] b3bd599d4c46: Layer already exists [2023-07-13T15:49:05.984Z] 968141903859: Layer already exists [2023-07-13T15:49:05.984Z] 9386262d7a74: Layer already exists [2023-07-13T15:49:05.984Z] 3.1.0-dev.2: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:06.585Z] + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:06.924Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [2023-07-13T15:49:06.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-13T15:49:06.924Z] 7fd9eef03c52: Preparing [2023-07-13T15:49:06.924Z] 78d9e03f4672: Preparing [2023-07-13T15:49:06.924Z] 0704de3e957a: Preparing [2023-07-13T15:49:06.924Z] 4f795fbd972d: Preparing [2023-07-13T15:49:06.924Z] f559319a5948: Preparing [2023-07-13T15:49:06.924Z] 968141903859: Preparing [2023-07-13T15:49:06.924Z] b3bd599d4c46: Preparing [2023-07-13T15:49:06.924Z] 9386262d7a74: Preparing [2023-07-13T15:49:06.924Z] b3bd599d4c46: Waiting [2023-07-13T15:49:06.924Z] 9386262d7a74: Waiting [2023-07-13T15:49:06.924Z] 968141903859: Waiting [2023-07-13T15:49:06.924Z] 0704de3e957a: Layer already exists [2023-07-13T15:49:06.924Z] f559319a5948: Layer already exists [2023-07-13T15:49:06.924Z] 4f795fbd972d: Layer already exists [2023-07-13T15:49:06.924Z] 7fd9eef03c52: Layer already exists [2023-07-13T15:49:06.924Z] 78d9e03f4672: Layer already exists [2023-07-13T15:49:06.924Z] 968141903859: Layer already exists [2023-07-13T15:49:06.924Z] b3bd599d4c46: Layer already exists [2023-07-13T15:49:06.924Z] 9386262d7a74: Layer already exists [2023-07-13T15:49:06.924Z] 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:07.538Z] + 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-13T15:49:07.884Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2023-07-13T15:49:07.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2023-07-13T15:49:07.884Z] 7fd9eef03c52: Preparing [2023-07-13T15:49:07.884Z] 78d9e03f4672: Preparing [2023-07-13T15:49:07.884Z] 0704de3e957a: Preparing [2023-07-13T15:49:07.884Z] 4f795fbd972d: Preparing [2023-07-13T15:49:07.884Z] f559319a5948: Preparing [2023-07-13T15:49:07.884Z] 968141903859: Preparing [2023-07-13T15:49:07.884Z] b3bd599d4c46: Preparing [2023-07-13T15:49:07.884Z] 9386262d7a74: Preparing [2023-07-13T15:49:07.884Z] 968141903859: Waiting [2023-07-13T15:49:07.884Z] b3bd599d4c46: Waiting [2023-07-13T15:49:07.884Z] 9386262d7a74: Waiting [2023-07-13T15:49:07.884Z] 7fd9eef03c52: Layer already exists [2023-07-13T15:49:07.884Z] 78d9e03f4672: Layer already exists [2023-07-13T15:49:07.884Z] 4f795fbd972d: Layer already exists [2023-07-13T15:49:07.884Z] 0704de3e957a: Layer already exists [2023-07-13T15:49:07.884Z] f559319a5948: Layer already exists [2023-07-13T15:49:07.884Z] b3bd599d4c46: Layer already exists [2023-07-13T15:49:07.884Z] 968141903859: Layer already exists [2023-07-13T15:49:07.884Z] 9386262d7a74: Layer already exists [2023-07-13T15:49:08.150Z] main: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-07-13T15:49:08.214Z] ===================================================== [Pipeline] echo [2023-07-13T15:49:08.224Z] taggedImages: [2023-07-13T15:49:08.224Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d [2023-07-13T15:49:08.224Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2023-07-13T15:49:08.224Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.2 [2023-07-13T15:49:08.224Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 [2023-07-13T15:49:08.224Z] - 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-13T15:49:08.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-13T15:49:08.576Z] [2023-07-13T15:49:08.576Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:08.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-13T15:49:08.899Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-13T15:49:08.899Z] 8998bd30e6a1: Pulling fs layer [2023-07-13T15:49:08.899Z] 04944245beec: Pulling fs layer [2023-07-13T15:49:08.899Z] 699f458cf7ca: Pulling fs layer [2023-07-13T15:49:08.899Z] 765212b225bb: Pulling fs layer [2023-07-13T15:49:08.899Z] f23df028b6ca: Pulling fs layer [2023-07-13T15:49:08.899Z] d65c8cfc05b1: Pulling fs layer [2023-07-13T15:49:08.899Z] 2437ff75d9bd: Pulling fs layer [2023-07-13T15:49:08.899Z] 765212b225bb: Waiting [2023-07-13T15:49:08.899Z] f23df028b6ca: Waiting [2023-07-13T15:49:08.899Z] d65c8cfc05b1: Waiting [2023-07-13T15:49:08.899Z] 2437ff75d9bd: Waiting [2023-07-13T15:49:09.166Z] 04944245beec: Verifying Checksum [2023-07-13T15:49:09.166Z] 04944245beec: Download complete [2023-07-13T15:49:09.166Z] 765212b225bb: Download complete [2023-07-13T15:49:09.166Z] f23df028b6ca: Download complete [2023-07-13T15:49:09.166Z] d65c8cfc05b1: Verifying Checksum [2023-07-13T15:49:09.166Z] d65c8cfc05b1: Download complete [2023-07-13T15:49:09.166Z] 699f458cf7ca: Verifying Checksum [2023-07-13T15:49:09.166Z] 699f458cf7ca: Download complete [2023-07-13T15:49:09.749Z] 8998bd30e6a1: Verifying Checksum [2023-07-13T15:49:09.749Z] 8998bd30e6a1: Download complete [2023-07-13T15:49:11.696Z] 2437ff75d9bd: Download complete [2023-07-13T15:49:13.637Z] 8998bd30e6a1: Pull complete [2023-07-13T15:49:13.904Z] 04944245beec: Pull complete [2023-07-13T15:49:15.310Z] 699f458cf7ca: Pull complete [2023-07-13T15:49:15.576Z] 765212b225bb: Pull complete [2023-07-13T15:49:16.158Z] f23df028b6ca: Pull complete [2023-07-13T15:49:16.424Z] d65c8cfc05b1: Pull complete [2023-07-13T15:49:31.412Z] 2437ff75d9bd: Pull complete [2023-07-13T15:49:31.412Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-13T15:49:31.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-13T15:49:31.412Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:49:31.618Z] prd-ubuntu20.04-docker-arm64-4c-16g-1067 does not seem to be running inside a container [2023-07-13T15:49:31.676Z] $ 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/114 -v /w/workspace/app-rfid-llrp-inventory/114:/w/workspace/app-rfid-llrp-inventory/114:rw,z -v /w/workspace/app-rfid-llrp-inventory/114@tmp:/w/workspace/app-rfid-llrp-inventory/114@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-13T15:49:34.238Z] $ docker top 3b69f4af70bd581a44bf072b3f7921d58f5d09f1621388ad211b5fb0184dbd71 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:49:34.823Z] ---> job-cost.sh [2023-07-13T15:49:35.099Z] lf-activate-venv: SKIPPING [2023-07-13T15:49:35.099Z] INFO: No Stack... [2023-07-13T15:49:35.373Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-13T15:49:36.351Z] INFO: Archiving Costs [Pipeline] sh [2023-07-13T15:49:36.701Z] + cat /w/workspace/app-rfid-llrp-inventory/114/archives/cost.csv [2023-07-13T15:49:36.701Z] + cut -d, -f6 [Pipeline] lock [2023-07-13T15:49:37.056Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [2023-07-13T15:49:37.062Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] did not exist. Created. [2023-07-13T15:49:37.062Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-13T15:49:37.397Z] /w/workspace/app-rfid-llrp-inventory/114@tmp/durable-e5384e11/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-07-13T15:49:37.728Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-13T15:49:37.753Z] Warning: overwriting stash ‘stack-cost’ [2023-07-13T15:49:37.809Z] Stashed 1 file(s) [Pipeline] } [2023-07-13T15:49:37.815Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-13T15:49:37.833Z] $ docker stop --time=1 3b69f4af70bd581a44bf072b3f7921d58f5d09f1621388ad211b5fb0184dbd71 [2023-07-13T15:49:41.032Z] $ docker rm -f --volumes 3b69f4af70bd581a44bf072b3f7921d58f5d09f1621388ad211b5fb0184dbd71 [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-13T15:49:41.412Z] provisioning config files... [2023-07-13T15:49:41.422Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11580922174079417067tmp [Pipeline] { [Pipeline] sh [2023-07-13T15:49:41.718Z] + set +x [2023-07-13T15:49:41.718Z] + curl -s https://codecov.io/bash [2023-07-13T15:49:41.718Z] + bash -s -- [2023-07-13T15:49:41.718Z] [2023-07-13T15:49:41.718Z] _____ _ [2023-07-13T15:49:41.718Z] / ____| | | [2023-07-13T15:49:41.718Z] | | ___ __| | ___ ___ _____ __ [2023-07-13T15:49:41.718Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-13T15:49:41.718Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-13T15:49:41.718Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-13T15:49:41.718Z] Bash-1.0.6 [2023-07-13T15:49:41.718Z] [2023-07-13T15:49:41.718Z] [2023-07-13T15:49:41.718Z] ==> git version 2.25.1 found [2023-07-13T15:49:41.718Z] ==> 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-13T15:49:41.718Z] Release-Date: 2020-01-08 [2023-07-13T15:49:41.718Z] 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-13T15:49:41.718Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-13T15:49:41.718Z] ==> Jenkins CI detected. [2023-07-13T15:49:41.718Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2023-07-13T15:49:41.718Z] project root: . [2023-07-13T15:49:41.718Z] --> token set from env [2023-07-13T15:49:41.718Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-13T15:49:41.718Z] ==> Running gcov in . (disable via -X gcov) [2023-07-13T15:49:41.718Z] ==> Python coveragepy not found [2023-07-13T15:49:41.718Z] ==> Searching for coverage reports in: [2023-07-13T15:49:41.718Z] + . [2023-07-13T15:49:41.718Z] -> Found 1 reports [2023-07-13T15:49:41.718Z] ==> Detecting git/mercurial file structure [2023-07-13T15:49:41.718Z] ==> Reading reports [2023-07-13T15:49:41.718Z] + ./coverage.out bytes=41317 [2023-07-13T15:49:41.718Z] ==> Appending adjustments [2023-07-13T15:49:41.718Z] https://docs.codecov.io/docs/fixing-reports [2023-07-13T15:49:41.977Z] + Found adjustments [2023-07-13T15:49:41.977Z] ==> Gzipping contents [2023-07-13T15:49:41.977Z] 12K /tmp/codecov.5vQ60d.gz [2023-07-13T15:49:41.977Z] ==> Uploading reports [2023-07-13T15:49:41.977Z] url: https://codecov.io [2023-07-13T15:49:41.977Z] query: branch=main&commit=3c9673bd00b0496122dab08c8c5119b35955174d&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F114%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-13T15:49:41.977Z] -> Pinging Codecov [2023-07-13T15:49:41.977Z] 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=3c9673bd00b0496122dab08c8c5119b35955174d&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F114%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= [2023-07-13T15:49:47.251Z] -> Uploading to [2023-07-13T15:49:47.251Z] https://storage.googleapis.com/codecov/v4/raw/2023-07-13/581DD39554BDF9B6E22D074273EAD858/3c9673bd00b0496122dab08c8c5119b35955174d/acc275d2-47c2-4c67-97f3-3565251edf7d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230713%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230713T154946Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d94153c21b8ff22ae1eda060a7d5da697534702a1bfce495e6f7b32c6c81c512 [2023-07-13T15:49:47.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-13T15:49:47.251Z] Dload Upload Total Spent Left Speed [2023-07-13T15:49:47.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11799 0 0 100 11799 0 61134 --:--:-- --:--:-- --:--:-- 60819 [2023-07-13T15:49:47.251Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] } [2023-07-13T15:49:47.260Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-07-13T15:49:47.388Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-07-13T15:49:47.397Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:49:47.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-13T15:49:47.699Z] [2023-07-13T15:49:47.699Z] 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-13T15:49:48.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-13T15:49:48.016Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-07-13T15:49:48.016Z] df9b9388f04a: Pulling fs layer [2023-07-13T15:49:48.016Z] 52dc419b0ee2: Pulling fs layer [2023-07-13T15:49:48.016Z] 25bc292e5bac: Pulling fs layer [2023-07-13T15:49:48.016Z] 114826534d7a: Pulling fs layer [2023-07-13T15:49:48.016Z] 4657fd5d0bcf: Pulling fs layer [2023-07-13T15:49:48.016Z] 6ad1cebc031e: Pulling fs layer [2023-07-13T15:49:48.016Z] 8a3aa393b2d8: Pulling fs layer [2023-07-13T15:49:48.016Z] 114826534d7a: Waiting [2023-07-13T15:49:48.016Z] 4657fd5d0bcf: Waiting [2023-07-13T15:49:48.016Z] 6ad1cebc031e: Waiting [2023-07-13T15:49:48.016Z] 8a3aa393b2d8: Waiting [2023-07-13T15:49:48.016Z] 25bc292e5bac: Download complete [2023-07-13T15:49:48.016Z] 52dc419b0ee2: Download complete [2023-07-13T15:49:48.016Z] 4657fd5d0bcf: Verifying Checksum [2023-07-13T15:49:48.016Z] 4657fd5d0bcf: Download complete [2023-07-13T15:49:48.016Z] df9b9388f04a: Download complete [2023-07-13T15:49:48.294Z] df9b9388f04a: Pull complete [2023-07-13T15:49:48.294Z] 6ad1cebc031e: Verifying Checksum [2023-07-13T15:49:48.294Z] 6ad1cebc031e: Download complete [2023-07-13T15:49:48.294Z] 52dc419b0ee2: Pull complete [2023-07-13T15:49:48.294Z] 25bc292e5bac: Pull complete [2023-07-13T15:49:49.231Z] 114826534d7a: Verifying Checksum [2023-07-13T15:49:49.231Z] 114826534d7a: Download complete [2023-07-13T15:49:49.231Z] 8a3aa393b2d8: Verifying Checksum [2023-07-13T15:49:49.231Z] 8a3aa393b2d8: Download complete [2023-07-13T15:49:52.513Z] 114826534d7a: Pull complete [2023-07-13T15:49:52.513Z] 4657fd5d0bcf: Pull complete [2023-07-13T15:49:52.513Z] 6ad1cebc031e: Pull complete [2023-07-13T15:49:56.760Z] 8a3aa393b2d8: Pull complete [2023-07-13T15:49:56.760Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-07-13T15:49:56.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-07-13T15:49:56.760Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:49:56.854Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:49:56.893Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-07-13T15:50:03.716Z] $ docker top 4a7a4aca6a5de561fba6d65927f5234922ad1ad303b228b5edc0ad58b2b7b358 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-13T15:50:03.771Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2023-07-13T15:50:04.050Z] + set -o pipefail [2023-07-13T15:50:04.050Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2023-07-13T15:50:09.318Z] [2023-07-13T15:50:09.318Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... [2023-07-13T15:50:09.318Z] [2023-07-13T15:50:09.318Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/5338db2f-0f0a-4d7d-9bd6-704229b168e4 [2023-07-13T15:50:09.318Z] [2023-07-13T15:50:09.318Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-07-13T15:50:09.318Z] [2023-07-13T15:50:09.318Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-07-13T15:50:09.318Z] [2023-07-13T15:50:09.576Z] [2023-07-13T15:50:09.577Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-07-13T15:50:09.577Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-07-13T15:50:09.577Z] More details here: https://snyk.co/ue1NS [2023-07-13T15:50:09.577Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-07-13T15:50:09.577Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-07-13T15:50:09.596Z] $ docker stop --time=1 4a7a4aca6a5de561fba6d65927f5234922ad1ad303b228b5edc0ad58b2b7b358 [2023-07-13T15:50:14.396Z] $ docker rm -f --volumes 4a7a4aca6a5de561fba6d65927f5234922ad1ad303b228b5edc0ad58b2b7b358 [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-13T15:50:15.328Z] + git log --format=format:%s -1 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] sh [2023-07-13T15:50:15.624Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-13T15:50:15.624Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:50:15.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-13T15:50:15.928Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:50:16.020Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:50:16.061Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-13T15:50:16.619Z] $ docker top 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 -eo pid,comm [2023-07-13T15:50:16.657Z] 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-13T15:50:16.657Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-13T15:50:16.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-13T15:50:16.699Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-13T15:50:16.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-13T15:50:16.830Z] $ docker exec 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 ssh-agent [2023-07-13T15:50:16.933Z] SSH_AUTH_SOCK=/tmp/ssh-r32nE0XdwQyU/agent.31 [2023-07-13T15:50:16.933Z] SSH_AGENT_PID=37 [2023-07-13T15:50:16.938Z] Running ssh-add (command line suppressed) [2023-07-13T15:50:17.044Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_13917882341663344977.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_13917882341663344977.key) [2023-07-13T15:50:17.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-13T15:50:17.347Z] + git semver tag [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,533 [run_tag] DEBUG tag force:False [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,533 [check_head_tag] DEBUG check head tag [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,533 [execute] INFO git cat-file --batch-check [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,533 [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-13T15:50:17.607Z] 2023-07-13 15:50:17,536 [execute] INFO git cat-file --batch [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,537 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,543 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,543 [execute] INFO git tag -a v3.1.0-dev.2 -m v3.1.0-dev.2 [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,544 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.2', '-m', 'v3.1.0-dev.2'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) [2023-07-13T15:50:17.607Z] 2023-07-13 15:50:17,548 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:50:17.607Z] 3.1.0-dev.2 [Pipeline] } [2023-07-13T15:50:17.624Z] $ docker exec --env ******** --env ******** 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 ssh-agent -k [2023-07-13T15:50:17.729Z] unset SSH_AUTH_SOCK; [2023-07-13T15:50:17.729Z] unset SSH_AGENT_PID; [2023-07-13T15:50:17.730Z] echo Agent pid 37 killed; [2023-07-13T15:50:17.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-13T15:50:18.057Z] + git semver [Pipeline] } [2023-07-13T15:50:18.336Z] $ docker stop --time=1 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 [2023-07-13T15:50:19.616Z] $ docker rm -f --volumes 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:50:20.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-13T15:50:20.001Z] [2023-07-13T15:50:20.001Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:50:20.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-13T15:50:20.295Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-07-13T15:50:20.295Z] ab5ef0e58194: Pulling fs layer [2023-07-13T15:50:20.295Z] 9712f1f96733: Pulling fs layer [2023-07-13T15:50:20.295Z] 63f879dbbcfc: Pulling fs layer [2023-07-13T15:50:20.295Z] 0d9ebad4ef96: Pulling fs layer [2023-07-13T15:50:20.295Z] e9a5061849ea: Pulling fs layer [2023-07-13T15:50:20.295Z] d747dcd14b5f: Pulling fs layer [2023-07-13T15:50:20.295Z] 2de7ff778b66: Pulling fs layer [2023-07-13T15:50:20.295Z] e9a5061849ea: Waiting [2023-07-13T15:50:20.295Z] d747dcd14b5f: Waiting [2023-07-13T15:50:20.295Z] 2de7ff778b66: Waiting [2023-07-13T15:50:20.295Z] 0d9ebad4ef96: Waiting [2023-07-13T15:50:20.295Z] 9712f1f96733: Verifying Checksum [2023-07-13T15:50:20.295Z] 9712f1f96733: Download complete [2023-07-13T15:50:20.555Z] 63f879dbbcfc: Verifying Checksum [2023-07-13T15:50:20.555Z] 63f879dbbcfc: Download complete [2023-07-13T15:50:20.814Z] e9a5061849ea: Verifying Checksum [2023-07-13T15:50:20.814Z] e9a5061849ea: Download complete [2023-07-13T15:50:20.814Z] d747dcd14b5f: Verifying Checksum [2023-07-13T15:50:20.814Z] d747dcd14b5f: Download complete [2023-07-13T15:50:20.814Z] 0d9ebad4ef96: Verifying Checksum [2023-07-13T15:50:20.814Z] 0d9ebad4ef96: Download complete [2023-07-13T15:50:20.814Z] ab5ef0e58194: Verifying Checksum [2023-07-13T15:50:20.814Z] ab5ef0e58194: Download complete [2023-07-13T15:50:20.814Z] 2de7ff778b66: Verifying Checksum [2023-07-13T15:50:20.814Z] 2de7ff778b66: Download complete [2023-07-13T15:50:24.096Z] ab5ef0e58194: Pull complete [2023-07-13T15:50:24.096Z] 9712f1f96733: Pull complete [2023-07-13T15:50:24.354Z] 63f879dbbcfc: Pull complete [2023-07-13T15:50:28.535Z] 0d9ebad4ef96: Pull complete [2023-07-13T15:50:28.535Z] e9a5061849ea: Pull complete [2023-07-13T15:50:28.793Z] d747dcd14b5f: Pull complete [2023-07-13T15:50:29.726Z] 2de7ff778b66: Pull complete [2023-07-13T15:50:29.984Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-07-13T15:50:29.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-07-13T15:50:29.984Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:50:30.076Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:50:30.110Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-07-13T15:50:38.034Z] $ docker top 601fa1b879195e3b8915c0adea747dbeae9b2575830e57da55a0cb51e938fabd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-07-13T15:50:38.099Z] provisioning config files... [2023-07-13T15:50:38.105Z] copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17796474124435262731tmp [2023-07-13T15:50:38.114Z] copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4804830586315258242tmp [2023-07-13T15:50:38.124Z] copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13616771067310747271tmp [Pipeline] { [Pipeline] echo [2023-07-13T15:50:38.140Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:38.422Z] ---> sigul-configuration.sh [2023-07-13T15:50:38.422Z] gpg: directory `/root/.gnupg' created [2023-07-13T15:50:38.422Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-07-13T15:50:38.422Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-07-13T15:50:38.422Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-07-13T15:50:38.422Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-07-13T15:50:38.422Z] gpg: CAST5 encrypted data [2023-07-13T15:50:38.422Z] gpg: encrypted with 1 passphrase [2023-07-13T15:50:38.422Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-07-13T15:50:38.707Z] + mkdir /home/jenkins [2023-07-13T15:50:38.708Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-07-13T15:50:38.991Z] + 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-13T15:50:38.999Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:39.278Z] ---> sigul-install.sh [2023-07-13T15:50:39.278Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-07-13T15:50:39.559Z] + git tag --list [2023-07-13T15:50:39.559Z] v0.0.0 [2023-07-13T15:50:39.559Z] v1.0.0 [2023-07-13T15:50:39.559Z] v2.1.0 [2023-07-13T15:50:39.559Z] v2.1.1 [2023-07-13T15:50:39.559Z] v2.2.0 [2023-07-13T15:50:39.559Z] v2.3.0 [2023-07-13T15:50:39.559Z] v3.0 [2023-07-13T15:50:39.559Z] v3.0.0 [2023-07-13T15:50:39.559Z] v3.1.0-dev.1 [2023-07-13T15:50:39.559Z] v3.1.0-dev.2 [Pipeline] sh [2023-07-13T15:50:39.843Z] + lftools sign git-tag v3.1.0-dev.2 [2023-07-13T15:50:40.410Z] Signing Git tag with Sigul... [2023-07-13T15:50:40.410Z] Signing v3.1.0-dev.2 [Pipeline] echo [2023-07-13T15:50:40.677Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:40.959Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-07-13T15:50:40.966Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-07-13T15:50:40.998Z] $ docker stop --time=1 601fa1b879195e3b8915c0adea747dbeae9b2575830e57da55a0cb51e938fabd [2023-07-13T15:50:42.283Z] $ docker rm -f --volumes 601fa1b879195e3b8915c0adea747dbeae9b2575830e57da55a0cb51e938fabd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-07-13T15:50:42.700Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-13T15:50:42.700Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:50:43.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-13T15:50:43.000Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:50:43.082Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:50:43.116Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-13T15:50:43.459Z] $ docker top d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c -eo pid,comm [2023-07-13T15:50:43.498Z] 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-13T15:50:43.498Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-13T15:50:43.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-13T15:50:43.535Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-13T15:50:43.651Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-13T15:50:43.662Z] $ docker exec d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c ssh-agent [2023-07-13T15:50:43.754Z] SSH_AUTH_SOCK=/tmp/ssh-vodck8F4sA5c/agent.32 [2023-07-13T15:50:43.754Z] SSH_AGENT_PID=38 [2023-07-13T15:50:43.759Z] Running ssh-add (command line suppressed) [2023-07-13T15:50:43.870Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_1480791126649557302.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_1480791126649557302.key) [2023-07-13T15:50:43.875Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-13T15:50:44.161Z] + git semver bump pre [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,340 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,340 [bump_version] DEBUG bumping version:3.1.0-dev.2 on axis:pre with prefix:dev [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,340 [bump_version] DEBUG bumped version:3.1.0-dev.3 [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,340 [write_version] DEBUG write version:3.1.0-dev.3 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,340 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,340 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,342 [execute] INFO git cat-file --batch-check [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,342 [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-13T15:50:44.422Z] 2023-07-13 15:50:44,347 [execute] INFO git cat-file --batch [2023-07-13T15:50:44.422Z] 2023-07-13 15:50:44,348 [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-13T15:50:44.422Z] 2023-07-13 15:50:44,353 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:50:44.422Z] 3.1.0-dev.3 [Pipeline] } [2023-07-13T15:50:44.440Z] $ docker exec --env ******** --env ******** d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c ssh-agent -k [2023-07-13T15:50:44.537Z] unset SSH_AUTH_SOCK; [2023-07-13T15:50:44.537Z] unset SSH_AGENT_PID; [2023-07-13T15:50:44.537Z] echo Agent pid 38 killed; [2023-07-13T15:50:44.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-13T15:50:44.850Z] + git semver [Pipeline] } [2023-07-13T15:50:45.128Z] $ docker stop --time=1 d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c [2023-07-13T15:50:46.369Z] $ docker rm -f --volumes d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-13T15:50:46.700Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-13T15:50:46.700Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:50:46.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-13T15:50:46.992Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:50:47.053Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:50:47.085Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-13T15:50:47.392Z] $ docker top 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 -eo pid,comm [2023-07-13T15:50:47.430Z] 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-13T15:50:47.430Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-13T15:50:47.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-13T15:50:47.467Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-13T15:50:47.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-13T15:50:47.576Z] $ docker exec 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 ssh-agent [2023-07-13T15:50:47.670Z] SSH_AUTH_SOCK=/tmp/ssh-HsZCnSjgBbSh/agent.32 [2023-07-13T15:50:47.670Z] SSH_AGENT_PID=38 [2023-07-13T15:50:47.676Z] Running ssh-add (command line suppressed) [2023-07-13T15:50:47.775Z] Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9238857853346649495.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9238857853346649495.key) [2023-07-13T15:50:47.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-13T15:50:48.067Z] + git semver push [2023-07-13T15:50:48.326Z] 2023-07-13 15:50:48,244 [run_push] DEBUG push [2023-07-13T15:50:48.326Z] 2023-07-13 15:50:48,245 [execute] INFO git cat-file --batch-check [2023-07-13T15:50:48.326Z] 2023-07-13 15:50:48,245 [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-13T15:50:48.326Z] 2023-07-13 15:50:48,249 [execute] INFO git rev-list 4bae87c2b263fab4513d349525e7d92d6857e9aa -- [2023-07-13T15:50:48.326Z] 2023-07-13 15:50:48,249 [execute] DEBUG Popen(['git', 'rev-list', '4bae87c2b263fab4513d349525e7d92d6857e9aa', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-07-13T15:50:48.326Z] 2023-07-13 15:50:48,256 [execute] INFO git fetch -v origin [2023-07-13T15:50:48.326Z] 2023-07-13 15:50:48,257 [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-13T15:50:48.894Z] 2023-07-13 15:50:48,710 [run_push] DEBUG no remote changes detected [2023-07-13T15:50:48.894Z] 2023-07-13 15:50:48,710 [execute] INFO git push origin semver [2023-07-13T15:50:48.894Z] 2023-07-13 15:50:48,711 [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-13T15:50:49.831Z] 2023-07-13 15:50:49,476 [run_push] DEBUG push all version tags [2023-07-13T15:50:49.831Z] 2023-07-13 15:50:49,477 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-07-13T15:50:49.831Z] 2023-07-13 15:50:49,477 [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-13T15:50:50.398Z] 2023-07-13 15:50:50,236 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2023-07-13T15:50:50.398Z] 3.1.0-dev.3 [Pipeline] } [2023-07-13T15:50:50.415Z] $ docker exec --env ******** --env ******** 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 ssh-agent -k [2023-07-13T15:50:50.510Z] unset SSH_AUTH_SOCK; [2023-07-13T15:50:50.511Z] unset SSH_AGENT_PID; [2023-07-13T15:50:50.511Z] echo Agent pid 38 killed; [2023-07-13T15:50:50.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-13T15:50:50.820Z] + git semver [Pipeline] } [2023-07-13T15:50:51.100Z] $ docker stop --time=1 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 [2023-07-13T15:50:52.355Z] $ docker rm -f --volumes 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 [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-13T15:50:52.881Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2023-07-13T15:50:52.881Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-13T15:50:52.881Z] total 16 [2023-07-13T15:50:52.881Z] drwxr-xr-x 3 root root 4096 Jul 13 15:38 . [2023-07-13T15:50:52.881Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 13 15:50 .. [2023-07-13T15:50:52.881Z] drwxr-xr-x 2 root root 4096 Jul 13 15:38 cost [2023-07-13T15:50:52.881Z] -rw-r--r-- 1 root root 95 Jul 13 15:38 cost.csv [2023-07-13T15:50:52.881Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-13T15:50:52.881Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2023-07-13T15:50:52.881Z] total 16 [2023-07-13T15:50:52.881Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 15:38 . [2023-07-13T15:50:52.881Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 13 15:50 .. [2023-07-13T15:50:52.881Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 13 15:38 cost [2023-07-13T15:50:52.881Z] -rw-r--r-- 1 jenkins jenkins 95 Jul 13 15:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:53.285Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:54.289Z] ---> package-listing.sh [2023-07-13T15:50:54.289Z] ++ facter osfamily [2023-07-13T15:50:54.289Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-13T15:50:54.548Z] + OS_FAMILY=debian [2023-07-13T15:50:54.548Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2023-07-13T15:50:54.548Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-13T15:50:54.548Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-13T15:50:54.548Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-13T15:50:54.548Z] + PACKAGES=/tmp/packages_start.txt [2023-07-13T15:50:54.548Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-07-13T15:50:54.548Z] + PACKAGES=/tmp/packages_end.txt [2023-07-13T15:50:54.548Z] + case "${OS_FAMILY}" in [2023-07-13T15:50:54.548Z] + dpkg -l [2023-07-13T15:50:54.548Z] + grep '^ii' [2023-07-13T15:50:54.548Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-13T15:50:54.548Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-13T15:50:54.548Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-13T15:50:54.548Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2023-07-13T15:50:54.548Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2023-07-13T15:50:54.548Z] + 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-13T15:50:54.557Z] 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-13T15:50:54.847Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-13T15:50:55.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-13T15:50:55.150Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-13T15:50:55.219Z] prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container [2023-07-13T15:50:55.254Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-13T15:50:55.468Z] $ docker top c6c0b17d0432536dce71dcdb2df52cc6746bfabac514e00955532ef7cdae6d02 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-13T15:50:55.803Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-13T15:50:56.085Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-13T15:50:56.367Z] + ls /var/log/sa-host [2023-07-13T15:50:56.367Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-13T15:50:56.444Z] provisioning config files... [2023-07-13T15:50:56.450Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14540977457726588282tmp [Pipeline] { [Pipeline] echo [2023-07-13T15:50:56.464Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:56.743Z] ---> create-netrc.sh [Pipeline] } [2023-07-13T15:50:56.750Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:57.062Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-13T15:50:57.070Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:57.352Z] ---> sudo-logs.sh [2023-07-13T15:50:57.352Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-13T15:50:57.377Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:57.659Z] ---> job-cost.sh [2023-07-13T15:50:57.659Z] lf-activate-venv: SKIPPING [2023-07-13T15:50:57.659Z] DEBUG: total: 0.2199999988079071 [2023-07-13T15:50:57.659Z] INFO: Retrieving Stack Cost... [2023-07-13T15:50:59.564Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-13T15:50:59.564Z] INFO: Archiving Costs [Pipeline] echo [2023-07-13T15:50:59.573Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-13T15:50:59.850Z] ---> logs-deploy.sh [2023-07-13T15:50:59.850Z] lf-activate-venv: SKIPPING [2023-07-13T15:50:59.850Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/114 [2023-07-13T15:50:59.850Z] INFO: archiving workspace using pattern(s): [2023-07-13T15:51:00.787Z] Archives upload complete. [2023-07-13T15:51:00.787Z] INFO: archiving logs to Nexus