Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 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-ssh13459370003168513427.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh14548558358680108933.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh16159344684965433729.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh10980722707306795968.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-ssh2511347789020121609.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-4260 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 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 (main) Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#221)" > 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 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 # timeout=10 > git rev-list --no-walk 966f2917b41cbabd8c329e4006849192ff537794 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:15:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:15:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:15:55 ========================================================= 16:15:55 EdgeX Global Pipelines Version Info 16:15:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:15:56 ------------------- 16:15:56 stable info: 16:15:56 ------------------- 16:15:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:15:56 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 16:15:56 Message: update stable to v1.0.253 16:15:56 ------------------- 16:15:56 experimental info: 16:15:56 ------------------- 16:15:56 Commited By: **** collab-it+edgex@linuxfoundation.org 16:15:56 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 16:15:56 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:15:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e515cb [Pipeline] echo 16:15:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:57 provisioning config files... 16:15:57 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1000822937094949426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:57 ---> docker-login.sh 16:15:57 nexus3.edgexfoundry.org:10001 16:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:58 Configure a credential helper to remove this warning. See 16:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:58 16:15:58 Login Succeeded 16:15:58 nexus3.edgexfoundry.org:10002 16:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:58 Configure a credential helper to remove this warning. See 16:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:58 16:15:58 Login Succeeded 16:15:58 nexus3.edgexfoundry.org:10003 16:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:58 Configure a credential helper to remove this warning. See 16:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:58 16:15:58 Login Succeeded 16:15:58 nexus3.edgexfoundry.org:10004 16:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:58 Configure a credential helper to remove this warning. See 16:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:58 16:15:58 Login Succeeded 16:15:58 docker.io 16:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:58 Configure a credential helper to remove this warning. See 16:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:58 16:15:58 Login Succeeded 16:15:58 ---> docker-login.sh ends [Pipeline] } 16:15:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:15:59 + git rev-list -1 --merges 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644~1..8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo 16:15:59 -----------> git rev-list -1 --merges 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644~1..8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [false] [Pipeline] sh 16:15:59 + git log --format=format:%s -1 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo 16:15:59 ========================================================= 16:15:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:15:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:15:59 + git log --format=format:%s -1 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] echo 16:15:59 [semverPrep] GIT_COMMIT: 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644, Commit Message: build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#221) [Pipeline] echo 16:15:59 [semverPrep] This is not a build commit. [Pipeline] sh 16:16:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:16:00 + grep -v github /etc/ssh/ssh_known_hosts 16:16:00 + [ -e /tmp/ssh_known_hosts ] 16:16:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:16:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:16:00 + sudo tee -a /etc/ssh/ssh_known_hosts 16:16:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:16:00 16:16:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:16:00 0.1.4: Pulling from edgex-devops/py-git-semver 16:16:00 b85a868b505f: Pulling fs layer 16:16:00 e2be974225ed: Pulling fs layer 16:16:00 339a4e72a1f5: Pulling fs layer 16:16:00 988bab9f4d93: Pulling fs layer 16:16:00 1469e6f7b9e6: Pulling fs layer 16:16:00 eaf3925da568: Pulling fs layer 16:16:00 bab4dde63d76: Pulling fs layer 16:16:00 bde34c3a00c8: Pulling fs layer 16:16:00 1469e6f7b9e6: Waiting 16:16:00 b352a97aabf1: Pulling fs layer 16:16:00 bab4dde63d76: Waiting 16:16:00 4872d77fe225: Pulling fs layer 16:16:00 988bab9f4d93: Waiting 16:16:00 bde34c3a00c8: Waiting 16:16:00 5851b861e8e6: Pulling fs layer 16:16:00 b352a97aabf1: Waiting 16:16:00 4872d77fe225: Waiting 16:16:00 e2be974225ed: Verifying Checksum 16:16:00 e2be974225ed: Download complete 16:16:00 988bab9f4d93: Verifying Checksum 16:16:00 988bab9f4d93: Download complete 16:16:01 1469e6f7b9e6: Verifying Checksum 16:16:01 1469e6f7b9e6: Download complete 16:16:01 eaf3925da568: Verifying Checksum 16:16:01 eaf3925da568: Download complete 16:16:01 339a4e72a1f5: Verifying Checksum 16:16:01 339a4e72a1f5: Download complete 16:16:01 bde34c3a00c8: Download complete 16:16:01 b352a97aabf1: Download complete 16:16:01 4872d77fe225: Verifying Checksum 16:16:01 4872d77fe225: Download complete 16:16:01 5851b861e8e6: Download complete 16:16:01 b85a868b505f: Download complete 16:16:01 bab4dde63d76: Download complete 16:16:02 b85a868b505f: Pull complete 16:16:02 e2be974225ed: Pull complete 16:16:03 339a4e72a1f5: Pull complete 16:16:03 988bab9f4d93: Pull complete 16:16:03 1469e6f7b9e6: Pull complete 16:16:03 eaf3925da568: Pull complete 16:16:05 bab4dde63d76: Pull complete 16:16:05 bde34c3a00c8: Pull complete 16:16:05 b352a97aabf1: Pull complete 16:16:05 4872d77fe225: Pull complete 16:16:05 5851b861e8e6: Pull complete 16:16:05 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:16:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:16:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:16:05 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:16:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:16:09 $ docker top bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d -eo pid,comm 16:16:09 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). 16:16:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:09 [ssh-agent] Looking for ssh-agent implementation... 16:16:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:10 $ docker exec bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent 16:16:10 SSH_AUTH_SOCK=/tmp/ssh-yHwpFqlFnsNM/agent.31 16:16:10 SSH_AGENT_PID=37 16:16:10 Running ssh-add (command line suppressed) 16:16:10 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5933650465349041538.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_5933650465349041538.key) 16:16:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:10 + git tag --points-at HEAD [Pipeline] } 16:16:10 $ docker exec --env ******** --env ******** bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent -k 16:16:10 unset SSH_AUTH_SOCK; 16:16:10 unset SSH_AGENT_PID; 16:16:10 echo Agent pid 37 killed; 16:16:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:16:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:10 [ssh-agent] Looking for ssh-agent implementation... 16:16:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:10 $ docker exec bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent 16:16:10 SSH_AUTH_SOCK=/tmp/ssh-U3Np34AUEZ7i/agent.70 16:16:10 SSH_AGENT_PID=76 16:16:10 Running ssh-add (command line suppressed) 16:16:11 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_7908055870500550752.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_7908055870500550752.key) 16:16:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:11 + git semver init 16:16:11 2023-08-22 16:16:11,552 [run_init] DEBUG init version:0.0.0 force:False 16:16:11 2023-08-22 16:16:11,553 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 16:16:11 2023-08-22 16:16:11,553 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver 16:16:11 2023-08-22 16:16:11,553 [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) 16:16:12 2023-08-22 16:16:12,607 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 16:16:12 2023-08-22 16:16:12,607 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False 16:16:12 2023-08-22 16:16:12,607 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:16:12 2023-08-22 16:16:12,608 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:16:12 3.1.0-dev.13 [Pipeline] } 16:16:13 $ docker exec --env ******** --env ******** bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d ssh-agent -k 16:16:13 unset SSH_AUTH_SOCK; 16:16:13 unset SSH_AGENT_PID; 16:16:13 echo Agent pid 76 killed; 16:16:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:13 + git semver [Pipeline] } 16:16:13 $ docker stop --time=1 bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d 16:16:14 $ docker rm -f --volumes bcd887c18f3489429f98df71fdb7096b2a18936e91fdc132b2f0882a15afb99d [Pipeline] // withDockerContainer [Pipeline] sh 16:16:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:16:15 Stashed 1 file(s) [Pipeline] echo 16:16:15 [edgeXSemver]: initialized semver on version 3.1.0-dev.13 [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 16:16:15 provisioning config files... 16:16:15 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11237998523396578447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:16:16 ---> docker-login.sh 16:16:16 nexus3.edgexfoundry.org:10001 16:16:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:16 Configure a credential helper to remove this warning. See 16:16:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:16 16:16:16 Login Succeeded 16:16:16 nexus3.edgexfoundry.org:10002 16:16:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:16 Configure a credential helper to remove this warning. See 16:16:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:16 16:16:16 Login Succeeded 16:16:16 nexus3.edgexfoundry.org:10003 16:16:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:16 Configure a credential helper to remove this warning. See 16:16:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:16 16:16:16 Login Succeeded 16:16:16 nexus3.edgexfoundry.org:10004 16:16:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:16 Configure a credential helper to remove this warning. See 16:16:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:16 16:16:16 Login Succeeded 16:16:16 docker.io 16:16:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:16 Configure a credential helper to remove this warning. See 16:16:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:16 16:16:16 Login Succeeded 16:16:16 ---> docker-login.sh ends [Pipeline] } 16:16:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:16:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:16:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:16:16 ========================================================= 16:16:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:16:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:16 + 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 . 16:16:16 Sending build context to Docker daemon 12.69MB 16:16:16 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:16:16 Step 2/12 : FROM ${BASE} AS builder 16:16:16 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:16:16 4db1b89c0bd1: Pulling fs layer 16:16:16 6911f1a30b25: Pulling fs layer 16:16:16 e194b8c5c2a9: Pulling fs layer 16:16:16 6863d3e3a2b1: Pulling fs layer 16:16:16 ec0bb842ea78: Pulling fs layer 16:16:16 6863d3e3a2b1: Waiting 16:16:16 40a00589a448: Pulling fs layer 16:16:16 6c08303d61cc: Pulling fs layer 16:16:16 ec0bb842ea78: Waiting 16:16:16 40a00589a448: Waiting 16:16:16 798269fcf238: Pulling fs layer 16:16:16 798269fcf238: Waiting 16:16:17 6911f1a30b25: Download complete 16:16:17 6863d3e3a2b1: Download complete 16:16:17 ec0bb842ea78: Download complete 16:16:17 4db1b89c0bd1: Verifying Checksum 16:16:17 4db1b89c0bd1: Download complete 16:16:17 40a00589a448: Verifying Checksum 16:16:17 40a00589a448: Download complete 16:16:17 4db1b89c0bd1: Pull complete 16:16:17 6911f1a30b25: Pull complete 16:16:18 798269fcf238: Verifying Checksum 16:16:18 798269fcf238: Download complete 16:16:18 e194b8c5c2a9: Verifying Checksum 16:16:18 e194b8c5c2a9: Download complete 16:16:18 6c08303d61cc: Verifying Checksum 16:16:18 6c08303d61cc: Download complete 16:16:21 e194b8c5c2a9: Pull complete 16:16:21 6863d3e3a2b1: Pull complete 16:16:21 ec0bb842ea78: Pull complete 16:16:21 40a00589a448: Pull complete 16:16:24 6c08303d61cc: Pull complete 16:16:25 798269fcf238: Pull complete 16:16:25 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 16:16:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:16:25 ---> ec979cd7f677 16:16:25 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:16:30 Still waiting to schedule task 16:16:30 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:16:33 ---> Running in 52937c8843c8 16:16:33 Removing intermediate container 52937c8843c8 16:16:33 ---> 5fcef2e890af 16:16:33 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:16:33 ---> Running in ca0463d85014 16:16:33 Removing intermediate container ca0463d85014 16:16:33 ---> 350f81f0301e 16:16:33 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:16:33 ---> Running in 7387a9940b78 16:16:33 Removing intermediate container 7387a9940b78 16:16:33 ---> 9400d79c21be 16:16:33 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:16:33 ---> Running in 2d4eac77b778 16:16:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:16:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:16:33 OK: 265 MiB in 53 packages 16:16:33 Removing intermediate container 2d4eac77b778 16:16:33 ---> 219bf0cbf225 16:16:33 Step 7/12 : WORKDIR /app 16:16:33 ---> Running in 1667764dcc0a 16:16:34 Removing intermediate container 1667764dcc0a 16:16:34 ---> 26b4c1155831 16:16:34 Step 8/12 : COPY go.mod vendor* ./ 16:16:34 ---> aa27dda5e9af 16:16:34 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:16:34 ---> Running in f13f982d6f5c 16:17:30 Removing intermediate container f13f982d6f5c 16:17:30 ---> 3ae0a68b7f2c 16:17:30 Step 10/12 : COPY . . 16:17:30 ---> e0d2cb0c6448 16:17:30 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:17:30 ---> Running in d2b7a12e5873 16:17:30 Removing intermediate container d2b7a12e5873 16:17:30 ---> a8f187005328 16:17:30 Step 12/12 : RUN $MAKE 16:17:30 ---> Running in a66c6b09a158 16:17:30 noop 16:17:30 Removing intermediate container a66c6b09a158 16:17:30 ---> 2c0983a23bcd 16:17:30 Successfully built 2c0983a23bcd 16:17:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:30 + docker inspect -f . ci-base-image-x86_64 16:17:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:30 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:17: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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:17:31 $ docker top 1533993df62b7769c415f021ab71e884f02401280f2e1be16c3224ea83e8fa19 -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:31 + go version 16:17:31 go version go1.20.6 linux/amd64 [Pipeline] } 16:17:31 $ docker stop --time=1 1533993df62b7769c415f021ab71e884f02401280f2e1be16c3224ea83e8fa19 16:17:32 $ docker rm -f --volumes 1533993df62b7769c415f021ab71e884f02401280f2e1be16c3224ea83e8fa19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:33 + docker inspect -f . ci-base-image-x86_64 16:17:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:33 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:17:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:17:33 $ docker top 6d38e8ac2af39f68357247b58a7fe3dbc5080cd7b1f7321d28d5165103161f1d -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:34 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 16:17:34 + make test 16:17:34 go test -race ./... -coverprofile=coverage.out ./... 16:17:56 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 16:17:56 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 16:17:56 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.148s coverage: 86.2% of statements 16:17:56 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.709s coverage: 71.9% of statements 16:18:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4261 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 16:18:17 Running in /w/workspace/app-rfid-llrp-inventory/125 [Pipeline] { [Pipeline] checkout 16:18:17 The recommended git tool is: git 16:18:18 go vet ./... 16:18:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:18:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:18:22 ./bin/test-attribution.sh [Pipeline] echo 16:18:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:18:22 $ docker stop --time=1 6d38e8ac2af39f68357247b58a7fe3dbc5080cd7b1f7321d28d5165103161f1d 16:18:23 using credential edgex-jenkins-ssh 16:18:23 Cloning the remote Git repository 16:18:24 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:18:24 > git init /w/workspace/app-rfid-llrp-inventory/125 # timeout=10 16:18:24 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:18:24 > git --version # timeout=10 16:18:24 > git --version # 'git version 2.25.1' 16:18:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:25 $ docker rm -f --volumes 6d38e8ac2af39f68357247b58a7fe3dbc5080cd7b1f7321d28d5165103161f1d [Pipeline] // withDockerContainer [Pipeline] sh 16:18:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:18:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:18:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:18:27 + ls -al . 16:18:27 total 236 16:18:27 drwxrwxr-x 11 jenkins jenkins 4096 Aug 22 16:17 . 16:18:27 drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:15 .. 16:18:27 -rw-rw-r-- 1 jenkins jenkins 262 Aug 22 16:15 .dockerignore 16:18:27 drwxrwxr-x 8 jenkins jenkins 4096 Aug 22 16:16 .git 16:18:27 drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:15 .github 16:18:27 -rw-rw-r-- 1 jenkins jenkins 788 Aug 22 16:15 .gitignore 16:18:27 -rw-rw-r-- 1 jenkins jenkins 41 Aug 22 16:15 .golangci.yml 16:18:27 drwxr-xr-x 3 jenkins jenkins 4096 Aug 22 16:16 .semver 16:18:27 -rw-rw-r-- 1 jenkins jenkins 10232 Aug 22 16:15 Attribution.txt 16:18:27 -rw-rw-r-- 1 jenkins jenkins 9317 Aug 22 16:15 CHANGELOG.md 16:18:27 -rw-rw-r-- 1 jenkins jenkins 1659 Aug 22 16:15 Dockerfile 16:18:27 -rw-rw-r-- 1 jenkins jenkins 677 Aug 22 16:15 GOVERNANCE.md 16:18:27 -rw-rw-r-- 1 jenkins jenkins 687 Aug 22 16:15 Jenkinsfile 16:18:27 -rw-rw-r-- 1 jenkins jenkins 11347 Aug 22 16:15 LICENSE 16:18:27 -rw-rw-r-- 1 jenkins jenkins 2497 Aug 22 16:15 Makefile 16:18:27 -rw-rw-r-- 1 jenkins jenkins 617 Aug 22 16:15 OWNERS.md 16:18:27 -rw-rw-r-- 1 jenkins jenkins 31516 Aug 22 16:15 README.md 16:18:27 -rw-rw-r-- 1 jenkins jenkins 12 Aug 22 16:16 VERSION 16:18:27 drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:15 bin 16:18:27 -rw-r--r-- 1 jenkins jenkins 41317 Aug 22 16:17 coverage.out 16:18:27 -rw-rw-r-- 1 jenkins jenkins 3664 Aug 22 16:15 go.mod 16:18:27 -rw-rw-r-- 1 jenkins jenkins 32783 Aug 22 16:15 go.sum 16:18:27 drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:15 images 16:18:27 drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:15 internal 16:18:27 -rw-rw-r-- 1 jenkins jenkins 531 Aug 22 16:15 main.go 16:18:27 drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:15 res 16:18:27 drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:15 snap 16:18:27 drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:15 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:27 + 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=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 --label arch=amd64 --label version=3.1.0-dev.13 . 16:18:27 Sending build context to Docker daemon 12.69MB 16:18:27 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 16:18:27 Step 2/29 : FROM ${BASE} AS builder 16:18:27 ---> 2c0983a23bcd 16:18:27 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 16:18:27 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 16:18:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:27 ---> Running in cc9eef58dc37 16:18:27 Removing intermediate container cc9eef58dc37 16:18:27 ---> e6a0303a895c 16:18:27 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 16:18:27 ---> Running in c053a63e860a 16:18:28 Removing intermediate container c053a63e860a 16:18:28 ---> 80d8792b1a34 16:18:28 Step 5/29 : ARG ADD_BUILD_TAGS="" 16:18:28 ---> Running in a63ebf4819e5 16:18:28 Removing intermediate container a63ebf4819e5 16:18:28 ---> 704cae23b850 16:18:28 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:18:28 ---> Running in cc696013445e 16:18:28 Avoid second fetch 16:18:28 Checking out Revision 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 (main) 16:18:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:18:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:18:28 OK: 265 MiB in 53 packages 16:18:29 Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#221)" 16:18:28 > git config core.sparsecheckout # timeout=10 16:18:28 > git checkout -f 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:18:29 Removing intermediate container cc696013445e 16:18:29 ---> f2a379b709b9 16:18:29 Step 7/29 : WORKDIR /app 16:18:29 ---> Running in cb761f8d76ff 16:18:29 Removing intermediate container cb761f8d76ff 16:18:29 ---> 0aff2cb58b81 16:18:29 Step 8/29 : COPY go.mod vendor* ./ 16:18:29 ---> 108686052bfb 16:18:29 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:18:29 ---> Running in 70900ebe657e 16:18:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:18:30 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:30 Dload Upload Total Spent Left Speed 16:18:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68924 0 --:--:-- --:--:-- --:--:-- 68924 [Pipeline] sh 16:18:30 Removing intermediate container 70900ebe657e 16:18:30 ---> 566ffbcd1ce2 16:18:30 Step 10/29 : COPY . . 16:18:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 16:18:30 ---> f37d98b2cc6a 16:18:30 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:18:30 ---> Running in 4a76505b3c9a 16:18:30 Removing intermediate container 4a76505b3c9a 16:18:30 ---> 38aa517b8408 16:18:30 Step 12/29 : RUN $MAKE 16:18:30 ---> Running in 496ef346c564 [Pipeline] sh 16:18:31 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.13" -trimpath -mod=readonly -o app-rfid-llrp-inventory 16:18:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:18:31 + sudo tee /etc/docker/daemon.new 16:18:31 { 16:18:31 "registry-mirrors": [ 16:18:31 "https://nexus3.edgexfoundry.org:10001" 16:18:31 ], 16:18:31 "bip": "10.250.0.254/24", 16:18:31 "hosts": [ 16:18:31 "tcp://0.0.0.0:5555", 16:18:31 "unix:///var/run/docker.sock" 16:18:31 ], 16:18:31 "mtu": 1458, 16:18:31 "selinux-enabled": true, 16:18:31 "seccomp-profile": "/etc/docker/seccomp.json" 16:18:31 } [Pipeline] sh 16:18:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:18:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:50 provisioning config files... 16:18:50 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/125@tmp/config5313565337923820485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:51 ---> docker-login.sh 16:18:51 nexus3.edgexfoundry.org:10001 16:18:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:51 Configure a credential helper to remove this warning. See 16:18:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:51 16:18:51 Login Succeeded 16:18:51 nexus3.edgexfoundry.org:10002 16:18:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:52 Configure a credential helper to remove this warning. See 16:18:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:52 16:18:52 Login Succeeded 16:18:52 nexus3.edgexfoundry.org:10003 16:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:52 Configure a credential helper to remove this warning. See 16:18:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:52 16:18:52 Login Succeeded 16:18:52 nexus3.edgexfoundry.org:10004 16:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:52 Configure a credential helper to remove this warning. See 16:18:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:52 16:18:52 Login Succeeded 16:18:52 docker.io 16:18:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:53 Configure a credential helper to remove this warning. See 16:18:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:53 16:18:53 Login Succeeded 16:18:53 ---> docker-login.sh ends [Pipeline] } 16:18:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 16:18:53 Removing intermediate container 496ef346c564 16:18:53 ---> 970200172080 16:18:53 Step 13/29 : FROM alpine:3.17 16:18:53 3.17: Pulling from library/alpine 16:18:53 9398808236ff: Pulling fs layer 16:18:53 9398808236ff: Download complete [Pipeline] echo 16:18:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:18:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:18:53 ========================================================= 16:18:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:18:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:53 9398808236ff: Pull complete 16:18:53 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 16:18:53 Status: Downloaded newer image for alpine:3.17 16:18:53 ---> 1e0b8b5322fc 16:18:53 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:18:53 ---> Running in 39b7d598e1da 16:18:53 Removing intermediate container 39b7d598e1da 16:18:53 ---> 6c651eb399f9 16:18:53 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 16:18:53 ---> Running in 276d2ae76f49 16:18:53 Removing intermediate container 276d2ae76f49 16:18:53 ---> 4afdc7178516 16:18:53 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 16:18:53 ---> Running in 2328dccd75a5 16:18:53 + 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 . 16:18:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:18:54 Sending build context to Docker daemon 684kB 16:18:54 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:18:54 Step 2/12 : FROM ${BASE} AS builder 16:18:54 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:18:54 edb6bdbacee9: Pulling fs layer 16:18:54 5f9638ab2659: Pulling fs layer 16:18:54 8d51d6327a98: Pulling fs layer 16:18:54 8b374f2dd631: Pulling fs layer 16:18:54 ec14aa9079de: Pulling fs layer 16:18:54 2f466654f4bb: Pulling fs layer 16:18:54 554e91adad29: Pulling fs layer 16:18:54 ec14aa9079de: Waiting 16:18:54 2f466654f4bb: Waiting 16:18:54 554e91adad29: Waiting 16:18:54 8b374f2dd631: Waiting 16:18:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:18:54 5f9638ab2659: Verifying Checksum 16:18:54 5f9638ab2659: Download complete 16:18:54 8b374f2dd631: Verifying Checksum 16:18:54 8b374f2dd631: Download complete 16:18:54 ec14aa9079de: Verifying Checksum 16:18:54 ec14aa9079de: Download complete 16:18:54 edb6bdbacee9: Verifying Checksum 16:18:54 edb6bdbacee9: Download complete 16:18:54 (1/2) Installing ca-certificates (20230506-r0) 16:18:54 (2/2) Installing dumb-init (1.2.5-r2) 16:18:54 Executing busybox-1.35.0-r29.trigger 16:18:54 Executing ca-certificates-20230506-r0.trigger 16:18:54 OK: 8 MiB in 17 packages 16:18:55 Removing intermediate container 2328dccd75a5 16:18:55 ---> c47d7308335e 16:18:55 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:18:55 ---> ab2b06c0a8f1 16:18:55 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 16:18:55 edb6bdbacee9: Pull complete 16:18:55 ---> 04ff9e548176 16:18:55 Step 19/29 : COPY --from=builder /app/res/ /res/ 16:18:55 ---> c26db0692cdf 16:18:55 Step 20/29 : COPY --from=builder /app/static/ /static/ 16:18:55 554e91adad29: Verifying Checksum 16:18:55 554e91adad29: Download complete 16:18:55 ---> bba5dc13a429 16:18:55 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 16:18:55 5f9638ab2659: Pull complete 16:18:56 ---> 1bb5d354636e 16:18:56 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 16:18:56 ---> Running in 06b4d8db43eb 16:18:56 Removing intermediate container 06b4d8db43eb 16:18:56 ---> 90594a4fea26 16:18:56 Step 23/29 : VOLUME /cache 16:18:56 ---> Running in 12fa25e156a5 16:18:56 8d51d6327a98: Verifying Checksum 16:18:56 8d51d6327a98: Download complete 16:18:56 2f466654f4bb: Verifying Checksum 16:18:56 2f466654f4bb: Download complete 16:18:57 Removing intermediate container 12fa25e156a5 16:18:57 ---> 431bd9bc664c 16:18:57 Step 24/29 : EXPOSE 59711 16:18:57 ---> Running in 034660a2320b 16:18:57 Removing intermediate container 034660a2320b 16:18:57 ---> 3df2a00e61f7 16:18:57 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 16:18:57 ---> Running in 45484498084a 16:18:57 Removing intermediate container 45484498084a 16:18:57 ---> 7b816f0685b5 16:18:57 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 16:18:57 ---> Running in 99ece9d8a285 16:18:57 Removing intermediate container 99ece9d8a285 16:18:57 ---> 8848da3c8ac2 16:18:57 Step 27/29 : LABEL arch=amd64 16:18:57 ---> Running in ba7f5c82572b 16:18:57 Removing intermediate container ba7f5c82572b 16:18:57 ---> e29ae58fabba 16:18:57 Step 28/29 : LABEL git_sha=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:18:57 ---> Running in 298d5045d86c 16:18:57 Removing intermediate container 298d5045d86c 16:18:57 ---> db72704c2347 16:18:57 Step 29/29 : LABEL version=3.1.0-dev.13 16:18:57 ---> Running in c72e2dab179d 16:18:57 Removing intermediate container c72e2dab179d 16:18:57 ---> f85251ca5383 16:18:57 [Warning] One or more build-args [ARCH] were not consumed 16:18:57 Successfully built f85251ca5383 16:18:57 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 16:18:57 provisioning config files... 16:18:57 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config2653586562573624509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:58 ---> docker-login.sh 16:18:58 nexus3.edgexfoundry.org:10001 16:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:58 Configure a credential helper to remove this warning. See 16:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:58 16:18:58 Login Succeeded 16:18:58 nexus3.edgexfoundry.org:10002 16:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:58 Configure a credential helper to remove this warning. See 16:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:58 16:18:58 Login Succeeded 16:18:58 nexus3.edgexfoundry.org:10003 16:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:58 Configure a credential helper to remove this warning. See 16:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:58 16:18:58 Login Succeeded 16:18:58 nexus3.edgexfoundry.org:10004 16:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:58 Configure a credential helper to remove this warning. See 16:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:58 16:18:58 Login Succeeded 16:18:58 docker.io 16:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:58 Configure a credential helper to remove this warning. See 16:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:58 16:18:58 Login Succeeded 16:18:58 ---> docker-login.sh ends [Pipeline] } 16:18:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:18:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:18:58 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 16:18:58 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:18:58 latest 16:18:58 3.1.0-dev.13 16:18:58 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 16:18:58 main 16:18:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:59 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:59 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 16:18:59 1632393223df: Preparing 16:18:59 9793213f1bd8: Preparing 16:18:59 e890cb42e687: Preparing 16:18:59 f09f4d8c4470: Preparing 16:18:59 24408e63046d: Preparing 16:18:59 28e3d38ca3d8: Preparing 16:18:59 8f48ee9fccd2: Preparing 16:18:59 36b50b131297: Preparing 16:18:59 28e3d38ca3d8: Waiting 16:18:59 8f48ee9fccd2: Waiting 16:18:59 36b50b131297: Waiting 16:18:59 24408e63046d: Pushed 16:18:59 f09f4d8c4470: Pushed 16:18:59 1632393223df: Pushed 16:18:59 e890cb42e687: Pushed 16:18:59 36b50b131297: Layer already exists 16:18:59 28e3d38ca3d8: Pushed 16:18:59 8f48ee9fccd2: Pushed 16:19:02 9793213f1bd8: Pushed 16:19:02 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:02 + 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 16:19:02 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 16:19:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 16:19:02 1632393223df: Preparing 16:19:02 9793213f1bd8: Preparing 16:19:02 e890cb42e687: Preparing 16:19:02 f09f4d8c4470: Preparing 16:19:02 24408e63046d: Preparing 16:19:02 28e3d38ca3d8: Preparing 16:19:02 8f48ee9fccd2: Preparing 16:19:02 36b50b131297: Preparing 16:19:02 8f48ee9fccd2: Waiting 16:19:02 28e3d38ca3d8: Waiting 16:19:02 36b50b131297: Waiting 16:19:02 1632393223df: Layer already exists 16:19:02 9793213f1bd8: Layer already exists 16:19:02 f09f4d8c4470: Layer already exists 16:19:02 24408e63046d: Layer already exists 16:19:02 e890cb42e687: Layer already exists 16:19:02 8f48ee9fccd2: Layer already exists 16:19:02 28e3d38ca3d8: Layer already exists 16:19:02 36b50b131297: Layer already exists 16:19:02 latest: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:03 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:03 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.13 16:19:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 16:19:03 1632393223df: Preparing 16:19:03 9793213f1bd8: Preparing 16:19:03 e890cb42e687: Preparing 16:19:03 f09f4d8c4470: Preparing 16:19:03 24408e63046d: Preparing 16:19:03 28e3d38ca3d8: Preparing 16:19:03 8f48ee9fccd2: Preparing 16:19:03 28e3d38ca3d8: Waiting 16:19:03 36b50b131297: Preparing 16:19:03 8f48ee9fccd2: Waiting 16:19:03 36b50b131297: Waiting 16:19:03 24408e63046d: Layer already exists 16:19:03 f09f4d8c4470: Layer already exists 16:19:03 1632393223df: Layer already exists 16:19:03 e890cb42e687: Layer already exists 16:19:03 9793213f1bd8: Layer already exists 16:19:03 28e3d38ca3d8: Layer already exists 16:19:03 36b50b131297: Layer already exists 16:19:03 8f48ee9fccd2: Layer already exists 16:19:03 3.1.0-dev.13: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:03 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:03 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 16:19:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 16:19:03 1632393223df: Preparing 16:19:03 9793213f1bd8: Preparing 16:19:03 e890cb42e687: Preparing 16:19:03 f09f4d8c4470: Preparing 16:19:03 24408e63046d: Preparing 16:19:03 28e3d38ca3d8: Preparing 16:19:03 8f48ee9fccd2: Preparing 16:19:04 36b50b131297: Preparing 16:19:04 28e3d38ca3d8: Waiting 16:19:04 8f48ee9fccd2: Waiting 16:19:04 36b50b131297: Waiting 16:19:04 f09f4d8c4470: Layer already exists 16:19:04 1632393223df: Layer already exists 16:19:04 8f48ee9fccd2: Layer already exists 16:19:04 24408e63046d: Layer already exists 16:19:04 9793213f1bd8: Layer already exists 16:19:04 28e3d38ca3d8: Layer already exists 16:19:04 36b50b131297: Layer already exists 16:19:04 e890cb42e687: Layer already exists 16:19:04 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:04 + 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 16:19:04 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 16:19:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 16:19:04 1632393223df: Preparing 16:19:04 9793213f1bd8: Preparing 16:19:04 e890cb42e687: Preparing 16:19:04 f09f4d8c4470: Preparing 16:19:04 24408e63046d: Preparing 16:19:04 28e3d38ca3d8: Preparing 16:19:04 8f48ee9fccd2: Preparing 16:19:04 36b50b131297: Preparing 16:19:04 28e3d38ca3d8: Waiting 16:19:04 8f48ee9fccd2: Waiting 16:19:04 36b50b131297: Waiting 16:19:04 f09f4d8c4470: Layer already exists 16:19:04 e890cb42e687: Layer already exists 16:19:04 9793213f1bd8: Layer already exists 16:19:04 1632393223df: Layer already exists 16:19:04 24408e63046d: Layer already exists 16:19:04 28e3d38ca3d8: Layer already exists 16:19:04 8f48ee9fccd2: Layer already exists 16:19:04 36b50b131297: Layer already exists 16:19:04 main: digest: sha256:2e611e3e89fd8f8cdf1d564964269a6e13d8b6a860f334a74abf8d890cf62a28 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:19:04 ===================================================== [Pipeline] echo 16:19:04 taggedImages: 16:19:04 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:19:04 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 16:19:04 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.13 16:19:04 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 16:19:04 - 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 16:19:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:19:05 16:19:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:19:05 latest: Pulling from edgex-lftools-log-publisher 16:19:05 5eb5b503b376: Pulling fs layer 16:19:05 5c69ac0246d0: Pulling fs layer 16:19:05 ec43610c2a17: Pulling fs layer 16:19:05 3a2ae6a8a46f: Pulling fs layer 16:19:05 33b1e0a273af: Pulling fs layer 16:19:05 5d3b04190fa2: Pulling fs layer 16:19:05 2f39f015ded8: Pulling fs layer 16:19:05 33b1e0a273af: Waiting 16:19:05 5d3b04190fa2: Waiting 16:19:05 2f39f015ded8: Waiting 16:19:05 3a2ae6a8a46f: Waiting 16:19:05 5c69ac0246d0: Download complete 16:19:05 3a2ae6a8a46f: Verifying Checksum 16:19:05 3a2ae6a8a46f: Download complete 16:19:05 33b1e0a273af: Verifying Checksum 16:19:05 33b1e0a273af: Download complete 16:19:05 5d3b04190fa2: Download complete 16:19:05 ec43610c2a17: Verifying Checksum 16:19:05 ec43610c2a17: Download complete 16:19:05 5eb5b503b376: Download complete 16:19:06 2f39f015ded8: Verifying Checksum 16:19:06 2f39f015ded8: Download complete 16:19:06 5eb5b503b376: Pull complete 16:19:07 5c69ac0246d0: Pull complete 16:19:07 8d51d6327a98: Pull complete 16:19:07 ec43610c2a17: Pull complete 16:19:07 3a2ae6a8a46f: Pull complete 16:19:07 8b374f2dd631: Pull complete 16:19:07 33b1e0a273af: Pull complete 16:19:07 5d3b04190fa2: Pull complete 16:19:07 ec14aa9079de: Pull complete 16:19:11 2f39f015ded8: Pull complete 16:19:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:19:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:19:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:19:11 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:19:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:19:14 2f466654f4bb: Pull complete 16:19:16 554e91adad29: Pull complete 16:19:16 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 16:19:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:19:16 ---> 1e15ea492957 16:19:16 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:19:17 $ docker top f56b5e0b03bfc73af18eea6377fde8839391e5065ab56db3bb467c290741442b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:19:17 ---> job-cost.sh 16:19:17 lf-activate-venv: SKIPPING 16:19:17 INFO: No Stack... 16:19:17 INFO: Retrieving Pricing Info for: v3-standard-8 16:19:18 ---> Running in ff384e1a6103 16:19:18 Removing intermediate container ff384e1a6103 16:19:18 ---> 8336b1f05fda 16:19:18 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:19:18 ---> Running in d6ad6caa0cdc 16:19:18 INFO: Archiving Costs [Pipeline] sh 16:19:18 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 16:19:18 + cut -d, -f6 [Pipeline] lock 16:19:18 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] 16:19:18 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] did not exist. Created. 16:19:18 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:19:18 Removing intermediate container d6ad6caa0cdc 16:19:18 ---> 333c1d6c4c6e 16:19:18 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:19:18 ---> Running in 227b41f8b475 16:19:19 + echo total: 0.2199999988079071 [Pipeline] stash 16:19:19 Stashed 1 file(s) [Pipeline] } 16:19:19 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] // lock [Pipeline] } 16:19:19 $ docker stop --time=1 f56b5e0b03bfc73af18eea6377fde8839391e5065ab56db3bb467c290741442b 16:19:19 Removing intermediate container 227b41f8b475 16:19:19 ---> 20951628954b 16:19:19 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:19:19 ---> Running in 16a3eef9e02a 16:19:20 $ docker rm -f --volumes f56b5e0b03bfc73af18eea6377fde8839391e5065ab56db3bb467c290741442b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:19:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:19:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:19:21 OK: 263 MiB in 53 packages 16:19:22 Removing intermediate container 16a3eef9e02a 16:19:22 ---> cfb02079c93a 16:19:22 Step 7/12 : WORKDIR /app 16:19:22 ---> Running in 84b093084ab1 16:19:22 Removing intermediate container 84b093084ab1 16:19:22 ---> 039ccb1daefb 16:19:22 Step 8/12 : COPY go.mod vendor* ./ 16:19:23 ---> b9cac5e99f02 16:19:23 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:23 ---> Running in b1c752cc494c 16:20:31 Removing intermediate container b1c752cc494c 16:20:31 ---> 5d472ad48450 16:20:31 Step 10/12 : COPY . . 16:20:31 ---> f25a62fba9c6 16:20:31 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:20:31 ---> Running in 3a594ceaac9c 16:20:31 Removing intermediate container 3a594ceaac9c 16:20:31 ---> 344c8771af92 16:20:31 Step 12/12 : RUN $MAKE 16:20:31 ---> Running in 80ee8f650aa5 16:20:31 noop 16:20:31 Removing intermediate container 80ee8f650aa5 16:20:31 ---> 5d9e4c7a5ff5 16:20:31 Successfully built 5d9e4c7a5ff5 16:20:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:31 + docker inspect -f . ci-base-image-arm64 16:20:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:32 prd-ubuntu20.04-docker-arm64-4c-16g-4261 does not seem to be running inside a container 16:20:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/125 -v /w/workspace/app-rfid-llrp-inventory/125:/w/workspace/app-rfid-llrp-inventory/125:rw,z -v /w/workspace/app-rfid-llrp-inventory/125@tmp:/w/workspace/app-rfid-llrp-inventory/125@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 16:20:33 $ docker top cc7567a1268ca279969b220fb2fa56f299b4bdf96793d85ce0e3b70085d8449f -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:34 + go version 16:20:34 go version go1.20.6 linux/arm64 [Pipeline] } 16:20:34 $ docker stop --time=1 cc7567a1268ca279969b220fb2fa56f299b4bdf96793d85ce0e3b70085d8449f 16:20:35 $ docker rm -f --volumes cc7567a1268ca279969b220fb2fa56f299b4bdf96793d85ce0e3b70085d8449f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:36 + docker inspect -f . ci-base-image-arm64 16:20:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:36 prd-ubuntu20.04-docker-arm64-4c-16g-4261 does not seem to be running inside a container 16:20:36 $ 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/125 -v /w/workspace/app-rfid-llrp-inventory/125:/w/workspace/app-rfid-llrp-inventory/125:rw,z -v /w/workspace/app-rfid-llrp-inventory/125@tmp:/w/workspace/app-rfid-llrp-inventory/125@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 16:20:37 $ docker top 99aff63ce17d6a47a9344175cf1bbbfb40d51e30124d953403b66fa80d75e5b5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:38 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/125 [Pipeline] fileExists [Pipeline] sh 16:20:39 + make test 16:20:39 go test -race ./... -coverprofile=coverage.out ./... 16:23:47 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 16:23:51 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 16:23:53 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.405s coverage: 86.2% of statements 16:24:08 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.700s coverage: 71.9% of statements 16:24:08 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:24:08 go vet ./... 16:27:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:27:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:27:15 ./bin/test-attribution.sh [Pipeline] echo 16:27:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:27:15 $ docker stop --time=1 99aff63ce17d6a47a9344175cf1bbbfb40d51e30124d953403b66fa80d75e5b5 16:27:19 $ docker rm -f --volumes 99aff63ce17d6a47a9344175cf1bbbfb40d51e30124d953403b66fa80d75e5b5 [Pipeline] // withDockerContainer [Pipeline] sh 16:27:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:27:21 Warning: overwriting stash ‘coverage-report’ 16:27:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:27:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:27:22 + ls -al . 16:27:22 total 232 16:27:22 drwxrwxr-x 10 jenkins jenkins 4096 Aug 22 16:20 . 16:27:22 drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:18 .. 16:27:22 -rw-rw-r-- 1 jenkins jenkins 262 Aug 22 16:18 .dockerignore 16:27:22 drwxrwxr-x 8 jenkins jenkins 4096 Aug 22 16:18 .git 16:27:22 drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:18 .github 16:27:22 -rw-rw-r-- 1 jenkins jenkins 788 Aug 22 16:18 .gitignore 16:27:22 -rw-rw-r-- 1 jenkins jenkins 41 Aug 22 16:18 .golangci.yml 16:27:22 -rw-rw-r-- 1 jenkins jenkins 10232 Aug 22 16:18 Attribution.txt 16:27:22 -rw-rw-r-- 1 jenkins jenkins 9317 Aug 22 16:18 CHANGELOG.md 16:27:22 -rw-rw-r-- 1 jenkins jenkins 1659 Aug 22 16:18 Dockerfile 16:27:22 -rw-rw-r-- 1 jenkins jenkins 677 Aug 22 16:18 GOVERNANCE.md 16:27:22 -rw-rw-r-- 1 jenkins jenkins 687 Aug 22 16:18 Jenkinsfile 16:27:22 -rw-rw-r-- 1 jenkins jenkins 11347 Aug 22 16:18 LICENSE 16:27:22 -rw-rw-r-- 1 jenkins jenkins 2497 Aug 22 16:18 Makefile 16:27:22 -rw-rw-r-- 1 jenkins jenkins 617 Aug 22 16:18 OWNERS.md 16:27:22 -rw-rw-r-- 1 jenkins jenkins 31516 Aug 22 16:18 README.md 16:27:22 -rw-rw-r-- 1 jenkins jenkins 12 Aug 22 16:16 VERSION 16:27:22 drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:18 bin 16:27:22 -rw-r--r-- 1 jenkins jenkins 41317 Aug 22 16:24 coverage.out 16:27:22 -rw-rw-r-- 1 jenkins jenkins 3664 Aug 22 16:18 go.mod 16:27:22 -rw-rw-r-- 1 jenkins jenkins 32783 Aug 22 16:18 go.sum 16:27:22 drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:18 images 16:27:22 drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:18 internal 16:27:22 -rw-rw-r-- 1 jenkins jenkins 531 Aug 22 16:18 main.go 16:27:22 drwxrwxr-x 2 jenkins jenkins 4096 Aug 22 16:18 res 16:27:22 drwxrwxr-x 4 jenkins jenkins 4096 Aug 22 16:18 snap 16:27:22 drwxrwxr-x 3 jenkins jenkins 4096 Aug 22 16:18 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:27:22 + 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=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 --label arch=arm64 --label version=3.1.0-dev.13 . 16:27:23 Sending build context to Docker daemon 684kB 16:27:23 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 16:27:23 Step 2/29 : FROM ${BASE} AS builder 16:27:23 ---> 5d9e4c7a5ff5 16:27:23 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 16:27:23 ---> Running in c60bc403f481 16:27:23 Removing intermediate container c60bc403f481 16:27:23 ---> 3a0e6ec47f91 16:27:23 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 16:27:23 ---> Running in 0949a63647bf 16:27:23 Removing intermediate container 0949a63647bf 16:27:23 ---> f0c9a9fdd0b1 16:27:23 Step 5/29 : ARG ADD_BUILD_TAGS="" 16:27:24 ---> Running in e37be65c13ef 16:27:24 Removing intermediate container e37be65c13ef 16:27:24 ---> 9039ad50a631 16:27:24 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:27:24 ---> Running in 8f023701c80f 16:27:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:27:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:27:27 OK: 263 MiB in 53 packages 16:27:28 Removing intermediate container 8f023701c80f 16:27:28 ---> 7dcd46654402 16:27:28 Step 7/29 : WORKDIR /app 16:27:28 ---> Running in 43dfe1a5d892 16:27:29 Removing intermediate container 43dfe1a5d892 16:27:29 ---> 6824015d357c 16:27:29 Step 8/29 : COPY go.mod vendor* ./ 16:27:29 ---> b03bf0e2ca59 16:27:29 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:27:29 ---> Running in d937c4d0eefc 16:27:34 Removing intermediate container d937c4d0eefc 16:27:34 ---> ec1182b2f0ac 16:27:34 Step 10/29 : COPY . . 16:27:34 ---> 75aa4add07f4 16:27:34 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:27:35 ---> Running in 27fb14f80a5a 16:27:35 Removing intermediate container 27fb14f80a5a 16:27:35 ---> 960635e54349 16:27:35 Step 12/29 : RUN $MAKE 16:27:35 ---> Running in 6a5437a94c50 16:27:36 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.13 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.13" -trimpath -mod=readonly -o app-rfid-llrp-inventory 16:30:28 Removing intermediate container 6a5437a94c50 16:30:28 ---> d4b5dac1ba2b 16:30:28 Step 13/29 : FROM alpine:3.17 16:30:28 3.17: Pulling from library/alpine 16:30:28 4060ece20d7a: Pulling fs layer 16:30:28 4060ece20d7a: Verifying Checksum 16:30:28 4060ece20d7a: Download complete 16:30:29 4060ece20d7a: Pull complete 16:30:29 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 16:30:29 Status: Downloaded newer image for alpine:3.17 16:30:29 ---> 8650cd65339b 16:30:29 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:30:29 ---> Running in 554a9c8eabac 16:30:29 Removing intermediate container 554a9c8eabac 16:30:29 ---> 4283a04fcfef 16:30:29 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 16:30:29 ---> Running in 4340e1035f85 16:30:30 Removing intermediate container 4340e1035f85 16:30:30 ---> c5a204a163f4 16:30:30 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 16:30:30 ---> Running in a4d9c37c6f41 16:30:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:30:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:30:34 (1/2) Installing ca-certificates (20230506-r0) 16:30:34 (2/2) Installing dumb-init (1.2.5-r2) 16:30:34 Executing busybox-1.35.0-r29.trigger 16:30:34 Executing ca-certificates-20230506-r0.trigger 16:30:34 OK: 8 MiB in 17 packages 16:30:36 Removing intermediate container a4d9c37c6f41 16:30:36 ---> 5001576868f4 16:30:36 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:30:36 ---> 5316191fb2cf 16:30:36 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 16:30:37 ---> b5bdd657b62b 16:30:37 Step 19/29 : COPY --from=builder /app/res/ /res/ 16:30:37 ---> 3be7c94dbf9b 16:30:37 Step 20/29 : COPY --from=builder /app/static/ /static/ 16:30:38 ---> 93199354bac9 16:30:38 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 16:30:39 ---> 3e9d922ed527 16:30:39 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 16:30:40 ---> Running in fce069838851 16:30:42 Removing intermediate container fce069838851 16:30:42 ---> 740fb27fa919 16:30:42 Step 23/29 : VOLUME /cache 16:30:42 ---> Running in a7c144f84079 16:30:42 Removing intermediate container a7c144f84079 16:30:42 ---> ea64d77aa1e7 16:30:42 Step 24/29 : EXPOSE 59711 16:30:42 ---> Running in 0062cc2717b7 16:30:42 Removing intermediate container 0062cc2717b7 16:30:42 ---> 6dbbfbeb914f 16:30:42 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 16:30:42 ---> Running in 66415b730e62 16:30:43 Removing intermediate container 66415b730e62 16:30:43 ---> 8194fddc712e 16:30:43 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 16:30:43 ---> Running in f89779bd5d8a 16:30:43 Removing intermediate container f89779bd5d8a 16:30:43 ---> fe5656ec2b35 16:30:43 Step 27/29 : LABEL arch=arm64 16:30:43 ---> Running in 6fca1c31d056 16:30:44 Removing intermediate container 6fca1c31d056 16:30:44 ---> 01680b153b97 16:30:44 Step 28/29 : LABEL git_sha=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:30:44 ---> Running in 1cebc4df77bb 16:30:44 Removing intermediate container 1cebc4df77bb 16:30:44 ---> aae3cb3a1e8c 16:30:44 Step 29/29 : LABEL version=3.1.0-dev.13 16:30:44 ---> Running in 015772dc09da 16:30:45 Removing intermediate container 015772dc09da 16:30:45 ---> f21f2f0f71f0 16:30:45 [Warning] One or more build-args [ARCH] were not consumed 16:30:45 Successfully built f21f2f0f71f0 16:30:45 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 16:30:45 provisioning config files... 16:30:45 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/125@tmp/config10279965828904935996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:30:45 ---> docker-login.sh 16:30:45 nexus3.edgexfoundry.org:10001 16:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:45 Configure a credential helper to remove this warning. See 16:30:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:45 16:30:45 Login Succeeded 16:30:45 nexus3.edgexfoundry.org:10002 16:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:46 Configure a credential helper to remove this warning. See 16:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:46 16:30:46 Login Succeeded 16:30:46 nexus3.edgexfoundry.org:10003 16:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:46 Configure a credential helper to remove this warning. See 16:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:46 16:30:46 Login Succeeded 16:30:46 nexus3.edgexfoundry.org:10004 16:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:47 Configure a credential helper to remove this warning. See 16:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:47 16:30:47 Login Succeeded 16:30:47 docker.io 16:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:48 Configure a credential helper to remove this warning. See 16:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:48 16:30:48 Login Succeeded 16:30:48 ---> docker-login.sh ends [Pipeline] } 16:30:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:30:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:30:48 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 16:30:48 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:30:48 latest 16:30:48 3.1.0-dev.13 16:30:48 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 16:30:48 main 16:30:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:48 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:48 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:30:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 16:30:48 7da323c3c5bb: Preparing 16:30:48 92e66e6f16f6: Preparing 16:30:48 d47c69f491ec: Preparing 16:30:48 cfc2ec34b66e: Preparing 16:30:48 fffa835246e7: Preparing 16:30:48 1f068454cef3: Preparing 16:30:48 caaa2180fc6a: Preparing 16:30:48 d2d9d24a8c2a: Preparing 16:30:48 1f068454cef3: Waiting 16:30:48 caaa2180fc6a: Waiting 16:30:48 d2d9d24a8c2a: Waiting 16:30:49 cfc2ec34b66e: Pushed 16:30:49 fffa835246e7: Pushed 16:30:49 7da323c3c5bb: Pushed 16:30:49 d47c69f491ec: Pushed 16:30:49 d2d9d24a8c2a: Layer already exists 16:30:49 1f068454cef3: Pushed 16:30:49 caaa2180fc6a: Pushed 16:30:55 92e66e6f16f6: Pushed 16:30:55 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:55 + 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 16:30:55 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 16:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 16:30:55 7da323c3c5bb: Preparing 16:30:55 92e66e6f16f6: Preparing 16:30:55 d47c69f491ec: Preparing 16:30:55 cfc2ec34b66e: Preparing 16:30:55 fffa835246e7: Preparing 16:30:55 1f068454cef3: Preparing 16:30:55 caaa2180fc6a: Preparing 16:30:55 d2d9d24a8c2a: Preparing 16:30:55 1f068454cef3: Waiting 16:30:55 caaa2180fc6a: Waiting 16:30:55 d2d9d24a8c2a: Waiting 16:30:55 cfc2ec34b66e: Layer already exists 16:30:55 fffa835246e7: Layer already exists 16:30:55 7da323c3c5bb: Layer already exists 16:30:55 92e66e6f16f6: Layer already exists 16:30:55 d47c69f491ec: Layer already exists 16:30:55 d2d9d24a8c2a: Layer already exists 16:30:55 1f068454cef3: Layer already exists 16:30:55 caaa2180fc6a: Layer already exists 16:30:56 latest: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:56 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:56 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.13 16:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 16:30:56 7da323c3c5bb: Preparing 16:30:56 92e66e6f16f6: Preparing 16:30:56 d47c69f491ec: Preparing 16:30:56 cfc2ec34b66e: Preparing 16:30:56 fffa835246e7: Preparing 16:30:56 1f068454cef3: Preparing 16:30:56 caaa2180fc6a: Preparing 16:30:56 d2d9d24a8c2a: Preparing 16:30:56 1f068454cef3: Waiting 16:30:56 d2d9d24a8c2a: Waiting 16:30:56 caaa2180fc6a: Waiting 16:30:56 cfc2ec34b66e: Layer already exists 16:30:56 d47c69f491ec: Layer already exists 16:30:56 fffa835246e7: Layer already exists 16:30:56 7da323c3c5bb: Layer already exists 16:30:56 92e66e6f16f6: Layer already exists 16:30:56 1f068454cef3: Layer already exists 16:30:56 caaa2180fc6a: Layer already exists 16:30:56 d2d9d24a8c2a: Layer already exists 16:30:57 3.1.0-dev.13: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:57 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:57 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 16:30:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 16:30:57 7da323c3c5bb: Preparing 16:30:57 92e66e6f16f6: Preparing 16:30:57 d47c69f491ec: Preparing 16:30:57 cfc2ec34b66e: Preparing 16:30:57 fffa835246e7: Preparing 16:30:57 1f068454cef3: Preparing 16:30:57 caaa2180fc6a: Preparing 16:30:57 d2d9d24a8c2a: Preparing 16:30:57 caaa2180fc6a: Waiting 16:30:57 1f068454cef3: Waiting 16:30:57 d2d9d24a8c2a: Waiting 16:30:57 7da323c3c5bb: Layer already exists 16:30:57 fffa835246e7: Layer already exists 16:30:57 d47c69f491ec: Layer already exists 16:30:57 cfc2ec34b66e: Layer already exists 16:30:57 92e66e6f16f6: Layer already exists 16:30:58 d2d9d24a8c2a: Layer already exists 16:30:58 caaa2180fc6a: Layer already exists 16:30:58 1f068454cef3: Layer already exists 16:30:58 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:58 + 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 16:30:58 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 16:30:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 16:30:58 7da323c3c5bb: Preparing 16:30:58 92e66e6f16f6: Preparing 16:30:58 d47c69f491ec: Preparing 16:30:58 cfc2ec34b66e: Preparing 16:30:58 fffa835246e7: Preparing 16:30:58 1f068454cef3: Preparing 16:30:58 caaa2180fc6a: Preparing 16:30:58 d2d9d24a8c2a: Preparing 16:30:58 1f068454cef3: Waiting 16:30:58 caaa2180fc6a: Waiting 16:30:58 d2d9d24a8c2a: Waiting 16:30:58 fffa835246e7: Layer already exists 16:30:58 cfc2ec34b66e: Layer already exists 16:30:58 92e66e6f16f6: Layer already exists 16:30:58 d47c69f491ec: Layer already exists 16:30:58 7da323c3c5bb: Layer already exists 16:30:58 d2d9d24a8c2a: Layer already exists 16:30:58 caaa2180fc6a: Layer already exists 16:30:58 1f068454cef3: Layer already exists 16:30:59 main: digest: sha256:0bf652391268ec4316c3405217e004d041a660d700ad496a7ebc182c26c8d96e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:30:59 ===================================================== [Pipeline] echo 16:30:59 taggedImages: 16:30:59 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 16:30:59 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 16:30:59 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.13 16:30:59 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644-3.1.0-dev.13 16:30:59 - 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 16:30:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:30:59 16:30:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:31:00 arm64: Pulling from edgex-lftools-log-publisher 16:31:00 8998bd30e6a1: Pulling fs layer 16:31:00 04944245beec: Pulling fs layer 16:31:00 699f458cf7ca: Pulling fs layer 16:31:00 765212b225bb: Pulling fs layer 16:31:00 f23df028b6ca: Pulling fs layer 16:31:00 d65c8cfc05b1: Pulling fs layer 16:31:00 2437ff75d9bd: Pulling fs layer 16:31:00 765212b225bb: Waiting 16:31:00 f23df028b6ca: Waiting 16:31:00 d65c8cfc05b1: Waiting 16:31:00 2437ff75d9bd: Waiting 16:31:00 04944245beec: Verifying Checksum 16:31:00 04944245beec: Download complete 16:31:00 765212b225bb: Verifying Checksum 16:31:00 765212b225bb: Download complete 16:31:00 f23df028b6ca: Verifying Checksum 16:31:00 f23df028b6ca: Download complete 16:31:00 d65c8cfc05b1: Download complete 16:31:00 699f458cf7ca: Verifying Checksum 16:31:00 699f458cf7ca: Download complete 16:31:01 8998bd30e6a1: Verifying Checksum 16:31:01 8998bd30e6a1: Download complete 16:31:03 2437ff75d9bd: Verifying Checksum 16:31:03 2437ff75d9bd: Download complete 16:31:05 8998bd30e6a1: Pull complete 16:31:05 04944245beec: Pull complete 16:31:07 699f458cf7ca: Pull complete 16:31:07 765212b225bb: Pull complete 16:31:10 f23df028b6ca: Pull complete 16:31:10 d65c8cfc05b1: Pull complete 16:31:25 2437ff75d9bd: Pull complete 16:31:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:31:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:31:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:31:25 prd-ubuntu20.04-docker-arm64-4c-16g-4261 does not seem to be running inside a container 16:31:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-rfid-llrp-inventory/125 -v /w/workspace/app-rfid-llrp-inventory/125:/w/workspace/app-rfid-llrp-inventory/125:rw,z -v /w/workspace/app-rfid-llrp-inventory/125@tmp:/w/workspace/app-rfid-llrp-inventory/125@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 16:31:28 $ docker top 8d780684b05f4112dd59b7274b72b2a12ccad6571b43c3a2dabb017937c5d569 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:31:29 ---> job-cost.sh 16:31:29 lf-activate-venv: SKIPPING 16:31:29 INFO: No Stack... 16:31:30 INFO: Retrieving Pricing Info for: v3-standard-4 16:31:30 INFO: Archiving Costs [Pipeline] sh 16:31:31 + cat /w/workspace/app-rfid-llrp-inventory/125/archives/cost.csv 16:31:31 + cut -d, -f6 [Pipeline] lock 16:31:31 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] 16:31:31 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] did not exist. Created. 16:31:31 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:31:32 /w/workspace/app-rfid-llrp-inventory/125@tmp/durable-b773e950/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:31:33 + echo total: 0.10999999940395355 [Pipeline] stash 16:31:33 Warning: overwriting stash ‘stack-cost’ 16:31:33 Stashed 1 file(s) [Pipeline] } 16:31:33 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-125-stack-cost] [Pipeline] // lock [Pipeline] } 16:31:33 $ docker stop --time=1 8d780684b05f4112dd59b7274b72b2a12ccad6571b43c3a2dabb017937c5d569 16:31:35 $ docker rm -f --volumes 8d780684b05f4112dd59b7274b72b2a12ccad6571b43c3a2dabb017937c5d569 [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 16:31:35 provisioning config files... 16:31:35 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10901812040041010928tmp [Pipeline] { [Pipeline] sh 16:31:35 + set +x 16:31:35 + curl -s https://codecov.io/bash 16:31:35 + bash -s -- 16:31:35 16:31:35 _____ _ 16:31:35 / ____| | | 16:31:35 | | ___ __| | ___ ___ _____ __ 16:31:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:31:35 | |___| (_) | (_| | __/ (_| (_) \ V / 16:31:35 \_____\___/ \__,_|\___|\___\___/ \_/ 16:31:35 Bash-1.0.6 16:31:35 16:31:35 16:31:35 ==> git version 2.25.1 found 16:31:35 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 16:31:35 Release-Date: 2020-01-08 16:31:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:31:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:31:35 ==> Jenkins CI detected. 16:31:35 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 16:31:35 project root: . 16:31:35 --> token set from env 16:31:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:31:35 ==> Running gcov in . (disable via -X gcov) 16:31:35 ==> Python coveragepy not found 16:31:35 ==> Searching for coverage reports in: 16:31:35 + . 16:31:35 -> Found 1 reports 16:31:35 ==> Detecting git/mercurial file structure 16:31:35 ==> Reading reports 16:31:35 + ./coverage.out bytes=41317 16:31:35 ==> Appending adjustments 16:31:35 https://docs.codecov.io/docs/fixing-reports 16:31:36 + Found adjustments 16:31:36 ==> Gzipping contents 16:31:36 12K /tmp/codecov.rUwMw1.gz 16:31:36 ==> Uploading reports 16:31:36 url: https://codecov.io 16:31:36 query: branch=main&commit=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 16:31:36 -> Pinging Codecov 16:31:36 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=8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 16:31:36 -> Uploading to 16:31:36 https://storage.googleapis.com/codecov/v4/raw/2023-08-22/581DD39554BDF9B6E22D074273EAD858/8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644/b58d06a2-b3a7-4749-9328-2bdcb9dc4b70.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230822%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230822T163136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=da5a24b4ca185a8f7c92bacd2833947034a0912487020110e69cf2a1051c73bc 16:31:36 % Total % Received % Xferd Average Speed Time Time Time Current 16:31:36 Dload Upload Total Spent Left Speed 16:31:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11810 0 0 100 11810 0 59346 --:--:-- --:--:-- --:--:-- 59346 16:31:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] } 16:31:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:31:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:31:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:31:37 16:31:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:31:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:31:37 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:31:37 df9b9388f04a: Pulling fs layer 16:31:37 52dc419b0ee2: Pulling fs layer 16:31:37 25bc292e5bac: Pulling fs layer 16:31:37 114826534d7a: Pulling fs layer 16:31:37 4657fd5d0bcf: Pulling fs layer 16:31:37 6ad1cebc031e: Pulling fs layer 16:31:37 8a3aa393b2d8: Pulling fs layer 16:31:37 4657fd5d0bcf: Waiting 16:31:37 6ad1cebc031e: Waiting 16:31:37 8a3aa393b2d8: Waiting 16:31:37 114826534d7a: Waiting 16:31:37 25bc292e5bac: Verifying Checksum 16:31:37 25bc292e5bac: Download complete 16:31:37 52dc419b0ee2: Verifying Checksum 16:31:37 52dc419b0ee2: Download complete 16:31:37 4657fd5d0bcf: Verifying Checksum 16:31:37 4657fd5d0bcf: Download complete 16:31:37 df9b9388f04a: Verifying Checksum 16:31:37 df9b9388f04a: Pull complete 16:31:37 6ad1cebc031e: Verifying Checksum 16:31:37 6ad1cebc031e: Download complete 16:31:37 52dc419b0ee2: Pull complete 16:31:37 25bc292e5bac: Pull complete 16:31:38 114826534d7a: Download complete 16:31:38 8a3aa393b2d8: Verifying Checksum 16:31:38 8a3aa393b2d8: Download complete 16:31:42 114826534d7a: Pull complete 16:31:42 4657fd5d0bcf: Pull complete 16:31:42 6ad1cebc031e: Pull complete 16:31:45 8a3aa393b2d8: Pull complete 16:31:45 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:31:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:31:45 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:31:51 $ docker top 9aaf5f80042f03cafca64fb84f1dad11d319e8ada7d30eafc3acb0cab783f0e0 -eo pid,comm [Pipeline] { [Pipeline] echo 16:31:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 16:31:51 + set -o pipefail 16:31:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 16:31:56 16:31:56 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 16:31:56 16:31:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/0c04d607-5026-4704-8d64-ff15ee65c022 16:31:56 16:31:56 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:31:56 16:31:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:31:56 16:31:56 16:31:56 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:31:56 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:31:56 More details here: https://snyk.co/ue1NS [Pipeline] } 16:31:56 $ docker stop --time=1 9aaf5f80042f03cafca64fb84f1dad11d319e8ada7d30eafc3acb0cab783f0e0 16:32:02 $ docker rm -f --volumes 9aaf5f80042f03cafca64fb84f1dad11d319e8ada7d30eafc3acb0cab783f0e0 [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 16:32:02 + git log --format=format:%s -1 8e515cb4cd2f4ab88b73ef0ab71de8a0be7ad644 [Pipeline] sh 16:32:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:32:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:32:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:32:03 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:32:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:32:04 $ docker top e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 -eo pid,comm 16:32:04 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). 16:32:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:32:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:32:04 [ssh-agent] Looking for ssh-agent implementation... 16:32:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:32:04 $ docker exec e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 ssh-agent 16:32:04 SSH_AUTH_SOCK=/tmp/ssh-3OtpTxspHlqA/agent.33 16:32:04 SSH_AGENT_PID=39 16:32:04 Running ssh-add (command line suppressed) 16:32:04 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6816022466373916668.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_6816022466373916668.key) 16:32:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:32:04 + git semver tag 16:32:05 2023-08-22 16:32:05,040 [run_tag] DEBUG tag force:False 16:32:05 2023-08-22 16:32:05,040 [check_head_tag] DEBUG check head tag 16:32:05 2023-08-22 16:32:05,040 [execute] INFO git cat-file --batch-check 16:32:05 2023-08-22 16:32:05,040 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 16:32:05 2023-08-22 16:32:05,044 [execute] INFO git cat-file --batch 16:32:05 2023-08-22 16:32:05,044 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 16:32:05 2023-08-22 16:32:05,057 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:32:05 2023-08-22 16:32:05,057 [execute] INFO git tag -a v3.1.0-dev.13 -m v3.1.0-dev.13 16:32:05 2023-08-22 16:32:05,057 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.13', '-m', 'v3.1.0-dev.13'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 16:32:05 2023-08-22 16:32:05,062 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:32:05 3.1.0-dev.13 [Pipeline] } 16:32:05 $ docker exec --env ******** --env ******** e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 ssh-agent -k 16:32:05 unset SSH_AUTH_SOCK; 16:32:05 unset SSH_AGENT_PID; 16:32:05 echo Agent pid 39 killed; 16:32:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:32:05 + git semver [Pipeline] } 16:32:05 $ docker stop --time=1 e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 16:32:07 $ docker rm -f --volumes e6a390d6ffa364b0b73568ae3a565cc6788907b153ace9fce06bcc3a75160353 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:32:07 16:32:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:32:07 0.23.1-centos7: Pulling from edgex-lftools 16:32:07 ab5ef0e58194: Pulling fs layer 16:32:07 9712f1f96733: Pulling fs layer 16:32:07 63f879dbbcfc: Pulling fs layer 16:32:07 0d9ebad4ef96: Pulling fs layer 16:32:07 e9a5061849ea: Pulling fs layer 16:32:07 d747dcd14b5f: Pulling fs layer 16:32:07 2de7ff778b66: Pulling fs layer 16:32:07 0d9ebad4ef96: Waiting 16:32:07 e9a5061849ea: Waiting 16:32:07 d747dcd14b5f: Waiting 16:32:07 2de7ff778b66: Waiting 16:32:07 9712f1f96733: Verifying Checksum 16:32:07 9712f1f96733: Download complete 16:32:08 63f879dbbcfc: Verifying Checksum 16:32:08 63f879dbbcfc: Download complete 16:32:08 e9a5061849ea: Verifying Checksum 16:32:08 e9a5061849ea: Download complete 16:32:08 d747dcd14b5f: Download complete 16:32:08 0d9ebad4ef96: Verifying Checksum 16:32:08 0d9ebad4ef96: Download complete 16:32:08 ab5ef0e58194: Verifying Checksum 16:32:08 ab5ef0e58194: Download complete 16:32:08 2de7ff778b66: Verifying Checksum 16:32:08 2de7ff778b66: Download complete 16:32:11 ab5ef0e58194: Pull complete 16:32:11 9712f1f96733: Pull complete 16:32:12 63f879dbbcfc: Pull complete 16:32:16 0d9ebad4ef96: Pull complete 16:32:16 e9a5061849ea: Pull complete 16:32:16 d747dcd14b5f: Pull complete 16:32:17 2de7ff778b66: Pull complete 16:32:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:32:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:32:17 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:32:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:32:24 $ docker top d8f2856bca9aaf8b544cca731e9169dd4045fcc690f7641a874d2e80420d98a5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:32:24 provisioning config files... 16:32:24 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8481958373050707887tmp 16:32:24 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1958781277078679367tmp 16:32:24 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7367968943658752317tmp [Pipeline] { [Pipeline] echo 16:32:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:32:25 ---> sigul-configuration.sh 16:32:25 gpg: directory `/root/.gnupg' created 16:32:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:32:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:32:25 gpg: keyring `/root/.gnupg/secring.gpg' created 16:32:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:32:25 gpg: CAST5 encrypted data 16:32:25 gpg: encrypted with 1 passphrase 16:32:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:32:25 + mkdir /home/jenkins 16:32:25 + mkdir /home/jenkins/sigul [Pipeline] sh 16:32:25 + 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 16:32:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:32:26 ---> sigul-install.sh 16:32:26 Sigul already installed; skipping installation. [Pipeline] sh 16:32:26 + git tag --list 16:32:26 v0.0.0 16:32:26 v1.0.0 16:32:26 v2.1.0 16:32:26 v2.1.1 16:32:26 v2.2.0 16:32:26 v2.3.0 16:32:26 v3.0 16:32:26 v3.0.0 16:32:26 v3.0.1 16:32:26 v3.0.1-dev.1 16:32:26 v3.1.0-dev.1 16:32:26 v3.1.0-dev.10 16:32:26 v3.1.0-dev.11 16:32:26 v3.1.0-dev.12 16:32:26 v3.1.0-dev.13 16:32:26 v3.1.0-dev.2 16:32:26 v3.1.0-dev.3 16:32:26 v3.1.0-dev.4 16:32:26 v3.1.0-dev.5 16:32:26 v3.1.0-dev.6 16:32:26 v3.1.0-dev.7 16:32:26 v3.1.0-dev.8 16:32:26 v3.1.0-dev.9 [Pipeline] sh 16:32:26 + lftools sign git-tag v3.1.0-dev.13 16:32:27 Signing Git tag with Sigul... 16:32:27 Signing v3.1.0-dev.13 [Pipeline] echo 16:32:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:32:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:32:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:32:28 $ docker stop --time=1 d8f2856bca9aaf8b544cca731e9169dd4045fcc690f7641a874d2e80420d98a5 16:32:29 $ docker rm -f --volumes d8f2856bca9aaf8b544cca731e9169dd4045fcc690f7641a874d2e80420d98a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:32:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:32:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:32:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:32:30 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:32:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:32:30 $ docker top 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:32:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:32:30 [ssh-agent] Looking for ssh-agent implementation... 16:32:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:32:30 $ docker exec 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 ssh-agent 16:32:31 SSH_AUTH_SOCK=/tmp/ssh-y6NxmJv5whc3/agent.32 16:32:31 SSH_AGENT_PID=38 16:32:31 Running ssh-add (command line suppressed) 16:32:31 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17184946741963984832.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17184946741963984832.key) 16:32:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:32:31 + git semver bump pre 16:32:31 2023-08-22 16:32:31,623 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:32:31 2023-08-22 16:32:31,624 [bump_version] DEBUG bumping version:3.1.0-dev.13 on axis:pre with prefix:dev 16:32:31 2023-08-22 16:32:31,624 [bump_version] DEBUG bumped version:3.1.0-dev.14 16:32:31 2023-08-22 16:32:31,624 [write_version] DEBUG write version:3.1.0-dev.14 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True 16:32:31 2023-08-22 16:32:31,624 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:32:31 2023-08-22 16:32:31,624 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:32:31 2023-08-22 16:32:31,626 [execute] INFO git cat-file --batch-check 16:32:31 2023-08-22 16:32:31,626 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 16:32:31 2023-08-22 16:32:31,631 [execute] INFO git cat-file --batch 16:32:31 2023-08-22 16:32:31,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 16:32:31 2023-08-22 16:32:31,637 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:32:31 3.1.0-dev.14 [Pipeline] } 16:32:31 $ docker exec --env ******** --env ******** 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 ssh-agent -k 16:32:31 unset SSH_AUTH_SOCK; 16:32:31 unset SSH_AGENT_PID; 16:32:31 echo Agent pid 38 killed; 16:32:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:32:32 + git semver [Pipeline] } 16:32:32 $ docker stop --time=1 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 16:32:33 $ docker rm -f --volumes 1590e4487eb290ac7226119ccde55de8b3c9d2854899302013e4e28efc725c85 [Pipeline] // withDockerContainer [Pipeline] sh 16:32:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:32:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:32:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:32:34 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:32:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:32:34 $ docker top 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af -eo pid,comm 16:32:34 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). 16:32:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:32:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:32:34 [ssh-agent] Looking for ssh-agent implementation... 16:32:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:32:35 $ docker exec 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af ssh-agent 16:32:35 SSH_AUTH_SOCK=/tmp/ssh-mtoiXuekllBy/agent.33 16:32:35 SSH_AGENT_PID=39 16:32:35 Running ssh-add (command line suppressed) 16:32:35 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_2687325794124598719.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_2687325794124598719.key) 16:32:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:32:35 + git semver push 16:32:35 2023-08-22 16:32:35,812 [run_push] DEBUG push 16:32:35 2023-08-22 16:32:35,813 [execute] INFO git cat-file --batch-check 16:32:35 2023-08-22 16:32:35,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 16:32:35 2023-08-22 16:32:35,819 [execute] INFO git rev-list bb780735ae81bc38a477939e7eef231254b54a03 -- 16:32:35 2023-08-22 16:32:35,819 [execute] DEBUG Popen(['git', 'rev-list', 'bb780735ae81bc38a477939e7eef231254b54a03', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 16:32:35 2023-08-22 16:32:35,826 [execute] INFO git fetch -v origin 16:32:35 2023-08-22 16:32:35,826 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) 16:32:36 2023-08-22 16:32:36,295 [run_push] DEBUG no remote changes detected 16:32:36 2023-08-22 16:32:36,295 [execute] INFO git push origin semver 16:32:36 2023-08-22 16:32:36,296 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 16:32:37 2023-08-22 16:32:36,970 [run_push] DEBUG push all version tags 16:32:37 2023-08-22 16:32:36,970 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:32:37 2023-08-22 16:32:36,971 [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) 16:32:38 2023-08-22 16:32:37,677 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 16:32:38 3.1.0-dev.14 [Pipeline] } 16:32:38 $ docker exec --env ******** --env ******** 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af ssh-agent -k 16:32:38 unset SSH_AUTH_SOCK; 16:32:38 unset SSH_AGENT_PID; 16:32:38 echo Agent pid 39 killed; 16:32:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:32:38 + git semver [Pipeline] } 16:32:38 $ docker stop --time=1 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af 16:32:40 $ docker rm -f --volumes 37f60eeaa43f1be477f366235e8c873719239c2aab9ccaa6bc961800d09db8af [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 16:32:40 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 16:32:40 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 16:32:40 total 16 16:32:40 drwxr-xr-x 3 root root 4096 Aug 22 16:19 . 16:32:40 drwxrwxr-x 12 jenkins jenkins 4096 Aug 22 16:32 .. 16:32:40 drwxr-xr-x 2 root root 4096 Aug 22 16:19 cost 16:32:40 -rw-r--r-- 1 root root 95 Aug 22 16:19 cost.csv 16:32:40 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 16:32:40 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 16:32:40 total 16 16:32:40 drwxr-xr-x 3 jenkins jenkins 4096 Aug 22 16:19 . 16:32:40 drwxrwxr-x 12 jenkins jenkins 4096 Aug 22 16:32 .. 16:32:40 drwxr-xr-x 2 jenkins jenkins 4096 Aug 22 16:19 cost 16:32:40 -rw-r--r-- 1 jenkins jenkins 95 Aug 22 16:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:32:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:32:41 ---> package-listing.sh 16:32:41 ++ facter osfamily 16:32:41 ++ tr '[:upper:]' '[:lower:]' 16:32:42 + OS_FAMILY=debian 16:32:42 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 16:32:42 + START_PACKAGES=/tmp/packages_start.txt 16:32:42 + END_PACKAGES=/tmp/packages_end.txt 16:32:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:32:42 + PACKAGES=/tmp/packages_start.txt 16:32:42 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 16:32:42 + PACKAGES=/tmp/packages_end.txt 16:32:42 + case "${OS_FAMILY}" in 16:32:42 + dpkg -l 16:32:42 + grep '^ii' 16:32:42 + '[' -f /tmp/packages_start.txt ']' 16:32:42 + '[' -f /tmp/packages_end.txt ']' 16:32:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:32:42 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 16:32:42 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 16:32:42 + 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 16:32:42 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 16:32:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:32:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:32:43 prd-ubuntu20.04-docker-8c-8g-4260 does not seem to be running inside a container 16:32:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:32:43 $ docker top 04487af7a319959215b8bf0f124c4449edb05b1359e1919fe4692ae97114ad79 -eo pid,comm [Pipeline] { [Pipeline] sh 16:32:43 + touch /tmp/pre-build-complete [Pipeline] sh 16:32:43 + mkdir -p /var/log/sysstat [Pipeline] sh 16:32:44 + ls /var/log/sa-host 16:32:44 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:32:44 provisioning config files... 16:32:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config9412877173377442698tmp [Pipeline] { [Pipeline] echo 16:32:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:32:44 ---> create-netrc.sh [Pipeline] } 16:32:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:32:44 ---> python-tools-install.sh [Pipeline] echo 16:32:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:32:45 ---> sudo-logs.sh 16:32:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:32:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:32:45 ---> job-cost.sh 16:32:45 lf-activate-venv: SKIPPING 16:32:45 DEBUG: total: 0.2199999988079071 16:32:45 INFO: Retrieving Stack Cost... 16:32:45 INFO: Retrieving Pricing Info for: v3-standard-8 16:32:46 INFO: Archiving Costs [Pipeline] echo 16:32:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:32:46 ---> logs-deploy.sh 16:32:46 lf-activate-venv: SKIPPING 16:32:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/125 16:32:46 INFO: archiving workspace using pattern(s): 16:32:47 Archives upload complete. 16:32:47 INFO: archiving logs to Nexus