Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 966f2917b41cbabd8c329e4006849192ff537794 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-ssh3282409499050802870.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-ssh14021265398365265502.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-ssh16483332644190204676.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-ssh3916339388307099652.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-ssh16442021192813034683.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-3790 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 966f2917b41cbabd8c329e4006849192ff537794 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#220)" > 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 966f2917b41cbabd8c329e4006849192ff537794 # timeout=10 > git rev-list --no-walk cd2fdb78346a746a4a513aea6141dac1c9baeef7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:58:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:58:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:58:12 ========================================================= 14:58:12 EdgeX Global Pipelines Version Info 14:58:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:58:12 ------------------- 14:58:12 stable info: 14:58:12 ------------------- 14:58:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:58:12 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:58:12 Message: update stable to v1.0.253 14:58:13 ------------------- 14:58:13 experimental info: 14:58:13 ------------------- 14:58:13 Commited By: **** collab-it+edgex@linuxfoundation.org 14:58:13 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 14:58:13 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:58:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 966f291 [Pipeline] echo 14:58:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:58:14 provisioning config files... 14:58:14 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13570824259999223279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:58:14 ---> docker-login.sh 14:58:14 nexus3.edgexfoundry.org:10001 14:58:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:15 Configure a credential helper to remove this warning. See 14:58:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:15 14:58:15 Login Succeeded 14:58:15 nexus3.edgexfoundry.org:10002 14:58:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:15 Configure a credential helper to remove this warning. See 14:58:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:15 14:58:15 Login Succeeded 14:58:15 nexus3.edgexfoundry.org:10003 14:58:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:15 Configure a credential helper to remove this warning. See 14:58:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:15 14:58:15 Login Succeeded 14:58:15 nexus3.edgexfoundry.org:10004 14:58:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:15 Configure a credential helper to remove this warning. See 14:58:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:15 14:58:15 Login Succeeded 14:58:15 docker.io 14:58:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:15 Configure a credential helper to remove this warning. See 14:58:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:15 14:58:15 Login Succeeded 14:58:15 ---> docker-login.sh ends [Pipeline] } 14:58:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:58:16 + git rev-list -1 --merges 966f2917b41cbabd8c329e4006849192ff537794~1..966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo 14:58:16 -----------> git rev-list -1 --merges 966f2917b41cbabd8c329e4006849192ff537794~1..966f2917b41cbabd8c329e4006849192ff537794 966f2917b41cbabd8c329e4006849192ff537794 [false] [Pipeline] sh 14:58:16 + git log --format=format:%s -1 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo 14:58:16 ========================================================= 14:58:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:58:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:58:17 + git log --format=format:%s -1 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] echo 14:58:17 [semverPrep] GIT_COMMIT: 966f2917b41cbabd8c329e4006849192ff537794, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#220) [Pipeline] echo 14:58:17 [semverPrep] This is not a build commit. [Pipeline] sh 14:58:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:58:17 + grep -v github /etc/ssh/ssh_known_hosts 14:58:17 + [ -e /tmp/ssh_known_hosts ] 14:58:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:58:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:58:17 + sudo tee -a /etc/ssh/ssh_known_hosts 14:58:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:58:17 14:58:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:58:18 0.1.4: Pulling from edgex-devops/py-git-semver 14:58:18 b85a868b505f: Pulling fs layer 14:58:18 e2be974225ed: Pulling fs layer 14:58:18 339a4e72a1f5: Pulling fs layer 14:58:18 988bab9f4d93: Pulling fs layer 14:58:18 1469e6f7b9e6: Pulling fs layer 14:58:18 eaf3925da568: Pulling fs layer 14:58:18 bab4dde63d76: Pulling fs layer 14:58:18 bde34c3a00c8: Pulling fs layer 14:58:18 b352a97aabf1: Pulling fs layer 14:58:18 4872d77fe225: Pulling fs layer 14:58:18 5851b861e8e6: Pulling fs layer 14:58:18 4872d77fe225: Waiting 14:58:18 b352a97aabf1: Waiting 14:58:18 988bab9f4d93: Waiting 14:58:18 bab4dde63d76: Waiting 14:58:18 5851b861e8e6: Waiting 14:58:18 1469e6f7b9e6: Waiting 14:58:18 bde34c3a00c8: Waiting 14:58:18 eaf3925da568: Waiting 14:58:18 e2be974225ed: Download complete 14:58:18 988bab9f4d93: Verifying Checksum 14:58:18 988bab9f4d93: Download complete 14:58:18 1469e6f7b9e6: Verifying Checksum 14:58:18 1469e6f7b9e6: Download complete 14:58:18 339a4e72a1f5: Verifying Checksum 14:58:18 339a4e72a1f5: Download complete 14:58:18 eaf3925da568: Verifying Checksum 14:58:18 eaf3925da568: Download complete 14:58:18 bde34c3a00c8: Download complete 14:58:18 b352a97aabf1: Verifying Checksum 14:58:18 b352a97aabf1: Download complete 14:58:18 4872d77fe225: Verifying Checksum 14:58:18 4872d77fe225: Download complete 14:58:18 5851b861e8e6: Verifying Checksum 14:58:18 5851b861e8e6: Download complete 14:58:18 b85a868b505f: Verifying Checksum 14:58:18 b85a868b505f: Download complete 14:58:18 bab4dde63d76: Verifying Checksum 14:58:18 bab4dde63d76: Download complete 14:58:19 b85a868b505f: Pull complete 14:58:19 e2be974225ed: Pull complete 14:58:20 339a4e72a1f5: Pull complete 14:58:20 988bab9f4d93: Pull complete 14:58:20 1469e6f7b9e6: Pull complete 14:58:20 eaf3925da568: Pull complete 14:58:22 bab4dde63d76: Pull complete 14:58:22 bde34c3a00c8: Pull complete 14:58:22 b352a97aabf1: Pull complete 14:58:22 4872d77fe225: Pull complete 14:58:23 5851b861e8e6: Pull complete 14:58:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:58:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:58:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:58:23 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 14:58:23 $ 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 14:58:24 $ docker top 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba -eo pid,comm 14:58:24 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). 14:58:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:58:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:58:24 [ssh-agent] Looking for ssh-agent implementation... 14:58:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:58:24 $ docker exec 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent 14:58:24 SSH_AUTH_SOCK=/tmp/ssh-V1zM5J41qimI/agent.31 14:58:24 SSH_AGENT_PID=37 14:58:24 Running ssh-add (command line suppressed) 14:58:25 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3380535145473013820.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3380535145473013820.key) 14:58:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:58:25 + git tag --points-at HEAD [Pipeline] } 14:58:25 $ docker exec --env ******** --env ******** 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent -k 14:58:25 unset SSH_AUTH_SOCK; 14:58:25 unset SSH_AGENT_PID; 14:58:25 echo Agent pid 37 killed; 14:58:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:58:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:58:25 [ssh-agent] Looking for ssh-agent implementation... 14:58:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:58:25 $ docker exec 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent 14:58:25 SSH_AUTH_SOCK=/tmp/ssh-T4I1JNll3pHh/agent.69 14:58:25 SSH_AGENT_PID=75 14:58:25 Running ssh-add (command line suppressed) 14:58:25 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_18284033690343807052.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_18284033690343807052.key) 14:58:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:58:26 + git semver init 14:58:26 2023-08-16 14:58:26,487 [run_init] DEBUG init version:0.0.0 force:False 14:58:26 2023-08-16 14:58:26,488 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 14:58:26 2023-08-16 14:58:26,489 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver 14:58:26 2023-08-16 14:58:26,489 [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) 14:58:27 2023-08-16 14:58:27,548 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 14:58:27 2023-08-16 14:58:27,548 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False 14:58:27 2023-08-16 14:58:27,548 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:58:27 2023-08-16 14:58:27,549 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:58:27 3.1.0-dev.12 [Pipeline] } 14:58:27 $ docker exec --env ******** --env ******** 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba ssh-agent -k 14:58:28 unset SSH_AUTH_SOCK; 14:58:28 unset SSH_AGENT_PID; 14:58:28 echo Agent pid 75 killed; 14:58:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:58:28 + git semver [Pipeline] } 14:58:28 $ docker stop --time=1 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba 14:58:30 $ docker rm -f --volumes 2ca26bcc92706a149cf22eeb4a849a1cb6d3e996e2cffdd4872e3dd8d01aeeba [Pipeline] // withDockerContainer [Pipeline] sh 14:58:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:58:30 Stashed 1 file(s) [Pipeline] echo 14:58:30 [edgeXSemver]: initialized semver on version 3.1.0-dev.12 [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 14:58:30 provisioning config files... 14:58:30 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1410925750005007342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:58:31 ---> docker-login.sh 14:58:31 nexus3.edgexfoundry.org:10001 14:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:31 Configure a credential helper to remove this warning. See 14:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:31 14:58:31 Login Succeeded 14:58:31 nexus3.edgexfoundry.org:10002 14:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:31 Configure a credential helper to remove this warning. See 14:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:31 14:58:31 Login Succeeded 14:58:31 nexus3.edgexfoundry.org:10003 14:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:31 Configure a credential helper to remove this warning. See 14:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:31 14:58:31 Login Succeeded 14:58:31 nexus3.edgexfoundry.org:10004 14:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:31 Configure a credential helper to remove this warning. See 14:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:31 14:58:31 Login Succeeded 14:58:31 docker.io 14:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:31 Configure a credential helper to remove this warning. See 14:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:31 14:58:31 Login Succeeded 14:58:31 ---> docker-login.sh ends [Pipeline] } 14:58:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:58:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:58:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:58:31 ========================================================= 14:58:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 14:58:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:32 + 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 . 14:58:32 Sending build context to Docker daemon 12.68MB 14:58:32 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 14:58:32 Step 2/12 : FROM ${BASE} AS builder 14:58:32 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 14:58:32 4db1b89c0bd1: Pulling fs layer 14:58:32 6911f1a30b25: Pulling fs layer 14:58:32 e194b8c5c2a9: Pulling fs layer 14:58:32 6863d3e3a2b1: Pulling fs layer 14:58:32 ec0bb842ea78: Pulling fs layer 14:58:32 40a00589a448: Pulling fs layer 14:58:32 6c08303d61cc: Pulling fs layer 14:58:32 798269fcf238: Pulling fs layer 14:58:32 ec0bb842ea78: Waiting 14:58:32 6863d3e3a2b1: Waiting 14:58:32 6c08303d61cc: Waiting 14:58:32 6911f1a30b25: Verifying Checksum 14:58:32 6863d3e3a2b1: Verifying Checksum 14:58:32 6863d3e3a2b1: Download complete 14:58:32 ec0bb842ea78: Verifying Checksum 14:58:32 ec0bb842ea78: Download complete 14:58:32 4db1b89c0bd1: Verifying Checksum 14:58:32 4db1b89c0bd1: Download complete 14:58:32 40a00589a448: Verifying Checksum 14:58:32 40a00589a448: Download complete 14:58:32 4db1b89c0bd1: Pull complete 14:58:32 6911f1a30b25: Pull complete 14:58:33 e194b8c5c2a9: Verifying Checksum 14:58:33 e194b8c5c2a9: Download complete 14:58:33 798269fcf238: Verifying Checksum 14:58:33 798269fcf238: Download complete 14:58:33 6c08303d61cc: Verifying Checksum 14:58:33 6c08303d61cc: Download complete 14:58:36 e194b8c5c2a9: Pull complete 14:58:36 6863d3e3a2b1: Pull complete 14:58:36 ec0bb842ea78: Pull complete 14:58:36 40a00589a448: Pull complete 14:58:39 6c08303d61cc: Pull complete 14:58:40 798269fcf238: Pull complete 14:58:40 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 14:58:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:58:40 ---> ec979cd7f677 14:58:40 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:58:41 ---> Running in facf10530d79 14:58:41 Removing intermediate container facf10530d79 14:58:41 ---> 46a0443e38fa 14:58:41 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:58:41 ---> Running in 75559ff3668b 14:58:42 Removing intermediate container 75559ff3668b 14:58:42 ---> ec3c8e04f7a2 14:58:42 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:58:42 ---> Running in a5f11ee092f7 14:58:42 Removing intermediate container a5f11ee092f7 14:58:42 ---> 90dd3f9d1bf4 14:58:42 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:58:42 ---> Running in b0b12fcce933 14:58:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:42 OK: 265 MiB in 53 packages 14:58:43 Removing intermediate container b0b12fcce933 14:58:43 ---> 61233e5b8b06 14:58:43 Step 7/12 : WORKDIR /app 14:58:43 ---> Running in ee70ce3a143f 14:58:43 Removing intermediate container ee70ce3a143f 14:58:43 ---> 0a290488c114 14:58:43 Step 8/12 : COPY go.mod vendor* ./ 14:58:43 ---> d389295c9485 14:58:43 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:43 ---> Running in 4f3b7abcf2b7 14:58:45 Still waiting to schedule task 14:58:45 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:59:09 Removing intermediate container 4f3b7abcf2b7 14:59:09 ---> eaf2356a3578 14:59:09 Step 10/12 : COPY . . 14:59:09 ---> dae3f85c3993 14:59:09 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:59:09 ---> Running in f83983e87566 14:59:09 Removing intermediate container f83983e87566 14:59:09 ---> 3e718dc32124 14:59:09 Step 12/12 : RUN $MAKE 14:59:09 ---> Running in 779f960b5736 14:59:09 noop 14:59:09 Removing intermediate container 779f960b5736 14:59:09 ---> bf0d61e84678 14:59:09 Successfully built bf0d61e84678 14:59:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:10 + docker inspect -f . ci-base-image-x86_64 14:59:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:10 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 14:59:10 $ 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 14:59:10 $ docker top 709e5518a8d2804dab8d9c3079a70bbcf9b47f60bb6cad4377fde12eb9709b2e -eo pid,comm [Pipeline] { [Pipeline] sh 14:59:11 + go version 14:59:11 go version go1.20.6 linux/amd64 [Pipeline] } 14:59:11 $ docker stop --time=1 709e5518a8d2804dab8d9c3079a70bbcf9b47f60bb6cad4377fde12eb9709b2e 14:59:12 $ docker rm -f --volumes 709e5518a8d2804dab8d9c3079a70bbcf9b47f60bb6cad4377fde12eb9709b2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:12 + docker inspect -f . ci-base-image-x86_64 14:59:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:12 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 14:59:12 $ 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 14:59:13 $ docker top 4c98f4f4fffd50d318e1ef3e0845fe481432f9e715879c86cb388d463ada57dc -eo pid,comm [Pipeline] { [Pipeline] sh 14:59:13 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 14:59:13 + make test 14:59:13 go test -race ./... -coverprofile=coverage.out ./... 14:59:35 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 14:59:35 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 14:59:35 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.144s coverage: 86.2% of statements 14:59:37 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.752s coverage: 71.9% of statements 14:59:59 go vet ./... 15:00:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:00:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:00:04 ./bin/test-attribution.sh [Pipeline] echo 15:00:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:00:04 $ docker stop --time=1 4c98f4f4fffd50d318e1ef3e0845fe481432f9e715879c86cb388d463ada57dc 15:00:06 $ docker rm -f --volumes 4c98f4f4fffd50d318e1ef3e0845fe481432f9e715879c86cb388d463ada57dc [Pipeline] // withDockerContainer [Pipeline] sh 15:00:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:00:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:00:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:00:07 + ls -al . 15:00:07 total 236 15:00:07 drwxrwxr-x 11 jenkins jenkins 4096 Aug 16 14:59 . 15:00:07 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 14:58 .. 15:00:07 -rw-rw-r-- 1 jenkins jenkins 262 Aug 16 14:58 .dockerignore 15:00:07 drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 14:58 .git 15:00:07 drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 14:58 .github 15:00:07 -rw-rw-r-- 1 jenkins jenkins 788 Aug 16 14:58 .gitignore 15:00:07 -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 14:58 .golangci.yml 15:00:07 drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 14:58 .semver 15:00:07 -rw-rw-r-- 1 jenkins jenkins 10232 Aug 16 14:58 Attribution.txt 15:00:07 -rw-rw-r-- 1 jenkins jenkins 9317 Aug 16 14:58 CHANGELOG.md 15:00:07 -rw-rw-r-- 1 jenkins jenkins 1659 Aug 16 14:58 Dockerfile 15:00:07 -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 14:58 GOVERNANCE.md 15:00:07 -rw-rw-r-- 1 jenkins jenkins 687 Aug 16 14:58 Jenkinsfile 15:00:07 -rw-rw-r-- 1 jenkins jenkins 11347 Aug 16 14:58 LICENSE 15:00:07 -rw-rw-r-- 1 jenkins jenkins 2497 Aug 16 14:58 Makefile 15:00:07 -rw-rw-r-- 1 jenkins jenkins 617 Aug 16 14:58 OWNERS.md 15:00:07 -rw-rw-r-- 1 jenkins jenkins 31516 Aug 16 14:58 README.md 15:00:07 -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 14:58 VERSION 15:00:07 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 14:58 bin 15:00:07 -rw-r--r-- 1 jenkins jenkins 41317 Aug 16 14:59 coverage.out 15:00:07 -rw-rw-r-- 1 jenkins jenkins 3664 Aug 16 14:58 go.mod 15:00:07 -rw-rw-r-- 1 jenkins jenkins 32783 Aug 16 14:58 go.sum 15:00:07 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 14:58 images 15:00:07 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 14:58 internal 15:00:07 -rw-rw-r-- 1 jenkins jenkins 531 Aug 16 14:58 main.go 15:00:07 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 14:58 res 15:00:07 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 14:58 snap 15:00:07 drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 14:58 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:07 + 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=966f2917b41cbabd8c329e4006849192ff537794 --label arch=amd64 --label version=3.1.0-dev.12 . 15:00:07 Sending build context to Docker daemon 12.68MB 15:00:07 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 15:00:07 Step 2/29 : FROM ${BASE} AS builder 15:00:07 ---> bf0d61e84678 15:00:07 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 15:00:07 ---> Running in 8197a44ac116 15:00:08 Removing intermediate container 8197a44ac116 15:00:08 ---> becbd299de49 15:00:08 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 15:00:08 ---> Running in f24b84c325f8 15:00:08 Removing intermediate container f24b84c325f8 15:00:08 ---> 6fb78d6ffc29 15:00:08 Step 5/29 : ARG ADD_BUILD_TAGS="" 15:00:08 ---> Running in c8c9b997021a 15:00:08 Removing intermediate container c8c9b997021a 15:00:08 ---> 068ece3a5ab9 15:00:08 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:00:08 ---> Running in 3f9784a9a75a 15:00:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:00:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:00:08 OK: 265 MiB in 53 packages 15:00:09 Removing intermediate container 3f9784a9a75a 15:00:09 ---> a844b47348a2 15:00:09 Step 7/29 : WORKDIR /app 15:00:09 ---> Running in 92e8c61ad9fd 15:00:09 Removing intermediate container 92e8c61ad9fd 15:00:09 ---> 0164fa0108de 15:00:09 Step 8/29 : COPY go.mod vendor* ./ 15:00:09 ---> 2e5616398284 15:00:09 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:09 ---> Running in 48dc44085fc3 15:00:10 Removing intermediate container 48dc44085fc3 15:00:10 ---> 9a182b29e345 15:00:10 Step 10/29 : COPY . . 15:00:10 ---> d02e27969251 15:00:10 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:00:10 ---> Running in d04405237564 15:00:10 Removing intermediate container d04405237564 15:00:10 ---> 41cbe5f12ec2 15:00:10 Step 12/29 : RUN $MAKE 15:00:10 ---> Running in ff377664c4c4 15:00:10 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.12 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.12" -trimpath -mod=readonly -o app-rfid-llrp-inventory 15:00:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3792 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 15:00:17 Running in /w/workspace/app-rfid-llrp-inventory/124 [Pipeline] { [Pipeline] checkout 15:00:17 The recommended git tool is: git 15:00:22 using credential edgex-jenkins-ssh 15:00:22 Cloning the remote Git repository 15:00:22 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 15:00:22 > git init /w/workspace/app-rfid-llrp-inventory/124 # timeout=10 15:00:22 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 15:00:22 > git --version # timeout=10 15:00:22 > git --version # 'git version 2.25.1' 15:00:22 using GIT_SSH to set credentials SSH Credentials for GitHub 15:00:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:00:24 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 15:00:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:00:25 Avoid second fetch 15:00:25 Checking out Revision 966f2917b41cbabd8c329e4006849192ff537794 (main) 15:00:25 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#220)" 15:00:25 > git config core.sparsecheckout # timeout=10 15:00:25 > git checkout -f 966f2917b41cbabd8c329e4006849192ff537794 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:00:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:00:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:00:26 Dload Upload Total Spent Left Speed 15:00:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 88548 [Pipeline] sh 15:00:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:00:27 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:00:27 + sudo tee /etc/docker/daemon.new 15:00:27 { 15:00:27 "registry-mirrors": [ 15:00:27 "https://nexus3.edgexfoundry.org:10001" 15:00:27 ], 15:00:27 "bip": "10.250.0.254/24", 15:00:27 "hosts": [ 15:00:27 "tcp://0.0.0.0:5555", 15:00:27 "unix:///var/run/docker.sock" 15:00:27 ], 15:00:27 "mtu": 1458, 15:00:27 "selinux-enabled": true, 15:00:27 "seccomp-profile": "/etc/docker/seccomp.json" 15:00:27 } [Pipeline] sh 15:00:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:00:28 + sudo service docker restart 15:00:28 Removing intermediate container ff377664c4c4 15:00:28 ---> 31f109fa56e5 15:00:28 Step 13/29 : FROM alpine:3.17 15:00:28 3.17: Pulling from library/alpine 15:00:28 9398808236ff: Pulling fs layer 15:00:28 9398808236ff: Verifying Checksum 15:00:28 9398808236ff: Download complete 15:00:28 9398808236ff: Pull complete 15:00:28 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:00:28 Status: Downloaded newer image for alpine:3.17 15:00:28 ---> 1e0b8b5322fc 15:00:28 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:00:28 ---> Running in fea797236a8a 15:00:28 Removing intermediate container fea797236a8a 15:00:28 ---> d2024b938ade 15:00:28 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 15:00:28 ---> Running in 87efa4cbdcb1 15:00:28 Removing intermediate container 87efa4cbdcb1 15:00:28 ---> bd5bc295bd32 15:00:28 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 15:00:28 ---> Running in c3a9351a0f30 15:00:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:00:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:00:29 (1/2) Installing ca-certificates (20230506-r0) 15:00:29 (2/2) Installing dumb-init (1.2.5-r2) 15:00:29 Executing busybox-1.35.0-r29.trigger 15:00:29 Executing ca-certificates-20230506-r0.trigger 15:00:29 OK: 8 MiB in 17 packages 15:00:29 Removing intermediate container c3a9351a0f30 15:00:29 ---> 0025faf1c971 15:00:29 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:00:29 ---> 9ddc113f6248 15:00:29 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 15:00:29 ---> a20b71e607ac 15:00:29 Step 19/29 : COPY --from=builder /app/res/ /res/ 15:00:30 ---> 5af6e8ab524e 15:00:30 Step 20/29 : COPY --from=builder /app/static/ /static/ 15:00:30 ---> efa4421f45ac 15:00:30 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 15:00:30 ---> 951e7a79d3f8 15:00:30 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 15:00:30 ---> Running in 019c6a4becb5 15:00:31 Removing intermediate container 019c6a4becb5 15:00:31 ---> f6a5adcc1e92 15:00:31 Step 23/29 : VOLUME /cache 15:00:31 ---> Running in 7a55aaf99d16 15:00:31 Removing intermediate container 7a55aaf99d16 15:00:31 ---> 464f458c8623 15:00:31 Step 24/29 : EXPOSE 59711 15:00:31 ---> Running in 1215794e636b 15:00:31 Removing intermediate container 1215794e636b 15:00:31 ---> 99578550a085 15:00:31 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 15:00:31 ---> Running in 45285dd7d60d 15:00:31 Removing intermediate container 45285dd7d60d 15:00:31 ---> 8c4b9bb69f79 15:00:31 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 15:00:31 ---> Running in 4957706fb253 15:00:31 Removing intermediate container 4957706fb253 15:00:31 ---> 2a807a5efc3c 15:00:31 Step 27/29 : LABEL arch=amd64 15:00:31 ---> Running in 0d4218fdd681 15:00:31 Removing intermediate container 0d4218fdd681 15:00:31 ---> 2e4bb4a1c39b 15:00:31 Step 28/29 : LABEL git_sha=966f2917b41cbabd8c329e4006849192ff537794 15:00:31 ---> Running in fb688e9a4ff6 15:00:31 Removing intermediate container fb688e9a4ff6 15:00:31 ---> 27daf924d19e 15:00:31 Step 29/29 : LABEL version=3.1.0-dev.12 15:00:31 ---> Running in eef742c9535c 15:00:31 Removing intermediate container eef742c9535c 15:00:31 ---> 46cc1c575626 15:00:31 [Warning] One or more build-args [ARCH] were not consumed 15:00:31 Successfully built 46cc1c575626 15:00:31 Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:00:31 provisioning config files... 15:00:31 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7720391815298364973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:32 ---> docker-login.sh 15:00:32 nexus3.edgexfoundry.org:10001 15:00:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:32 Configure a credential helper to remove this warning. See 15:00:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:32 15:00:32 Login Succeeded 15:00:32 nexus3.edgexfoundry.org:10002 15:00:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:32 Configure a credential helper to remove this warning. See 15:00:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:32 15:00:32 Login Succeeded 15:00:32 nexus3.edgexfoundry.org:10003 15:00:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:33 Configure a credential helper to remove this warning. See 15:00:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:33 15:00:33 Login Succeeded 15:00:33 nexus3.edgexfoundry.org:10004 15:00:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:33 Configure a credential helper to remove this warning. See 15:00:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:33 15:00:33 Login Succeeded 15:00:33 docker.io 15:00:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:33 Configure a credential helper to remove this warning. See 15:00:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:33 15:00:33 Login Succeeded 15:00:33 ---> docker-login.sh ends [Pipeline] } 15:00:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:00:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:33 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 15:00:33 966f2917b41cbabd8c329e4006849192ff537794 15:00:33 latest 15:00:33 3.1.0-dev.12 15:00:33 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 15:00:33 main 15:00:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:34 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:34 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794 15:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:00:34 59b0c330a414: Preparing 15:00:34 968044067c16: Preparing 15:00:34 ac38c6b70ada: Preparing 15:00:34 3cdaa8d2f63c: Preparing 15:00:34 710980333348: Preparing 15:00:34 0e9fb7e97621: Preparing 15:00:34 e19a127b6968: Preparing 15:00:34 36b50b131297: Preparing 15:00:34 0e9fb7e97621: Waiting 15:00:34 e19a127b6968: Waiting 15:00:34 36b50b131297: Waiting 15:00:34 59b0c330a414: Pushed 15:00:34 3cdaa8d2f63c: Pushed 15:00:34 710980333348: Pushed 15:00:34 ac38c6b70ada: Pushed 15:00:34 36b50b131297: Layer already exists 15:00:34 0e9fb7e97621: Pushed 15:00:34 e19a127b6968: Pushed 15:00:40 968044067c16: Pushed 15:00:40 966f2917b41cbabd8c329e4006849192ff537794: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:40 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:41 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 15:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:00:41 59b0c330a414: Preparing 15:00:41 968044067c16: Preparing 15:00:41 ac38c6b70ada: Preparing 15:00:41 3cdaa8d2f63c: Preparing 15:00:41 710980333348: Preparing 15:00:41 0e9fb7e97621: Preparing 15:00:41 e19a127b6968: Preparing 15:00:41 36b50b131297: Preparing 15:00:41 0e9fb7e97621: Waiting 15:00:41 e19a127b6968: Waiting 15:00:41 36b50b131297: Waiting 15:00:41 968044067c16: Layer already exists 15:00:41 710980333348: Layer already exists 15:00:41 59b0c330a414: Layer already exists 15:00:41 3cdaa8d2f63c: Layer already exists 15:00:41 ac38c6b70ada: Layer already exists 15:00:41 e19a127b6968: Layer already exists 15:00:41 0e9fb7e97621: Layer already exists 15:00:41 36b50b131297: Layer already exists 15:00:41 latest: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:41 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:41 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.12 15:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:00:41 59b0c330a414: Preparing 15:00:41 968044067c16: Preparing 15:00:41 ac38c6b70ada: Preparing 15:00:41 3cdaa8d2f63c: Preparing 15:00:41 710980333348: Preparing 15:00:41 0e9fb7e97621: Preparing 15:00:41 e19a127b6968: Preparing 15:00:41 36b50b131297: Preparing 15:00:41 0e9fb7e97621: Waiting 15:00:41 e19a127b6968: Waiting 15:00:41 36b50b131297: Waiting 15:00:41 968044067c16: Layer already exists 15:00:41 59b0c330a414: Layer already exists 15:00:41 3cdaa8d2f63c: Layer already exists 15:00:41 710980333348: Layer already exists 15:00:41 ac38c6b70ada: Layer already exists 15:00:41 0e9fb7e97621: Layer already exists 15:00:41 36b50b131297: Layer already exists 15:00:41 e19a127b6968: Layer already exists 15:00:41 3.1.0-dev.12: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:41 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:42 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 15:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:00:42 59b0c330a414: Preparing 15:00:42 968044067c16: Preparing 15:00:42 ac38c6b70ada: Preparing 15:00:42 3cdaa8d2f63c: Preparing 15:00:42 710980333348: Preparing 15:00:42 0e9fb7e97621: Preparing 15:00:42 e19a127b6968: Preparing 15:00:42 36b50b131297: Preparing 15:00:42 0e9fb7e97621: Waiting 15:00:42 e19a127b6968: Waiting 15:00:42 36b50b131297: Waiting 15:00:42 ac38c6b70ada: Layer already exists 15:00:42 968044067c16: Layer already exists 15:00:42 3cdaa8d2f63c: Layer already exists 15:00:42 710980333348: Layer already exists 15:00:42 59b0c330a414: Layer already exists 15:00:42 0e9fb7e97621: Layer already exists 15:00:42 e19a127b6968: Layer already exists 15:00:42 36b50b131297: Layer already exists 15:00:42 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:42 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:42 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 15:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 15:00:42 59b0c330a414: Preparing 15:00:42 968044067c16: Preparing 15:00:42 ac38c6b70ada: Preparing 15:00:42 3cdaa8d2f63c: Preparing 15:00:42 710980333348: Preparing 15:00:42 0e9fb7e97621: Preparing 15:00:42 e19a127b6968: Preparing 15:00:42 36b50b131297: Preparing 15:00:42 0e9fb7e97621: Waiting 15:00:42 e19a127b6968: Waiting 15:00:42 36b50b131297: Waiting 15:00:42 968044067c16: Layer already exists 15:00:42 3cdaa8d2f63c: Layer already exists 15:00:42 710980333348: Layer already exists 15:00:42 ac38c6b70ada: Layer already exists 15:00:42 59b0c330a414: Layer already exists 15:00:42 0e9fb7e97621: Layer already exists 15:00:42 36b50b131297: Layer already exists 15:00:42 e19a127b6968: Layer already exists 15:00:42 main: digest: sha256:03ed6f70f208160252f55ceb84d8c11e21fd49fe85a4c576717735a644739eae size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:00:42 ===================================================== [Pipeline] echo 15:00:42 taggedImages: 15:00:42 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794 15:00:42 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 15:00:42 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.12 15:00:42 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 15:00:42 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:00:43 15:00:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:00:43 latest: Pulling from edgex-lftools-log-publisher 15:00:43 5eb5b503b376: Pulling fs layer 15:00:43 5c69ac0246d0: Pulling fs layer 15:00:43 ec43610c2a17: Pulling fs layer 15:00:43 3a2ae6a8a46f: Pulling fs layer 15:00:43 33b1e0a273af: Pulling fs layer 15:00:43 5d3b04190fa2: Pulling fs layer 15:00:43 2f39f015ded8: Pulling fs layer 15:00:43 33b1e0a273af: Waiting 15:00:43 5d3b04190fa2: Waiting 15:00:43 2f39f015ded8: Waiting 15:00:43 3a2ae6a8a46f: Waiting 15:00:43 5c69ac0246d0: Download complete 15:00:43 3a2ae6a8a46f: Verifying Checksum 15:00:43 3a2ae6a8a46f: Download complete 15:00:43 33b1e0a273af: Verifying Checksum 15:00:43 33b1e0a273af: Download complete 15:00:43 ec43610c2a17: Verifying Checksum 15:00:43 ec43610c2a17: Download complete 15:00:43 5d3b04190fa2: Verifying Checksum 15:00:43 5d3b04190fa2: Download complete 15:00:43 5eb5b503b376: Verifying Checksum 15:00:43 5eb5b503b376: Download complete 15:00:44 2f39f015ded8: Download complete 15:00:45 5eb5b503b376: Pull complete 15:00:45 5c69ac0246d0: Pull complete 15:00:45 ec43610c2a17: Pull complete 15:00:45 3a2ae6a8a46f: Pull complete 15:00:45 33b1e0a273af: Pull complete 15:00:45 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:00:46 provisioning config files... 15:00:46 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/124@tmp/config17048109038161665872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:47 ---> docker-login.sh 15:00:47 nexus3.edgexfoundry.org:10001 15:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:47 Configure a credential helper to remove this warning. See 15:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:47 15:00:47 Login Succeeded 15:00:47 nexus3.edgexfoundry.org:10002 15:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:47 Configure a credential helper to remove this warning. See 15:00:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:47 15:00:47 Login Succeeded 15:00:47 nexus3.edgexfoundry.org:10003 15:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:48 Configure a credential helper to remove this warning. See 15:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:48 15:00:48 Login Succeeded 15:00:48 nexus3.edgexfoundry.org:10004 15:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:48 Configure a credential helper to remove this warning. See 15:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:48 15:00:48 Login Succeeded 15:00:48 docker.io 15:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:48 Configure a credential helper to remove this warning. See 15:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:48 15:00:48 Login Succeeded 15:00:48 ---> docker-login.sh ends [Pipeline] } 15:00:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:00:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:49 ========================================================= 15:00:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:00:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:49 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:00:49 Sending build context to Docker daemon 684kB 15:00:49 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:00:49 Step 2/12 : FROM ${BASE} AS builder 15:00:49 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:00:49 edb6bdbacee9: Pulling fs layer 15:00:49 5f9638ab2659: Pulling fs layer 15:00:49 8d51d6327a98: Pulling fs layer 15:00:49 8b374f2dd631: Pulling fs layer 15:00:49 ec14aa9079de: Pulling fs layer 15:00:49 2f466654f4bb: Pulling fs layer 15:00:49 554e91adad29: Pulling fs layer 15:00:49 8b374f2dd631: Waiting 15:00:49 ec14aa9079de: Waiting 15:00:49 2f466654f4bb: Waiting 15:00:49 554e91adad29: Waiting 15:00:50 2f39f015ded8: Pull complete 15:00:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:00:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:00:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:00:50 5f9638ab2659: Download complete 15:00:50 8b374f2dd631: Verifying Checksum 15:00:50 8b374f2dd631: Download complete 15:00:50 edb6bdbacee9: Verifying Checksum 15:00:50 edb6bdbacee9: Download complete 15:00:50 ec14aa9079de: Verifying Checksum 15:00:50 ec14aa9079de: Download complete 15:00:50 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 15:00:50 $ 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 15:00:51 edb6bdbacee9: Pull complete 15:00:51 $ docker top 6b7998390011b04bfd0bbd3e199f842a0c27c67885b6d9b9d2d0f077f1f6f286 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:51 554e91adad29: Verifying Checksum 15:00:51 554e91adad29: Download complete 15:00:51 ---> job-cost.sh 15:00:51 lf-activate-venv: SKIPPING 15:00:51 INFO: No Stack... 15:00:51 5f9638ab2659: Pull complete 15:00:51 INFO: Retrieving Pricing Info for: v3-standard-8 15:00:52 INFO: Archiving Costs [Pipeline] sh 15:00:52 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 15:00:52 + cut -d, -f6 [Pipeline] lock 15:00:52 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] 15:00:52 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] did not exist. Created. 15:00:52 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:00:52 8d51d6327a98: Verifying Checksum 15:00:52 8d51d6327a98: Download complete 15:00:52 2f466654f4bb: Verifying Checksum 15:00:52 2f466654f4bb: Download complete 15:00:52 + echo total: 0.2199999988079071 [Pipeline] stash 15:00:52 Stashed 1 file(s) [Pipeline] } 15:00:52 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] // lock [Pipeline] } 15:00:52 $ docker stop --time=1 6b7998390011b04bfd0bbd3e199f842a0c27c67885b6d9b9d2d0f077f1f6f286 15:00:53 $ docker rm -f --volumes 6b7998390011b04bfd0bbd3e199f842a0c27c67885b6d9b9d2d0f077f1f6f286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:01:04 8d51d6327a98: Pull complete 15:01:04 8b374f2dd631: Pull complete 15:01:04 ec14aa9079de: Pull complete 15:01:11 2f466654f4bb: Pull complete 15:01:13 554e91adad29: Pull complete 15:01:13 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:01:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:01:13 ---> 1e15ea492957 15:01:13 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:01:15 ---> Running in 19996ecc70a0 15:01:15 Removing intermediate container 19996ecc70a0 15:01:15 ---> 8a9566abb18d 15:01:15 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:01:15 ---> Running in 09ee011818e6 15:01:16 Removing intermediate container 09ee011818e6 15:01:16 ---> 2e2f9380e8bc 15:01:16 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:01:16 ---> Running in 45a856e27d9f 15:01:16 Removing intermediate container 45a856e27d9f 15:01:16 ---> 6ea54fcf5e0d 15:01:16 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:01:16 ---> Running in 112aa96f9e32 15:01:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:01:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:01:19 OK: 263 MiB in 53 packages 15:01:20 Removing intermediate container 112aa96f9e32 15:01:20 ---> a575eaf666f5 15:01:20 Step 7/12 : WORKDIR /app 15:01:20 ---> Running in f4629e4aed51 15:01:20 Removing intermediate container f4629e4aed51 15:01:20 ---> 8e3d45d4d4aa 15:01:20 Step 8/12 : COPY go.mod vendor* ./ 15:01:20 ---> af87914e14eb 15:01:20 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:01:21 ---> Running in 0f620ffed288 15:02:29 Removing intermediate container 0f620ffed288 15:02:29 ---> 9fb4234edb0a 15:02:29 Step 10/12 : COPY . . 15:02:29 ---> c4f79e1cd1d3 15:02:29 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:02:29 ---> Running in 46dcecf5ff1f 15:02:29 Removing intermediate container 46dcecf5ff1f 15:02:29 ---> d46303c6ec35 15:02:29 Step 12/12 : RUN $MAKE 15:02:29 ---> Running in edb9ae33e356 15:02:29 noop 15:02:29 Removing intermediate container edb9ae33e356 15:02:29 ---> eea71283b843 15:02:29 Successfully built eea71283b843 15:02:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:29 + docker inspect -f . ci-base-image-arm64 15:02:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:29 prd-ubuntu20.04-docker-arm64-4c-16g-3792 does not seem to be running inside a container 15:02:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/124 -v /w/workspace/app-rfid-llrp-inventory/124:/w/workspace/app-rfid-llrp-inventory/124:rw,z -v /w/workspace/app-rfid-llrp-inventory/124@tmp:/w/workspace/app-rfid-llrp-inventory/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:02:30 $ docker top bbba57febda7f72be60ead5f17f0373df6155161479a7b430ea9bc17f6354bb7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:31 + go version 15:02:31 go version go1.20.6 linux/arm64 [Pipeline] } 15:02:31 $ docker stop --time=1 bbba57febda7f72be60ead5f17f0373df6155161479a7b430ea9bc17f6354bb7 15:02:33 $ docker rm -f --volumes bbba57febda7f72be60ead5f17f0373df6155161479a7b430ea9bc17f6354bb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:33 + docker inspect -f . ci-base-image-arm64 15:02:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:33 prd-ubuntu20.04-docker-arm64-4c-16g-3792 does not seem to be running inside a container 15:02:34 $ 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/124 -v /w/workspace/app-rfid-llrp-inventory/124:/w/workspace/app-rfid-llrp-inventory/124:rw,z -v /w/workspace/app-rfid-llrp-inventory/124@tmp:/w/workspace/app-rfid-llrp-inventory/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:02:35 $ docker top a3b6624d3e84f135b857f6d10b0bea559a719ff84114cf7b592075c31ea84dea -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:35 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/124 [Pipeline] fileExists [Pipeline] sh 15:02:36 + make test 15:02:36 go test -race ./... -coverprofile=coverage.out ./... 15:05:28 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 15:05:31 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 15:05:32 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.291s coverage: 86.2% of statements 15:05:44 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.524s coverage: 71.9% of statements 15:05:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:05:44 go vet ./... 15:08:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:08:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:08:21 ./bin/test-attribution.sh [Pipeline] echo 15:08:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:08:21 $ docker stop --time=1 a3b6624d3e84f135b857f6d10b0bea559a719ff84114cf7b592075c31ea84dea 15:08:23 $ docker rm -f --volumes a3b6624d3e84f135b857f6d10b0bea559a719ff84114cf7b592075c31ea84dea [Pipeline] // withDockerContainer [Pipeline] sh 15:08:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:08:25 Warning: overwriting stash ‘coverage-report’ 15:08:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:08:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:08:26 + ls -al . 15:08:26 total 232 15:08:26 drwxrwxr-x 10 jenkins jenkins 4096 Aug 16 15:02 . 15:08:26 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 .. 15:08:26 -rw-rw-r-- 1 jenkins jenkins 262 Aug 16 15:00 .dockerignore 15:08:26 drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:00 .git 15:08:26 drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:00 .github 15:08:26 -rw-rw-r-- 1 jenkins jenkins 788 Aug 16 15:00 .gitignore 15:08:26 -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 15:00 .golangci.yml 15:08:26 -rw-rw-r-- 1 jenkins jenkins 10232 Aug 16 15:00 Attribution.txt 15:08:26 -rw-rw-r-- 1 jenkins jenkins 9317 Aug 16 15:00 CHANGELOG.md 15:08:26 -rw-rw-r-- 1 jenkins jenkins 1659 Aug 16 15:00 Dockerfile 15:08:26 -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 15:00 GOVERNANCE.md 15:08:26 -rw-rw-r-- 1 jenkins jenkins 687 Aug 16 15:00 Jenkinsfile 15:08:26 -rw-rw-r-- 1 jenkins jenkins 11347 Aug 16 15:00 LICENSE 15:08:26 -rw-rw-r-- 1 jenkins jenkins 2497 Aug 16 15:00 Makefile 15:08:26 -rw-rw-r-- 1 jenkins jenkins 617 Aug 16 15:00 OWNERS.md 15:08:26 -rw-rw-r-- 1 jenkins jenkins 31516 Aug 16 15:00 README.md 15:08:26 -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 14:58 VERSION 15:08:26 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 bin 15:08:26 -rw-r--r-- 1 jenkins jenkins 41317 Aug 16 15:05 coverage.out 15:08:26 -rw-rw-r-- 1 jenkins jenkins 3664 Aug 16 15:00 go.mod 15:08:26 -rw-rw-r-- 1 jenkins jenkins 32783 Aug 16 15:00 go.sum 15:08:26 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 images 15:08:26 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 internal 15:08:26 -rw-rw-r-- 1 jenkins jenkins 531 Aug 16 15:00 main.go 15:08:26 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 res 15:08:26 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 snap 15:08:26 drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:00 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:08:27 + 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=966f2917b41cbabd8c329e4006849192ff537794 --label arch=arm64 --label version=3.1.0-dev.12 . 15:08:27 Sending build context to Docker daemon 684kB 15:08:27 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 15:08:27 Step 2/29 : FROM ${BASE} AS builder 15:08:27 ---> eea71283b843 15:08:27 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 15:08:27 ---> Running in f832e164c593 15:08:27 Removing intermediate container f832e164c593 15:08:27 ---> 9c09f7b9a461 15:08:27 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 15:08:27 ---> Running in 0a396757e695 15:08:28 Removing intermediate container 0a396757e695 15:08:28 ---> f952fa2e27c9 15:08:28 Step 5/29 : ARG ADD_BUILD_TAGS="" 15:08:28 ---> Running in f650fbb7e9c2 15:08:28 Removing intermediate container f650fbb7e9c2 15:08:28 ---> ba6a681e1d59 15:08:28 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:08:28 ---> Running in a5cbd8da462c 15:08:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:08:31 OK: 263 MiB in 53 packages 15:08:35 Removing intermediate container a5cbd8da462c 15:08:35 ---> ba371e4baf31 15:08:35 Step 7/29 : WORKDIR /app 15:08:35 ---> Running in 9276f5dca952 15:08:35 Removing intermediate container 9276f5dca952 15:08:35 ---> 7449a240b4ca 15:08:35 Step 8/29 : COPY go.mod vendor* ./ 15:08:35 ---> 0c62f7404435 15:08:35 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:35 ---> Running in abe701e5fcde 15:08:37 Removing intermediate container abe701e5fcde 15:08:37 ---> fbbaef862174 15:08:37 Step 10/29 : COPY . . 15:08:38 ---> 79bfb3256503 15:08:38 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:08:38 ---> Running in 17239e7aa911 15:08:39 Removing intermediate container 17239e7aa911 15:08:39 ---> 795356779054 15:08:39 Step 12/29 : RUN $MAKE 15:08:39 ---> Running in 59ec5dd54c50 15:08:40 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.12 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.12" -trimpath -mod=readonly -o app-rfid-llrp-inventory 15:11:01 Removing intermediate container 59ec5dd54c50 15:11:01 ---> 81d9c9f01811 15:11:01 Step 13/29 : FROM alpine:3.17 15:11:02 3.17: Pulling from library/alpine 15:11:05 4060ece20d7a: Pulling fs layer 15:11:05 4060ece20d7a: Verifying Checksum 15:11:05 4060ece20d7a: Download complete 15:11:06 4060ece20d7a: Pull complete 15:11:06 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:11:06 Status: Downloaded newer image for alpine:3.17 15:11:06 ---> 8650cd65339b 15:11:06 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:11:06 ---> Running in 9f546e53fd4d 15:11:06 Removing intermediate container 9f546e53fd4d 15:11:06 ---> 54c82c7e93b1 15:11:06 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 15:11:06 ---> Running in 3aa24d5a6f32 15:11:07 Removing intermediate container 3aa24d5a6f32 15:11:07 ---> d74ca265e19c 15:11:07 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 15:11:07 ---> Running in 9623adb2d87c 15:11:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:11:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:11:10 (1/2) Installing ca-certificates (20230506-r0) 15:11:10 (2/2) Installing dumb-init (1.2.5-r2) 15:11:10 Executing busybox-1.35.0-r29.trigger 15:11:10 Executing ca-certificates-20230506-r0.trigger 15:11:10 OK: 8 MiB in 17 packages 15:11:12 Removing intermediate container 9623adb2d87c 15:11:12 ---> 561fc0f2f4d2 15:11:12 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:11:12 ---> 83fc58b7ca65 15:11:12 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 15:11:12 ---> 7cacfdf45969 15:11:12 Step 19/29 : COPY --from=builder /app/res/ /res/ 15:11:13 ---> cdc226667c36 15:11:13 Step 20/29 : COPY --from=builder /app/static/ /static/ 15:11:13 ---> 5008ade01f21 15:11:13 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 15:11:15 ---> 3e160e537e94 15:11:15 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 15:11:15 ---> Running in 5eeb889844cd 15:11:17 Removing intermediate container 5eeb889844cd 15:11:17 ---> a0acfa48ccf4 15:11:17 Step 23/29 : VOLUME /cache 15:11:17 ---> Running in 6f30f5138ce5 15:11:17 Removing intermediate container 6f30f5138ce5 15:11:17 ---> 1ae641967220 15:11:17 Step 24/29 : EXPOSE 59711 15:11:17 ---> Running in 52cda712f3ba 15:11:17 Removing intermediate container 52cda712f3ba 15:11:17 ---> 92026f641f52 15:11:17 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 15:11:17 ---> Running in 70b9dfe71d48 15:11:18 Removing intermediate container 70b9dfe71d48 15:11:18 ---> d4c07e9797f5 15:11:18 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 15:11:18 ---> Running in b7f98a8f4688 15:11:18 Removing intermediate container b7f98a8f4688 15:11:18 ---> 833ac0122698 15:11:18 Step 27/29 : LABEL arch=arm64 15:11:18 ---> Running in 1597e8d4572d 15:11:18 Removing intermediate container 1597e8d4572d 15:11:18 ---> 0ac8565f3dcd 15:11:18 Step 28/29 : LABEL git_sha=966f2917b41cbabd8c329e4006849192ff537794 15:11:19 ---> Running in 4ddab784be45 15:11:19 Removing intermediate container 4ddab784be45 15:11:19 ---> 9ed8c2175e03 15:11:19 Step 29/29 : LABEL version=3.1.0-dev.12 15:11:19 ---> Running in 0a18cd5f63f7 15:11:19 Removing intermediate container 0a18cd5f63f7 15:11:19 ---> 827adcce576b 15:11:19 [Warning] One or more build-args [ARCH] were not consumed 15:11:19 Successfully built 827adcce576b 15:11:19 Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:11:19 provisioning config files... 15:11:19 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/124@tmp/config1924754560145339314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:11:20 ---> docker-login.sh 15:11:20 nexus3.edgexfoundry.org:10001 15:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:20 Configure a credential helper to remove this warning. See 15:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:20 15:11:20 Login Succeeded 15:11:20 nexus3.edgexfoundry.org:10002 15:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:20 Configure a credential helper to remove this warning. See 15:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:20 15:11:20 Login Succeeded 15:11:20 nexus3.edgexfoundry.org:10003 15:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:21 Configure a credential helper to remove this warning. See 15:11:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:21 15:11:21 Login Succeeded 15:11:21 nexus3.edgexfoundry.org:10004 15:11:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:21 Configure a credential helper to remove this warning. See 15:11:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:21 15:11:21 Login Succeeded 15:11:21 docker.io 15:11:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:22 Configure a credential helper to remove this warning. See 15:11:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:22 15:11:22 Login Succeeded 15:11:22 ---> docker-login.sh ends [Pipeline] } 15:11:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:11:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:11:22 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 15:11:22 966f2917b41cbabd8c329e4006849192ff537794 15:11:22 latest 15:11:22 3.1.0-dev.12 15:11:22 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 15:11:22 main 15:11:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:22 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:22 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794 15:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:11:22 018414a625d8: Preparing 15:11:22 5ca8d611ca10: Preparing 15:11:22 d05b928dea8e: Preparing 15:11:22 c029ecb61c96: Preparing 15:11:22 31bce98c050b: Preparing 15:11:22 5ac7155ccf6b: Preparing 15:11:22 83d8d4a7e566: Preparing 15:11:22 d2d9d24a8c2a: Preparing 15:11:22 83d8d4a7e566: Waiting 15:11:22 d2d9d24a8c2a: Waiting 15:11:22 5ac7155ccf6b: Waiting 15:11:23 c029ecb61c96: Pushed 15:11:23 31bce98c050b: Pushed 15:11:23 018414a625d8: Pushed 15:11:23 d05b928dea8e: Pushed 15:11:23 d2d9d24a8c2a: Layer already exists 15:11:23 5ac7155ccf6b: Pushed 15:11:23 83d8d4a7e566: Pushed 15:11:28 5ca8d611ca10: Pushed 15:11:28 966f2917b41cbabd8c329e4006849192ff537794: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:29 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:29 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 15:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:11:29 018414a625d8: Preparing 15:11:29 5ca8d611ca10: Preparing 15:11:29 d05b928dea8e: Preparing 15:11:29 c029ecb61c96: Preparing 15:11:29 31bce98c050b: Preparing 15:11:29 5ac7155ccf6b: Preparing 15:11:29 83d8d4a7e566: Preparing 15:11:29 d2d9d24a8c2a: Preparing 15:11:29 5ac7155ccf6b: Waiting 15:11:29 83d8d4a7e566: Waiting 15:11:29 d2d9d24a8c2a: Waiting 15:11:29 5ca8d611ca10: Layer already exists 15:11:29 31bce98c050b: Layer already exists 15:11:29 c029ecb61c96: Layer already exists 15:11:29 018414a625d8: Layer already exists 15:11:29 d05b928dea8e: Layer already exists 15:11:29 83d8d4a7e566: Layer already exists 15:11:29 d2d9d24a8c2a: Layer already exists 15:11:29 5ac7155ccf6b: Layer already exists 15:11:29 latest: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:30 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:30 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.12 15:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:11:30 018414a625d8: Preparing 15:11:30 5ca8d611ca10: Preparing 15:11:30 d05b928dea8e: Preparing 15:11:30 c029ecb61c96: Preparing 15:11:30 31bce98c050b: Preparing 15:11:30 5ac7155ccf6b: Preparing 15:11:30 83d8d4a7e566: Preparing 15:11:30 d2d9d24a8c2a: Preparing 15:11:30 83d8d4a7e566: Waiting 15:11:30 5ac7155ccf6b: Waiting 15:11:30 d2d9d24a8c2a: Waiting 15:11:30 d05b928dea8e: Layer already exists 15:11:30 5ca8d611ca10: Layer already exists 15:11:30 018414a625d8: Layer already exists 15:11:30 31bce98c050b: Layer already exists 15:11:30 c029ecb61c96: Layer already exists 15:11:30 d2d9d24a8c2a: Layer already exists 15:11:30 83d8d4a7e566: Layer already exists 15:11:30 5ac7155ccf6b: Layer already exists 15:11:30 3.1.0-dev.12: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:31 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:31 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 15:11:31 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:11:31 018414a625d8: Preparing 15:11:31 5ca8d611ca10: Preparing 15:11:31 d05b928dea8e: Preparing 15:11:31 c029ecb61c96: Preparing 15:11:31 31bce98c050b: Preparing 15:11:31 5ac7155ccf6b: Preparing 15:11:31 83d8d4a7e566: Preparing 15:11:31 d2d9d24a8c2a: Preparing 15:11:31 5ac7155ccf6b: Waiting 15:11:31 83d8d4a7e566: Waiting 15:11:31 d2d9d24a8c2a: Waiting 15:11:31 31bce98c050b: Layer already exists 15:11:31 018414a625d8: Layer already exists 15:11:31 5ca8d611ca10: Layer already exists 15:11:31 d05b928dea8e: Layer already exists 15:11:31 c029ecb61c96: Layer already exists 15:11:31 5ac7155ccf6b: Layer already exists 15:11:31 83d8d4a7e566: Layer already exists 15:11:31 d2d9d24a8c2a: Layer already exists 15:11:31 966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:32 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:32 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 15:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 15:11:32 018414a625d8: Preparing 15:11:32 5ca8d611ca10: Preparing 15:11:32 d05b928dea8e: Preparing 15:11:32 c029ecb61c96: Preparing 15:11:32 31bce98c050b: Preparing 15:11:32 5ac7155ccf6b: Preparing 15:11:32 83d8d4a7e566: Preparing 15:11:32 d2d9d24a8c2a: Preparing 15:11:32 83d8d4a7e566: Waiting 15:11:32 5ac7155ccf6b: Waiting 15:11:32 d2d9d24a8c2a: Waiting 15:11:32 c029ecb61c96: Layer already exists 15:11:32 018414a625d8: Layer already exists 15:11:32 d05b928dea8e: Layer already exists 15:11:32 31bce98c050b: Layer already exists 15:11:32 5ca8d611ca10: Layer already exists 15:11:32 5ac7155ccf6b: Layer already exists 15:11:32 83d8d4a7e566: Layer already exists 15:11:32 d2d9d24a8c2a: Layer already exists 15:11:32 main: digest: sha256:b5bd09dcbafdf74eaff5b29d68c3d04dc2ab56d18876163ca450f8f5b6a4fd6d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:11:32 ===================================================== [Pipeline] echo 15:11:32 taggedImages: 15:11:32 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794 15:11:32 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 15:11:32 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.12 15:11:32 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:966f2917b41cbabd8c329e4006849192ff537794-3.1.0-dev.12 15:11:32 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:11:33 15:11:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:11:33 arm64: Pulling from edgex-lftools-log-publisher 15:11:33 8998bd30e6a1: Pulling fs layer 15:11:33 04944245beec: Pulling fs layer 15:11:33 699f458cf7ca: Pulling fs layer 15:11:33 765212b225bb: Pulling fs layer 15:11:33 f23df028b6ca: Pulling fs layer 15:11:33 d65c8cfc05b1: Pulling fs layer 15:11:33 2437ff75d9bd: Pulling fs layer 15:11:33 765212b225bb: Waiting 15:11:33 f23df028b6ca: Waiting 15:11:33 d65c8cfc05b1: Waiting 15:11:33 2437ff75d9bd: Waiting 15:11:33 04944245beec: Verifying Checksum 15:11:33 04944245beec: Download complete 15:11:33 765212b225bb: Verifying Checksum 15:11:33 765212b225bb: Download complete 15:11:33 f23df028b6ca: Download complete 15:11:33 d65c8cfc05b1: Verifying Checksum 15:11:33 d65c8cfc05b1: Download complete 15:11:34 699f458cf7ca: Verifying Checksum 15:11:34 699f458cf7ca: Download complete 15:11:34 8998bd30e6a1: Verifying Checksum 15:11:34 8998bd30e6a1: Download complete 15:11:36 2437ff75d9bd: Verifying Checksum 15:11:36 2437ff75d9bd: Download complete 15:11:38 8998bd30e6a1: Pull complete 15:11:38 04944245beec: Pull complete 15:11:39 699f458cf7ca: Pull complete 15:11:40 765212b225bb: Pull complete 15:11:40 f23df028b6ca: Pull complete 15:11:41 d65c8cfc05b1: Pull complete 15:11:56 2437ff75d9bd: Pull complete 15:11:56 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:11:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:11:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:11:56 prd-ubuntu20.04-docker-arm64-4c-16g-3792 does not seem to be running inside a container 15:11:56 $ 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/124 -v /w/workspace/app-rfid-llrp-inventory/124:/w/workspace/app-rfid-llrp-inventory/124:rw,z -v /w/workspace/app-rfid-llrp-inventory/124@tmp:/w/workspace/app-rfid-llrp-inventory/124@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:arm64 cat 15:11:59 $ docker top 9fcc639624fcc9e2e72819a9b966de4a38fc8cc32ab3e857c7797c30df570e91 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:12:00 ---> job-cost.sh 15:12:00 lf-activate-venv: SKIPPING 15:12:00 INFO: No Stack... 15:12:00 INFO: Retrieving Pricing Info for: v3-standard-4 15:12:01 INFO: Archiving Costs [Pipeline] sh 15:12:01 + cat /w/workspace/app-rfid-llrp-inventory/124/archives/cost.csv 15:12:01 + cut -d, -f6 [Pipeline] lock 15:12:02 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] 15:12:02 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] did not exist. Created. 15:12:02 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:12:02 /w/workspace/app-rfid-llrp-inventory/124@tmp/durable-ca7be9b5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:12:02 + echo total: 0.10999999940395355 [Pipeline] stash 15:12:02 Warning: overwriting stash ‘stack-cost’ 15:12:02 Stashed 1 file(s) [Pipeline] } 15:12:02 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-124-stack-cost] [Pipeline] // lock [Pipeline] } 15:12:02 $ docker stop --time=1 9fcc639624fcc9e2e72819a9b966de4a38fc8cc32ab3e857c7797c30df570e91 15:12:04 $ docker rm -f --volumes 9fcc639624fcc9e2e72819a9b966de4a38fc8cc32ab3e857c7797c30df570e91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:12:04 provisioning config files... 15:12:04 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13173562221482322561tmp [Pipeline] { [Pipeline] sh 15:12:05 + set +x 15:12:05 + curl -s https://codecov.io/bash 15:12:05 + bash -s -- 15:12:05 15:12:05 _____ _ 15:12:05 / ____| | | 15:12:05 | | ___ __| | ___ ___ _____ __ 15:12:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:12:05 | |___| (_) | (_| | __/ (_| (_) \ V / 15:12:05 \_____\___/ \__,_|\___|\___\___/ \_/ 15:12:05 Bash-1.0.6 15:12:05 15:12:05 15:12:05 ==> git version 2.25.1 found 15:12:05 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:12:05 Release-Date: 2020-01-08 15:12:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:12:05 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:12:05 ==> Jenkins CI detected. 15:12:05 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 15:12:05 project root: . 15:12:05 --> token set from env 15:12:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:12:05 ==> Running gcov in . (disable via -X gcov) 15:12:05 ==> Python coveragepy not found 15:12:05 ==> Searching for coverage reports in: 15:12:05 + . 15:12:05 -> Found 1 reports 15:12:05 ==> Detecting git/mercurial file structure 15:12:05 ==> Reading reports 15:12:05 + ./coverage.out bytes=41317 15:12:05 ==> Appending adjustments 15:12:05 https://docs.codecov.io/docs/fixing-reports 15:12:05 + Found adjustments 15:12:05 ==> Gzipping contents 15:12:05 12K /tmp/codecov.1Jt2rK.gz 15:12:05 ==> Uploading reports 15:12:05 url: https://codecov.io 15:12:05 query: branch=main&commit=966f2917b41cbabd8c329e4006849192ff537794&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 15:12:05 -> Pinging Codecov 15:12:05 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=966f2917b41cbabd8c329e4006849192ff537794&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F124%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 15:12:05 -> Uploading to 15:12:05 https://storage.googleapis.com/codecov/v4/raw/2023-08-16/581DD39554BDF9B6E22D074273EAD858/966f2917b41cbabd8c329e4006849192ff537794/a58b4065-ae05-408e-8325-dc2bbf36e534.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230816%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230816T151205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f426085096da92810c99151aa8231bbeda3e7ee04154f28d22ccdae8a260155f 15:12:05 % Total % Received % Xferd Average Speed Time Time Time Current 15:12:05 Dload Upload Total Spent Left Speed 15:12:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11811 0 0 100 11811 0 51129 --:--:-- --:--:-- --:--:-- 51129 15:12:05 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] } 15:12:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:12:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:12:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:12:06 15:12:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:12:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:12:06 df9b9388f04a: Pulling fs layer 15:12:06 52dc419b0ee2: Pulling fs layer 15:12:06 25bc292e5bac: Pulling fs layer 15:12:06 114826534d7a: Pulling fs layer 15:12:06 4657fd5d0bcf: Pulling fs layer 15:12:06 6ad1cebc031e: Pulling fs layer 15:12:06 8a3aa393b2d8: Pulling fs layer 15:12:06 114826534d7a: Waiting 15:12:06 4657fd5d0bcf: Waiting 15:12:06 6ad1cebc031e: Waiting 15:12:06 8a3aa393b2d8: Waiting 15:12:06 25bc292e5bac: Download complete 15:12:06 52dc419b0ee2: Download complete 15:12:06 4657fd5d0bcf: Verifying Checksum 15:12:06 4657fd5d0bcf: Download complete 15:12:06 df9b9388f04a: Download complete 15:12:07 6ad1cebc031e: Download complete 15:12:07 df9b9388f04a: Pull complete 15:12:07 52dc419b0ee2: Pull complete 15:12:07 25bc292e5bac: Pull complete 15:12:07 114826534d7a: Verifying Checksum 15:12:07 114826534d7a: Download complete 15:12:07 8a3aa393b2d8: Download complete 15:12:10 114826534d7a: Pull complete 15:12:10 4657fd5d0bcf: Pull complete 15:12:10 6ad1cebc031e: Pull complete 15:12:13 8a3aa393b2d8: Pull complete 15:12:13 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:12:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:12:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:13 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 15:12:13 $ 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 15:12:14 $ docker top c3dee2b483da9f11b101d59ec6960a60997592d88d14a467eb5882e02920c599 -eo pid,comm [Pipeline] { [Pipeline] echo 15:12:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 15:12:15 + set -o pipefail 15:12:15 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 15:12:20 15:12:20 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 15:12:20 15:12:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/b42c0984-f5f8-41d1-a6fa-7595389360c9 15:12:20 15:12:20 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:12:20 15:12:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:12:20 15:12:20 15:12:20 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:12:20 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:12:20 More details here: https://snyk.co/ue1NS [Pipeline] } 15:12:20 $ docker stop --time=1 c3dee2b483da9f11b101d59ec6960a60997592d88d14a467eb5882e02920c599 15:12:22 $ docker rm -f --volumes c3dee2b483da9f11b101d59ec6960a60997592d88d14a467eb5882e02920c599 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:12:23 + git log --format=format:%s -1 966f2917b41cbabd8c329e4006849192ff537794 [Pipeline] sh 15:12:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:12:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:12:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:23 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 15:12:23 $ 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 15:12:24 $ docker top 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:12:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:12:24 [ssh-agent] Looking for ssh-agent implementation... 15:12:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:12:24 $ docker exec 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 ssh-agent 15:12:24 SSH_AUTH_SOCK=/tmp/ssh-7fWwuyPdz0wX/agent.32 15:12:24 SSH_AGENT_PID=38 15:12:24 Running ssh-add (command line suppressed) 15:12:24 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12499182626826182284.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12499182626826182284.key) 15:12:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:12:24 + git semver tag 15:12:25 2023-08-16 15:12:25,020 [run_tag] DEBUG tag force:False 15:12:25 2023-08-16 15:12:25,021 [check_head_tag] DEBUG check head tag 15:12:25 2023-08-16 15:12:25,021 [execute] INFO git cat-file --batch-check 15:12:25 2023-08-16 15:12:25,021 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 15:12:25 2023-08-16 15:12:25,024 [execute] INFO git cat-file --batch 15:12:25 2023-08-16 15:12:25,025 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 15:12:25 2023-08-16 15:12:25,034 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:12:25 2023-08-16 15:12:25,034 [execute] INFO git tag -a v3.1.0-dev.12 -m v3.1.0-dev.12 15:12:25 2023-08-16 15:12:25,035 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.12', '-m', 'v3.1.0-dev.12'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 15:12:25 2023-08-16 15:12:25,039 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:12:25 3.1.0-dev.12 [Pipeline] } 15:12:25 $ docker exec --env ******** --env ******** 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 ssh-agent -k 15:12:25 unset SSH_AUTH_SOCK; 15:12:25 unset SSH_AGENT_PID; 15:12:25 echo Agent pid 38 killed; 15:12:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:12:25 + git semver [Pipeline] } 15:12:25 $ docker stop --time=1 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 15:12:27 $ docker rm -f --volumes 96f4fd2d28bd1b1a203d8ef8d17786bccb076f46834dc6f3d4b5783023a73194 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:12:27 15:12:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:12:27 0.23.1-centos7: Pulling from edgex-lftools 15:12:27 ab5ef0e58194: Pulling fs layer 15:12:27 9712f1f96733: Pulling fs layer 15:12:27 63f879dbbcfc: Pulling fs layer 15:12:27 0d9ebad4ef96: Pulling fs layer 15:12:27 e9a5061849ea: Pulling fs layer 15:12:27 d747dcd14b5f: Pulling fs layer 15:12:27 2de7ff778b66: Pulling fs layer 15:12:27 e9a5061849ea: Waiting 15:12:27 d747dcd14b5f: Waiting 15:12:27 2de7ff778b66: Waiting 15:12:27 0d9ebad4ef96: Waiting 15:12:27 9712f1f96733: Verifying Checksum 15:12:27 9712f1f96733: Download complete 15:12:28 63f879dbbcfc: Verifying Checksum 15:12:28 63f879dbbcfc: Download complete 15:12:28 e9a5061849ea: Verifying Checksum 15:12:28 e9a5061849ea: Download complete 15:12:28 d747dcd14b5f: Verifying Checksum 15:12:28 d747dcd14b5f: Download complete 15:12:28 ab5ef0e58194: Download complete 15:12:28 0d9ebad4ef96: Verifying Checksum 15:12:28 0d9ebad4ef96: Download complete 15:12:28 2de7ff778b66: Verifying Checksum 15:12:28 2de7ff778b66: Download complete 15:12:31 ab5ef0e58194: Pull complete 15:12:31 9712f1f96733: Pull complete 15:12:31 63f879dbbcfc: Pull complete 15:12:34 0d9ebad4ef96: Pull complete 15:12:34 e9a5061849ea: Pull complete 15:12:34 d747dcd14b5f: Pull complete 15:12:35 2de7ff778b66: Pull complete 15:12:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:12:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:12:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:35 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 15:12:35 $ 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 15:12:37 $ docker top b4727e500e22e64c0d4a4cb9dab13e4a6c3c4f4bbcba9414ab8cf5191622628e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:12:37 provisioning config files... 15:12:37 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config8970622414103356405tmp 15:12:37 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10537486417191673731tmp 15:12:37 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config17595781769255354186tmp [Pipeline] { [Pipeline] echo 15:12:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:12:37 ---> sigul-configuration.sh 15:12:37 gpg: directory `/root/.gnupg' created 15:12:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:12:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:12:37 gpg: keyring `/root/.gnupg/secring.gpg' created 15:12:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:12:37 gpg: CAST5 encrypted data 15:12:37 gpg: encrypted with 1 passphrase 15:12:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:12:37 + mkdir /home/jenkins 15:12:37 + mkdir /home/jenkins/sigul [Pipeline] sh 15:12:38 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:12:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:12:38 ---> sigul-install.sh 15:12:38 Sigul already installed; skipping installation. [Pipeline] sh 15:12:38 + git tag --list 15:12:38 v0.0.0 15:12:38 v1.0.0 15:12:38 v2.1.0 15:12:38 v2.1.1 15:12:38 v2.2.0 15:12:38 v2.3.0 15:12:38 v3.0 15:12:38 v3.0.0 15:12:38 v3.0.1 15:12:38 v3.0.1-dev.1 15:12:38 v3.1.0-dev.1 15:12:38 v3.1.0-dev.10 15:12:38 v3.1.0-dev.11 15:12:38 v3.1.0-dev.12 15:12:38 v3.1.0-dev.2 15:12:38 v3.1.0-dev.3 15:12:38 v3.1.0-dev.4 15:12:38 v3.1.0-dev.5 15:12:38 v3.1.0-dev.6 15:12:38 v3.1.0-dev.7 15:12:38 v3.1.0-dev.8 15:12:38 v3.1.0-dev.9 [Pipeline] sh 15:12:38 + lftools sign git-tag v3.1.0-dev.12 15:12:39 Signing Git tag with Sigul... 15:12:39 Signing v3.1.0-dev.12 [Pipeline] echo 15:12:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:12:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:12:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:12:40 $ docker stop --time=1 b4727e500e22e64c0d4a4cb9dab13e4a6c3c4f4bbcba9414ab8cf5191622628e 15:12:41 $ docker rm -f --volumes b4727e500e22e64c0d4a4cb9dab13e4a6c3c4f4bbcba9414ab8cf5191622628e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:12:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:12:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:12:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:42 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 15:12:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:12:42 $ docker top ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 -eo pid,comm 15:12:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:12:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:12:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:12:42 [ssh-agent] Looking for ssh-agent implementation... 15:12:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:12:42 $ docker exec ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 ssh-agent 15:12:42 SSH_AUTH_SOCK=/tmp/ssh-OhxtJ9BpT8vO/agent.33 15:12:42 SSH_AGENT_PID=39 15:12:42 Running ssh-add (command line suppressed) 15:12:42 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3876342925782149669.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3876342925782149669.key) 15:12:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:12:43 + git semver bump pre 15:12:43 2023-08-16 15:12:43,336 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:12:43 2023-08-16 15:12:43,337 [bump_version] DEBUG bumping version:3.1.0-dev.12 on axis:pre with prefix:dev 15:12:43 2023-08-16 15:12:43,337 [bump_version] DEBUG bumped version:3.1.0-dev.13 15:12:43 2023-08-16 15:12:43,337 [write_version] DEBUG write version:3.1.0-dev.13 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True 15:12:43 2023-08-16 15:12:43,337 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:12:43 2023-08-16 15:12:43,337 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:12:43 2023-08-16 15:12:43,339 [execute] INFO git cat-file --batch-check 15:12:43 2023-08-16 15:12:43,339 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 15:12:43 2023-08-16 15:12:43,344 [execute] INFO git cat-file --batch 15:12:43 2023-08-16 15:12:43,345 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 15:12:43 2023-08-16 15:12:43,349 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:12:43 3.1.0-dev.13 [Pipeline] } 15:12:43 $ docker exec --env ******** --env ******** ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 ssh-agent -k 15:12:43 unset SSH_AUTH_SOCK; 15:12:43 unset SSH_AGENT_PID; 15:12:43 echo Agent pid 39 killed; 15:12:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:12:43 + git semver [Pipeline] } 15:12:44 $ docker stop --time=1 ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 15:12:45 $ docker rm -f --volumes ff93bea049cc55841ca3e616334c032e782c02ee4a2b9581d6b4d8dacfd8f410 [Pipeline] // withDockerContainer [Pipeline] sh 15:12:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:12:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:12:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:46 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 15:12:46 $ 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 15:12:46 $ docker top 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:12:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:12:46 [ssh-agent] Looking for ssh-agent implementation... 15:12:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:12:46 $ docker exec 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 ssh-agent 15:12:46 SSH_AUTH_SOCK=/tmp/ssh-YVoIvtFxmIyO/agent.32 15:12:46 SSH_AGENT_PID=38 15:12:46 Running ssh-add (command line suppressed) 15:12:46 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12115723757291797456.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12115723757291797456.key) 15:12:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:12:47 + git semver push 15:12:47 2023-08-16 15:12:47,314 [run_push] DEBUG push 15:12:47 2023-08-16 15:12:47,315 [execute] INFO git cat-file --batch-check 15:12:47 2023-08-16 15:12:47,315 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 15:12:47 2023-08-16 15:12:47,319 [execute] INFO git rev-list 0235f1c724c33d6f22fb544ca00291003ab39861 -- 15:12:47 2023-08-16 15:12:47,319 [execute] DEBUG Popen(['git', 'rev-list', '0235f1c724c33d6f22fb544ca00291003ab39861', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 15:12:47 2023-08-16 15:12:47,327 [execute] INFO git fetch -v origin 15:12:47 2023-08-16 15:12:47,327 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) 15:12:47 2023-08-16 15:12:47,814 [run_push] DEBUG no remote changes detected 15:12:47 2023-08-16 15:12:47,814 [execute] INFO git push origin semver 15:12:47 2023-08-16 15:12:47,814 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 15:12:48 2023-08-16 15:12:48,515 [run_push] DEBUG push all version tags 15:12:48 2023-08-16 15:12:48,516 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:12:48 2023-08-16 15:12:48,516 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 15:12:49 2023-08-16 15:12:49,226 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 15:12:49 3.1.0-dev.13 [Pipeline] } 15:12:49 $ docker exec --env ******** --env ******** 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 ssh-agent -k 15:12:49 unset SSH_AUTH_SOCK; 15:12:49 unset SSH_AGENT_PID; 15:12:49 echo Agent pid 38 killed; 15:12:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:12:49 + git semver [Pipeline] } 15:12:50 $ docker stop --time=1 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 15:12:51 $ docker rm -f --volumes 96879a34c6741dbca7e811a7c945025ff19d676a6d9da6faa2cbbab5e7421dd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:12:52 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 15:12:52 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 15:12:52 total 16 15:12:52 drwxr-xr-x 3 root root 4096 Aug 16 15:00 . 15:12:52 drwxrwxr-x 12 jenkins jenkins 4096 Aug 16 15:12 .. 15:12:52 drwxr-xr-x 2 root root 4096 Aug 16 15:00 cost 15:12:52 -rw-r--r-- 1 root root 95 Aug 16 15:00 cost.csv 15:12:52 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 15:12:52 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 15:12:52 total 16 15:12:52 drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 15:00 . 15:12:52 drwxrwxr-x 12 jenkins jenkins 4096 Aug 16 15:12 .. 15:12:52 drwxr-xr-x 2 jenkins jenkins 4096 Aug 16 15:00 cost 15:12:52 -rw-r--r-- 1 jenkins jenkins 95 Aug 16 15:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:12:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:12:53 ---> package-listing.sh 15:12:53 ++ facter osfamily 15:12:53 ++ tr '[:upper:]' '[:lower:]' 15:12:53 + OS_FAMILY=debian 15:12:53 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 15:12:53 + START_PACKAGES=/tmp/packages_start.txt 15:12:53 + END_PACKAGES=/tmp/packages_end.txt 15:12:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:12:53 + PACKAGES=/tmp/packages_start.txt 15:12:53 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 15:12:53 + PACKAGES=/tmp/packages_end.txt 15:12:53 + case "${OS_FAMILY}" in 15:12:53 + dpkg -l 15:12:53 + grep '^ii' 15:12:53 + '[' -f /tmp/packages_start.txt ']' 15:12:53 + '[' -f /tmp/packages_end.txt ']' 15:12:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:12:53 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 15:12:53 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 15:12:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [Pipeline] echo 15:12:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_app-rfid-llrp-inventory_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:12:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:12:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:54 prd-ubuntu20.04-docker-8c-8g-3790 does not seem to be running inside a container 15:12:54 $ 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 15:12:54 $ docker top 02398e349baaadafd5e2b9ca4eb238acbf679167e493df5354ac9a4c112a2c5c -eo pid,comm [Pipeline] { [Pipeline] sh 15:12:55 + touch /tmp/pre-build-complete [Pipeline] sh 15:12:55 + mkdir -p /var/log/sysstat [Pipeline] sh 15:12:55 + ls /var/log/sa-host 15:12:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:12:55 provisioning config files... 15:12:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15371161322169681750tmp [Pipeline] { [Pipeline] echo 15:12:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:12:56 ---> create-netrc.sh [Pipeline] } 15:12:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:12:56 ---> python-tools-install.sh [Pipeline] echo 15:12:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:12:56 ---> sudo-logs.sh 15:12:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:12:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:12:57 ---> job-cost.sh 15:12:57 lf-activate-venv: SKIPPING 15:12:57 DEBUG: total: 0.2199999988079071 15:12:57 INFO: Retrieving Stack Cost... 15:12:57 INFO: Retrieving Pricing Info for: v3-standard-8 15:12:57 INFO: Archiving Costs [Pipeline] echo 15:12:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:12:58 ---> logs-deploy.sh 15:12:58 lf-activate-venv: SKIPPING 15:12:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/124 15:12:58 INFO: archiving workspace using pattern(s): 15:12:59 Archives upload complete. 15:12:59 INFO: archiving logs to Nexus