Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 619109fb4055fb888c1b579a9d1d65a4cd37a572 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-ssh15709741027684771700.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh116472461012045796.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1883441891985154492.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17193435108187571276.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-ssh17076147010028519642.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-2451 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 619109fb4055fb888c1b579a9d1d65a4cd37a572 (main) > 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 619109fb4055fb888c1b579a9d1d65a4cd37a572 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#213)" > git rev-list --no-walk a5aba83ef2fc51b0a984281085c7d33d7df2dbd9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:47:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:47:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:47:14 ========================================================= 17:47:14 EdgeX Global Pipelines Version Info 17:47:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:47:15 ------------------- 17:47:15 stable info: 17:47:15 ------------------- 17:47:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:47:15 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 17:47:15 Message: update stable to v1.0.250 17:47:15 ------------------- 17:47:15 experimental info: 17:47:15 ------------------- 17:47:15 Commited By: **** collab-it+edgex@linuxfoundation.org 17:47:15 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 17:47:15 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 619109f [Pipeline] echo 17:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:47:16 provisioning config files... 17:47:16 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config9089136612525145133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:47:16 ---> docker-login.sh 17:47:16 nexus3.edgexfoundry.org:10001 17:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:16 Configure a credential helper to remove this warning. See 17:47:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:16 17:47:16 Login Succeeded 17:47:16 nexus3.edgexfoundry.org:10002 17:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:17 Configure a credential helper to remove this warning. See 17:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:17 17:47:17 Login Succeeded 17:47:17 nexus3.edgexfoundry.org:10003 17:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:17 Configure a credential helper to remove this warning. See 17:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:17 17:47:17 Login Succeeded 17:47:17 nexus3.edgexfoundry.org:10004 17:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:17 Configure a credential helper to remove this warning. See 17:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:17 17:47:17 Login Succeeded 17:47:17 docker.io 17:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:17 Configure a credential helper to remove this warning. See 17:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:17 17:47:17 Login Succeeded 17:47:17 ---> docker-login.sh ends [Pipeline] } 17:47:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:47:18 + git rev-list -1 --merges 619109fb4055fb888c1b579a9d1d65a4cd37a572~1..619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo 17:47:18 -----------> git rev-list -1 --merges 619109fb4055fb888c1b579a9d1d65a4cd37a572~1..619109fb4055fb888c1b579a9d1d65a4cd37a572 619109fb4055fb888c1b579a9d1d65a4cd37a572 [false] [Pipeline] sh 17:47:18 + git log --format=format:%s -1 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo 17:47:18 ========================================================= 17:47:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:47:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:18 + git log --format=format:%s -1 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] echo 17:47:18 [semverPrep] GIT_COMMIT: 619109fb4055fb888c1b579a9d1d65a4cd37a572, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#213) [Pipeline] echo 17:47:18 [semverPrep] This is not a build commit. [Pipeline] sh 17:47:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:47:19 + grep -v github /etc/ssh/ssh_known_hosts 17:47:19 + [ -e /tmp/ssh_known_hosts ] 17:47:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:47:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:47:19 + sudo tee -a /etc/ssh/ssh_known_hosts 17:47:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:47:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:47:19 17:47:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:47:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:47:19 0.1.4: Pulling from edgex-devops/py-git-semver 17:47:19 b85a868b505f: Pulling fs layer 17:47:19 e2be974225ed: Pulling fs layer 17:47:19 339a4e72a1f5: Pulling fs layer 17:47:19 988bab9f4d93: Pulling fs layer 17:47:19 1469e6f7b9e6: Pulling fs layer 17:47:19 eaf3925da568: Pulling fs layer 17:47:19 bab4dde63d76: Pulling fs layer 17:47:19 bde34c3a00c8: Pulling fs layer 17:47:19 b352a97aabf1: Pulling fs layer 17:47:19 4872d77fe225: Pulling fs layer 17:47:19 988bab9f4d93: Waiting 17:47:19 1469e6f7b9e6: Waiting 17:47:19 5851b861e8e6: Pulling fs layer 17:47:19 eaf3925da568: Waiting 17:47:19 bde34c3a00c8: Waiting 17:47:19 b352a97aabf1: Waiting 17:47:19 4872d77fe225: Waiting 17:47:19 5851b861e8e6: Waiting 17:47:19 bab4dde63d76: Waiting 17:47:19 e2be974225ed: Download complete 17:47:19 988bab9f4d93: Verifying Checksum 17:47:19 988bab9f4d93: Download complete 17:47:19 1469e6f7b9e6: Verifying Checksum 17:47:19 1469e6f7b9e6: Download complete 17:47:19 eaf3925da568: Verifying Checksum 17:47:19 eaf3925da568: Download complete 17:47:19 339a4e72a1f5: Verifying Checksum 17:47:19 339a4e72a1f5: Download complete 17:47:19 bde34c3a00c8: Download complete 17:47:19 b352a97aabf1: Download complete 17:47:19 4872d77fe225: Verifying Checksum 17:47:19 4872d77fe225: Download complete 17:47:19 5851b861e8e6: Download complete 17:47:19 b85a868b505f: Verifying Checksum 17:47:19 b85a868b505f: Download complete 17:47:20 bab4dde63d76: Verifying Checksum 17:47:20 bab4dde63d76: Download complete 17:47:21 b85a868b505f: Pull complete 17:47:21 e2be974225ed: Pull complete 17:47:21 339a4e72a1f5: Pull complete 17:47:21 988bab9f4d93: Pull complete 17:47:22 1469e6f7b9e6: Pull complete 17:47:22 eaf3925da568: Pull complete 17:47:23 bab4dde63d76: Pull complete 17:47:23 bde34c3a00c8: Pull complete 17:47:24 b352a97aabf1: Pull complete 17:47:24 4872d77fe225: Pull complete 17:47:24 5851b861e8e6: Pull complete 17:47:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:47:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:47:24 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 17:47:24 $ 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 17:47:27 $ docker top d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 -eo pid,comm 17:47:27 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). 17:47:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:47:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:27 [ssh-agent] Looking for ssh-agent implementation... 17:47:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:27 $ docker exec d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent 17:47:27 SSH_AUTH_SOCK=/tmp/ssh-0EAzxBTSwzij/agent.32 17:47:27 SSH_AGENT_PID=38 17:47:27 Running ssh-add (command line suppressed) 17:47:27 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_264371234287227560.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_264371234287227560.key) 17:47:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:27 + git tag --points-at HEAD [Pipeline] } 17:47:27 $ docker exec --env ******** --env ******** d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent -k 17:47:27 unset SSH_AUTH_SOCK; 17:47:27 unset SSH_AGENT_PID; 17:47:27 echo Agent pid 38 killed; 17:47:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:47:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:27 [ssh-agent] Looking for ssh-agent implementation... 17:47:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:28 $ docker exec d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent 17:47:28 SSH_AUTH_SOCK=/tmp/ssh-n7BS5GhuRch0/agent.71 17:47:28 SSH_AGENT_PID=77 17:47:28 Running ssh-add (command line suppressed) 17:47:28 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17349426534770855623.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17349426534770855623.key) 17:47:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:28 + git semver init 17:47:28 2023-07-28 17:47:28,744 [run_init] DEBUG init version:0.0.0 force:False 17:47:28 2023-07-28 17:47:28,744 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 17:47:28 2023-07-28 17:47:28,745 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver 17:47:28 2023-07-28 17:47:28,745 [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) 17:47:30 2023-07-28 17:47:29,902 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 17:47:30 2023-07-28 17:47:29,902 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False 17:47:30 2023-07-28 17:47:29,902 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 17:47:30 2023-07-28 17:47:29,903 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 17:47:30 3.1.0-dev.6 [Pipeline] } 17:47:30 $ docker exec --env ******** --env ******** d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 ssh-agent -k 17:47:30 unset SSH_AUTH_SOCK; 17:47:30 unset SSH_AGENT_PID; 17:47:30 echo Agent pid 77 killed; 17:47:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:47:30 + git semver [Pipeline] } 17:47:30 $ docker stop --time=1 d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 17:47:32 $ docker rm -f --volumes d341172ebae64de97a33c5151674ebd5d3a8120c9d723d9e68107ac4542a30b7 [Pipeline] // withDockerContainer [Pipeline] sh 17:47:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:47:32 Stashed 1 file(s) [Pipeline] echo 17:47:32 [edgeXSemver]: initialized semver on version 3.1.0-dev.6 [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 17:47:32 provisioning config files... 17:47:32 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4886662839678252994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:47:33 ---> docker-login.sh 17:47:33 nexus3.edgexfoundry.org:10001 17:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:33 Configure a credential helper to remove this warning. See 17:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:33 17:47:33 Login Succeeded 17:47:33 nexus3.edgexfoundry.org:10002 17:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:33 Configure a credential helper to remove this warning. See 17:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:33 17:47:33 Login Succeeded 17:47:33 nexus3.edgexfoundry.org:10003 17:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:33 Configure a credential helper to remove this warning. See 17:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:33 17:47:33 Login Succeeded 17:47:33 nexus3.edgexfoundry.org:10004 17:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:33 Configure a credential helper to remove this warning. See 17:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:33 17:47:33 Login Succeeded 17:47:33 docker.io 17:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:34 Configure a credential helper to remove this warning. See 17:47:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:34 17:47:34 Login Succeeded 17:47:34 ---> docker-login.sh ends [Pipeline] } 17:47:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:47:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:47:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:47:34 ========================================================= 17:47:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 17:47:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:47:34 + 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 . 17:47:34 Sending build context to Docker daemon 12.66MB 17:47:34 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 17:47:34 Step 2/12 : FROM ${BASE} AS builder 17:47:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 17:47:34 4db1b89c0bd1: Pulling fs layer 17:47:34 6911f1a30b25: Pulling fs layer 17:47:34 e194b8c5c2a9: Pulling fs layer 17:47:34 6863d3e3a2b1: Pulling fs layer 17:47:34 ec0bb842ea78: Pulling fs layer 17:47:34 40a00589a448: Pulling fs layer 17:47:34 6c08303d61cc: Pulling fs layer 17:47:34 ec0bb842ea78: Waiting 17:47:34 40a00589a448: Waiting 17:47:34 798269fcf238: Pulling fs layer 17:47:34 6c08303d61cc: Waiting 17:47:34 798269fcf238: Waiting 17:47:34 6911f1a30b25: Download complete 17:47:34 6863d3e3a2b1: Verifying Checksum 17:47:34 6863d3e3a2b1: Download complete 17:47:34 ec0bb842ea78: Verifying Checksum 17:47:34 ec0bb842ea78: Download complete 17:47:34 4db1b89c0bd1: Verifying Checksum 17:47:34 4db1b89c0bd1: Download complete 17:47:34 40a00589a448: Verifying Checksum 17:47:34 40a00589a448: Download complete 17:47:34 4db1b89c0bd1: Pull complete 17:47:34 6911f1a30b25: Pull complete 17:47:34 798269fcf238: Verifying Checksum 17:47:34 798269fcf238: Download complete 17:47:35 e194b8c5c2a9: Verifying Checksum 17:47:35 e194b8c5c2a9: Download complete 17:47:35 6c08303d61cc: Verifying Checksum 17:47:35 6c08303d61cc: Download complete 17:47:38 e194b8c5c2a9: Pull complete 17:47:38 6863d3e3a2b1: Pull complete 17:47:38 ec0bb842ea78: Pull complete 17:47:38 40a00589a448: Pull complete 17:47:41 6c08303d61cc: Pull complete 17:47:42 798269fcf238: Pull complete 17:47:42 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 17:47:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:47:42 ---> ec979cd7f677 17:47:42 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:47:46 ---> Running in 90f28b187888 17:47:46 Removing intermediate container 90f28b187888 17:47:46 ---> 62c1e29b1b8c 17:47:46 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:47:46 ---> Running in c37096a7bf5f 17:47:46 Removing intermediate container c37096a7bf5f 17:47:46 ---> 6790a01e72e4 17:47:46 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:47:46 ---> Running in 788d5f573cc1 17:47:47 Removing intermediate container 788d5f573cc1 17:47:47 ---> 89d9c48c22ce 17:47:47 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:47:47 ---> Running in 49c547502f40 17:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:47:47 Still waiting to schedule task 17:47:47 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2452’ 17:47:47 OK: 265 MiB in 53 packages 17:47:48 Removing intermediate container 49c547502f40 17:47:48 ---> cd8960ca4435 17:47:48 Step 7/12 : WORKDIR /app 17:47:48 ---> Running in f15e2517593c 17:47:48 Removing intermediate container f15e2517593c 17:47:48 ---> 73312f116c56 17:47:48 Step 8/12 : COPY go.mod vendor* ./ 17:47:48 ---> dede5adba9cf 17:47:48 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:47:48 ---> Running in 9c275359f194 17:48:14 Removing intermediate container 9c275359f194 17:48:14 ---> 0d784842153f 17:48:14 Step 10/12 : COPY . . 17:48:14 ---> 380c35348d23 17:48:14 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:48:14 ---> Running in a46a97b27d3c 17:48:14 Removing intermediate container a46a97b27d3c 17:48:14 ---> 18ea1b6f6c3f 17:48:14 Step 12/12 : RUN $MAKE 17:48:14 ---> Running in eedc498daa00 17:48:14 noop 17:48:14 Removing intermediate container eedc498daa00 17:48:14 ---> 7c91e822db4d 17:48:14 Successfully built 7c91e822db4d 17:48:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:15 + docker inspect -f . ci-base-image-x86_64 17:48:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:48:15 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 17:48:15 $ 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 17:48:15 $ docker top 4dd7740670488c9c7c264a88b8ffdf971cbc8664f4a6b6dc1e0a2246c8a110dc -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:16 + go version 17:48:16 go version go1.20.6 linux/amd64 [Pipeline] } 17:48:16 $ docker stop --time=1 4dd7740670488c9c7c264a88b8ffdf971cbc8664f4a6b6dc1e0a2246c8a110dc 17:48:17 $ docker rm -f --volumes 4dd7740670488c9c7c264a88b8ffdf971cbc8664f4a6b6dc1e0a2246c8a110dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:17 + docker inspect -f . ci-base-image-x86_64 17:48:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:48:17 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 17:48:17 $ 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 17:48:18 $ docker top 5d85f06d80aa42530806914d21bd94a8fffc3226bcb72161f0612738a282b4da -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:18 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 17:48:18 + make test 17:48:18 go test -race ./... -coverprofile=coverage.out ./... 17:48:40 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 17:48:40 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 17:48:40 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.165s coverage: 86.2% of statements 17:48:41 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.710s coverage: 71.9% of statements 17:49:03 go vet ./... 17:49:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:49:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:49:06 ./bin/test-attribution.sh [Pipeline] echo 17:49:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:49:06 $ docker stop --time=1 5d85f06d80aa42530806914d21bd94a8fffc3226bcb72161f0612738a282b4da 17:49:09 $ docker rm -f --volumes 5d85f06d80aa42530806914d21bd94a8fffc3226bcb72161f0612738a282b4da [Pipeline] // withDockerContainer [Pipeline] sh 17:49:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:49:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:49:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:49:11 + ls -al . 17:49:11 total 236 17:49:11 drwxrwxr-x 11 jenkins jenkins 4096 Jul 28 17:48 . 17:49:11 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:47 .. 17:49:11 -rw-rw-r-- 1 jenkins jenkins 262 Jul 28 17:47 .dockerignore 17:49:11 drwxrwxr-x 8 jenkins jenkins 4096 Jul 28 17:47 .git 17:49:11 drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:47 .github 17:49:11 -rw-rw-r-- 1 jenkins jenkins 788 Jul 28 17:47 .gitignore 17:49:11 -rw-rw-r-- 1 jenkins jenkins 41 Jul 28 17:47 .golangci.yml 17:49:11 drwxr-xr-x 3 jenkins jenkins 4096 Jul 28 17:47 .semver 17:49:11 -rw-rw-r-- 1 jenkins jenkins 10332 Jul 28 17:47 Attribution.txt 17:49:11 -rw-rw-r-- 1 jenkins jenkins 9042 Jul 28 17:47 CHANGELOG.md 17:49:11 -rw-rw-r-- 1 jenkins jenkins 1659 Jul 28 17:47 Dockerfile 17:49:11 -rw-rw-r-- 1 jenkins jenkins 677 Jul 28 17:47 GOVERNANCE.md 17:49:11 -rw-rw-r-- 1 jenkins jenkins 687 Jul 28 17:47 Jenkinsfile 17:49:11 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 28 17:47 LICENSE 17:49:11 -rw-rw-r-- 1 jenkins jenkins 2497 Jul 28 17:47 Makefile 17:49:11 -rw-rw-r-- 1 jenkins jenkins 617 Jul 28 17:47 OWNERS.md 17:49:11 -rw-rw-r-- 1 jenkins jenkins 31516 Jul 28 17:47 README.md 17:49:11 -rw-rw-r-- 1 jenkins jenkins 11 Jul 28 17:47 VERSION 17:49:11 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:47 bin 17:49:11 -rw-r--r-- 1 jenkins jenkins 41317 Jul 28 17:48 coverage.out 17:49:11 -rw-rw-r-- 1 jenkins jenkins 3694 Jul 28 17:47 go.mod 17:49:11 -rw-rw-r-- 1 jenkins jenkins 32867 Jul 28 17:47 go.sum 17:49:11 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:47 images 17:49:11 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:47 internal 17:49:11 -rw-rw-r-- 1 jenkins jenkins 531 Jul 28 17:47 main.go 17:49:11 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:47 res 17:49:11 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:47 snap 17:49:11 drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:47 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:11 + 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=619109fb4055fb888c1b579a9d1d65a4cd37a572 --label arch=amd64 --label version=3.1.0-dev.6 . 17:49:11 Sending build context to Docker daemon 12.66MB 17:49:11 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 17:49:11 Step 2/29 : FROM ${BASE} AS builder 17:49:11 ---> 7c91e822db4d 17:49:11 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 17:49:11 ---> Running in daa8b8a5d3f3 17:49:11 Removing intermediate container daa8b8a5d3f3 17:49:11 ---> a35fb596f5cd 17:49:11 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 17:49:11 ---> Running in c28032368d27 17:49:11 Removing intermediate container c28032368d27 17:49:11 ---> 2682880e9f26 17:49:11 Step 5/29 : ARG ADD_BUILD_TAGS="" 17:49:11 ---> Running in dd968960f07d 17:49:11 Removing intermediate container dd968960f07d 17:49:11 ---> f10d03844b8c 17:49:11 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:49:11 ---> Running in 9a4ece1494f7 17:49:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:12 OK: 265 MiB in 53 packages 17:49:12 Removing intermediate container 9a4ece1494f7 17:49:12 ---> 6e7e43ad1d7f 17:49:12 Step 7/29 : WORKDIR /app 17:49:12 ---> Running in d73e5fa122f6 17:49:12 Removing intermediate container d73e5fa122f6 17:49:12 ---> 67b237f3825c 17:49:12 Step 8/29 : COPY go.mod vendor* ./ 17:49:13 ---> 6438ca4cb5d6 17:49:13 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:13 ---> Running in 20f8e03c40de 17:49:13 Removing intermediate container 20f8e03c40de 17:49:13 ---> 720445289f7d 17:49:13 Step 10/29 : COPY . . 17:49:14 ---> c45755b0e446 17:49:14 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:49:14 ---> Running in 39f908f81776 17:49:14 Removing intermediate container 39f908f81776 17:49:14 ---> 6f427d632fdc 17:49:14 Step 12/29 : RUN $MAKE 17:49:14 ---> Running in 148858af4b5a 17:49:14 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.6 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.6" -trimpath -mod=readonly -o app-rfid-llrp-inventory 17:49:36 Removing intermediate container 148858af4b5a 17:49:36 ---> 57dcd7118b1b 17:49:36 Step 13/29 : FROM alpine:3.17 17:49:36 3.17: Pulling from library/alpine 17:49:36 4db1b89c0bd1: Already exists 17:49:36 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 17:49:36 Status: Downloaded newer image for alpine:3.17 17:49:36 ---> 1f73a9d63274 17:49:36 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:49:36 ---> Running in 80cc9f040909 17:49:36 Removing intermediate container 80cc9f040909 17:49:36 ---> 24ebd5f38538 17:49:36 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 17:49:36 ---> Running in 04ccec4148be 17:49:36 Removing intermediate container 04ccec4148be 17:49:36 ---> 9f0ef5e5529a 17:49:36 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 17:49:36 ---> Running in 7f045f7ee0e7 17:49:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:36 (1/2) Installing ca-certificates (20230506-r0) 17:49:36 (2/2) Installing dumb-init (1.2.5-r2) 17:49:36 Executing busybox-1.35.0-r29.trigger 17:49:36 Executing ca-certificates-20230506-r0.trigger 17:49:36 OK: 8 MiB in 17 packages 17:49:36 Removing intermediate container 7f045f7ee0e7 17:49:36 ---> 58b083800322 17:49:36 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:49:36 ---> 20b9c35d915f 17:49:36 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 17:49:36 ---> cbc3124b6766 17:49:36 Step 19/29 : COPY --from=builder /app/res/ /res/ 17:49:36 ---> 7e5b12d74847 17:49:36 Step 20/29 : COPY --from=builder /app/static/ /static/ 17:49:36 ---> 8c4fb9131577 17:49:36 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 17:49:37 ---> 6270cae282f8 17:49:37 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 17:49:37 ---> Running in b51e7a9dd40a 17:49:37 Removing intermediate container b51e7a9dd40a 17:49:37 ---> 7859ce9545b8 17:49:37 Step 23/29 : VOLUME /cache 17:49:37 ---> Running in 2a5b9a655d52 17:49:37 Removing intermediate container 2a5b9a655d52 17:49:37 ---> d1ffc1739385 17:49:37 Step 24/29 : EXPOSE 59711 17:49:37 ---> Running in 7aeae517219c 17:49:37 Removing intermediate container 7aeae517219c 17:49:37 ---> 0a5e3b0e507e 17:49:37 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 17:49:37 ---> Running in 9cebb480be1f 17:49:37 Removing intermediate container 9cebb480be1f 17:49:37 ---> d57cb47992e3 17:49:37 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 17:49:37 ---> Running in 832830e344d8 17:49:37 Removing intermediate container 832830e344d8 17:49:37 ---> fdffcb74370f 17:49:37 Step 27/29 : LABEL arch=amd64 17:49:37 ---> Running in 7ae35335920b 17:49:37 Removing intermediate container 7ae35335920b 17:49:37 ---> 42a91c5633cc 17:49:37 Step 28/29 : LABEL git_sha=619109fb4055fb888c1b579a9d1d65a4cd37a572 17:49:38 ---> Running in 2dccc558b8a1 17:49:38 Removing intermediate container 2dccc558b8a1 17:49:38 ---> 918a2a59ecd1 17:49:38 Step 29/29 : LABEL version=3.1.0-dev.6 17:49:38 ---> Running in 49fd8e15ceef 17:49:38 Removing intermediate container 49fd8e15ceef 17:49:38 ---> ef989db08fc6 17:49:38 [Warning] One or more build-args [ARCH] were not consumed 17:49:38 Successfully built ef989db08fc6 17:49:38 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 17:49:38 provisioning config files... 17:49:38 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config1700249470920930631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:49:38 ---> docker-login.sh 17:49:38 nexus3.edgexfoundry.org:10001 17:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:38 Configure a credential helper to remove this warning. See 17:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:38 17:49:38 Login Succeeded 17:49:38 nexus3.edgexfoundry.org:10002 17:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:38 Configure a credential helper to remove this warning. See 17:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:38 17:49:38 Login Succeeded 17:49:38 nexus3.edgexfoundry.org:10003 17:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:38 Configure a credential helper to remove this warning. See 17:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:38 17:49:38 Login Succeeded 17:49:38 nexus3.edgexfoundry.org:10004 17:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:38 Configure a credential helper to remove this warning. See 17:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:38 17:49:38 Login Succeeded 17:49:38 docker.io 17:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:39 Configure a credential helper to remove this warning. See 17:49:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:39 17:49:39 Login Succeeded 17:49:39 ---> docker-login.sh ends [Pipeline] } 17:49:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:49:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:49:39 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 17:49:39 619109fb4055fb888c1b579a9d1d65a4cd37a572 17:49:39 latest 17:49:39 3.1.0-dev.6 17:49:39 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 17:49:39 main 17:49:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:39 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:39 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572 17:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 17:49:39 658f022b95f1: Preparing 17:49:39 c6ec31bc77cb: Preparing 17:49:39 aefa0bac4ae6: Preparing 17:49:39 1e85d89fa879: Preparing 17:49:39 fd62fb76eea7: Preparing 17:49:39 ac3c45492edf: Preparing 17:49:39 73a98c54ec1b: Preparing 17:49:39 3dab9f8bf2d2: Preparing 17:49:39 73a98c54ec1b: Waiting 17:49:39 3dab9f8bf2d2: Waiting 17:49:39 ac3c45492edf: Waiting 17:49:39 fd62fb76eea7: Pushed 17:49:39 658f022b95f1: Pushed 17:49:39 1e85d89fa879: Pushed 17:49:39 aefa0bac4ae6: Pushed 17:49:39 3dab9f8bf2d2: Layer already exists 17:49:39 ac3c45492edf: Pushed 17:49:40 73a98c54ec1b: Pushed 17:49:42 c6ec31bc77cb: Pushed 17:49:42 619109fb4055fb888c1b579a9d1d65a4cd37a572: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:42 + 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 17:49:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 17:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 17:49:43 658f022b95f1: Preparing 17:49:43 c6ec31bc77cb: Preparing 17:49:43 aefa0bac4ae6: Preparing 17:49:43 1e85d89fa879: Preparing 17:49:43 fd62fb76eea7: Preparing 17:49:43 ac3c45492edf: Preparing 17:49:43 73a98c54ec1b: Preparing 17:49:43 3dab9f8bf2d2: Preparing 17:49:43 ac3c45492edf: Waiting 17:49:43 73a98c54ec1b: Waiting 17:49:43 3dab9f8bf2d2: Waiting 17:49:43 c6ec31bc77cb: Layer already exists 17:49:43 658f022b95f1: Layer already exists 17:49:43 1e85d89fa879: Layer already exists 17:49:43 fd62fb76eea7: Layer already exists 17:49:43 aefa0bac4ae6: Layer already exists 17:49:43 73a98c54ec1b: Layer already exists 17:49:43 ac3c45492edf: Layer already exists 17:49:43 3dab9f8bf2d2: Layer already exists 17:49:43 latest: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:43 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.6 17:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 17:49:43 658f022b95f1: Preparing 17:49:43 c6ec31bc77cb: Preparing 17:49:43 aefa0bac4ae6: Preparing 17:49:43 1e85d89fa879: Preparing 17:49:43 fd62fb76eea7: Preparing 17:49:43 ac3c45492edf: Preparing 17:49:43 73a98c54ec1b: Preparing 17:49:43 3dab9f8bf2d2: Preparing 17:49:43 73a98c54ec1b: Waiting 17:49:43 3dab9f8bf2d2: Waiting 17:49:43 ac3c45492edf: Waiting 17:49:43 c6ec31bc77cb: Layer already exists 17:49:43 1e85d89fa879: Layer already exists 17:49:43 658f022b95f1: Layer already exists 17:49:43 fd62fb76eea7: Layer already exists 17:49:43 aefa0bac4ae6: Layer already exists 17:49:43 ac3c45492edf: Layer already exists 17:49:43 73a98c54ec1b: Layer already exists 17:49:43 3dab9f8bf2d2: Layer already exists 17:49:43 3.1.0-dev.6: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:44 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:44 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 17:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 17:49:44 658f022b95f1: Preparing 17:49:44 c6ec31bc77cb: Preparing 17:49:44 aefa0bac4ae6: Preparing 17:49:44 1e85d89fa879: Preparing 17:49:44 fd62fb76eea7: Preparing 17:49:44 ac3c45492edf: Preparing 17:49:44 73a98c54ec1b: Preparing 17:49:44 3dab9f8bf2d2: Preparing 17:49:44 73a98c54ec1b: Waiting 17:49:44 3dab9f8bf2d2: Waiting 17:49:44 658f022b95f1: Layer already exists 17:49:44 c6ec31bc77cb: Layer already exists 17:49:44 1e85d89fa879: Layer already exists 17:49:44 fd62fb76eea7: Layer already exists 17:49:44 aefa0bac4ae6: Layer already exists 17:49:44 ac3c45492edf: Layer already exists 17:49:44 73a98c54ec1b: Layer already exists 17:49:44 3dab9f8bf2d2: Layer already exists 17:49:44 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:44 + 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 17:49:45 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 17:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 17:49:45 658f022b95f1: Preparing 17:49:45 c6ec31bc77cb: Preparing 17:49:45 aefa0bac4ae6: Preparing 17:49:45 1e85d89fa879: Preparing 17:49:45 fd62fb76eea7: Preparing 17:49:45 ac3c45492edf: Preparing 17:49:45 73a98c54ec1b: Preparing 17:49:45 3dab9f8bf2d2: Preparing 17:49:45 3dab9f8bf2d2: Waiting 17:49:45 ac3c45492edf: Waiting 17:49:45 658f022b95f1: Layer already exists 17:49:45 1e85d89fa879: Layer already exists 17:49:45 c6ec31bc77cb: Layer already exists 17:49:45 fd62fb76eea7: Layer already exists 17:49:45 aefa0bac4ae6: Layer already exists 17:49:45 ac3c45492edf: Layer already exists 17:49:45 73a98c54ec1b: Layer already exists 17:49:45 3dab9f8bf2d2: Layer already exists 17:49:45 main: digest: sha256:5b8d8fa6ad58c16de06faf74f35b7038c0767b4856a0e78ec8f2ef0b857909e3 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:49:45 ===================================================== [Pipeline] echo 17:49:45 taggedImages: 17:49:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572 17:49:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 17:49:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.1.0-dev.6 17:49:45 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 17:49:45 - 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 17:49:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:49:45 17:49:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:49:45 latest: Pulling from edgex-lftools-log-publisher 17:49:45 5eb5b503b376: Pulling fs layer 17:49:45 5c69ac0246d0: Pulling fs layer 17:49:45 ec43610c2a17: Pulling fs layer 17:49:45 3a2ae6a8a46f: Pulling fs layer 17:49:45 33b1e0a273af: Pulling fs layer 17:49:45 5d3b04190fa2: Pulling fs layer 17:49:45 2f39f015ded8: Pulling fs layer 17:49:45 33b1e0a273af: Waiting 17:49:45 5d3b04190fa2: Waiting 17:49:45 5c69ac0246d0: Download complete 17:49:45 3a2ae6a8a46f: Download complete 17:49:45 33b1e0a273af: Verifying Checksum 17:49:45 33b1e0a273af: Download complete 17:49:45 5d3b04190fa2: Download complete 17:49:45 ec43610c2a17: Verifying Checksum 17:49:45 ec43610c2a17: Download complete 17:49:45 5eb5b503b376: Verifying Checksum 17:49:45 5eb5b503b376: Download complete 17:49:46 2f39f015ded8: Verifying Checksum 17:49:47 5eb5b503b376: Pull complete 17:49:47 5c69ac0246d0: Pull complete 17:49:47 ec43610c2a17: Pull complete 17:49:47 3a2ae6a8a46f: Pull complete 17:49:47 33b1e0a273af: Pull complete 17:49:47 5d3b04190fa2: Pull complete 17:49:52 2f39f015ded8: Pull complete 17:49:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:49:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:49:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:49:52 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 17:49:52 $ 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 17:49:55 $ docker top b3925fe3f73cbe517bd9cb88c007cc3489d3766e5ad7f9601400e1f61962ce49 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:49:55 ---> job-cost.sh 17:49:55 lf-activate-venv: SKIPPING 17:49:55 INFO: No Stack... 17:49:55 INFO: Retrieving Pricing Info for: v3-standard-8 17:49:56 INFO: Archiving Costs [Pipeline] sh 17:49:56 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 17:49:56 + cut -d, -f6 [Pipeline] lock 17:49:56 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] 17:49:56 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] did not exist. Created. 17:49:56 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:49:56 + echo total: 0.2199999988079071 [Pipeline] stash 17:49:56 Stashed 1 file(s) [Pipeline] } 17:49:56 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] // lock [Pipeline] } 17:49:56 $ docker stop --time=1 b3925fe3f73cbe517bd9cb88c007cc3489d3766e5ad7f9601400e1f61962ce49 17:49:58 $ docker rm -f --volumes b3925fe3f73cbe517bd9cb88c007cc3489d3766e5ad7f9601400e1f61962ce49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:50:40 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2453 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 17:50:40 Running in /w/workspace/app-rfid-llrp-inventory/118 [Pipeline] { [Pipeline] checkout 17:50:40 The recommended git tool is: git 17:50:46 using credential edgex-jenkins-ssh 17:50:46 Cloning the remote Git repository 17:50:46 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 17:50:46 > git init /w/workspace/app-rfid-llrp-inventory/118 # timeout=10 17:50:46 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 17:50:46 > git --version # timeout=10 17:50:46 > git --version # 'git version 2.25.1' 17:50:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:50:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:50:49 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 17:50:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:50:50 Avoid second fetch 17:50:50 Checking out Revision 619109fb4055fb888c1b579a9d1d65a4cd37a572 (main) 17:50:50 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#213)" 17:50:50 > git config core.sparsecheckout # timeout=10 17:50:50 > git checkout -f 619109fb4055fb888c1b579a9d1d65a4cd37a572 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:50:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:50:51 % Total % Received % Xferd Average Speed Time Time Time Current 17:50:51 Dload Upload Total Spent Left Speed 17:50:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh 17:50:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:50:52 + sudo tee /etc/docker/daemon.new 17:50:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:50:52 { 17:50:52 "registry-mirrors": [ 17:50:52 "https://nexus3.edgexfoundry.org:10001" 17:50:52 ], 17:50:52 "bip": "10.250.0.254/24", 17:50:52 "hosts": [ 17:50:52 "tcp://0.0.0.0:5555", 17:50:52 "unix:///var/run/docker.sock" 17:50:52 ], 17:50:52 "mtu": 1458, 17:50:52 "selinux-enabled": true, 17:50:52 "seccomp-profile": "/etc/docker/seccomp.json" 17:50:52 } [Pipeline] sh 17:50:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:50:53 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:51:11 provisioning config files... 17:51:11 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/118@tmp/config17377470649208884254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:12 ---> docker-login.sh 17:51:12 nexus3.edgexfoundry.org:10001 17:51:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:12 Configure a credential helper to remove this warning. See 17:51:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:12 17:51:12 Login Succeeded 17:51:12 nexus3.edgexfoundry.org:10002 17:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:13 Configure a credential helper to remove this warning. See 17:51:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:13 17:51:13 Login Succeeded 17:51:13 nexus3.edgexfoundry.org:10003 17:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:13 Configure a credential helper to remove this warning. See 17:51:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:13 17:51:13 Login Succeeded 17:51:13 nexus3.edgexfoundry.org:10004 17:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:14 Configure a credential helper to remove this warning. See 17:51:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:14 17:51:14 Login Succeeded 17:51:14 docker.io 17:51:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:14 Configure a credential helper to remove this warning. See 17:51:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:14 17:51:14 Login Succeeded 17:51:14 ---> docker-login.sh ends [Pipeline] } 17:51:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:51:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:51:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:51:14 ========================================================= 17:51:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 17:51:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:15 + 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 . 17:51:15 Sending build context to Docker daemon 684kB 17:51:15 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 17:51:15 Step 2/12 : FROM ${BASE} AS builder 17:51:15 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:51:15 edb6bdbacee9: Pulling fs layer 17:51:15 5f9638ab2659: Pulling fs layer 17:51:15 8d51d6327a98: Pulling fs layer 17:51:15 8b374f2dd631: Pulling fs layer 17:51:15 ec14aa9079de: Pulling fs layer 17:51:15 2f466654f4bb: Pulling fs layer 17:51:15 554e91adad29: Pulling fs layer 17:51:15 ec14aa9079de: Waiting 17:51:15 8b374f2dd631: Waiting 17:51:15 2f466654f4bb: Waiting 17:51:15 554e91adad29: Waiting 17:51:15 5f9638ab2659: Download complete 17:51:15 8b374f2dd631: Verifying Checksum 17:51:15 8b374f2dd631: Download complete 17:51:15 edb6bdbacee9: Verifying Checksum 17:51:15 edb6bdbacee9: Download complete 17:51:15 ec14aa9079de: Verifying Checksum 17:51:15 ec14aa9079de: Download complete 17:51:16 edb6bdbacee9: Pull complete 17:51:17 554e91adad29: Verifying Checksum 17:51:17 554e91adad29: Download complete 17:51:17 5f9638ab2659: Pull complete 17:51:18 8d51d6327a98: Verifying Checksum 17:51:18 8d51d6327a98: Download complete 17:51:18 2f466654f4bb: Verifying Checksum 17:51:18 2f466654f4bb: Download complete 17:51:30 8d51d6327a98: Pull complete 17:51:30 8b374f2dd631: Pull complete 17:51:30 ec14aa9079de: Pull complete 17:51:39 2f466654f4bb: Pull complete 17:51:41 554e91adad29: Pull complete 17:51:41 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 17:51:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:51:41 ---> 1e15ea492957 17:51:41 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:51:43 ---> Running in 509eff309749 17:51:43 Removing intermediate container 509eff309749 17:51:43 ---> 9f5a81232d25 17:51:43 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:51:43 ---> Running in 8b2bfcb56b0d 17:51:44 Removing intermediate container 8b2bfcb56b0d 17:51:44 ---> 9e40bc386256 17:51:44 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:51:44 ---> Running in b5cfca483ba4 17:51:44 Removing intermediate container b5cfca483ba4 17:51:44 ---> 562db3b25d2b 17:51:44 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:51:44 ---> Running in 9b2e1fed0345 17:51:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:51:47 OK: 263 MiB in 53 packages 17:51:48 Removing intermediate container 9b2e1fed0345 17:51:48 ---> 3e0700dbb50d 17:51:48 Step 7/12 : WORKDIR /app 17:51:48 ---> Running in e844b2689ee0 17:51:48 Removing intermediate container e844b2689ee0 17:51:48 ---> 2c2b75146734 17:51:48 Step 8/12 : COPY go.mod vendor* ./ 17:51:49 ---> bdd832e630a4 17:51:49 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:51:49 ---> Running in d1209fb69c1a 17:53:11 Removing intermediate container d1209fb69c1a 17:53:11 ---> 760b83e5ae2b 17:53:11 Step 10/12 : COPY . . 17:53:11 ---> dba4a4f7e757 17:53:11 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:53:11 ---> Running in f8d3433d99ac 17:53:11 Removing intermediate container f8d3433d99ac 17:53:11 ---> e4715ef0d373 17:53:11 Step 12/12 : RUN $MAKE 17:53:11 ---> Running in a18b8919767f 17:53:11 noop 17:53:11 Removing intermediate container a18b8919767f 17:53:11 ---> e9c16806e086 17:53:11 Successfully built e9c16806e086 17:53:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:11 + docker inspect -f . ci-base-image-arm64 17:53:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:11 prd-ubuntu20.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container 17:53:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/118 -v /w/workspace/app-rfid-llrp-inventory/118:/w/workspace/app-rfid-llrp-inventory/118:rw,z -v /w/workspace/app-rfid-llrp-inventory/118@tmp:/w/workspace/app-rfid-llrp-inventory/118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:53:12 $ docker top 328cfe73025bfbced0fcf6e2dbac0f0ec7e04d613032152808ebd6b36850f7e4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:13 + go version 17:53:13 go version go1.20.6 linux/arm64 [Pipeline] } 17:53:13 $ docker stop --time=1 328cfe73025bfbced0fcf6e2dbac0f0ec7e04d613032152808ebd6b36850f7e4 17:53:15 $ docker rm -f --volumes 328cfe73025bfbced0fcf6e2dbac0f0ec7e04d613032152808ebd6b36850f7e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:16 + docker inspect -f . ci-base-image-arm64 17:53:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:16 prd-ubuntu20.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container 17:53:16 $ 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/118 -v /w/workspace/app-rfid-llrp-inventory/118:/w/workspace/app-rfid-llrp-inventory/118:rw,z -v /w/workspace/app-rfid-llrp-inventory/118@tmp:/w/workspace/app-rfid-llrp-inventory/118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:53:17 $ docker top 415b16e026343948d40c526485f882611da1404b332f9f62bfb8f54c9c6d35db -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:18 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/118 [Pipeline] fileExists [Pipeline] sh 17:53:18 + make test 17:53:18 go test -race ./... -coverprofile=coverage.out ./... 17:56:25 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 17:56:25 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 17:56:26 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.158s coverage: 86.2% of statements 17:56:36 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.439s coverage: 71.9% of statements 17:56:37 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:56:37 go vet ./... 17:58:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:58:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:58:58 ./bin/test-attribution.sh [Pipeline] echo 17:58:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:58:58 $ docker stop --time=1 415b16e026343948d40c526485f882611da1404b332f9f62bfb8f54c9c6d35db 17:59:00 $ docker rm -f --volumes 415b16e026343948d40c526485f882611da1404b332f9f62bfb8f54c9c6d35db [Pipeline] // withDockerContainer [Pipeline] sh 17:59:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:59:02 Warning: overwriting stash ‘coverage-report’ 17:59:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:59:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:59:03 + ls -al . 17:59:03 total 232 17:59:03 drwxrwxr-x 10 jenkins jenkins 4096 Jul 28 17:53 . 17:59:03 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:50 .. 17:59:03 -rw-rw-r-- 1 jenkins jenkins 262 Jul 28 17:50 .dockerignore 17:59:03 drwxrwxr-x 8 jenkins jenkins 4096 Jul 28 17:50 .git 17:59:03 drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:50 .github 17:59:03 -rw-rw-r-- 1 jenkins jenkins 788 Jul 28 17:50 .gitignore 17:59:03 -rw-rw-r-- 1 jenkins jenkins 41 Jul 28 17:50 .golangci.yml 17:59:03 -rw-rw-r-- 1 jenkins jenkins 10332 Jul 28 17:50 Attribution.txt 17:59:03 -rw-rw-r-- 1 jenkins jenkins 9042 Jul 28 17:50 CHANGELOG.md 17:59:03 -rw-rw-r-- 1 jenkins jenkins 1659 Jul 28 17:50 Dockerfile 17:59:03 -rw-rw-r-- 1 jenkins jenkins 677 Jul 28 17:50 GOVERNANCE.md 17:59:03 -rw-rw-r-- 1 jenkins jenkins 687 Jul 28 17:50 Jenkinsfile 17:59:03 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 28 17:50 LICENSE 17:59:03 -rw-rw-r-- 1 jenkins jenkins 2497 Jul 28 17:50 Makefile 17:59:03 -rw-rw-r-- 1 jenkins jenkins 617 Jul 28 17:50 OWNERS.md 17:59:03 -rw-rw-r-- 1 jenkins jenkins 31516 Jul 28 17:50 README.md 17:59:03 -rw-rw-r-- 1 jenkins jenkins 11 Jul 28 17:47 VERSION 17:59:03 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:50 bin 17:59:03 -rw-r--r-- 1 jenkins jenkins 41317 Jul 28 17:56 coverage.out 17:59:03 -rw-rw-r-- 1 jenkins jenkins 3694 Jul 28 17:50 go.mod 17:59:03 -rw-rw-r-- 1 jenkins jenkins 32867 Jul 28 17:50 go.sum 17:59:03 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:50 images 17:59:03 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:50 internal 17:59:03 -rw-rw-r-- 1 jenkins jenkins 531 Jul 28 17:50 main.go 17:59:03 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 17:50 res 17:59:03 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 17:50 snap 17:59:03 drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 17:50 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:59:03 + 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=619109fb4055fb888c1b579a9d1d65a4cd37a572 --label arch=arm64 --label version=3.1.0-dev.6 . 17:59:03 Sending build context to Docker daemon 684kB 17:59:03 Step 1/29 : ARG BASE=golang:1.20-alpine3.17 17:59:03 Step 2/29 : FROM ${BASE} AS builder 17:59:03 ---> e9c16806e086 17:59:03 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 17:59:03 ---> Running in 1df53cae1c9e 17:59:04 Removing intermediate container 1df53cae1c9e 17:59:04 ---> 00c8bd87ffea 17:59:04 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 17:59:04 ---> Running in a2a2ad96b42b 17:59:04 Removing intermediate container a2a2ad96b42b 17:59:04 ---> 17a2516337ef 17:59:04 Step 5/29 : ARG ADD_BUILD_TAGS="" 17:59:04 ---> Running in ceb0f5c9710c 17:59:04 Removing intermediate container ceb0f5c9710c 17:59:04 ---> 82ee4597e00e 17:59:04 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:59:04 ---> Running in 49ad527a4608 17:59:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:59:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:59:10 OK: 263 MiB in 53 packages 17:59:10 Removing intermediate container 49ad527a4608 17:59:10 ---> 25e8d3938471 17:59:10 Step 7/29 : WORKDIR /app 17:59:10 ---> Running in b6a14cf2dbdf 17:59:11 Removing intermediate container b6a14cf2dbdf 17:59:11 ---> ec9c13ab39c4 17:59:11 Step 8/29 : COPY go.mod vendor* ./ 17:59:11 ---> d822f5d2a1fd 17:59:11 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:59:11 ---> Running in e75a65cf4e9e 17:59:13 Removing intermediate container e75a65cf4e9e 17:59:13 ---> 7da6a6d98bbd 17:59:13 Step 10/29 : COPY . . 17:59:14 ---> dd18c516d9e1 17:59:14 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:59:14 ---> Running in edbec192723f 17:59:14 Removing intermediate container edbec192723f 17:59:14 ---> 983bb328a1f5 17:59:14 Step 12/29 : RUN $MAKE 17:59:14 ---> Running in 90c992f171df 17:59:15 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.13 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.6 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.1.0-dev.6" -trimpath -mod=readonly -o app-rfid-llrp-inventory 18:01:22 Removing intermediate container 90c992f171df 18:01:22 ---> 7c2896c5bb53 18:01:22 Step 13/29 : FROM alpine:3.17 18:01:22 3.17: Pulling from library/alpine 18:01:22 edb6bdbacee9: Already exists 18:01:22 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 18:01:22 Status: Downloaded newer image for alpine:3.17 18:01:22 ---> 779605e5fbc0 18:01:22 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:01:22 ---> Running in c1810a163eec 18:01:22 Removing intermediate container c1810a163eec 18:01:22 ---> 3b1bc1f33ca9 18:01:22 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 18:01:22 ---> Running in bf58275e047d 18:01:22 Removing intermediate container bf58275e047d 18:01:22 ---> 9e4c18370833 18:01:22 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 18:01:22 ---> Running in 833842c04bd5 18:01:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:01:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:01:23 (1/2) Installing ca-certificates (20230506-r0) 18:01:23 (2/2) Installing dumb-init (1.2.5-r2) 18:01:23 Executing busybox-1.35.0-r29.trigger 18:01:23 Executing ca-certificates-20230506-r0.trigger 18:01:23 OK: 8 MiB in 17 packages 18:01:25 Removing intermediate container 833842c04bd5 18:01:25 ---> d41c7dfedc47 18:01:25 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:01:25 ---> d3cb7c2af4b0 18:01:25 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 18:01:25 ---> 837a2360253e 18:01:25 Step 19/29 : COPY --from=builder /app/res/ /res/ 18:01:26 ---> d5834d072e0a 18:01:26 Step 20/29 : COPY --from=builder /app/static/ /static/ 18:01:26 ---> 0789067b5b2e 18:01:26 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 18:01:28 ---> 7cc803ec1c6a 18:01:28 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 18:01:28 ---> Running in 293d45f3d3eb 18:01:29 Removing intermediate container 293d45f3d3eb 18:01:29 ---> ed77be13a969 18:01:29 Step 23/29 : VOLUME /cache 18:01:29 ---> Running in 2ad85c4212f1 18:01:30 Removing intermediate container 2ad85c4212f1 18:01:30 ---> b99d0f80132d 18:01:30 Step 24/29 : EXPOSE 59711 18:01:30 ---> Running in ffb8b3c3b555 18:01:30 Removing intermediate container ffb8b3c3b555 18:01:30 ---> 84decb421e45 18:01:30 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 18:01:30 ---> Running in 2403a259d97b 18:01:30 Removing intermediate container 2403a259d97b 18:01:30 ---> 784b07e51077 18:01:30 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 18:01:30 ---> Running in de0fdcd18ba6 18:01:31 Removing intermediate container de0fdcd18ba6 18:01:31 ---> 64cdef48e494 18:01:31 Step 27/29 : LABEL arch=arm64 18:01:31 ---> Running in 4ea5e4ab5624 18:01:31 Removing intermediate container 4ea5e4ab5624 18:01:31 ---> 2984b4bba3b3 18:01:31 Step 28/29 : LABEL git_sha=619109fb4055fb888c1b579a9d1d65a4cd37a572 18:01:31 ---> Running in 7bba5ac2bace 18:01:32 Removing intermediate container 7bba5ac2bace 18:01:32 ---> ec475c57e273 18:01:32 Step 29/29 : LABEL version=3.1.0-dev.6 18:01:32 ---> Running in ebab2efbd305 18:01:32 Removing intermediate container ebab2efbd305 18:01:32 ---> ecbef9c3fc32 18:01:32 [Warning] One or more build-args [ARCH] were not consumed 18:01:32 Successfully built ecbef9c3fc32 18:01:32 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 18:01:32 provisioning config files... 18:01:32 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/118@tmp/config8823172268152635252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:01:32 ---> docker-login.sh 18:01:32 nexus3.edgexfoundry.org:10001 18:01:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:33 Configure a credential helper to remove this warning. See 18:01:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:33 18:01:33 Login Succeeded 18:01:33 nexus3.edgexfoundry.org:10002 18:01:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:33 Configure a credential helper to remove this warning. See 18:01:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:33 18:01:33 Login Succeeded 18:01:33 nexus3.edgexfoundry.org:10003 18:01:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:33 Configure a credential helper to remove this warning. See 18:01:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:33 18:01:33 Login Succeeded 18:01:33 nexus3.edgexfoundry.org:10004 18:01:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:34 Configure a credential helper to remove this warning. See 18:01:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:34 18:01:34 Login Succeeded 18:01:34 docker.io 18:01:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:34 Configure a credential helper to remove this warning. See 18:01:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:34 18:01:34 Login Succeeded 18:01:34 ---> docker-login.sh ends [Pipeline] } 18:01:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:01:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:01:34 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 18:01:34 619109fb4055fb888c1b579a9d1d65a4cd37a572 18:01:34 latest 18:01:34 3.1.0-dev.6 18:01:34 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 18:01:34 main 18:01:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:35 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:35 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572 18:01:35 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:01:35 557ccddf0968: Preparing 18:01:35 f43386eb83a1: Preparing 18:01:35 5c093d0bb972: Preparing 18:01:35 e5fd58ad9dc8: Preparing 18:01:35 f5031851c17d: Preparing 18:01:35 c5f0d25549d6: Preparing 18:01:35 70b8eaea10f9: Preparing 18:01:35 9386262d7a74: Preparing 18:01:35 c5f0d25549d6: Waiting 18:01:35 70b8eaea10f9: Waiting 18:01:35 9386262d7a74: Waiting 18:01:35 f5031851c17d: Pushed 18:01:35 5c093d0bb972: Pushed 18:01:35 557ccddf0968: Pushed 18:01:35 e5fd58ad9dc8: Pushed 18:01:35 c5f0d25549d6: Pushed 18:01:35 70b8eaea10f9: Pushed 18:01:37 9386262d7a74: Layer already exists 18:01:41 f43386eb83a1: Pushed 18:01:41 619109fb4055fb888c1b579a9d1d65a4cd37a572: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:41 + 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 18:01:41 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 18:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:01:41 557ccddf0968: Preparing 18:01:41 f43386eb83a1: Preparing 18:01:41 5c093d0bb972: Preparing 18:01:41 e5fd58ad9dc8: Preparing 18:01:41 f5031851c17d: Preparing 18:01:41 c5f0d25549d6: Preparing 18:01:41 70b8eaea10f9: Preparing 18:01:41 9386262d7a74: Preparing 18:01:41 c5f0d25549d6: Waiting 18:01:41 70b8eaea10f9: Waiting 18:01:41 9386262d7a74: Waiting 18:01:41 5c093d0bb972: Layer already exists 18:01:41 557ccddf0968: Layer already exists 18:01:41 f5031851c17d: Layer already exists 18:01:41 f43386eb83a1: Layer already exists 18:01:41 e5fd58ad9dc8: Layer already exists 18:01:41 9386262d7a74: Layer already exists 18:01:41 c5f0d25549d6: Layer already exists 18:01:41 70b8eaea10f9: Layer already exists 18:01:42 latest: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:42 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:42 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.6 18:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:01:42 557ccddf0968: Preparing 18:01:42 f43386eb83a1: Preparing 18:01:42 5c093d0bb972: Preparing 18:01:42 e5fd58ad9dc8: Preparing 18:01:42 f5031851c17d: Preparing 18:01:42 c5f0d25549d6: Preparing 18:01:42 70b8eaea10f9: Preparing 18:01:42 9386262d7a74: Preparing 18:01:42 70b8eaea10f9: Waiting 18:01:42 9386262d7a74: Waiting 18:01:42 c5f0d25549d6: Waiting 18:01:42 e5fd58ad9dc8: Layer already exists 18:01:42 557ccddf0968: Layer already exists 18:01:42 f5031851c17d: Layer already exists 18:01:42 f43386eb83a1: Layer already exists 18:01:42 5c093d0bb972: Layer already exists 18:01:42 c5f0d25549d6: Layer already exists 18:01:42 9386262d7a74: Layer already exists 18:01:42 70b8eaea10f9: Layer already exists 18:01:42 3.1.0-dev.6: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:43 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 18:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:01:43 557ccddf0968: Preparing 18:01:43 f43386eb83a1: Preparing 18:01:43 5c093d0bb972: Preparing 18:01:43 e5fd58ad9dc8: Preparing 18:01:43 f5031851c17d: Preparing 18:01:43 c5f0d25549d6: Preparing 18:01:43 70b8eaea10f9: Preparing 18:01:43 9386262d7a74: Preparing 18:01:43 c5f0d25549d6: Waiting 18:01:43 70b8eaea10f9: Waiting 18:01:43 9386262d7a74: Waiting 18:01:43 5c093d0bb972: Layer already exists 18:01:43 557ccddf0968: Layer already exists 18:01:43 f5031851c17d: Layer already exists 18:01:43 f43386eb83a1: Layer already exists 18:01:43 e5fd58ad9dc8: Layer already exists 18:01:43 70b8eaea10f9: Layer already exists 18:01:43 c5f0d25549d6: Layer already exists 18:01:43 9386262d7a74: Layer already exists 18:01:43 619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:44 + 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 18:01:44 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 18:01:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 18:01:44 557ccddf0968: Preparing 18:01:44 f43386eb83a1: Preparing 18:01:44 5c093d0bb972: Preparing 18:01:44 e5fd58ad9dc8: Preparing 18:01:44 f5031851c17d: Preparing 18:01:44 c5f0d25549d6: Preparing 18:01:44 70b8eaea10f9: Preparing 18:01:44 9386262d7a74: Preparing 18:01:44 70b8eaea10f9: Waiting 18:01:44 9386262d7a74: Waiting 18:01:44 557ccddf0968: Layer already exists 18:01:44 f5031851c17d: Layer already exists 18:01:44 e5fd58ad9dc8: Layer already exists 18:01:44 5c093d0bb972: Layer already exists 18:01:44 f43386eb83a1: Layer already exists 18:01:44 70b8eaea10f9: Layer already exists 18:01:44 9386262d7a74: Layer already exists 18:01:44 c5f0d25549d6: Layer already exists 18:01:44 main: digest: sha256:d2e5f4e550a54fca2337259bb574c83bd1407dbaeffcfcdb0848e25c02f07a9c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:01:44 ===================================================== [Pipeline] echo 18:01:44 taggedImages: 18:01:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572 18:01:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 18:01:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.1.0-dev.6 18:01:44 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:619109fb4055fb888c1b579a9d1d65a4cd37a572-3.1.0-dev.6 18:01:44 - 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 18:01:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:01:45 18:01:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:01:45 arm64: Pulling from edgex-lftools-log-publisher 18:01:45 8998bd30e6a1: Pulling fs layer 18:01:45 04944245beec: Pulling fs layer 18:01:45 699f458cf7ca: Pulling fs layer 18:01:45 765212b225bb: Pulling fs layer 18:01:45 f23df028b6ca: Pulling fs layer 18:01:45 d65c8cfc05b1: Pulling fs layer 18:01:45 2437ff75d9bd: Pulling fs layer 18:01:45 765212b225bb: Waiting 18:01:45 f23df028b6ca: Waiting 18:01:45 d65c8cfc05b1: Waiting 18:01:45 2437ff75d9bd: Waiting 18:01:45 04944245beec: Verifying Checksum 18:01:45 04944245beec: Download complete 18:01:45 765212b225bb: Verifying Checksum 18:01:45 765212b225bb: Download complete 18:01:45 f23df028b6ca: Verifying Checksum 18:01:45 f23df028b6ca: Download complete 18:01:45 d65c8cfc05b1: Verifying Checksum 18:01:45 d65c8cfc05b1: Download complete 18:01:45 699f458cf7ca: Verifying Checksum 18:01:45 699f458cf7ca: Download complete 18:01:46 8998bd30e6a1: Verifying Checksum 18:01:46 8998bd30e6a1: Download complete 18:01:48 2437ff75d9bd: Download complete 18:01:50 8998bd30e6a1: Pull complete 18:01:50 04944245beec: Pull complete 18:01:52 699f458cf7ca: Pull complete 18:01:52 765212b225bb: Pull complete 18:01:53 f23df028b6ca: Pull complete 18:01:53 d65c8cfc05b1: Pull complete 18:02:08 2437ff75d9bd: Pull complete 18:02:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:02:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:02:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:02:08 prd-ubuntu20.04-docker-arm64-4c-16g-2453 does not seem to be running inside a container 18:02:08 $ 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/118 -v /w/workspace/app-rfid-llrp-inventory/118:/w/workspace/app-rfid-llrp-inventory/118:rw,z -v /w/workspace/app-rfid-llrp-inventory/118@tmp:/w/workspace/app-rfid-llrp-inventory/118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:02:10 $ docker top 2697f4c1e3f49ebdea993985da46df5f4dbf90d4a0e37654687b3db85616da12 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:11 ---> job-cost.sh 18:02:11 lf-activate-venv: SKIPPING 18:02:11 INFO: No Stack... 18:02:12 INFO: Retrieving Pricing Info for: v3-standard-4 18:02:12 INFO: Archiving Costs [Pipeline] sh 18:02:12 + cat+ /w/workspace/app-rfid-llrp-inventory/118/archives/cost.csv 18:02:12 cut -d, -f6 [Pipeline] lock 18:02:12 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] 18:02:12 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] did not exist. Created. 18:02:12 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:02:13 /w/workspace/app-rfid-llrp-inventory/118@tmp/durable-40e70e7d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:02:13 + echo total: 0.10999999940395355 [Pipeline] stash 18:02:13 Warning: overwriting stash ‘stack-cost’ 18:02:13 Stashed 1 file(s) [Pipeline] } 18:02:13 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-118-stack-cost] [Pipeline] // lock [Pipeline] } 18:02:13 $ docker stop --time=1 2697f4c1e3f49ebdea993985da46df5f4dbf90d4a0e37654687b3db85616da12 18:02:16 $ docker rm -f --volumes 2697f4c1e3f49ebdea993985da46df5f4dbf90d4a0e37654687b3db85616da12 [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 18:02:17 provisioning config files... 18:02:17 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config742016720601542912tmp [Pipeline] { [Pipeline] sh 18:02:17 + set +x 18:02:17 + curl -s https://codecov.io/bash 18:02:17 + bash -s -- 18:02:17 18:02:17 _____ _ 18:02:17 / ____| | | 18:02:17 | | ___ __| | ___ ___ _____ __ 18:02:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:02:17 | |___| (_) | (_| | __/ (_| (_) \ V / 18:02:17 \_____\___/ \__,_|\___|\___\___/ \_/ 18:02:17 Bash-1.0.6 18:02:17 18:02:17 18:02:17 ==> git version 2.25.1 found 18:02:17 ==> 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 18:02:17 Release-Date: 2020-01-08 18:02:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:02:17 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:02:17 ==> Jenkins CI detected. 18:02:17 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 18:02:17 project root: . 18:02:17 --> token set from env 18:02:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:02:17 ==> Running gcov in . (disable via -X gcov) 18:02:17 ==> Python coveragepy not found 18:02:17 ==> Searching for coverage reports in: 18:02:17 + . 18:02:17 -> Found 1 reports 18:02:17 ==> Detecting git/mercurial file structure 18:02:17 ==> Reading reports 18:02:17 + ./coverage.out bytes=41317 18:02:17 ==> Appending adjustments 18:02:17 https://docs.codecov.io/docs/fixing-reports 18:02:17 + Found adjustments 18:02:17 ==> Gzipping contents 18:02:17 12K /tmp/codecov.AuNShA.gz 18:02:17 ==> Uploading reports 18:02:17 url: https://codecov.io 18:02:17 query: branch=main&commit=619109fb4055fb888c1b579a9d1d65a4cd37a572&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 18:02:17 -> Pinging Codecov 18:02:17 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=619109fb4055fb888c1b579a9d1d65a4cd37a572&build=118&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F118%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 18:02:17 -> Uploading to 18:02:17 https://storage.googleapis.com/codecov/v4/raw/2023-07-28/581DD39554BDF9B6E22D074273EAD858/619109fb4055fb888c1b579a9d1d65a4cd37a572/fa98fd23-1f76-4f3f-a065-50f82396ff06.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230728%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230728T180217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5e69681d9584b736d05ed04d01c72b427397fb7b9ebaaffe4d257f62c04934c1 18:02:17 % Total % Received % Xferd Average Speed Time Time Time Current 18:02:17 Dload Upload Total Spent Left Speed 18:02:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11799 0 0 100 11799 0 58410 --:--:-- --:--:-- --:--:-- 58410 18:02:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] } 18:02:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:02:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:02:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:02:18 18:02:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:02:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:02:18 df9b9388f04a: Pulling fs layer 18:02:18 52dc419b0ee2: Pulling fs layer 18:02:18 25bc292e5bac: Pulling fs layer 18:02:18 114826534d7a: Pulling fs layer 18:02:18 4657fd5d0bcf: Pulling fs layer 18:02:18 6ad1cebc031e: Pulling fs layer 18:02:18 8a3aa393b2d8: Pulling fs layer 18:02:18 4657fd5d0bcf: Waiting 18:02:18 6ad1cebc031e: Waiting 18:02:18 8a3aa393b2d8: Waiting 18:02:18 114826534d7a: Waiting 18:02:18 25bc292e5bac: Verifying Checksum 18:02:18 25bc292e5bac: Download complete 18:02:18 52dc419b0ee2: Download complete 18:02:18 4657fd5d0bcf: Verifying Checksum 18:02:18 4657fd5d0bcf: Download complete 18:02:18 df9b9388f04a: Verifying Checksum 18:02:19 df9b9388f04a: Pull complete 18:02:19 6ad1cebc031e: Verifying Checksum 18:02:19 6ad1cebc031e: Download complete 18:02:19 52dc419b0ee2: Pull complete 18:02:19 25bc292e5bac: Pull complete 18:02:19 114826534d7a: Download complete 18:02:19 8a3aa393b2d8: Verifying Checksum 18:02:19 8a3aa393b2d8: Download complete 18:02:22 114826534d7a: Pull complete 18:02:22 4657fd5d0bcf: Pull complete 18:02:22 6ad1cebc031e: Pull complete 18:02:25 8a3aa393b2d8: Pull complete 18:02:25 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:02:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:02:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:02:25 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 18:02:25 $ 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 18:02:27 $ docker top eddb8b1631d9e0145497a5e4f059e0fdb64a5240d11778d9652dfc5dbae4d481 -eo pid,comm [Pipeline] { [Pipeline] echo 18:02:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 18:02:27 + set -o pipefail 18:02:27 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 18:02:32 18:02:32 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 18:02:32 18:02:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1ab6cd8a-eef5-4d42-a15e-1c0297f074f4/history/56fda214-0456-419c-8db2-5564ba6abd4a 18:02:32 18:02:32 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:02:32 18:02:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:02:32 18:02:32 18:02:32 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:02:32 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:02:32 More details here: https://snyk.co/ue1NS [Pipeline] } 18:02:32 $ docker stop --time=1 eddb8b1631d9e0145497a5e4f059e0fdb64a5240d11778d9652dfc5dbae4d481 18:02:34 $ docker rm -f --volumes eddb8b1631d9e0145497a5e4f059e0fdb64a5240d11778d9652dfc5dbae4d481 [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 18:02:35 + git log --format=format:%s -1 619109fb4055fb888c1b579a9d1d65a4cd37a572 [Pipeline] sh 18:02:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:02:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:02:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:02:36 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 18:02:36 $ 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 18:02:36 $ docker top faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 -eo pid,comm 18:02:36 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). 18:02:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:02:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:36 [ssh-agent] Looking for ssh-agent implementation... 18:02:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:36 $ docker exec faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 ssh-agent 18:02:36 SSH_AUTH_SOCK=/tmp/ssh-2SrnWImCHwz6/agent.32 18:02:36 SSH_AGENT_PID=38 18:02:36 Running ssh-add (command line suppressed) 18:02:36 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17187152530303472121.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_17187152530303472121.key) 18:02:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:37 + git semver tag 18:02:37 2023-07-28 18:02:37,353 [run_tag] DEBUG tag force:False 18:02:37 2023-07-28 18:02:37,353 [check_head_tag] DEBUG check head tag 18:02:37 2023-07-28 18:02:37,354 [execute] INFO git cat-file --batch-check 18:02:37 2023-07-28 18:02:37,354 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 18:02:37 2023-07-28 18:02:37,358 [execute] INFO git cat-file --batch 18:02:37 2023-07-28 18:02:37,358 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 18:02:37 2023-07-28 18:02:37,367 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:02:37 2023-07-28 18:02:37,367 [execute] INFO git tag -a v3.1.0-dev.6 -m v3.1.0-dev.6 18:02:37 2023-07-28 18:02:37,367 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.6', '-m', 'v3.1.0-dev.6'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 18:02:37 2023-07-28 18:02:37,372 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:02:37 3.1.0-dev.6 [Pipeline] } 18:02:37 $ docker exec --env ******** --env ******** faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 ssh-agent -k 18:02:37 unset SSH_AUTH_SOCK; 18:02:37 unset SSH_AGENT_PID; 18:02:37 echo Agent pid 38 killed; 18:02:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:02:37 + git semver [Pipeline] } 18:02:38 $ docker stop --time=1 faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 18:02:39 $ docker rm -f --volumes faecdebeb1844a563df62f13c70af7b917eeba45618c2aca1201862c43db61a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:02:39 18:02:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:02:40 0.23.1-centos7: Pulling from edgex-lftools 18:02:40 ab5ef0e58194: Pulling fs layer 18:02:40 9712f1f96733: Pulling fs layer 18:02:40 63f879dbbcfc: Pulling fs layer 18:02:40 0d9ebad4ef96: Pulling fs layer 18:02:40 e9a5061849ea: Pulling fs layer 18:02:40 d747dcd14b5f: Pulling fs layer 18:02:40 2de7ff778b66: Pulling fs layer 18:02:40 e9a5061849ea: Waiting 18:02:40 d747dcd14b5f: Waiting 18:02:40 2de7ff778b66: Waiting 18:02:40 0d9ebad4ef96: Waiting 18:02:40 9712f1f96733: Verifying Checksum 18:02:40 9712f1f96733: Download complete 18:02:40 63f879dbbcfc: Verifying Checksum 18:02:40 63f879dbbcfc: Download complete 18:02:40 e9a5061849ea: Verifying Checksum 18:02:40 e9a5061849ea: Download complete 18:02:40 d747dcd14b5f: Verifying Checksum 18:02:40 d747dcd14b5f: Download complete 18:02:40 ab5ef0e58194: Verifying Checksum 18:02:40 ab5ef0e58194: Download complete 18:02:40 0d9ebad4ef96: Verifying Checksum 18:02:40 0d9ebad4ef96: Download complete 18:02:40 2de7ff778b66: Verifying Checksum 18:02:40 2de7ff778b66: Download complete 18:02:43 ab5ef0e58194: Pull complete 18:02:43 9712f1f96733: Pull complete 18:02:43 63f879dbbcfc: Pull complete 18:02:47 0d9ebad4ef96: Pull complete 18:02:47 e9a5061849ea: Pull complete 18:02:47 d747dcd14b5f: Pull complete 18:02:48 2de7ff778b66: Pull complete 18:02:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:02:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:02:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:02:48 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 18:02:48 $ 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 18:02:50 $ docker top 285e5a43ddbe3b1127d70b24195f2828114dd240fc51586e7e4db79be3dae5b8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:02:50 provisioning config files... 18:02:50 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config11788789761465022373tmp 18:02:50 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7897054124199575153tmp 18:02:50 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13253804511893867190tmp [Pipeline] { [Pipeline] echo 18:02:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:02:51 ---> sigul-configuration.sh 18:02:51 gpg: directory `/root/.gnupg' created 18:02:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:02:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:02:51 gpg: keyring `/root/.gnupg/secring.gpg' created 18:02:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:02:51 gpg: CAST5 encrypted data 18:02:51 gpg: encrypted with 1 passphrase 18:02:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:02:51 + mkdir /home/jenkins 18:02:51 + mkdir /home/jenkins/sigul [Pipeline] sh 18:02:51 + 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 18:02:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:02:51 ---> sigul-install.sh 18:02:51 Sigul already installed; skipping installation. [Pipeline] sh 18:02:52 + git tag --list 18:02:52 v0.0.0 18:02:52 v1.0.0 18:02:52 v2.1.0 18:02:52 v2.1.1 18:02:52 v2.2.0 18:02:52 v2.3.0 18:02:52 v3.0 18:02:52 v3.0.0 18:02:52 v3.0.1 18:02:52 v3.0.1-dev.1 18:02:52 v3.1.0-dev.1 18:02:52 v3.1.0-dev.2 18:02:52 v3.1.0-dev.3 18:02:52 v3.1.0-dev.4 18:02:52 v3.1.0-dev.5 18:02:52 v3.1.0-dev.6 [Pipeline] sh 18:02:52 + lftools sign git-tag v3.1.0-dev.6 18:02:53 Signing Git tag with Sigul... 18:02:53 Signing v3.1.0-dev.6 [Pipeline] echo 18:02:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:02:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:02:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:02:53 $ docker stop --time=1 285e5a43ddbe3b1127d70b24195f2828114dd240fc51586e7e4db79be3dae5b8 18:02:54 $ docker rm -f --volumes 285e5a43ddbe3b1127d70b24195f2828114dd240fc51586e7e4db79be3dae5b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:02:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:02:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:02:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:02:55 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 18:02:55 $ 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 18:02:56 $ docker top 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 -eo pid,comm 18:02:56 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). 18:02:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:02:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:56 [ssh-agent] Looking for ssh-agent implementation... 18:02:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:56 $ docker exec 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 ssh-agent 18:02:56 SSH_AUTH_SOCK=/tmp/ssh-GYWdgPZPcVXP/agent.32 18:02:56 SSH_AGENT_PID=38 18:02:56 Running ssh-add (command line suppressed) 18:02:56 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14888194233987457246.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14888194233987457246.key) 18:02:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:56 + git semver bump pre 18:02:57 2023-07-28 18:02:56,944 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:02:57 2023-07-28 18:02:56,944 [bump_version] DEBUG bumping version:3.1.0-dev.6 on axis:pre with prefix:dev 18:02:57 2023-07-28 18:02:56,945 [bump_version] DEBUG bumped version:3.1.0-dev.7 18:02:57 2023-07-28 18:02:56,945 [write_version] DEBUG write version:3.1.0-dev.7 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True 18:02:57 2023-07-28 18:02:56,945 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:02:57 2023-07-28 18:02:56,945 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:02:57 2023-07-28 18:02:56,946 [execute] INFO git cat-file --batch-check 18:02:57 2023-07-28 18:02:56,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 18:02:57 2023-07-28 18:02:56,952 [execute] INFO git cat-file --batch 18:02:57 2023-07-28 18:02:56,952 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 18:02:57 2023-07-28 18:02:56,956 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:02:57 3.1.0-dev.7 [Pipeline] } 18:02:57 $ docker exec --env ******** --env ******** 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 ssh-agent -k 18:02:57 unset SSH_AUTH_SOCK; 18:02:57 unset SSH_AGENT_PID; 18:02:57 echo Agent pid 38 killed; 18:02:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:02:57 + git semver [Pipeline] } 18:02:57 $ docker stop --time=1 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 18:02:59 $ docker rm -f --volumes 4bc790bdbec9f983277be4faf0d93bc516bedb80ac4eae2cc3041ccf029991b8 [Pipeline] // withDockerContainer [Pipeline] sh 18:02:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:02:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:02:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:02:59 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 18:02:59 $ 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 18:03:00 $ docker top ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 -eo pid,comm 18:03:00 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). 18:03:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:03:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:03:00 [ssh-agent] Looking for ssh-agent implementation... 18:03:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:03:00 $ docker exec ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 ssh-agent 18:03:00 SSH_AUTH_SOCK=/tmp/ssh-p0nStbn7oD8c/agent.32 18:03:00 SSH_AGENT_PID=38 18:03:00 Running ssh-add (command line suppressed) 18:03:00 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9969282232534446762.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9969282232534446762.key) 18:03:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:03:00 + git semver push 18:03:01 2023-07-28 18:03:00,939 [run_push] DEBUG push 18:03:01 2023-07-28 18:03:00,939 [execute] INFO git cat-file --batch-check 18:03:01 2023-07-28 18:03:00,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 18:03:01 2023-07-28 18:03:00,943 [execute] INFO git rev-list c499603ecc9a32df40f2cb7d355ce0341843880a -- 18:03:01 2023-07-28 18:03:00,943 [execute] DEBUG Popen(['git', 'rev-list', 'c499603ecc9a32df40f2cb7d355ce0341843880a', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 18:03:01 2023-07-28 18:03:00,950 [execute] INFO git fetch -v origin 18:03:01 2023-07-28 18:03:00,950 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) 18:03:01 2023-07-28 18:03:01,577 [run_push] DEBUG no remote changes detected 18:03:01 2023-07-28 18:03:01,578 [execute] INFO git push origin semver 18:03:01 2023-07-28 18:03:01,578 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 18:03:02 2023-07-28 18:03:02,399 [run_push] DEBUG push all version tags 18:03:02 2023-07-28 18:03:02,399 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:03:02 2023-07-28 18:03:02,399 [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) 18:03:04 2023-07-28 18:03:04,089 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 18:03:04 3.1.0-dev.7 [Pipeline] } 18:03:04 $ docker exec --env ******** --env ******** ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 ssh-agent -k 18:03:04 unset SSH_AUTH_SOCK; 18:03:04 unset SSH_AGENT_PID; 18:03:04 echo Agent pid 38 killed; 18:03:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:03:04 + git semver [Pipeline] } 18:03:05 $ docker stop --time=1 ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 18:03:06 $ docker rm -f --volumes ee429c4e3bc5ec4eaffd00783e02461966583874816650620c734e6eb624ee98 [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 18:03:06 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 18:03:06 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 18:03:06 total 16 18:03:06 drwxr-xr-x 3 root root 4096 Jul 28 17:49 . 18:03:06 drwxrwxr-x 12 jenkins jenkins 4096 Jul 28 18:02 .. 18:03:06 drwxr-xr-x 2 root root 4096 Jul 28 17:49 cost 18:03:06 -rw-r--r-- 1 root root 95 Jul 28 17:49 cost.csv 18:03:06 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 18:03:06 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 18:03:06 total 16 18:03:06 drwxr-xr-x 3 jenkins jenkins 4096 Jul 28 17:49 . 18:03:06 drwxrwxr-x 12 jenkins jenkins 4096 Jul 28 18:02 .. 18:03:06 drwxr-xr-x 2 jenkins jenkins 4096 Jul 28 17:49 cost 18:03:06 -rw-r--r-- 1 jenkins jenkins 95 Jul 28 17:49 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:03:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:03:08 ---> package-listing.sh 18:03:08 ++ facter osfamily 18:03:08 ++ tr '[:upper:]' '[:lower:]' 18:03:08 + OS_FAMILY=debian 18:03:08 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 18:03:08 + START_PACKAGES=/tmp/packages_start.txt 18:03:08 + END_PACKAGES=/tmp/packages_end.txt 18:03:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:03:08 + PACKAGES=/tmp/packages_start.txt 18:03:08 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 18:03:08 + PACKAGES=/tmp/packages_end.txt 18:03:08 + case "${OS_FAMILY}" in 18:03:08 + dpkg -l 18:03:08 + grep '^ii' 18:03:08 + '[' -f /tmp/packages_start.txt ']' 18:03:08 + '[' -f /tmp/packages_end.txt ']' 18:03:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:03:08 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 18:03:08 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 18:03:08 + 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 18:03:08 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 18:03:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:03:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:03:09 prd-ubuntu20.04-docker-8c-8g-2451 does not seem to be running inside a container 18:03:09 $ 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 18:03:09 $ docker top d36311783ac0a94ff7135592bd8cc223d0a73c36023d0e2d96374630d683a987 -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:09 + touch /tmp/pre-build-complete [Pipeline] sh 18:03:10 + mkdir -p /var/log/sysstat [Pipeline] sh 18:03:10 + ls /var/log/sa-host 18:03:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:03:10 provisioning config files... 18:03:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config10915443597119971626tmp [Pipeline] { [Pipeline] echo 18:03:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:03:10 ---> create-netrc.sh [Pipeline] } 18:03:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:03:11 ---> python-tools-install.sh [Pipeline] echo 18:03:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:03:11 ---> sudo-logs.sh 18:03:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:03:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:03:11 ---> job-cost.sh 18:03:11 lf-activate-venv: SKIPPING 18:03:11 DEBUG: total: 0.2199999988079071 18:03:11 INFO: Retrieving Stack Cost... 18:03:11 INFO: Retrieving Pricing Info for: v3-standard-8 18:03:12 INFO: Archiving Costs [Pipeline] echo 18:03:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:03:12 ---> logs-deploy.sh 18:03:12 lf-activate-venv: SKIPPING 18:03:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/118 18:03:12 INFO: archiving workspace using pattern(s): 18:03:13 Archives upload complete. 18:03:13 INFO: archiving logs to Nexus