Pull request #153 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f09a9d52dca3d8d07231960e0d3e491f7a6031bc+c8ddb795451293862e71ea8481bb36f4aa2ad204 (9d23fc2f8cccd4c32e6a81de8c09777a2561b38e) 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-ssh8501280846945808196.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh12109710949361297712.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-153/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-153/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13099133907480660681.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-153/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1922177721829022617.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh11449768256995982897.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-153/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-153/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8284634790124654350.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5710 in /w/workspace/undry_device-rfid-llrp-go_PR-153 [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-153 # 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/153/head:refs/remotes/origin/PR-153 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c8ddb795451293862e71ea8481bb36f4aa2ad204 into PR head commit f09a9d52dca3d8d07231960e0d3e491f7a6031bc Merge succeeded, producing f09a9d52dca3d8d07231960e0d3e491f7a6031bc Checking out Revision f09a9d52dca3d8d07231960e0d3e491f7a6031bc (PR-153) 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:20:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:20:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:20:01 ========================================================= 02:20:01 EdgeX Global Pipelines Version Info 02:20:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # 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 c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # timeout=10 02:20:03 ------------------- 02:20:03 stable info: 02:20:03 ------------------- 02:20:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:20:03 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:20:03 Message: update stable to v1.0.244 02:20:04 ------------------- 02:20:04 experimental info: 02:20:04 ------------------- 02:20:04 Commited By: **** collab-it+edgex@linuxfoundation.org 02:20:04 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:20:04 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:20:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-153 [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-153 [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-153 [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f09a9d5 [Pipeline] echo 02:20:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:20:06 provisioning config files... 02:20:06 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config16570676330205926620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:20:06 ---> docker-login.sh 02:20:06 nexus3.edgexfoundry.org:10001 02:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:07 Configure a credential helper to remove this warning. See 02:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:07 02:20:07 Login Succeeded 02:20:07 nexus3.edgexfoundry.org:10002 02:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:07 Configure a credential helper to remove this warning. See 02:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:07 02:20:07 Login Succeeded 02:20:07 nexus3.edgexfoundry.org:10003 02:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:07 Configure a credential helper to remove this warning. See 02:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:07 02:20:07 Login Succeeded 02:20:07 nexus3.edgexfoundry.org:10004 02:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:08 Configure a credential helper to remove this warning. See 02:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:08 02:20:08 Login Succeeded 02:20:08 docker.io 02:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:09 Configure a credential helper to remove this warning. See 02:20:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:09 02:20:09 Login Succeeded 02:20:09 ---> docker-login.sh ends [Pipeline] } 02:20:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:20:10 + git rev-list -1 --merges f09a9d52dca3d8d07231960e0d3e491f7a6031bc~1..f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo 02:20:10 -----------> git rev-list -1 --merges f09a9d52dca3d8d07231960e0d3e491f7a6031bc~1..f09a9d52dca3d8d07231960e0d3e491f7a6031bc f09a9d52dca3d8d07231960e0d3e491f7a6031bc [false] [Pipeline] sh 02:20:10 + git log --format=format:%s -1 f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo 02:20:10 ========================================================= 02:20:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:20:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:20:11 + git log --format=format:%s -1 f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] echo 02:20:11 [semverPrep] GIT_COMMIT: f09a9d52dca3d8d07231960e0d3e491f7a6031bc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo 02:20:11 [semverPrep] This is not a build commit. [Pipeline] sh 02:20:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:20:11 + grep -v github /etc/ssh/ssh_known_hosts 02:20:11 + [ -e /tmp/ssh_known_hosts ] 02:20:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:20:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:20:11 + sudo tee -a /etc/ssh/ssh_known_hosts 02:20:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:20:12 02:20:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:20:12 0.1.4: Pulling from edgex-devops/py-git-semver 02:20:12 b85a868b505f: Pulling fs layer 02:20:12 e2be974225ed: Pulling fs layer 02:20:12 339a4e72a1f5: Pulling fs layer 02:20:12 988bab9f4d93: Pulling fs layer 02:20:12 1469e6f7b9e6: Pulling fs layer 02:20:12 eaf3925da568: Pulling fs layer 02:20:12 bab4dde63d76: Pulling fs layer 02:20:12 bde34c3a00c8: Pulling fs layer 02:20:12 b352a97aabf1: Pulling fs layer 02:20:12 4872d77fe225: Pulling fs layer 02:20:12 5851b861e8e6: Pulling fs layer 02:20:12 988bab9f4d93: Waiting 02:20:12 1469e6f7b9e6: Waiting 02:20:12 bab4dde63d76: Waiting 02:20:12 4872d77fe225: Waiting 02:20:12 5851b861e8e6: Waiting 02:20:12 bde34c3a00c8: Waiting 02:20:12 b352a97aabf1: Waiting 02:20:12 eaf3925da568: Waiting 02:20:12 e2be974225ed: Verifying Checksum 02:20:12 e2be974225ed: Download complete 02:20:12 988bab9f4d93: Verifying Checksum 02:20:12 988bab9f4d93: Download complete 02:20:12 339a4e72a1f5: Verifying Checksum 02:20:12 339a4e72a1f5: Download complete 02:20:12 eaf3925da568: Verifying Checksum 02:20:12 eaf3925da568: Download complete 02:20:12 1469e6f7b9e6: Verifying Checksum 02:20:12 1469e6f7b9e6: Download complete 02:20:12 bde34c3a00c8: Verifying Checksum 02:20:12 bde34c3a00c8: Download complete 02:20:13 b352a97aabf1: Download complete 02:20:13 4872d77fe225: Verifying Checksum 02:20:13 4872d77fe225: Download complete 02:20:13 5851b861e8e6: Verifying Checksum 02:20:13 5851b861e8e6: Download complete 02:20:13 b85a868b505f: Download complete 02:20:13 bab4dde63d76: Verifying Checksum 02:20:13 bab4dde63d76: Download complete 02:20:14 b85a868b505f: Pull complete 02:20:14 e2be974225ed: Pull complete 02:20:14 339a4e72a1f5: Pull complete 02:20:15 988bab9f4d93: Pull complete 02:20:15 1469e6f7b9e6: Pull complete 02:20:15 eaf3925da568: Pull complete 02:20:17 bab4dde63d76: Pull complete 02:20:17 bde34c3a00c8: Pull complete 02:20:17 b352a97aabf1: Pull complete 02:20:17 4872d77fe225: Pull complete 02:20:17 5851b861e8e6: Pull complete 02:20:17 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:20:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:20:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:20:17 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 02:20:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-rfid-llrp-go_PR-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:20:19 $ docker top 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c -eo pid,comm 02:20:19 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). 02:20:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:20:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:20:19 [ssh-agent] Looking for ssh-agent implementation... 02:20:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:20:19 $ docker exec 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent 02:20:19 SSH_AUTH_SOCK=/tmp/ssh-BX5JcHWHWVvR/agent.32 02:20:19 SSH_AGENT_PID=38 02:20:19 Running ssh-add (command line suppressed) 02:20:19 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_10362290894273904580.key (/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_10362290894273904580.key) 02:20:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:20:20 + git tag --points-at HEAD [Pipeline] } 02:20:20 $ docker exec --env ******** --env ******** 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent -k 02:20:20 unset SSH_AUTH_SOCK; 02:20:20 unset SSH_AGENT_PID; 02:20:20 echo Agent pid 38 killed; 02:20:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:20:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:20:20 [ssh-agent] Looking for ssh-agent implementation... 02:20:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:20:20 $ docker exec 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent 02:20:20 SSH_AUTH_SOCK=/tmp/ssh-I0uczJnVSwCS/agent.70 02:20:20 SSH_AGENT_PID=76 02:20:20 Running ssh-add (command line suppressed) 02:20:20 Identity added: /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_6156038786134523136.key (/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/private_key_6156038786134523136.key) 02:20:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:20:21 + git semver init 02:20:21 2023-02-14 02:20:21,302 [run_init] DEBUG init version:0.0.0 force:False 02:20:21 2023-02-14 02:20:21,302 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver 02:20:21 2023-02-14 02:20:21,303 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/undry_device-rfid-llrp-go_PR-153/.semver 02:20:21 2023-02-14 02:20:21,303 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-153, universal_newlines=False, shell=None, istream=None) 02:20:25 2023-02-14 02:20:25,166 [append_file] DEBUG append to file:/w/workspace/undry_device-rfid-llrp-go_PR-153/.git/info/exclude 02:20:25 2023-02-14 02:20:25,166 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver/PR-153 with force:False 02:20:25 2023-02-14 02:20:25,167 [write_file] DEBUG write to file:/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver/PR-153 02:20:25 2023-02-14 02:20:25,170 [execute] INFO git cat-file --batch-check 02:20:25 2023-02-14 02:20:25,171 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver, universal_newlines=False, shell=None, istream=) 02:20:25 2023-02-14 02:20:25,178 [execute] INFO git cat-file --batch 02:20:25 2023-02-14 02:20:25,178 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-rfid-llrp-go_PR-153/.semver, universal_newlines=False, shell=None, istream=) 02:20:25 2023-02-14 02:20:25,184 [read_version] DEBUG read version from /w/workspace/undry_device-rfid-llrp-go_PR-153/.semver/PR-153 02:20:25 0.0.0 [Pipeline] } 02:20:25 $ docker exec --env ******** --env ******** 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c ssh-agent -k 02:20:25 unset SSH_AUTH_SOCK; 02:20:25 unset SSH_AGENT_PID; 02:20:25 echo Agent pid 76 killed; 02:20:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:20:26 + git semver [Pipeline] } 02:20:26 $ docker stop --time=1 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c 02:20:27 $ docker rm -f --volumes 51a5dc38266e694848d09775da00ed4c4c21c6366005a5801833056a8eb1924c [Pipeline] // withDockerContainer [Pipeline] sh 02:20:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:20:28 Stashed 1 file(s) [Pipeline] echo 02:20:28 [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 02:20:29 provisioning config files... 02:20:29 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config117029471861135292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:20:29 ---> docker-login.sh 02:20:29 nexus3.edgexfoundry.org:10001 02:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:29 Configure a credential helper to remove this warning. See 02:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:29 02:20:29 Login Succeeded 02:20:29 nexus3.edgexfoundry.org:10002 02:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:29 Configure a credential helper to remove this warning. See 02:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:29 02:20:29 Login Succeeded 02:20:29 nexus3.edgexfoundry.org:10003 02:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:29 Configure a credential helper to remove this warning. See 02:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:29 02:20:29 Login Succeeded 02:20:29 nexus3.edgexfoundry.org:10004 02:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:30 Configure a credential helper to remove this warning. See 02:20:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:30 02:20:30 Login Succeeded 02:20:30 docker.io 02:20:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:20:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:20:31 Configure a credential helper to remove this warning. See 02:20:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:20:31 02:20:31 Login Succeeded 02:20:31 ---> docker-login.sh ends [Pipeline] } 02:20:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:20:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:20:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:20:31 ========================================================= 02:20:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 02:20:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:32 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:20:32 Sending build context to Docker daemon 4.111MB 02:20:32 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:20:32 Step 2/12 : FROM ${BASE} AS builder 02:20:32 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 02:20:32 213ec9aee27d: Pulling fs layer 02:20:32 4583459ba037: Pulling fs layer 02:20:32 93c1e223e6f2: Pulling fs layer 02:20:32 53926ce57604: Pulling fs layer 02:20:32 21b2b0c7a3f4: Pulling fs layer 02:20:32 22ff95d597cd: Pulling fs layer 02:20:32 53926ce57604: Waiting 02:20:32 21b2b0c7a3f4: Waiting 02:20:32 12d6caf4c0d1: Pulling fs layer 02:20:32 22ff95d597cd: Waiting 02:20:32 96b7cbca73a9: Pulling fs layer 02:20:32 a7acece74701: Pulling fs layer 02:20:32 12d6caf4c0d1: Waiting 02:20:32 96b7cbca73a9: Waiting 02:20:32 a7acece74701: Waiting 02:20:32 4583459ba037: Verifying Checksum 02:20:32 4583459ba037: Download complete 02:20:32 93c1e223e6f2: Verifying Checksum 02:20:32 93c1e223e6f2: Download complete 02:20:32 21b2b0c7a3f4: Verifying Checksum 02:20:32 21b2b0c7a3f4: Download complete 02:20:32 22ff95d597cd: Verifying Checksum 02:20:32 22ff95d597cd: Download complete 02:20:32 12d6caf4c0d1: Verifying Checksum 02:20:32 12d6caf4c0d1: Download complete 02:20:32 213ec9aee27d: Download complete 02:20:32 213ec9aee27d: Pull complete 02:20:32 4583459ba037: Pull complete 02:20:32 93c1e223e6f2: Pull complete 02:20:33 53926ce57604: Download complete 02:20:33 a7acece74701: Verifying Checksum 02:20:33 a7acece74701: Download complete 02:20:33 96b7cbca73a9: Verifying Checksum 02:20:33 96b7cbca73a9: Download complete 02:20:38 53926ce57604: Pull complete 02:20:38 21b2b0c7a3f4: Pull complete 02:20:38 22ff95d597cd: Pull complete 02:20:38 12d6caf4c0d1: Pull complete 02:20:39 96b7cbca73a9: Pull complete 02:20:40 a7acece74701: Pull complete 02:20:40 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 02:20:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:20:40 ---> db6d94c90886 02:20:40 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:20:42 ---> Running in 8e05cd4b3bdb 02:20:42 Removing intermediate container 8e05cd4b3bdb 02:20:42 ---> 51d9c8ce861a 02:20:42 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:20:42 ---> Running in 36c9a4987244 02:20:43 Removing intermediate container 36c9a4987244 02:20:43 ---> 73192efb387a 02:20:43 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 02:20:43 ---> Running in 9fbac1f91fd5 02:20:43 Removing intermediate container 9fbac1f91fd5 02:20:43 ---> 6ee4b8c7ca68 02:20:43 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:20:43 ---> Running in 7a8980619b3b 02:20:43 Removing intermediate container 7a8980619b3b 02:20:43 ---> 850fac572e90 02:20:43 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:20:43 ---> Running in 6c3f57233301 02:20:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:20:43 Still waiting to schedule task 02:20:43 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 02:20:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:21:10 OK: 211 MiB in 51 packages 02:21:10 Removing intermediate container 6c3f57233301 02:21:10 ---> b66f99db0794 02:21:10 Step 8/12 : WORKDIR /app 02:21:10 ---> Running in e1ebf7ff7c26 02:21:10 Removing intermediate container e1ebf7ff7c26 02:21:10 ---> 80648965b31c 02:21:10 Step 9/12 : COPY go.mod vendor* ./ 02:21:10 ---> 1f9459d42c69 02:21:10 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:21:10 ---> Running in 4983413891a3 02:25:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5717 in /w/workspace/undry_device-rfid-llrp-go_PR-153 [Pipeline] { [Pipeline] ws 02:25:23 Running in /w/workspace/device-rfid-llrp-go/1 [Pipeline] { [Pipeline] checkout 02:25:23 Selected Git installation does not exist. Using Default 02:25:23 The recommended git tool is: NONE 02:25:28 using credential edgex-jenkins-ssh 02:25:28 Cloning the remote Git repository 02:25:28 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 02:25:28 > git init /w/workspace/device-rfid-llrp-go/1 # timeout=10 02:25:28 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 02:25:28 > git --version # timeout=10 02:25:28 > git --version # 'git version 2.25.1' 02:25:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:25:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:25:32 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 02:25:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:25:33 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 02:25:33 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 02:25:33 using GIT_SSH to set credentials SSH Credentials for GitHub 02:25:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/153/head:refs/remotes/origin/PR-153 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:25:34 Merging remotes/origin/main commit c8ddb795451293862e71ea8481bb36f4aa2ad204 into PR head commit f09a9d52dca3d8d07231960e0d3e491f7a6031bc 02:25:35 Merge succeeded, producing f09a9d52dca3d8d07231960e0d3e491f7a6031bc 02:25:35 Checking out Revision f09a9d52dca3d8d07231960e0d3e491f7a6031bc (PR-153) 02:25:34 > git config core.sparsecheckout # timeout=10 02:25:34 > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # timeout=10 02:25:35 > git remote # timeout=10 02:25:35 > git config --get remote.origin.url # timeout=10 02:25:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:25:35 > git merge c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 02:25:35 > git rev-parse HEAD^{commit} # timeout=10 02:25:35 > git config core.sparsecheckout # timeout=10 02:25:35 > git checkout -f f09a9d52dca3d8d07231960e0d3e491f7a6031bc # timeout=10 02:25:35 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" 02:25:35 > git --version # timeout=10 02:25:35 > git --version # 'git version 2.25.1' 02:25:35 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:25:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:25:36 % Total % Received % Xferd Average Speed Time Time Time Current 02:25:36 Dload Upload Total Spent Left Speed 02:25:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 25149 0 --:--:-- --:--:-- --:--:-- 25199 [Pipeline] sh 02:25:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:25:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:25:38 + sudo tee /etc/docker/daemon.new 02:25:38 { 02:25:38 "registry-mirrors": [ 02:25:38 "https://nexus3.edgexfoundry.org:10001" 02:25:38 ], 02:25:38 "bip": "10.250.0.254/24", 02:25:38 "hosts": [ 02:25:38 "tcp://0.0.0.0:5555", 02:25:38 "unix:///var/run/docker.sock" 02:25:38 ], 02:25:38 "mtu": 1458, 02:25:38 "selinux-enabled": true, 02:25:38 "seccomp-profile": "/etc/docker/seccomp.json" 02:25:38 } [Pipeline] sh 02:25:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:25:38 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:25:57 provisioning config files... 02:25:57 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/1@tmp/config9840686465133378111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:25:57 ---> docker-login.sh 02:25:57 nexus3.edgexfoundry.org:10001 02:25:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:58 Configure a credential helper to remove this warning. See 02:25:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:58 02:25:58 Login Succeeded 02:25:58 nexus3.edgexfoundry.org:10002 02:25:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:58 Configure a credential helper to remove this warning. See 02:25:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:58 02:25:58 Login Succeeded 02:25:58 nexus3.edgexfoundry.org:10003 02:25:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:59 Configure a credential helper to remove this warning. See 02:25:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:59 02:25:59 Login Succeeded 02:25:59 nexus3.edgexfoundry.org:10004 02:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:25:59 Configure a credential helper to remove this warning. See 02:25:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:25:59 02:25:59 Login Succeeded 02:25:59 docker.io 02:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:26:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:26:03 Configure a credential helper to remove this warning. See 02:26:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:26:03 02:26:03 Login Succeeded 02:26:03 ---> docker-login.sh ends [Pipeline] } 02:26:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:26:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:26:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:26:04 ========================================================= 02:26:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 02:26:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:04 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:26:05 Sending build context to Docker daemon 1.217MB 02:26:05 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:26:05 Step 2/12 : FROM ${BASE} AS builder 02:26:05 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:26:05 9b18e9b68314: Pulling fs layer 02:26:05 35d82f9e3411: Pulling fs layer 02:26:05 e16973657156: Pulling fs layer 02:26:05 fc693d55d65f: Pulling fs layer 02:26:05 7e9fc2657dce: Pulling fs layer 02:26:05 dda99020689f: Pulling fs layer 02:26:05 db1c61fa0a46: Pulling fs layer 02:26:05 891c053d2c06: Pulling fs layer 02:26:05 fc693d55d65f: Waiting 02:26:05 7e9fc2657dce: Waiting 02:26:05 dda99020689f: Waiting 02:26:05 db1c61fa0a46: Waiting 02:26:05 891c053d2c06: Waiting 02:26:05 e16973657156: Verifying Checksum 02:26:05 e16973657156: Download complete 02:26:05 35d82f9e3411: Download complete 02:26:05 7e9fc2657dce: Verifying Checksum 02:26:05 7e9fc2657dce: Download complete 02:26:05 dda99020689f: Verifying Checksum 02:26:05 dda99020689f: Download complete 02:26:05 9b18e9b68314: Download complete 02:26:06 9b18e9b68314: Pull complete 02:26:06 891c053d2c06: Verifying Checksum 02:26:06 891c053d2c06: Download complete 02:26:06 35d82f9e3411: Pull complete 02:26:07 e16973657156: Pull complete 02:26:07 db1c61fa0a46: Verifying Checksum 02:26:07 db1c61fa0a46: Download complete 02:26:08 fc693d55d65f: Verifying Checksum 02:26:08 fc693d55d65f: Download complete 02:26:20 fc693d55d65f: Pull complete 02:26:20 7e9fc2657dce: Pull complete 02:26:20 dda99020689f: Pull complete 02:26:27 db1c61fa0a46: Pull complete 02:26:28 891c053d2c06: Pull complete 02:26:28 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 02:26:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:26:28 ---> f96f9c87975a 02:26:28 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:26:30 ---> Running in e65820ec1014 02:26:30 Removing intermediate container e65820ec1014 02:26:30 ---> 43b144e216be 02:26:30 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:26:30 ---> Running in aa4ff2b7ac69 02:26:30 Removing intermediate container aa4ff2b7ac69 02:26:30 ---> 9b81d2653317 02:26:30 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 02:26:30 ---> Running in 4946cd7c6375 02:26:30 Removing intermediate container 4946cd7c6375 02:26:30 ---> 95d00389317d 02:26:30 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:26:31 ---> Running in cff5c5bcbe7c 02:26:31 Removing intermediate container cff5c5bcbe7c 02:26:31 ---> 29f34caad8d5 02:26:31 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:26:31 ---> Running in e3c58b2f46af 02:26:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:26:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:27:02 OK: 221 MiB in 51 packages 02:27:02 Removing intermediate container e3c58b2f46af 02:27:02 ---> 44a75fc39767 02:27:02 Step 8/12 : WORKDIR /app 02:27:02 ---> Running in 4ff43ff824a2 02:27:02 Removing intermediate container 4ff43ff824a2 02:27:02 ---> 275a001e72ea 02:27:02 Step 9/12 : COPY go.mod vendor* ./ 02:27:03 ---> d44fea190cd7 02:27:03 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:27:03 ---> Running in 90c9bee23040 02:30:05 Removing intermediate container 4983413891a3 02:30:05 ---> 2b8b2f21681f 02:30:05 Step 11/12 : COPY . . 02:30:05 ---> 2e4234d96bb2 02:30:05 Step 12/12 : RUN $MAKE 02:30:05 ---> Running in 632b2f917569 02:30:05 noop 02:30:05 Removing intermediate container 632b2f917569 02:30:05 ---> 246a65bb2bcd 02:30:05 Successfully built 246a65bb2bcd 02:30:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:06 + docker inspect -f . ci-base-image-x86_64 02:30:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:06 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 02:30:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-rfid-llrp-go_PR-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@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 ******** ci-base-image-x86_64 cat 02:30:07 $ docker top 51a0984cb6e2f48a095851bf84eb869a7dd77c9c9f993209ec0e404c7e9d1a9b -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:07 + go version 02:30:07 go version go1.18.7 linux/amd64 [Pipeline] } 02:30:07 $ docker stop --time=1 51a0984cb6e2f48a095851bf84eb869a7dd77c9c9f993209ec0e404c7e9d1a9b 02:30:08 $ docker rm -f --volumes 51a0984cb6e2f48a095851bf84eb869a7dd77c9c9f993209ec0e404c7e9d1a9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:09 + docker inspect -f . ci-base-image-x86_64 02:30:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:09 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 02:30:09 $ 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-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@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 ******** ci-base-image-x86_64 cat 02:30:10 $ docker top bb01f0b15262e3c585848d2ce6e3a7e8795bb4a091fb14c72e4e4b07f74d4030 -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:10 + git config --global --add safe.directory /w/workspace/undry_device-rfid-llrp-go_PR-153 [Pipeline] fileExists [Pipeline] sh 02:30:10 + make test 02:30:10 go test ./... -coverprofile=coverage.out ./... 02:30:11 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 02:30:21 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 02:30:21 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 02:30:25 Removing intermediate container 90c9bee23040 02:30:25 ---> 33dd29917a2c 02:30:25 Step 11/12 : COPY . . 02:30:25 ---> e8579f1bfe9c 02:30:25 Step 12/12 : RUN $MAKE 02:30:25 ---> Running in 7f87554c676b 02:30:25 noop 02:30:25 Removing intermediate container 7f87554c676b 02:30:25 ---> c38e5c6127c9 02:30:25 Successfully built c38e5c6127c9 02:30:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:25 + docker inspect -f . ci-base-image-arm64 02:30:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:25 prd-ubuntu20.04-docker-arm64-4c-16g-5717 does not seem to be running inside a container 02:30:25 $ 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 ******** ci-base-image-arm64 cat 02:30:26 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.388s coverage: 40.7% of statements 02:30:26 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.242s coverage: 52.0% of statements 02:30:26 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.030s coverage: 94.6% of statements 02:30:27 $ docker top fa54ef483906db03b95f0e640586d2d90d6feb7cb9e532a7bf4827641ded4cc4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:28 + go version 02:30:28 go version go1.18.7 linux/arm64 [Pipeline] } 02:30:28 $ docker stop --time=1 fa54ef483906db03b95f0e640586d2d90d6feb7cb9e532a7bf4827641ded4cc4 02:30:30 $ docker rm -f --volumes fa54ef483906db03b95f0e640586d2d90d6feb7cb9e532a7bf4827641ded4cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:31 + docker inspect -f . ci-base-image-arm64 02:30:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:31 prd-ubuntu20.04-docker-arm64-4c-16g-5717 does not seem to be running inside a container 02:30:31 $ 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 ******** ci-base-image-arm64 cat 02:30:32 $ docker top a9d68e1715f191aecf20670a058762d2946eb61be3f974e2e32751dd6aaf6bec -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:33 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/1 [Pipeline] fileExists [Pipeline] sh 02:30:34 + make test 02:30:34 go test ./... -coverprofile=coverage.out ./... 02:30:34 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 02:30:34 go vet ./... 02:30:36 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 02:30:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:30:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:30:37 ./bin/test-attribution-txt.sh 02:30:37 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:30:37 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:30:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:30:37 $ docker stop --time=1 bb01f0b15262e3c585848d2ce6e3a7e8795bb4a091fb14c72e4e4b07f74d4030 02:30:39 $ docker rm -f --volumes bb01f0b15262e3c585848d2ce6e3a7e8795bb4a091fb14c72e4e4b07f74d4030 [Pipeline] // withDockerContainer [Pipeline] sh 02:30:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:30:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:30:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:30:40 + ls -al . 02:30:40 total 632 02:30:40 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 02:30 . 02:30:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:19 .. 02:30:40 -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:20 .dockerignore 02:30:40 drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:30 .git 02:30:40 drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:20 .github 02:30:40 -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:20 .gitignore 02:30:40 -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:20 .golangci.yml 02:30:40 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:20 .semver 02:30:40 -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:20 Attribution.txt 02:30:40 -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:20 CHANGELOG.md 02:30:40 -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:20 Dockerfile 02:30:40 -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:20 GOVERNANCE.md 02:30:40 -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:20 Jenkinsfile 02:30:40 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:20 LICENSE 02:30:40 -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:20 Makefile 02:30:40 -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:20 OWNERS.md 02:30:40 -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:20 README.md 02:30:40 -rw-rw-r-- 1 jenkins jenkins 5 Feb 14 02:20 VERSION 02:30:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:20 bin 02:30:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:20 cmd 02:30:40 -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:30 coverage.out 02:30:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:20 examples 02:30:40 -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:20 go.mod 02:30:40 -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:20 go.sum 02:30:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:20 images 02:30:40 drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:20 internal 02:30:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:20 snap 02:30:40 -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:41 + 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=f09a9d52dca3d8d07231960e0d3e491f7a6031bc --label arch=amd64 --label version=0.0.0 . 02:30:41 Sending build context to Docker daemon 4.111MB 02:30:41 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:30:41 Step 2/24 : FROM ${BASE} AS builder 02:30:41 ---> 246a65bb2bcd 02:30:41 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:30:41 ---> Running in caa77c1f7608 02:30:41 Removing intermediate container caa77c1f7608 02:30:41 ---> 679bf7ade1ea 02:30:41 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:30:41 ---> Running in 37fd382cf51b 02:30:41 Removing intermediate container 37fd382cf51b 02:30:41 ---> 29c72be3ccb4 02:30:41 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 02:30:41 ---> Running in 971c8765ac5f 02:30:41 Removing intermediate container 971c8765ac5f 02:30:41 ---> 9c4c7fc6d6e1 02:30:41 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:30:41 ---> Running in 4d4c6f9c2405 02:30:42 Removing intermediate container 4d4c6f9c2405 02:30:42 ---> d6084e945943 02:30:42 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:30:42 ---> Running in fb23d07cf5f7 02:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:30:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:30:53 OK: 211 MiB in 51 packages 02:30:53 Removing intermediate container fb23d07cf5f7 02:30:53 ---> 87eb51f12324 02:30:53 Step 8/24 : WORKDIR /app 02:30:53 ---> Running in e04414fc924f 02:30:53 Removing intermediate container e04414fc924f 02:30:53 ---> f7ab9e5926dd 02:30:53 Step 9/24 : COPY go.mod vendor* ./ 02:30:53 ---> b851e7fc8418 02:30:53 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:30:53 ---> Running in a399338c79e7 02:30:53 Removing intermediate container a399338c79e7 02:30:53 ---> de15a63d2806 02:30:53 Step 11/24 : COPY . . 02:30:54 ---> ee7be4ea55da 02:30:54 Step 12/24 : RUN $MAKE 02:30:54 ---> Running in 2f8996fdab68 02:30:54 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 02:31:12 Removing intermediate container 2f8996fdab68 02:31:12 ---> 934fe63aa994 02:31:12 Step 13/24 : FROM alpine:3.16 02:31:13 3.16: Pulling from library/alpine 02:31:13 ef5531b6e74e: Pulling fs layer 02:31:15 ef5531b6e74e: Verifying Checksum 02:31:15 ef5531b6e74e: Download complete 02:31:15 ef5531b6e74e: Pull complete 02:31:15 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:31:15 Status: Downloaded newer image for alpine:3.16 02:31:15 ---> dfd21b5a31f5 02:31:15 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 02:31:15 ---> Running in ce5509056cc2 02:31:15 Removing intermediate container ce5509056cc2 02:31:15 ---> 17b3d781c876 02:31:15 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:31:15 ---> Running in 603c59dd08f1 02:31:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:31:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:31:22 (1/1) Installing dumb-init (1.2.5-r1) 02:31:22 Executing busybox-1.35.0-r17.trigger 02:31:22 OK: 6 MiB in 15 packages 02:31:22 Removing intermediate container 603c59dd08f1 02:31:22 ---> a2da1159aae5 02:31:22 Step 16/24 : COPY --from=builder /app/LICENSE / 02:31:22 ---> 738e1f2edf35 02:31:22 Step 17/24 : COPY --from=builder /app/Attribution.txt / 02:31:22 ---> a444d0886151 02:31:22 Step 18/24 : COPY --from=builder /app/cmd/ / 02:31:23 ---> 6f9212289524 02:31:23 Step 19/24 : EXPOSE 59989 02:31:23 ---> Running in 8d1da04cbb79 02:31:23 Removing intermediate container 8d1da04cbb79 02:31:23 ---> f7e92b274913 02:31:23 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 02:31:23 ---> Running in 66073dda341d 02:31:23 Removing intermediate container 66073dda341d 02:31:23 ---> 3da27396446c 02:31:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:31:23 ---> Running in f73fc730e665 02:31:24 Removing intermediate container f73fc730e665 02:31:24 ---> 5b1d1668843b 02:31:24 Step 22/24 : LABEL arch=amd64 02:31:24 ---> Running in 532a7d29f4c6 02:31:24 Removing intermediate container 532a7d29f4c6 02:31:24 ---> 5362a4450731 02:31:24 Step 23/24 : LABEL git_sha=f09a9d52dca3d8d07231960e0d3e491f7a6031bc 02:31:24 ---> Running in fd1b8b40ba03 02:31:24 Removing intermediate container fd1b8b40ba03 02:31:24 ---> 3552ce16e3ed 02:31:24 Step 24/24 : LABEL version=0.0.0 02:31:24 ---> Running in e0c76bad2d4c 02:31:24 Removing intermediate container e0c76bad2d4c 02:31:24 ---> 5c79e2cdf953 02:31:24 [Warning] One or more build-args [ARCH] were not consumed 02:31:24 Successfully built 5c79e2cdf953 02:31:24 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 02:31:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:31:25 02:31:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:31:25 latest: Pulling from edgex-lftools-log-publisher 02:31:25 5eb5b503b376: Pulling fs layer 02:31:25 5c69ac0246d0: Pulling fs layer 02:31:25 ec43610c2a17: Pulling fs layer 02:31:25 3a2ae6a8a46f: Pulling fs layer 02:31:25 33b1e0a273af: Pulling fs layer 02:31:25 5d3b04190fa2: Pulling fs layer 02:31:25 2f39f015ded8: Pulling fs layer 02:31:25 33b1e0a273af: Waiting 02:31:25 2f39f015ded8: Waiting 02:31:25 3a2ae6a8a46f: Waiting 02:31:25 5d3b04190fa2: Waiting 02:31:25 5c69ac0246d0: Verifying Checksum 02:31:25 5c69ac0246d0: Download complete 02:31:25 3a2ae6a8a46f: Verifying Checksum 02:31:25 3a2ae6a8a46f: Download complete 02:31:26 ec43610c2a17: Verifying Checksum 02:31:26 ec43610c2a17: Download complete 02:31:26 33b1e0a273af: Verifying Checksum 02:31:26 33b1e0a273af: Download complete 02:31:26 5d3b04190fa2: Download complete 02:31:26 5eb5b503b376: Verifying Checksum 02:31:26 5eb5b503b376: Download complete 02:31:27 2f39f015ded8: Download complete 02:31:27 5eb5b503b376: Pull complete 02:31:27 5c69ac0246d0: Pull complete 02:31:27 ec43610c2a17: Pull complete 02:31:27 3a2ae6a8a46f: Pull complete 02:31:28 33b1e0a273af: Pull complete 02:31:28 5d3b04190fa2: Pull complete 02:31:32 2f39f015ded8: Pull complete 02:31:32 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:31:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:31:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:32 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 02:31:32 $ 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-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@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 02:31:34 $ docker top 164bbe02c94a1b9fde94001b533b20118721e0e0b30a9dffb05ff04c72ac1d48 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:31:35 ---> job-cost.sh 02:31:35 lf-activate-venv: SKIPPING 02:31:35 INFO: No Stack... 02:31:36 INFO: Retrieving Pricing Info for: v3-standard-8 02:31:36 INFO: Archiving Costs [Pipeline] sh 02:31:37 + cat /w/workspace/undry_device-rfid-llrp-go_PR-153/archives/cost.csv 02:31:37 + cut -d, -f6 [Pipeline] lock 02:31:37 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] 02:31:37 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] did not exist. Created. 02:31:37 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:31:37 + echo total: 0.2199999988079071 [Pipeline] stash 02:31:37 Stashed 1 file(s) [Pipeline] } 02:31:37 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:31:37 $ docker stop --time=1 164bbe02c94a1b9fde94001b533b20118721e0e0b30a9dffb05ff04c72ac1d48 02:31:38 $ docker rm -f --volumes 164bbe02c94a1b9fde94001b533b20118721e0e0b30a9dffb05ff04c72ac1d48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:32:13 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 02:32:13 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 02:32:52 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 29.739s coverage: 40.7% of statements 02:32:52 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.536s coverage: 52.0% of statements 02:32:52 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.070s coverage: 95.5% of statements 02:32:52 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:32:52 go vet ./... 02:33:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:33:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:33:10 ./bin/test-attribution-txt.sh 02:33:10 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:33:10 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:33:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:33:10 $ docker stop --time=1 a9d68e1715f191aecf20670a058762d2946eb61be3f974e2e32751dd6aaf6bec 02:33:12 $ docker rm -f --volumes a9d68e1715f191aecf20670a058762d2946eb61be3f974e2e32751dd6aaf6bec [Pipeline] // withDockerContainer [Pipeline] sh 02:33:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:33:13 Warning: overwriting stash ‘coverage-report’ 02:33:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:33:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:33:15 + ls -al . 02:33:15 total 628 02:33:15 drwxrwxr-x 10 jenkins jenkins 4096 Feb 14 02:30 . 02:33:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:25 .. 02:33:15 -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:25 .dockerignore 02:33:15 drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:25 .git 02:33:15 drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:25 .github 02:33:15 -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:25 .gitignore 02:33:15 -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:25 .golangci.yml 02:33:15 -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:25 Attribution.txt 02:33:15 -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:25 CHANGELOG.md 02:33:15 -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:25 Dockerfile 02:33:15 -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:25 GOVERNANCE.md 02:33:15 -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:25 Jenkinsfile 02:33:15 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:25 LICENSE 02:33:15 -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:25 Makefile 02:33:15 -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:25 OWNERS.md 02:33:15 -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:25 README.md 02:33:15 -rw-rw-r-- 1 jenkins jenkins 5 Feb 14 02:20 VERSION 02:33:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:25 bin 02:33:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:25 cmd 02:33:15 -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:32 coverage.out 02:33:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:25 examples 02:33:15 -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:25 go.mod 02:33:15 -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:25 go.sum 02:33:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:25 images 02:33:15 drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:25 internal 02:33:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:25 snap 02:33:15 -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:15 + 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=f09a9d52dca3d8d07231960e0d3e491f7a6031bc --label arch=arm64 --label version=0.0.0 . 02:33:15 Sending build context to Docker daemon 1.217MB 02:33:15 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:33:15 Step 2/24 : FROM ${BASE} AS builder 02:33:15 ---> c38e5c6127c9 02:33:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:33:15 ---> Running in 6615eb7cb206 02:33:16 Removing intermediate container 6615eb7cb206 02:33:16 ---> 8079dfb86149 02:33:16 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:33:16 ---> Running in 23dbaa2f7527 02:33:16 Removing intermediate container 23dbaa2f7527 02:33:16 ---> d3aed4266ed7 02:33:16 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 02:33:16 ---> Running in 66de92a8f674 02:33:16 Removing intermediate container 66de92a8f674 02:33:16 ---> ed0e8d6a3c90 02:33:16 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:33:16 ---> Running in bdf8dae9c007 02:33:17 Removing intermediate container bdf8dae9c007 02:33:17 ---> 595801826822 02:33:17 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:33:17 ---> Running in b0cb0f2952ce 02:33:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:33:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:33:23 OK: 221 MiB in 51 packages 02:33:24 Removing intermediate container b0cb0f2952ce 02:33:24 ---> 647c4aec8925 02:33:24 Step 8/24 : WORKDIR /app 02:33:24 ---> Running in 84d3a0ecb95a 02:33:25 Removing intermediate container 84d3a0ecb95a 02:33:25 ---> fd880f129d12 02:33:25 Step 9/24 : COPY go.mod vendor* ./ 02:33:25 ---> b0de14232c22 02:33:25 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:25 ---> Running in a493d56da223 02:33:28 Removing intermediate container a493d56da223 02:33:28 ---> 4ee6baa6ae5b 02:33:28 Step 11/24 : COPY . . 02:33:28 ---> fdd05ee4b9aa 02:33:28 Step 12/24 : RUN $MAKE 02:33:28 ---> Running in 4b4d6c9ddc06 02:33:29 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 02:35:51 Removing intermediate container 4b4d6c9ddc06 02:35:51 ---> 086d8fd7718e 02:35:51 Step 13/24 : FROM alpine:3.16 02:35:51 3.16: Pulling from library/alpine 02:35:51 3760b48202b3: Pulling fs layer 02:35:56 3760b48202b3: Download complete 02:35:57 3760b48202b3: Pull complete 02:35:57 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:35:57 Status: Downloaded newer image for alpine:3.16 02:35:57 ---> 4c81e5bf8899 02:35:57 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 02:35:57 ---> Running in 0638f0ef0334 02:35:57 Removing intermediate container 0638f0ef0334 02:35:57 ---> 0cfc8c70d69e 02:35:57 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:35:58 ---> Running in cc7eff5a7326 02:35:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:36:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:36:31 (1/1) Installing dumb-init (1.2.5-r1) 02:36:31 Executing busybox-1.35.0-r17.trigger 02:36:31 OK: 5 MiB in 15 packages 02:36:31 Removing intermediate container cc7eff5a7326 02:36:31 ---> 5346de903577 02:36:31 Step 16/24 : COPY --from=builder /app/LICENSE / 02:36:32 ---> 2b81caa2f3bf 02:36:32 Step 17/24 : COPY --from=builder /app/Attribution.txt / 02:36:33 ---> e797e34f9241 02:36:33 Step 18/24 : COPY --from=builder /app/cmd/ / 02:36:34 ---> 08fde6a146a5 02:36:34 Step 19/24 : EXPOSE 59989 02:36:34 ---> Running in c65c5129a7b7 02:36:34 Removing intermediate container c65c5129a7b7 02:36:34 ---> 0a320a5f48d1 02:36:34 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 02:36:34 ---> Running in bd57ad229dff 02:36:35 Removing intermediate container bd57ad229dff 02:36:35 ---> 9596c8ca0bd2 02:36:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:36:35 ---> Running in 750165d93a80 02:36:35 Removing intermediate container 750165d93a80 02:36:35 ---> 9fa7cbec517b 02:36:35 Step 22/24 : LABEL arch=arm64 02:36:35 ---> Running in a7da9fc26f62 02:36:36 Removing intermediate container a7da9fc26f62 02:36:36 ---> 5d2b9dbf79ee 02:36:36 Step 23/24 : LABEL git_sha=f09a9d52dca3d8d07231960e0d3e491f7a6031bc 02:36:36 ---> Running in f8c3e57c6ab2 02:36:36 Removing intermediate container f8c3e57c6ab2 02:36:36 ---> 7cf01eff835e 02:36:36 Step 24/24 : LABEL version=0.0.0 02:36:36 ---> Running in 6884bc120784 02:36:36 Removing intermediate container 6884bc120784 02:36:36 ---> 9a026d3c4b6d 02:36:36 [Warning] One or more build-args [ARCH] were not consumed 02:36:36 Successfully built 9a026d3c4b6d 02:36:36 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 02:36:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:36:37 02:36:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:36:38 arm64: Pulling from edgex-lftools-log-publisher 02:36:38 8998bd30e6a1: Pulling fs layer 02:36:38 04944245beec: Pulling fs layer 02:36:38 699f458cf7ca: Pulling fs layer 02:36:38 765212b225bb: Pulling fs layer 02:36:38 f23df028b6ca: Pulling fs layer 02:36:38 d65c8cfc05b1: Pulling fs layer 02:36:38 2437ff75d9bd: Pulling fs layer 02:36:38 f23df028b6ca: Waiting 02:36:38 d65c8cfc05b1: Waiting 02:36:38 2437ff75d9bd: Waiting 02:36:38 04944245beec: Verifying Checksum 02:36:38 04944245beec: Download complete 02:36:38 765212b225bb: Verifying Checksum 02:36:38 765212b225bb: Download complete 02:36:38 f23df028b6ca: Verifying Checksum 02:36:38 f23df028b6ca: Download complete 02:36:38 d65c8cfc05b1: Verifying Checksum 02:36:38 d65c8cfc05b1: Download complete 02:36:38 699f458cf7ca: Verifying Checksum 02:36:38 699f458cf7ca: Download complete 02:36:38 8998bd30e6a1: Verifying Checksum 02:36:38 8998bd30e6a1: Download complete 02:36:41 2437ff75d9bd: Verifying Checksum 02:36:41 2437ff75d9bd: Download complete 02:36:42 8998bd30e6a1: Pull complete 02:36:43 04944245beec: Pull complete 02:36:44 699f458cf7ca: Pull complete 02:36:44 765212b225bb: Pull complete 02:36:45 f23df028b6ca: Pull complete 02:36:45 d65c8cfc05b1: Pull complete 02:37:00 2437ff75d9bd: Pull complete 02:37:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:37:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:37:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:37:00 prd-ubuntu20.04-docker-arm64-4c-16g-5717 does not seem to be running inside a container 02:37:00 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:37:03 $ docker top 50734a24b8d2a968dcd79d0e104eb4f1528f9415190658edef095780d9454877 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:37:04 ---> job-cost.sh 02:37:04 lf-activate-venv: SKIPPING 02:37:04 INFO: No Stack... 02:37:07 INFO: Retrieving Pricing Info for: v3-standard-4 02:37:08 INFO: Archiving Costs [Pipeline] sh 02:37:08 + cat /w/workspace/device-rfid-llrp-go/1/archives/cost.csv 02:37:08 + cut -d, -f6 [Pipeline] lock 02:37:08 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] 02:37:08 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] did not exist. Created. 02:37:08 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:37:09 /w/workspace/device-rfid-llrp-go/1@tmp/durable-32be6d6a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:37:10 + echo total: 0.10999999940395355 [Pipeline] stash 02:37:10 Warning: overwriting stash ‘stack-cost’ 02:37:10 Stashed 1 file(s) [Pipeline] } 02:37:10 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-153-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:37:10 $ docker stop --time=1 50734a24b8d2a968dcd79d0e104eb4f1528f9415190658edef095780d9454877 02:37:11 $ docker rm -f --volumes 50734a24b8d2a968dcd79d0e104eb4f1528f9415190658edef095780d9454877 [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 02:37:12 provisioning config files... 02:37:12 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config8644183544101356990tmp [Pipeline] { [Pipeline] sh 02:37:13 + set +x 02:37:13 + curl -s https://codecov.io/bash 02:37:13 + bash -s -- 02:37:16 02:37:16 _____ _ 02:37:16 / ____| | | 02:37:16 | | ___ __| | ___ ___ _____ __ 02:37:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:37:16 | |___| (_) | (_| | __/ (_| (_) \ V / 02:37:16 \_____\___/ \__,_|\___|\___\___/ \_/ 02:37:16 Bash-1.0.6 02:37:16 02:37:16 02:37:16 ==> git version 2.25.1 found 02:37:16 ==> 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 02:37:16 Release-Date: 2020-01-08 02:37:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:37:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:37:17 ==> Jenkins CI detected. 02:37:17 current dir:  /w/workspace/undry_device-rfid-llrp-go_PR-153 02:37:17 project root: . 02:37:17 --> token set from env 02:37:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:37:17 ==> Running gcov in . (disable via -X gcov) 02:37:17 ==> Python coveragepy not found 02:37:17 ==> Searching for coverage reports in: 02:37:17 + . 02:37:17 -> Found 1 reports 02:37:17 ==> Detecting git/mercurial file structure 02:37:17 ==> Reading reports 02:37:17 + ./coverage.out bytes=457862 02:37:17 ==> Appending adjustments 02:37:17 https://docs.codecov.io/docs/fixing-reports 02:37:17 + Found adjustments 02:37:17 ==> Gzipping contents 02:37:17 52K /tmp/codecov.9vyqgv.gz 02:37:17 ==> Uploading reports 02:37:17 url: https://codecov.io 02:37:17 query: branch=PR-153&commit=f09a9d52dca3d8d07231960e0d3e491f7a6031bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-153%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=153&job=&cmd_args= 02:37:17 -> Pinging Codecov 02:37:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-153&commit=f09a9d52dca3d8d07231960e0d3e491f7a6031bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2FPR-153%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=153&job=&cmd_args= 02:37:20 -> Uploading to 02:37:20 https://storage.googleapis.com/codecov/v4/raw/2023-02-14/581DD39554BDF9B6E22D074273EAD858/f09a9d52dca3d8d07231960e0d3e491f7a6031bc/99cc2068-69bf-4fac-b3e0-f296885c1989.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T023718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4a4ad83b3832f1d865b908a207ac0f336c906b53cc37de1ddf6e585d2c41d3b5 02:37:20 % Total % Received % Xferd Average Speed Time Time Time Current 02:37:20 Dload Upload Total Spent Left Speed 02:37:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51350 0 0 100 51350 0 27097 0:00:01 0:00:01 --:--:-- 27097 100 51350 0 0 100 51350 0 20933 0:00:02 0:00:02 --:--:-- 20925 100 51350 0 0 100 51350 0 15897 0:00:03 0:00:03 --:--:-- 15897 02:37:22 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/f09a9d52dca3d8d07231960e0d3e491f7a6031bc [Pipeline] } 02:37:22 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 02:37:24 + [ -d /w/workspace/undry_device-rfid-llrp-go_PR-153/archives ] 02:37:24 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-153/archives 02:37:24 total 16 02:37:24 drwxr-xr-x 3 root root 4096 Feb 14 02:31 . 02:37:24 drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:31 .. 02:37:24 drwxr-xr-x 2 root root 4096 Feb 14 02:31 cost 02:37:24 -rw-r--r-- 1 root root 91 Feb 14 02:31 cost.csv 02:37:24 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-rfid-llrp-go_PR-153/archives 02:37:24 + ls -al /w/workspace/undry_device-rfid-llrp-go_PR-153/archives 02:37:24 total 16 02:37:24 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:31 . 02:37:24 drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:31 .. 02:37:24 drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 02:31 cost 02:37:24 -rw-r--r-- 1 jenkins jenkins 91 Feb 14 02:31 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:37:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:37:25 ---> package-listing.sh 02:37:25 ++ tr '[:upper:]' '[:lower:]' 02:37:25 ++ facter osfamily 02:37:26 + OS_FAMILY=debian 02:37:26 + workspace=/w/workspace/undry_device-rfid-llrp-go_PR-153 02:37:26 + START_PACKAGES=/tmp/packages_start.txt 02:37:26 + END_PACKAGES=/tmp/packages_end.txt 02:37:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:37:26 + PACKAGES=/tmp/packages_start.txt 02:37:26 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-153 ']' 02:37:26 + PACKAGES=/tmp/packages_end.txt 02:37:26 + case "${OS_FAMILY}" in 02:37:26 + grep '^ii' 02:37:26 + dpkg -l 02:37:26 + '[' -f /tmp/packages_start.txt ']' 02:37:26 + '[' -f /tmp/packages_end.txt ']' 02:37:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:37:26 + '[' /w/workspace/undry_device-rfid-llrp-go_PR-153 ']' 02:37:26 + mkdir -p /w/workspace/undry_device-rfid-llrp-go_PR-153/archives/ 02:37:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-rfid-llrp-go_PR-153/archives/ [Pipeline] echo 02:37:26 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-153/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:37:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:37:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:37:27 prd-ubuntu20.04-docker-8c-8g-5710 does not seem to be running inside a container 02:37:27 $ 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-153/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-153 -v /w/workspace/undry_device-rfid-llrp-go_PR-153:/w/workspace/undry_device-rfid-llrp-go_PR-153:rw,z -v /w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:37:27 $ docker top d448adeabbdf1b517fc364dd9d4b79fbd38de622b446ac59cb57e4ebbdf34ded -eo pid,comm [Pipeline] { [Pipeline] sh 02:37:27 + touch /tmp/pre-build-complete [Pipeline] sh 02:37:28 + mkdir -p /var/log/sysstat [Pipeline] sh 02:37:28 + ls /var/log/sa-host 02:37:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:37:28 provisioning config files... 02:37:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-rfid-llrp-go_PR-153@tmp/config10530408129593795334tmp [Pipeline] { [Pipeline] echo 02:37:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:37:29 ---> create-netrc.sh [Pipeline] } 02:37:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:37:29 ---> python-tools-install.sh [Pipeline] echo 02:37:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:37:29 ---> sudo-logs.sh 02:37:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:37:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:37:30 ---> job-cost.sh 02:37:30 lf-activate-venv: SKIPPING 02:37:30 DEBUG: total: 0.2199999988079071 02:37:30 INFO: Retrieving Stack Cost... 02:37:30 INFO: Retrieving Pricing Info for: v3-standard-8 02:37:31 INFO: Archiving Costs [Pipeline] echo 02:37:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:37:31 ---> logs-deploy.sh 02:37:31 lf-activate-venv: SKIPPING 02:37:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-153/1 02:37:31 INFO: archiving workspace using pattern(s): 02:37:32 Archives upload complete. 02:37:32 INFO: archiving logs to Nexus 02:37:33 ---> uname -a: 02:37:33 Linux prd-ubuntu20-04-docker-8c-8g-5710 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:37:33 02:37:33 02:37:33 ---> lscpu: 02:37:33 Architecture: x86_64 02:37:33 CPU op-mode(s): 32-bit, 64-bit 02:37:33 Byte Order: Little Endian 02:37:33 Address sizes: 40 bits physical, 48 bits virtual 02:37:33 CPU(s): 8 02:37:33 On-line CPU(s) list: 0-7 02:37:33 Thread(s) per core: 1 02:37:33 Core(s) per socket: 1 02:37:33 Socket(s): 8 02:37:33 NUMA node(s): 1 02:37:33 Vendor ID: AuthenticAMD 02:37:33 CPU family: 23 02:37:33 Model: 49 02:37:33 Model name: AMD EPYC-Rome Processor 02:37:33 Stepping: 0 02:37:33 CPU MHz: 2800.000 02:37:33 BogoMIPS: 5600.00 02:37:33 Virtualization: AMD-V 02:37:33 Hypervisor vendor: KVM 02:37:33 Virtualization type: full 02:37:33 L1d cache: 256 KiB 02:37:33 L1i cache: 256 KiB 02:37:33 L2 cache: 4 MiB 02:37:33 L3 cache: 128 MiB 02:37:33 NUMA node0 CPU(s): 0-7 02:37:33 Vulnerability Itlb multihit: Not affected 02:37:33 Vulnerability L1tf: Not affected 02:37:33 Vulnerability Mds: Not affected 02:37:33 Vulnerability Meltdown: Not affected 02:37:33 Vulnerability Mmio stale data: Not affected 02:37:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:37:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:37:33 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:37:33 Vulnerability Srbds: Not affected 02:37:33 Vulnerability Tsx async abort: Not affected 02:37:33 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 02:37:33 02:37:33 02:37:33 ---> nproc: 02:37:33 8 02:37:33 02:37:33 02:37:33 ---> df -h: 02:37:33 Filesystem Size Used Avail Use% Mounted on 02:37:33 overlay 155G 12G 144G 8% / 02:37:33 tmpfs 64M 0 64M 0% /dev 02:37:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:37:33 shm 64M 0 64M 0% /dev/shm 02:37:33 /dev/vda1 155G 12G 144G 8% /facter-os 02:37:33 02:37:33 02:37:33 ---> sar -b -r -n DEV: 02:37:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5710) 02/14/23 _x86_64_ (8 CPU) 02:37:33 02:37:33 02:19:02 LINUX RESTART (8 CPU) 02:37:33 02:37:33 02:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:37:33 02:21:01 88.44 10.07 78.38 0.00 1745.20 36638.81 0.00 02:37:33 02:22:01 30.87 0.03 30.84 0.00 4.13 638.74 0.00 02:37:33 02:23:01 3.87 0.00 3.87 0.00 0.00 124.51 0.00 02:37:33 02:24:01 5.07 0.00 5.07 0.00 0.00 130.91 0.00 02:37:33 02:25:01 85.89 13.90 71.99 0.00 5287.52 15373.44 0.00 02:37:33 02:26:01 12.25 0.02 12.23 0.00 0.13 2396.67 0.00 02:37:33 02:27:01 8.03 0.00 8.03 0.00 0.00 2533.44 0.00 02:37:33 02:28:01 5.00 0.00 5.00 0.00 0.00 3160.81 0.00 02:37:33 02:29:01 5.76 0.02 5.75 0.00 0.13 1329.56 0.00 02:37:33 02:30:01 31.43 0.00 31.43 0.00 0.00 16596.70 0.00 02:37:33 02:31:01 107.12 0.13 106.98 0.00 7.20 20410.33 0.00 02:37:33 02:32:01 109.52 0.08 109.43 0.00 7.87 33372.70 0.00 02:37:33 02:33:01 1.90 0.00 1.90 0.00 0.00 24.13 0.00 02:37:33 02:34:01 2.50 0.02 2.48 0.00 0.13 28.66 0.00 02:37:33 02:35:01 1.30 0.00 1.30 0.00 0.00 17.73 0.00 02:37:33 02:36:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 02:37:33 02:37:01 0.90 0.00 0.90 0.00 0.00 9.33 0.00 02:37:33 Average: 29.42 1.42 28.00 0.00 413.52 7783.36 0.00 02:37:33 02:37:33 02:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:37:33 02:21:01 29172788 31576472 741364 2.25 72724 2607940 1955464 5.76 1005968 2348204 508 02:37:33 02:22:01 29167548 31581972 729996 2.22 75620 2613272 2004576 5.91 1002120 2351164 1624 02:37:33 02:23:01 29164692 31580428 730992 2.22 76012 2613844 2004576 5.91 1001820 2351760 556 02:37:33 02:24:01 29165760 31584184 726064 2.21 76840 2615160 2036684 6.00 997920 2353068 992 02:37:33 02:25:01 28407284 31537136 750036 2.28 119544 3246128 2079876 6.13 1368752 2673664 20548 02:37:33 02:26:01 28323656 31537080 748752 2.28 125748 3309728 2076144 6.12 1382844 2728212 36164 02:37:33 02:27:01 28195436 31541852 743356 2.26 129368 3426328 2076144 6.12 1428288 2802360 87700 02:37:33 02:28:01 28166668 31539292 745752 2.27 130880 3446104 2076212 6.12 1434748 2818580 18488 02:37:33 02:29:01 28117652 31540268 744296 2.26 133196 3485648 2076212 6.12 1442616 2851836 25728 02:37:33 02:30:01 27310316 31548388 735984 2.24 177552 4194480 1968904 5.80 1502932 3535484 347776 02:37:33 02:31:01 27534904 31354432 924044 2.81 182416 3809136 2461800 7.26 1817276 3028020 170468 02:37:33 02:32:01 27147736 31531620 748836 2.28 192276 4319296 1799088 5.30 1607184 3580956 380 02:37:33 02:33:01 27147764 31531680 748652 2.28 192304 4319304 1799088 5.30 1606716 3580964 12 02:37:33 02:34:01 27152384 31536456 743776 2.26 192352 4319308 1834352 5.41 1601324 3580968 44 02:37:33 02:35:01 27152532 31536604 743364 2.26 192392 4319284 1834352 5.41 1601676 3580944 12 02:37:33 02:36:01 27153160 31537336 742600 2.26 192420 4319288 1834352 5.41 1600340 3580952 4 02:37:33 02:37:01 27155884 31540060 739812 2.25 192428 4319288 1834352 5.41 1597892 3580952 12 02:37:33 Average: 27978598 31537368 752216 2.29 144357 3604914 1985422 5.85 1411789 3019299 41824 02:37:33 02:37:33 02:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:37:33 02:21:01 veth2eca495 11.90 12.52 0.81 32.28 0.00 0.00 0.00 0.00 02:37:33 02:21:01 lo 6.03 6.03 0.59 0.59 0.00 0.00 0.00 0.00 02:37:33 02:21:01 docker0 16.61 18.52 1.01 78.56 0.00 0.00 0.00 0.00 02:37:33 02:21:01 ens3 309.20 227.88 5910.22 40.73 0.00 0.00 0.00 0.00 02:37:33 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:22:01 docker0 47.98 49.48 3.69 54.07 0.00 0.00 0.00 0.00 02:37:33 02:22:01 ens3 64.75 55.25 67.12 7.50 0.00 0.00 0.00 0.00 02:37:33 02:22:01 veth7f4cd03 44.52 46.03 4.12 44.48 0.00 0.00 0.00 0.00 02:37:33 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:23:01 docker0 5.73 8.02 0.48 2.62 0.00 0.00 0.00 0.00 02:37:33 02:23:01 ens3 9.42 6.32 3.56 1.04 0.00 0.00 0.00 0.00 02:37:33 02:23:01 veth7f4cd03 5.73 8.03 0.56 2.62 0.00 0.00 0.00 0.00 02:37:33 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:24:01 docker0 12.36 17.83 1.05 5.24 0.00 0.00 0.00 0.00 02:37:33 02:24:01 ens3 19.76 13.48 6.50 1.99 0.00 0.00 0.00 0.00 02:37:33 02:24:01 veth7f4cd03 12.36 17.85 1.22 5.24 0.00 0.00 0.00 0.00 02:37:33 02:25:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 02:37:33 02:25:01 docker0 165.12 170.39 10.15 406.09 0.00 0.00 0.00 0.00 02:37:33 02:25:01 ens3 417.03 279.09 3204.32 27.97 0.00 0.00 0.00 0.00 02:37:33 02:25:01 veth7f4cd03 165.12 170.39 12.41 406.09 0.00 0.00 0.00 0.03 02:37:33 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:26:01 docker0 76.56 81.27 4.45 182.00 0.00 0.00 0.00 0.00 02:37:33 02:26:01 ens3 84.01 77.69 183.48 6.29 0.00 0.00 0.00 0.00 02:37:33 02:26:01 veth7f4cd03 76.56 81.29 5.50 182.00 0.00 0.00 0.00 0.01 02:37:33 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:27:01 docker0 84.47 128.15 5.71 674.35 0.00 0.00 0.00 0.00 02:37:33 02:27:01 ens3 130.11 85.65 675.53 7.59 0.00 0.00 0.00 0.00 02:37:33 02:27:01 veth7f4cd03 84.47 128.15 6.87 674.35 0.00 0.00 0.00 0.06 02:37:33 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:28:01 docker0 30.49 46.99 1.80 64.54 0.00 0.00 0.00 0.00 02:37:33 02:28:01 ens3 48.53 31.21 65.50 2.71 0.00 0.00 0.00 0.00 02:37:33 02:28:01 veth7f4cd03 30.49 46.99 2.22 64.54 0.00 0.00 0.00 0.01 02:37:33 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:29:01 docker0 82.47 86.00 4.80 196.84 0.00 0.00 0.00 0.00 02:37:33 02:29:01 ens3 88.55 83.64 198.19 6.70 0.00 0.00 0.00 0.00 02:37:33 02:29:01 veth7f4cd03 82.47 86.00 5.93 196.84 0.00 0.00 0.00 0.02 02:37:33 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:30:01 docker0 125.53 123.78 7.63 320.41 0.00 0.00 0.00 0.00 02:37:33 02:30:01 ens3 126.18 126.46 321.49 9.91 0.00 0.00 0.00 0.00 02:37:33 02:31:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 02:37:33 02:31:01 docker0 14.03 16.65 0.77 41.39 0.00 0.00 0.00 0.00 02:37:33 02:31:01 ens3 68.51 63.52 83.30 105.80 0.00 0.00 0.00 0.00 02:37:33 02:31:01 vethe13038a 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:37:33 02:32:01 lo 1.87 1.87 0.17 0.17 0.00 0.00 0.00 0.00 02:37:33 02:32:01 docker0 10.26 12.30 0.60 41.61 0.00 0.00 0.00 0.00 02:37:33 02:32:01 ens3 158.57 102.80 2621.34 17.91 0.00 0.00 0.00 0.00 02:37:33 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:33:01 ens3 1.60 0.87 3.56 0.06 0.00 0.00 0.00 0.00 02:37:33 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:34:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:35:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:37:33 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:36:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:37:33 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 02:37:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:37:33 Average: lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 02:37:33 Average: docker0 39.53 44.70 2.48 121.67 0.00 0.00 0.00 0.00 02:37:33 Average: ens3 89.59 67.74 779.90 13.87 0.00 0.00 0.00 0.00 02:37:33 02:37:33 02:37:33 ---> sar -P ALL: 02:37:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5710) 02/14/23 _x86_64_ (8 CPU) 02:37:33 02:37:33 02:19:02 LINUX RESTART (8 CPU) 02:37:33 02:37:33 02:20:02 CPU %user %nice %system %iowait %steal %idle 02:37:33 02:21:01 all 5.87 0.00 2.93 1.15 0.04 90.01 02:37:33 02:21:01 0 6.40 0.00 3.13 0.12 0.05 90.30 02:37:33 02:21:01 1 6.04 0.00 2.69 2.35 0.03 88.88 02:37:33 02:21:01 2 6.18 0.00 3.90 1.66 0.03 88.23 02:37:33 02:21:01 3 4.79 0.00 2.03 0.92 0.05 92.21 02:37:33 02:21:01 4 5.50 0.00 2.71 0.43 0.03 91.33 02:37:33 02:21:01 5 6.58 0.00 2.26 0.10 0.03 91.02 02:37:33 02:21:01 6 5.64 0.00 3.05 2.59 0.07 88.66 02:37:33 02:21:01 7 5.82 0.00 3.70 1.02 0.05 89.41 02:37:33 02:22:01 all 0.46 0.00 0.27 0.07 0.01 99.18 02:37:33 02:22:01 0 0.33 0.00 0.15 0.03 0.02 99.47 02:37:33 02:22:01 1 0.37 0.00 0.25 0.12 0.00 99.27 02:37:33 02:22:01 2 0.35 0.00 0.20 0.32 0.02 99.11 02:37:33 02:22:01 3 0.59 0.00 0.30 0.00 0.02 99.10 02:37:33 02:22:01 4 0.22 0.00 0.17 0.00 0.02 99.60 02:37:33 02:22:01 5 0.45 0.00 0.30 0.02 0.02 99.22 02:37:33 02:22:01 6 0.58 0.00 0.38 0.03 0.02 98.98 02:37:33 02:22:01 7 0.79 0.00 0.44 0.07 0.02 98.69 02:37:33 02:23:01 all 0.06 0.00 0.06 0.01 0.01 99.86 02:37:33 02:23:01 0 0.08 0.00 0.05 0.00 0.02 99.85 02:37:33 02:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:37:33 02:23:01 2 0.05 0.00 0.02 0.10 0.00 99.83 02:37:33 02:23:01 3 0.07 0.00 0.07 0.00 0.00 99.87 02:37:33 02:23:01 4 0.08 0.00 0.10 0.00 0.00 99.82 02:37:33 02:23:01 5 0.08 0.00 0.10 0.00 0.00 99.82 02:37:33 02:23:01 6 0.05 0.00 0.03 0.02 0.00 99.90 02:37:33 02:23:01 7 0.08 0.00 0.08 0.00 0.02 99.82 02:37:33 02:24:01 all 0.11 0.00 0.06 0.02 0.01 99.80 02:37:33 02:24:01 0 0.23 0.00 0.08 0.02 0.02 99.65 02:37:33 02:24:01 1 0.10 0.00 0.10 0.00 0.00 99.80 02:37:33 02:24:01 2 0.05 0.00 0.00 0.08 0.00 99.87 02:37:33 02:24:01 3 0.10 0.00 0.07 0.00 0.02 99.82 02:37:33 02:24:01 4 0.08 0.00 0.03 0.02 0.02 99.85 02:37:33 02:24:01 5 0.12 0.00 0.08 0.02 0.02 99.77 02:37:33 02:24:01 6 0.03 0.00 0.03 0.02 0.00 99.92 02:37:33 02:24:01 7 0.18 0.00 0.08 0.00 0.00 99.73 02:37:33 02:25:01 all 3.62 0.00 2.05 0.62 0.04 93.67 02:37:33 02:25:01 0 3.54 0.00 2.21 1.44 0.05 92.76 02:37:33 02:25:01 1 3.55 0.00 1.39 0.10 0.03 94.93 02:37:33 02:25:01 2 3.06 0.00 1.50 1.37 0.03 94.03 02:37:33 02:25:01 3 3.80 0.00 1.42 0.38 0.05 94.36 02:37:33 02:25:01 4 3.86 0.00 1.39 0.68 0.02 94.06 02:37:33 02:25:01 5 4.38 0.00 3.34 0.10 0.03 92.14 02:37:33 02:25:01 6 3.86 0.00 2.46 0.75 0.03 92.89 02:37:33 02:25:01 7 2.93 0.00 2.67 0.15 0.07 94.18 02:37:33 02:26:01 all 0.58 0.00 0.28 0.11 0.18 98.85 02:37:33 02:26:01 0 0.50 0.00 0.30 0.00 0.17 99.03 02:37:33 02:26:01 1 0.55 0.00 0.55 0.00 0.17 98.73 02:37:33 02:26:01 2 0.32 0.00 0.22 0.00 0.20 99.27 02:37:33 02:26:01 3 1.74 0.00 0.30 0.25 0.38 97.34 02:37:33 02:26:01 4 0.35 0.00 0.08 0.00 0.03 99.53 02:37:33 02:26:01 5 0.85 0.00 0.47 0.00 0.18 98.50 02:37:33 02:26:01 6 0.12 0.00 0.12 0.60 0.05 99.12 02:37:33 02:26:01 7 0.22 0.00 0.20 0.00 0.25 99.33 02:37:33 02:27:01 all 0.58 0.00 0.17 0.08 0.01 99.16 02:37:33 02:27:01 0 0.30 0.00 0.10 0.00 0.00 99.60 02:37:33 02:27:01 1 0.52 0.00 0.28 0.00 0.02 99.18 02:37:33 02:27:01 2 0.17 0.00 0.13 0.00 0.00 99.70 02:37:33 02:27:01 3 2.54 0.00 0.33 0.03 0.02 97.08 02:37:33 02:27:01 4 0.63 0.00 0.27 0.00 0.02 99.08 02:37:33 02:27:01 5 0.20 0.00 0.13 0.02 0.02 99.63 02:37:33 02:27:01 6 0.03 0.00 0.03 0.18 0.00 99.75 02:37:33 02:27:01 7 0.18 0.00 0.10 0.40 0.02 99.29 02:37:33 02:28:01 all 0.16 0.00 0.10 0.07 0.01 99.66 02:37:33 02:28:01 0 0.22 0.00 0.12 0.00 0.02 99.65 02:37:33 02:28:01 1 0.20 0.00 0.15 0.00 0.02 99.63 02:37:33 02:28:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:37:33 02:28:01 3 0.12 0.00 0.10 0.00 0.02 99.77 02:37:33 02:28:01 4 0.48 0.00 0.17 0.02 0.00 99.33 02:37:33 02:28:01 5 0.12 0.00 0.13 0.00 0.00 99.75 02:37:33 02:28:01 6 0.03 0.00 0.03 0.08 0.00 99.85 02:37:33 02:28:01 7 0.07 0.00 0.08 0.44 0.02 99.40 02:37:33 02:29:01 all 0.27 0.00 0.16 0.05 0.02 99.50 02:37:33 02:29:01 0 0.23 0.00 0.13 0.03 0.02 99.58 02:37:33 02:29:01 1 0.38 0.00 0.25 0.00 0.03 99.33 02:37:33 02:29:01 2 0.23 0.00 0.23 0.00 0.00 99.53 02:37:33 02:29:01 3 0.15 0.00 0.03 0.00 0.03 99.78 02:37:33 02:29:01 4 0.33 0.00 0.12 0.00 0.00 99.55 02:37:33 02:29:01 5 0.27 0.00 0.23 0.05 0.02 99.43 02:37:33 02:29:01 6 0.20 0.00 0.10 0.30 0.02 99.38 02:37:33 02:29:01 7 0.35 0.00 0.18 0.00 0.03 99.43 02:37:33 02:30:01 all 2.92 0.00 1.50 0.31 0.06 95.20 02:37:33 02:30:01 0 3.02 0.00 1.88 1.64 0.05 93.41 02:37:33 02:30:01 1 2.83 0.00 1.69 0.00 0.05 95.43 02:37:33 02:30:01 2 3.16 0.00 1.02 0.00 0.05 95.76 02:37:33 02:30:01 3 2.51 0.00 1.32 0.02 0.05 96.10 02:37:33 02:30:01 4 2.75 0.00 1.21 0.00 0.05 96.00 02:37:33 02:30:01 5 2.92 0.00 1.36 0.28 0.05 95.39 02:37:33 02:30:01 6 3.55 0.00 1.68 0.57 0.05 94.15 02:37:33 02:30:01 7 2.61 0.00 1.89 0.00 0.10 95.40 02:37:33 02:31:01 all 34.22 0.00 5.32 0.74 0.15 59.57 02:37:33 02:31:01 0 34.80 0.00 5.35 1.18 0.15 58.52 02:37:33 02:31:01 1 34.66 0.00 5.63 0.08 0.13 59.49 02:37:33 02:31:01 2 35.05 0.00 5.51 0.08 0.15 59.20 02:37:33 02:31:01 3 34.10 0.00 5.08 0.71 0.15 59.97 02:37:33 02:31:01 4 34.05 0.00 5.37 0.19 0.13 60.27 02:37:33 02:31:01 5 32.82 0.00 5.23 1.38 0.14 60.43 02:37:33 02:31:01 6 35.10 0.00 5.22 2.12 0.17 57.40 02:37:33 02:31:01 7 33.19 0.00 5.19 0.15 0.15 61.32 02:37:33 02:37:33 02:31:01 CPU %user %nice %system %iowait %steal %idle 02:37:33 02:32:01 all 10.20 0.00 2.49 0.89 0.09 86.33 02:37:33 02:32:01 0 10.00 0.00 3.25 0.22 0.08 86.45 02:37:33 02:32:01 1 9.36 0.00 2.50 0.34 0.08 87.72 02:37:33 02:32:01 2 11.46 0.00 2.37 0.12 0.10 85.96 02:37:33 02:32:01 3 11.05 0.00 2.32 0.32 0.08 86.22 02:37:33 02:32:01 4 10.95 0.00 2.08 0.32 0.08 86.57 02:37:33 02:32:01 5 10.03 0.00 3.47 3.99 0.12 82.39 02:37:33 02:32:01 6 8.55 0.00 1.71 1.74 0.07 87.92 02:37:33 02:32:01 7 10.23 0.00 2.21 0.07 0.10 87.39 02:37:33 02:33:01 all 0.03 0.00 0.01 0.01 0.01 99.95 02:37:33 02:33:01 0 0.03 0.00 0.02 0.00 0.03 99.92 02:37:33 02:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 02:33:01 2 0.02 0.00 0.00 0.03 0.00 99.95 02:37:33 02:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 02:33:01 4 0.10 0.00 0.00 0.00 0.02 99.88 02:37:33 02:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:37:33 02:33:01 6 0.03 0.00 0.03 0.03 0.00 99.90 02:37:33 02:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:37:33 02:34:01 all 0.06 0.00 0.04 0.01 0.02 99.87 02:37:33 02:34:01 0 0.28 0.00 0.03 0.00 0.10 99.58 02:37:33 02:34:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:37:33 02:34:01 2 0.02 0.00 0.03 0.02 0.00 99.93 02:37:33 02:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:37:33 02:34:01 4 0.07 0.00 0.05 0.00 0.05 99.83 02:37:33 02:34:01 5 0.05 0.00 0.05 0.05 0.00 99.85 02:37:33 02:34:01 6 0.03 0.00 0.05 0.00 0.02 99.90 02:37:33 02:34:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:37:33 02:35:01 all 0.01 0.00 0.02 0.01 0.01 99.95 02:37:33 02:35:01 0 0.00 0.00 0.03 0.00 0.03 99.93 02:37:33 02:35:01 1 0.00 0.00 0.02 0.02 0.00 99.97 02:37:33 02:35:01 2 0.00 0.00 0.00 0.03 0.00 99.97 02:37:33 02:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 02:35:01 4 0.05 0.00 0.07 0.00 0.02 99.87 02:37:33 02:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:37:33 02:35:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:37:33 02:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 02:36:01 all 0.03 0.00 0.02 0.01 0.02 99.93 02:37:33 02:36:01 0 0.02 0.00 0.00 0.00 0.07 99.92 02:37:33 02:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:37:33 02:36:01 2 0.03 0.00 0.00 0.03 0.00 99.93 02:37:33 02:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 02:36:01 4 0.08 0.00 0.08 0.00 0.05 99.78 02:37:33 02:36:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:37:33 02:36:01 6 0.02 0.00 0.00 0.03 0.00 99.95 02:37:33 02:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 02:37:01 all 0.05 0.00 0.02 0.00 0.01 99.92 02:37:33 02:37:01 0 0.22 0.00 0.02 0.00 0.05 99.72 02:37:33 02:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:37:33 02:37:01 2 0.00 0.00 0.02 0.02 0.02 99.95 02:37:33 02:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 02:37:01 4 0.07 0.00 0.07 0.00 0.00 99.87 02:37:33 02:37:01 5 0.03 0.00 0.02 0.02 0.00 99.93 02:37:33 02:37:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:37:33 02:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:37:33 Average: all 3.46 0.00 0.91 0.24 0.04 95.35 02:37:33 Average: 0 3.52 0.00 0.99 0.27 0.05 95.16 02:37:33 Average: 1 3.43 0.00 0.91 0.17 0.04 95.45 02:37:33 Average: 2 3.52 0.00 0.89 0.23 0.04 95.33 02:37:33 Average: 3 3.61 0.00 0.78 0.15 0.05 95.40 02:37:33 Average: 4 3.49 0.00 0.81 0.10 0.03 95.57 02:37:33 Average: 5 3.44 0.00 1.01 0.35 0.04 95.17 02:37:33 Average: 6 3.38 0.00 0.87 0.53 0.03 95.18 02:37:33 Average: 7 3.31 0.00 0.98 0.13 0.05 95.52 02:37:33 02:37:33 02:37:33