Pull request #4129 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch main at de42c75fc4ab817d877df8b97b2a6a2a139eddab rather than 6f0c279944f6674a79e742ef26617b6297c64033 Obtained Jenkinsfile from de42c75fc4ab817d877df8b97b2a6a2a139eddab 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-ssh591242962429861369.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh11165388986607584910.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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/edgex-go/branches/PR-4129/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/edgex-go/branches/PR-4129/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14277371065735351958.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/edgex-go/branches/PR-4129/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16985889824445814062.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh13263992044551296720.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/edgex-go/branches/PR-4129/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/edgex-go/branches/PR-4129/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12264605398590967443.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false 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-23287 in /w/workspace/edgexfoundry_edgex-go_PR-4129 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4129/head:refs/remotes/origin/PR-4129 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit de42c75fc4ab817d877df8b97b2a6a2a139eddab into PR head commit 6f0c279944f6674a79e742ef26617b6297c64033 Merge succeeded, producing 6f0c279944f6674a79e742ef26617b6297c64033 Checking out Revision 6f0c279944f6674a79e742ef26617b6297c64033 (PR-4129) > git config core.sparsecheckout # timeout=10 > git checkout -f 6f0c279944f6674a79e742ef26617b6297c64033 # 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 de42c75fc4ab817d877df8b97b2a6a2a139eddab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f0c279944f6674a79e742ef26617b6297c64033 # timeout=10 Commit message: "feat(command): update core-command to support message bus access" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:57:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:57:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:57:35 ========================================================= 06:57:35 EdgeX Global Pipelines Version Info 06:57:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:57:35 ------------------- 06:57:35 stable info: 06:57:35 ------------------- 06:57:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:57:35 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 06:57:35 Message: update stable to v1.0.238 06:57:36 ------------------- 06:57:36 experimental info: 06:57:36 ------------------- 06:57:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:57:36 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 06:57:36 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:57:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:57:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:57:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4129 [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4129 [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4129 [Pipeline] echo 06:57:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f0c279944f6674a79e742ef26617b6297c64033 [Pipeline] echo 06:57:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f0c279 [Pipeline] echo 06:57:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:57:38 provisioning config files... 06:57:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6853853307612598872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:57:38 ---> docker-login.sh 06:57:38 nexus3.edgexfoundry.org:10001 06:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:39 Configure a credential helper to remove this warning. See 06:57:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:39 06:57:39 Login Succeeded 06:57:39 nexus3.edgexfoundry.org:10002 06:57:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:39 Configure a credential helper to remove this warning. See 06:57:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:39 06:57:39 Login Succeeded 06:57:39 nexus3.edgexfoundry.org:10003 06:57:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:39 Configure a credential helper to remove this warning. See 06:57:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:39 06:57:39 Login Succeeded 06:57:39 nexus3.edgexfoundry.org:10004 06:57:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:39 Configure a credential helper to remove this warning. See 06:57:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:39 06:57:39 Login Succeeded 06:57:39 docker.io 06:57:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:39 Configure a credential helper to remove this warning. See 06:57:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:39 06:57:39 Login Succeeded 06:57:39 ---> docker-login.sh ends [Pipeline] } 06:57:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:57:40 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 06:57:40 + dirname cmd/core-command/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo core-command,cmd/core-command/Dockerfile 06:57:40 + dirname cmd/core-data/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo core-data,cmd/core-data/Dockerfile 06:57:40 + dirname cmd/core-metadata/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo core-metadata,cmd/core-metadata/Dockerfile 06:57:40 + dirname cmd/security-bootstrapper/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:57:40 + dirname cmd/security-proxy-setup/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:57:40 + dirname cmd/security-secretstore-setup/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:57:40 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:57:40 + dirname cmd/security-spire-agent/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:57:40 + + dirname cmd/security-spire-config/Dockerfile 06:57:40 cut -d/ -f2 06:57:40 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:57:40 + + cut -d/ -f2 06:57:40 dirname cmd/security-spire-server/Dockerfile 06:57:40 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:57:40 + dirname cmd/support-notifications/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo support-notifications,cmd/support-notifications/Dockerfile 06:57:40 + dirname cmd/support-scheduler/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:57:40 + dirname cmd/sys-mgmt-agent/Dockerfile 06:57:40 + cut -d/ -f2 06:57:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:57:40 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:57:40 + git rev-list -1 --merges 6f0c279944f6674a79e742ef26617b6297c64033~1..6f0c279944f6674a79e742ef26617b6297c64033 [Pipeline] echo 06:57:40 -----------> git rev-list -1 --merges 6f0c279944f6674a79e742ef26617b6297c64033~1..6f0c279944f6674a79e742ef26617b6297c64033 6f0c279944f6674a79e742ef26617b6297c64033 [false] [Pipeline] sh 06:57:41 + git log --format=format:%s -1 6f0c279944f6674a79e742ef26617b6297c64033 [Pipeline] echo 06:57:41 ========================================================= 06:57:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:57:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:57:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:57:41 + grep -v github /etc/ssh/ssh_known_hosts 06:57:41 + [ -e /tmp/ssh_known_hosts ] 06:57:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:57:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:57:41 + sudo tee -a /etc/ssh/ssh_known_hosts 06:57:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:57:42 06:57:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:57:42 0.1.4: Pulling from edgex-devops/py-git-semver 06:57:42 b85a868b505f: Pulling fs layer 06:57:42 e2be974225ed: Pulling fs layer 06:57:42 339a4e72a1f5: Pulling fs layer 06:57:42 988bab9f4d93: Pulling fs layer 06:57:42 1469e6f7b9e6: Pulling fs layer 06:57:42 eaf3925da568: Pulling fs layer 06:57:42 bab4dde63d76: Pulling fs layer 06:57:42 bde34c3a00c8: Pulling fs layer 06:57:42 b352a97aabf1: Pulling fs layer 06:57:42 4872d77fe225: Pulling fs layer 06:57:42 5851b861e8e6: Pulling fs layer 06:57:42 988bab9f4d93: Waiting 06:57:42 1469e6f7b9e6: Waiting 06:57:42 b352a97aabf1: Waiting 06:57:42 4872d77fe225: Waiting 06:57:42 eaf3925da568: Waiting 06:57:42 bde34c3a00c8: Waiting 06:57:42 bab4dde63d76: Waiting 06:57:42 5851b861e8e6: Waiting 06:57:42 e2be974225ed: Download complete 06:57:42 988bab9f4d93: Download complete 06:57:42 339a4e72a1f5: Verifying Checksum 06:57:42 339a4e72a1f5: Download complete 06:57:42 1469e6f7b9e6: Verifying Checksum 06:57:42 1469e6f7b9e6: Download complete 06:57:42 eaf3925da568: Download complete 06:57:42 bde34c3a00c8: Download complete 06:57:42 b352a97aabf1: Download complete 06:57:42 4872d77fe225: Verifying Checksum 06:57:42 4872d77fe225: Download complete 06:57:42 5851b861e8e6: Verifying Checksum 06:57:42 5851b861e8e6: Download complete 06:57:42 b85a868b505f: Verifying Checksum 06:57:42 b85a868b505f: Download complete 06:57:43 bab4dde63d76: Verifying Checksum 06:57:43 bab4dde63d76: Download complete 06:57:44 b85a868b505f: Pull complete 06:57:44 e2be974225ed: Pull complete 06:57:45 339a4e72a1f5: Pull complete 06:57:45 988bab9f4d93: Pull complete 06:57:45 1469e6f7b9e6: Pull complete 06:57:45 eaf3925da568: Pull complete 06:57:47 bab4dde63d76: Pull complete 06:57:47 bde34c3a00c8: Pull complete 06:57:47 b352a97aabf1: Pull complete 06:57:47 4872d77fe225: Pull complete 06:57:47 5851b861e8e6: Pull complete 06:57:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:57:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:57:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:57:48 prd-ubuntu20.04-docker-8c-8g-23287 does not seem to be running inside a container 06:57:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:57:50 $ docker top 8b5e4d2b2a039e5a4116f61a3ee0271bbe9e25cde80af1877da0fcdb9764e358 -eo pid,comm 06:57:50 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:57:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:57:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:57:50 [ssh-agent] Looking for ssh-agent implementation... 06:57:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:57:50 $ docker exec 8b5e4d2b2a039e5a4116f61a3ee0271bbe9e25cde80af1877da0fcdb9764e358 ssh-agent 06:57:50 SSH_AUTH_SOCK=/tmp/ssh-z4QFEgWZzkVk/agent.34 06:57:50 SSH_AGENT_PID=40 06:57:50 Running ssh-add (command line suppressed) 06:57:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4468880674316808578.key (/w/workspace/edgex-go/1@tmp/private_key_4468880674316808578.key) 06:57:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:57:51 + git tag --points-at HEAD [Pipeline] } 06:57:51 $ docker exec --env ******** --env ******** 8b5e4d2b2a039e5a4116f61a3ee0271bbe9e25cde80af1877da0fcdb9764e358 ssh-agent -k 06:57:51 unset SSH_AUTH_SOCK; 06:57:51 unset SSH_AGENT_PID; 06:57:51 echo Agent pid 40 killed; 06:57:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:57:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:57:51 [ssh-agent] Looking for ssh-agent implementation... 06:57:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:57:51 $ docker exec 8b5e4d2b2a039e5a4116f61a3ee0271bbe9e25cde80af1877da0fcdb9764e358 ssh-agent 06:57:51 SSH_AUTH_SOCK=/tmp/ssh-gCDgxoIOkwHr/agent.74 06:57:51 SSH_AGENT_PID=81 06:57:51 Running ssh-add (command line suppressed) 06:57:51 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2484353111366293198.key (/w/workspace/edgex-go/1@tmp/private_key_2484353111366293198.key) 06:57:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:57:52 + git semver init 06:57:52 2022-08-22 06:57:52,498 [run_init] DEBUG init version:0.0.0 force:False 06:57:52 2022-08-22 06:57:52,499 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 06:57:52 2022-08-22 06:57:52,500 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 06:57:52 2022-08-22 06:57:52,500 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 06:57:57 2022-08-22 06:57:57,071 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 06:57:57 2022-08-22 06:57:57,072 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4129 with force:False 06:57:57 2022-08-22 06:57:57,072 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4129 06:57:57 2022-08-22 06:57:57,075 [execute] INFO git cat-file --batch-check 06:57:57 2022-08-22 06:57:57,075 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 06:57:57 2022-08-22 06:57:57,080 [execute] INFO git cat-file --batch 06:57:57 2022-08-22 06:57:57,080 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 06:57:57 2022-08-22 06:57:57,085 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4129 06:57:57 0.0.0 [Pipeline] } 06:57:57 $ docker exec --env ******** --env ******** 8b5e4d2b2a039e5a4116f61a3ee0271bbe9e25cde80af1877da0fcdb9764e358 ssh-agent -k 06:57:58 unset SSH_AUTH_SOCK; 06:57:58 unset SSH_AGENT_PID; 06:57:58 echo Agent pid 81 killed; 06:57:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:57:58 + git semver [Pipeline] } 06:57:58 $ docker stop --time=1 8b5e4d2b2a039e5a4116f61a3ee0271bbe9e25cde80af1877da0fcdb9764e358 06:58:00 $ docker rm -f 8b5e4d2b2a039e5a4116f61a3ee0271bbe9e25cde80af1877da0fcdb9764e358 [Pipeline] // withDockerContainer [Pipeline] sh 06:58:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:58:00 Stashed 1 file(s) [Pipeline] echo 06:58:00 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [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] sh 06:58:01 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 06:58:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:58:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:58:01 ========================================================= 06:58:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 06:58:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:58:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:58:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 06:58:02 2408cc74d12b: Pulling fs layer 06:58:02 ea60b727a1ce: Pulling fs layer 06:58:02 30c4a7721957: Pulling fs layer 06:58:02 370296b7ddb6: Pulling fs layer 06:58:02 7c6cee850709: Pulling fs layer 06:58:02 370296b7ddb6: Waiting 06:58:02 39a5fcdaea64: Pulling fs layer 06:58:02 d94ebbe4e438: Pulling fs layer 06:58:02 7c6cee850709: Waiting 06:58:02 39a5fcdaea64: Waiting 06:58:02 d94ebbe4e438: Waiting 06:58:02 bcfd1f05c69d: Pulling fs layer 06:58:02 59ccb84bbe0f: Pulling fs layer 06:58:02 bcfd1f05c69d: Waiting 06:58:02 59ccb84bbe0f: Waiting 06:58:02 30c4a7721957: Verifying Checksum 06:58:02 30c4a7721957: Download complete 06:58:02 ea60b727a1ce: Download complete 06:58:02 7c6cee850709: Verifying Checksum 06:58:02 7c6cee850709: Download complete 06:58:02 39a5fcdaea64: Verifying Checksum 06:58:02 39a5fcdaea64: Download complete 06:58:02 2408cc74d12b: Verifying Checksum 06:58:02 d94ebbe4e438: Verifying Checksum 06:58:02 d94ebbe4e438: Download complete 06:58:02 2408cc74d12b: Pull complete 06:58:02 ea60b727a1ce: Pull complete 06:58:02 30c4a7721957: Pull complete 06:58:02 59ccb84bbe0f: Verifying Checksum 06:58:02 59ccb84bbe0f: Download complete 06:58:02 bcfd1f05c69d: Verifying Checksum 06:58:02 bcfd1f05c69d: Download complete 06:58:02 370296b7ddb6: Verifying Checksum 06:58:02 370296b7ddb6: Download complete 06:58:07 370296b7ddb6: Pull complete 06:58:07 7c6cee850709: Pull complete 06:58:07 39a5fcdaea64: Pull complete 06:58:07 d94ebbe4e438: Pull complete 06:58:09 bcfd1f05c69d: Pull complete 06:58:10 59ccb84bbe0f: Pull complete 06:58:10 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 06:58:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:58:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 06:58:10 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:58:10 WORKDIR /edgex 06:58:10 COPY go.mod . 06:58:10 RUN go mod download 06:58:10 docker build -t ci-base-image-x86_64 -f - . 06:58:11 Sending build context to Docker daemon 169.3MB 06:58:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:58:11 ---> a4fb48ad2a94 06:58:11 Step 2/4 : WORKDIR /edgex 06:58:14 ---> Running in ef5e8e9f1818 06:58:14 Removing intermediate container ef5e8e9f1818 06:58:14 ---> 7aef9730777f 06:58:14 Step 3/4 : COPY go.mod . 06:58:14 ---> 9e56c7aa09a5 06:58:14 Step 4/4 : RUN go mod download 06:58:14 ---> Running in ad29c1a7a30a 06:58:16 Still waiting to schedule task 06:58:16 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:58:29 Removing intermediate container ad29c1a7a30a 06:58:29 ---> bf1ccc9aebdf 06:58:29 Successfully built bf1ccc9aebdf 06:58:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:30 + docker inspect -f . ci-base-image-x86_64 06:58:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:58:30 prd-ubuntu20.04-docker-8c-8g-23287 does not seem to be running inside a container 06:58:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat 06:58:30 $ docker top 5c2dfa5b485e1b7fcbba7bbe99f6019169e2e486fa51f2149cfe0348e5f48fc0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:31 + go version 06:58:31 go version go1.18.3 linux/amd64 [Pipeline] } 06:58:31 $ docker stop --time=1 5c2dfa5b485e1b7fcbba7bbe99f6019169e2e486fa51f2149cfe0348e5f48fc0 06:58:32 $ docker rm -f 5c2dfa5b485e1b7fcbba7bbe99f6019169e2e486fa51f2149cfe0348e5f48fc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:33 + docker inspect -f . ci-base-image-x86_64 06:58:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:58:33 prd-ubuntu20.04-docker-8c-8g-23287 does not seem to be running inside a container 06:58:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** ci-base-image-x86_64 cat 06:58:33 $ docker top dc011dc3c0c0da9f2594adfe07ec2d1101ed7968e74999a12332c9249e2a96c1 -eo pid,comm [Pipeline] { [Pipeline] echo 06:58:33 ========================================================= 06:58:33 [edgeXBuildGoParallel] Running Tests and Build... 06:58:33 ========================================================= [Pipeline] sh 06:58:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 06:58:34 + make test 06:58:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:58:34 go: updates to go.mod needed; to update it: 06:58:34 go mod tidy 06:58:34 make: *** [Makefile:149: unittest] Error 1 [Pipeline] } 06:58:34 $ docker stop --time=1 dc011dc3c0c0da9f2594adfe07ec2d1101ed7968e74999a12332c9249e2a96c1 06:58:36 $ docker rm -f dc011dc3c0c0da9f2594adfe07ec2d1101ed7968e74999a12332c9249e2a96c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:58:37 Failed in branch amd64 06:59:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23288 in /w/workspace/edgexfoundry_edgex-go_PR-4129 [Pipeline] { [Pipeline] ws 06:59:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:59:59 The recommended git tool is: git 07:00:06 using credential edgex-jenkins-ssh 07:00:06 Cloning the remote Git repository 07:00:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:00:06 > git init /w/workspace/edgex-go/1 # timeout=10 07:00:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:00:06 > git --version # timeout=10 07:00:06 > git --version # 'git version 2.25.1' 07:00:06 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:00:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:00:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:00:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:00:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:00:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4129/head:refs/remotes/origin/PR-4129 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:00:22 Merging remotes/origin/main commit de42c75fc4ab817d877df8b97b2a6a2a139eddab into PR head commit 6f0c279944f6674a79e742ef26617b6297c64033 07:00:23 Merge succeeded, producing 6f0c279944f6674a79e742ef26617b6297c64033 07:00:23 Checking out Revision 6f0c279944f6674a79e742ef26617b6297c64033 (PR-4129) 07:00:22 > git config core.sparsecheckout # timeout=10 07:00:22 > git checkout -f 6f0c279944f6674a79e742ef26617b6297c64033 # timeout=10 07:00:23 > git remote # timeout=10 07:00:23 > git config --get remote.origin.url # timeout=10 07:00:23 using GIT_SSH to set credentials SSH Credentials for GitHub 07:00:23 > git merge de42c75fc4ab817d877df8b97b2a6a2a139eddab # timeout=10 07:00:23 > git rev-parse HEAD^{commit} # timeout=10 07:00:23 > git config core.sparsecheckout # timeout=10 07:00:23 > git checkout -f 6f0c279944f6674a79e742ef26617b6297c64033 # timeout=10 07:00:27 Commit message: "feat(command): update core-command to support message bus access" 07:00:27 > git --version # timeout=10 07:00:27 > git --version # 'git version 2.25.1' 07:00:27 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:00:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:00:28 % Total % Received % Xferd Average Speed Time Time Time Current 07:00:28 Dload Upload Total Spent Left Speed 07:00:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 94044 0 --:--:-- --:--:-- --:--:-- 94044 [Pipeline] sh 07:00:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:00:29 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:00:29 + sudo tee /etc/docker/daemon.new 07:00:29 { 07:00:29 "registry-mirrors": [ 07:00:29 "https://nexus3.edgexfoundry.org:10001" 07:00:29 ], 07:00:29 "bip": "10.250.0.254/24", 07:00:29 "hosts": [ 07:00:29 "tcp://0.0.0.0:5555", 07:00:29 "unix:///var/run/docker.sock" 07:00:29 ], 07:00:29 "mtu": 1458, 07:00:29 "selinux-enabled": true, 07:00:29 "seccomp-profile": "/etc/docker/seccomp.json" 07:00:29 } [Pipeline] sh 07:00:30 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:00:30 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:00:49 provisioning config files... 07:00:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8851180017156576557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:00:49 ---> docker-login.sh 07:00:49 nexus3.edgexfoundry.org:10001 07:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:50 Configure a credential helper to remove this warning. See 07:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:50 07:00:50 Login Succeeded 07:00:50 nexus3.edgexfoundry.org:10002 07:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:50 Configure a credential helper to remove this warning. See 07:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:50 07:00:50 Login Succeeded 07:00:50 nexus3.edgexfoundry.org:10003 07:00:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:51 Configure a credential helper to remove this warning. See 07:00:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:51 07:00:51 Login Succeeded 07:00:51 nexus3.edgexfoundry.org:10004 07:00:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:51 Configure a credential helper to remove this warning. See 07:00:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:51 07:00:51 Login Succeeded 07:00:51 docker.io 07:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:00:52 Configure a credential helper to remove this warning. See 07:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:00:52 07:00:52 Login Succeeded 07:00:52 ---> docker-login.sh ends [Pipeline] } 07:00:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:00:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 07:00:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:00:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:00:53 ========================================================= 07:00:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 07:00:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:00:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:00:53 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:00:53 b3c136eddcbf: Pulling fs layer 07:00:53 c0a3192eca97: Pulling fs layer 07:00:53 a050256f5b6f: Pulling fs layer 07:00:53 656be50a0ddc: Pulling fs layer 07:00:53 2bbca73fdf42: Pulling fs layer 07:00:53 46d945488cbd: Pulling fs layer 07:00:53 8a5474983e97: Pulling fs layer 07:00:53 329c88fbcd65: Pulling fs layer 07:00:53 2bbca73fdf42: Waiting 07:00:53 656be50a0ddc: Waiting 07:00:53 46d945488cbd: Waiting 07:00:53 8a5474983e97: Waiting 07:00:53 329c88fbcd65: Waiting 07:00:53 a050256f5b6f: Verifying Checksum 07:00:53 a050256f5b6f: Download complete 07:00:53 c0a3192eca97: Verifying Checksum 07:00:53 c0a3192eca97: Download complete 07:00:53 2bbca73fdf42: Verifying Checksum 07:00:53 2bbca73fdf42: Download complete 07:00:53 46d945488cbd: Verifying Checksum 07:00:53 46d945488cbd: Download complete 07:00:53 b3c136eddcbf: Verifying Checksum 07:00:53 b3c136eddcbf: Download complete 07:00:54 b3c136eddcbf: Pull complete 07:00:54 329c88fbcd65: Verifying Checksum 07:00:54 329c88fbcd65: Download complete 07:00:55 c0a3192eca97: Pull complete 07:00:55 a050256f5b6f: Pull complete 07:00:55 8a5474983e97: Verifying Checksum 07:00:55 8a5474983e97: Download complete 07:00:56 656be50a0ddc: Verifying Checksum 07:00:56 656be50a0ddc: Download complete 07:01:11 656be50a0ddc: Pull complete 07:01:11 2bbca73fdf42: Pull complete 07:01:11 46d945488cbd: Pull complete 07:01:17 8a5474983e97: Pull complete 07:01:18 329c88fbcd65: Pull complete 07:01:18 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 07:01:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:01:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 07:01:18 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:01:18 WORKDIR /edgex 07:01:18 COPY go.mod . 07:01:18 RUN go mod download 07:01:18 + docker build -t ci-base-image-arm64 -f - . 07:01:19 Sending build context to Docker daemon 3.153MB 07:01:19 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:01:19 ---> ff4287adb874 07:01:19 Step 2/4 : WORKDIR /edgex 07:01:21 ---> Running in 9582967c207c 07:01:21 Removing intermediate container 9582967c207c 07:01:21 ---> c9091ac9e06d 07:01:21 Step 3/4 : COPY go.mod . 07:01:22 ---> c51f6ee3051d 07:01:22 Step 4/4 : RUN go mod download 07:01:22 ---> Running in 8f219c266062 07:02:01 Removing intermediate container 8f219c266062 07:02:01 ---> e7432ddec258 07:02:01 Successfully built e7432ddec258 07:02:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:01 + docker inspect -f . ci-base-image-arm64 07:02:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:02:01 prd-ubuntu20.04-docker-arm64-4c-16g-23288 does not seem to be running inside a container 07:02:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 07:02:03 $ docker top 8f38d652414ca0639021de692a9d96fc428c7270b2babf8937c564703583e330 -eo pid,comm [Pipeline] { [Pipeline] sh 07:02:04 + go version 07:02:04 go version go1.18.3 linux/arm64 [Pipeline] } 07:02:04 $ docker stop --time=1 8f38d652414ca0639021de692a9d96fc428c7270b2babf8937c564703583e330 07:02:06 $ docker rm -f 8f38d652414ca0639021de692a9d96fc428c7270b2babf8937c564703583e330 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:07 + docker inspect -f . ci-base-image-arm64 07:02:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:02:07 prd-ubuntu20.04-docker-arm64-4c-16g-23288 does not seem to be running inside a container 07:02:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 07:02:08 $ docker top f8baffeddabcc6c28251bc161773a4a8c60a365ef2994cbfb41bdca95a2bc38e -eo pid,comm [Pipeline] { [Pipeline] echo 07:02:09 ========================================================= 07:02:09 [edgeXBuildGoParallel] Running Tests and Build... 07:02:09 ========================================================= [Pipeline] sh 07:02:09 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 07:02:10 + make test 07:02:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:02:11 go: updates to go.mod needed; to update it: 07:02:11 go mod tidy 07:02:11 make: *** [Makefile:149: unittest] Error 1 [Pipeline] } 07:02:11 $ docker stop --time=1 f8baffeddabcc6c28251bc161773a4a8c60a365ef2994cbfb41bdca95a2bc38e 07:02:13 $ docker rm -f f8baffeddabcc6c28251bc161773a4a8c60a365ef2994cbfb41bdca95a2bc38e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:02:14 07:02:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:02:15 arm64: Pulling from edgex-lftools-log-publisher 07:02:15 8998bd30e6a1: Pulling fs layer 07:02:15 04944245beec: Pulling fs layer 07:02:15 699f458cf7ca: Pulling fs layer 07:02:15 765212b225bb: Pulling fs layer 07:02:15 f23df028b6ca: Pulling fs layer 07:02:15 d65c8cfc05b1: Pulling fs layer 07:02:15 2437ff75d9bd: Pulling fs layer 07:02:15 f23df028b6ca: Waiting 07:02:15 765212b225bb: Waiting 07:02:15 d65c8cfc05b1: Waiting 07:02:15 2437ff75d9bd: Waiting 07:02:15 04944245beec: Verifying Checksum 07:02:15 04944245beec: Download complete 07:02:15 765212b225bb: Verifying Checksum 07:02:15 f23df028b6ca: Verifying Checksum 07:02:15 f23df028b6ca: Download complete 07:02:15 d65c8cfc05b1: Verifying Checksum 07:02:15 d65c8cfc05b1: Download complete 07:02:15 699f458cf7ca: Verifying Checksum 07:02:15 699f458cf7ca: Download complete 07:02:15 8998bd30e6a1: Verifying Checksum 07:02:15 8998bd30e6a1: Download complete 07:02:18 2437ff75d9bd: Verifying Checksum 07:02:18 2437ff75d9bd: Download complete 07:02:19 8998bd30e6a1: Pull complete 07:02:20 04944245beec: Pull complete 07:02:21 699f458cf7ca: Pull complete 07:02:21 765212b225bb: Pull complete 07:02:22 f23df028b6ca: Pull complete 07:02:22 d65c8cfc05b1: Pull complete 07:02:38 2437ff75d9bd: Pull complete 07:02:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:02:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:02:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:02:38 prd-ubuntu20.04-docker-arm64-4c-16g-23288 does not seem to be running inside a container 07:02:38 $ 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/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 07:02:40 $ docker top 7ea6a5877dc9b819b2cceb55fc2c5e38e4f2a19a6a2774fde505e9441a9d80e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:02:41 ---> job-cost.sh 07:02:41 lf-activate-venv: SKIPPING 07:02:41 INFO: No Stack... 07:02:42 INFO: Retrieving Pricing Info for: v3-standard-4 07:02:43 INFO: Archiving Costs [Pipeline] sh 07:02:44 + cat /w/workspace/edgex-go/1/archives/cost.csv 07:02:44 + cut -d, -f6 [Pipeline] lock 07:02:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4129-1-stack-cost] 07:02:44 Resource [jenkins-edgexfoundry-edgex-go-PR-4129-1-stack-cost] did not exist. Created. 07:02:44 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4129-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:02:45 + echo total: 0.10999999940395355 [Pipeline] stash 07:02:45 Stashed 1 file(s) [Pipeline] } 07:02:45 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4129-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:02:45 $ docker stop --time=1 7ea6a5877dc9b819b2cceb55fc2c5e38e4f2a19a6a2774fde505e9441a9d80e4 07:02:47 $ docker rm -f 7ea6a5877dc9b819b2cceb55fc2c5e38e4f2a19a6a2774fde505e9441a9d80e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:02:48 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:02:49 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 07:02:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:02:50 ---> package-listing.sh 07:02:50 ++ facter osfamily 07:02:50 ++ tr '[:upper:]' '[:lower:]' 07:02:51 + OS_FAMILY=debian 07:02:51 + workspace=/w/workspace/edgex-go/1 07:02:51 + START_PACKAGES=/tmp/packages_start.txt 07:02:51 + END_PACKAGES=/tmp/packages_end.txt 07:02:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:02:51 + PACKAGES=/tmp/packages_start.txt 07:02:51 + '[' /w/workspace/edgex-go/1 ']' 07:02:51 + PACKAGES=/tmp/packages_end.txt 07:02:51 + case "${OS_FAMILY}" in 07:02:51 + dpkg -l 07:02:51 + grep '^ii' 07:02:51 + '[' -f /tmp/packages_start.txt ']' 07:02:51 + '[' -f /tmp/packages_end.txt ']' 07:02:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:02:51 + '[' /w/workspace/edgex-go/1 ']' 07:02:51 + mkdir -p /w/workspace/edgex-go/1/archives/ 07:02:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 07:02:51 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/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:02:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:02:52 07:02:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:02:52 latest: Pulling from edgex-lftools-log-publisher 07:02:52 5eb5b503b376: Pulling fs layer 07:02:52 5c69ac0246d0: Pulling fs layer 07:02:52 ec43610c2a17: Pulling fs layer 07:02:52 3a2ae6a8a46f: Pulling fs layer 07:02:52 33b1e0a273af: Pulling fs layer 07:02:52 5d3b04190fa2: Pulling fs layer 07:02:52 2f39f015ded8: Pulling fs layer 07:02:52 3a2ae6a8a46f: Waiting 07:02:52 33b1e0a273af: Waiting 07:02:52 5d3b04190fa2: Waiting 07:02:52 2f39f015ded8: Waiting 07:02:52 5c69ac0246d0: Download complete 07:02:52 3a2ae6a8a46f: Verifying Checksum 07:02:52 3a2ae6a8a46f: Download complete 07:02:52 33b1e0a273af: Verifying Checksum 07:02:52 33b1e0a273af: Download complete 07:02:52 5d3b04190fa2: Verifying Checksum 07:02:52 5d3b04190fa2: Download complete 07:02:52 ec43610c2a17: Verifying Checksum 07:02:52 ec43610c2a17: Download complete 07:02:53 5eb5b503b376: Verifying Checksum 07:02:53 5eb5b503b376: Download complete 07:02:53 2f39f015ded8: Download complete 07:02:54 5eb5b503b376: Pull complete 07:02:54 5c69ac0246d0: Pull complete 07:02:55 ec43610c2a17: Pull complete 07:02:55 3a2ae6a8a46f: Pull complete 07:02:55 33b1e0a273af: Pull complete 07:02:55 5d3b04190fa2: Pull complete 07:03:00 2f39f015ded8: Pull complete 07:03:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:03:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:03:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:03:01 prd-ubuntu20.04-docker-8c-8g-23287 does not seem to be running inside a container 07:03:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:03:05 $ docker top 1cd058824dcf320710b4ff8ddfa0433b45a2d9718a4ffa57365d6cab2c4ad145 -eo pid,comm [Pipeline] { [Pipeline] sh 07:03:05 + touch /tmp/pre-build-complete [Pipeline] sh 07:03:05 + mkdir -p /var/log/sysstat [Pipeline] sh 07:03:06 + ls /var/log/sa-host 07:03:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:03:06 provisioning config files... 07:03:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1681495584287529776tmp [Pipeline] { [Pipeline] echo 07:03:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:03:06 ---> create-netrc.sh [Pipeline] } 07:03:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:03:07 ---> python-tools-install.sh [Pipeline] echo 07:03:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:03:07 ---> sudo-logs.sh 07:03:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:03:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:03:07 ---> job-cost.sh 07:03:07 lf-activate-venv: SKIPPING 07:03:07 DEBUG: total: 0.10999999940395355 07:03:07 INFO: Retrieving Stack Cost... 07:03:08 INFO: Retrieving Pricing Info for: v3-standard-8 07:03:08 INFO: Archiving Costs [Pipeline] echo 07:03:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:03:09 ---> logs-deploy.sh 07:03:09 lf-activate-venv: SKIPPING 07:03:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4129/1 07:03:09 INFO: archiving workspace using pattern(s): 07:03:09 Archives upload complete. 07:03:10 INFO: archiving logs to Nexus 07:03:10 ---> uname -a: 07:03:10 Linux prd-ubuntu20-04-docker-8c-8g-23287 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 07:03:10 07:03:10 07:03:10 ---> lscpu: 07:03:10 Architecture: x86_64 07:03:10 CPU op-mode(s): 32-bit, 64-bit 07:03:10 Byte Order: Little Endian 07:03:10 Address sizes: 40 bits physical, 48 bits virtual 07:03:10 CPU(s): 8 07:03:10 On-line CPU(s) list: 0-7 07:03:10 Thread(s) per core: 1 07:03:10 Core(s) per socket: 1 07:03:10 Socket(s): 8 07:03:10 NUMA node(s): 1 07:03:10 Vendor ID: AuthenticAMD 07:03:10 CPU family: 23 07:03:10 Model: 49 07:03:10 Model name: AMD EPYC-Rome Processor 07:03:10 Stepping: 0 07:03:10 CPU MHz: 2799.998 07:03:10 BogoMIPS: 5599.99 07:03:10 Virtualization: AMD-V 07:03:10 Hypervisor vendor: KVM 07:03:10 Virtualization type: full 07:03:10 L1d cache: 256 KiB 07:03:10 L1i cache: 256 KiB 07:03:10 L2 cache: 4 MiB 07:03:10 L3 cache: 128 MiB 07:03:10 NUMA node0 CPU(s): 0-7 07:03:10 Vulnerability Itlb multihit: Not affected 07:03:10 Vulnerability L1tf: Not affected 07:03:10 Vulnerability Mds: Not affected 07:03:10 Vulnerability Meltdown: Not affected 07:03:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:03:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:03:10 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:03:10 Vulnerability Srbds: Not affected 07:03:10 Vulnerability Tsx async abort: Not affected 07:03:10 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 07:03:10 07:03:10 07:03:10 ---> nproc: 07:03:10 8 07:03:10 07:03:10 07:03:10 ---> df -h: 07:03:10 Filesystem Size Used Avail Use% Mounted on 07:03:10 overlay 155G 11G 145G 7% / 07:03:10 tmpfs 64M 0 64M 0% /dev 07:03:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:03:10 shm 64M 0 64M 0% /dev/shm 07:03:10 /dev/vda1 155G 11G 145G 7% /facter-os 07:03:10 07:03:10 07:03:10 ---> sar -b -r -n DEV: 07:03:10 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23287) 08/22/22 _x86_64_ (8 CPU) 07:03:10 07:03:10 06:56:51 LINUX RESTART (8 CPU) 07:03:10 07:03:10 06:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:03:10 06:58:02 377.32 56.34 320.98 0.00 7429.16 196419.53 0.00 07:03:10 06:59:01 113.00 0.68 112.32 0.00 13.29 56697.24 0.00 07:03:10 07:00:01 1.87 0.00 1.87 0.00 0.00 21.88 0.00 07:03:10 07:01:01 1.28 0.00 1.28 0.00 0.00 16.13 0.00 07:03:10 07:02:01 1.12 0.02 1.10 0.00 0.13 12.66 0.00 07:03:10 07:03:01 5.98 0.15 5.83 0.00 12.13 1021.56 0.00 07:03:10 Average: 83.34 9.56 73.79 0.00 1245.84 42323.74 0.00 07:03:10 07:03:10 06:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:03:10 06:58:02 29182060 31745948 579928 1.76 105924 2745472 2338464 6.89 1164464 2193012 84896 07:03:10 06:59:01 28221256 31776748 523652 1.59 136152 3644756 1914408 5.64 1178212 3058584 404 07:03:10 07:00:01 28221672 31777260 523128 1.59 136224 3644760 1914408 5.64 1177392 3058588 32 07:03:10 07:01:01 28230208 31785864 514448 1.56 136248 3644760 1914408 5.64 1169044 3058592 196 07:03:10 07:02:01 28229876 31785568 514648 1.57 136284 3644760 1914408 5.64 1168824 3058600 32 07:03:10 07:03:01 27688872 31753800 544004 1.65 143908 4097480 2076764 6.12 1209148 3510512 450888 07:03:10 Average: 28295657 31770865 533301 1.62 132457 3570331 2012143 5.93 1177847 2989648 89408 07:03:10 07:03:10 06:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:03:10 06:58:02 ens3 1304.77 1179.75 10270.63 168.39 0.00 0.00 0.00 0.00 07:03:10 06:58:02 lo 5.87 5.87 0.56 0.56 0.00 0.00 0.00 0.00 07:03:10 06:58:02 docker0 436.69 356.44 32.95 2716.17 0.00 0.00 0.00 0.00 07:03:10 06:59:01 ens3 248.97 182.04 3733.70 75.76 0.00 0.00 0.00 0.00 07:03:10 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:03:10 06:59:01 docker0 94.32 117.12 8.00 1164.23 0.00 0.00 0.00 0.00 07:03:10 07:00:01 ens3 10.48 4.95 9.98 0.57 0.00 0.00 0.00 0.00 07:03:10 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:03:10 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:03:10 07:01:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:03:10 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:03:10 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:03:10 07:02:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:03:10 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:03:10 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:03:10 07:03:01 ens3 96.38 60.44 2520.42 10.24 0.00 0.00 0.00 0.00 07:03:10 07:03:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 07:03:10 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:03:10 Average: ens3 276.86 238.03 2752.99 42.40 0.00 0.00 0.00 0.00 07:03:10 Average: lo 1.23 1.23 0.11 0.11 0.00 0.00 0.00 0.00 07:03:10 Average: docker0 88.48 78.82 6.82 645.27 0.00 0.00 0.00 0.00 07:03:10 07:03:10 07:03:10 ---> sar -P ALL: 07:03:10 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23287) 08/22/22 _x86_64_ (8 CPU) 07:03:10 07:03:10 06:56:51 LINUX RESTART (8 CPU) 07:03:10 07:03:10 06:57:01 CPU %user %nice %system %iowait %steal %idle 07:03:10 06:58:02 all 9.97 0.00 4.16 2.89 0.06 82.92 07:03:10 06:58:02 0 10.04 0.00 3.29 2.31 0.05 84.32 07:03:10 06:58:02 1 9.48 0.00 4.31 0.40 0.05 85.76 07:03:10 06:58:02 2 9.54 0.00 5.44 5.24 0.07 79.72 07:03:10 06:58:02 3 9.21 0.00 4.93 5.57 0.07 80.22 07:03:10 06:58:02 4 8.29 0.00 3.08 0.82 0.03 87.77 07:03:10 06:58:02 5 13.53 0.00 4.61 2.52 0.07 79.27 07:03:10 06:58:02 6 7.49 0.00 3.57 3.67 0.05 85.22 07:03:10 06:58:02 7 12.20 0.00 4.08 2.63 0.07 81.02 07:03:10 06:59:01 all 6.50 0.00 2.82 1.86 0.04 88.79 07:03:10 06:59:01 0 6.94 0.00 3.33 5.23 0.10 84.39 07:03:10 06:59:01 1 6.97 0.00 3.02 0.27 0.03 89.70 07:03:10 06:59:01 2 5.37 0.00 2.54 2.85 0.03 89.21 07:03:10 06:59:01 3 6.65 0.00 2.52 0.15 0.03 90.64 07:03:10 06:59:01 4 6.44 0.00 2.38 0.68 0.03 90.47 07:03:10 06:59:01 5 6.49 0.00 2.91 1.18 0.03 89.38 07:03:10 06:59:01 6 6.74 0.00 3.31 3.40 0.03 86.51 07:03:10 06:59:01 7 6.35 0.00 2.54 1.11 0.03 89.96 07:03:10 07:00:01 all 0.28 0.00 0.02 0.01 0.00 99.68 07:03:10 07:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:03:10 07:00:01 1 1.97 0.00 0.02 0.00 0.00 98.01 07:03:10 07:00:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:03:10 07:00:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:03:10 07:00:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:03:10 07:00:01 5 0.10 0.00 0.03 0.03 0.02 99.82 07:03:10 07:00:01 6 0.03 0.00 0.00 0.03 0.00 99.93 07:03:10 07:00:01 7 0.03 0.00 0.03 0.00 0.00 99.93 07:03:10 07:01:01 all 0.28 0.00 0.02 0.00 0.01 99.69 07:03:10 07:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:03:10 07:01:01 1 1.99 0.00 0.02 0.00 0.02 97.98 07:03:10 07:01:01 2 0.07 0.00 0.02 0.00 0.02 99.90 07:03:10 07:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:03:10 07:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:03:10 07:01:01 5 0.07 0.00 0.03 0.00 0.02 99.88 07:03:10 07:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:03:10 07:01:01 7 0.05 0.00 0.03 0.00 0.02 99.90 07:03:10 07:02:01 all 0.26 0.00 0.01 0.01 0.00 99.73 07:03:10 07:02:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:03:10 07:02:01 1 1.95 0.00 0.00 0.00 0.00 98.05 07:03:10 07:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:03:10 07:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:03:10 07:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:03:10 07:02:01 5 0.03 0.00 0.05 0.03 0.00 99.88 07:03:10 07:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:03:10 07:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:03:10 07:03:01 all 3.24 0.00 1.04 0.18 0.02 95.52 07:03:10 07:03:01 0 3.33 0.00 0.99 0.00 0.02 95.66 07:03:10 07:03:01 1 3.12 0.00 1.19 0.00 0.02 95.67 07:03:10 07:03:01 2 3.97 0.00 1.05 0.58 0.02 94.37 07:03:10 07:03:01 3 2.81 0.00 0.94 0.00 0.02 96.24 07:03:10 07:03:01 4 3.13 0.00 0.84 0.00 0.02 96.02 07:03:10 07:03:01 5 2.89 0.00 1.22 0.60 0.05 95.24 07:03:10 07:03:01 6 3.73 0.00 0.85 0.20 0.02 95.20 07:03:10 07:03:01 7 2.93 0.00 1.24 0.03 0.03 95.76 07:03:10 Average: all 3.40 0.00 1.33 0.82 0.02 94.43 07:03:10 Average: 0 3.36 0.00 1.26 1.24 0.03 94.11 07:03:10 Average: 1 4.22 0.00 1.41 0.11 0.02 94.24 07:03:10 Average: 2 3.15 0.00 1.50 1.43 0.02 93.90 07:03:10 Average: 3 3.09 0.00 1.39 0.94 0.02 94.55 07:03:10 Average: 4 2.97 0.00 1.05 0.25 0.01 95.72 07:03:10 Average: 5 3.83 0.00 1.47 0.72 0.03 93.95 07:03:10 Average: 6 2.97 0.00 1.28 1.20 0.02 94.53 07:03:10 Average: 7 3.57 0.00 1.31 0.62 0.03 94.46 07:03:10 07:03:10 07:03:10