Pull request #97 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 63bbfc8d1071f34d14eb43b27b7a737ac423871f+5d59561c1133a6ca726020ae56ce39f2a90031a2 (603a226efe718df0204091a7829d3567ed2a3bb0) 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-ssh16629952872665262933.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh11371744890834238101.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-97/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-97/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13378786777480885716.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-97/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2839924272722318898.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh8189921005461985068.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-97/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-97/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6081818939270970755.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.17 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-17414 in /w/workspace/ry_app-rfid-llrp-inventory_PR-97 [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/ry_app-rfid-llrp-inventory_PR-97 # 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 5d59561c1133a6ca726020ae56ce39f2a90031a2 into PR head commit 63bbfc8d1071f34d14eb43b27b7a737ac423871f Merge succeeded, producing 63bbfc8d1071f34d14eb43b27b7a737ac423871f Checking out Revision 63bbfc8d1071f34d14eb43b27b7a737ac423871f (PR-97) > 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/97/head:refs/remotes/origin/PR-97 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # 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 5d59561c1133a6ca726020ae56ce39f2a90031a2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:16:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:16:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:16:35 ========================================================= 13:16:35 EdgeX Global Pipelines Version Info 13:16:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:16:36 ------------------- 13:16:36 stable info: 13:16:36 ------------------- 13:16:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:16:36 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 13:16:36 Message: update stable to v1.0.234 13:16:36 ------------------- 13:16:36 experimental info: 13:16:36 ------------------- 13:16:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:16:36 Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 13:16:36 Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:16:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-97 [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-97 [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-97 [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63bbfc8 [Pipeline] echo 13:16:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:16:38 provisioning config files... 13:16:38 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config6312525952779277280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:16:39 ---> docker-login.sh 13:16:39 nexus3.edgexfoundry.org:10001 13:16:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:39 Configure a credential helper to remove this warning. See 13:16:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:39 13:16:39 Login Succeeded 13:16:39 nexus3.edgexfoundry.org:10002 13:16:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:39 Configure a credential helper to remove this warning. See 13:16:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:39 13:16:39 Login Succeeded 13:16:39 nexus3.edgexfoundry.org:10003 13:16:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:39 Configure a credential helper to remove this warning. See 13:16:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:39 13:16:39 Login Succeeded 13:16:39 nexus3.edgexfoundry.org:10004 13:16:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:39 Configure a credential helper to remove this warning. See 13:16:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:39 13:16:39 Login Succeeded 13:16:39 docker.io 13:16:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:40 Configure a credential helper to remove this warning. See 13:16:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:40 13:16:40 Login Succeeded 13:16:40 ---> docker-login.sh ends [Pipeline] } 13:16:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:16:41 + git rev-list -1 --merges 63bbfc8d1071f34d14eb43b27b7a737ac423871f~1..63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo 13:16:41 -----------> git rev-list -1 --merges 63bbfc8d1071f34d14eb43b27b7a737ac423871f~1..63bbfc8d1071f34d14eb43b27b7a737ac423871f 63bbfc8d1071f34d14eb43b27b7a737ac423871f [false] [Pipeline] sh 13:16:41 + git log --format=format:%s -1 63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo 13:16:41 ========================================================= 13:16:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:16:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:16:41 + git log --format=format:%s -1 63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] echo 13:16:41 [semverPrep] GIT_COMMIT: 63bbfc8d1071f34d14eb43b27b7a737ac423871f, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 [Pipeline] echo 13:16:41 [semverPrep] This is not a build commit. [Pipeline] sh 13:16:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:16:42 + grep -v github /etc/ssh/ssh_known_hosts 13:16:42 + [ -e /tmp/ssh_known_hosts ] 13:16:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:16:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:16:42 + sudo tee -a /etc/ssh/ssh_known_hosts 13:16:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:16:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:16:42 13:16:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:16:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:16:43 0.1.4: Pulling from edgex-devops/py-git-semver 13:16:43 b85a868b505f: Pulling fs layer 13:16:43 e2be974225ed: Pulling fs layer 13:16:43 339a4e72a1f5: Pulling fs layer 13:16:43 988bab9f4d93: Pulling fs layer 13:16:43 1469e6f7b9e6: Pulling fs layer 13:16:43 eaf3925da568: Pulling fs layer 13:16:43 bab4dde63d76: Pulling fs layer 13:16:43 bde34c3a00c8: Pulling fs layer 13:16:43 b352a97aabf1: Pulling fs layer 13:16:43 4872d77fe225: Pulling fs layer 13:16:43 5851b861e8e6: Pulling fs layer 13:16:43 988bab9f4d93: Waiting 13:16:43 1469e6f7b9e6: Waiting 13:16:43 eaf3925da568: Waiting 13:16:43 bab4dde63d76: Waiting 13:16:43 bde34c3a00c8: Waiting 13:16:43 b352a97aabf1: Waiting 13:16:43 4872d77fe225: Waiting 13:16:43 5851b861e8e6: Waiting 13:16:43 e2be974225ed: Verifying Checksum 13:16:43 e2be974225ed: Download complete 13:16:43 988bab9f4d93: Download complete 13:16:43 1469e6f7b9e6: Verifying Checksum 13:16:43 1469e6f7b9e6: Download complete 13:16:43 eaf3925da568: Verifying Checksum 13:16:43 eaf3925da568: Download complete 13:16:43 339a4e72a1f5: Verifying Checksum 13:16:43 339a4e72a1f5: Download complete 13:16:43 bde34c3a00c8: Verifying Checksum 13:16:43 bde34c3a00c8: Download complete 13:16:43 b352a97aabf1: Verifying Checksum 13:16:43 b352a97aabf1: Download complete 13:16:43 4872d77fe225: Verifying Checksum 13:16:43 4872d77fe225: Download complete 13:16:43 5851b861e8e6: Verifying Checksum 13:16:43 5851b861e8e6: Download complete 13:16:43 b85a868b505f: Verifying Checksum 13:16:43 b85a868b505f: Download complete 13:16:43 bab4dde63d76: Verifying Checksum 13:16:43 bab4dde63d76: Download complete 13:16:45 b85a868b505f: Pull complete 13:16:45 e2be974225ed: Pull complete 13:16:45 339a4e72a1f5: Pull complete 13:16:45 988bab9f4d93: Pull complete 13:16:46 1469e6f7b9e6: Pull complete 13:16:46 eaf3925da568: Pull complete 13:16:48 bab4dde63d76: Pull complete 13:16:48 bde34c3a00c8: Pull complete 13:16:48 b352a97aabf1: Pull complete 13:16:48 4872d77fe225: Pull complete 13:16:48 5851b861e8e6: Pull complete 13:16:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:16:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:16:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:16:49 prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container 13:16:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:16:50 $ docker top 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 -eo pid,comm 13:16:50 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). 13:16:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:16:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:16:50 [ssh-agent] Looking for ssh-agent implementation... 13:16:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:16:50 $ docker exec 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent 13:16:51 SSH_AUTH_SOCK=/tmp/ssh-NDudH1QmOSLM/agent.33 13:16:51 SSH_AGENT_PID=39 13:16:51 Running ssh-add (command line suppressed) 13:16:51 Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_3633435198246684860.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_3633435198246684860.key) 13:16:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:16:51 + git tag --points-at HEAD [Pipeline] } 13:16:51 $ docker exec --env ******** --env ******** 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent -k 13:16:51 unset SSH_AUTH_SOCK; 13:16:51 unset SSH_AGENT_PID; 13:16:51 echo Agent pid 39 killed; 13:16:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:16:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:16:51 [ssh-agent] Looking for ssh-agent implementation... 13:16:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:16:51 $ docker exec 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent 13:16:52 SSH_AUTH_SOCK=/tmp/ssh-yby6dM3jAKdA/agent.72 13:16:52 SSH_AGENT_PID=78 13:16:52 Running ssh-add (command line suppressed) 13:16:52 Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_5055367579148048761.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/private_key_5055367579148048761.key) 13:16:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:16:52 + git semver init 13:16:52 2022-07-11 13:16:52,742 [run_init] DEBUG init version:0.0.0 force:False 13:16:52 2022-07-11 13:16:52,743 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver 13:16:52 2022-07-11 13:16:52,744 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver 13:16:52 2022-07-11 13:16:52,744 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver'], cwd=/w/workspace/ry_app-rfid-llrp-inventory_PR-97, universal_newlines=False, shell=None, istream=None) 13:16:53 2022-07-11 13:16:53,665 [append_file] DEBUG append to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.git/info/exclude 13:16:53 2022-07-11 13:16:53,665 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver/PR-97 with force:False 13:16:53 2022-07-11 13:16:53,665 [write_file] DEBUG write to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver/PR-97 13:16:53 2022-07-11 13:16:53,670 [execute] INFO git cat-file --batch-check 13:16:53 2022-07-11 13:16:53,670 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver, universal_newlines=False, shell=None, istream=) 13:16:53 2022-07-11 13:16:53,676 [execute] INFO git cat-file --batch 13:16:53 2022-07-11 13:16:53,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver, universal_newlines=False, shell=None, istream=) 13:16:53 2022-07-11 13:16:53,681 [read_version] DEBUG read version from /w/workspace/ry_app-rfid-llrp-inventory_PR-97/.semver/PR-97 13:16:53 0.0.0 [Pipeline] } 13:16:53 $ docker exec --env ******** --env ******** 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 ssh-agent -k 13:16:53 unset SSH_AUTH_SOCK; 13:16:53 unset SSH_AGENT_PID; 13:16:53 echo Agent pid 78 killed; 13:16:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:16:54 + git semver [Pipeline] } 13:16:54 $ docker stop --time=1 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 13:16:55 $ docker rm -f 32293083a746bb883aaeba5537409bb63dec77af67eb20c1fe24aaea1b55e3b9 [Pipeline] // withDockerContainer [Pipeline] sh 13:16:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:16:56 Stashed 1 file(s) [Pipeline] echo 13:16:56 [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 13:16:57 provisioning config files... 13:16:57 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config1034852075132174098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:16:57 ---> docker-login.sh 13:16:57 nexus3.edgexfoundry.org:10001 13:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:57 Configure a credential helper to remove this warning. See 13:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:57 13:16:57 Login Succeeded 13:16:57 nexus3.edgexfoundry.org:10002 13:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:57 Configure a credential helper to remove this warning. See 13:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:57 13:16:57 Login Succeeded 13:16:57 nexus3.edgexfoundry.org:10003 13:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:57 Configure a credential helper to remove this warning. See 13:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:57 13:16:57 Login Succeeded 13:16:57 nexus3.edgexfoundry.org:10004 13:16:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:58 Configure a credential helper to remove this warning. See 13:16:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:58 13:16:58 Login Succeeded 13:16:58 docker.io 13:16:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:58 Configure a credential helper to remove this warning. See 13:16:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:58 13:16:58 Login Succeeded 13:16:58 ---> docker-login.sh ends [Pipeline] } 13:16:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:16:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:16:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:16:58 ========================================================= 13:16:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 13:16:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:16:59 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 13:16:59 Sending build context to Docker daemon 12.45MB 13:16:59 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 13:16:59 Step 2/13 : FROM ${BASE} AS builder 13:16:59 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 13:16:59 59bf1c3509f3: Pulling fs layer 13:16:59 666ba61612fd: Pulling fs layer 13:16:59 8ed8ca486205: Pulling fs layer 13:16:59 cc1cd167ecdc: Pulling fs layer 13:16:59 c516ae0d96e1: Pulling fs layer 13:16:59 684cea983483: Pulling fs layer 13:16:59 dd3240ac7de5: Pulling fs layer 13:16:59 b1e948a4e11c: Pulling fs layer 13:16:59 a8fd76ee1af6: Pulling fs layer 13:16:59 646ad004c059: Pulling fs layer 13:16:59 dd3240ac7de5: Waiting 13:16:59 b1e948a4e11c: Waiting 13:16:59 cc1cd167ecdc: Waiting 13:16:59 646ad004c059: Waiting 13:16:59 c516ae0d96e1: Waiting 13:16:59 684cea983483: Waiting 13:16:59 a8fd76ee1af6: Waiting 13:16:59 8ed8ca486205: Verifying Checksum 13:16:59 8ed8ca486205: Download complete 13:16:59 666ba61612fd: Download complete 13:16:59 c516ae0d96e1: Verifying Checksum 13:16:59 c516ae0d96e1: Download complete 13:16:59 684cea983483: Verifying Checksum 13:16:59 684cea983483: Download complete 13:16:59 59bf1c3509f3: Verifying Checksum 13:16:59 59bf1c3509f3: Download complete 13:16:59 dd3240ac7de5: Download complete 13:16:59 b1e948a4e11c: Verifying Checksum 13:16:59 b1e948a4e11c: Download complete 13:16:59 59bf1c3509f3: Pull complete 13:16:59 666ba61612fd: Pull complete 13:16:59 8ed8ca486205: Pull complete 13:16:59 646ad004c059: Verifying Checksum 13:16:59 646ad004c059: Download complete 13:16:59 a8fd76ee1af6: Verifying Checksum 13:16:59 a8fd76ee1af6: Download complete 13:17:00 cc1cd167ecdc: Verifying Checksum 13:17:00 cc1cd167ecdc: Download complete 13:17:04 cc1cd167ecdc: Pull complete 13:17:04 c516ae0d96e1: Pull complete 13:17:04 684cea983483: Pull complete 13:17:04 dd3240ac7de5: Pull complete 13:17:04 b1e948a4e11c: Pull complete 13:17:07 a8fd76ee1af6: Pull complete 13:17:07 646ad004c059: Pull complete 13:17:07 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 13:17:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 13:17:07 ---> 8f69c11f6b0c 13:17:07 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 13:17:09 ---> Running in a8b237aad6e5 13:17:09 Removing intermediate container a8b237aad6e5 13:17:09 ---> d04b5944fa54 13:17:09 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 13:17:09 ---> Running in 0fa09c67cfa1 13:17:10 Removing intermediate container 0fa09c67cfa1 13:17:10 ---> d5ada65b864a 13:17:10 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:17:10 ---> Running in 78a146e78b82 13:17:10 Removing intermediate container 78a146e78b82 13:17:10 ---> 3e70d9bd549e 13:17:10 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:17:10 ---> Running in d9fd9b67f344 13:17:10 Removing intermediate container d9fd9b67f344 13:17:10 ---> d66487580f1f 13:17:10 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:17:10 ---> Running in 997b26d9fe12 13:17:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:17:12 Still waiting to schedule task 13:17:12 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:17:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:17:12 OK: 221 MiB in 52 packages 13:17:12 Removing intermediate container 997b26d9fe12 13:17:12 ---> 028036b8695f 13:17:12 Step 8/13 : WORKDIR /app 13:17:12 ---> Running in 01fd13726922 13:17:12 Removing intermediate container 01fd13726922 13:17:12 ---> 2375ab14a584 13:17:12 Step 9/13 : COPY go.mod vendor* ./ 13:17:13 ---> 677d92c9e1aa 13:17:13 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:17:13 ---> Running in bb9a98ffe175 13:17:35 Removing intermediate container bb9a98ffe175 13:17:35 ---> 4cc79c03199b 13:17:35 Step 11/13 : COPY . . 13:17:35 ---> aa955d11ec40 13:17:35 Step 12/13 : ARG MAKE="make build" 13:17:35 ---> Running in a4e7bae12b75 13:17:35 Removing intermediate container a4e7bae12b75 13:17:35 ---> 175a8bdca0da 13:17:35 Step 13/13 : RUN $MAKE 13:17:35 ---> Running in 4c370928fd47 13:17:35 noop 13:17:35 Removing intermediate container 4c370928fd47 13:17:35 ---> b49824236bba 13:17:35 Successfully built b49824236bba 13:17:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:17:36 + docker inspect -f . ci-base-image-x86_64 13:17:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:17:36 prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container 13:17:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:17:37 $ docker top b7eaad95056882748cb5b7f9c993a14d87a2271127ef6287f369938e3a10a0f0 -eo pid,comm [Pipeline] { [Pipeline] sh 13:17:37 + go version 13:17:37 go version go1.17.7 linux/amd64 [Pipeline] } 13:17:37 $ docker stop --time=1 b7eaad95056882748cb5b7f9c993a14d87a2271127ef6287f369938e3a10a0f0 13:17:38 $ docker rm -f b7eaad95056882748cb5b7f9c993a14d87a2271127ef6287f369938e3a10a0f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:17:39 + docker inspect -f . ci-base-image-x86_64 13:17:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:17:39 prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container 13:17:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:17:40 $ docker top 3fbe07b65ed9711309c932212665084af07d0b7f38339047bb212b9426be52f8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 13:17:40 + make test 13:17:40 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:17:52 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 13:17:52 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.053s coverage: 86.2% of statements 13:17:52 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 13:17:53 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.554s coverage: 71.9% of statements 13:18:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 13:18:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:18:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:18:06 ./bin/test-attribution.sh [Pipeline] echo 13:18:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 13:18:06 $ docker stop --time=1 3fbe07b65ed9711309c932212665084af07d0b7f38339047bb212b9426be52f8 13:18:08 $ docker rm -f 3fbe07b65ed9711309c932212665084af07d0b7f38339047bb212b9426be52f8 [Pipeline] // withDockerContainer [Pipeline] sh 13:18:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:18:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:18:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:18:09 + ls -al . 13:18:09 total 232 13:18:09 drwxrwxr-x 11 jenkins jenkins 4096 Jul 11 13:17 . 13:18:09 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:16 .. 13:18:09 -rw-rw-r-- 1 jenkins jenkins 262 Jul 11 13:16 .dockerignore 13:18:09 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 13:16 .git 13:18:09 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:16 .github 13:18:09 -rw-rw-r-- 1 jenkins jenkins 788 Jul 11 13:16 .gitignore 13:18:09 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 13:16 .golangci.yml 13:18:09 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 13:16 .semver 13:18:09 -rw-rw-r-- 1 jenkins jenkins 9546 Jul 11 13:16 Attribution.txt 13:18:09 -rw-rw-r-- 1 jenkins jenkins 2487 Jul 11 13:16 CHANGELOG.md 13:18:09 -rw-rw-r-- 1 jenkins jenkins 1933 Jul 11 13:16 Dockerfile 13:18:09 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 13:16 GOVERNANCE.md 13:18:09 -rw-rw-r-- 1 jenkins jenkins 687 Jul 11 13:16 Jenkinsfile 13:18:09 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 11 13:16 LICENSE 13:18:09 -rw-rw-r-- 1 jenkins jenkins 2949 Jul 11 13:16 Makefile 13:18:09 -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 13:16 OWNERS.md 13:18:09 -rw-rw-r-- 1 jenkins jenkins 30359 Jul 11 13:16 README.md 13:18:09 -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 13:16 VERSION 13:18:09 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:16 bin 13:18:09 -rw-r--r-- 1 jenkins jenkins 41008 Jul 11 13:17 coverage.out 13:18:09 -rw-rw-r-- 1 jenkins jenkins 3538 Jul 11 13:16 go.mod 13:18:09 -rw-rw-r-- 1 jenkins jenkins 36956 Jul 11 13:16 go.sum 13:18:09 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:16 images 13:18:09 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:16 internal 13:18:09 -rw-rw-r-- 1 jenkins jenkins 531 Jul 11 13:16 main.go 13:18:09 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:16 res 13:18:09 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:16 snap 13:18:09 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:16 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:10 + 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=63bbfc8d1071f34d14eb43b27b7a737ac423871f --label arch=amd64 --label version=0.0.0 . 13:18:10 Sending build context to Docker daemon 12.45MB 13:18:10 Step 1/31 : ARG BASE=golang:1.17-alpine3.15 13:18:10 Step 2/31 : FROM ${BASE} AS builder 13:18:10 ---> b49824236bba 13:18:10 Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 13:18:10 ---> Running in 8dbcb9fb70ee 13:18:10 Removing intermediate container 8dbcb9fb70ee 13:18:10 ---> 637be7ac0aa5 13:18:10 Step 4/31 : ARG ALPINE_PKG_EXTRA="" 13:18:10 ---> Running in e0cab1fd9ba0 13:18:10 Removing intermediate container e0cab1fd9ba0 13:18:10 ---> 574f57a723fb 13:18:10 Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:18:10 ---> Running in 93e0c3488d33 13:18:10 Removing intermediate container 93e0c3488d33 13:18:10 ---> 52ce091de94f 13:18:10 Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:18:10 ---> Running in bd5e7e3eb674 13:18:11 Removing intermediate container bd5e7e3eb674 13:18:11 ---> 2235d910b3d0 13:18:11 Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:18:11 ---> Running in ee27e9c6630f 13:18:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:18:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:18:12 OK: 221 MiB in 52 packages 13:18:12 Removing intermediate container ee27e9c6630f 13:18:12 ---> 314050a24a89 13:18:12 Step 8/31 : WORKDIR /app 13:18:12 ---> Running in e8f6c0426110 13:18:12 Removing intermediate container e8f6c0426110 13:18:12 ---> 85a99b25e404 13:18:12 Step 9/31 : COPY go.mod vendor* ./ 13:18:13 ---> 423be9d3c349 13:18:13 Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:18:13 ---> Running in 3fb4ce21e319 13:18:13 Removing intermediate container 3fb4ce21e319 13:18:13 ---> 3aaeb0f0bf6a 13:18:13 Step 11/31 : COPY . . 13:18:14 ---> 9fe0d80807b9 13:18:14 Step 12/31 : ARG MAKE="make build" 13:18:14 ---> Running in 238b49b10e78 13:18:14 Removing intermediate container 238b49b10e78 13:18:14 ---> 64968cf86f9b 13:18:14 Step 13/31 : RUN $MAKE 13:18:14 ---> Running in c26b81fcb4c5 13:18:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.18 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory 13:18:36 Removing intermediate container c26b81fcb4c5 13:18:36 ---> 56f14d84e7aa 13:18:36 Step 14/31 : FROM alpine:3.14 13:18:36 3.14: Pulling from library/alpine 13:18:36 8663204ce13b: Pulling fs layer 13:18:36 8663204ce13b: Verifying Checksum 13:18:36 8663204ce13b: Download complete 13:18:36 8663204ce13b: Pull complete 13:18:36 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 13:18:36 Status: Downloaded newer image for alpine:3.14 13:18:36 ---> e04c818066af 13:18:36 Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:18:36 ---> Running in 4352d9fe0625 13:18:36 Removing intermediate container 4352d9fe0625 13:18:36 ---> 03b48f9b8a31 13:18:36 Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 13:18:36 ---> Running in 9107d78727d2 13:18:36 Removing intermediate container 9107d78727d2 13:18:36 ---> 24934658f8d0 13:18:36 Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:18:36 ---> Running in ce7d970fa3a2 13:18:36 Removing intermediate container ce7d970fa3a2 13:18:36 ---> 196a78160ce7 13:18:36 Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init 13:18:36 ---> Running in 41fe9cfefd85 13:18:36 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:18:37 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:18:38 (1/7) Installing ca-certificates (20211220-r0) 13:18:38 (2/7) Installing dumb-init (1.2.5-r1) 13:18:38 (3/7) Installing libgcc (10.3.1_git20210424-r2) 13:18:38 (4/7) Installing libsodium (1.0.18-r0) 13:18:38 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 13:18:38 (6/7) Installing libzmq (4.3.4-r0) 13:18:38 (7/7) Installing zeromq (4.3.4-r0) 13:18:38 Executing busybox-1.33.1-r7.trigger 13:18:38 Executing ca-certificates-20211220-r0.trigger 13:18:38 OK: 9 MiB in 21 packages 13:18:39 Removing intermediate container 41fe9cfefd85 13:18:39 ---> 606b660c5d7b 13:18:39 Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:18:39 ---> 81369ee84275 13:18:39 Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE 13:18:39 ---> 179a54d1cb18 13:18:39 Step 21/31 : COPY --from=builder /app/res/ /res/ 13:18:39 ---> 63a5d8f54c94 13:18:39 Step 22/31 : COPY --from=builder /app/static/ /static/ 13:18:39 ---> 535fc5de8305 13:18:39 Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 13:18:40 ---> 9f1a1c5b8d35 13:18:40 Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 13:18:40 ---> Running in 01923febf4fa 13:18:41 Removing intermediate container 01923febf4fa 13:18:41 ---> 796b4e011bfe 13:18:41 Step 25/31 : VOLUME /cache 13:18:41 ---> Running in 0bae25099940 13:18:41 Removing intermediate container 0bae25099940 13:18:41 ---> 94bdd65674e8 13:18:41 Step 26/31 : EXPOSE 59711 13:18:41 ---> Running in 02452590fb8c 13:18:41 Removing intermediate container 02452590fb8c 13:18:41 ---> 9ea36b7767f5 13:18:41 Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 13:18:41 ---> Running in 4e9596cab862 13:18:41 Removing intermediate container 4e9596cab862 13:18:41 ---> 71f6df81500a 13:18:41 Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] 13:18:41 ---> Running in bc311b551c28 13:18:41 Removing intermediate container bc311b551c28 13:18:41 ---> 5aa43275c44d 13:18:41 Step 29/31 : LABEL arch=amd64 13:18:41 ---> Running in b4f9728270de 13:18:41 Removing intermediate container b4f9728270de 13:18:41 ---> f119e53d80e4 13:18:41 Step 30/31 : LABEL git_sha=63bbfc8d1071f34d14eb43b27b7a737ac423871f 13:18:41 ---> Running in a58a352ac4a0 13:18:41 Removing intermediate container a58a352ac4a0 13:18:41 ---> f3622cfb4541 13:18:41 Step 31/31 : LABEL version=0.0.0 13:18:41 ---> Running in 7477c2e8d2d4 13:18:41 Removing intermediate container 7477c2e8d2d4 13:18:41 ---> c68d5fbc4caa 13:18:41 [Warning] One or more build-args [ARCH] were not consumed 13:18:41 Successfully built c68d5fbc4caa 13:18:41 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 13:18:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:18:42 13:18:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:18:43 latest: Pulling from edgex-lftools-log-publisher 13:18:43 5eb5b503b376: Pulling fs layer 13:18:43 5c69ac0246d0: Pulling fs layer 13:18:43 ec43610c2a17: Pulling fs layer 13:18:43 3a2ae6a8a46f: Pulling fs layer 13:18:43 33b1e0a273af: Pulling fs layer 13:18:43 5d3b04190fa2: Pulling fs layer 13:18:43 2f39f015ded8: Pulling fs layer 13:18:43 3a2ae6a8a46f: Waiting 13:18:43 33b1e0a273af: Waiting 13:18:43 2f39f015ded8: Waiting 13:18:43 5d3b04190fa2: Waiting 13:18:43 5c69ac0246d0: Verifying Checksum 13:18:43 5c69ac0246d0: Download complete 13:18:43 3a2ae6a8a46f: Verifying Checksum 13:18:43 3a2ae6a8a46f: Download complete 13:18:43 33b1e0a273af: Verifying Checksum 13:18:43 33b1e0a273af: Download complete 13:18:43 5d3b04190fa2: Verifying Checksum 13:18:43 5d3b04190fa2: Download complete 13:18:43 ec43610c2a17: Verifying Checksum 13:18:43 ec43610c2a17: Download complete 13:18:43 5eb5b503b376: Verifying Checksum 13:18:43 5eb5b503b376: Download complete 13:18:43 2f39f015ded8: Download complete 13:18:44 5eb5b503b376: Pull complete 13:18:44 5c69ac0246d0: Pull complete 13:18:44 ec43610c2a17: Pull complete 13:18:45 3a2ae6a8a46f: Pull complete 13:18:45 33b1e0a273af: Pull complete 13:18:45 5d3b04190fa2: Pull complete 13:18:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17415 in /w/workspace/ry_app-rfid-llrp-inventory_PR-97 [Pipeline] { [Pipeline] ws 13:18:48 Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout 13:18:48 The recommended git tool is: git 13:18:49 2f39f015ded8: Pull complete 13:18:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:18:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:18:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:18:49 prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container 13:18:49 $ 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/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@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 13:18:51 $ docker top f360ea093b804f4ff21f6006d7635e58e0c8e437f8de3b3ef506c8b9dffb2fcc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:51 ---> job-cost.sh 13:18:51 lf-activate-venv: SKIPPING 13:18:51 INFO: No Stack... 13:18:52 INFO: Retrieving Pricing Info for: v3-standard-8 13:18:52 INFO: Archiving Costs [Pipeline] sh 13:18:52 + cat /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives/cost.csv 13:18:52 + cut -d, -f6 [Pipeline] lock 13:18:52 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] 13:18:52 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] did not exist. Created. 13:18:52 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:18:53 + echo total: 0.2199999988079071 [Pipeline] stash 13:18:53 Stashed 1 file(s) [Pipeline] } 13:18:53 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:18:53 $ docker stop --time=1 f360ea093b804f4ff21f6006d7635e58e0c8e437f8de3b3ef506c8b9dffb2fcc 13:18:54 $ docker rm -f f360ea093b804f4ff21f6006d7635e58e0c8e437f8de3b3ef506c8b9dffb2fcc 13:18:54 using credential edgex-jenkins-ssh 13:18:54 Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv 13:18:54 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 13:18:54 > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } 13:18:55 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 13:18:55 > git --version # timeout=10 13:18:55 > git --version # 'git version 2.25.1' 13:18:55 using GIT_SSH to set credentials SSH Credentials for GitHub 13:18:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:18:58 Merging remotes/origin/main commit 5d59561c1133a6ca726020ae56ce39f2a90031a2 into PR head commit 63bbfc8d1071f34d14eb43b27b7a737ac423871f 13:18:58 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 13:18:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:18:58 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 13:18:58 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 13:18:58 using GIT_SSH to set credentials SSH Credentials for GitHub 13:18:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/97/head:refs/remotes/origin/PR-97 +refs/heads/main:refs/remotes/origin/main # timeout=10 13:18:58 > git config core.sparsecheckout # timeout=10 13:18:59 > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # timeout=10 13:18:59 Merge succeeded, producing 63bbfc8d1071f34d14eb43b27b7a737ac423871f 13:18:59 Checking out Revision 63bbfc8d1071f34d14eb43b27b7a737ac423871f (PR-97) 13:18:59 > git remote # timeout=10 13:18:59 > git config --get remote.origin.url # timeout=10 13:18:59 using GIT_SSH to set credentials SSH Credentials for GitHub 13:18:59 > git merge 5d59561c1133a6ca726020ae56ce39f2a90031a2 # timeout=10 13:18:59 > git rev-parse HEAD^{commit} # timeout=10 13:18:59 > git config core.sparsecheckout # timeout=10 13:18:59 > git checkout -f 63bbfc8d1071f34d14eb43b27b7a737ac423871f # timeout=10 13:19:03 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2" 13:19:03 > git --version # timeout=10 13:19:03 > git --version # 'git version 2.25.1' 13:19:03 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:19:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:19:04 % Total % Received % Xferd Average Speed Time Time Time Current 13:19:04 Dload Upload Total Spent Left Speed 13:19:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 90933 0 --:--:-- --:--:-- --:--:-- 91611 [Pipeline] sh 13:19:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:19:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:19:06 + sudo tee /etc/docker/daemon.new 13:19:06 { 13:19:06 "registry-mirrors": [ 13:19:06 "https://nexus3.edgexfoundry.org:10001" 13:19:06 ], 13:19:06 "bip": "10.250.0.254/24", 13:19:06 "hosts": [ 13:19:06 "tcp://0.0.0.0:5555", 13:19:06 "unix:///var/run/docker.sock" 13:19:06 ], 13:19:06 "mtu": 1458, 13:19:06 "selinux-enabled": true, 13:19:06 "seccomp-profile": "/etc/docker/seccomp.json" 13:19:06 } [Pipeline] sh 13:19:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:19:07 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:19:25 provisioning config files... 13:19:25 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config3963699566880692929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:19:26 ---> docker-login.sh 13:19:26 nexus3.edgexfoundry.org:10001 13:19:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:26 Configure a credential helper to remove this warning. See 13:19:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:26 13:19:26 Login Succeeded 13:19:26 nexus3.edgexfoundry.org:10002 13:19:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:27 Configure a credential helper to remove this warning. See 13:19:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:27 13:19:27 Login Succeeded 13:19:27 nexus3.edgexfoundry.org:10003 13:19:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:27 Configure a credential helper to remove this warning. See 13:19:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:27 13:19:27 Login Succeeded 13:19:27 nexus3.edgexfoundry.org:10004 13:19:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:28 Configure a credential helper to remove this warning. See 13:19:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:28 13:19:28 Login Succeeded 13:19:28 docker.io 13:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:28 Configure a credential helper to remove this warning. See 13:19:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:28 13:19:28 Login Succeeded 13:19:28 ---> docker-login.sh ends [Pipeline] } 13:19:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:19:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:19:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:19:29 ========================================================= 13:19:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 13:19:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:19:29 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 13:19:30 Sending build context to Docker daemon 687.1kB 13:19:30 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 13:19:30 Step 2/13 : FROM ${BASE} AS builder 13:19:30 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:19:30 9b3977197b4f: Pulling fs layer 13:19:30 1a89e8eeedd5: Pulling fs layer 13:19:30 94645a83ff95: Pulling fs layer 13:19:30 e6fb740bc735: Pulling fs layer 13:19:30 3a77bd46dcc9: Pulling fs layer 13:19:30 355e64cbe906: Pulling fs layer 13:19:30 63ab81a10011: Pulling fs layer 13:19:30 555d1d1c4555: Pulling fs layer 13:19:30 7d9057610161: Pulling fs layer 13:19:30 e6fb740bc735: Waiting 13:19:30 3a77bd46dcc9: Waiting 13:19:30 355e64cbe906: Waiting 13:19:30 63ab81a10011: Waiting 13:19:30 555d1d1c4555: Waiting 13:19:30 94645a83ff95: Download complete 13:19:30 1a89e8eeedd5: Verifying Checksum 13:19:30 1a89e8eeedd5: Download complete 13:19:30 3a77bd46dcc9: Verifying Checksum 13:19:30 3a77bd46dcc9: Download complete 13:19:30 9b3977197b4f: Verifying Checksum 13:19:30 9b3977197b4f: Download complete 13:19:30 355e64cbe906: Verifying Checksum 13:19:30 355e64cbe906: Download complete 13:19:30 63ab81a10011: Verifying Checksum 13:19:30 63ab81a10011: Download complete 13:19:31 9b3977197b4f: Pull complete 13:19:31 7d9057610161: Download complete 13:19:31 1a89e8eeedd5: Pull complete 13:19:32 94645a83ff95: Pull complete 13:19:32 555d1d1c4555: Verifying Checksum 13:19:32 555d1d1c4555: Download complete 13:19:33 e6fb740bc735: Verifying Checksum 13:19:45 e6fb740bc735: Pull complete 13:19:45 3a77bd46dcc9: Pull complete 13:19:45 355e64cbe906: Pull complete 13:19:45 63ab81a10011: Pull complete 13:19:52 555d1d1c4555: Pull complete 13:19:53 7d9057610161: Pull complete 13:19:53 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 13:19:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 13:19:54 ---> 819e984ddca1 13:19:54 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 13:19:55 ---> Running in 6ae4c10ef053 13:19:55 Removing intermediate container 6ae4c10ef053 13:19:55 ---> 53114343ae8f 13:19:55 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 13:19:55 ---> Running in 43c6a70b3525 13:19:56 Removing intermediate container 43c6a70b3525 13:19:56 ---> e8be0873cde0 13:19:56 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:19:56 ---> Running in c438dd91edde 13:19:56 Removing intermediate container c438dd91edde 13:19:56 ---> 71ebae0067c4 13:19:56 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:56 ---> Running in 0e161b012700 13:19:58 Removing intermediate container 0e161b012700 13:19:58 ---> c28350ee78f7 13:19:58 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:19:58 ---> Running in 671bbf3f9b99 13:19:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:20:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:20:01 OK: 220 MiB in 52 packages 13:20:01 Removing intermediate container 671bbf3f9b99 13:20:01 ---> 969c5d12e625 13:20:01 Step 8/13 : WORKDIR /app 13:20:02 ---> Running in 4f57db4bb304 13:20:02 Removing intermediate container 4f57db4bb304 13:20:02 ---> af12127cde6e 13:20:02 Step 9/13 : COPY go.mod vendor* ./ 13:20:03 ---> 3fd5ba4d8fd0 13:20:03 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:20:03 ---> Running in 79da9aa21d41 13:20:50 Removing intermediate container 79da9aa21d41 13:20:50 ---> 043f1c07a8b0 13:20:50 Step 11/13 : COPY . . 13:20:50 ---> de88a30e71e3 13:20:50 Step 12/13 : ARG MAKE="make build" 13:20:50 ---> Running in 9012fbdcdda6 13:20:50 Removing intermediate container 9012fbdcdda6 13:20:50 ---> fed134b9847c 13:20:50 Step 13/13 : RUN $MAKE 13:20:50 ---> Running in 9c1b7bd6b9d7 13:20:50 noop 13:20:50 Removing intermediate container 9c1b7bd6b9d7 13:20:50 ---> 761881cd0676 13:20:51 Successfully built 761881cd0676 13:20:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:51 + docker inspect -f . ci-base-image-arm64 13:20:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:20:51 prd-ubuntu20.04-docker-arm64-4c-16g-17415 does not seem to be running inside a container 13:20:52 $ 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 13:20:53 $ docker top 6ffaa301824303de92f29fc35f7451372594f805b8a4793f95b3ab8945f84376 -eo pid,comm [Pipeline] { [Pipeline] sh 13:20:54 + go version 13:20:54 go version go1.17.7 linux/arm64 [Pipeline] } 13:20:54 $ docker stop --time=1 6ffaa301824303de92f29fc35f7451372594f805b8a4793f95b3ab8945f84376 13:20:55 $ docker rm -f 6ffaa301824303de92f29fc35f7451372594f805b8a4793f95b3ab8945f84376 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:56 + docker inspect -f . ci-base-image-arm64 13:20:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:20:57 prd-ubuntu20.04-docker-arm64-4c-16g-17415 does not seem to be running inside a container 13:20:57 $ 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 13:20:58 $ docker top efa45f6a7b2c5339a0f2499de97088995bb915cf532dc32bb6e1c96fdc7a0b32 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 13:20:59 + make test 13:20:59 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:22:36 ? edgexfoundry/app-rfid-llrp-inventory [no test files] 13:22:36 ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.237s coverage: 86.2% of statements 13:22:36 ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] 13:22:36 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.753s coverage: 71.9% of statements 13:22:36 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:22:36 CGO_ENABLED=1 GO111MODULE=on go vet ./... 13:22:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:22:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:22:54 ./bin/test-attribution.sh [Pipeline] echo 13:22:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 13:22:54 $ docker stop --time=1 efa45f6a7b2c5339a0f2499de97088995bb915cf532dc32bb6e1c96fdc7a0b32 13:22:56 $ docker rm -f efa45f6a7b2c5339a0f2499de97088995bb915cf532dc32bb6e1c96fdc7a0b32 [Pipeline] // withDockerContainer [Pipeline] sh 13:22:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:22:57 Warning: overwriting stash ‘coverage-report’ 13:22:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:22:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:22:59 + ls -al . 13:22:59 total 228 13:22:59 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 13:21 . 13:22:59 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:18 .. 13:22:59 -rw-rw-r-- 1 jenkins jenkins 262 Jul 11 13:18 .dockerignore 13:22:59 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 13:19 .git 13:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:18 .github 13:22:59 -rw-rw-r-- 1 jenkins jenkins 788 Jul 11 13:18 .gitignore 13:22:59 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 13:18 .golangci.yml 13:22:59 -rw-rw-r-- 1 jenkins jenkins 9546 Jul 11 13:18 Attribution.txt 13:22:59 -rw-rw-r-- 1 jenkins jenkins 2487 Jul 11 13:18 CHANGELOG.md 13:22:59 -rw-rw-r-- 1 jenkins jenkins 1933 Jul 11 13:18 Dockerfile 13:22:59 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 13:18 GOVERNANCE.md 13:22:59 -rw-rw-r-- 1 jenkins jenkins 687 Jul 11 13:18 Jenkinsfile 13:22:59 -rw-rw-r-- 1 jenkins jenkins 11347 Jul 11 13:18 LICENSE 13:22:59 -rw-rw-r-- 1 jenkins jenkins 2949 Jul 11 13:18 Makefile 13:22:59 -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 13:18 OWNERS.md 13:22:59 -rw-rw-r-- 1 jenkins jenkins 30359 Jul 11 13:18 README.md 13:22:59 -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 13:16 VERSION 13:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:18 bin 13:22:59 -rw-r--r-- 1 jenkins jenkins 41008 Jul 11 13:22 coverage.out 13:22:59 -rw-rw-r-- 1 jenkins jenkins 3538 Jul 11 13:18 go.mod 13:22:59 -rw-rw-r-- 1 jenkins jenkins 36956 Jul 11 13:18 go.sum 13:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:18 images 13:22:59 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:18 internal 13:22:59 -rw-rw-r-- 1 jenkins jenkins 531 Jul 11 13:18 main.go 13:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 13:18 res 13:22:59 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 13:18 snap 13:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 13:18 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:22:59 + 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=63bbfc8d1071f34d14eb43b27b7a737ac423871f --label arch=arm64 --label version=0.0.0 . 13:22:59 Sending build context to Docker daemon 687.1kB 13:22:59 Step 1/31 : ARG BASE=golang:1.17-alpine3.15 13:22:59 Step 2/31 : FROM ${BASE} AS builder 13:22:59 ---> 761881cd0676 13:22:59 Step 3/31 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 13:23:00 ---> Running in 984b26174f3b 13:23:00 Removing intermediate container 984b26174f3b 13:23:00 ---> f0dff210f2a8 13:23:00 Step 4/31 : ARG ALPINE_PKG_EXTRA="" 13:23:00 ---> Running in bdb25b1c0cee 13:23:00 Removing intermediate container bdb25b1c0cee 13:23:00 ---> 5e21aee2eb5c 13:23:00 Step 5/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:23:00 ---> Running in 0dfef8b334cf 13:23:00 Removing intermediate container 0dfef8b334cf 13:23:00 ---> c53ec992fd69 13:23:00 Step 6/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:23:01 ---> Running in 87208f9e8497 13:23:02 Removing intermediate container 87208f9e8497 13:23:02 ---> b772688c69fb 13:23:02 Step 7/31 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:23:02 ---> Running in cc8bdc6450d4 13:23:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:23:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:23:05 OK: 220 MiB in 52 packages 13:23:06 Removing intermediate container cc8bdc6450d4 13:23:06 ---> 09c3a285a35e 13:23:06 Step 8/31 : WORKDIR /app 13:23:06 ---> Running in 48f31f210891 13:23:06 Removing intermediate container 48f31f210891 13:23:06 ---> 8c6d25d5aedd 13:23:06 Step 9/31 : COPY go.mod vendor* ./ 13:23:07 ---> e1d81df90ed5 13:23:07 Step 10/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:23:07 ---> Running in 1542b76798ed 13:23:09 Removing intermediate container 1542b76798ed 13:23:09 ---> 209293aa3b88 13:23:09 Step 11/31 : COPY . . 13:23:09 ---> ccd9ed862ca1 13:23:09 Step 12/31 : ARG MAKE="make build" 13:23:09 ---> Running in 75c94cacebfa 13:23:10 Removing intermediate container 75c94cacebfa 13:23:10 ---> 433af1090f58 13:23:10 Step 13/31 : RUN $MAKE 13:23:10 ---> Running in 3bdfc510663c 13:23:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.18 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o app-rfid-llrp-inventory 13:25:18 Removing intermediate container 3bdfc510663c 13:25:18 ---> 8aec3353ed68 13:25:18 Step 14/31 : FROM alpine:3.14 13:25:18 3.14: Pulling from library/alpine 13:25:18 455c02918c45: Pulling fs layer 13:25:18 455c02918c45: Verifying Checksum 13:25:18 455c02918c45: Download complete 13:25:18 455c02918c45: Pull complete 13:25:18 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 13:25:18 Status: Downloaded newer image for alpine:3.14 13:25:18 ---> ac73e934f311 13:25:18 Step 15/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:25:18 ---> Running in f0ad8853c44a 13:25:18 Removing intermediate container f0ad8853c44a 13:25:18 ---> e966c88dece4 13:25:18 Step 16/31 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} 13:25:18 ---> Running in 9d25360bf493 13:25:18 Removing intermediate container 9d25360bf493 13:25:18 ---> 2d723cd83066 13:25:18 Step 17/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:18 ---> Running in 7d5d21edd2d3 13:25:18 Removing intermediate container 7d5d21edd2d3 13:25:18 ---> 15e551acc303 13:25:18 Step 18/31 : RUN apk --no-cache add ca-certificates zeromq dumb-init 13:25:18 ---> Running in d1325451ab03 13:25:18 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 13:25:18 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 13:25:18 (1/7) Installing ca-certificates (20211220-r0) 13:25:18 (2/7) Installing dumb-init (1.2.5-r1) 13:25:18 (3/7) Installing libgcc (10.3.1_git20210424-r2) 13:25:18 (4/7) Installing libsodium (1.0.18-r0) 13:25:18 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 13:25:18 (6/7) Installing libzmq (4.3.4-r0) 13:25:18 (7/7) Installing zeromq (4.3.4-r0) 13:25:18 Executing busybox-1.33.1-r7.trigger 13:25:18 Executing ca-certificates-20211220-r0.trigger 13:25:18 OK: 9 MiB in 21 packages 13:25:18 Removing intermediate container d1325451ab03 13:25:18 ---> bfff9dbfd2c9 13:25:18 Step 19/31 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:25:18 ---> 9b7eb6ed8a5a 13:25:18 Step 20/31 : COPY --from=builder /app/LICENSE /LICENSE 13:25:19 ---> 0c13b9548752 13:25:19 Step 21/31 : COPY --from=builder /app/res/ /res/ 13:25:20 ---> e7eafe9c0d06 13:25:20 Step 22/31 : COPY --from=builder /app/static/ /static/ 13:25:20 ---> ed6291e32b1a 13:25:20 Step 23/31 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory 13:25:22 ---> 163d4641eaac 13:25:22 Step 24/31 : RUN mkdir -p /cache && chown -R 2002:2002 /cache 13:25:22 ---> Running in 9feb760a6c08 13:25:23 Removing intermediate container 9feb760a6c08 13:25:23 ---> 444a1b24beca 13:25:23 Step 25/31 : VOLUME /cache 13:25:23 ---> Running in 836c74c03d41 13:25:24 Removing intermediate container 836c74c03d41 13:25:24 ---> 0207e13e9ed3 13:25:24 Step 26/31 : EXPOSE 59711 13:25:24 ---> Running in 01ada130dc84 13:25:24 Removing intermediate container 01ada130dc84 13:25:24 ---> cbe1c1e28bc6 13:25:24 Step 27/31 : ENTRYPOINT ["/app-rfid-llrp-inventory"] 13:25:24 ---> Running in 75ad75db1334 13:25:25 Removing intermediate container 75ad75db1334 13:25:25 ---> 00b427992a5d 13:25:25 Step 28/31 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry", "-confdir=/res"] 13:25:25 ---> Running in 8fa518b17461 13:25:25 Removing intermediate container 8fa518b17461 13:25:25 ---> a00a8d27fe2e 13:25:25 Step 29/31 : LABEL arch=arm64 13:25:25 ---> Running in d8c79c154ff7 13:25:25 Removing intermediate container d8c79c154ff7 13:25:25 ---> aa7d52b48631 13:25:25 Step 30/31 : LABEL git_sha=63bbfc8d1071f34d14eb43b27b7a737ac423871f 13:25:25 ---> Running in 5fe7dbc6f597 13:25:26 Removing intermediate container 5fe7dbc6f597 13:25:26 ---> fb9a90346704 13:25:26 Step 31/31 : LABEL version=0.0.0 13:25:26 ---> Running in e0056816a073 13:25:26 Removing intermediate container e0056816a073 13:25:26 ---> e03c69147e28 13:25:26 [Warning] One or more build-args [ARCH] were not consumed 13:25:26 Successfully built e03c69147e28 13:25:26 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 13:25:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:25:27 13:25:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:25:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:25:27 arm64: Pulling from edgex-lftools-log-publisher 13:25:27 8998bd30e6a1: Pulling fs layer 13:25:27 04944245beec: Pulling fs layer 13:25:27 699f458cf7ca: Pulling fs layer 13:25:27 765212b225bb: Pulling fs layer 13:25:27 f23df028b6ca: Pulling fs layer 13:25:27 d65c8cfc05b1: Pulling fs layer 13:25:27 2437ff75d9bd: Pulling fs layer 13:25:27 d65c8cfc05b1: Waiting 13:25:27 2437ff75d9bd: Waiting 13:25:27 f23df028b6ca: Waiting 13:25:27 765212b225bb: Waiting 13:25:28 04944245beec: Verifying Checksum 13:25:28 04944245beec: Download complete 13:25:28 765212b225bb: Verifying Checksum 13:25:28 765212b225bb: Download complete 13:25:28 f23df028b6ca: Verifying Checksum 13:25:28 f23df028b6ca: Download complete 13:25:28 d65c8cfc05b1: Verifying Checksum 13:25:28 d65c8cfc05b1: Download complete 13:25:28 699f458cf7ca: Verifying Checksum 13:25:28 699f458cf7ca: Download complete 13:25:28 8998bd30e6a1: Verifying Checksum 13:25:28 8998bd30e6a1: Download complete 13:25:30 2437ff75d9bd: Verifying Checksum 13:25:30 2437ff75d9bd: Download complete 13:25:32 8998bd30e6a1: Pull complete 13:25:33 04944245beec: Pull complete 13:25:34 699f458cf7ca: Pull complete 13:25:35 765212b225bb: Pull complete 13:25:35 f23df028b6ca: Pull complete 13:25:35 d65c8cfc05b1: Pull complete 13:25:50 2437ff75d9bd: Pull complete 13:25:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:25:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:25:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:25:51 prd-ubuntu20.04-docker-arm64-4c-16g-17415 does not seem to be running inside a container 13:25:51 $ 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 13:25:53 $ docker top 33e7a2d152f7f036ab777f95155b87c6c5fbd847e460154bec7afdb1c685b635 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:25:54 ---> job-cost.sh 13:25:54 lf-activate-venv: SKIPPING 13:25:54 INFO: No Stack... 13:25:55 INFO: Retrieving Pricing Info for: v3-standard-4 13:25:56 INFO: Archiving Costs [Pipeline] sh 13:25:56 + cut -d, -f6 13:25:56 + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [Pipeline] lock 13:25:56 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] 13:25:56 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] did not exist. Created. 13:25:56 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:25:57 /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-38b1e47a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:25:58 + echo total: 0.10999999940395355 [Pipeline] stash 13:25:58 Warning: overwriting stash ‘stack-cost’ 13:25:58 Stashed 1 file(s) [Pipeline] } 13:25:58 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-97-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:25:58 $ docker stop --time=1 33e7a2d152f7f036ab777f95155b87c6c5fbd847e460154bec7afdb1c685b635 13:26:00 $ docker rm -f 33e7a2d152f7f036ab777f95155b87c6c5fbd847e460154bec7afdb1c685b635 [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 13:26:01 provisioning config files... 13:26:01 copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config91338890307504171tmp [Pipeline] { [Pipeline] sh 13:26:01 + set +x 13:26:01 + bash -s -- 13:26:01 + curl -s https://codecov.io/bash 13:26:01 13:26:01 _____ _ 13:26:01 / ____| | | 13:26:01 | | ___ __| | ___ ___ _____ __ 13:26:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:26:01 | |___| (_) | (_| | __/ (_| (_) \ V / 13:26:01 \_____\___/ \__,_|\___|\___\___/ \_/ 13:26:01 Bash-1.0.6 13:26:01 13:26:01 13:26:01 ==> git version 2.25.1 found 13:26: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 13:26:01 Release-Date: 2020-01-08 13:26: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 13:26:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:26:01 ==> Jenkins CI detected. 13:26:01 current dir:  /w/workspace/ry_app-rfid-llrp-inventory_PR-97 13:26:01 project root: . 13:26:01 --> token set from env 13:26:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:26:01 ==> Running gcov in . (disable via -X gcov) 13:26:01 ==> Python coveragepy not found 13:26:01 ==> Searching for coverage reports in: 13:26:01 + . 13:26:01 -> Found 1 reports 13:26:01 ==> Detecting git/mercurial file structure 13:26:01 ==> Reading reports 13:26:01 + ./coverage.out bytes=41008 13:26:01 ==> Appending adjustments 13:26:01 https://docs.codecov.io/docs/fixing-reports 13:26:01 + Found adjustments 13:26:01 ==> Gzipping contents 13:26:01 12K /tmp/codecov.3LjLLy.gz 13:26:01 ==> Uploading reports 13:26:01 url: https://codecov.io 13:26:01 query: branch=PR-97&commit=63bbfc8d1071f34d14eb43b27b7a737ac423871f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-97%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=97&job=&cmd_args= 13:26:01 -> Pinging Codecov 13:26: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-97&commit=63bbfc8d1071f34d14eb43b27b7a737ac423871f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-97%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=97&job=&cmd_args= 13:26:02 -> Uploading to 13:26:02 https://storage.googleapis.com/codecov/v4/raw/2022-07-11/581DD39554BDF9B6E22D074273EAD858/63bbfc8d1071f34d14eb43b27b7a737ac423871f/88bffe95-0a1b-42c1-8e93-cca8b7428213.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T132602Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e58df9a6947b69ab346bbe81a8bd56dfcbb92247d89d732129519a8a3f60ac6f 13:26:02 % Total % Received % Xferd Average Speed Time Time Time Current 13:26:02 Dload Upload Total Spent Left Speed 13:26:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11481 0 0 100 11481 0 42365 --:--:-- --:--:-- --:--:-- 42365 13:26:02 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/63bbfc8d1071f34d14eb43b27b7a737ac423871f [Pipeline] } 13:26: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 13:26:04 + [ -d /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives ] 13:26:04 + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives 13:26:04 total 16 13:26:04 drwxr-xr-x 3 root root 4096 Jul 11 13:18 . 13:26:04 drwxrwxr-x 12 jenkins jenkins 4096 Jul 11 13:18 .. 13:26:04 drwxr-xr-x 2 root root 4096 Jul 11 13:18 cost 13:26:04 -rw-r--r-- 1 root root 93 Jul 11 13:18 cost.csv 13:26:04 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives 13:26:04 + ls -al /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives 13:26:04 total 16 13:26:04 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 13:18 . 13:26:04 drwxrwxr-x 12 jenkins jenkins 4096 Jul 11 13:18 .. 13:26:04 drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 13:18 cost 13:26:04 -rw-r--r-- 1 jenkins jenkins 93 Jul 11 13:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:26:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:26:05 ---> package-listing.sh 13:26:05 ++ facter osfamily 13:26:05 ++ tr '[:upper:]' '[:lower:]' 13:26:05 + OS_FAMILY=debian 13:26:05 + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-97 13:26:05 + START_PACKAGES=/tmp/packages_start.txt 13:26:05 + END_PACKAGES=/tmp/packages_end.txt 13:26:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:26:05 + PACKAGES=/tmp/packages_start.txt 13:26:05 + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-97 ']' 13:26:05 + PACKAGES=/tmp/packages_end.txt 13:26:05 + case "${OS_FAMILY}" in 13:26:05 + dpkg -l 13:26:05 + grep '^ii' 13:26:05 + '[' -f /tmp/packages_start.txt ']' 13:26:05 + '[' -f /tmp/packages_end.txt ']' 13:26:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:26:05 + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-97 ']' 13:26:05 + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives/ 13:26:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-97/archives/ [Pipeline] echo 13:26:05 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/ry_app-rfid-llrp-inventory_PR-97/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:26:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:26:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:26:06 prd-ubuntu20.04-docker-8c-8g-17414 does not seem to be running inside a container 13:26:06 $ 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/ry_app-rfid-llrp-inventory_PR-97/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-rfid-llrp-inventory_PR-97 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97:/w/workspace/ry_app-rfid-llrp-inventory_PR-97:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:26:07 $ docker top 2f0e37a1e06f32803cb1a3b444c85a07ccdd5f8debed53212396f0e36c74c44a -eo pid,comm [Pipeline] { [Pipeline] sh 13:26:07 + touch /tmp/pre-build-complete [Pipeline] sh 13:26:07 + mkdir -p /var/log/sysstat [Pipeline] sh 13:26:08 + ls /var/log/sa-host 13:26:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:26:08 provisioning config files... 13:26:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-97@tmp/config5359715033159891047tmp [Pipeline] { [Pipeline] echo 13:26:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:26:08 ---> create-netrc.sh [Pipeline] } 13:26:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:26:09 ---> python-tools-install.sh [Pipeline] echo 13:26:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:26:09 ---> sudo-logs.sh 13:26:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:26:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:26:09 ---> job-cost.sh 13:26:09 lf-activate-venv: SKIPPING 13:26:09 DEBUG: total: 0.2199999988079071 13:26:09 INFO: Retrieving Stack Cost... 13:26:10 INFO: Retrieving Pricing Info for: v3-standard-8 13:26:10 INFO: Archiving Costs [Pipeline] echo 13:26:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:26:11 ---> logs-deploy.sh 13:26:11 lf-activate-venv: SKIPPING 13:26:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-97/1 13:26:11 INFO: archiving workspace using pattern(s): 13:26:11 Archives upload complete. 13:26:11 INFO: archiving logs to Nexus 13:26:12 ---> uname -a: 13:26:12 Linux prd-ubuntu20-04-docker-8c-8g-17414 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 13:26:12 13:26:12 13:26:12 ---> lscpu: 13:26:12 Architecture: x86_64 13:26:12 CPU op-mode(s): 32-bit, 64-bit 13:26:12 Byte Order: Little Endian 13:26:12 Address sizes: 40 bits physical, 48 bits virtual 13:26:12 CPU(s): 8 13:26:12 On-line CPU(s) list: 0-7 13:26:12 Thread(s) per core: 1 13:26:12 Core(s) per socket: 1 13:26:12 Socket(s): 8 13:26:12 NUMA node(s): 1 13:26:12 Vendor ID: AuthenticAMD 13:26:12 CPU family: 23 13:26:12 Model: 49 13:26:12 Model name: AMD EPYC-Rome Processor 13:26:12 Stepping: 0 13:26:12 CPU MHz: 2799.998 13:26:12 BogoMIPS: 5599.99 13:26:12 Virtualization: AMD-V 13:26:12 Hypervisor vendor: KVM 13:26:12 Virtualization type: full 13:26:12 L1d cache: 256 KiB 13:26:12 L1i cache: 256 KiB 13:26:12 L2 cache: 4 MiB 13:26:12 L3 cache: 128 MiB 13:26:12 NUMA node0 CPU(s): 0-7 13:26:12 Vulnerability Itlb multihit: Not affected 13:26:12 Vulnerability L1tf: Not affected 13:26:12 Vulnerability Mds: Not affected 13:26:12 Vulnerability Meltdown: Not affected 13:26:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:26:12 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:26:12 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:26:12 Vulnerability Srbds: Not affected 13:26:12 Vulnerability Tsx async abort: Not affected 13:26:12 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 13:26:12 13:26:12 13:26:12 ---> nproc: 13:26:12 8 13:26:12 13:26:12 13:26:12 ---> df -h: 13:26:12 Filesystem Size Used Avail Use% Mounted on 13:26:12 overlay 155G 11G 145G 7% / 13:26:12 tmpfs 64M 0 64M 0% /dev 13:26:12 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:26:12 shm 64M 0 64M 0% /dev/shm 13:26:12 /dev/vda1 155G 11G 145G 7% /facter-os 13:26:12 13:26:12 13:26:12 ---> sar -b -r -n DEV: 13:26:12 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-17414) 07/11/22 _x86_64_ (8 CPU) 13:26:12 13:26:12 13:15:56 LINUX RESTART (8 CPU) 13:26:12 13:26:12 13:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:26:12 13:17:01 363.17 78.25 284.92 0.00 9111.15 198437.19 0.00 13:26:12 13:18:01 160.62 0.80 159.82 0.00 12.80 57038.63 0.00 13:26:12 13:19:01 223.55 0.08 223.46 0.00 8.93 41148.88 0.00 13:26:12 13:20:01 1.48 0.00 1.48 0.00 0.00 17.61 0.00 13:26:12 13:21:01 2.35 0.02 2.33 0.00 0.13 26.12 0.00 13:26:12 13:22:01 1.95 0.00 1.95 0.00 0.00 33.46 0.00 13:26:12 13:23:01 1.73 0.00 1.73 0.00 0.00 20.39 0.00 13:26:12 13:24:01 1.52 0.00 1.52 0.00 0.00 16.26 0.00 13:26:12 13:25:01 1.95 0.00 1.95 0.00 0.00 20.93 0.00 13:26:12 13:26:01 1.87 0.00 1.87 0.00 0.00 25.99 0.00 13:26:12 Average: 76.02 7.91 68.10 0.00 913.26 29677.06 0.00 13:26:12 13:26:12 13:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:26:12 13:17:01 29286628 31699776 614380 1.87 85068 2625052 2265536 6.68 1104796 2151764 371752 13:26:12 13:18:01 27803824 31233236 1045064 3.18 153752 3478152 2533700 7.47 1764296 2846220 140516 13:26:12 13:19:01 27660236 31704332 574084 1.75 167312 4036076 1891384 5.57 1358376 3347500 156 13:26:12 13:20:01 27661496 31705616 572780 1.74 167352 4036076 1891384 5.57 1357124 3347500 16 13:26:12 13:21:01 27666308 31710492 567832 1.73 167424 4036084 1891384 5.57 1352840 3347508 36 13:26:12 13:22:01 27666648 31710868 567428 1.73 167524 4036084 1891384 5.57 1353144 3347508 12 13:26:12 13:23:01 27668096 31712404 565876 1.72 167576 4036088 1874848 5.53 1351564 3347512 12 13:26:12 13:24:01 27674164 31718556 559916 1.70 167636 4036092 1874848 5.53 1345580 3347516 12 13:26:12 13:25:01 27674132 31718564 559844 1.70 167692 4036092 1874848 5.53 1345340 3347516 12 13:26:12 13:26:01 27680384 31724884 553480 1.68 167788 4036056 1874848 5.53 1339936 3347496 16 13:26:12 Average: 27844192 31663873 618068 1.88 157912 3839185 1986416 5.85 1367300 3177804 51254 13:26:12 13:26:12 13:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:26:12 13:17:01 lo 8.00 8.00 0.76 0.76 0.00 0.00 0.00 0.00 13:26:12 13:17:01 ens3 796.08 489.84 7674.96 107.27 0.00 0.00 0.00 0.00 13:26:12 13:17:01 docker0 18.98 20.53 1.69 191.35 0.00 0.00 0.00 0.00 13:26:12 13:18:01 vetheb89a66 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:26:12 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:18:01 ens3 206.68 170.32 1072.61 77.66 0.00 0.00 0.00 0.00 13:26:12 13:18:01 docker0 120.86 145.41 9.54 1037.90 0.00 0.00 0.00 0.00 13:26:12 13:19:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 13:26:12 13:19:01 ens3 140.73 89.97 2681.92 22.14 0.00 0.00 0.00 0.00 13:26:12 13:19:01 docker0 14.45 18.90 0.84 92.24 0.00 0.00 0.00 0.00 13:26:12 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:20:01 ens3 0.70 0.67 0.04 0.06 0.00 0.00 0.00 0.00 13:26:12 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:26:12 13:21:01 ens3 0.32 0.30 0.02 0.03 0.00 0.00 0.00 0.00 13:26:12 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:22:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:26:12 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:26:12 13:23:01 ens3 4.95 7.85 0.32 10.23 0.00 0.00 0.00 0.00 13:26:12 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:26:12 13:25:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:26:12 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 13:26:01 ens3 16.38 19.59 13.84 15.37 0.00 0.00 0.00 0.00 13:26:12 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:26:12 Average: lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 13:26:12 Average: ens3 116.62 77.88 1144.32 23.28 0.00 0.00 0.00 0.00 13:26:12 Average: docker0 15.43 18.48 1.21 132.14 0.00 0.00 0.00 0.00 13:26:12 13:26:12 13:26:12 ---> sar -P ALL: 13:26:12 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-17414) 07/11/22 _x86_64_ (8 CPU) 13:26:12 13:26:12 13:15:56 LINUX RESTART (8 CPU) 13:26:12 13:26:12 13:16:01 CPU %user %nice %system %iowait %steal %idle 13:26:12 13:17:01 all 9.63 0.00 3.66 3.35 0.06 83.31 13:26:12 13:17:01 0 9.74 0.00 2.96 3.51 0.05 83.74 13:26:12 13:17:01 1 9.77 0.00 3.61 5.54 0.07 81.01 13:26:12 13:17:01 2 10.18 0.00 2.99 0.34 0.05 86.45 13:26:12 13:17:01 3 11.73 0.00 5.46 5.32 0.07 77.42 13:26:12 13:17:01 4 9.35 0.00 4.22 0.80 0.05 85.58 13:26:12 13:17:01 5 8.04 0.00 3.40 2.25 0.05 86.26 13:26:12 13:17:01 6 7.68 0.00 3.17 8.21 0.05 80.89 13:26:12 13:17:01 7 10.55 0.00 3.45 0.79 0.07 85.14 13:26:12 13:18:01 all 27.50 0.00 5.97 1.21 0.08 65.24 13:26:12 13:18:01 0 26.62 0.00 6.11 1.06 0.07 66.14 13:26:12 13:18:01 1 27.31 0.00 6.15 2.26 0.08 64.20 13:26:12 13:18:01 2 27.36 0.00 5.56 0.44 0.07 66.58 13:26:12 13:18:01 3 28.48 0.00 6.16 0.59 0.08 64.68 13:26:12 13:18:01 4 27.12 0.00 5.85 1.45 0.08 65.50 13:26:12 13:18:01 5 26.80 0.00 5.92 3.33 0.08 63.87 13:26:12 13:18:01 6 27.25 0.00 6.08 0.05 0.08 66.53 13:26:12 13:18:01 7 29.06 0.00 5.92 0.51 0.10 64.41 13:26:12 13:19:01 all 21.30 0.00 5.04 0.87 0.07 72.72 13:26:12 13:19:01 0 19.88 0.00 5.58 0.61 0.08 73.85 13:26:12 13:19:01 1 22.55 0.00 5.03 0.25 0.07 72.10 13:26:12 13:19:01 2 22.26 0.00 5.51 1.69 0.07 70.48 13:26:12 13:19:01 3 20.51 0.00 5.27 1.13 0.07 73.03 13:26:12 13:19:01 4 20.64 0.00 4.57 0.20 0.07 74.52 13:26:12 13:19:01 5 22.48 0.00 5.39 2.63 0.08 69.42 13:26:12 13:19:01 6 21.17 0.00 4.20 0.27 0.07 74.29 13:26:12 13:19:01 7 20.93 0.00 4.75 0.22 0.07 74.03 13:26:12 13:20:01 all 0.27 0.00 0.02 0.00 0.00 99.70 13:26:12 13:20:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:26:12 13:20:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:26:12 13:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:26:12 13:20:01 3 0.00 0.00 0.02 0.03 0.00 99.95 13:26:12 13:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:26:12 13:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:26:12 13:20:01 6 2.00 0.00 0.00 0.00 0.00 98.00 13:26:12 13:20:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:26:12 13:21:01 all 0.27 0.00 0.01 0.01 0.00 99.70 13:26:12 13:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:26:12 13:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:26:12 13:21:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:26:12 13:21:01 3 0.05 0.00 0.03 0.05 0.00 99.87 13:26:12 13:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:26:12 13:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:26:12 13:21:01 6 1.95 0.00 0.02 0.00 0.00 98.03 13:26:12 13:21:01 7 0.07 0.00 0.05 0.00 0.02 99.87 13:26:12 13:22:01 all 0.10 0.00 0.02 0.01 0.00 99.87 13:26:12 13:22:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:26:12 13:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:26:12 13:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:26:12 13:22:01 3 0.00 0.00 0.00 0.05 0.02 99.93 13:26:12 13:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:26:12 13:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:26:12 13:22:01 6 0.70 0.00 0.05 0.00 0.00 99.25 13:26:12 13:22:01 7 0.05 0.00 0.05 0.00 0.02 99.88 13:26:12 13:23:01 all 0.04 0.00 0.02 0.01 0.00 99.94 13:26:12 13:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:26:12 13:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:26:12 13:23:01 2 0.02 0.00 0.00 0.03 0.00 99.95 13:26:12 13:23:01 3 0.07 0.00 0.02 0.02 0.00 99.90 13:26:12 13:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:26:12 13:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:26:12 13:23:01 6 0.03 0.00 0.05 0.00 0.00 99.92 13:26:12 13:23:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:26:12 13:24:01 all 0.02 0.00 0.02 0.01 0.01 99.95 13:26:12 13:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:26:12 13:24:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:26:12 13:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:26:12 13:24:01 3 0.02 0.00 0.02 0.05 0.00 99.92 13:26:12 13:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:26:12 13:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:26:12 13:24:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:26:12 13:24:01 7 0.07 0.00 0.07 0.00 0.02 99.85 13:26:12 13:25:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:26:12 13:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:26:12 13:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:26:12 13:25:01 2 0.00 0.00 0.02 0.02 0.00 99.97 13:26:12 13:25:01 3 0.02 0.00 0.00 0.02 0.00 99.97 13:26:12 13:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:26:12 13:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:26:12 13:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:26:12 13:25:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:26:12 13:26:01 all 0.06 0.00 0.03 0.01 0.00 99.90 13:26:12 13:26:01 0 0.10 0.00 0.05 0.00 0.00 99.85 13:26:12 13:26:01 1 0.08 0.00 0.05 0.00 0.00 99.87 13:26:12 13:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:26:12 13:26:01 3 0.03 0.00 0.03 0.05 0.00 99.88 13:26:12 13:26:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:26:12 13:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:26:12 13:26:01 6 0.02 0.00 0.05 0.00 0.00 99.93 13:26:12 13:26:01 7 0.13 0.00 0.03 0.00 0.02 99.82 13:26:12 Average: all 5.87 0.00 1.47 0.54 0.02 92.10 13:26:12 Average: 0 5.60 0.00 1.47 0.52 0.02 92.40 13:26:12 Average: 1 5.92 0.00 1.48 0.80 0.03 91.77 13:26:12 Average: 2 5.95 0.00 1.40 0.25 0.02 92.38 13:26:12 Average: 3 6.04 0.00 1.69 0.73 0.02 91.52 13:26:12 Average: 4 5.67 0.00 1.46 0.24 0.02 92.61 13:26:12 Average: 5 5.69 0.00 1.46 0.81 0.02 92.02 13:26:12 Average: 6 6.04 0.00 1.36 0.85 0.02 91.73 13:26:12 Average: 7 6.05 0.00 1.43 0.15 0.03 92.34 13:26:12 13:26:12 13:26:12