Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7dd5e1644aef7b0a5b71c8eb14939268829d1add 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-ssh7568078743957470411.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f5e0e1f8358a839901f1a476b3a28a62f8570917 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-ssh1287788624383053593.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 f5e0e1f8358a839901f1a476b3a28a62f8570917 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-ssh12239964989868849805.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f5e0e1f8358a839901f1a476b3a28a62f8570917 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f5e0e1f8358a839901f1a476b3a28a62f8570917 # timeout=10 Commit message: "Merge pull request #449 from jinlinGuan/issue-448" > 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-ssh11491301618209036171.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-ssh17378579078595140421.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] ========================================================= [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.21 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 ‘prd-ubuntu20.04-docker-8c-8g-865’ is offline Running on prd-ubuntu20.04-docker-8c-8g-866 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 7dd5e1644aef7b0a5b71c8eb14939268829d1add (main) Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36" > 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 7dd5e1644aef7b0a5b71c8eb14939268829d1add # timeout=10 > git rev-list --no-walk 8266759df921fca8a5a267dc709fe351bba74c7c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:01:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:01:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:01:25 ========================================================= 14:01:25 EdgeX Global Pipelines Version Info 14:01:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:01:25 ------------------- 14:01:25 stable info: 14:01:25 ------------------- 14:01:25 Commited By: Ginny Guan ginny@iotechsys.com 14:01:25 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 14:01:25 Message: update stable to v1.0.259 14:01:26 ------------------- 14:01:26 experimental info: 14:01:26 ------------------- 14:01:26 Commited By: Ginny Guan ginny@iotechsys.com 14:01:26 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 14:01:26 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:01:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7dd5e16 [Pipeline] echo 14:01:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:01:27 provisioning config files... 14:01:27 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7668414595134280460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:01:27 ---> ****-login.sh 14:01:27 nexus3.edgexfoundry.org:10001 14:01:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:27 Configure a credential helper to remove this warning. See 14:01:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:27 14:01:27 Login Succeeded 14:01:27 nexus3.edgexfoundry.org:10002 14:01:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:28 Configure a credential helper to remove this warning. See 14:01:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:28 14:01:28 Login Succeeded 14:01:28 nexus3.edgexfoundry.org:10003 14:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:28 Configure a credential helper to remove this warning. See 14:01:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:28 14:01:28 Login Succeeded 14:01:28 nexus3.edgexfoundry.org:10004 14:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:28 Configure a credential helper to remove this warning. See 14:01:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:28 14:01:28 Login Succeeded 14:01:28 ****.io 14:01:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:28 Configure a credential helper to remove this warning. See 14:01:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:28 14:01:28 Login Succeeded 14:01:28 ---> ****-login.sh ends [Pipeline] } 14:01:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:01:29 + git rev-list -1 --merges 7dd5e1644aef7b0a5b71c8eb14939268829d1add~1..7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo 14:01:29 -----------> git rev-list -1 --merges 7dd5e1644aef7b0a5b71c8eb14939268829d1add~1..7dd5e1644aef7b0a5b71c8eb14939268829d1add 7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:01:29 7dd5e1644aef7b0a5b71c8eb14939268829d1add [false] [Pipeline] sh 14:01:29 + git log --format=format:%s -1 7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo 14:01:29 ========================================================= 14:01:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:01:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:01:29 + git log --format=format:%s -1 7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo 14:01:29 [semverPrep] GIT_COMMIT: 7dd5e1644aef7b0a5b71c8eb14939268829d1add, Commit Message: Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36 [Pipeline] echo 14:01:29 [semverPrep] This is not a build commit. [Pipeline] sh 14:01:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:01:30 + grep -v github /etc/ssh/ssh_known_hosts 14:01:30 + [ -e /tmp/ssh_known_hosts ] 14:01:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:01:30 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:01:30 sudo tee -a /etc/ssh/ssh_known_hosts 14:01:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:01:30 14:01:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:01:30 0.1.4: Pulling from edgex-devops/py-git-semver 14:01:30 b85a868b505f: Pulling fs layer 14:01:30 e2be974225ed: Pulling fs layer 14:01:30 339a4e72a1f5: Pulling fs layer 14:01:30 988bab9f4d93: Pulling fs layer 14:01:30 1469e6f7b9e6: Pulling fs layer 14:01:30 eaf3925da568: Pulling fs layer 14:01:30 bab4dde63d76: Pulling fs layer 14:01:30 bde34c3a00c8: Pulling fs layer 14:01:30 b352a97aabf1: Pulling fs layer 14:01:30 4872d77fe225: Pulling fs layer 14:01:30 5851b861e8e6: Pulling fs layer 14:01:30 4872d77fe225: Waiting 14:01:30 bab4dde63d76: Waiting 14:01:30 5851b861e8e6: Waiting 14:01:30 bde34c3a00c8: Waiting 14:01:30 b352a97aabf1: Waiting 14:01:30 1469e6f7b9e6: Waiting 14:01:30 eaf3925da568: Waiting 14:01:30 e2be974225ed: Verifying Checksum 14:01:30 e2be974225ed: Download complete 14:01:30 988bab9f4d93: Verifying Checksum 14:01:30 988bab9f4d93: Download complete 14:01:31 1469e6f7b9e6: Verifying Checksum 14:01:31 1469e6f7b9e6: Download complete 14:01:31 eaf3925da568: Verifying Checksum 14:01:31 eaf3925da568: Download complete 14:01:31 339a4e72a1f5: Verifying Checksum 14:01:31 339a4e72a1f5: Download complete 14:01:31 bde34c3a00c8: Verifying Checksum 14:01:31 bde34c3a00c8: Download complete 14:01:31 b352a97aabf1: Verifying Checksum 14:01:31 b352a97aabf1: Download complete 14:01:31 4872d77fe225: Download complete 14:01:31 5851b861e8e6: Verifying Checksum 14:01:31 5851b861e8e6: Download complete 14:01:31 b85a868b505f: Verifying Checksum 14:01:31 b85a868b505f: Download complete 14:01:31 bab4dde63d76: Verifying Checksum 14:01:31 bab4dde63d76: Download complete 14:01:32 b85a868b505f: Pull complete 14:01:32 e2be974225ed: Pull complete 14:01:33 339a4e72a1f5: Pull complete 14:01:33 988bab9f4d93: Pull complete 14:01:33 1469e6f7b9e6: Pull complete 14:01:33 eaf3925da568: Pull complete 14:01:35 bab4dde63d76: Pull complete 14:01:35 bde34c3a00c8: Pull complete 14:01:35 b352a97aabf1: Pull complete 14:01:35 4872d77fe225: Pull complete 14:01:35 5851b861e8e6: Pull complete 14:01:35 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:01:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:01:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:01:35 prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container 14:01: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:01:39 $ docker top b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 -eo pid,comm 14:01:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 14:01:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:01:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:39 [ssh-agent] Looking for ssh-agent implementation... 14:01:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:39 $ docker exec b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent 14:01:39 SSH_AUTH_SOCK=/tmp/ssh-SgrhWvYwLTZ9/agent.32 14:01:39 SSH_AGENT_PID=38 14:01:39 Running ssh-add (command line suppressed) 14:01:39 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3809725421310846732.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3809725421310846732.key) 14:01:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:40 + git tag --points-at HEAD [Pipeline] } 14:01:40 $ docker exec --env ******** --env ******** b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent -k 14:01:40 unset SSH_AUTH_SOCK; 14:01:40 unset SSH_AGENT_PID; 14:01:40 echo Agent pid 38 killed; 14:01:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:01:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:40 [ssh-agent] Looking for ssh-agent implementation... 14:01:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:40 $ docker exec b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent 14:01:40 SSH_AUTH_SOCK=/tmp/ssh-5YpM9XqhhNfs/agent.71 14:01:40 SSH_AGENT_PID=77 14:01:40 Running ssh-add (command line suppressed) 14:01:40 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_2502287680906478387.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_2502287680906478387.key) 14:01:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:40 + git semver init 14:01:41 2024-05-27 14:01:41,215 [run_init] DEBUG init version:0.0.0 force:False 14:01:41 2024-05-27 14:01:41,216 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 14:01:41 2024-05-27 14:01:41,217 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver 14:01:41 2024-05-27 14:01:41,217 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/dry_app-rfid-llrp-inventory_main/.semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 14:01:43 2024-05-27 14:01:42,880 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 14:01:43 2024-05-27 14:01:42,880 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False 14:01:43 2024-05-27 14:01:42,880 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:01:43 2024-05-27 14:01:42,881 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 14:01:43 3.2.0-dev.21 [Pipeline] } 14:01:43 $ docker exec --env ******** --env ******** b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent -k 14:01:43 unset SSH_AUTH_SOCK; 14:01:43 unset SSH_AGENT_PID; 14:01:43 echo Agent pid 77 killed; 14:01:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:01:43 + git semver [Pipeline] } 14:01:43 $ docker stop --time=1 b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 14:01:45 $ docker rm -f --volumes b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 [Pipeline] // withDockerContainer [Pipeline] sh 14:01:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:01:45 Stashed 1 file(s) [Pipeline] echo 14:01:45 [edgeXSemver]: initialized semver on version 3.2.0-dev.21 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:01:45 provisioning config files... 14:01:45 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13913581707163332014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:01:46 ---> ****-login.sh 14:01:46 nexus3.edgexfoundry.org:10001 14:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:46 Configure a credential helper to remove this warning. See 14:01:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:46 14:01:46 Login Succeeded 14:01:46 nexus3.edgexfoundry.org:10002 14:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:46 Configure a credential helper to remove this warning. See 14:01:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:46 14:01:46 Login Succeeded 14:01:46 nexus3.edgexfoundry.org:10003 14:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:46 Configure a credential helper to remove this warning. See 14:01:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:46 14:01:46 Login Succeeded 14:01:46 nexus3.edgexfoundry.org:10004 14:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:46 Configure a credential helper to remove this warning. See 14:01:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:46 14:01:46 Login Succeeded 14:01:46 ****.io 14:01:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:01:46 Configure a credential helper to remove this warning. See 14:01:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:01:46 14:01:46 Login Succeeded 14:01:46 ---> ****-login.sh ends [Pipeline] } 14:01:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:01:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:01:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:01:46 ========================================================= 14:01:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 14:01:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:47 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 14:01:47 Sending build context to Docker daemon 20.01MB 14:01:47 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 14:01:47 Step 2/12 : FROM ${BASE} AS builder 14:01:47 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 14:01:47 619be1103602: Pulling fs layer 14:01:47 7862e08f4a3e: Pulling fs layer 14:01:47 5df492c9dc93: Pulling fs layer 14:01:47 7629e6793208: Pulling fs layer 14:01:47 4f4fb700ef54: Pulling fs layer 14:01:47 fb5054dd5b73: Pulling fs layer 14:01:47 eeca6798cff9: Pulling fs layer 14:01:47 aa269ceb94a6: Pulling fs layer 14:01:47 ada007ff1a6a: Pulling fs layer 14:01:47 4f4fb700ef54: Waiting 14:01:47 fb5054dd5b73: Waiting 14:01:47 eeca6798cff9: Waiting 14:01:47 aa269ceb94a6: Waiting 14:01:47 7629e6793208: Waiting 14:01:47 7862e08f4a3e: Verifying Checksum 14:01:47 7862e08f4a3e: Download complete 14:01:47 7629e6793208: Download complete 14:01:47 4f4fb700ef54: Download complete 14:01:47 619be1103602: Verifying Checksum 14:01:47 619be1103602: Download complete 14:01:47 fb5054dd5b73: Download complete 14:01:47 eeca6798cff9: Verifying Checksum 14:01:47 eeca6798cff9: Download complete 14:01:47 619be1103602: Pull complete 14:01:47 7862e08f4a3e: Pull complete 14:01:47 ada007ff1a6a: Verifying Checksum 14:01:47 ada007ff1a6a: Download complete 14:01:47 5df492c9dc93: Verifying Checksum 14:01:47 5df492c9dc93: Download complete 14:01:48 aa269ceb94a6: Verifying Checksum 14:01:48 aa269ceb94a6: Download complete 14:01:51 5df492c9dc93: Pull complete 14:01:51 7629e6793208: Pull complete 14:01:51 4f4fb700ef54: Pull complete 14:01:51 fb5054dd5b73: Pull complete 14:01:51 eeca6798cff9: Pull complete 14:01:54 aa269ceb94a6: Pull complete 14:01:54 ada007ff1a6a: Pull complete 14:01:54 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 14:01:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 14:01:54 ---> f489d0715acc 14:01:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:01:59 ---> Running in f2d391e8b829 14:01:59 Removing intermediate container f2d391e8b829 14:01:59 ---> d94785d3ddd1 14:01:59 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:01:59 ---> Running in a280e76c5f67 14:01:59 Removing intermediate container a280e76c5f67 14:01:59 ---> e92b7073b20d 14:01:59 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:01:59 ---> Running in 1ff1900f62e6 14:01:59 Removing intermediate container 1ff1900f62e6 14:01:59 ---> 4c1567017a97 14:01:59 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:01:59 ---> Running in 7e5ce75161a2 14:01:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:01:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:01:59 OK: 264 MiB in 52 packages 14:02:00 Removing intermediate container 7e5ce75161a2 14:02:00 ---> f348084817c2 14:02:00 Step 7/12 : WORKDIR /app 14:02:00 ---> Running in 3b904f962b41 14:02:00 Removing intermediate container 3b904f962b41 14:02:00 ---> 16a5bb7c11db 14:02:00 Step 8/12 : COPY go.mod vendor* ./ 14:02:00 ---> d250d8fa7e74 14:02:00 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:02:00 ---> Running in ded8f4f01ca1 14:02:00 Still waiting to schedule task 14:02:00 ‘prd-ubuntu20.04-docker-arm64-4c-16g-867’ is offline 14:02:56 Removing intermediate container ded8f4f01ca1 14:02:56 ---> 02cc70110c7f 14:02:56 Step 10/12 : COPY . . 14:02:56 ---> 8d059e9b2d30 14:02:56 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:02:56 ---> Running in 50abae8d6fe9 14:02:56 Removing intermediate container 50abae8d6fe9 14:02:56 ---> b0050846dac1 14:02:56 Step 12/12 : RUN $MAKE 14:02:56 ---> Running in 53f0fc36d89a 14:02:56 noop 14:02:56 Removing intermediate container 53f0fc36d89a 14:02:56 ---> 9049d4d7a213 14:02:56 Successfully built 9049d4d7a213 14:02:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:02:57 + docker inspect -f . ci-base-image-x86_64 14:02:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:02:57 prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container 14:02:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:02:57 $ docker top d29094d56bd3f142ade2a7d3e770bd473791f4a424bac0352e4226348b818562 -eo pid,comm [Pipeline] { [Pipeline] sh 14:02:57 + go version 14:02:57 go version go1.21.9 linux/amd64 [Pipeline] } 14:02:57 $ docker stop --time=1 d29094d56bd3f142ade2a7d3e770bd473791f4a424bac0352e4226348b818562 14:02:59 $ docker rm -f --volumes d29094d56bd3f142ade2a7d3e770bd473791f4a424bac0352e4226348b818562 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:02:59 + docker inspect -f . ci-base-image-x86_64 14:02:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:02:59 prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container 14:02:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:03:00 $ docker top cb7f6a6646e0595fca4a7211a2cadb07d68f14fd4116131b0ddc4573396eb335 -eo pid,comm [Pipeline] { [Pipeline] sh 14:03:00 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 14:03:00 + make test 14:03:00 go test -race ./... -coverprofile=coverage.out ./... 14:03:32 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 14:03:32 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 14:03:32 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.153s coverage: 86.2% of statements 14:03:32 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.690s coverage: 71.9% of statements 14:04:04 go vet ./... 14:04:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:04:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:04:07 ./bin/test-attribution.sh 14:04:07 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 14:04:07 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 14:04:07 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 14:04:07 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 14:04:07 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 14:04:07 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 14:04:07 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 14:04:07 An attribution for golang.org/x/term is missing from Attribution.txt, please add 14:04:07 An attribution for golang.org/x/time is missing from Attribution.txt, please add 14:04:07 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 14:04:07 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 14:04:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 14:04:07 $ docker stop --time=1 cb7f6a6646e0595fca4a7211a2cadb07d68f14fd4116131b0ddc4573396eb335 14:04:12 $ docker rm -f --volumes cb7f6a6646e0595fca4a7211a2cadb07d68f14fd4116131b0ddc4573396eb335 [Pipeline] // withDockerContainer [Pipeline] sh 14:04:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:04:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:04:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:04:13 + ls -al . 14:04:13 total 276 14:04:13 drwxrwxr-x 11 jenkins jenkins 4096 May 27 14:03 . 14:04:13 drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:01 .. 14:04:13 -rw-rw-r-- 1 jenkins jenkins 262 May 27 14:01 .dockerignore 14:04:13 drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:03 .git 14:04:13 drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:01 .github 14:04:13 -rw-rw-r-- 1 jenkins jenkins 773 May 27 14:01 .gitignore 14:04:13 -rw-rw-r-- 1 jenkins jenkins 41 May 27 14:01 .golangci.yml 14:04:13 drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:01 .semver 14:04:13 -rw-rw-r-- 1 jenkins jenkins 10232 May 27 14:01 Attribution.txt 14:04:13 -rw-rw-r-- 1 jenkins jenkins 11245 May 27 14:01 CHANGELOG.md 14:04:13 -rw-rw-r-- 1 jenkins jenkins 1768 May 27 14:01 Dockerfile 14:04:13 -rw-rw-r-- 1 jenkins jenkins 677 May 27 14:01 GOVERNANCE.md 14:04:13 -rw-rw-r-- 1 jenkins jenkins 665 May 27 14:01 Jenkinsfile 14:04:13 -rw-rw-r-- 1 jenkins jenkins 11347 May 27 14:01 LICENSE 14:04:13 -rw-rw-r-- 1 jenkins jenkins 2503 May 27 14:01 Makefile 14:04:13 -rw-rw-r-- 1 jenkins jenkins 617 May 27 14:01 OWNERS.md 14:04:13 -rw-rw-r-- 1 jenkins jenkins 3851 May 27 14:01 README.md 14:04:13 -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:01 VERSION 14:04:13 drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:01 bin 14:04:13 -rw-r--r-- 1 jenkins jenkins 41317 May 27 14:03 coverage.out 14:04:13 -rw-rw-r-- 1 jenkins jenkins 7349 May 27 14:01 go.mod 14:04:13 -rw-rw-r-- 1 jenkins jenkins 102020 May 27 14:01 go.sum 14:04:13 drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:01 images 14:04:13 drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:01 internal 14:04:13 -rw-rw-r-- 1 jenkins jenkins 531 May 27 14:01 main.go 14:04:13 drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:01 openapi 14:04:13 drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:01 res 14:04:13 drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:01 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:14 + 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=7dd5e1644aef7b0a5b71c8eb14939268829d1add --label arch=amd64 --label version=3.2.0-dev.21 . 14:04:14 Sending build context to Docker daemon 20.01MB 14:04:14 Step 1/30 : ARG BASE=golang:1.21-alpine3.18 14:04:14 Step 2/30 : FROM ${BASE} AS builder 14:04:14 ---> 9049d4d7a213 14:04:14 Step 3/30 : ARG ALPINE_PKG_BASE="make git" 14:04:14 ---> Running in e7682277a1f9 14:04:14 Removing intermediate container e7682277a1f9 14:04:14 ---> 432bf078c9f1 14:04:14 Step 4/30 : ARG ALPINE_PKG_EXTRA="" 14:04:14 ---> Running in f09da504ba7e 14:04:14 Removing intermediate container f09da504ba7e 14:04:14 ---> a76851a7a494 14:04:14 Step 5/30 : ARG ADD_BUILD_TAGS="" 14:04:14 ---> Running in 36728f8eb01b 14:04:15 Removing intermediate container 36728f8eb01b 14:04:15 ---> 2af7fe7849ac 14:04:15 Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:04:15 ---> Running in d73216ab6e52 14:04:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:04:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:04:15 OK: 264 MiB in 52 packages 14:04:15 Removing intermediate container d73216ab6e52 14:04:15 ---> 46fe8a61a58f 14:04:15 Step 7/30 : WORKDIR /app 14:04:15 ---> Running in f851f5fc3e54 14:04:16 Removing intermediate container f851f5fc3e54 14:04:16 ---> e90e83f6a2f9 14:04:16 Step 8/30 : COPY go.mod vendor* ./ 14:04:16 ---> 47692b556ae1 14:04:16 Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:04:16 ---> Running in d1a02fc0f7c1 14:04:16 Removing intermediate container d1a02fc0f7c1 14:04:16 ---> 9242546700ce 14:04:16 Step 10/30 : COPY . . 14:04:17 ---> ba7de84caf43 14:04:17 Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:04:17 ---> Running in 6db2a80b8f7a 14:04:17 Removing intermediate container 6db2a80b8f7a 14:04:17 ---> 8cd75efdb76a 14:04:17 Step 12/30 : RUN $MAKE 14:04:17 ---> Running in 6d9bb156fb0e 14:04:17 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.21 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.2.0-dev.21" -trimpath -mod=readonly -o app-rfid-llrp-inventory 14:04:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-869 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 14:04:23 Running in /w/workspace/app-rfid-llrp-inventory/174 [Pipeline] { [Pipeline] checkout 14:04:26 The recommended git tool is: git 14:04:35 using credential edgex-jenkins-ssh 14:04:35 Cloning the remote Git repository 14:04:35 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 14:04:35 > git init /w/workspace/app-rfid-llrp-inventory/174 # timeout=10 14:04:35 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 14:04:35 > git --version # timeout=10 14:04:35 > git --version # 'git version 2.25.1' 14:04:35 using GIT_SSH to set credentials SSH Credentials for GitHub 14:04:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:04:39 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 14:04:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:04:40 Avoid second fetch 14:04:40 Checking out Revision 7dd5e1644aef7b0a5b71c8eb14939268829d1add (main) 14:04:41 Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36" 14:04:40 > git config core.sparsecheckout # timeout=10 14:04:40 > git checkout -f 7dd5e1644aef7b0a5b71c8eb14939268829d1add # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:04:46 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:04:46 % Total % Received % Xferd Average Speed Time Time Time Current 14:04:46 Dload Upload Total Spent Left Speed 14:04:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 223k 0 --:--:-- --:--:-- --:--:-- 223k [Pipeline] sh 14:04:47 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:04:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:04:47 + sudo tee /etc/docker/daemon.new 14:04:47 { 14:04:47 "registry-mirrors": [ 14:04:47 "https://nexus3.edgexfoundry.org:10001" 14:04:47 ], 14:04:47 "bip": "10.250.0.254/24", 14:04:47 "hosts": [ 14:04:47 "tcp://0.0.0.0:5555", 14:04:47 "unix:///var/run/docker.sock" 14:04:47 ], 14:04:47 "mtu": 1458, 14:04:47 "selinux-enabled": true, 14:04:47 "seccomp-profile": "/etc/docker/seccomp.json" 14:04:47 } [Pipeline] sh 14:04:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:04:48 + sudo service docker restart 14:04:49 Removing intermediate container 6d9bb156fb0e 14:04:49 ---> d9d17f998580 14:04:49 Step 13/30 : FROM alpine:3.18 14:04:49 3.18: Pulling from library/alpine 14:04:49 619be1103602: Already exists 14:04:49 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 14:04:49 Status: Downloaded newer image for alpine:3.18 14:04:49 ---> d3782b16ccc9 14:04:49 Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:04:49 ---> Running in 51d4e561357f 14:04:50 Removing intermediate container 51d4e561357f 14:04:50 ---> aebf3508295a 14:04:50 Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 14:04:50 ---> Running in 8b413d8881ba 14:04:50 Removing intermediate container 8b413d8881ba 14:04:50 ---> cbdb8a9c94bc 14:04:50 Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init 14:04:50 ---> Running in 6d45caa9b094 14:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:04:50 (1/2) Installing ca-certificates (20240226-r0) 14:04:50 (2/2) Installing dumb-init (1.2.5-r2) 14:04:50 Executing busybox-1.36.1-r5.trigger 14:04:50 Executing ca-certificates-20240226-r0.trigger 14:04:50 OK: 8 MiB in 17 packages 14:04:51 Removing intermediate container 6d45caa9b094 14:04:51 ---> df8a9454b3da 14:04:51 Step 17/30 : RUN apk --no-cache upgrade 14:04:51 ---> Running in 977b652c75d4 14:04:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:04:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:04:52 Upgrading critical system libraries and apk-tools: 14:04:52 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 14:04:52 Executing busybox-1.36.1-r5.trigger 14:04:52 Continuing the upgrade transaction with new apk-tools: 14:04:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 14:04:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 14:04:52 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 14:04:52 Executing busybox-1.36.1-r6.post-upgrade 14:04:52 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 14:04:52 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 14:04:52 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 14:04:52 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 14:04:52 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 14:04:52 Executing busybox-1.36.1-r6.trigger 14:04:52 Executing ca-certificates-20240226-r0.trigger 14:04:52 OK: 8 MiB in 17 packages 14:04:52 Removing intermediate container 977b652c75d4 14:04:52 ---> d8b92e829534 14:04:52 Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:04:53 ---> bd72ef9ec857 14:04:53 Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE 14:04:53 ---> 73b80b0adfe8 14:04:53 Step 20/30 : COPY --from=builder /app/res/ /res/ 14:04:53 ---> 1e7a07188ffa 14:04:53 Step 21/30 : COPY --from=builder /app/static/ /static/ 14:04:53 ---> b409880a9138 14:04:53 Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 14:04:54 ---> 5a26c5aa488e 14:04:54 Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 14:04:54 ---> Running in 0158afe2fe39 14:04:54 Removing intermediate container 0158afe2fe39 14:04:54 ---> ea7c4b59ba4d 14:04:54 Step 24/30 : VOLUME /cache 14:04:54 ---> Running in 86227333444e 14:04:55 Removing intermediate container 86227333444e 14:04:55 ---> c3387758f5b4 14:04:55 Step 25/30 : EXPOSE 59711 14:04:55 ---> Running in 30b21d9924f5 14:04:55 Removing intermediate container 30b21d9924f5 14:04:55 ---> db0beed88a93 14:04:55 Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 14:04:55 ---> Running in e74a6dc7aa3d 14:04:55 Removing intermediate container e74a6dc7aa3d 14:04:55 ---> c040d75cfed4 14:04:55 Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 14:04:55 ---> Running in ca46baa9fbc3 14:04:55 Removing intermediate container ca46baa9fbc3 14:04:55 ---> b82c46984a28 14:04:55 Step 28/30 : LABEL arch=amd64 14:04:55 ---> Running in 4c888587bc67 14:04:55 Removing intermediate container 4c888587bc67 14:04:55 ---> 7d59ba7dceef 14:04:55 Step 29/30 : LABEL git_sha=7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:04:55 ---> Running in 09b86af4c0ea 14:04:55 Removing intermediate container 09b86af4c0ea 14:04:55 ---> 05cd1a0415ae 14:04:55 Step 30/30 : LABEL version=3.2.0-dev.21 14:04:55 ---> Running in 7b1002ec8d54 14:04:55 Removing intermediate container 7b1002ec8d54 14:04:55 ---> 6d8375375939 14:04:55 [Warning] One or more build-args [ARCH] were not consumed 14:04:55 Successfully built 6d8375375939 14:04:55 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 14:04:55 provisioning config files... 14:04:55 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config9281200593474791968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:04:56 ---> ****-login.sh 14:04:56 nexus3.edgexfoundry.org:10001 14:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:56 Configure a credential helper to remove this warning. See 14:04:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:56 14:04:56 Login Succeeded 14:04:56 nexus3.edgexfoundry.org:10002 14:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:56 Configure a credential helper to remove this warning. See 14:04:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:56 14:04:56 Login Succeeded 14:04:56 nexus3.edgexfoundry.org:10003 14:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:56 Configure a credential helper to remove this warning. See 14:04:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:56 14:04:56 Login Succeeded 14:04:56 nexus3.edgexfoundry.org:10004 14:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:56 Configure a credential helper to remove this warning. See 14:04:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:56 14:04:56 Login Succeeded 14:04:56 ****.io 14:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:04:56 Configure a credential helper to remove this warning. See 14:04:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:04:56 14:04:56 Login Succeeded 14:04:56 ---> ****-login.sh ends [Pipeline] } 14:04:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:04:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:04:56 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 14:04:56 7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:04:56 latest 14:04:56 3.2.0-dev.21 14:04:56 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 14:04:56 main 14:04:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:57 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:04:57 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:04:57 b0e5b16150b6: Preparing 14:04:57 6b9aea89b299: Preparing 14:04:57 1bc387a7c193: Preparing 14:04:57 979d9469152d: Preparing 14:04:57 bca791e0ea53: Preparing 14:04:57 cb5a2f0e7df0: Preparing 14:04:57 414ce0c25a0d: Preparing 14:04:57 331d66c1e0b5: Preparing 14:04:57 aedc3bda2944: Preparing 14:04:57 cb5a2f0e7df0: Waiting 14:04:57 414ce0c25a0d: Waiting 14:04:57 aedc3bda2944: Waiting 14:04:57 331d66c1e0b5: Waiting 14:04:57 1bc387a7c193: Pushed 14:04:57 bca791e0ea53: Pushed 14:04:57 979d9469152d: Pushed 14:04:57 b0e5b16150b6: Pushed 14:04:57 aedc3bda2944: Layer already exists 14:04:57 cb5a2f0e7df0: Pushed 14:04:57 331d66c1e0b5: Pushed 14:04:58 414ce0c25a0d: Pushed 14:05:00 6b9aea89b299: Pushed 14:05:00 7dd5e1644aef7b0a5b71c8eb14939268829d1add: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:01 + 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 14:05:01 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 14:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:05:01 b0e5b16150b6: Preparing 14:05:01 6b9aea89b299: Preparing 14:05:01 1bc387a7c193: Preparing 14:05:01 979d9469152d: Preparing 14:05:01 bca791e0ea53: Preparing 14:05:01 cb5a2f0e7df0: Preparing 14:05:01 414ce0c25a0d: Preparing 14:05:01 331d66c1e0b5: Preparing 14:05:01 aedc3bda2944: Preparing 14:05:01 cb5a2f0e7df0: Waiting 14:05:01 331d66c1e0b5: Waiting 14:05:01 414ce0c25a0d: Waiting 14:05:01 bca791e0ea53: Layer already exists 14:05:01 b0e5b16150b6: Layer already exists 14:05:01 1bc387a7c193: Layer already exists 14:05:01 6b9aea89b299: Layer already exists 14:05:01 979d9469152d: Layer already exists 14:05:01 cb5a2f0e7df0: Layer already exists 14:05:01 414ce0c25a0d: Layer already exists 14:05:01 331d66c1e0b5: Layer already exists 14:05:01 aedc3bda2944: Layer already exists 14:05:01 latest: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:01 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:01 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.21 14:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:05:01 b0e5b16150b6: Preparing 14:05:01 6b9aea89b299: Preparing 14:05:01 1bc387a7c193: Preparing 14:05:01 979d9469152d: Preparing 14:05:01 bca791e0ea53: Preparing 14:05:01 cb5a2f0e7df0: Preparing 14:05:01 414ce0c25a0d: Preparing 14:05:01 331d66c1e0b5: Preparing 14:05:01 aedc3bda2944: Preparing 14:05:01 414ce0c25a0d: Waiting 14:05:01 331d66c1e0b5: Waiting 14:05:01 cb5a2f0e7df0: Waiting 14:05:01 aedc3bda2944: Waiting 14:05:01 1bc387a7c193: Layer already exists 14:05:01 b0e5b16150b6: Layer already exists 14:05:01 979d9469152d: Layer already exists 14:05:01 6b9aea89b299: Layer already exists 14:05:01 bca791e0ea53: Layer already exists 14:05:01 cb5a2f0e7df0: Layer already exists 14:05:01 414ce0c25a0d: Layer already exists 14:05:01 aedc3bda2944: Layer already exists 14:05:01 331d66c1e0b5: Layer already exists 14:05:01 3.2.0-dev.21: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:02 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:02 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 14:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:05:02 b0e5b16150b6: Preparing 14:05:02 6b9aea89b299: Preparing 14:05:02 1bc387a7c193: Preparing 14:05:02 979d9469152d: Preparing 14:05:02 bca791e0ea53: Preparing 14:05:02 cb5a2f0e7df0: Preparing 14:05:02 414ce0c25a0d: Preparing 14:05:02 331d66c1e0b5: Preparing 14:05:02 aedc3bda2944: Preparing 14:05:02 414ce0c25a0d: Waiting 14:05:02 331d66c1e0b5: Waiting 14:05:02 aedc3bda2944: Waiting 14:05:02 cb5a2f0e7df0: Waiting 14:05:02 b0e5b16150b6: Layer already exists 14:05:02 6b9aea89b299: Layer already exists 14:05:02 bca791e0ea53: Layer already exists 14:05:02 1bc387a7c193: Layer already exists 14:05:02 979d9469152d: Layer already exists 14:05:02 cb5a2f0e7df0: Layer already exists 14:05:02 331d66c1e0b5: Layer already exists 14:05:02 414ce0c25a0d: Layer already exists 14:05:02 aedc3bda2944: Layer already exists 14:05:02 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:02 + 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 14:05:03 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 14:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 14:05:03 b0e5b16150b6: Preparing 14:05:03 6b9aea89b299: Preparing 14:05:03 1bc387a7c193: Preparing 14:05:03 979d9469152d: Preparing 14:05:03 bca791e0ea53: Preparing 14:05:03 cb5a2f0e7df0: Preparing 14:05:03 414ce0c25a0d: Preparing 14:05:03 331d66c1e0b5: Preparing 14:05:03 aedc3bda2944: Preparing 14:05:03 cb5a2f0e7df0: Waiting 14:05:03 414ce0c25a0d: Waiting 14:05:03 aedc3bda2944: Waiting 14:05:03 331d66c1e0b5: Waiting 14:05:03 6b9aea89b299: Layer already exists 14:05:03 979d9469152d: Layer already exists 14:05:03 b0e5b16150b6: Layer already exists 14:05:03 1bc387a7c193: Layer already exists 14:05:03 bca791e0ea53: Layer already exists 14:05:03 cb5a2f0e7df0: Layer already exists 14:05:03 331d66c1e0b5: Layer already exists 14:05:03 aedc3bda2944: Layer already exists 14:05:03 414ce0c25a0d: Layer already exists 14:05:03 main: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:05:03 ===================================================== [Pipeline] echo 14:05:03 taggedImages: 14:05:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:05:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 14:05:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.21 14:05:03 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 14:05:03 - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:05:03 14:05:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:05:04 latest: Pulling from edgex-lftools-log-publisher 14:05:04 5eb5b503b376: Pulling fs layer 14:05:04 5c69ac0246d0: Pulling fs layer 14:05:04 ec43610c2a17: Pulling fs layer 14:05:04 3a2ae6a8a46f: Pulling fs layer 14:05:04 33b1e0a273af: Pulling fs layer 14:05:04 5d3b04190fa2: Pulling fs layer 14:05:04 3a2ae6a8a46f: Waiting 14:05:04 2f39f015ded8: Pulling fs layer 14:05:04 33b1e0a273af: Waiting 14:05:04 2f39f015ded8: Waiting 14:05:04 5d3b04190fa2: Waiting 14:05:04 5c69ac0246d0: Verifying Checksum 14:05:04 5c69ac0246d0: Download complete 14:05:04 3a2ae6a8a46f: Verifying Checksum 14:05:04 3a2ae6a8a46f: Download complete 14:05:04 33b1e0a273af: Verifying Checksum 14:05:04 33b1e0a273af: Download complete 14:05:04 5d3b04190fa2: Verifying Checksum 14:05:04 5d3b04190fa2: Download complete 14:05:04 ec43610c2a17: Verifying Checksum 14:05:04 ec43610c2a17: Download complete 14:05:04 5eb5b503b376: Download complete 14:05:04 2f39f015ded8: Download complete 14:05:05 5eb5b503b376: Pull complete 14:05:05 5c69ac0246d0: Pull complete 14:05:06 ec43610c2a17: Pull complete 14:05:06 3a2ae6a8a46f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:05:06 provisioning config files... 14:05:06 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/174@tmp/config7974842427987139601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:05:06 33b1e0a273af: Pull complete 14:05:06 5d3b04190fa2: Pull complete 14:05:06 ---> ****-login.sh 14:05:06 nexus3.edgexfoundry.org:10001 14:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:05:07 Configure a credential helper to remove this warning. See 14:05:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:05:07 14:05:07 Login Succeeded 14:05:07 nexus3.edgexfoundry.org:10002 14:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:05:08 Configure a credential helper to remove this warning. See 14:05:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:05:08 14:05:08 Login Succeeded 14:05:08 nexus3.edgexfoundry.org:10003 14:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:05:08 Configure a credential helper to remove this warning. See 14:05:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:05:08 14:05:08 Login Succeeded 14:05:08 nexus3.edgexfoundry.org:10004 14:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:05:08 Configure a credential helper to remove this warning. See 14:05:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:05:08 14:05:08 Login Succeeded 14:05:08 ****.io 14:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:05:09 Configure a credential helper to remove this warning. See 14:05:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:05:09 14:05:09 Login Succeeded 14:05:09 ---> ****-login.sh ends [Pipeline] } 14:05:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:05:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:05:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:05:09 ========================================================= 14:05:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 14:05:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:09 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 14:05:10 Sending build context to Docker daemon 673.8kB 14:05:10 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 14:05:10 Step 2/12 : FROM ${BASE} AS builder 14:05:10 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:05:10 c6b39de5b339: Pulling fs layer 14:05:10 a69c41024577: Pulling fs layer 14:05:10 d6de4b400683: Pulling fs layer 14:05:10 35cb2a7552d0: Pulling fs layer 14:05:10 4f4fb700ef54: Pulling fs layer 14:05:10 464afbd9ba4c: Pulling fs layer 14:05:10 00f215d4a9da: Pulling fs layer 14:05:10 d496ad576159: Pulling fs layer 14:05:10 35cb2a7552d0: Waiting 14:05:10 4f4fb700ef54: Waiting 14:05:10 464afbd9ba4c: Waiting 14:05:10 00f215d4a9da: Waiting 14:05:10 d496ad576159: Waiting 14:05:10 a69c41024577: Verifying Checksum 14:05:10 a69c41024577: Download complete 14:05:10 35cb2a7552d0: Verifying Checksum 14:05:10 35cb2a7552d0: Download complete 14:05:10 4f4fb700ef54: Verifying Checksum 14:05:10 4f4fb700ef54: Download complete 14:05:10 464afbd9ba4c: Verifying Checksum 14:05:10 464afbd9ba4c: Download complete 14:05:10 c6b39de5b339: Verifying Checksum 14:05:10 c6b39de5b339: Download complete 14:05:10 2f39f015ded8: Pull complete 14:05:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:05:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:05:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:05:10 prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container 14:05:10 $ 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 14:05:11 d496ad576159: Verifying Checksum 14:05:11 d496ad576159: Download complete 14:05:11 c6b39de5b339: Pull complete 14:05:12 a69c41024577: Pull complete 14:05:12 d6de4b400683: Verifying Checksum 14:05:12 d6de4b400683: Download complete 14:05:13 00f215d4a9da: Verifying Checksum 14:05:13 00f215d4a9da: Download complete 14:05:15 $ docker top 5f7015adf7c5604c78b829cc9aa0eb01360015f0a97c8cc8c7c223c3c2621314 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:05:15 ---> job-cost.sh 14:05:15 lf-activate-venv: SKIPPING 14:05:15 INFO: No Stack... 14:05:16 INFO: Retrieving Pricing Info for: v3-standard-8 14:05:16 INFO: Archiving Costs [Pipeline] sh 14:05:16 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 14:05:16 + cut -d, -f6 [Pipeline] lock 14:05:16 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] 14:05:16 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] did not exist. Created. 14:05:16 Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:05:17 + echo total: 0.2199999988079071 [Pipeline] stash 14:05:17 Stashed 1 file(s) [Pipeline] } 14:05:17 Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] // lock [Pipeline] } 14:05:17 $ docker stop --time=1 5f7015adf7c5604c78b829cc9aa0eb01360015f0a97c8cc8c7c223c3c2621314 14:05:18 $ docker rm -f --volumes 5f7015adf7c5604c78b829cc9aa0eb01360015f0a97c8cc8c7c223c3c2621314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:05:26 d6de4b400683: Pull complete 14:05:26 35cb2a7552d0: Pull complete 14:05:26 4f4fb700ef54: Pull complete 14:05:26 464afbd9ba4c: Pull complete 14:05:34 00f215d4a9da: Pull complete 14:05:35 d496ad576159: Pull complete 14:05:35 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 14:05:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 14:05:35 ---> f246e2811388 14:05:35 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:05:36 ---> Running in 8cb88122a25c 14:05:36 Removing intermediate container 8cb88122a25c 14:05:36 ---> 4513b83409fc 14:05:36 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:05:36 ---> Running in ea94c5502ee3 14:05:37 Removing intermediate container ea94c5502ee3 14:05:37 ---> c2c6afe868d1 14:05:37 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:05:37 ---> Running in 7707ba73f35c 14:05:37 Removing intermediate container 7707ba73f35c 14:05:37 ---> d1683d2bd9b7 14:05:37 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:05:37 ---> Running in 1df7886af77f 14:05:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:05:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:05:40 OK: 266 MiB in 52 packages 14:05:41 Removing intermediate container 1df7886af77f 14:05:41 ---> bd9231450441 14:05:41 Step 7/12 : WORKDIR /app 14:05:41 ---> Running in efbb09787a8a 14:05:41 Removing intermediate container efbb09787a8a 14:05:41 ---> ae4427aa14e4 14:05:41 Step 8/12 : COPY go.mod vendor* ./ 14:05:41 ---> a649d028dcc3 14:05:41 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:05:41 ---> Running in db31e1d6d042 14:07:33 Removing intermediate container db31e1d6d042 14:07:33 ---> e7498f0cf874 14:07:33 Step 10/12 : COPY . . 14:07:34 ---> e717e020aec9 14:07:34 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:07:34 ---> Running in fae03104fa7b 14:07:34 Removing intermediate container fae03104fa7b 14:07:34 ---> 5f21097237c6 14:07:34 Step 12/12 : RUN $MAKE 14:07:34 ---> Running in 3a2fb1406773 14:07:35 noop 14:07:36 Removing intermediate container 3a2fb1406773 14:07:36 ---> 943ca8388d27 14:07:36 Successfully built 943ca8388d27 14:07:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:37 + docker inspect -f . ci-base-image-arm64 14:07:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:07:37 prd-ubuntu20.04-docker-arm64-4c-16g-869 does not seem to be running inside a container 14:07:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/174 -v /w/workspace/app-rfid-llrp-inventory/174:/w/workspace/app-rfid-llrp-inventory/174:rw,z -v /w/workspace/app-rfid-llrp-inventory/174@tmp:/w/workspace/app-rfid-llrp-inventory/174@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 14:07:38 $ docker top ff3486971337a2b4ff8aba1f10d995cc1c0852a26e7981c0bfe32c3e6f695ab1 -eo pid,comm [Pipeline] { [Pipeline] sh 14:07:39 + go version 14:07:39 go version go1.21.9 linux/arm64 [Pipeline] } 14:07:39 $ docker stop --time=1 ff3486971337a2b4ff8aba1f10d995cc1c0852a26e7981c0bfe32c3e6f695ab1 14:07:41 $ docker rm -f --volumes ff3486971337a2b4ff8aba1f10d995cc1c0852a26e7981c0bfe32c3e6f695ab1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:07:41 + docker inspect -f . ci-base-image-arm64 14:07:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:07:42 prd-ubuntu20.04-docker-arm64-4c-16g-869 does not seem to be running inside a container 14:07:42 $ 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/174 -v /w/workspace/app-rfid-llrp-inventory/174:/w/workspace/app-rfid-llrp-inventory/174:rw,z -v /w/workspace/app-rfid-llrp-inventory/174@tmp:/w/workspace/app-rfid-llrp-inventory/174@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 14:07:43 $ docker top f3cdcfdb7b67fb12d6f16c0cdf05d4465a7ad74f2f88757a11a05411b6ed9eb8 -eo pid,comm [Pipeline] { [Pipeline] sh 14:07:44 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/174 [Pipeline] fileExists [Pipeline] sh 14:07:45 + make test 14:07:45 go test -race ./... -coverprofile=coverage.out ./... 14:12:22 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 14:12:24 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 14:12:26 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.455s coverage: 86.2% of statements 14:12:39 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.644s coverage: 71.9% of statements 14:12:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 14:12:40 go vet ./... 14:17:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:17:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:17:02 ./bin/test-attribution.sh 14:17:02 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 14:17:02 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 14:17:02 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 14:17:02 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 14:17:02 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 14:17:02 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 14:17:02 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 14:17:02 An attribution for golang.org/x/term is missing from Attribution.txt, please add 14:17:02 An attribution for golang.org/x/time is missing from Attribution.txt, please add 14:17:02 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 14:17:02 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 14:17:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 14:17:02 $ docker stop --time=1 f3cdcfdb7b67fb12d6f16c0cdf05d4465a7ad74f2f88757a11a05411b6ed9eb8 14:17:04 $ docker rm -f --volumes f3cdcfdb7b67fb12d6f16c0cdf05d4465a7ad74f2f88757a11a05411b6ed9eb8 [Pipeline] // withDockerContainer [Pipeline] sh 14:17:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:17:06 Warning: overwriting stash ‘coverage-report’ 14:17:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:17:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:17:07 + ls -al . 14:17:07 total 272 14:17:07 drwxrwxr-x 10 jenkins jenkins 4096 May 27 14:07 . 14:17:07 drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:04 .. 14:17:07 -rw-rw-r-- 1 jenkins jenkins 262 May 27 14:04 .dockerignore 14:17:07 drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:04 .git 14:17:07 drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:04 .github 14:17:07 -rw-rw-r-- 1 jenkins jenkins 773 May 27 14:04 .gitignore 14:17:07 -rw-rw-r-- 1 jenkins jenkins 41 May 27 14:04 .golangci.yml 14:17:07 -rw-rw-r-- 1 jenkins jenkins 10232 May 27 14:04 Attribution.txt 14:17:07 -rw-rw-r-- 1 jenkins jenkins 11245 May 27 14:04 CHANGELOG.md 14:17:07 -rw-rw-r-- 1 jenkins jenkins 1768 May 27 14:04 Dockerfile 14:17:07 -rw-rw-r-- 1 jenkins jenkins 677 May 27 14:04 GOVERNANCE.md 14:17:07 -rw-rw-r-- 1 jenkins jenkins 665 May 27 14:04 Jenkinsfile 14:17:07 -rw-rw-r-- 1 jenkins jenkins 11347 May 27 14:04 LICENSE 14:17:07 -rw-rw-r-- 1 jenkins jenkins 2503 May 27 14:04 Makefile 14:17:07 -rw-rw-r-- 1 jenkins jenkins 617 May 27 14:04 OWNERS.md 14:17:07 -rw-rw-r-- 1 jenkins jenkins 3851 May 27 14:04 README.md 14:17:07 -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:01 VERSION 14:17:07 drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:04 bin 14:17:07 -rw-r--r-- 1 jenkins jenkins 41317 May 27 14:12 coverage.out 14:17:07 -rw-rw-r-- 1 jenkins jenkins 7349 May 27 14:04 go.mod 14:17:07 -rw-rw-r-- 1 jenkins jenkins 102020 May 27 14:04 go.sum 14:17:07 drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:04 images 14:17:07 drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:04 internal 14:17:07 -rw-rw-r-- 1 jenkins jenkins 531 May 27 14:04 main.go 14:17:07 drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:04 openapi 14:17:07 drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:04 res 14:17:07 drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:04 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:17:08 + 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=7dd5e1644aef7b0a5b71c8eb14939268829d1add --label arch=arm64 --label version=3.2.0-dev.21 . 14:17:08 Sending build context to Docker daemon 673.8kB 14:17:08 Step 1/30 : ARG BASE=golang:1.21-alpine3.18 14:17:08 Step 2/30 : FROM ${BASE} AS builder 14:17:08 ---> 943ca8388d27 14:17:08 Step 3/30 : ARG ALPINE_PKG_BASE="make git" 14:17:08 ---> Running in ca548cf3d288 14:17:08 Removing intermediate container ca548cf3d288 14:17:08 ---> 02467eab08f2 14:17:08 Step 4/30 : ARG ALPINE_PKG_EXTRA="" 14:17:09 ---> Running in 612b4f0b0730 14:17:09 Removing intermediate container 612b4f0b0730 14:17:09 ---> 49e3a3bfe6a3 14:17:09 Step 5/30 : ARG ADD_BUILD_TAGS="" 14:17:09 ---> Running in 778739b9b90a 14:17:09 Removing intermediate container 778739b9b90a 14:17:09 ---> 8b511b5ecd2c 14:17:09 Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:17:09 ---> Running in 5a749ea9fd73 14:17:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:17:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:17:12 OK: 266 MiB in 52 packages 14:17:13 Removing intermediate container 5a749ea9fd73 14:17:13 ---> f0557b27805d 14:17:13 Step 7/30 : WORKDIR /app 14:17:13 ---> Running in aa1a9e1547c3 14:17:13 Removing intermediate container aa1a9e1547c3 14:17:13 ---> 39779bd48e4d 14:17:13 Step 8/30 : COPY go.mod vendor* ./ 14:17:13 ---> 1d42687849e8 14:17:13 Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:17:13 ---> Running in 453e08228d97 14:17:16 Removing intermediate container 453e08228d97 14:17:16 ---> efdd2f8340f7 14:17:16 Step 10/30 : COPY . . 14:17:17 ---> b1d90f7aeafb 14:17:17 Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:17:17 ---> Running in d65a8e11c0d5 14:17:17 Removing intermediate container d65a8e11c0d5 14:17:17 ---> b1d0602a2c1d 14:17:17 Step 12/30 : RUN $MAKE 14:17:17 ---> Running in 4c35f0df5769 14:17:18 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.21 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.2.0-dev.21" -trimpath -mod=readonly -o app-rfid-llrp-inventory 14:21:10 Removing intermediate container 4c35f0df5769 14:21:10 ---> 4cd6870573a8 14:21:10 Step 13/30 : FROM alpine:3.18 14:21:10 3.18: Pulling from library/alpine 14:21:10 c6b39de5b339: Already exists 14:21:10 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 14:21:10 Status: Downloaded newer image for alpine:3.18 14:21:10 ---> 33abbf032149 14:21:10 Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:21:10 ---> Running in 59e34f523e61 14:21:10 Removing intermediate container 59e34f523e61 14:21:10 ---> aabfdb4be0a0 14:21:10 Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 14:21:10 ---> Running in b06123ced1fd 14:21:10 Removing intermediate container b06123ced1fd 14:21:10 ---> 3209ad696aac 14:21:10 Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init 14:21:10 ---> Running in 089dac199246 14:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:21:10 (1/2) Installing ca-certificates (20240226-r0) 14:21:10 (2/2) Installing dumb-init (1.2.5-r2) 14:21:10 Executing busybox-1.36.1-r5.trigger 14:21:10 Executing ca-certificates-20240226-r0.trigger 14:21:10 OK: 9 MiB in 17 packages 14:21:10 Removing intermediate container 089dac199246 14:21:10 ---> 58617e049180 14:21:10 Step 17/30 : RUN apk --no-cache upgrade 14:21:10 ---> Running in c00424624236 14:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:21:10 Upgrading critical system libraries and apk-tools: 14:21:10 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 14:21:10 Executing busybox-1.36.1-r5.trigger 14:21:10 Continuing the upgrade transaction with new apk-tools: 14:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 14:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 14:21:10 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 14:21:10 Executing busybox-1.36.1-r6.post-upgrade 14:21:10 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 14:21:10 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 14:21:10 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 14:21:10 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 14:21:10 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 14:21:10 Executing busybox-1.36.1-r6.trigger 14:21:10 Executing ca-certificates-20240226-r0.trigger 14:21:10 OK: 9 MiB in 17 packages 14:21:10 Removing intermediate container c00424624236 14:21:10 ---> 2ece75e898e4 14:21:10 Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:21:10 ---> 5589a8247617 14:21:10 Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE 14:21:10 ---> 48905d3853b0 14:21:10 Step 20/30 : COPY --from=builder /app/res/ /res/ 14:21:10 ---> 0b74103492e5 14:21:10 Step 21/30 : COPY --from=builder /app/static/ /static/ 14:21:10 ---> d85c16e14db1 14:21:10 Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 14:21:10 ---> ad07dd406614 14:21:10 Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 14:21:10 ---> Running in b4619f12cd22 14:21:11 Removing intermediate container b4619f12cd22 14:21:11 ---> e6e96faf7487 14:21:11 Step 24/30 : VOLUME /cache 14:21:11 ---> Running in 76887dbc5e6d 14:21:11 Removing intermediate container 76887dbc5e6d 14:21:11 ---> 3622d39eb3aa 14:21:11 Step 25/30 : EXPOSE 59711 14:21:12 ---> Running in 881eea061ad9 14:21:12 Removing intermediate container 881eea061ad9 14:21:12 ---> 28c06330c979 14:21:12 Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 14:21:12 ---> Running in 8e98ed26ef3d 14:21:12 Removing intermediate container 8e98ed26ef3d 14:21:12 ---> 7650c092f78c 14:21:12 Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 14:21:12 ---> Running in 5ef92df209d1 14:21:12 Removing intermediate container 5ef92df209d1 14:21:12 ---> b9040b678602 14:21:12 Step 28/30 : LABEL arch=arm64 14:21:13 ---> Running in 765f58469e84 14:21:13 Removing intermediate container 765f58469e84 14:21:13 ---> 2cd2f0eee8e3 14:21:13 Step 29/30 : LABEL git_sha=7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:21:13 ---> Running in becc2822b754 14:21:13 Removing intermediate container becc2822b754 14:21:13 ---> be798797176e 14:21:13 Step 30/30 : LABEL version=3.2.0-dev.21 14:21:13 ---> Running in 8f7f8d255040 14:21:13 Removing intermediate container 8f7f8d255040 14:21:13 ---> 820e880e8bc6 14:21:13 [Warning] One or more build-args [ARCH] were not consumed 14:21:13 Successfully built 820e880e8bc6 14:21:13 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 14:21:14 provisioning config files... 14:21:14 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/174@tmp/config16804439150165595763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:21:14 ---> ****-login.sh 14:21:14 nexus3.edgexfoundry.org:10001 14:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:21:14 Configure a credential helper to remove this warning. See 14:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:21:14 14:21:14 Login Succeeded 14:21:14 nexus3.edgexfoundry.org:10002 14:21:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:21:14 Configure a credential helper to remove this warning. See 14:21:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:21:14 14:21:14 Login Succeeded 14:21:14 nexus3.edgexfoundry.org:10003 14:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:21:15 Configure a credential helper to remove this warning. See 14:21:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:21:15 14:21:15 Login Succeeded 14:21:15 nexus3.edgexfoundry.org:10004 14:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:21:15 Configure a credential helper to remove this warning. See 14:21:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:21:15 14:21:15 Login Succeeded 14:21:15 ****.io 14:21:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:21:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:21:16 Configure a credential helper to remove this warning. See 14:21:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:21:16 14:21:16 Login Succeeded 14:21:16 ---> ****-login.sh ends [Pipeline] } 14:21:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:21:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:21:16 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 14:21:16 7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:21:16 latest 14:21:16 3.2.0-dev.21 14:21:16 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 14:21:16 main 14:21:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:16 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:16 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:16 6ac0bfefbe9c: Preparing 14:21:16 30c5726afe74: Preparing 14:21:16 036a12ae6ebb: Preparing 14:21:16 2bf4a6965bb1: Preparing 14:21:16 412f3f428f3b: Preparing 14:21:16 31ba664375b9: Preparing 14:21:16 04a9fc7efaaf: Preparing 14:21:16 23f75fd133b7: Preparing 14:21:16 7c504f21be85: Preparing 14:21:16 23f75fd133b7: Waiting 14:21:16 31ba664375b9: Waiting 14:21:16 04a9fc7efaaf: Waiting 14:21:16 7c504f21be85: Waiting 14:21:17 036a12ae6ebb: Pushed 14:21:17 2bf4a6965bb1: Pushed 14:21:17 6ac0bfefbe9c: Pushed 14:21:17 412f3f428f3b: Pushed 14:21:17 7c504f21be85: Layer already exists 14:21:17 31ba664375b9: Pushed 14:21:17 23f75fd133b7: Pushed 14:21:18 04a9fc7efaaf: Pushed 14:21:23 30c5726afe74: Pushed 14:21:23 7dd5e1644aef7b0a5b71c8eb14939268829d1add: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:23 + 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 14:21:23 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 14:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:23 6ac0bfefbe9c: Preparing 14:21:23 30c5726afe74: Preparing 14:21:23 036a12ae6ebb: Preparing 14:21:23 2bf4a6965bb1: Preparing 14:21:23 412f3f428f3b: Preparing 14:21:23 31ba664375b9: Preparing 14:21:23 04a9fc7efaaf: Preparing 14:21:23 31ba664375b9: Waiting 14:21:23 23f75fd133b7: Preparing 14:21:23 04a9fc7efaaf: Waiting 14:21:23 7c504f21be85: Preparing 14:21:23 23f75fd133b7: Waiting 14:21:23 7c504f21be85: Waiting 14:21:23 036a12ae6ebb: Layer already exists 14:21:23 30c5726afe74: Layer already exists 14:21:23 412f3f428f3b: Layer already exists 14:21:23 2bf4a6965bb1: Layer already exists 14:21:23 6ac0bfefbe9c: Layer already exists 14:21:23 23f75fd133b7: Layer already exists 14:21:23 31ba664375b9: Layer already exists 14:21:23 7c504f21be85: Layer already exists 14:21:23 04a9fc7efaaf: Layer already exists 14:21:23 latest: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:24 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:24 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.21 14:21:24 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:24 6ac0bfefbe9c: Preparing 14:21:24 30c5726afe74: Preparing 14:21:24 036a12ae6ebb: Preparing 14:21:24 2bf4a6965bb1: Preparing 14:21:24 412f3f428f3b: Preparing 14:21:24 31ba664375b9: Preparing 14:21:24 04a9fc7efaaf: Preparing 14:21:24 23f75fd133b7: Preparing 14:21:24 7c504f21be85: Preparing 14:21:24 04a9fc7efaaf: Waiting 14:21:24 23f75fd133b7: Waiting 14:21:24 7c504f21be85: Waiting 14:21:24 6ac0bfefbe9c: Layer already exists 14:21:24 412f3f428f3b: Layer already exists 14:21:24 036a12ae6ebb: Layer already exists 14:21:24 2bf4a6965bb1: Layer already exists 14:21:24 30c5726afe74: Layer already exists 14:21:24 04a9fc7efaaf: Layer already exists 14:21:24 23f75fd133b7: Layer already exists 14:21:24 31ba664375b9: Layer already exists 14:21:24 7c504f21be85: Layer already exists 14:21:25 3.2.0-dev.21: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:25 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:25 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 14:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:25 6ac0bfefbe9c: Preparing 14:21:25 30c5726afe74: Preparing 14:21:25 036a12ae6ebb: Preparing 14:21:25 2bf4a6965bb1: Preparing 14:21:25 412f3f428f3b: Preparing 14:21:25 31ba664375b9: Preparing 14:21:25 04a9fc7efaaf: Preparing 14:21:25 23f75fd133b7: Preparing 14:21:25 7c504f21be85: Preparing 14:21:25 31ba664375b9: Waiting 14:21:25 04a9fc7efaaf: Waiting 14:21:25 23f75fd133b7: Waiting 14:21:25 7c504f21be85: Waiting 14:21:25 6ac0bfefbe9c: Layer already exists 14:21:25 2bf4a6965bb1: Layer already exists 14:21:25 412f3f428f3b: Layer already exists 14:21:25 036a12ae6ebb: Layer already exists 14:21:25 30c5726afe74: Layer already exists 14:21:25 31ba664375b9: Layer already exists 14:21:25 23f75fd133b7: Layer already exists 14:21:25 04a9fc7efaaf: Layer already exists 14:21:25 7c504f21be85: Layer already exists 14:21:26 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:26 + 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 14:21:26 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 14:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 14:21:26 6ac0bfefbe9c: Preparing 14:21:26 30c5726afe74: Preparing 14:21:26 036a12ae6ebb: Preparing 14:21:26 2bf4a6965bb1: Preparing 14:21:26 412f3f428f3b: Preparing 14:21:26 31ba664375b9: Preparing 14:21:26 04a9fc7efaaf: Preparing 14:21:26 23f75fd133b7: Preparing 14:21:26 7c504f21be85: Preparing 14:21:26 31ba664375b9: Waiting 14:21:26 04a9fc7efaaf: Waiting 14:21:26 23f75fd133b7: Waiting 14:21:26 7c504f21be85: Waiting 14:21:26 30c5726afe74: Layer already exists 14:21:26 412f3f428f3b: Layer already exists 14:21:26 2bf4a6965bb1: Layer already exists 14:21:26 036a12ae6ebb: Layer already exists 14:21:26 6ac0bfefbe9c: Layer already exists 14:21:26 31ba664375b9: Layer already exists 14:21:26 7c504f21be85: Layer already exists 14:21:26 04a9fc7efaaf: Layer already exists 14:21:26 23f75fd133b7: Layer already exists 14:21:27 main: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:21:27 ===================================================== [Pipeline] echo 14:21:27 taggedImages: 14:21:27 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add 14:21:27 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 14:21:27 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.21 14:21:27 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 14:21:27 - 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 14:21:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:21:27 14:21:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:21:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:21:27 arm64: Pulling from edgex-lftools-log-publisher 14:21:27 8998bd30e6a1: Pulling fs layer 14:21:27 04944245beec: Pulling fs layer 14:21:27 699f458cf7ca: Pulling fs layer 14:21:27 765212b225bb: Pulling fs layer 14:21:27 f23df028b6ca: Pulling fs layer 14:21:27 d65c8cfc05b1: Pulling fs layer 14:21:27 2437ff75d9bd: Pulling fs layer 14:21:27 f23df028b6ca: Waiting 14:21:27 765212b225bb: Waiting 14:21:27 d65c8cfc05b1: Waiting 14:21:27 2437ff75d9bd: Waiting 14:21:28 04944245beec: Verifying Checksum 14:21:28 04944245beec: Download complete 14:21:28 765212b225bb: Verifying Checksum 14:21:28 765212b225bb: Download complete 14:21:28 f23df028b6ca: Verifying Checksum 14:21:28 f23df028b6ca: Download complete 14:21:28 d65c8cfc05b1: Verifying Checksum 14:21:28 d65c8cfc05b1: Download complete 14:21:28 699f458cf7ca: Verifying Checksum 14:21:28 699f458cf7ca: Download complete 14:21:28 8998bd30e6a1: Verifying Checksum 14:21:28 8998bd30e6a1: Download complete 14:21:31 2437ff75d9bd: Verifying Checksum 14:21:31 2437ff75d9bd: Download complete 14:21:33 8998bd30e6a1: Pull complete 14:21:34 04944245beec: Pull complete 14:21:35 699f458cf7ca: Pull complete 14:21:35 765212b225bb: Pull complete 14:21:36 f23df028b6ca: Pull complete 14:21:37 d65c8cfc05b1: Pull complete 14:21:55 2437ff75d9bd: Pull complete 14:21:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:21:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:21:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:21:55 prd-ubuntu20.04-docker-arm64-4c-16g-869 does not seem to be running inside a container 14:21:55 $ 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/174 -v /w/workspace/app-rfid-llrp-inventory/174:/w/workspace/app-rfid-llrp-inventory/174:rw,z -v /w/workspace/app-rfid-llrp-inventory/174@tmp:/w/workspace/app-rfid-llrp-inventory/174@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 14:21:58 $ docker top fa44322e1895717e673934577bb2ade9c973e8ffc1cb2aca585bfc3d63b8e09c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:21:59 ---> job-cost.sh 14:21:59 lf-activate-venv: SKIPPING 14:21:59 INFO: No Stack... 14:21:59 INFO: Retrieving Pricing Info for: v3-standard-4 14:22:00 INFO: Archiving Costs [Pipeline] sh 14:22:01 + cat /w/workspace/app-rfid-llrp-inventory/174/archives/cost.csv 14:22:01 + cut -d, -f6 [Pipeline] lock 14:22:01 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] 14:22:01 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] did not exist. Created. 14:22:01 Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:22:01 /w/workspace/app-rfid-llrp-inventory/174@tmp/durable-9dd9f365/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:22:02 + echo total: 0.10999999940395355 [Pipeline] stash 14:22:02 Warning: overwriting stash ‘stack-cost’ 14:22:02 Stashed 1 file(s) [Pipeline] } 14:22:02 Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] // lock [Pipeline] } 14:22:02 $ docker stop --time=1 fa44322e1895717e673934577bb2ade9c973e8ffc1cb2aca585bfc3d63b8e09c 14:22:04 $ docker rm -f --volumes fa44322e1895717e673934577bb2ade9c973e8ffc1cb2aca585bfc3d63b8e09c [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 14:22:05 provisioning config files... 14:22:05 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14234463801042539526tmp [Pipeline] { [Pipeline] sh 14:22:05 + set +x 14:22:05 + curl -s https://codecov.io/bash 14:22:05 + bash -s -- 14:22:05 14:22:05 _____ _ 14:22:05 / ____| | | 14:22:05 | | ___ __| | ___ ___ _____ __ 14:22:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:22:05 | |___| (_) | (_| | __/ (_| (_) \ V / 14:22:05 \_____\___/ \__,_|\___|\___\___/ \_/ 14:22:05 Bash-1.0.6 14:22:05 14:22:05 14:22:05 ==> git version 2.25.1 found 14:22:05 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 14:22:05 Release-Date: 2020-01-08 14:22:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:22:05 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:22:05 ==> Jenkins CI detected. 14:22:05 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 14:22:05 project root: . 14:22:05 --> token set from env 14:22:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:22:05 ==> Running gcov in . (disable via -X gcov) 14:22:05 ==> Python coveragepy not found 14:22:05 ==> Searching for coverage reports in: 14:22:05 + . 14:22:05 -> Found 1 reports 14:22:05 ==> Detecting git/mercurial file structure 14:22:05 ==> Reading reports 14:22:05 + ./coverage.out bytes=41317 14:22:05 ==> Appending adjustments 14:22:05 https://docs.codecov.io/docs/fixing-reports 14:22:05 + Found adjustments 14:22:05 ==> Gzipping contents 14:22:05 12K /tmp/codecov.AQqlmG.gz 14:22:05 ==> Uploading reports 14:22:05 url: https://codecov.io 14:22:05 query: branch=main&commit=7dd5e1644aef7b0a5b71c8eb14939268829d1add&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F174%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 14:22:05 -> Pinging Codecov 14:22:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7dd5e1644aef7b0a5b71c8eb14939268829d1add&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F174%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 14:22:05 -> Uploading to 14:22:05 https://storage.googleapis.com/codecov/v4/raw/2024-05-27/581DD39554BDF9B6E22D074273EAD858/7dd5e1644aef7b0a5b71c8eb14939268829d1add/2b5ee526-babf-45a2-a668-5e6a3c48809c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240527%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240527T142205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=809d2de879c4e6ef433e9320117c6a3a3fccc6c28c9a38a5e4b0aaa389424380 14:22:05 % Total % Received % Xferd Average Speed Time Time Time Current 14:22:05 Dload Upload Total Spent Left Speed 14:22:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11609 0 0 100 11609 0 48370 --:--:-- --:--:-- --:--:-- 48370 14:22:06 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] } 14:22:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:22:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:22:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:22:06 14:22:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:22:06 latest: Pulling from edgex-devops/edgex-snyk-go 14:22:06 619be1103602: Already exists 14:22:06 f8ea3408117e: Pulling fs layer 14:22:06 91320369b822: Pulling fs layer 14:22:06 0406650e8295: Pulling fs layer 14:22:06 4f4fb700ef54: Pulling fs layer 14:22:06 96d80e3f36e1: Pulling fs layer 14:22:06 bcf3aedb951c: Pulling fs layer 14:22:06 4f4fb700ef54: Waiting 14:22:06 96d80e3f36e1: Waiting 14:22:06 bcf3aedb951c: Waiting 14:22:06 0406650e8295: Download complete 14:22:06 f8ea3408117e: Verifying Checksum 14:22:06 4f4fb700ef54: Verifying Checksum 14:22:06 4f4fb700ef54: Download complete 14:22:06 f8ea3408117e: Pull complete 14:22:07 96d80e3f36e1: Verifying Checksum 14:22:07 96d80e3f36e1: Download complete 14:22:07 91320369b822: Verifying Checksum 14:22:07 91320369b822: Download complete 14:22:07 bcf3aedb951c: Verifying Checksum 14:22:07 bcf3aedb951c: Download complete 14:22:10 91320369b822: Pull complete 14:22:10 0406650e8295: Pull complete 14:22:10 4f4fb700ef54: Pull complete 14:22:10 96d80e3f36e1: Pull complete 14:22:14 bcf3aedb951c: Pull complete 14:22:14 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 14:22:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:22:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:14 prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container 14:22:14 $ 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:latest cat 14:22:17 $ docker top c5ee3d6b4df4edc893acffcbb8880d8514e66e23a45dc641f127397307f739d7 -eo pid,comm [Pipeline] { [Pipeline] echo 14:22:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 14:22:18 + set -o pipefail 14:22:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 14:22:24 14:22:24 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main... 14:22:24 14:22:24 'go list -json -deps ./...' command failed with error: go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.20 14:22:24 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.36 14:22:24 go: downloading github.com/google/uuid v1.6.0 14:22:24 go: downloading github.com/labstack/echo/v4 v4.11.4 14:22:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.32 14:22:24 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.20 14:22:24 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.8 14:22:24 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 14:22:24 go: downloading github.com/labstack/gommon v0.4.2 14:22:24 go: downloading golang.org/x/crypto v0.23.0 14:22:24 go: downloading golang.org/x/net v0.25.0 14:22:24 go: downloading github.com/go-kit/log v0.2.1 14:22:24 go: downloading github.com/go-playground/validator/v10 v10.20.0 14:22:24 go: downloading github.com/fxamacker/cbor/v2 v2.6.0 14:22:24 go: downloading github.com/hashicorp/go-multierror v1.1.1 14:22:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 14:22:24 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.7 14:22:24 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 14:22:24 go: downloading github.com/mattn/go-colorable v0.1.13 14:22:24 go: downloading github.com/mattn/go-isatty v0.0.20 14:22:24 go: downloading github.com/valyala/fasttemplate v1.2.2 14:22:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:22:24 go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 14:22:24 go: downloading github.com/mitchellh/copystructure v1.2.0 14:22:24 go: downloading gopkg.in/yaml.v3 v3.0.1 14:22:24 go: downloading github.com/openziti/sdk-golang v0.23.37 14:22:24 go: downloading github.com/sirupsen/logrus v1.9.3 14:22:24 go: downloading github.com/go-logfmt/logfmt v0.5.1 14:22:24 go: downloading github.com/x448/float16 v0.8.4 14:22:24 go: downloading github.com/hashicorp/consul/api v1.28.3 14:22:24 go: downloading github.com/hashicorp/errwrap v1.1.0 14:22:24 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 14:22:24 go: downloading github.com/go-playground/universal-translator v0.18.1 14:22:24 go: downloading github.com/leodido/go-urn v1.4.0 14:22:24 go: downloading golang.org/x/text v0.15.0 14:22:24 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.7 14:22:24 go: downloading github.com/gorilla/websocket v1.5.1 14:22:24 go: downloading golang.org/x/sync v0.7.0 14:22:24 go: downloading github.com/valyala/bytebufferpool v1.0.0 14:22:24 go: downloading github.com/mitchellh/mapstructure v1.5.0 14:22:24 go: downloading golang.org/x/sys v0.20.0 14:22:24 go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df 14:22:24 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 14:22:24 go: downloading golang.org/x/time v0.5.0 14:22:24 go: downloading github.com/mitchellh/reflectwalk v1.0.2 14:22:24 go: downloading github.com/go-openapi/runtime v0.28.0 14:22:24 go: downloading github.com/go-openapi/strfmt v0.23.0 14:22:24 go: downloading github.com/go-resty/resty/v2 v2.13.1 14:22:24 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 14:22:24 go: downloading github.com/michaelquigley/pfxlog v0.6.10 14:22:24 go: downloading github.com/openziti/edge-api v0.26.19 14:22:24 go: downloading github.com/openziti/foundation/v2 v2.0.45 14:22:24 go: downloading github.com/openziti/identity v1.0.77 14:22:24 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 14:22:24 go: downloading github.com/pkg/errors v0.9.1 14:22:24 go: downloading github.com/zitadel/oidc/v2 v2.12.0 14:22:24 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 14:22:24 go: downloading golang.org/x/oauth2 v0.20.0 14:22:24 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 14:22:24 go: downloading github.com/kataras/go-events v0.0.3 14:22:24 go: downloading github.com/openziti/channel/v2 v2.0.130 14:22:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:22:24 go: downloading github.com/openziti/metrics v1.2.54 14:22:24 go: downloading github.com/openziti/secretstream v0.1.20 14:22:24 go: downloading github.com/openziti/transport/v2 v2.0.133 14:22:24 go: downloading github.com/go-redis/redis/v7 v7.3.0 14:22:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:22:24 go: downloading github.com/spf13/cast v1.6.0 14:22:24 go: downloading github.com/go-playground/locales v0.14.1 14:22:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 14:22:24 go: downloading github.com/hashicorp/go-hclog v1.5.0 14:22:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:22:24 go: downloading github.com/hashicorp/serf v0.10.1 14:22:24 go: downloading github.com/zeebo/errs v1.3.0 14:22:24 go: downloading google.golang.org/grpc v1.60.1 14:22:24 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 14:22:24 go: downloading github.com/go-openapi/errors v0.22.0 14:22:24 go: downloading github.com/oklog/ulid v1.3.1 14:22:24 go: downloading go.mongodb.org/mongo-driver v1.15.0 14:22:24 go: downloading github.com/go-openapi/swag v0.23.0 14:22:24 go: downloading github.com/opentracing/opentracing-go v1.2.0 14:22:24 go: downloading go.opentelemetry.io/otel v1.25.0 14:22:24 go: downloading go.opentelemetry.io/otel/trace v1.25.0 14:22:24 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 14:22:24 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 14:22:24 go: downloading github.com/go-openapi/validate v0.24.0 14:22:24 go: downloading github.com/fsnotify/fsnotify v1.7.0 14:22:24 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 14:22:24 go: downloading github.com/gorilla/securecookie v1.1.1 14:22:24 go: downloading github.com/gorilla/schema v1.2.0 14:22:24 go: downloading github.com/muhlemmer/gu v0.3.1 14:22:24 go: downloading github.com/mitchellh/go-ps v1.0.0 14:22:24 go: downloading github.com/shirou/gopsutil/v3 v3.24.4 14:22:24 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 14:22:24 go: downloading github.com/golang/protobuf v1.5.4 14:22:24 go: downloading google.golang.org/protobuf v1.34.1 14:22:24 go: downloading github.com/go-jose/go-jose/v3 v3.0.3 14:22:24 go: downloading github.com/fatih/color v1.16.0 14:22:24 go: downloading github.com/armon/go-metrics v0.4.1 14:22:24 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b 14:22:24 go: downloading github.com/go-openapi/analysis v0.23.0 14:22:24 go: downloading github.com/go-openapi/loads v0.22.0 14:22:24 go: downloading github.com/go-openapi/spec v0.21.0 14:22:24 go: downloading github.com/mailru/easyjson v0.7.7 14:22:24 go: downloading github.com/go-logr/logr v1.4.1 14:22:24 go: downloading go.opentelemetry.io/otel/metric v1.25.0 14:22:24 go: downloading golang.org/x/term v0.20.0 14:22:24 go: downloading github.com/go-openapi/jsonpointer v0.21.0 14:22:24 go: downloading github.com/tklauser/go-sysconf v0.3.12 14:22:24 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 14:22:24 go: downloading github.com/josharian/intern v1.0.0 14:22:24 go: downloading github.com/go-logr/stdr v1.2.2 14:22:24 go: downloading github.com/go-openapi/jsonreference v0.21.0 14:22:24 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 14:22:24 go: downloading github.com/tklauser/numcpus v0.6.1 14:22:24 go: downloading github.com/hashicorp/golang-lru v0.5.4 14:22:24 error obtaining VCS status: exit status 128 14:22:24 Use -buildvcs=false to disable VCS stamping. 14:22:24 [Pipeline] } 14:22:25 $ docker stop --time=1 c5ee3d6b4df4edc893acffcbb8880d8514e66e23a45dc641f127397307f739d7 14:22:30 $ docker rm -f --volumes c5ee3d6b4df4edc893acffcbb8880d8514e66e23a45dc641f127397307f739d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:22:30 [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 14:22:31 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 14:22:31 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 14:22:31 total 16 14:22:31 drwxr-xr-x 3 root root 4096 May 27 14:05 . 14:22:31 drwxrwxr-x 12 jenkins jenkins 4096 May 27 14:05 .. 14:22:31 drwxr-xr-x 2 root root 4096 May 27 14:05 cost 14:22:31 -rw-r--r-- 1 root root 95 May 27 14:05 cost.csv 14:22:31 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 14:22:31 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 14:22:31 total 16 14:22:31 drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:05 . 14:22:31 drwxrwxr-x 12 jenkins jenkins 4096 May 27 14:05 .. 14:22:31 drwxr-xr-x 2 jenkins jenkins 4096 May 27 14:05 cost 14:22:31 -rw-r--r-- 1 jenkins jenkins 95 May 27 14:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:22:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:22:32 ---> package-listing.sh 14:22:32 ++ facter osfamily 14:22:32 ++ tr '[:upper:]' '[:lower:]' 14:22:32 + OS_FAMILY=debian 14:22:32 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 14:22:32 + START_PACKAGES=/tmp/packages_start.txt 14:22:32 + END_PACKAGES=/tmp/packages_end.txt 14:22:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:22:32 + PACKAGES=/tmp/packages_start.txt 14:22:32 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 14:22:32 + PACKAGES=/tmp/packages_end.txt 14:22:32 + case "${OS_FAMILY}" in 14:22:32 + dpkg -l 14:22:32 + grep '^ii' 14:22:32 + '[' -f /tmp/packages_start.txt ']' 14:22:32 + '[' -f /tmp/packages_end.txt ']' 14:22:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:22:32 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 14:22:32 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 14:22:32 + 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 14:22:32 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 14:22:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:22:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:33 prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container 14:22:33 $ 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 14:22:34 $ docker top a3dab755ea7102fef89551b4983b9d93979c2c97366dac6061de31fe8552db25 -eo pid,comm [Pipeline] { [Pipeline] sh 14:22:34 + touch /tmp/pre-build-complete [Pipeline] sh 14:22:34 + mkdir -p /var/log/sysstat [Pipeline] sh 14:22:35 + ls /var/log/sa-host 14:22:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:22:35 provisioning config files... 14:22:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7151340248108662815tmp [Pipeline] { [Pipeline] echo 14:22:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:22:35 ---> create-netrc.sh [Pipeline] } 14:22:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:22:35 ---> python-tools-install.sh [Pipeline] echo 14:22:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:22:36 ---> sudo-logs.sh 14:22:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:22:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:22:36 ---> job-cost.sh 14:22:36 lf-activate-venv: SKIPPING 14:22:36 DEBUG: total: 0.2199999988079071 14:22:36 INFO: Retrieving Stack Cost... 14:22:37 INFO: Retrieving Pricing Info for: v3-standard-8 14:22:37 INFO: Archiving Costs [Pipeline] echo 14:22:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:22:37 ---> logs-deploy.sh 14:22:37 lf-activate-venv: SKIPPING 14:22:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/174 14:22:37 INFO: archiving workspace using pattern(s): 14:22:38 Archives upload complete. 14:22:38 INFO: archiving logs to Nexus