Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8e24701cce6496c4ca1a121af8534b5919b9a224 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-ssh14321229329660425249.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh1198950588282006654.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh12677743387110904054.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh4463565482625955323.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-ssh12620967891379640084.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.23 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22731 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 8e24701cce6496c4ca1a121af8534b5919b9a224 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e24701cce6496c4ca1a121af8534b5919b9a224 # timeout=10 Commit message: "Merge pull request #309 from jackchenjc/edgex-go-issue-4916" > git rev-list --no-walk 177adeae7629dfca2237b77997b1ab90b6e46731 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:46:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:46:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:46:27 ========================================================= 08:46:27 EdgeX Global Pipelines Version Info 08:46:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:46:27 ------------------- 08:46:27 stable info: 08:46:27 ------------------- 08:46:27 Commited By: Ginny Guan ginny@iotechsys.com 08:46:27 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 08:46:27 Message: update stable to v1.0.265 08:46:28 ------------------- 08:46:28 experimental info: 08:46:28 ------------------- 08:46:28 Commited By: Cherry Wang cherry@iotechsys.com 08:46:28 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 08:46:28 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:46:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:46:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:46:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:46:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo 08:46:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e24701 [Pipeline] echo 08:46:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:46:29 provisioning config files... 08:46:29 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config13710252720928724491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:46:29 ---> ****-login.sh 08:46:29 nexus3.edgexfoundry.org:10001 08:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:29 Configure a credential helper to remove this warning. See 08:46:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:29 08:46:29 Login Succeeded 08:46:29 nexus3.edgexfoundry.org:10002 08:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:29 Configure a credential helper to remove this warning. See 08:46:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:29 08:46:29 Login Succeeded 08:46:29 nexus3.edgexfoundry.org:10003 08:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:30 Configure a credential helper to remove this warning. See 08:46:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:30 08:46:30 Login Succeeded 08:46:30 nexus3.edgexfoundry.org:10004 08:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:30 Configure a credential helper to remove this warning. See 08:46:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:30 08:46:30 Login Succeeded 08:46:30 ****.io 08:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:30 Configure a credential helper to remove this warning. See 08:46:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:30 08:46:30 Login Succeeded 08:46:30 ---> ****-login.sh ends [Pipeline] } 08:46:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:46:30 + git rev-list -1 --merges 8e24701cce6496c4ca1a121af8534b5919b9a224~1..8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo 08:46:30 -----------> git rev-list -1 --merges 8e24701cce6496c4ca1a121af8534b5919b9a224~1..8e24701cce6496c4ca1a121af8534b5919b9a224 8e24701cce6496c4ca1a121af8534b5919b9a224 08:46:30 8e24701cce6496c4ca1a121af8534b5919b9a224 [false] [Pipeline] sh 08:46:31 + git log --format=format:%s -1 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo 08:46:31 ========================================================= 08:46:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:46:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:46:31 + git log --format=format:%s -1 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] echo 08:46:31 [semverPrep] GIT_COMMIT: 8e24701cce6496c4ca1a121af8534b5919b9a224, Commit Message: Merge pull request #309 from jackchenjc/edgex-go-issue-4916 [Pipeline] echo 08:46:31 [semverPrep] This is not a build commit. [Pipeline] sh 08:46:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:46:31 + grep -v github /etc/ssh/ssh_known_hosts 08:46:31 + [ -e /tmp/ssh_known_hosts ] 08:46:31 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:46:31 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:46:31 + sudo tee -a /etc/ssh/ssh_known_hosts 08:46:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:46:32 08:46:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:46:32 0.1.4: Pulling from edgex-devops/py-git-semver 08:46:32 b85a868b505f: Pulling fs layer 08:46:32 e2be974225ed: Pulling fs layer 08:46:32 339a4e72a1f5: Pulling fs layer 08:46:32 988bab9f4d93: Pulling fs layer 08:46:32 1469e6f7b9e6: Pulling fs layer 08:46:32 eaf3925da568: Pulling fs layer 08:46:32 bab4dde63d76: Pulling fs layer 08:46:32 bde34c3a00c8: Pulling fs layer 08:46:32 b352a97aabf1: Pulling fs layer 08:46:32 4872d77fe225: Pulling fs layer 08:46:32 5851b861e8e6: Pulling fs layer 08:46:32 eaf3925da568: Waiting 08:46:32 1469e6f7b9e6: Waiting 08:46:32 b352a97aabf1: Waiting 08:46:32 4872d77fe225: Waiting 08:46:32 bab4dde63d76: Waiting 08:46:32 bde34c3a00c8: Waiting 08:46:32 5851b861e8e6: Waiting 08:46:32 988bab9f4d93: Waiting 08:46:32 e2be974225ed: Download complete 08:46:32 988bab9f4d93: Verifying Checksum 08:46:32 988bab9f4d93: Download complete 08:46:32 1469e6f7b9e6: Verifying Checksum 08:46:32 1469e6f7b9e6: Download complete 08:46:32 eaf3925da568: Verifying Checksum 08:46:32 eaf3925da568: Download complete 08:46:32 339a4e72a1f5: Verifying Checksum 08:46:32 339a4e72a1f5: Download complete 08:46:32 bde34c3a00c8: Download complete 08:46:32 b352a97aabf1: Verifying Checksum 08:46:32 b352a97aabf1: Download complete 08:46:32 4872d77fe225: Download complete 08:46:32 5851b861e8e6: Verifying Checksum 08:46:32 5851b861e8e6: Download complete 08:46:32 b85a868b505f: Verifying Checksum 08:46:32 b85a868b505f: Download complete 08:46:32 bab4dde63d76: Verifying Checksum 08:46:32 bab4dde63d76: Download complete 08:46:34 b85a868b505f: Pull complete 08:46:34 e2be974225ed: Pull complete 08:46:34 339a4e72a1f5: Pull complete 08:46:34 988bab9f4d93: Pull complete 08:46:34 1469e6f7b9e6: Pull complete 08:46:35 eaf3925da568: Pull complete 08:46:37 bab4dde63d76: Pull complete 08:46:37 bde34c3a00c8: Pull complete 08:46:37 b352a97aabf1: Pull complete 08:46:38 4872d77fe225: Pull complete 08:46:38 5851b861e8e6: Pull complete 08:46:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:46:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:46:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:46:38 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 08:46:38 $ 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 08:46:42 $ docker top b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a -eo pid,comm 08:46:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:46:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:46:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:46:42 [ssh-agent] Looking for ssh-agent implementation... 08:46:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:46:42 $ docker exec b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent 08:46:43 SSH_AUTH_SOCK=/tmp/ssh-Y6sVdvzYmhLr/agent.32 08:46:43 SSH_AGENT_PID=38 08:46:43 Running ssh-add (command line suppressed) 08:46:43 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8908930878039427385.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_8908930878039427385.key) 08:46:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:46:43 + git tag --points-at HEAD [Pipeline] } 08:46:43 $ docker exec --env ******** --env ******** b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent -k 08:46:43 unset SSH_AUTH_SOCK; 08:46:43 unset SSH_AGENT_PID; 08:46:43 echo Agent pid 38 killed; 08:46:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:46:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:46:43 [ssh-agent] Looking for ssh-agent implementation... 08:46:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:46:43 $ docker exec b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent 08:46:43 SSH_AUTH_SOCK=/tmp/ssh-VhMrB4FwNxdh/agent.71 08:46:43 SSH_AGENT_PID=77 08:46:43 Running ssh-add (command line suppressed) 08:46:43 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9293165474099687813.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_9293165474099687813.key) 08:46:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:46:44 + git semver init 08:46:44 2024-10-14 08:46:44,419 [run_init] DEBUG init version:0.0.0 force:False 08:46:44 2024-10-14 08:46:44,420 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver 08:46:44 2024-10-14 08:46:44,420 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/dry_app-rfid-llrp-inventory_main/.semver 08:46:44 2024-10-14 08:46:44,421 [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) 08:46:46 2024-10-14 08:46:46,335 [append_file] DEBUG append to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.git/info/exclude 08:46:46 2024-10-14 08:46:46,335 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:False 08:46:46 2024-10-14 08:46:46,335 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 08:46:46 2024-10-14 08:46:46,336 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 08:46:46 3.2.0-dev.31 [Pipeline] } 08:46:46 $ docker exec --env ******** --env ******** b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a ssh-agent -k 08:46:46 unset SSH_AUTH_SOCK; 08:46:46 unset SSH_AGENT_PID; 08:46:46 echo Agent pid 77 killed; 08:46:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:46:46 + git semver [Pipeline] } 08:46:47 $ docker stop --time=1 b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a 08:46:48 $ docker rm -f --volumes b5383eadea23bb1f5fd3bb0651e6c024787e13391e948b8694ae00e2d2294d1a [Pipeline] // withDockerContainer [Pipeline] sh 08:46:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:46:48 Stashed 1 file(s) [Pipeline] echo 08:46:48 [edgeXSemver]: initialized semver on version 3.2.0-dev.31 [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 08:46:49 provisioning config files... 08:46:49 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14213643830583848974tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:46:49 ---> ****-login.sh 08:46:49 nexus3.edgexfoundry.org:10001 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 nexus3.edgexfoundry.org:10002 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 nexus3.edgexfoundry.org:10003 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 nexus3.edgexfoundry.org:10004 08:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:49 Configure a credential helper to remove this warning. See 08:46:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:49 08:46:49 Login Succeeded 08:46:49 ****.io 08:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:46:50 Configure a credential helper to remove this warning. See 08:46:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:46:50 08:46:50 Login Succeeded 08:46:50 ---> ****-login.sh ends [Pipeline] } 08:46:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:46:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:46:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:46:50 ========================================================= 08:46:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 08:46:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:50 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 08:46:50 Sending build context to Docker daemon 19.97MB 08:46:50 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 08:46:50 Step 2/12 : FROM ${BASE} AS builder 08:46:50 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 08:46:50 43c4264eed91: Pulling fs layer 08:46:50 4cc291be95ef: Pulling fs layer 08:46:50 2ac1f1163629: Pulling fs layer 08:46:50 5c3c966382ef: Pulling fs layer 08:46:50 4f4fb700ef54: Pulling fs layer 08:46:50 5d5c8e513c77: Pulling fs layer 08:46:50 9f66e0745190: Pulling fs layer 08:46:50 f49a43e4bbc0: Pulling fs layer 08:46:50 561ebcabdf7f: Pulling fs layer 08:46:50 5c3c966382ef: Waiting 08:46:50 4f4fb700ef54: Waiting 08:46:50 f49a43e4bbc0: Waiting 08:46:50 9f66e0745190: Waiting 08:46:50 4cc291be95ef: Download complete 08:46:50 5c3c966382ef: Verifying Checksum 08:46:50 5c3c966382ef: Download complete 08:46:50 4f4fb700ef54: Verifying Checksum 08:46:50 4f4fb700ef54: Download complete 08:46:50 43c4264eed91: Verifying Checksum 08:46:50 43c4264eed91: Download complete 08:46:50 5d5c8e513c77: Download complete 08:46:50 9f66e0745190: Verifying Checksum 08:46:50 9f66e0745190: Download complete 08:46:51 43c4264eed91: Pull complete 08:46:51 561ebcabdf7f: Download complete 08:46:51 4cc291be95ef: Pull complete 08:46:51 2ac1f1163629: Download complete 08:46:51 f49a43e4bbc0: Verifying Checksum 08:46:51 f49a43e4bbc0: Download complete 08:46:54 2ac1f1163629: Pull complete 08:46:54 5c3c966382ef: Pull complete 08:46:54 4f4fb700ef54: Pull complete 08:46:54 5d5c8e513c77: Pull complete 08:46:54 9f66e0745190: Pull complete 08:46:57 f49a43e4bbc0: Pull complete 08:46:57 561ebcabdf7f: Pull complete 08:46:57 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 08:46:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:46:57 ---> 3a752c3f9dda 08:46:57 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 08:47:02 ---> Running in eb2b5f2e9cf2 08:47:02 Removing intermediate container eb2b5f2e9cf2 08:47:02 ---> e0e3a932c1e1 08:47:02 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:47:02 ---> Running in c091f67033ae 08:47:02 Removing intermediate container c091f67033ae 08:47:02 ---> 87056b540fa9 08:47:02 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:47:02 ---> Running in 297ca93eff22 08:47:02 Removing intermediate container 297ca93eff22 08:47:02 ---> b151ffc0ee85 08:47:02 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:47:02 ---> Running in 85645601d161 08:47:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:47:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:47:03 OK: 246 MiB in 54 packages 08:47:03 Removing intermediate container 85645601d161 08:47:03 ---> 62700379004e 08:47:03 Step 7/12 : WORKDIR /app 08:47:03 ---> Running in 6a6f786a81b7 08:47:03 Removing intermediate container 6a6f786a81b7 08:47:03 ---> 8b9ce56fd5a1 08:47:03 Step 8/12 : COPY go.mod vendor* ./ 08:47:03 ---> 88b342e97128 08:47:03 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:47:03 ---> Running in 479586145fe6 08:47:04 Still waiting to schedule task 08:47:04 ‘prd-ubuntu20.04-docker-arm64-4c-16g-22721’ is offline 08:47:04 ‘prd-ubuntu20.04-docker-arm64-4c-16g-22733’ is offline 08:48:11 Removing intermediate container 479586145fe6 08:48:11 ---> 940500d78119 08:48:11 Step 10/12 : COPY . . 08:48:12 ---> abe5adeb5fa2 08:48:12 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:48:12 ---> Running in 46b0fdad8ccc 08:48:12 Removing intermediate container 46b0fdad8ccc 08:48:12 ---> e47ec3d50455 08:48:12 Step 12/12 : RUN $MAKE 08:48:13 ---> Running in 93da918562bd 08:48:14 noop 08:48:15 Removing intermediate container 93da918562bd 08:48:15 ---> a5324496c2cb 08:48:15 Successfully built a5324496c2cb 08:48:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:15 + docker inspect -f . ci-base-image-x86_64 08:48:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:15 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 08:48:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:48:16 $ docker top 1774eb37253c94b9d9521abeda5a8cf93222c076137fb0d2cb12602c5b49e05e -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:16 + go version 08:48:16 go version go1.23.2 linux/amd64 [Pipeline] } 08:48:16 $ docker stop --time=1 1774eb37253c94b9d9521abeda5a8cf93222c076137fb0d2cb12602c5b49e05e 08:48:18 $ docker rm -f --volumes 1774eb37253c94b9d9521abeda5a8cf93222c076137fb0d2cb12602c5b49e05e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:48:18 + docker inspect -f . ci-base-image-x86_64 08:48:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:48:18 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 08:48:18 $ 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 08:48:19 $ docker top 110a48c499eb1f24c90dc65d0650698dc7caeca1e99e4b05b5a04aa6f1c37ec3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:20 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] fileExists [Pipeline] sh 08:48:20 + make test 08:48:20 go test -race ./... -coverprofile=coverage.out ./... 08:48:52 edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements 08:48:52 edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements 08:48:52 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.165s coverage: 86.2% of statements 08:48:55 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.663s coverage: 71.9% of statements 08:49:33 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22736 in /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] { [Pipeline] ws 08:49:33 Running in /w/workspace/app-rfid-llrp-inventory/185 [Pipeline] { 08:49:33 go vet ./... [Pipeline] checkout 08:49:34 The recommended git tool is: git 08:49:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:49:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:49:37 ./bin/test-attribution.sh [Pipeline] echo 08:49:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:49:37 $ docker stop --time=1 110a48c499eb1f24c90dc65d0650698dc7caeca1e99e4b05b5a04aa6f1c37ec3 08:49:41 using credential edgex-jenkins-ssh 08:49:41 Cloning the remote Git repository 08:49:41 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:49:41 > git init /w/workspace/app-rfid-llrp-inventory/185 # timeout=10 08:49:42 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:49:42 > git --version # timeout=10 08:49:42 > git --version # 'git version 2.25.1' 08:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 08:49:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:49:47 $ docker rm -f --volumes 110a48c499eb1f24c90dc65d0650698dc7caeca1e99e4b05b5a04aa6f1c37ec3 [Pipeline] // withDockerContainer [Pipeline] sh 08:49:46 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 08:49:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:49:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:49:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:49:48 Avoid second fetch 08:49:48 Checking out Revision 8e24701cce6496c4ca1a121af8534b5919b9a224 (main) 08:49:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:49:48 + ls -al . 08:49:48 total 296 08:49:48 drwxrwxr-x 11 jenkins jenkins 4096 Oct 14 08:48 . 08:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:46 .. 08:49:48 -rw-rw-r-- 1 jenkins jenkins 262 Oct 14 08:46 .dockerignore 08:49:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:48 .git 08:49:48 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:46 .github 08:49:48 -rw-rw-r-- 1 jenkins jenkins 773 Oct 14 08:46 .gitignore 08:49:48 -rw-rw-r-- 1 jenkins jenkins 200 Oct 14 08:46 .golangci.yml 08:49:48 drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:46 .semver 08:49:48 -rw-rw-r-- 1 jenkins jenkins 20300 Oct 14 08:46 Attribution.txt 08:49:48 -rw-rw-r-- 1 jenkins jenkins 11245 Oct 14 08:46 CHANGELOG.md 08:49:48 -rw-rw-r-- 1 jenkins jenkins 1768 Oct 14 08:46 Dockerfile 08:49:48 -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:46 GOVERNANCE.md 08:49:48 -rw-rw-r-- 1 jenkins jenkins 665 Oct 14 08:46 Jenkinsfile 08:49:48 -rw-rw-r-- 1 jenkins jenkins 11347 Oct 14 08:46 LICENSE 08:49:48 -rw-rw-r-- 1 jenkins jenkins 3040 Oct 14 08:46 Makefile 08:49:48 -rw-rw-r-- 1 jenkins jenkins 617 Oct 14 08:46 OWNERS.md 08:49:48 -rw-rw-r-- 1 jenkins jenkins 3851 Oct 14 08:46 README.md 08:49:48 -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:46 VERSION 08:49:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:46 bin 08:49:48 -rw-r--r-- 1 jenkins jenkins 55696 Oct 14 08:48 coverage.out 08:49:48 -rw-rw-r-- 1 jenkins jenkins 7508 Oct 14 08:46 go.mod 08:49:48 -rw-rw-r-- 1 jenkins jenkins 100922 Oct 14 08:46 go.sum 08:49:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:46 images 08:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:46 internal 08:49:48 -rw-rw-r-- 1 jenkins jenkins 531 Oct 14 08:46 main.go 08:49:48 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:46 openapi 08:49:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:46 res 08:49:48 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:46 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:49 + 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=8e24701cce6496c4ca1a121af8534b5919b9a224 --label arch=amd64 --label version=3.2.0-dev.31 . 08:49:49 Sending build context to Docker daemon 19.97MB 08:49:49 Step 1/30 : ARG BASE=golang:1.23-alpine3.20 08:49:49 Step 2/30 : FROM ${BASE} AS builder 08:49:49 ---> a5324496c2cb 08:49:49 Step 3/30 : ARG ALPINE_PKG_BASE="make git" 08:49:48 > git config core.sparsecheckout # timeout=10 08:49:48 > git checkout -f 8e24701cce6496c4ca1a121af8534b5919b9a224 # timeout=10 08:49:49 Commit message: "Merge pull request #309 from jackchenjc/edgex-go-issue-4916" 08:49:49 ---> Running in ccfbaef43b19 08:49:49 Removing intermediate container ccfbaef43b19 08:49:49 ---> 4ee47dbdb062 08:49:49 Step 4/30 : ARG ALPINE_PKG_EXTRA="" 08:49:49 ---> Running in 801a2bfd3fda 08:49:49 Removing intermediate container 801a2bfd3fda 08:49:49 ---> b832e842a3b1 08:49:49 Step 5/30 : ARG ADD_BUILD_TAGS="" 08:49:49 ---> Running in c0eef6c299b9 08:49:49 Removing intermediate container c0eef6c299b9 08:49:49 ---> b2310ae9778a 08:49:49 Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:49:49 ---> Running in c477e9c72137 08:49:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:49:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:49:50 OK: 246 MiB in 54 packages 08:49:50 Removing intermediate container c477e9c72137 08:49:50 ---> 973bbbe96b43 08:49:50 Step 7/30 : WORKDIR /app 08:49:51 ---> Running in 19906de7ba54 08:49:51 Removing intermediate container 19906de7ba54 08:49:51 ---> 6e7f9d28e5ef 08:49:51 Step 8/30 : COPY go.mod vendor* ./ 08:49:51 ---> 1642d1025f0e 08:49:51 Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:49:51 ---> Running in e84773d1706b 08:49:51 Removing intermediate container e84773d1706b 08:49:51 ---> c041a162bb38 08:49:51 Step 10/30 : COPY . . 08:49:52 ---> 3a55b5da7c6b 08:49:52 Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:49:52 ---> Running in 53d434730f47 08:49:52 Removing intermediate container 53d434730f47 08:49:52 ---> fac3331f3173 08:49:52 Step 12/30 : RUN $MAKE 08:49:52 ---> Running in e81bcf97f41c 08:49:53 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.31 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.2.0-dev.31" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o app-rfid-llrp-inventory [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:49:54 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:49:54 % Total % Received % Xferd Average Speed Time Time Time Current 08:49:54 Dload Upload Total Spent Left Speed 08:49:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 184k 0 --:--:-- --:--:-- --:--:-- 184k [Pipeline] sh 08:49:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:49:55 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:49:55 + sudo tee /etc/docker/daemon.new 08:49:55 { 08:49:55 "registry-mirrors": [ 08:49:55 "https://nexus3.edgexfoundry.org:10001" 08:49:55 ], 08:49:55 "bip": "10.250.0.254/24", 08:49:55 "hosts": [ 08:49:55 "tcp://0.0.0.0:5555", 08:49:55 "unix:///var/run/docker.sock" 08:49:55 ], 08:49:55 "mtu": 1458, 08:49:55 "selinux-enabled": true, 08:49:55 "seccomp-profile": "/etc/docker/seccomp.json" 08:49:55 } [Pipeline] sh 08:49:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:49:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:50:14 provisioning config files... 08:50:14 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/185@tmp/config9513623938392193765tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:15 ---> ****-login.sh 08:50:15 nexus3.edgexfoundry.org:10001 08:50:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:16 Configure a credential helper to remove this warning. See 08:50:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:16 08:50:16 Login Succeeded 08:50:16 nexus3.edgexfoundry.org:10002 08:50:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:16 Configure a credential helper to remove this warning. See 08:50:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:16 08:50:16 Login Succeeded 08:50:16 nexus3.edgexfoundry.org:10003 08:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:17 Configure a credential helper to remove this warning. See 08:50:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:17 08:50:17 Login Succeeded 08:50:17 nexus3.edgexfoundry.org:10004 08:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:17 Configure a credential helper to remove this warning. See 08:50:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:17 08:50:17 Login Succeeded 08:50:17 ****.io 08:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:18 Configure a credential helper to remove this warning. See 08:50:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:18 08:50:18 Login Succeeded 08:50:18 ---> ****-login.sh ends [Pipeline] } 08:50:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:50:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:50:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:50:19 ========================================================= 08:50:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 08:50:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:19 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 08:50:20 Sending build context to Docker daemon 684.5kB 08:50:20 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 08:50:20 Step 2/12 : FROM ${BASE} AS builder 08:50:20 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:50:20 cf04c63912e1: Pulling fs layer 08:50:20 55b35a11ae5e: Pulling fs layer 08:50:20 a37a00ec5f00: Pulling fs layer 08:50:20 50b3750afda1: Pulling fs layer 08:50:20 4f4fb700ef54: Pulling fs layer 08:50:20 80978eb59214: Pulling fs layer 08:50:20 c9f46d7d2bd2: Pulling fs layer 08:50:20 c5a475d317c9: Pulling fs layer 08:50:20 4f4fb700ef54: Waiting 08:50:20 80978eb59214: Waiting 08:50:20 c9f46d7d2bd2: Waiting 08:50:20 c5a475d317c9: Waiting 08:50:20 50b3750afda1: Waiting 08:50:20 55b35a11ae5e: Verifying Checksum 08:50:20 55b35a11ae5e: Download complete 08:50:20 50b3750afda1: Verifying Checksum 08:50:20 50b3750afda1: Download complete 08:50:20 cf04c63912e1: Verifying Checksum 08:50:20 cf04c63912e1: Download complete 08:50:20 80978eb59214: Verifying Checksum 08:50:20 80978eb59214: Download complete 08:50:20 4f4fb700ef54: Verifying Checksum 08:50:20 4f4fb700ef54: Download complete 08:50:22 cf04c63912e1: Pull complete 08:50:22 c5a475d317c9: Verifying Checksum 08:50:22 c5a475d317c9: Download complete 08:50:22 55b35a11ae5e: Pull complete 08:50:23 a37a00ec5f00: Verifying Checksum 08:50:23 a37a00ec5f00: Download complete 08:50:24 c9f46d7d2bd2: Verifying Checksum 08:50:24 c9f46d7d2bd2: Download complete 08:50:31 Removing intermediate container e81bcf97f41c 08:50:31 ---> 8f87da235b75 08:50:31 Step 13/30 : FROM alpine:3.20 08:50:31 3.20: Pulling from library/alpine 08:50:32 43c4264eed91: Already exists 08:50:32 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 08:50:32 Status: Downloaded newer image for alpine:3.20 08:50:32 ---> 91ef0af61f39 08:50:32 Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 08:50:32 ---> Running in 50a36131e100 08:50:33 Removing intermediate container 50a36131e100 08:50:33 ---> 2b9153e9b657 08:50:33 Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 08:50:33 ---> Running in a9a9cef4fa71 08:50:33 Removing intermediate container a9a9cef4fa71 08:50:33 ---> 1428cf47d7da 08:50:33 Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init 08:50:33 ---> Running in 3b2556a8b035 08:50:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:50:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:50:34 (1/2) Installing ca-certificates (20240705-r0) 08:50:34 (2/2) Installing dumb-init (1.2.5-r3) 08:50:34 Executing busybox-1.36.1-r29.trigger 08:50:34 Executing ca-certificates-20240705-r0.trigger 08:50:34 OK: 9 MiB in 16 packages 08:50:35 Removing intermediate container 3b2556a8b035 08:50:35 ---> bb84460b185f 08:50:35 Step 17/30 : RUN apk --no-cache upgrade 08:50:35 ---> Running in 9ea9be0eddf2 08:50:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:50:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:50:35 Upgrading critical system libraries and apk-tools: 08:50:35 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 08:50:35 Executing busybox-1.36.1-r29.trigger 08:50:36 Continuing the upgrade transaction with new apk-tools: 08:50:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:50:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:50:36 OK: 9 MiB in 16 packages 08:50:36 Removing intermediate container 9ea9be0eddf2 08:50:36 ---> 4cb09559ba04 08:50:36 Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt 08:50:36 ---> c93c88362451 08:50:36 Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE 08:50:36 ---> dfa0a461efcd 08:50:36 Step 20/30 : COPY --from=builder /app/res/ /res/ 08:50:36 ---> cbcfa084a6b2 08:50:36 Step 21/30 : COPY --from=builder /app/static/ /static/ 08:50:37 ---> fbfb21eb3639 08:50:37 Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 08:50:39 ---> c89137ff59a8 08:50:39 Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 08:50:39 ---> Running in 449143d1fad5 08:50:39 Removing intermediate container 449143d1fad5 08:50:39 ---> 5e80dcb94749 08:50:39 Step 24/30 : VOLUME /cache 08:50:39 ---> Running in 2c7e6a9bf133 08:50:39 Removing intermediate container 2c7e6a9bf133 08:50:39 ---> cdabffc6b2bb 08:50:39 Step 25/30 : EXPOSE 59711 08:50:39 ---> Running in bfcb64d5679a 08:50:39 Removing intermediate container bfcb64d5679a 08:50:39 ---> 4567fc953d14 08:50:39 Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 08:50:39 ---> Running in 1878e82e673a 08:50:39 Removing intermediate container 1878e82e673a 08:50:39 ---> c25ce145b3c5 08:50:39 Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 08:50:39 ---> Running in 689706bc18b3 08:50:39 Removing intermediate container 689706bc18b3 08:50:39 ---> e7439eb53f93 08:50:39 Step 28/30 : LABEL arch=amd64 08:50:39 ---> Running in b9e09b2640ad 08:50:39 a37a00ec5f00: Pull complete 08:50:39 50b3750afda1: Pull complete 08:50:39 4f4fb700ef54: Pull complete 08:50:39 80978eb59214: Pull complete 08:50:39 Removing intermediate container b9e09b2640ad 08:50:39 ---> 90b2e0a4939b 08:50:39 Step 29/30 : LABEL git_sha=8e24701cce6496c4ca1a121af8534b5919b9a224 08:50:39 ---> Running in c23c538521ab 08:50:40 Removing intermediate container c23c538521ab 08:50:40 ---> a2c23c4fe3cf 08:50:40 Step 30/30 : LABEL version=3.2.0-dev.31 08:50:40 ---> Running in a107fb3a8183 08:50:41 Removing intermediate container a107fb3a8183 08:50:41 ---> 442c1c7d2103 08:50:41 [Warning] One or more build-args [ARCH] were not consumed 08:50:41 Successfully built 442c1c7d2103 08:50:41 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 08:50:41 provisioning config files... 08:50:41 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config14920392355467618053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:41 ---> ****-login.sh 08:50:41 nexus3.edgexfoundry.org:10001 08:50:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:41 Configure a credential helper to remove this warning. See 08:50:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:41 08:50:41 Login Succeeded 08:50:41 nexus3.edgexfoundry.org:10002 08:50:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:41 Configure a credential helper to remove this warning. See 08:50:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:41 08:50:41 Login Succeeded 08:50:42 nexus3.edgexfoundry.org:10003 08:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:42 Configure a credential helper to remove this warning. See 08:50:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:42 08:50:42 Login Succeeded 08:50:42 nexus3.edgexfoundry.org:10004 08:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:42 Configure a credential helper to remove this warning. See 08:50:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:42 08:50:42 Login Succeeded 08:50:42 ****.io 08:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:42 Configure a credential helper to remove this warning. See 08:50:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:42 08:50:42 Login Succeeded 08:50:42 ---> ****-login.sh ends [Pipeline] } 08:50:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:50:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:50:42 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory with the following tags: 08:50:42 8e24701cce6496c4ca1a121af8534b5919b9a224 08:50:42 latest 08:50:42 3.2.0-dev.31 08:50:42 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 08:50:42 main 08:50:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:42 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:43 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224 08:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 08:50:43 358c7c278fec: Preparing 08:50:43 d27f245aa6e4: Preparing 08:50:43 2d22f47fc3e6: Preparing 08:50:43 8bf7a7d31cf5: Preparing 08:50:43 8d86f1fb845a: Preparing 08:50:43 69e19c3705a3: Preparing 08:50:43 d348221c42e6: Preparing 08:50:43 c7ad4200f5a3: Preparing 08:50:43 63ca1fbb43ae: Preparing 08:50:43 69e19c3705a3: Waiting 08:50:43 c7ad4200f5a3: Waiting 08:50:43 63ca1fbb43ae: Waiting 08:50:43 358c7c278fec: Pushed 08:50:43 8bf7a7d31cf5: Pushed 08:50:43 2d22f47fc3e6: Pushed 08:50:43 8d86f1fb845a: Pushed 08:50:43 69e19c3705a3: Pushed 08:50:43 d348221c42e6: Pushed 08:50:43 63ca1fbb43ae: Layer already exists 08:50:43 c7ad4200f5a3: Pushed 08:50:48 c9f46d7d2bd2: Pull complete 08:50:48 d27f245aa6e4: Pushed 08:50:48 8e24701cce6496c4ca1a121af8534b5919b9a224: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:49 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 08:50:49 c5a475d317c9: Pull complete 08:50:49 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 08:50:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:50:49 ---> be29e6b0f0d4 08:50:49 Step 3/12 : ARG ALPINE_PKG_BASE="make git" [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:50 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 08:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 08:50:50 358c7c278fec: Preparing 08:50:50 d27f245aa6e4: Preparing 08:50:50 2d22f47fc3e6: Preparing 08:50:50 8bf7a7d31cf5: Preparing 08:50:50 8d86f1fb845a: Preparing 08:50:50 69e19c3705a3: Preparing 08:50:50 d348221c42e6: Preparing 08:50:50 c7ad4200f5a3: Preparing 08:50:50 63ca1fbb43ae: Preparing 08:50:50 d348221c42e6: Waiting 08:50:50 69e19c3705a3: Waiting 08:50:50 c7ad4200f5a3: Waiting 08:50:50 63ca1fbb43ae: Waiting 08:50:50 d27f245aa6e4: Layer already exists 08:50:50 8d86f1fb845a: Layer already exists 08:50:50 358c7c278fec: Layer already exists 08:50:50 2d22f47fc3e6: Layer already exists 08:50:50 8bf7a7d31cf5: Layer already exists 08:50:50 69e19c3705a3: Layer already exists 08:50:50 63ca1fbb43ae: Layer already exists 08:50:50 c7ad4200f5a3: Layer already exists 08:50:50 d348221c42e6: Layer already exists 08:50:50 latest: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:50 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.31 08:50:50 ---> Running in 1ab1478afbc5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:51 Removing intermediate container 1ab1478afbc5 08:50:51 ---> 1283a77ca67a 08:50:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:50:51 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.31 08:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 08:50:51 358c7c278fec: Preparing 08:50:51 d27f245aa6e4: Preparing 08:50:51 2d22f47fc3e6: Preparing 08:50:51 8bf7a7d31cf5: Preparing 08:50:51 8d86f1fb845a: Preparing 08:50:51 69e19c3705a3: Preparing 08:50:51 d348221c42e6: Preparing 08:50:51 c7ad4200f5a3: Preparing 08:50:51 63ca1fbb43ae: Preparing 08:50:51 69e19c3705a3: Waiting 08:50:51 d348221c42e6: Waiting 08:50:51 c7ad4200f5a3: Waiting 08:50:51 63ca1fbb43ae: Waiting 08:50:51 358c7c278fec: Layer already exists 08:50:51 8bf7a7d31cf5: Layer already exists 08:50:51 8d86f1fb845a: Layer already exists 08:50:51 d27f245aa6e4: Layer already exists 08:50:51 2d22f47fc3e6: Layer already exists 08:50:51 c7ad4200f5a3: Layer already exists 08:50:51 69e19c3705a3: Layer already exists 08:50:51 d348221c42e6: Layer already exists 08:50:51 63ca1fbb43ae: Layer already exists 08:50:51 3.2.0-dev.31: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 08:50:51 ---> Running in 59c762d4c0e0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:52 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 08:50:52 Removing intermediate container 59c762d4c0e0 08:50:52 ---> d5577366e2d2 08:50:52 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:50:52 ---> Running in e5fdec67b1da 08:50:52 Removing intermediate container e5fdec67b1da 08:50:52 ---> 42144328f3fa 08:50:52 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:52 ---> Running in 60be2df1e564 08:50:52 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 08:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 08:50:52 358c7c278fec: Preparing 08:50:52 d27f245aa6e4: Preparing 08:50:52 2d22f47fc3e6: Preparing 08:50:52 8bf7a7d31cf5: Preparing 08:50:52 8d86f1fb845a: Preparing 08:50:52 69e19c3705a3: Preparing 08:50:52 d348221c42e6: Preparing 08:50:52 c7ad4200f5a3: Preparing 08:50:52 63ca1fbb43ae: Preparing 08:50:52 d348221c42e6: Waiting 08:50:52 63ca1fbb43ae: Waiting 08:50:52 c7ad4200f5a3: Waiting 08:50:52 69e19c3705a3: Waiting 08:50:52 358c7c278fec: Layer already exists 08:50:52 8bf7a7d31cf5: Layer already exists 08:50:52 d348221c42e6: Layer already exists 08:50:52 c7ad4200f5a3: Layer already exists 08:50:52 d27f245aa6e4: Layer already exists 08:50:52 2d22f47fc3e6: Layer already exists 08:50:52 69e19c3705a3: Layer already exists 08:50:52 8d86f1fb845a: Layer already exists 08:50:52 63ca1fbb43ae: Layer already exists 08:50:53 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:53 + docker tag app-rfid-llrp-inventory nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 08:50:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:54 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:main 08:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory] 08:50:54 358c7c278fec: Preparing 08:50:54 d27f245aa6e4: Preparing 08:50:54 2d22f47fc3e6: Preparing 08:50:54 8bf7a7d31cf5: Preparing 08:50:54 8d86f1fb845a: Preparing 08:50:54 69e19c3705a3: Preparing 08:50:54 d348221c42e6: Preparing 08:50:54 c7ad4200f5a3: Preparing 08:50:54 63ca1fbb43ae: Preparing 08:50:54 63ca1fbb43ae: Waiting 08:50:54 c7ad4200f5a3: Waiting 08:50:54 d348221c42e6: Waiting 08:50:54 69e19c3705a3: Waiting 08:50:54 358c7c278fec: Layer already exists 08:50:54 8bf7a7d31cf5: Layer already exists 08:50:54 d27f245aa6e4: Layer already exists 08:50:54 8d86f1fb845a: Layer already exists 08:50:54 2d22f47fc3e6: Layer already exists 08:50:54 c7ad4200f5a3: Layer already exists 08:50:54 d348221c42e6: Layer already exists 08:50:54 63ca1fbb43ae: Layer already exists 08:50:54 69e19c3705a3: Layer already exists 08:50:54 main: digest: sha256:64afb1b53861e9fc095e79bd7d71bcd5a1df929381d329f440a63a35bcdec937 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:50:54 ===================================================== [Pipeline] echo 08:50:54 taggedImages: 08:50:54 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224 08:50:54 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:latest 08:50:54 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:3.2.0-dev.31 08:50:54 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 08:50:54 - 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] { 08:50:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 08:50:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:50:55 08:50:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:50:56 OK: 238 MiB in 54 packages 08:50:56 latest: Pulling from edgex-lftools-log-publisher 08:50:56 5eb5b503b376: Pulling fs layer 08:50:56 5c69ac0246d0: Pulling fs layer 08:50:56 ec43610c2a17: Pulling fs layer 08:50:56 3a2ae6a8a46f: Pulling fs layer 08:50:56 33b1e0a273af: Pulling fs layer 08:50:56 5d3b04190fa2: Pulling fs layer 08:50:56 2f39f015ded8: Pulling fs layer 08:50:56 3a2ae6a8a46f: Waiting 08:50:56 33b1e0a273af: Waiting 08:50:56 5d3b04190fa2: Waiting 08:50:56 2f39f015ded8: Waiting 08:50:56 5c69ac0246d0: Verifying Checksum 08:50:56 5c69ac0246d0: Download complete 08:50:56 3a2ae6a8a46f: Verifying Checksum 08:50:56 3a2ae6a8a46f: Download complete 08:50:56 33b1e0a273af: Verifying Checksum 08:50:56 33b1e0a273af: Download complete 08:50:56 5d3b04190fa2: Verifying Checksum 08:50:56 5d3b04190fa2: Download complete 08:50:56 ec43610c2a17: Verifying Checksum 08:50:56 ec43610c2a17: Download complete 08:50:57 5eb5b503b376: Verifying Checksum 08:50:57 5eb5b503b376: Download complete 08:50:58 2f39f015ded8: Download complete 08:50:58 Removing intermediate container 60be2df1e564 08:50:58 ---> 873ca47cabd1 08:50:58 Step 7/12 : WORKDIR /app 08:50:58 ---> Running in 84239c042334 08:50:58 Removing intermediate container 84239c042334 08:50:58 ---> 3155520a6d2c 08:50:58 Step 8/12 : COPY go.mod vendor* ./ 08:50:59 ---> 78fcca5632a0 08:50:59 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:50:59 ---> Running in aa0072ff8c13 08:50:59 5eb5b503b376: Pull complete 08:51:05 5c69ac0246d0: Pull complete 08:51:07 ec43610c2a17: Pull complete 08:51:07 3a2ae6a8a46f: Pull complete 08:51:08 33b1e0a273af: Pull complete 08:51:09 5d3b04190fa2: Pull complete 08:51:31 2f39f015ded8: Pull complete 08:51:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:51:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:51:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:51:31 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 08:51:31 $ 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 08:51:33 $ docker top 1d10e3555c52af224b18e315a90bac33bc7c39d171213feca78d58403a910d8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:51:34 ---> job-cost.sh 08:51:34 lf-activate-venv: SKIPPING 08:51:34 INFO: No Stack... 08:51:34 INFO: Retrieving Pricing Info for: v3-standard-8 08:51:34 INFO: Archiving Costs [Pipeline] sh 08:51:35 + cat /w/workspace/dry_app-rfid-llrp-inventory_main/archives/cost.csv 08:51:35 + cut -d, -f6 [Pipeline] lock 08:51:35 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] 08:51:35 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] did not exist. Created. 08:51:35 Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:51:35 + echo total: 0.2199999988079071 [Pipeline] stash 08:51:35 Stashed 1 file(s) [Pipeline] } 08:51:35 Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] // lock [Pipeline] } 08:51:35 $ docker stop --time=1 1d10e3555c52af224b18e315a90bac33bc7c39d171213feca78d58403a910d8d 08:51:37 $ docker rm -f --volumes 1d10e3555c52af224b18e315a90bac33bc7c39d171213feca78d58403a910d8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:53:09 Removing intermediate container aa0072ff8c13 08:53:09 ---> 9063cbf576bf 08:53:09 Step 10/12 : COPY . . 08:53:09 ---> 92e6bfc159d9 08:53:09 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:53:09 ---> Running in c08f81f3551d 08:53:09 Removing intermediate container c08f81f3551d 08:53:09 ---> 6284a100157e 08:53:09 Step 12/12 : RUN $MAKE 08:53:09 ---> Running in b8e2c3d9b2d5 08:53:09 noop 08:53:09 Removing intermediate container b8e2c3d9b2d5 08:53:09 ---> e786b49befb2 08:53:09 Successfully built e786b49befb2 08:53:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:10 + docker inspect -f . ci-base-image-arm64 08:53:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:53:10 prd-ubuntu20.04-docker-arm64-4c-16g-22736 does not seem to be running inside a container 08:53:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/185 -v /w/workspace/app-rfid-llrp-inventory/185:/w/workspace/app-rfid-llrp-inventory/185:rw,z -v /w/workspace/app-rfid-llrp-inventory/185@tmp:/w/workspace/app-rfid-llrp-inventory/185@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 08:53:12 $ docker top f0486851db0e6047cc5b5e21c4d31ab52397bc6df9b5fe51b807c32a180d0be6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:53:13 + go version 08:53:13 go version go1.23.2 linux/arm64 [Pipeline] } 08:53:13 $ docker stop --time=1 f0486851db0e6047cc5b5e21c4d31ab52397bc6df9b5fe51b807c32a180d0be6 08:53:15 $ docker rm -f --volumes f0486851db0e6047cc5b5e21c4d31ab52397bc6df9b5fe51b807c32a180d0be6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:16 + docker inspect -f . ci-base-image-arm64 08:53:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:53:16 prd-ubuntu20.04-docker-arm64-4c-16g-22736 does not seem to be running inside a container 08:53:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-rfid-llrp-inventory/185 -v /w/workspace/app-rfid-llrp-inventory/185:/w/workspace/app-rfid-llrp-inventory/185:rw,z -v /w/workspace/app-rfid-llrp-inventory/185@tmp:/w/workspace/app-rfid-llrp-inventory/185@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 08:53:18 $ docker top 18dddb2d01405a32204737df38b68af6cb098788b757ceaf1025474dd76a93d3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:53:19 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/185 [Pipeline] fileExists [Pipeline] sh 08:53:19 + make test 08:53:19 go test -race ./... -coverprofile=coverage.out ./... 08:59:42 edgexfoundry/app-rfid-llrp-inventory coverage: 0.0% of statements 08:59:42 edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app coverage: 0.0% of statements 08:59:42 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.378s coverage: 86.2% of statements 08:59:57 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.585s coverage: 71.9% of statements 08:59:57 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:59:57 go vet ./... 09:05:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:05:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:05:12 ./bin/test-attribution.sh [Pipeline] echo 09:05:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 09:05:13 $ docker stop --time=1 18dddb2d01405a32204737df38b68af6cb098788b757ceaf1025474dd76a93d3 09:05:16 $ docker rm -f --volumes 18dddb2d01405a32204737df38b68af6cb098788b757ceaf1025474dd76a93d3 [Pipeline] // withDockerContainer [Pipeline] sh 09:05:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:05:18 Warning: overwriting stash ‘coverage-report’ 09:05:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:05:20 + ls -al . 09:05:20 total 292 09:05:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 14 08:53 . 09:05:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:49 .. 09:05:20 -rw-rw-r-- 1 jenkins jenkins 262 Oct 14 08:49 .dockerignore 09:05:20 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:49 .git 09:05:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:49 .github 09:05:20 -rw-rw-r-- 1 jenkins jenkins 773 Oct 14 08:49 .gitignore 09:05:20 -rw-rw-r-- 1 jenkins jenkins 200 Oct 14 08:49 .golangci.yml 09:05:20 -rw-rw-r-- 1 jenkins jenkins 20300 Oct 14 08:49 Attribution.txt 09:05:20 -rw-rw-r-- 1 jenkins jenkins 11245 Oct 14 08:49 CHANGELOG.md 09:05:20 -rw-rw-r-- 1 jenkins jenkins 1768 Oct 14 08:49 Dockerfile 09:05:20 -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:49 GOVERNANCE.md 09:05:20 -rw-rw-r-- 1 jenkins jenkins 665 Oct 14 08:49 Jenkinsfile 09:05:20 -rw-rw-r-- 1 jenkins jenkins 11347 Oct 14 08:49 LICENSE 09:05:20 -rw-rw-r-- 1 jenkins jenkins 3040 Oct 14 08:49 Makefile 09:05:20 -rw-rw-r-- 1 jenkins jenkins 617 Oct 14 08:49 OWNERS.md 09:05:20 -rw-rw-r-- 1 jenkins jenkins 3851 Oct 14 08:49 README.md 09:05:20 -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:46 VERSION 09:05:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:49 bin 09:05:20 -rw-r--r-- 1 jenkins jenkins 55696 Oct 14 08:59 coverage.out 09:05:20 -rw-rw-r-- 1 jenkins jenkins 7508 Oct 14 08:49 go.mod 09:05:20 -rw-rw-r-- 1 jenkins jenkins 100922 Oct 14 08:49 go.sum 09:05:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:49 images 09:05:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:49 internal 09:05:20 -rw-rw-r-- 1 jenkins jenkins 531 Oct 14 08:49 main.go 09:05:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:49 openapi 09:05:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:49 res 09:05:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:49 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:05:20 + 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=8e24701cce6496c4ca1a121af8534b5919b9a224 --label arch=arm64 --label version=3.2.0-dev.31 . 09:05:20 Sending build context to Docker daemon 684.5kB 09:05:20 Step 1/30 : ARG BASE=golang:1.23-alpine3.20 09:05:20 Step 2/30 : FROM ${BASE} AS builder 09:05:20 ---> e786b49befb2 09:05:20 Step 3/30 : ARG ALPINE_PKG_BASE="make git" 09:05:21 ---> Running in e90011ec229b 09:05:21 Removing intermediate container e90011ec229b 09:05:21 ---> 71e6b02cc425 09:05:21 Step 4/30 : ARG ALPINE_PKG_EXTRA="" 09:05:21 ---> Running in 23ff5b0dbfe0 09:05:22 Removing intermediate container 23ff5b0dbfe0 09:05:22 ---> 949e73ab9fbc 09:05:22 Step 5/30 : ARG ADD_BUILD_TAGS="" 09:05:22 ---> Running in d756afbcc59b 09:05:22 Removing intermediate container d756afbcc59b 09:05:22 ---> 61a82faed6fa 09:05:22 Step 6/30 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:22 ---> Running in 30ad29d877e3 09:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:05:25 OK: 238 MiB in 54 packages 09:05:27 Removing intermediate container 30ad29d877e3 09:05:27 ---> 91885a8f260f 09:05:27 Step 7/30 : WORKDIR /app 09:05:27 ---> Running in 657ee7e8d99c 09:05:27 Removing intermediate container 657ee7e8d99c 09:05:27 ---> 592b0186100c 09:05:27 Step 8/30 : COPY go.mod vendor* ./ 09:05:27 ---> 2f9cee2412ca 09:05:27 Step 9/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:05:27 ---> Running in bfc4377f8a9b 09:05:30 Removing intermediate container bfc4377f8a9b 09:05:30 ---> 34b2e1e023ab 09:05:30 Step 10/30 : COPY . . 09:05:30 ---> 03634ac70046 09:05:30 Step 11/30 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:05:30 ---> Running in 87e2fbcca770 09:05:31 Removing intermediate container 87e2fbcca770 09:05:31 ---> 66eee188ba54 09:05:31 Step 12/30 : RUN $MAKE 09:05:31 ---> Running in b92cd641a1cd 09:05:32 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.31 -X edgexfoundry/app-rfid-llrp-inventory.Version=3.2.0-dev.31" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o app-rfid-llrp-inventory 09:10:24 Removing intermediate container b92cd641a1cd 09:10:24 ---> bd739cab6e62 09:10:24 Step 13/30 : FROM alpine:3.20 09:10:24 3.20: Pulling from library/alpine 09:10:24 cf04c63912e1: Already exists 09:10:24 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:10:24 Status: Downloaded newer image for alpine:3.20 09:10:24 ---> c157a85ed455 09:10:24 Step 14/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 09:10:24 ---> Running in 66a2689f419c 09:10:24 Removing intermediate container 66a2689f419c 09:10:24 ---> aa17c9a244cf 09:10:24 Step 15/30 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 09:10:24 ---> Running in c6921a34a257 09:10:24 Removing intermediate container c6921a34a257 09:10:24 ---> 930899dc7a88 09:10:24 Step 16/30 : RUN apk --no-cache add ca-certificates dumb-init 09:10:24 ---> Running in 8b7e66e369ca 09:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:10:24 (1/2) Installing ca-certificates (20240705-r0) 09:10:24 (2/2) Installing dumb-init (1.2.5-r3) 09:10:24 Executing busybox-1.36.1-r29.trigger 09:10:24 Executing ca-certificates-20240705-r0.trigger 09:10:24 OK: 10 MiB in 16 packages 09:10:24 Removing intermediate container 8b7e66e369ca 09:10:24 ---> 1cf8da42b0aa 09:10:24 Step 17/30 : RUN apk --no-cache upgrade 09:10:24 ---> Running in cd6703588d61 09:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:10:24 Upgrading critical system libraries and apk-tools: 09:10:24 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:10:24 Executing busybox-1.36.1-r29.trigger 09:10:24 Continuing the upgrade transaction with new apk-tools: 09:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:10:25 OK: 10 MiB in 16 packages 09:10:26 Removing intermediate container cd6703588d61 09:10:26 ---> 1272769d8e06 09:10:26 Step 18/30 : COPY --from=builder /app/Attribution.txt /Attribution.txt 09:10:26 ---> 47694bc6adc9 09:10:26 Step 19/30 : COPY --from=builder /app/LICENSE /LICENSE 09:10:27 ---> 67d17edaa32c 09:10:27 Step 20/30 : COPY --from=builder /app/res/ /res/ 09:10:27 ---> 1bdc585fcac6 09:10:27 Step 21/30 : COPY --from=builder /app/static/ /static/ 09:10:28 ---> a8c29e0f1abc 09:10:28 Step 22/30 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 09:10:31 ---> acbfafc78d35 09:10:31 Step 23/30 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 09:10:31 ---> Running in 224bb6c14bc9 09:10:33 Removing intermediate container 224bb6c14bc9 09:10:33 ---> 8baaf1c7c876 09:10:33 Step 24/30 : VOLUME /cache 09:10:33 ---> Running in 9f1ccd9ffef3 09:10:33 Removing intermediate container 9f1ccd9ffef3 09:10:33 ---> 66f43969ee36 09:10:33 Step 25/30 : EXPOSE 59711 09:10:33 ---> Running in 8adbb8da5ee2 09:10:34 Removing intermediate container 8adbb8da5ee2 09:10:34 ---> 4be554160a9c 09:10:34 Step 26/30 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 09:10:34 ---> Running in 59c107cec5dc 09:10:34 Removing intermediate container 59c107cec5dc 09:10:34 ---> 814986498d6a 09:10:34 Step 27/30 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 09:10:34 ---> Running in 7f5b6449d099 09:10:35 Removing intermediate container 7f5b6449d099 09:10:35 ---> e06f5b31bfd6 09:10:35 Step 28/30 : LABEL arch=arm64 09:10:35 ---> Running in 2570643ea995 09:10:35 Removing intermediate container 2570643ea995 09:10:35 ---> 0b45509ccc1d 09:10:35 Step 29/30 : LABEL git_sha=8e24701cce6496c4ca1a121af8534b5919b9a224 09:10:35 ---> Running in 24e847f3e712 09:10:35 Removing intermediate container 24e847f3e712 09:10:35 ---> 87ea09bc4fb1 09:10:35 Step 30/30 : LABEL version=3.2.0-dev.31 09:10:36 ---> Running in 855f6a30cfcf 09:10:36 Removing intermediate container 855f6a30cfcf 09:10:36 ---> f61057fc148b 09:10:36 [Warning] One or more build-args [ARCH] were not consumed 09:10:36 Successfully built f61057fc148b 09:10:36 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 09:10:36 provisioning config files... 09:10:36 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/185@tmp/config10302071252966677173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:10:37 ---> ****-login.sh 09:10:37 nexus3.edgexfoundry.org:10001 09:10:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:10:37 Configure a credential helper to remove this warning. See 09:10:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:10:37 09:10:37 Login Succeeded 09:10:37 nexus3.edgexfoundry.org:10002 09:10:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:10:37 Configure a credential helper to remove this warning. See 09:10:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:10:37 09:10:37 Login Succeeded 09:10:37 nexus3.edgexfoundry.org:10003 09:10:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:10:38 Configure a credential helper to remove this warning. See 09:10:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:10:38 09:10:38 Login Succeeded 09:10:38 nexus3.edgexfoundry.org:10004 09:10:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:10:38 Configure a credential helper to remove this warning. See 09:10:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:10:38 09:10:38 Login Succeeded 09:10:38 ****.io 09:10:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:10:39 Configure a credential helper to remove this warning. See 09:10:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:10:39 09:10:39 Login Succeeded 09:10:39 ---> ****-login.sh ends [Pipeline] } 09:10:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:10:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:10:39 [edgeXDocker.push] Tagging docker image app-rfid-llrp-inventory-arm64 with the following tags: 09:10:39 8e24701cce6496c4ca1a121af8534b5919b9a224 09:10:39 latest 09:10:39 3.2.0-dev.31 09:10:39 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 09:10:39 main 09:10:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:39 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:40 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224 09:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 09:10:40 caf4fd9424e2: Preparing 09:10:40 44b6634ff9f4: Preparing 09:10:40 8f5f5951371e: Preparing 09:10:40 af3a7f590c18: Preparing 09:10:40 5117f8641093: Preparing 09:10:40 a20a4d51fe69: Preparing 09:10:40 bcfea6451e77: Preparing 09:10:40 397b3cfd07b9: Preparing 09:10:40 16113d51b718: Preparing 09:10:40 bcfea6451e77: Waiting 09:10:40 a20a4d51fe69: Waiting 09:10:40 397b3cfd07b9: Waiting 09:10:40 16113d51b718: Waiting 09:10:40 af3a7f590c18: Pushed 09:10:40 5117f8641093: Pushed 09:10:40 caf4fd9424e2: Pushed 09:10:40 8f5f5951371e: Pushed 09:10:40 16113d51b718: Layer already exists 09:10:40 a20a4d51fe69: Pushed 09:10:40 bcfea6451e77: Pushed 09:10:40 397b3cfd07b9: Pushed 09:10:53 44b6634ff9f4: Pushed 09:10:53 8e24701cce6496c4ca1a121af8534b5919b9a224: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:53 + 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 09:10:54 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 09:10:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 09:10:54 caf4fd9424e2: Preparing 09:10:54 44b6634ff9f4: Preparing 09:10:54 8f5f5951371e: Preparing 09:10:54 af3a7f590c18: Preparing 09:10:54 5117f8641093: Preparing 09:10:54 a20a4d51fe69: Preparing 09:10:54 bcfea6451e77: Preparing 09:10:54 a20a4d51fe69: Waiting 09:10:54 397b3cfd07b9: Preparing 09:10:54 bcfea6451e77: Waiting 09:10:54 397b3cfd07b9: Waiting 09:10:54 16113d51b718: Preparing 09:10:54 16113d51b718: Waiting 09:10:54 caf4fd9424e2: Layer already exists 09:10:54 44b6634ff9f4: Layer already exists 09:10:54 5117f8641093: Layer already exists 09:10:54 af3a7f590c18: Layer already exists 09:10:54 8f5f5951371e: Layer already exists 09:10:54 bcfea6451e77: Layer already exists 09:10:54 397b3cfd07b9: Layer already exists 09:10:54 16113d51b718: Layer already exists 09:10:54 a20a4d51fe69: Layer already exists 09:10:54 latest: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:54 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:55 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.31 09:10:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 09:10:55 caf4fd9424e2: Preparing 09:10:55 44b6634ff9f4: Preparing 09:10:55 8f5f5951371e: Preparing 09:10:55 af3a7f590c18: Preparing 09:10:55 5117f8641093: Preparing 09:10:55 a20a4d51fe69: Preparing 09:10:55 bcfea6451e77: Preparing 09:10:55 397b3cfd07b9: Preparing 09:10:55 16113d51b718: Preparing 09:10:55 a20a4d51fe69: Waiting 09:10:55 bcfea6451e77: Waiting 09:10:55 397b3cfd07b9: Waiting 09:10:55 16113d51b718: Waiting 09:10:55 af3a7f590c18: Layer already exists 09:10:55 44b6634ff9f4: Layer already exists 09:10:55 5117f8641093: Layer already exists 09:10:55 caf4fd9424e2: Layer already exists 09:10:55 8f5f5951371e: Layer already exists 09:10:55 16113d51b718: Layer already exists 09:10:55 a20a4d51fe69: Layer already exists 09:10:55 bcfea6451e77: Layer already exists 09:10:55 397b3cfd07b9: Layer already exists 09:10:55 3.2.0-dev.31: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:55 + docker tag app-rfid-llrp-inventory-arm64 nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:56 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 09:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 09:10:56 caf4fd9424e2: Preparing 09:10:56 44b6634ff9f4: Preparing 09:10:56 8f5f5951371e: Preparing 09:10:56 af3a7f590c18: Preparing 09:10:56 5117f8641093: Preparing 09:10:56 a20a4d51fe69: Preparing 09:10:56 bcfea6451e77: Preparing 09:10:56 397b3cfd07b9: Preparing 09:10:56 16113d51b718: Preparing 09:10:56 bcfea6451e77: Waiting 09:10:56 397b3cfd07b9: Waiting 09:10:56 16113d51b718: Waiting 09:10:56 a20a4d51fe69: Waiting 09:10:56 44b6634ff9f4: Layer already exists 09:10:56 caf4fd9424e2: Layer already exists 09:10:56 8f5f5951371e: Layer already exists 09:10:56 5117f8641093: Layer already exists 09:10:56 af3a7f590c18: Layer already exists 09:10:56 397b3cfd07b9: Layer already exists 09:10:56 a20a4d51fe69: Layer already exists 09:10:56 16113d51b718: Layer already exists 09:10:56 bcfea6451e77: Layer already exists 09:10:56 8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:56 + 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 09:10:57 + docker push nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:main 09:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64] 09:10:57 caf4fd9424e2: Preparing 09:10:57 44b6634ff9f4: Preparing 09:10:57 8f5f5951371e: Preparing 09:10:57 af3a7f590c18: Preparing 09:10:57 5117f8641093: Preparing 09:10:57 a20a4d51fe69: Preparing 09:10:57 bcfea6451e77: Preparing 09:10:57 397b3cfd07b9: Preparing 09:10:57 16113d51b718: Preparing 09:10:57 a20a4d51fe69: Waiting 09:10:57 397b3cfd07b9: Waiting 09:10:57 bcfea6451e77: Waiting 09:10:57 16113d51b718: Waiting 09:10:57 caf4fd9424e2: Layer already exists 09:10:57 5117f8641093: Layer already exists 09:10:57 af3a7f590c18: Layer already exists 09:10:57 8f5f5951371e: Layer already exists 09:10:57 44b6634ff9f4: Layer already exists 09:10:57 a20a4d51fe69: Layer already exists 09:10:57 397b3cfd07b9: Layer already exists 09:10:57 16113d51b718: Layer already exists 09:10:57 bcfea6451e77: Layer already exists 09:10:57 main: digest: sha256:c582062d5fc46fa44df93bee4537cb062b9300172e7b8fa4d19a961a10e0ce3d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:10:57 ===================================================== [Pipeline] echo 09:10:57 taggedImages: 09:10:57 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224 09:10:57 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:latest 09:10:57 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:3.2.0-dev.31 09:10:57 - nexus3.edgexfoundry.org:10004/app-rfid-llrp-inventory-arm64:8e24701cce6496c4ca1a121af8534b5919b9a224-3.2.0-dev.31 09:10:57 - 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 09:10:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:10:57 09:10:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:10:58 arm64: Pulling from edgex-lftools-log-publisher 09:10:58 8998bd30e6a1: Pulling fs layer 09:10:58 04944245beec: Pulling fs layer 09:10:58 699f458cf7ca: Pulling fs layer 09:10:58 765212b225bb: Pulling fs layer 09:10:58 f23df028b6ca: Pulling fs layer 09:10:58 d65c8cfc05b1: Pulling fs layer 09:10:58 2437ff75d9bd: Pulling fs layer 09:10:58 f23df028b6ca: Waiting 09:10:58 d65c8cfc05b1: Waiting 09:10:58 2437ff75d9bd: Waiting 09:10:58 765212b225bb: Waiting 09:10:58 04944245beec: Verifying Checksum 09:10:58 04944245beec: Download complete 09:10:58 765212b225bb: Verifying Checksum 09:10:58 765212b225bb: Download complete 09:10:58 f23df028b6ca: Verifying Checksum 09:10:58 f23df028b6ca: Download complete 09:10:58 d65c8cfc05b1: Verifying Checksum 09:10:58 d65c8cfc05b1: Download complete 09:10:58 699f458cf7ca: Verifying Checksum 09:10:58 699f458cf7ca: Download complete 09:10:59 8998bd30e6a1: Verifying Checksum 09:10:59 8998bd30e6a1: Download complete 09:11:01 2437ff75d9bd: Verifying Checksum 09:11:01 2437ff75d9bd: Download complete 09:11:03 8998bd30e6a1: Pull complete 09:11:04 04944245beec: Pull complete 09:11:06 699f458cf7ca: Pull complete 09:11:06 765212b225bb: Pull complete 09:11:07 f23df028b6ca: Pull complete 09:11:07 d65c8cfc05b1: Pull complete 09:11:25 2437ff75d9bd: Pull complete 09:11:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:11:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:11:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:26 prd-ubuntu20.04-docker-arm64-4c-16g-22736 does not seem to be running inside a container 09:11:26 $ 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/185 -v /w/workspace/app-rfid-llrp-inventory/185:/w/workspace/app-rfid-llrp-inventory/185:rw,z -v /w/workspace/app-rfid-llrp-inventory/185@tmp:/w/workspace/app-rfid-llrp-inventory/185@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 09:11:29 $ docker top fd96509b65d3ad4703cb3e2d6c413a942362fcfd8b51ea7537d791fc9f1164f3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:11:30 ---> job-cost.sh 09:11:30 lf-activate-venv: SKIPPING 09:11:30 INFO: No Stack... 09:11:31 INFO: Retrieving Pricing Info for: v3-standard-4 09:11:32 INFO: Archiving Costs [Pipeline] sh 09:11:32 + cat /w/workspace/app-rfid-llrp-inventory/185/archives/cost.csv 09:11:33 + cut -d, -f6 [Pipeline] lock 09:11:33 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] 09:11:33 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] did not exist. Created. 09:11:33 Lock acquired on [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:11:33 /w/workspace/app-rfid-llrp-inventory/185@tmp/durable-e0c78712/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:11:34 + echo total: 0.10999999940395355 [Pipeline] stash 09:11:34 Warning: overwriting stash ‘stack-cost’ 09:11:34 Stashed 1 file(s) [Pipeline] } 09:11:34 Lock released on resource [Resource: jenkins-edgexfoundry-app-rfid-llrp-inventory-main-185-stack-cost] [Pipeline] // lock [Pipeline] } 09:11:34 $ docker stop --time=1 fd96509b65d3ad4703cb3e2d6c413a942362fcfd8b51ea7537d791fc9f1164f3 09:11:37 $ docker rm -f --volumes fd96509b65d3ad4703cb3e2d6c413a942362fcfd8b51ea7537d791fc9f1164f3 [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 09:11:37 provisioning config files... 09:11:37 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config6201760107368338406tmp [Pipeline] { [Pipeline] sh 09:11:38 + set +x 09:11:38 + bash -s -- 09:11:38 + curl -s https://codecov.io/bash 09:11:38 09:11:38 _____ _ 09:11:38 / ____| | | 09:11:38 | | ___ __| | ___ ___ _____ __ 09:11:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:11:38 | |___| (_) | (_| | __/ (_| (_) \ V / 09:11:38 \_____\___/ \__,_|\___|\___\___/ \_/ 09:11:38 Bash-1.0.6 09:11:38 09:11:38 09:11:38 ==> git version 2.25.1 found 09:11:38 ==> 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 09:11:38 Release-Date: 2020-01-08 09:11:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:11:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:11:38 ==> Jenkins CI detected. 09:11:38 current dir:  /w/workspace/dry_app-rfid-llrp-inventory_main 09:11:38 project root: . 09:11:38 --> token set from env 09:11:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:11:38 ==> Running gcov in . (disable via -X gcov) 09:11:38 ==> Python coveragepy not found 09:11:38 ==> Searching for coverage reports in: 09:11:38 + . 09:11:38 -> Found 1 reports 09:11:38 ==> Detecting git/mercurial file structure 09:11:38 ==> Reading reports 09:11:38 + ./coverage.out bytes=55696 09:11:38 ==> Appending adjustments 09:11:38 https://docs.codecov.io/docs/fixing-reports 09:11:38 + Found adjustments 09:11:38 ==> Gzipping contents 09:11:38 16K /tmp/codecov.mr7wwb.gz 09:11:38 ==> Uploading reports 09:11:38 url: https://codecov.io 09:11:38 query: branch=main&commit=8e24701cce6496c4ca1a121af8534b5919b9a224&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 09:11:38 -> Pinging Codecov 09:11:38 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=8e24701cce6496c4ca1a121af8534b5919b9a224&build=185&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2Fmain%2F185%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=&job=&cmd_args= 09:11:38 -> Uploading to 09:11:38 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rfid-llrp-go/8e24701cce6496c4ca1a121af8534b5919b9a224/0fe87e40-da5f-40c4-b6e3-6154430dcfbe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241014%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241014T091138Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=86edad7a1476c656f36578b43e6582fd524b712516fa5f912ba381732dee5104 09:11:38 % Total % Received % Xferd Average Speed Time Time Time Current 09:11:38 Dload Upload Total Spent Left Speed 09:11:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12869 0 0 100 12869 0 56442 --:--:-- --:--:-- --:--:-- 56442 09:11:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] } 09:11:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:11:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:11:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:11:39 09:11:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:11:39 latest: Pulling from edgex-devops/edgex-snyk-go 09:11:39 43c4264eed91: Already exists 09:11:39 4cc291be95ef: Already exists 09:11:39 2ac1f1163629: Already exists 09:11:39 5c3c966382ef: Already exists 09:11:39 4f4fb700ef54: Already exists 09:11:39 d9c7d2e4e75e: Pulling fs layer 09:11:39 9c3e1370e548: Pulling fs layer 09:11:40 d9c7d2e4e75e: Verifying Checksum 09:11:40 d9c7d2e4e75e: Download complete 09:11:40 d9c7d2e4e75e: Pull complete 09:11:40 9c3e1370e548: Verifying Checksum 09:11:40 9c3e1370e548: Download complete 09:11:44 9c3e1370e548: Pull complete 09:11:44 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 09:11:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:11:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:44 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 09:11:44 $ 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 09:11:47 $ docker top 9ca293b60b4f0f9f7b1737c5e5d263499c128060ba583407e52d192bb42d67c0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:11:48 + git config --global --add safe.directory /w/workspace/dry_app-rfid-llrp-inventory_main [Pipeline] echo 09:11:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-rfid-llrp-inventory:main' [Pipeline] sh 09:11:48 + set -o pipefail 09:11:48 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-rfid-llrp-inventory:main' 09:11:55 09:11:55 Monitoring /w/workspace/dry_app-rfid-llrp-inventory_main (edgexfoundry/app-rfid-llrp-inventory)... 09:11:55 09:11:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7116c55e-148a-425a-9d75-27689445d8a8/history/82e98063-211d-439a-9c79-35cd995f6ddd 09:11:55 09:11:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:11:55 09:11:55 09:11:55 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 09:11:55 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:11:55 $ docker stop --time=1 9ca293b60b4f0f9f7b1737c5e5d263499c128060ba583407e52d192bb42d67c0 09:12:00 $ docker rm -f --volumes 9ca293b60b4f0f9f7b1737c5e5d263499c128060ba583407e52d192bb42d67c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:12:01 + git log --format=format:%s -1 8e24701cce6496c4ca1a121af8534b5919b9a224 [Pipeline] sh 09:12:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:01 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 09:12:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:12:04 $ docker top 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:04 [ssh-agent] Looking for ssh-agent implementation... 09:12:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:04 $ docker exec 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 ssh-agent 09:12:05 SSH_AUTH_SOCK=/tmp/ssh-iw80x1EsXus6/agent.32 09:12:05 SSH_AGENT_PID=38 09:12:05 Running ssh-add (command line suppressed) 09:12:05 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12881900359800295760.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_12881900359800295760.key) 09:12:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:05 + git semver tag 09:12:05 2024-10-14 09:12:05,687 [run_tag] DEBUG tag force:False 09:12:05 2024-10-14 09:12:05,687 [check_head_tag] DEBUG check head tag 09:12:05 2024-10-14 09:12:05,689 [execute] INFO git cat-file --batch-check 09:12:05 2024-10-14 09:12:05,689 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 09:12:05 2024-10-14 09:12:05,692 [execute] INFO git cat-file --batch 09:12:05 2024-10-14 09:12:05,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=) 09:12:05 2024-10-14 09:12:05,714 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 09:12:05 2024-10-14 09:12:05,715 [execute] INFO git tag -a v3.2.0-dev.31 -m v3.2.0-dev.31 09:12:05 2024-10-14 09:12:05,715 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.31', '-m', 'v3.2.0-dev.31'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 09:12:05 2024-10-14 09:12:05,720 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 09:12:05 3.2.0-dev.31 [Pipeline] } 09:12:05 $ docker exec --env ******** --env ******** 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 ssh-agent -k 09:12:05 unset SSH_AUTH_SOCK; 09:12:05 unset SSH_AGENT_PID; 09:12:05 echo Agent pid 38 killed; 09:12:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:06 + git semver [Pipeline] } 09:12:06 $ docker stop --time=1 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 09:12:07 $ docker rm -f --volumes 5b2b730a59bfe03c4b3002d8be5a134c2f96c86ec67d931f6bc879eebec75e25 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:08 09:12:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:08 0.23.1-centos7: Pulling from edgex-lftools 09:12:08 ab5ef0e58194: Pulling fs layer 09:12:08 9712f1f96733: Pulling fs layer 09:12:08 63f879dbbcfc: Pulling fs layer 09:12:08 0d9ebad4ef96: Pulling fs layer 09:12:08 e9a5061849ea: Pulling fs layer 09:12:08 d747dcd14b5f: Pulling fs layer 09:12:08 2de7ff778b66: Pulling fs layer 09:12:08 0d9ebad4ef96: Waiting 09:12:08 e9a5061849ea: Waiting 09:12:08 d747dcd14b5f: Waiting 09:12:08 2de7ff778b66: Waiting 09:12:08 9712f1f96733: Download complete 09:12:08 63f879dbbcfc: Verifying Checksum 09:12:08 63f879dbbcfc: Download complete 09:12:09 e9a5061849ea: Verifying Checksum 09:12:09 e9a5061849ea: Download complete 09:12:09 d747dcd14b5f: Verifying Checksum 09:12:09 d747dcd14b5f: Download complete 09:12:09 0d9ebad4ef96: Verifying Checksum 09:12:09 0d9ebad4ef96: Download complete 09:12:09 ab5ef0e58194: Verifying Checksum 09:12:09 ab5ef0e58194: Download complete 09:12:09 2de7ff778b66: Verifying Checksum 09:12:09 2de7ff778b66: Download complete 09:12:11 ab5ef0e58194: Pull complete 09:12:11 9712f1f96733: Pull complete 09:12:12 63f879dbbcfc: Pull complete 09:12:15 0d9ebad4ef96: Pull complete 09:12:15 e9a5061849ea: Pull complete 09:12:15 d747dcd14b5f: Pull complete 09:12:17 2de7ff778b66: Pull complete 09:12:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:12:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:17 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 09:12:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:12:23 $ docker top 4de925b2f782f673dbc81ab5a2bbc7589b00357d65405e9558b99554e8d19c99 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:12:23 provisioning config files... 09:12:23 copy managed file [sigul-config] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config16203358280954132355tmp 09:12:23 copy managed file [sigul-password] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config4417743603329860282tmp 09:12:23 copy managed file [sigul-pki] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config15910537273994992206tmp [Pipeline] { [Pipeline] echo 09:12:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:12:23 ---> sigul-configuration.sh 09:12:23 gpg: directory `/root/.gnupg' created 09:12:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:12:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:12:23 gpg: keyring `/root/.gnupg/secring.gpg' created 09:12:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:12:23 gpg: CAST5 encrypted data 09:12:23 gpg: encrypted with 1 passphrase 09:12:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:12:24 + mkdir /home/jenkins 09:12:24 + mkdir /home/jenkins/sigul [Pipeline] sh 09:12:24 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:12:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:12:24 ---> sigul-install.sh 09:12:24 Sigul already installed; skipping installation. [Pipeline] sh 09:12:24 + git tag --list 09:12:24 v0.0.0 09:12:24 v1.0.0 09:12:24 v2.1.0 09:12:24 v2.1.1 09:12:24 v2.2.0 09:12:24 v2.3.0 09:12:24 v3.0 09:12:24 v3.0.0 09:12:24 v3.0.1 09:12:24 v3.0.1-dev.1 09:12:24 v3.1 09:12:24 v3.1.0 09:12:24 v3.1.0-dev.1 09:12:24 v3.1.0-dev.10 09:12:24 v3.1.0-dev.11 09:12:24 v3.1.0-dev.12 09:12:24 v3.1.0-dev.13 09:12:24 v3.1.0-dev.14 09:12:24 v3.1.0-dev.15 09:12:24 v3.1.0-dev.16 09:12:24 v3.1.0-dev.17 09:12:24 v3.1.0-dev.18 09:12:24 v3.1.0-dev.19 09:12:24 v3.1.0-dev.2 09:12:24 v3.1.0-dev.20 09:12:24 v3.1.0-dev.21 09:12:24 v3.1.0-dev.22 09:12:24 v3.1.0-dev.23 09:12:24 v3.1.0-dev.24 09:12:24 v3.1.0-dev.25 09:12:24 v3.1.0-dev.26 09:12:24 v3.1.0-dev.27 09:12:24 v3.1.0-dev.28 09:12:24 v3.1.0-dev.29 09:12:24 v3.1.0-dev.3 09:12:24 v3.1.0-dev.30 09:12:24 v3.1.0-dev.31 09:12:24 v3.1.0-dev.32 09:12:24 v3.1.0-dev.33 09:12:24 v3.1.0-dev.34 09:12:24 v3.1.0-dev.35 09:12:24 v3.1.0-dev.36 09:12:24 v3.1.0-dev.37 09:12:24 v3.1.0-dev.38 09:12:24 v3.1.0-dev.39 09:12:24 v3.1.0-dev.4 09:12:24 v3.1.0-dev.40 09:12:24 v3.1.0-dev.5 09:12:24 v3.1.0-dev.6 09:12:24 v3.1.0-dev.7 09:12:24 v3.1.0-dev.8 09:12:24 v3.1.0-dev.9 09:12:24 v3.1.1 09:12:24 v3.2.0-dev.1 09:12:24 v3.2.0-dev.10 09:12:24 v3.2.0-dev.11 09:12:24 v3.2.0-dev.12 09:12:24 v3.2.0-dev.13 09:12:24 v3.2.0-dev.14 09:12:24 v3.2.0-dev.15 09:12:24 v3.2.0-dev.16 09:12:24 v3.2.0-dev.17 09:12:24 v3.2.0-dev.18 09:12:24 v3.2.0-dev.19 09:12:24 v3.2.0-dev.2 09:12:24 v3.2.0-dev.20 09:12:24 v3.2.0-dev.21 09:12:24 v3.2.0-dev.22 09:12:24 v3.2.0-dev.23 09:12:24 v3.2.0-dev.24 09:12:24 v3.2.0-dev.25 09:12:24 v3.2.0-dev.26 09:12:24 v3.2.0-dev.27 09:12:24 v3.2.0-dev.28 09:12:24 v3.2.0-dev.29 09:12:24 v3.2.0-dev.3 09:12:24 v3.2.0-dev.30 09:12:24 v3.2.0-dev.31 09:12:24 v3.2.0-dev.4 09:12:24 v3.2.0-dev.5 09:12:24 v3.2.0-dev.6 09:12:24 v3.2.0-dev.7 09:12:24 v3.2.0-dev.8 09:12:24 v3.2.0-dev.9 [Pipeline] sh 09:12:25 + lftools sign git-tag v3.2.0-dev.31 09:12:25 Signing Git tag with Sigul... 09:12:25 Signing v3.2.0-dev.31 [Pipeline] echo 09:12:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:12:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:12:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:12:26 $ docker stop --time=1 4de925b2f782f673dbc81ab5a2bbc7589b00357d65405e9558b99554e8d19c99 09:12:27 $ docker rm -f --volumes 4de925b2f782f673dbc81ab5a2bbc7589b00357d65405e9558b99554e8d19c99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:12:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:28 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 09:12:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:12:29 $ docker top 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 -eo pid,comm 09:12:29 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). 09:12:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:29 [ssh-agent] Looking for ssh-agent implementation... 09:12:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:29 $ docker exec 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 ssh-agent 09:12:29 SSH_AUTH_SOCK=/tmp/ssh-HKdDtadNbCKH/agent.32 09:12:29 SSH_AGENT_PID=38 09:12:29 Running ssh-add (command line suppressed) 09:12:29 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3611432205634474520.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_3611432205634474520.key) 09:12:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:29 + git semver bump pre 09:12:30 2024-10-14 09:12:29,878 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 09:12:30 2024-10-14 09:12:29,878 [bump_version] DEBUG bumping version:3.2.0-dev.31 on axis:pre with prefix:dev 09:12:30 2024-10-14 09:12:29,878 [bump_version] DEBUG bumped version:3.2.0-dev.32 09:12:30 2024-10-14 09:12:29,878 [write_version] DEBUG write version:3.2.0-dev.32 to path:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main with force:True 09:12:30 2024-10-14 09:12:29,878 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 09:12:30 2024-10-14 09:12:29,878 [write_file] DEBUG write to file:/w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 09:12:30 2024-10-14 09:12:29,880 [execute] INFO git cat-file --batch-check 09:12:30 2024-10-14 09:12:29,880 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:30 2024-10-14 09:12:29,884 [execute] INFO git cat-file --batch 09:12:30 2024-10-14 09:12:29,884 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:30 2024-10-14 09:12:29,888 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 09:12:30 3.2.0-dev.32 [Pipeline] } 09:12:29 $ docker exec --env ******** --env ******** 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 ssh-agent -k 09:12:30 unset SSH_AUTH_SOCK; 09:12:30 unset SSH_AGENT_PID; 09:12:30 echo Agent pid 38 killed; 09:12:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:30 + git semver [Pipeline] } 09:12:30 $ docker stop --time=1 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 09:12:31 $ docker rm -f --volumes 01bc0681e598339f9d3fb65e7eee57177f380461700c7f8d0baab4cc2d5675a6 [Pipeline] // withDockerContainer [Pipeline] sh 09:12:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:32 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 09:12:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_app-rfid-llrp-inventory_main -v /w/workspace/dry_app-rfid-llrp-inventory_main:/w/workspace/dry_app-rfid-llrp-inventory_main:rw,z -v /w/workspace/dry_app-rfid-llrp-inventory_main@tmp:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:12:33 $ docker top 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f -eo pid,comm 09:12:33 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). 09:12:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:33 [ssh-agent] Looking for ssh-agent implementation... 09:12:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:33 $ docker exec 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f ssh-agent 09:12:33 SSH_AUTH_SOCK=/tmp/ssh-cjYXMO6Q9mC7/agent.33 09:12:33 SSH_AGENT_PID=39 09:12:33 Running ssh-add (command line suppressed) 09:12:33 Identity added: /w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14847644533768980707.key (/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/private_key_14847644533768980707.key) 09:12:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:33 + git semver push 09:12:34 2024-10-14 09:12:33,928 [run_push] DEBUG push 09:12:34 2024-10-14 09:12:33,929 [execute] INFO git cat-file --batch-check 09:12:34 2024-10-14 09:12:33,929 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:34 2024-10-14 09:12:33,932 [execute] INFO git rev-list b38bc60c1a3325c334fd2f22346d59399e82e8d5 -- 09:12:34 2024-10-14 09:12:33,932 [execute] DEBUG Popen(['git', 'rev-list', 'b38bc60c1a3325c334fd2f22346d59399e82e8d5', '--'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 09:12:34 2024-10-14 09:12:33,940 [execute] INFO git fetch -v origin 09:12:34 2024-10-14 09:12:33,940 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=True, shell=None, istream=None) 09:12:34 2024-10-14 09:12:34,399 [run_push] DEBUG no remote changes detected 09:12:34 2024-10-14 09:12:34,399 [execute] INFO git push origin semver 09:12:34 2024-10-14 09:12:34,399 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main/.semver, universal_newlines=False, shell=None, istream=None) 09:12:35 2024-10-14 09:12:35,159 [run_push] DEBUG push all version tags 09:12:35 2024-10-14 09:12:35,159 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:12:35 2024-10-14 09:12:35,160 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/dry_app-rfid-llrp-inventory_main, universal_newlines=False, shell=None, istream=None) 09:12:36 2024-10-14 09:12:35,812 [read_version] DEBUG read version from /w/workspace/dry_app-rfid-llrp-inventory_main/.semver/main 09:12:36 3.2.0-dev.32 [Pipeline] } 09:12:36 $ docker exec --env ******** --env ******** 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f ssh-agent -k 09:12:36 unset SSH_AUTH_SOCK; 09:12:36 unset SSH_AGENT_PID; 09:12:36 echo Agent pid 39 killed; 09:12:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:36 + git semver [Pipeline] } 09:12:36 $ docker stop --time=1 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f 09:12:38 $ docker rm -f --volumes 6d70b2a6fffc2aef3bbb600bd663e203ba6b08ce45ab8f292f680aadab5f584f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [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 09:12:38 + [ -d /w/workspace/dry_app-rfid-llrp-inventory_main/archives ] 09:12:38 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 09:12:38 total 16 09:12:38 drwxr-xr-x 3 root root 4096 Oct 14 08:51 . 09:12:38 drwxrwxr-x 12 jenkins jenkins 4096 Oct 14 09:12 .. 09:12:38 drwxr-xr-x 2 root root 4096 Oct 14 08:51 cost 09:12:38 -rw-r--r-- 1 root root 95 Oct 14 08:51 cost.csv 09:12:38 + sudo chown -R jenkins:jenkins /w/workspace/dry_app-rfid-llrp-inventory_main/archives 09:12:38 + ls -al /w/workspace/dry_app-rfid-llrp-inventory_main/archives 09:12:38 total 16 09:12:38 drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:51 . 09:12:38 drwxrwxr-x 12 jenkins jenkins 4096 Oct 14 09:12 .. 09:12:38 drwxr-xr-x 2 jenkins jenkins 4096 Oct 14 08:51 cost 09:12:38 -rw-r--r-- 1 jenkins jenkins 95 Oct 14 08:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:12:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:12:39 ---> package-listing.sh 09:12:39 ++ facter osfamily 09:12:39 ++ tr '[:upper:]' '[:lower:]' 09:12:40 + OS_FAMILY=debian 09:12:40 + workspace=/w/workspace/dry_app-rfid-llrp-inventory_main 09:12:40 + START_PACKAGES=/tmp/packages_start.txt 09:12:40 + END_PACKAGES=/tmp/packages_end.txt 09:12:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:12:40 + PACKAGES=/tmp/packages_start.txt 09:12:40 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 09:12:40 + PACKAGES=/tmp/packages_end.txt 09:12:40 + case "${OS_FAMILY}" in 09:12:40 + dpkg -l 09:12:40 + grep '^ii' 09:12:40 + '[' -f /tmp/packages_start.txt ']' 09:12:40 + '[' -f /tmp/packages_end.txt ']' 09:12:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:12:40 + '[' /w/workspace/dry_app-rfid-llrp-inventory_main ']' 09:12:40 + mkdir -p /w/workspace/dry_app-rfid-llrp-inventory_main/archives/ 09:12:40 + 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 09:12:40 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 09:12:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:12:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:41 prd-ubuntu20.04-docker-8c-8g-22731 does not seem to be running inside a container 09:12:41 $ 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 09:12:41 $ docker top c83fd2c2e9078f2dbbe0aa19430d3cb0cc9cbaaddb8cdd6ae2d0cabbe811875c -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:41 + touch /tmp/pre-build-complete [Pipeline] sh 09:12:41 + mkdir -p /var/log/sysstat [Pipeline] sh 09:12:42 + ls /var/log/sa-host 09:12:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:12:42 provisioning config files... 09:12:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_app-rfid-llrp-inventory_main@tmp/config3028526969530081698tmp [Pipeline] { [Pipeline] echo 09:12:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:12:42 ---> create-netrc.sh [Pipeline] } 09:12:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:12:42 ---> python-tools-install.sh [Pipeline] echo 09:12:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:12:43 ---> sudo-logs.sh 09:12:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:12:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:12:43 ---> job-cost.sh 09:12:43 lf-activate-venv: SKIPPING 09:12:43 DEBUG: total: 0.2199999988079071 09:12:43 INFO: Retrieving Stack Cost... 09:12:44 INFO: Retrieving Pricing Info for: v3-standard-8 09:12:44 INFO: Archiving Costs [Pipeline] echo 09:12:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:12:44 ---> logs-deploy.sh 09:12:44 lf-activate-venv: SKIPPING 09:12:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/main/185 09:12:44 INFO: archiving workspace using pattern(s): 09:12:45 Archives upload complete. 09:12:45 INFO: archiving logs to Nexus