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 [2024-05-27T14:01:25.093Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-27T14:01:25.176Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-27T14:01:25.203Z] ========================================================= [2024-05-27T14:01:25.203Z] EdgeX Global Pipelines Version Info [2024-05-27T14:01:25.203Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:01:25.934Z] ------------------- [2024-05-27T14:01:25.934Z] stable info: [2024-05-27T14:01:25.934Z] ------------------- [2024-05-27T14:01:25.934Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-27T14:01:25.934Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-27T14:01:25.935Z] Message: update stable to v1.0.259 [2024-05-27T14:01:26.511Z] ------------------- [2024-05-27T14:01:26.511Z] experimental info: [2024-05-27T14:01:26.511Z] ------------------- [2024-05-27T14:01:26.511Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-27T14:01:26.511Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-27T14:01:26.511Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-05-27T14:01:26.578Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2024-05-27T14:01:26.595Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2024-05-27T14:01:26.612Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-27T14:01:26.631Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-05-27T14:01:26.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-05-27T14:01:26.673Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-05-27T14:01:26.691Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-05-27T14:01:26.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-05-27T14:01:26.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-05-27T14:01:26.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-27T14:01:26.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-05-27T14:01:26.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2024-05-27T14:01:26.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-27T14:01:26.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-05-27T14:01:26.836Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-05-27T14:01:26.857Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-27T14:01:26.876Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-05-27T14:01:26.900Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-05-27T14:01:26.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-27T14:01:26.952Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-05-27T14:01:26.971Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-05-27T14:01:26.995Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-05-27T14:01:27.016Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-05-27T14:01:27.037Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-05-27T14:01:27.061Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-05-27T14:01:27.085Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-27T14:01:27.107Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-05-27T14:01:27.126Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-27T14:01:27.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-27T14:01:27.164Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-27T14:01:27.187Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo [2024-05-27T14:01:27.211Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7dd5e16 [Pipeline] echo [2024-05-27T14:01:27.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-27T14:01:27.279Z] provisioning config files... [2024-05-27T14:01:27.293Z] 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 [2024-05-27T14:01:27.636Z] ---> ****-login.sh [2024-05-27T14:01:27.636Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:01:27.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:27.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:27.912Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:27.912Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:27.912Z] [2024-05-27T14:01:27.912Z] Login Succeeded [2024-05-27T14:01:27.912Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:01:27.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:28.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:28.174Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:28.175Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:28.175Z] [2024-05-27T14:01:28.175Z] Login Succeeded [2024-05-27T14:01:28.175Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:01:28.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:28.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:28.175Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:28.175Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:28.175Z] [2024-05-27T14:01:28.175Z] Login Succeeded [2024-05-27T14:01:28.175Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:01:28.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:28.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:28.461Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:28.461Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:28.461Z] [2024-05-27T14:01:28.461Z] Login Succeeded [2024-05-27T14:01:28.461Z] ****.io [2024-05-27T14:01:28.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:28.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:28.723Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:28.723Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:28.723Z] [2024-05-27T14:01:28.723Z] Login Succeeded [2024-05-27T14:01:28.723Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:01:28.731Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-05-27T14:01:29.130Z] + git rev-list -1 --merges 7dd5e1644aef7b0a5b71c8eb14939268829d1add~1..7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo [2024-05-27T14:01:29.159Z] -----------> git rev-list -1 --merges 7dd5e1644aef7b0a5b71c8eb14939268829d1add~1..7dd5e1644aef7b0a5b71c8eb14939268829d1add 7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:01:29.159Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add [false] [Pipeline] sh [2024-05-27T14:01:29.454Z] + git log --format=format:%s -1 7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo [2024-05-27T14:01:29.469Z] ========================================================= [2024-05-27T14:01:29.469Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-05-27T14:01:29.469Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-27T14:01:29.803Z] + git log --format=format:%s -1 7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] echo [2024-05-27T14:01:29.814Z] [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 [2024-05-27T14:01:29.830Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-05-27T14:01:30.185Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-27T14:01:30.185Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-27T14:01:30.185Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-27T14:01:30.185Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-27T14:01:30.185Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-27T14:01:30.185Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-27T14:01:30.185Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:01:30.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-27T14:01:30.539Z] [2024-05-27T14:01:30.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:01:30.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-27T14:01:30.845Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-27T14:01:30.845Z] b85a868b505f: Pulling fs layer [2024-05-27T14:01:30.845Z] e2be974225ed: Pulling fs layer [2024-05-27T14:01:30.845Z] 339a4e72a1f5: Pulling fs layer [2024-05-27T14:01:30.845Z] 988bab9f4d93: Pulling fs layer [2024-05-27T14:01:30.845Z] 1469e6f7b9e6: Pulling fs layer [2024-05-27T14:01:30.845Z] eaf3925da568: Pulling fs layer [2024-05-27T14:01:30.845Z] bab4dde63d76: Pulling fs layer [2024-05-27T14:01:30.845Z] bde34c3a00c8: Pulling fs layer [2024-05-27T14:01:30.845Z] b352a97aabf1: Pulling fs layer [2024-05-27T14:01:30.845Z] 4872d77fe225: Pulling fs layer [2024-05-27T14:01:30.845Z] 5851b861e8e6: Pulling fs layer [2024-05-27T14:01:30.845Z] 4872d77fe225: Waiting [2024-05-27T14:01:30.845Z] bab4dde63d76: Waiting [2024-05-27T14:01:30.845Z] 5851b861e8e6: Waiting [2024-05-27T14:01:30.845Z] bde34c3a00c8: Waiting [2024-05-27T14:01:30.845Z] b352a97aabf1: Waiting [2024-05-27T14:01:30.845Z] 1469e6f7b9e6: Waiting [2024-05-27T14:01:30.845Z] eaf3925da568: Waiting [2024-05-27T14:01:30.845Z] e2be974225ed: Verifying Checksum [2024-05-27T14:01:30.845Z] e2be974225ed: Download complete [2024-05-27T14:01:30.845Z] 988bab9f4d93: Verifying Checksum [2024-05-27T14:01:30.845Z] 988bab9f4d93: Download complete [2024-05-27T14:01:31.108Z] 1469e6f7b9e6: Verifying Checksum [2024-05-27T14:01:31.108Z] 1469e6f7b9e6: Download complete [2024-05-27T14:01:31.108Z] eaf3925da568: Verifying Checksum [2024-05-27T14:01:31.108Z] eaf3925da568: Download complete [2024-05-27T14:01:31.108Z] 339a4e72a1f5: Verifying Checksum [2024-05-27T14:01:31.108Z] 339a4e72a1f5: Download complete [2024-05-27T14:01:31.108Z] bde34c3a00c8: Verifying Checksum [2024-05-27T14:01:31.108Z] bde34c3a00c8: Download complete [2024-05-27T14:01:31.108Z] b352a97aabf1: Verifying Checksum [2024-05-27T14:01:31.108Z] b352a97aabf1: Download complete [2024-05-27T14:01:31.108Z] 4872d77fe225: Download complete [2024-05-27T14:01:31.108Z] 5851b861e8e6: Verifying Checksum [2024-05-27T14:01:31.108Z] 5851b861e8e6: Download complete [2024-05-27T14:01:31.108Z] b85a868b505f: Verifying Checksum [2024-05-27T14:01:31.108Z] b85a868b505f: Download complete [2024-05-27T14:01:31.366Z] bab4dde63d76: Verifying Checksum [2024-05-27T14:01:31.366Z] bab4dde63d76: Download complete [2024-05-27T14:01:32.305Z] b85a868b505f: Pull complete [2024-05-27T14:01:32.565Z] e2be974225ed: Pull complete [2024-05-27T14:01:33.136Z] 339a4e72a1f5: Pull complete [2024-05-27T14:01:33.136Z] 988bab9f4d93: Pull complete [2024-05-27T14:01:33.395Z] 1469e6f7b9e6: Pull complete [2024-05-27T14:01:33.395Z] eaf3925da568: Pull complete [2024-05-27T14:01:35.305Z] bab4dde63d76: Pull complete [2024-05-27T14:01:35.305Z] bde34c3a00c8: Pull complete [2024-05-27T14:01:35.567Z] b352a97aabf1: Pull complete [2024-05-27T14:01:35.567Z] 4872d77fe225: Pull complete [2024-05-27T14:01:35.567Z] 5851b861e8e6: Pull complete [2024-05-27T14:01:35.828Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-27T14:01:35.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-27T14:01:35.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:01:35.973Z] prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container [2024-05-27T14:01:36.009Z] $ 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 [2024-05-27T14:01:39.365Z] $ docker top b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 -eo pid,comm [2024-05-27T14:01:39.418Z] 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). [2024-05-27T14:01:39.418Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-27T14:01:39.480Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-27T14:01:39.480Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-27T14:01:39.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-27T14:01:39.608Z] $ docker exec b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent [2024-05-27T14:01:39.715Z] SSH_AUTH_SOCK=/tmp/ssh-SgrhWvYwLTZ9/agent.32 [2024-05-27T14:01:39.715Z] SSH_AGENT_PID=38 [2024-05-27T14:01:39.724Z] Running ssh-add (command line suppressed) [2024-05-27T14:01:39.844Z] 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) [2024-05-27T14:01:39.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-27T14:01:40.149Z] + git tag --points-at HEAD [Pipeline] } [2024-05-27T14:01:40.163Z] $ docker exec --env ******** --env ******** b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent -k [2024-05-27T14:01:40.254Z] unset SSH_AUTH_SOCK; [2024-05-27T14:01:40.255Z] unset SSH_AGENT_PID; [2024-05-27T14:01:40.255Z] echo Agent pid 38 killed; [2024-05-27T14:01:40.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-27T14:01:40.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-27T14:01:40.299Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-27T14:01:40.456Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-27T14:01:40.462Z] $ docker exec b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent [2024-05-27T14:01:40.574Z] SSH_AUTH_SOCK=/tmp/ssh-5YpM9XqhhNfs/agent.71 [2024-05-27T14:01:40.574Z] SSH_AGENT_PID=77 [2024-05-27T14:01:40.580Z] Running ssh-add (command line suppressed) [2024-05-27T14:01:40.682Z] 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) [2024-05-27T14:01:40.697Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-27T14:01:40.997Z] + git semver init [2024-05-27T14:01:41.256Z] 2024-05-27 14:01:41,215 [run_init] DEBUG init version:0.0.0 force:False [2024-05-27T14:01:41.256Z] 2024-05-27 14:01:41,216 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver [2024-05-27T14:01:41.256Z] 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 [2024-05-27T14:01:41.256Z] 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) [2024-05-27T14:01:43.178Z] 2024-05-27 14:01:42,880 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude [2024-05-27T14:01:43.178Z] 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 [2024-05-27T14:01:43.178Z] 2024-05-27 14:01:42,880 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-05-27T14:01:43.178Z] 2024-05-27 14:01:42,881 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main [2024-05-27T14:01:43.178Z] 3.2.0-dev.21 [Pipeline] } [2024-05-27T14:01:43.189Z] $ docker exec --env ******** --env ******** b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 ssh-agent -k [2024-05-27T14:01:43.290Z] unset SSH_AUTH_SOCK; [2024-05-27T14:01:43.291Z] unset SSH_AGENT_PID; [2024-05-27T14:01:43.291Z] echo Agent pid 77 killed; [2024-05-27T14:01:43.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-27T14:01:43.630Z] + git semver [Pipeline] } [2024-05-27T14:01:43.906Z] $ docker stop --time=1 b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 [2024-05-27T14:01:45.215Z] $ docker rm -f --volumes b5cf26a2c90ce6ff737dfafe18579955f9e15076dd63253fb1e9e2d827c70da0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-27T14:01:45.560Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-27T14:01:45.783Z] Stashed 1 file(s) [Pipeline] echo [2024-05-27T14:01:45.786Z] [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 [2024-05-27T14:01:45.961Z] provisioning config files... [2024-05-27T14:01:45.970Z] 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 [2024-05-27T14:01:46.275Z] ---> ****-login.sh [2024-05-27T14:01:46.275Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:01:46.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:46.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:46.275Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:46.275Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:46.275Z] [2024-05-27T14:01:46.275Z] Login Succeeded [2024-05-27T14:01:46.275Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:01:46.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:46.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:46.276Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:46.276Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:46.276Z] [2024-05-27T14:01:46.276Z] Login Succeeded [2024-05-27T14:01:46.276Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:01:46.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:46.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:46.535Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:46.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:46.535Z] [2024-05-27T14:01:46.535Z] Login Succeeded [2024-05-27T14:01:46.535Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:01:46.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:46.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:46.535Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:46.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:46.535Z] [2024-05-27T14:01:46.535Z] Login Succeeded [2024-05-27T14:01:46.535Z] ****.io [2024-05-27T14:01:46.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:01:46.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:01:46.795Z] Configure a credential helper to remove this warning. See [2024-05-27T14:01:46.795Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:01:46.795Z] [2024-05-27T14:01:46.795Z] Login Succeeded [2024-05-27T14:01:46.795Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:01:46.802Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-27T14:01:46.898Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:01:46.916Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:01:46.931Z] ========================================================= [2024-05-27T14:01:46.931Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-05-27T14:01:46.931Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:01:47.263Z] + 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 . [2024-05-27T14:01:47.263Z] Sending build context to Docker daemon 20.01MB [2024-05-27T14:01:47.263Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:01:47.263Z] Step 2/12 : FROM ${BASE} AS builder [2024-05-27T14:01:47.263Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-05-27T14:01:47.263Z] 619be1103602: Pulling fs layer [2024-05-27T14:01:47.263Z] 7862e08f4a3e: Pulling fs layer [2024-05-27T14:01:47.263Z] 5df492c9dc93: Pulling fs layer [2024-05-27T14:01:47.263Z] 7629e6793208: Pulling fs layer [2024-05-27T14:01:47.263Z] 4f4fb700ef54: Pulling fs layer [2024-05-27T14:01:47.263Z] fb5054dd5b73: Pulling fs layer [2024-05-27T14:01:47.263Z] eeca6798cff9: Pulling fs layer [2024-05-27T14:01:47.263Z] aa269ceb94a6: Pulling fs layer [2024-05-27T14:01:47.263Z] ada007ff1a6a: Pulling fs layer [2024-05-27T14:01:47.263Z] 4f4fb700ef54: Waiting [2024-05-27T14:01:47.263Z] fb5054dd5b73: Waiting [2024-05-27T14:01:47.263Z] eeca6798cff9: Waiting [2024-05-27T14:01:47.263Z] aa269ceb94a6: Waiting [2024-05-27T14:01:47.263Z] 7629e6793208: Waiting [2024-05-27T14:01:47.522Z] 7862e08f4a3e: Verifying Checksum [2024-05-27T14:01:47.522Z] 7862e08f4a3e: Download complete [2024-05-27T14:01:47.522Z] 7629e6793208: Download complete [2024-05-27T14:01:47.522Z] 4f4fb700ef54: Download complete [2024-05-27T14:01:47.522Z] 619be1103602: Verifying Checksum [2024-05-27T14:01:47.522Z] 619be1103602: Download complete [2024-05-27T14:01:47.522Z] fb5054dd5b73: Download complete [2024-05-27T14:01:47.522Z] eeca6798cff9: Verifying Checksum [2024-05-27T14:01:47.522Z] eeca6798cff9: Download complete [2024-05-27T14:01:47.522Z] 619be1103602: Pull complete [2024-05-27T14:01:47.781Z] 7862e08f4a3e: Pull complete [2024-05-27T14:01:47.781Z] ada007ff1a6a: Verifying Checksum [2024-05-27T14:01:47.781Z] ada007ff1a6a: Download complete [2024-05-27T14:01:47.781Z] 5df492c9dc93: Verifying Checksum [2024-05-27T14:01:47.781Z] 5df492c9dc93: Download complete [2024-05-27T14:01:48.348Z] aa269ceb94a6: Verifying Checksum [2024-05-27T14:01:48.348Z] aa269ceb94a6: Download complete [2024-05-27T14:01:51.631Z] 5df492c9dc93: Pull complete [2024-05-27T14:01:51.631Z] 7629e6793208: Pull complete [2024-05-27T14:01:51.631Z] 4f4fb700ef54: Pull complete [2024-05-27T14:01:51.631Z] fb5054dd5b73: Pull complete [2024-05-27T14:01:51.631Z] eeca6798cff9: Pull complete [2024-05-27T14:01:54.155Z] aa269ceb94a6: Pull complete [2024-05-27T14:01:54.415Z] ada007ff1a6a: Pull complete [2024-05-27T14:01:54.415Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-05-27T14:01:54.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-27T14:01:54.415Z] ---> f489d0715acc [2024-05-27T14:01:54.415Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:01:59.699Z] ---> Running in f2d391e8b829 [2024-05-27T14:01:59.699Z] Removing intermediate container f2d391e8b829 [2024-05-27T14:01:59.699Z] ---> d94785d3ddd1 [2024-05-27T14:01:59.699Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:01:59.699Z] ---> Running in a280e76c5f67 [2024-05-27T14:01:59.699Z] Removing intermediate container a280e76c5f67 [2024-05-27T14:01:59.699Z] ---> e92b7073b20d [2024-05-27T14:01:59.699Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:01:59.699Z] ---> Running in 1ff1900f62e6 [2024-05-27T14:01:59.699Z] Removing intermediate container 1ff1900f62e6 [2024-05-27T14:01:59.699Z] ---> 4c1567017a97 [2024-05-27T14:01:59.699Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:01:59.699Z] ---> Running in 7e5ce75161a2 [2024-05-27T14:01:59.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:01:59.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:01:59.958Z] OK: 264 MiB in 52 packages [2024-05-27T14:02:00.219Z] Removing intermediate container 7e5ce75161a2 [2024-05-27T14:02:00.219Z] ---> f348084817c2 [2024-05-27T14:02:00.219Z] Step 7/12 : WORKDIR /app [2024-05-27T14:02:00.219Z] ---> Running in 3b904f962b41 [2024-05-27T14:02:00.476Z] Removing intermediate container 3b904f962b41 [2024-05-27T14:02:00.476Z] ---> 16a5bb7c11db [2024-05-27T14:02:00.476Z] Step 8/12 : COPY go.mod vendor* ./ [2024-05-27T14:02:00.476Z] ---> d250d8fa7e74 [2024-05-27T14:02:00.476Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:02:00.476Z] ---> Running in ded8f4f01ca1 [2024-05-27T14:02:00.913Z] Still waiting to schedule task [2024-05-27T14:02:00.913Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-867’ is offline [2024-05-27T14:02:56.749Z] Removing intermediate container ded8f4f01ca1 [2024-05-27T14:02:56.749Z] ---> 02cc70110c7f [2024-05-27T14:02:56.749Z] Step 10/12 : COPY . . [2024-05-27T14:02:56.749Z] ---> 8d059e9b2d30 [2024-05-27T14:02:56.749Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:02:56.749Z] ---> Running in 50abae8d6fe9 [2024-05-27T14:02:56.749Z] Removing intermediate container 50abae8d6fe9 [2024-05-27T14:02:56.749Z] ---> b0050846dac1 [2024-05-27T14:02:56.749Z] Step 12/12 : RUN $MAKE [2024-05-27T14:02:56.749Z] ---> Running in 53f0fc36d89a [2024-05-27T14:02:56.749Z] noop [2024-05-27T14:02:56.749Z] Removing intermediate container 53f0fc36d89a [2024-05-27T14:02:56.749Z] ---> 9049d4d7a213 [2024-05-27T14:02:56.749Z] Successfully built 9049d4d7a213 [2024-05-27T14:02:56.749Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:02:57.077Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-27T14:02:57.078Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:02:57.164Z] prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container [2024-05-27T14:02:57.198Z] $ 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 [2024-05-27T14:02:57.541Z] $ docker top d29094d56bd3f142ade2a7d3e770bd473791f4a424bac0352e4226348b818562 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:02:57.893Z] + go version [2024-05-27T14:02:57.893Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-05-27T14:02:57.907Z] $ docker stop --time=1 d29094d56bd3f142ade2a7d3e770bd473791f4a424bac0352e4226348b818562 [2024-05-27T14:02:59.176Z] $ 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 [2024-05-27T14:02:59.602Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-27T14:02:59.603Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:02:59.678Z] prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container [2024-05-27T14:02:59.711Z] $ 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 [2024-05-27T14:03:00.034Z] $ docker top cb7f6a6646e0595fca4a7211a2cadb07d68f14fd4116131b0ddc4573396eb335 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:03:00.395Z] + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh [2024-05-27T14:03:00.693Z] + make test [2024-05-27T14:03:00.693Z] go test -race ./... -coverprofile=coverage.out ./... [2024-05-27T14:03:32.768Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2024-05-27T14:03:32.768Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2024-05-27T14:03:32.768Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.153s coverage: 86.2% of statements [2024-05-27T14:03:32.768Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.690s coverage: 71.9% of statements [2024-05-27T14:04:04.833Z] go vet ./... [2024-05-27T14:04:07.365Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-27T14:04:07.365Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-27T14:04:07.365Z] ./bin/test-attribution.sh [2024-05-27T14:04:07.365Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-05-27T14:04:07.365Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-05-27T14:04:07.375Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-27T14:04:07.394Z] $ docker stop --time=1 cb7f6a6646e0595fca4a7211a2cadb07d68f14fd4116131b0ddc4573396eb335 [2024-05-27T14:04:12.464Z] $ docker rm -f --volumes cb7f6a6646e0595fca4a7211a2cadb07d68f14fd4116131b0ddc4573396eb335 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-27T14:04:13.116Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-27T14:04:13.158Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-05-27T14:04:13.613Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-27T14:04:13.901Z] + ls -al . [2024-05-27T14:04:13.901Z] total 276 [2024-05-27T14:04:13.901Z] drwxrwxr-x 11 jenkins jenkins 4096 May 27 14:03 . [2024-05-27T14:04:13.901Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:01 .. [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 262 May 27 14:01 .dockerignore [2024-05-27T14:04:13.901Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:03 .git [2024-05-27T14:04:13.901Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:01 .github [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 773 May 27 14:01 .gitignore [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 41 May 27 14:01 .golangci.yml [2024-05-27T14:04:13.901Z] drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:01 .semver [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 10232 May 27 14:01 Attribution.txt [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 11245 May 27 14:01 CHANGELOG.md [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 1768 May 27 14:01 Dockerfile [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 677 May 27 14:01 GOVERNANCE.md [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 665 May 27 14:01 Jenkinsfile [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 27 14:01 LICENSE [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 2503 May 27 14:01 Makefile [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 617 May 27 14:01 OWNERS.md [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 3851 May 27 14:01 README.md [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:01 VERSION [2024-05-27T14:04:13.901Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:01 bin [2024-05-27T14:04:13.901Z] -rw-r--r-- 1 jenkins jenkins 41317 May 27 14:03 coverage.out [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 7349 May 27 14:01 go.mod [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 102020 May 27 14:01 go.sum [2024-05-27T14:04:13.901Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:01 images [2024-05-27T14:04:13.901Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:01 internal [2024-05-27T14:04:13.901Z] -rw-rw-r-- 1 jenkins jenkins 531 May 27 14:01 main.go [2024-05-27T14:04:13.901Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:01 openapi [2024-05-27T14:04:13.901Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:01 res [2024-05-27T14:04:13.901Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:01 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:14.230Z] + 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 . [2024-05-27T14:04:14.230Z] Sending build context to Docker daemon 20.01MB [2024-05-27T14:04:14.230Z] Step 1/30 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:04:14.230Z] Step 2/30 : FROM ${BASE} AS builder [2024-05-27T14:04:14.230Z] ---> 9049d4d7a213 [2024-05-27T14:04:14.230Z] Step 3/30 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:04:14.488Z] ---> Running in e7682277a1f9 [2024-05-27T14:04:14.748Z] Removing intermediate container e7682277a1f9 [2024-05-27T14:04:14.748Z] ---> 432bf078c9f1 [2024-05-27T14:04:14.748Z] Step 4/30 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:04:14.748Z] ---> Running in f09da504ba7e [2024-05-27T14:04:14.748Z] Removing intermediate container f09da504ba7e [2024-05-27T14:04:14.748Z] ---> a76851a7a494 [2024-05-27T14:04:14.748Z] Step 5/30 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:04:14.748Z] ---> Running in 36728f8eb01b [2024-05-27T14:04:15.010Z] Removing intermediate container 36728f8eb01b [2024-05-27T14:04:15.010Z] ---> 2af7fe7849ac [2024-05-27T14:04:15.010Z] Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:04:15.010Z] ---> Running in d73216ab6e52 [2024-05-27T14:04:15.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:15.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:15.528Z] OK: 264 MiB in 52 packages [2024-05-27T14:04:15.787Z] Removing intermediate container d73216ab6e52 [2024-05-27T14:04:15.787Z] ---> 46fe8a61a58f [2024-05-27T14:04:15.787Z] Step 7/30 : WORKDIR /app [2024-05-27T14:04:15.787Z] ---> Running in f851f5fc3e54 [2024-05-27T14:04:16.048Z] Removing intermediate container f851f5fc3e54 [2024-05-27T14:04:16.048Z] ---> e90e83f6a2f9 [2024-05-27T14:04:16.048Z] Step 8/30 : COPY go.mod vendor* ./ [2024-05-27T14:04:16.048Z] ---> 47692b556ae1 [2024-05-27T14:04:16.048Z] Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:04:16.048Z] ---> Running in d1a02fc0f7c1 [2024-05-27T14:04:16.981Z] Removing intermediate container d1a02fc0f7c1 [2024-05-27T14:04:16.981Z] ---> 9242546700ce [2024-05-27T14:04:16.981Z] Step 10/30 : COPY . . [2024-05-27T14:04:17.548Z] ---> ba7de84caf43 [2024-05-27T14:04:17.548Z] Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:04:17.548Z] ---> Running in 6db2a80b8f7a [2024-05-27T14:04:17.548Z] Removing intermediate container 6db2a80b8f7a [2024-05-27T14:04:17.548Z] ---> 8cd75efdb76a [2024-05-27T14:04:17.548Z] Step 12/30 : RUN $MAKE [2024-05-27T14:04:17.548Z] ---> Running in 6d9bb156fb0e [2024-05-27T14:04:17.807Z] 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 [2024-05-27T14:04:23.016Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-869 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws [2024-05-27T14:04:23.034Z] Running in /w/workspace/app-rfid-llrp-inventory/174 [Pipeline] { [Pipeline] checkout [2024-05-27T14:04:26.100Z] The recommended git tool is: git [2024-05-27T14:04:35.316Z] using credential edgex-jenkins-ssh [2024-05-27T14:04:35.345Z] Cloning the remote Git repository [2024-05-27T14:04:35.411Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2024-05-27T14:04:35.551Z] > git init /w/workspace/app-rfid-llrp-inventory/174 # timeout=10 [2024-05-27T14:04:35.822Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2024-05-27T14:04:35.823Z] > git --version # timeout=10 [2024-05-27T14:04:35.857Z] > git --version # 'git version 2.25.1' [2024-05-27T14:04:35.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-27T14:04:36.089Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-27T14:04:39.720Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2024-05-27T14:04:39.758Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-27T14:04:40.805Z] Avoid second fetch [2024-05-27T14:04:40.805Z] Checking out Revision 7dd5e1644aef7b0a5b71c8eb14939268829d1add (main) [2024-05-27T14:04:41.607Z] Commit message: "Merge pull request #290 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.2.0-dev.36" [2024-05-27T14:04:40.844Z] > git config core.sparsecheckout # timeout=10 [2024-05-27T14:04:40.941Z] > git checkout -f 7dd5e1644aef7b0a5b71c8eb14939268829d1add # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-27T14:04:46.723Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-27T14:04:46.723Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-27T14:04:46.723Z] Dload Upload Total Spent Left Speed [2024-05-27T14:04:46.723Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 223k 0 --:--:-- --:--:-- --:--:-- 223k [Pipeline] sh [2024-05-27T14:04:47.064Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-27T14:04:47.403Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-27T14:04:47.403Z] + sudo tee /etc/docker/daemon.new [2024-05-27T14:04:47.403Z] { [2024-05-27T14:04:47.403Z] "registry-mirrors": [ [2024-05-27T14:04:47.403Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-27T14:04:47.403Z] ], [2024-05-27T14:04:47.403Z] "bip": "10.250.0.254/24", [2024-05-27T14:04:47.403Z] "hosts": [ [2024-05-27T14:04:47.403Z] "tcp://0.0.0.0:5555", [2024-05-27T14:04:47.403Z] "unix:///var/run/docker.sock" [2024-05-27T14:04:47.403Z] ], [2024-05-27T14:04:47.403Z] "mtu": 1458, [2024-05-27T14:04:47.403Z] "selinux-enabled": true, [2024-05-27T14:04:47.403Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-27T14:04:47.403Z] } [Pipeline] sh [2024-05-27T14:04:47.749Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-27T14:04:48.115Z] + sudo service docker restart [2024-05-27T14:04:49.885Z] Removing intermediate container 6d9bb156fb0e [2024-05-27T14:04:49.885Z] ---> d9d17f998580 [2024-05-27T14:04:49.885Z] Step 13/30 : FROM alpine:3.18 [2024-05-27T14:04:49.885Z] 3.18: Pulling from library/alpine [2024-05-27T14:04:49.885Z] 619be1103602: Already exists [2024-05-27T14:04:49.885Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-27T14:04:49.885Z] Status: Downloaded newer image for alpine:3.18 [2024-05-27T14:04:49.885Z] ---> d3782b16ccc9 [2024-05-27T14:04:49.885Z] Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-27T14:04:49.885Z] ---> Running in 51d4e561357f [2024-05-27T14:04:50.144Z] Removing intermediate container 51d4e561357f [2024-05-27T14:04:50.144Z] ---> aebf3508295a [2024-05-27T14:04:50.144Z] Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2024-05-27T14:04:50.144Z] ---> Running in 8b413d8881ba [2024-05-27T14:04:50.144Z] Removing intermediate container 8b413d8881ba [2024-05-27T14:04:50.144Z] ---> cbdb8a9c94bc [2024-05-27T14:04:50.144Z] Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init [2024-05-27T14:04:50.144Z] ---> Running in 6d45caa9b094 [2024-05-27T14:04:50.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:50.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:50.921Z] (1/2) Installing ca-certificates (20240226-r0) [2024-05-27T14:04:50.921Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-05-27T14:04:50.921Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:04:50.921Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:04:50.921Z] OK: 8 MiB in 17 packages [2024-05-27T14:04:51.488Z] Removing intermediate container 6d45caa9b094 [2024-05-27T14:04:51.488Z] ---> df8a9454b3da [2024-05-27T14:04:51.488Z] Step 17/30 : RUN apk --no-cache upgrade [2024-05-27T14:04:51.488Z] ---> Running in 977b652c75d4 [2024-05-27T14:04:51.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:51.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:52.005Z] Upgrading critical system libraries and apk-tools: [2024-05-27T14:04:52.005Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-27T14:04:52.005Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:04:52.005Z] Continuing the upgrade transaction with new apk-tools: [2024-05-27T14:04:52.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:52.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-27T14:04:52.264Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:04:52.264Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-27T14:04:52.264Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:04:52.264Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-27T14:04:52.264Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:04:52.264Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:04:52.264Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:04:52.264Z] Executing busybox-1.36.1-r6.trigger [2024-05-27T14:04:52.264Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:04:52.264Z] OK: 8 MiB in 17 packages [2024-05-27T14:04:52.830Z] Removing intermediate container 977b652c75d4 [2024-05-27T14:04:52.830Z] ---> d8b92e829534 [2024-05-27T14:04:52.830Z] Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-05-27T14:04:53.089Z] ---> bd72ef9ec857 [2024-05-27T14:04:53.089Z] Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE [2024-05-27T14:04:53.089Z] ---> 73b80b0adfe8 [2024-05-27T14:04:53.089Z] Step 20/30 : COPY --from=builder /app/res/ /res/ [2024-05-27T14:04:53.347Z] ---> 1e7a07188ffa [2024-05-27T14:04:53.347Z] Step 21/30 : COPY --from=builder /app/static/ /static/ [2024-05-27T14:04:53.347Z] ---> b409880a9138 [2024-05-27T14:04:53.347Z] Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2024-05-27T14:04:54.278Z] ---> 5a26c5aa488e [2024-05-27T14:04:54.278Z] Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2024-05-27T14:04:54.278Z] ---> Running in 0158afe2fe39 [2024-05-27T14:04:54.843Z] Removing intermediate container 0158afe2fe39 [2024-05-27T14:04:54.843Z] ---> ea7c4b59ba4d [2024-05-27T14:04:54.843Z] Step 24/30 : VOLUME /cache [2024-05-27T14:04:54.843Z] ---> Running in 86227333444e [2024-05-27T14:04:55.102Z] Removing intermediate container 86227333444e [2024-05-27T14:04:55.102Z] ---> c3387758f5b4 [2024-05-27T14:04:55.102Z] Step 25/30 : EXPOSE 59711 [2024-05-27T14:04:55.102Z] ---> Running in 30b21d9924f5 [2024-05-27T14:04:55.102Z] Removing intermediate container 30b21d9924f5 [2024-05-27T14:04:55.102Z] ---> db0beed88a93 [2024-05-27T14:04:55.102Z] Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2024-05-27T14:04:55.102Z] ---> Running in e74a6dc7aa3d [2024-05-27T14:04:55.102Z] Removing intermediate container e74a6dc7aa3d [2024-05-27T14:04:55.102Z] ---> c040d75cfed4 [2024-05-27T14:04:55.102Z] Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2024-05-27T14:04:55.102Z] ---> Running in ca46baa9fbc3 [2024-05-27T14:04:55.362Z] Removing intermediate container ca46baa9fbc3 [2024-05-27T14:04:55.362Z] ---> b82c46984a28 [2024-05-27T14:04:55.362Z] Step 28/30 : LABEL arch=amd64 [2024-05-27T14:04:55.362Z] ---> Running in 4c888587bc67 [2024-05-27T14:04:55.362Z] Removing intermediate container 4c888587bc67 [2024-05-27T14:04:55.362Z] ---> 7d59ba7dceef [2024-05-27T14:04:55.362Z] Step 29/30 : LABEL git_sha=7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:04:55.362Z] ---> Running in 09b86af4c0ea [2024-05-27T14:04:55.362Z] Removing intermediate container 09b86af4c0ea [2024-05-27T14:04:55.362Z] ---> 05cd1a0415ae [2024-05-27T14:04:55.362Z] Step 30/30 : LABEL version=3.2.0-dev.21 [2024-05-27T14:04:55.623Z] ---> Running in 7b1002ec8d54 [2024-05-27T14:04:55.623Z] Removing intermediate container 7b1002ec8d54 [2024-05-27T14:04:55.623Z] ---> 6d8375375939 [2024-05-27T14:04:55.623Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-27T14:04:55.623Z] Successfully built 6d8375375939 [2024-05-27T14:04:55.623Z] 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 [2024-05-27T14:04:55.752Z] provisioning config files... [2024-05-27T14:04:55.763Z] 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 [2024-05-27T14:04:56.062Z] ---> ****-login.sh [2024-05-27T14:04:56.062Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:04:56.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:04:56.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:04:56.063Z] Configure a credential helper to remove this warning. See [2024-05-27T14:04:56.063Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:04:56.063Z] [2024-05-27T14:04:56.063Z] Login Succeeded [2024-05-27T14:04:56.063Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:04:56.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:04:56.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:04:56.063Z] Configure a credential helper to remove this warning. See [2024-05-27T14:04:56.063Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:04:56.063Z] [2024-05-27T14:04:56.063Z] Login Succeeded [2024-05-27T14:04:56.063Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:04:56.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:04:56.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:04:56.322Z] Configure a credential helper to remove this warning. See [2024-05-27T14:04:56.322Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:04:56.322Z] [2024-05-27T14:04:56.322Z] Login Succeeded [2024-05-27T14:04:56.323Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:04:56.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:04:56.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:04:56.323Z] Configure a credential helper to remove this warning. See [2024-05-27T14:04:56.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:04:56.323Z] [2024-05-27T14:04:56.323Z] Login Succeeded [2024-05-27T14:04:56.323Z] ****.io [2024-05-27T14:04:56.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:04:56.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:04:56.583Z] Configure a credential helper to remove this warning. See [2024-05-27T14:04:56.583Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:04:56.583Z] [2024-05-27T14:04:56.583Z] Login Succeeded [2024-05-27T14:04:56.583Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:04:56.589Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:04:56.630Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:04:56.657Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: [2024-05-27T14:04:56.657Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:04:56.657Z] latest [2024-05-27T14:04:56.657Z] 3.2.0-dev.21 [2024-05-27T14:04:56.657Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [2024-05-27T14:04:56.657Z] main [2024-05-27T14:04:56.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:04:57.009Z] + 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 [2024-05-27T14:04:57.326Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:04:57.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-05-27T14:04:57.326Z] b0e5b16150b6: Preparing [2024-05-27T14:04:57.326Z] 6b9aea89b299: Preparing [2024-05-27T14:04:57.326Z] 1bc387a7c193: Preparing [2024-05-27T14:04:57.326Z] 979d9469152d: Preparing [2024-05-27T14:04:57.326Z] bca791e0ea53: Preparing [2024-05-27T14:04:57.326Z] cb5a2f0e7df0: Preparing [2024-05-27T14:04:57.326Z] 414ce0c25a0d: Preparing [2024-05-27T14:04:57.326Z] 331d66c1e0b5: Preparing [2024-05-27T14:04:57.326Z] aedc3bda2944: Preparing [2024-05-27T14:04:57.326Z] cb5a2f0e7df0: Waiting [2024-05-27T14:04:57.326Z] 414ce0c25a0d: Waiting [2024-05-27T14:04:57.326Z] aedc3bda2944: Waiting [2024-05-27T14:04:57.326Z] 331d66c1e0b5: Waiting [2024-05-27T14:04:57.326Z] 1bc387a7c193: Pushed [2024-05-27T14:04:57.326Z] bca791e0ea53: Pushed [2024-05-27T14:04:57.326Z] 979d9469152d: Pushed [2024-05-27T14:04:57.326Z] b0e5b16150b6: Pushed [2024-05-27T14:04:57.326Z] aedc3bda2944: Layer already exists [2024-05-27T14:04:57.326Z] cb5a2f0e7df0: Pushed [2024-05-27T14:04:57.584Z] 331d66c1e0b5: Pushed [2024-05-27T14:04:58.151Z] 414ce0c25a0d: Pushed [2024-05-27T14:05:00.684Z] 6b9aea89b299: Pushed [2024-05-27T14:05:00.684Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:01.007Z] + 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 [2024-05-27T14:05:01.337Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2024-05-27T14:05:01.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-05-27T14:05:01.337Z] b0e5b16150b6: Preparing [2024-05-27T14:05:01.337Z] 6b9aea89b299: Preparing [2024-05-27T14:05:01.337Z] 1bc387a7c193: Preparing [2024-05-27T14:05:01.337Z] 979d9469152d: Preparing [2024-05-27T14:05:01.337Z] bca791e0ea53: Preparing [2024-05-27T14:05:01.337Z] cb5a2f0e7df0: Preparing [2024-05-27T14:05:01.337Z] 414ce0c25a0d: Preparing [2024-05-27T14:05:01.337Z] 331d66c1e0b5: Preparing [2024-05-27T14:05:01.337Z] aedc3bda2944: Preparing [2024-05-27T14:05:01.337Z] cb5a2f0e7df0: Waiting [2024-05-27T14:05:01.337Z] 331d66c1e0b5: Waiting [2024-05-27T14:05:01.337Z] 414ce0c25a0d: Waiting [2024-05-27T14:05:01.337Z] bca791e0ea53: Layer already exists [2024-05-27T14:05:01.337Z] b0e5b16150b6: Layer already exists [2024-05-27T14:05:01.337Z] 1bc387a7c193: Layer already exists [2024-05-27T14:05:01.337Z] 6b9aea89b299: Layer already exists [2024-05-27T14:05:01.337Z] 979d9469152d: Layer already exists [2024-05-27T14:05:01.337Z] cb5a2f0e7df0: Layer already exists [2024-05-27T14:05:01.337Z] 414ce0c25a0d: Layer already exists [2024-05-27T14:05:01.337Z] 331d66c1e0b5: Layer already exists [2024-05-27T14:05:01.337Z] aedc3bda2944: Layer already exists [2024-05-27T14:05:01.337Z] latest: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:01.659Z] + 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 [2024-05-27T14:05:01.987Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.21 [2024-05-27T14:05:01.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-05-27T14:05:01.987Z] b0e5b16150b6: Preparing [2024-05-27T14:05:01.987Z] 6b9aea89b299: Preparing [2024-05-27T14:05:01.987Z] 1bc387a7c193: Preparing [2024-05-27T14:05:01.987Z] 979d9469152d: Preparing [2024-05-27T14:05:01.987Z] bca791e0ea53: Preparing [2024-05-27T14:05:01.987Z] cb5a2f0e7df0: Preparing [2024-05-27T14:05:01.987Z] 414ce0c25a0d: Preparing [2024-05-27T14:05:01.987Z] 331d66c1e0b5: Preparing [2024-05-27T14:05:01.987Z] aedc3bda2944: Preparing [2024-05-27T14:05:01.987Z] 414ce0c25a0d: Waiting [2024-05-27T14:05:01.987Z] 331d66c1e0b5: Waiting [2024-05-27T14:05:01.987Z] cb5a2f0e7df0: Waiting [2024-05-27T14:05:01.987Z] aedc3bda2944: Waiting [2024-05-27T14:05:01.987Z] 1bc387a7c193: Layer already exists [2024-05-27T14:05:01.987Z] b0e5b16150b6: Layer already exists [2024-05-27T14:05:01.987Z] 979d9469152d: Layer already exists [2024-05-27T14:05:01.987Z] 6b9aea89b299: Layer already exists [2024-05-27T14:05:01.987Z] bca791e0ea53: Layer already exists [2024-05-27T14:05:01.987Z] cb5a2f0e7df0: Layer already exists [2024-05-27T14:05:01.987Z] 414ce0c25a0d: Layer already exists [2024-05-27T14:05:01.987Z] aedc3bda2944: Layer already exists [2024-05-27T14:05:01.987Z] 331d66c1e0b5: Layer already exists [2024-05-27T14:05:01.987Z] 3.2.0-dev.21: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:02.313Z] + 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 [2024-05-27T14:05:02.635Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [2024-05-27T14:05:02.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-05-27T14:05:02.635Z] b0e5b16150b6: Preparing [2024-05-27T14:05:02.635Z] 6b9aea89b299: Preparing [2024-05-27T14:05:02.635Z] 1bc387a7c193: Preparing [2024-05-27T14:05:02.635Z] 979d9469152d: Preparing [2024-05-27T14:05:02.635Z] bca791e0ea53: Preparing [2024-05-27T14:05:02.635Z] cb5a2f0e7df0: Preparing [2024-05-27T14:05:02.635Z] 414ce0c25a0d: Preparing [2024-05-27T14:05:02.635Z] 331d66c1e0b5: Preparing [2024-05-27T14:05:02.635Z] aedc3bda2944: Preparing [2024-05-27T14:05:02.635Z] 414ce0c25a0d: Waiting [2024-05-27T14:05:02.635Z] 331d66c1e0b5: Waiting [2024-05-27T14:05:02.635Z] aedc3bda2944: Waiting [2024-05-27T14:05:02.635Z] cb5a2f0e7df0: Waiting [2024-05-27T14:05:02.635Z] b0e5b16150b6: Layer already exists [2024-05-27T14:05:02.635Z] 6b9aea89b299: Layer already exists [2024-05-27T14:05:02.635Z] bca791e0ea53: Layer already exists [2024-05-27T14:05:02.635Z] 1bc387a7c193: Layer already exists [2024-05-27T14:05:02.635Z] 979d9469152d: Layer already exists [2024-05-27T14:05:02.635Z] cb5a2f0e7df0: Layer already exists [2024-05-27T14:05:02.635Z] 331d66c1e0b5: Layer already exists [2024-05-27T14:05:02.635Z] 414ce0c25a0d: Layer already exists [2024-05-27T14:05:02.635Z] aedc3bda2944: Layer already exists [2024-05-27T14:05:02.635Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:02.959Z] + 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 [2024-05-27T14:05:03.272Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main [2024-05-27T14:05:03.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] [2024-05-27T14:05:03.272Z] b0e5b16150b6: Preparing [2024-05-27T14:05:03.272Z] 6b9aea89b299: Preparing [2024-05-27T14:05:03.272Z] 1bc387a7c193: Preparing [2024-05-27T14:05:03.272Z] 979d9469152d: Preparing [2024-05-27T14:05:03.272Z] bca791e0ea53: Preparing [2024-05-27T14:05:03.272Z] cb5a2f0e7df0: Preparing [2024-05-27T14:05:03.272Z] 414ce0c25a0d: Preparing [2024-05-27T14:05:03.272Z] 331d66c1e0b5: Preparing [2024-05-27T14:05:03.272Z] aedc3bda2944: Preparing [2024-05-27T14:05:03.272Z] cb5a2f0e7df0: Waiting [2024-05-27T14:05:03.272Z] 414ce0c25a0d: Waiting [2024-05-27T14:05:03.272Z] aedc3bda2944: Waiting [2024-05-27T14:05:03.272Z] 331d66c1e0b5: Waiting [2024-05-27T14:05:03.272Z] 6b9aea89b299: Layer already exists [2024-05-27T14:05:03.272Z] 979d9469152d: Layer already exists [2024-05-27T14:05:03.272Z] b0e5b16150b6: Layer already exists [2024-05-27T14:05:03.272Z] 1bc387a7c193: Layer already exists [2024-05-27T14:05:03.272Z] bca791e0ea53: Layer already exists [2024-05-27T14:05:03.272Z] cb5a2f0e7df0: Layer already exists [2024-05-27T14:05:03.272Z] 331d66c1e0b5: Layer already exists [2024-05-27T14:05:03.272Z] aedc3bda2944: Layer already exists [2024-05-27T14:05:03.272Z] 414ce0c25a0d: Layer already exists [2024-05-27T14:05:03.272Z] main: digest: sha256:493fc0ef60b4201273a94b1df610b6b6ac0a92b0d19d0a63d1ef8243cc0452af size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:05:03.344Z] ===================================================== [Pipeline] echo [2024-05-27T14:05:03.356Z] taggedImages: [2024-05-27T14:05:03.356Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:05:03.356Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest [2024-05-27T14:05:03.356Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.21 [2024-05-27T14:05:03.356Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [2024-05-27T14:05:03.356Z] - 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 [2024-05-27T14:05:03.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:05:03.754Z] [2024-05-27T14:05:03.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:04.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:05:04.058Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-27T14:05:04.058Z] 5eb5b503b376: Pulling fs layer [2024-05-27T14:05:04.058Z] 5c69ac0246d0: Pulling fs layer [2024-05-27T14:05:04.058Z] ec43610c2a17: Pulling fs layer [2024-05-27T14:05:04.058Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-27T14:05:04.058Z] 33b1e0a273af: Pulling fs layer [2024-05-27T14:05:04.058Z] 5d3b04190fa2: Pulling fs layer [2024-05-27T14:05:04.058Z] 3a2ae6a8a46f: Waiting [2024-05-27T14:05:04.058Z] 2f39f015ded8: Pulling fs layer [2024-05-27T14:05:04.058Z] 33b1e0a273af: Waiting [2024-05-27T14:05:04.058Z] 2f39f015ded8: Waiting [2024-05-27T14:05:04.058Z] 5d3b04190fa2: Waiting [2024-05-27T14:05:04.058Z] 5c69ac0246d0: Verifying Checksum [2024-05-27T14:05:04.058Z] 5c69ac0246d0: Download complete [2024-05-27T14:05:04.058Z] 3a2ae6a8a46f: Verifying Checksum [2024-05-27T14:05:04.058Z] 3a2ae6a8a46f: Download complete [2024-05-27T14:05:04.058Z] 33b1e0a273af: Verifying Checksum [2024-05-27T14:05:04.058Z] 33b1e0a273af: Download complete [2024-05-27T14:05:04.058Z] 5d3b04190fa2: Verifying Checksum [2024-05-27T14:05:04.058Z] 5d3b04190fa2: Download complete [2024-05-27T14:05:04.316Z] ec43610c2a17: Verifying Checksum [2024-05-27T14:05:04.316Z] ec43610c2a17: Download complete [2024-05-27T14:05:04.316Z] 5eb5b503b376: Download complete [2024-05-27T14:05:04.880Z] 2f39f015ded8: Download complete [2024-05-27T14:05:05.446Z] 5eb5b503b376: Pull complete [2024-05-27T14:05:05.704Z] 5c69ac0246d0: Pull complete [2024-05-27T14:05:06.275Z] ec43610c2a17: Pull complete [2024-05-27T14:05:06.275Z] 3a2ae6a8a46f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-27T14:05:06.438Z] provisioning config files... [2024-05-27T14:05:06.466Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/174@tmp/config7974842427987139601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:05:06.533Z] 33b1e0a273af: Pull complete [2024-05-27T14:05:06.533Z] 5d3b04190fa2: Pull complete [2024-05-27T14:05:06.915Z] ---> ****-login.sh [2024-05-27T14:05:06.916Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:05:07.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:05:07.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:05:07.514Z] Configure a credential helper to remove this warning. See [2024-05-27T14:05:07.515Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:05:07.515Z] [2024-05-27T14:05:07.515Z] Login Succeeded [2024-05-27T14:05:07.515Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:05:07.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:05:08.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:05:08.053Z] Configure a credential helper to remove this warning. See [2024-05-27T14:05:08.053Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:05:08.053Z] [2024-05-27T14:05:08.053Z] Login Succeeded [2024-05-27T14:05:08.053Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:05:08.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:05:08.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:05:08.324Z] Configure a credential helper to remove this warning. See [2024-05-27T14:05:08.324Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:05:08.324Z] [2024-05-27T14:05:08.324Z] Login Succeeded [2024-05-27T14:05:08.324Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:05:08.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:05:08.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:05:08.600Z] Configure a credential helper to remove this warning. See [2024-05-27T14:05:08.600Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:05:08.600Z] [2024-05-27T14:05:08.600Z] Login Succeeded [2024-05-27T14:05:08.600Z] ****.io [2024-05-27T14:05:08.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:05:09.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:05:09.145Z] Configure a credential helper to remove this warning. See [2024-05-27T14:05:09.145Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:05:09.145Z] [2024-05-27T14:05:09.145Z] Login Succeeded [2024-05-27T14:05:09.145Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:05:09.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-05-27T14:05:09.535Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:05:09.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:05:09.576Z] ========================================================= [2024-05-27T14:05:09.576Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-05-27T14:05:09.576Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:05:09.948Z] + 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 . [2024-05-27T14:05:10.230Z] Sending build context to Docker daemon 673.8kB [2024-05-27T14:05:10.230Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:05:10.230Z] Step 2/12 : FROM ${BASE} AS builder [2024-05-27T14:05:10.499Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-05-27T14:05:10.499Z] c6b39de5b339: Pulling fs layer [2024-05-27T14:05:10.499Z] a69c41024577: Pulling fs layer [2024-05-27T14:05:10.499Z] d6de4b400683: Pulling fs layer [2024-05-27T14:05:10.499Z] 35cb2a7552d0: Pulling fs layer [2024-05-27T14:05:10.499Z] 4f4fb700ef54: Pulling fs layer [2024-05-27T14:05:10.499Z] 464afbd9ba4c: Pulling fs layer [2024-05-27T14:05:10.499Z] 00f215d4a9da: Pulling fs layer [2024-05-27T14:05:10.499Z] d496ad576159: Pulling fs layer [2024-05-27T14:05:10.499Z] 35cb2a7552d0: Waiting [2024-05-27T14:05:10.499Z] 4f4fb700ef54: Waiting [2024-05-27T14:05:10.499Z] 464afbd9ba4c: Waiting [2024-05-27T14:05:10.499Z] 00f215d4a9da: Waiting [2024-05-27T14:05:10.499Z] d496ad576159: Waiting [2024-05-27T14:05:10.499Z] a69c41024577: Verifying Checksum [2024-05-27T14:05:10.499Z] a69c41024577: Download complete [2024-05-27T14:05:10.499Z] 35cb2a7552d0: Verifying Checksum [2024-05-27T14:05:10.499Z] 35cb2a7552d0: Download complete [2024-05-27T14:05:10.499Z] 4f4fb700ef54: Verifying Checksum [2024-05-27T14:05:10.499Z] 4f4fb700ef54: Download complete [2024-05-27T14:05:10.499Z] 464afbd9ba4c: Verifying Checksum [2024-05-27T14:05:10.499Z] 464afbd9ba4c: Download complete [2024-05-27T14:05:10.499Z] c6b39de5b339: Verifying Checksum [2024-05-27T14:05:10.499Z] c6b39de5b339: Download complete [2024-05-27T14:05:10.718Z] 2f39f015ded8: Pull complete [2024-05-27T14:05:10.719Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-27T14:05:10.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:05:10.719Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:05:10.825Z] prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container [2024-05-27T14:05:10.859Z] $ 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 [2024-05-27T14:05:11.090Z] d496ad576159: Verifying Checksum [2024-05-27T14:05:11.090Z] d496ad576159: Download complete [2024-05-27T14:05:11.681Z] c6b39de5b339: Pull complete [2024-05-27T14:05:12.279Z] a69c41024577: Pull complete [2024-05-27T14:05:12.549Z] d6de4b400683: Verifying Checksum [2024-05-27T14:05:12.549Z] d6de4b400683: Download complete [2024-05-27T14:05:13.967Z] 00f215d4a9da: Verifying Checksum [2024-05-27T14:05:13.967Z] 00f215d4a9da: Download complete [2024-05-27T14:05:15.201Z] $ docker top 5f7015adf7c5604c78b829cc9aa0eb01360015f0a97c8cc8c7c223c3c2621314 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:05:15.571Z] ---> job-cost.sh [2024-05-27T14:05:15.571Z] lf-activate-venv: SKIPPING [2024-05-27T14:05:15.571Z] INFO: No Stack... [2024-05-27T14:05:16.137Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-27T14:05:16.396Z] INFO: Archiving Costs [Pipeline] sh [2024-05-27T14:05:16.679Z] + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv [2024-05-27T14:05:16.679Z] + cut -d, -f6 [Pipeline] lock [2024-05-27T14:05:16.692Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [2024-05-27T14:05:16.702Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] did not exist. Created. [2024-05-27T14:05:16.707Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-27T14:05:17.008Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-05-27T14:05:17.031Z] Stashed 1 file(s) [Pipeline] } [2024-05-27T14:05:17.038Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-27T14:05:17.062Z] $ docker stop --time=1 5f7015adf7c5604c78b829cc9aa0eb01360015f0a97c8cc8c7c223c3c2621314 [2024-05-27T14:05:18.217Z] $ docker rm -f --volumes 5f7015adf7c5604c78b829cc9aa0eb01360015f0a97c8cc8c7c223c3c2621314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-27T14:05:26.332Z] d6de4b400683: Pull complete [2024-05-27T14:05:26.332Z] 35cb2a7552d0: Pull complete [2024-05-27T14:05:26.332Z] 4f4fb700ef54: Pull complete [2024-05-27T14:05:26.332Z] 464afbd9ba4c: Pull complete [2024-05-27T14:05:34.568Z] 00f215d4a9da: Pull complete [2024-05-27T14:05:35.982Z] d496ad576159: Pull complete [2024-05-27T14:05:35.982Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-05-27T14:05:35.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-27T14:05:35.982Z] ---> f246e2811388 [2024-05-27T14:05:35.982Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:05:36.563Z] ---> Running in 8cb88122a25c [2024-05-27T14:05:36.832Z] Removing intermediate container 8cb88122a25c [2024-05-27T14:05:36.832Z] ---> 4513b83409fc [2024-05-27T14:05:36.832Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:05:36.832Z] ---> Running in ea94c5502ee3 [2024-05-27T14:05:37.099Z] Removing intermediate container ea94c5502ee3 [2024-05-27T14:05:37.099Z] ---> c2c6afe868d1 [2024-05-27T14:05:37.099Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:05:37.099Z] ---> Running in 7707ba73f35c [2024-05-27T14:05:37.366Z] Removing intermediate container 7707ba73f35c [2024-05-27T14:05:37.366Z] ---> d1683d2bd9b7 [2024-05-27T14:05:37.366Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:05:37.633Z] ---> Running in 1df7886af77f [2024-05-27T14:05:38.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:05:39.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:05:40.137Z] OK: 266 MiB in 52 packages [2024-05-27T14:05:41.098Z] Removing intermediate container 1df7886af77f [2024-05-27T14:05:41.098Z] ---> bd9231450441 [2024-05-27T14:05:41.098Z] Step 7/12 : WORKDIR /app [2024-05-27T14:05:41.098Z] ---> Running in efbb09787a8a [2024-05-27T14:05:41.363Z] Removing intermediate container efbb09787a8a [2024-05-27T14:05:41.363Z] ---> ae4427aa14e4 [2024-05-27T14:05:41.363Z] Step 8/12 : COPY go.mod vendor* ./ [2024-05-27T14:05:41.953Z] ---> a649d028dcc3 [2024-05-27T14:05:41.953Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:05:41.953Z] ---> Running in db31e1d6d042 [2024-05-27T14:07:33.632Z] Removing intermediate container db31e1d6d042 [2024-05-27T14:07:33.632Z] ---> e7498f0cf874 [2024-05-27T14:07:33.632Z] Step 10/12 : COPY . . [2024-05-27T14:07:34.221Z] ---> e717e020aec9 [2024-05-27T14:07:34.221Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:07:34.221Z] ---> Running in fae03104fa7b [2024-05-27T14:07:34.490Z] Removing intermediate container fae03104fa7b [2024-05-27T14:07:34.490Z] ---> 5f21097237c6 [2024-05-27T14:07:34.490Z] Step 12/12 : RUN $MAKE [2024-05-27T14:07:34.762Z] ---> Running in 3a2fb1406773 [2024-05-27T14:07:35.739Z] noop [2024-05-27T14:07:36.706Z] Removing intermediate container 3a2fb1406773 [2024-05-27T14:07:36.706Z] ---> 943ca8388d27 [2024-05-27T14:07:36.706Z] Successfully built 943ca8388d27 [2024-05-27T14:07:36.706Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:07:37.079Z] + docker inspect -f . ci-base-image-arm64 [2024-05-27T14:07:37.079Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:07:37.337Z] prd-ubuntu20.04-docker-arm64-4c-16g-869 does not seem to be running inside a container [2024-05-27T14:07:37.411Z] $ 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 [2024-05-27T14:07:38.696Z] $ docker top ff3486971337a2b4ff8aba1f10d995cc1c0852a26e7981c0bfe32c3e6f695ab1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:07:39.592Z] + go version [2024-05-27T14:07:39.592Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-05-27T14:07:39.612Z] $ docker stop --time=1 ff3486971337a2b4ff8aba1f10d995cc1c0852a26e7981c0bfe32c3e6f695ab1 [2024-05-27T14:07:41.384Z] $ 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 [2024-05-27T14:07:41.993Z] + docker inspect -f . ci-base-image-arm64 [2024-05-27T14:07:41.993Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:07:42.224Z] prd-ubuntu20.04-docker-arm64-4c-16g-869 does not seem to be running inside a container [2024-05-27T14:07:42.309Z] $ 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 [2024-05-27T14:07:43.752Z] $ docker top f3cdcfdb7b67fb12d6f16c0cdf05d4465a7ad74f2f88757a11a05411b6ed9eb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:07:44.604Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/174 [Pipeline] fileExists [Pipeline] sh [2024-05-27T14:07:45.258Z] + make test [2024-05-27T14:07:45.258Z] go test -race ./... -coverprofile=coverage.out ./... [2024-05-27T14:12:22.160Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2024-05-27T14:12:24.107Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2024-05-27T14:12:26.700Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.455s coverage: 86.2% of statements [2024-05-27T14:12:39.025Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.644s coverage: 71.9% of statements [2024-05-27T14:12:40.432Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-05-27T14:12:40.432Z] go vet ./... [2024-05-27T14:17:02.302Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-27T14:17:02.302Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-27T14:17:02.302Z] ./bin/test-attribution.sh [2024-05-27T14:17:02.302Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [2024-05-27T14:17:02.302Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-05-27T14:17:02.321Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-05-27T14:17:02.341Z] $ docker stop --time=1 f3cdcfdb7b67fb12d6f16c0cdf05d4465a7ad74f2f88757a11a05411b6ed9eb8 [2024-05-27T14:17:04.255Z] $ docker rm -f --volumes f3cdcfdb7b67fb12d6f16c0cdf05d4465a7ad74f2f88757a11a05411b6ed9eb8 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-27T14:17:06.691Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-05-27T14:17:06.717Z] Warning: overwriting stash ‘coverage-report’ [2024-05-27T14:17:07.251Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-27T14:17:07.651Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-05-27T14:17:07.971Z] + ls -al . [2024-05-27T14:17:07.971Z] total 272 [2024-05-27T14:17:07.971Z] drwxrwxr-x 10 jenkins jenkins 4096 May 27 14:07 . [2024-05-27T14:17:07.971Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:04 .. [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 262 May 27 14:04 .dockerignore [2024-05-27T14:17:07.971Z] drwxrwxr-x 8 jenkins jenkins 4096 May 27 14:04 .git [2024-05-27T14:17:07.971Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:04 .github [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 773 May 27 14:04 .gitignore [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 41 May 27 14:04 .golangci.yml [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 10232 May 27 14:04 Attribution.txt [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 11245 May 27 14:04 CHANGELOG.md [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 1768 May 27 14:04 Dockerfile [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 677 May 27 14:04 GOVERNANCE.md [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 665 May 27 14:04 Jenkinsfile [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 11347 May 27 14:04 LICENSE [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 2503 May 27 14:04 Makefile [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 617 May 27 14:04 OWNERS.md [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 3851 May 27 14:04 README.md [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 12 May 27 14:01 VERSION [2024-05-27T14:17:07.971Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:04 bin [2024-05-27T14:17:07.971Z] -rw-r--r-- 1 jenkins jenkins 41317 May 27 14:12 coverage.out [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 7349 May 27 14:04 go.mod [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 102020 May 27 14:04 go.sum [2024-05-27T14:17:07.971Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:04 images [2024-05-27T14:17:07.971Z] drwxrwxr-x 4 jenkins jenkins 4096 May 27 14:04 internal [2024-05-27T14:17:07.971Z] -rw-rw-r-- 1 jenkins jenkins 531 May 27 14:04 main.go [2024-05-27T14:17:07.971Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:04 openapi [2024-05-27T14:17:07.971Z] drwxrwxr-x 2 jenkins jenkins 4096 May 27 14:04 res [2024-05-27T14:17:07.971Z] drwxrwxr-x 3 jenkins jenkins 4096 May 27 14:04 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:17:08.336Z] + 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 . [2024-05-27T14:17:08.618Z] Sending build context to Docker daemon 673.8kB [2024-05-27T14:17:08.618Z] Step 1/30 : ARG BASE=golang:1.21-alpine3.18 [2024-05-27T14:17:08.618Z] Step 2/30 : FROM ${BASE} AS builder [2024-05-27T14:17:08.618Z] ---> 943ca8388d27 [2024-05-27T14:17:08.618Z] Step 3/30 : ARG ALPINE_PKG_BASE="make git" [2024-05-27T14:17:08.618Z] ---> Running in ca548cf3d288 [2024-05-27T14:17:08.885Z] Removing intermediate container ca548cf3d288 [2024-05-27T14:17:08.885Z] ---> 02467eab08f2 [2024-05-27T14:17:08.886Z] Step 4/30 : ARG ALPINE_PKG_EXTRA="" [2024-05-27T14:17:09.152Z] ---> Running in 612b4f0b0730 [2024-05-27T14:17:09.422Z] Removing intermediate container 612b4f0b0730 [2024-05-27T14:17:09.422Z] ---> 49e3a3bfe6a3 [2024-05-27T14:17:09.422Z] Step 5/30 : ARG ADD_BUILD_TAGS="" [2024-05-27T14:17:09.422Z] ---> Running in 778739b9b90a [2024-05-27T14:17:09.688Z] Removing intermediate container 778739b9b90a [2024-05-27T14:17:09.689Z] ---> 8b511b5ecd2c [2024-05-27T14:17:09.689Z] Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-05-27T14:17:09.960Z] ---> Running in 5a749ea9fd73 [2024-05-27T14:17:10.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:11.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:17:12.156Z] OK: 266 MiB in 52 packages [2024-05-27T14:17:13.119Z] Removing intermediate container 5a749ea9fd73 [2024-05-27T14:17:13.119Z] ---> f0557b27805d [2024-05-27T14:17:13.119Z] Step 7/30 : WORKDIR /app [2024-05-27T14:17:13.119Z] ---> Running in aa1a9e1547c3 [2024-05-27T14:17:13.385Z] Removing intermediate container aa1a9e1547c3 [2024-05-27T14:17:13.385Z] ---> 39779bd48e4d [2024-05-27T14:17:13.385Z] Step 8/30 : COPY go.mod vendor* ./ [2024-05-27T14:17:13.968Z] ---> 1d42687849e8 [2024-05-27T14:17:13.968Z] Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-27T14:17:13.968Z] ---> Running in 453e08228d97 [2024-05-27T14:17:16.549Z] Removing intermediate container 453e08228d97 [2024-05-27T14:17:16.549Z] ---> efdd2f8340f7 [2024-05-27T14:17:16.549Z] Step 10/30 : COPY . . [2024-05-27T14:17:17.130Z] ---> b1d90f7aeafb [2024-05-27T14:17:17.130Z] Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-05-27T14:17:17.130Z] ---> Running in d65a8e11c0d5 [2024-05-27T14:17:17.398Z] Removing intermediate container d65a8e11c0d5 [2024-05-27T14:17:17.398Z] ---> b1d0602a2c1d [2024-05-27T14:17:17.398Z] Step 12/30 : RUN $MAKE [2024-05-27T14:17:17.398Z] ---> Running in 4c35f0df5769 [2024-05-27T14:17:18.356Z] 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 [2024-05-27T14:21:10.146Z] Removing intermediate container 4c35f0df5769 [2024-05-27T14:21:10.146Z] ---> 4cd6870573a8 [2024-05-27T14:21:10.146Z] Step 13/30 : FROM alpine:3.18 [2024-05-27T14:21:10.146Z] 3.18: Pulling from library/alpine [2024-05-27T14:21:10.146Z] c6b39de5b339: Already exists [2024-05-27T14:21:10.146Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-27T14:21:10.146Z] Status: Downloaded newer image for alpine:3.18 [2024-05-27T14:21:10.146Z] ---> 33abbf032149 [2024-05-27T14:21:10.146Z] Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2024-05-27T14:21:10.146Z] ---> Running in 59e34f523e61 [2024-05-27T14:21:10.146Z] Removing intermediate container 59e34f523e61 [2024-05-27T14:21:10.146Z] ---> aabfdb4be0a0 [2024-05-27T14:21:10.146Z] Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2024-05-27T14:21:10.146Z] ---> Running in b06123ced1fd [2024-05-27T14:21:10.146Z] Removing intermediate container b06123ced1fd [2024-05-27T14:21:10.146Z] ---> 3209ad696aac [2024-05-27T14:21:10.146Z] Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init [2024-05-27T14:21:10.146Z] ---> Running in 089dac199246 [2024-05-27T14:21:10.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:21:10.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:21:10.146Z] (1/2) Installing ca-certificates (20240226-r0) [2024-05-27T14:21:10.146Z] (2/2) Installing dumb-init (1.2.5-r2) [2024-05-27T14:21:10.146Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:21:10.146Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:21:10.146Z] OK: 9 MiB in 17 packages [2024-05-27T14:21:10.146Z] Removing intermediate container 089dac199246 [2024-05-27T14:21:10.146Z] ---> 58617e049180 [2024-05-27T14:21:10.146Z] Step 17/30 : RUN apk --no-cache upgrade [2024-05-27T14:21:10.146Z] ---> Running in c00424624236 [2024-05-27T14:21:10.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:21:10.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:21:10.146Z] Upgrading critical system libraries and apk-tools: [2024-05-27T14:21:10.146Z] (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-27T14:21:10.146Z] Executing busybox-1.36.1-r5.trigger [2024-05-27T14:21:10.146Z] Continuing the upgrade transaction with new apk-tools: [2024-05-27T14:21:10.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-27T14:21:10.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-27T14:21:10.146Z] (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:21:10.146Z] Executing busybox-1.36.1-r6.post-upgrade [2024-05-27T14:21:10.146Z] (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:21:10.146Z] (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-27T14:21:10.146Z] (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:21:10.146Z] (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-27T14:21:10.146Z] (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-27T14:21:10.146Z] Executing busybox-1.36.1-r6.trigger [2024-05-27T14:21:10.146Z] Executing ca-certificates-20240226-r0.trigger [2024-05-27T14:21:10.146Z] OK: 9 MiB in 17 packages [2024-05-27T14:21:10.146Z] Removing intermediate container c00424624236 [2024-05-27T14:21:10.146Z] ---> 2ece75e898e4 [2024-05-27T14:21:10.146Z] Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2024-05-27T14:21:10.146Z] ---> 5589a8247617 [2024-05-27T14:21:10.146Z] Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE [2024-05-27T14:21:10.146Z] ---> 48905d3853b0 [2024-05-27T14:21:10.146Z] Step 20/30 : COPY --from=builder /app/res/ /res/ [2024-05-27T14:21:10.146Z] ---> 0b74103492e5 [2024-05-27T14:21:10.146Z] Step 21/30 : COPY --from=builder /app/static/ /static/ [2024-05-27T14:21:10.146Z] ---> d85c16e14db1 [2024-05-27T14:21:10.146Z] Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2024-05-27T14:21:10.146Z] ---> ad07dd406614 [2024-05-27T14:21:10.146Z] Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2024-05-27T14:21:10.146Z] ---> Running in b4619f12cd22 [2024-05-27T14:21:11.566Z] Removing intermediate container b4619f12cd22 [2024-05-27T14:21:11.566Z] ---> e6e96faf7487 [2024-05-27T14:21:11.566Z] Step 24/30 : VOLUME /cache [2024-05-27T14:21:11.566Z] ---> Running in 76887dbc5e6d [2024-05-27T14:21:11.833Z] Removing intermediate container 76887dbc5e6d [2024-05-27T14:21:11.833Z] ---> 3622d39eb3aa [2024-05-27T14:21:11.833Z] Step 25/30 : EXPOSE 59711 [2024-05-27T14:21:12.097Z] ---> Running in 881eea061ad9 [2024-05-27T14:21:12.097Z] Removing intermediate container 881eea061ad9 [2024-05-27T14:21:12.097Z] ---> 28c06330c979 [2024-05-27T14:21:12.097Z] Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2024-05-27T14:21:12.361Z] ---> Running in 8e98ed26ef3d [2024-05-27T14:21:12.626Z] Removing intermediate container 8e98ed26ef3d [2024-05-27T14:21:12.626Z] ---> 7650c092f78c [2024-05-27T14:21:12.626Z] Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2024-05-27T14:21:12.626Z] ---> Running in 5ef92df209d1 [2024-05-27T14:21:12.892Z] Removing intermediate container 5ef92df209d1 [2024-05-27T14:21:12.892Z] ---> b9040b678602 [2024-05-27T14:21:12.892Z] Step 28/30 : LABEL arch=arm64 [2024-05-27T14:21:13.159Z] ---> Running in 765f58469e84 [2024-05-27T14:21:13.425Z] Removing intermediate container 765f58469e84 [2024-05-27T14:21:13.425Z] ---> 2cd2f0eee8e3 [2024-05-27T14:21:13.425Z] Step 29/30 : LABEL git_sha=7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:21:13.425Z] ---> Running in becc2822b754 [2024-05-27T14:21:13.691Z] Removing intermediate container becc2822b754 [2024-05-27T14:21:13.691Z] ---> be798797176e [2024-05-27T14:21:13.691Z] Step 30/30 : LABEL version=3.2.0-dev.21 [2024-05-27T14:21:13.691Z] ---> Running in 8f7f8d255040 [2024-05-27T14:21:13.956Z] Removing intermediate container 8f7f8d255040 [2024-05-27T14:21:13.956Z] ---> 820e880e8bc6 [2024-05-27T14:21:13.956Z] [Warning] One or more build-args [ARCH] were not consumed [2024-05-27T14:21:13.956Z] Successfully built 820e880e8bc6 [2024-05-27T14:21:13.956Z] 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 [2024-05-27T14:21:14.103Z] provisioning config files... [2024-05-27T14:21:14.118Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/174@tmp/config16804439150165595763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:21:14.457Z] ---> ****-login.sh [2024-05-27T14:21:14.458Z] nexus3.edgexfoundry.org:10001 [2024-05-27T14:21:14.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:21:14.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:21:14.725Z] Configure a credential helper to remove this warning. See [2024-05-27T14:21:14.725Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:21:14.725Z] [2024-05-27T14:21:14.725Z] Login Succeeded [2024-05-27T14:21:14.725Z] nexus3.edgexfoundry.org:10002 [2024-05-27T14:21:14.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:21:14.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:21:14.991Z] Configure a credential helper to remove this warning. See [2024-05-27T14:21:14.992Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:21:14.992Z] [2024-05-27T14:21:14.992Z] Login Succeeded [2024-05-27T14:21:14.992Z] nexus3.edgexfoundry.org:10003 [2024-05-27T14:21:15.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:21:15.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:21:15.258Z] Configure a credential helper to remove this warning. See [2024-05-27T14:21:15.258Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:21:15.258Z] [2024-05-27T14:21:15.258Z] Login Succeeded [2024-05-27T14:21:15.258Z] nexus3.edgexfoundry.org:10004 [2024-05-27T14:21:15.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:21:15.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:21:15.789Z] Configure a credential helper to remove this warning. See [2024-05-27T14:21:15.789Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:21:15.789Z] [2024-05-27T14:21:15.789Z] Login Succeeded [2024-05-27T14:21:15.789Z] ****.io [2024-05-27T14:21:15.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-27T14:21:16.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-27T14:21:16.057Z] Configure a credential helper to remove this warning. See [2024-05-27T14:21:16.057Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-27T14:21:16.057Z] [2024-05-27T14:21:16.057Z] Login Succeeded [2024-05-27T14:21:16.057Z] ---> ****-login.sh ends [Pipeline] } [2024-05-27T14:21:16.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:21:16.109Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-27T14:21:16.136Z] [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: [2024-05-27T14:21:16.136Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:21:16.136Z] latest [2024-05-27T14:21:16.136Z] 3.2.0-dev.21 [2024-05-27T14:21:16.136Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [2024-05-27T14:21:16.136Z] main [2024-05-27T14:21:16.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:21:16.506Z] + 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 [2024-05-27T14:21:16.862Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:21:16.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-05-27T14:21:16.862Z] 6ac0bfefbe9c: Preparing [2024-05-27T14:21:16.862Z] 30c5726afe74: Preparing [2024-05-27T14:21:16.862Z] 036a12ae6ebb: Preparing [2024-05-27T14:21:16.862Z] 2bf4a6965bb1: Preparing [2024-05-27T14:21:16.862Z] 412f3f428f3b: Preparing [2024-05-27T14:21:16.862Z] 31ba664375b9: Preparing [2024-05-27T14:21:16.862Z] 04a9fc7efaaf: Preparing [2024-05-27T14:21:16.862Z] 23f75fd133b7: Preparing [2024-05-27T14:21:16.862Z] 7c504f21be85: Preparing [2024-05-27T14:21:16.862Z] 23f75fd133b7: Waiting [2024-05-27T14:21:16.862Z] 31ba664375b9: Waiting [2024-05-27T14:21:16.862Z] 04a9fc7efaaf: Waiting [2024-05-27T14:21:16.862Z] 7c504f21be85: Waiting [2024-05-27T14:21:17.127Z] 036a12ae6ebb: Pushed [2024-05-27T14:21:17.127Z] 2bf4a6965bb1: Pushed [2024-05-27T14:21:17.127Z] 6ac0bfefbe9c: Pushed [2024-05-27T14:21:17.127Z] 412f3f428f3b: Pushed [2024-05-27T14:21:17.127Z] 7c504f21be85: Layer already exists [2024-05-27T14:21:17.127Z] 31ba664375b9: Pushed [2024-05-27T14:21:17.392Z] 23f75fd133b7: Pushed [2024-05-27T14:21:18.793Z] 04a9fc7efaaf: Pushed [2024-05-27T14:21:23.124Z] 30c5726afe74: Pushed [2024-05-27T14:21:23.125Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:21:23.486Z] + 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 [2024-05-27T14:21:23.842Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2024-05-27T14:21:23.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-05-27T14:21:23.842Z] 6ac0bfefbe9c: Preparing [2024-05-27T14:21:23.842Z] 30c5726afe74: Preparing [2024-05-27T14:21:23.842Z] 036a12ae6ebb: Preparing [2024-05-27T14:21:23.842Z] 2bf4a6965bb1: Preparing [2024-05-27T14:21:23.842Z] 412f3f428f3b: Preparing [2024-05-27T14:21:23.842Z] 31ba664375b9: Preparing [2024-05-27T14:21:23.842Z] 04a9fc7efaaf: Preparing [2024-05-27T14:21:23.842Z] 31ba664375b9: Waiting [2024-05-27T14:21:23.842Z] 23f75fd133b7: Preparing [2024-05-27T14:21:23.842Z] 04a9fc7efaaf: Waiting [2024-05-27T14:21:23.842Z] 7c504f21be85: Preparing [2024-05-27T14:21:23.842Z] 23f75fd133b7: Waiting [2024-05-27T14:21:23.842Z] 7c504f21be85: Waiting [2024-05-27T14:21:23.842Z] 036a12ae6ebb: Layer already exists [2024-05-27T14:21:23.842Z] 30c5726afe74: Layer already exists [2024-05-27T14:21:23.842Z] 412f3f428f3b: Layer already exists [2024-05-27T14:21:23.842Z] 2bf4a6965bb1: Layer already exists [2024-05-27T14:21:23.842Z] 6ac0bfefbe9c: Layer already exists [2024-05-27T14:21:23.842Z] 23f75fd133b7: Layer already exists [2024-05-27T14:21:23.842Z] 31ba664375b9: Layer already exists [2024-05-27T14:21:23.842Z] 7c504f21be85: Layer already exists [2024-05-27T14:21:23.842Z] 04a9fc7efaaf: Layer already exists [2024-05-27T14:21:23.842Z] latest: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:21:24.463Z] + 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 [2024-05-27T14:21:24.815Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.21 [2024-05-27T14:21:24.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-05-27T14:21:24.815Z] 6ac0bfefbe9c: Preparing [2024-05-27T14:21:24.815Z] 30c5726afe74: Preparing [2024-05-27T14:21:24.815Z] 036a12ae6ebb: Preparing [2024-05-27T14:21:24.815Z] 2bf4a6965bb1: Preparing [2024-05-27T14:21:24.815Z] 412f3f428f3b: Preparing [2024-05-27T14:21:24.815Z] 31ba664375b9: Preparing [2024-05-27T14:21:24.815Z] 04a9fc7efaaf: Preparing [2024-05-27T14:21:24.815Z] 23f75fd133b7: Preparing [2024-05-27T14:21:24.815Z] 7c504f21be85: Preparing [2024-05-27T14:21:24.815Z] 04a9fc7efaaf: Waiting [2024-05-27T14:21:24.815Z] 23f75fd133b7: Waiting [2024-05-27T14:21:24.815Z] 7c504f21be85: Waiting [2024-05-27T14:21:24.815Z] 6ac0bfefbe9c: Layer already exists [2024-05-27T14:21:24.815Z] 412f3f428f3b: Layer already exists [2024-05-27T14:21:24.815Z] 036a12ae6ebb: Layer already exists [2024-05-27T14:21:24.815Z] 2bf4a6965bb1: Layer already exists [2024-05-27T14:21:24.815Z] 30c5726afe74: Layer already exists [2024-05-27T14:21:24.815Z] 04a9fc7efaaf: Layer already exists [2024-05-27T14:21:24.815Z] 23f75fd133b7: Layer already exists [2024-05-27T14:21:24.815Z] 31ba664375b9: Layer already exists [2024-05-27T14:21:24.815Z] 7c504f21be85: Layer already exists [2024-05-27T14:21:25.080Z] 3.2.0-dev.21: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:21:25.443Z] + 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 [2024-05-27T14:21:25.787Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [2024-05-27T14:21:25.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-05-27T14:21:25.787Z] 6ac0bfefbe9c: Preparing [2024-05-27T14:21:25.787Z] 30c5726afe74: Preparing [2024-05-27T14:21:25.787Z] 036a12ae6ebb: Preparing [2024-05-27T14:21:25.787Z] 2bf4a6965bb1: Preparing [2024-05-27T14:21:25.787Z] 412f3f428f3b: Preparing [2024-05-27T14:21:25.787Z] 31ba664375b9: Preparing [2024-05-27T14:21:25.787Z] 04a9fc7efaaf: Preparing [2024-05-27T14:21:25.787Z] 23f75fd133b7: Preparing [2024-05-27T14:21:25.787Z] 7c504f21be85: Preparing [2024-05-27T14:21:25.787Z] 31ba664375b9: Waiting [2024-05-27T14:21:25.787Z] 04a9fc7efaaf: Waiting [2024-05-27T14:21:25.787Z] 23f75fd133b7: Waiting [2024-05-27T14:21:25.787Z] 7c504f21be85: Waiting [2024-05-27T14:21:25.787Z] 6ac0bfefbe9c: Layer already exists [2024-05-27T14:21:25.787Z] 2bf4a6965bb1: Layer already exists [2024-05-27T14:21:25.787Z] 412f3f428f3b: Layer already exists [2024-05-27T14:21:25.787Z] 036a12ae6ebb: Layer already exists [2024-05-27T14:21:25.787Z] 30c5726afe74: Layer already exists [2024-05-27T14:21:25.787Z] 31ba664375b9: Layer already exists [2024-05-27T14:21:25.788Z] 23f75fd133b7: Layer already exists [2024-05-27T14:21:25.788Z] 04a9fc7efaaf: Layer already exists [2024-05-27T14:21:25.788Z] 7c504f21be85: Layer already exists [2024-05-27T14:21:26.053Z] 7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:21:26.402Z] + 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 [2024-05-27T14:21:26.750Z] + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main [2024-05-27T14:21:26.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] [2024-05-27T14:21:26.750Z] 6ac0bfefbe9c: Preparing [2024-05-27T14:21:26.750Z] 30c5726afe74: Preparing [2024-05-27T14:21:26.750Z] 036a12ae6ebb: Preparing [2024-05-27T14:21:26.750Z] 2bf4a6965bb1: Preparing [2024-05-27T14:21:26.750Z] 412f3f428f3b: Preparing [2024-05-27T14:21:26.750Z] 31ba664375b9: Preparing [2024-05-27T14:21:26.750Z] 04a9fc7efaaf: Preparing [2024-05-27T14:21:26.750Z] 23f75fd133b7: Preparing [2024-05-27T14:21:26.750Z] 7c504f21be85: Preparing [2024-05-27T14:21:26.750Z] 31ba664375b9: Waiting [2024-05-27T14:21:26.750Z] 04a9fc7efaaf: Waiting [2024-05-27T14:21:26.750Z] 23f75fd133b7: Waiting [2024-05-27T14:21:26.750Z] 7c504f21be85: Waiting [2024-05-27T14:21:26.750Z] 30c5726afe74: Layer already exists [2024-05-27T14:21:26.750Z] 412f3f428f3b: Layer already exists [2024-05-27T14:21:26.750Z] 2bf4a6965bb1: Layer already exists [2024-05-27T14:21:26.750Z] 036a12ae6ebb: Layer already exists [2024-05-27T14:21:26.750Z] 6ac0bfefbe9c: Layer already exists [2024-05-27T14:21:26.750Z] 31ba664375b9: Layer already exists [2024-05-27T14:21:26.750Z] 7c504f21be85: Layer already exists [2024-05-27T14:21:26.750Z] 04a9fc7efaaf: Layer already exists [2024-05-27T14:21:26.750Z] 23f75fd133b7: Layer already exists [2024-05-27T14:21:27.016Z] main: digest: sha256:d17264f424be56d7a481856da2e3e29ebe4aa22cdae3f84b4057de86c40e27d5 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-27T14:21:27.096Z] ===================================================== [Pipeline] echo [2024-05-27T14:21:27.108Z] taggedImages: [2024-05-27T14:21:27.108Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add [2024-05-27T14:21:27.108Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest [2024-05-27T14:21:27.108Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.21 [2024-05-27T14:21:27.108Z] - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:7dd5e1644aef7b0a5b71c8eb14939268829d1add-3.2.0-dev.21 [2024-05-27T14:21:27.108Z] - 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 [2024-05-27T14:21:27.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-27T14:21:27.482Z] [2024-05-27T14:21:27.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:21:27.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-27T14:21:27.813Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-27T14:21:27.813Z] 8998bd30e6a1: Pulling fs layer [2024-05-27T14:21:27.813Z] 04944245beec: Pulling fs layer [2024-05-27T14:21:27.813Z] 699f458cf7ca: Pulling fs layer [2024-05-27T14:21:27.813Z] 765212b225bb: Pulling fs layer [2024-05-27T14:21:27.813Z] f23df028b6ca: Pulling fs layer [2024-05-27T14:21:27.813Z] d65c8cfc05b1: Pulling fs layer [2024-05-27T14:21:27.813Z] 2437ff75d9bd: Pulling fs layer [2024-05-27T14:21:27.813Z] f23df028b6ca: Waiting [2024-05-27T14:21:27.813Z] 765212b225bb: Waiting [2024-05-27T14:21:27.813Z] d65c8cfc05b1: Waiting [2024-05-27T14:21:27.813Z] 2437ff75d9bd: Waiting [2024-05-27T14:21:28.078Z] 04944245beec: Verifying Checksum [2024-05-27T14:21:28.078Z] 04944245beec: Download complete [2024-05-27T14:21:28.078Z] 765212b225bb: Verifying Checksum [2024-05-27T14:21:28.078Z] 765212b225bb: Download complete [2024-05-27T14:21:28.078Z] f23df028b6ca: Verifying Checksum [2024-05-27T14:21:28.078Z] f23df028b6ca: Download complete [2024-05-27T14:21:28.078Z] d65c8cfc05b1: Verifying Checksum [2024-05-27T14:21:28.078Z] d65c8cfc05b1: Download complete [2024-05-27T14:21:28.343Z] 699f458cf7ca: Verifying Checksum [2024-05-27T14:21:28.343Z] 699f458cf7ca: Download complete [2024-05-27T14:21:28.608Z] 8998bd30e6a1: Verifying Checksum [2024-05-27T14:21:28.608Z] 8998bd30e6a1: Download complete [2024-05-27T14:21:31.177Z] 2437ff75d9bd: Verifying Checksum [2024-05-27T14:21:31.177Z] 2437ff75d9bd: Download complete [2024-05-27T14:21:33.761Z] 8998bd30e6a1: Pull complete [2024-05-27T14:21:34.026Z] 04944245beec: Pull complete [2024-05-27T14:21:35.958Z] 699f458cf7ca: Pull complete [2024-05-27T14:21:35.958Z] 765212b225bb: Pull complete [2024-05-27T14:21:36.917Z] f23df028b6ca: Pull complete [2024-05-27T14:21:37.183Z] d65c8cfc05b1: Pull complete [2024-05-27T14:21:55.374Z] 2437ff75d9bd: Pull complete [2024-05-27T14:21:55.374Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-27T14:21:55.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-27T14:21:55.374Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:21:55.580Z] prd-ubuntu20.04-docker-arm64-4c-16g-869 does not seem to be running inside a container [2024-05-27T14:21:55.634Z] $ 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 [2024-05-27T14:21:58.381Z] $ docker top fa44322e1895717e673934577bb2ade9c973e8ffc1cb2aca585bfc3d63b8e09c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:21:59.201Z] ---> job-cost.sh [2024-05-27T14:21:59.201Z] lf-activate-venv: SKIPPING [2024-05-27T14:21:59.201Z] INFO: No Stack... [2024-05-27T14:21:59.467Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-27T14:22:00.420Z] INFO: Archiving Costs [Pipeline] sh [2024-05-27T14:22:01.047Z] + cat /w/workspace/app-rfid-llrp-inventory/174/archives/cost.csv [2024-05-27T14:22:01.047Z] + cut -d, -f6 [Pipeline] lock [2024-05-27T14:22:01.097Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [2024-05-27T14:22:01.109Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] did not exist. Created. [2024-05-27T14:22:01.118Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-27T14:22:01.774Z] /w/workspace/app-rfid-llrp-inventory/174@tmp/durable-9dd9f365/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-05-27T14:22:02.416Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-27T14:22:02.440Z] Warning: overwriting stash ‘stack-cost’ [2024-05-27T14:22:02.499Z] Stashed 1 file(s) [Pipeline] } [2024-05-27T14:22:02.508Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-174-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-27T14:22:02.532Z] $ docker stop --time=1 fa44322e1895717e673934577bb2ade9c973e8ffc1cb2aca585bfc3d63b8e09c [2024-05-27T14:22:04.545Z] $ 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 [2024-05-27T14:22:05.006Z] provisioning config files... [2024-05-27T14:22:05.014Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14234463801042539526tmp [Pipeline] { [Pipeline] sh [2024-05-27T14:22:05.312Z] + set +x [2024-05-27T14:22:05.312Z] + curl -s https://codecov.io/bash [2024-05-27T14:22:05.312Z] + bash -s -- [2024-05-27T14:22:05.312Z] [2024-05-27T14:22:05.312Z] _____ _ [2024-05-27T14:22:05.312Z] / ____| | | [2024-05-27T14:22:05.312Z] | | ___ __| | ___ ___ _____ __ [2024-05-27T14:22:05.312Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-05-27T14:22:05.312Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-05-27T14:22:05.312Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-05-27T14:22:05.312Z] Bash-1.0.6 [2024-05-27T14:22:05.312Z] [2024-05-27T14:22:05.312Z] [2024-05-27T14:22:05.312Z] ==> git version 2.25.1 found [2024-05-27T14:22:05.312Z] ==> 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 [2024-05-27T14:22:05.312Z] Release-Date: 2020-01-08 [2024-05-27T14:22:05.312Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-05-27T14:22:05.312Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-05-27T14:22:05.312Z] ==> Jenkins CI detected. [2024-05-27T14:22:05.312Z] current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main [2024-05-27T14:22:05.312Z] project root: . [2024-05-27T14:22:05.312Z] --> token set from env [2024-05-27T14:22:05.312Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-05-27T14:22:05.312Z] ==> Running gcov in . (disable via -X gcov) [2024-05-27T14:22:05.312Z] ==> Python coveragepy not found [2024-05-27T14:22:05.312Z] ==> Searching for coverage reports in: [2024-05-27T14:22:05.312Z] + . [2024-05-27T14:22:05.574Z] -> Found 1 reports [2024-05-27T14:22:05.574Z] ==> Detecting git/mercurial file structure [2024-05-27T14:22:05.574Z] ==> Reading reports [2024-05-27T14:22:05.574Z] + ./coverage.out bytes=41317 [2024-05-27T14:22:05.574Z] ==> Appending adjustments [2024-05-27T14:22:05.574Z] https://docs.codecov.io/docs/fixing-reports [2024-05-27T14:22:05.574Z] + Found adjustments [2024-05-27T14:22:05.574Z] ==> Gzipping contents [2024-05-27T14:22:05.574Z] 12K /tmp/codecov.AQqlmG.gz [2024-05-27T14:22:05.574Z] ==> Uploading reports [2024-05-27T14:22:05.574Z] url: https://codecov.io [2024-05-27T14:22:05.574Z] 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= [2024-05-27T14:22:05.574Z] -> Pinging Codecov [2024-05-27T14:22:05.574Z] 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= [2024-05-27T14:22:05.833Z] -> Uploading to [2024-05-27T14:22:05.833Z] 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 [2024-05-27T14:22:05.833Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-27T14:22:05.833Z] Dload Upload Total Spent Left Speed [2024-05-27T14:22:06.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11609 0 0 100 11609 0 48370 --:--:-- --:--:-- --:--:-- 48370 [2024-05-27T14:22:06.092Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/7dd5e1644aef7b0a5b71c8eb14939268829d1add [Pipeline] } [2024-05-27T14:22:06.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-05-27T14:22:06.228Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-05-27T14:22:06.241Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:22:06.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-27T14:22:06.554Z] [2024-05-27T14:22:06.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:22:06.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-27T14:22:06.851Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-05-27T14:22:06.851Z] 619be1103602: Already exists [2024-05-27T14:22:06.851Z] f8ea3408117e: Pulling fs layer [2024-05-27T14:22:06.851Z] 91320369b822: Pulling fs layer [2024-05-27T14:22:06.851Z] 0406650e8295: Pulling fs layer [2024-05-27T14:22:06.851Z] 4f4fb700ef54: Pulling fs layer [2024-05-27T14:22:06.851Z] 96d80e3f36e1: Pulling fs layer [2024-05-27T14:22:06.851Z] bcf3aedb951c: Pulling fs layer [2024-05-27T14:22:06.851Z] 4f4fb700ef54: Waiting [2024-05-27T14:22:06.851Z] 96d80e3f36e1: Waiting [2024-05-27T14:22:06.851Z] bcf3aedb951c: Waiting [2024-05-27T14:22:06.851Z] 0406650e8295: Download complete [2024-05-27T14:22:06.851Z] f8ea3408117e: Verifying Checksum [2024-05-27T14:22:06.851Z] 4f4fb700ef54: Verifying Checksum [2024-05-27T14:22:06.851Z] 4f4fb700ef54: Download complete [2024-05-27T14:22:06.851Z] f8ea3408117e: Pull complete [2024-05-27T14:22:07.110Z] 96d80e3f36e1: Verifying Checksum [2024-05-27T14:22:07.110Z] 96d80e3f36e1: Download complete [2024-05-27T14:22:07.367Z] 91320369b822: Verifying Checksum [2024-05-27T14:22:07.368Z] 91320369b822: Download complete [2024-05-27T14:22:07.931Z] bcf3aedb951c: Verifying Checksum [2024-05-27T14:22:07.931Z] bcf3aedb951c: Download complete [2024-05-27T14:22:10.458Z] 91320369b822: Pull complete [2024-05-27T14:22:10.458Z] 0406650e8295: Pull complete [2024-05-27T14:22:10.458Z] 4f4fb700ef54: Pull complete [2024-05-27T14:22:10.715Z] 96d80e3f36e1: Pull complete [2024-05-27T14:22:14.025Z] bcf3aedb951c: Pull complete [2024-05-27T14:22:14.025Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-05-27T14:22:14.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-27T14:22:14.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:22:14.130Z] prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container [2024-05-27T14:22:14.165Z] $ 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 [2024-05-27T14:22:17.781Z] $ docker top c5ee3d6b4df4edc893acffcbb8880d8514e66e23a45dc641f127397307f739d7 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-05-27T14:22:17.854Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh [2024-05-27T14:22:18.131Z] + set -o pipefail [2024-05-27T14:22:18.131Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' [2024-05-27T14:22:24.779Z] [2024-05-27T14:22:24.779Z] Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main... [2024-05-27T14:22:24.779Z] [2024-05-27T14:22:24.779Z] 'go list -json -deps ./...' command failed with error: go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.20 [2024-05-27T14:22:24.779Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v3 v3.2.0-dev.36 [2024-05-27T14:22:24.779Z] go: downloading github.com/google/uuid v1.6.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/labstack/echo/v4 v4.11.4 [2024-05-27T14:22:24.780Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v3 v3.2.0-dev.32 [2024-05-27T14:22:24.780Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.20 [2024-05-27T14:22:24.780Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.8 [2024-05-27T14:22:24.780Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2024-05-27T14:22:24.780Z] go: downloading github.com/labstack/gommon v0.4.2 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/crypto v0.23.0 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/net v0.25.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-kit/log v0.2.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-playground/validator/v10 v10.20.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/fxamacker/cbor/v2 v2.6.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 [2024-05-27T14:22:24.780Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.7 [2024-05-27T14:22:24.780Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 [2024-05-27T14:22:24.780Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2024-05-27T14:22:24.780Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2024-05-27T14:22:24.780Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2024-05-27T14:22:24.780Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2024-05-27T14:22:24.780Z] go: downloading github.com/diegoholiveira/jsonlogic/v3 v3.5.3 [2024-05-27T14:22:24.780Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2024-05-27T14:22:24.780Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/sdk-golang v0.23.37 [2024-05-27T14:22:24.780Z] go: downloading github.com/sirupsen/logrus v1.9.3 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/x448/float16 v0.8.4 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/consul/api v1.28.3 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/text v0.15.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.7 [2024-05-27T14:22:24.780Z] go: downloading github.com/gorilla/websocket v1.5.1 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/sync v0.7.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/sys v0.20.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df [2024-05-27T14:22:24.780Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/time v0.5.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/runtime v0.28.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/strfmt v0.23.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-resty/resty/v2 v2.13.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/edge-api v0.26.19 [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/foundation/v2 v2.0.45 [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/identity v1.0.77 [2024-05-27T14:22:24.780Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/pkg/errors v0.9.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/zitadel/oidc/v2 v2.12.0 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/oauth2 v0.20.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/kataras/go-events v0.0.3 [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/channel/v2 v2.0.130 [2024-05-27T14:22:24.780Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/metrics v1.2.54 [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/secretstream v0.1.20 [2024-05-27T14:22:24.780Z] go: downloading github.com/openziti/transport/v2 v2.0.133 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2024-05-27T14:22:24.780Z] go: downloading github.com/spf13/cast v1.6.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/serf v0.10.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-05-27T14:22:24.780Z] go: downloading google.golang.org/grpc v1.60.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/errors v0.22.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/oklog/ulid v1.3.1 [2024-05-27T14:22:24.780Z] go: downloading go.mongodb.org/mongo-driver v1.15.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/swag v0.23.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2024-05-27T14:22:24.780Z] go: downloading go.opentelemetry.io/otel v1.25.0 [2024-05-27T14:22:24.780Z] go: downloading go.opentelemetry.io/otel/trace v1.25.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2024-05-27T14:22:24.780Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/validate v0.24.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/fsnotify/fsnotify v1.7.0 [2024-05-27T14:22:24.780Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/gorilla/securecookie v1.1.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/gorilla/schema v1.2.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.4 [2024-05-27T14:22:24.780Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2024-05-27T14:22:24.780Z] go: downloading github.com/golang/protobuf v1.5.4 [2024-05-27T14:22:24.780Z] go: downloading google.golang.org/protobuf v1.34.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-jose/go-jose/v3 v3.0.3 [2024-05-27T14:22:24.780Z] go: downloading github.com/fatih/color v1.16.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/armon/go-metrics v0.4.1 [2024-05-27T14:22:24.780Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/analysis v0.23.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/loads v0.22.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/spec v0.21.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/mailru/easyjson v0.7.7 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-logr/logr v1.4.1 [2024-05-27T14:22:24.780Z] go: downloading go.opentelemetry.io/otel/metric v1.25.0 [2024-05-27T14:22:24.780Z] go: downloading golang.org/x/term v0.20.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/jsonpointer v0.21.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/josharian/intern v1.0.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-logr/stdr v1.2.2 [2024-05-27T14:22:24.780Z] go: downloading github.com/go-openapi/jsonreference v0.21.0 [2024-05-27T14:22:24.780Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2024-05-27T14:22:24.780Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2024-05-27T14:22:24.780Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2024-05-27T14:22:24.780Z] error obtaining VCS status: exit status 128 [2024-05-27T14:22:24.780Z] Use -buildvcs=false to disable VCS stamping. [2024-05-27T14:22:24.780Z] [Pipeline] } [2024-05-27T14:22:25.419Z] $ docker stop --time=1 c5ee3d6b4df4edc893acffcbb8880d8514e66e23a45dc641f127397307f739d7 [2024-05-27T14:22:30.408Z] $ docker rm -f --volumes c5ee3d6b4df4edc893acffcbb8880d8514e66e23a45dc641f127397307f739d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-05-27T14:22:30.790Z] [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 [2024-05-27T14:22:31.563Z] + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] [2024-05-27T14:22:31.564Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-05-27T14:22:31.564Z] total 16 [2024-05-27T14:22:31.564Z] drwxr-xr-x 3 root root 4096 May 27 14:05 . [2024-05-27T14:22:31.564Z] drwxrwxr-x 12 jenkins jenkins 4096 May 27 14:05 .. [2024-05-27T14:22:31.564Z] drwxr-xr-x 2 root root 4096 May 27 14:05 cost [2024-05-27T14:22:31.564Z] -rw-r--r-- 1 root root 95 May 27 14:05 cost.csv [2024-05-27T14:22:31.564Z] + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-05-27T14:22:31.564Z] + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives [2024-05-27T14:22:31.564Z] total 16 [2024-05-27T14:22:31.564Z] drwxr-xr-x 3 jenkins jenkins 4096 May 27 14:05 . [2024-05-27T14:22:31.564Z] drwxrwxr-x 12 jenkins jenkins 4096 May 27 14:05 .. [2024-05-27T14:22:31.564Z] drwxr-xr-x 2 jenkins jenkins 4096 May 27 14:05 cost [2024-05-27T14:22:31.564Z] -rw-r--r-- 1 jenkins jenkins 95 May 27 14:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:22:31.850Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:22:32.711Z] ---> package-listing.sh [2024-05-27T14:22:32.711Z] ++ facter osfamily [2024-05-27T14:22:32.711Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-27T14:22:32.970Z] + OS_FAMILY=debian [2024-05-27T14:22:32.970Z] + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main [2024-05-27T14:22:32.970Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-27T14:22:32.970Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-27T14:22:32.970Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-27T14:22:32.970Z] + PACKAGES=/tmp/packages_start.txt [2024-05-27T14:22:32.970Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2024-05-27T14:22:32.970Z] + PACKAGES=/tmp/packages_end.txt [2024-05-27T14:22:32.970Z] + case "${OS_FAMILY}" in [2024-05-27T14:22:32.970Z] + dpkg -l [2024-05-27T14:22:32.970Z] + grep '^ii' [2024-05-27T14:22:32.970Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-27T14:22:32.970Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-27T14:22:32.970Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-27T14:22:32.970Z] + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' [2024-05-27T14:22:32.970Z] + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ [2024-05-27T14:22:32.970Z] + 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 [2024-05-27T14:22:32.981Z] 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 [2024-05-27T14:22:33.258Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-27T14:22:33.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-27T14:22:33.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-27T14:22:33.893Z] prd-ubuntu20.04-docker-8c-8g-866 does not seem to be running inside a container [2024-05-27T14:22:33.924Z] $ 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 [2024-05-27T14:22:34.303Z] $ docker top a3dab755ea7102fef89551b4983b9d93979c2c97366dac6061de31fe8552db25 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-27T14:22:34.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-27T14:22:34.933Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-27T14:22:35.219Z] + ls /var/log/sa-host [2024-05-27T14:22:35.219Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-27T14:22:35.298Z] provisioning config files... [2024-05-27T14:22:35.307Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config7151340248108662815tmp [Pipeline] { [Pipeline] echo [2024-05-27T14:22:35.326Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:22:35.609Z] ---> create-netrc.sh [Pipeline] } [2024-05-27T14:22:35.616Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:22:35.951Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-27T14:22:35.961Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:22:36.243Z] ---> sudo-logs.sh [2024-05-27T14:22:36.243Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-27T14:22:36.274Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:22:36.554Z] ---> job-cost.sh [2024-05-27T14:22:36.554Z] lf-activate-venv: SKIPPING [2024-05-27T14:22:36.554Z] DEBUG: total: 0.2199999988079071 [2024-05-27T14:22:36.554Z] INFO: Retrieving Stack Cost... [2024-05-27T14:22:37.121Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-27T14:22:37.384Z] INFO: Archiving Costs [Pipeline] echo [2024-05-27T14:22:37.392Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-27T14:22:37.667Z] ---> logs-deploy.sh [2024-05-27T14:22:37.667Z] lf-activate-venv: SKIPPING [2024-05-27T14:22:37.667Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/174 [2024-05-27T14:22:37.667Z] INFO: archiving workspace using pattern(s): [2024-05-27T14:22:38.603Z] Archives upload complete. [2024-05-27T14:22:38.603Z] INFO: archiving logs to Nexus