Pull request #483 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8545dafad3836de37904571f731375092bf635e8+bc7652beee9a90296fe0b57947c4589a421f5e02 (36baff62bd89166d0e71d28bf50cc6baba4053e3) 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-ssh14266021105020021853.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8775094276988661412.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-483/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-483/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17782113397422638269.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-483/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6688252017890055944.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8969093533089244182.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-483/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-483/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1085867997848632065.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5669 in /w/workspace/gexfoundry_device-mqtt-go_PR-483 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-483 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit bc7652beee9a90296fe0b57947c4589a421f5e02 into PR head commit 8545dafad3836de37904571f731375092bf635e8 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/483/head:refs/remotes/origin/PR-483 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8545dafad3836de37904571f731375092bf635e8 # timeout=10 Merge succeeded, producing 8545dafad3836de37904571f731375092bf635e8 Checking out Revision 8545dafad3836de37904571f731375092bf635e8 (PR-483) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bc7652beee9a90296fe0b57947c4589a421f5e02 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8545dafad3836de37904571f731375092bf635e8 # timeout=10 [Pipeline] timeout 02:02:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:02:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:02:35 ========================================================= 02:02:35 EdgeX Global Pipelines Version Info 02:02:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:02:37 ------------------- 02:02:37 stable info: 02:02:37 ------------------- 02:02:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:02:37 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:02:37 Message: update stable to v1.0.244 02:02:38 ------------------- 02:02:38 experimental info: 02:02:38 ------------------- 02:02:38 Commited By: **** collab-it+edgex@linuxfoundation.org 02:02:38 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:02:38 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:02:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 02:02:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 02:02:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:02:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:02:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:02:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:02:40 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:02:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-483 [Pipeline] echo 02:02:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-483 [Pipeline] echo 02:02:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-483 [Pipeline] echo 02:02:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8545dafad3836de37904571f731375092bf635e8 [Pipeline] echo 02:02:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8545daf [Pipeline] echo 02:02:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:02:40 provisioning config files... 02:02:40 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/config9619363719643876346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:02:40 ---> docker-login.sh 02:02:40 nexus3.edgexfoundry.org:10001 02:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:02:41 Configure a credential helper to remove this warning. See 02:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:02:41 02:02:41 Login Succeeded 02:02:41 nexus3.edgexfoundry.org:10002 02:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:02:41 Configure a credential helper to remove this warning. See 02:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:02:41 02:02:41 Login Succeeded 02:02:41 nexus3.edgexfoundry.org:10003 02:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:02:41 Configure a credential helper to remove this warning. See 02:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:02:41 02:02:41 Login Succeeded 02:02:41 nexus3.edgexfoundry.org:10004 02:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:02:41 Configure a credential helper to remove this warning. See 02:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:02:41 02:02:41 Login Succeeded 02:02:41 docker.io 02:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:02:43 Configure a credential helper to remove this warning. See 02:02:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:02:43 02:02:43 Login Succeeded 02:02:43 ---> docker-login.sh ends [Pipeline] } 02:02:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:02:44 + git rev-list -1 --merges 8545dafad3836de37904571f731375092bf635e8~1..8545dafad3836de37904571f731375092bf635e8 [Pipeline] echo 02:02:44 -----------> git rev-list -1 --merges 8545dafad3836de37904571f731375092bf635e8~1..8545dafad3836de37904571f731375092bf635e8 8545dafad3836de37904571f731375092bf635e8 [false] [Pipeline] sh 02:02:44 + git log --format=format:%s -1 8545dafad3836de37904571f731375092bf635e8 [Pipeline] echo 02:02:44 ========================================================= 02:02:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:02:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:02:44 + git log --format=format:%s -1 8545dafad3836de37904571f731375092bf635e8 [Pipeline] echo 02:02:44 [semverPrep] GIT_COMMIT: 8545dafad3836de37904571f731375092bf635e8, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3 [Pipeline] echo 02:02:45 [semverPrep] This is not a build commit. [Pipeline] sh 02:02:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:02:45 + grep -v github /etc/ssh/ssh_known_hosts 02:02:45 + [ -e /tmp/ssh_known_hosts ] 02:02:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:02:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:02:45 + sudo tee -a /etc/ssh/ssh_known_hosts 02:02:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:02:45 02:02:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:02:46 0.1.4: Pulling from edgex-devops/py-git-semver 02:02:46 b85a868b505f: Pulling fs layer 02:02:46 e2be974225ed: Pulling fs layer 02:02:46 339a4e72a1f5: Pulling fs layer 02:02:46 988bab9f4d93: Pulling fs layer 02:02:46 1469e6f7b9e6: Pulling fs layer 02:02:46 eaf3925da568: Pulling fs layer 02:02:46 bab4dde63d76: Pulling fs layer 02:02:46 bde34c3a00c8: Pulling fs layer 02:02:46 b352a97aabf1: Pulling fs layer 02:02:46 4872d77fe225: Pulling fs layer 02:02:46 5851b861e8e6: Pulling fs layer 02:02:46 eaf3925da568: Waiting 02:02:46 bab4dde63d76: Waiting 02:02:46 bde34c3a00c8: Waiting 02:02:46 b352a97aabf1: Waiting 02:02:46 4872d77fe225: Waiting 02:02:46 5851b861e8e6: Waiting 02:02:46 988bab9f4d93: Waiting 02:02:46 1469e6f7b9e6: Waiting 02:02:46 e2be974225ed: Verifying Checksum 02:02:46 e2be974225ed: Download complete 02:02:46 988bab9f4d93: Download complete 02:02:46 1469e6f7b9e6: Verifying Checksum 02:02:46 1469e6f7b9e6: Download complete 02:02:46 eaf3925da568: Verifying Checksum 02:02:46 eaf3925da568: Download complete 02:02:46 339a4e72a1f5: Verifying Checksum 02:02:46 339a4e72a1f5: Download complete 02:02:46 bde34c3a00c8: Verifying Checksum 02:02:46 bde34c3a00c8: Download complete 02:02:46 b352a97aabf1: Verifying Checksum 02:02:46 b352a97aabf1: Download complete 02:02:46 4872d77fe225: Verifying Checksum 02:02:46 4872d77fe225: Download complete 02:02:46 5851b861e8e6: Download complete 02:02:47 b85a868b505f: Download complete 02:02:47 bab4dde63d76: Verifying Checksum 02:02:47 bab4dde63d76: Download complete 02:02:48 b85a868b505f: Pull complete 02:02:48 e2be974225ed: Pull complete 02:02:49 339a4e72a1f5: Pull complete 02:02:49 988bab9f4d93: Pull complete 02:02:49 1469e6f7b9e6: Pull complete 02:02:49 eaf3925da568: Pull complete 02:02:51 bab4dde63d76: Pull complete 02:02:51 bde34c3a00c8: Pull complete 02:02:51 b352a97aabf1: Pull complete 02:02:51 4872d77fe225: Pull complete 02:02:51 5851b861e8e6: Pull complete 02:02:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:02:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:02:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:51 prd-ubuntu20.04-docker-8c-8g-5669 does not seem to be running inside a container 02:02:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-483 -v /w/workspace/gexfoundry_device-mqtt-go_PR-483:/w/workspace/gexfoundry_device-mqtt-go_PR-483:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:02:52 $ docker top 361690e5e6ee849484a5813136a62a1fa3da6eb4ef608761bbb8b0277d49c69b -eo pid,comm 02:02:53 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:02:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:02:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:53 [ssh-agent] Looking for ssh-agent implementation... 02:02:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:53 $ docker exec 361690e5e6ee849484a5813136a62a1fa3da6eb4ef608761bbb8b0277d49c69b ssh-agent 02:02:53 SSH_AUTH_SOCK=/tmp/ssh-guAawEWzHvxI/agent.32 02:02:53 SSH_AGENT_PID=38 02:02:53 Running ssh-add (command line suppressed) 02:02:53 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/private_key_3801037886858817754.key (/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/private_key_3801037886858817754.key) 02:02:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:53 + git tag --points-at HEAD [Pipeline] } 02:02:53 $ docker exec --env ******** --env ******** 361690e5e6ee849484a5813136a62a1fa3da6eb4ef608761bbb8b0277d49c69b ssh-agent -k 02:02:53 unset SSH_AUTH_SOCK; 02:02:53 unset SSH_AGENT_PID; 02:02:53 echo Agent pid 38 killed; 02:02:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:02:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:54 [ssh-agent] Looking for ssh-agent implementation... 02:02:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:54 $ docker exec 361690e5e6ee849484a5813136a62a1fa3da6eb4ef608761bbb8b0277d49c69b ssh-agent 02:02:54 SSH_AUTH_SOCK=/tmp/ssh-dyMscr2rO34T/agent.70 02:02:54 SSH_AGENT_PID=76 02:02:54 Running ssh-add (command line suppressed) 02:02:54 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/private_key_6973229772568373025.key (/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/private_key_6973229772568373025.key) 02:02:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:54 + git semver init 02:02:55 2023-02-14 02:02:54,871 [run_init] DEBUG init version:0.0.0 force:False 02:02:55 2023-02-14 02:02:54,871 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver 02:02:55 2023-02-14 02:02:54,872 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver 02:02:55 2023-02-14 02:02:54,872 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-483, universal_newlines=False, shell=None, istream=None) 02:03:33 2023-02-14 02:03:31,604 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-483/.git/info/exclude 02:03:33 2023-02-14 02:03:31,604 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver/PR-483 with force:False 02:03:33 2023-02-14 02:03:31,605 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver/PR-483 02:03:33 2023-02-14 02:03:31,608 [execute] INFO git cat-file --batch-check 02:03:33 2023-02-14 02:03:31,608 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver, universal_newlines=False, shell=None, istream=) 02:03:33 2023-02-14 02:03:31,613 [execute] INFO git cat-file --batch 02:03:33 2023-02-14 02:03:31,613 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver, universal_newlines=False, shell=None, istream=) 02:03:33 2023-02-14 02:03:31,619 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-483/.semver/PR-483 02:03:33 0.0.0 [Pipeline] } 02:03:33 $ docker exec --env ******** --env ******** 361690e5e6ee849484a5813136a62a1fa3da6eb4ef608761bbb8b0277d49c69b ssh-agent -k 02:03:33 unset SSH_AUTH_SOCK; 02:03:33 unset SSH_AGENT_PID; 02:03:33 echo Agent pid 76 killed; 02:03:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:03:34 + git semver [Pipeline] } 02:03:34 $ docker stop --time=1 361690e5e6ee849484a5813136a62a1fa3da6eb4ef608761bbb8b0277d49c69b 02:03:35 $ docker rm -f --volumes 361690e5e6ee849484a5813136a62a1fa3da6eb4ef608761bbb8b0277d49c69b [Pipeline] // withDockerContainer [Pipeline] sh 02:03:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:03:36 Stashed 1 file(s) [Pipeline] echo 02:03:36 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:37 provisioning config files... 02:03:37 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/config9712359592750333586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:37 ---> docker-login.sh 02:03:37 nexus3.edgexfoundry.org:10001 02:03:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:37 Configure a credential helper to remove this warning. See 02:03:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:37 02:03:37 Login Succeeded 02:03:37 nexus3.edgexfoundry.org:10002 02:03:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:38 Configure a credential helper to remove this warning. See 02:03:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:38 02:03:38 Login Succeeded 02:03:38 nexus3.edgexfoundry.org:10003 02:03:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:38 Configure a credential helper to remove this warning. See 02:03:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:38 02:03:38 Login Succeeded 02:03:38 nexus3.edgexfoundry.org:10004 02:03:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:38 Configure a credential helper to remove this warning. See 02:03:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:38 02:03:38 Login Succeeded 02:03:38 docker.io 02:03:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:41 Configure a credential helper to remove this warning. See 02:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:41 02:03:41 Login Succeeded 02:03:41 ---> docker-login.sh ends [Pipeline] } 02:03:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:03:41 ========================================================= 02:03:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 02:03:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:41 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:03:41 Sending build context to Docker daemon 6.329MB 02:03:41 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:03:41 Step 2/12 : FROM ${BASE} AS builder 02:03:41 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 02:03:41 213ec9aee27d: Pulling fs layer 02:03:41 4583459ba037: Pulling fs layer 02:03:41 93c1e223e6f2: Pulling fs layer 02:03:41 53926ce57604: Pulling fs layer 02:03:41 21b2b0c7a3f4: Pulling fs layer 02:03:41 22ff95d597cd: Pulling fs layer 02:03:41 12d6caf4c0d1: Pulling fs layer 02:03:41 96b7cbca73a9: Pulling fs layer 02:03:41 a7acece74701: Pulling fs layer 02:03:41 53926ce57604: Waiting 02:03:41 21b2b0c7a3f4: Waiting 02:03:41 22ff95d597cd: Waiting 02:03:41 12d6caf4c0d1: Waiting 02:03:41 96b7cbca73a9: Waiting 02:03:41 a7acece74701: Waiting 02:03:41 93c1e223e6f2: Verifying Checksum 02:03:41 93c1e223e6f2: Download complete 02:03:41 4583459ba037: Download complete 02:03:41 21b2b0c7a3f4: Verifying Checksum 02:03:41 21b2b0c7a3f4: Download complete 02:03:42 22ff95d597cd: Verifying Checksum 02:03:42 22ff95d597cd: Download complete 02:03:42 213ec9aee27d: Verifying Checksum 02:03:42 213ec9aee27d: Download complete 02:03:42 213ec9aee27d: Pull complete 02:03:42 12d6caf4c0d1: Download complete 02:03:42 4583459ba037: Pull complete 02:03:42 93c1e223e6f2: Pull complete 02:03:43 a7acece74701: Verifying Checksum 02:03:43 a7acece74701: Download complete 02:03:45 53926ce57604: Verifying Checksum 02:03:45 53926ce57604: Download complete 02:03:45 96b7cbca73a9: Verifying Checksum 02:03:45 96b7cbca73a9: Download complete 02:03:48 53926ce57604: Pull complete 02:03:48 21b2b0c7a3f4: Pull complete 02:03:48 22ff95d597cd: Pull complete 02:03:48 12d6caf4c0d1: Pull complete 02:03:50 96b7cbca73a9: Pull complete 02:03:51 a7acece74701: Pull complete 02:03:51 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 02:03:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:03:51 ---> db6d94c90886 02:03:51 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:03:52 Still waiting to schedule task 02:03:52 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5664’ is offline 02:03:53 ---> Running in f93517af7549 02:03:53 Removing intermediate container f93517af7549 02:03:53 ---> 58d1c924d019 02:03:53 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:03:53 ---> Running in a3c65923e681 02:03:53 Removing intermediate container a3c65923e681 02:03:53 ---> 96f6369984ea 02:03:53 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:03:53 ---> Running in 19e8564ab9a8 02:03:53 Removing intermediate container 19e8564ab9a8 02:03:53 ---> 0c876e9cb108 02:03:53 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:03:53 ---> Running in a9e79da96d7c 02:03:53 Removing intermediate container a9e79da96d7c 02:03:53 ---> 30b85a8fe889 02:03:53 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:03:53 ---> Running in 5f45e54ed18f 02:03:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:03:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:04:00 (1/4) Installing openssh-keygen (9.0_p1-r2) 02:04:02 (2/4) Installing libedit (20210910.3.1-r0) 02:04:03 (3/4) Installing openssh-client-common (9.0_p1-r2) 02:04:15 (4/4) Installing openssh-client-default (9.0_p1-r2) 02:04:17 Executing busybox-1.35.0-r17.trigger 02:04:17 OK: 216 MiB in 55 packages 02:04:17 Removing intermediate container 5f45e54ed18f 02:04:17 ---> c7dfc8f366fb 02:04:17 Step 8/12 : WORKDIR /device-mqtt-go 02:04:17 ---> Running in 7ca777f5ec7e 02:04:17 Removing intermediate container 7ca777f5ec7e 02:04:17 ---> 4c821a091071 02:04:17 Step 9/12 : COPY go.mod vendor* ./ 02:04:17 ---> ab7713830d74 02:04:17 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:04:17 ---> Running in 52dfbaea212c 02:07:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5675 in /w/workspace/gexfoundry_device-mqtt-go_PR-483 [Pipeline] { [Pipeline] ws 02:07:14 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 02:07:14 Selected Git installation does not exist. Using Default 02:07:14 The recommended git tool is: NONE 02:07:20 using credential edgex-jenkins-ssh 02:07:20 Cloning the remote Git repository 02:07:20 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 02:07:20 > git init /w/workspace/device-mqtt-go/1 # timeout=10 02:07:20 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:07:20 > git --version # timeout=10 02:07:20 > git --version # 'git version 2.25.1' 02:07:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:50 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:07:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:51 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:07:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:07:51 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/483/head:refs/remotes/origin/PR-483 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:08:01 Merging remotes/origin/main commit bc7652beee9a90296fe0b57947c4589a421f5e02 into PR head commit 8545dafad3836de37904571f731375092bf635e8 02:08:01 Merge succeeded, producing 8545dafad3836de37904571f731375092bf635e8 02:08:01 Checking out Revision 8545dafad3836de37904571f731375092bf635e8 (PR-483) 02:08:02 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v3" 02:08:02 > git --version # timeout=10 02:08:02 > git --version # 'git version 2.25.1' 02:08:02 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:08:01 > git config core.sparsecheckout # timeout=10 02:08:01 > git checkout -f 8545dafad3836de37904571f731375092bf635e8 # timeout=10 02:08:01 > git remote # timeout=10 02:08:01 > git config --get remote.origin.url # timeout=10 02:08:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:01 > git merge bc7652beee9a90296fe0b57947c4589a421f5e02 # timeout=10 02:08:01 > git rev-parse HEAD^{commit} # timeout=10 02:08:01 > git config core.sparsecheckout # timeout=10 02:08:01 > git checkout -f 8545dafad3836de37904571f731375092bf635e8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:08:04 % Total % Received % Xferd Average Speed Time Time Time Current 02:08:04 Dload Upload Total Spent Left Speed 02:08:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 12751 100 12751 0 0 7718 0 0:00:01 0:00:01 --:--:-- 7723 [Pipeline] sh 02:08:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:08:07 + sudo tee /etc/docker/daemon.new 02:08:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:08:07 { 02:08:07 "registry-mirrors": [ 02:08:07 "https://nexus3.edgexfoundry.org:10001" 02:08:07 ], 02:08:07 "bip": "10.250.0.254/24", 02:08:07 "hosts": [ 02:08:07 "tcp://0.0.0.0:5555", 02:08:07 "unix:///var/run/docker.sock" 02:08:07 ], 02:08:07 "mtu": 1458, 02:08:07 "selinux-enabled": true, 02:08:07 "seccomp-profile": "/etc/docker/seccomp.json" 02:08:07 } [Pipeline] sh 02:08:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:08:08 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:08:26 provisioning config files... 02:08:26 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config7405753059453280442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:26 ---> docker-login.sh 02:08:26 nexus3.edgexfoundry.org:10001 02:08:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:27 Configure a credential helper to remove this warning. See 02:08:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:27 02:08:27 Login Succeeded 02:08:27 nexus3.edgexfoundry.org:10002 02:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:28 Configure a credential helper to remove this warning. See 02:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:28 02:08:28 Login Succeeded 02:08:28 nexus3.edgexfoundry.org:10003 02:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:28 Configure a credential helper to remove this warning. See 02:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:28 02:08:28 Login Succeeded 02:08:28 nexus3.edgexfoundry.org:10004 02:08:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:29 Configure a credential helper to remove this warning. See 02:08:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:29 02:08:29 Login Succeeded 02:08:29 docker.io 02:08:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:35 Configure a credential helper to remove this warning. See 02:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:35 02:08:35 Login Succeeded 02:08:35 ---> docker-login.sh ends [Pipeline] } 02:08:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:08:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:08:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:08:36 ========================================================= 02:08:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 02:08:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:37 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:08:37 Sending build context to Docker daemon 3.277MB 02:08:37 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:08:37 Step 2/12 : FROM ${BASE} AS builder 02:08:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:08:37 9b18e9b68314: Pulling fs layer 02:08:37 35d82f9e3411: Pulling fs layer 02:08:37 e16973657156: Pulling fs layer 02:08:37 fc693d55d65f: Pulling fs layer 02:08:37 7e9fc2657dce: Pulling fs layer 02:08:37 dda99020689f: Pulling fs layer 02:08:37 db1c61fa0a46: Pulling fs layer 02:08:37 891c053d2c06: Pulling fs layer 02:08:37 fc693d55d65f: Waiting 02:08:37 7e9fc2657dce: Waiting 02:08:37 dda99020689f: Waiting 02:08:37 db1c61fa0a46: Waiting 02:08:37 e16973657156: Verifying Checksum 02:08:37 e16973657156: Download complete 02:08:37 35d82f9e3411: Verifying Checksum 02:08:37 35d82f9e3411: Download complete 02:08:37 dda99020689f: Verifying Checksum 02:08:37 dda99020689f: Download complete 02:08:37 9b18e9b68314: Download complete 02:08:38 9b18e9b68314: Pull complete 02:08:38 891c053d2c06: Verifying Checksum 02:08:38 891c053d2c06: Download complete 02:08:39 35d82f9e3411: Pull complete 02:08:39 e16973657156: Pull complete 02:08:40 db1c61fa0a46: Download complete 02:08:40 fc693d55d65f: Verifying Checksum 02:08:40 fc693d55d65f: Download complete 02:08:53 fc693d55d65f: Pull complete 02:08:53 7e9fc2657dce: Pull complete 02:08:53 dda99020689f: Pull complete 02:08:59 db1c61fa0a46: Pull complete 02:09:00 891c053d2c06: Pull complete 02:09:00 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 02:09:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:09:00 ---> f96f9c87975a 02:09:00 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:09:02 ---> Running in 46bcd88256e9 02:09:02 Removing intermediate container 46bcd88256e9 02:09:02 ---> 7553960ec33d 02:09:02 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:09:02 ---> Running in 27d0d0c6e4dd 02:09:02 Removing intermediate container 27d0d0c6e4dd 02:09:02 ---> a068d0608fcc 02:09:02 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:09:02 ---> Running in e795b2fe1889 02:09:03 Removing intermediate container e795b2fe1889 02:09:03 ---> d158ffa4be6a 02:09:03 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:09:03 ---> Running in e102d5d86cdb 02:09:03 Removing intermediate container e102d5d86cdb 02:09:03 ---> 9ef32dbee888 02:09:03 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:09:03 ---> Running in 9859be7be778 02:09:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:09:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:10:02 (1/4) Installing openssh-keygen (9.0_p1-r2) 02:10:02 (2/4) Installing libedit (20210910.3.1-r0) 02:10:04 (3/4) Installing openssh-client-common (9.0_p1-r2) 02:10:31 (4/4) Installing openssh-client-default (9.0_p1-r2) 02:10:32 Executing busybox-1.35.0-r17.trigger 02:10:32 OK: 226 MiB in 55 packages 02:10:34 Removing intermediate container 9859be7be778 02:10:34 ---> bd320a338c8e 02:10:34 Step 8/12 : WORKDIR /device-mqtt-go 02:10:34 ---> Running in dd14f9452678 02:10:34 Removing intermediate container dd14f9452678 02:10:34 ---> dd79cef9d370 02:10:34 Step 9/12 : COPY go.mod vendor* ./ 02:10:35 ---> 81882183a036 02:10:35 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:10:35 ---> Running in 12cff0577417 02:15:44 Removing intermediate container 12cff0577417 02:15:44 ---> 79001944e42e 02:15:44 Step 11/12 : COPY . . 02:15:44 ---> f38081ffbdee 02:15:44 Step 12/12 : RUN $MAKE 02:15:44 ---> Running in 049a4b958f15 02:15:44 noop 02:15:44 Removing intermediate container 049a4b958f15 02:15:44 ---> 1a9953d2391a 02:15:44 Successfully built 1a9953d2391a 02:15:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:44 + docker inspect -f . ci-base-image-arm64 02:15:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:15:44 prd-ubuntu20.04-docker-arm64-4c-16g-5675 does not seem to be running inside a container 02:15:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:15:46 $ docker top 5bfab9729b7dbc74c26aa4df5e9f65396de17c9e98151cd942fc52948939b5f0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:47 + go version 02:15:47 go version go1.18.7 linux/arm64 [Pipeline] } 02:15:47 $ docker stop --time=1 5bfab9729b7dbc74c26aa4df5e9f65396de17c9e98151cd942fc52948939b5f0 02:15:48 $ docker rm -f --volumes 5bfab9729b7dbc74c26aa4df5e9f65396de17c9e98151cd942fc52948939b5f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:49 + docker inspect -f . ci-base-image-arm64 02:15:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:15:50 prd-ubuntu20.04-docker-arm64-4c-16g-5675 does not seem to be running inside a container 02:15:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:15:51 $ docker top 240ea9415b12f8825565e852441baf339ac501b8ad58372239cc6d434980e953 -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:52 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 02:15:53 + make test 02:15:53 go test ./... -coverprofile=coverage.out ./... 02:15:54 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:16:26 # github.com/edgexfoundry/device-sdk-go/v3/internal/config 02:16:26 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.8/internal/config/config.go:74:3: unknown field 'SecretStore' in struct literal of type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".BootstrapConfiguration 02:17:23 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 02:17:23 make: *** [Makefile:30: unittest] Error 2 [Pipeline] } 02:17:23 $ docker stop --time=1 240ea9415b12f8825565e852441baf339ac501b8ad58372239cc6d434980e953 02:17:24 $ docker rm -f --volumes 240ea9415b12f8825565e852441baf339ac501b8ad58372239cc6d434980e953 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:17:26 02:17:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:17:27 arm64: Pulling from edgex-lftools-log-publisher 02:17:27 8998bd30e6a1: Pulling fs layer 02:17:27 04944245beec: Pulling fs layer 02:17:27 699f458cf7ca: Pulling fs layer 02:17:27 765212b225bb: Pulling fs layer 02:17:27 f23df028b6ca: Pulling fs layer 02:17:27 d65c8cfc05b1: Pulling fs layer 02:17:27 2437ff75d9bd: Pulling fs layer 02:17:27 f23df028b6ca: Waiting 02:17:27 d65c8cfc05b1: Waiting 02:17:27 2437ff75d9bd: Waiting 02:17:27 765212b225bb: Waiting 02:17:27 04944245beec: Verifying Checksum 02:17:27 04944245beec: Download complete 02:17:27 765212b225bb: Verifying Checksum 02:17:27 765212b225bb: Download complete 02:17:27 f23df028b6ca: Download complete 02:17:27 d65c8cfc05b1: Verifying Checksum 02:17:27 d65c8cfc05b1: Download complete 02:17:27 699f458cf7ca: Verifying Checksum 02:17:27 699f458cf7ca: Download complete 02:17:28 8998bd30e6a1: Download complete 02:17:30 2437ff75d9bd: Verifying Checksum 02:17:30 2437ff75d9bd: Download complete 02:17:32 8998bd30e6a1: Pull complete 02:17:32 04944245beec: Pull complete 02:17:33 699f458cf7ca: Pull complete 02:17:34 765212b225bb: Pull complete 02:17:34 f23df028b6ca: Pull complete 02:17:34 d65c8cfc05b1: Pull complete 02:17:49 2437ff75d9bd: Pull complete 02:17:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:17:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:17:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:50 prd-ubuntu20.04-docker-arm64-4c-16g-5675 does not seem to be running inside a container 02:17:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:17:53 $ docker top e509d73f4ad19cf830a12d1376b79f5ebe18f05b513ed6fc3632b46eab195337 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:54 ---> job-cost.sh 02:17:54 lf-activate-venv: SKIPPING 02:17:54 INFO: No Stack... 02:17:54 INFO: Retrieving Pricing Info for: v3-standard-4 02:17:55 INFO: Archiving Costs [Pipeline] sh 02:17:56 Removing intermediate container 52dfbaea212c 02:17:56 ---> 8e3c0ced3bb6 02:17:56 Step 11/12 : COPY . . 02:17:56 ---> 444fb65f89bb 02:17:56 Step 12/12 : RUN $MAKE 02:17:56 ---> Running in f4b6edba77c1 02:17:56 noop 02:17:56 Removing intermediate container f4b6edba77c1 02:17:56 ---> 016d8c277a2f 02:17:56 Successfully built 016d8c277a2f 02:17:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:56 + docker inspect -f . ci-base-image-x86_64 02:17:56 . [Pipeline] } 02:17:56 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 02:17:56 + cut -d, -f6 [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:56 prd-ubuntu20.04-docker-8c-8g-5669 does not seem to be running inside a container 02:17:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-483 -v /w/workspace/gexfoundry_device-mqtt-go_PR-483:/w/workspace/gexfoundry_device-mqtt-go_PR-483:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:17:57 $ docker top 730b51a1aac958be949c516e6071f19c8f6b71df8dd80b8d640b3ef3d0ce15b1 -eo pid,comm [Pipeline] { [Pipeline] lock 02:17:57 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] 02:17:57 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] did not exist. Created. 02:17:57 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] sh 02:17:57 + go version 02:17:57 go version go1.18.7 linux/amd64 [Pipeline] } 02:17:57 $ docker stop --time=1 730b51a1aac958be949c516e6071f19c8f6b71df8dd80b8d640b3ef3d0ce15b1 02:17:58 + echo total: 0.10999999940395355 02:17:58 $ docker rm -f --volumes 730b51a1aac958be949c516e6071f19c8f6b71df8dd80b8d640b3ef3d0ce15b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:59 Stashed 1 file(s) [Pipeline] } 02:17:59 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:17:59 $ docker stop --time=1 e509d73f4ad19cf830a12d1376b79f5ebe18f05b513ed6fc3632b46eab195337 02:17:59 + docker inspect -f . ci-base-image-x86_64 02:17:59 . 02:18:01 $ docker rm -f --volumes e509d73f4ad19cf830a12d1376b79f5ebe18f05b513ed6fc3632b46eab195337 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:01 prd-ubuntu20.04-docker-8c-8g-5669 does not seem to be running inside a container 02:18:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-483 -v /w/workspace/gexfoundry_device-mqtt-go_PR-483:/w/workspace/gexfoundry_device-mqtt-go_PR-483:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:18:02 $ docker top 297c1deafcc41e2114d26bf2fae80ae60a515b56f100d7408301324b5c65f92c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 02:18:02 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-483 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] fileExists [Pipeline] // stage [Pipeline] } 02:18:02 Failed in branch arm64 [Pipeline] sh 02:18:02 + make test 02:18:02 go test ./... -coverprofile=coverage.out ./... 02:18:03 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:18:07 # github.com/edgexfoundry/device-sdk-go/v3/internal/config 02:18:07 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.8/internal/config/config.go:74:3: unknown field 'SecretStore' in struct literal of type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".BootstrapConfiguration 02:18:10 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 02:18:10 make: *** [Makefile:30: unittest] Error 2 [Pipeline] } 02:18:10 $ docker stop --time=1 297c1deafcc41e2114d26bf2fae80ae60a515b56f100d7408301324b5c65f92c 02:18:12 $ docker rm -f --volumes 297c1deafcc41e2114d26bf2fae80ae60a515b56f100d7408301324b5c65f92c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:13 02:18:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:14 latest: Pulling from edgex-lftools-log-publisher 02:18:14 5eb5b503b376: Pulling fs layer 02:18:14 5c69ac0246d0: Pulling fs layer 02:18:14 ec43610c2a17: Pulling fs layer 02:18:14 3a2ae6a8a46f: Pulling fs layer 02:18:14 33b1e0a273af: Pulling fs layer 02:18:14 5d3b04190fa2: Pulling fs layer 02:18:14 2f39f015ded8: Pulling fs layer 02:18:14 5d3b04190fa2: Waiting 02:18:14 3a2ae6a8a46f: Waiting 02:18:14 2f39f015ded8: Waiting 02:18:14 5c69ac0246d0: Verifying Checksum 02:18:14 5c69ac0246d0: Download complete 02:18:14 33b1e0a273af: Verifying Checksum 02:18:14 33b1e0a273af: Download complete 02:18:14 5d3b04190fa2: Verifying Checksum 02:18:14 5d3b04190fa2: Download complete 02:18:14 ec43610c2a17: Verifying Checksum 02:18:15 5eb5b503b376: Verifying Checksum 02:18:15 5eb5b503b376: Download complete 02:18:16 5eb5b503b376: Pull complete 02:18:16 2f39f015ded8: Download complete 02:18:16 5c69ac0246d0: Pull complete 02:18:16 ec43610c2a17: Pull complete 02:18:16 3a2ae6a8a46f: Pull complete 02:18:16 33b1e0a273af: Pull complete 02:18:16 5d3b04190fa2: Pull complete 02:18:21 2f39f015ded8: Pull complete 02:18:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:18:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:21 prd-ubuntu20.04-docker-8c-8g-5669 does not seem to be running inside a container 02:18:21 $ 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/gexfoundry_device-mqtt-go_PR-483 -v /w/workspace/gexfoundry_device-mqtt-go_PR-483:/w/workspace/gexfoundry_device-mqtt-go_PR-483:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:18:23 $ docker top 00a5f41f228b3007b75f6acfeabe991153dd3b8f6062b088885c573eca406acf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:18:23 ---> job-cost.sh 02:18:23 lf-activate-venv: SKIPPING 02:18:23 INFO: No Stack... 02:18:28 INFO: Retrieving Pricing Info for: v3-standard-8 02:18:29 INFO: Archiving Costs [Pipeline] sh 02:18:29 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-483/archives/cost.csv 02:18:29 + cut -d, -f6 [Pipeline] lock 02:18:29 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] 02:18:29 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] did not exist. Created. 02:18:29 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:18:29 /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/durable-620552d3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:18:30 + echo total: 0.2199999988079071 [Pipeline] stash 02:18:30 Warning: overwriting stash ‘stack-cost’ 02:18:30 Stashed 1 file(s) [Pipeline] } 02:18:30 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-483-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:18:30 $ docker stop --time=1 00a5f41f228b3007b75f6acfeabe991153dd3b8f6062b088885c573eca406acf 02:18:31 $ docker rm -f --volumes 00a5f41f228b3007b75f6acfeabe991153dd3b8f6062b088885c573eca406acf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:18:31 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:18:33 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-483/archives ] 02:18:33 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-483/archives 02:18:33 total 16 02:18:33 drwxr-xr-x 3 root root 4096 Feb 14 02:18 . 02:18:33 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 02:18 .. 02:18:33 drwxr-xr-x 2 root root 4096 Feb 14 02:18 cost 02:18:33 -rw-r--r-- 1 root root 87 Feb 14 02:18 cost.csv 02:18:33 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-483/archives 02:18:33 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-483/archives 02:18:33 total 16 02:18:33 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:18 . 02:18:33 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 02:18 .. 02:18:33 drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 02:18 cost 02:18:33 -rw-r--r-- 1 jenkins jenkins 87 Feb 14 02:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:18:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:18:34 ---> package-listing.sh 02:18:34 ++ facter osfamily 02:18:34 ++ tr '[:upper:]' '[:lower:]' 02:18:35 + OS_FAMILY=debian 02:18:35 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-483 02:18:35 + START_PACKAGES=/tmp/packages_start.txt 02:18:35 + END_PACKAGES=/tmp/packages_end.txt 02:18:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:18:35 + PACKAGES=/tmp/packages_start.txt 02:18:35 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-483 ']' 02:18:35 + PACKAGES=/tmp/packages_end.txt 02:18:35 + case "${OS_FAMILY}" in 02:18:35 + dpkg -l 02:18:35 + grep '^ii' 02:18:35 + '[' -f /tmp/packages_start.txt ']' 02:18:35 + '[' -f /tmp/packages_end.txt ']' 02:18:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:18:35 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-483 ']' 02:18:35 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-483/archives/ 02:18:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-483/archives/ [Pipeline] echo 02:18:35 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/gexfoundry_device-mqtt-go_PR-483/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:18:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:36 prd-ubuntu20.04-docker-8c-8g-5669 does not seem to be running inside a container 02:18:36 $ 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/gexfoundry_device-mqtt-go_PR-483/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-483 -v /w/workspace/gexfoundry_device-mqtt-go_PR-483:/w/workspace/gexfoundry_device-mqtt-go_PR-483:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:18:36 $ docker top cee8d32550163dba104e92782c9db40b7080623848d31e4b87c11a57eae0883d -eo pid,comm [Pipeline] { [Pipeline] sh 02:18:37 + touch /tmp/pre-build-complete [Pipeline] sh 02:18:37 + mkdir -p /var/log/sysstat [Pipeline] sh 02:18:37 + ls /var/log/sa-host 02:18:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:18:37 provisioning config files... 02:18:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-483@tmp/config16133606001985557973tmp [Pipeline] { [Pipeline] echo 02:18:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:18:38 ---> create-netrc.sh [Pipeline] } 02:18:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:18:38 ---> python-tools-install.sh [Pipeline] echo 02:18:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:18:38 ---> sudo-logs.sh 02:18:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:18:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:18:39 ---> job-cost.sh 02:18:39 lf-activate-venv: SKIPPING 02:18:39 DEBUG: total: 0.2199999988079071 02:18:39 INFO: Retrieving Stack Cost... 02:18:39 INFO: Retrieving Pricing Info for: v3-standard-8 02:18:39 INFO: Archiving Costs [Pipeline] echo 02:18:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:18:40 ---> logs-deploy.sh 02:18:40 lf-activate-venv: SKIPPING 02:18:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-483/1 02:18:40 INFO: archiving workspace using pattern(s): 02:18:41 Archives upload complete. 02:18:41 INFO: archiving logs to Nexus 02:18:42 ---> uname -a: 02:18:42 Linux prd-ubuntu20-04-docker-8c-8g-5669 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:18:42 02:18:42 02:18:42 ---> lscpu: 02:18:42 Architecture: x86_64 02:18:42 CPU op-mode(s): 32-bit, 64-bit 02:18:42 Byte Order: Little Endian 02:18:42 Address sizes: 40 bits physical, 48 bits virtual 02:18:42 CPU(s): 8 02:18:42 On-line CPU(s) list: 0-7 02:18:42 Thread(s) per core: 1 02:18:42 Core(s) per socket: 1 02:18:42 Socket(s): 8 02:18:42 NUMA node(s): 1 02:18:42 Vendor ID: AuthenticAMD 02:18:42 CPU family: 23 02:18:42 Model: 49 02:18:42 Model name: AMD EPYC-Rome Processor 02:18:42 Stepping: 0 02:18:42 CPU MHz: 2799.998 02:18:42 BogoMIPS: 5599.99 02:18:42 Virtualization: AMD-V 02:18:42 Hypervisor vendor: KVM 02:18:42 Virtualization type: full 02:18:42 L1d cache: 256 KiB 02:18:42 L1i cache: 256 KiB 02:18:42 L2 cache: 4 MiB 02:18:42 L3 cache: 128 MiB 02:18:42 NUMA node0 CPU(s): 0-7 02:18:42 Vulnerability Itlb multihit: Not affected 02:18:42 Vulnerability L1tf: Not affected 02:18:42 Vulnerability Mds: Not affected 02:18:42 Vulnerability Meltdown: Not affected 02:18:42 Vulnerability Mmio stale data: Not affected 02:18:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:18:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:18:42 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:18:42 Vulnerability Srbds: Not affected 02:18:42 Vulnerability Tsx async abort: Not affected 02:18:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:18:42 02:18:42 02:18:42 ---> nproc: 02:18:42 8 02:18:42 02:18:42 02:18:42 ---> df -h: 02:18:42 Filesystem Size Used Avail Use% Mounted on 02:18:42 overlay 155G 12G 144G 8% / 02:18:42 tmpfs 64M 0 64M 0% /dev 02:18:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:18:42 shm 64M 0 64M 0% /dev/shm 02:18:42 /dev/vda1 155G 12G 144G 8% /facter-os 02:18:42 02:18:42 02:18:42 ---> sar -b -r -n DEV: 02:18:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5669) 02/14/23 _x86_64_ (8 CPU) 02:18:42 02:18:42 02:01:35 LINUX RESTART (8 CPU) 02:18:42 02:18:42 02:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:18:42 02:03:01 99.48 38.46 61.02 0.00 4281.02 129165.01 0.00 02:18:42 02:04:02 51.77 0.55 51.22 0.00 30.00 25505.50 0.00 02:18:42 02:05:01 27.62 0.03 27.58 0.00 0.27 868.04 0.00 02:18:42 02:06:01 10.88 1.03 9.85 0.00 22.00 259.02 0.00 02:18:42 02:07:01 7.97 0.98 6.98 0.00 67.59 291.82 0.00 02:18:42 02:08:01 23.06 0.00 23.06 0.00 0.00 1625.86 0.00 02:18:42 02:09:01 23.91 0.00 23.91 0.00 0.00 1832.09 0.00 02:18:42 02:10:01 43.35 6.80 36.55 0.00 836.65 2882.51 0.00 02:18:42 02:11:01 56.14 1.65 54.49 0.00 1984.60 15756.97 0.00 02:18:42 02:12:01 35.77 1.23 34.54 0.00 2263.99 9990.09 0.00 02:18:42 02:13:01 11.71 0.03 11.68 0.00 0.67 782.94 0.00 02:18:42 02:14:01 6.72 0.02 6.70 0.00 0.13 974.24 0.00 02:18:42 02:15:01 1.68 0.00 1.68 0.00 0.00 172.88 0.00 02:18:42 02:16:01 3.85 0.00 3.85 0.00 0.00 821.86 0.00 02:18:42 02:17:01 6.86 0.03 6.83 0.00 0.27 2364.41 0.00 02:18:42 02:18:01 67.82 0.02 67.81 0.00 3.07 25829.30 0.00 02:18:42 Average: 29.92 3.18 26.74 0.00 594.02 13707.41 0.00 02:18:42 02:18:42 02:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:18:42 02:03:01 30017040 31666552 682540 2.08 59636 1890184 1805864 5.32 909636 1653740 912 02:18:42 02:04:02 29206472 31612892 711540 2.16 72924 2609800 1936228 5.71 977184 2350636 824 02:18:42 02:05:01 29202344 31621036 698408 2.12 75596 2617348 1991856 5.87 970168 2355416 1044 02:18:42 02:06:01 29191452 31614888 703476 2.14 76532 2620128 2006996 5.91 973036 2358084 356 02:18:42 02:07:01 29190396 31622584 694888 2.11 78864 2626084 1984700 5.85 966080 2363948 524 02:18:42 02:08:01 29174160 31625136 692176 2.10 82656 2640632 2016816 5.94 969372 2378484 5624 02:18:42 02:09:01 29151796 31623180 693360 2.11 86364 2656876 2032868 5.99 974340 2394700 7804 02:18:42 02:10:01 28986736 31599072 697408 2.12 106084 2778120 2015836 5.94 1068688 2441872 31588 02:18:42 02:11:01 28498492 31590416 704456 2.14 126392 3186296 2024684 5.97 1193996 2751564 30276 02:18:42 02:12:01 28244936 31585208 706276 2.15 133064 3414540 2043316 6.02 1349936 2831128 0 02:18:42 02:13:01 28178476 31589440 700684 2.13 146916 3466692 2068256 6.10 1410380 2835184 1952 02:18:42 02:14:01 28156196 31589456 700416 2.13 146128 3485964 2064752 6.09 1413736 2851100 364 02:18:42 02:15:01 28149696 31587500 702364 2.14 146196 3490324 2080920 6.13 1413676 2855460 168 02:18:42 02:16:01 28119952 31585520 703856 2.14 148968 3510012 2080712 6.13 1420612 2872268 2804 02:18:42 02:17:01 28048116 31587488 701468 2.13 151828 3573176 2059968 6.07 1434252 2923296 3392 02:18:42 02:18:01 27944184 31574872 714568 2.17 191888 3632552 1825872 5.38 1393196 3074572 304 02:18:42 Average: 28716278 31604702 700493 2.13 114377 3012420 2002478 5.90 1177393 2580716 5496 02:18:42 02:18:42 02:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:18:42 02:03:01 lo 4.00 4.00 0.38 0.38 0.00 0.00 0.00 0.00 02:18:42 02:03:01 ens3 387.10 245.46 2438.71 69.80 0.00 0.00 0.00 0.00 02:18:42 02:03:01 veth35b782a 1.00 1.13 0.18 1.67 0.00 0.00 0.00 0.00 02:18:42 02:03:01 docker0 1.00 1.02 0.16 1.66 0.00 0.00 0.00 0.00 02:18:42 02:04:02 lo 2.93 2.93 0.28 0.28 0.00 0.00 0.00 0.00 02:18:42 02:04:02 ens3 220.76 152.44 4110.66 22.55 0.00 0.00 0.00 0.00 02:18:42 02:04:02 veth1dc7c4a 15.66 17.08 1.07 44.65 0.00 0.00 0.00 0.00 02:18:42 02:04:02 docker0 23.88 26.41 1.32 90.84 0.00 0.00 0.00 0.00 02:18:42 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:42 02:05:01 ens3 56.24 48.83 70.65 9.02 0.00 0.00 0.00 0.00 02:18:42 02:05:01 vethd9a9ccd 34.55 34.84 3.18 35.57 0.00 0.00 0.00 0.00 02:18:42 02:05:01 docker0 42.41 43.04 3.15 57.27 0.00 0.00 0.00 0.00 02:18:42 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:42 02:06:01 ens3 27.76 21.18 14.97 2.77 0.00 0.00 0.00 0.00 02:18:42 02:06:01 vethd9a9ccd 20.03 24.93 1.93 13.50 0.00 0.00 0.00 0.00 02:18:42 02:06:01 docker0 20.03 24.91 1.66 13.50 0.00 0.00 0.00 0.00 02:18:42 02:07:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 02:18:42 02:07:01 ens3 13.95 9.42 5.49 1.75 0.00 0.00 0.00 0.00 02:18:42 02:07:01 vethd9a9ccd 7.32 10.25 0.72 3.05 0.00 0.00 0.00 0.00 02:18:42 02:07:01 docker0 7.32 10.23 0.62 3.04 0.00 0.00 0.00 0.00 02:18:42 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:42 02:08:01 ens3 93.73 59.54 245.75 5.59 0.00 0.00 0.00 0.00 02:18:42 02:08:01 vethd9a9ccd 3.35 4.73 0.33 1.35 0.00 0.00 0.00 0.00 02:18:42 02:08:01 docker0 3.35 4.73 0.28 1.35 0.00 0.00 0.00 0.00 02:18:42 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:42 02:09:01 ens3 110.08 101.00 276.94 8.37 0.00 0.00 0.00 0.00 02:18:42 02:09:01 vethd9a9ccd 6.30 8.18 0.62 3.01 0.00 0.00 0.00 0.00 02:18:42 02:09:01 docker0 6.30 8.17 0.53 3.01 0.00 0.00 0.00 0.00 02:18:42 02:10:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 02:18:42 02:10:01 ens3 164.10 131.26 429.81 11.03 0.00 0.00 0.00 0.00 02:18:42 02:10:01 vethd9a9ccd 22.61 31.97 1.98 72.81 0.00 0.00 0.00 0.01 02:18:42 02:10:01 docker0 22.61 31.97 1.67 72.81 0.00 0.00 0.00 0.00 02:18:42 02:11:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 02:18:42 02:11:01 ens3 572.79 355.41 1834.04 29.32 0.00 0.00 0.00 0.00 02:18:42 02:11:01 vethd9a9ccd 251.97 389.62 21.09 1185.53 0.00 0.00 0.00 0.10 02:18:42 02:11:01 docker0 251.97 389.62 17.65 1185.53 0.00 0.00 0.00 0.00 02:18:42 02:12:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:18:42 02:12:01 ens3 494.45 295.89 1395.31 22.76 0.00 0.00 0.00 0.00 02:18:42 02:12:01 vethd9a9ccd 39.36 47.63 3.02 81.19 0.00 0.00 0.00 0.01 02:18:42 02:12:01 docker0 39.36 47.63 2.48 81.19 0.00 0.00 0.00 0.00 02:18:42 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:42 02:13:01 ens3 45.03 30.91 60.25 2.81 0.00 0.00 0.00 0.00 02:18:42 02:13:01 vethd9a9ccd 30.09 43.54 2.22 59.03 0.00 0.00 0.00 0.00 02:18:42 02:13:01 docker0 30.09 43.53 1.81 59.03 0.00 0.00 0.00 0.00 02:18:42 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:42 02:14:01 ens3 57.19 45.41 94.09 3.89 0.00 0.00 0.00 0.00 02:18:42 02:14:01 vethd9a9ccd 44.73 55.44 3.38 93.06 0.00 0.00 0.00 0.01 02:18:42 02:14:01 docker0 44.73 55.44 2.76 93.06 0.00 0.00 0.00 0.00 02:18:42 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:42 02:15:01 ens3 50.88 36.15 78.16 3.28 0.00 0.00 0.00 0.00 02:18:42 02:15:01 vethd9a9ccd 34.79 49.13 2.51 76.88 0.00 0.00 0.00 0.01 02:18:42 02:15:01 docker0 34.79 49.13 2.03 76.88 0.00 0.00 0.00 0.00 02:18:42 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:42 02:16:01 ens3 71.19 64.01 150.32 5.06 0.00 0.00 0.00 0.00 02:18:42 02:16:01 vethd9a9ccd 63.36 69.79 4.57 149.40 0.00 0.00 0.00 0.01 02:18:42 02:16:01 docker0 63.36 69.79 3.71 149.40 0.00 0.00 0.00 0.00 02:18:42 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:42 02:17:01 ens3 55.21 43.85 94.13 3.67 0.00 0.00 0.00 0.00 02:18:42 02:17:01 vethd9a9ccd 43.30 53.87 3.19 93.15 0.00 0.00 0.00 0.01 02:18:42 02:17:01 docker0 43.30 53.87 2.60 93.15 0.00 0.00 0.00 0.00 02:18:42 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:42 02:18:01 ens3 57.69 63.11 53.60 105.96 0.00 0.00 0.00 0.00 02:18:42 02:18:01 docker0 19.18 30.26 1.11 41.32 0.00 0.00 0.00 0.00 02:18:42 Average: lo 0.56 0.56 0.05 0.05 0.00 0.00 0.00 0.00 02:18:42 Average: ens3 155.04 106.58 710.31 19.24 0.00 0.00 0.00 0.00 02:18:42 Average: docker0 40.85 55.62 2.72 126.50 0.00 0.00 0.00 0.00 02:18:42 02:18:42 02:18:42 ---> sar -P ALL: 02:18:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5669) 02/14/23 _x86_64_ (8 CPU) 02:18:42 02:18:42 02:01:35 LINUX RESTART (8 CPU) 02:18:42 02:18:42 02:02:01 CPU %user %nice %system %iowait %steal %idle 02:18:42 02:03:01 all 5.58 0.00 1.72 0.98 0.03 91.69 02:18:42 02:03:01 0 5.78 0.00 2.56 0.42 0.03 91.21 02:18:42 02:03:01 1 5.31 0.00 1.76 0.17 0.02 92.75 02:18:42 02:03:01 2 4.04 0.00 1.88 2.83 0.02 91.24 02:18:42 02:03:01 3 4.48 0.00 1.52 1.19 0.03 92.78 02:18:42 02:03:01 4 4.30 0.00 1.49 1.49 0.02 92.70 02:18:42 02:03:01 5 7.93 0.00 1.35 0.28 0.03 90.40 02:18:42 02:03:01 6 7.04 0.00 1.15 0.27 0.03 91.51 02:18:42 02:03:01 7 5.75 0.00 2.02 1.24 0.05 90.94 02:18:42 02:04:02 all 3.42 0.00 1.53 0.45 0.02 94.57 02:18:42 02:04:02 0 2.50 0.00 1.98 0.00 0.03 95.49 02:18:42 02:04:02 1 3.33 0.00 1.59 0.00 0.02 95.06 02:18:42 02:04:02 2 4.38 0.00 0.90 0.02 0.02 94.68 02:18:42 02:04:02 3 3.31 0.00 1.65 2.20 0.03 92.80 02:18:42 02:04:02 4 3.37 0.00 1.32 0.05 0.02 95.24 02:18:42 02:04:02 5 2.08 0.00 1.42 0.99 0.02 95.49 02:18:42 02:04:02 6 4.35 0.00 1.88 0.08 0.02 93.67 02:18:42 02:04:02 7 4.06 0.00 1.48 0.30 0.03 94.11 02:18:42 02:05:01 all 0.39 0.00 0.24 0.08 0.02 99.28 02:18:42 02:05:01 0 0.20 0.00 0.19 0.03 0.02 99.56 02:18:42 02:05:01 1 0.27 0.00 0.17 0.00 0.02 99.54 02:18:42 02:05:01 2 0.68 0.00 0.20 0.02 0.02 99.08 02:18:42 02:05:01 3 0.34 0.00 0.27 0.08 0.02 99.29 02:18:42 02:05:01 4 0.31 0.00 0.29 0.02 0.02 99.37 02:18:42 02:05:01 5 0.42 0.00 0.34 0.42 0.02 98.79 02:18:42 02:05:01 6 0.39 0.00 0.19 0.00 0.02 99.41 02:18:42 02:05:01 7 0.49 0.00 0.25 0.07 0.02 99.17 02:18:42 02:06:01 all 0.15 0.00 0.09 0.03 0.01 99.71 02:18:42 02:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:18:42 02:06:01 1 0.15 0.00 0.12 0.00 0.02 99.72 02:18:42 02:06:01 2 0.23 0.00 0.08 0.00 0.02 99.67 02:18:42 02:06:01 3 0.17 0.00 0.08 0.00 0.02 99.73 02:18:42 02:06:01 4 0.03 0.00 0.05 0.00 0.00 99.92 02:18:42 02:06:01 5 0.15 0.00 0.13 0.08 0.02 99.62 02:18:42 02:06:01 6 0.22 0.00 0.20 0.02 0.02 99.55 02:18:42 02:06:01 7 0.27 0.00 0.05 0.12 0.00 99.57 02:18:42 02:07:01 all 0.15 0.00 0.09 0.05 0.01 99.70 02:18:42 02:07:01 0 0.12 0.00 0.07 0.05 0.02 99.75 02:18:42 02:07:01 1 0.10 0.00 0.05 0.02 0.00 99.83 02:18:42 02:07:01 2 0.13 0.00 0.03 0.15 0.00 99.68 02:18:42 02:07:01 3 0.22 0.00 0.08 0.02 0.00 99.68 02:18:42 02:07:01 4 0.13 0.00 0.05 0.00 0.02 99.80 02:18:42 02:07:01 5 0.12 0.00 0.27 0.10 0.00 99.52 02:18:42 02:07:01 6 0.25 0.00 0.15 0.02 0.02 99.57 02:18:42 02:07:01 7 0.13 0.00 0.05 0.02 0.02 99.78 02:18:42 02:08:01 all 0.61 0.00 0.14 0.17 0.02 99.05 02:18:42 02:08:01 0 0.58 0.00 0.15 0.08 0.03 99.15 02:18:42 02:08:01 1 1.70 0.00 0.05 0.02 0.00 98.24 02:18:42 02:08:01 2 0.23 0.00 0.17 1.05 0.00 98.55 02:18:42 02:08:01 3 0.72 0.00 0.23 0.10 0.03 98.92 02:18:42 02:08:01 4 0.13 0.00 0.05 0.02 0.02 99.78 02:18:42 02:08:01 5 0.68 0.00 0.20 0.07 0.02 99.03 02:18:42 02:08:01 6 0.32 0.00 0.13 0.03 0.02 99.50 02:18:42 02:08:01 7 0.54 0.00 0.15 0.02 0.02 99.28 02:18:42 02:09:01 all 0.46 0.00 0.18 0.20 0.02 99.14 02:18:42 02:09:01 0 0.79 0.00 0.35 0.30 0.02 98.55 02:18:42 02:09:01 1 0.57 0.00 0.07 0.05 0.02 99.30 02:18:42 02:09:01 2 0.58 0.00 0.38 0.95 0.03 98.05 02:18:42 02:09:01 3 0.55 0.00 0.12 0.10 0.03 99.19 02:18:42 02:09:01 4 0.33 0.00 0.22 0.03 0.00 99.42 02:18:42 02:09:01 5 0.37 0.00 0.10 0.07 0.02 99.45 02:18:42 02:09:01 6 0.28 0.00 0.10 0.03 0.00 99.58 02:18:42 02:09:01 7 0.23 0.00 0.07 0.03 0.07 99.60 02:18:42 02:10:01 all 1.30 0.00 0.78 0.32 0.05 97.56 02:18:42 02:10:01 0 1.27 0.00 0.67 1.54 0.10 96.42 02:18:42 02:10:01 1 1.45 0.00 0.90 0.07 0.03 97.55 02:18:42 02:10:01 2 1.34 0.00 0.73 0.47 0.05 97.41 02:18:42 02:10:01 3 1.18 0.00 0.44 0.15 0.07 98.17 02:18:42 02:10:01 4 1.02 0.00 0.73 0.12 0.05 98.08 02:18:42 02:10:01 5 1.13 0.00 0.52 0.03 0.00 98.32 02:18:42 02:10:01 6 1.37 0.00 1.67 0.08 0.02 96.86 02:18:42 02:10:01 7 1.65 0.00 0.56 0.07 0.08 97.64 02:18:42 02:11:01 all 1.79 0.00 0.70 0.49 0.04 96.98 02:18:42 02:11:01 0 2.54 0.00 1.05 1.31 0.03 95.06 02:18:42 02:11:01 1 2.02 0.00 0.75 0.07 0.02 97.14 02:18:42 02:11:01 2 1.49 0.00 0.43 0.18 0.02 97.88 02:18:42 02:11:01 3 1.44 0.00 0.67 0.24 0.07 97.58 02:18:42 02:11:01 4 1.34 0.00 0.33 0.25 0.02 98.06 02:18:42 02:11:01 5 2.57 0.00 0.69 0.07 0.05 96.62 02:18:42 02:11:01 6 1.62 0.00 0.82 0.55 0.02 96.99 02:18:42 02:11:01 7 1.26 0.00 0.87 1.24 0.10 96.53 02:18:42 02:12:01 all 1.19 0.00 0.48 0.25 0.03 98.04 02:18:42 02:12:01 0 0.93 0.00 0.40 0.27 0.03 98.37 02:18:42 02:12:01 1 0.60 0.00 0.32 0.00 0.02 99.07 02:18:42 02:12:01 2 1.08 0.00 0.52 0.03 0.02 98.35 02:18:42 02:12:01 3 2.24 0.00 0.37 0.13 0.05 97.20 02:18:42 02:12:01 4 0.72 0.00 0.43 0.18 0.03 98.63 02:18:42 02:12:01 5 1.98 0.00 0.67 0.05 0.02 97.28 02:18:42 02:12:01 6 0.93 0.00 0.48 1.12 0.02 97.45 02:18:42 02:12:01 7 1.06 0.00 0.66 0.20 0.08 97.99 02:18:42 02:13:01 all 0.54 0.00 0.49 0.07 0.02 98.88 02:18:42 02:13:01 0 0.53 0.00 1.60 0.02 0.02 97.83 02:18:42 02:13:01 1 0.53 0.00 0.18 0.02 0.02 99.25 02:18:42 02:13:01 2 0.63 0.00 0.18 0.12 0.00 99.07 02:18:42 02:13:01 3 0.60 0.00 0.30 0.02 0.03 99.05 02:18:42 02:13:01 4 0.40 0.00 0.27 0.18 0.00 99.15 02:18:42 02:13:01 5 0.88 0.00 0.40 0.00 0.02 98.70 02:18:42 02:13:01 6 0.33 0.00 0.70 0.20 0.03 98.73 02:18:42 02:13:01 7 0.44 0.00 0.25 0.00 0.02 99.30 02:18:42 02:18:42 02:13:01 CPU %user %nice %system %iowait %steal %idle 02:18:42 02:14:01 all 0.43 0.00 0.14 0.07 0.01 99.34 02:18:42 02:14:01 0 0.25 0.00 0.18 0.00 0.00 99.57 02:18:42 02:14:01 1 0.12 0.00 0.08 0.02 0.02 99.77 02:18:42 02:14:01 2 0.25 0.00 0.18 0.17 0.02 99.38 02:18:42 02:14:01 3 2.02 0.00 0.08 0.00 0.02 97.88 02:18:42 02:14:01 4 0.12 0.00 0.15 0.40 0.02 99.32 02:18:42 02:14:01 5 0.30 0.00 0.17 0.00 0.02 99.52 02:18:42 02:14:01 6 0.10 0.00 0.07 0.00 0.00 99.83 02:18:42 02:14:01 7 0.23 0.00 0.22 0.00 0.03 99.52 02:18:42 02:15:01 all 0.30 0.00 0.07 0.02 0.01 99.61 02:18:42 02:15:01 0 0.10 0.00 0.08 0.00 0.02 99.80 02:18:42 02:15:01 1 0.03 0.00 0.03 0.03 0.02 99.88 02:18:42 02:15:01 2 0.02 0.00 0.03 0.05 0.00 99.90 02:18:42 02:15:01 3 1.97 0.00 0.00 0.00 0.02 98.01 02:18:42 02:15:01 4 0.02 0.00 0.02 0.05 0.00 99.92 02:18:42 02:15:01 5 0.07 0.00 0.13 0.00 0.02 99.78 02:18:42 02:15:01 6 0.10 0.00 0.15 0.00 0.02 99.73 02:18:42 02:15:01 7 0.03 0.00 0.08 0.00 0.02 99.87 02:18:42 02:16:01 all 0.29 0.00 0.14 0.04 0.01 99.52 02:18:42 02:16:01 0 0.23 0.00 0.07 0.00 0.02 99.68 02:18:42 02:16:01 1 0.18 0.00 0.22 0.18 0.00 99.42 02:18:42 02:16:01 2 0.12 0.00 0.12 0.12 0.02 99.63 02:18:42 02:16:01 3 1.24 0.00 0.02 0.00 0.02 98.73 02:18:42 02:16:01 4 0.03 0.00 0.07 0.05 0.00 99.85 02:18:42 02:16:01 5 0.05 0.00 0.07 0.00 0.00 99.88 02:18:42 02:16:01 6 0.27 0.00 0.42 0.00 0.02 99.30 02:18:42 02:16:01 7 0.17 0.00 0.12 0.00 0.02 99.70 02:18:42 02:17:01 all 0.28 0.00 0.15 0.07 0.01 99.49 02:18:42 02:17:01 0 0.42 0.00 0.17 0.00 0.02 99.40 02:18:42 02:17:01 1 0.12 0.00 0.08 0.07 0.02 99.72 02:18:42 02:17:01 2 0.58 0.00 0.27 0.17 0.00 98.98 02:18:42 02:17:01 3 0.27 0.00 0.08 0.00 0.02 99.63 02:18:42 02:17:01 4 0.22 0.00 0.18 0.33 0.00 99.27 02:18:42 02:17:01 5 0.12 0.00 0.08 0.00 0.00 99.80 02:18:42 02:17:01 6 0.33 0.00 0.17 0.02 0.00 99.48 02:18:42 02:17:01 7 0.18 0.00 0.13 0.00 0.03 99.65 02:18:42 02:18:01 all 2.65 0.00 1.50 0.59 0.04 95.22 02:18:42 02:18:01 0 2.21 0.00 0.97 0.02 0.03 96.77 02:18:42 02:18:01 1 2.87 0.00 1.58 2.92 0.03 92.60 02:18:42 02:18:01 2 2.41 0.00 1.56 1.10 0.03 94.89 02:18:42 02:18:01 3 4.13 0.00 0.99 0.07 0.03 94.77 02:18:42 02:18:01 4 1.98 0.00 2.14 0.08 0.03 95.76 02:18:42 02:18:01 5 2.46 0.00 0.97 0.02 0.03 96.52 02:18:42 02:18:01 6 2.58 0.00 1.66 0.02 0.03 95.72 02:18:42 02:18:01 7 2.59 0.00 2.12 0.52 0.05 94.73 02:18:42 Average: all 1.22 0.00 0.53 0.24 0.02 97.99 02:18:42 Average: 0 1.15 0.00 0.66 0.25 0.03 97.91 02:18:42 Average: 1 1.21 0.00 0.50 0.23 0.02 98.05 02:18:42 Average: 2 1.14 0.00 0.48 0.46 0.02 97.91 02:18:42 Average: 3 1.56 0.00 0.43 0.27 0.03 97.71 02:18:42 Average: 4 0.90 0.00 0.49 0.20 0.01 98.39 02:18:42 Average: 5 1.33 0.00 0.47 0.14 0.02 98.05 02:18:42 Average: 6 1.28 0.00 0.62 0.15 0.02 97.93 02:18:42 Average: 7 1.19 0.00 0.57 0.24 0.04 97.97 02:18:42 02:18:42 02:18:42