Pull request #299 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9aafdc70cf72219a8331b734b73458934d5f0239+e83b8e1a3e8907a42e6a265f9968d04d77803185 (8e1200b8171340cf56dac336ad0ae3b97210ae98) 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-ssh12552927290693612851.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh7882394859338760180.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 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-299/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/device-rfid-llrp-go/branches/PR-299/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1027103264169418046.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/device-rfid-llrp-go/branches/PR-299/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15109835070296282624.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh5404992730435562778.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-299/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/device-rfid-llrp-go/branches/PR-299/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10427881510697787724.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 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:device-rfid-llrp-go] ========================================================= [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: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4816 in /w/workspace/undry_device-rfid-llrp-go_PR-299 [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/device-rfid-llrp-go.git > git init /w/workspace/undry_device-rfid-llrp-go_PR-299 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e83b8e1a3e8907a42e6a265f9968d04d77803185 into PR head commit 9aafdc70cf72219a8331b734b73458934d5f0239 Merge succeeded, producing 9aafdc70cf72219a8331b734b73458934d5f0239 Checking out Revision 9aafdc70cf72219a8331b734b73458934d5f0239 (PR-299) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e83b8e1a3e8907a42e6a265f9968d04d77803185 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:32:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:32:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:32:02 ========================================================= 10:32:02 EdgeX Global Pipelines Version Info 10:32:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:32:03 ------------------- 10:32:03 stable info: 10:32:03 ------------------- 10:32:03 Commited By: Ginny Guan ginny@iotechsys.com 10:32:03 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 10:32:03 Message: update stable to v1.0.260 10:32:03 ------------------- 10:32:03 experimental info: 10:32:03 ------------------- 10:32:03 Commited By: Ginny Guan ginny@iotechsys.com 10:32:03 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 10:32:03 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-299 [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-299 [Pipeline] echo 10:32:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-299 [Pipeline] echo 10:32:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo 10:32:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9aafdc7 [Pipeline] echo 10:32:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:32:06 provisioning config files... 10:32:06 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config1047979559007239528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:06 ---> ****-login.sh 10:32:06 nexus3.edgexfoundry.org:10001 10:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:07 Configure a credential helper to remove this warning. See 10:32:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:07 10:32:07 Login Succeeded 10:32:07 nexus3.edgexfoundry.org:10002 10:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:07 Configure a credential helper to remove this warning. See 10:32:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:07 10:32:07 Login Succeeded 10:32:07 nexus3.edgexfoundry.org:10003 10:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:07 Configure a credential helper to remove this warning. See 10:32:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:07 10:32:07 Login Succeeded 10:32:07 nexus3.edgexfoundry.org:10004 10:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:07 Configure a credential helper to remove this warning. See 10:32:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:07 10:32:07 Login Succeeded 10:32:07 ****.io 10:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:07 Configure a credential helper to remove this warning. See 10:32:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:07 10:32:07 Login Succeeded 10:32:07 ---> ****-login.sh ends [Pipeline] } 10:32:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:32:08 + git rev-list -1 --merges 9aafdc70cf72219a8331b734b73458934d5f0239~1..9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo 10:32:08 -----------> git rev-list -1 --merges 9aafdc70cf72219a8331b734b73458934d5f0239~1..9aafdc70cf72219a8331b734b73458934d5f0239 9aafdc70cf72219a8331b734b73458934d5f0239 [false] [Pipeline] sh 10:32:08 + git log --format=format:%s -1 9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo 10:32:08 ========================================================= 10:32:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:32:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:32:09 + git log --format=format:%s -1 9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] echo 10:32:09 [semverPrep] GIT_COMMIT: 9aafdc70cf72219a8331b734b73458934d5f0239, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 10:32:09 [semverPrep] This is not a build commit. [Pipeline] sh 10:32:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:32:09 + grep -v github /etc/ssh/ssh_known_hosts 10:32:09 + [ -e /tmp/ssh_known_hosts ] 10:32:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:32:09 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:32:09 + sudo tee -a /etc/ssh/ssh_known_hosts 10:32:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:32:10 10:32:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:32:10 0.1.4: Pulling from edgex-devops/py-git-semver 10:32:10 b85a868b505f: Pulling fs layer 10:32:10 e2be974225ed: Pulling fs layer 10:32:10 339a4e72a1f5: Pulling fs layer 10:32:10 988bab9f4d93: Pulling fs layer 10:32:10 1469e6f7b9e6: Pulling fs layer 10:32:10 eaf3925da568: Pulling fs layer 10:32:10 bab4dde63d76: Pulling fs layer 10:32:10 bde34c3a00c8: Pulling fs layer 10:32:10 b352a97aabf1: Pulling fs layer 10:32:10 4872d77fe225: Pulling fs layer 10:32:10 5851b861e8e6: Pulling fs layer 10:32:10 1469e6f7b9e6: Waiting 10:32:10 eaf3925da568: Waiting 10:32:10 bab4dde63d76: Waiting 10:32:10 bde34c3a00c8: Waiting 10:32:10 b352a97aabf1: Waiting 10:32:10 4872d77fe225: Waiting 10:32:10 5851b861e8e6: Waiting 10:32:10 988bab9f4d93: Waiting 10:32:10 e2be974225ed: Verifying Checksum 10:32:10 e2be974225ed: Download complete 10:32:10 988bab9f4d93: Verifying Checksum 10:32:10 988bab9f4d93: Download complete 10:32:10 1469e6f7b9e6: Verifying Checksum 10:32:10 1469e6f7b9e6: Download complete 10:32:11 eaf3925da568: Verifying Checksum 10:32:11 eaf3925da568: Download complete 10:32:11 339a4e72a1f5: Verifying Checksum 10:32:11 339a4e72a1f5: Download complete 10:32:11 bde34c3a00c8: Verifying Checksum 10:32:11 bde34c3a00c8: Download complete 10:32:11 b352a97aabf1: Download complete 10:32:11 4872d77fe225: Verifying Checksum 10:32:11 4872d77fe225: Download complete 10:32:11 5851b861e8e6: Verifying Checksum 10:32:11 5851b861e8e6: Download complete 10:32:11 b85a868b505f: Verifying Checksum 10:32:11 b85a868b505f: Download complete 10:32:11 bab4dde63d76: Verifying Checksum 10:32:11 bab4dde63d76: Download complete 10:32:12 b85a868b505f: Pull complete 10:32:12 e2be974225ed: Pull complete 10:32:13 339a4e72a1f5: Pull complete 10:32:13 988bab9f4d93: Pull complete 10:32:13 1469e6f7b9e6: Pull complete 10:32:13 eaf3925da568: Pull complete 10:32:15 bab4dde63d76: Pull complete 10:32:15 bde34c3a00c8: Pull complete 10:32:15 b352a97aabf1: Pull complete 10:32:15 4872d77fe225: Pull complete 10:32:15 5851b861e8e6: Pull complete 10:32:15 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:32:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:32:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:32:16 prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container 10:32:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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 10:32:21 $ docker top 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 -eo pid,comm 10:32:21 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). 10:32:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:32:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:32:21 [ssh-agent] Looking for ssh-agent implementation... 10:32:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:32:21 $ docker exec 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent 10:32:21 SSH_AUTH_SOCK=/tmp/ssh-65upbCIos4bX/agent.32 10:32:21 SSH_AGENT_PID=38 10:32:21 Running ssh-add (command line suppressed) 10:32:21 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_12740286488801461842.key (/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_12740286488801461842.key) 10:32:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:32:22 + git tag --points-at HEAD [Pipeline] } 10:32:22 $ docker exec --env ******** --env ******** 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent -k 10:32:22 unset SSH_AUTH_SOCK; 10:32:22 unset SSH_AGENT_PID; 10:32:22 echo Agent pid 38 killed; 10:32:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:32:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:32:22 [ssh-agent] Looking for ssh-agent implementation... 10:32:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:32:22 $ docker exec 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent 10:32:22 SSH_AUTH_SOCK=/tmp/ssh-EaxJzsNEd2Zn/agent.72 10:32:22 SSH_AGENT_PID=78 10:32:22 Running ssh-add (command line suppressed) 10:32:22 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_6253602788230323137.key (/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/private_key_6253602788230323137.key) 10:32:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:32:23 + git semver init 10:32:23 2024-07-02 10:32:23,410 [run_init] DEBUG init version:0.0.0 force:False 10:32:23 2024-07-02 10:32:23,411 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver 10:32:23 2024-07-02 10:32:23,412 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-299/.semver 10:32:23 2024-07-02 10:32:23,412 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-299, universal_newlines=False, shell=None, istream=None) 10:32:24 2024-07-02 10:32:24,804 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-299/.git/info/exclude 10:32:24 2024-07-02 10:32:24,804 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver/PR-299 with force:False 10:32:24 2024-07-02 10:32:24,804 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver/PR-299 10:32:24 2024-07-02 10:32:24,809 [execute] INFO git cat-file --batch-check 10:32:24 2024-07-02 10:32:24,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver, universal_newlines=False, shell=None, istream=) 10:32:24 2024-07-02 10:32:24,817 [execute] INFO git cat-file --batch 10:32:24 2024-07-02 10:32:24,817 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-299/.semver, universal_newlines=False, shell=None, istream=) 10:32:24 2024-07-02 10:32:24,824 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-299/.semver/PR-299 10:32:24 0.0.0 [Pipeline] } 10:32:24 $ docker exec --env ******** --env ******** 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 ssh-agent -k 10:32:25 unset SSH_AUTH_SOCK; 10:32:25 unset SSH_AGENT_PID; 10:32:25 echo Agent pid 78 killed; 10:32:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:32:25 + git semver [Pipeline] } 10:32:25 $ docker stop --time=1 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 10:32:27 $ docker rm -f --volumes 197a2077f13655bc85966c2f424c80d9d23b9bf60bbec4192e58e80836c39375 [Pipeline] // withDockerContainer [Pipeline] sh 10:32:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:32:27 Stashed 1 file(s) [Pipeline] echo 10:32:27 [edgeXSemver]: initialized semver on version 0.0.0 [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 10:32:28 provisioning config files... 10:32:28 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config9199900178196556908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:28 ---> ****-login.sh 10:32:28 nexus3.edgexfoundry.org:10001 10:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:28 Configure a credential helper to remove this warning. See 10:32:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:28 10:32:28 Login Succeeded 10:32:28 nexus3.edgexfoundry.org:10002 10:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:28 Configure a credential helper to remove this warning. See 10:32:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:28 10:32:28 Login Succeeded 10:32:28 nexus3.edgexfoundry.org:10003 10:32:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:29 Configure a credential helper to remove this warning. See 10:32:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:29 10:32:29 Login Succeeded 10:32:29 nexus3.edgexfoundry.org:10004 10:32:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:29 Configure a credential helper to remove this warning. See 10:32:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:29 10:32:29 Login Succeeded 10:32:29 ****.io 10:32:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:29 Configure a credential helper to remove this warning. See 10:32:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:29 10:32:29 Login Succeeded 10:32:29 ---> ****-login.sh ends [Pipeline] } 10:32:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:32:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:32:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:32:29 ========================================================= 10:32:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 10:32:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:30 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 10:32:30 Sending build context to Docker daemon 11.53MB 10:32:30 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 10:32:30 Step 2/12 : FROM ${BASE} AS builder 10:32:30 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 10:32:30 619be1103602: Pulling fs layer 10:32:30 7862e08f4a3e: Pulling fs layer 10:32:30 5df492c9dc93: Pulling fs layer 10:32:30 7629e6793208: Pulling fs layer 10:32:30 4f4fb700ef54: Pulling fs layer 10:32:30 fb5054dd5b73: Pulling fs layer 10:32:30 eeca6798cff9: Pulling fs layer 10:32:30 aa269ceb94a6: Pulling fs layer 10:32:30 ada007ff1a6a: Pulling fs layer 10:32:30 7629e6793208: Waiting 10:32:30 4f4fb700ef54: Waiting 10:32:30 fb5054dd5b73: Waiting 10:32:30 eeca6798cff9: Waiting 10:32:30 ada007ff1a6a: Waiting 10:32:30 aa269ceb94a6: Waiting 10:32:30 7862e08f4a3e: Download complete 10:32:30 7629e6793208: Download complete 10:32:30 4f4fb700ef54: Verifying Checksum 10:32:30 4f4fb700ef54: Download complete 10:32:30 619be1103602: Verifying Checksum 10:32:30 619be1103602: Download complete 10:32:30 fb5054dd5b73: Verifying Checksum 10:32:30 fb5054dd5b73: Download complete 10:32:30 eeca6798cff9: Verifying Checksum 10:32:30 eeca6798cff9: Download complete 10:32:30 619be1103602: Pull complete 10:32:30 ada007ff1a6a: Verifying Checksum 10:32:30 ada007ff1a6a: Download complete 10:32:30 7862e08f4a3e: Pull complete 10:32:31 5df492c9dc93: Verifying Checksum 10:32:31 5df492c9dc93: Download complete 10:32:31 aa269ceb94a6: Verifying Checksum 10:32:31 aa269ceb94a6: Download complete 10:32:34 5df492c9dc93: Pull complete 10:32:34 7629e6793208: Pull complete 10:32:34 4f4fb700ef54: Pull complete 10:32:34 fb5054dd5b73: Pull complete 10:32:34 eeca6798cff9: Pull complete 10:32:37 aa269ceb94a6: Pull complete 10:32:38 ada007ff1a6a: Pull complete 10:32:38 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 10:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:32:38 ---> f489d0715acc 10:32:38 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:32:43 Still waiting to schedule task 10:32:43 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:32:46 ---> Running in 70e3ce00ed3e 10:32:46 Removing intermediate container 70e3ce00ed3e 10:32:46 ---> 774bb7837a2a 10:32:46 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:32:46 ---> Running in 6eb4e2d8a8ac 10:32:46 Removing intermediate container 6eb4e2d8a8ac 10:32:46 ---> 3ea1674098dc 10:32:46 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 10:32:46 ---> Running in 91815a783082 10:32:46 Removing intermediate container 91815a783082 10:32:46 ---> 309775973c8a 10:32:46 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:32:46 ---> Running in 73868ad33522 10:32:46 Removing intermediate container 73868ad33522 10:32:46 ---> 002b08a3a170 10:32:46 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:32:46 ---> Running in 3f463ffe84c1 10:32:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:32:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:32:46 OK: 264 MiB in 52 packages 10:32:46 Removing intermediate container 3f463ffe84c1 10:32:46 ---> a71c0f01973b 10:32:46 Step 8/12 : WORKDIR /app 10:32:46 ---> Running in fcd68199fc91 10:32:46 Removing intermediate container fcd68199fc91 10:32:46 ---> a6c219920f5c 10:32:46 Step 9/12 : COPY go.mod vendor* ./ 10:32:46 ---> 08644a2d97ca 10:32:46 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:46 ---> Running in 6c0ef4a08581 10:34:08 Removing intermediate container 6c0ef4a08581 10:34:08 ---> 137617a76536 10:34:08 Step 11/12 : COPY . . 10:34:08 ---> 7d7a77c527b6 10:34:08 Step 12/12 : RUN $MAKE 10:34:08 ---> Running in 6d1534cd5a3e 10:34:08 noop 10:34:08 Removing intermediate container 6d1534cd5a3e 10:34:08 ---> 3e3fb10efe1f 10:34:08 Successfully built 3e3fb10efe1f 10:34:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:08 + docker inspect -f . ci-base-image-x86_64 10:34:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:34:09 prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container 10:34:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:34:09 $ docker top aa13e7c6b15b1b6c0cab7d81960e5c1f091829b44f042b89e425d6576382d018 -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:09 + go version 10:34:09 go version go1.21.9 linux/amd64 [Pipeline] } 10:34:09 $ docker stop --time=1 aa13e7c6b15b1b6c0cab7d81960e5c1f091829b44f042b89e425d6576382d018 10:34:11 $ docker rm -f --volumes aa13e7c6b15b1b6c0cab7d81960e5c1f091829b44f042b89e425d6576382d018 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:11 + docker inspect -f . ci-base-image-x86_64 10:34:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:34:12 prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container 10:34:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-rfid-llrp-go_PR-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:34:12 $ docker top 49d36d64efb15483cf360c986b930e662cac50e0ed8a0719d24254160c76bbfb -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:12 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-299 [Pipeline] fileExists [Pipeline] sh 10:34:13 + make test 10:34:13 go test ./... -coverprofile=coverage.out ./... 10:34:15 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 10:34:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4817 in /w/workspace/undry_device-rfid-llrp-go_PR-299 [Pipeline] { [Pipeline] ws 10:34:21 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 10:34:24 The recommended git tool is: git 10:34:32 using credential edgex-jenkins-ssh 10:34:32 Cloning the remote Git repository 10:34:32 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 10:34:32 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 10:34:32 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 10:34:32 > git --version # timeout=10 10:34:33 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 10:34:33 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 10:34:32 > git --version # 'git version 2.25.1' 10:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:35 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 10:34:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:36 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 10:34:36 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 10:34:36 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:34:37 Merging remotes/origin/main commit e83b8e1a3e8907a42e6a265f9968d04d77803185 into PR head commit 9aafdc70cf72219a8331b734b73458934d5f0239 10:34:37 Merge succeeded, producing 9aafdc70cf72219a8331b734b73458934d5f0239 10:34:37 Checking out Revision 9aafdc70cf72219a8331b734b73458934d5f0239 (PR-299) 10:34:37 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 4.025s coverage: 40.6% of statements 10:34:37 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.009s coverage: 96.4% of statements 10:34:37 ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.248s coverage: 51.9% of statements 10:34:37 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 10:34:38 > git --version # timeout=10 10:34:38 > git --version # 'git version 2.25.1' 10:34:38 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 10:34:37 > git config core.sparsecheckout # timeout=10 10:34:37 > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # timeout=10 10:34:37 > git remote # timeout=10 10:34:37 > git config --get remote.origin.url # timeout=10 10:34:37 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:37 > git merge e83b8e1a3e8907a42e6a265f9968d04d77803185 # timeout=10 10:34:37 > git rev-parse HEAD^{commit} # timeout=10 10:34:37 > git config core.sparsecheckout # timeout=10 10:34:37 > git checkout -f 9aafdc70cf72219a8331b734b73458934d5f0239 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:34:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:34:43 % Total % Received % Xferd Average Speed Time Time Time Current 10:34:43 Dload Upload Total Spent Left Speed 10:34:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 120k 0 --:--:-- --:--:-- --:--:-- 119k 100 12828 100 12828 0 0 119k 0 --:--:-- --:--:-- --:--:-- 118k [Pipeline] sh 10:34:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:34:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:34:43 + sudo tee /etc/docker/daemon.new 10:34:43 { 10:34:43 "registry-mirrors": [ 10:34:43 "https://nexus3.edgexfoundry.org:10001" 10:34:43 ], 10:34:43 "bip": "10.250.0.254/24", 10:34:43 "hosts": [ 10:34:43 "tcp://0.0.0.0:5555", 10:34:43 "unix:///var/run/docker.sock" 10:34:43 ], 10:34:43 "mtu": 1458, 10:34:43 "selinux-enabled": true, 10:34:43 "seccomp-profile": "/etc/docker/seccomp.json" 10:34:43 } [Pipeline] sh 10:34:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:34:44 + sudo service docker restart 10:34:59 go vet ./... 10:35:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:35:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:35:02 ./bin/test-attribution-txt.sh 10:35:02 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 10:35:02 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:35:02 provisioning config files... 10:35:02 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config17259272938529594485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:35:03 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 10:35:03 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 10:35:03 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 10:35:03 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 10:35:03 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 10:35:03 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 10:35:03 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 10:35:03 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 10:35:03 An attribution for golang.org/x/term is missing from Attribution.txt, please add 10:35:03 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 10:35:03 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 10:35:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 10:35:03 $ docker stop --time=1 49d36d64efb15483cf360c986b930e662cac50e0ed8a0719d24254160c76bbfb 10:35:03 ---> ****-login.sh 10:35:03 nexus3.edgexfoundry.org:10001 10:35:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:03 Configure a credential helper to remove this warning. See 10:35:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:03 10:35:03 Login Succeeded 10:35:03 nexus3.edgexfoundry.org:10002 10:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:04 Configure a credential helper to remove this warning. See 10:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:04 10:35:04 Login Succeeded 10:35:04 nexus3.edgexfoundry.org:10003 10:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:04 Configure a credential helper to remove this warning. See 10:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:04 10:35:04 Login Succeeded 10:35:04 nexus3.edgexfoundry.org:10004 10:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:05 Configure a credential helper to remove this warning. See 10:35:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:05 10:35:05 Login Succeeded 10:35:05 ****.io 10:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:05 $ docker rm -f --volumes 49d36d64efb15483cf360c986b930e662cac50e0ed8a0719d24254160c76bbfb 10:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:05 Configure a credential helper to remove this warning. See 10:35:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:05 10:35:05 Login Succeeded 10:35:05 ---> ****-login.sh ends [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 10:35:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 10:35:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:35:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo 10:35:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:35:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:35:06 ========================================================= 10:35:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 10:35:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh 10:35:07 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 10:35:07 Sending build context to Docker daemon 1.202MB 10:35:07 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 10:35:07 Step 2/12 : FROM ${BASE} AS builder 10:35:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:35:07 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:35:07 c6b39de5b339: Pulling fs layer 10:35:07 a69c41024577: Pulling fs layer 10:35:07 d6de4b400683: Pulling fs layer 10:35:07 35cb2a7552d0: Pulling fs layer 10:35:07 4f4fb700ef54: Pulling fs layer 10:35:07 464afbd9ba4c: Pulling fs layer 10:35:07 00f215d4a9da: Pulling fs layer 10:35:07 35cb2a7552d0: Waiting 10:35:07 4f4fb700ef54: Waiting 10:35:07 464afbd9ba4c: Waiting 10:35:07 d496ad576159: Pulling fs layer 10:35:07 00f215d4a9da: Waiting 10:35:07 d496ad576159: Waiting 10:35:07 a69c41024577: Verifying Checksum 10:35:07 a69c41024577: Download complete 10:35:07 35cb2a7552d0: Verifying Checksum 10:35:07 35cb2a7552d0: Download complete 10:35:07 4f4fb700ef54: Verifying Checksum 10:35:07 4f4fb700ef54: Download complete 10:35:07 c6b39de5b339: Verifying Checksum 10:35:07 c6b39de5b339: Download complete 10:35:07 464afbd9ba4c: Verifying Checksum 10:35:07 464afbd9ba4c: Download complete 10:35:07 + ls -al . 10:35:07 total 688 10:35:07 drwxrwxr-x 11 jenkins jenkins 4096 Jul 2 10:34 . 10:35:07 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:31 .. 10:35:07 -rw-rw-r-- 1 jenkins jenkins 134 Jul 2 10:31 .dockerignore 10:35:07 drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 10:34 .git 10:35:07 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:31 .github 10:35:07 -rw-rw-r-- 1 jenkins jenkins 880 Jul 2 10:31 .gitignore 10:35:07 -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 10:31 .golangci.yml 10:35:07 drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 10:32 .semver 10:35:07 -rw-rw-r-- 1 jenkins jenkins 11980 Jul 2 10:31 Attribution.txt 10:35:07 -rw-rw-r-- 1 jenkins jenkins 11677 Jul 2 10:31 CHANGELOG.md 10:35:07 -rw-rw-r-- 1 jenkins jenkins 1456 Jul 2 10:31 Dockerfile 10:35:07 -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 10:31 GOVERNANCE.md 10:35:07 -rw-rw-r-- 1 jenkins jenkins 661 Jul 2 10:31 Jenkinsfile 10:35:07 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 2 10:31 LICENSE 10:35:07 -rw-rw-r-- 1 jenkins jenkins 2179 Jul 2 10:31 Makefile 10:35:07 -rw-rw-r-- 1 jenkins jenkins 625 Jul 2 10:31 OWNERS.md 10:35:07 -rw-rw-r-- 1 jenkins jenkins 28907 Jul 2 10:31 README.md 10:35:07 -rw-rw-r-- 1 jenkins jenkins 5 Jul 2 10:32 VERSION 10:35:07 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:31 bin 10:35:07 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:31 cmd 10:35:07 -rw-r--r-- 1 jenkins jenkins 438103 Jul 2 10:34 coverage.out 10:35:07 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:31 examples 10:35:07 -rw-rw-r-- 1 jenkins jenkins 7219 Jul 2 10:31 go.mod 10:35:07 -rw-rw-r-- 1 jenkins jenkins 101949 Jul 2 10:31 go.sum 10:35:07 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:31 images 10:35:07 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:31 internal 10:35:07 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:31 pkg 10:35:07 -rw-rw-r-- 1 jenkins jenkins 193 Jul 2 10:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:35:07 d496ad576159: Verifying Checksum 10:35:07 d496ad576159: Download complete 10:35:08 + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=9aafdc70cf72219a8331b734b73458934d5f0239 --label arch=amd64 --label version=0.0.0 . 10:35:08 Sending build context to Docker daemon 11.53MB 10:35:08 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 10:35:08 Step 2/25 : FROM ${BASE} AS builder 10:35:08 ---> 3e3fb10efe1f 10:35:08 Step 3/25 : ARG ADD_BUILD_TAGS="" 10:35:08 ---> Running in e89047a58b31 10:35:08 Removing intermediate container e89047a58b31 10:35:08 ---> 6d98a49282a2 10:35:08 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:35:08 ---> Running in a0f4d79e8581 10:35:08 c6b39de5b339: Pull complete 10:35:08 Removing intermediate container a0f4d79e8581 10:35:08 ---> 749b5a3e6e67 10:35:08 Step 5/25 : ARG ALPINE_PKG_BASE="make git" 10:35:08 ---> Running in 182f1d72c455 10:35:08 Removing intermediate container 182f1d72c455 10:35:08 ---> 294a4e162ae0 10:35:08 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 10:35:08 ---> Running in fb3c891aece1 10:35:08 Removing intermediate container fb3c891aece1 10:35:08 ---> 4c82e630f23c 10:35:08 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:35:08 ---> Running in 7e25a2e4acdb 10:35:09 a69c41024577: Pull complete 10:35:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:35:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:35:09 d6de4b400683: Verifying Checksum 10:35:09 d6de4b400683: Download complete 10:35:09 OK: 264 MiB in 52 packages 10:35:10 Removing intermediate container 7e25a2e4acdb 10:35:10 ---> 511531267643 10:35:10 Step 8/25 : WORKDIR /app 10:35:10 ---> Running in 7213a44d66d1 10:35:10 Removing intermediate container 7213a44d66d1 10:35:10 ---> 485746ab0835 10:35:10 Step 9/25 : COPY go.mod vendor* ./ 10:35:10 ---> 8f5d96abc0af 10:35:10 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:10 ---> Running in 0db8067a53b4 10:35:10 00f215d4a9da: Verifying Checksum 10:35:10 00f215d4a9da: Download complete 10:35:10 Removing intermediate container 0db8067a53b4 10:35:10 ---> 60bdda61fda8 10:35:10 Step 11/25 : COPY . . 10:35:11 ---> 87cdbfaa259a 10:35:11 Step 12/25 : RUN $MAKE 10:35:11 ---> Running in f9b9a130ab31 10:35:11 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.19" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 10:35:23 d6de4b400683: Pull complete 10:35:23 35cb2a7552d0: Pull complete 10:35:23 4f4fb700ef54: Pull complete 10:35:23 464afbd9ba4c: Pull complete 10:35:31 00f215d4a9da: Pull complete 10:35:32 d496ad576159: Pull complete 10:35:32 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 10:35:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:35:32 ---> f246e2811388 10:35:32 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:35:34 ---> Running in 4d5d10d04c81 10:35:34 Removing intermediate container 4d5d10d04c81 10:35:34 ---> 9ec01807969b 10:35:34 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:35:34 ---> Running in af3dd1df282c 10:35:35 Removing intermediate container af3dd1df282c 10:35:35 ---> 982a938e6cec 10:35:35 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 10:35:35 ---> Running in bdaa6cf6bd73 10:35:35 Removing intermediate container bdaa6cf6bd73 10:35:35 ---> cb7916639c77 10:35:35 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:35:35 ---> Running in 53367b3d9a82 10:35:35 Removing intermediate container 53367b3d9a82 10:35:35 ---> 03a174484709 10:35:35 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:35:35 ---> Running in cc449a2143ac 10:35:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:38 OK: 266 MiB in 52 packages 10:35:40 Removing intermediate container cc449a2143ac 10:35:40 ---> 7479c16ee743 10:35:40 Step 8/12 : WORKDIR /app 10:35:40 ---> Running in 4ea0376a96d1 10:35:40 Removing intermediate container 4ea0376a96d1 10:35:40 ---> 549d926d3d7f 10:35:40 Step 9/12 : COPY go.mod vendor* ./ 10:35:40 ---> e240df049efe 10:35:40 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:40 ---> Running in d9fee781abe4 10:35:50 Removing intermediate container f9b9a130ab31 10:35:50 ---> 4697517432f4 10:35:50 Step 13/25 : FROM alpine:3.18 10:35:50 3.18: Pulling from library/alpine 10:35:50 73baa7ef167e: Pulling fs layer 10:35:50 73baa7ef167e: Download complete 10:35:50 73baa7ef167e: Pull complete 10:35:50 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 10:35:50 Status: Downloaded newer image for alpine:3.18 10:35:50 ---> 8fd7cac70a4a 10:35:50 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:35:50 ---> Running in f357bf051a39 10:35:50 Removing intermediate container f357bf051a39 10:35:50 ---> 773691cb02b0 10:35:50 Step 15/25 : RUN apk add --update --no-cache dumb-init 10:35:50 ---> Running in aaef5177b15e 10:35:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:35:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:35:51 (1/1) Installing dumb-init (1.2.5-r2) 10:35:51 Executing busybox-1.36.1-r7.trigger 10:35:51 OK: 7 MiB in 16 packages 10:35:51 Removing intermediate container aaef5177b15e 10:35:51 ---> d57d801f957e 10:35:51 Step 16/25 : RUN apk --no-cache upgrade 10:35:51 ---> Running in 6199987c02d9 10:35:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:35:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:35:52 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 10:35:52 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 10:35:52 OK: 7 MiB in 16 packages 10:35:52 Removing intermediate container 6199987c02d9 10:35:52 ---> 4efa03532885 10:35:52 Step 17/25 : COPY --from=builder /app/LICENSE / 10:35:52 ---> b7cdef695cb4 10:35:52 Step 18/25 : COPY --from=builder /app/Attribution.txt / 10:35:53 ---> 954fbc3a9f4c 10:35:53 Step 19/25 : COPY --from=builder /app/cmd/ / 10:35:54 ---> 008b209c4b4b 10:35:54 Step 20/25 : EXPOSE 59989 10:35:54 ---> Running in 65025e43517a 10:35:54 Removing intermediate container 65025e43517a 10:35:54 ---> 5484156b4d3b 10:35:54 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 10:35:54 ---> Running in 15d37f19803d 10:35:54 Removing intermediate container 15d37f19803d 10:35:54 ---> 62896a111b33 10:35:54 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:35:54 ---> Running in cab807c0b448 10:35:54 Removing intermediate container cab807c0b448 10:35:54 ---> d07582051fa7 10:35:54 Step 23/25 : LABEL arch=amd64 10:35:54 ---> Running in b92a2a28282a 10:35:54 Removing intermediate container b92a2a28282a 10:35:54 ---> af829d1c50b5 10:35:54 Step 24/25 : LABEL git_sha=9aafdc70cf72219a8331b734b73458934d5f0239 10:35:54 ---> Running in 9637d4290597 10:35:55 Removing intermediate container 9637d4290597 10:35:55 ---> 74704bc49eeb 10:35:55 Step 25/25 : LABEL version=0.0.0 10:35:55 ---> Running in 3ff0d4be1ccd 10:35:55 Removing intermediate container 3ff0d4be1ccd 10:35:55 ---> da326ddfc479 10:35:55 [Warning] One or more build-args [ARCH] were not consumed 10:35:55 Successfully built da326ddfc479 10:35:55 Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:35:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:35:56 10:35:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:35:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:35:56 latest: Pulling from edgex-lftools-log-publisher 10:35:56 5eb5b503b376: Pulling fs layer 10:35:56 5c69ac0246d0: Pulling fs layer 10:35:56 ec43610c2a17: Pulling fs layer 10:35:56 3a2ae6a8a46f: Pulling fs layer 10:35:56 33b1e0a273af: Pulling fs layer 10:35:56 5d3b04190fa2: Pulling fs layer 10:35:56 2f39f015ded8: Pulling fs layer 10:35:56 33b1e0a273af: Waiting 10:35:56 3a2ae6a8a46f: Waiting 10:35:56 5d3b04190fa2: Waiting 10:35:56 2f39f015ded8: Waiting 10:35:56 5c69ac0246d0: Verifying Checksum 10:35:56 5c69ac0246d0: Download complete 10:35:56 3a2ae6a8a46f: Verifying Checksum 10:35:56 3a2ae6a8a46f: Download complete 10:35:56 33b1e0a273af: Verifying Checksum 10:35:56 33b1e0a273af: Download complete 10:35:56 ec43610c2a17: Verifying Checksum 10:35:56 ec43610c2a17: Download complete 10:35:56 5d3b04190fa2: Verifying Checksum 10:35:56 5d3b04190fa2: Download complete 10:35:56 5eb5b503b376: Verifying Checksum 10:35:56 5eb5b503b376: Download complete 10:35:57 2f39f015ded8: Download complete 10:35:58 5eb5b503b376: Pull complete 10:35:58 5c69ac0246d0: Pull complete 10:35:58 ec43610c2a17: Pull complete 10:35:58 3a2ae6a8a46f: Pull complete 10:35:59 33b1e0a273af: Pull complete 10:35:59 5d3b04190fa2: Pull complete 10:36:04 2f39f015ded8: Pull complete 10:36:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:36:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:36:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:36:04 prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container 10:36:04 $ 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/undry_device-rfid-llrp-go_PR-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:36:08 $ docker top 6f1d33865b57ead1e7988a03aaa60b16dc14e3a9bb95c0286cad2dc9d4c5d472 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:36:09 ---> job-cost.sh 10:36:09 lf-activate-venv: SKIPPING 10:36:09 INFO: No Stack... 10:36:09 INFO: Retrieving Pricing Info for: v3-standard-8 10:36:09 INFO: Archiving Costs [Pipeline] sh 10:36:10 + cat /w/workspace/undry_device-rfid-llrp-go_PR-299/archives/cost.csv 10:36:10 + cut -d, -f6 [Pipeline] lock 10:36:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] 10:36:10 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] did not exist. Created. 10:36:10 Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:36:10 + echo total: 0.2199999988079071 [Pipeline] stash 10:36:10 Stashed 1 file(s) [Pipeline] } 10:36:10 Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:36:10 $ docker stop --time=1 6f1d33865b57ead1e7988a03aaa60b16dc14e3a9bb95c0286cad2dc9d4c5d472 10:36:11 $ docker rm -f --volumes 6f1d33865b57ead1e7988a03aaa60b16dc14e3a9bb95c0286cad2dc9d4c5d472 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:37:32 Removing intermediate container d9fee781abe4 10:37:32 ---> d04feb570f6a 10:37:32 Step 11/12 : COPY . . 10:37:32 ---> 39e48c949e72 10:37:32 Step 12/12 : RUN $MAKE 10:37:32 ---> Running in 6c8d20c57539 10:37:32 noop 10:37:32 Removing intermediate container 6c8d20c57539 10:37:32 ---> ca417de548df 10:37:32 Successfully built ca417de548df 10:37:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:32 + docker inspect -f . ci-base-image-arm64 10:37:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:33 prd-ubuntu20.04-docker-arm64-4c-16g-4817 does not seem to be running inside a container 10:37:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 10:37:34 $ docker top d6721cb29a7d854c40150cf3d75c08c9c6a96e3a32d250ae69014eac3cf8d503 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:35 + go version 10:37:35 go version go1.21.9 linux/arm64 [Pipeline] } 10:37:35 $ docker stop --time=1 d6721cb29a7d854c40150cf3d75c08c9c6a96e3a32d250ae69014eac3cf8d503 10:37:36 $ docker rm -f --volumes d6721cb29a7d854c40150cf3d75c08c9c6a96e3a32d250ae69014eac3cf8d503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:37 + docker inspect -f . ci-base-image-arm64 10:37:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:38 prd-ubuntu20.04-docker-arm64-4c-16g-4817 does not seem to be running inside a container 10:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 10:37:39 $ docker top b91f4f26c02bb79b1ed602ac80a10df5989398e425b7e708ea87400c3e3fa59e -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:40 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 10:37:40 + make test 10:37:40 go test ./... -coverprofile=coverage.out ./... 10:37:47 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 10:41:09 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 10:41:09 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 10:41:27 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 25.189s coverage: 40.6% of statements 10:41:27 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.043s coverage: 96.4% of statements 10:41:27 ok github.com/edgexfoundry/device-rfid-llrp-go/pkg/llrp 0.555s coverage: 51.9% of statements 10:41:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:41:29 go vet ./... 10:42:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:42:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:42:16 ./bin/test-attribution-txt.sh 10:42:16 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 10:42:16 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 10:42:16 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 10:42:16 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 10:42:16 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 10:42:16 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 10:42:16 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 10:42:16 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 10:42:16 An attribution for golang.org/x/term is missing from Attribution.txt, please add 10:42:16 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 10:42:16 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 10:42:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 10:42:16 $ docker stop --time=1 b91f4f26c02bb79b1ed602ac80a10df5989398e425b7e708ea87400c3e3fa59e 10:42:18 $ docker rm -f --volumes b91f4f26c02bb79b1ed602ac80a10df5989398e425b7e708ea87400c3e3fa59e [Pipeline] // withDockerContainer [Pipeline] sh 10:42:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:42:19 Warning: overwriting stash ‘coverage-report’ 10:42:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:42:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:42:21 + ls -al . 10:42:21 total 684 10:42:21 drwxrwxr-x 10 jenkins jenkins 4096 Jul 2 10:37 . 10:42:21 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:34 .. 10:42:21 -rw-rw-r-- 1 jenkins jenkins 134 Jul 2 10:34 .dockerignore 10:42:21 drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 10:34 .git 10:42:21 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:34 .github 10:42:21 -rw-rw-r-- 1 jenkins jenkins 880 Jul 2 10:34 .gitignore 10:42:21 -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 10:34 .golangci.yml 10:42:21 -rw-rw-r-- 1 jenkins jenkins 11980 Jul 2 10:34 Attribution.txt 10:42:21 -rw-rw-r-- 1 jenkins jenkins 11677 Jul 2 10:34 CHANGELOG.md 10:42:21 -rw-rw-r-- 1 jenkins jenkins 1456 Jul 2 10:34 Dockerfile 10:42:21 -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 10:34 GOVERNANCE.md 10:42:21 -rw-rw-r-- 1 jenkins jenkins 661 Jul 2 10:34 Jenkinsfile 10:42:21 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 2 10:34 LICENSE 10:42:21 -rw-rw-r-- 1 jenkins jenkins 2179 Jul 2 10:34 Makefile 10:42:21 -rw-rw-r-- 1 jenkins jenkins 625 Jul 2 10:34 OWNERS.md 10:42:21 -rw-rw-r-- 1 jenkins jenkins 28907 Jul 2 10:34 README.md 10:42:21 -rw-rw-r-- 1 jenkins jenkins 5 Jul 2 10:32 VERSION 10:42:21 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:34 bin 10:42:21 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:34 cmd 10:42:21 -rw-r--r-- 1 jenkins jenkins 438103 Jul 2 10:41 coverage.out 10:42:21 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:34 examples 10:42:21 -rw-rw-r-- 1 jenkins jenkins 7219 Jul 2 10:34 go.mod 10:42:21 -rw-rw-r-- 1 jenkins jenkins 101949 Jul 2 10:34 go.sum 10:42:21 drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 10:34 images 10:42:21 drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 10:34 internal 10:42:21 drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 10:34 pkg 10:42:21 -rw-rw-r-- 1 jenkins jenkins 193 Jul 2 10:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:21 + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9aafdc70cf72219a8331b734b73458934d5f0239 --label arch=arm64 --label version=0.0.0 . 10:42:22 Sending build context to Docker daemon 1.202MB 10:42:22 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 10:42:22 Step 2/25 : FROM ${BASE} AS builder 10:42:22 ---> ca417de548df 10:42:22 Step 3/25 : ARG ADD_BUILD_TAGS="" 10:42:22 ---> Running in 202f273a5e28 10:42:22 Removing intermediate container 202f273a5e28 10:42:22 ---> 54e7ae378556 10:42:22 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:42:22 ---> Running in 15a2b4062385 10:42:22 Removing intermediate container 15a2b4062385 10:42:22 ---> af4a0f94c738 10:42:22 Step 5/25 : ARG ALPINE_PKG_BASE="make git" 10:42:22 ---> Running in 0de9bf24d598 10:42:23 Removing intermediate container 0de9bf24d598 10:42:23 ---> e50d079a820b 10:42:23 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 10:42:23 ---> Running in 02e6bd2aa3dc 10:42:23 Removing intermediate container 02e6bd2aa3dc 10:42:23 ---> cf51367a15c6 10:42:23 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:42:23 ---> Running in 6b37c2d88da9 10:42:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:42:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:42:26 OK: 266 MiB in 52 packages 10:42:26 Removing intermediate container 6b37c2d88da9 10:42:26 ---> 65fb885dc684 10:42:26 Step 8/25 : WORKDIR /app 10:42:26 ---> Running in afb4d8d4b817 10:42:27 Removing intermediate container afb4d8d4b817 10:42:27 ---> 622bd19092fc 10:42:27 Step 9/25 : COPY go.mod vendor* ./ 10:42:27 ---> b07a42d098c1 10:42:27 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:27 ---> Running in fd33aae945ab 10:42:30 Removing intermediate container fd33aae945ab 10:42:30 ---> 929b04e9dd88 10:42:30 Step 11/25 : COPY . . 10:42:30 ---> d7a7b45f4481 10:42:30 Step 12/25 : RUN $MAKE 10:42:30 ---> Running in 2344f5e1eb2b 10:42:31 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.19" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 10:45:53 Removing intermediate container 2344f5e1eb2b 10:45:53 ---> 0d21d73d60ea 10:45:53 Step 13/25 : FROM alpine:3.18 10:45:53 3.18: Pulling from library/alpine 10:45:53 5c905c7ebe2f: Pulling fs layer 10:45:53 5c905c7ebe2f: Verifying Checksum 10:45:53 5c905c7ebe2f: Download complete 10:45:53 5c905c7ebe2f: Pull complete 10:45:53 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 10:45:53 Status: Downloaded newer image for alpine:3.18 10:45:53 ---> dec292d02e07 10:45:53 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 10:45:53 ---> Running in db497a5bd16d 10:45:53 Removing intermediate container db497a5bd16d 10:45:53 ---> b0516cbdda14 10:45:53 Step 15/25 : RUN apk add --update --no-cache dumb-init 10:45:53 ---> Running in 1f8d12cba7b0 10:45:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:45:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:45:56 (1/1) Installing dumb-init (1.2.5-r2) 10:45:56 Executing busybox-1.36.1-r7.trigger 10:45:56 OK: 8 MiB in 16 packages 10:45:57 Removing intermediate container 1f8d12cba7b0 10:45:57 ---> 92d118c15c35 10:45:57 Step 16/25 : RUN apk --no-cache upgrade 10:45:57 ---> Running in 9e5345bc91d4 10:45:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:45:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:45:59 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 10:45:59 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 10:45:59 OK: 8 MiB in 16 packages 10:46:00 Removing intermediate container 9e5345bc91d4 10:46:00 ---> 49ec92e54e60 10:46:00 Step 17/25 : COPY --from=builder /app/LICENSE / 10:46:01 ---> bad931813a6f 10:46:01 Step 18/25 : COPY --from=builder /app/Attribution.txt / 10:46:01 ---> 1c3ee5292ce6 10:46:01 Step 19/25 : COPY --from=builder /app/cmd/ / 10:46:04 ---> 51728323ad87 10:46:04 Step 20/25 : EXPOSE 59989 10:46:04 ---> Running in 16b76e15b491 10:46:04 Removing intermediate container 16b76e15b491 10:46:04 ---> b8b6d042f350 10:46:04 Step 21/25 : ENTRYPOINT ["/device-rfid-llrp"] 10:46:04 ---> Running in 517ab310ee5a 10:46:04 Removing intermediate container 517ab310ee5a 10:46:04 ---> 03f9b671dda7 10:46:04 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:46:04 ---> Running in 87b886c11d65 10:46:04 Removing intermediate container 87b886c11d65 10:46:04 ---> 3ce95b8a6ecf 10:46:04 Step 23/25 : LABEL arch=arm64 10:46:04 ---> Running in c576239994d2 10:46:05 Removing intermediate container c576239994d2 10:46:05 ---> e42aec466e4a 10:46:05 Step 24/25 : LABEL git_sha=9aafdc70cf72219a8331b734b73458934d5f0239 10:46:05 ---> Running in f4585696f7e6 10:46:05 Removing intermediate container f4585696f7e6 10:46:05 ---> 5d2d0d68b5da 10:46:05 Step 25/25 : LABEL version=0.0.0 10:46:05 ---> Running in 42731c0f8b52 10:46:05 Removing intermediate container 42731c0f8b52 10:46:05 ---> 95fc05d0bf87 10:46:05 [Warning] One or more build-args [ARCH] were not consumed 10:46:05 Successfully built 95fc05d0bf87 10:46:05 Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:46:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:46:06 10:46:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:46:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:46:07 arm64: Pulling from edgex-lftools-log-publisher 10:46:07 8998bd30e6a1: Pulling fs layer 10:46:07 04944245beec: Pulling fs layer 10:46:07 699f458cf7ca: Pulling fs layer 10:46:07 765212b225bb: Pulling fs layer 10:46:07 f23df028b6ca: Pulling fs layer 10:46:07 d65c8cfc05b1: Pulling fs layer 10:46:07 2437ff75d9bd: Pulling fs layer 10:46:07 765212b225bb: Waiting 10:46:07 f23df028b6ca: Waiting 10:46:07 d65c8cfc05b1: Waiting 10:46:07 2437ff75d9bd: Waiting 10:46:07 04944245beec: Verifying Checksum 10:46:07 04944245beec: Download complete 10:46:07 765212b225bb: Verifying Checksum 10:46:07 765212b225bb: Download complete 10:46:07 f23df028b6ca: Verifying Checksum 10:46:07 f23df028b6ca: Download complete 10:46:07 d65c8cfc05b1: Verifying Checksum 10:46:07 d65c8cfc05b1: Download complete 10:46:07 699f458cf7ca: Download complete 10:46:08 8998bd30e6a1: Verifying Checksum 10:46:08 8998bd30e6a1: Download complete 10:46:10 2437ff75d9bd: Verifying Checksum 10:46:10 2437ff75d9bd: Download complete 10:46:12 8998bd30e6a1: Pull complete 10:46:13 04944245beec: Pull complete 10:46:14 699f458cf7ca: Pull complete 10:46:14 765212b225bb: Pull complete 10:46:15 f23df028b6ca: Pull complete 10:46:15 d65c8cfc05b1: Pull complete 10:46:34 2437ff75d9bd: Pull complete 10:46:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:46:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:46:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:46:56 prd-ubuntu20.04-docker-arm64-4c-16g-4817 does not seem to be running inside a container 10:46:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/1 -v /w/workspace/device-rfid-llrp-go/1:/w/workspace/device-rfid-llrp-go/1:rw,z -v /w/workspace/device-rfid-llrp-go/1@tmp:/w/workspace/device-rfid-llrp-go/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:46:58 $ docker top 521b26c4ddfb8d09e0c286718f609ea757f5be1042daab498717d11693525ae5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:46:59 ---> job-cost.sh 10:46:59 lf-activate-venv: SKIPPING 10:46:59 INFO: No Stack... 10:46:59 INFO: Retrieving Pricing Info for: v3-standard-4 10:47:00 INFO: Archiving Costs [Pipeline] sh 10:47:01 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 10:47:01 + cut -d, -f6 [Pipeline] lock 10:47:01 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] 10:47:01 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] did not exist. Created. 10:47:01 Lock acquired on [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:47:02 /w/workspace/device-rfid-llrp-go/1@tmp/durable-99058a16/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:47:02 + echo total: 0.10999999940395355 [Pipeline] stash 10:47:02 Warning: overwriting stash ‘stack-cost’ 10:47:02 Stashed 1 file(s) [Pipeline] } 10:47:02 Lock released on resource [Resource: jenkins-edgexfoundry-device-rfid-llrp-go-PR-299-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:47:03 $ docker stop --time=1 521b26c4ddfb8d09e0c286718f609ea757f5be1042daab498717d11693525ae5 10:47:04 $ docker rm -f --volumes 521b26c4ddfb8d09e0c286718f609ea757f5be1042daab498717d11693525ae5 [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 10:47:05 provisioning config files... 10:47:05 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config8801299848559298463tmp [Pipeline] { [Pipeline] sh 10:47:06 + set +x 10:47:06 + bash -s -- 10:47:06 + curl -s https://codecov.io/bash 10:47:06 10:47:06 _____ _ 10:47:06 / ____| | | 10:47:06 | | ___ __| | ___ ___ _____ __ 10:47:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:47:06 | |___| (_) | (_| | __/ (_| (_) \ V / 10:47:06 \_____\___/ \__,_|\___|\___\___/ \_/ 10:47:06 Bash-1.0.6 10:47:06 10:47:06 10:47:06 ==> git version 2.25.1 found 10:47:06 ==> 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 10:47:06 Release-Date: 2020-01-08 10:47:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:47:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:47:06 ==> Jenkins CI detected. 10:47:06 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-299 10:47:06 project root: . 10:47:06 --> token set from env 10:47:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:47:06 ==> Running gcov in . (disable via -X gcov) 10:47:06 ==> Python coveragepy not found 10:47:06 ==> Searching for coverage reports in: 10:47:06 + . 10:47:06 -> Found 1 reports 10:47:06 ==> Detecting git/mercurial file structure 10:47:06 ==> Reading reports 10:47:06 + ./coverage.out bytes=438103 10:47:06 ==> Appending adjustments 10:47:06 https://docs.codecov.io/docs/fixing-reports 10:47:06 + Found adjustments 10:47:06 ==> Gzipping contents 10:47:06 52K /tmp/codecov.QwQoc0.gz 10:47:06 ==> Uploading reports 10:47:06 url: https://codecov.io 10:47:06 query: branch=PR-299&commit=9aafdc70cf72219a8331b734b73458934d5f0239&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-299%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=299&job=&cmd_args= 10:47:06 -> Pinging Codecov 10:47:06 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-299&commit=9aafdc70cf72219a8331b734b73458934d5f0239&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-299%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=299&job=&cmd_args= 10:47:06 -> Uploading to 10:47:06 https://storage.googleapis.com/codecov/v4/raw/2024-07-02/581DD39554BDF9B6E22D074273EAD858/9aafdc70cf72219a8331b734b73458934d5f0239/5576be04-fb46-4cdb-a198-5268a6b3013a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240702%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240702T104706Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=248a8357c409a22012accab42323cca60a5fd704f83e0221ed7f135203fa2419 10:47:06 % Total % Received % Xferd Average Speed Time Time Time Current 10:47:06 Dload Upload Total Spent Left Speed 10:47:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50179 0 0 100 50179 0 198k --:--:-- --:--:-- --:--:-- 198k 10:47:07 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/9aafdc70cf72219a8331b734b73458934d5f0239 [Pipeline] } 10:47:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [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) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 10:47:09 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-299/archives ] 10:47:09 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-299/archives 10:47:09 total 16 10:47:09 drwxr-xr-x 3 root root 4096 Jul 2 10:36 . 10:47:09 drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 10:36 .. 10:47:09 drwxr-xr-x 2 root root 4096 Jul 2 10:36 cost 10:47:09 -rw-r--r-- 1 root root 91 Jul 2 10:36 cost.csv 10:47:09 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-299/archives 10:47:09 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-299/archives 10:47:09 total 16 10:47:09 drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 10:36 . 10:47:09 drwxrwxr-x 12 jenkins jenkins 4096 Jul 2 10:36 .. 10:47:09 drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 10:36 cost 10:47:09 -rw-r--r-- 1 jenkins jenkins 91 Jul 2 10:36 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:47:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:47:10 ---> package-listing.sh 10:47:10 ++ facter osfamily 10:47:10 ++ tr '[:upper:]' '[:lower:]' 10:47:10 + OS_FAMILY=debian 10:47:10 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-299 10:47:10 + START_PACKAGES=/tmp/packages_start.txt 10:47:10 + END_PACKAGES=/tmp/packages_end.txt 10:47:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:47:10 + PACKAGES=/tmp/packages_start.txt 10:47:10 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-299 ']' 10:47:10 + PACKAGES=/tmp/packages_end.txt 10:47:10 + case "${OS_FAMILY}" in 10:47:10 + dpkg -l 10:47:10 + grep '^ii' 10:47:10 + '[' -f /tmp/packages_start.txt ']' 10:47:10 + '[' -f /tmp/packages_end.txt ']' 10:47:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:47:10 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-299 ']' 10:47:10 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-299/archives/ 10:47:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-299/archives/ [Pipeline] echo 10:47:11 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/undry_device-rfid-llrp-go_PR-299/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:47:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:47:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:47:12 prd-ubuntu20.04-docker-8c-8g-4816 does not seem to be running inside a container 10:47:12 $ 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/undry_device-rfid-llrp-go_PR-299/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-rfid-llrp-go_PR-299 -v /w/workspace/undry_device-rfid-llrp-go_PR-299:/w/workspace/undry_device-rfid-llrp-go_PR-299:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-299@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-299@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:47:12 $ docker top f664a62ee670c3bd6d8486ddf1e09dc8c2af509d4e7c04d6badb02e337f77913 -eo pid,comm [Pipeline] { [Pipeline] sh 10:47:12 + touch /tmp/pre-build-complete [Pipeline] sh 10:47:13 + mkdir -p /var/log/sysstat [Pipeline] sh 10:47:13 + ls /var/log/sa-host 10:47:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:47:13 provisioning config files... 10:47:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-299@tmp/config2837550872845133816tmp [Pipeline] { [Pipeline] echo 10:47:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:47:14 ---> create-netrc.sh [Pipeline] } 10:47:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:47:14 ---> python-tools-install.sh [Pipeline] echo 10:47:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:47:15 ---> sudo-logs.sh 10:47:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:47:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:47:15 ---> job-cost.sh 10:47:15 lf-activate-venv: SKIPPING 10:47:15 DEBUG: total: 0.2199999988079071 10:47:15 INFO: Retrieving Stack Cost... 10:47:16 INFO: Retrieving Pricing Info for: v3-standard-8 10:47:16 INFO: Archiving Costs [Pipeline] echo 10:47:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:47:16 ---> logs-deploy.sh 10:47:16 lf-activate-venv: SKIPPING 10:47:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-299/1 10:47:16 INFO: archiving workspace using pattern(s): 10:47:17 Archives upload complete. 10:47:17 INFO: archiving logs to Nexus