Pull request #74 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/git-semver Obtained Jenkinsfile from 36c3a1623f2da7903249add2273d5ac3d08574df+2f4064f3f360ef7b23297cccadfc545ed317a0b4 (576f536caae802a53b1a52da323dc8d221c2eb71) 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-ssh15616989064085085991.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh8375899932782595346.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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/git-semver/branches/PR-74/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/git-semver/branches/PR-74/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17742939705718674337.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/git-semver/branches/PR-74/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15446290517137134178.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh9562473718551213281.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/git-semver/branches/PR-74/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/git-semver/branches/PR-74/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5975991250571450007.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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 ========================================================= [edgeXBuildDocker] RAW Config: [project:py-git-semver, mavenSettings:git-semver-settings, dockerImageName:py-git-semver, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[0.1.4], releaseBranchOverride:python] ========================================================= [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 ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: git-semver-settings PROJECT: py-git-semver USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: py-git-semver DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: py-git-semver-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: python DOCKER_CUSTOM_TAGS: 0.1.4 [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-1835 in /w/workspace/edgexfoundry_git-semver_PR-74 [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/git-semver.git > git init /w/workspace/edgexfoundry_git-semver_PR-74 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.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/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2f4064f3f360ef7b23297cccadfc545ed317a0b4 into PR head commit 36c3a1623f2da7903249add2273d5ac3d08574df Merge succeeded, producing 36c3a1623f2da7903249add2273d5ac3d08574df Checking out Revision 36c3a1623f2da7903249add2273d5ac3d08574df (PR-74) > git config remote.origin.url git@github.com:edgexfoundry/git-semver.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/git-semver.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/74/head:refs/remotes/origin/PR-74 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # 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 2f4064f3f360ef7b23297cccadfc545ed317a0b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # timeout=10 Commit message: "ci: update to python 3.13 and GitPython 3.1.37" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:49:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:49:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:49:14 ========================================================= 03:49:14 EdgeX Global Pipelines Version Info 03:49:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:49:15 ------------------- 03:49:15 stable info: 03:49:15 ------------------- 03:49:15 Commited By: Ginny Guan ginny@iotechsys.com 03:49:15 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:49:15 Message: update stable to v1.0.274 03:49:15 ------------------- 03:49:15 experimental info: 03:49:15 ------------------- 03:49:15 Commited By: Ginny Guan ginny@iotechsys.com 03:49:15 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 03:49:15 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:49:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-74 [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-74 [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-74 [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 36c3a1623f2da7903249add2273d5ac3d08574df [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 36c3a16 [Pipeline] echo 03:49:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:49:17 provisioning config files... 03:49:17 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config17186939426931360119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:49:17 ---> ****-login.sh 03:49:17 nexus3.edgexfoundry.org:10001 03:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:18 Configure a credential helper to remove this warning. See 03:49:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:18 03:49:18 Login Succeeded 03:49:18 nexus3.edgexfoundry.org:10002 03:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:18 Configure a credential helper to remove this warning. See 03:49:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:18 03:49:18 Login Succeeded 03:49:18 nexus3.edgexfoundry.org:10003 03:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:18 Configure a credential helper to remove this warning. See 03:49:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:18 03:49:18 Login Succeeded 03:49:18 nexus3.edgexfoundry.org:10004 03:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:18 Configure a credential helper to remove this warning. See 03:49:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:18 03:49:18 Login Succeeded 03:49:18 ****.io 03:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:18 Configure a credential helper to remove this warning. See 03:49:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:18 03:49:18 Login Succeeded 03:49:18 ---> ****-login.sh ends [Pipeline] } 03:49:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:49:19 provisioning config files... 03:49:19 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config16050292268292113003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:49:20 ---> ****-login.sh 03:49:20 nexus3.edgexfoundry.org:10001 03:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:20 Configure a credential helper to remove this warning. See 03:49:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:20 03:49:20 Login Succeeded 03:49:20 nexus3.edgexfoundry.org:10002 03:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:20 Configure a credential helper to remove this warning. See 03:49:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:20 03:49:20 Login Succeeded 03:49:20 nexus3.edgexfoundry.org:10003 03:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:20 Configure a credential helper to remove this warning. See 03:49:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:20 03:49:20 Login Succeeded 03:49:20 nexus3.edgexfoundry.org:10004 03:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:20 Configure a credential helper to remove this warning. See 03:49:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:20 03:49:20 Login Succeeded 03:49:20 ****.io 03:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:49:20 Configure a credential helper to remove this warning. See 03:49:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:49:20 03:49:20 Login Succeeded 03:49:20 ---> ****-login.sh ends [Pipeline] } 03:49:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:49:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:49:22 + ls -al . 03:49:22 total 64 03:49:22 drwxrwxr-x 6 jenkins jenkins 4096 May 20 03:49 . 03:49:22 drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:49 .. 03:49:22 drwxrwxr-x 8 jenkins jenkins 4096 May 20 03:49 .git 03:49:22 drwxrwxr-x 2 jenkins jenkins 4096 May 20 03:49 .github 03:49:22 -rw-rw-r-- 1 jenkins jenkins 1056 May 20 03:49 .gitignore 03:49:22 -rw-rw-r-- 1 jenkins jenkins 1218 May 20 03:49 Dockerfile 03:49:22 -rw-rw-r-- 1 jenkins jenkins 869 May 20 03:49 Jenkinsfile 03:49:22 -rw-rw-r-- 1 jenkins jenkins 5651 May 20 03:49 README.md 03:49:22 -rw-rw-r-- 1 jenkins jenkins 2488 May 20 03:49 build.py 03:49:22 drwxrwxr-x 3 jenkins jenkins 4096 May 20 03:49 docs 03:49:22 -rw-rw-r-- 1 jenkins jenkins 275 May 20 03:49 entrypoint.sh 03:49:22 -rw-rw-r-- 1 jenkins jenkins 83 May 20 03:49 pyproject.toml 03:49:22 -rw-rw-r-- 1 jenkins jenkins 32 May 20 03:49 requirements.txt 03:49:22 -rw-rw-r-- 1 jenkins jenkins 2628 May 20 03:49 setup.py 03:49:22 drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:49 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:22 + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=36c3a1623f2da7903249add2273d5ac3d08574df --label arch=amd64 . 03:49:22 Sending build context to Docker daemon 453.1kB 03:49:22 Step 1/20 : FROM python:3.13-slim AS build-image 03:49:22 3.13-slim: Pulling from library/python 03:49:23 254e724d7786: Pulling fs layer 03:49:23 f778d6c4f6e9: Pulling fs layer 03:49:23 d2f62848b12d: Pulling fs layer 03:49:23 997762e48473: Pulling fs layer 03:49:23 997762e48473: Waiting 03:49:23 f778d6c4f6e9: Verifying Checksum 03:49:23 f778d6c4f6e9: Download complete 03:49:23 d2f62848b12d: Verifying Checksum 03:49:23 d2f62848b12d: Download complete 03:49:23 997762e48473: Verifying Checksum 03:49:23 997762e48473: Download complete 03:49:23 254e724d7786: Verifying Checksum 03:49:23 254e724d7786: Download complete 03:49:24 254e724d7786: Pull complete 03:49:24 f778d6c4f6e9: Pull complete 03:49:25 d2f62848b12d: Pull complete 03:49:25 997762e48473: Pull complete 03:49:25 Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b 03:49:25 Status: Downloaded newer image for python:3.13-slim 03:49:25 ---> 2cd5426fce28 03:49:25 Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 03:49:26 ---> Running in a235bf4505cb 03:49:26 Removing intermediate container a235bf4505cb 03:49:26 ---> 97b8f517998e 03:49:26 Step 3/20 : ENV GIT_PYTHON_TRACE 1 03:49:26 ---> Running in c2b377ab63a0 03:49:27 Removing intermediate container c2b377ab63a0 03:49:27 ---> 9b34688df9ee 03:49:27 Step 4/20 : WORKDIR /code 03:49:27 ---> Running in f037b1219138 03:49:27 Removing intermediate container f037b1219138 03:49:27 ---> 1149946f229e 03:49:27 Step 5/20 : COPY . /code/ 03:49:27 ---> c77caafed42c 03:49:27 Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat git 03:49:27 ---> Running in 0aa66e7d5540 03:49:28 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 03:49:28 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 03:49:28 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 03:49:28 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 03:49:28 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 03:49:28 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] 03:49:29 Fetched 9307 kB in 1s (8033 kB/s) 03:49:29 Reading package lists... 03:49:30 Reading package lists... 03:49:30 Building dependency tree... 03:49:30 Reading state information... 03:49:30 Package netcat is a virtual package provided by: 03:49:30 netcat-openbsd 1.219-1 03:49:30 netcat-traditional 1.10-47 03:49:30 03:49:30 E: Package 'netcat' has no installation candidate 03:49:30 The command '/bin/sh -c apt-get update && apt-get install -y ssh netcat git' returned a non-zero code: 100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:49:31 03:49:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:49:32 latest: Pulling from edgex-lftools-log-publisher 03:49:32 5eb5b503b376: Pulling fs layer 03:49:32 5c69ac0246d0: Pulling fs layer 03:49:32 ec43610c2a17: Pulling fs layer 03:49:32 3a2ae6a8a46f: Pulling fs layer 03:49:32 33b1e0a273af: Pulling fs layer 03:49:32 5d3b04190fa2: Pulling fs layer 03:49:32 2f39f015ded8: Pulling fs layer 03:49:32 33b1e0a273af: Waiting 03:49:32 3a2ae6a8a46f: Waiting 03:49:32 5d3b04190fa2: Waiting 03:49:32 2f39f015ded8: Waiting 03:49:32 5c69ac0246d0: Verifying Checksum 03:49:32 5c69ac0246d0: Download complete 03:49:32 3a2ae6a8a46f: Verifying Checksum 03:49:32 3a2ae6a8a46f: Download complete 03:49:32 33b1e0a273af: Verifying Checksum 03:49:32 33b1e0a273af: Download complete 03:49:32 5d3b04190fa2: Download complete 03:49:32 ec43610c2a17: Verifying Checksum 03:49:32 ec43610c2a17: Download complete 03:49:32 5eb5b503b376: Verifying Checksum 03:49:32 5eb5b503b376: Download complete 03:49:33 2f39f015ded8: Download complete 03:49:33 5eb5b503b376: Pull complete 03:49:33 5c69ac0246d0: Pull complete 03:49:34 ec43610c2a17: Pull complete 03:49:34 3a2ae6a8a46f: Pull complete 03:49:34 Still waiting to schedule task 03:49:34 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:49:34 33b1e0a273af: Pull complete 03:49:34 5d3b04190fa2: Pull complete 03:49:38 2f39f015ded8: Pull complete 03:49:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:49:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:49:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:49:39 prd-ubuntu20.04-docker-8c-8g-1835 does not seem to be running inside a container 03:49:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_PR-74 -v /w/workspace/edgexfoundry_git-semver_PR-74:/w/workspace/edgexfoundry_git-semver_PR-74:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-74@tmp:/w/workspace/edgexfoundry_git-semver_PR-74@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:49:42 $ docker top e5270e2904db5a625853e51afdadd79720466988d6a969d61b61c9a7f8548304 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:49:42 ---> job-cost.sh 03:49:42 lf-activate-venv: SKIPPING 03:49:42 INFO: No Stack... 03:49:43 INFO: Retrieving Pricing Info for: v3-standard-8 03:49:43 INFO: Archiving Costs [Pipeline] sh 03:49:43 + cat /w/workspace/edgexfoundry_git-semver_PR-74/archives/cost.csv 03:49:43 + cut -d, -f6 [Pipeline] lock 03:49:43 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] 03:49:43 Resource [jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] did not exist. Created. 03:49:43 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:49:44 + echo total: 0.2199999988079071 [Pipeline] stash 03:49:44 Stashed 1 file(s) [Pipeline] } 03:49:44 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:49:44 $ docker stop --time=1 e5270e2904db5a625853e51afdadd79720466988d6a969d61b61c9a7f8548304 03:49:45 $ docker rm -f --volumes e5270e2904db5a625853e51afdadd79720466988d6a969d61b61c9a7f8548304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:49:46 Failed in branch amd64 03:51:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1836 in /w/workspace/edgexfoundry_git-semver_PR-74 [Pipeline] { [Pipeline] checkout 03:51:19 Selected Git installation does not exist. Using Default 03:51:19 The recommended git tool is: NONE 03:51:24 using credential edgex-jenkins-ssh 03:51:24 Cloning the remote Git repository 03:51:24 Cloning repository git@github.com:edgexfoundry/git-semver.git 03:51:24 > git init /w/workspace/edgexfoundry_git-semver_PR-74 # timeout=10 03:51:24 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 03:51:24 > git --version # timeout=10 03:51:24 > git --version # 'git version 2.25.1' 03:51:24 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:51:25 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 03:51:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:51:26 Merging remotes/origin/main commit 2f4064f3f360ef7b23297cccadfc545ed317a0b4 into PR head commit 36c3a1623f2da7903249add2273d5ac3d08574df 03:51:26 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 03:51:26 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 03:51:26 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/74/head:refs/remotes/origin/PR-74 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:51:26 > git config core.sparsecheckout # timeout=10 03:51:27 > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # timeout=10 03:51:27 > git remote # timeout=10 03:51:27 > git config --get remote.origin.url # timeout=10 03:51:27 Merge succeeded, producing 36c3a1623f2da7903249add2273d5ac3d08574df 03:51:27 Checking out Revision 36c3a1623f2da7903249add2273d5ac3d08574df (PR-74) 03:51:27 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:27 > git merge 2f4064f3f360ef7b23297cccadfc545ed317a0b4 # timeout=10 03:51:27 > git rev-parse HEAD^{commit} # timeout=10 03:51:27 > git config core.sparsecheckout # timeout=10 03:51:27 > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # timeout=10 03:51:30 Commit message: "ci: update to python 3.13 and GitPython 3.1.37" 03:51:30 > git --version # timeout=10 03:51:30 > git --version # 'git version 2.25.1' 03:51:30 fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:51:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:51:32 % Total % Received % Xferd Average Speed Time Time Time Current 03:51:32 Dload Upload Total Spent Left Speed 03:51:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 92287 0 --:--:-- --:--:-- --:--:-- 91628 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh 03:51:33 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:51:33 + sudo tee /etc/docker/daemon.new 03:51:33 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:51:33 { 03:51:33 "registry-mirrors": [ 03:51:33 "https://nexus3.edgexfoundry.org:10001" 03:51:33 ], 03:51:33 "bip": "10.250.0.254/24", 03:51:33 "hosts": [ 03:51:33 "tcp://0.0.0.0:5555", 03:51:33 "unix:///var/run/docker.sock" 03:51:33 ], 03:51:33 "mtu": 1458, 03:51:33 "selinux-enabled": true, 03:51:33 "seccomp-profile": "/etc/docker/seccomp.json" 03:51:33 } [Pipeline] sh 03:51:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:51:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:51:52 provisioning config files... 03:51:52 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config18155613361471485688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:51:52 ---> ****-login.sh 03:51:52 nexus3.edgexfoundry.org:10001 03:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:53 Configure a credential helper to remove this warning. See 03:51:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:53 03:51:53 Login Succeeded 03:51:53 nexus3.edgexfoundry.org:10002 03:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:53 Configure a credential helper to remove this warning. See 03:51:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:53 03:51:53 Login Succeeded 03:51:53 nexus3.edgexfoundry.org:10003 03:51:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:54 Configure a credential helper to remove this warning. See 03:51:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:54 03:51:54 Login Succeeded 03:51:54 nexus3.edgexfoundry.org:10004 03:51:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:54 Configure a credential helper to remove this warning. See 03:51:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:54 03:51:54 Login Succeeded 03:51:54 ****.io 03:51:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:55 Configure a credential helper to remove this warning. See 03:51:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:55 03:51:55 Login Succeeded 03:51:55 ---> ****-login.sh ends [Pipeline] } 03:51:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:51:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:51:56 + ls -al . 03:51:56 total 64 03:51:56 drwxrwxr-x 6 jenkins jenkins 4096 May 20 03:51 . 03:51:56 drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:51 .. 03:51:56 drwxrwxr-x 8 jenkins jenkins 4096 May 20 03:51 .git 03:51:56 drwxrwxr-x 2 jenkins jenkins 4096 May 20 03:51 .github 03:51:56 -rw-rw-r-- 1 jenkins jenkins 1056 May 20 03:51 .gitignore 03:51:56 -rw-rw-r-- 1 jenkins jenkins 1218 May 20 03:51 Dockerfile 03:51:56 -rw-rw-r-- 1 jenkins jenkins 869 May 20 03:51 Jenkinsfile 03:51:56 -rw-rw-r-- 1 jenkins jenkins 5651 May 20 03:51 README.md 03:51:56 -rw-rw-r-- 1 jenkins jenkins 2488 May 20 03:51 build.py 03:51:56 drwxrwxr-x 3 jenkins jenkins 4096 May 20 03:51 docs 03:51:56 -rw-rw-r-- 1 jenkins jenkins 275 May 20 03:51 entrypoint.sh 03:51:56 -rw-rw-r-- 1 jenkins jenkins 83 May 20 03:51 pyproject.toml 03:51:56 -rw-rw-r-- 1 jenkins jenkins 32 May 20 03:51 requirements.txt 03:51:56 -rw-rw-r-- 1 jenkins jenkins 2628 May 20 03:51 setup.py 03:51:56 drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:51 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:56 + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=36c3a1623f2da7903249add2273d5ac3d08574df --label arch=arm64 . 03:51:56 Sending build context to Docker daemon 453.1kB 03:51:56 Step 1/20 : FROM python:3.13-slim AS build-image 03:51:57 3.13-slim: Pulling from library/python 03:51:57 943331d8a9a9: Pulling fs layer 03:51:57 e2cbf253efde: Pulling fs layer 03:51:57 7190e4956f30: Pulling fs layer 03:51:57 867244661c52: Pulling fs layer 03:51:57 867244661c52: Waiting 03:51:58 e2cbf253efde: Verifying Checksum 03:51:58 e2cbf253efde: Download complete 03:51:58 867244661c52: Verifying Checksum 03:51:58 867244661c52: Download complete 03:51:58 7190e4956f30: Verifying Checksum 03:51:58 7190e4956f30: Download complete 03:51:58 943331d8a9a9: Verifying Checksum 03:51:58 943331d8a9a9: Download complete 03:52:04 943331d8a9a9: Pull complete 03:52:04 e2cbf253efde: Pull complete 03:52:06 7190e4956f30: Pull complete 03:52:06 867244661c52: Pull complete 03:52:06 Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b 03:52:06 Status: Downloaded newer image for python:3.13-slim 03:52:06 ---> f46ee18793e5 03:52:06 Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 03:52:06 ---> Running in 0a5eebf5e543 03:52:07 Removing intermediate container 0a5eebf5e543 03:52:07 ---> 811038a01c08 03:52:07 Step 3/20 : ENV GIT_PYTHON_TRACE 1 03:52:07 ---> Running in 6f2e520e2048 03:52:07 Removing intermediate container 6f2e520e2048 03:52:07 ---> 07cfd692bcc6 03:52:07 Step 4/20 : WORKDIR /code 03:52:07 ---> Running in 9aceb41adc84 03:52:07 Removing intermediate container 9aceb41adc84 03:52:07 ---> c988ebd73afa 03:52:07 Step 5/20 : COPY . /code/ 03:52:08 ---> b07c019aa04b 03:52:08 Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat git 03:52:08 ---> Running in a0bbf354b9f1 03:52:10 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 03:52:10 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 03:52:10 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 03:52:10 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 03:52:10 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 03:52:10 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] 03:52:13 Fetched 9203 kB in 3s (2762 kB/s) 03:52:16 Reading package lists... 03:52:19 Reading package lists... 03:52:19 Building dependency tree... 03:52:19 Reading state information... 03:52:19 Package netcat is a virtual package provided by: 03:52:19 netcat-openbsd 1.219-1 03:52:19 netcat-traditional 1.10-47 03:52:19 03:52:19 E: Package 'netcat' has no installation candidate 03:52:20 The command '/bin/sh -c apt-get update && apt-get install -y ssh netcat git' returned a non-zero code: 100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:52:21 03:52:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:52:21 arm64: Pulling from edgex-lftools-log-publisher 03:52:21 8998bd30e6a1: Pulling fs layer 03:52:21 04944245beec: Pulling fs layer 03:52:21 699f458cf7ca: Pulling fs layer 03:52:21 765212b225bb: Pulling fs layer 03:52:21 f23df028b6ca: Pulling fs layer 03:52:21 d65c8cfc05b1: Pulling fs layer 03:52:21 2437ff75d9bd: Pulling fs layer 03:52:21 765212b225bb: Waiting 03:52:21 f23df028b6ca: Waiting 03:52:21 d65c8cfc05b1: Waiting 03:52:21 2437ff75d9bd: Waiting 03:52:21 04944245beec: Verifying Checksum 03:52:21 04944245beec: Download complete 03:52:21 765212b225bb: Verifying Checksum 03:52:21 765212b225bb: Download complete 03:52:21 f23df028b6ca: Verifying Checksum 03:52:21 f23df028b6ca: Download complete 03:52:22 d65c8cfc05b1: Verifying Checksum 03:52:22 d65c8cfc05b1: Download complete 03:52:22 699f458cf7ca: Verifying Checksum 03:52:22 699f458cf7ca: Download complete 03:52:22 8998bd30e6a1: Download complete 03:52:25 2437ff75d9bd: Verifying Checksum 03:52:25 2437ff75d9bd: Download complete 03:52:27 8998bd30e6a1: Pull complete 03:52:27 04944245beec: Pull complete 03:52:29 699f458cf7ca: Pull complete 03:52:29 765212b225bb: Pull complete 03:52:30 f23df028b6ca: Pull complete 03:52:31 d65c8cfc05b1: Pull complete 03:52:49 2437ff75d9bd: Pull complete 03:52:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:52:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:52:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:52:49 prd-ubuntu20.04-docker-arm64-4c-16g-1836 does not seem to be running inside a container 03:52:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_PR-74 -v /w/workspace/edgexfoundry_git-semver_PR-74:/w/workspace/edgexfoundry_git-semver_PR-74:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-74@tmp:/w/workspace/edgexfoundry_git-semver_PR-74@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:52:52 $ docker top cad5395202fc4d190095e364ec1c41f3d930dea48388279d5dfb70cc01191d85 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:52:53 ---> job-cost.sh 03:52:53 lf-activate-venv: SKIPPING 03:52:53 INFO: No Stack... 03:52:53 INFO: Retrieving Pricing Info for: v3-standard-4 03:52:54 INFO: Archiving Costs [Pipeline] sh 03:52:54 + cat /w/workspace/edgexfoundry_git-semver_PR-74/archives/cost.csv 03:52:54 + cut -d, -f6 [Pipeline] lock 03:52:55 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] 03:52:55 Resource [jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] did not exist. Created. 03:52:55 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:52:55 /w/workspace/edgexfoundry_git-semver_PR-74@tmp/durable-8de27efe/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:52:56 + echo total: 0.10999999940395355 [Pipeline] stash 03:52:56 Warning: overwriting stash ‘stack-cost’ 03:52:57 Stashed 1 file(s) [Pipeline] } 03:52:57 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:52:57 $ docker stop --time=1 cad5395202fc4d190095e364ec1c41f3d930dea48388279d5dfb70cc01191d85 03:52:58 $ docker rm -f --volumes cad5395202fc4d190095e364ec1c41f3d930dea48388279d5dfb70cc01191d85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:52:59 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:53:00 + [ -d /w/workspace/edgexfoundry_git-semver_PR-74/archives ] 03:53:00 + ls -al /w/workspace/edgexfoundry_git-semver_PR-74/archives 03:53:00 total 16 03:53:00 drwxr-xr-x 3 root root 4096 May 20 03:49 . 03:53:00 drwxrwxr-x 7 jenkins jenkins 4096 May 20 03:49 .. 03:53:00 drwxr-xr-x 2 root root 4096 May 20 03:49 cost 03:53:00 -rw-r--r-- 1 root root 80 May 20 03:49 cost.csv 03:53:00 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_PR-74/archives 03:53:00 + ls -al /w/workspace/edgexfoundry_git-semver_PR-74/archives 03:53:00 total 16 03:53:00 drwxr-xr-x 3 jenkins jenkins 4096 May 20 03:49 . 03:53:00 drwxrwxr-x 7 jenkins jenkins 4096 May 20 03:49 .. 03:53:00 drwxr-xr-x 2 jenkins jenkins 4096 May 20 03:49 cost 03:53:00 -rw-r--r-- 1 jenkins jenkins 80 May 20 03:49 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:53:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:53:01 ---> package-listing.sh 03:53:01 ++ facter osfamily 03:53:01 ++ tr '[:upper:]' '[:lower:]' 03:53:02 + OS_FAMILY=debian 03:53:02 + workspace=/w/workspace/edgexfoundry_git-semver_PR-74 03:53:02 + START_PACKAGES=/tmp/packages_start.txt 03:53:02 + END_PACKAGES=/tmp/packages_end.txt 03:53:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:53:02 + PACKAGES=/tmp/packages_start.txt 03:53:02 + '[' /w/workspace/edgexfoundry_git-semver_PR-74 ']' 03:53:02 + PACKAGES=/tmp/packages_end.txt 03:53:02 + case "${OS_FAMILY}" in 03:53:02 + dpkg -l 03:53:02 + grep '^ii' 03:53:02 + '[' -f /tmp/packages_start.txt ']' 03:53:02 + '[' -f /tmp/packages_end.txt ']' 03:53:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:53:02 + '[' /w/workspace/edgexfoundry_git-semver_PR-74 ']' 03:53:02 + mkdir -p /w/workspace/edgexfoundry_git-semver_PR-74/archives/ 03:53:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_PR-74/archives/ [Pipeline] echo 03:53:02 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/edgexfoundry_git-semver_PR-74/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:53:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:53:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:03 prd-ubuntu20.04-docker-8c-8g-1835 does not seem to be running inside a container 03:53:03 $ 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/edgexfoundry_git-semver_PR-74/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_PR-74 -v /w/workspace/edgexfoundry_git-semver_PR-74:/w/workspace/edgexfoundry_git-semver_PR-74:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-74@tmp:/w/workspace/edgexfoundry_git-semver_PR-74@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:53:03 $ docker top 1c72462f29f873bf31b78904d49bdb38bb6939a3046bdbc8d008d48804f9369f -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:04 + touch /tmp/pre-build-complete [Pipeline] sh 03:53:04 + mkdir -p /var/log/sysstat [Pipeline] sh 03:53:04 + ls /var/log/sa-host 03:53:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:53:04 provisioning config files... 03:53:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config14525791343996757941tmp [Pipeline] { [Pipeline] echo 03:53:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:53:05 ---> create-netrc.sh [Pipeline] } 03:53:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:53:05 ---> python-tools-install.sh [Pipeline] echo 03:53:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:53:06 ---> sudo-logs.sh 03:53:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:53:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:53:06 ---> job-cost.sh 03:53:06 lf-activate-venv: SKIPPING 03:53:06 DEBUG: total: 0.2199999988079071 03:53:06 INFO: Retrieving Stack Cost... 03:53:07 INFO: Retrieving Pricing Info for: v3-standard-8 03:53:07 INFO: Archiving Costs [Pipeline] echo 03:53:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:53:07 ---> logs-deploy.sh 03:53:07 lf-activate-venv: SKIPPING 03:53:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/PR-74/1 03:53:07 INFO: archiving workspace using pattern(s): 03:53:09 Archives upload complete. 03:53:09 INFO: archiving logs to Nexus 03:53:09 ---> uname -a: 03:53:09 Linux prd-ubuntu20-04-docker-8c-8g-1835 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:53:09 03:53:09 03:53:09 ---> lscpu: 03:53:09 Architecture: x86_64 03:53:09 CPU op-mode(s): 32-bit, 64-bit 03:53:09 Byte Order: Little Endian 03:53:09 Address sizes: 40 bits physical, 48 bits virtual 03:53:09 CPU(s): 8 03:53:09 On-line CPU(s) list: 0-7 03:53:09 Thread(s) per core: 1 03:53:09 Core(s) per socket: 1 03:53:09 Socket(s): 8 03:53:09 NUMA node(s): 1 03:53:09 Vendor ID: AuthenticAMD 03:53:09 CPU family: 23 03:53:09 Model: 49 03:53:09 Model name: AMD EPYC-Rome Processor 03:53:09 Stepping: 0 03:53:09 CPU MHz: 2799.998 03:53:09 BogoMIPS: 5599.99 03:53:09 Virtualization: AMD-V 03:53:09 Hypervisor vendor: KVM 03:53:09 Virtualization type: full 03:53:09 L1d cache: 256 KiB 03:53:09 L1i cache: 256 KiB 03:53:09 L2 cache: 4 MiB 03:53:09 L3 cache: 128 MiB 03:53:09 NUMA node0 CPU(s): 0-7 03:53:09 Vulnerability Itlb multihit: Not affected 03:53:09 Vulnerability L1tf: Not affected 03:53:09 Vulnerability Mds: Not affected 03:53:09 Vulnerability Meltdown: Not affected 03:53:09 Vulnerability Mmio stale data: Not affected 03:53:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:53:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:53:09 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:53:09 Vulnerability Srbds: Not affected 03:53:09 Vulnerability Tsx async abort: Not affected 03:53:09 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 03:53:09 03:53:09 03:53:09 ---> nproc: 03:53:09 8 03:53:09 03:53:09 03:53:09 ---> df -h: 03:53:09 Filesystem Size Used Avail Use% Mounted on 03:53:09 overlay 155G 9.7G 146G 7% / 03:53:09 tmpfs 64M 0 64M 0% /dev 03:53:09 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:53:09 shm 64M 0 64M 0% /dev/shm 03:53:09 /dev/vda1 155G 9.7G 146G 7% /facter-os 03:53:09 03:53:09 03:53:09 ---> sar -b -r -n DEV: 03:53:09 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1835) 05/20/25 _x86_64_ (8 CPU) 03:53:09 03:53:09 03:48:27 LINUX RESTART (8 CPU) 03:53:09 03:53:09 03:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:53:09 03:50:01 251.59 15.33 236.26 0.00 1955.01 99158.01 0.00 03:53:09 03:51:01 6.43 0.00 6.43 0.00 0.00 35904.30 0.00 03:53:09 03:52:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 03:53:09 03:53:01 1.35 0.05 1.30 0.00 4.67 16.13 0.00 03:53:09 Average: 65.09 3.85 61.25 0.00 489.90 33771.14 0.00 03:53:09 03:53:09 03:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:53:09 03:50:01 29542940 31553852 781372 2.38 73064 2217256 1744992 5.14 1033232 1939824 452 03:53:09 03:51:01 29543676 31554700 780176 2.37 73136 2217252 1744992 5.14 1032420 1939824 140 03:53:09 03:52:01 29544408 31555532 778636 2.37 73172 2217260 1744992 5.14 1031700 1939816 156 03:53:09 03:53:01 29549276 31560556 773432 2.35 73216 2217364 1729200 5.10 1027736 1939560 68 03:53:09 Average: 29545075 31556160 778404 2.37 73147 2217283 1741044 5.13 1031272 1939756 204 03:53:09 03:53:09 03:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:53:09 03:50:01 lo 5.93 5.93 0.59 0.59 0.00 0.00 0.00 0.00 03:53:09 03:50:01 docker0 3.60 5.23 0.21 152.91 0.00 0.00 0.00 0.00 03:53:09 03:50:01 ens3 343.48 226.15 3720.60 85.25 0.00 0.00 0.00 0.00 03:53:09 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:53:09 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:09 03:51:01 ens3 0.68 0.18 0.15 0.07 0.00 0.00 0.00 0.00 03:53:09 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:09 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:09 03:52:01 ens3 0.38 0.25 0.26 0.20 0.00 0.00 0.00 0.00 03:53:09 03:53:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:53:09 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:09 03:53:01 ens3 3.52 1.93 4.86 1.02 0.00 0.00 0.00 0.00 03:53:09 Average: lo 1.62 1.62 0.16 0.16 0.00 0.00 0.00 0.00 03:53:09 Average: docker0 0.90 1.31 0.05 38.23 0.00 0.00 0.00 0.00 03:53:09 Average: ens3 87.01 57.13 931.43 21.64 0.00 0.00 0.00 0.00 03:53:09 03:53:09 03:53:09 ---> sar -P ALL: 03:53:09 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1835) 05/20/25 _x86_64_ (8 CPU) 03:53:09 03:53:09 03:48:27 LINUX RESTART (8 CPU) 03:53:09 03:53:09 03:49:01 CPU %user %nice %system %iowait %steal %idle 03:53:09 03:50:01 all 6.76 0.00 2.14 1.95 0.04 89.11 03:53:09 03:50:01 0 6.47 0.00 1.87 2.99 0.03 88.63 03:53:09 03:50:01 1 6.97 0.00 2.06 0.91 0.05 90.01 03:53:09 03:50:01 2 7.37 0.00 2.26 0.30 0.05 90.01 03:53:09 03:50:01 3 5.26 0.00 2.24 0.27 0.03 92.19 03:53:09 03:50:01 4 7.78 0.00 2.62 5.40 0.05 84.15 03:53:09 03:50:01 5 8.89 0.00 1.49 0.27 0.03 89.31 03:53:09 03:50:01 6 5.49 0.00 1.48 1.14 0.03 91.85 03:53:09 03:50:01 7 5.84 0.00 3.10 4.30 0.05 86.71 03:53:09 03:51:01 all 0.22 0.00 0.01 0.01 0.00 99.75 03:53:09 03:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:53:09 03:51:01 1 0.07 0.00 0.00 0.07 0.00 99.87 03:53:09 03:51:01 2 0.05 0.00 0.00 0.00 0.00 99.95 03:53:09 03:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:53:09 03:51:01 4 0.00 0.00 0.03 0.02 0.00 99.95 03:53:09 03:51:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:53:09 03:51:01 6 0.02 0.00 0.02 0.02 0.00 99.95 03:53:09 03:51:01 7 1.58 0.00 0.00 0.00 0.00 98.42 03:53:09 03:52:01 all 0.28 0.00 0.01 0.01 0.00 99.70 03:53:09 03:52:01 0 0.05 0.00 0.00 0.00 0.00 99.95 03:53:09 03:52:01 1 0.08 0.00 0.02 0.07 0.02 99.82 03:53:09 03:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:53:09 03:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:53:09 03:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:53:09 03:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:53:09 03:52:01 6 0.03 0.00 0.02 0.03 0.02 99.90 03:53:09 03:52:01 7 1.97 0.00 0.00 0.00 0.00 98.03 03:53:09 03:53:01 all 0.38 0.00 0.04 0.01 0.01 99.57 03:53:09 03:53:01 0 0.07 0.00 0.03 0.00 0.00 99.90 03:53:09 03:53:01 1 0.25 0.00 0.03 0.03 0.02 99.67 03:53:09 03:53:01 2 0.37 0.00 0.07 0.00 0.02 99.55 03:53:09 03:53:01 3 0.08 0.00 0.07 0.00 0.02 99.83 03:53:09 03:53:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:53:09 03:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:53:09 03:53:01 6 0.03 0.00 0.07 0.02 0.00 99.88 03:53:09 03:53:01 7 2.18 0.00 0.03 0.00 0.00 97.78 03:53:09 Average: all 1.90 0.00 0.55 0.49 0.01 97.05 03:53:09 Average: 0 1.65 0.00 0.48 0.75 0.01 97.12 03:53:09 Average: 1 1.83 0.00 0.53 0.27 0.02 97.35 03:53:09 Average: 2 1.95 0.00 0.58 0.08 0.02 97.38 03:53:09 Average: 3 1.34 0.00 0.58 0.07 0.01 98.01 03:53:09 Average: 4 1.94 0.00 0.66 1.35 0.01 96.03 03:53:09 Average: 5 2.22 0.00 0.38 0.07 0.01 97.32 03:53:09 Average: 6 1.39 0.00 0.39 0.30 0.01 97.91 03:53:09 Average: 7 2.87 0.00 0.77 1.05 0.01 95.29 03:53:09 03:53:09 03:53:09