Pull request #209 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f228a1f9eaa93b131566251ccb36f6cc4e7ab124+85826e77fb29969954e3475a8ff39b67fe868a1c (31d286b6106fc7ecd08cd79ff2475ae1f60fbfe4) 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-ssh15106654111061906195.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh4318796160307206636.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-209/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-209/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16199285627093889768.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-209/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2808241405451446191.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh3047757317104809653.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-209/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-209/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15860040353715338607.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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-9276 in /w/workspace/undry_device-rfid-llrp-go_PR-209 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-209 # 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 > 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/209/head:refs/remotes/origin/PR-209 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit f228a1f9eaa93b131566251ccb36f6cc4e7ab124 Merge succeeded, producing f228a1f9eaa93b131566251ccb36f6cc4e7ab124 Checking out Revision f228a1f9eaa93b131566251ccb36f6cc4e7ab124 (PR-209) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:59:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # 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 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:59:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:59:20 ========================================================= 10:59:20 EdgeX Global Pipelines Version Info 10:59:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:59:21 ------------------- 10:59:21 stable info: 10:59:21 ------------------- 10:59:21 Commited By: Bill Mahoney bill.mahoney@intel.com 10:59:21 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 10:59:21 Message: update stable to v1.0.248 10:59:21 ------------------- 10:59:21 experimental info: 10:59:21 ------------------- 10:59:21 Commited By: **** collab-it+edgex@linuxfoundation.org 10:59:21 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 10:59:21 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:59:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-209 [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-209 [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-209 [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f228a1f [Pipeline] echo 10:59:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:59:23 provisioning config files... 10:59:23 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config14125853962998946464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:24 ---> docker-login.sh 10:59:24 nexus3.edgexfoundry.org:10001 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:24 Configure a credential helper to remove this warning. See 10:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:24 10:59:24 Login Succeeded 10:59:24 nexus3.edgexfoundry.org:10002 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:24 Configure a credential helper to remove this warning. See 10:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:24 10:59:24 Login Succeeded 10:59:24 nexus3.edgexfoundry.org:10003 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:24 Configure a credential helper to remove this warning. See 10:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:24 10:59:24 Login Succeeded 10:59:24 nexus3.edgexfoundry.org:10004 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:24 Configure a credential helper to remove this warning. See 10:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:24 10:59:24 Login Succeeded 10:59:24 docker.io 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:25 Configure a credential helper to remove this warning. See 10:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:25 10:59:25 Login Succeeded 10:59:25 ---> docker-login.sh ends [Pipeline] } 10:59:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:59:25 + git rev-list -1 --merges f228a1f9eaa93b131566251ccb36f6cc4e7ab124~1..f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo 10:59:25 -----------> git rev-list -1 --merges f228a1f9eaa93b131566251ccb36f6cc4e7ab124~1..f228a1f9eaa93b131566251ccb36f6cc4e7ab124 f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [false] [Pipeline] sh 10:59:26 + git log --format=format:%s -1 f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo 10:59:26 ========================================================= 10:59:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:59:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:59:26 + git log --format=format:%s -1 f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] echo 10:59:26 [semverPrep] GIT_COMMIT: f228a1f9eaa93b131566251ccb36f6cc4e7ab124, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo 10:59:26 [semverPrep] This is not a build commit. [Pipeline] sh 10:59:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:59:27 + grep -v github /etc/ssh/ssh_known_hosts 10:59:27 + [ -e /tmp/ssh_known_hosts ] 10:59:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:59:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:59:27 + sudo tee -a /etc/ssh/ssh_known_hosts 10:59:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:27 10:59:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:28 0.1.4: Pulling from edgex-devops/py-git-semver 10:59:28 b85a868b505f: Pulling fs layer 10:59:28 e2be974225ed: Pulling fs layer 10:59:28 339a4e72a1f5: Pulling fs layer 10:59:28 988bab9f4d93: Pulling fs layer 10:59:28 1469e6f7b9e6: Pulling fs layer 10:59:28 eaf3925da568: Pulling fs layer 10:59:28 bab4dde63d76: Pulling fs layer 10:59:28 bde34c3a00c8: Pulling fs layer 10:59:28 b352a97aabf1: Pulling fs layer 10:59:28 4872d77fe225: Pulling fs layer 10:59:28 5851b861e8e6: Pulling fs layer 10:59:28 988bab9f4d93: Waiting 10:59:28 1469e6f7b9e6: Waiting 10:59:28 eaf3925da568: Waiting 10:59:28 b352a97aabf1: Waiting 10:59:28 4872d77fe225: Waiting 10:59:28 5851b861e8e6: Waiting 10:59:28 bde34c3a00c8: Waiting 10:59:28 bab4dde63d76: Waiting 10:59:28 e2be974225ed: Verifying Checksum 10:59:28 e2be974225ed: Download complete 10:59:28 988bab9f4d93: Verifying Checksum 10:59:28 988bab9f4d93: Download complete 10:59:28 1469e6f7b9e6: Verifying Checksum 10:59:28 1469e6f7b9e6: Download complete 10:59:28 eaf3925da568: Verifying Checksum 10:59:28 339a4e72a1f5: Verifying Checksum 10:59:28 339a4e72a1f5: Download complete 10:59:28 bde34c3a00c8: Verifying Checksum 10:59:28 bde34c3a00c8: Download complete 10:59:28 b352a97aabf1: Download complete 10:59:28 4872d77fe225: Verifying Checksum 10:59:28 4872d77fe225: Download complete 10:59:28 5851b861e8e6: Download complete 10:59:28 b85a868b505f: Verifying Checksum 10:59:28 b85a868b505f: Download complete 10:59:28 bab4dde63d76: Verifying Checksum 10:59:28 bab4dde63d76: Download complete 10:59:29 b85a868b505f: Pull complete 10:59:29 e2be974225ed: Pull complete 10:59:30 339a4e72a1f5: Pull complete 10:59:30 988bab9f4d93: Pull complete 10:59:30 1469e6f7b9e6: Pull complete 10:59:30 eaf3925da568: Pull complete 10:59:32 bab4dde63d76: Pull complete 10:59:32 bde34c3a00c8: Pull complete 10:59:32 b352a97aabf1: Pull complete 10:59:32 4872d77fe225: Pull complete 10:59:32 5851b861e8e6: Pull complete 10:59:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:59:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:59:32 prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container 10:59:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@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:59:35 $ docker top 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 -eo pid,comm 10:59:35 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:59:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:59:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:59:35 [ssh-agent] Looking for ssh-agent implementation... 10:59:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:59:35 $ docker exec 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent 10:59:35 SSH_AUTH_SOCK=/tmp/ssh-LwuE2oILektV/agent.33 10:59:35 SSH_AGENT_PID=39 10:59:35 Running ssh-add (command line suppressed) 10:59:35 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_11652973618405447155.key (/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_11652973618405447155.key) 10:59:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:59:36 + git tag --points-at HEAD [Pipeline] } 10:59:36 $ docker exec --env ******** --env ******** 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent -k 10:59:36 unset SSH_AUTH_SOCK; 10:59:36 unset SSH_AGENT_PID; 10:59:36 echo Agent pid 39 killed; 10:59:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:59:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:59:36 [ssh-agent] Looking for ssh-agent implementation... 10:59:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:59:36 $ docker exec 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent 10:59:36 SSH_AUTH_SOCK=/tmp/ssh-uUpEHQk19zs0/agent.70 10:59:36 SSH_AGENT_PID=76 10:59:36 Running ssh-add (command line suppressed) 10:59:36 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_3028097817071918241.key (/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/private_key_3028097817071918241.key) 10:59:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:59:37 + git semver init 10:59:37 2023-04-21 10:59:37,405 [run_init] DEBUG init version:0.0.0 force:False 10:59:37 2023-04-21 10:59:37,406 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver 10:59:37 2023-04-21 10:59:37,407 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-209/.semver 10:59:37 2023-04-21 10:59:37,407 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-209, universal_newlines=False, shell=None, istream=None) 10:59:38 2023-04-21 10:59:38,182 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-209/.git/info/exclude 10:59:38 2023-04-21 10:59:38,182 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver/PR-209 with force:False 10:59:38 2023-04-21 10:59:38,183 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver/PR-209 10:59:38 2023-04-21 10:59:38,187 [execute] INFO git cat-file --batch-check 10:59:38 2023-04-21 10:59:38,187 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver, universal_newlines=False, shell=None, istream=) 10:59:38 2023-04-21 10:59:38,193 [execute] INFO git cat-file --batch 10:59:38 2023-04-21 10:59:38,193 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-209/.semver, universal_newlines=False, shell=None, istream=) 10:59:38 2023-04-21 10:59:38,196 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-209/.semver/PR-209 10:59:38 0.0.0 [Pipeline] } 10:59:38 $ docker exec --env ******** --env ******** 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 ssh-agent -k 10:59:38 unset SSH_AUTH_SOCK; 10:59:38 unset SSH_AGENT_PID; 10:59:38 echo Agent pid 76 killed; 10:59:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:59:39 + git semver [Pipeline] } 10:59:39 $ docker stop --time=1 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 10:59:40 $ docker rm -f --volumes 002475df58517e2d98cdc12d10cf8588ecc23cc42002e74efce75adbf1944287 [Pipeline] // withDockerContainer [Pipeline] sh 10:59:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:59:41 Stashed 1 file(s) [Pipeline] echo 10:59:41 [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:59:41 provisioning config files... 10:59:41 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config3337306085844464921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:42 ---> docker-login.sh 10:59:42 nexus3.edgexfoundry.org:10001 10:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:42 Configure a credential helper to remove this warning. See 10:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:42 10:59:42 Login Succeeded 10:59:42 nexus3.edgexfoundry.org:10002 10:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:42 Configure a credential helper to remove this warning. See 10:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:42 10:59:42 Login Succeeded 10:59:42 nexus3.edgexfoundry.org:10003 10:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:42 Configure a credential helper to remove this warning. See 10:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:42 10:59:42 Login Succeeded 10:59:42 nexus3.edgexfoundry.org:10004 10:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:42 Configure a credential helper to remove this warning. See 10:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:42 10:59:42 Login Succeeded 10:59:42 docker.io 10:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:42 Configure a credential helper to remove this warning. See 10:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:42 10:59:42 Login Succeeded 10:59:42 ---> docker-login.sh ends [Pipeline] } 10:59:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:59:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:59:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:59:43 ========================================================= 10:59:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 10:59:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:43 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 10:59:43 Sending build context to Docker daemon 4.219MB 10:59:43 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 10:59:43 Step 2/12 : FROM ${BASE} AS builder 10:59:43 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 10:59:43 63b65145d645: Pulling fs layer 10:59:43 a2d21d5440eb: Pulling fs layer 10:59:43 935e6c44a52c: Pulling fs layer 10:59:43 94cc34f8dd06: Pulling fs layer 10:59:43 30dea6a524f1: Pulling fs layer 10:59:43 a2aff8979fd8: Pulling fs layer 10:59:43 6808be2612f2: Pulling fs layer 10:59:43 f25807f1079a: Pulling fs layer 10:59:43 94cc34f8dd06: Waiting 10:59:43 30dea6a524f1: Waiting 10:59:43 a2aff8979fd8: Waiting 10:59:43 6808be2612f2: Waiting 10:59:43 f25807f1079a: Waiting 10:59:43 a2d21d5440eb: Verifying Checksum 10:59:43 a2d21d5440eb: Download complete 10:59:43 94cc34f8dd06: Verifying Checksum 10:59:43 94cc34f8dd06: Download complete 10:59:43 30dea6a524f1: Verifying Checksum 10:59:43 30dea6a524f1: Download complete 10:59:43 63b65145d645: Verifying Checksum 10:59:43 63b65145d645: Download complete 10:59:43 a2aff8979fd8: Verifying Checksum 10:59:43 a2aff8979fd8: Download complete 10:59:43 63b65145d645: Pull complete 10:59:44 a2d21d5440eb: Pull complete 10:59:44 f25807f1079a: Verifying Checksum 10:59:44 f25807f1079a: Download complete 10:59:44 935e6c44a52c: Verifying Checksum 10:59:44 935e6c44a52c: Download complete 10:59:44 6808be2612f2: Verifying Checksum 10:59:44 6808be2612f2: Download complete 10:59:47 935e6c44a52c: Pull complete 10:59:47 94cc34f8dd06: Pull complete 10:59:47 30dea6a524f1: Pull complete 10:59:47 a2aff8979fd8: Pull complete 10:59:49 6808be2612f2: Pull complete 10:59:50 f25807f1079a: Pull complete 10:59:50 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 10:59:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:59:50 ---> 3b553350e43f 10:59:50 Step 3/12 : ARG ADD_BUILD_TAGS="" 10:59:54 ---> Running in 68d301a87586 10:59:54 Removing intermediate container 68d301a87586 10:59:54 ---> 09279b9cd1eb 10:59:54 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 10:59:54 ---> Running in b47bd610cd7c 10:59:54 Removing intermediate container b47bd610cd7c 10:59:54 ---> 1235249446ab 10:59:54 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 10:59:54 ---> Running in 0a839effa983 10:59:54 Removing intermediate container 0a839effa983 10:59:54 ---> a5bbd0a7a971 10:59:54 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 10:59:54 ---> Running in d26685e24d8f 10:59:54 Removing intermediate container d26685e24d8f 10:59:54 ---> 81e09e86b3f6 10:59:54 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:59:54 ---> Running in 828ac7c3bcea 10:59:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:59:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:59:55 OK: 265 MiB in 53 packages 10:59:55 Removing intermediate container 828ac7c3bcea 10:59:55 ---> 33a9ba735071 10:59:55 Step 8/12 : WORKDIR /app 10:59:55 ---> Running in 3d79c4fb5b1b 10:59:55 Removing intermediate container 3d79c4fb5b1b 10:59:55 ---> 5bc6fda51f37 10:59:55 Step 9/12 : COPY go.mod vendor* ./ 10:59:55 ---> b22a0d39f9bf 10:59:55 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:59:55 ---> Running in 31c0c9ac6a67 10:59:56 Still waiting to schedule task 10:59:56 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:00:42 Removing intermediate container 31c0c9ac6a67 11:00:42 ---> 280c7b6e00ed 11:00:42 Step 11/12 : COPY . . 11:00:43 ---> e1d2810c3dc4 11:00:43 Step 12/12 : RUN $MAKE 11:00:43 ---> Running in a20b0b0a38ca 11:00:43 noop 11:00:43 Removing intermediate container a20b0b0a38ca 11:00:43 ---> f70f23a66669 11:00:43 Successfully built f70f23a66669 11:00:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:44 + docker inspect -f . ci-base-image-x86_64 11:00:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:44 prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container 11:00:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@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 11:00:44 $ docker top c3bb059457c3ca4c3c7e6ce595a8807e6de77afa353c1812f740657426d0fbac -eo pid,comm [Pipeline] { [Pipeline] sh 11:00:45 + go version 11:00:45 go version go1.20.2 linux/amd64 [Pipeline] } 11:00:45 $ docker stop --time=1 c3bb059457c3ca4c3c7e6ce595a8807e6de77afa353c1812f740657426d0fbac 11:00:46 $ docker rm -f --volumes c3bb059457c3ca4c3c7e6ce595a8807e6de77afa353c1812f740657426d0fbac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:47 + docker inspect -f . ci-base-image-x86_64 11:00:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:47 prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container 11:00:47 $ 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-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@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 11:00:47 $ docker top b92429fbc8e64b97ea6e39f26267d11acf7108f39256100ce821c648ee62587b -eo pid,comm [Pipeline] { [Pipeline] sh 11:00:48 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-209 [Pipeline] fileExists [Pipeline] sh 11:00:48 + make test 11:00:48 go test ./... -coverprofile=coverage.out ./... 11:00:52 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:01:02 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:01:02 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:01:05 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.498s coverage: 40.5% of statements 11:01:05 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.238s coverage: 52.0% of statements 11:01:05 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.009s coverage: 95.5% of statements 11:01:12 go vet ./... 11:01:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:01:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:01:15 ./bin/test-attribution-txt.sh 11:01:15 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:01:16 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:01:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:01:16 $ docker stop --time=1 b92429fbc8e64b97ea6e39f26267d11acf7108f39256100ce821c648ee62587b 11:01:19 $ docker rm -f --volumes b92429fbc8e64b97ea6e39f26267d11acf7108f39256100ce821c648ee62587b [Pipeline] // withDockerContainer [Pipeline] sh 11:01:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:01:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:01:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:01:20 + ls -al . 11:01:20 total 628 11:01:20 drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 11:00 . 11:01:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 10:59 .. 11:01:20 -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 10:59 .dockerignore 11:01:20 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 10:59 .git 11:01:20 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 10:59 .github 11:01:20 -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 10:59 .gitignore 11:01:20 -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 10:59 .golangci.yml 11:01:20 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 10:59 .semver 11:01:20 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 10:59 Attribution.txt 11:01:20 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 10:59 CHANGELOG.md 11:01:20 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 10:59 Dockerfile 11:01:20 -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 10:59 GOVERNANCE.md 11:01:20 -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 10:59 Jenkinsfile 11:01:20 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 10:59 LICENSE 11:01:20 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 10:59 Makefile 11:01:20 -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 10:59 OWNERS.md 11:01:20 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 10:59 README.md 11:01:20 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 10:59 VERSION 11:01:20 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 10:59 bin 11:01:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 10:59 cmd 11:01:20 -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:01 coverage.out 11:01:20 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 10:59 examples 11:01:20 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 10:59 go.mod 11:01:20 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 10:59 go.sum 11:01:20 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 10:59 images 11:01:20 drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 10:59 internal 11:01:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 10:59 snap 11:01:20 -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 10:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:21 + 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=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 --label arch=amd64 --label version=0.0.0 . 11:01:21 Sending build context to Docker daemon 4.219MB 11:01:21 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:01:21 Step 2/24 : FROM ${BASE} AS builder 11:01:21 ---> f70f23a66669 11:01:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:01:21 ---> Running in e835e28239c9 11:01:21 Removing intermediate container e835e28239c9 11:01:21 ---> 8c1b7464bf4d 11:01:21 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:01:21 ---> Running in 9c62e65ee6af 11:01:21 Removing intermediate container 9c62e65ee6af 11:01:21 ---> 5356ba7daf0a 11:01:21 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:01:21 ---> Running in dd9827c1d04b 11:01:21 Removing intermediate container dd9827c1d04b 11:01:21 ---> 9302e7a556aa 11:01:21 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:01:21 ---> Running in 9a53e8d9fcbf 11:01:21 Removing intermediate container 9a53e8d9fcbf 11:01:21 ---> cea36c66a6b3 11:01:21 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:01:21 ---> Running in ac717b72e61d 11:01:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:01:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:01:22 OK: 265 MiB in 53 packages 11:01:22 Removing intermediate container ac717b72e61d 11:01:22 ---> aeaaacd349ae 11:01:22 Step 8/24 : WORKDIR /app 11:01:22 ---> Running in 72a14eb76eec 11:01:22 Removing intermediate container 72a14eb76eec 11:01:22 ---> cfa967f1ab34 11:01:22 Step 9/24 : COPY go.mod vendor* ./ 11:01:22 ---> f43f91eed350 11:01:22 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:01:22 ---> Running in c8468f808c72 11:01:23 Removing intermediate container c8468f808c72 11:01:23 ---> 5b5ed06d7cdc 11:01:23 Step 11/24 : COPY . . 11:01:23 ---> e7afc8a09c1b 11:01:23 Step 12/24 : RUN $MAKE 11:01:23 ---> Running in aa9d2dc90978 11:01:24 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:01:30 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9278 in /w/workspace/undry_device-rfid-llrp-go_PR-209 [Pipeline] { [Pipeline] ws 11:01:30 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 11:01:30 Selected Git installation does not exist. Using Default 11:01:30 The recommended git tool is: NONE 11:01:36 using credential edgex-jenkins-ssh 11:01:36 Cloning the remote Git repository 11:01:36 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:01:36 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 11:01:36 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:01:36 > git --version # timeout=10 11:01:36 > git --version # 'git version 2.25.1' 11:01:36 using GIT_SSH to set credentials SSH Credentials for GitHub 11:01:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:01:40 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:01:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:01:41 Merging remotes/origin/main commit 85826e77fb29969954e3475a8ff39b67fe868a1c into PR head commit f228a1f9eaa93b131566251ccb36f6cc4e7ab124 11:01:42 Merge succeeded, producing f228a1f9eaa93b131566251ccb36f6cc4e7ab124 11:01:42 Checking out Revision f228a1f9eaa93b131566251ccb36f6cc4e7ab124 (PR-209) 11:01:41 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 11:01:41 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 11:01:41 using GIT_SSH to set credentials SSH Credentials for GitHub 11:01:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/209/head:refs/remotes/origin/PR-209 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:01:42 > git config core.sparsecheckout # timeout=10 11:01:42 > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # timeout=10 11:01:42 > git remote # timeout=10 11:01:42 > git config --get remote.origin.url # timeout=10 11:01:42 using GIT_SSH to set credentials SSH Credentials for GitHub 11:01:42 > git merge 85826e77fb29969954e3475a8ff39b67fe868a1c # timeout=10 11:01:42 > git rev-parse HEAD^{commit} # timeout=10 11:01:42 > git config core.sparsecheckout # timeout=10 11:01:42 > git checkout -f f228a1f9eaa93b131566251ccb36f6cc4e7ab124 # timeout=10 11:01:42 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" 11:01:42 > git --version # timeout=10 11:01:42 > git --version # 'git version 2.25.1' 11:01:42 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:01:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:01:44 % Total % Received % Xferd Average Speed Time Time Time Current 11:01:44 Dload Upload Total Spent Left Speed 11:01:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 63123 0 --:--:-- --:--:-- --:--:-- 63123 [Pipeline] sh 11:01:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:01:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:01:45 + sudo tee /etc/docker/daemon.new 11:01:45 { 11:01:45 "registry-mirrors": [ 11:01:45 "https://nexus3.edgexfoundry.org:10001" 11:01:45 ], 11:01:45 "bip": "10.250.0.254/24", 11:01:45 "hosts": [ 11:01:45 "tcp://0.0.0.0:5555", 11:01:45 "unix:///var/run/docker.sock" 11:01:45 ], 11:01:45 "mtu": 1458, 11:01:45 "selinux-enabled": true, 11:01:45 "seccomp-profile": "/etc/docker/seccomp.json" 11:01:45 } [Pipeline] sh 11:01:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:01:45 + sudo service docker restart 11:01:45 Removing intermediate container aa9d2dc90978 11:01:45 ---> 46e4fe2f1c17 11:01:45 Step 13/24 : FROM alpine:3.17 11:01:45 3.17: Pulling from library/alpine 11:01:45 f56be85fc22e: Pulling fs layer 11:01:45 f56be85fc22e: Verifying Checksum 11:01:45 f56be85fc22e: Download complete 11:01:45 f56be85fc22e: Pull complete 11:01:45 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:01:45 Status: Downloaded newer image for alpine:3.17 11:01:45 ---> 9ed4aefc74f6 11:01:45 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:01:45 ---> Running in 63f6cf1e9994 11:01:45 Removing intermediate container 63f6cf1e9994 11:01:45 ---> 5b9e5cd71fcf 11:01:45 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:01:45 ---> Running in a4ad45234894 11:01:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 11:01:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 11:01:45 (1/1) Installing dumb-init (1.2.5-r2) 11:01:45 Executing busybox-1.35.0-r29.trigger 11:01:45 OK: 7 MiB in 16 packages 11:01:45 Removing intermediate container a4ad45234894 11:01:45 ---> f0339ca6512a 11:01:45 Step 16/24 : COPY --from=builder /app/LICENSE / 11:01:45 ---> aa45ac2655a9 11:01:45 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:01:45 ---> 77a81e16106a 11:01:45 Step 18/24 : COPY --from=builder /app/cmd/ / 11:01:45 ---> 042921079be8 11:01:45 Step 19/24 : EXPOSE 59989 11:01:45 ---> Running in d6084c7bbefb 11:01:45 Removing intermediate container d6084c7bbefb 11:01:45 ---> e4e22e53bfb1 11:01:45 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:01:45 ---> Running in 4d4e960073ba 11:01:45 Removing intermediate container 4d4e960073ba 11:01:45 ---> 7d3b79b4a967 11:01:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:01:45 ---> Running in 67863fe73aaa 11:01:45 Removing intermediate container 67863fe73aaa 11:01:45 ---> b22d5672f778 11:01:45 Step 22/24 : LABEL arch=amd64 11:01:45 ---> Running in ed8596542f64 11:01:45 Removing intermediate container ed8596542f64 11:01:45 ---> 2801c3fbaa60 11:01:45 Step 23/24 : LABEL git_sha=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 11:01:45 ---> Running in 649310e3f735 11:01:45 Removing intermediate container 649310e3f735 11:01:45 ---> 3eeb4b000dd4 11:01:45 Step 24/24 : LABEL version=0.0.0 11:01:45 ---> Running in 82e5bb95e534 11:01:46 Removing intermediate container 82e5bb95e534 11:01:46 ---> 6b6a883dad35 11:01:46 [Warning] One or more build-args [ARCH] were not consumed 11:01:46 Successfully built 6b6a883dad35 11:01:46 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:01:47 11:01:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:01:47 latest: Pulling from edgex-lftools-log-publisher 11:01:47 5eb5b503b376: Pulling fs layer 11:01:47 5c69ac0246d0: Pulling fs layer 11:01:47 ec43610c2a17: Pulling fs layer 11:01:47 3a2ae6a8a46f: Pulling fs layer 11:01:47 33b1e0a273af: Pulling fs layer 11:01:47 5d3b04190fa2: Pulling fs layer 11:01:47 2f39f015ded8: Pulling fs layer 11:01:47 5d3b04190fa2: Waiting 11:01:47 3a2ae6a8a46f: Waiting 11:01:47 33b1e0a273af: Waiting 11:01:47 2f39f015ded8: Waiting 11:01:47 5c69ac0246d0: Download complete 11:01:47 3a2ae6a8a46f: Verifying Checksum 11:01:47 3a2ae6a8a46f: Download complete 11:01:47 33b1e0a273af: Verifying Checksum 11:01:47 33b1e0a273af: Download complete 11:01:47 ec43610c2a17: Verifying Checksum 11:01:47 ec43610c2a17: Download complete 11:01:47 5d3b04190fa2: Verifying Checksum 11:01:47 5eb5b503b376: Verifying Checksum 11:01:47 5eb5b503b376: Download complete 11:01:48 2f39f015ded8: Verifying Checksum 11:01:48 2f39f015ded8: Download complete 11:01:48 5eb5b503b376: Pull complete 11:01:48 5c69ac0246d0: Pull complete 11:01:49 ec43610c2a17: Pull complete 11:01:49 3a2ae6a8a46f: Pull complete 11:01:49 33b1e0a273af: Pull complete 11:01:49 5d3b04190fa2: Pull complete 11:01:53 2f39f015ded8: Pull complete 11:01:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:01:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:01:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:54 prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container 11:01:54 $ 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-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@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 11:01:57 $ docker top 635c7c350dfba765456a8f2fa7036016063f7e0e0a92870b937aa8deb3394182 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:01:58 ---> job-cost.sh 11:01:58 lf-activate-venv: SKIPPING 11:01:58 INFO: No Stack... 11:01:58 INFO: Retrieving Pricing Info for: v3-standard-8 11:01:58 INFO: Archiving Costs [Pipeline] sh 11:01:59 + cat /w/workspace/undry_device-rfid-llrp-go_PR-209/archives/cost.csv 11:01:59 + cut -d, -f6 [Pipeline] lock 11:01:59 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] 11:01:59 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] did not exist. Created. 11:01:59 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:01:59 + echo total: 0.2199999988079071 [Pipeline] stash 11:01:59 Stashed 1 file(s) [Pipeline] } 11:01:59 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:01:59 $ docker stop --time=1 635c7c350dfba765456a8f2fa7036016063f7e0e0a92870b937aa8deb3394182 11:02:00 $ docker rm -f --volumes 635c7c350dfba765456a8f2fa7036016063f7e0e0a92870b937aa8deb3394182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:02:10 provisioning config files... 11:02:10 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config11521410403386715331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:10 ---> docker-login.sh 11:02:10 nexus3.edgexfoundry.org:10001 11:02:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:11 Configure a credential helper to remove this warning. See 11:02:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:11 11:02:11 Login Succeeded 11:02:11 nexus3.edgexfoundry.org:10002 11:02:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:12 Configure a credential helper to remove this warning. See 11:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:12 11:02:12 Login Succeeded 11:02:12 nexus3.edgexfoundry.org:10003 11:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:12 Configure a credential helper to remove this warning. See 11:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:12 11:02:12 Login Succeeded 11:02:12 nexus3.edgexfoundry.org:10004 11:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:12 Configure a credential helper to remove this warning. See 11:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:12 11:02:12 Login Succeeded 11:02:12 docker.io 11:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:13 Configure a credential helper to remove this warning. See 11:02:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:13 11:02:13 Login Succeeded 11:02:13 ---> docker-login.sh ends [Pipeline] } 11:02:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:02:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:02:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:02:13 ========================================================= 11:02:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:02:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:14 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 11:02:14 Sending build context to Docker daemon 1.212MB 11:02:14 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 11:02:14 Step 2/12 : FROM ${BASE} AS builder 11:02:14 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:02:14 af6eaf76a39c: Pulling fs layer 11:02:14 55522c791124: Pulling fs layer 11:02:14 ce5c4a1c91eb: Pulling fs layer 11:02:14 169dfbe0d373: Pulling fs layer 11:02:14 e1ff8fa3b103: Pulling fs layer 11:02:14 52ebb69f0ebf: Pulling fs layer 11:02:14 5abe8eddf0d5: Pulling fs layer 11:02:14 e1ff8fa3b103: Waiting 11:02:14 5abe8eddf0d5: Waiting 11:02:14 169dfbe0d373: Waiting 11:02:14 52ebb69f0ebf: Waiting 11:02:14 55522c791124: Verifying Checksum 11:02:14 55522c791124: Download complete 11:02:14 169dfbe0d373: Verifying Checksum 11:02:14 169dfbe0d373: Download complete 11:02:14 e1ff8fa3b103: Verifying Checksum 11:02:14 e1ff8fa3b103: Download complete 11:02:14 af6eaf76a39c: Verifying Checksum 11:02:14 af6eaf76a39c: Download complete 11:02:15 af6eaf76a39c: Pull complete 11:02:16 5abe8eddf0d5: Verifying Checksum 11:02:16 5abe8eddf0d5: Download complete 11:02:16 55522c791124: Pull complete 11:02:17 ce5c4a1c91eb: Verifying Checksum 11:02:17 ce5c4a1c91eb: Download complete 11:02:17 52ebb69f0ebf: Verifying Checksum 11:02:17 52ebb69f0ebf: Download complete 11:02:30 ce5c4a1c91eb: Pull complete 11:02:30 169dfbe0d373: Pull complete 11:02:30 e1ff8fa3b103: Pull complete 11:02:36 52ebb69f0ebf: Pull complete 11:02:38 5abe8eddf0d5: Pull complete 11:02:38 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 11:02:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:02:38 ---> 6cb57ee374ae 11:02:38 Step 3/12 : ARG ADD_BUILD_TAGS="" 11:02:40 ---> Running in bc2469391906 11:02:40 Removing intermediate container bc2469391906 11:02:40 ---> b4af351b2401 11:02:40 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:02:40 ---> Running in a1d66529be45 11:02:40 Removing intermediate container a1d66529be45 11:02:40 ---> 2575ee38d59e 11:02:40 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 11:02:40 ---> Running in 2b3c7b5ca0b0 11:02:41 Removing intermediate container 2b3c7b5ca0b0 11:02:41 ---> f36766fc46d7 11:02:41 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 11:02:41 ---> Running in a6fd3071abff 11:02:41 Removing intermediate container a6fd3071abff 11:02:41 ---> 501c64244ccf 11:02:41 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:02:41 ---> Running in 86389c934118 11:02:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:02:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:02:44 OK: 263 MiB in 53 packages 11:02:46 Removing intermediate container 86389c934118 11:02:46 ---> 52a2b078c923 11:02:46 Step 8/12 : WORKDIR /app 11:02:46 ---> Running in 02a9bdd43af8 11:02:46 Removing intermediate container 02a9bdd43af8 11:02:46 ---> f3c550b436e1 11:02:46 Step 9/12 : COPY go.mod vendor* ./ 11:02:47 ---> 74aced1039f1 11:02:47 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:02:47 ---> Running in f5fa0b13bf17 11:04:08 Removing intermediate container f5fa0b13bf17 11:04:08 ---> 703b8935fd50 11:04:08 Step 11/12 : COPY . . 11:04:08 ---> 041f8014ef2f 11:04:08 Step 12/12 : RUN $MAKE 11:04:08 ---> Running in c9fdd789562b 11:04:08 noop 11:04:08 Removing intermediate container c9fdd789562b 11:04:08 ---> fcf7fe26f256 11:04:08 Successfully built fcf7fe26f256 11:04:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:09 + docker inspect -f . ci-base-image-arm64 11:04:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:09 prd-ubuntu20.04-docker-arm64-4c-16g-9278 does not seem to be running inside a container 11:04:09 $ 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 11:04:11 $ docker top 5bad49850f45a8d164cf6f76dbc02dfc6cd92229bd2d18581b919886f0d98a13 -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:11 + go version 11:04:11 go version go1.20.2 linux/arm64 [Pipeline] } 11:04:11 $ docker stop --time=1 5bad49850f45a8d164cf6f76dbc02dfc6cd92229bd2d18581b919886f0d98a13 11:04:13 $ docker rm -f --volumes 5bad49850f45a8d164cf6f76dbc02dfc6cd92229bd2d18581b919886f0d98a13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:14 + docker inspect -f . ci-base-image-arm64 11:04:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:14 prd-ubuntu20.04-docker-arm64-4c-16g-9278 does not seem to be running inside a container 11:04:14 $ 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 11:04:15 $ docker top f24bba3ee4c492fdfdd1415ca6b8a9990db38fd4d3deb18dd22d94d579a0fe07 -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:16 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 11:04:16 + make test 11:04:16 go test ./... -coverprofile=coverage.out ./... 11:04:49 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 11:06:55 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 11:06:55 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 11:07:34 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 29.601s coverage: 40.5% of statements 11:07:34 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.630s coverage: 51.9% of statements 11:07:34 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.056s coverage: 96.4% of statements 11:07:34 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:07:34 go vet ./... 11:07:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:07:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:07:57 ./bin/test-attribution-txt.sh 11:07:57 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 11:07:57 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 11:07:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:07:57 $ docker stop --time=1 f24bba3ee4c492fdfdd1415ca6b8a9990db38fd4d3deb18dd22d94d579a0fe07 11:07:59 $ docker rm -f --volumes f24bba3ee4c492fdfdd1415ca6b8a9990db38fd4d3deb18dd22d94d579a0fe07 [Pipeline] // withDockerContainer [Pipeline] sh 11:08:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:08:01 Warning: overwriting stash ‘coverage-report’ 11:08:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:08:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:08:02 + ls -al . 11:08:02 total 624 11:08:02 drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 11:04 . 11:08:02 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:01 .. 11:08:02 -rw-rw-r-- 1 jenkins jenkins 134 Apr 21 11:01 .dockerignore 11:08:02 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 11:01 .git 11:08:02 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 11:01 .github 11:08:02 -rw-rw-r-- 1 jenkins jenkins 946 Apr 21 11:01 .gitignore 11:08:02 -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 11:01 .golangci.yml 11:08:02 -rw-rw-r-- 1 jenkins jenkins 10794 Apr 21 11:01 Attribution.txt 11:08:02 -rw-rw-r-- 1 jenkins jenkins 5905 Apr 21 11:01 CHANGELOG.md 11:08:02 -rw-rw-r-- 1 jenkins jenkins 1347 Apr 21 11:01 Dockerfile 11:08:02 -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 11:01 GOVERNANCE.md 11:08:02 -rw-rw-r-- 1 jenkins jenkins 683 Apr 21 11:01 Jenkinsfile 11:08:02 -rw-rw-r-- 1 jenkins jenkins 11347 Apr 21 11:01 LICENSE 11:08:02 -rw-rw-r-- 1 jenkins jenkins 2053 Apr 21 11:01 Makefile 11:08:02 -rw-rw-r-- 1 jenkins jenkins 625 Apr 21 11:01 OWNERS.md 11:08:02 -rw-rw-r-- 1 jenkins jenkins 28505 Apr 21 11:01 README.md 11:08:02 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 10:59 VERSION 11:08:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:01 bin 11:08:02 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:01 cmd 11:08:02 -rw-r--r-- 1 jenkins jenkins 458038 Apr 21 11:07 coverage.out 11:08:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:01 examples 11:08:02 -rw-rw-r-- 1 jenkins jenkins 3419 Apr 21 11:01 go.mod 11:08:02 -rw-rw-r-- 1 jenkins jenkins 31193 Apr 21 11:01 go.sum 11:08:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 11:01 images 11:08:02 drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 11:01 internal 11:08:02 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 11:01 snap 11:08:02 -rw-rw-r-- 1 jenkins jenkins 193 Apr 21 11:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:03 + 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=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 --label arch=arm64 --label version=0.0.0 . 11:08:03 Sending build context to Docker daemon 1.212MB 11:08:03 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 11:08:03 Step 2/24 : FROM ${BASE} AS builder 11:08:03 ---> fcf7fe26f256 11:08:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 11:08:03 ---> Running in c2df5cec8bab 11:08:04 Removing intermediate container c2df5cec8bab 11:08:04 ---> 2958c5f51431 11:08:04 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 11:08:04 ---> Running in 5b9b55bf65f6 11:08:04 Removing intermediate container 5b9b55bf65f6 11:08:04 ---> b1961ecca7e9 11:08:04 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 11:08:04 ---> Running in 539fa01a9af1 11:08:04 Removing intermediate container 539fa01a9af1 11:08:04 ---> a248bbe771d3 11:08:04 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 11:08:04 ---> Running in 778e7b8a1c7b 11:08:05 Removing intermediate container 778e7b8a1c7b 11:08:05 ---> 491c93f89e18 11:08:05 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:08:05 ---> Running in 9cb286caf5fa 11:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:08:08 OK: 263 MiB in 53 packages 11:08:09 Removing intermediate container 9cb286caf5fa 11:08:09 ---> 29ed72e84b5a 11:08:09 Step 8/24 : WORKDIR /app 11:08:09 ---> Running in 69688ddf10a7 11:08:09 Removing intermediate container 69688ddf10a7 11:08:09 ---> 0b91e49c5de2 11:08:09 Step 9/24 : COPY go.mod vendor* ./ 11:08:10 ---> 30f9dacb6111 11:08:10 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:10 ---> Running in 27affb8480c8 11:08:12 Removing intermediate container 27affb8480c8 11:08:12 ---> 356638bd750a 11:08:12 Step 11/24 : COPY . . 11:08:13 ---> 93f2ef6774ea 11:08:13 Step 12/24 : RUN $MAKE 11:08:13 ---> Running in 01ad7eb2f8d5 11:08:14 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 11:10:36 Removing intermediate container 01ad7eb2f8d5 11:10:36 ---> a06709b72fbf 11:10:36 Step 13/24 : FROM alpine:3.17 11:10:36 3.17: Pulling from library/alpine 11:10:36 c41833b44d91: Pulling fs layer 11:10:36 c41833b44d91: Verifying Checksum 11:10:36 c41833b44d91: Download complete 11:10:37 c41833b44d91: Pull complete 11:10:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 11:10:37 Status: Downloaded newer image for alpine:3.17 11:10:37 ---> 51e60588ff2c 11:10:37 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 11:10:37 ---> Running in 1d665cc2b852 11:10:37 Removing intermediate container 1d665cc2b852 11:10:37 ---> 5c2ee0a35faf 11:10:37 Step 15/24 : RUN apk add --update --no-cache dumb-init 11:10:37 ---> Running in d1bacf127e8a 11:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:10:40 (1/1) Installing dumb-init (1.2.5-r2) 11:10:40 Executing busybox-1.35.0-r29.trigger 11:10:40 OK: 8 MiB in 16 packages 11:10:41 Removing intermediate container d1bacf127e8a 11:10:41 ---> 8d0148587de1 11:10:41 Step 16/24 : COPY --from=builder /app/LICENSE / 11:10:41 ---> 59b9ee72cc7c 11:10:41 Step 17/24 : COPY --from=builder /app/Attribution.txt / 11:10:42 ---> 8746c16342c7 11:10:42 Step 18/24 : COPY --from=builder /app/cmd/ / 11:10:43 ---> c74f54e3f7e3 11:10:43 Step 19/24 : EXPOSE 59989 11:10:43 ---> Running in 8c2084eb0573 11:10:44 Removing intermediate container 8c2084eb0573 11:10:44 ---> b1aa39cfa3af 11:10:44 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 11:10:44 ---> Running in fa64e0f1fa2b 11:10:44 Removing intermediate container fa64e0f1fa2b 11:10:44 ---> e0171da66491 11:10:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 11:10:44 ---> Running in 947b91acef94 11:10:45 Removing intermediate container 947b91acef94 11:10:45 ---> 6c63f25f7bf6 11:10:45 Step 22/24 : LABEL arch=arm64 11:10:47 ---> Running in 04ea40a86da9 11:10:47 Removing intermediate container 04ea40a86da9 11:10:47 ---> 476f6c52c4e1 11:10:47 Step 23/24 : LABEL git_sha=f228a1f9eaa93b131566251ccb36f6cc4e7ab124 11:10:47 ---> Running in 9d54ea552d82 11:10:48 Removing intermediate container 9d54ea552d82 11:10:48 ---> bc3ebf582cf8 11:10:48 Step 24/24 : LABEL version=0.0.0 11:10:48 ---> Running in 4e9fd2453cae 11:10:48 Removing intermediate container 4e9fd2453cae 11:10:48 ---> f3e7f86ea3f1 11:10:48 [Warning] One or more build-args [ARCH] were not consumed 11:10:48 Successfully built f3e7f86ea3f1 11:10:48 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:10:49 11:10:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:10:49 arm64: Pulling from edgex-lftools-log-publisher 11:10:49 8998bd30e6a1: Pulling fs layer 11:10:49 04944245beec: Pulling fs layer 11:10:49 699f458cf7ca: Pulling fs layer 11:10:49 765212b225bb: Pulling fs layer 11:10:49 f23df028b6ca: Pulling fs layer 11:10:49 d65c8cfc05b1: Pulling fs layer 11:10:49 2437ff75d9bd: Pulling fs layer 11:10:49 d65c8cfc05b1: Waiting 11:10:49 765212b225bb: Waiting 11:10:49 f23df028b6ca: Waiting 11:10:50 04944245beec: Verifying Checksum 11:10:50 04944245beec: Download complete 11:10:50 765212b225bb: Verifying Checksum 11:10:50 765212b225bb: Download complete 11:10:50 f23df028b6ca: Verifying Checksum 11:10:50 f23df028b6ca: Download complete 11:10:50 d65c8cfc05b1: Verifying Checksum 11:10:50 d65c8cfc05b1: Download complete 11:10:50 699f458cf7ca: Verifying Checksum 11:10:50 699f458cf7ca: Download complete 11:10:50 8998bd30e6a1: Verifying Checksum 11:10:50 8998bd30e6a1: Download complete 11:10:52 2437ff75d9bd: Verifying Checksum 11:10:52 2437ff75d9bd: Download complete 11:10:54 8998bd30e6a1: Pull complete 11:10:54 04944245beec: Pull complete 11:10:55 699f458cf7ca: Pull complete 11:10:56 765212b225bb: Pull complete 11:10:57 f23df028b6ca: Pull complete 11:10:57 d65c8cfc05b1: Pull complete 11:11:09 2437ff75d9bd: Pull complete 11:11:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:11:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:11:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:09 prd-ubuntu20.04-docker-arm64-4c-16g-9278 does not seem to be running inside a container 11:11:09 $ 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 11:11:12 $ docker top 089e3531f79ed81f2d32b74a76d6c40c79c02c258c9de48536f9ad671bb9bb9f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:13 ---> job-cost.sh 11:11:13 lf-activate-venv: SKIPPING 11:11:13 INFO: No Stack... 11:11:13 INFO: Retrieving Pricing Info for: v3-standard-4 11:11:14 INFO: Archiving Costs [Pipeline] sh 11:11:15 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 11:11:15 + cut -d, -f6 [Pipeline] lock 11:11:15 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] 11:11:15 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] did not exist. Created. 11:11:15 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:11:16 /w/workspace/device-rfid-llrp-go/1@tmp/durable-e4b53b47/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:11:16 + echo total: 0.10999999940395355 [Pipeline] stash 11:11:16 Warning: overwriting stash ‘stack-cost’ 11:11:17 Stashed 1 file(s) [Pipeline] } 11:11:17 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-209-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:11:17 $ docker stop --time=1 089e3531f79ed81f2d32b74a76d6c40c79c02c258c9de48536f9ad671bb9bb9f 11:11:18 $ docker rm -f --volumes 089e3531f79ed81f2d32b74a76d6c40c79c02c258c9de48536f9ad671bb9bb9f [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 11:11:19 provisioning config files... 11:11:19 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config3384302154584160145tmp [Pipeline] { [Pipeline] sh 11:11:19 + set +x 11:11:19 + curl -s+ https://codecov.io/bash 11:11:19 bash -s -- 11:11:19 11:11:19 _____ _ 11:11:19 / ____| | | 11:11:19 | | ___ __| | ___ ___ _____ __ 11:11:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:11:19 | |___| (_) | (_| | __/ (_| (_) \ V / 11:11:19 \_____\___/ \__,_|\___|\___\___/ \_/ 11:11:19 Bash-1.0.6 11:11:19 11:11:19 11:11:19 ==> git version 2.25.1 found 11:11:19 ==> 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 11:11:19 Release-Date: 2020-01-08 11:11:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:11:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:11:19 ==> Jenkins CI detected. 11:11:19 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-209 11:11:19 project root: . 11:11:19 --> token set from env 11:11:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:11:20 ==> Running gcov in . (disable via -X gcov) 11:11:20 ==> Python coveragepy not found 11:11:20 ==> Searching for coverage reports in: 11:11:20 + . 11:11:20 -> Found 1 reports 11:11:20 ==> Detecting git/mercurial file structure 11:11:20 ==> Reading reports 11:11:20 + ./coverage.out bytes=458038 11:11:20 ==> Appending adjustments 11:11:20 https://docs.codecov.io/docs/fixing-reports 11:11:20 + Found adjustments 11:11:20 ==> Gzipping contents 11:11:20 52K /tmp/codecov.qAAyVn.gz 11:11:20 ==> Uploading reports 11:11:20 url: https://codecov.io 11:11:20 query: branch=PR-209&commit=f228a1f9eaa93b131566251ccb36f6cc4e7ab124&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-209%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=209&job=&cmd_args= 11:11:20 -> Pinging Codecov 11:11:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-209&commit=f228a1f9eaa93b131566251ccb36f6cc4e7ab124&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-209%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=209&job=&cmd_args= 11:11:20 -> Uploading to 11:11:20 https://storage.googleapis.com/codecov/v4/raw/2023-04-21/581DD39554BDF9B6E22D074273EAD858/f228a1f9eaa93b131566251ccb36f6cc4e7ab124/2e90aa66-5ebc-41d9-815d-6d012e51cfdc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T111120Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dbb919209673630c1cd2b7a7e3d5e4604b1e5011ecc5d1066b5e4fb66597d988 11:11:20 % Total % Received % Xferd Average Speed Time Time Time Current 11:11:20 Dload Upload Total Spent Left Speed 11:11:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50494 0 0 100 50494 0 193k --:--:-- --:--:-- --:--:-- 193k 11:11:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/f228a1f9eaa93b131566251ccb36f6cc4e7ab124 [Pipeline] } 11:11:21 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:11:22 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-209/archives ] 11:11:22 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-209/archives 11:11:22 total 16 11:11:22 drwxr-xr-x 3 root root 4096 Apr 21 11:01 . 11:11:22 drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:01 .. 11:11:22 drwxr-xr-x 2 root root 4096 Apr 21 11:01 cost 11:11:22 -rw-r--r-- 1 root root 91 Apr 21 11:01 cost.csv 11:11:22 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-209/archives 11:11:22 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-209/archives 11:11:22 total 16 11:11:22 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 11:01 . 11:11:22 drwxrwxr-x 12 jenkins jenkins 4096 Apr 21 11:01 .. 11:11:22 drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 11:01 cost 11:11:22 -rw-r--r-- 1 jenkins jenkins 91 Apr 21 11:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:11:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:11:24 ---> package-listing.sh 11:11:24 ++ facter osfamily 11:11:24 ++ tr '[:upper:]' '[:lower:]' 11:11:24 + OS_FAMILY=debian 11:11:24 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-209 11:11:24 + START_PACKAGES=/tmp/packages_start.txt 11:11:24 + END_PACKAGES=/tmp/packages_end.txt 11:11:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:11:24 + PACKAGES=/tmp/packages_start.txt 11:11:24 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-209 ']' 11:11:24 + PACKAGES=/tmp/packages_end.txt 11:11:24 + case "${OS_FAMILY}" in 11:11:24 + dpkg -l 11:11:24 + grep '^ii' 11:11:24 + '[' -f /tmp/packages_start.txt ']' 11:11:24 + '[' -f /tmp/packages_end.txt ']' 11:11:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:11:24 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-209 ']' 11:11:24 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-209/archives/ 11:11:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-209/archives/ [Pipeline] echo 11:11:24 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-209/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:11:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:11:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:25 prd-ubuntu20.04-docker-8c-8g-9276 does not seem to be running inside a container 11:11:25 $ 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-209/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-209 -v /w/workspace/undry_device-rfid-llrp-go_PR-209:/w/workspace/undry_device-rfid-llrp-go_PR-209:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-209@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-209@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 11:11:25 $ docker top 10f68200273295b9a40c7cdc1e6b5775b4a412b25d355c403ec6d48e06ab87ba -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:26 + touch /tmp/pre-build-complete [Pipeline] sh 11:11:26 + mkdir -p /var/log/sysstat [Pipeline] sh 11:11:26 + ls /var/log/sa-host 11:11:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:27 provisioning config files... 11:11:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-209@tmp/config15620691982858331111tmp [Pipeline] { [Pipeline] echo 11:11:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:11:27 ---> create-netrc.sh [Pipeline] } 11:11:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:11:27 ---> python-tools-install.sh [Pipeline] echo 11:11:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:11:28 ---> sudo-logs.sh 11:11:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:11:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:11:28 ---> job-cost.sh 11:11:28 lf-activate-venv: SKIPPING 11:11:28 DEBUG: total: 0.2199999988079071 11:11:28 INFO: Retrieving Stack Cost... 11:11:29 INFO: Retrieving Pricing Info for: v3-standard-8 11:11:29 INFO: Archiving Costs [Pipeline] echo 11:11:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:11:30 ---> logs-deploy.sh 11:11:30 lf-activate-venv: SKIPPING 11:11:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-209/1 11:11:30 INFO: archiving workspace using pattern(s): 11:11:31 Archives upload complete. 11:11:31 INFO: archiving logs to Nexus 11:11:31 ---> uname -a: 11:11:31 Linux prd-ubuntu20-04-docker-8c-8g-9276 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:11:31 11:11:31 11:11:31 ---> lscpu: 11:11:31 Architecture: x86_64 11:11:31 CPU op-mode(s): 32-bit, 64-bit 11:11:31 Byte Order: Little Endian 11:11:31 Address sizes: 40 bits physical, 48 bits virtual 11:11:31 CPU(s): 8 11:11:31 On-line CPU(s) list: 0-7 11:11:31 Thread(s) per core: 1 11:11:31 Core(s) per socket: 1 11:11:31 Socket(s): 8 11:11:31 NUMA node(s): 1 11:11:31 Vendor ID: AuthenticAMD 11:11:31 CPU family: 23 11:11:31 Model: 49 11:11:31 Model name: AMD EPYC-Rome Processor 11:11:31 Stepping: 0 11:11:31 CPU MHz: 2800.000 11:11:31 BogoMIPS: 5600.00 11:11:31 Virtualization: AMD-V 11:11:31 Hypervisor vendor: KVM 11:11:31 Virtualization type: full 11:11:31 L1d cache: 256 KiB 11:11:31 L1i cache: 256 KiB 11:11:31 L2 cache: 4 MiB 11:11:31 L3 cache: 128 MiB 11:11:31 NUMA node0 CPU(s): 0-7 11:11:31 Vulnerability Itlb multihit: Not affected 11:11:31 Vulnerability L1tf: Not affected 11:11:31 Vulnerability Mds: Not affected 11:11:31 Vulnerability Meltdown: Not affected 11:11:31 Vulnerability Mmio stale data: Not affected 11:11:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:11:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:11:31 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:11:31 Vulnerability Srbds: Not affected 11:11:31 Vulnerability Tsx async abort: Not affected 11:11:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:11:31 11:11:31 11:11:31 ---> nproc: 11:11:31 8 11:11:31 11:11:31 11:11:31 ---> df -h: 11:11:31 Filesystem Size Used Avail Use% Mounted on 11:11:31 overlay 155G 12G 144G 8% / 11:11:31 tmpfs 64M 0 64M 0% /dev 11:11:31 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:11:31 shm 64M 0 64M 0% /dev/shm 11:11:31 /dev/vda1 155G 12G 144G 8% /facter-os 11:11:31 11:11:31 11:11:31 ---> sar -b -r -n DEV: 11:11:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9276) 04/21/23 _x86_64_ (8 CPU) 11:11:31 11:11:31 10:58:45 LINUX RESTART (8 CPU) 11:11:31 11:11:31 10:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:11:31 11:00:02 187.77 47.63 140.14 0.00 5354.17 80527.91 0.00 11:11:31 11:01:01 119.78 0.58 119.20 0.00 12.07 46228.77 0.00 11:11:31 11:02:01 176.22 1.18 175.04 0.00 31.73 44937.04 0.00 11:11:31 11:03:01 2.35 0.00 2.35 0.00 0.00 30.81 0.00 11:11:31 11:04:01 28.85 10.31 18.53 0.00 5177.67 3730.18 0.00 11:11:31 11:05:01 14.90 1.57 13.33 0.00 268.22 3514.61 0.00 11:11:31 11:06:01 1.20 0.00 1.20 0.00 0.00 12.53 0.00 11:11:31 11:07:01 1.57 0.00 1.57 0.00 0.00 16.93 0.00 11:11:31 11:08:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 11:11:31 11:09:01 2.45 0.00 2.45 0.00 0.00 38.79 0.00 11:11:31 11:10:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 11:11:31 11:11:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 11:11:31 Average: 44.78 5.11 39.67 0.00 904.88 14879.25 0.00 11:11:31 11:11:31 10:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:11:31 11:00:02 29200660 31600616 718800 2.19 75632 2595844 1971832 5.81 981980 2337132 4016 11:11:31 11:01:01 27892736 31440392 860856 2.62 144944 3573492 2158600 6.36 1479728 3030172 411816 11:11:31 11:02:01 27677092 31570728 732016 2.23 157760 3874732 1757784 5.18 1261100 3435876 296 11:11:31 11:03:01 27693332 31586192 716936 2.18 157804 3874640 1757784 5.18 1242396 3435720 16 11:11:31 11:04:01 27332844 31565640 729000 2.22 163572 4194800 1777464 5.24 1453680 3558708 94660 11:11:31 11:05:01 27321988 31571356 721852 2.20 166100 4207764 1808376 5.33 1471784 3549900 192 11:11:31 11:06:01 27322436 31571864 721268 2.19 166148 4207768 1808376 5.33 1471916 3549904 156 11:11:31 11:07:01 27328572 31578104 715136 2.17 166180 4207768 1808376 5.33 1465712 3550000 24 11:11:31 11:08:01 27328548 31578088 715076 2.17 166200 4207772 1808376 5.33 1465732 3550004 8 11:11:31 11:09:01 27328048 31578040 715292 2.18 166348 4207752 1808376 5.33 1466016 3550268 176 11:11:31 11:10:01 27328540 31578572 714952 2.17 166388 4207752 1808376 5.33 1466104 3550268 164 11:11:31 11:11:01 27328564 31578600 714856 2.17 166420 4207756 1808376 5.33 1465680 3550272 172 11:11:31 Average: 27590280 31566516 731337 2.22 155291 3963987 1840175 5.42 1390986 3387352 42641 11:11:31 11:11:31 10:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:11:31 11:00:02 vethba4ebcf 48.96 65.21 4.59 44.91 0.00 0.00 0.00 0.00 11:11:31 11:00:02 ens3 680.69 426.06 6634.97 90.90 0.00 0.00 0.00 0.00 11:11:31 11:00:02 docker0 54.94 71.82 4.47 134.54 0.00 0.00 0.00 0.00 11:11:31 11:00:02 lo 6.93 6.93 0.67 0.67 0.00 0.00 0.00 0.00 11:11:31 11:01:01 ens3 303.95 164.82 1909.05 24.03 0.00 0.00 0.00 0.00 11:11:31 11:01:01 docker0 150.23 279.77 11.79 1883.59 0.00 0.00 0.00 0.00 11:11:31 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:01:01 vetha0cdaf4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:11:31 11:02:01 ens3 138.39 93.35 2694.61 99.86 0.00 0.00 0.00 0.00 11:11:31 11:02:01 docker0 2.35 5.40 0.15 85.46 0.00 0.00 0.00 0.00 11:11:31 11:02:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 11:11:31 11:03:01 ens3 0.78 0.17 0.15 0.09 0.00 0.00 0.00 0.00 11:11:31 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:04:01 ens3 103.87 50.39 1950.72 4.04 0.00 0.00 0.00 0.00 11:11:31 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:11:31 11:05:01 ens3 0.68 0.48 0.28 0.13 0.00 0.00 0.00 0.00 11:11:31 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:08:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 11:11:31 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:10:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 11:11:31 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:31 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:11:31 Average: ens3 102.14 61.16 1098.02 18.25 0.00 0.00 0.00 0.00 11:11:31 Average: docker0 17.11 29.40 1.35 172.92 0.00 0.00 0.00 0.00 11:11:31 Average: lo 0.86 0.86 0.08 0.08 0.00 0.00 0.00 0.00 11:11:31 11:11:31 11:11:31 ---> sar -P ALL: 11:11:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9276) 04/21/23 _x86_64_ (8 CPU) 11:11:31 11:11:31 10:58:45 LINUX RESTART (8 CPU) 11:11:31 11:11:31 10:59:01 CPU %user %nice %system %iowait %steal %idle 11:11:31 11:00:02 all 9.42 0.00 3.22 2.41 0.07 84.88 11:11:31 11:00:02 0 9.01 0.00 3.03 0.42 0.05 87.49 11:11:31 11:00:02 1 11.07 0.00 2.72 0.64 0.07 85.50 11:11:31 11:00:02 2 10.61 0.00 3.01 5.12 0.07 81.19 11:11:31 11:00:02 3 8.36 0.00 3.22 1.32 0.07 87.03 11:11:31 11:00:02 4 9.19 0.00 3.29 3.49 0.08 83.95 11:11:31 11:00:02 5 8.22 0.00 4.34 5.26 0.07 82.12 11:11:31 11:00:02 6 10.66 0.00 3.04 0.25 0.07 85.98 11:11:31 11:00:02 7 8.24 0.00 3.11 2.79 0.08 85.78 11:11:31 11:01:01 all 19.29 0.00 4.32 1.96 0.09 74.33 11:11:31 11:01:01 0 18.79 0.00 3.83 0.58 0.09 76.72 11:11:31 11:01:01 1 19.09 0.00 5.26 2.35 0.10 73.20 11:11:31 11:01:01 2 19.28 0.00 4.12 0.32 0.07 76.21 11:11:31 11:01:01 3 19.48 0.00 3.76 0.32 0.10 76.34 11:11:31 11:01:01 4 19.07 0.00 3.42 0.02 0.07 77.43 11:11:31 11:01:01 5 19.27 0.00 6.06 10.86 0.10 63.71 11:11:31 11:01:01 6 20.11 0.00 4.14 0.99 0.09 74.68 11:11:31 11:01:01 7 19.27 0.00 3.97 0.27 0.14 76.35 11:11:31 11:02:01 all 29.01 0.00 5.07 1.97 0.10 63.85 11:11:31 11:02:01 0 30.05 0.00 4.90 0.74 0.08 64.22 11:11:31 11:02:01 1 28.51 0.00 5.14 10.29 0.14 55.92 11:11:31 11:02:01 2 28.43 0.00 6.22 1.81 0.10 63.45 11:11:31 11:02:01 3 28.43 0.00 5.68 2.19 0.12 63.58 11:11:31 11:02:01 4 30.11 0.00 4.96 0.57 0.10 64.26 11:11:31 11:02:01 5 28.74 0.00 4.89 0.12 0.08 66.16 11:11:31 11:02:01 6 28.92 0.00 4.41 0.02 0.10 66.55 11:11:31 11:02:01 7 28.90 0.00 4.39 0.02 0.10 66.59 11:11:31 11:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:11:31 11:03:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:11:31 11:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:11:31 11:03:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:11:31 11:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:03:01 4 0.08 0.00 0.02 0.02 0.02 99.87 11:11:31 11:03:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:11:31 11:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:11:31 11:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:11:31 11:04:01 all 0.98 0.00 0.43 0.36 0.01 98.22 11:11:31 11:04:01 0 0.28 0.00 0.50 0.72 0.02 98.49 11:11:31 11:04:01 1 1.75 0.00 0.93 0.85 0.02 96.45 11:11:31 11:04:01 2 1.13 0.00 0.47 0.57 0.02 97.82 11:11:31 11:04:01 3 1.02 0.00 0.25 0.02 0.00 98.72 11:11:31 11:04:01 4 0.43 0.00 0.28 0.27 0.02 99.00 11:11:31 11:04:01 5 0.87 0.00 0.22 0.02 0.00 98.90 11:11:31 11:04:01 6 1.67 0.00 0.35 0.38 0.02 97.58 11:11:31 11:04:01 7 0.67 0.00 0.43 0.05 0.02 98.83 11:11:31 11:05:01 all 0.42 0.00 0.22 0.07 0.01 99.28 11:11:31 11:05:01 0 0.32 0.00 0.25 0.43 0.00 99.00 11:11:31 11:05:01 1 0.47 0.00 0.33 0.02 0.00 99.18 11:11:31 11:05:01 2 0.35 0.00 0.23 0.07 0.02 99.33 11:11:31 11:05:01 3 0.40 0.00 0.18 0.00 0.02 99.40 11:11:31 11:05:01 4 0.35 0.00 0.23 0.03 0.02 99.37 11:11:31 11:05:01 5 0.47 0.00 0.13 0.00 0.02 99.38 11:11:31 11:05:01 6 0.25 0.00 0.15 0.00 0.00 99.60 11:11:31 11:05:01 7 0.73 0.00 0.27 0.00 0.00 99.00 11:11:31 11:06:01 all 0.20 0.00 0.01 0.00 0.01 99.77 11:11:31 11:06:01 0 0.00 0.00 0.03 0.02 0.02 99.93 11:11:31 11:06:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:11:31 11:06:01 2 0.05 0.00 0.03 0.00 0.02 99.90 11:11:31 11:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:11:31 11:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:11:31 11:06:01 5 1.48 0.00 0.02 0.00 0.02 98.48 11:11:31 11:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:11:31 11:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:11:31 11:07:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:11:31 11:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:11:31 11:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 11:11:31 11:07:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:11:31 11:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:11:31 11:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:11:31 11:07:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:11:31 11:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:11:31 11:08:01 all 0.01 0.00 0.01 0.00 0.00 99.96 11:11:31 11:08:01 0 0.03 0.00 0.02 0.02 0.00 99.93 11:11:31 11:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:11:31 11:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 11:11:31 11:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:11:31 11:08:01 4 0.00 0.00 0.02 0.02 0.02 99.95 11:11:31 11:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:11:31 11:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:11:31 11:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:09:01 all 0.03 0.00 0.01 0.01 0.00 99.94 11:11:31 11:09:01 0 0.02 0.00 0.02 0.03 0.00 99.93 11:11:31 11:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:11:31 11:09:01 2 0.03 0.00 0.02 0.02 0.00 99.93 11:11:31 11:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:11:31 11:09:01 4 0.08 0.00 0.00 0.02 0.00 99.90 11:11:31 11:09:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:11:31 11:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:11:31 11:10:01 all 0.03 0.00 0.00 0.00 0.00 99.96 11:11:31 11:10:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:11:31 11:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:11:31 11:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:11:31 11:10:01 4 0.17 0.00 0.02 0.00 0.00 99.82 11:11:31 11:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:11:31 11:11:31 11:10:01 CPU %user %nice %system %iowait %steal %idle 11:11:31 11:11:01 all 0.04 0.00 0.01 0.00 0.00 99.95 11:11:31 11:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:11:31 11:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:11:31 11:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:11:31 11:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:11:31 11:11:01 4 0.18 0.00 0.00 0.02 0.02 99.78 11:11:31 11:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:11:31 11:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:11:31 11:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:11:31 Average: all 4.90 0.00 1.10 0.56 0.03 93.41 11:11:31 Average: 0 4.83 0.00 1.04 0.25 0.02 93.86 11:11:31 Average: 1 5.02 0.00 1.19 1.16 0.03 92.59 11:11:31 Average: 2 4.94 0.00 1.17 0.66 0.03 93.21 11:11:31 Average: 3 4.76 0.00 1.09 0.32 0.03 93.80 11:11:31 Average: 4 4.92 0.00 1.01 0.37 0.03 93.67 11:11:31 Average: 5 4.87 0.00 1.29 1.33 0.03 92.48 11:11:31 Average: 6 5.09 0.00 1.00 0.14 0.02 93.76 11:11:31 Average: 7 4.77 0.00 1.01 0.26 0.03 93.94 11:11:31 11:11:31 11:11:31