Pull request #4127 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 23918450344651d97d22d0f3625b25d105fef848 rather than dd131f5892b68c081d2afa46cf2a5c675f2c4583 Obtained Jenkinsfile from 23918450344651d97d22d0f3625b25d105fef848 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-ssh9692593977819467400.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-ssh10538298758838417855.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-4127/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-4127/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4424453293221781994.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-4127/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16838344954408835692.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-ssh1813954723112835643.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-4127/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-4127/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1890680328507272751.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 ‘prd-ubuntu20.04-docker-8c-8g-22950’ is offline Running on prd-ubuntu20.04-docker-8c-8g-22952 in /w/workspace/edgexfoundry_edgex-go_PR-4127 [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 Merging remotes/origin/main commit 23918450344651d97d22d0f3625b25d105fef848 into PR head commit dd131f5892b68c081d2afa46cf2a5c675f2c4583 Merge succeeded, producing dd131f5892b68c081d2afa46cf2a5c675f2c4583 Checking out Revision dd131f5892b68c081d2afa46cf2a5c675f2c4583 (PR-4127) > 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/4127/head:refs/remotes/origin/PR-4127 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd131f5892b68c081d2afa46cf2a5c675f2c4583 # 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 23918450344651d97d22d0f3625b25d105fef848 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd131f5892b68c081d2afa46cf2a5c675f2c4583 # timeout=10 Commit message: "feat(metadata): implement GET Units of Measure API" 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 08:35:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:35:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:35:29 ========================================================= 08:35:29 EdgeX Global Pipelines Version Info 08:35:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:35:30 ------------------- 08:35:30 stable info: 08:35:30 ------------------- 08:35:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:35:30 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 08:35:30 Message: update stable to v1.0.238 08:35:30 ------------------- 08:35:30 experimental info: 08:35:30 ------------------- 08:35:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:35:30 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 08:35:30 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4127 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4127 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4127 [Pipeline] echo 08:35:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd131f5892b68c081d2afa46cf2a5c675f2c4583 [Pipeline] echo 08:35:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd131f5 [Pipeline] echo 08:35:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:35:32 provisioning config files... 08:35:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7177136677255306698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:32 ---> docker-login.sh 08:35:32 nexus3.edgexfoundry.org:10001 08:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:32 Configure a credential helper to remove this warning. See 08:35:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:32 08:35:33 Login Succeeded 08:35:33 nexus3.edgexfoundry.org:10002 08:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:33 Configure a credential helper to remove this warning. See 08:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:33 08:35:33 Login Succeeded 08:35:33 nexus3.edgexfoundry.org:10003 08:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:33 Configure a credential helper to remove this warning. See 08:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:33 08:35:33 Login Succeeded 08:35:33 nexus3.edgexfoundry.org:10004 08:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:33 Configure a credential helper to remove this warning. See 08:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:33 08:35:33 Login Succeeded 08:35:33 docker.io 08:35:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:33 Configure a credential helper to remove this warning. See 08:35:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:33 08:35:33 Login Succeeded 08:35:33 ---> docker-login.sh ends [Pipeline] } 08:35:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:35:34 + 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 08:35:34 + cut -d/ -f2 08:35:34 + dirname cmd/core-command/Dockerfile 08:35:34 + echo core-command,cmd/core-command/Dockerfile 08:35:34 + dirname cmd/core-data/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo core-data,cmd/core-data/Dockerfile 08:35:34 + dirname cmd/core-metadata/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo core-metadata,cmd/core-metadata/Dockerfile 08:35:34 + dirname cmd/security-bootstrapper/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:35:34 + dirname cmd/security-proxy-setup/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:35:34 + dirname cmd/security-secretstore-setup/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:35:34 + dirname cmd/security-spiffe-token-provider/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 08:35:34 + + cut -d/ -f2 08:35:34 dirname cmd/security-spire-agent/Dockerfile 08:35:34 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 08:35:34 + dirname cmd/security-spire-config/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo security-spire-config,cmd/security-spire-config/Dockerfile 08:35:34 + dirname cmd/security-spire-server/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo security-spire-server,cmd/security-spire-server/Dockerfile 08:35:34 + dirname cmd/support-notifications/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo support-notifications,cmd/support-notifications/Dockerfile 08:35:34 + dirname cmd/support-scheduler/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:35:34 + dirname cmd/sys-mgmt-agent/Dockerfile 08:35:34 + cut -d/ -f2 08:35:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:35:34 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 08:35:34 + git rev-list -1 --merges dd131f5892b68c081d2afa46cf2a5c675f2c4583~1..dd131f5892b68c081d2afa46cf2a5c675f2c4583 [Pipeline] echo 08:35:34 -----------> git rev-list -1 --merges dd131f5892b68c081d2afa46cf2a5c675f2c4583~1..dd131f5892b68c081d2afa46cf2a5c675f2c4583 dd131f5892b68c081d2afa46cf2a5c675f2c4583 [false] [Pipeline] sh 08:35:35 + git log --format=format:%s -1 dd131f5892b68c081d2afa46cf2a5c675f2c4583 [Pipeline] echo 08:35:35 ========================================================= 08:35:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:35:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 08:35:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:35:35 + grep -v github /etc/ssh/ssh_known_hosts 08:35:35 + [ -e /tmp/ssh_known_hosts ] 08:35:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:35:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:35:35 + sudo tee -a /etc/ssh/ssh_known_hosts 08:35:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:35:36 08:35:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:35:36 0.1.4: Pulling from edgex-devops/py-git-semver 08:35:36 b85a868b505f: Pulling fs layer 08:35:36 e2be974225ed: Pulling fs layer 08:35:36 339a4e72a1f5: Pulling fs layer 08:35:36 988bab9f4d93: Pulling fs layer 08:35:36 1469e6f7b9e6: Pulling fs layer 08:35:36 eaf3925da568: Pulling fs layer 08:35:36 bab4dde63d76: Pulling fs layer 08:35:36 bde34c3a00c8: Pulling fs layer 08:35:36 b352a97aabf1: Pulling fs layer 08:35:36 4872d77fe225: Pulling fs layer 08:35:36 5851b861e8e6: Pulling fs layer 08:35:36 988bab9f4d93: Waiting 08:35:36 1469e6f7b9e6: Waiting 08:35:36 eaf3925da568: Waiting 08:35:36 bab4dde63d76: Waiting 08:35:36 bde34c3a00c8: Waiting 08:35:36 b352a97aabf1: Waiting 08:35:36 4872d77fe225: Waiting 08:35:36 5851b861e8e6: Waiting 08:35:36 e2be974225ed: Download complete 08:35:36 988bab9f4d93: Download complete 08:35:36 1469e6f7b9e6: Verifying Checksum 08:35:36 1469e6f7b9e6: Download complete 08:35:36 eaf3925da568: Verifying Checksum 08:35:36 eaf3925da568: Download complete 08:35:36 339a4e72a1f5: Verifying Checksum 08:35:36 339a4e72a1f5: Download complete 08:35:36 bde34c3a00c8: Download complete 08:35:36 b352a97aabf1: Download complete 08:35:36 4872d77fe225: Download complete 08:35:36 5851b861e8e6: Download complete 08:35:36 b85a868b505f: Verifying Checksum 08:35:36 b85a868b505f: Download complete 08:35:37 bab4dde63d76: Verifying Checksum 08:35:37 bab4dde63d76: Download complete 08:35:37 b85a868b505f: Pull complete 08:35:38 e2be974225ed: Pull complete 08:35:38 339a4e72a1f5: Pull complete 08:35:38 988bab9f4d93: Pull complete 08:35:39 1469e6f7b9e6: Pull complete 08:35:39 eaf3925da568: Pull complete 08:35:40 bab4dde63d76: Pull complete 08:35:40 bde34c3a00c8: Pull complete 08:35:40 b352a97aabf1: Pull complete 08:35:40 4872d77fe225: Pull complete 08:35:40 5851b861e8e6: Pull complete 08:35:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:35:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:35:41 prd-ubuntu20.04-docker-8c-8g-22952 does not seem to be running inside a container 08:35:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:35:43 $ docker top bc3c078f841bdd3bab8d53ff6831933dec695b251475db1a1b252333c890ef37 -eo pid,comm 08:35:43 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). 08:35:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:35:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:35:44 [ssh-agent] Looking for ssh-agent implementation... 08:35:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:35:44 $ docker exec bc3c078f841bdd3bab8d53ff6831933dec695b251475db1a1b252333c890ef37 ssh-agent 08:35:44 SSH_AUTH_SOCK=/tmp/ssh-pu2Sk4TGk73M/agent.34 08:35:44 SSH_AGENT_PID=40 08:35:44 Running ssh-add (command line suppressed) 08:35:44 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5908623760447076854.key (/w/workspace/edgex-go/1@tmp/private_key_5908623760447076854.key) 08:35:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:35:44 + git tag --points-at HEAD [Pipeline] } 08:35:44 $ docker exec --env ******** --env ******** bc3c078f841bdd3bab8d53ff6831933dec695b251475db1a1b252333c890ef37 ssh-agent -k 08:35:44 unset SSH_AUTH_SOCK; 08:35:44 unset SSH_AGENT_PID; 08:35:44 echo Agent pid 40 killed; 08:35:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:35:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:35:45 [ssh-agent] Looking for ssh-agent implementation... 08:35:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:35:45 $ docker exec bc3c078f841bdd3bab8d53ff6831933dec695b251475db1a1b252333c890ef37 ssh-agent 08:35:45 SSH_AUTH_SOCK=/tmp/ssh-pxUUY8ZCLepz/agent.72 08:35:45 SSH_AGENT_PID=79 08:35:45 Running ssh-add (command line suppressed) 08:35:45 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5314045113228007278.key (/w/workspace/edgex-go/1@tmp/private_key_5314045113228007278.key) 08:35:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:35:45 + git semver init 08:35:45 2022-08-17 08:35:45,918 [run_init] DEBUG init version:0.0.0 force:False 08:35:45 2022-08-17 08:35:45,919 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 08:35:45 2022-08-17 08:35:45,919 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 08:35:45 2022-08-17 08:35:45,919 [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) 08:35:51 2022-08-17 08:35:50,267 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 08:35:51 2022-08-17 08:35:50,267 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4127 with force:False 08:35:51 2022-08-17 08:35:50,268 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4127 08:35:51 2022-08-17 08:35:50,272 [execute] INFO git cat-file --batch-check 08:35:51 2022-08-17 08:35:50,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 08:35:51 2022-08-17 08:35:50,278 [execute] INFO git cat-file --batch 08:35:51 2022-08-17 08:35:50,278 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 08:35:51 2022-08-17 08:35:50,282 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4127 08:35:51 0.0.0 [Pipeline] } 08:35:51 $ docker exec --env ******** --env ******** bc3c078f841bdd3bab8d53ff6831933dec695b251475db1a1b252333c890ef37 ssh-agent -k 08:35:51 unset SSH_AUTH_SOCK; 08:35:51 unset SSH_AGENT_PID; 08:35:51 echo Agent pid 79 killed; 08:35:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:35:51 + git semver [Pipeline] } 08:35:52 $ docker stop --time=1 bc3c078f841bdd3bab8d53ff6831933dec695b251475db1a1b252333c890ef37 08:35:53 $ docker rm -f bc3c078f841bdd3bab8d53ff6831933dec695b251475db1a1b252333c890ef37 [Pipeline] // withDockerContainer [Pipeline] sh 08:35:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:35:54 Stashed 1 file(s) [Pipeline] echo 08:35:54 [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 08:35:55 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 08:35:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:35:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:35:55 ========================================================= 08:35:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 08:35:55 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:35:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 08:35:55 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 08:35:55 2408cc74d12b: Pulling fs layer 08:35:55 ea60b727a1ce: Pulling fs layer 08:35:55 30c4a7721957: Pulling fs layer 08:35:55 370296b7ddb6: Pulling fs layer 08:35:55 7c6cee850709: Pulling fs layer 08:35:55 39a5fcdaea64: Pulling fs layer 08:35:55 370296b7ddb6: Waiting 08:35:55 d94ebbe4e438: Pulling fs layer 08:35:55 bcfd1f05c69d: Pulling fs layer 08:35:55 59ccb84bbe0f: Pulling fs layer 08:35:55 7c6cee850709: Waiting 08:35:55 39a5fcdaea64: Waiting 08:35:55 59ccb84bbe0f: Waiting 08:35:55 bcfd1f05c69d: Waiting 08:35:55 d94ebbe4e438: Waiting 08:35:55 30c4a7721957: Verifying Checksum 08:35:55 30c4a7721957: Download complete 08:35:55 ea60b727a1ce: Verifying Checksum 08:35:55 ea60b727a1ce: Download complete 08:35:55 7c6cee850709: Verifying Checksum 08:35:55 7c6cee850709: Download complete 08:35:55 39a5fcdaea64: Verifying Checksum 08:35:55 39a5fcdaea64: Download complete 08:35:55 2408cc74d12b: Verifying Checksum 08:35:55 d94ebbe4e438: Verifying Checksum 08:35:55 2408cc74d12b: Pull complete 08:35:55 ea60b727a1ce: Pull complete 08:35:55 30c4a7721957: Pull complete 08:35:56 bcfd1f05c69d: Verifying Checksum 08:35:56 bcfd1f05c69d: Download complete 08:35:56 59ccb84bbe0f: Verifying Checksum 08:35:56 59ccb84bbe0f: Download complete 08:35:56 370296b7ddb6: Verifying Checksum 08:35:56 370296b7ddb6: Download complete 08:36:00 370296b7ddb6: Pull complete 08:36:00 7c6cee850709: Pull complete 08:36:00 39a5fcdaea64: Pull complete 08:36:00 d94ebbe4e438: Pull complete 08:36:01 bcfd1f05c69d: Pull complete 08:36:02 59ccb84bbe0f: Pull complete 08:36:02 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 08:36:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 08:36:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 08:36:03 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 08:36:03 WORKDIR /edgex 08:36:03 COPY go.mod . 08:36:03 RUN go mod download 08:36:03 + docker build -t ci-base-image-x86_64 -f - . 08:36:03 Sending build context to Docker daemon 169.2MB 08:36:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 08:36:03 ---> a4fb48ad2a94 08:36:03 Step 2/4 : WORKDIR /edgex 08:36:09 ---> Running in 941260ff574b 08:36:09 Removing intermediate container 941260ff574b 08:36:09 ---> ec4257dff2ca 08:36:09 Step 3/4 : COPY go.mod . 08:36:09 ---> 13a01714d8a5 08:36:09 Step 4/4 : RUN go mod download 08:36:09 ---> Running in eda851fe9a00 08:36:09 Still waiting to schedule task 08:36:09 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:36:27 Removing intermediate container eda851fe9a00 08:36:27 ---> fd9acd0f615a 08:36:27 Successfully built fd9acd0f615a 08:36:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:27 + docker inspect -f . ci-base-image-x86_64 08:36:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:36:27 prd-ubuntu20.04-docker-8c-8g-22952 does not seem to be running inside a container 08:36:27 $ 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-x86_64 cat 08:36:28 $ docker top f136f1c2cb6c438bc06cfc2ddca191abf8f1f1fbd00e388063cebf9a2b78ec06 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:28 + go version 08:36:28 go version go1.18.3 linux/amd64 [Pipeline] } 08:36:28 $ docker stop --time=1 f136f1c2cb6c438bc06cfc2ddca191abf8f1f1fbd00e388063cebf9a2b78ec06 08:36:29 $ docker rm -f f136f1c2cb6c438bc06cfc2ddca191abf8f1f1fbd00e388063cebf9a2b78ec06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:30 + docker inspect -f . ci-base-image-x86_64 08:36:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:36:30 prd-ubuntu20.04-docker-8c-8g-22952 does not seem to be running inside a container 08:36:30 $ 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-x86_64 cat 08:36:31 $ docker top b3d5f7a39d0ed02b6aaff178d88a437286baab792d9863bcb4cfb74cce7a6b2b -eo pid,comm [Pipeline] { [Pipeline] echo 08:36:31 ========================================================= 08:36:31 [edgeXBuildGoParallel] Running Tests and Build... 08:36:31 ========================================================= [Pipeline] sh 08:36:31 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 08:36:32 + make test 08:36:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:36:32 go: updates to go.mod needed; to update it: 08:36:32 go mod tidy 08:36:32 make: *** [Makefile:149: unittest] Error 1 [Pipeline] } 08:36:32 $ docker stop --time=1 b3d5f7a39d0ed02b6aaff178d88a437286baab792d9863bcb4cfb74cce7a6b2b 08:36:33 $ docker rm -f b3d5f7a39d0ed02b6aaff178d88a437286baab792d9863bcb4cfb74cce7a6b2b [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] } 08:36:34 Failed in branch amd64 08:37:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22953 in /w/workspace/edgexfoundry_edgex-go_PR-4127 [Pipeline] { [Pipeline] ws 08:37:48 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 08:37:48 The recommended git tool is: git 08:37:54 using credential edgex-jenkins-ssh 08:37:54 Cloning the remote Git repository 08:37:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:37:55 > git init /w/workspace/edgex-go/1 # timeout=10 08:37:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:37:55 > git --version # timeout=10 08:37:55 > git --version # 'git version 2.25.1' 08:37:55 using GIT_SSH to set credentials SSH Credentials for GitHub 08:37:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:38:11 Merging remotes/origin/main commit 23918450344651d97d22d0f3625b25d105fef848 into PR head commit dd131f5892b68c081d2afa46cf2a5c675f2c4583 08:38:11 Merge succeeded, producing dd131f5892b68c081d2afa46cf2a5c675f2c4583 08:38:11 Checking out Revision dd131f5892b68c081d2afa46cf2a5c675f2c4583 (PR-4127) 08:38:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:38:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:38:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:38:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:38:10 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4127/head:refs/remotes/origin/PR-4127 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:38:11 > git config core.sparsecheckout # timeout=10 08:38:11 > git checkout -f dd131f5892b68c081d2afa46cf2a5c675f2c4583 # timeout=10 08:38:11 > git remote # timeout=10 08:38:11 > git config --get remote.origin.url # timeout=10 08:38:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:11 > git merge 23918450344651d97d22d0f3625b25d105fef848 # timeout=10 08:38:11 > git rev-parse HEAD^{commit} # timeout=10 08:38:11 > git config core.sparsecheckout # timeout=10 08:38:11 > git checkout -f dd131f5892b68c081d2afa46cf2a5c675f2c4583 # timeout=10 08:38:15 Commit message: "feat(metadata): implement GET Units of Measure API" 08:38:15 > git --version # timeout=10 08:38:15 > git --version # 'git version 2.25.1' 08:38:15 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:38:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:38:16 % Total % Received % Xferd Average Speed Time Time Time Current 08:38:16 Dload Upload Total Spent Left Speed 08:38:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 90014 0 --:--:-- --:--:-- --:--:-- 90014 [Pipeline] sh 08:38:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:38:17 + sudo tee /etc/docker/daemon.new 08:38:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:38:17 { 08:38:17 "registry-mirrors": [ 08:38:17 "https://nexus3.edgexfoundry.org:10001" 08:38:17 ], 08:38:17 "bip": "10.250.0.254/24", 08:38:17 "hosts": [ 08:38:17 "tcp://0.0.0.0:5555", 08:38:17 "unix:///var/run/docker.sock" 08:38:17 ], 08:38:17 "mtu": 1458, 08:38:17 "selinux-enabled": true, 08:38:17 "seccomp-profile": "/etc/docker/seccomp.json" 08:38:17 } [Pipeline] sh 08:38:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:38:18 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:38:37 provisioning config files... 08:38:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5664639672851935552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:38:37 ---> docker-login.sh 08:38:37 nexus3.edgexfoundry.org:10001 08:38:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:38 Configure a credential helper to remove this warning. See 08:38:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:38 08:38:38 Login Succeeded 08:38:38 nexus3.edgexfoundry.org:10002 08:38:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:39 Configure a credential helper to remove this warning. See 08:38:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:39 08:38:39 Login Succeeded 08:38:39 nexus3.edgexfoundry.org:10003 08:38:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:39 Configure a credential helper to remove this warning. See 08:38:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:39 08:38:39 Login Succeeded 08:38:39 nexus3.edgexfoundry.org:10004 08:38:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:39 Configure a credential helper to remove this warning. See 08:38:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:39 08:38:39 Login Succeeded 08:38:39 docker.io 08:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:40 Configure a credential helper to remove this warning. See 08:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:40 08:38:40 Login Succeeded 08:38:40 ---> docker-login.sh ends [Pipeline] } 08:38:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 08:38:41 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 08:38:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:38:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:38:41 ========================================================= 08:38:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 08:38:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:38:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 08:38:41 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:38:41 b3c136eddcbf: Pulling fs layer 08:38:41 c0a3192eca97: Pulling fs layer 08:38:41 a050256f5b6f: Pulling fs layer 08:38:41 656be50a0ddc: Pulling fs layer 08:38:41 2bbca73fdf42: Pulling fs layer 08:38:41 46d945488cbd: Pulling fs layer 08:38:41 8a5474983e97: Pulling fs layer 08:38:41 329c88fbcd65: Pulling fs layer 08:38:41 656be50a0ddc: Waiting 08:38:41 2bbca73fdf42: Waiting 08:38:41 46d945488cbd: Waiting 08:38:41 8a5474983e97: Waiting 08:38:41 329c88fbcd65: Waiting 08:38:41 a050256f5b6f: Verifying Checksum 08:38:41 a050256f5b6f: Download complete 08:38:41 c0a3192eca97: Verifying Checksum 08:38:41 c0a3192eca97: Download complete 08:38:41 2bbca73fdf42: Download complete 08:38:41 46d945488cbd: Verifying Checksum 08:38:41 46d945488cbd: Download complete 08:38:41 b3c136eddcbf: Verifying Checksum 08:38:41 b3c136eddcbf: Download complete 08:38:42 b3c136eddcbf: Pull complete 08:38:42 329c88fbcd65: Verifying Checksum 08:38:42 329c88fbcd65: Download complete 08:38:43 c0a3192eca97: Pull complete 08:38:43 a050256f5b6f: Pull complete 08:38:44 8a5474983e97: Verifying Checksum 08:38:44 8a5474983e97: Download complete 08:38:44 656be50a0ddc: Verifying Checksum 08:38:44 656be50a0ddc: Download complete 08:38:59 656be50a0ddc: Pull complete 08:38:59 2bbca73fdf42: Pull complete 08:38:59 46d945488cbd: Pull complete 08:39:05 8a5474983e97: Pull complete 08:39:06 329c88fbcd65: Pull complete 08:39:06 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 08:39:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 08:39:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 08:39:07 + docker build -t ci-base-image-arm64 -f - . 08:39:07 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 08:39:07 WORKDIR /edgex 08:39:07 COPY go.mod . 08:39:07 RUN go mod download 08:39:07 Sending build context to Docker daemon 3.149MB 08:39:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 08:39:07 ---> ff4287adb874 08:39:07 Step 2/4 : WORKDIR /edgex 08:39:09 ---> Running in a2988cd1c56f 08:39:09 Removing intermediate container a2988cd1c56f 08:39:09 ---> 47cd8fbe9fd7 08:39:09 Step 3/4 : COPY go.mod . 08:39:10 ---> a393f605cd14 08:39:10 Step 4/4 : RUN go mod download 08:39:10 ---> Running in 1d99ceec881b 08:39:49 Removing intermediate container 1d99ceec881b 08:39:49 ---> a45c38100e09 08:39:49 Successfully built a45c38100e09 08:39:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:49 + docker inspect -f . ci-base-image-arm64 08:39:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:39:50 prd-ubuntu20.04-docker-arm64-4c-16g-22953 does not seem to be running inside a container 08:39:50 $ 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 08:39:51 $ docker top 561837dcfcfd041f75fa60ae98339d87a3d067254dc31b09400a27f8639e4f1f -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:52 + go version 08:39:52 go version go1.18.3 linux/arm64 [Pipeline] } 08:39:52 $ docker stop --time=1 561837dcfcfd041f75fa60ae98339d87a3d067254dc31b09400a27f8639e4f1f 08:39:54 $ docker rm -f 561837dcfcfd041f75fa60ae98339d87a3d067254dc31b09400a27f8639e4f1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:55 + docker inspect -f . ci-base-image-arm64 08:39:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:39:55 prd-ubuntu20.04-docker-arm64-4c-16g-22953 does not seem to be running inside a container 08:39:55 $ 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 08:39:56 $ docker top 70833f9fdf8230a6d3fe7eda699ec5c2a4f8f10cf465dc592b0fd6937044b513 -eo pid,comm [Pipeline] { [Pipeline] echo 08:39:57 ========================================================= 08:39:57 [edgeXBuildGoParallel] Running Tests and Build... 08:39:57 ========================================================= [Pipeline] sh 08:39:57 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 08:39:58 + make test 08:39:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:39:59 go: updates to go.mod needed; to update it: 08:39:59 go mod tidy 08:39:59 make: *** [Makefile:149: unittest] Error 1 [Pipeline] } 08:39:59 $ docker stop --time=1 70833f9fdf8230a6d3fe7eda699ec5c2a4f8f10cf465dc592b0fd6937044b513 08:40:01 $ docker rm -f 70833f9fdf8230a6d3fe7eda699ec5c2a4f8f10cf465dc592b0fd6937044b513 [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 08:40:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:40:02 08:40:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:40:03 arm64: Pulling from edgex-lftools-log-publisher 08:40:03 8998bd30e6a1: Pulling fs layer 08:40:03 04944245beec: Pulling fs layer 08:40:03 699f458cf7ca: Pulling fs layer 08:40:03 765212b225bb: Pulling fs layer 08:40:03 f23df028b6ca: Pulling fs layer 08:40:03 765212b225bb: Waiting 08:40:03 f23df028b6ca: Waiting 08:40:03 d65c8cfc05b1: Pulling fs layer 08:40:03 2437ff75d9bd: Pulling fs layer 08:40:03 d65c8cfc05b1: Waiting 08:40:03 2437ff75d9bd: Waiting 08:40:03 04944245beec: Verifying Checksum 08:40:03 04944245beec: Download complete 08:40:03 765212b225bb: Download complete 08:40:03 f23df028b6ca: Verifying Checksum 08:40:03 f23df028b6ca: Download complete 08:40:03 d65c8cfc05b1: Verifying Checksum 08:40:03 d65c8cfc05b1: Download complete 08:40:03 699f458cf7ca: Verifying Checksum 08:40:03 699f458cf7ca: Download complete 08:40:03 8998bd30e6a1: Verifying Checksum 08:40:03 8998bd30e6a1: Download complete 08:40:06 2437ff75d9bd: Verifying Checksum 08:40:06 2437ff75d9bd: Download complete 08:40:08 8998bd30e6a1: Pull complete 08:40:08 04944245beec: Pull complete 08:40:09 699f458cf7ca: Pull complete 08:40:10 765212b225bb: Pull complete 08:40:11 f23df028b6ca: Pull complete 08:40:11 d65c8cfc05b1: Pull complete 08:40:26 2437ff75d9bd: Pull complete 08:40:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:40:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:40:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:40:26 prd-ubuntu20.04-docker-arm64-4c-16g-22953 does not seem to be running inside a container 08:40:26 $ 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 08:40:29 $ docker top c3821401af5cbae9c7d5bc9d2708766f3d0ff4d60007882e55f9454a53ab7f86 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:40:30 ---> job-cost.sh 08:40:30 lf-activate-venv: SKIPPING 08:40:30 INFO: No Stack... 08:40:30 INFO: Retrieving Pricing Info for: v3-standard-4 08:40:31 INFO: Archiving Costs [Pipeline] sh 08:40:32 + cat /w/workspace/edgex-go/1/archives/cost.csv 08:40:32 + cut -d, -f6 [Pipeline] lock 08:40:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4127-1-stack-cost] 08:40:32 Resource [jenkins-edgexfoundry-edgex-go-PR-4127-1-stack-cost] did not exist. Created. 08:40:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4127-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:40:33 + echo total: 0.10999999940395355 [Pipeline] stash 08:40:33 Stashed 1 file(s) [Pipeline] } 08:40:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4127-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:40:33 $ docker stop --time=1 c3821401af5cbae9c7d5bc9d2708766f3d0ff4d60007882e55f9454a53ab7f86 08:40:35 $ docker rm -f c3821401af5cbae9c7d5bc9d2708766f3d0ff4d60007882e55f9454a53ab7f86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:40:35 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 08:40:37 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 08:40:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:40:38 ---> package-listing.sh 08:40:38 ++ facter osfamily 08:40:38 ++ tr '[:upper:]' '[:lower:]' 08:40:38 + OS_FAMILY=debian 08:40:38 + workspace=/w/workspace/edgex-go/1 08:40:38 + START_PACKAGES=/tmp/packages_start.txt 08:40:38 + END_PACKAGES=/tmp/packages_end.txt 08:40:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:40:38 + PACKAGES=/tmp/packages_start.txt 08:40:38 + '[' /w/workspace/edgex-go/1 ']' 08:40:38 + PACKAGES=/tmp/packages_end.txt 08:40:38 + case "${OS_FAMILY}" in 08:40:38 + dpkg -l 08:40:38 + grep '^ii' 08:40:38 + '[' -f /tmp/packages_start.txt ']' 08:40:38 + '[' -f /tmp/packages_end.txt ']' 08:40:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:40:38 + '[' /w/workspace/edgex-go/1 ']' 08:40:38 + mkdir -p /w/workspace/edgex-go/1/archives/ 08:40:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 08:40:38 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 08:40:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:40:39 08:40:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:40:40 latest: Pulling from edgex-lftools-log-publisher 08:40:40 5eb5b503b376: Pulling fs layer 08:40:40 5c69ac0246d0: Pulling fs layer 08:40:40 ec43610c2a17: Pulling fs layer 08:40:40 3a2ae6a8a46f: Pulling fs layer 08:40:40 33b1e0a273af: Pulling fs layer 08:40:40 5d3b04190fa2: Pulling fs layer 08:40:40 2f39f015ded8: Pulling fs layer 08:40:40 5d3b04190fa2: Waiting 08:40:40 33b1e0a273af: Waiting 08:40:40 3a2ae6a8a46f: Waiting 08:40:40 5c69ac0246d0: Verifying Checksum 08:40:40 5c69ac0246d0: Download complete 08:40:40 3a2ae6a8a46f: Download complete 08:40:40 33b1e0a273af: Verifying Checksum 08:40:40 33b1e0a273af: Download complete 08:40:40 5d3b04190fa2: Verifying Checksum 08:40:40 5d3b04190fa2: Download complete 08:40:40 ec43610c2a17: Verifying Checksum 08:40:40 ec43610c2a17: Download complete 08:40:40 5eb5b503b376: Download complete 08:40:41 2f39f015ded8: Download complete 08:40:41 5eb5b503b376: Pull complete 08:40:41 5c69ac0246d0: Pull complete 08:40:42 ec43610c2a17: Pull complete 08:40:42 3a2ae6a8a46f: Pull complete 08:40:42 33b1e0a273af: Pull complete 08:40:42 5d3b04190fa2: Pull complete 08:40:46 2f39f015ded8: Pull complete 08:40:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:40:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:40:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:40:46 prd-ubuntu20.04-docker-8c-8g-22952 does not seem to be running inside a container 08:40:46 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:40:50 $ docker top cd5801b22b8fd3f7006e4663c50936dd66082eff078cfbb385213f017ccf55cb -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:50 + touch /tmp/pre-build-complete [Pipeline] sh 08:40:51 + mkdir -p /var/log/sysstat [Pipeline] sh 08:40:51 + ls /var/log/sa-host 08:40:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:40:51 provisioning config files... 08:40:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8571890635118659756tmp [Pipeline] { [Pipeline] echo 08:40:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:40:51 ---> create-netrc.sh [Pipeline] } 08:40:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:40:52 ---> python-tools-install.sh [Pipeline] echo 08:40:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:40:52 ---> sudo-logs.sh 08:40:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:40:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:40:53 ---> job-cost.sh 08:40:53 lf-activate-venv: SKIPPING 08:40:53 DEBUG: total: 0.10999999940395355 08:40:53 INFO: Retrieving Stack Cost... 08:40:53 INFO: Retrieving Pricing Info for: v3-standard-8 08:40:53 INFO: Archiving Costs [Pipeline] echo 08:40:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:40:54 ---> logs-deploy.sh 08:40:54 lf-activate-venv: SKIPPING 08:40:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4127/1 08:40:54 INFO: archiving workspace using pattern(s): 08:40:55 Archives upload complete. 08:40:55 INFO: archiving logs to Nexus 08:40:55 ---> uname -a: 08:40:55 Linux prd-ubuntu20-04-docker-8c-8g-22952 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 08:40:55 08:40:55 08:40:55 ---> lscpu: 08:40:55 Architecture: x86_64 08:40:55 CPU op-mode(s): 32-bit, 64-bit 08:40:55 Byte Order: Little Endian 08:40:55 Address sizes: 40 bits physical, 48 bits virtual 08:40:55 CPU(s): 8 08:40:55 On-line CPU(s) list: 0-7 08:40:55 Thread(s) per core: 1 08:40:55 Core(s) per socket: 1 08:40:55 Socket(s): 8 08:40:55 NUMA node(s): 1 08:40:55 Vendor ID: AuthenticAMD 08:40:55 CPU family: 23 08:40:55 Model: 49 08:40:55 Model name: AMD EPYC-Rome Processor 08:40:55 Stepping: 0 08:40:55 CPU MHz: 2799.994 08:40:55 BogoMIPS: 5599.98 08:40:55 Virtualization: AMD-V 08:40:55 Hypervisor vendor: KVM 08:40:55 Virtualization type: full 08:40:55 L1d cache: 256 KiB 08:40:55 L1i cache: 256 KiB 08:40:55 L2 cache: 4 MiB 08:40:55 L3 cache: 128 MiB 08:40:55 NUMA node0 CPU(s): 0-7 08:40:55 Vulnerability Itlb multihit: Not affected 08:40:55 Vulnerability L1tf: Not affected 08:40:55 Vulnerability Mds: Not affected 08:40:55 Vulnerability Meltdown: Not affected 08:40:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:40:55 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:40:55 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:40:55 Vulnerability Srbds: Not affected 08:40:55 Vulnerability Tsx async abort: Not affected 08:40:55 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 08:40:55 08:40:55 08:40:55 ---> nproc: 08:40:55 8 08:40:55 08:40:55 08:40:55 ---> df -h: 08:40:55 Filesystem Size Used Avail Use% Mounted on 08:40:55 overlay 155G 11G 145G 7% / 08:40:55 tmpfs 64M 0 64M 0% /dev 08:40:55 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:40:55 shm 64M 0 64M 0% /dev/shm 08:40:55 /dev/vda1 155G 11G 145G 7% /facter-os 08:40:55 08:40:55 08:40:55 ---> sar -b -r -n DEV: 08:40:55 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22952) 08/17/22 _x86_64_ (8 CPU) 08:40:55 08:40:55 08:34:45 LINUX RESTART (8 CPU) 08:40:55 08:40:55 08:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:40:55 08:36:02 395.23 54.66 340.58 0.00 5251.79 167662.99 0.00 08:40:55 08:37:01 113.46 0.36 113.10 0.00 11.52 56219.76 0.00 08:40:55 08:38:01 3.25 1.58 1.67 0.00 50.39 20.15 0.00 08:40:55 08:39:01 3.82 0.87 2.95 0.00 18.40 39.46 0.00 08:40:55 08:40:01 1.57 0.02 1.55 0.00 0.13 17.06 0.00 08:40:55 Average: 103.43 11.53 91.90 0.00 1069.97 44753.67 0.00 08:40:55 08:40:55 08:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:40:55 08:36:02 28502072 31741268 559332 1.70 117308 3384452 2342676 6.90 1162224 2831504 732668 08:40:55 08:37:01 28216504 31775568 520708 1.58 136556 3646520 1946352 5.74 1174892 3059952 168 08:40:55 08:38:01 28214228 31775928 519992 1.58 136628 3648036 1946352 5.74 1179876 3059528 56 08:40:55 08:39:01 28217456 31780196 515600 1.57 136736 3648556 1991760 5.87 1172728 3059952 56 08:40:55 08:40:01 28217684 31780496 515200 1.57 136808 3648564 1974860 5.82 1173068 3059964 44 08:40:55 Average: 28273589 31770691 526166 1.60 132807 3595226 2040400 6.01 1172558 3014180 146598 08:40:55 08:40:55 08:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:40:55 08:36:02 ens3 1296.30 1198.25 11762.48 171.55 0.00 0.00 0.00 0.00 08:40:55 08:36:02 docker0 392.43 335.29 30.11 2712.51 0.00 0.00 0.00 0.00 08:40:55 08:36:02 lo 5.60 5.60 0.54 0.54 0.00 0.00 0.00 0.00 08:40:55 08:37:01 ens3 180.44 144.92 1193.78 71.62 0.00 0.00 0.00 0.00 08:40:55 08:37:01 docker0 99.71 126.18 8.29 1164.87 0.00 0.00 0.00 0.00 08:40:55 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:40:55 08:38:01 ens3 16.71 9.87 17.08 6.34 0.00 0.00 0.00 0.00 08:40:55 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:55 08:38:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:40:55 08:39:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:40:55 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:55 08:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:40:55 08:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:55 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:55 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:40:55 Average: ens3 299.11 271.06 2599.35 49.83 0.00 0.00 0.00 0.00 08:40:55 Average: docker0 98.43 92.18 7.68 774.17 0.00 0.00 0.00 0.00 08:40:55 Average: lo 1.23 1.23 0.12 0.12 0.00 0.00 0.00 0.00 08:40:55 08:40:55 08:40:55 ---> sar -P ALL: 08:40:55 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22952) 08/17/22 _x86_64_ (8 CPU) 08:40:55 08:40:55 08:34:45 LINUX RESTART (8 CPU) 08:40:55 08:40:55 08:35:01 CPU %user %nice %system %iowait %steal %idle 08:40:55 08:36:02 all 11.43 0.00 4.23 3.13 0.05 81.16 08:40:55 08:36:02 0 9.07 0.00 6.23 2.05 0.05 82.59 08:40:55 08:36:02 1 11.30 0.00 4.45 1.65 0.05 82.55 08:40:55 08:36:02 2 11.11 0.00 3.46 1.92 0.05 83.46 08:40:55 08:36:02 3 9.34 0.00 2.70 4.02 0.05 83.89 08:40:55 08:36:02 4 14.35 0.00 5.55 6.85 0.05 73.20 08:40:55 08:36:02 5 9.74 0.00 4.97 5.93 0.05 79.31 08:40:55 08:36:02 6 13.80 0.00 3.03 0.47 0.05 82.65 08:40:55 08:36:02 7 12.69 0.00 3.41 2.16 0.09 81.65 08:40:55 08:37:01 all 3.31 0.00 1.61 1.91 0.03 93.14 08:40:55 08:37:01 0 3.55 0.00 1.53 2.71 0.03 92.18 08:40:55 08:37:01 1 2.97 0.00 1.51 0.76 0.02 94.73 08:40:55 08:37:01 2 3.63 0.00 1.36 0.17 0.03 94.80 08:40:55 08:37:01 3 3.49 0.00 1.80 0.02 0.03 94.66 08:40:55 08:37:01 4 3.45 0.00 1.45 0.10 0.03 94.97 08:40:55 08:37:01 5 2.81 0.00 2.23 10.85 0.03 84.07 08:40:55 08:37:01 6 3.52 0.00 1.18 0.65 0.02 94.63 08:40:55 08:37:01 7 3.05 0.00 1.84 0.02 0.02 95.08 08:40:55 08:38:01 all 0.23 0.00 0.04 0.00 0.01 99.72 08:40:55 08:38:01 0 0.37 0.00 0.07 0.00 0.03 99.53 08:40:55 08:38:01 1 0.32 0.00 0.03 0.00 0.02 99.63 08:40:55 08:38:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:40:55 08:38:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:40:55 08:38:01 4 0.37 0.00 0.07 0.02 0.00 99.55 08:40:55 08:38:01 5 0.13 0.00 0.05 0.00 0.00 99.82 08:40:55 08:38:01 6 0.30 0.00 0.02 0.02 0.02 99.65 08:40:55 08:38:01 7 0.20 0.00 0.02 0.00 0.02 99.77 08:40:55 08:39:01 all 0.06 0.00 0.03 0.01 0.01 99.89 08:40:55 08:39:01 0 0.03 0.00 0.00 0.02 0.00 99.95 08:40:55 08:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:40:55 08:39:01 2 0.07 0.00 0.05 0.02 0.00 99.87 08:40:55 08:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:40:55 08:39:01 4 0.20 0.00 0.07 0.03 0.03 99.67 08:40:55 08:39:01 5 0.10 0.00 0.05 0.00 0.02 99.83 08:40:55 08:39:01 6 0.05 0.00 0.02 0.03 0.00 99.90 08:40:55 08:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:40:55 08:40:01 all 0.02 0.00 0.01 0.01 0.00 99.96 08:40:55 08:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:40:55 08:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:40:55 08:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:40:55 08:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:40:55 08:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:40:55 08:40:01 5 0.05 0.00 0.02 0.02 0.02 99.90 08:40:55 08:40:01 6 0.03 0.00 0.00 0.03 0.00 99.93 08:40:55 08:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:40:55 Average: all 2.99 0.00 1.17 1.00 0.02 94.81 08:40:55 Average: 0 2.60 0.00 1.56 0.95 0.02 94.87 08:40:55 Average: 1 2.91 0.00 1.19 0.48 0.02 95.40 08:40:55 Average: 2 2.96 0.00 0.97 0.42 0.02 95.63 08:40:55 Average: 3 2.56 0.00 0.90 0.80 0.02 95.72 08:40:55 Average: 4 3.66 0.00 1.42 1.40 0.03 93.49 08:40:55 Average: 5 2.54 0.00 1.45 3.32 0.02 92.68 08:40:55 Average: 6 3.54 0.00 0.85 0.24 0.02 95.36 08:40:55 Average: 7 3.15 0.00 1.04 0.43 0.02 95.35 08:40:55 08:40:55 08:40:55