Pull request #351 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 371bf72d35d50f7e68a96a26d9351d7a5432dd4a+2d65b484a22f596f8919e49ec102563afd6becd3 (e7177f890422b700406b96ab6ffced096bd7f66d) 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-ssh6584669810119223100.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-ssh2568127680604585221.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-virtual-go/branches/PR-351/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-virtual-go/branches/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8299993945694600847.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-virtual-go/branches/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11544043244601038678.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-ssh8802296442060586266.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-virtual-go/branches/PR-351/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-virtual-go/branches/PR-351/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10006335372571906476.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-virtual-go] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-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-virtual 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 Running on prd-ubuntu20.04-docker-8c-8g-9397 in /w/workspace/foundry_device-virtual-go_PR-351 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-351 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/351/head:refs/remotes/origin/PR-351 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2d65b484a22f596f8919e49ec102563afd6becd3 into PR head commit 371bf72d35d50f7e68a96a26d9351d7a5432dd4a Merge succeeded, producing 371bf72d35d50f7e68a96a26d9351d7a5432dd4a Checking out Revision 371bf72d35d50f7e68a96a26d9351d7a5432dd4a (PR-351) > git config core.sparsecheckout # timeout=10 > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2d65b484a22f596f8919e49ec102563afd6becd3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 Commit message: "refactor: consume device-sdk-go breaking changes" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:32:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:32:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:32:39 ========================================================= 04:32:39 EdgeX Global Pipelines Version Info 04:32:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:32:39 ------------------- 04:32:39 stable info: 04:32:39 ------------------- 04:32:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:32:39 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 04:32:39 Message: update stable to v1.0.244 04:32:40 ------------------- 04:32:40 experimental info: 04:32:40 ------------------- 04:32:40 Commited By: **** collab-it+edgex@linuxfoundation.org 04:32:40 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 04:32:40 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:32:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 04:32:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 04:32:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:32:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:32:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:32:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-351 [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-351 [Pipeline] echo 04:32:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-351 [Pipeline] echo 04:32:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo 04:32:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 371bf72 [Pipeline] echo 04:32:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:32:42 provisioning config files... 04:32:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config11210887237420059525tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:42 ---> docker-login.sh 04:32:42 nexus3.edgexfoundry.org:10001 04:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:42 Configure a credential helper to remove this warning. See 04:32:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:42 04:32:42 Login Succeeded 04:32:42 nexus3.edgexfoundry.org:10002 04:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:42 Configure a credential helper to remove this warning. See 04:32:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:42 04:32:42 Login Succeeded 04:32:42 nexus3.edgexfoundry.org:10003 04:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:43 Configure a credential helper to remove this warning. See 04:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:43 04:32:43 Login Succeeded 04:32:43 nexus3.edgexfoundry.org:10004 04:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:43 Configure a credential helper to remove this warning. See 04:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:43 04:32:43 Login Succeeded 04:32:43 docker.io 04:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:43 Configure a credential helper to remove this warning. See 04:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:43 04:32:43 Login Succeeded 04:32:43 ---> docker-login.sh ends [Pipeline] } 04:32:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:32:44 + git rev-list -1 --merges 371bf72d35d50f7e68a96a26d9351d7a5432dd4a~1..371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo 04:32:44 -----------> git rev-list -1 --merges 371bf72d35d50f7e68a96a26d9351d7a5432dd4a~1..371bf72d35d50f7e68a96a26d9351d7a5432dd4a 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [false] [Pipeline] sh 04:32:44 + git log --format=format:%s -1 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo 04:32:44 ========================================================= 04:32:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:32:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:32:44 + git log --format=format:%s -1 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo 04:32:44 [semverPrep] GIT_COMMIT: 371bf72d35d50f7e68a96a26d9351d7a5432dd4a, Commit Message: refactor: consume device-sdk-go breaking changes [Pipeline] echo 04:32:44 [semverPrep] This is not a build commit. [Pipeline] sh 04:32:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:32:45 + grep -v github /etc/ssh/ssh_known_hosts 04:32:45 + [ -e /tmp/ssh_known_hosts ] 04:32:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:32:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:32:45 + sudo tee -a /etc/ssh/ssh_known_hosts 04:32:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:32:45 04:32:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:32:46 0.1.4: Pulling from edgex-devops/py-git-semver 04:32:46 b85a868b505f: Pulling fs layer 04:32:46 e2be974225ed: Pulling fs layer 04:32:46 339a4e72a1f5: Pulling fs layer 04:32:46 988bab9f4d93: Pulling fs layer 04:32:46 1469e6f7b9e6: Pulling fs layer 04:32:46 eaf3925da568: Pulling fs layer 04:32:46 bab4dde63d76: Pulling fs layer 04:32:46 bde34c3a00c8: Pulling fs layer 04:32:46 b352a97aabf1: Pulling fs layer 04:32:46 4872d77fe225: Pulling fs layer 04:32:46 5851b861e8e6: Pulling fs layer 04:32:46 988bab9f4d93: Waiting 04:32:46 1469e6f7b9e6: Waiting 04:32:46 b352a97aabf1: Waiting 04:32:46 5851b861e8e6: Waiting 04:32:46 eaf3925da568: Waiting 04:32:46 bab4dde63d76: Waiting 04:32:46 4872d77fe225: Waiting 04:32:46 bde34c3a00c8: Waiting 04:32:46 e2be974225ed: Verifying Checksum 04:32:46 e2be974225ed: Download complete 04:32:46 988bab9f4d93: Download complete 04:32:46 1469e6f7b9e6: Verifying Checksum 04:32:46 1469e6f7b9e6: Download complete 04:32:46 339a4e72a1f5: Verifying Checksum 04:32:46 339a4e72a1f5: Download complete 04:32:46 eaf3925da568: Verifying Checksum 04:32:46 eaf3925da568: Download complete 04:32:46 bde34c3a00c8: Download complete 04:32:46 b352a97aabf1: Download complete 04:32:46 4872d77fe225: Verifying Checksum 04:32:46 4872d77fe225: Download complete 04:32:46 5851b861e8e6: Verifying Checksum 04:32:46 5851b861e8e6: Download complete 04:32:46 b85a868b505f: Verifying Checksum 04:32:46 b85a868b505f: Download complete 04:32:46 bab4dde63d76: Verifying Checksum 04:32:46 bab4dde63d76: Download complete 04:32:47 b85a868b505f: Pull complete 04:32:47 e2be974225ed: Pull complete 04:32:48 339a4e72a1f5: Pull complete 04:32:48 988bab9f4d93: Pull complete 04:32:48 1469e6f7b9e6: Pull complete 04:32:48 eaf3925da568: Pull complete 04:32:50 bab4dde63d76: Pull complete 04:32:50 bde34c3a00c8: Pull complete 04:32:50 b352a97aabf1: Pull complete 04:32:50 4872d77fe225: Pull complete 04:32:50 5851b861e8e6: Pull complete 04:32:50 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:32:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:32:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:50 prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container 04:32:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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-devops/py-git-semver:0.1.4 cat 04:32:52 $ docker top b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:32:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:52 [ssh-agent] Looking for ssh-agent implementation... 04:32:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:52 $ docker exec b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent 04:32:52 SSH_AUTH_SOCK=/tmp/ssh-7XtjPKhwOdsL/agent.31 04:32:52 SSH_AGENT_PID=37 04:32:52 Running ssh-add (command line suppressed) 04:32:52 Identity added: /w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_5635256578065279953.key (/w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_5635256578065279953.key) 04:32:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:53 + git tag --points-at HEAD [Pipeline] } 04:32:53 $ docker exec --env ******** --env ******** b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent -k 04:32:53 unset SSH_AUTH_SOCK; 04:32:53 unset SSH_AGENT_PID; 04:32:53 echo Agent pid 37 killed; 04:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:32:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:32:53 [ssh-agent] Looking for ssh-agent implementation... 04:32:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:32:53 $ docker exec b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent 04:32:53 SSH_AUTH_SOCK=/tmp/ssh-pY7aOJSDmlkw/agent.69 04:32:53 SSH_AGENT_PID=75 04:32:53 Running ssh-add (command line suppressed) 04:32:53 Identity added: /w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_14670161155928307907.key (/w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_14670161155928307907.key) 04:32:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:32:53 + git semver init 04:32:54 2023-03-09 04:32:54,116 [run_init] DEBUG init version:0.0.0 force:False 04:32:54 2023-03-09 04:32:54,116 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-351/.semver 04:32:54 2023-03-09 04:32:54,117 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-351/.semver 04:32:54 2023-03-09 04:32:54,117 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-351/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-351, universal_newlines=False, shell=None, istream=None) 04:32:55 2023-03-09 04:32:55,113 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-351/.git/info/exclude 04:32:55 2023-03-09 04:32:55,114 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-351/.semver/PR-351 with force:False 04:32:55 2023-03-09 04:32:55,114 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-351/.semver/PR-351 04:32:55 2023-03-09 04:32:55,117 [execute] INFO git cat-file --batch-check 04:32:55 2023-03-09 04:32:55,118 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-351/.semver, universal_newlines=False, shell=None, istream=) 04:32:55 2023-03-09 04:32:55,123 [execute] INFO git cat-file --batch 04:32:55 2023-03-09 04:32:55,124 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-351/.semver, universal_newlines=False, shell=None, istream=) 04:32:55 2023-03-09 04:32:55,129 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-351/.semver/PR-351 04:32:55 0.0.0 [Pipeline] } 04:32:55 $ docker exec --env ******** --env ******** b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent -k 04:32:55 unset SSH_AUTH_SOCK; 04:32:55 unset SSH_AGENT_PID; 04:32:55 echo Agent pid 75 killed; 04:32:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:55 + git semver [Pipeline] } 04:32:56 $ docker stop --time=1 b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 04:32:57 $ docker rm -f --volumes b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 [Pipeline] // withDockerContainer [Pipeline] sh 04:32:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:32:58 Stashed 1 file(s) [Pipeline] echo 04:32:58 [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 04:32:58 provisioning config files... 04:32:58 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config11437003680622477073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9403 in /w/workspace/foundry_device-virtual-go_PR-351 [Pipeline] { [Pipeline] ws 04:32:59 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 04:32:59 The recommended git tool is: git 04:32:59 ---> docker-login.sh 04:32:59 nexus3.edgexfoundry.org:10001 04:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:59 Configure a credential helper to remove this warning. See 04:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:59 04:32:59 Login Succeeded 04:32:59 nexus3.edgexfoundry.org:10002 04:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:59 Configure a credential helper to remove this warning. See 04:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:59 04:32:59 Login Succeeded 04:32:59 nexus3.edgexfoundry.org:10003 04:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:59 Configure a credential helper to remove this warning. See 04:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:59 04:32:59 Login Succeeded 04:32:59 nexus3.edgexfoundry.org:10004 04:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:59 Configure a credential helper to remove this warning. See 04:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:59 04:32:59 Login Succeeded 04:32:59 docker.io 04:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:59 Configure a credential helper to remove this warning. See 04:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:59 04:32:59 Login Succeeded 04:32:59 ---> docker-login.sh ends [Pipeline] } 04:32:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:32:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:32:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:33:00 ========================================================= 04:33:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:33:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:00 + 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 . 04:33:00 Sending build context to Docker daemon 23.43MB 04:33:00 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 04:33:00 Step 2/12 : FROM ${BASE} AS builder 04:33:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:33:00 213ec9aee27d: Pulling fs layer 04:33:00 4583459ba037: Pulling fs layer 04:33:00 93c1e223e6f2: Pulling fs layer 04:33:00 53926ce57604: Pulling fs layer 04:33:00 21b2b0c7a3f4: Pulling fs layer 04:33:00 22ff95d597cd: Pulling fs layer 04:33:00 12d6caf4c0d1: Pulling fs layer 04:33:00 96b7cbca73a9: Pulling fs layer 04:33:00 a7acece74701: Pulling fs layer 04:33:00 21b2b0c7a3f4: Waiting 04:33:00 53926ce57604: Waiting 04:33:00 22ff95d597cd: Waiting 04:33:00 12d6caf4c0d1: Waiting 04:33:00 96b7cbca73a9: Waiting 04:33:00 a7acece74701: Waiting 04:33:00 93c1e223e6f2: Verifying Checksum 04:33:00 93c1e223e6f2: Download complete 04:33:00 4583459ba037: Verifying Checksum 04:33:00 4583459ba037: Download complete 04:33:00 21b2b0c7a3f4: Verifying Checksum 04:33:00 21b2b0c7a3f4: Download complete 04:33:00 22ff95d597cd: Download complete 04:33:00 213ec9aee27d: Verifying Checksum 04:33:00 213ec9aee27d: Download complete 04:33:00 12d6caf4c0d1: Download complete 04:33:00 213ec9aee27d: Pull complete 04:33:01 4583459ba037: Pull complete 04:33:01 93c1e223e6f2: Pull complete 04:33:01 a7acece74701: Verifying Checksum 04:33:01 a7acece74701: Download complete 04:33:01 96b7cbca73a9: Verifying Checksum 04:33:01 96b7cbca73a9: Download complete 04:33:01 53926ce57604: Download complete 04:33:04 using credential edgex-jenkins-ssh 04:33:04 Cloning the remote Git repository 04:33:04 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 04:33:04 > git init /w/workspace/device-virtual-go/1 # timeout=10 04:33:05 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 04:33:05 > git --version # timeout=10 04:33:05 > git --version # 'git version 2.25.1' 04:33:05 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:05 53926ce57604: Pull complete 04:33:05 21b2b0c7a3f4: Pull complete 04:33:05 22ff95d597cd: Pull complete 04:33:05 12d6caf4c0d1: Pull complete 04:33:07 96b7cbca73a9: Pull complete 04:33:07 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 04:33:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:08 a7acece74701: Pull complete 04:33:08 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 04:33:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:33:08 ---> db6d94c90886 04:33:08 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:33:08 Merging remotes/origin/main commit 2d65b484a22f596f8919e49ec102563afd6becd3 into PR head commit 371bf72d35d50f7e68a96a26d9351d7a5432dd4a 04:33:09 Merge succeeded, producing 371bf72d35d50f7e68a96a26d9351d7a5432dd4a 04:33:09 Checking out Revision 371bf72d35d50f7e68a96a26d9351d7a5432dd4a (PR-351) 04:33:08 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 04:33:08 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 04:33:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/351/head:refs/remotes/origin/PR-351 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:33:08 > git config core.sparsecheckout # timeout=10 04:33:08 > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 04:33:09 > git remote # timeout=10 04:33:09 > git config --get remote.origin.url # timeout=10 04:33:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:09 > git merge 2d65b484a22f596f8919e49ec102563afd6becd3 # timeout=10 04:33:09 > git rev-parse HEAD^{commit} # timeout=10 04:33:09 > git config core.sparsecheckout # timeout=10 04:33:09 > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 04:33:10 ---> Running in 2ec63a4ce943 04:33:10 Removing intermediate container 2ec63a4ce943 04:33:10 ---> ad30473c367c 04:33:10 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:33:10 ---> Running in c7b438cf3063 04:33:10 Removing intermediate container c7b438cf3063 04:33:10 ---> 258d563e661b 04:33:10 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:33:10 ---> Running in cbd0a151afdb 04:33:10 Removing intermediate container cbd0a151afdb 04:33:10 ---> b830b0b83aec 04:33:10 Step 6/12 : WORKDIR /device-virtual-go 04:33:10 ---> Running in 1cbd4646944b 04:33:10 Removing intermediate container 1cbd4646944b 04:33:10 ---> a8a89160268c 04:33:10 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:33:10 ---> Running in 5e49eec53ee7 04:33:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:33:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:33:11 (1/4) Installing openssh-keygen (9.0_p1-r2) 04:33:11 (2/4) Installing libedit (20210910.3.1-r0) 04:33:11 (3/4) Installing openssh-client-common (9.0_p1-r2) 04:33:11 (4/4) Installing openssh-client-default (9.0_p1-r2) 04:33:11 Executing busybox-1.35.0-r17.trigger 04:33:11 OK: 216 MiB in 55 packages 04:33:12 Removing intermediate container 5e49eec53ee7 04:33:12 ---> d20b1ce6734f 04:33:12 Step 8/12 : COPY go.mod vendor* ./ 04:33:12 ---> 215d76712204 04:33:12 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:12 ---> Running in 0ad730a14ddc 04:33:12 Commit message: "refactor: consume device-sdk-go breaking changes" 04:33:12 > git --version # timeout=10 04:33:12 > git --version # 'git version 2.25.1' 04:33:12 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:33:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:33:13 % Total % Received % Xferd Average Speed Time Time Time Current 04:33:13 Dload Upload Total Spent Left Speed 04:33:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 69677 0 --:--:-- --:--:-- --:--:-- 69677 100 12751 100 12751 0 0 69298 0 --:--:-- --:--:-- --:--:-- 68924 [Pipeline] sh 04:33:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:33:14 + sudo tee /etc/docker/daemon.new 04:33:14 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:33:14 { 04:33:14 "registry-mirrors": [ 04:33:14 "https://nexus3.edgexfoundry.org:10001" 04:33:14 ], 04:33:14 "bip": "10.250.0.254/24", 04:33:14 "hosts": [ 04:33:14 "tcp://0.0.0.0:5555", 04:33:14 "unix:///var/run/docker.sock" 04:33:14 ], 04:33:14 "mtu": 1458, 04:33:14 "selinux-enabled": true, 04:33:14 "seccomp-profile": "/etc/docker/seccomp.json" 04:33:14 } [Pipeline] sh 04:33:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:33:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:33:34 provisioning config files... 04:33:34 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config4788587275608534770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:33:34 Removing intermediate container 0ad730a14ddc 04:33:34 ---> 0d37f7c240f4 04:33:34 Step 10/12 : COPY . . 04:33:34 ---> 0b81a1d20939 04:33:34 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:33:34 ---> Running in 6b6230f6550d 04:33:34 Removing intermediate container 6b6230f6550d 04:33:34 ---> d029a7a426f1 04:33:34 Step 12/12 : RUN $MAKE 04:33:34 ---> Running in b6c069dfbe44 04:33:34 noop 04:33:34 Removing intermediate container b6c069dfbe44 04:33:34 ---> 4a81748cf9d7 04:33:34 Successfully built 4a81748cf9d7 04:33:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:34 ---> docker-login.sh 04:33:34 nexus3.edgexfoundry.org:10001 04:33:34 + docker inspect -f . ci-base-image-x86_64 04:33:34 . 04:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:33:34 prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container 04:33:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:35 Configure a credential helper to remove this warning. See 04:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:35 04:33:35 Login Succeeded 04:33:35 nexus3.edgexfoundry.org:10002 04:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:35 $ docker top c2a9636ea070ac98722f5f472fb4508249ef1ec5782e4307543832924f4aa6ef -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:35 Configure a credential helper to remove this warning. See 04:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:35 04:33:35 Login Succeeded 04:33:35 nexus3.edgexfoundry.org:10003 04:33:35 + go version 04:33:35 go version go1.18.7 linux/amd64 [Pipeline] } 04:33:35 $ docker stop --time=1 c2a9636ea070ac98722f5f472fb4508249ef1ec5782e4307543832924f4aa6ef 04:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:35 Configure a credential helper to remove this warning. See 04:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:35 04:33:35 Login Succeeded 04:33:35 nexus3.edgexfoundry.org:10004 04:33:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:36 Configure a credential helper to remove this warning. See 04:33:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:36 04:33:36 Login Succeeded 04:33:36 docker.io 04:33:37 $ docker rm -f --volumes c2a9636ea070ac98722f5f472fb4508249ef1ec5782e4307543832924f4aa6ef 04:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 04:33:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:33:37 Configure a credential helper to remove this warning. See 04:33:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:33:37 04:33:37 Login Succeeded 04:33:37 ---> docker-login.sh ends [Pipeline] // stage [Pipeline] } 04:33:37 Deleting 1 temporary files [Pipeline] stage [Pipeline] { (Test) [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo 04:33:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:33:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:33:37 ========================================================= 04:33:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:33:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists 04:33:37 + docker inspect -f . ci-base-image-x86_64 04:33:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:33:38 prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container 04:33:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:38 $ docker top 534522b302f6310c7606ab7c6ea891cc88b6161e66594c70e5cb3a2d011cc3fa -eo pid,comm [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh 04:33:38 + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-351 [Pipeline] fileExists [Pipeline] sh 04:33:38 + 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 . 04:33:39 Sending build context to Docker daemon 11.88MB 04:33:39 + make test 04:33:39 go test ./... -coverprofile=coverage.out 04:33:39 ? github.com/edgexfoundry/device-virtual-go [no test files] 04:33:39 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 04:33:39 Step 2/12 : FROM ${BASE} AS builder 04:33:39 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:39 9b18e9b68314: Pulling fs layer 04:33:39 35d82f9e3411: Pulling fs layer 04:33:39 e16973657156: Pulling fs layer 04:33:39 fc693d55d65f: Pulling fs layer 04:33:39 7e9fc2657dce: Pulling fs layer 04:33:39 dda99020689f: Pulling fs layer 04:33:39 db1c61fa0a46: Pulling fs layer 04:33:39 891c053d2c06: Pulling fs layer 04:33:39 fc693d55d65f: Waiting 04:33:39 7e9fc2657dce: Waiting 04:33:39 dda99020689f: Waiting 04:33:39 db1c61fa0a46: Waiting 04:33:39 891c053d2c06: Waiting 04:33:39 e16973657156: Verifying Checksum 04:33:39 e16973657156: Download complete 04:33:39 35d82f9e3411: Download complete 04:33:39 7e9fc2657dce: Verifying Checksum 04:33:39 7e9fc2657dce: Download complete 04:33:39 9b18e9b68314: Verifying Checksum 04:33:39 9b18e9b68314: Download complete 04:33:39 dda99020689f: Verifying Checksum 04:33:39 dda99020689f: Download complete 04:33:40 9b18e9b68314: Pull complete 04:33:40 891c053d2c06: Verifying Checksum 04:33:40 891c053d2c06: Download complete 04:33:41 35d82f9e3411: Pull complete 04:33:41 e16973657156: Pull complete 04:33:42 db1c61fa0a46: Verifying Checksum 04:33:42 db1c61fa0a46: Download complete 04:33:42 fc693d55d65f: Verifying Checksum 04:33:49 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 04:33:49 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.061s coverage: 65.7% of statements 04:33:56 fc693d55d65f: Pull complete 04:33:56 7e9fc2657dce: Pull complete 04:33:56 dda99020689f: Pull complete 04:33:56 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 04:33:56 go vet ./... 04:33:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:33:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:33:59 ./bin/test-attribution-txt.sh [Pipeline] echo 04:33:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:33:59 $ docker stop --time=1 534522b302f6310c7606ab7c6ea891cc88b6161e66594c70e5cb3a2d011cc3fa 04:34:01 $ docker rm -f --volumes 534522b302f6310c7606ab7c6ea891cc88b6161e66594c70e5cb3a2d011cc3fa [Pipeline] // withDockerContainer [Pipeline] sh 04:34:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:34:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:34:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:34:03 + ls -al . 04:34:03 total 192 04:34:03 drwxrwxr-x 9 jenkins jenkins 4096 Mar 9 04:33 . 04:34:03 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:32 .. 04:34:03 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 04:33 .git 04:34:03 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:32 .github 04:34:03 -rw-rw-r-- 1 jenkins jenkins 337 Mar 9 04:32 .gitignore 04:34:03 -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 04:32 .golangci.yml 04:34:03 drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 04:32 .semver 04:34:03 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 9 04:32 Attribution.txt 04:34:03 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 9 04:32 CHANGELOG.md 04:34:03 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 9 04:32 Dockerfile 04:34:03 -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 04:32 GOVERNANCE.md 04:34:03 -rw-rw-r-- 1 jenkins jenkins 660 Mar 9 04:32 Jenkinsfile 04:34:03 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 04:32 LICENSE 04:34:03 -rw-rw-r-- 1 jenkins jenkins 1661 Mar 9 04:32 Makefile 04:34:03 -rw-rw-r-- 1 jenkins jenkins 623 Mar 9 04:32 OWNERS.md 04:34:03 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 9 04:32 README.md 04:34:03 -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 04:32 VERSION 04:34:03 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 04:32 bin 04:34:03 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:32 cmd 04:34:03 -rw-r--r-- 1 jenkins jenkins 44127 Mar 9 04:33 coverage.out 04:34:03 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 9 04:32 go.mod 04:34:03 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 9 04:32 go.sum 04:34:03 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:32 internal 04:34:03 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:32 snap 04:34:03 -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 04:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:03 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=371bf72d35d50f7e68a96a26d9351d7a5432dd4a --label arch=amd64 --label version=0.0.0 . 04:34:03 Sending build context to Docker daemon 23.47MB 04:34:03 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:34:03 Step 2/25 : FROM ${BASE} AS builder 04:34:03 ---> 4a81748cf9d7 04:34:03 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:34:03 ---> Running in 24ef15005ca0 04:34:03 Removing intermediate container 24ef15005ca0 04:34:03 ---> 232b5531ab18 04:34:03 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 04:34:03 ---> Running in 71b5a1ea44e1 04:34:03 Removing intermediate container 71b5a1ea44e1 04:34:03 ---> 4c6d97e3f020 04:34:03 Step 5/25 : ARG ADD_BUILD_TAGS="" 04:34:03 ---> Running in bce03c9ca872 04:34:03 Removing intermediate container bce03c9ca872 04:34:03 ---> 3a3c854d957d 04:34:03 Step 6/25 : WORKDIR /device-virtual-go 04:34:03 ---> Running in 79542e40d004 04:34:03 Removing intermediate container 79542e40d004 04:34:03 ---> 6bd1e4e0659a 04:34:03 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:34:04 ---> Running in 083b568a6e0e 04:34:04 db1c61fa0a46: Pull complete 04:34:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:34:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:34:04 OK: 216 MiB in 55 packages 04:34:04 Removing intermediate container 083b568a6e0e 04:34:04 ---> db90f83864d6 04:34:04 Step 8/25 : COPY go.mod vendor* ./ 04:34:05 891c053d2c06: Pull complete 04:34:05 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 04:34:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:34:05 ---> f96f9c87975a 04:34:05 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:34:05 ---> 188f95877f38 04:34:05 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:05 ---> Running in 7fce2a20b04c 04:34:05 ---> Running in 7e5d7ef8a9a9 04:34:06 Removing intermediate container 7e5d7ef8a9a9 04:34:06 ---> 4f730e4f5041 04:34:06 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 04:34:06 Removing intermediate container 7fce2a20b04c 04:34:06 ---> 92bbb831891d 04:34:06 Step 10/25 : COPY . . 04:34:06 ---> Running in bebc2e72b1c4 04:34:06 Removing intermediate container bebc2e72b1c4 04:34:06 ---> 364042ce79a6 04:34:06 Step 5/12 : ARG ADD_BUILD_TAGS="" 04:34:06 ---> Running in fe2c367877d4 04:34:06 ---> a65e1ae31ca9 04:34:06 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:34:06 ---> Running in 956035019e22 04:34:06 Removing intermediate container fe2c367877d4 04:34:06 ---> c19dec95f814 04:34:06 Step 6/12 : WORKDIR /device-virtual-go 04:34:06 ---> Running in 91932b8b6272 04:34:07 Removing intermediate container 956035019e22 04:34:07 ---> c1c42a0f240b 04:34:07 Step 12/25 : RUN $MAKE 04:34:07 ---> Running in 63d0cdc6782a 04:34:07 Removing intermediate container 91932b8b6272 04:34:07 ---> 59f5e3688add 04:34:07 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:34:07 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 04:34:07 ---> Running in f04a26dcfc44 04:34:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:34:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:34:09 (1/4) Installing openssh-keygen (9.0_p1-r2) 04:34:09 (2/4) Installing libedit (20210910.3.1-r0) 04:34:09 (3/4) Installing openssh-client-common (9.0_p1-r2) 04:34:09 (4/4) Installing openssh-client-default (9.0_p1-r2) 04:34:09 Executing busybox-1.35.0-r17.trigger 04:34:09 OK: 226 MiB in 55 packages 04:34:10 Removing intermediate container f04a26dcfc44 04:34:10 ---> 17c438588bc2 04:34:10 Step 8/12 : COPY go.mod vendor* ./ 04:34:11 ---> 8fc1b0a63f56 04:34:11 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:11 ---> Running in 4cac5dca5777 04:34:29 Removing intermediate container 63d0cdc6782a 04:34:29 ---> 4585a9abd2c8 04:34:29 Step 13/25 : FROM alpine:3.16 04:34:29 3.16: Pulling from library/alpine 04:34:29 ef5531b6e74e: Pulling fs layer 04:34:29 ef5531b6e74e: Verifying Checksum 04:34:29 ef5531b6e74e: Download complete 04:34:29 ef5531b6e74e: Pull complete 04:34:29 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 04:34:29 Status: Downloaded newer image for alpine:3.16 04:34:29 ---> dfd21b5a31f5 04:34:29 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 04:34:29 ---> Running in fdf4d7f985ee 04:34:29 Removing intermediate container fdf4d7f985ee 04:34:29 ---> f04232f4c842 04:34:29 Step 15/25 : RUN apk add --update --no-cache dumb-init 04:34:29 ---> Running in 8f6872484112 04:34:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:34:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:34:29 (1/1) Installing dumb-init (1.2.5-r1) 04:34:29 Executing busybox-1.35.0-r17.trigger 04:34:29 OK: 6 MiB in 15 packages 04:34:29 Removing intermediate container 8f6872484112 04:34:29 ---> 8fa1cf841436 04:34:29 Step 16/25 : WORKDIR / 04:34:29 ---> Running in 6ed615640e07 04:34:29 Removing intermediate container 6ed615640e07 04:34:29 ---> 7856f1eac5cb 04:34:29 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 04:34:29 ---> 80118435f82b 04:34:29 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 04:34:29 ---> afb76d6d82f8 04:34:29 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 04:34:29 ---> efa17c240c00 04:34:29 Step 20/25 : EXPOSE 59900 04:34:29 ---> Running in 3973379a7593 04:34:29 Removing intermediate container 3973379a7593 04:34:29 ---> c4bb9a0517a8 04:34:29 Step 21/25 : ENTRYPOINT ["/device-virtual"] 04:34:29 ---> Running in 9e3762fb4b3e 04:34:29 Removing intermediate container 9e3762fb4b3e 04:34:29 ---> 43a68e1ecb85 04:34:29 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:34:29 ---> Running in 1f9771962486 04:34:29 Removing intermediate container 1f9771962486 04:34:29 ---> 621e60e7b6a9 04:34:29 Step 23/25 : LABEL arch=amd64 04:34:29 ---> Running in 13daf1f818e7 04:34:29 Removing intermediate container 13daf1f818e7 04:34:29 ---> 6463edaae198 04:34:29 Step 24/25 : LABEL git_sha=371bf72d35d50f7e68a96a26d9351d7a5432dd4a 04:34:29 ---> Running in 3ada22518223 04:34:29 Removing intermediate container 3ada22518223 04:34:29 ---> 99a8dc2c280d 04:34:29 Step 25/25 : LABEL version=0.0.0 04:34:29 ---> Running in 827b123fb717 04:34:29 Removing intermediate container 827b123fb717 04:34:29 ---> c57b832b1ebe 04:34:29 [Warning] One or more build-args [ARCH] were not consumed 04:34:29 Successfully built c57b832b1ebe 04:34:29 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:34:30 04:34:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:34:30 latest: Pulling from edgex-lftools-log-publisher 04:34:30 5eb5b503b376: Pulling fs layer 04:34:30 5c69ac0246d0: Pulling fs layer 04:34:30 ec43610c2a17: Pulling fs layer 04:34:30 3a2ae6a8a46f: Pulling fs layer 04:34:30 33b1e0a273af: Pulling fs layer 04:34:30 5d3b04190fa2: Pulling fs layer 04:34:30 2f39f015ded8: Pulling fs layer 04:34:30 33b1e0a273af: Waiting 04:34:30 5d3b04190fa2: Waiting 04:34:30 2f39f015ded8: Waiting 04:34:30 5c69ac0246d0: Download complete 04:34:30 3a2ae6a8a46f: Download complete 04:34:31 33b1e0a273af: Verifying Checksum 04:34:31 33b1e0a273af: Download complete 04:34:31 5d3b04190fa2: Download complete 04:34:31 ec43610c2a17: Verifying Checksum 04:34:31 ec43610c2a17: Download complete 04:34:31 5eb5b503b376: Verifying Checksum 04:34:31 5eb5b503b376: Download complete 04:34:31 2f39f015ded8: Download complete 04:34:32 5eb5b503b376: Pull complete 04:34:32 5c69ac0246d0: Pull complete 04:34:33 ec43610c2a17: Pull complete 04:34:33 3a2ae6a8a46f: Pull complete 04:34:33 33b1e0a273af: Pull complete 04:34:33 5d3b04190fa2: Pull complete 04:34:38 2f39f015ded8: Pull complete 04:34:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:34:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:34:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:34:39 prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container 04:34:39 $ 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/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:34:41 $ docker top dcd5ca6ab71d5345a52ef4a214c12d38ffe085e028e313a8c2bbc0b6a2fe5e87 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:34:41 ---> job-cost.sh 04:34:41 lf-activate-venv: SKIPPING 04:34:41 INFO: No Stack... 04:34:42 INFO: Retrieving Pricing Info for: v3-standard-8 04:34:42 INFO: Archiving Costs [Pipeline] sh 04:34:42 + cat /w/workspace/foundry_device-virtual-go_PR-351/archives/cost.csv 04:34:42 + cut -d, -f6 [Pipeline] lock 04:34:42 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] 04:34:42 Resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] did not exist. Created. 04:34:42 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:34:43 + echo total: 0.2199999988079071 [Pipeline] stash 04:34:43 Stashed 1 file(s) [Pipeline] } 04:34:43 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:34:43 $ docker stop --time=1 dcd5ca6ab71d5345a52ef4a214c12d38ffe085e028e313a8c2bbc0b6a2fe5e87 04:34:44 $ docker rm -f --volumes dcd5ca6ab71d5345a52ef4a214c12d38ffe085e028e313a8c2bbc0b6a2fe5e87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:35:19 Removing intermediate container 4cac5dca5777 04:35:19 ---> 7a91995e86c3 04:35:19 Step 10/12 : COPY . . 04:35:19 ---> e8c88dc0dbb7 04:35:19 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:35:19 ---> Running in a1abbb31fd23 04:35:19 Removing intermediate container a1abbb31fd23 04:35:19 ---> 9ba1053ccb2b 04:35:19 Step 12/12 : RUN $MAKE 04:35:19 ---> Running in 62b410b4e125 04:35:19 noop 04:35:19 Removing intermediate container 62b410b4e125 04:35:19 ---> 0e1425033519 04:35:19 Successfully built 0e1425033519 04:35:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:19 + docker inspect -f . ci-base-image-arm64 04:35:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:35:20 prd-ubuntu20.04-docker-arm64-4c-16g-9403 does not seem to be running inside a container 04:35:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** -e ******** -e ******** ci-base-image-arm64 cat 04:35:21 $ docker top 167b0f46da96999052757596e612b353405452663f83fb566a4bf53ce3022fc9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:22 + go version 04:35:22 go version go1.18.7 linux/arm64 [Pipeline] } 04:35:22 $ docker stop --time=1 167b0f46da96999052757596e612b353405452663f83fb566a4bf53ce3022fc9 04:35:24 $ docker rm -f --volumes 167b0f46da96999052757596e612b353405452663f83fb566a4bf53ce3022fc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:24 + docker inspect -f . ci-base-image-arm64 04:35:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:35:25 prd-ubuntu20.04-docker-arm64-4c-16g-9403 does not seem to be running inside a container 04:35:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** -e ******** -e ******** ci-base-image-arm64 cat 04:35:26 $ docker top 9f42bce59e37f355de96ddc56fd245164221c4b00c632150598d4dcb2db739ae -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:27 + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh 04:35:27 + make test 04:35:27 go test ./... -coverprofile=coverage.out 04:35:29 ? github.com/edgexfoundry/device-virtual-go [no test files] 04:36:51 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 04:36:51 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.112s coverage: 65.7% of statements 04:36:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:36:51 go vet ./... 04:37:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:37:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:37:03 ./bin/test-attribution-txt.sh [Pipeline] echo 04:37:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:37:04 $ docker stop --time=1 9f42bce59e37f355de96ddc56fd245164221c4b00c632150598d4dcb2db739ae 04:37:06 $ docker rm -f --volumes 9f42bce59e37f355de96ddc56fd245164221c4b00c632150598d4dcb2db739ae [Pipeline] // withDockerContainer [Pipeline] sh 04:37:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:37:07 Warning: overwriting stash ‘coverage-report’ 04:37:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:37:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:37:08 + ls -al . 04:37:08 total 188 04:37:08 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 04:35 . 04:37:08 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:33 .. 04:37:08 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 04:33 .git 04:37:08 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:33 .github 04:37:08 -rw-rw-r-- 1 jenkins jenkins 337 Mar 9 04:33 .gitignore 04:37:08 -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 04:33 .golangci.yml 04:37:08 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 9 04:33 Attribution.txt 04:37:08 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 9 04:33 CHANGELOG.md 04:37:08 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 9 04:33 Dockerfile 04:37:08 -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 04:33 GOVERNANCE.md 04:37:08 -rw-rw-r-- 1 jenkins jenkins 660 Mar 9 04:33 Jenkinsfile 04:37:08 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 04:33 LICENSE 04:37:08 -rw-rw-r-- 1 jenkins jenkins 1661 Mar 9 04:33 Makefile 04:37:08 -rw-rw-r-- 1 jenkins jenkins 623 Mar 9 04:33 OWNERS.md 04:37:08 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 9 04:33 README.md 04:37:08 -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 04:32 VERSION 04:37:08 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 04:33 bin 04:37:08 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:33 cmd 04:37:08 -rw-r--r-- 1 jenkins jenkins 44127 Mar 9 04:36 coverage.out 04:37:08 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 9 04:33 go.mod 04:37:08 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 9 04:33 go.sum 04:37:08 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:33 internal 04:37:08 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:33 snap 04:37:08 -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 04:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:09 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=371bf72d35d50f7e68a96a26d9351d7a5432dd4a --label arch=arm64 --label version=0.0.0 . 04:37:09 Sending build context to Docker daemon 11.93MB 04:37:09 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:37:09 Step 2/25 : FROM ${BASE} AS builder 04:37:09 ---> 0e1425033519 04:37:09 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 04:37:09 ---> Running in 4ba9f9c0bbe9 04:37:09 Removing intermediate container 4ba9f9c0bbe9 04:37:09 ---> cc23ec41bf91 04:37:09 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 04:37:09 ---> Running in 59b492b75d07 04:37:10 Removing intermediate container 59b492b75d07 04:37:10 ---> 80433a004ae6 04:37:10 Step 5/25 : ARG ADD_BUILD_TAGS="" 04:37:10 ---> Running in 44cdf2806a91 04:37:10 Removing intermediate container 44cdf2806a91 04:37:10 ---> 890729ee77b8 04:37:10 Step 6/25 : WORKDIR /device-virtual-go 04:37:10 ---> Running in 7f265b9a06b2 04:37:10 Removing intermediate container 7f265b9a06b2 04:37:10 ---> 628ccc5e9b2f 04:37:10 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:37:10 ---> Running in 369c7ecdf64f 04:37:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:37:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:37:13 OK: 226 MiB in 55 packages 04:37:14 Removing intermediate container 369c7ecdf64f 04:37:14 ---> 345983dab45a 04:37:14 Step 8/25 : COPY go.mod vendor* ./ 04:37:14 ---> ed122043041a 04:37:14 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:37:14 ---> Running in e0e2cee7111f 04:37:18 Removing intermediate container e0e2cee7111f 04:37:18 ---> 55652d631d17 04:37:18 Step 10/25 : COPY . . 04:37:20 ---> 0b2c57bcaeb9 04:37:20 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:37:20 ---> Running in e3340641b159 04:37:20 Removing intermediate container e3340641b159 04:37:20 ---> 5794342deb8d 04:37:20 Step 12/25 : RUN $MAKE 04:37:20 ---> Running in 629ce5ac64ae 04:37:21 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 04:39:13 Removing intermediate container 629ce5ac64ae 04:39:13 ---> 40829a60b442 04:39:13 Step 13/25 : FROM alpine:3.16 04:39:13 3.16: Pulling from library/alpine 04:39:15 3760b48202b3: Pulling fs layer 04:39:15 3760b48202b3: Download complete 04:39:15 3760b48202b3: Pull complete 04:39:15 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 04:39:15 Status: Downloaded newer image for alpine:3.16 04:39:15 ---> 4c81e5bf8899 04:39:15 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 04:39:15 ---> Running in 8ffd5b1b60f5 04:39:16 Removing intermediate container 8ffd5b1b60f5 04:39:16 ---> 015be09d9b25 04:39:16 Step 15/25 : RUN apk add --update --no-cache dumb-init 04:39:16 ---> Running in b7dcb77d94ab 04:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:39:18 (1/1) Installing dumb-init (1.2.5-r1) 04:39:18 Executing busybox-1.35.0-r17.trigger 04:39:18 OK: 5 MiB in 15 packages 04:39:19 Removing intermediate container b7dcb77d94ab 04:39:19 ---> 4fe61153dfd3 04:39:19 Step 16/25 : WORKDIR / 04:39:19 ---> Running in afa449fd46a1 04:39:19 Removing intermediate container afa449fd46a1 04:39:19 ---> caa03be65f77 04:39:19 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 04:39:20 ---> f8c64fead5e9 04:39:20 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 04:39:20 ---> 1a8ca51cb9bc 04:39:20 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 04:39:22 ---> bf04d37e7184 04:39:22 Step 20/25 : EXPOSE 59900 04:39:22 ---> Running in 1a6e12fe3426 04:39:22 Removing intermediate container 1a6e12fe3426 04:39:22 ---> 94735c44ba41 04:39:22 Step 21/25 : ENTRYPOINT ["/device-virtual"] 04:39:22 ---> Running in c477b5e6b617 04:39:22 Removing intermediate container c477b5e6b617 04:39:22 ---> 24d47b817b3d 04:39:22 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:39:22 ---> Running in 94f92d3c5597 04:39:22 Removing intermediate container 94f92d3c5597 04:39:22 ---> 018fbb8f2d46 04:39:22 Step 23/25 : LABEL arch=arm64 04:39:23 ---> Running in a40dd6d6850c 04:39:23 Removing intermediate container a40dd6d6850c 04:39:23 ---> 3bf2a682d618 04:39:23 Step 24/25 : LABEL git_sha=371bf72d35d50f7e68a96a26d9351d7a5432dd4a 04:39:23 ---> Running in c64c3d044f61 04:39:23 Removing intermediate container c64c3d044f61 04:39:23 ---> 57203581d3cc 04:39:23 Step 25/25 : LABEL version=0.0.0 04:39:23 ---> Running in b1cf977b57f7 04:39:23 Removing intermediate container b1cf977b57f7 04:39:23 ---> 242ef199aef6 04:39:23 [Warning] One or more build-args [ARCH] were not consumed 04:39:23 Successfully built 242ef199aef6 04:39:23 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:39:24 04:39:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:39:25 arm64: Pulling from edgex-lftools-log-publisher 04:39:25 8998bd30e6a1: Pulling fs layer 04:39:25 04944245beec: Pulling fs layer 04:39:25 699f458cf7ca: Pulling fs layer 04:39:25 765212b225bb: Pulling fs layer 04:39:25 f23df028b6ca: Pulling fs layer 04:39:25 d65c8cfc05b1: Pulling fs layer 04:39:25 2437ff75d9bd: Pulling fs layer 04:39:25 f23df028b6ca: Waiting 04:39:25 2437ff75d9bd: Waiting 04:39:25 d65c8cfc05b1: Waiting 04:39:25 765212b225bb: Waiting 04:39:25 04944245beec: Verifying Checksum 04:39:25 04944245beec: Download complete 04:39:25 765212b225bb: Download complete 04:39:25 f23df028b6ca: Verifying Checksum 04:39:25 f23df028b6ca: Download complete 04:39:25 d65c8cfc05b1: Verifying Checksum 04:39:25 d65c8cfc05b1: Download complete 04:39:25 699f458cf7ca: Verifying Checksum 04:39:25 699f458cf7ca: Download complete 04:39:25 8998bd30e6a1: Verifying Checksum 04:39:25 8998bd30e6a1: Download complete 04:39:27 2437ff75d9bd: Verifying Checksum 04:39:27 2437ff75d9bd: Download complete 04:39:29 8998bd30e6a1: Pull complete 04:39:29 04944245beec: Pull complete 04:39:31 699f458cf7ca: Pull complete 04:39:31 765212b225bb: Pull complete 04:39:31 f23df028b6ca: Pull complete 04:39:32 d65c8cfc05b1: Pull complete 04:39:47 2437ff75d9bd: Pull complete 04:39:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:39:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:39:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:39:47 prd-ubuntu20.04-docker-arm64-4c-16g-9403 does not seem to be running inside a container 04:39:47 $ 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-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:39:49 $ docker top ffe85733507fef77b5b88d6f505f481cf4a94593694221f44cbfbbe61b6b0e27 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:39:50 ---> job-cost.sh 04:39:50 lf-activate-venv: SKIPPING 04:39:50 INFO: No Stack... 04:39:51 INFO: Retrieving Pricing Info for: v3-standard-4 04:39:51 INFO: Archiving Costs [Pipeline] sh 04:39:52 + cat /w/workspace/device-virtual-go/1/archives/cost.csv 04:39:52 + cut -d, -f6 [Pipeline] lock 04:39:52 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] 04:39:52 Resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] did not exist. Created. 04:39:52 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:39:53 /w/workspace/device-virtual-go/1@tmp/durable-43e51bdf/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:39:53 + echo total: 0.10999999940395355 [Pipeline] stash 04:39:53 Warning: overwriting stash ‘stack-cost’ 04:39:53 Stashed 1 file(s) [Pipeline] } 04:39:53 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:39:53 $ docker stop --time=1 ffe85733507fef77b5b88d6f505f481cf4a94593694221f44cbfbbe61b6b0e27 04:39:55 $ docker rm -f --volumes ffe85733507fef77b5b88d6f505f481cf4a94593694221f44cbfbbe61b6b0e27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:39:56 provisioning config files... 04:39:56 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config8087995448210064558tmp [Pipeline] { [Pipeline] sh 04:39:56 + set +x 04:39:56 + curl -s https://codecov.io/bash 04:39:56 + bash -s -- 04:39:56 04:39:56 _____ _ 04:39:56 / ____| | | 04:39:56 | | ___ __| | ___ ___ _____ __ 04:39:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:39:56 | |___| (_) | (_| | __/ (_| (_) \ V / 04:39:56 \_____\___/ \__,_|\___|\___\___/ \_/ 04:39:56 Bash-1.0.6 04:39:56 04:39:56 04:39:56 ==> git version 2.25.1 found 04:39:56 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:39:56 Release-Date: 2020-01-08 04:39:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:39:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:39:56 ==> Jenkins CI detected. 04:39:56 current dir:  /w/workspace/foundry_device-virtual-go_PR-351 04:39:56 project root: . 04:39:56 --> token set from env 04:39:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:39:56 ==> Running gcov in . (disable via -X gcov) 04:39:56 ==> Python coveragepy not found 04:39:56 ==> Searching for coverage reports in: 04:39:56 + . 04:39:56 -> Found 1 reports 04:39:56 ==> Detecting git/mercurial file structure 04:39:56 ==> Reading reports 04:39:56 + ./coverage.out bytes=44127 04:39:56 ==> Appending adjustments 04:39:56 https://docs.codecov.io/docs/fixing-reports 04:39:56 + Found adjustments 04:39:56 ==> Gzipping contents 04:39:56 8.0K /tmp/codecov.nytq42.gz 04:39:56 ==> Uploading reports 04:39:56 url: https://codecov.io 04:39:56 query: branch=PR-351&commit=371bf72d35d50f7e68a96a26d9351d7a5432dd4a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-351%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=351&job=&cmd_args= 04:39:56 -> Pinging Codecov 04:39:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-351&commit=371bf72d35d50f7e68a96a26d9351d7a5432dd4a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-351%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=351&job=&cmd_args= 04:39:57 -> Uploading to 04:39:57 https://storage.googleapis.com/codecov/v4/raw/2023-03-09/5E52B4B073DB2E39498172D8E973AA87/371bf72d35d50f7e68a96a26d9351d7a5432dd4a/891c5122-3dd7-4b09-aab2-99da0e08ec7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T043956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=878470aba4d47e5dd3e449ef9dbcec67dcbc15f1280abf77c6f80e89559ccc71 04:39:57 % Total % Received % Xferd Average Speed Time Time Time Current 04:39:57 Dload Upload Total Spent Left Speed 04:39:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5469 0 0 100 5469 0 23573 --:--:-- --:--:-- --:--:-- 23573 04:39:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] } 04:39:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:39:59 + [ -d /w/workspace/foundry_device-virtual-go_PR-351/archives ] 04:39:59 + ls -al /w/workspace/foundry_device-virtual-go_PR-351/archives 04:39:59 total 16 04:39:59 drwxr-xr-x 3 root root 4096 Mar 9 04:34 . 04:39:59 drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 04:34 .. 04:39:59 drwxr-xr-x 2 root root 4096 Mar 9 04:34 cost 04:39:59 -rw-r--r-- 1 root root 89 Mar 9 04:34 cost.csv 04:39:59 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-351/archives 04:39:59 + ls -al /w/workspace/foundry_device-virtual-go_PR-351/archives 04:39:59 total 16 04:39:59 drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 04:34 . 04:39:59 drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 04:34 .. 04:39:59 drwxr-xr-x 2 jenkins jenkins 4096 Mar 9 04:34 cost 04:39:59 -rw-r--r-- 1 jenkins jenkins 89 Mar 9 04:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:39:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:40:00 ---> package-listing.sh 04:40:00 ++ facter osfamily 04:40:00 ++ tr '[:upper:]' '[:lower:]' 04:40:00 + OS_FAMILY=debian 04:40:00 + workspace=/w/workspace/foundry_device-virtual-go_PR-351 04:40:00 + START_PACKAGES=/tmp/packages_start.txt 04:40:00 + END_PACKAGES=/tmp/packages_end.txt 04:40:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:40:00 + PACKAGES=/tmp/packages_start.txt 04:40:00 + '[' /w/workspace/foundry_device-virtual-go_PR-351 ']' 04:40:00 + PACKAGES=/tmp/packages_end.txt 04:40:00 + case "${OS_FAMILY}" in 04:40:00 + dpkg -l 04:40:00 + grep '^ii' 04:40:00 + '[' -f /tmp/packages_start.txt ']' 04:40:00 + '[' -f /tmp/packages_end.txt ']' 04:40:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:40:00 + '[' /w/workspace/foundry_device-virtual-go_PR-351 ']' 04:40:00 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-351/archives/ 04:40:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-351/archives/ [Pipeline] echo 04:40:00 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/foundry_device-virtual-go_PR-351/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:40:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:40:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:40:01 prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container 04:40:01 $ 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/foundry_device-virtual-go_PR-351/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:40:02 $ docker top 3237f00013bb2675a639fe8203770a0349911b7fe191e0e3e1e21f21d02f3006 -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:02 + touch /tmp/pre-build-complete [Pipeline] sh 04:40:02 + mkdir -p /var/log/sysstat [Pipeline] sh 04:40:03 + ls /var/log/sa-host 04:40:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:40:03 provisioning config files... 04:40:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config14920691167665908412tmp [Pipeline] { [Pipeline] echo 04:40:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:40:03 ---> create-netrc.sh [Pipeline] } 04:40:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:40:04 ---> python-tools-install.sh [Pipeline] echo 04:40:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:40:04 ---> sudo-logs.sh 04:40:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:40:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:40:04 ---> job-cost.sh 04:40:04 lf-activate-venv: SKIPPING 04:40:04 DEBUG: total: 0.2199999988079071 04:40:04 INFO: Retrieving Stack Cost... 04:40:05 INFO: Retrieving Pricing Info for: v3-standard-8 04:40:05 INFO: Archiving Costs [Pipeline] echo 04:40:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:40:06 ---> logs-deploy.sh 04:40:06 lf-activate-venv: SKIPPING 04:40:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-351/1 04:40:06 INFO: archiving workspace using pattern(s): 04:40:07 Archives upload complete. 04:40:07 INFO: archiving logs to Nexus 04:40:07 ---> uname -a: 04:40:07 Linux prd-ubuntu20-04-docker-8c-8g-9397 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:40:07 04:40:07 04:40:07 ---> lscpu: 04:40:07 Architecture: x86_64 04:40:07 CPU op-mode(s): 32-bit, 64-bit 04:40:07 Byte Order: Little Endian 04:40:07 Address sizes: 40 bits physical, 48 bits virtual 04:40:07 CPU(s): 8 04:40:07 On-line CPU(s) list: 0-7 04:40:07 Thread(s) per core: 1 04:40:07 Core(s) per socket: 1 04:40:07 Socket(s): 8 04:40:07 NUMA node(s): 1 04:40:07 Vendor ID: AuthenticAMD 04:40:07 CPU family: 23 04:40:07 Model: 49 04:40:07 Model name: AMD EPYC-Rome Processor 04:40:07 Stepping: 0 04:40:07 CPU MHz: 2799.998 04:40:07 BogoMIPS: 5599.99 04:40:07 Virtualization: AMD-V 04:40:07 Hypervisor vendor: KVM 04:40:07 Virtualization type: full 04:40:07 L1d cache: 256 KiB 04:40:07 L1i cache: 256 KiB 04:40:07 L2 cache: 4 MiB 04:40:07 L3 cache: 128 MiB 04:40:07 NUMA node0 CPU(s): 0-7 04:40:07 Vulnerability Itlb multihit: Not affected 04:40:07 Vulnerability L1tf: Not affected 04:40:07 Vulnerability Mds: Not affected 04:40:07 Vulnerability Meltdown: Not affected 04:40:07 Vulnerability Mmio stale data: Not affected 04:40:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:40:07 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:40:07 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:40:07 Vulnerability Srbds: Not affected 04:40:07 Vulnerability Tsx async abort: Not affected 04:40:07 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 04:40:07 04:40:07 04:40:07 ---> nproc: 04:40:07 8 04:40:07 04:40:07 04:40:07 ---> df -h: 04:40:07 Filesystem Size Used Avail Use% Mounted on 04:40:07 overlay 155G 12G 144G 8% / 04:40:07 tmpfs 64M 0 64M 0% /dev 04:40:07 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:40:07 shm 64M 0 64M 0% /dev/shm 04:40:07 /dev/vda1 155G 12G 144G 8% /facter-os 04:40:07 04:40:07 04:40:07 ---> sar -b -r -n DEV: 04:40:07 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9397) 03/09/23 _x86_64_ (8 CPU) 04:40:07 04:40:07 04:22:41 LINUX RESTART (8 CPU) 04:40:07 04:40:07 04:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:40:07 04:24:01 60.42 28.28 32.14 0.00 2925.78 104984.37 0.00 04:40:07 04:25:01 10.33 0.00 10.33 0.00 0.00 60245.44 0.00 04:40:07 04:26:01 1.07 0.03 1.03 0.00 5.87 12.00 0.00 04:40:07 04:27:01 1.00 0.00 1.00 0.00 0.00 12.66 0.00 04:40:07 04:28:01 49.46 11.21 38.24 0.00 5225.40 8600.17 0.00 04:40:07 04:29:01 5.98 0.00 5.98 0.00 0.00 162.48 0.00 04:40:07 04:30:01 3.25 0.02 3.23 0.00 0.13 86.92 0.00 04:40:07 04:31:01 1.87 0.00 1.87 0.00 0.00 20.66 0.00 04:40:07 04:32:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 04:40:07 04:33:01 285.55 14.73 270.83 0.00 1910.03 13611.20 0.00 04:40:07 04:34:01 198.80 1.65 197.15 0.00 26.26 77263.79 0.00 04:40:07 04:35:01 163.44 0.18 163.26 0.00 7.47 36330.08 0.00 04:40:07 04:36:01 1.85 0.00 1.85 0.00 0.00 22.93 0.00 04:40:07 04:37:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 04:40:07 04:38:01 2.10 0.02 2.08 0.00 0.13 27.46 0.00 04:40:07 04:39:01 1.80 0.00 1.80 0.00 0.00 19.73 0.00 04:40:07 04:40:01 1.38 0.25 1.13 0.00 19.33 20.13 0.00 04:40:07 Average: 46.53 3.32 43.22 0.00 595.32 17732.02 0.00 04:40:07 04:40:07 04:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:40:07 04:24:01 30609900 31882844 490660 1.49 47288 1542744 1646136 4.85 601172 1415576 884 04:40:07 04:25:01 30606980 31880168 492596 1.50 47376 1542748 1646136 4.85 603508 1415576 156 04:40:07 04:26:01 30606088 31879940 492952 1.50 47412 1542924 1646136 4.85 604588 1416136 8 04:40:07 04:27:01 30603660 31877560 495264 1.51 47460 1542928 1646136 4.85 605708 1416148 160 04:40:07 04:28:01 30122888 31839280 506244 1.54 68968 1958704 1724524 5.08 884404 1578196 748 04:40:07 04:29:01 30070336 31842132 502900 1.53 81540 2000108 1753480 5.17 934280 1580032 36 04:40:07 04:30:01 30075624 31842724 502924 1.53 80156 1996856 1727024 5.09 932948 1576820 8 04:40:07 04:31:01 30075388 31842560 503028 1.53 80252 1996848 1727024 5.09 933012 1576820 8 04:40:07 04:32:01 30075600 31842992 502668 1.53 80340 1996852 1727024 5.09 933016 1576964 12 04:40:07 04:33:01 29167984 31578792 735772 2.24 94044 2605556 1897404 5.59 1304668 2057636 241432 04:40:07 04:34:01 27767432 31558668 726840 2.21 178716 3788684 1913844 5.64 1498928 3123816 84 04:40:07 04:35:01 27141008 31571280 711188 2.16 189996 4370012 1794764 5.29 1544280 3653340 448 04:40:07 04:36:01 27140716 31571016 711400 2.16 190020 4370016 1794764 5.29 1544100 3653344 12 04:40:07 04:37:01 27145620 31575948 706616 2.15 190036 4370020 1794764 5.29 1539772 3653348 48 04:40:07 04:38:01 27144476 31574876 707488 2.15 190084 4370000 1822576 5.37 1540128 3653328 20 04:40:07 04:39:01 27154736 31585184 697132 2.12 190128 4370000 1822576 5.37 1530028 3653328 12 04:40:07 04:40:01 27154236 31585984 695868 2.12 190168 4371212 1770116 5.22 1533060 3653664 944 04:40:07 Average: 28980157 31725409 598914 1.82 117293 2866836 1756143 5.18 1121624 2391416 14413 04:40:07 04:40:07 04:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:40:07 04:24:01 ens3 186.40 138.34 465.76 25.22 0.00 0.00 0.00 0.00 04:40:07 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:24:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 04:40:07 04:25:01 ens3 2.80 1.15 1.81 0.26 0.00 0.00 0.00 0.00 04:40:07 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:40:07 04:26:01 ens3 1.70 0.42 0.46 0.28 0.00 0.00 0.00 0.00 04:40:07 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:27:01 ens3 1.47 0.78 0.78 0.59 0.00 0.00 0.00 0.00 04:40:07 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:40:07 04:28:01 ens3 158.31 74.39 2801.71 5.65 0.00 0.00 0.00 0.00 04:40:07 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:28:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 04:40:07 04:29:01 ens3 0.87 0.58 0.34 0.14 0.00 0.00 0.00 0.00 04:40:07 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:40:07 04:30:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:40:07 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:31:01 ens3 0.57 0.15 0.09 0.01 0.00 0.00 0.00 0.00 04:40:07 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:40:07 04:32:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:33:01 ens3 484.76 320.13 5923.80 91.55 0.00 0.00 0.00 0.00 04:40:07 04:33:01 docker0 25.16 26.91 2.00 187.69 0.00 0.00 0.00 0.00 04:40:07 04:33:01 lo 6.86 6.86 0.66 0.66 0.00 0.00 0.00 0.00 04:40:07 04:34:01 ens3 355.32 220.65 2353.51 34.05 0.00 0.00 0.00 0.00 04:40:07 04:34:01 docker0 188.70 305.68 14.91 1937.70 0.00 0.00 0.00 0.00 04:40:07 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:35:01 ens3 148.19 84.84 2664.79 18.20 0.00 0.00 0.00 0.00 04:40:07 04:35:01 docker0 2.68 5.95 0.17 81.50 0.00 0.00 0.00 0.00 04:40:07 04:35:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 04:40:07 04:36:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:37:01 ens3 2.23 0.98 7.58 0.07 0.00 0.00 0.00 0.00 04:40:07 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:40:07 04:38:01 ens3 0.87 0.53 0.59 0.46 0.00 0.00 0.00 0.00 04:40:07 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:39:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 04:40:07 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:40:07 04:40:01 ens3 11.76 7.27 11.88 4.06 0.00 0.00 0.00 0.00 04:40:07 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:07 04:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 04:40:07 Average: ens3 79.75 50.03 837.28 10.62 0.00 0.00 0.00 0.00 04:40:07 Average: docker0 12.74 19.91 1.00 129.81 0.00 0.00 0.00 0.00 04:40:07 Average: lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 04:40:07 04:40:07 04:40:07 ---> sar -P ALL: 04:40:07 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9397) 03/09/23 _x86_64_ (8 CPU) 04:40:07 04:40:07 04:22:41 LINUX RESTART (8 CPU) 04:40:07 04:40:07 04:23:01 CPU %user %nice %system %iowait %steal %idle 04:40:07 04:24:01 all 2.12 0.00 0.59 3.43 0.01 93.85 04:40:07 04:24:01 0 1.72 0.00 0.58 1.15 0.02 96.53 04:40:07 04:24:01 1 0.72 0.00 0.40 9.07 0.02 89.80 04:40:07 04:24:01 2 2.32 0.00 0.47 0.75 0.02 96.45 04:40:07 04:24:01 3 4.27 0.00 0.33 0.40 0.00 95.00 04:40:07 04:24:01 4 1.69 0.00 1.55 0.45 0.02 96.29 04:40:07 04:24:01 5 2.34 0.00 0.32 0.25 0.00 97.09 04:40:07 04:24:01 6 1.64 0.00 0.57 14.32 0.02 83.45 04:40:07 04:24:01 7 2.25 0.00 0.50 1.08 0.02 96.15 04:40:07 04:25:01 all 0.05 0.00 0.01 0.10 0.01 99.84 04:40:07 04:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:40:07 04:25:01 1 0.02 0.00 0.02 0.78 0.02 99.17 04:40:07 04:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:40:07 04:25:01 3 0.10 0.00 0.00 0.00 0.00 99.90 04:40:07 04:25:01 4 0.07 0.00 0.02 0.00 0.02 99.90 04:40:07 04:25:01 5 0.07 0.00 0.02 0.00 0.02 99.90 04:40:07 04:25:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:40:07 04:25:01 7 0.03 0.00 0.00 0.00 0.02 99.95 04:40:07 04:26:01 all 0.09 0.00 0.01 0.03 0.00 99.86 04:40:07 04:26:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:40:07 04:26:01 1 0.02 0.00 0.02 0.13 0.00 99.83 04:40:07 04:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:40:07 04:26:01 3 0.07 0.00 0.00 0.00 0.00 99.93 04:40:07 04:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:40:07 04:26:01 5 0.02 0.00 0.02 0.13 0.00 99.83 04:40:07 04:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:40:07 04:26:01 7 0.45 0.00 0.02 0.00 0.00 99.53 04:40:07 04:27:01 all 0.15 0.00 0.01 0.01 0.01 99.83 04:40:07 04:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:40:07 04:27:01 1 0.00 0.00 0.00 0.03 0.00 99.97 04:40:07 04:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:40:07 04:27:01 3 0.12 0.00 0.02 0.00 0.00 99.87 04:40:07 04:27:01 4 0.03 0.00 0.00 0.00 0.02 99.95 04:40:07 04:27:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:40:07 04:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:40:07 04:27:01 7 0.99 0.00 0.00 0.00 0.00 99.01 04:40:07 04:28:01 all 2.22 0.00 1.01 0.55 0.02 96.20 04:40:07 04:28:01 0 2.22 0.00 2.12 0.05 0.02 95.59 04:40:07 04:28:01 1 1.72 0.00 0.75 2.69 0.02 94.83 04:40:07 04:28:01 2 3.44 0.00 0.79 0.07 0.02 95.69 04:40:07 04:28:01 3 1.72 0.00 1.14 0.82 0.03 96.29 04:40:07 04:28:01 4 1.57 0.00 1.08 0.48 0.00 96.86 04:40:07 04:28:01 5 1.87 0.00 0.72 0.22 0.02 97.18 04:40:07 04:28:01 6 2.64 0.00 0.95 0.05 0.02 96.35 04:40:07 04:28:01 7 2.56 0.00 0.55 0.03 0.02 96.85 04:40:07 04:29:01 all 0.36 0.00 0.38 0.04 0.01 99.21 04:40:07 04:29:01 0 0.03 0.00 0.17 0.02 0.02 99.77 04:40:07 04:29:01 1 0.05 0.00 0.63 0.15 0.00 99.17 04:40:07 04:29:01 2 0.10 0.00 1.15 0.03 0.00 98.72 04:40:07 04:29:01 3 0.13 0.00 0.13 0.00 0.02 99.72 04:40:07 04:29:01 4 0.10 0.00 0.18 0.02 0.02 99.68 04:40:07 04:29:01 5 0.25 0.00 0.20 0.07 0.00 99.48 04:40:07 04:29:01 6 0.12 0.00 0.48 0.00 0.00 99.40 04:40:07 04:29:01 7 2.09 0.00 0.13 0.00 0.02 97.77 04:40:07 04:30:01 all 0.15 0.00 0.06 0.05 0.01 99.73 04:40:07 04:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:40:07 04:30:01 1 0.05 0.00 0.07 0.35 0.02 99.52 04:40:07 04:30:01 2 0.07 0.00 0.05 0.00 0.02 99.87 04:40:07 04:30:01 3 0.08 0.00 0.07 0.02 0.00 99.83 04:40:07 04:30:01 4 0.03 0.00 0.05 0.00 0.02 99.90 04:40:07 04:30:01 5 0.05 0.00 0.07 0.00 0.02 99.87 04:40:07 04:30:01 6 0.20 0.00 0.10 0.00 0.00 99.70 04:40:07 04:30:01 7 0.70 0.00 0.07 0.00 0.00 99.24 04:40:07 04:31:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:40:07 04:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:40:07 04:31:01 1 0.00 0.00 0.00 0.10 0.00 99.90 04:40:07 04:31:01 2 0.02 0.00 0.00 0.02 0.00 99.97 04:40:07 04:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:40:07 04:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:40:07 04:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:40:07 04:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:40:07 04:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:40:07 04:32:01 all 0.01 0.00 0.01 0.01 0.00 99.96 04:40:07 04:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:07 04:32:01 1 0.02 0.00 0.00 0.10 0.00 99.88 04:40:07 04:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:40:07 04:32:01 3 0.02 0.00 0.05 0.00 0.02 99.92 04:40:07 04:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:40:07 04:32:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:40:07 04:32:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:40:07 04:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:40:07 04:33:01 all 4.89 0.00 1.78 0.77 0.03 92.53 04:40:07 04:33:01 0 4.76 0.00 1.54 0.60 0.03 93.07 04:40:07 04:33:01 1 3.13 0.00 2.31 1.91 0.02 92.64 04:40:07 04:33:01 2 4.98 0.00 1.79 0.99 0.03 92.20 04:40:07 04:33:01 3 6.74 0.00 1.29 0.03 0.03 91.91 04:40:07 04:33:01 4 5.50 0.00 1.22 0.10 0.03 93.14 04:40:07 04:33:01 5 3.26 0.00 1.69 0.25 0.03 94.76 04:40:07 04:33:01 6 6.76 0.00 1.46 0.07 0.02 91.70 04:40:07 04:33:01 7 3.96 0.00 2.95 2.26 0.05 90.78 04:40:07 04:34:01 all 28.49 0.00 6.60 1.51 0.08 63.31 04:40:07 04:34:01 0 27.84 0.00 6.60 1.60 0.08 63.88 04:40:07 04:34:01 1 29.05 0.00 6.96 0.54 0.08 63.37 04:40:07 04:34:01 2 29.16 0.00 7.95 7.75 0.10 55.04 04:40:07 04:34:01 3 28.35 0.00 5.78 0.22 0.08 65.56 04:40:07 04:34:01 4 27.98 0.00 6.38 0.81 0.07 64.76 04:40:07 04:34:01 5 26.92 0.00 7.15 0.19 0.07 65.67 04:40:07 04:34:01 6 29.78 0.00 5.67 0.64 0.07 63.85 04:40:07 04:34:01 7 28.87 0.00 6.35 0.37 0.08 64.32 04:40:07 04:40:07 04:34:01 CPU %user %nice %system %iowait %steal %idle 04:40:07 04:35:01 all 19.75 0.00 4.42 1.04 0.06 74.73 04:40:07 04:35:01 0 19.40 0.00 4.42 0.07 0.05 76.06 04:40:07 04:35:01 1 20.02 0.00 4.07 0.08 0.07 75.76 04:40:07 04:35:01 2 20.53 0.00 4.48 2.26 0.05 72.68 04:40:07 04:35:01 3 19.62 0.00 4.22 0.34 0.07 75.75 04:40:07 04:35:01 4 18.56 0.00 5.04 0.22 0.05 76.13 04:40:07 04:35:01 5 19.02 0.00 3.90 0.22 0.07 76.80 04:40:07 04:35:01 6 20.54 0.00 4.19 0.72 0.07 74.48 04:40:07 04:35:01 7 20.31 0.00 5.02 4.39 0.08 70.20 04:40:07 04:36:01 all 0.27 0.00 0.01 0.00 0.01 99.70 04:40:07 04:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:40:07 04:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:40:07 04:36:01 2 0.02 0.00 0.02 0.02 0.02 99.93 04:40:07 04:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:40:07 04:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:40:07 04:36:01 5 1.97 0.00 0.02 0.00 0.00 98.01 04:40:07 04:36:01 6 0.10 0.00 0.02 0.02 0.02 99.85 04:40:07 04:36:01 7 0.02 0.00 0.03 0.00 0.00 99.95 04:40:07 04:37:01 all 0.28 0.00 0.01 0.00 0.00 99.70 04:40:07 04:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:40:07 04:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:40:07 04:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:40:07 04:37:01 3 0.03 0.00 0.02 0.02 0.00 99.93 04:40:07 04:37:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:40:07 04:37:01 5 1.97 0.00 0.00 0.00 0.00 98.03 04:40:07 04:37:01 6 0.07 0.00 0.02 0.02 0.02 99.88 04:40:07 04:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:40:07 04:38:01 all 0.28 0.00 0.04 0.01 0.01 99.67 04:40:07 04:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:07 04:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:40:07 04:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:40:07 04:38:01 3 0.05 0.00 0.07 0.03 0.02 99.83 04:40:07 04:38:01 4 0.03 0.00 0.03 0.02 0.02 99.90 04:40:07 04:38:01 5 1.97 0.00 0.02 0.00 0.00 98.01 04:40:07 04:38:01 6 0.03 0.00 0.05 0.02 0.00 99.90 04:40:07 04:38:01 7 0.05 0.00 0.03 0.00 0.02 99.90 04:40:07 04:39:01 all 0.14 0.00 0.02 0.00 0.00 99.83 04:40:07 04:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:40:07 04:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:40:07 04:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:40:07 04:39:01 3 0.05 0.00 0.07 0.02 0.02 99.85 04:40:07 04:39:01 4 0.05 0.00 0.02 0.00 0.00 99.93 04:40:07 04:39:01 5 0.90 0.00 0.05 0.00 0.00 99.05 04:40:07 04:39:01 6 0.05 0.00 0.02 0.02 0.02 99.90 04:40:07 04:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:40:07 04:40:01 all 0.30 0.00 0.12 0.01 0.01 99.57 04:40:07 04:40:01 0 0.50 0.00 0.22 0.00 0.00 99.28 04:40:07 04:40:01 1 0.50 0.00 0.15 0.00 0.02 99.33 04:40:07 04:40:01 2 0.05 0.00 0.05 0.02 0.02 99.87 04:40:07 04:40:01 3 0.15 0.00 0.13 0.02 0.02 99.68 04:40:07 04:40:01 4 0.08 0.00 0.05 0.00 0.00 99.87 04:40:07 04:40:01 5 0.39 0.00 0.10 0.00 0.02 99.50 04:40:07 04:40:01 6 0.45 0.00 0.13 0.03 0.00 99.38 04:40:07 04:40:01 7 0.27 0.00 0.10 0.00 0.00 99.63 04:40:07 Average: all 3.47 0.00 0.88 0.44 0.02 95.19 04:40:07 Average: 0 3.31 0.00 0.92 0.20 0.02 95.55 04:40:07 Average: 1 3.23 0.00 0.90 0.94 0.01 94.92 04:40:07 Average: 2 3.53 0.00 0.98 0.69 0.02 94.78 04:40:07 Average: 3 3.59 0.00 0.78 0.11 0.02 95.51 04:40:07 Average: 4 3.25 0.00 0.92 0.12 0.02 95.69 04:40:07 Average: 5 3.55 0.00 0.83 0.08 0.01 95.52 04:40:07 Average: 6 3.65 0.00 0.80 0.93 0.01 94.60 04:40:07 Average: 7 3.64 0.00 0.92 0.47 0.02 94.95 04:40:07 04:40:07 04:40:07