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 15:35:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:35:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:35:16 ========================================================= 15:35:16 EdgeX Global Pipelines Version Info 15:35:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:35:17 ------------------- 15:35:17 stable info: 15:35:17 ------------------- 15:35:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:35:17 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 15:35:17 Message: update stable to v1.0.250 15:35:17 ------------------- 15:35:17 experimental info: 15:35:17 ------------------- 15:35:17 Commited By: **** collab-it+edgex@linuxfoundation.org 15:35:17 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 15:35:17 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c9673b [Pipeline] echo 15:35:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:35:18 provisioning config files... 15:35:18 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 15:35:18 ---> docker-login.sh 15:35:18 nexus3.edgexfoundry.org:10001 15:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:19 Configure a credential helper to remove this warning. See 15:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:19 15:35:19 Login Succeeded 15:35:19 nexus3.edgexfoundry.org:10002 15:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:19 Configure a credential helper to remove this warning. See 15:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:19 15:35:19 Login Succeeded 15:35:19 nexus3.edgexfoundry.org:10003 15:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:19 Configure a credential helper to remove this warning. See 15:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:19 15:35:19 Login Succeeded 15:35:19 nexus3.edgexfoundry.org:10004 15:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:19 Configure a credential helper to remove this warning. See 15:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:19 15:35:19 Login Succeeded 15:35:19 docker.io 15:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:19 Configure a credential helper to remove this warning. See 15:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:19 15:35:19 Login Succeeded 15:35:19 ---> docker-login.sh ends [Pipeline] } 15:35:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:35:20 + git rev-list -1 --merges 3c9673bd00b0496122dab08c8c5119b35955174d~1..3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo 15:35:20 -----------> git rev-list -1 --merges 3c9673bd00b0496122dab08c8c5119b35955174d~1..3c9673bd00b0496122dab08c8c5119b35955174d 3c9673bd00b0496122dab08c8c5119b35955174d [false] [Pipeline] sh 15:35:20 + git log --format=format:%s -1 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo 15:35:20 ========================================================= 15:35:20 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:35:20 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:35:20 + git log --format=format:%s -1 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] echo 15:35:20 [semverPrep] GIT_COMMIT: 3c9673bd00b0496122dab08c8c5119b35955174d, Commit Message: build: Update to latest SDK (#206) [Pipeline] echo 15:35:20 [semverPrep] This is not a build commit. [Pipeline] sh 15:35:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:35:21 + grep -v github /etc/ssh/ssh_known_hosts 15:35:21 + [ -e /tmp/ssh_known_hosts ] 15:35:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:35:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:35:21 + sudo tee -a /etc/ssh/ssh_known_hosts 15:35:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:35:21 15:35:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:35:21 0.1.4: Pulling from edgex-devops/py-git-semver 15:35:21 b85a868b505f: Pulling fs layer 15:35:21 e2be974225ed: Pulling fs layer 15:35:21 339a4e72a1f5: Pulling fs layer 15:35:21 988bab9f4d93: Pulling fs layer 15:35:21 1469e6f7b9e6: Pulling fs layer 15:35:21 eaf3925da568: Pulling fs layer 15:35:21 bab4dde63d76: Pulling fs layer 15:35:21 bde34c3a00c8: Pulling fs layer 15:35:21 b352a97aabf1: Pulling fs layer 15:35:21 4872d77fe225: Pulling fs layer 15:35:21 5851b861e8e6: Pulling fs layer 15:35:21 988bab9f4d93: Waiting 15:35:21 1469e6f7b9e6: Waiting 15:35:21 eaf3925da568: Waiting 15:35:21 bab4dde63d76: Waiting 15:35:21 bde34c3a00c8: Waiting 15:35:21 b352a97aabf1: Waiting 15:35:21 4872d77fe225: Waiting 15:35:21 5851b861e8e6: Waiting 15:35:21 e2be974225ed: Download complete 15:35:21 988bab9f4d93: Verifying Checksum 15:35:21 988bab9f4d93: Download complete 15:35:21 1469e6f7b9e6: Verifying Checksum 15:35:21 1469e6f7b9e6: Download complete 15:35:22 339a4e72a1f5: Verifying Checksum 15:35:22 339a4e72a1f5: Download complete 15:35:22 eaf3925da568: Verifying Checksum 15:35:22 eaf3925da568: Download complete 15:35:22 bde34c3a00c8: Verifying Checksum 15:35:22 bde34c3a00c8: Download complete 15:35:22 b352a97aabf1: Download complete 15:35:22 4872d77fe225: Verifying Checksum 15:35:22 4872d77fe225: Download complete 15:35:22 5851b861e8e6: Download complete 15:35:22 b85a868b505f: Verifying Checksum 15:35:22 b85a868b505f: Download complete 15:35:22 bab4dde63d76: Verifying Checksum 15:35:22 bab4dde63d76: Download complete 15:35:23 b85a868b505f: Pull complete 15:35:23 e2be974225ed: Pull complete 15:35:23 339a4e72a1f5: Pull complete 15:35:23 988bab9f4d93: Pull complete 15:35:24 1469e6f7b9e6: Pull complete 15:35:24 eaf3925da568: Pull complete 15:35:25 bab4dde63d76: Pull complete 15:35:25 bde34c3a00c8: Pull complete 15:35:25 b352a97aabf1: Pull complete 15:35:25 4872d77fe225: Pull complete 15:35:25 5851b861e8e6: Pull complete 15:35:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:35:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:35:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:35:26 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:35:26 $ 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 15:35:30 $ docker top 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 -eo pid,comm 15:35:30 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:35:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:30 [ssh-agent] Looking for ssh-agent implementation... 15:35:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:30 $ docker exec 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent 15:35:30 SSH_AUTH_SOCK=/tmp/ssh-abr9o1ozTapx/agent.33 15:35:30 SSH_AGENT_PID=39 15:35:30 Running ssh-add (command line suppressed) 15:35:30 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) 15:35:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:30 + git tag --points-at HEAD [Pipeline] } 15:35:31 $ docker exec --env ******** --env ******** 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent -k 15:35:31 unset SSH_AUTH_SOCK; 15:35:31 unset SSH_AGENT_PID; 15:35:31 echo Agent pid 39 killed; 15:35:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:35:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:31 [ssh-agent] Looking for ssh-agent implementation... 15:35:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:31 $ docker exec 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent 15:35:31 SSH_AUTH_SOCK=/tmp/ssh-4WadpEpjdArN/agent.71 15:35:31 SSH_AGENT_PID=77 15:35:31 Running ssh-add (command line suppressed) 15:35:31 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) 15:35:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:31 + git semver init 15:35:32 2023-07-13 15:35:31,953 [run_init] DEBUG init version:0.0.0 force:False 15:35:32 2023-07-13 15:35:31,953 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 15:35:32 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 15:35:32 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) 15:35:33 2023-07-13 15:35:33,106 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 15:35:33 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 15:35:33 2023-07-13 15:35:33,107 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:35:33 2023-07-13 15:35:33,107 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:35:33 3.1.0-dev.2 [Pipeline] } 15:35:33 $ docker exec --env ******** --env ******** 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 ssh-agent -k 15:35:33 unset SSH_AUTH_SOCK; 15:35:33 unset SSH_AGENT_PID; 15:35:33 echo Agent pid 77 killed; 15:35:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:33 + git semver [Pipeline] } 15:35:34 $ docker stop --time=1 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 15:35:35 $ docker rm -f --volumes 6773f7c547efc893888d517680b0033a0bcb76082a5885cf951e51223c967c74 [Pipeline] // withDockerContainer [Pipeline] sh 15:35:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:35:35 Stashed 1 file(s) [Pipeline] echo 15:35:35 [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 15:35:36 provisioning config files... 15:35:36 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 15:35:36 ---> docker-login.sh 15:35:36 nexus3.edgexfoundry.org:10001 15:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:36 Configure a credential helper to remove this warning. See 15:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:36 15:35:36 Login Succeeded 15:35:36 nexus3.edgexfoundry.org:10002 15:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:36 Configure a credential helper to remove this warning. See 15:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:36 15:35:36 Login Succeeded 15:35:36 nexus3.edgexfoundry.org:10003 15:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:36 Configure a credential helper to remove this warning. See 15:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:36 15:35:36 Login Succeeded 15:35:36 nexus3.edgexfoundry.org:10004 15:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:36 Configure a credential helper to remove this warning. See 15:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:36 15:35:36 Login Succeeded 15:35:36 docker.io 15:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:36 Configure a credential helper to remove this warning. See 15:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:36 15:35:36 Login Succeeded 15:35:36 ---> docker-login.sh ends [Pipeline] } 15:35:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:35:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:35:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:35:37 ========================================================= 15:35:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:35:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:37 + 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 . 15:35:37 Sending build context to Docker daemon 12.65MB 15:35:37 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:35:37 Step 2/12 : FROM ${BASE} AS builder 15:35:37 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:35:37 4db1b89c0bd1: Pulling fs layer 15:35:37 6911f1a30b25: Pulling fs layer 15:35:37 e194b8c5c2a9: Pulling fs layer 15:35:37 6863d3e3a2b1: Pulling fs layer 15:35:37 ec0bb842ea78: Pulling fs layer 15:35:37 40a00589a448: Pulling fs layer 15:35:37 6c08303d61cc: Pulling fs layer 15:35:37 798269fcf238: Pulling fs layer 15:35:37 6c08303d61cc: Waiting 15:35:37 ec0bb842ea78: Waiting 15:35:37 40a00589a448: Waiting 15:35:37 798269fcf238: Waiting 15:35:37 6863d3e3a2b1: Waiting 15:35:37 6911f1a30b25: Download complete 15:35:37 6863d3e3a2b1: Verifying Checksum 15:35:37 6863d3e3a2b1: Download complete 15:35:37 ec0bb842ea78: Verifying Checksum 15:35:37 ec0bb842ea78: Download complete 15:35:37 4db1b89c0bd1: Verifying Checksum 15:35:37 4db1b89c0bd1: Download complete 15:35:37 40a00589a448: Verifying Checksum 15:35:37 40a00589a448: Download complete 15:35:37 4db1b89c0bd1: Pull complete 15:35:37 6911f1a30b25: Pull complete 15:35:38 798269fcf238: Verifying Checksum 15:35:38 798269fcf238: Download complete 15:35:38 e194b8c5c2a9: Verifying Checksum 15:35:38 e194b8c5c2a9: Download complete 15:35:38 6c08303d61cc: Verifying Checksum 15:35:38 6c08303d61cc: Download complete 15:35:41 e194b8c5c2a9: Pull complete 15:35:41 6863d3e3a2b1: Pull complete 15:35:41 ec0bb842ea78: Pull complete 15:35:41 40a00589a448: Pull complete 15:35:44 6c08303d61cc: Pull complete 15:35:44 798269fcf238: Pull complete 15:35:44 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 15:35:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:35:44 ---> ec979cd7f677 15:35:44 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:35:51 Still waiting to schedule task 15:35:51 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1066’ is offline 15:35:51 ---> Running in 1cfa12848929 15:35:51 Removing intermediate container 1cfa12848929 15:35:51 ---> 484a4b3ef0d0 15:35:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:35:51 ---> Running in 25dc2fd60910 15:35:51 Removing intermediate container 25dc2fd60910 15:35:51 ---> 2972f0739a81 15:35:51 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:35:51 ---> Running in a8de3827f9d9 15:35:51 Removing intermediate container a8de3827f9d9 15:35:51 ---> cb66a6e17e0d 15:35:51 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:35:51 ---> Running in 70225c211c01 15:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:35:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:35:52 OK: 265 MiB in 53 packages 15:35:52 Removing intermediate container 70225c211c01 15:35:52 ---> ce1951ff107e 15:35:52 Step 7/12 : WORKDIR /app 15:35:52 ---> Running in e258a049a5ba 15:35:52 Removing intermediate container e258a049a5ba 15:35:52 ---> 1c9b0a6337cc 15:35:52 Step 8/12 : COPY go.mod vendor* ./ 15:35:52 ---> 37afc6c62eea 15:35:52 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:35:52 ---> Running in 0a778b7f8124 15:36:31 Removing intermediate container 0a778b7f8124 15:36:31 ---> d9c61a3ea785 15:36:31 Step 10/12 : COPY . . 15:36:31 ---> 29d71107ffee 15:36:31 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:36:31 ---> Running in 416f03beb39c 15:36:31 Removing intermediate container 416f03beb39c 15:36:31 ---> 1928f0dca00a 15:36:31 Step 12/12 : RUN $MAKE 15:36:31 ---> Running in 5f510872a7fd 15:36:31 noop 15:36:31 Removing intermediate container 5f510872a7fd 15:36:31 ---> 1db9ea499ca9 15:36:31 Successfully built 1db9ea499ca9 15:36:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:31 + docker inspect -f . ci-base-image-x86_64 15:36:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:32 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:36:32 $ 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 15:36:32 $ docker top 9df437841966fd6bc0d2d1148be8c2fb1119e142b481cfcd25433f39464419fe -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:32 + go version 15:36:32 go version go1.20.6 linux/amd64 [Pipeline] } 15:36:32 $ docker stop --time=1 9df437841966fd6bc0d2d1148be8c2fb1119e142b481cfcd25433f39464419fe 15:36:34 $ 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 15:36:34 + docker inspect -f . ci-base-image-x86_64 15:36:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:34 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:36:34 $ 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 15:36:34 $ docker top a63f876a4821308c1ea24867ce5cba319d192c2be39b4e098b7193792918671b -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:35 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 15:36:35 + make test 15:36:35 go test -race ./... -coverprofile=coverage.out ./... 15:36:53 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 15:36:53 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 15:36:53 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.144s coverage: 86.2% of statements 15:36:56 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.701s coverage: 71.9% of statements 15:37:18 go vet ./... 15:37:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:37:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:37:22 ./bin/test-attribution.sh [Pipeline] echo 15:37:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:37:22 $ docker stop --time=1 a63f876a4821308c1ea24867ce5cba319d192c2be39b4e098b7193792918671b 15:37:27 $ docker rm -f --volumes a63f876a4821308c1ea24867ce5cba319d192c2be39b4e098b7193792918671b [Pipeline] // withDockerContainer [Pipeline] sh 15:37:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:37:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:37:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:37:29 + ls -al . 15:37:29 total 236 15:37:29 drwxrwxr-x 11 jenkins jenkins 4096 Jul 13 15:36 . 15:37:29 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:35 .. 15:37:29 -rw-rw-r-- 1 jenkins jenkins 262 Jul 13 15:35 .dockerignore 15:37:29 drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 15:35 .git 15:37:29 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:35 .github 15:37:29 -rw-rw-r-- 1 jenkins jenkins 788 Jul 13 15:35 .gitignore 15:37:29 -rw-rw-r-- 1 jenkins jenkins 41 Jul 13 15:35 .golangci.yml 15:37:29 drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 15:35 .semver 15:37:29 -rw-rw-r-- 1 jenkins jenkins 10332 Jul 13 15:35 Attribution.txt 15:37:29 -rw-rw-r-- 1 jenkins jenkins 9042 Jul 13 15:35 CHANGELOG.md 15:37:29 -rw-rw-r-- 1 jenkins jenkins 1659 Jul 13 15:35 Dockerfile 15:37:29 -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 15:35 GOVERNANCE.md 15:37:29 -rw-rw-r-- 1 jenkins jenkins 687 Jul 13 15:35 Jenkinsfile 15:37:29 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 13 15:35 LICENSE 15:37:29 -rw-rw-r-- 1 jenkins jenkins 2497 Jul 13 15:35 Makefile 15:37:29 -rw-rw-r-- 1 jenkins jenkins 617 Jul 13 15:35 OWNERS.md 15:37:29 -rw-rw-r-- 1 jenkins jenkins 31516 Jul 13 15:35 README.md 15:37:29 -rw-rw-r-- 1 jenkins jenkins 11 Jul 13 15:35 VERSION 15:37:29 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:35 bin 15:37:29 -rw-r--r-- 1 jenkins jenkins 41317 Jul 13 15:36 coverage.out 15:37:29 -rw-rw-r-- 1 jenkins jenkins 3692 Jul 13 15:35 go.mod 15:37:29 -rw-rw-r-- 1 jenkins jenkins 32863 Jul 13 15:35 go.sum 15:37:29 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:35 images 15:37:29 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:35 internal 15:37:29 -rw-rw-r-- 1 jenkins jenkins 531 Jul 13 15:35 main.go 15:37:29 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:35 res 15:37:29 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:35 snap 15:37:29 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:35 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:37:29 + 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 . 15:37:29 Sending build context to Docker daemon 12.65MB 15:37:29 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 15:37:29 Step 2/29 : FROM ${BASE} AS builder 15:37:29 ---> 1db9ea499ca9 15:37:29 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 15:37:29 ---> Running in 94e6715861c4 15:37:29 Removing intermediate container 94e6715861c4 15:37:29 ---> 3c0e04b5ca33 15:37:29 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 15:37:29 ---> Running in fb3b6385424d 15:37:29 Removing intermediate container fb3b6385424d 15:37:29 ---> 35f57fa8a9a8 15:37:29 Step 5/29 : ARG ADD_BUILD_TAGS="" 15:37:30 ---> Running in fa39187bdd37 15:37:30 Removing intermediate container fa39187bdd37 15:37:30 ---> ef9ff0160f54 15:37:30 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:37:30 ---> Running in f80556798cfc 15:37:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:37:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:37:30 OK: 265 MiB in 53 packages 15:37:30 Removing intermediate container f80556798cfc 15:37:30 ---> 3b5b53ae92df 15:37:30 Step 7/29 : WORKDIR /app 15:37:30 ---> Running in e34a323b4ce0 15:37:30 Removing intermediate container e34a323b4ce0 15:37:30 ---> 31692397369a 15:37:30 Step 8/29 : COPY go.mod vendor* ./ 15:37:31 ---> 2ef0a143ba3c 15:37:31 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:37:31 ---> Running in c198824952fe 15:37:31 Removing intermediate container c198824952fe 15:37:31 ---> 4060b517db34 15:37:31 Step 10/29 : COPY . . 15:37:32 ---> b6117218e92f 15:37:32 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:37:32 ---> Running in 2361f8445aa6 15:37:32 Removing intermediate container 2361f8445aa6 15:37:32 ---> f86342f2f6fc 15:37:32 Step 12/29 : RUN $MAKE 15:37:32 ---> Running in 2238831c123d 15:37:32 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 15:37:54 Removing intermediate container 2238831c123d 15:37:54 ---> 9b822bfd5667 15:37:54 Step 13/29 : FROM alpine:3.17 15:37:54 3.17: Pulling from library/alpine 15:37:54 4db1b89c0bd1: Already exists 15:37:55 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 15:37:55 Status: Downloaded newer image for alpine:3.17 15:37:55 ---> 1f73a9d63274 15:37:55 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:37:55 ---> Running in 846016e7eb95 15:37:55 Removing intermediate container 846016e7eb95 15:37:55 ---> 44d8dbb5212c 15:37:55 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 15:37:55 ---> Running in 4abab16f25b1 15:37:55 Removing intermediate container 4abab16f25b1 15:37:55 ---> 4d0a127acedd 15:37:55 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 15:37:55 ---> Running in eb31ded04811 15:37:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:37:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:37:55 (1/2) Installing ca-certificates (20230506-r0) 15:37:56 (2/2) Installing dumb-init (1.2.5-r2) 15:37:56 Executing busybox-1.35.0-r29.trigger 15:37:56 Executing ca-certificates-20230506-r0.trigger 15:37:56 OK: 8 MiB in 17 packages 15:37:56 Removing intermediate container eb31ded04811 15:37:56 ---> ab6682d961ed 15:37:56 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:37:56 ---> 6214017c523e 15:37:56 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 15:37:56 ---> ce1a9bede119 15:37:56 Step 19/29 : COPY --from=builder /app/res/ /res/ 15:37:56 ---> f0ac2348c2d7 15:37:56 Step 20/29 : COPY --from=builder /app/static/ /static/ 15:37:56 ---> ebcdefb5165e 15:37:56 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 15:37:58 ---> ec01bf1a7bba 15:37:58 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 15:37:58 ---> Running in eab859d09904 15:37:58 Removing intermediate container eab859d09904 15:37:58 ---> 6a2a5aa9aa7c 15:37:58 Step 23/29 : VOLUME /cache 15:37:58 ---> Running in add5c8e31470 15:37:58 Removing intermediate container add5c8e31470 15:37:58 ---> 863641e7a9cf 15:37:58 Step 24/29 : EXPOSE 59711 15:37:58 ---> Running in 5d616213e433 15:37:58 Removing intermediate container 5d616213e433 15:37:58 ---> 269ce739bb8b 15:37:58 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 15:37:58 ---> Running in b67126cc917f 15:37:58 Removing intermediate container b67126cc917f 15:37:58 ---> 549c4d617707 15:37:58 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 15:37:58 ---> Running in 014f433a499c 15:37:59 Removing intermediate container 014f433a499c 15:37:59 ---> 2ba1d40f7d7c 15:37:59 Step 27/29 : LABEL arch=amd64 15:37:59 ---> Running in c34d55e34129 15:37:59 Removing intermediate container c34d55e34129 15:37:59 ---> 2d0a6e62fbc8 15:37:59 Step 28/29 : LABEL git_sha=3c9673bd00b0496122dab08c8c5119b35955174d 15:37:59 ---> Running in ea28d6e88108 15:37:59 Removing intermediate container ea28d6e88108 15:37:59 ---> 702c0a32eb53 15:37:59 Step 29/29 : LABEL version=3.1.0-dev.2 15:37:59 ---> Running in 6c630315876f 15:37:59 Removing intermediate container 6c630315876f 15:37:59 ---> 1b9644caf1a3 15:37:59 [Warning] One or more build-args [ARCH] were not consumed 15:37:59 Successfully built 1b9644caf1a3 15:37:59 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 15:37:59 provisioning config files... 15:37:59 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 15:37:59 ---> docker-login.sh 15:37:59 nexus3.edgexfoundry.org:10001 15:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:59 Configure a credential helper to remove this warning. See 15:37:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:59 15:37:59 Login Succeeded 15:37:59 nexus3.edgexfoundry.org:10002 15:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:59 Configure a credential helper to remove this warning. See 15:37:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:59 15:37:59 Login Succeeded 15:37:59 nexus3.edgexfoundry.org:10003 15:38:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:00 Configure a credential helper to remove this warning. See 15:38:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:00 15:38:00 Login Succeeded 15:38:00 nexus3.edgexfoundry.org:10004 15:38:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:00 Configure a credential helper to remove this warning. See 15:38:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:00 15:38:00 Login Succeeded 15:38:00 docker.io 15:38:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:00 Configure a credential helper to remove this warning. See 15:38:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:00 15:38:00 Login Succeeded 15:38:00 ---> docker-login.sh ends [Pipeline] } 15:38:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:38:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:38:00 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 15:38:00 3c9673bd00b0496122dab08c8c5119b35955174d 15:38:00 latest 15:38:00 3.1.0-dev.2 15:38:00 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 15:38:00 main 15:38:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:00 + 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 15:38:00 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d 15:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:38:00 ebf97a6fdc48: Preparing 15:38:00 1f37dca976c3: Preparing 15:38:00 79cd02fcef71: Preparing 15:38:00 a3bd345fe68a: Preparing 15:38:00 a193f66ff25b: Preparing 15:38:00 fae341b07f1f: Preparing 15:38:00 9cc16f702442: Preparing 15:38:00 3dab9f8bf2d2: Preparing 15:38:00 fae341b07f1f: Waiting 15:38:00 9cc16f702442: Waiting 15:38:00 3dab9f8bf2d2: Waiting 15:38:00 a3bd345fe68a: Pushed 15:38:00 79cd02fcef71: Pushed 15:38:00 ebf97a6fdc48: Pushed 15:38:00 a193f66ff25b: Pushed 15:38:00 3dab9f8bf2d2: Layer already exists 15:38:01 fae341b07f1f: Pushed 15:38:01 9cc16f702442: Pushed 15:38:03 1f37dca976c3: Pushed 15:38:03 3c9673bd00b0496122dab08c8c5119b35955174d: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:04 + 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 15:38:04 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 15:38:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:38:04 ebf97a6fdc48: Preparing 15:38:04 1f37dca976c3: Preparing 15:38:04 79cd02fcef71: Preparing 15:38:04 a3bd345fe68a: Preparing 15:38:04 a193f66ff25b: Preparing 15:38:04 fae341b07f1f: Preparing 15:38:04 9cc16f702442: Preparing 15:38:04 3dab9f8bf2d2: Preparing 15:38:04 9cc16f702442: Waiting 15:38:04 3dab9f8bf2d2: Waiting 15:38:04 79cd02fcef71: Layer already exists 15:38:04 ebf97a6fdc48: Layer already exists 15:38:04 a3bd345fe68a: Layer already exists 15:38:04 1f37dca976c3: Layer already exists 15:38:04 a193f66ff25b: Layer already exists 15:38:04 fae341b07f1f: Layer already exists 15:38:04 9cc16f702442: Layer already exists 15:38:04 3dab9f8bf2d2: Layer already exists 15:38:04 latest: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:04 + 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 15:38:05 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.2 15:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:38:05 ebf97a6fdc48: Preparing 15:38:05 1f37dca976c3: Preparing 15:38:05 79cd02fcef71: Preparing 15:38:05 a3bd345fe68a: Preparing 15:38:05 a193f66ff25b: Preparing 15:38:05 fae341b07f1f: Preparing 15:38:05 9cc16f702442: Preparing 15:38:05 3dab9f8bf2d2: Preparing 15:38:05 fae341b07f1f: Waiting 15:38:05 9cc16f702442: Waiting 15:38:05 3dab9f8bf2d2: Waiting 15:38:05 a3bd345fe68a: Layer already exists 15:38:05 a193f66ff25b: Layer already exists 15:38:05 79cd02fcef71: Layer already exists 15:38:05 1f37dca976c3: Layer already exists 15:38:05 ebf97a6fdc48: Layer already exists 15:38:05 fae341b07f1f: Layer already exists 15:38:05 9cc16f702442: Layer already exists 15:38:05 3dab9f8bf2d2: Layer already exists 15:38:05 3.1.0-dev.2: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:05 + 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 15:38:05 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 15:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:38:05 ebf97a6fdc48: Preparing 15:38:05 1f37dca976c3: Preparing 15:38:05 79cd02fcef71: Preparing 15:38:05 a3bd345fe68a: Preparing 15:38:05 a193f66ff25b: Preparing 15:38:05 fae341b07f1f: Preparing 15:38:05 9cc16f702442: Preparing 15:38:05 3dab9f8bf2d2: Preparing 15:38:05 fae341b07f1f: Waiting 15:38:05 9cc16f702442: Waiting 15:38:05 3dab9f8bf2d2: Waiting 15:38:05 79cd02fcef71: Layer already exists 15:38:05 1f37dca976c3: Layer already exists 15:38:05 a3bd345fe68a: Layer already exists 15:38:05 a193f66ff25b: Layer already exists 15:38:05 ebf97a6fdc48: Layer already exists 15:38:05 9cc16f702442: Layer already exists 15:38:05 fae341b07f1f: Layer already exists 15:38:05 3dab9f8bf2d2: Layer already exists 15:38:05 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:06 + 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 15:38:06 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 15:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:38:06 ebf97a6fdc48: Preparing 15:38:06 1f37dca976c3: Preparing 15:38:06 79cd02fcef71: Preparing 15:38:06 a3bd345fe68a: Preparing 15:38:06 a193f66ff25b: Preparing 15:38:06 fae341b07f1f: Preparing 15:38:06 9cc16f702442: Preparing 15:38:06 3dab9f8bf2d2: Preparing 15:38:06 fae341b07f1f: Waiting 15:38:06 9cc16f702442: Waiting 15:38:06 3dab9f8bf2d2: Waiting 15:38:06 1f37dca976c3: Layer already exists 15:38:06 79cd02fcef71: Layer already exists 15:38:06 a193f66ff25b: Layer already exists 15:38:06 ebf97a6fdc48: Layer already exists 15:38:06 a3bd345fe68a: Layer already exists 15:38:06 9cc16f702442: Layer already exists 15:38:06 fae341b07f1f: Layer already exists 15:38:06 3dab9f8bf2d2: Layer already exists 15:38:06 main: digest: sha256:d1f5b6c80c9bb965d191e13630d478d068fead36a20bf6e6e9bc7faa1be4bf18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:38:06 ===================================================== [Pipeline] echo 15:38:06 taggedImages: 15:38:06 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d 15:38:06 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 15:38:06 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.2 15:38:06 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 15:38:06 - 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 15:38:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:06 15:38:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:07 latest: Pulling from edgex-lftools-log-publisher 15:38:07 5eb5b503b376: Pulling fs layer 15:38:07 5c69ac0246d0: Pulling fs layer 15:38:07 ec43610c2a17: Pulling fs layer 15:38:07 3a2ae6a8a46f: Pulling fs layer 15:38:07 33b1e0a273af: Pulling fs layer 15:38:07 5d3b04190fa2: Pulling fs layer 15:38:07 2f39f015ded8: Pulling fs layer 15:38:07 5d3b04190fa2: Waiting 15:38:07 2f39f015ded8: Waiting 15:38:07 3a2ae6a8a46f: Waiting 15:38:07 5c69ac0246d0: Download complete 15:38:07 3a2ae6a8a46f: Verifying Checksum 15:38:07 3a2ae6a8a46f: Download complete 15:38:07 33b1e0a273af: Verifying Checksum 15:38:07 33b1e0a273af: Download complete 15:38:07 5d3b04190fa2: Verifying Checksum 15:38:07 5d3b04190fa2: Download complete 15:38:07 ec43610c2a17: Verifying Checksum 15:38:07 ec43610c2a17: Download complete 15:38:07 5eb5b503b376: Verifying Checksum 15:38:07 5eb5b503b376: Download complete 15:38:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1067 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 15:38:07 Running in /w/workspace/app-rfid-llrp-inventory/114 [Pipeline] { [Pipeline] checkout 15:38:07 The recommended git tool is: git 15:38:07 2f39f015ded8: Download complete 15:38:08 5eb5b503b376: Pull complete 15:38:08 5c69ac0246d0: Pull complete 15:38:09 ec43610c2a17: Pull complete 15:38:09 3a2ae6a8a46f: Pull complete 15:38:09 33b1e0a273af: Pull complete 15:38:09 5d3b04190fa2: Pull complete 15:38:13 using credential edgex-jenkins-ssh 15:38:13 Cloning the remote Git repository 15:38:13 2f39f015ded8: Pull complete 15:38:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:38:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:13 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:38:13 $ 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 15:38:13 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 15:38:13 > git init /w/workspace/app-rfid-llrp-inventory/114 # timeout=10 15:38:13 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 15:38:13 > git --version # timeout=10 15:38:13 > git --version # 'git version 2.25.1' 15:38:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:15 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 15:38:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:16 Avoid second fetch 15:38:16 Checking out Revision 3c9673bd00b0496122dab08c8c5119b35955174d (main) 15:38:17 Commit message: "build: Update to latest SDK (#206)" 15:38:17 15:38:17 GitHub has been notified of this commit’s build result 15:38:17 15:38:16 > git config core.sparsecheckout # timeout=10 15:38:16 > git checkout -f 3c9673bd00b0496122dab08c8c5119b35955174d # timeout=10 15:38:19 $ 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 15:38:19 ---> job-cost.sh 15:38:19 lf-activate-venv: SKIPPING 15:38:19 INFO: No Stack... 15:38:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:38:19 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:19 Dload Upload Total Spent Left Speed 15:38:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 207k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh 15:38:20 INFO: Retrieving Pricing Info for: v3-standard-8 15:38:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:38:20 INFO: Archiving Costs [Pipeline] sh 15:38:20 + sudo tee /etc/docker/daemon.new 15:38:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:38:20 { 15:38:20 "registry-mirrors": [ 15:38:20 "https://nexus3.edgexfoundry.org:10001" 15:38:20 ], 15:38:20 "bip": "10.250.0.254/24", 15:38:20 "hosts": [ 15:38:20 "tcp://0.0.0.0:5555", 15:38:20 "unix:///var/run/docker.sock" 15:38:20 ], 15:38:20 "mtu": 1458, 15:38:20 "selinux-enabled": true, 15:38:20 "seccomp-profile": "/etc/docker/seccomp.json" 15:38:20 } [Pipeline] sh 15:38:21 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 15:38:21 + cut -d, -f6 [Pipeline] lock 15:38:21 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] 15:38:21 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] did not exist. Created. 15:38:21 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:38:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:38:21 + echo total: 0.2199999988079071 [Pipeline] stash 15:38:21 Stashed 1 file(s) [Pipeline] } 15:38:21 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] // lock [Pipeline] } 15:38:21 $ docker stop --time=1 fc9232ddb837f95b03ea905977f5846650db388e6feca9262a57ec2acad7f6a8 15:38:21 + sudo service docker restart 15:38:22 $ docker rm -f --volumes fc9232ddb837f95b03ea905977f5846650db388e6feca9262a57ec2acad7f6a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:38:39 provisioning config files... 15:38:39 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/114@tmp/config8764795534871510448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:38:40 ---> docker-login.sh 15:38:40 nexus3.edgexfoundry.org:10001 15:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:40 Configure a credential helper to remove this warning. See 15:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:40 15:38:40 Login Succeeded 15:38:40 nexus3.edgexfoundry.org:10002 15:38:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:41 Configure a credential helper to remove this warning. See 15:38:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:41 15:38:41 Login Succeeded 15:38:41 nexus3.edgexfoundry.org:10003 15:38:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:41 Configure a credential helper to remove this warning. See 15:38:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:41 15:38:41 Login Succeeded 15:38:41 nexus3.edgexfoundry.org:10004 15:38:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:41 Configure a credential helper to remove this warning. See 15:38:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:41 15:38:41 Login Succeeded 15:38:41 docker.io 15:38:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:38:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:38:42 Configure a credential helper to remove this warning. See 15:38:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:38:42 15:38:42 Login Succeeded 15:38:42 ---> docker-login.sh ends [Pipeline] } 15:38:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:38:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:38:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:38:42 ========================================================= 15:38:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:38:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:43 + 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 . 15:38:43 Sending build context to Docker daemon 684kB 15:38:43 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:38:43 Step 2/12 : FROM ${BASE} AS builder 15:38:46 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:38:46 edb6bdbacee9: Pulling fs layer 15:38:46 5f9638ab2659: Pulling fs layer 15:38:46 8d51d6327a98: Pulling fs layer 15:38:46 8b374f2dd631: Pulling fs layer 15:38:46 ec14aa9079de: Pulling fs layer 15:38:46 2f466654f4bb: Pulling fs layer 15:38:46 554e91adad29: Pulling fs layer 15:38:46 8b374f2dd631: Waiting 15:38:46 ec14aa9079de: Waiting 15:38:46 2f466654f4bb: Waiting 15:38:46 554e91adad29: Waiting 15:38:46 5f9638ab2659: Verifying Checksum 15:38:46 5f9638ab2659: Download complete 15:38:46 8b374f2dd631: Verifying Checksum 15:38:46 8b374f2dd631: Download complete 15:38:46 ec14aa9079de: Verifying Checksum 15:38:46 ec14aa9079de: Download complete 15:38:46 edb6bdbacee9: Verifying Checksum 15:38:46 edb6bdbacee9: Download complete 15:38:46 edb6bdbacee9: Pull complete 15:38:47 554e91adad29: Verifying Checksum 15:38:47 554e91adad29: Download complete 15:38:47 5f9638ab2659: Pull complete 15:38:48 2f466654f4bb: Verifying Checksum 15:38:48 2f466654f4bb: Download complete 15:38:48 8d51d6327a98: Verifying Checksum 15:38:48 8d51d6327a98: Download complete 15:38:58 8d51d6327a98: Pull complete 15:38:58 8b374f2dd631: Pull complete 15:38:58 ec14aa9079de: Pull complete 15:39:03 2f466654f4bb: Pull complete 15:39:05 554e91adad29: Pull complete 15:39:05 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:39:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:39:05 ---> 1e15ea492957 15:39:05 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:39:07 ---> Running in 0a3d17ce3ea1 15:39:07 Removing intermediate container 0a3d17ce3ea1 15:39:07 ---> df331715c215 15:39:07 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:39:07 ---> Running in c620d912d5e0 15:39:08 Removing intermediate container c620d912d5e0 15:39:08 ---> 862b97015134 15:39:08 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:39:08 ---> Running in 198cd63d2f3b 15:39:08 Removing intermediate container 198cd63d2f3b 15:39:08 ---> 02496fc58317 15:39:08 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:39:08 ---> Running in 2e451bf4ebc9 15:39:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:39:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:39:11 OK: 263 MiB in 53 packages 15:39:12 Removing intermediate container 2e451bf4ebc9 15:39:12 ---> 67ba9aa7d5bf 15:39:12 Step 7/12 : WORKDIR /app 15:39:12 ---> Running in dbac2657513f 15:39:12 Removing intermediate container dbac2657513f 15:39:12 ---> 1b7865ad87e5 15:39:12 Step 8/12 : COPY go.mod vendor* ./ 15:39:12 ---> aa28a42f1784 15:39:12 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:39:12 ---> Running in bfcedbbf9a1e 15:40:20 Removing intermediate container bfcedbbf9a1e 15:40:20 ---> cc57c2489563 15:40:20 Step 10/12 : COPY . . 15:40:20 ---> 87814cae809e 15:40:20 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:40:20 ---> Running in 450c4420cb8b 15:40:20 Removing intermediate container 450c4420cb8b 15:40:20 ---> cdd9f8de8e81 15:40:20 Step 12/12 : RUN $MAKE 15:40:20 ---> Running in b658b22f3ea9 15:40:20 noop 15:40:20 Removing intermediate container b658b22f3ea9 15:40:20 ---> c17e6f85d955 15:40:20 Successfully built c17e6f85d955 15:40:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:40:21 + docker inspect -f . ci-base-image-arm64 15:40:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:40:21 prd-ubuntu20.04-docker-arm64-4c-16g-1067 does not seem to be running inside a container 15:40:21 $ 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 15:40:22 $ docker top b9c27b438e8a989951a2a28623312a87936358330a6a3448294e9405b0a94775 -eo pid,comm [Pipeline] { [Pipeline] sh 15:40:23 + go version 15:40:23 go version go1.20.6 linux/arm64 [Pipeline] } 15:40:23 $ docker stop --time=1 b9c27b438e8a989951a2a28623312a87936358330a6a3448294e9405b0a94775 15:40:25 $ 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 15:40:25 + docker inspect -f . ci-base-image-arm64 15:40:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:40:25 prd-ubuntu20.04-docker-arm64-4c-16g-1067 does not seem to be running inside a container 15:40:26 $ 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 15:40:27 $ docker top 339bfbc1d193f6e84f11b328ead28d1ba75c400df8335bfe2164d7d272bf6b80 -eo pid,comm [Pipeline] { [Pipeline] sh 15:40:27 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/114 [Pipeline] fileExists [Pipeline] sh 15:40:28 + make test 15:40:28 go test -race ./... -coverprofile=coverage.out ./... 15:43:35 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 15:43:35 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 15:43:35 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.161s coverage: 86.2% of statements 15:43:42 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.682s coverage: 71.9% of statements 15:43:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:43:42 go vet ./... 15:46:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:46:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:46:19 ./bin/test-attribution.sh [Pipeline] echo 15:46:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:46:19 $ docker stop --time=1 339bfbc1d193f6e84f11b328ead28d1ba75c400df8335bfe2164d7d272bf6b80 15:46:21 $ docker rm -f --volumes 339bfbc1d193f6e84f11b328ead28d1ba75c400df8335bfe2164d7d272bf6b80 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:22 Warning: overwriting stash ‘coverage-report’ 15:46:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:46:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:46:24 + ls -al . 15:46:24 total 232 15:46:24 drwxrwxr-x 10 jenkins jenkins 4096 Jul 13 15:40 . 15:46:24 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:38 .. 15:46:24 -rw-rw-r-- 1 jenkins jenkins 262 Jul 13 15:38 .dockerignore 15:46:24 drwxrwxr-x 8 jenkins jenkins 4096 Jul 13 15:38 .git 15:46:24 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:38 .github 15:46:24 -rw-rw-r-- 1 jenkins jenkins 788 Jul 13 15:38 .gitignore 15:46:24 -rw-rw-r-- 1 jenkins jenkins 41 Jul 13 15:38 .golangci.yml 15:46:24 -rw-rw-r-- 1 jenkins jenkins 10332 Jul 13 15:38 Attribution.txt 15:46:24 -rw-rw-r-- 1 jenkins jenkins 9042 Jul 13 15:38 CHANGELOG.md 15:46:24 -rw-rw-r-- 1 jenkins jenkins 1659 Jul 13 15:38 Dockerfile 15:46:24 -rw-rw-r-- 1 jenkins jenkins 677 Jul 13 15:38 GOVERNANCE.md 15:46:24 -rw-rw-r-- 1 jenkins jenkins 687 Jul 13 15:38 Jenkinsfile 15:46:24 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 13 15:38 LICENSE 15:46:24 -rw-rw-r-- 1 jenkins jenkins 2497 Jul 13 15:38 Makefile 15:46:24 -rw-rw-r-- 1 jenkins jenkins 617 Jul 13 15:38 OWNERS.md 15:46:24 -rw-rw-r-- 1 jenkins jenkins 31516 Jul 13 15:38 README.md 15:46:24 -rw-rw-r-- 1 jenkins jenkins 11 Jul 13 15:35 VERSION 15:46:24 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:38 bin 15:46:24 -rw-r--r-- 1 jenkins jenkins 41317 Jul 13 15:43 coverage.out 15:46:24 -rw-rw-r-- 1 jenkins jenkins 3692 Jul 13 15:38 go.mod 15:46:24 -rw-rw-r-- 1 jenkins jenkins 32863 Jul 13 15:38 go.sum 15:46:24 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:38 images 15:46:24 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:38 internal 15:46:24 -rw-rw-r-- 1 jenkins jenkins 531 Jul 13 15:38 main.go 15:46:24 drwxrwxr-x 2 jenkins jenkins 4096 Jul 13 15:38 res 15:46:24 drwxrwxr-x 4 jenkins jenkins 4096 Jul 13 15:38 snap 15:46:24 drwxrwxr-x 3 jenkins jenkins 4096 Jul 13 15:38 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:24 + 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 . 15:46:24 Sending build context to Docker daemon 684kB 15:46:24 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 15:46:24 Step 2/29 : FROM ${BASE} AS builder 15:46:24 ---> c17e6f85d955 15:46:24 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 15:46:24 ---> Running in b4804161b875 15:46:24 Removing intermediate container b4804161b875 15:46:24 ---> 03bdbd8d7c73 15:46:24 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 15:46:25 ---> Running in 8e86e586666f 15:46:25 Removing intermediate container 8e86e586666f 15:46:25 ---> 179f7f95df55 15:46:25 Step 5/29 : ARG ADD_BUILD_TAGS="" 15:46:25 ---> Running in 16cae164a11b 15:46:25 Removing intermediate container 16cae164a11b 15:46:25 ---> b7b6b347c0b0 15:46:25 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:46:25 ---> Running in 88e29bf1d675 15:46:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:46:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:46:28 OK: 263 MiB in 53 packages 15:46:29 Removing intermediate container 88e29bf1d675 15:46:29 ---> 8213377e7e28 15:46:29 Step 7/29 : WORKDIR /app 15:46:29 ---> Running in 9d5a751470fa 15:46:29 Removing intermediate container 9d5a751470fa 15:46:29 ---> a93364bbe12b 15:46:29 Step 8/29 : COPY go.mod vendor* ./ 15:46:30 ---> 57b755654988 15:46:30 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:46:30 ---> Running in 884e0e9e8bce 15:46:32 Removing intermediate container 884e0e9e8bce 15:46:32 ---> 3273191b2532 15:46:32 Step 10/29 : COPY . . 15:46:33 ---> 652cddda6221 15:46:33 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:46:33 ---> Running in 502111d4ff6c 15:46:33 Removing intermediate container 502111d4ff6c 15:46:33 ---> 5ee57f444e28 15:46:33 Step 12/29 : RUN $MAKE 15:46:33 ---> Running in 78c90fd36484 15:46:34 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 15:48:55 Removing intermediate container 78c90fd36484 15:48:55 ---> 0a873a2ebc53 15:48:55 Step 13/29 : FROM alpine:3.17 15:48:55 3.17: Pulling from library/alpine 15:48:55 edb6bdbacee9: Already exists 15:48:55 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 15:48:55 Status: Downloaded newer image for alpine:3.17 15:48:55 ---> 779605e5fbc0 15:48:55 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:48:55 ---> Running in 454961485e71 15:48:55 Removing intermediate container 454961485e71 15:48:55 ---> 57d1f5e19d72 15:48:55 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 15:48:55 ---> Running in 733fd0142218 15:48:55 Removing intermediate container 733fd0142218 15:48:55 ---> ebb45827e9e7 15:48:55 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 15:48:55 ---> Running in 4930576502a5 15:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:48:55 (1/2) Installing ca-certificates (20230506-r0) 15:48:55 (2/2) Installing dumb-init (1.2.5-r2) 15:48:55 Executing busybox-1.35.0-r29.trigger 15:48:55 Executing ca-certificates-20230506-r0.trigger 15:48:55 OK: 8 MiB in 17 packages 15:48:55 Removing intermediate container 4930576502a5 15:48:55 ---> 4d3a475d2bb2 15:48:55 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:48:55 ---> 3e7c332ff92d 15:48:55 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 15:48:55 ---> ea8ed35539e0 15:48:55 Step 19/29 : COPY --from=builder /app/res/ /res/ 15:48:55 ---> 16ffcb9a23b9 15:48:55 Step 20/29 : COPY --from=builder /app/static/ /static/ 15:48:55 ---> 442039c5e7c5 15:48:55 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 15:48:55 ---> f6d1df4cb1c2 15:48:55 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 15:48:55 ---> Running in 34f0ebed75f6 15:48:55 Removing intermediate container 34f0ebed75f6 15:48:55 ---> c2afc8cd3c18 15:48:55 Step 23/29 : VOLUME /cache 15:48:55 ---> Running in cd9a06654f9e 15:48:55 Removing intermediate container cd9a06654f9e 15:48:55 ---> e530e528591b 15:48:55 Step 24/29 : EXPOSE 59711 15:48:55 ---> Running in 412fdf310b65 15:48:55 Removing intermediate container 412fdf310b65 15:48:55 ---> 65a8f4158675 15:48:55 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 15:48:55 ---> Running in 24e81da2f1d0 15:48:55 Removing intermediate container 24e81da2f1d0 15:48:55 ---> 43dacbcb3023 15:48:55 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 15:48:55 ---> Running in 6d6ddc6d69ef 15:48:55 Removing intermediate container 6d6ddc6d69ef 15:48:55 ---> 197aa5878632 15:48:55 Step 27/29 : LABEL arch=arm64 15:48:55 ---> Running in c308969d69ce 15:48:55 Removing intermediate container c308969d69ce 15:48:55 ---> 59469dd6a6ec 15:48:55 Step 28/29 : LABEL git_sha=3c9673bd00b0496122dab08c8c5119b35955174d 15:48:55 ---> Running in 1aa64f3192eb 15:48:55 Removing intermediate container 1aa64f3192eb 15:48:55 ---> d6722666cb27 15:48:55 Step 29/29 : LABEL version=3.1.0-dev.2 15:48:55 ---> Running in 0d32df2622a7 15:48:55 Removing intermediate container 0d32df2622a7 15:48:55 ---> d875de76e745 15:48:55 [Warning] One or more build-args [ARCH] were not consumed 15:48:55 Successfully built d875de76e745 15:48:55 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 15:48:56 provisioning config files... 15:48:56 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/114@tmp/config14878855499335566605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:56 ---> docker-login.sh 15:48:56 nexus3.edgexfoundry.org:10001 15:48:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:56 Configure a credential helper to remove this warning. See 15:48:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:56 15:48:56 Login Succeeded 15:48:56 nexus3.edgexfoundry.org:10002 15:48:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:56 Configure a credential helper to remove this warning. See 15:48:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:56 15:48:56 Login Succeeded 15:48:56 nexus3.edgexfoundry.org:10003 15:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:57 Configure a credential helper to remove this warning. See 15:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:57 15:48:57 Login Succeeded 15:48:57 nexus3.edgexfoundry.org:10004 15:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:57 Configure a credential helper to remove this warning. See 15:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:57 15:48:57 Login Succeeded 15:48:57 docker.io 15:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:58 Configure a credential helper to remove this warning. See 15:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:58 15:48:58 Login Succeeded 15:48:58 ---> docker-login.sh ends [Pipeline] } 15:48:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:48:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:48:58 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 15:48:58 3c9673bd00b0496122dab08c8c5119b35955174d 15:48:58 latest 15:48:58 3.1.0-dev.2 15:48:58 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 15:48:58 main 15:48:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:58 + 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 15:48:59 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d 15:48:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:48:59 7fd9eef03c52: Preparing 15:48:59 78d9e03f4672: Preparing 15:48:59 0704de3e957a: Preparing 15:48:59 4f795fbd972d: Preparing 15:48:59 f559319a5948: Preparing 15:48:59 968141903859: Preparing 15:48:59 b3bd599d4c46: Preparing 15:48:59 9386262d7a74: Preparing 15:48:59 968141903859: Waiting 15:48:59 b3bd599d4c46: Waiting 15:48:59 9386262d7a74: Waiting 15:48:59 f559319a5948: Pushed 15:48:59 0704de3e957a: Pushed 15:48:59 4f795fbd972d: Pushed 15:48:59 7fd9eef03c52: Pushed 15:48:59 968141903859: Pushed 15:48:59 b3bd599d4c46: Pushed 15:49:00 9386262d7a74: Layer already exists 15:49:04 78d9e03f4672: Pushed 15:49:04 3c9673bd00b0496122dab08c8c5119b35955174d: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:04 + 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 15:49:05 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 15:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:49:05 7fd9eef03c52: Preparing 15:49:05 78d9e03f4672: Preparing 15:49:05 0704de3e957a: Preparing 15:49:05 4f795fbd972d: Preparing 15:49:05 f559319a5948: Preparing 15:49:05 968141903859: Preparing 15:49:05 b3bd599d4c46: Preparing 15:49:05 9386262d7a74: Preparing 15:49:05 968141903859: Waiting 15:49:05 b3bd599d4c46: Waiting 15:49:05 9386262d7a74: Waiting 15:49:05 78d9e03f4672: Layer already exists 15:49:05 4f795fbd972d: Layer already exists 15:49:05 f559319a5948: Layer already exists 15:49:05 0704de3e957a: Layer already exists 15:49:05 7fd9eef03c52: Layer already exists 15:49:05 968141903859: Layer already exists 15:49:05 b3bd599d4c46: Layer already exists 15:49:05 9386262d7a74: Layer already exists 15:49:05 latest: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:05 + 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 15:49:05 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.2 15:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:49:05 7fd9eef03c52: Preparing 15:49:05 78d9e03f4672: Preparing 15:49:05 0704de3e957a: Preparing 15:49:05 4f795fbd972d: Preparing 15:49:05 f559319a5948: Preparing 15:49:05 968141903859: Preparing 15:49:05 b3bd599d4c46: Preparing 15:49:05 9386262d7a74: Preparing 15:49:05 968141903859: Waiting 15:49:05 b3bd599d4c46: Waiting 15:49:05 9386262d7a74: Waiting 15:49:05 0704de3e957a: Layer already exists 15:49:05 78d9e03f4672: Layer already exists 15:49:05 f559319a5948: Layer already exists 15:49:05 4f795fbd972d: Layer already exists 15:49:05 7fd9eef03c52: Layer already exists 15:49:05 b3bd599d4c46: Layer already exists 15:49:05 968141903859: Layer already exists 15:49:05 9386262d7a74: Layer already exists 15:49:05 3.1.0-dev.2: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:06 + 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 15:49:06 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 15:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:49:06 7fd9eef03c52: Preparing 15:49:06 78d9e03f4672: Preparing 15:49:06 0704de3e957a: Preparing 15:49:06 4f795fbd972d: Preparing 15:49:06 f559319a5948: Preparing 15:49:06 968141903859: Preparing 15:49:06 b3bd599d4c46: Preparing 15:49:06 9386262d7a74: Preparing 15:49:06 b3bd599d4c46: Waiting 15:49:06 9386262d7a74: Waiting 15:49:06 968141903859: Waiting 15:49:06 0704de3e957a: Layer already exists 15:49:06 f559319a5948: Layer already exists 15:49:06 4f795fbd972d: Layer already exists 15:49:06 7fd9eef03c52: Layer already exists 15:49:06 78d9e03f4672: Layer already exists 15:49:06 968141903859: Layer already exists 15:49:06 b3bd599d4c46: Layer already exists 15:49:06 9386262d7a74: Layer already exists 15:49:06 3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:07 + 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 15:49:07 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 15:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:49:07 7fd9eef03c52: Preparing 15:49:07 78d9e03f4672: Preparing 15:49:07 0704de3e957a: Preparing 15:49:07 4f795fbd972d: Preparing 15:49:07 f559319a5948: Preparing 15:49:07 968141903859: Preparing 15:49:07 b3bd599d4c46: Preparing 15:49:07 9386262d7a74: Preparing 15:49:07 968141903859: Waiting 15:49:07 b3bd599d4c46: Waiting 15:49:07 9386262d7a74: Waiting 15:49:07 7fd9eef03c52: Layer already exists 15:49:07 78d9e03f4672: Layer already exists 15:49:07 4f795fbd972d: Layer already exists 15:49:07 0704de3e957a: Layer already exists 15:49:07 f559319a5948: Layer already exists 15:49:07 b3bd599d4c46: Layer already exists 15:49:07 968141903859: Layer already exists 15:49:07 9386262d7a74: Layer already exists 15:49:08 main: digest: sha256:58a8f1a771acd3a9ae98b435da1140cfd4f4ed8d280901537d73bbe8181fee23 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:49:08 ===================================================== [Pipeline] echo 15:49:08 taggedImages: 15:49:08 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d 15:49:08 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 15:49:08 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.2 15:49:08 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3c9673bd00b0496122dab08c8c5119b35955174d-3.1.0-dev.2 15:49:08 - 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 15:49:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:49:08 15:49:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:49:08 arm64: Pulling from edgex-lftools-log-publisher 15:49:08 8998bd30e6a1: Pulling fs layer 15:49:08 04944245beec: Pulling fs layer 15:49:08 699f458cf7ca: Pulling fs layer 15:49:08 765212b225bb: Pulling fs layer 15:49:08 f23df028b6ca: Pulling fs layer 15:49:08 d65c8cfc05b1: Pulling fs layer 15:49:08 2437ff75d9bd: Pulling fs layer 15:49:08 765212b225bb: Waiting 15:49:08 f23df028b6ca: Waiting 15:49:08 d65c8cfc05b1: Waiting 15:49:08 2437ff75d9bd: Waiting 15:49:09 04944245beec: Verifying Checksum 15:49:09 04944245beec: Download complete 15:49:09 765212b225bb: Download complete 15:49:09 f23df028b6ca: Download complete 15:49:09 d65c8cfc05b1: Verifying Checksum 15:49:09 d65c8cfc05b1: Download complete 15:49:09 699f458cf7ca: Verifying Checksum 15:49:09 699f458cf7ca: Download complete 15:49:09 8998bd30e6a1: Verifying Checksum 15:49:09 8998bd30e6a1: Download complete 15:49:11 2437ff75d9bd: Download complete 15:49:13 8998bd30e6a1: Pull complete 15:49:13 04944245beec: Pull complete 15:49:15 699f458cf7ca: Pull complete 15:49:15 765212b225bb: Pull complete 15:49:16 f23df028b6ca: Pull complete 15:49:16 d65c8cfc05b1: Pull complete 15:49:31 2437ff75d9bd: Pull complete 15:49:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:49:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:49:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:31 prd-ubuntu20.04-docker-arm64-4c-16g-1067 does not seem to be running inside a container 15:49:31 $ 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 15:49:34 $ docker top 3b69f4af70bd581a44bf072b3f7921d58f5d09f1621388ad211b5fb0184dbd71 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:49:34 ---> job-cost.sh 15:49:35 lf-activate-venv: SKIPPING 15:49:35 INFO: No Stack... 15:49:35 INFO: Retrieving Pricing Info for: v3-standard-4 15:49:36 INFO: Archiving Costs [Pipeline] sh 15:49:36 + cat /w/workspace/app-rfid-llrp-inventory/114/archives/cost.csv 15:49:36 + cut -d, -f6 [Pipeline] lock 15:49:37 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] 15:49:37 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] did not exist. Created. 15:49:37 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:49:37 /w/workspace/app-rfid-llrp-inventory/114@tmp/durable-e5384e11/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:49:37 + echo total: 0.10999999940395355 [Pipeline] stash 15:49:37 Warning: overwriting stash ‘stack-cost’ 15:49:37 Stashed 1 file(s) [Pipeline] } 15:49:37 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-114-stack-cost] [Pipeline] // lock [Pipeline] } 15:49:37 $ docker stop --time=1 3b69f4af70bd581a44bf072b3f7921d58f5d09f1621388ad211b5fb0184dbd71 15:49:41 $ 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 15:49:41 provisioning config files... 15:49:41 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11580922174079417067tmp [Pipeline] { [Pipeline] sh 15:49:41 + set +x 15:49:41 + curl -s https://codecov.io/bash 15:49:41 + bash -s -- 15:49:41 15:49:41 _____ _ 15:49:41 / ____| | | 15:49:41 | | ___ __| | ___ ___ _____ __ 15:49:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:49:41 | |___| (_) | (_| | __/ (_| (_) \ V / 15:49:41 \_____\___/ \__,_|\___|\___\___/ \_/ 15:49:41 Bash-1.0.6 15:49:41 15:49:41 15:49:41 ==> git version 2.25.1 found 15:49:41 ==> 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 15:49:41 Release-Date: 2020-01-08 15:49:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:49:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:49:41 ==> Jenkins CI detected. 15:49:41 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 15:49:41 project root: . 15:49:41 --> token set from env 15:49:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:49:41 ==> Running gcov in . (disable via -X gcov) 15:49:41 ==> Python coveragepy not found 15:49:41 ==> Searching for coverage reports in: 15:49:41 + . 15:49:41 -> Found 1 reports 15:49:41 ==> Detecting git/mercurial file structure 15:49:41 ==> Reading reports 15:49:41 + ./coverage.out bytes=41317 15:49:41 ==> Appending adjustments 15:49:41 https://docs.codecov.io/docs/fixing-reports 15:49:41 + Found adjustments 15:49:41 ==> Gzipping contents 15:49:41 12K /tmp/codecov.5vQ60d.gz 15:49:41 ==> Uploading reports 15:49:41 url: https://codecov.io 15:49:41 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= 15:49:41 -> Pinging Codecov 15:49:41 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= 15:49:47 -> Uploading to 15:49:47 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 15:49:47 % Total % Received % Xferd Average Speed Time Time Time Current 15:49:47 Dload Upload Total Spent Left Speed 15:49:47 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 15:49:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] } 15:49:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:49:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:49:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:49:47 15:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:49:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:49:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:49:48 df9b9388f04a: Pulling fs layer 15:49:48 52dc419b0ee2: Pulling fs layer 15:49:48 25bc292e5bac: Pulling fs layer 15:49:48 114826534d7a: Pulling fs layer 15:49:48 4657fd5d0bcf: Pulling fs layer 15:49:48 6ad1cebc031e: Pulling fs layer 15:49:48 8a3aa393b2d8: Pulling fs layer 15:49:48 114826534d7a: Waiting 15:49:48 4657fd5d0bcf: Waiting 15:49:48 6ad1cebc031e: Waiting 15:49:48 8a3aa393b2d8: Waiting 15:49:48 25bc292e5bac: Download complete 15:49:48 52dc419b0ee2: Download complete 15:49:48 4657fd5d0bcf: Verifying Checksum 15:49:48 4657fd5d0bcf: Download complete 15:49:48 df9b9388f04a: Download complete 15:49:48 df9b9388f04a: Pull complete 15:49:48 6ad1cebc031e: Verifying Checksum 15:49:48 6ad1cebc031e: Download complete 15:49:48 52dc419b0ee2: Pull complete 15:49:48 25bc292e5bac: Pull complete 15:49:49 114826534d7a: Verifying Checksum 15:49:49 114826534d7a: Download complete 15:49:49 8a3aa393b2d8: Verifying Checksum 15:49:49 8a3aa393b2d8: Download complete 15:49:52 114826534d7a: Pull complete 15:49:52 4657fd5d0bcf: Pull complete 15:49:52 6ad1cebc031e: Pull complete 15:49:56 8a3aa393b2d8: Pull complete 15:49:56 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:49:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:49:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:49:56 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:49:56 $ 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 15:50:03 $ docker top 4a7a4aca6a5de561fba6d65927f5234922ad1ad303b228b5edc0ad58b2b7b358 -eo pid,comm [Pipeline] { [Pipeline] echo 15:50:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 15:50:04 + set -o pipefail 15:50:04 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 15:50:09 15:50:09 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 15:50:09 15:50:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/5338db2f-0f0a-4d7d-9bd6-704229b168e4 15:50:09 15:50:09 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:50:09 15:50:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:50:09 15:50:09 15:50:09 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:50:09 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:50:09 More details here: https://snyk.co/ue1NS 15:50:09 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 15:50:09 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:50:09 $ docker stop --time=1 4a7a4aca6a5de561fba6d65927f5234922ad1ad303b228b5edc0ad58b2b7b358 15:50:14 $ 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 15:50:15 + git log --format=format:%s -1 3c9673bd00b0496122dab08c8c5119b35955174d [Pipeline] sh 15:50:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:50:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:16 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:50:16 $ 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 15:50:16 $ docker top 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 -eo pid,comm 15:50:16 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). 15:50:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:16 [ssh-agent] Looking for ssh-agent implementation... 15:50:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:16 $ docker exec 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 ssh-agent 15:50:16 SSH_AUTH_SOCK=/tmp/ssh-r32nE0XdwQyU/agent.31 15:50:16 SSH_AGENT_PID=37 15:50:16 Running ssh-add (command line suppressed) 15:50:17 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) 15:50:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:17 + git semver tag 15:50:17 2023-07-13 15:50:17,533 [run_tag] DEBUG tag force:False 15:50:17 2023-07-13 15:50:17,533 [check_head_tag] DEBUG check head tag 15:50:17 2023-07-13 15:50:17,533 [execute] INFO git cat-file --batch-check 15:50:17 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=) 15:50:17 2023-07-13 15:50:17,536 [execute] INFO git cat-file --batch 15:50:17 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=) 15:50:17 2023-07-13 15:50:17,543 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:50:17 2023-07-13 15:50:17,543 [execute] INFO git tag -a v3.1.0-dev.2 -m v3.1.0-dev.2 15:50:17 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) 15:50:17 2023-07-13 15:50:17,548 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:50:17 3.1.0-dev.2 [Pipeline] } 15:50:17 $ docker exec --env ******** --env ******** 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 ssh-agent -k 15:50:17 unset SSH_AUTH_SOCK; 15:50:17 unset SSH_AGENT_PID; 15:50:17 echo Agent pid 37 killed; 15:50:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:18 + git semver [Pipeline] } 15:50:18 $ docker stop --time=1 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 15:50:19 $ docker rm -f --volumes 513cf3e3b46050d466446d016ef5c6519198492a6eed6ab6fc709dec7604d3f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:50:20 15:50:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:50:20 0.23.1-centos7: Pulling from edgex-lftools 15:50:20 ab5ef0e58194: Pulling fs layer 15:50:20 9712f1f96733: Pulling fs layer 15:50:20 63f879dbbcfc: Pulling fs layer 15:50:20 0d9ebad4ef96: Pulling fs layer 15:50:20 e9a5061849ea: Pulling fs layer 15:50:20 d747dcd14b5f: Pulling fs layer 15:50:20 2de7ff778b66: Pulling fs layer 15:50:20 e9a5061849ea: Waiting 15:50:20 d747dcd14b5f: Waiting 15:50:20 2de7ff778b66: Waiting 15:50:20 0d9ebad4ef96: Waiting 15:50:20 9712f1f96733: Verifying Checksum 15:50:20 9712f1f96733: Download complete 15:50:20 63f879dbbcfc: Verifying Checksum 15:50:20 63f879dbbcfc: Download complete 15:50:20 e9a5061849ea: Verifying Checksum 15:50:20 e9a5061849ea: Download complete 15:50:20 d747dcd14b5f: Verifying Checksum 15:50:20 d747dcd14b5f: Download complete 15:50:20 0d9ebad4ef96: Verifying Checksum 15:50:20 0d9ebad4ef96: Download complete 15:50:20 ab5ef0e58194: Verifying Checksum 15:50:20 ab5ef0e58194: Download complete 15:50:20 2de7ff778b66: Verifying Checksum 15:50:20 2de7ff778b66: Download complete 15:50:24 ab5ef0e58194: Pull complete 15:50:24 9712f1f96733: Pull complete 15:50:24 63f879dbbcfc: Pull complete 15:50:28 0d9ebad4ef96: Pull complete 15:50:28 e9a5061849ea: Pull complete 15:50:28 d747dcd14b5f: Pull complete 15:50:29 2de7ff778b66: Pull complete 15:50:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:50:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:50:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:30 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:50:30 $ 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 15:50:38 $ docker top 601fa1b879195e3b8915c0adea747dbeae9b2575830e57da55a0cb51e938fabd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:50:38 provisioning config files... 15:50:38 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17796474124435262731tmp 15:50:38 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4804830586315258242tmp 15:50:38 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13616771067310747271tmp [Pipeline] { [Pipeline] echo 15:50:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:50:38 ---> sigul-configuration.sh 15:50:38 gpg: directory `/root/.gnupg' created 15:50:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:50:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:50:38 gpg: keyring `/root/.gnupg/secring.gpg' created 15:50:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:50:38 gpg: CAST5 encrypted data 15:50:38 gpg: encrypted with 1 passphrase 15:50:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:50:38 + mkdir /home/jenkins 15:50:38 + mkdir /home/jenkins/sigul [Pipeline] sh 15:50:38 + 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 15:50:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:50:39 ---> sigul-install.sh 15:50:39 Sigul already installed; skipping installation. [Pipeline] sh 15:50:39 + git tag --list 15:50:39 v0.0.0 15:50:39 v1.0.0 15:50:39 v2.1.0 15:50:39 v2.1.1 15:50:39 v2.2.0 15:50:39 v2.3.0 15:50:39 v3.0 15:50:39 v3.0.0 15:50:39 v3.1.0-dev.1 15:50:39 v3.1.0-dev.2 [Pipeline] sh 15:50:39 + lftools sign git-tag v3.1.0-dev.2 15:50:40 Signing Git tag with Sigul... 15:50:40 Signing v3.1.0-dev.2 [Pipeline] echo 15:50:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:50:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:50:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:50:40 $ docker stop --time=1 601fa1b879195e3b8915c0adea747dbeae9b2575830e57da55a0cb51e938fabd 15:50:42 $ 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 15:50:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:50:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:43 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:50:43 $ 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 15:50:43 $ docker top d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c -eo pid,comm 15:50:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:50:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:43 [ssh-agent] Looking for ssh-agent implementation... 15:50:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:43 $ docker exec d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c ssh-agent 15:50:43 SSH_AUTH_SOCK=/tmp/ssh-vodck8F4sA5c/agent.32 15:50:43 SSH_AGENT_PID=38 15:50:43 Running ssh-add (command line suppressed) 15:50:43 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) 15:50:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:44 + git semver bump pre 15:50:44 2023-07-13 15:50:44,340 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:50:44 2023-07-13 15:50:44,340 [bump_version] DEBUG bumping version:3.1.0-dev.2 on axis:pre with prefix:dev 15:50:44 2023-07-13 15:50:44,340 [bump_version] DEBUG bumped version:3.1.0-dev.3 15:50:44 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 15:50:44 2023-07-13 15:50:44,340 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:50:44 2023-07-13 15:50:44,340 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:50:44 2023-07-13 15:50:44,342 [execute] INFO git cat-file --batch-check 15:50:44 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=) 15:50:44 2023-07-13 15:50:44,347 [execute] INFO git cat-file --batch 15:50:44 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=) 15:50:44 2023-07-13 15:50:44,353 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:50:44 3.1.0-dev.3 [Pipeline] } 15:50:44 $ docker exec --env ******** --env ******** d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c ssh-agent -k 15:50:44 unset SSH_AUTH_SOCK; 15:50:44 unset SSH_AGENT_PID; 15:50:44 echo Agent pid 38 killed; 15:50:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:44 + git semver [Pipeline] } 15:50:45 $ docker stop --time=1 d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c 15:50:46 $ docker rm -f --volumes d39ca2885479b99b18faed3506623d586ab8c7f04f20e32beb489d4f9beefa4c [Pipeline] // withDockerContainer [Pipeline] sh 15:50:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:50:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:47 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:50:47 $ 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 15:50:47 $ docker top 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 -eo pid,comm 15:50:47 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). 15:50:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:47 [ssh-agent] Looking for ssh-agent implementation... 15:50:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:47 $ docker exec 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 ssh-agent 15:50:47 SSH_AUTH_SOCK=/tmp/ssh-HsZCnSjgBbSh/agent.32 15:50:47 SSH_AGENT_PID=38 15:50:47 Running ssh-add (command line suppressed) 15:50:47 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) 15:50:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:48 + git semver push 15:50:48 2023-07-13 15:50:48,244 [run_push] DEBUG push 15:50:48 2023-07-13 15:50:48,245 [execute] INFO git cat-file --batch-check 15:50:48 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=) 15:50:48 2023-07-13 15:50:48,249 [execute] INFO git rev-list 4bae87c2b263fab4513d349525e7d92d6857e9aa -- 15:50:48 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) 15:50:48 2023-07-13 15:50:48,256 [execute] INFO git fetch -v origin 15:50:48 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) 15:50:48 2023-07-13 15:50:48,710 [run_push] DEBUG no remote changes detected 15:50:48 2023-07-13 15:50:48,710 [execute] INFO git push origin semver 15:50:48 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) 15:50:49 2023-07-13 15:50:49,476 [run_push] DEBUG push all version tags 15:50:49 2023-07-13 15:50:49,477 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:50:49 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) 15:50:50 2023-07-13 15:50:50,236 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:50:50 3.1.0-dev.3 [Pipeline] } 15:50:50 $ docker exec --env ******** --env ******** 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 ssh-agent -k 15:50:50 unset SSH_AUTH_SOCK; 15:50:50 unset SSH_AGENT_PID; 15:50:50 echo Agent pid 38 killed; 15:50:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:50 + git semver [Pipeline] } 15:50:51 $ docker stop --time=1 85df06d1ca5b5c246d10bb965e2cdd98c3a342e06090b7fa29708b37e889cfa0 15:50:52 $ 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 15:50:52 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 15:50:52 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 15:50:52 total 16 15:50:52 drwxr-xr-x 3 root root 4096 Jul 13 15:38 . 15:50:52 drwxrwxr-x 12 jenkins jenkins 4096 Jul 13 15:50 .. 15:50:52 drwxr-xr-x 2 root root 4096 Jul 13 15:38 cost 15:50:52 -rw-r--r-- 1 root root 95 Jul 13 15:38 cost.csv 15:50:52 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 15:50:52 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 15:50:52 total 16 15:50:52 drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 15:38 . 15:50:52 drwxrwxr-x 12 jenkins jenkins 4096 Jul 13 15:50 .. 15:50:52 drwxr-xr-x 2 jenkins jenkins 4096 Jul 13 15:38 cost 15:50:52 -rw-r--r-- 1 jenkins jenkins 95 Jul 13 15:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:50:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:50:54 ---> package-listing.sh 15:50:54 ++ facter osfamily 15:50:54 ++ tr '[:upper:]' '[:lower:]' 15:50:54 + OS_FAMILY=debian 15:50:54 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 15:50:54 + START_PACKAGES=/tmp/packages_start.txt 15:50:54 + END_PACKAGES=/tmp/packages_end.txt 15:50:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:50:54 + PACKAGES=/tmp/packages_start.txt 15:50:54 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 15:50:54 + PACKAGES=/tmp/packages_end.txt 15:50:54 + case "${OS_FAMILY}" in 15:50:54 + dpkg -l 15:50:54 + grep '^ii' 15:50:54 + '[' -f /tmp/packages_start.txt ']' 15:50:54 + '[' -f /tmp/packages_end.txt ']' 15:50:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:50:54 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 15:50:54 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 15:50:54 + 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 15:50:54 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 15:50:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:50:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:55 prd-ubuntu20.04-docker-8c-8g-1065 does not seem to be running inside a container 15:50:55 $ 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 15:50:55 $ docker top c6c0b17d0432536dce71dcdb2df52cc6746bfabac514e00955532ef7cdae6d02 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:55 + touch /tmp/pre-build-complete [Pipeline] sh 15:50:56 + mkdir -p /var/log/sysstat [Pipeline] sh 15:50:56 + ls /var/log/sa-host 15:50:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:50:56 provisioning config files... 15:50:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14540977457726588282tmp [Pipeline] { [Pipeline] echo 15:50:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:50:56 ---> create-netrc.sh [Pipeline] } 15:50:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:50:57 ---> python-tools-install.sh [Pipeline] echo 15:50:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:50:57 ---> sudo-logs.sh 15:50:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:50:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:50:57 ---> job-cost.sh 15:50:57 lf-activate-venv: SKIPPING 15:50:57 DEBUG: total: 0.2199999988079071 15:50:57 INFO: Retrieving Stack Cost... 15:50:59 INFO: Retrieving Pricing Info for: v3-standard-8 15:50:59 INFO: Archiving Costs [Pipeline] echo 15:50:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:50:59 ---> logs-deploy.sh 15:50:59 lf-activate-venv: SKIPPING 15:50:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/114 15:50:59 INFO: archiving workspace using pattern(s): 15:51:00 Archives upload complete. 15:51:00 INFO: archiving logs to Nexus