Pull request #143 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5abbc986f9e887623c017848594ff693cc864cec+494ae06946c85c67f213c8c16471dc3d31088bf8 (7fa57fb68d0d5f880e80a70f838b0b7f570e6807) 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-ssh7255201838805392662.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-ssh5239286727393190232.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/app-rfid-llrp-inventory/branches/PR-143/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/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12819631472902735294.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/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1490616916986982119.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-ssh13850390600535194066.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/app-rfid-llrp-inventory/branches/PR-143/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/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1445735816337349135.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:app-rfid-llrp-inventory, 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: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory 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: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5550 in /w/workspace/y_app-rfid-llrp-inventory_PR-143 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git init /w/workspace/y_app-rfid-llrp-inventory_PR-143 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 5abbc986f9e887623c017848594ff693cc864cec Merge succeeded, producing 5abbc986f9e887623c017848594ff693cc864cec Checking out Revision 5abbc986f9e887623c017848594ff693cc864cec (PR-143) > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/143/head:refs/remotes/origin/PR-143 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # 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 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/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 14:00:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:00:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:00:44 ========================================================= 14:00:44 EdgeX Global Pipelines Version Info 14:00:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:00:45 ------------------- 14:00:45 stable info: 14:00:45 ------------------- 14:00:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:00:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 14:00:45 Message: update stable to v1.0.244 14:00:46 ------------------- 14:00:46 experimental info: 14:00:46 ------------------- 14:00:46 Commited By: **** collab-it+edgex@linuxfoundation.org 14:00:46 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 14:00:46 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:00:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 14:00:46 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 14:00:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:00:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:00:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:00:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-143 [Pipeline] echo 14:00:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-143 [Pipeline] echo 14:00:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-143 [Pipeline] echo 14:00:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo 14:00:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5abbc98 [Pipeline] echo 14:00:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:00:48 provisioning config files... 14:00:48 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config9407721517322193929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:00:48 ---> docker-login.sh 14:00:48 nexus3.edgexfoundry.org:10001 14:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:48 Configure a credential helper to remove this warning. See 14:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:48 14:00:48 Login Succeeded 14:00:49 nexus3.edgexfoundry.org:10002 14:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:49 Configure a credential helper to remove this warning. See 14:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:49 14:00:49 Login Succeeded 14:00:49 nexus3.edgexfoundry.org:10003 14:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:49 Configure a credential helper to remove this warning. See 14:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:49 14:00:49 Login Succeeded 14:00:49 nexus3.edgexfoundry.org:10004 14:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:49 Configure a credential helper to remove this warning. See 14:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:49 14:00:49 Login Succeeded 14:00:49 docker.io 14:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:49 Configure a credential helper to remove this warning. See 14:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:49 14:00:49 Login Succeeded 14:00:49 ---> docker-login.sh ends [Pipeline] } 14:00:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:00:50 + git rev-list -1 --merges 5abbc986f9e887623c017848594ff693cc864cec~1..5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo 14:00:50 -----------> git rev-list -1 --merges 5abbc986f9e887623c017848594ff693cc864cec~1..5abbc986f9e887623c017848594ff693cc864cec 5abbc986f9e887623c017848594ff693cc864cec [false] [Pipeline] sh 14:00:50 + git log --format=format:%s -1 5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo 14:00:50 ========================================================= 14:00:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:00:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:00:51 + git log --format=format:%s -1 5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo 14:00:51 [semverPrep] GIT_COMMIT: 5abbc986f9e887623c017848594ff693cc864cec, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo 14:00:51 [semverPrep] This is not a build commit. [Pipeline] sh 14:00:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:00:51 + grep -v github /etc/ssh/ssh_known_hosts 14:00:51 + [ -e /tmp/ssh_known_hosts ] 14:00:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:00:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:00:51 + sudo tee -a /etc/ssh/ssh_known_hosts 14:00:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:00:52 14:00:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:00:52 0.1.4: Pulling from edgex-devops/py-git-semver 14:00:52 b85a868b505f: Pulling fs layer 14:00:52 e2be974225ed: Pulling fs layer 14:00:52 339a4e72a1f5: Pulling fs layer 14:00:52 988bab9f4d93: Pulling fs layer 14:00:52 1469e6f7b9e6: Pulling fs layer 14:00:52 eaf3925da568: Pulling fs layer 14:00:52 bab4dde63d76: Pulling fs layer 14:00:52 bde34c3a00c8: Pulling fs layer 14:00:52 b352a97aabf1: Pulling fs layer 14:00:52 4872d77fe225: Pulling fs layer 14:00:52 5851b861e8e6: Pulling fs layer 14:00:52 bab4dde63d76: Waiting 14:00:52 bde34c3a00c8: Waiting 14:00:52 b352a97aabf1: Waiting 14:00:52 4872d77fe225: Waiting 14:00:52 5851b861e8e6: Waiting 14:00:52 988bab9f4d93: Waiting 14:00:52 1469e6f7b9e6: Waiting 14:00:52 eaf3925da568: Waiting 14:00:52 e2be974225ed: Download complete 14:00:52 988bab9f4d93: Download complete 14:00:52 1469e6f7b9e6: Verifying Checksum 14:00:52 1469e6f7b9e6: Download complete 14:00:52 eaf3925da568: Download complete 14:00:52 339a4e72a1f5: Verifying Checksum 14:00:52 339a4e72a1f5: Download complete 14:00:52 bde34c3a00c8: Verifying Checksum 14:00:52 bde34c3a00c8: Download complete 14:00:52 b352a97aabf1: Download complete 14:00:52 4872d77fe225: Verifying Checksum 14:00:52 4872d77fe225: Download complete 14:00:52 5851b861e8e6: Verifying Checksum 14:00:52 5851b861e8e6: Download complete 14:00:52 b85a868b505f: Verifying Checksum 14:00:52 b85a868b505f: Download complete 14:00:53 bab4dde63d76: Verifying Checksum 14:00:53 bab4dde63d76: Download complete 14:00:54 b85a868b505f: Pull complete 14:00:54 e2be974225ed: Pull complete 14:00:54 339a4e72a1f5: Pull complete 14:00:54 988bab9f4d93: Pull complete 14:00:54 1469e6f7b9e6: Pull complete 14:00:54 eaf3925da568: Pull complete 14:00:56 bab4dde63d76: Pull complete 14:00:56 bde34c3a00c8: Pull complete 14:00:56 b352a97aabf1: Pull complete 14:00:57 4872d77fe225: Pull complete 14:00:57 5851b861e8e6: Pull complete 14:00:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:00:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:00:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:00:57 prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container 14:00:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:01:01 $ docker top e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce -eo pid,comm 14:01:01 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). 14:01:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:01:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:01 [ssh-agent] Looking for ssh-agent implementation... 14:01:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:01 $ docker exec e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent 14:01:01 SSH_AUTH_SOCK=/tmp/ssh-k2nJDnnAl8cG/agent.32 14:01:01 SSH_AGENT_PID=38 14:01:01 Running ssh-add (command line suppressed) 14:01:01 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_6089344721409112033.key (/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_6089344721409112033.key) 14:01:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:02 + git tag --points-at HEAD [Pipeline] } 14:01:02 $ docker exec --env ******** --env ******** e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent -k 14:01:02 unset SSH_AUTH_SOCK; 14:01:02 unset SSH_AGENT_PID; 14:01:02 echo Agent pid 38 killed; 14:01:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:01:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:02 [ssh-agent] Looking for ssh-agent implementation... 14:01:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:02 $ docker exec e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent 14:01:02 SSH_AUTH_SOCK=/tmp/ssh-QuxgsZUJWl1u/agent.71 14:01:02 SSH_AGENT_PID=77 14:01:02 Running ssh-add (command line suppressed) 14:01:02 Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_11496651504543921273.key (/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_11496651504543921273.key) 14:01:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:03 + git semver init 14:01:03 2023-02-13 14:01:03,318 [run_init] DEBUG init version:0.0.0 force:False 14:01:03 2023-02-13 14:01:03,319 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver 14:01:03 2023-02-13 14:01:03,319 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver 14:01:03 2023-02-13 14:01:03,319 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-143, universal_newlines=False, shell=None, istream=None) 14:01:04 2023-02-13 14:01:04,646 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.git/info/exclude 14:01:04 2023-02-13 14:01:04,647 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver/PR-143 with force:False 14:01:04 2023-02-13 14:01:04,647 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver/PR-143 14:01:04 2023-02-13 14:01:04,650 [execute] INFO git cat-file --batch-check 14:01:04 2023-02-13 14:01:04,650 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver, universal_newlines=False, shell=None, istream=) 14:01:04 2023-02-13 14:01:04,654 [execute] INFO git cat-file --batch 14:01:04 2023-02-13 14:01:04,654 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver, universal_newlines=False, shell=None, istream=) 14:01:04 2023-02-13 14:01:04,658 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver/PR-143 14:01:04 0.0.0 [Pipeline] } 14:01:04 $ docker exec --env ******** --env ******** e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent -k 14:01:04 unset SSH_AUTH_SOCK; 14:01:04 unset SSH_AGENT_PID; 14:01:04 echo Agent pid 77 killed; 14:01:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:01:05 + git semver [Pipeline] } 14:01:05 $ docker stop --time=1 e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce 14:01:06 $ docker rm -f --volumes e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce [Pipeline] // withDockerContainer [Pipeline] sh 14:01:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:01:07 Stashed 1 file(s) [Pipeline] echo 14:01:07 [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 14:01:08 provisioning config files... 14:01:08 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config9492307556994811508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:01:08 ---> docker-login.sh 14:01:08 nexus3.edgexfoundry.org:10001 14:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:08 Configure a credential helper to remove this warning. See 14:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:08 14:01:08 Login Succeeded 14:01:08 nexus3.edgexfoundry.org:10002 14:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:08 Configure a credential helper to remove this warning. See 14:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:08 14:01:08 Login Succeeded 14:01:08 nexus3.edgexfoundry.org:10003 14:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:08 Configure a credential helper to remove this warning. See 14:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:08 14:01:08 Login Succeeded 14:01:08 nexus3.edgexfoundry.org:10004 14:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:08 Configure a credential helper to remove this warning. See 14:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:08 14:01:08 Login Succeeded 14:01:08 docker.io 14:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:01:08 Configure a credential helper to remove this warning. See 14:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:01:08 14:01:08 Login Succeeded 14:01:08 ---> docker-login.sh ends [Pipeline] } 14:01:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:01:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:01:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:01:09 ========================================================= 14:01:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 14:01:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:09 + 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 . 14:01:09 Sending build context to Docker daemon 12.57MB 14:01:09 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 14:01:09 Step 2/12 : FROM ${BASE} AS builder 14:01:09 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 14:01:09 213ec9aee27d: Pulling fs layer 14:01:09 4583459ba037: Pulling fs layer 14:01:09 93c1e223e6f2: Pulling fs layer 14:01:09 53926ce57604: Pulling fs layer 14:01:09 21b2b0c7a3f4: Pulling fs layer 14:01:09 22ff95d597cd: Pulling fs layer 14:01:09 12d6caf4c0d1: Pulling fs layer 14:01:09 96b7cbca73a9: Pulling fs layer 14:01:09 a7acece74701: Pulling fs layer 14:01:09 21b2b0c7a3f4: Waiting 14:01:09 53926ce57604: Waiting 14:01:09 22ff95d597cd: Waiting 14:01:09 a7acece74701: Waiting 14:01:09 12d6caf4c0d1: Waiting 14:01:09 96b7cbca73a9: Waiting 14:01:09 93c1e223e6f2: Verifying Checksum 14:01:09 93c1e223e6f2: Download complete 14:01:09 4583459ba037: Download complete 14:01:09 21b2b0c7a3f4: Verifying Checksum 14:01:09 21b2b0c7a3f4: Download complete 14:01:09 22ff95d597cd: Verifying Checksum 14:01:09 22ff95d597cd: Download complete 14:01:09 213ec9aee27d: Verifying Checksum 14:01:09 213ec9aee27d: Download complete 14:01:09 12d6caf4c0d1: Download complete 14:01:10 213ec9aee27d: Pull complete 14:01:10 4583459ba037: Pull complete 14:01:10 93c1e223e6f2: Pull complete 14:01:11 53926ce57604: Verifying Checksum 14:01:11 53926ce57604: Download complete 14:01:11 a7acece74701: Verifying Checksum 14:01:11 a7acece74701: Download complete 14:01:11 96b7cbca73a9: Verifying Checksum 14:01:11 96b7cbca73a9: Download complete 14:01:14 53926ce57604: Pull complete 14:01:14 21b2b0c7a3f4: Pull complete 14:01:14 22ff95d597cd: Pull complete 14:01:15 12d6caf4c0d1: Pull complete 14:01:16 96b7cbca73a9: Pull complete 14:01:17 a7acece74701: Pull complete 14:01:17 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 14:01:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 14:01:17 ---> db6d94c90886 14:01:17 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:01:22 Still waiting to schedule task 14:01:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:01:24 ---> Running in 2419d3a98046 14:01:24 Removing intermediate container 2419d3a98046 14:01:24 ---> 8ee44e60d8b6 14:01:24 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:01:24 ---> Running in c8422cb486d1 14:01:24 Removing intermediate container c8422cb486d1 14:01:24 ---> d7a506718678 14:01:24 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:01:24 ---> Running in c779464ce144 14:01:24 Removing intermediate container c779464ce144 14:01:24 ---> 34d9b25325e5 14:01:24 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:01:24 ---> Running in f0a4a798a349 14:01:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:01:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:01:24 OK: 211 MiB in 51 packages 14:01:24 Removing intermediate container f0a4a798a349 14:01:24 ---> ea9887e73bb4 14:01:24 Step 7/12 : WORKDIR /app 14:01:24 ---> Running in 5cf28cab418a 14:01:24 Removing intermediate container 5cf28cab418a 14:01:24 ---> 0f27fac5ef1e 14:01:24 Step 8/12 : COPY go.mod vendor* ./ 14:01:25 ---> 7b9ea579d5ed 14:01:25 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:01:25 ---> Running in a69954a3b81f 14:02:11 Removing intermediate container a69954a3b81f 14:02:11 ---> 9bddff4fccc7 14:02:11 Step 10/12 : COPY . . 14:02:11 ---> d166e0729fbe 14:02:11 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:02:11 ---> Running in 13c5879fb692 14:02:11 Removing intermediate container 13c5879fb692 14:02:11 ---> 677dbd700d2e 14:02:11 Step 12/12 : RUN $MAKE 14:02:11 ---> Running in 1e7abb3df6fb 14:02:11 noop 14:02:11 Removing intermediate container 1e7abb3df6fb 14:02:11 ---> cfb2a66421b8 14:02:11 Successfully built cfb2a66421b8 14:02:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:02:12 + docker inspect -f . ci-base-image-x86_64 14:02:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:02:12 prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container 14:02:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:02:12 $ docker top db1197fe6610ca141fb5c18e6f1c586192f4c824ea6ce4bba7e63d0537f57429 -eo pid,comm [Pipeline] { [Pipeline] sh 14:02:13 + go version 14:02:13 go version go1.18.7 linux/amd64 [Pipeline] } 14:02:13 $ docker stop --time=1 db1197fe6610ca141fb5c18e6f1c586192f4c824ea6ce4bba7e63d0537f57429 14:02:14 $ docker rm -f --volumes db1197fe6610ca141fb5c18e6f1c586192f4c824ea6ce4bba7e63d0537f57429 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:02:15 + docker inspect -f . ci-base-image-x86_64 14:02:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:02:15 prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container 14:02:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:02:15 $ docker top 6d52171ab489d0c45c39cf88d8e801b7cfc5b6a82792090ce173ec02b6c0e21e -eo pid,comm [Pipeline] { [Pipeline] sh 14:02:16 + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-143 [Pipeline] fileExists [Pipeline] sh 14:02:16 + make test 14:02:16 go test -race ./... -coverprofile=coverage.out ./... 14:02:34 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 14:02:34 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.144s coverage: 86.2% of statements 14:02:34 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 14:02:36 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.748s coverage: 71.9% of statements 14:02:50 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." 14:02:50 go vet ./... 14:02:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:02:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:02:52 ./bin/test-attribution.sh 14:02:53 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 14:02:53 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 14:02:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:02:53 $ docker stop --time=1 6d52171ab489d0c45c39cf88d8e801b7cfc5b6a82792090ce173ec02b6c0e21e 14:02:58 $ docker rm -f --volumes 6d52171ab489d0c45c39cf88d8e801b7cfc5b6a82792090ce173ec02b6c0e21e [Pipeline] // withDockerContainer [Pipeline] sh 14:02:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:02:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 14:02:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5552 in /w/workspace/y_app-rfid-llrp-inventory_PR-143 [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] ws 14:02:59 Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout 14:02:59 The recommended git tool is: git [Pipeline] sh 14:03:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:03:00 + ls -al . 14:03:00 total 232 14:03:00 drwxrwxr-x 11 jenkins jenkins 4096 Feb 13 14:02 . 14:03:00 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:00 .. 14:03:00 -rw-rw-r-- 1 jenkins jenkins 262 Feb 13 14:00 .dockerignore 14:03:00 drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 14:02 .git 14:03:00 drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:00 .github 14:03:00 -rw-rw-r-- 1 jenkins jenkins 788 Feb 13 14:00 .gitignore 14:03:00 -rw-rw-r-- 1 jenkins jenkins 41 Feb 13 14:00 .golangci.yml 14:03:00 drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 14:01 .semver 14:03:00 -rw-rw-r-- 1 jenkins jenkins 9818 Feb 13 14:00 Attribution.txt 14:03:00 -rw-rw-r-- 1 jenkins jenkins 4331 Feb 13 14:00 CHANGELOG.md 14:03:00 -rw-rw-r-- 1 jenkins jenkins 1659 Feb 13 14:00 Dockerfile 14:03:00 -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 14:00 GOVERNANCE.md 14:03:00 -rw-rw-r-- 1 jenkins jenkins 687 Feb 13 14:00 Jenkinsfile 14:03:00 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 13 14:00 LICENSE 14:03:00 -rw-rw-r-- 1 jenkins jenkins 2462 Feb 13 14:00 Makefile 14:03:00 -rw-rw-r-- 1 jenkins jenkins 617 Feb 13 14:00 OWNERS.md 14:03:00 -rw-rw-r-- 1 jenkins jenkins 31023 Feb 13 14:00 README.md 14:03:00 -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 14:01 VERSION 14:03:00 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:00 bin 14:03:00 -rw-r--r-- 1 jenkins jenkins 41317 Feb 13 14:02 coverage.out 14:03:00 -rw-rw-r-- 1 jenkins jenkins 3509 Feb 13 14:00 go.mod 14:03:00 -rw-rw-r-- 1 jenkins jenkins 33265 Feb 13 14:00 go.sum 14:03:00 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:00 images 14:03:00 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:00 internal 14:03:00 -rw-rw-r-- 1 jenkins jenkins 531 Feb 13 14:00 main.go 14:03:00 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:00 res 14:03:00 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:00 snap 14:03:00 drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:00 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:00 + docker build -t app-rfid-llrp-inventory -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5abbc986f9e887623c017848594ff693cc864cec --label arch=amd64 --label version=0.0.0 . 14:03:00 Sending build context to Docker daemon 12.57MB 14:03:00 Step 1/29 : ARG BASE=golang:1.18-alpine3.16 14:03:00 Step 2/29 : FROM ${BASE} AS builder 14:03:00 ---> cfb2a66421b8 14:03:00 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 14:03:01 ---> Running in e238ce826d19 14:03:01 Removing intermediate container e238ce826d19 14:03:01 ---> ec7dbf950a9c 14:03:01 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 14:03:01 ---> Running in 7fcd1f45e705 14:03:01 Removing intermediate container 7fcd1f45e705 14:03:01 ---> f39f5c09eb46 14:03:01 Step 5/29 : ARG ADD_BUILD_TAGS="" 14:03:01 ---> Running in e9ca1d1680de 14:03:01 Removing intermediate container e9ca1d1680de 14:03:01 ---> f7e5800e29b8 14:03:01 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:03:01 ---> Running in 19eea81308ab 14:03:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:03:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:03:02 OK: 211 MiB in 51 packages 14:03:02 Removing intermediate container 19eea81308ab 14:03:02 ---> 8a15b4fe3d28 14:03:02 Step 7/29 : WORKDIR /app 14:03:02 ---> Running in 5e4efabeb2c7 14:03:02 Removing intermediate container 5e4efabeb2c7 14:03:02 ---> c29e7f0be612 14:03:02 Step 8/29 : COPY go.mod vendor* ./ 14:03:02 ---> c20824eca688 14:03:02 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:03:02 ---> Running in 8f93eb30c262 14:03:03 Removing intermediate container 8f93eb30c262 14:03:03 ---> 0eb8d8c319bc 14:03:03 Step 10/29 : COPY . . 14:03:04 ---> 152cef6d2dbd 14:03:04 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:03:04 ---> Running in 63e257457e7c 14:03:04 Removing intermediate container 63e257457e7c 14:03:04 ---> 85ff55dfc61e 14:03:04 Step 12/29 : RUN $MAKE 14:03:04 ---> Running in 5ec5a9c9cdbd 14:03:04 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.28 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory 14:03:05 using credential edgex-jenkins-ssh 14:03:05 Cloning the remote Git repository 14:03:05 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 14:03:05 > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 14:03:05 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 14:03:05 > git --version # timeout=10 14:03:05 > git --version # 'git version 2.25.1' 14:03:05 using GIT_SSH to set credentials SSH Credentials for GitHub 14:03:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:03:07 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 14:03:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:03:09 Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 5abbc986f9e887623c017848594ff693cc864cec 14:03:09 Merge succeeded, producing 5abbc986f9e887623c017848594ff693cc864cec 14:03:09 Checking out Revision 5abbc986f9e887623c017848594ff693cc864cec (PR-143) 14:03:08 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 14:03:08 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 14:03:08 using GIT_SSH to set credentials SSH Credentials for GitHub 14:03:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/143/head:refs/remotes/origin/PR-143 +refs/heads/main:refs/remotes/origin/main # timeout=10 14:03:09 > git config core.sparsecheckout # timeout=10 14:03:09 > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # timeout=10 14:03:09 > git remote # timeout=10 14:03:09 > git config --get remote.origin.url # timeout=10 14:03:09 using GIT_SSH to set credentials SSH Credentials for GitHub 14:03:09 > git merge 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 14:03:09 > git rev-parse HEAD^{commit} # timeout=10 14:03:09 > git config core.sparsecheckout # timeout=10 14:03:09 > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # timeout=10 14:03:10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" 14:03:10 > git --version # timeout=10 14:03:10 > git --version # 'git version 2.25.1' 14:03:10 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:03:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:03:11 % Total % Received % Xferd Average Speed Time Time Time Current 14:03:11 Dload Upload Total Spent Left Speed 14:03:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 53801 0 --:--:-- --:--:-- --:--:-- 53801 [Pipeline] sh 14:03:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:03:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:03:12 + sudo tee /etc/docker/daemon.new 14:03:12 { 14:03:12 "registry-mirrors": [ 14:03:12 "https://nexus3.edgexfoundry.org:10001" 14:03:12 ], 14:03:12 "bip": "10.250.0.254/24", 14:03:12 "hosts": [ 14:03:12 "tcp://0.0.0.0:5555", 14:03:12 "unix:///var/run/docker.sock" 14:03:12 ], 14:03:12 "mtu": 1458, 14:03:12 "selinux-enabled": true, 14:03:12 "seccomp-profile": "/etc/docker/seccomp.json" 14:03:12 } [Pipeline] sh 14:03:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:03:13 + sudo service docker restart 14:03:26 Removing intermediate container 5ec5a9c9cdbd 14:03:26 ---> 4fb4bcf24276 14:03:26 Step 13/29 : FROM alpine:3.14 14:03:26 3.14: Pulling from library/alpine 14:03:26 d261077062b2: Pulling fs layer 14:03:26 d261077062b2: Verifying Checksum 14:03:26 d261077062b2: Download complete 14:03:26 d261077062b2: Pull complete 14:03:26 Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 14:03:26 Status: Downloaded newer image for alpine:3.14 14:03:26 ---> 6dff1269bc79 14:03:26 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:03:26 ---> Running in 716cc5aca304 14:03:26 Removing intermediate container 716cc5aca304 14:03:26 ---> 52eb1f0c97fc 14:03:26 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 14:03:26 ---> Running in cfa35af68aa7 14:03:26 Removing intermediate container cfa35af68aa7 14:03:26 ---> 23ee5e1f744a 14:03:26 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 14:03:26 ---> Running in d4b2eb2e7858 14:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:03:26 (1/2) Installing ca-certificates (20220614-r0) 14:03:26 (2/2) Installing dumb-init (1.2.5-r1) 14:03:26 Executing busybox-1.33.1-r8.trigger 14:03:26 Executing ca-certificates-20220614-r0.trigger 14:03:26 OK: 6 MiB in 16 packages 14:03:26 Removing intermediate container d4b2eb2e7858 14:03:26 ---> 38c53fad24f7 14:03:26 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:03:26 ---> 7ac2b8c46f52 14:03:26 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 14:03:26 ---> 263306dab921 14:03:26 Step 19/29 : COPY --from=builder /app/res/ /res/ 14:03:26 ---> 2e4c45eb9493 14:03:26 Step 20/29 : COPY --from=builder /app/static/ /static/ 14:03:26 ---> 737b37e30013 14:03:26 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 14:03:26 ---> e88518e976a6 14:03:26 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 14:03:26 ---> Running in 76f40a55deb3 14:03:27 Removing intermediate container 76f40a55deb3 14:03:27 ---> ed0ef2cf15f1 14:03:27 Step 23/29 : VOLUME /cache 14:03:27 ---> Running in a9f84ec845d0 14:03:27 Removing intermediate container a9f84ec845d0 14:03:27 ---> 6c95049982cf 14:03:27 Step 24/29 : EXPOSE 59711 14:03:27 ---> Running in 257bffe7b839 14:03:27 Removing intermediate container 257bffe7b839 14:03:27 ---> 358d167b8ff9 14:03:27 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 14:03:27 ---> Running in 5486163e0875 14:03:27 Removing intermediate container 5486163e0875 14:03:27 ---> 55680811e93b 14:03:27 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 14:03:27 ---> Running in 671c4d9cea93 14:03:27 Removing intermediate container 671c4d9cea93 14:03:27 ---> 9b57f18a1fd4 14:03:27 Step 27/29 : LABEL arch=amd64 14:03:27 ---> Running in 3e9235019c1e 14:03:27 Removing intermediate container 3e9235019c1e 14:03:27 ---> 92176ce78776 14:03:27 Step 28/29 : LABEL git_sha=5abbc986f9e887623c017848594ff693cc864cec 14:03:27 ---> Running in 3507325ca55e 14:03:27 Removing intermediate container 3507325ca55e 14:03:27 ---> c2e2fc928c6d 14:03:27 Step 29/29 : LABEL version=0.0.0 14:03:28 ---> Running in 8ae820b0340b 14:03:28 Removing intermediate container 8ae820b0340b 14:03:28 ---> 9e1c8cea54f2 14:03:28 [Warning] One or more build-args [ARCH] were not consumed 14:03:28 Successfully built 9e1c8cea54f2 14:03:28 Successfully tagged app-rfid-llrp-inventory: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 14:03:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:03:29 14:03:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:03:29 latest: Pulling from edgex-lftools-log-publisher 14:03:29 5eb5b503b376: Pulling fs layer 14:03:29 5c69ac0246d0: Pulling fs layer 14:03:29 ec43610c2a17: Pulling fs layer 14:03:29 3a2ae6a8a46f: Pulling fs layer 14:03:29 33b1e0a273af: Pulling fs layer 14:03:29 5d3b04190fa2: Pulling fs layer 14:03:29 2f39f015ded8: Pulling fs layer 14:03:29 33b1e0a273af: Waiting 14:03:29 5d3b04190fa2: Waiting 14:03:29 3a2ae6a8a46f: Waiting 14:03:29 2f39f015ded8: Waiting 14:03:29 5c69ac0246d0: Verifying Checksum 14:03:29 5c69ac0246d0: Download complete 14:03:29 33b1e0a273af: Verifying Checksum 14:03:29 33b1e0a273af: Download complete 14:03:29 5d3b04190fa2: Verifying Checksum 14:03:29 5d3b04190fa2: Download complete 14:03:29 ec43610c2a17: Verifying Checksum 14:03:29 ec43610c2a17: Download complete 14:03:29 5eb5b503b376: Verifying Checksum 14:03:29 5eb5b503b376: Download complete 14:03:30 2f39f015ded8: Download complete 14:03:31 5eb5b503b376: Pull complete 14:03:31 5c69ac0246d0: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:03:31 provisioning config files... 14:03:31 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config4592944440608708119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:03:31 ec43610c2a17: Pull complete 14:03:31 3a2ae6a8a46f: Pull complete 14:03:31 33b1e0a273af: Pull complete 14:03:31 ---> docker-login.sh 14:03:31 nexus3.edgexfoundry.org:10001 14:03:31 5d3b04190fa2: Pull complete 14:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:03:32 Configure a credential helper to remove this warning. See 14:03:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:03:32 14:03:32 Login Succeeded 14:03:32 nexus3.edgexfoundry.org:10002 14:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:03:32 Configure a credential helper to remove this warning. See 14:03:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:03:32 14:03:32 Login Succeeded 14:03:32 nexus3.edgexfoundry.org:10003 14:03:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:03:33 Configure a credential helper to remove this warning. See 14:03:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:03:33 14:03:33 Login Succeeded 14:03:33 nexus3.edgexfoundry.org:10004 14:03:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:03:33 Configure a credential helper to remove this warning. See 14:03:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:03:33 14:03:33 Login Succeeded 14:03:33 docker.io 14:03:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:03:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:03:34 Configure a credential helper to remove this warning. See 14:03:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:03:34 14:03:34 Login Succeeded 14:03:34 ---> docker-login.sh ends [Pipeline] } 14:03:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:03:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:03:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:03:34 ========================================================= 14:03:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 14:03:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:03:35 + 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 . 14:03:35 Sending build context to Docker daemon 683kB 14:03:35 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 14:03:35 Step 2/12 : FROM ${BASE} AS builder 14:03:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:03:35 9b18e9b68314: Pulling fs layer 14:03:35 35d82f9e3411: Pulling fs layer 14:03:35 e16973657156: Pulling fs layer 14:03:35 fc693d55d65f: Pulling fs layer 14:03:35 7e9fc2657dce: Pulling fs layer 14:03:35 dda99020689f: Pulling fs layer 14:03:35 db1c61fa0a46: Pulling fs layer 14:03:35 891c053d2c06: Pulling fs layer 14:03:35 fc693d55d65f: Waiting 14:03:35 7e9fc2657dce: Waiting 14:03:35 dda99020689f: Waiting 14:03:35 db1c61fa0a46: Waiting 14:03:35 891c053d2c06: Waiting 14:03:35 e16973657156: Verifying Checksum 14:03:35 e16973657156: Download complete 14:03:35 35d82f9e3411: Verifying Checksum 14:03:35 35d82f9e3411: Download complete 14:03:35 7e9fc2657dce: Verifying Checksum 14:03:35 7e9fc2657dce: Download complete 14:03:35 dda99020689f: Verifying Checksum 14:03:35 dda99020689f: Download complete 14:03:35 9b18e9b68314: Verifying Checksum 14:03:36 2f39f015ded8: Pull complete 14:03:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:03:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:03:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:03:36 prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container 14:03:36 $ 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/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:03:36 9b18e9b68314: Pull complete 14:03:36 891c053d2c06: Verifying Checksum 14:03:36 891c053d2c06: Download complete 14:03:37 35d82f9e3411: Pull complete 14:03:37 e16973657156: Pull complete 14:03:38 db1c61fa0a46: Verifying Checksum 14:03:38 db1c61fa0a46: Download complete 14:03:38 fc693d55d65f: Download complete 14:03:40 $ docker top d076a1f7dc6e1e78e6ca1ee50ee065598cbf6a1aedbe9519d254ebed153aa04a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:03:41 ---> job-cost.sh 14:03:41 lf-activate-venv: SKIPPING 14:03:41 INFO: No Stack... 14:03:41 INFO: Retrieving Pricing Info for: v3-standard-8 14:03:42 INFO: Archiving Costs [Pipeline] sh 14:03:42 + cat /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives/cost.csv 14:03:42 + cut -d, -f6 [Pipeline] lock 14:03:42 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] 14:03:42 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] did not exist. Created. 14:03:42 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:03:42 + echo total: 0.2199999988079071 [Pipeline] stash 14:03:42 Stashed 1 file(s) [Pipeline] } 14:03:42 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] // lock [Pipeline] } 14:03:42 $ docker stop --time=1 d076a1f7dc6e1e78e6ca1ee50ee065598cbf6a1aedbe9519d254ebed153aa04a 14:03:44 $ docker rm -f --volumes d076a1f7dc6e1e78e6ca1ee50ee065598cbf6a1aedbe9519d254ebed153aa04a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:03:51 fc693d55d65f: Pull complete 14:03:51 7e9fc2657dce: Pull complete 14:03:51 dda99020689f: Pull complete 14:03:59 db1c61fa0a46: Pull complete 14:04:00 891c053d2c06: Pull complete 14:04:00 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 14:04:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 14:04:00 ---> f96f9c87975a 14:04:00 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 14:04:01 ---> Running in 48d5c1ac0269 14:04:01 Removing intermediate container 48d5c1ac0269 14:04:01 ---> 27a185018e26 14:04:01 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 14:04:02 ---> Running in 75d9d4754fc3 14:04:02 Removing intermediate container 75d9d4754fc3 14:04:02 ---> d9fa4d41b968 14:04:02 Step 5/12 : ARG ADD_BUILD_TAGS="" 14:04:02 ---> Running in f7a1d0fc4331 14:04:02 Removing intermediate container f7a1d0fc4331 14:04:02 ---> 422a761201ad 14:04:02 Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:04:02 ---> Running in f597f172a578 14:04:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:04:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:04:05 OK: 221 MiB in 51 packages 14:04:06 Removing intermediate container f597f172a578 14:04:06 ---> b457d9b07581 14:04:06 Step 7/12 : WORKDIR /app 14:04:06 ---> Running in 3c24610debb7 14:04:06 Removing intermediate container 3c24610debb7 14:04:06 ---> 159db00165a3 14:04:06 Step 8/12 : COPY go.mod vendor* ./ 14:04:06 ---> 8cfe2fdec0a0 14:04:06 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:04:06 ---> Running in bcf772060b69 14:05:14 Removing intermediate container bcf772060b69 14:05:14 ---> 1adce0e5f73e 14:05:14 Step 10/12 : COPY . . 14:05:14 ---> 354b547bec3c 14:05:14 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:05:14 ---> Running in 97e72d0d53e2 14:05:14 Removing intermediate container 97e72d0d53e2 14:05:14 ---> 4824c899a72e 14:05:14 Step 12/12 : RUN $MAKE 14:05:14 ---> Running in 21a4d35fd0dc 14:05:14 noop 14:05:14 Removing intermediate container 21a4d35fd0dc 14:05:14 ---> f6412887eef5 14:05:14 Successfully built f6412887eef5 14:05:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:15 + docker inspect -f . ci-base-image-arm64 14:05:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:05:15 prd-ubuntu20.04-docker-arm64-4c-16g-5552 does not seem to be running inside a container 14:05:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:05:16 $ docker top 8acb88e9ffe0ad78a68b62620e3a0e3072a73b31ae1c7fb8e8a0eead584d746c -eo pid,comm [Pipeline] { [Pipeline] sh 14:05:17 + go version 14:05:17 go version go1.18.7 linux/arm64 [Pipeline] } 14:05:17 $ docker stop --time=1 8acb88e9ffe0ad78a68b62620e3a0e3072a73b31ae1c7fb8e8a0eead584d746c 14:05:19 $ docker rm -f --volumes 8acb88e9ffe0ad78a68b62620e3a0e3072a73b31ae1c7fb8e8a0eead584d746c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:05:20 + docker inspect -f . ci-base-image-arm64 14:05:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:05:20 prd-ubuntu20.04-docker-arm64-4c-16g-5552 does not seem to be running inside a container 14:05:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:05:21 $ docker top 521c080b7a955f2ffb2759f083e2fb923a22cc32b571902ff460c2bef9df91b1 -eo pid,comm [Pipeline] { [Pipeline] sh 14:05:22 + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh 14:05:22 + make test 14:05:22 go test -race ./... -coverprofile=coverage.out ./... 14:07:59 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 14:07:59 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.843s coverage: 86.2% of statements 14:07:59 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 14:08:09 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.562s coverage: 71.9% of statements 14:08:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 14:08:09 go vet ./... 14:10:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:10:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:10:02 ./bin/test-attribution.sh 14:10:02 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 14:10:02 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 14:10:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:10:02 $ docker stop --time=1 521c080b7a955f2ffb2759f083e2fb923a22cc32b571902ff460c2bef9df91b1 14:10:03 $ docker rm -f --volumes 521c080b7a955f2ffb2759f083e2fb923a22cc32b571902ff460c2bef9df91b1 [Pipeline] // withDockerContainer [Pipeline] sh 14:10:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:10:05 Warning: overwriting stash ‘coverage-report’ 14:10:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:10:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:10:06 + ls -al . 14:10:06 total 228 14:10:06 drwxrwxr-x 10 jenkins jenkins 4096 Feb 13 14:05 . 14:10:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:03 .. 14:10:06 -rw-rw-r-- 1 jenkins jenkins 262 Feb 13 14:03 .dockerignore 14:10:06 drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 14:03 .git 14:10:06 drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:03 .github 14:10:06 -rw-rw-r-- 1 jenkins jenkins 788 Feb 13 14:03 .gitignore 14:10:06 -rw-rw-r-- 1 jenkins jenkins 41 Feb 13 14:03 .golangci.yml 14:10:06 -rw-rw-r-- 1 jenkins jenkins 9818 Feb 13 14:03 Attribution.txt 14:10:06 -rw-rw-r-- 1 jenkins jenkins 4331 Feb 13 14:03 CHANGELOG.md 14:10:06 -rw-rw-r-- 1 jenkins jenkins 1659 Feb 13 14:03 Dockerfile 14:10:06 -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 14:03 GOVERNANCE.md 14:10:06 -rw-rw-r-- 1 jenkins jenkins 687 Feb 13 14:03 Jenkinsfile 14:10:06 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 13 14:03 LICENSE 14:10:06 -rw-rw-r-- 1 jenkins jenkins 2462 Feb 13 14:03 Makefile 14:10:06 -rw-rw-r-- 1 jenkins jenkins 617 Feb 13 14:03 OWNERS.md 14:10:06 -rw-rw-r-- 1 jenkins jenkins 31023 Feb 13 14:03 README.md 14:10:06 -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 14:01 VERSION 14:10:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:03 bin 14:10:06 -rw-r--r-- 1 jenkins jenkins 41317 Feb 13 14:08 coverage.out 14:10:06 -rw-rw-r-- 1 jenkins jenkins 3509 Feb 13 14:03 go.mod 14:10:06 -rw-rw-r-- 1 jenkins jenkins 33265 Feb 13 14:03 go.sum 14:10:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:03 images 14:10:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:03 internal 14:10:06 -rw-rw-r-- 1 jenkins jenkins 531 Feb 13 14:03 main.go 14:10:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:03 res 14:10:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:03 snap 14:10:06 drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:03 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:10:07 + docker build -t app-rfid-llrp-inventory-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5abbc986f9e887623c017848594ff693cc864cec --label arch=arm64 --label version=0.0.0 . 14:10:07 Sending build context to Docker daemon 683kB 14:10:07 Step 1/29 : ARG BASE=golang:1.18-alpine3.16 14:10:07 Step 2/29 : FROM ${BASE} AS builder 14:10:07 ---> f6412887eef5 14:10:07 Step 3/29 : ARG ALPINE_PKG_BASE="make git" 14:10:08 ---> Running in f2676ddb963c 14:10:08 Removing intermediate container f2676ddb963c 14:10:08 ---> 3059aa94b5a0 14:10:08 Step 4/29 : ARG ALPINE_PKG_EXTRA="" 14:10:08 ---> Running in eee4826837bf 14:10:09 Removing intermediate container eee4826837bf 14:10:09 ---> 1940a1fb0129 14:10:09 Step 5/29 : ARG ADD_BUILD_TAGS="" 14:10:09 ---> Running in 8b7544cebfd0 14:10:09 Removing intermediate container 8b7544cebfd0 14:10:09 ---> 32dde3325d45 14:10:09 Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:10:09 ---> Running in 355bd8a94f09 14:10:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:10:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:10:11 OK: 221 MiB in 51 packages 14:10:12 Removing intermediate container 355bd8a94f09 14:10:12 ---> 4d7050aa9531 14:10:12 Step 7/29 : WORKDIR /app 14:10:12 ---> Running in 1815df33ac00 14:10:13 Removing intermediate container 1815df33ac00 14:10:13 ---> 0d7a48c956f9 14:10:13 Step 8/29 : COPY go.mod vendor* ./ 14:10:13 ---> 39fb30c36e58 14:10:13 Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:10:13 ---> Running in f35d76a6cf4b 14:10:16 Removing intermediate container f35d76a6cf4b 14:10:16 ---> fef6efd91166 14:10:16 Step 10/29 : COPY . . 14:10:16 ---> 577a9d68c222 14:10:16 Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 14:10:16 ---> Running in 9a6c4b220a71 14:10:16 Removing intermediate container 9a6c4b220a71 14:10:16 ---> 27af1a474afb 14:10:16 Step 12/29 : RUN $MAKE 14:10:16 ---> Running in 930107aab53c 14:10:17 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.28 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory 14:12:24 Removing intermediate container 930107aab53c 14:12:24 ---> f47e3b59646a 14:12:24 Step 13/29 : FROM alpine:3.14 14:12:24 3.14: Pulling from library/alpine 14:12:24 6f0e733d82e2: Pulling fs layer 14:12:24 6f0e733d82e2: Verifying Checksum 14:12:24 6f0e733d82e2: Download complete 14:12:24 6f0e733d82e2: Pull complete 14:12:24 Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 14:12:24 Status: Downloaded newer image for alpine:3.14 14:12:24 ---> bf97f6347a60 14:12:24 Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 14:12:24 ---> Running in de9e8faf1278 14:12:24 Removing intermediate container de9e8faf1278 14:12:24 ---> 6245a21e57a0 14:12:24 Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 14:12:24 ---> Running in 765bf9029ce8 14:12:24 Removing intermediate container 765bf9029ce8 14:12:24 ---> aa7326d4357c 14:12:24 Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init 14:12:24 ---> Running in fe989d837da2 14:12:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:12:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:12:24 (1/2) Installing ca-certificates (20220614-r0) 14:12:24 (2/2) Installing dumb-init (1.2.5-r1) 14:12:24 Executing busybox-1.33.1-r8.trigger 14:12:24 Executing ca-certificates-20220614-r0.trigger 14:12:24 OK: 6 MiB in 16 packages 14:12:24 Removing intermediate container fe989d837da2 14:12:24 ---> 171cab010390 14:12:24 Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:12:24 ---> 95d1fc9c6728 14:12:24 Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE 14:12:24 ---> 215e32e3bf8f 14:12:24 Step 19/29 : COPY --from=builder /app/res/ /res/ 14:12:24 ---> c1b05289a036 14:12:24 Step 20/29 : COPY --from=builder /app/static/ /static/ 14:12:24 ---> 2ac2e1853979 14:12:24 Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 14:12:24 ---> ee60e687f889 14:12:24 Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 14:12:24 ---> Running in 406e5e9bd61f 14:12:25 Removing intermediate container 406e5e9bd61f 14:12:25 ---> b92a8e9b5d98 14:12:25 Step 23/29 : VOLUME /cache 14:12:25 ---> Running in 617a1025917e 14:12:25 Removing intermediate container 617a1025917e 14:12:25 ---> 4db8615962e9 14:12:25 Step 24/29 : EXPOSE 59711 14:12:25 ---> Running in c3c5b5fcb782 14:12:26 Removing intermediate container c3c5b5fcb782 14:12:26 ---> f6093adec94a 14:12:26 Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 14:12:26 ---> Running in aba1574f8572 14:12:26 Removing intermediate container aba1574f8572 14:12:26 ---> 28b5dac96938 14:12:26 Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] 14:12:26 ---> Running in bb5ab03db4a5 14:12:26 Removing intermediate container bb5ab03db4a5 14:12:26 ---> 3727d0cc8130 14:12:26 Step 27/29 : LABEL arch=arm64 14:12:26 ---> Running in 002c23c10ee0 14:12:27 Removing intermediate container 002c23c10ee0 14:12:27 ---> c8db5afb79da 14:12:27 Step 28/29 : LABEL git_sha=5abbc986f9e887623c017848594ff693cc864cec 14:12:27 ---> Running in 91ce5e59c2c1 14:12:27 Removing intermediate container 91ce5e59c2c1 14:12:27 ---> 565e6e114654 14:12:27 Step 29/29 : LABEL version=0.0.0 14:12:27 ---> Running in 7f8b16b58224 14:12:27 Removing intermediate container 7f8b16b58224 14:12:27 ---> 52ce80c79012 14:12:27 [Warning] One or more build-args [ARCH] were not consumed 14:12:27 Successfully built 52ce80c79012 14:12:27 Successfully tagged app-rfid-llrp-inventory-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 14:12:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:12:28 14:12:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:12:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:12:29 arm64: Pulling from edgex-lftools-log-publisher 14:12:29 8998bd30e6a1: Pulling fs layer 14:12:29 04944245beec: Pulling fs layer 14:12:29 699f458cf7ca: Pulling fs layer 14:12:29 765212b225bb: Pulling fs layer 14:12:29 f23df028b6ca: Pulling fs layer 14:12:29 d65c8cfc05b1: Pulling fs layer 14:12:29 2437ff75d9bd: Pulling fs layer 14:12:29 d65c8cfc05b1: Waiting 14:12:29 2437ff75d9bd: Waiting 14:12:29 765212b225bb: Waiting 14:12:29 f23df028b6ca: Waiting 14:12:29 04944245beec: Verifying Checksum 14:12:29 04944245beec: Download complete 14:12:29 765212b225bb: Verifying Checksum 14:12:29 765212b225bb: Download complete 14:12:29 f23df028b6ca: Verifying Checksum 14:12:29 f23df028b6ca: Download complete 14:12:29 d65c8cfc05b1: Verifying Checksum 14:12:29 d65c8cfc05b1: Download complete 14:12:29 699f458cf7ca: Verifying Checksum 14:12:29 699f458cf7ca: Download complete 14:12:29 8998bd30e6a1: Verifying Checksum 14:12:29 8998bd30e6a1: Download complete 14:12:32 2437ff75d9bd: Verifying Checksum 14:12:32 2437ff75d9bd: Download complete 14:12:33 8998bd30e6a1: Pull complete 14:12:34 04944245beec: Pull complete 14:12:35 699f458cf7ca: Pull complete 14:12:35 765212b225bb: Pull complete 14:12:36 f23df028b6ca: Pull complete 14:12:36 d65c8cfc05b1: Pull complete 14:12:51 2437ff75d9bd: Pull complete 14:12:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:12:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:12:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:12:52 prd-ubuntu20.04-docker-arm64-4c-16g-5552 does not seem to be running inside a container 14:12:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 14:12:54 $ docker top 7ceba9dfaac3093f804be7439dd66bc3bb8a9b6e119c7afc2b570291a3dd888b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:12:55 ---> job-cost.sh 14:12:55 lf-activate-venv: SKIPPING 14:12:55 INFO: No Stack... 14:12:56 INFO: Retrieving Pricing Info for: v3-standard-4 14:12:57 INFO: Archiving Costs [Pipeline] sh 14:12:57 + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv 14:12:57 + cut -d, -f6 [Pipeline] lock 14:12:57 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] 14:12:57 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] did not exist. Created. 14:12:57 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:12:58 /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-a0557c3e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:12:58 + echo total: 0.10999999940395355 [Pipeline] stash 14:12:58 Warning: overwriting stash ‘stack-cost’ 14:12:58 Stashed 1 file(s) [Pipeline] } 14:12:58 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] // lock [Pipeline] } 14:12:58 $ docker stop --time=1 7ceba9dfaac3093f804be7439dd66bc3bb8a9b6e119c7afc2b570291a3dd888b 14:13:00 $ docker rm -f --volumes 7ceba9dfaac3093f804be7439dd66bc3bb8a9b6e119c7afc2b570291a3dd888b [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 14:13:01 provisioning config files... 14:13:01 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config6864829479110674921tmp [Pipeline] { [Pipeline] sh 14:13:01 + set +x 14:13:01 + curl -s https://codecov.io/bash 14:13:01 + bash -s -- 14:13:01 14:13:01 _____ _ 14:13:01 / ____| | | 14:13:01 | | ___ __| | ___ ___ _____ __ 14:13:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:13:01 | |___| (_) | (_| | __/ (_| (_) \ V / 14:13:01 \_____\___/ \__,_|\___|\___\___/ \_/ 14:13:01 Bash-1.0.6 14:13:01 14:13:01 14:13:01 ==> git version 2.25.1 found 14:13:01 ==> 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 14:13:01 Release-Date: 2020-01-08 14:13:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:13:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:13:01 ==> Jenkins CI detected. 14:13:01 current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-143 14:13:01 project root: . 14:13:01 --> token set from env 14:13:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:13:01 ==> Running gcov in . (disable via -X gcov) 14:13:01 ==> Python coveragepy not found 14:13:01 ==> Searching for coverage reports in: 14:13:01 + . 14:13:01 -> Found 1 reports 14:13:01 ==> Detecting git/mercurial file structure 14:13:01 ==> Reading reports 14:13:01 + ./coverage.out bytes=41317 14:13:01 ==> Appending adjustments 14:13:01 https://docs.codecov.io/docs/fixing-reports 14:13:01 + Found adjustments 14:13:01 ==> Gzipping contents 14:13:01 12K /tmp/codecov.UuzGbC.gz 14:13:01 ==> Uploading reports 14:13:01 url: https://codecov.io 14:13:01 query: branch=PR-143&commit=5abbc986f9e887623c017848594ff693cc864cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-143%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=143&job=&cmd_args= 14:13:01 -> Pinging Codecov 14:13:01 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-143&commit=5abbc986f9e887623c017848594ff693cc864cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-143%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=143&job=&cmd_args= 14:13:02 -> Uploading to 14:13:02 https://storage.googleapis.com/codecov/v4/raw/2023-02-13/581DD39554BDF9B6E22D074273EAD858/5abbc986f9e887623c017848594ff693cc864cec/4f764cd5-98b5-452c-a32a-89ab0a375d07.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230213T141302Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3f54572fbf717e430397de0b7357c8f2fec41cc9d2cded6aeacbc3645789c4c 14:13:02 % Total % Received % Xferd Average Speed Time Time Time Current 14:13:02 Dload Upload Total Spent Left Speed 14:13:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11847 0 0 100 11847 0 44875 --:--:-- --:--:-- --:--:-- 44875 14:13:02 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/5abbc986f9e887623c017848594ff693cc864cec [Pipeline] } 14:13:02 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 14:13:04 + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives ] 14:13:04 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives 14:13:04 total 16 14:13:04 drwxr-xr-x 3 root root 4096 Feb 13 14:03 . 14:13:04 drwxrwxr-x 12 jenkins jenkins 4096 Feb 13 14:03 .. 14:13:04 drwxr-xr-x 2 root root 4096 Feb 13 14:03 cost 14:13:04 -rw-r--r-- 1 root root 95 Feb 13 14:03 cost.csv 14:13:04 + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives 14:13:04 + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives 14:13:04 total 16 14:13:04 drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 14:03 . 14:13:04 drwxrwxr-x 12 jenkins jenkins 4096 Feb 13 14:03 .. 14:13:04 drwxr-xr-x 2 jenkins jenkins 4096 Feb 13 14:03 cost 14:13:04 -rw-r--r-- 1 jenkins jenkins 95 Feb 13 14:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:13:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:13:05 ---> package-listing.sh 14:13:05 ++ facter osfamily 14:13:05 ++ tr '[:upper:]' '[:lower:]' 14:13:05 + OS_FAMILY=debian 14:13:05 + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-143 14:13:05 + START_PACKAGES=/tmp/packages_start.txt 14:13:05 + END_PACKAGES=/tmp/packages_end.txt 14:13:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:13:05 + PACKAGES=/tmp/packages_start.txt 14:13:05 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-143 ']' 14:13:05 + PACKAGES=/tmp/packages_end.txt 14:13:05 + case "${OS_FAMILY}" in 14:13:05 + dpkg -l 14:13:05 + grep '^ii' 14:13:05 + '[' -f /tmp/packages_start.txt ']' 14:13:05 + '[' -f /tmp/packages_end.txt ']' 14:13:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:13:05 + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-143 ']' 14:13:05 + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives/ 14:13:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives/ [Pipeline] echo 14:13:06 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/y_app-rfid-llrp-inventory_PR-143/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:13:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:13:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:13:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:13:07 prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container 14:13:07 $ 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/y_app-rfid-llrp-inventory_PR-143/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@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 14:13:07 $ docker top 2cacfc1fe14c7ec49621ddca69a63a90488f51c04940e36b7c24081d75d6bbac -eo pid,comm [Pipeline] { [Pipeline] sh 14:13:08 + touch /tmp/pre-build-complete [Pipeline] sh 14:13:08 + mkdir -p /var/log/sysstat [Pipeline] sh 14:13:09 + ls /var/log/sa-host 14:13:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:13:09 provisioning config files... 14:13:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config5578853267205232489tmp [Pipeline] { [Pipeline] echo 14:13:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:13:09 ---> create-netrc.sh [Pipeline] } 14:13:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:13:10 ---> python-tools-install.sh [Pipeline] echo 14:13:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:13:10 ---> sudo-logs.sh 14:13:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:13:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:13:10 ---> job-cost.sh 14:13:10 lf-activate-venv: SKIPPING 14:13:10 DEBUG: total: 0.2199999988079071 14:13:10 INFO: Retrieving Stack Cost... 14:13:11 INFO: Retrieving Pricing Info for: v3-standard-8 14:13:11 INFO: Archiving Costs [Pipeline] echo 14:13:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:13:12 ---> logs-deploy.sh 14:13:12 lf-activate-venv: SKIPPING 14:13:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-143/1 14:13:12 INFO: archiving workspace using pattern(s): 14:13:13 Archives upload complete. 14:13:13 INFO: archiving logs to Nexus 14:13:14 ---> uname -a: 14:13:14 Linux prd-ubuntu20-04-docker-8c-8g-5550 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 14:13:14 14:13:14 14:13:14 ---> lscpu: 14:13:14 Architecture: x86_64 14:13:14 CPU op-mode(s): 32-bit, 64-bit 14:13:14 Byte Order: Little Endian 14:13:14 Address sizes: 40 bits physical, 48 bits virtual 14:13:14 CPU(s): 8 14:13:14 On-line CPU(s) list: 0-7 14:13:14 Thread(s) per core: 1 14:13:14 Core(s) per socket: 1 14:13:14 Socket(s): 8 14:13:14 NUMA node(s): 1 14:13:14 Vendor ID: AuthenticAMD 14:13:14 CPU family: 23 14:13:14 Model: 49 14:13:14 Model name: AMD EPYC-Rome Processor 14:13:14 Stepping: 0 14:13:14 CPU MHz: 2799.956 14:13:14 BogoMIPS: 5599.91 14:13:14 Virtualization: AMD-V 14:13:14 Hypervisor vendor: KVM 14:13:14 Virtualization type: full 14:13:14 L1d cache: 256 KiB 14:13:14 L1i cache: 256 KiB 14:13:14 L2 cache: 4 MiB 14:13:14 L3 cache: 128 MiB 14:13:14 NUMA node0 CPU(s): 0-7 14:13:14 Vulnerability Itlb multihit: Not affected 14:13:14 Vulnerability L1tf: Not affected 14:13:14 Vulnerability Mds: Not affected 14:13:14 Vulnerability Meltdown: Not affected 14:13:14 Vulnerability Mmio stale data: Not affected 14:13:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:13:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:13:14 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 14:13:14 Vulnerability Srbds: Not affected 14:13:14 Vulnerability Tsx async abort: Not affected 14:13:14 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 14:13:14 14:13:14 14:13:14 ---> nproc: 14:13:14 8 14:13:14 14:13:14 14:13:14 ---> df -h: 14:13:14 Filesystem Size Used Avail Use% Mounted on 14:13:14 overlay 155G 12G 144G 8% / 14:13:14 tmpfs 64M 0 64M 0% /dev 14:13:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 14:13:14 shm 64M 0 64M 0% /dev/shm 14:13:14 /dev/vda1 155G 12G 144G 8% /facter-os 14:13:14 14:13:14 14:13:14 ---> sar -b -r -n DEV: 14:13:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5550) 02/13/23 _x86_64_ (8 CPU) 14:13:14 14:13:14 14:00:05 LINUX RESTART (8 CPU) 14:13:14 14:13:14 14:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:13:14 14:02:01 138.91 1.58 137.33 0.00 70.25 56145.18 0.00 14:13:14 14:03:01 98.43 0.17 98.27 0.00 9.20 29143.28 0.00 14:13:14 14:04:01 171.02 0.03 170.99 0.00 3.60 34935.11 0.00 14:13:14 14:05:01 2.33 0.00 2.33 0.00 0.00 28.15 0.00 14:13:14 14:06:01 52.86 9.37 43.49 0.00 2885.92 7442.76 0.00 14:13:14 14:07:01 23.50 1.23 22.26 0.00 2270.42 4150.51 0.00 14:13:14 14:08:01 3.27 0.02 3.25 0.00 0.13 89.32 0.00 14:13:14 14:09:01 1.63 0.00 1.63 0.00 0.00 19.59 0.00 14:13:14 14:10:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 14:13:14 14:11:01 1.80 0.00 1.80 0.00 0.00 19.99 0.00 14:13:14 14:12:01 1.32 0.00 1.32 0.00 0.00 13.86 0.00 14:13:14 14:13:01 2.15 0.07 2.08 0.00 4.80 25.33 0.00 14:13:14 Average: 41.51 1.04 40.47 0.00 437.01 11001.51 0.00 14:13:14 14:13:14 14:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:13:14 14:02:01 27857656 31606492 701240 2.13 142828 3762816 1882740 5.55 1149556 3388800 414256 14:13:14 14:03:01 28413136 31559348 745188 2.27 147268 3210564 1953360 5.76 1200004 2832596 428 14:13:14 14:04:01 27692992 31592372 708976 2.16 158824 3888952 1752504 5.16 1221712 3464704 380 14:13:14 14:05:01 27692388 31591868 709224 2.16 158880 3888952 1752504 5.16 1221696 3464712 4 14:13:14 14:06:01 27343396 31580208 709908 2.16 179576 4192704 1796944 5.30 1375524 3636524 5188 14:13:14 14:07:01 27164148 31572836 714656 2.17 195212 4343904 1812188 5.34 1546292 3633768 200 14:13:14 14:08:01 27176072 31579872 707980 2.15 193764 4340652 1798388 5.30 1537720 3630552 8 14:13:14 14:09:01 27176524 31580372 707360 2.15 193812 4340656 1798388 5.30 1537412 3630552 4 14:13:14 14:10:01 27176468 31580672 707380 2.15 193844 4340640 1798388 5.30 1537480 3630840 12 14:13:14 14:11:01 27176244 31580640 707136 2.15 193896 4340660 1798388 5.30 1537296 3630864 8 14:13:14 14:12:01 27176448 31580904 706792 2.15 193976 4340660 1798388 5.30 1537300 3630864 8 14:13:14 14:13:01 27172792 31577952 709864 2.16 194064 4340792 1838776 5.42 1540684 3631348 28 14:13:14 Average: 27434855 31581961 711309 2.16 178829 4110996 1815080 5.35 1411890 3517177 35044 14:13:14 14:13:14 14:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:13:14 14:02:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 14:13:14 14:02:01 ens3 444.16 323.80 6123.30 41.11 0.00 0.00 0.00 0.00 14:13:14 14:02:01 docker0 185.90 266.81 15.80 2090.54 0.00 0.00 0.00 0.00 14:13:14 14:03:01 veth92415d5 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:03:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 14:13:14 14:03:01 ens3 51.26 47.86 37.60 93.89 0.00 0.00 0.00 0.00 14:13:14 14:03:01 docker0 0.05 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:13:14 14:04:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 14:13:14 14:04:01 ens3 146.34 95.32 2657.41 17.02 0.00 0.00 0.00 0.00 14:13:14 14:04:01 docker0 3.23 6.90 0.20 79.09 0.00 0.00 0.00 0.00 14:13:14 14:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:13:14 14:05:01 ens3 1.23 0.65 2.37 0.29 0.00 0.00 0.00 0.00 14:13:14 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:06:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 14:13:14 14:06:01 ens3 211.75 141.81 2299.82 9.77 0.00 0.00 0.00 0.00 14:13:14 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:07:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 14:13:14 14:07:01 ens3 53.62 38.24 493.54 2.57 0.00 0.00 0.00 0.00 14:13:14 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:08:01 ens3 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 14:13:14 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:13:14 14:09:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:13:14 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:10:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:13:14 14:11:01 ens3 0.38 0.20 0.09 0.07 0.00 0.00 0.00 0.00 14:13:14 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 14:13:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 14:13:14 14:13:01 ens3 2.37 1.87 2.85 0.74 0.00 0.00 0.00 0.00 14:13:14 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:13:14 Average: lo 0.56 0.56 0.05 0.05 0.00 0.00 0.00 0.00 14:13:14 Average: ens3 75.95 54.16 968.04 13.79 0.00 0.00 0.00 0.00 14:13:14 Average: docker0 15.76 22.82 1.33 180.80 0.00 0.00 0.00 0.00 14:13:14 14:13:14 14:13:14 ---> sar -P ALL: 14:13:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5550) 02/13/23 _x86_64_ (8 CPU) 14:13:14 14:13:14 14:00:05 LINUX RESTART (8 CPU) 14:13:14 14:13:14 14:01:01 CPU %user %nice %system %iowait %steal %idle 14:13:14 14:02:01 all 7.48 0.00 3.30 4.50 0.08 84.63 14:13:14 14:02:01 0 7.71 0.00 3.29 3.48 0.10 85.41 14:13:14 14:02:01 1 7.11 0.00 3.56 17.18 0.12 72.03 14:13:14 14:02:01 2 7.40 0.00 3.32 1.57 0.05 87.66 14:13:14 14:02:01 3 7.62 0.00 3.25 10.80 0.08 78.24 14:13:14 14:02:01 4 7.10 0.00 3.30 0.17 0.05 89.38 14:13:14 14:02:01 5 7.44 0.00 3.10 0.24 0.07 89.16 14:13:14 14:02:01 6 7.07 0.00 3.12 0.69 0.07 89.06 14:13:14 14:02:01 7 8.44 0.00 3.48 1.90 0.08 86.10 14:13:14 14:03:01 all 34.58 0.00 4.62 2.49 0.09 58.22 14:13:14 14:03:01 0 34.12 0.00 4.73 1.04 0.08 60.04 14:13:14 14:03:01 1 33.85 0.00 5.07 7.09 0.08 53.91 14:13:14 14:03:01 2 34.56 0.00 4.52 0.37 0.08 60.46 14:13:14 14:03:01 3 35.61 0.00 4.50 8.85 0.08 50.96 14:13:14 14:03:01 4 33.80 0.00 4.30 0.08 0.08 61.73 14:13:14 14:03:01 5 35.24 0.00 4.91 0.57 0.08 59.19 14:13:14 14:03:01 6 34.56 0.00 4.21 0.05 0.08 61.09 14:13:14 14:03:01 7 34.88 0.00 4.74 1.92 0.13 58.33 14:13:14 14:04:01 all 16.94 0.00 3.72 2.05 0.09 77.20 14:13:14 14:04:01 0 16.34 0.00 3.72 0.13 0.05 79.75 14:13:14 14:04:01 1 16.61 0.00 3.87 1.58 0.10 77.84 14:13:14 14:04:01 2 17.71 0.00 3.77 0.32 0.07 78.13 14:13:14 14:04:01 3 16.39 0.00 3.26 4.78 0.07 75.50 14:13:14 14:04:01 4 17.98 0.00 4.12 5.09 0.12 72.69 14:13:14 14:04:01 5 16.79 0.00 3.56 0.52 0.08 79.05 14:13:14 14:04:01 6 17.09 0.00 3.61 3.45 0.08 75.76 14:13:14 14:04:01 7 16.62 0.00 3.83 0.57 0.13 78.84 14:13:14 14:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 14:13:14 14:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:13:14 14:05:01 1 0.05 0.00 0.00 0.02 0.02 99.92 14:13:14 14:05:01 2 0.03 0.00 0.02 0.00 0.02 99.93 14:13:14 14:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 14:13:14 14:05:01 4 0.02 0.00 0.00 0.02 0.02 99.95 14:13:14 14:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:13:14 14:05:01 6 0.07 0.00 0.05 0.00 0.00 99.88 14:13:14 14:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:13:14 14:06:01 all 1.61 0.00 0.96 0.88 0.06 96.49 14:13:14 14:06:01 0 1.15 0.00 1.15 0.13 0.02 97.55 14:13:14 14:06:01 1 1.15 0.00 1.00 3.02 0.03 94.79 14:13:14 14:06:01 2 2.44 0.00 0.95 0.57 0.17 95.87 14:13:14 14:06:01 3 1.66 0.00 0.67 0.72 0.05 96.90 14:13:14 14:06:01 4 1.64 0.00 2.10 2.14 0.07 94.06 14:13:14 14:06:01 5 2.09 0.00 0.78 0.35 0.03 96.74 14:13:14 14:06:01 6 1.38 0.00 0.57 0.05 0.03 97.97 14:13:14 14:06:01 7 1.41 0.00 0.45 0.07 0.05 98.02 14:13:14 14:07:01 all 1.12 0.00 0.64 0.63 0.02 97.58 14:13:14 14:07:01 0 1.02 0.00 0.47 0.12 0.02 98.38 14:13:14 14:07:01 1 2.25 0.00 0.50 2.02 0.02 95.22 14:13:14 14:07:01 2 0.97 0.00 0.62 1.80 0.02 96.59 14:13:14 14:07:01 3 1.35 0.00 0.42 0.15 0.03 98.05 14:13:14 14:07:01 4 0.77 0.00 1.23 0.68 0.02 97.30 14:13:14 14:07:01 5 0.95 0.00 0.37 0.17 0.03 98.48 14:13:14 14:07:01 6 0.53 0.00 0.67 0.02 0.02 98.76 14:13:14 14:07:01 7 1.14 0.00 0.89 0.10 0.03 97.84 14:13:14 14:08:01 all 0.24 0.00 0.05 0.02 0.00 99.69 14:13:14 14:08:01 0 0.00 0.00 0.03 0.02 0.00 99.95 14:13:14 14:08:01 1 1.39 0.00 0.05 0.07 0.00 98.50 14:13:14 14:08:01 2 0.15 0.00 0.07 0.03 0.02 99.73 14:13:14 14:08:01 3 0.22 0.00 0.10 0.00 0.00 99.68 14:13:14 14:08:01 4 0.02 0.00 0.07 0.00 0.00 99.92 14:13:14 14:08:01 5 0.08 0.00 0.03 0.02 0.00 99.87 14:13:14 14:08:01 6 0.02 0.00 0.05 0.00 0.00 99.93 14:13:14 14:08:01 7 0.03 0.00 0.03 0.00 0.00 99.93 14:13:14 14:09:01 all 0.01 0.00 0.01 0.04 0.01 99.92 14:13:14 14:09:01 0 0.00 0.00 0.02 0.12 0.00 99.87 14:13:14 14:09:01 1 0.00 0.00 0.00 0.22 0.00 99.78 14:13:14 14:09:01 2 0.03 0.00 0.03 0.00 0.08 99.85 14:13:14 14:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:13:14 14:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 14:13:14 14:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:13:14 14:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:13:14 14:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:13:14 14:10:01 all 0.11 0.00 0.01 0.03 0.02 99.84 14:13:14 14:10:01 0 0.02 0.00 0.02 0.07 0.08 99.82 14:13:14 14:10:01 1 0.73 0.00 0.02 0.12 0.02 99.12 14:13:14 14:10:01 2 0.03 0.00 0.02 0.00 0.05 99.90 14:13:14 14:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 14:13:14 14:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:13:14 14:10:01 5 0.02 0.00 0.00 0.03 0.02 99.93 14:13:14 14:10:01 6 0.00 0.00 0.00 0.03 0.00 99.97 14:13:14 14:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:13:14 14:11:01 all 0.03 0.00 0.02 0.12 0.01 99.82 14:13:14 14:11:01 0 0.00 0.00 0.03 0.17 0.00 99.80 14:13:14 14:11:01 1 0.17 0.00 0.02 0.70 0.02 99.10 14:13:14 14:11:01 2 0.05 0.00 0.03 0.08 0.05 99.78 14:13:14 14:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:13:14 14:11:01 4 0.00 0.00 0.03 0.00 0.02 99.95 14:13:14 14:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 14:13:14 14:11:01 6 0.00 0.00 0.02 0.00 0.02 99.97 14:13:14 14:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:13:14 14:12:01 all 0.10 0.00 0.01 0.09 0.01 99.79 14:13:14 14:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:13:14 14:12:01 1 0.68 0.00 0.00 0.42 0.00 98.90 14:13:14 14:12:01 2 0.07 0.00 0.03 0.00 0.07 99.83 14:13:14 14:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:13:14 14:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:13:14 14:12:01 5 0.00 0.00 0.00 0.27 0.02 99.72 14:13:14 14:12:01 6 0.03 0.00 0.00 0.00 0.02 99.95 14:13:14 14:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 14:13:14 14:13:14 14:12:01 CPU %user %nice %system %iowait %steal %idle 14:13:14 14:13:01 all 0.12 0.00 0.04 0.13 0.03 99.69 14:13:14 14:13:01 0 0.12 0.00 0.03 0.00 0.02 99.83 14:13:14 14:13:01 1 0.50 0.00 0.07 0.72 0.05 98.67 14:13:14 14:13:01 2 0.03 0.00 0.02 0.08 0.07 99.80 14:13:14 14:13:01 3 0.07 0.00 0.05 0.00 0.02 99.87 14:13:14 14:13:01 4 0.10 0.00 0.10 0.00 0.02 99.78 14:13:14 14:13:01 5 0.07 0.00 0.02 0.22 0.00 99.70 14:13:14 14:13:01 6 0.02 0.00 0.05 0.00 0.00 99.93 14:13:14 14:13:01 7 0.03 0.00 0.02 0.00 0.05 99.90 14:13:14 Average: all 5.17 0.00 1.11 0.91 0.04 92.78 14:13:14 Average: 0 5.02 0.00 1.12 0.44 0.03 93.39 14:13:14 Average: 1 5.34 0.00 1.17 2.74 0.04 90.71 14:13:14 Average: 2 5.26 0.00 1.11 0.40 0.06 93.17 14:13:14 Average: 3 5.21 0.00 1.01 2.09 0.03 91.66 14:13:14 Average: 4 5.08 0.00 1.27 0.68 0.03 92.95 14:13:14 Average: 5 5.19 0.00 1.06 0.20 0.03 93.52 14:13:14 Average: 6 5.04 0.00 1.03 0.36 0.03 93.55 14:13:14 Average: 7 5.19 0.00 1.12 0.38 0.04 93.28 14:13:14 14:13:14 14:13:14