Pull request #291 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6f84cc138d0d60d4923d28566be2de651f79a1b1+b749e223b2711b185c15c0ba4cea8b5d0d469184 (558a5a1670a64a3ecd2c836f15786010413eaa5a) 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-ssh16904419309750906383.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh9539171776571936232.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-snmp-go/branches/PR-291/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-snmp-go/branches/PR-291/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7847712926853636159.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-snmp-go/branches/PR-291/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17566774828868096343.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh13983098112750878861.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-snmp-go/branches/PR-291/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-snmp-go/branches/PR-291/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5275087768387608639.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-snmp-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-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 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-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9256 in /w/workspace/gexfoundry_device-snmp-go_PR-291 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_PR-291 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-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-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-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-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b749e223b2711b185c15c0ba4cea8b5d0d469184 into PR head commit 6f84cc138d0d60d4923d28566be2de651f79a1b1 Merge succeeded, producing 6f84cc138d0d60d4923d28566be2de651f79a1b1 Checking out Revision 6f84cc138d0d60d4923d28566be2de651f79a1b1 (PR-291) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:59:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script > git config core.sparsecheckout # timeout=10 > git checkout -f 6f84cc138d0d60d4923d28566be2de651f79a1b1 # 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 b749e223b2711b185c15c0ba4cea8b5d0d469184 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f84cc138d0d60d4923d28566be2de651f79a1b1 # timeout=10 [Pipeline] { [Pipeline] withCredentials 05:59:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:59:02 ========================================================= 05:59:02 EdgeX Global Pipelines Version Info 05:59:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:59:03 ------------------- 05:59:03 stable info: 05:59:03 ------------------- 05:59:03 Commited By: Bill Mahoney bill.mahoney@intel.com 05:59:03 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 05:59:03 Message: update stable to v1.0.248 05:59:03 ------------------- 05:59:03 experimental info: 05:59:03 ------------------- 05:59:03 Commited By: **** collab-it+edgex@linuxfoundation.org 05:59:03 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 05:59:03 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:59:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f84cc1 [Pipeline] echo 05:59:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:59:05 provisioning config files... 05:59:05 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config2503180832872173319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:59:06 ---> docker-login.sh 05:59:06 nexus3.edgexfoundry.org:10001 05:59:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:06 Configure a credential helper to remove this warning. See 05:59:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:06 05:59:06 Login Succeeded 05:59:06 nexus3.edgexfoundry.org:10002 05:59:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:06 Configure a credential helper to remove this warning. See 05:59:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:06 05:59:06 Login Succeeded 05:59:06 nexus3.edgexfoundry.org:10003 05:59:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:06 Configure a credential helper to remove this warning. See 05:59:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:06 05:59:06 Login Succeeded 05:59:06 nexus3.edgexfoundry.org:10004 05:59:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:06 Configure a credential helper to remove this warning. See 05:59:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:06 05:59:06 Login Succeeded 05:59:06 docker.io 05:59:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:06 Configure a credential helper to remove this warning. See 05:59:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:06 05:59:06 Login Succeeded 05:59:06 ---> docker-login.sh ends [Pipeline] } 05:59:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:59:07 + git rev-list -1 --merges 6f84cc138d0d60d4923d28566be2de651f79a1b1~1..6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo 05:59:07 -----------> git rev-list -1 --merges 6f84cc138d0d60d4923d28566be2de651f79a1b1~1..6f84cc138d0d60d4923d28566be2de651f79a1b1 6f84cc138d0d60d4923d28566be2de651f79a1b1 [false] [Pipeline] sh 05:59:07 + git log --format=format:%s -1 6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo 05:59:07 ========================================================= 05:59:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:59:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:59:08 + git log --format=format:%s -1 6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] echo 05:59:08 [semverPrep] GIT_COMMIT: 6f84cc138d0d60d4923d28566be2de651f79a1b1, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 05:59:08 [semverPrep] This is not a build commit. [Pipeline] sh 05:59:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:59:08 + grep -v github /etc/ssh/ssh_known_hosts 05:59:08 + [ -e /tmp/ssh_known_hosts ] 05:59:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:59:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:59:08 + sudo tee -a /etc/ssh/ssh_known_hosts 05:59:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:59:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:59:09 05:59:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:59:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:59:09 0.1.4: Pulling from edgex-devops/py-git-semver 05:59:09 b85a868b505f: Pulling fs layer 05:59:09 e2be974225ed: Pulling fs layer 05:59:09 339a4e72a1f5: Pulling fs layer 05:59:09 988bab9f4d93: Pulling fs layer 05:59:09 1469e6f7b9e6: Pulling fs layer 05:59:09 eaf3925da568: Pulling fs layer 05:59:09 bab4dde63d76: Pulling fs layer 05:59:09 bde34c3a00c8: Pulling fs layer 05:59:09 b352a97aabf1: Pulling fs layer 05:59:09 4872d77fe225: Pulling fs layer 05:59:09 5851b861e8e6: Pulling fs layer 05:59:09 eaf3925da568: Waiting 05:59:09 1469e6f7b9e6: Waiting 05:59:09 bde34c3a00c8: Waiting 05:59:09 bab4dde63d76: Waiting 05:59:09 b352a97aabf1: Waiting 05:59:09 4872d77fe225: Waiting 05:59:09 5851b861e8e6: Waiting 05:59:09 e2be974225ed: Verifying Checksum 05:59:09 e2be974225ed: Download complete 05:59:09 988bab9f4d93: Verifying Checksum 05:59:09 988bab9f4d93: Download complete 05:59:09 1469e6f7b9e6: Verifying Checksum 05:59:09 1469e6f7b9e6: Download complete 05:59:09 339a4e72a1f5: Verifying Checksum 05:59:09 339a4e72a1f5: Download complete 05:59:09 eaf3925da568: Verifying Checksum 05:59:09 eaf3925da568: Download complete 05:59:09 bde34c3a00c8: Download complete 05:59:09 b352a97aabf1: Download complete 05:59:09 4872d77fe225: Download complete 05:59:09 5851b861e8e6: Verifying Checksum 05:59:09 5851b861e8e6: Download complete 05:59:09 b85a868b505f: Download complete 05:59:10 bab4dde63d76: Verifying Checksum 05:59:10 bab4dde63d76: Download complete 05:59:11 b85a868b505f: Pull complete 05:59:11 e2be974225ed: Pull complete 05:59:11 339a4e72a1f5: Pull complete 05:59:11 988bab9f4d93: Pull complete 05:59:12 1469e6f7b9e6: Pull complete 05:59:12 eaf3925da568: Pull complete 05:59:14 bab4dde63d76: Pull complete 05:59:14 bde34c3a00c8: Pull complete 05:59:14 b352a97aabf1: Pull complete 05:59:14 4872d77fe225: Pull complete 05:59:14 5851b861e8e6: Pull complete 05:59:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:59:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:59:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:59:14 prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container 05:59:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:59:17 $ docker top 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 -eo pid,comm 05:59:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:59:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:59:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:59:17 [ssh-agent] Looking for ssh-agent implementation... 05:59:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:59:17 $ docker exec 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent 05:59:18 SSH_AUTH_SOCK=/tmp/ssh-RX7SXsoTrFF3/agent.32 05:59:18 SSH_AGENT_PID=38 05:59:18 Running ssh-add (command line suppressed) 05:59:18 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_11423214883181041715.key (/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_11423214883181041715.key) 05:59:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:59:18 + git tag --points-at HEAD [Pipeline] } 05:59:18 $ docker exec --env ******** --env ******** 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent -k 05:59:18 unset SSH_AUTH_SOCK; 05:59:18 unset SSH_AGENT_PID; 05:59:18 echo Agent pid 38 killed; 05:59:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:59:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:59:18 [ssh-agent] Looking for ssh-agent implementation... 05:59:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:59:18 $ docker exec 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent 05:59:19 SSH_AUTH_SOCK=/tmp/ssh-YfbY5FpKQGY5/agent.70 05:59:19 SSH_AGENT_PID=76 05:59:19 Running ssh-add (command line suppressed) 05:59:19 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_9451955999125976623.key (/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/private_key_9451955999125976623.key) 05:59:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:59:19 + git semver init 05:59:19 2023-04-21 05:59:19,649 [run_init] DEBUG init version:0.0.0 force:False 05:59:19 2023-04-21 05:59:19,650 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver 05:59:19 2023-04-21 05:59:19,650 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/gexfoundry_device-snmp-go_PR-291/.semver 05:59:19 2023-04-21 05:59:19,651 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-291, universal_newlines=False, shell=None, istream=None) 05:59:20 2023-04-21 05:59:20,442 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-snmp-go_PR-291/.git/info/exclude 05:59:20 2023-04-21 05:59:20,442 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver/PR-291 with force:False 05:59:20 2023-04-21 05:59:20,443 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver/PR-291 05:59:20 2023-04-21 05:59:20,447 [execute] INFO git cat-file --batch-check 05:59:20 2023-04-21 05:59:20,448 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver, universal_newlines=False, shell=None, istream=) 05:59:20 2023-04-21 05:59:20,453 [execute] INFO git cat-file --batch 05:59:20 2023-04-21 05:59:20,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-snmp-go_PR-291/.semver, universal_newlines=False, shell=None, istream=) 05:59:20 2023-04-21 05:59:20,459 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-snmp-go_PR-291/.semver/PR-291 05:59:20 0.0.0 [Pipeline] } 05:59:20 $ docker exec --env ******** --env ******** 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 ssh-agent -k 05:59:20 unset SSH_AUTH_SOCK; 05:59:20 unset SSH_AGENT_PID; 05:59:20 echo Agent pid 76 killed; 05:59:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:59:21 + git semver [Pipeline] } 05:59:21 $ docker stop --time=1 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 05:59:22 $ docker rm -f --volumes 82ed515e31e28b8bfeb8ae9732ea7d524d41f5ed9d16765a03aaaaab85972020 [Pipeline] // withDockerContainer [Pipeline] sh 05:59:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:59:23 Stashed 1 file(s) [Pipeline] echo 05:59:23 [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 05:59:24 provisioning config files... 05:59:24 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config8814742846890607625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:59:24 ---> docker-login.sh 05:59:24 nexus3.edgexfoundry.org:10001 05:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:24 Configure a credential helper to remove this warning. See 05:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:24 05:59:24 Login Succeeded 05:59:24 nexus3.edgexfoundry.org:10002 05:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:24 Configure a credential helper to remove this warning. See 05:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:24 05:59:24 Login Succeeded 05:59:24 nexus3.edgexfoundry.org:10003 05:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:24 Configure a credential helper to remove this warning. See 05:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:24 05:59:24 Login Succeeded 05:59:24 nexus3.edgexfoundry.org:10004 05:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:24 Configure a credential helper to remove this warning. See 05:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:24 05:59:24 Login Succeeded 05:59:24 docker.io 05:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:59:25 Configure a credential helper to remove this warning. See 05:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:59:25 05:59:25 Login Succeeded 05:59:25 ---> docker-login.sh ends [Pipeline] } 05:59:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:59:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:59:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:59:25 ========================================================= 05:59:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 05:59:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:59:25 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 05:59:25 Sending build context to Docker daemon 5.795MB 05:59:25 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 05:59:25 Step 2/12 : FROM ${BASE} AS builder 05:59:25 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 05:59:25 63b65145d645: Pulling fs layer 05:59:25 a2d21d5440eb: Pulling fs layer 05:59:25 935e6c44a52c: Pulling fs layer 05:59:25 94cc34f8dd06: Pulling fs layer 05:59:25 30dea6a524f1: Pulling fs layer 05:59:25 a2aff8979fd8: Pulling fs layer 05:59:25 94cc34f8dd06: Waiting 05:59:25 6808be2612f2: Pulling fs layer 05:59:25 f25807f1079a: Pulling fs layer 05:59:25 30dea6a524f1: Waiting 05:59:25 a2aff8979fd8: Waiting 05:59:25 6808be2612f2: Waiting 05:59:25 f25807f1079a: Waiting 05:59:26 a2d21d5440eb: Download complete 05:59:26 94cc34f8dd06: Verifying Checksum 05:59:26 94cc34f8dd06: Download complete 05:59:26 30dea6a524f1: Verifying Checksum 05:59:26 30dea6a524f1: Download complete 05:59:26 63b65145d645: Verifying Checksum 05:59:26 63b65145d645: Download complete 05:59:26 a2aff8979fd8: Verifying Checksum 05:59:26 a2aff8979fd8: Download complete 05:59:26 63b65145d645: Pull complete 05:59:26 a2d21d5440eb: Pull complete 05:59:26 f25807f1079a: Verifying Checksum 05:59:26 f25807f1079a: Download complete 05:59:26 935e6c44a52c: Verifying Checksum 05:59:26 935e6c44a52c: Download complete 05:59:26 6808be2612f2: Verifying Checksum 05:59:26 6808be2612f2: Download complete 05:59:30 935e6c44a52c: Pull complete 05:59:30 94cc34f8dd06: Pull complete 05:59:30 30dea6a524f1: Pull complete 05:59:30 a2aff8979fd8: Pull complete 05:59:32 6808be2612f2: Pull complete 05:59:33 f25807f1079a: Pull complete 05:59:33 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 05:59:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:59:33 ---> 3b553350e43f 05:59:33 Step 3/12 : ARG ADD_BUILD_TAGS="" 05:59:37 ---> Running in ba40a24a0836 05:59:37 Removing intermediate container ba40a24a0836 05:59:37 ---> 1f573cfdd6e5 05:59:37 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:59:37 ---> Running in d2d08f150cbd 05:59:37 Removing intermediate container d2d08f150cbd 05:59:37 ---> 26731586bb81 05:59:37 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 05:59:37 ---> Running in 83333acfc4ad 05:59:37 Removing intermediate container 83333acfc4ad 05:59:37 ---> e2cf9d57dc56 05:59:37 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 05:59:37 ---> Running in d8e647ea46a3 05:59:37 Removing intermediate container d8e647ea46a3 05:59:37 ---> d884788f13c4 05:59:37 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:59:37 ---> Running in 3a86094ba775 05:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:59:38 (1/4) Installing openssh-keygen (9.1_p1-r2) 05:59:38 (2/4) Installing libedit (20221030.3.1-r0) 05:59:38 (3/4) Installing openssh-client-common (9.1_p1-r2) 05:59:38 (4/4) Installing openssh-client-default (9.1_p1-r2) 05:59:38 Executing busybox-1.35.0-r29.trigger 05:59:38 OK: 269 MiB in 57 packages 05:59:38 Removing intermediate container 3a86094ba775 05:59:38 ---> 90a93d59e048 05:59:38 Step 8/12 : WORKDIR /device-snmp-go 05:59:38 ---> Running in 2a02141916ca 05:59:38 Removing intermediate container 2a02141916ca 05:59:38 ---> d3f79a3fd289 05:59:38 Step 9/12 : COPY go.mod vendor* ./ 05:59:38 ---> ca1a9cc7b5c2 05:59:38 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:38 ---> Running in 915bbe4cfb75 05:59:38 Still waiting to schedule task 05:59:38 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9253’ 06:00:05 Removing intermediate container 915bbe4cfb75 06:00:05 ---> 2a41e443caf7 06:00:05 Step 11/12 : COPY . . 06:00:05 ---> bb796e831ddc 06:00:05 Step 12/12 : RUN ${MAKE} 06:00:05 ---> Running in fc5cabc137e9 06:00:05 noop 06:00:05 Removing intermediate container fc5cabc137e9 06:00:05 ---> 99e295e91c6a 06:00:05 Successfully built 99e295e91c6a 06:00:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:06 + docker inspect -f . ci-base-image-x86_64 06:00:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:00:06 prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container 06:00:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_PR-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:00:07 $ docker top f764786bbb2e208ba657dd745dd79ca4b36ea25f79d62d924ee83f42fd8ddb15 -eo pid,comm [Pipeline] { [Pipeline] sh 06:00:09 + go version 06:00:09 go version go1.20.2 linux/amd64 [Pipeline] } 06:00:09 $ docker stop --time=1 f764786bbb2e208ba657dd745dd79ca4b36ea25f79d62d924ee83f42fd8ddb15 06:00:10 $ docker rm -f --volumes f764786bbb2e208ba657dd745dd79ca4b36ea25f79d62d924ee83f42fd8ddb15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:11 + docker inspect -f . ci-base-image-x86_64 06:00:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:00:11 prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container 06:00:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-snmp-go_PR-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:00:11 $ docker top d4e7839091834a7f369e19c6f2447c3f8ef7ad6a7fc29eb5e8f96eb52d9e380f -eo pid,comm [Pipeline] { [Pipeline] sh 06:00:12 + git config --global --add safe.directory /w/workspace/gexfoundry_device-snmp-go_PR-291 [Pipeline] fileExists [Pipeline] sh 06:00:12 + make test 06:00:12 go test ./... -coverprofile=coverage.out 06:00:17 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:00:27 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 06:00:27 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.010s coverage: 0.0% of statements 06:00:34 go vet ./... 06:00:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:00:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:00:37 ./bin/test-attribution-txt.sh [Pipeline] echo 06:00:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:00:37 $ docker stop --time=1 d4e7839091834a7f369e19c6f2447c3f8ef7ad6a7fc29eb5e8f96eb52d9e380f 06:00:41 $ docker rm -f --volumes d4e7839091834a7f369e19c6f2447c3f8ef7ad6a7fc29eb5e8f96eb52d9e380f [Pipeline] // withDockerContainer [Pipeline] sh 06:00:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:00:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:00:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:00:42 + ls -al . 06:00:42 total 172 06:00:42 drwxrwxr-x 9 jenkins jenkins 4096 Apr 21 06:00 . 06:00:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 05:58 .. 06:00:42 -rw-rw-r-- 1 jenkins jenkins 6 Apr 21 05:59 .dockerignore 06:00:42 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 05:59 .git 06:00:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 05:59 .github 06:00:42 -rw-rw-r-- 1 jenkins jenkins 328 Apr 21 05:59 .gitignore 06:00:42 -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 05:59 .golangci.yml 06:00:42 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 05:59 .semver 06:00:42 -rw-rw-r-- 1 jenkins jenkins 9056 Apr 21 05:59 Attribution.txt 06:00:42 -rw-rw-r-- 1 jenkins jenkins 8355 Apr 21 05:59 CHANGELOG.md 06:00:42 -rw-rw-r-- 1 jenkins jenkins 1423 Apr 21 05:59 Dockerfile 06:00:42 -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 05:59 GOVERNANCE.md 06:00:42 -rw-rw-r-- 1 jenkins jenkins 656 Apr 21 05:59 Jenkinsfile 06:00:42 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 05:59 LICENSE 06:00:42 -rw-rw-r-- 1 jenkins jenkins 2114 Apr 21 05:59 Makefile 06:00:42 -rw-rw-r-- 1 jenkins jenkins 620 Apr 21 05:59 OWNERS.md 06:00:42 -rw-rw-r-- 1 jenkins jenkins 10054 Apr 21 05:59 README.md 06:00:42 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 05:59 VERSION 06:00:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 05:59 bin 06:00:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 05:59 cmd 06:00:42 -rw-r--r-- 1 jenkins jenkins 8837 Apr 21 06:00 coverage.out 06:00:42 -rw-rw-r-- 1 jenkins jenkins 3283 Apr 21 05:59 go.mod 06:00:42 -rw-rw-r-- 1 jenkins jenkins 31441 Apr 21 05:59 go.sum 06:00:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 05:59 internal 06:00:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 05:59 snap 06:00:42 -rw-rw-r-- 1 jenkins jenkins 228 Apr 21 05:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:00:43 + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6f84cc138d0d60d4923d28566be2de651f79a1b1 --label arch=amd64 --label version=0.0.0 . 06:00:43 Sending build context to Docker daemon 5.805MB 06:00:43 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 06:00:43 Step 2/24 : FROM ${BASE} AS builder 06:00:43 ---> 99e295e91c6a 06:00:43 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:00:43 ---> Running in a975102973c6 06:00:43 Removing intermediate container a975102973c6 06:00:43 ---> cc15eb84b4bc 06:00:43 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:00:43 ---> Running in 1d2c13aa305c 06:00:43 Removing intermediate container 1d2c13aa305c 06:00:43 ---> fd0d1ad571af 06:00:43 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:00:43 ---> Running in fdf9a5990d84 06:00:43 Removing intermediate container fdf9a5990d84 06:00:43 ---> c4b9ecc6b538 06:00:43 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 06:00:43 ---> Running in 70734fed40ec 06:00:43 Removing intermediate container 70734fed40ec 06:00:43 ---> ae0ed067b57a 06:00:43 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:00:43 ---> Running in a682b85cb1a4 06:00:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:00:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:00:44 OK: 269 MiB in 57 packages 06:00:44 Removing intermediate container a682b85cb1a4 06:00:44 ---> 26024872846b 06:00:44 Step 8/24 : WORKDIR /device-snmp-go 06:00:44 ---> Running in a04ed4f2594d 06:00:44 Removing intermediate container a04ed4f2594d 06:00:44 ---> 94da59fd785f 06:00:44 Step 9/24 : COPY go.mod vendor* ./ 06:00:44 ---> 683226a1e79e 06:00:44 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:44 ---> Running in e2557d5384d7 06:00:45 Removing intermediate container e2557d5384d7 06:00:45 ---> 88c6d56df96c 06:00:45 Step 11/24 : COPY . . 06:00:45 ---> be30e9e42697 06:00:45 Step 12/24 : RUN ${MAKE} 06:00:45 ---> Running in a6809476e785 06:00:46 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 06:01:04 Removing intermediate container a6809476e785 06:01:04 ---> c7f0da964ce7 06:01:04 Step 13/24 : FROM alpine:3.17 06:01:04 3.17: Pulling from library/alpine 06:01:04 f56be85fc22e: Pulling fs layer 06:01:04 f56be85fc22e: Verifying Checksum 06:01:04 f56be85fc22e: Download complete 06:01:04 f56be85fc22e: Pull complete 06:01:04 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:01:04 Status: Downloaded newer image for alpine:3.17 06:01:04 ---> 9ed4aefc74f6 06:01:04 Step 14/24 : RUN apk add --update --no-cache dumb-init 06:01:04 ---> Running in fc133f8bab0b 06:01:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:01:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:01:04 (1/1) Installing dumb-init (1.2.5-r2) 06:01:04 Executing busybox-1.35.0-r29.trigger 06:01:04 OK: 7 MiB in 16 packages 06:01:04 Removing intermediate container fc133f8bab0b 06:01:04 ---> 61dff713ca2e 06:01:04 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 06:01:05 ---> 09779732ba88 06:01:05 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 06:01:05 ---> 91596f56d7bf 06:01:05 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 06:01:05 ---> d6094ad16c40 06:01:05 Step 18/24 : EXPOSE 59993 06:01:05 ---> Running in ca4638500f6b 06:01:06 Removing intermediate container ca4638500f6b 06:01:06 ---> c6e9dfc7f621 06:01:06 Step 19/24 : EXPOSE 161 06:01:06 ---> Running in d02aaf2381de 06:01:06 Removing intermediate container d02aaf2381de 06:01:06 ---> b0c5bd41699e 06:01:06 Step 20/24 : ENTRYPOINT ["/device-snmp"] 06:01:06 ---> Running in 9d51d652bdac 06:01:06 Removing intermediate container 9d51d652bdac 06:01:06 ---> c5a4d21f70d5 06:01:06 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 06:01:06 ---> Running in 77c2f783f730 06:01:06 Removing intermediate container 77c2f783f730 06:01:06 ---> e18ffd5fb744 06:01:06 Step 22/24 : LABEL arch=amd64 06:01:06 ---> Running in a363da45872c 06:01:06 Removing intermediate container a363da45872c 06:01:06 ---> fd680b7f5742 06:01:06 Step 23/24 : LABEL git_sha=6f84cc138d0d60d4923d28566be2de651f79a1b1 06:01:06 ---> Running in d2c573d53c46 06:01:06 Removing intermediate container d2c573d53c46 06:01:06 ---> 95396335049a 06:01:06 Step 24/24 : LABEL version=0.0.0 06:01:06 ---> Running in 4d4219daa3ed 06:01:06 Removing intermediate container 4d4219daa3ed 06:01:06 ---> d09b0e12e679 06:01:06 [Warning] One or more build-args [ARCH] were not consumed 06:01:06 Successfully built d09b0e12e679 06:01:06 Successfully tagged device-snmp: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 06:01:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:01:07 06:01:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:01:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:01:07 latest: Pulling from edgex-lftools-log-publisher 06:01:07 5eb5b503b376: Pulling fs layer 06:01:07 5c69ac0246d0: Pulling fs layer 06:01:07 ec43610c2a17: Pulling fs layer 06:01:07 3a2ae6a8a46f: Pulling fs layer 06:01:07 33b1e0a273af: Pulling fs layer 06:01:07 5d3b04190fa2: Pulling fs layer 06:01:07 2f39f015ded8: Pulling fs layer 06:01:07 33b1e0a273af: Waiting 06:01:07 5d3b04190fa2: Waiting 06:01:07 3a2ae6a8a46f: Waiting 06:01:07 2f39f015ded8: Waiting 06:01:07 5c69ac0246d0: Verifying Checksum 06:01:07 5c69ac0246d0: Download complete 06:01:07 3a2ae6a8a46f: Download complete 06:01:07 33b1e0a273af: Verifying Checksum 06:01:07 33b1e0a273af: Download complete 06:01:07 5d3b04190fa2: Verifying Checksum 06:01:07 5d3b04190fa2: Download complete 06:01:07 ec43610c2a17: Verifying Checksum 06:01:07 ec43610c2a17: Download complete 06:01:08 5eb5b503b376: Verifying Checksum 06:01:08 5eb5b503b376: Download complete 06:01:08 2f39f015ded8: Download complete 06:01:09 5eb5b503b376: Pull complete 06:01:09 5c69ac0246d0: Pull complete 06:01:09 ec43610c2a17: Pull complete 06:01:09 3a2ae6a8a46f: Pull complete 06:01:09 33b1e0a273af: Pull complete 06:01:10 5d3b04190fa2: Pull complete 06:01:14 2f39f015ded8: Pull complete 06:01:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:01:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:01:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:01:14 prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container 06:01:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_PR-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:01:18 $ docker top dad87ce5aa9ecc2ef3345a4fe36883cba228c39873c379be69619e997c59b9a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:01:18 ---> job-cost.sh 06:01:18 lf-activate-venv: SKIPPING 06:01:18 INFO: No Stack... 06:01:19 INFO: Retrieving Pricing Info for: v3-standard-8 06:01:19 INFO: Archiving Costs [Pipeline] sh 06:01:19 + cat /w/workspace/gexfoundry_device-snmp-go_PR-291/archives/cost.csv 06:01:19 + cut -d, -f6 [Pipeline] lock 06:01:19 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] 06:01:19 Resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] did not exist. Created. 06:01:19 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:01:20 + echo total: 0.2199999988079071 [Pipeline] stash 06:01:20 Stashed 1 file(s) [Pipeline] } 06:01:20 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:01:20 $ docker stop --time=1 dad87ce5aa9ecc2ef3345a4fe36883cba228c39873c379be69619e997c59b9a4 06:01:21 $ docker rm -f --volumes dad87ce5aa9ecc2ef3345a4fe36883cba228c39873c379be69619e997c59b9a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:04:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9257 in /w/workspace/gexfoundry_device-snmp-go_PR-291 [Pipeline] { [Pipeline] ws 06:04:21 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 06:04:22 Selected Git installation does not exist. Using Default 06:04:22 The recommended git tool is: NONE 06:04:29 using credential edgex-jenkins-ssh 06:04:29 Cloning the remote Git repository 06:04:29 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 06:04:29 > git init /w/workspace/device-snmp-go/1 # timeout=10 06:04:29 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:04:29 > git --version # timeout=10 06:04:29 > git --version # 'git version 2.25.1' 06:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:30 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:04:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:31 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:04:31 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:04:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:04:32 Merging remotes/origin/main commit b749e223b2711b185c15c0ba4cea8b5d0d469184 into PR head commit 6f84cc138d0d60d4923d28566be2de651f79a1b1 06:04:32 Merge succeeded, producing 6f84cc138d0d60d4923d28566be2de651f79a1b1 06:04:32 Checking out Revision 6f84cc138d0d60d4923d28566be2de651f79a1b1 (PR-291) 06:04:33 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3" 06:04:33 > git --version # timeout=10 06:04:33 > git --version # 'git version 2.25.1' 06:04:33 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 06:04:32 > git config core.sparsecheckout # timeout=10 06:04:32 > git checkout -f 6f84cc138d0d60d4923d28566be2de651f79a1b1 # timeout=10 06:04:32 > git remote # timeout=10 06:04:32 > git config --get remote.origin.url # timeout=10 06:04:32 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:32 > git merge b749e223b2711b185c15c0ba4cea8b5d0d469184 # timeout=10 06:04:32 > git rev-parse HEAD^{commit} # timeout=10 06:04:32 > git config core.sparsecheckout # timeout=10 06:04:32 > git checkout -f 6f84cc138d0d60d4923d28566be2de651f79a1b1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:04:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:04:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:04:34 Dload Upload Total Spent Left Speed 06:04:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99617 0 --:--:-- --:--:-- --:--:-- 98844 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh 06:04:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:04:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:04:35 + sudo tee /etc/docker/daemon.new 06:04:35 { 06:04:35 "registry-mirrors": [ 06:04:35 "https://nexus3.edgexfoundry.org:10001" 06:04:35 ], 06:04:35 "bip": "10.250.0.254/24", 06:04:35 "hosts": [ 06:04:35 "tcp://0.0.0.0:5555", 06:04:35 "unix:///var/run/docker.sock" 06:04:35 ], 06:04:35 "mtu": 1458, 06:04:35 "selinux-enabled": true, 06:04:35 "seccomp-profile": "/etc/docker/seccomp.json" 06:04:35 } [Pipeline] sh 06:04:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:04:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:04:58 provisioning config files... 06:04:58 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config16682308894152724348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:04:59 ---> docker-login.sh 06:04:59 nexus3.edgexfoundry.org:10001 06:04:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:59 Configure a credential helper to remove this warning. See 06:04:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:59 06:04:59 Login Succeeded 06:05:00 nexus3.edgexfoundry.org:10002 06:05:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:00 Configure a credential helper to remove this warning. See 06:05:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:00 06:05:00 Login Succeeded 06:05:00 nexus3.edgexfoundry.org:10003 06:05:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:00 Configure a credential helper to remove this warning. See 06:05:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:00 06:05:00 Login Succeeded 06:05:00 nexus3.edgexfoundry.org:10004 06:05:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:00 Configure a credential helper to remove this warning. See 06:05:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:00 06:05:00 Login Succeeded 06:05:00 docker.io 06:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:02 Configure a credential helper to remove this warning. See 06:05:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:02 06:05:02 Login Succeeded 06:05:02 ---> docker-login.sh ends [Pipeline] } 06:05:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:05:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:05:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:05:03 ========================================================= 06:05:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 06:05:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:03 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 06:05:03 Sending build context to Docker daemon 3MB 06:05:03 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 06:05:03 Step 2/12 : FROM ${BASE} AS builder 06:05:04 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:05:04 af6eaf76a39c: Pulling fs layer 06:05:04 55522c791124: Pulling fs layer 06:05:04 ce5c4a1c91eb: Pulling fs layer 06:05:04 169dfbe0d373: Pulling fs layer 06:05:04 e1ff8fa3b103: Pulling fs layer 06:05:04 52ebb69f0ebf: Pulling fs layer 06:05:04 5abe8eddf0d5: Pulling fs layer 06:05:04 e1ff8fa3b103: Waiting 06:05:04 52ebb69f0ebf: Waiting 06:05:04 5abe8eddf0d5: Waiting 06:05:04 169dfbe0d373: Waiting 06:05:04 55522c791124: Verifying Checksum 06:05:04 55522c791124: Download complete 06:05:04 169dfbe0d373: Verifying Checksum 06:05:04 169dfbe0d373: Download complete 06:05:04 e1ff8fa3b103: Verifying Checksum 06:05:04 e1ff8fa3b103: Download complete 06:05:04 af6eaf76a39c: Verifying Checksum 06:05:04 af6eaf76a39c: Download complete 06:05:05 af6eaf76a39c: Pull complete 06:05:05 5abe8eddf0d5: Verifying Checksum 06:05:05 5abe8eddf0d5: Download complete 06:05:05 55522c791124: Pull complete 06:05:06 ce5c4a1c91eb: Verifying Checksum 06:05:06 ce5c4a1c91eb: Download complete 06:05:06 52ebb69f0ebf: Verifying Checksum 06:05:06 52ebb69f0ebf: Download complete 06:05:19 ce5c4a1c91eb: Pull complete 06:05:19 169dfbe0d373: Pull complete 06:05:19 e1ff8fa3b103: Pull complete 06:05:25 52ebb69f0ebf: Pull complete 06:05:27 5abe8eddf0d5: Pull complete 06:05:27 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 06:05:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:05:27 ---> 6cb57ee374ae 06:05:27 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:05:29 ---> Running in 9070e8027cc1 06:05:29 Removing intermediate container 9070e8027cc1 06:05:29 ---> 0a7db2ce996b 06:05:29 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:05:29 ---> Running in 3d929701068f 06:05:30 Removing intermediate container 3d929701068f 06:05:30 ---> 2bcb19f7e77b 06:05:30 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:05:30 ---> Running in 7a2c6635d002 06:05:30 Removing intermediate container 7a2c6635d002 06:05:30 ---> debd4abb1e5c 06:05:30 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:05:30 ---> Running in 682f97b50dfc 06:05:30 Removing intermediate container 682f97b50dfc 06:05:30 ---> 787093a69ba0 06:05:30 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:05:30 ---> Running in b15834a856a6 06:05:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:05:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:05:33 (1/4) Installing openssh-keygen (9.1_p1-r2) 06:05:33 (2/4) Installing libedit (20221030.3.1-r0) 06:05:33 (3/4) Installing openssh-client-common (9.1_p1-r2) 06:05:33 (4/4) Installing openssh-client-default (9.1_p1-r2) 06:05:33 Executing busybox-1.35.0-r29.trigger 06:05:33 OK: 268 MiB in 57 packages 06:05:34 Removing intermediate container b15834a856a6 06:05:34 ---> 07bb0bb0da6e 06:05:34 Step 8/12 : WORKDIR /device-snmp-go 06:05:34 ---> Running in 1317db95f7c6 06:05:35 Removing intermediate container 1317db95f7c6 06:05:35 ---> 8171bd99669c 06:05:35 Step 9/12 : COPY go.mod vendor* ./ 06:05:35 ---> 80e8f0495279 06:05:35 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:05:35 ---> Running in cb0ac4968747 06:07:27 Removing intermediate container cb0ac4968747 06:07:27 ---> 1a44a565f6a0 06:07:27 Step 11/12 : COPY . . 06:07:27 ---> 03b1b90f3925 06:07:27 Step 12/12 : RUN ${MAKE} 06:07:27 ---> Running in 1e70339f61d3 06:07:27 noop 06:07:27 Removing intermediate container 1e70339f61d3 06:07:27 ---> 5898dd556070 06:07:27 Successfully built 5898dd556070 06:07:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:28 + docker inspect -f . ci-base-image-arm64 06:07:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:07:28 prd-ubuntu20.04-docker-arm64-4c-16g-9257 does not seem to be running inside a container 06:07:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:07:29 $ docker top b022fbbdf787a896818bd7f8a4ff8aef8bfd184c594326e8f76f0d4abe4bcb66 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:30 + go version 06:07:30 go version go1.20.2 linux/arm64 [Pipeline] } 06:07:30 $ docker stop --time=1 b022fbbdf787a896818bd7f8a4ff8aef8bfd184c594326e8f76f0d4abe4bcb66 06:07:32 $ docker rm -f --volumes b022fbbdf787a896818bd7f8a4ff8aef8bfd184c594326e8f76f0d4abe4bcb66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:33 + docker inspect -f . ci-base-image-arm64 06:07:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:07:33 prd-ubuntu20.04-docker-arm64-4c-16g-9257 does not seem to be running inside a container 06:07:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:07:35 $ docker top bc383a4a6b2c1d61b6549957482a1f863c36bdf61fc40f8229b82b6443ca11d8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:36 + git config --global --add safe.directory /w/workspace/device-snmp-go/1 [Pipeline] fileExists [Pipeline] sh 06:07:36 + make test 06:07:36 go test ./... -coverprofile=coverage.out 06:08:08 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:10:00 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 06:10:00 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.048s coverage: 0.0% of statements 06:10:00 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:10:00 go vet ./... 06:10:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:10:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:10:15 ./bin/test-attribution-txt.sh [Pipeline] echo 06:10:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:10:15 $ docker stop --time=1 bc383a4a6b2c1d61b6549957482a1f863c36bdf61fc40f8229b82b6443ca11d8 06:10:17 $ docker rm -f --volumes bc383a4a6b2c1d61b6549957482a1f863c36bdf61fc40f8229b82b6443ca11d8 [Pipeline] // withDockerContainer [Pipeline] sh 06:10:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:10:18 Warning: overwriting stash ‘coverage-report’ 06:10:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:10:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:10:20 + ls -al . 06:10:20 total 168 06:10:20 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 06:07 . 06:10:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 06:04 .. 06:10:20 -rw-rw-r-- 1 jenkins jenkins 6 Apr 21 06:04 .dockerignore 06:10:20 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 06:04 .git 06:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 06:04 .github 06:10:20 -rw-rw-r-- 1 jenkins jenkins 328 Apr 21 06:04 .gitignore 06:10:20 -rw-rw-r-- 1 jenkins jenkins 41 Apr 21 06:04 .golangci.yml 06:10:20 -rw-rw-r-- 1 jenkins jenkins 9056 Apr 21 06:04 Attribution.txt 06:10:20 -rw-rw-r-- 1 jenkins jenkins 8355 Apr 21 06:04 CHANGELOG.md 06:10:20 -rw-rw-r-- 1 jenkins jenkins 1423 Apr 21 06:04 Dockerfile 06:10:20 -rw-rw-r-- 1 jenkins jenkins 677 Apr 21 06:04 GOVERNANCE.md 06:10:20 -rw-rw-r-- 1 jenkins jenkins 656 Apr 21 06:04 Jenkinsfile 06:10:20 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 06:04 LICENSE 06:10:20 -rw-rw-r-- 1 jenkins jenkins 2114 Apr 21 06:04 Makefile 06:10:20 -rw-rw-r-- 1 jenkins jenkins 620 Apr 21 06:04 OWNERS.md 06:10:20 -rw-rw-r-- 1 jenkins jenkins 10054 Apr 21 06:04 README.md 06:10:20 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 05:59 VERSION 06:10:20 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 06:04 bin 06:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 06:04 cmd 06:10:20 -rw-r--r-- 1 jenkins jenkins 8837 Apr 21 06:09 coverage.out 06:10:20 -rw-rw-r-- 1 jenkins jenkins 3283 Apr 21 06:04 go.mod 06:10:20 -rw-rw-r-- 1 jenkins jenkins 31441 Apr 21 06:04 go.sum 06:10:20 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 06:04 internal 06:10:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 06:04 snap 06:10:20 -rw-rw-r-- 1 jenkins jenkins 228 Apr 21 06:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:20 + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6f84cc138d0d60d4923d28566be2de651f79a1b1 --label arch=arm64 --label version=0.0.0 . 06:10:20 Sending build context to Docker daemon 3.01MB 06:10:20 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 06:10:20 Step 2/24 : FROM ${BASE} AS builder 06:10:20 ---> 5898dd556070 06:10:20 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:10:21 ---> Running in 0852d9324b0e 06:10:21 Removing intermediate container 0852d9324b0e 06:10:21 ---> 725ed732d506 06:10:21 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:10:21 ---> Running in 62aa7e9ed00f 06:10:21 Removing intermediate container 62aa7e9ed00f 06:10:21 ---> 288c99495abd 06:10:21 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:10:21 ---> Running in cfbd3a6817c2 06:10:21 Removing intermediate container cfbd3a6817c2 06:10:21 ---> 4ca46a1ff326 06:10:21 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 06:10:22 ---> Running in 5e763b5c4fe4 06:10:22 Removing intermediate container 5e763b5c4fe4 06:10:22 ---> cc8c117de2f4 06:10:22 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:10:22 ---> Running in ebc27cdccb50 06:10:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:10:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:10:28 OK: 268 MiB in 57 packages 06:10:28 Removing intermediate container ebc27cdccb50 06:10:28 ---> ab005254604f 06:10:28 Step 8/24 : WORKDIR /device-snmp-go 06:10:28 ---> Running in 0bbe9435e112 06:10:28 Removing intermediate container 0bbe9435e112 06:10:28 ---> c19dc791d3fd 06:10:28 Step 9/24 : COPY go.mod vendor* ./ 06:10:29 ---> 00c7d9b103ce 06:10:29 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:29 ---> Running in 9b3870f8e476 06:10:32 Removing intermediate container 9b3870f8e476 06:10:32 ---> ce07451039e5 06:10:32 Step 11/24 : COPY . . 06:10:32 ---> ba7edbe38c9e 06:10:32 Step 12/24 : RUN ${MAKE} 06:10:32 ---> Running in 9002c2c91d4c 06:10:33 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd 06:12:40 Removing intermediate container 9002c2c91d4c 06:12:40 ---> 5f0dd4ecaf1a 06:12:40 Step 13/24 : FROM alpine:3.17 06:12:41 3.17: Pulling from library/alpine 06:12:41 c41833b44d91: Pulling fs layer 06:12:41 c41833b44d91: Verifying Checksum 06:12:41 c41833b44d91: Download complete 06:12:42 c41833b44d91: Pull complete 06:12:42 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:12:42 Status: Downloaded newer image for alpine:3.17 06:12:42 ---> 51e60588ff2c 06:12:42 Step 14/24 : RUN apk add --update --no-cache dumb-init 06:12:42 ---> Running in 8bf8042899dc 06:12:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:12:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:12:44 (1/1) Installing dumb-init (1.2.5-r2) 06:12:44 Executing busybox-1.35.0-r29.trigger 06:12:44 OK: 8 MiB in 16 packages 06:12:45 Removing intermediate container 8bf8042899dc 06:12:45 ---> 1c382378e252 06:12:45 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 06:12:47 ---> 2a6e2f0a29c9 06:12:47 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 06:12:47 ---> c0414e889e28 06:12:47 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 06:12:48 ---> dc86b7bf7fca 06:12:48 Step 18/24 : EXPOSE 59993 06:12:48 ---> Running in d03e28efb161 06:12:48 Removing intermediate container d03e28efb161 06:12:48 ---> a37818bdca66 06:12:48 Step 19/24 : EXPOSE 161 06:12:48 ---> Running in da6ee2b0ab93 06:12:48 Removing intermediate container da6ee2b0ab93 06:12:48 ---> 936e6ae3e06f 06:12:48 Step 20/24 : ENTRYPOINT ["/device-snmp"] 06:12:48 ---> Running in 73d2166b8a35 06:12:49 Removing intermediate container 73d2166b8a35 06:12:49 ---> 34df4c5de63a 06:12:49 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 06:12:49 ---> Running in 44ab687e375b 06:12:49 Removing intermediate container 44ab687e375b 06:12:49 ---> a159bcdf6b70 06:12:49 Step 22/24 : LABEL arch=arm64 06:12:49 ---> Running in a17fd10cf3cf 06:12:49 Removing intermediate container a17fd10cf3cf 06:12:49 ---> 2eef670f50e6 06:12:49 Step 23/24 : LABEL git_sha=6f84cc138d0d60d4923d28566be2de651f79a1b1 06:12:49 ---> Running in 7176df56593a 06:12:50 Removing intermediate container 7176df56593a 06:12:50 ---> d8df4efafc79 06:12:50 Step 24/24 : LABEL version=0.0.0 06:12:50 ---> Running in c77e4650e910 06:12:50 Removing intermediate container c77e4650e910 06:12:50 ---> 0dc76cb4bad3 06:12:50 [Warning] One or more build-args [ARCH] were not consumed 06:12:50 Successfully built 0dc76cb4bad3 06:12:50 Successfully tagged device-snmp-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 06:12:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:12:51 06:12:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:12:51 arm64: Pulling from edgex-lftools-log-publisher 06:12:51 8998bd30e6a1: Pulling fs layer 06:12:51 04944245beec: Pulling fs layer 06:12:51 699f458cf7ca: Pulling fs layer 06:12:51 765212b225bb: Pulling fs layer 06:12:51 f23df028b6ca: Pulling fs layer 06:12:51 d65c8cfc05b1: Pulling fs layer 06:12:51 2437ff75d9bd: Pulling fs layer 06:12:51 f23df028b6ca: Waiting 06:12:51 765212b225bb: Waiting 06:12:51 d65c8cfc05b1: Waiting 06:12:51 2437ff75d9bd: Waiting 06:12:52 04944245beec: Download complete 06:12:52 765212b225bb: Verifying Checksum 06:12:52 765212b225bb: Download complete 06:12:52 f23df028b6ca: Verifying Checksum 06:12:52 f23df028b6ca: Download complete 06:12:52 d65c8cfc05b1: Verifying Checksum 06:12:52 d65c8cfc05b1: Download complete 06:12:52 699f458cf7ca: Verifying Checksum 06:12:52 699f458cf7ca: Download complete 06:12:52 8998bd30e6a1: Verifying Checksum 06:12:52 8998bd30e6a1: Download complete 06:12:54 2437ff75d9bd: Verifying Checksum 06:12:54 2437ff75d9bd: Download complete 06:12:56 8998bd30e6a1: Pull complete 06:12:56 04944245beec: Pull complete 06:12:58 699f458cf7ca: Pull complete 06:12:58 765212b225bb: Pull complete 06:12:59 f23df028b6ca: Pull complete 06:12:59 d65c8cfc05b1: Pull complete 06:13:14 2437ff75d9bd: Pull complete 06:13:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:13:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:13:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:13:14 prd-ubuntu20.04-docker-arm64-4c-16g-9257 does not seem to be running inside a container 06:13:14 $ 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-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:13:17 $ docker top a153cf2d1f0bfddeadbbd7692e396df8f246b7f4e3644bae39cfd289fbd006fd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:13:18 ---> job-cost.sh 06:13:18 lf-activate-venv: SKIPPING 06:13:18 INFO: No Stack... 06:13:18 INFO: Retrieving Pricing Info for: v3-standard-4 06:13:19 INFO: Archiving Costs [Pipeline] sh 06:13:20 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 06:13:20 + cut -d, -f6 [Pipeline] lock 06:13:20 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] 06:13:20 Resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] did not exist. Created. 06:13:20 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:13:21 /w/workspace/device-snmp-go/1@tmp/durable-4ae7f6c6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:13:21 + echo total: 0.10999999940395355 [Pipeline] stash 06:13:21 Warning: overwriting stash ‘stack-cost’ 06:13:21 Stashed 1 file(s) [Pipeline] } 06:13:21 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-291-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:13:21 $ docker stop --time=1 a153cf2d1f0bfddeadbbd7692e396df8f246b7f4e3644bae39cfd289fbd006fd 06:13:23 $ docker rm -f --volumes a153cf2d1f0bfddeadbbd7692e396df8f246b7f4e3644bae39cfd289fbd006fd [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 06:13:24 provisioning config files... 06:13:24 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config204079372835217497tmp [Pipeline] { [Pipeline] sh 06:13:24 + set +x 06:13:24 + + curlbash -s -s https://codecov.io/bash -- 06:13:24 06:13:24 06:13:24 _____ _ 06:13:24 / ____| | | 06:13:24 | | ___ __| | ___ ___ _____ __ 06:13:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:13:24 | |___| (_) | (_| | __/ (_| (_) \ V / 06:13:24 \_____\___/ \__,_|\___|\___\___/ \_/ 06:13:24 Bash-1.0.6 06:13:24 06:13:24 06:13:24 ==> git version 2.25.1 found 06:13:24 ==> 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 06:13:24 Release-Date: 2020-01-08 06:13:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:13:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:13:24 ==> Jenkins CI detected. 06:13:24 current dir:  /w/workspace/gexfoundry_device-snmp-go_PR-291 06:13:24 project root: . 06:13:24 --> token set from env 06:13:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:13:24 ==> Running gcov in . (disable via -X gcov) 06:13:24 ==> Python coveragepy not found 06:13:24 ==> Searching for coverage reports in: 06:13:24 + . 06:13:24 -> Found 1 reports 06:13:24 ==> Detecting git/mercurial file structure 06:13:24 ==> Reading reports 06:13:24 + ./coverage.out bytes=8837 06:13:24 ==> Appending adjustments 06:13:24 https://docs.codecov.io/docs/fixing-reports 06:13:24 + Found adjustments 06:13:24 ==> Gzipping contents 06:13:24 4.0K /tmp/codecov.ynLlMX.gz 06:13:24 ==> Uploading reports 06:13:24 url: https://codecov.io 06:13:24 query: branch=PR-291&commit=6f84cc138d0d60d4923d28566be2de651f79a1b1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-291%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=291&job=&cmd_args= 06:13:24 -> Pinging Codecov 06:13:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=e9e976b9-c0d0-4429-b0a4-10cb999871be&branch=PR-291&commit=6f84cc138d0d60d4923d28566be2de651f79a1b1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-291%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=291&job=&cmd_args= 06:13:24 -> Uploading to 06:13:24 https://storage.googleapis.com/codecov/v4/raw/2023-04-21/6C56EA5C29638FB4528AC87E60AF5AE0/6f84cc138d0d60d4923d28566be2de651f79a1b1/e26c09be-b20e-4630-bdf7-8ebbecc82177.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230421T061324Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36c81ff75080c73e5934e366209446c8a2cebc47b89c78e892edfa168978bb82 06:13:24 % Total % Received % Xferd Average Speed Time Time Time Current 06:13:24 Dload Upload Total Spent Left Speed 06:13:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1604 0 0 100 1604 0 6796 --:--:-- --:--:-- --:--:-- 6825 06:13:25 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/6f84cc138d0d60d4923d28566be2de651f79a1b1 [Pipeline] } 06:13:25 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 06:13:26 + [ -d /w/workspace/gexfoundry_device-snmp-go_PR-291/archives ] 06:13:26 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-291/archives 06:13:26 total 16 06:13:26 drwxr-xr-x 3 root root 4096 Apr 21 06:01 . 06:13:26 drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 06:01 .. 06:13:26 drwxr-xr-x 2 root root 4096 Apr 21 06:01 cost 06:13:26 -rw-r--r-- 1 root root 86 Apr 21 06:01 cost.csv 06:13:26 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-snmp-go_PR-291/archives 06:13:26 + ls -al /w/workspace/gexfoundry_device-snmp-go_PR-291/archives 06:13:26 total 16 06:13:26 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 06:01 . 06:13:26 drwxrwxr-x 10 jenkins jenkins 4096 Apr 21 06:01 .. 06:13:26 drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 06:01 cost 06:13:26 -rw-r--r-- 1 jenkins jenkins 86 Apr 21 06:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:13:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:13:28 ---> package-listing.sh 06:13:28 ++ facter osfamily 06:13:28 ++ tr '[:upper:]' '[:lower:]' 06:13:28 + OS_FAMILY=debian 06:13:28 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-291 06:13:28 + START_PACKAGES=/tmp/packages_start.txt 06:13:28 + END_PACKAGES=/tmp/packages_end.txt 06:13:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:13:28 + PACKAGES=/tmp/packages_start.txt 06:13:28 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-291 ']' 06:13:28 + PACKAGES=/tmp/packages_end.txt 06:13:28 + case "${OS_FAMILY}" in 06:13:28 + dpkg -l 06:13:28 + grep '^ii' 06:13:28 + '[' -f /tmp/packages_start.txt ']' 06:13:28 + '[' -f /tmp/packages_end.txt ']' 06:13:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:13:28 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-291 ']' 06:13:28 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-291/archives/ 06:13:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-291/archives/ [Pipeline] echo 06:13:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_PR-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:13:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:13:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:13:29 prd-ubuntu20.04-docker-8c-8g-9256 does not seem to be running inside a container 06:13:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_PR-291/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_PR-291 -v /w/workspace/gexfoundry_device-snmp-go_PR-291:/w/workspace/gexfoundry_device-snmp-go_PR-291:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:13:29 $ docker top 064edfe37f92ad7df762c390b8ba9b3a40f9dd1108f98c7bfa06d1f8d616cd2e -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:30 + touch /tmp/pre-build-complete [Pipeline] sh 06:13:30 + mkdir -p /var/log/sysstat [Pipeline] sh 06:13:30 + ls /var/log/sa-host 06:13:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:13:30 provisioning config files... 06:13:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-291@tmp/config380844039290778219tmp [Pipeline] { [Pipeline] echo 06:13:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:13:31 ---> create-netrc.sh [Pipeline] } 06:13:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:13:31 ---> python-tools-install.sh [Pipeline] echo 06:13:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:13:32 ---> sudo-logs.sh 06:13:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:13:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:13:32 ---> job-cost.sh 06:13:32 lf-activate-venv: SKIPPING 06:13:32 DEBUG: total: 0.2199999988079071 06:13:32 INFO: Retrieving Stack Cost... 06:13:33 INFO: Retrieving Pricing Info for: v3-standard-8 06:13:33 INFO: Archiving Costs [Pipeline] echo 06:13:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:13:33 ---> logs-deploy.sh 06:13:33 lf-activate-venv: SKIPPING 06:13:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-291/1 06:13:33 INFO: archiving workspace using pattern(s): 06:13:34 Archives upload complete. 06:13:34 INFO: archiving logs to Nexus 06:13:35 ---> uname -a: 06:13:35 Linux prd-ubuntu20-04-docker-8c-8g-9256 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:13:35 06:13:35 06:13:35 ---> lscpu: 06:13:35 Architecture: x86_64 06:13:35 CPU op-mode(s): 32-bit, 64-bit 06:13:35 Byte Order: Little Endian 06:13:35 Address sizes: 40 bits physical, 48 bits virtual 06:13:35 CPU(s): 8 06:13:35 On-line CPU(s) list: 0-7 06:13:35 Thread(s) per core: 1 06:13:35 Core(s) per socket: 1 06:13:35 Socket(s): 8 06:13:35 NUMA node(s): 1 06:13:35 Vendor ID: AuthenticAMD 06:13:35 CPU family: 23 06:13:35 Model: 49 06:13:35 Model name: AMD EPYC-Rome Processor 06:13:35 Stepping: 0 06:13:35 CPU MHz: 2799.998 06:13:35 BogoMIPS: 5599.99 06:13:35 Virtualization: AMD-V 06:13:35 Hypervisor vendor: KVM 06:13:35 Virtualization type: full 06:13:35 L1d cache: 256 KiB 06:13:35 L1i cache: 256 KiB 06:13:35 L2 cache: 4 MiB 06:13:35 L3 cache: 128 MiB 06:13:35 NUMA node0 CPU(s): 0-7 06:13:35 Vulnerability Itlb multihit: Not affected 06:13:35 Vulnerability L1tf: Not affected 06:13:35 Vulnerability Mds: Not affected 06:13:35 Vulnerability Meltdown: Not affected 06:13:35 Vulnerability Mmio stale data: Not affected 06:13:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:13:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:13:35 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:13:35 Vulnerability Srbds: Not affected 06:13:35 Vulnerability Tsx async abort: Not affected 06:13:35 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 06:13:35 06:13:35 06:13:35 ---> nproc: 06:13:35 8 06:13:35 06:13:35 06:13:35 ---> df -h: 06:13:35 Filesystem Size Used Avail Use% Mounted on 06:13:35 overlay 155G 12G 144G 8% / 06:13:35 tmpfs 64M 0 64M 0% /dev 06:13:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:13:35 shm 64M 0 64M 0% /dev/shm 06:13:35 /dev/vda1 155G 12G 144G 8% /facter-os 06:13:35 06:13:35 06:13:35 ---> sar -b -r -n DEV: 06:13:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9256) 04/21/23 _x86_64_ (8 CPU) 06:13:35 06:13:35 05:58:25 LINUX RESTART (8 CPU) 06:13:35 06:13:35 05:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:13:35 06:00:01 191.77 11.50 180.27 0.00 1762.74 71579.27 0.00 06:13:35 06:01:01 122.91 0.35 122.56 0.00 23.73 28596.57 0.00 06:13:35 06:02:01 94.87 0.02 94.85 0.00 4.27 26853.27 0.00 06:13:35 06:03:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 06:13:35 06:04:01 55.81 11.60 44.21 0.00 5176.74 8884.65 0.00 06:13:35 06:05:01 5.63 0.02 5.62 0.00 0.13 118.78 0.00 06:13:35 06:06:01 3.73 0.63 3.10 0.00 70.52 34.13 0.00 06:13:35 06:07:01 1.98 0.00 1.98 0.00 0.00 21.60 0.00 06:13:35 06:08:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 06:13:35 06:09:01 1.77 0.00 1.77 0.00 0.00 19.46 0.00 06:13:35 06:10:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 06:13:35 06:11:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 06:13:35 06:12:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 06:13:35 06:13:01 2.05 0.00 2.05 0.00 0.00 22.26 0.00 06:13:35 Average: 34.61 1.71 32.90 0.00 501.27 9657.56 0.00 06:13:35 06:13:35 05:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:13:35 06:00:01 27846488 31586304 720912 2.19 143880 3744716 1839692 5.42 1166596 3375120 299036 06:13:35 06:01:01 28038204 31530020 777012 2.36 149440 3522460 2082596 6.14 1282584 3095864 126288 06:13:35 06:02:01 27678076 31573356 731572 2.22 159268 3874228 1770408 5.22 1258384 3435876 20 06:13:35 06:03:01 27677884 31573308 731328 2.22 159288 3874356 1770408 5.22 1258408 3435972 56 06:13:35 06:04:01 27147324 31549888 733116 2.23 193304 4335392 1804360 5.32 1582892 3603648 992 06:13:35 06:05:01 27154164 31551812 731348 2.22 191860 4332132 1802824 5.31 1580648 3600372 140 06:13:35 06:06:01 27153068 31553016 729864 2.22 191940 4334240 1816476 5.35 1585188 3602172 176 06:13:35 06:07:01 27163032 31563040 719768 2.19 192012 4334240 1816476 5.35 1570096 3602168 8 06:13:35 06:08:01 27162860 31562996 720020 2.19 192088 4334244 1816476 5.35 1570164 3602208 8 06:13:35 06:09:01 27162860 31563056 719880 2.19 192136 4334248 1816476 5.35 1570276 3602212 20 06:13:35 06:10:01 27162812 31563028 719828 2.19 192176 4334248 1816476 5.35 1570108 3602216 8 06:13:35 06:11:01 27163072 31563468 719368 2.19 192200 4334380 1816476 5.35 1570136 3602360 136 06:13:35 06:12:01 27162888 31563336 719364 2.19 192256 4334384 1816476 5.35 1570584 3602368 176 06:13:35 06:13:01 27162880 31563432 719232 2.19 192332 4334384 1816476 5.35 1570532 3602376 180 06:13:35 Average: 27345401 31561433 728044 2.21 181013 4168404 1828721 5.39 1479043 3526067 30517 06:13:35 06:13:35 05:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:13:35 06:00:01 ens3 617.34 358.28 7918.68 53.50 0.00 0.00 0.00 0.00 06:13:35 06:00:01 lo 6.10 6.10 0.59 0.59 0.00 0.00 0.00 0.00 06:13:35 06:00:01 docker0 192.68 320.34 15.52 2043.66 0.00 0.00 0.00 0.00 06:13:35 06:01:01 ens3 57.32 48.61 92.70 91.20 0.00 0.00 0.00 0.00 06:13:35 06:01:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 06:13:35 06:01:01 docker0 1.28 3.27 0.08 42.52 0.00 0.00 0.00 0.00 06:13:35 06:02:01 ens3 107.92 64.39 2622.98 12.18 0.00 0.00 0.00 0.00 06:13:35 06:02:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 06:13:35 06:02:01 docker0 1.33 3.33 0.09 43.02 0.00 0.00 0.00 0.00 06:13:35 06:03:01 ens3 0.38 0.13 0.02 0.01 0.00 0.00 0.00 0.00 06:13:35 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:04:01 ens3 189.32 100.63 2868.28 7.33 0.00 0.00 0.00 0.00 06:13:35 06:04:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 06:13:35 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:05:01 ens3 0.58 0.47 0.27 0.22 0.00 0.00 0.00 0.00 06:13:35 06:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:06:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:07:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:08:01 ens3 0.13 0.07 0.01 0.00 0.00 0.00 0.00 0.00 06:13:35 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:09:01 ens3 0.30 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:13:35 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:12:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 06:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:13:35 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:13:35 Average: ens3 68.92 40.57 956.47 11.70 0.00 0.00 0.00 0.00 06:13:35 Average: lo 0.70 0.70 0.06 0.06 0.00 0.00 0.00 0.00 06:13:35 Average: docker0 13.74 23.01 1.10 149.90 0.00 0.00 0.00 0.00 06:13:35 06:13:35 06:13:35 ---> sar -P ALL: 06:13:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9256) 04/21/23 _x86_64_ (8 CPU) 06:13:35 06:13:35 05:58:25 LINUX RESTART (8 CPU) 06:13:35 06:13:35 05:59:02 CPU %user %nice %system %iowait %steal %idle 06:13:35 06:00:01 all 10.12 0.00 4.73 3.58 0.07 81.50 06:13:35 06:00:01 0 9.53 0.00 5.42 0.45 0.07 84.54 06:13:35 06:00:01 1 10.95 0.00 4.64 3.18 0.07 81.16 06:13:35 06:00:01 2 9.85 0.00 4.22 0.41 0.07 85.45 06:13:35 06:00:01 3 11.21 0.00 4.41 0.50 0.07 83.82 06:13:35 06:00:01 4 8.79 0.00 5.35 15.18 0.07 70.61 06:13:35 06:00:01 5 11.16 0.00 4.51 0.58 0.07 83.68 06:13:35 06:00:01 6 8.87 0.00 4.15 2.15 0.05 84.78 06:13:35 06:00:01 7 10.62 0.00 5.17 6.26 0.07 77.89 06:13:35 06:01:01 all 38.29 0.00 6.31 1.64 0.08 53.67 06:13:35 06:01:01 0 37.89 0.00 5.79 0.10 0.08 56.14 06:13:35 06:01:01 1 38.43 0.00 6.15 0.44 0.08 54.90 06:13:35 06:01:01 2 38.32 0.00 6.41 0.46 0.08 54.73 06:13:35 06:01:01 3 38.99 0.00 6.37 3.17 0.07 51.41 06:13:35 06:01:01 4 36.41 0.00 6.25 3.62 0.08 53.63 06:13:35 06:01:01 5 39.32 0.00 6.98 2.46 0.08 51.15 06:13:35 06:01:01 6 38.21 0.00 6.45 0.25 0.08 55.00 06:13:35 06:01:01 7 38.79 0.00 6.11 2.64 0.08 52.38 06:13:35 06:02:01 all 3.10 0.00 1.38 1.16 0.02 94.33 06:13:35 06:02:01 0 2.98 0.00 1.84 0.42 0.02 94.75 06:13:35 06:02:01 1 3.32 0.00 1.41 0.12 0.02 95.14 06:13:35 06:02:01 2 3.18 0.00 1.47 0.79 0.03 94.53 06:13:35 06:02:01 3 3.52 0.00 1.11 0.35 0.02 95.01 06:13:35 06:02:01 4 3.68 0.00 1.40 0.10 0.02 94.80 06:13:35 06:02:01 5 2.18 0.00 1.23 6.80 0.03 89.76 06:13:35 06:02:01 6 3.08 0.00 1.44 0.60 0.02 94.86 06:13:35 06:02:01 7 2.87 0.00 1.18 0.17 0.03 95.75 06:13:35 06:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 06:13:35 06:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:13:35 06:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:03:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:13:35 06:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:03:01 6 0.03 0.00 0.02 0.02 0.02 99.92 06:13:35 06:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:04:01 all 2.31 0.00 1.44 0.64 0.02 95.59 06:13:35 06:04:01 0 2.37 0.00 1.12 0.45 0.02 96.05 06:13:35 06:04:01 1 2.94 0.00 2.71 1.17 0.02 93.16 06:13:35 06:04:01 2 2.37 0.00 1.22 0.92 0.02 95.48 06:13:35 06:04:01 3 1.42 0.00 1.24 0.22 0.03 97.09 06:13:35 06:04:01 4 2.66 0.00 1.17 0.49 0.02 95.67 06:13:35 06:04:01 5 3.63 0.00 1.96 0.15 0.02 94.24 06:13:35 06:04:01 6 1.54 0.00 0.85 1.39 0.02 96.21 06:13:35 06:04:01 7 1.52 0.00 1.26 0.37 0.02 96.84 06:13:35 06:05:01 all 0.32 0.00 0.05 0.01 0.00 99.61 06:13:35 06:05:01 0 0.08 0.00 0.03 0.05 0.00 99.83 06:13:35 06:05:01 1 0.03 0.00 0.07 0.00 0.02 99.88 06:13:35 06:05:01 2 0.08 0.00 0.05 0.02 0.00 99.85 06:13:35 06:05:01 3 0.07 0.00 0.03 0.00 0.00 99.90 06:13:35 06:05:01 4 2.15 0.00 0.10 0.00 0.00 97.75 06:13:35 06:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:13:35 06:05:01 6 0.03 0.00 0.03 0.05 0.00 99.88 06:13:35 06:05:01 7 0.07 0.00 0.08 0.00 0.00 99.85 06:13:35 06:06:01 all 0.28 0.00 0.02 0.01 0.01 99.67 06:13:35 06:06:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:13:35 06:06:01 1 0.07 0.00 0.02 0.00 0.02 99.90 06:13:35 06:06:01 2 0.07 0.00 0.02 0.00 0.02 99.90 06:13:35 06:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:13:35 06:06:01 4 1.99 0.00 0.02 0.00 0.02 97.98 06:13:35 06:06:01 5 0.05 0.00 0.03 0.05 0.00 99.87 06:13:35 06:06:01 6 0.05 0.00 0.03 0.03 0.00 99.88 06:13:35 06:06:01 7 0.00 0.00 0.02 0.00 0.02 99.97 06:13:35 06:07:01 all 0.19 0.00 0.02 0.01 0.00 99.78 06:13:35 06:07:01 0 0.00 0.00 0.02 0.02 0.00 99.97 06:13:35 06:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:13:35 06:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:13:35 06:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:13:35 06:07:01 4 1.39 0.00 0.05 0.00 0.00 98.56 06:13:35 06:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:13:35 06:07:01 6 0.02 0.00 0.03 0.03 0.00 99.92 06:13:35 06:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:13:35 06:08:01 all 0.03 0.00 0.00 0.01 0.01 99.96 06:13:35 06:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:08:01 1 0.05 0.00 0.00 0.00 0.02 99.93 06:13:35 06:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:13:35 06:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:08:01 6 0.05 0.00 0.00 0.05 0.02 99.88 06:13:35 06:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 06:13:35 06:09:01 0 0.00 0.00 0.02 0.02 0.02 99.95 06:13:35 06:09:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:13:35 06:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:09:01 5 0.00 0.00 0.00 0.00 0.02 99.98 06:13:35 06:09:01 6 0.05 0.00 0.00 0.02 0.00 99.93 06:13:35 06:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:13:35 06:10:01 all 0.03 0.00 0.00 0.01 0.00 99.96 06:13:35 06:10:01 0 0.02 0.00 0.00 0.05 0.00 99.93 06:13:35 06:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 06:13:35 06:10:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:13:35 06:10:01 3 0.05 0.00 0.00 0.00 0.00 99.95 06:13:35 06:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 06:13:35 06:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:10:01 6 0.02 0.00 0.00 0.02 0.00 99.97 06:13:35 06:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:13:35 06:10:01 CPU %user %nice %system %iowait %steal %idle 06:13:35 06:11:01 all 0.01 0.00 0.01 0.00 0.00 99.97 06:13:35 06:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:13:35 06:11:01 1 0.02 0.00 0.03 0.02 0.02 99.92 06:13:35 06:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:13:35 06:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:11:01 6 0.05 0.00 0.00 0.00 0.00 99.95 06:13:35 06:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:13:35 06:12:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:13:35 06:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:12:01 1 0.02 0.00 0.03 0.02 0.02 99.92 06:13:35 06:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:13:35 06:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:12:01 6 0.05 0.00 0.02 0.03 0.00 99.90 06:13:35 06:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:13:35 06:13:01 all 0.02 0.00 0.01 0.01 0.01 99.96 06:13:35 06:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:13:35 06:13:01 1 0.05 0.00 0.02 0.02 0.02 99.90 06:13:35 06:13:01 2 0.03 0.00 0.00 0.00 0.02 99.95 06:13:35 06:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 06:13:35 06:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 06:13:01 6 0.05 0.00 0.03 0.03 0.00 99.88 06:13:35 06:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:13:35 Average: all 3.87 0.00 0.99 0.50 0.02 94.62 06:13:35 Average: 0 3.74 0.00 1.01 0.11 0.02 95.12 06:13:35 Average: 1 3.97 0.00 1.07 0.35 0.02 94.59 06:13:35 Average: 2 3.82 0.00 0.95 0.18 0.02 95.03 06:13:35 Average: 3 3.91 0.00 0.93 0.30 0.02 94.84 06:13:35 Average: 4 4.05 0.00 1.01 1.35 0.02 93.58 06:13:35 Average: 5 3.99 0.00 1.04 0.71 0.02 94.24 06:13:35 Average: 6 3.68 0.00 0.92 0.33 0.01 95.05 06:13:35 Average: 7 3.81 0.00 0.98 0.66 0.02 94.54 06:13:35 06:13:35 06:13:35