Pull request #4664 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at d712b70d1b18e2b4f4c471c5ae40b4002467bb18 rather than 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 Obtained Jenkinsfile from d712b70d1b18e2b4f4c471c5ae40b4002467bb18 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-ssh11779864023548057546.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2949308071480149481.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4664/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-4664/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10460983755537418804.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-4664/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15646900397088812066.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh8491619742183838043.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-4664/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-4664/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17532460010028563558.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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/v3], 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.20 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/v3 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-4488’ Running on prd-ubuntu20.04-docker-8c-8g-4490 in /w/workspace/edgexfoundry_edgex-go_PR-4664 [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 Merging remotes/origin/main commit d712b70d1b18e2b4f4c471c5ae40b4002467bb18 into PR head commit 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 Merge succeeded, producing e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 Checking out Revision e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 (PR-4664) > 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/4664/head:refs/remotes/origin/PR-4664 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 # 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 d712b70d1b18e2b4f4c471c5ae40b4002467bb18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 # timeout=10 Commit message: "Merge commit 'd712b70d1b18e2b4f4c471c5ae40b4002467bb18' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:00:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:00:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:00:34 ========================================================= 04:00:34 EdgeX Global Pipelines Version Info 04:00:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:00:34 ------------------- 04:00:34 stable info: 04:00:34 ------------------- 04:00:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:00:34 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 04:00:34 Message: update stable to v1.0.253 04:00:35 ------------------- 04:00:35 experimental info: 04:00:35 ------------------- 04:00:35 Commited By: **** collab-it+edgex@linuxfoundation.org 04:00:35 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 04:00:35 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:00:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:00:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:00:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:00:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:00:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4664 [Pipeline] echo 04:00:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4664 [Pipeline] echo 04:00:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4664 [Pipeline] echo 04:00:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] echo 04:00:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e829152 [Pipeline] echo 04:00:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:00:37 provisioning config files... 04:00:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14014453862861142272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:00:37 ---> docker-login.sh 04:00:37 nexus3.edgexfoundry.org:10001 04:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:00:38 Configure a credential helper to remove this warning. See 04:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:00:38 04:00:38 Login Succeeded 04:00:38 nexus3.edgexfoundry.org:10002 04:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:00:38 Configure a credential helper to remove this warning. See 04:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:00:38 04:00:38 Login Succeeded 04:00:38 nexus3.edgexfoundry.org:10003 04:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:00:38 Configure a credential helper to remove this warning. See 04:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:00:38 04:00:38 Login Succeeded 04:00:38 nexus3.edgexfoundry.org:10004 04:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:00:38 Configure a credential helper to remove this warning. See 04:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:00:38 04:00:38 Login Succeeded 04:00:38 docker.io 04:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:00:38 Configure a credential helper to remove this warning. See 04:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:00:38 04:00:38 Login Succeeded 04:00:38 ---> docker-login.sh ends [Pipeline] } 04:00:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:00:39 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/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 04:00:39 + dirname cmd/core-command/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo core-command,cmd/core-command/Dockerfile 04:00:39 + dirname cmd/core-common-config-bootstrapper/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 04:00:39 + dirname cmd/core-data/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo core-data,cmd/core-data/Dockerfile 04:00:39 + dirname cmd/core-metadata/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo core-metadata,cmd/core-metadata/Dockerfile 04:00:39 + dirname cmd/security-bootstrapper/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:00:39 + dirname cmd/security-proxy-auth/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 04:00:39 + dirname cmd/security-proxy-setup/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:00:39 + dirname cmd/security-secretstore-setup/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:00:39 + dirname cmd/security-spiffe-token-provider/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 04:00:39 + dirname cmd/security-spire-agent/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 04:00:39 + dirname cmd/security-spire-config/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-spire-config,cmd/security-spire-config/Dockerfile 04:00:39 + dirname cmd/security-spire-server/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo security-spire-server,cmd/security-spire-server/Dockerfile 04:00:39 + dirname cmd/support-notifications/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo support-notifications,cmd/support-notifications/Dockerfile 04:00:39 + dirname cmd/support-scheduler/Dockerfile 04:00:39 + cut -d/ -f2 04:00:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 04:00:39 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/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-auth, dockerfile:cmd/security-proxy-auth/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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:00:39 + git rev-list -1 --merges e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2~1..e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] echo 04:00:39 -----------> git rev-list -1 --merges e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2~1..e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 04:00:39 e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [false] [Pipeline] sh 04:00:40 + git log --format=format:%s -1 e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] echo 04:00:40 ========================================================= 04:00:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:00:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 04:00:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:00:40 + grep -v github /etc/ssh/ssh_known_hosts 04:00:40 + [ -e /tmp/ssh_known_hosts ] 04:00:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:00:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:00:40 + sudo tee -a /etc/ssh/ssh_known_hosts 04:00:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:00:41 04:00:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:00:41 0.1.4: Pulling from edgex-devops/py-git-semver 04:00:41 b85a868b505f: Pulling fs layer 04:00:41 e2be974225ed: Pulling fs layer 04:00:41 339a4e72a1f5: Pulling fs layer 04:00:41 988bab9f4d93: Pulling fs layer 04:00:41 1469e6f7b9e6: Pulling fs layer 04:00:41 988bab9f4d93: Waiting 04:00:41 eaf3925da568: Pulling fs layer 04:00:41 bab4dde63d76: Pulling fs layer 04:00:41 bde34c3a00c8: Pulling fs layer 04:00:41 eaf3925da568: Waiting 04:00:41 1469e6f7b9e6: Waiting 04:00:41 bab4dde63d76: Waiting 04:00:41 b352a97aabf1: Pulling fs layer 04:00:41 4872d77fe225: Pulling fs layer 04:00:41 b352a97aabf1: Waiting 04:00:41 5851b861e8e6: Pulling fs layer 04:00:41 bde34c3a00c8: Waiting 04:00:41 4872d77fe225: Waiting 04:00:41 5851b861e8e6: Waiting 04:00:41 e2be974225ed: Download complete 04:00:41 988bab9f4d93: Verifying Checksum 04:00:41 988bab9f4d93: Download complete 04:00:41 339a4e72a1f5: Verifying Checksum 04:00:41 339a4e72a1f5: Download complete 04:00:41 1469e6f7b9e6: Verifying Checksum 04:00:41 1469e6f7b9e6: Download complete 04:00:41 eaf3925da568: Verifying Checksum 04:00:41 eaf3925da568: Download complete 04:00:41 bde34c3a00c8: Verifying Checksum 04:00:41 bde34c3a00c8: Download complete 04:00:41 b352a97aabf1: Download complete 04:00:41 4872d77fe225: Verifying Checksum 04:00:41 4872d77fe225: Download complete 04:00:41 5851b861e8e6: Download complete 04:00:41 b85a868b505f: Verifying Checksum 04:00:41 b85a868b505f: Download complete 04:00:42 bab4dde63d76: Download complete 04:00:43 b85a868b505f: Pull complete 04:00:43 e2be974225ed: Pull complete 04:00:43 339a4e72a1f5: Pull complete 04:00:43 988bab9f4d93: Pull complete 04:00:44 1469e6f7b9e6: Pull complete 04:00:44 eaf3925da568: Pull complete 04:00:45 bab4dde63d76: Pull complete 04:00:45 bde34c3a00c8: Pull complete 04:00:46 b352a97aabf1: Pull complete 04:00:46 4872d77fe225: Pull complete 04:00:46 5851b861e8e6: Pull complete 04:00:46 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:00:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:00:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:00:46 prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container 04:00:46 $ 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 04:00:49 $ docker top 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 -eo pid,comm 04:00:49 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). 04:00:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:00:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:00:49 [ssh-agent] Looking for ssh-agent implementation... 04:00:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:00:49 $ docker exec 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent 04:00:49 SSH_AUTH_SOCK=/tmp/ssh-NIek3gm4wKK9/agent.32 04:00:49 SSH_AGENT_PID=38 04:00:49 Running ssh-add (command line suppressed) 04:00:49 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8029920572766965027.key (/w/workspace/edgex-go/1@tmp/private_key_8029920572766965027.key) 04:00:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:00:50 + git tag --points-at HEAD [Pipeline] } 04:00:50 $ docker exec --env ******** --env ******** 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent -k 04:00:50 unset SSH_AUTH_SOCK; 04:00:50 unset SSH_AGENT_PID; 04:00:50 echo Agent pid 38 killed; 04:00:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:00:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:00:50 [ssh-agent] Looking for ssh-agent implementation... 04:00:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:00:50 $ docker exec 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent 04:00:50 SSH_AUTH_SOCK=/tmp/ssh-h1ziTTe6vzCn/agent.70 04:00:50 SSH_AGENT_PID=76 04:00:50 Running ssh-add (command line suppressed) 04:00:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_11122719909604850688.key (/w/workspace/edgex-go/1@tmp/private_key_11122719909604850688.key) 04:00:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:00:51 + git semver init 04:00:51 2023-08-25 04:00:51,173 [run_init] DEBUG init version:0.0.0 force:False 04:00:51 2023-08-25 04:00:51,173 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 04:00:51 2023-08-25 04:00:51,174 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 04:00:51 2023-08-25 04:00:51,174 [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) 04:00:56 2023-08-25 04:00:55,832 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 04:00:56 2023-08-25 04:00:55,832 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4664 with force:False 04:00:56 2023-08-25 04:00:55,833 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4664 04:00:56 2023-08-25 04:00:55,837 [execute] INFO git cat-file --batch-check 04:00:56 2023-08-25 04:00:55,838 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 04:00:56 2023-08-25 04:00:55,844 [execute] INFO git cat-file --batch 04:00:56 2023-08-25 04:00:55,845 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 04:00:56 2023-08-25 04:00:55,851 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4664 04:00:56 0.0.0 [Pipeline] } 04:00:56 $ docker exec --env ******** --env ******** 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 ssh-agent -k 04:00:56 unset SSH_AUTH_SOCK; 04:00:56 unset SSH_AGENT_PID; 04:00:56 echo Agent pid 76 killed; 04:00:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:00:57 + git semver [Pipeline] } 04:00:57 $ docker stop --time=1 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 04:00:58 $ docker rm -f --volumes 95245e118033abb4ffbf7bd81365e6abe5720a014bb21f2bec117741a76207c0 [Pipeline] // withDockerContainer [Pipeline] sh 04:00:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:00:59 Stashed 1 file(s) [Pipeline] echo 04:00:59 [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 04:01:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 04:01:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:01:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:01:00 ========================================================= 04:01:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:01:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:01:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:01:00 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:01:00 4db1b89c0bd1: Pulling fs layer 04:01:00 6911f1a30b25: Pulling fs layer 04:01:00 e194b8c5c2a9: Pulling fs layer 04:01:00 6863d3e3a2b1: Pulling fs layer 04:01:00 ec0bb842ea78: Pulling fs layer 04:01:00 40a00589a448: Pulling fs layer 04:01:00 6c08303d61cc: Pulling fs layer 04:01:00 798269fcf238: Pulling fs layer 04:01:00 ec0bb842ea78: Waiting 04:01:00 6863d3e3a2b1: Waiting 04:01:00 40a00589a448: Waiting 04:01:00 6c08303d61cc: Waiting 04:01:00 798269fcf238: Waiting 04:01:00 6911f1a30b25: Download complete 04:01:00 6863d3e3a2b1: Verifying Checksum 04:01:00 6863d3e3a2b1: Download complete 04:01:00 ec0bb842ea78: Download complete 04:01:00 4db1b89c0bd1: Verifying Checksum 04:01:00 4db1b89c0bd1: Download complete 04:01:00 40a00589a448: Verifying Checksum 04:01:00 40a00589a448: Download complete 04:01:01 4db1b89c0bd1: Pull complete 04:01:01 6911f1a30b25: Pull complete 04:01:01 798269fcf238: Verifying Checksum 04:01:01 798269fcf238: Download complete 04:01:01 e194b8c5c2a9: Verifying Checksum 04:01:01 e194b8c5c2a9: Download complete 04:01:01 6c08303d61cc: Verifying Checksum 04:01:01 6c08303d61cc: Download complete 04:01:04 e194b8c5c2a9: Pull complete 04:01:04 6863d3e3a2b1: Pull complete 04:01:04 ec0bb842ea78: Pull complete 04:01:04 40a00589a448: Pull complete 04:01:07 6c08303d61cc: Pull complete 04:01:08 798269fcf238: Pull complete 04:01:08 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 04:01:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:01:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 04:01:08 + docker+ build -t ci-base-image-x86_64 -f - . 04:01:08 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:01:08 WORKDIR /edgex 04:01:08 COPY go.mod . 04:01:08 RUN go mod download 04:01:09 Sending build context to Docker daemon 170.8MB 04:01:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:01:09 ---> ec979cd7f677 04:01:09 Step 2/4 : WORKDIR /edgex 04:01:14 ---> Running in 00b5061811e5 04:01:14 Removing intermediate container 00b5061811e5 04:01:14 ---> 2bab3cac4a7e 04:01:14 Step 3/4 : COPY go.mod . 04:01:14 ---> 313346b93181 04:01:14 Step 4/4 : RUN go mod download 04:01:14 ---> Running in 3aeaedd488fa 04:01:14 Still waiting to schedule task 04:01:14 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4489’ 04:01:29 Removing intermediate container 3aeaedd488fa 04:01:29 ---> 06c2f5271b15 04:01:29 Successfully built 06c2f5271b15 04:01:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:30 + docker inspect -f . ci-base-image-x86_64 04:01:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:01:30 prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container 04:01: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 04:01:30 $ docker top f4d7facd3606b0a4960f039349bc76497fc8d9700e649666b4199247df8e9e31 -eo pid,comm [Pipeline] { [Pipeline] sh 04:01:31 + go version 04:01:31 go version go1.20.6 linux/amd64 [Pipeline] } 04:01:31 $ docker stop --time=1 f4d7facd3606b0a4960f039349bc76497fc8d9700e649666b4199247df8e9e31 04:01:32 $ docker rm -f --volumes f4d7facd3606b0a4960f039349bc76497fc8d9700e649666b4199247df8e9e31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:33 + docker inspect -f . ci-base-image-x86_64 04:01:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:01:33 prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container 04:01: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 04:01:33 $ docker top ce4d4867e11640fee92be1def49554223e00e31c6336553a7cbb9621ab97a413 -eo pid,comm [Pipeline] { [Pipeline] echo 04:01:33 ========================================================= 04:01:33 [edgeXBuildGoParallel] Running Tests and Build... 04:01:33 ========================================================= [Pipeline] sh 04:01:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 04:01:34 + make test 04:01:34 go test -race -coverprofile=coverage.out ./... 04:01:41 ? github.com/edgexfoundry/edgex-go [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 04:01:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:01:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:01:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:01:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.058s coverage: 28.7% of statements 04:01:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 04:01:56 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 04:01:56 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:01:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.075s coverage: 97.0% of statements 04:01:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:01:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 04:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.091s coverage: 69.4% of statements 04:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.074s coverage: 54.0% of statements 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.823s coverage: 93.4% of statements 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.071s coverage: 3.8% of statements 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.368s coverage: 97.6% of statements 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements 04:02:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:02:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:02:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.088s coverage: 0.9% of statements 04:02:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 32.2% of statements 04:02:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 42.9% of statements 04:02:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 82.9% of statements 04:02:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 04:02:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 04:02:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 04:02:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:02:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:02:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:02:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:02:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:02:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:02:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 04:02:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:02:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:02:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 04:02:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:02:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:02:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:02:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 04:02:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 04:02:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:02:11 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 04:02:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:02:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:02:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:02:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:02:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:02:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:02:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:02:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:02:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 04:02:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:02:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:02:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.363s coverage: 79.9% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 62.3% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 81.8% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.051s coverage: 86.0% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 63.1% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 38.4% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 95.7% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.8% of statements 04:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.104s coverage: 98.9% of statements 04:02:28 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 04:02:28 running golangci-lint 04:02:28 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 04:02:28 go version go1.20.6 linux/amd64 04:02:28 level=info msg="[config_reader] Used config file .golangci.yml" 04:02:28 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 04:02:43 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 14.914249738s" 04:02:43 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.40532ms" 04:02:51 level=info msg="[linters_context/goanalysis] analyzers took 58.673224418s with top 10 stages: buildir: 34.7423999s, inspect: 1.529968358s, fact_deprecated: 1.403021061s, gosec: 1.365871363s, ctrlflow: 1.171546144s, printf: 1.125968846s, nilness: 924.473785ms, S1038: 898.16604ms, fact_purity: 882.760774ms, unused: 599.810802ms" 04:02:51 level=info msg="[runner] Issues before processing: 200, after processing: 0" 04:02:51 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 200/200, autogenerated_exclude: 200/200, identifier_marker: 200/200, exclude: 200/200, nolint: 0/21, cgo: 200/200, filename_unadjuster: 200/200, path_prettifier: 200/200, skip_dirs: 200/200, exclude-rules: 21/200" 04:02:51 level=info msg="[runner] processing took 17.894768ms with stages: nolint: 7.997508ms, identifier_marker: 6.154395ms, exclude-rules: 1.098173ms, autogenerated_exclude: 1.081944ms, path_prettifier: 1.052033ms, skip_dirs: 433.995µs, cgo: 53.31µs, filename_unadjuster: 16.91µs, max_same_issues: 1.05µs, severity-rules: 820ns, uniq_by_line: 700ns, max_from_linter: 700ns, exclude: 590ns, path_prefixer: 500ns, source_code: 410ns, skip_files: 380ns, sort_results: 370ns, path_shortener: 360ns, diff: 340ns, max_per_file_from_linter: 280ns" 04:02:51 level=info msg="[runner] linters took 8.033414448s with stages: goanalysis_metalinter: 8.015417459s" 04:02:51 level=info msg="File cache stats: 0 entries of total size 0B" 04:02:51 level=info msg="Memory: 231 samples, avg is 199.3MB, max is 836.6MB" 04:02:51 level=info msg="Execution took 22.993947835s" 04:02:51 go vet ./... 04:02:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:02:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:02:55 ./bin/test-attribution-txt.sh 04:02:55 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 04:02:55 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 04:02:55 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 04:02:55 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 04:02:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 04:02:55 + ls -al . 04:02:55 total 728 04:02:55 drwxrwxr-x 12 1001 1001 4096 Aug 25 04:01 . 04:02:55 drwxr-xr-x 4 root root 4096 Aug 25 04:01 .. 04:02:55 drwxrwxr-x 2 1001 1001 4096 Aug 25 04:00 .blubracket 04:02:55 -rw-rw-r-- 1 1001 1001 16 Aug 25 04:00 .dockerignore 04:02:55 drwxrwxr-x 8 1001 1001 4096 Aug 25 04:00 .git 04:02:55 drwxrwxr-x 3 1001 1001 4096 Aug 25 04:00 .github 04:02:55 -rw-rw-r-- 1 1001 1001 1173 Aug 25 04:00 .gitignore 04:02:55 -rw-rw-r-- 1 1001 1001 42 Aug 25 04:00 .golangci.yml 04:02:55 -rw-rw-r-- 1 1001 1001 87 Aug 25 04:00 .hadolint.yml 04:02:55 drwxr-xr-x 3 1001 1001 4096 Aug 25 04:00 .semver 04:02:55 -rw-rw-r-- 1 1001 1001 166 Aug 25 04:00 .sonarcloud.properties 04:02:55 -rw-rw-r-- 1 1001 1001 1171 Aug 25 04:00 ADOPTERS.md 04:02:55 -rw-rw-r-- 1 1001 1001 11152 Aug 25 04:00 Attribution.txt 04:02:55 -rw-rw-r-- 1 1001 1001 93407 Aug 25 04:00 CHANGELOG.md 04:02:55 -rw-rw-r-- 1 1001 1001 3804 Aug 25 04:00 CONTRIBUTING.md 04:02:55 -rw-rw-r-- 1 1001 1001 677 Aug 25 04:00 GOVERNANCE.md 04:02:55 -rw-rw-r-- 1 1001 1001 883 Aug 25 04:00 Jenkinsfile 04:02:55 -rw-rw-r-- 1 1001 1001 10775 Aug 25 04:00 LICENSE 04:02:55 -rw-rw-r-- 1 1001 1001 14764 Aug 25 04:00 Makefile 04:02:55 -rw-rw-r-- 1 1001 1001 582 Aug 25 04:00 OWNERS.md 04:02:55 -rw-rw-r-- 1 1001 1001 9923 Aug 25 04:00 README.md 04:02:55 -rw-rw-r-- 1 1001 1001 789 Aug 25 04:00 SECURITY.md 04:02:55 -rw-rw-r-- 1 1001 1001 5 Aug 25 04:00 VERSION 04:02:55 drwxrwxr-x 2 1001 1001 4096 Aug 25 04:00 bin 04:02:55 drwxrwxr-x 18 1001 1001 4096 Aug 25 04:00 cmd 04:02:55 -rw-r--r-- 1 root root 447827 Aug 25 04:02 coverage.out 04:02:55 drwxrwxr-x 2 1001 1001 4096 Aug 25 04:00 fuzz_test 04:02:55 -rw-rw-r-- 1 1001 1001 3687 Aug 25 04:00 go.mod 04:02:55 -rw-rw-r-- 1 1001 1001 33714 Aug 25 04:00 go.sum 04:02:55 drwxrwxr-x 7 1001 1001 4096 Aug 25 04:00 internal 04:02:55 drwxrwxr-x 3 1001 1001 4096 Aug 25 04:00 openapi 04:02:55 -rw-rw-r-- 1 1001 1001 594 Aug 25 04:00 security.txt 04:02:55 drwxrwxr-x 4 1001 1001 4096 Aug 25 04:00 snap 04:02:55 -rw-rw-r-- 1 1001 1001 204 Aug 25 04:00 version.go [Pipeline] sh 04:02:56 + '[' -e coverage.out ] 04:02:56 + chown 1001:1001 coverage.out [Pipeline] stash 04:02:56 Stashed 1 file(s) [Pipeline] sh 04:02:56 + make build 04:02:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:03:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:03:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:03:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:03:12 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:03:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:03:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:03:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:03:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:03:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:03:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:03:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:03:27 $ docker stop --time=1 ce4d4867e11640fee92be1def49554223e00e31c6336553a7cbb9621ab97a413 04:03:32 $ docker rm -f --volumes ce4d4867e11640fee92be1def49554223e00e31c6336553a7cbb9621ab97a413 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:03:33 04:03:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:03:34 latest: Pulling from edgex-devops/edgex-compose 04:03:34 91d30c5bc195: Pulling fs layer 04:03:34 2e9b0aa3be6d: Pulling fs layer 04:03:34 9c61dcf015f6: Pulling fs layer 04:03:34 4698f68db338: Pulling fs layer 04:03:34 2a2f49069b9e: Pulling fs layer 04:03:34 e0025b399a48: Pulling fs layer 04:03:34 2a2f49069b9e: Waiting 04:03:34 e0025b399a48: Waiting 04:03:34 4698f68db338: Waiting 04:03:34 91d30c5bc195: Verifying Checksum 04:03:34 91d30c5bc195: Download complete 04:03:34 4698f68db338: Verifying Checksum 04:03:34 4698f68db338: Download complete 04:03:34 2e9b0aa3be6d: Verifying Checksum 04:03:34 2e9b0aa3be6d: Download complete 04:03:34 e0025b399a48: Verifying Checksum 04:03:34 e0025b399a48: Download complete 04:03:34 91d30c5bc195: Pull complete 04:03:34 2a2f49069b9e: Verifying Checksum 04:03:34 2a2f49069b9e: Download complete 04:03:34 2e9b0aa3be6d: Pull complete 04:03:35 9c61dcf015f6: Download complete 04:03:37 9c61dcf015f6: Pull complete 04:03:37 4698f68db338: Pull complete 04:03:38 2a2f49069b9e: Pull complete 04:03:38 e0025b399a48: Pull complete 04:03:38 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 04:03:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:03:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:38 prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container 04:03:38 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:03:41 $ docker top 300fd8dbcb2bff72ee7b26678c6356a55a1e33dfa59b89ddc70587e3f478e6f9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:42 + docker compose -f ./docker-compose-build.yml build --parallel 04:03:43 #1 [core-metadata internal] load build definition from Dockerfile 04:03:43 #1 transferring dockerfile: 04:03:44 #1 transferring dockerfile: 1.96kB done 04:03:44 #1 DONE 0.0s 04:03:44 04:03:44 #2 [security-proxy-auth internal] load build definition from Dockerfile 04:03:44 #2 transferring dockerfile: 2.04kB done 04:03:44 #2 DONE 0.0s 04:03:44 04:03:44 #3 [security-secretstore-setup internal] load build definition from Dockerfile 04:03:44 #3 transferring dockerfile: 2.38kB done 04:03:44 #3 DONE 0.0s 04:03:44 04:03:44 #4 [security-bootstrapper internal] load build definition from Dockerfile 04:03:44 #4 transferring dockerfile: 2.82kB done 04:03:44 #4 DONE 0.0s 04:03:44 04:03:44 #5 [security-spire-agent internal] load build definition from Dockerfile 04:03:44 #5 transferring dockerfile: 2.68kB done 04:03:44 #5 DONE 0.0s 04:03:44 04:03:44 #6 [core-command internal] load build definition from Dockerfile 04:03:44 #6 transferring dockerfile: 1.82kB done 04:03:44 #6 DONE 0.0s 04:03:44 04:03:44 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:03:44 #7 transferring dockerfile: 1.78kB done 04:03:44 #7 DONE 0.0s 04:03:44 04:03:44 #8 [security-proxy-setup internal] load build definition from Dockerfile 04:03:44 #8 transferring dockerfile: 2.39kB done 04:03:44 #8 DONE 0.0s 04:03:44 04:03:44 #9 [support-scheduler internal] load build definition from Dockerfile 04:03:44 #9 transferring dockerfile: 1.82kB done 04:03:44 #9 DONE 0.0s 04:03:44 04:03:44 #10 [core-data internal] load build definition from Dockerfile 04:03:44 #10 transferring dockerfile: 1.90kB done 04:03:44 #10 DONE 0.1s 04:03:44 04:03:44 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:03:44 #11 transferring dockerfile: 2.12kB done 04:03:44 #11 DONE 0.1s 04:03:44 04:03:44 #12 [security-spire-server internal] load build definition from Dockerfile 04:03:44 #12 transferring dockerfile: 2.63kB done 04:03:44 #12 DONE 0.1s 04:03:44 04:03:44 #13 [core-metadata internal] load .dockerignore 04:03:44 #13 transferring context: 56B done 04:03:44 #13 DONE 0.1s 04:03:44 04:03:44 #14 [support-notifications internal] load build definition from Dockerfile 04:03:44 #14 transferring dockerfile: 1.84kB done 04:03:44 #14 DONE 0.0s 04:03:44 04:03:44 #15 [security-spire-config internal] load build definition from Dockerfile 04:03:44 #15 transferring dockerfile: 2.58kB done 04:03:44 #15 DONE 0.1s 04:03:44 04:03:44 #16 [security-proxy-auth internal] load .dockerignore 04:03:44 #16 transferring context: 56B done 04:03:44 #16 DONE 0.0s 04:03:44 04:03:44 #17 [security-secretstore-setup internal] load .dockerignore 04:03:44 #17 transferring context: 56B done 04:03:44 #17 DONE 0.0s 04:03:44 04:03:44 #18 [security-bootstrapper internal] load .dockerignore 04:03:44 #18 transferring context: 56B done 04:03:44 #18 DONE 0.0s 04:03:44 04:03:44 #19 [security-spire-agent internal] load .dockerignore 04:03:44 #19 transferring context: 56B done 04:03:44 #19 DONE 0.0s 04:03:44 04:03:44 #20 [security-proxy-setup internal] load .dockerignore 04:03:44 #20 DONE 0.0s 04:03:44 04:03:44 #21 [security-spiffe-token-provider internal] load .dockerignore 04:03:44 #21 transferring context: 56B done 04:03:44 #21 DONE 0.0s 04:03:44 04:03:44 #22 [core-command internal] load .dockerignore 04:03:44 #22 transferring context: 56B done 04:03:44 #22 DONE 0.0s 04:03:44 04:03:44 #20 [security-proxy-setup internal] load .dockerignore 04:03:44 #20 transferring context: 56B done 04:03:44 #20 DONE 0.0s 04:03:44 04:03:44 #23 [support-scheduler internal] load .dockerignore 04:03:44 #23 transferring context: 56B done 04:03:44 #23 DONE 0.0s 04:03:44 04:03:44 #24 [core-data internal] load .dockerignore 04:03:44 #24 transferring context: 56B done 04:03:44 #24 DONE 0.0s 04:03:44 04:03:44 #25 [core-common-config-bootstrapper internal] load .dockerignore 04:03:44 #25 transferring context: 56B done 04:03:44 #25 DONE 0.0s 04:03:44 04:03:44 #26 [security-spire-server internal] load .dockerignore 04:03:44 #26 transferring context: 56B done 04:03:44 #26 DONE 0.0s 04:03:44 04:03:44 #27 [support-notifications internal] load .dockerignore 04:03:44 #27 transferring context: 56B done 04:03:44 #27 DONE 0.0s 04:03:44 04:03:44 #28 [security-spire-config internal] load .dockerignore 04:03:44 #28 transferring context: 56B done 04:03:44 #28 DONE 0.1s 04:03:44 04:03:44 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:03:44 #29 DONE 0.0s 04:03:44 04:03:44 #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 04:03:44 #30 ... 04:03:44 04:03:44 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:03:44 #29 DONE 0.0s 04:03:44 04:03:44 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 04:03:45 #30 DONE 0.6s 04:03:45 04:03:45 #31 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:03:45 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 04:03:45 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.1s 04:03:45 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:03:45 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 04:03:45 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 04:03:45 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s 04:03:45 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done 04:03:45 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 04:03:45 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done 04:03:46 #31 DONE 1.2s 04:03:46 04:03:46 #32 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:03:46 #32 DONE 1.2s 04:03:46 04:03:46 #33 [core-metadata builder 2/7] WORKDIR /edgex-go 04:03:51 #33 ... 04:03:51 04:03:51 #34 [security-spire-agent internal] load build context 04:03:51 #34 transferring context: 199.57MB 6.0s 04:03:51 #34 ... 04:03:51 04:03:51 #35 [core-command internal] load build context 04:03:51 #35 ... 04:03:51 04:03:51 #34 [security-spire-agent internal] load build context 04:03:54 #34 transferring context: 365.23MB 9.3s done 04:03:55 #34 ... 04:03:55 04:03:55 #36 [security-bootstrapper internal] load build context 04:03:55 #36 transferring context: 365.23MB 9.5s done 04:03:55 #36 ... 04:03:55 04:03:55 #37 [security-spire-config internal] load build context 04:03:55 #37 ... 04:03:55 04:03:55 #38 [security-secretstore-setup internal] load build context 04:03:55 #38 transferring context: 365.23MB 10.1s done 04:03:55 #38 ... 04:03:55 04:03:55 #39 [core-data internal] load build context 04:03:55 #39 ... 04:03:55 04:03:55 #40 [support-notifications internal] load build context 04:03:55 #40 transferring context: 365.23MB 9.6s done 04:03:55 #40 ... 04:03:55 04:03:55 #41 [core-common-config-bootstrapper internal] load build context 04:03:56 #41 transferring context: 365.23MB 10.5s done 04:03:56 #41 ... 04:03:56 04:03:56 #42 [security-spiffe-token-provider internal] load build context 04:03:56 #42 transferring context: 365.23MB 8.7s done 04:03:56 #42 ... 04:03:56 04:03:56 #43 [security-proxy-setup internal] load build context 04:03:56 #43 transferring context: 365.23MB 8.7s done 04:03:56 #43 ... 04:03:56 04:03:56 #44 [security-spire-server internal] load build context 04:03:56 #44 transferring context: 365.23MB 8.3s done 04:03:56 #44 ... 04:03:56 04:03:56 #45 [core-metadata internal] load build context 04:03:56 #45 transferring context: 365.23MB 8.9s done 04:03:56 #45 ... 04:03:56 04:03:56 #46 [support-scheduler internal] load build context 04:03:56 #46 transferring context: 365.23MB 11.0s done 04:03:56 #46 ... 04:03:56 04:03:56 #47 [security-proxy-auth internal] load build context 04:03:56 #47 transferring context: 365.23MB 9.9s done 04:03:58 #47 ... 04:03:58 04:03:58 #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 04:03:59 #48 ... 04:03:59 04:03:59 #35 [core-command internal] load build context 04:03:59 #35 transferring context: 365.23MB 9.5s done 04:04:07 #35 ... 04:04:07 04:04:07 #37 [security-spire-config internal] load build context 04:04:07 #37 transferring context: 365.23MB 10.5s done 04:04:07 #37 ... 04:04:07 04:04:07 #39 [core-data internal] load build context 04:04:07 #39 transferring context: 365.23MB 11.2s done 04:04:25 #39 ... 04:04:25 04:04:25 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:04:25 #49 ... 04:04:25 04:04:25 #43 [security-proxy-setup internal] load build context 04:04:25 #43 DONE 37.5s 04:04:25 04:04:25 #44 [security-spire-server internal] load build context 04:04:25 #44 DONE 37.6s 04:04:25 04:04:25 #42 [security-spiffe-token-provider internal] load build context 04:04:25 #42 DONE 37.6s 04:04:25 04:04:25 #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 04:04:25 #33 DONE 36.7s 04:04:25 04:04:25 #45 [core-metadata internal] load build context 04:04:25 #45 DONE 37.6s 04:04:25 04:04:25 #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 04:04:25 #50 ... 04:04:25 04:04:25 #34 [security-spire-agent internal] load build context 04:04:25 #34 DONE 37.7s 04:04:25 04:04:25 #35 [core-command internal] load build context 04:04:25 #35 DONE 37.7s 04:04:25 04:04:25 #36 [security-bootstrapper internal] load build context 04:04:25 #36 DONE 37.7s 04:04:25 04:04:25 #40 [support-notifications internal] load build context 04:04:25 #40 DONE 37.7s 04:04:25 04:04:25 #38 [security-secretstore-setup internal] load build context 04:04:25 #38 DONE 37.7s 04:04:25 04:04:25 #47 [security-proxy-auth internal] load build context 04:04:25 #47 DONE 37.7s 04:04:25 04:04:25 #41 [core-common-config-bootstrapper internal] load build context 04:04:25 #41 DONE 37.7s 04:04:25 04:04:25 #37 [security-spire-config internal] load build context 04:04:25 #37 DONE 37.7s 04:04:25 04:04:25 #46 [support-scheduler internal] load build context 04:04:25 #46 DONE 37.7s 04:04:25 04:04:25 #39 [core-data internal] load build context 04:04:25 #39 DONE 37.7s 04:04:25 04:04:25 #51 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:04:25 #51 1.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:25 #51 1.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:25 #51 1.597 OK: 265 MiB in 53 packages 04:04:28 #51 ... 04:04:28 04:04:28 #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:04:28 #0 0.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:28 #0 1.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:28 #0 1.249 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:04:28 #0 1.249 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:04:28 #0 1.249 OK: 17818 distinct packages available 04:04:28 #0 1.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:28 #0 1.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:28 #0 1.658 (1/9) Installing ca-certificates (20230506-r0) 04:04:28 #0 1.678 (2/9) Installing brotli-libs (1.0.9-r9) 04:04:28 #0 1.688 (3/9) Installing nghttp2-libs (1.51.0-r1) 04:04:28 #0 1.777 (4/9) Installing libcurl (8.2.1-r0) 04:04:28 #0 1.793 (5/9) Installing curl (8.2.1-r0) 04:04:28 #0 1.803 (6/9) Installing dumb-init (1.2.5-r2) 04:04:28 #0 1.807 (7/9) Installing musl-obstack (1.2.3-r0) 04:04:28 #0 1.812 (8/9) Installing libucontext (1.2-r0) 04:04:28 #0 1.821 (9/9) Installing gcompat (1.1.0-r0) 04:04:28 #0 1.825 Executing busybox-1.35.0-r29.trigger 04:04:28 #0 1.833 Executing ca-certificates-20230506-r0.trigger 04:04:28 #0 1.908 OK: 10 MiB in 24 packages 04:04:30 #52 ... 04:04:30 04:04:30 #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 04:04:30 #50 7.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #50 ... 04:04:30 04:04:30 #53 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 04:04:30 #0 0.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 2.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 2.409 (1/1) Installing dumb-init (1.2.5-r2) 04:04:30 #0 2.420 Executing busybox-1.35.0-r29.trigger 04:04:30 #0 2.428 OK: 7 MiB in 16 packages 04:04:30 #53 DONE 7.8s 04:04:30 04:04:30 #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 04:04:30 #48 35.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #48 35.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #48 36.03 (1/2) Installing dumb-init (1.2.5-r2) 04:04:30 #48 36.05 (2/2) Installing su-exec (0.2-r2) 04:04:30 #48 36.06 Executing busybox-1.35.0-r29.trigger 04:04:30 #48 36.07 OK: 7 MiB in 17 packages 04:04:30 #48 DONE 42.6s 04:04:30 04:04:30 #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:04:30 #0 6.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 6.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 6.978 (1/4) Installing ca-certificates (20230506-r0) 04:04:30 #0 6.990 (2/4) Installing dumb-init (1.2.5-r2) 04:04:30 #0 6.993 (3/4) Installing su-exec (0.2-r2) 04:04:30 #0 6.996 (4/4) Installing yq (4.30.4-r4) 04:04:30 #0 7.054 Executing busybox-1.35.0-r29.trigger 04:04:30 #0 7.060 Executing ca-certificates-20230506-r0.trigger 04:04:30 #0 7.233 OK: 17 MiB in 19 packages 04:04:30 #54 DONE 7.8s 04:04:30 04:04:30 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 04:04:30 #0 3.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 4.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 4.679 (1/2) Installing ca-certificates (20230506-r0) 04:04:30 #0 4.702 (2/2) Installing dumb-init (1.2.5-r2) 04:04:30 #0 4.776 Executing busybox-1.35.0-r29.trigger 04:04:30 #0 4.783 Executing ca-certificates-20230506-r0.trigger 04:04:30 #0 4.884 OK: 8 MiB in 17 packages 04:04:30 #55 DONE 7.9s 04:04:30 04:04:30 #56 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:04:30 #0 0.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.346 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:04:30 #0 1.346 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:04:30 #0 1.346 OK: 17823 distinct packages available 04:04:30 #0 1.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.872 OK: 265 MiB in 53 packages 04:04:30 #56 DONE 7.7s 04:04:30 04:04:30 #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:04:30 #52 DONE 7.9s 04:04:30 04:04:30 #57 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:04:30 #0 0.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.408 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:04:30 #0 1.408 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:04:30 #0 1.408 OK: 17818 distinct packages available 04:04:30 #0 1.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.980 (1/5) Installing dumb-init (1.2.5-r2) 04:04:30 #0 1.982 (2/5) Installing musl-obstack (1.2.3-r0) 04:04:30 #0 1.985 (3/5) Installing libucontext (1.2-r0) 04:04:30 #0 1.988 (4/5) Installing gcompat (1.1.0-r0) 04:04:30 #0 1.992 (5/5) Installing openssl (3.0.10-r0) 04:04:30 #0 2.008 Executing busybox-1.35.0-r29.trigger 04:04:30 #0 2.016 OK: 8 MiB in 20 packages 04:04:30 #57 DONE 7.9s 04:04:30 04:04:30 #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:04:30 #0 1.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 1.478 OK: 265 MiB in 53 packages 04:04:30 #58 DONE 7.8s 04:04:30 04:04:30 #49 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:04:30 #49 0.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #49 0.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #49 1.337 (1/1) Installing dumb-init (1.2.5-r2) 04:04:30 #49 1.342 Executing busybox-1.35.0-r29.trigger 04:04:30 #49 1.349 OK: 7 MiB in 16 packages 04:04:30 #49 DONE 8.1s 04:04:30 04:04:30 #51 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:04:30 #51 DONE 7.8s 04:04:30 04:04:30 #59 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:04:30 #59 DONE 0.2s 04:04:30 04:04:30 #60 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:04:30 #60 DONE 0.2s 04:04:30 04:04:30 #61 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:04:30 #61 DONE 0.2s 04:04:30 04:04:30 #62 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:30 #62 ... 04:04:30 04:04:30 #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:04:30 #0 7.691 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:30 #0 7.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #0 8.072 (1/4) Installing dumb-init (1.2.5-r2) 04:04:30 #0 8.076 (2/4) Installing openssl (3.0.10-r0) 04:04:30 #0 8.085 (3/4) Installing su-exec (0.2-r2) 04:04:30 #0 8.088 (4/4) Installing yq (4.30.4-r4) 04:04:30 #0 8.156 Executing busybox-1.35.0-r29.trigger 04:04:30 #0 8.163 OK: 17 MiB in 19 packages 04:04:30 #63 DONE 8.3s 04:04:30 04:04:30 #64 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 04:04:30 #64 DONE 0.0s 04:04:30 04:04:30 #65 [core-command builder 4/7] COPY go.mod vendor* ./ 04:04:30 #65 DONE 0.1s 04:04:30 04:04:30 #50 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:04:30 #50 7.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:30 #50 8.035 OK: 265 MiB in 53 packages 04:04:30 #50 DONE 8.4s 04:04:31 04:04:31 #66 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:04:31 #0 7.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:31 #0 7.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:31 #0 8.034 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:04:31 #0 8.034 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:04:31 #0 8.034 OK: 17818 distinct packages available 04:04:31 #0 8.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:31 #0 8.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:31 #0 8.422 (1/4) Installing dumb-init (1.2.5-r2) 04:04:31 #0 8.422 (2/4) Installing musl-obstack (1.2.3-r0) 04:04:31 #0 8.425 (3/4) Installing libucontext (1.2-r0) 04:04:31 #0 8.428 (4/4) Installing gcompat (1.1.0-r0) 04:04:31 #0 8.433 Executing busybox-1.35.0-r29.trigger 04:04:31 #0 8.440 OK: 7 MiB in 19 packages 04:04:31 #66 DONE 8.5s 04:04:31 04:04:31 #67 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:32 #67 ... 04:04:32 04:04:32 #68 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 04:04:32 #0 8.749 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:32 #0 8.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:32 #0 9.040 OK: 265 MiB in 53 packages 04:04:32 #68 DONE 9.1s 04:04:32 04:04:32 #69 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 04:04:32 #69 DONE 0.1s 04:04:32 04:04:32 #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:32 #70 ... 04:04:32 04:04:32 #71 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:04:32 #71 DONE 1.9s 04:04:32 04:04:32 #72 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 04:04:32 #72 DONE 0.0s 04:04:32 04:04:32 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:42 #73 ... 04:04:42 04:04:42 #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4492 in /w/workspace/edgexfoundry_edgex-go_PR-4664 [Pipeline] { [Pipeline] ws 04:04:48 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 04:04:48 The recommended git tool is: git 04:04:52 using credential edgex-jenkins-ssh 04:04:52 Cloning the remote Git repository 04:04:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:04:53 > git init /w/workspace/edgex-go/1 # timeout=10 04:04:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:04:53 > git --version # timeout=10 04:04:53 > git --version # 'git version 2.25.1' 04:04:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:04:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:05:04 #74 DONE 29.9s 04:05:04 04:05:04 #67 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:04 #67 DONE 29.6s 04:05:04 04:05:04 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:04 #73 DONE 29.9s 04:05:04 04:05:04 #70 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:04 #70 DONE 28.7s 04:05:04 04:05:04 #62 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:04 #62 DONE 30.0s 04:05:04 04:05:04 #75 [support-notifications builder 6/7] COPY . . 04:05:10 #75 ... 04:05:10 04:05:10 #76 [security-spire-agent builder 6/9] COPY . . 04:05:10 #76 ... 04:05:10 04:05:10 #77 [core-command builder 6/7] COPY . . 04:05:10 #77 ... 04:05:10 04:05:10 #78 [security-spiffe-token-provider builder 6/7] COPY . . 04:05:11 #78 ... 04:05:11 04:05:11 #79 [security-secretstore-setup builder 6/7] COPY . . 04:05:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:05:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:05:13 Merging remotes/origin/main commit d712b70d1b18e2b4f4c471c5ae40b4002467bb18 into PR head commit 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 04:05:13 Merge succeeded, producing a9c81751865e635501c2c891e401ad5ead12fa9c 04:05:13 Checking out Revision a9c81751865e635501c2c891e401ad5ead12fa9c (PR-4664) 04:05:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:05:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:05:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4664/head:refs/remotes/origin/PR-4664 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:05:13 > git config core.sparsecheckout # timeout=10 04:05:13 > git checkout -f 15e2ac19a8e47ee1453c54ba20842d82376b5eb7 # timeout=10 04:05:13 > git remote # timeout=10 04:05:13 > git config --get remote.origin.url # timeout=10 04:05:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:13 > git merge d712b70d1b18e2b4f4c471c5ae40b4002467bb18 # timeout=10 04:05:13 > git rev-parse HEAD^{commit} # timeout=10 04:05:13 > git config core.sparsecheckout # timeout=10 04:05:13 > git checkout -f a9c81751865e635501c2c891e401ad5ead12fa9c # timeout=10 04:05:17 Commit message: "Merge commit 'd712b70d1b18e2b4f4c471c5ae40b4002467bb18' into HEAD" 04:05:17 First time build. Skipping changelog. 04:05:17 > git --version # timeout=10 04:05:17 > git --version # 'git version 2.25.1' 04:05:17 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 04:05:17 #79 DONE 16.3s 04:05:17 04:05:17 #77 [core-command builder 6/7] COPY . . 04:05:17 #77 DONE 16.3s 04:05:17 04:05:17 #80 [core-data builder 6/7] COPY . . 04:05:17 #80 CACHED 04:05:17 04:05:17 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #81 CACHED 04:05:17 04:05:17 #82 [core-data builder 4/7] COPY go.mod vendor* ./ 04:05:17 #82 CACHED 04:05:17 04:05:17 #83 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:05:17 #83 CACHED 04:05:17 04:05:17 #84 [core-common-config-bootstrapper builder 6/7] COPY . . 04:05:17 #84 CACHED 04:05:17 04:05:17 #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #85 CACHED 04:05:17 04:05:17 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #86 CACHED 04:05:17 04:05:17 #87 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:05:17 #87 CACHED 04:05:17 04:05:17 #88 [support-scheduler builder 6/7] COPY . . 04:05:17 #88 CACHED 04:05:17 04:05:17 #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #89 CACHED 04:05:17 04:05:17 #90 [security-proxy-setup builder 6/7] COPY . . 04:05:17 #90 CACHED 04:05:17 04:05:17 #91 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:05:17 #91 CACHED 04:05:17 04:05:17 #92 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:05:17 #92 CACHED 04:05:17 04:05:17 #93 [security-bootstrapper builder 6/7] COPY . . 04:05:17 #93 CACHED 04:05:17 04:05:17 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #94 CACHED 04:05:17 04:05:17 #75 [support-notifications builder 6/7] COPY . . 04:05:17 #75 DONE 16.3s 04:05:17 04:05:17 #95 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:05:17 #95 CACHED 04:05:17 04:05:17 #96 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #96 CACHED 04:05:17 04:05:17 #97 [security-proxy-auth builder 6/7] COPY . . 04:05:17 #97 CACHED 04:05:17 04:05:17 #76 [security-spire-agent builder 6/9] COPY . . 04:05:17 #76 DONE 16.3s 04:05:17 04:05:17 #78 [security-spiffe-token-provider builder 6/7] COPY . . 04:05:17 #78 DONE 16.4s 04:05:17 04:05:17 #98 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #98 CACHED 04:05:17 04:05:17 #99 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:05:17 #99 CACHED 04:05:17 04:05:17 #100 [core-metadata builder 6/7] COPY . . 04:05:17 #100 CACHED 04:05:17 04:05:17 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:05:17 #101 ... 04:05:17 04:05:17 #102 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 04:05:17 #102 CACHED 04:05:17 04:05:17 #103 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 04:05:17 #103 CACHED 04:05:17 04:05:17 #104 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:17 #104 CACHED 04:05:17 04:05:17 #105 [security-spire-server builder 6/9] COPY . . 04:05:17 #105 CACHED 04:05:17 04:05:17 #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 04:05:17 #106 DONE 0.1s 04:05:17 04:05:17 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:05:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:05:18 % Total % Received % Xferd Average Speed Time Time Time Current 04:05:18 Dload Upload Total Spent Left Speed 04:05:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86155 0 --:--:-- --:--:-- --:--:-- 86741 [Pipeline] sh 04:05:19 #107 DONE 2.0s 04:05:19 04:05:19 #108 [security-spire-server builder 9/9] WORKDIR /edgex-go 04:05:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:05:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:05:19 + sudo tee /etc/docker/daemon.new 04:05:19 { 04:05:19 "registry-mirrors": [ 04:05:19 "https://nexus3.edgexfoundry.org:10001" 04:05:19 ], 04:05:19 "bip": "10.250.0.254/24", 04:05:19 "hosts": [ 04:05:19 "tcp://0.0.0.0:5555", 04:05:19 "unix:///var/run/docker.sock" 04:05:19 ], 04:05:19 "mtu": 1458, 04:05:19 "selinux-enabled": true, 04:05:19 "seccomp-profile": "/etc/docker/seccomp.json" 04:05:19 } [Pipeline] sh 04:05:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:05:20 + sudo service docker restart 04:05:21 #108 DONE 1.6s 04:05:21 04:05:21 #109 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 04:05:21 #109 DONE 3.7s 04:05:21 04:05:21 #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:05:21 #0 1.197 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:05:21 #110 ... 04:05:21 04:05:21 #111 [security-spire-agent builder 9/9] WORKDIR /edgex-go 04:05:21 #111 DONE 1.2s 04:05:21 04:05:21 #112 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:05:22 #112 ... 04:05:22 04:05:22 #113 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 04:05:22 #113 CACHED 04:05:22 04:05:22 #114 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 04:05:22 #114 CACHED 04:05:22 04:05:22 #115 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 04:05:22 #115 CACHED 04:05:22 04:05:22 #116 [security-spire-config builder 9/9] WORKDIR /edgex-go 04:05:22 #116 CACHED 04:05:22 04:05:22 #117 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:22 #117 CACHED 04:05:22 04:05:22 #118 [security-spire-config builder 6/9] COPY . . 04:05:22 #118 CACHED 04:05:22 04:05:22 #112 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:05:22 #112 DONE 0.4s 04:05:22 04:05:22 #119 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 04:05:22 #119 DONE 0.1s 04:05:22 04:05:22 #120 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:05:22 #120 DONE 0.2s 04:05:22 04:05:22 #121 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:05:22 #121 ... 04:05:22 04:05:22 #122 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 04:05:22 #122 CACHED 04:05:22 04:05:22 #123 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 04:05:22 #123 CACHED 04:05:22 04:05:22 #124 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 04:05:22 #124 DONE 0.3s 04:05:23 04:05:23 #125 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:05:25 #125 DONE 2.6s 04:05:25 04:05:25 #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 04:05:25 #126 DONE 2.6s 04:05:25 04:05:25 #121 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:05:25 #121 DONE 2.8s 04:05:25 04:05:25 #127 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:05:26 #127 DONE 1.3s 04:05:26 04:05:26 #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:05:26 #128 DONE 1.4s 04:05:26 04:05:26 #129 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:05:26 #129 DONE 1.3s 04:05:26 04:05:26 #130 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:05:26 #130 DONE 0.2s 04:05:26 04:05:26 #131 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:05:26 #131 DONE 0.2s 04:05:26 04:05:26 #132 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 04:05:26 #132 DONE 0.2s 04:05:26 04:05:26 #133 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:05:26 #133 ... 04:05:26 04:05:26 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:05:26 #0 0.970 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:05:27 #134 ... 04:05:27 04:05:27 #135 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:05:27 #135 DONE 0.2s 04:05:27 04:05:27 #136 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:05:27 #0 1.577 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:05:27 #136 ... 04:05:27 04:05:27 #137 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:05:27 #137 DONE 0.4s 04:05:27 04:05:27 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:05:27 #0 0.484 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:05:27 #138 ... 04:05:27 04:05:27 #133 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:05:27 #133 DONE 0.5s 04:05:27 04:05:27 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:05:27 #0 0.857 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:05:27 #139 ... 04:05:27 04:05:27 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:05:27 #0 1.327 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:05:27 #140 ... 04:05:27 04:05:27 #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:05:27 #0 0.917 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:05:28 #141 ... 04:05:28 04:05:28 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:05:28 #101 0.708 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:05:28 #101 ... 04:05:28 04:05:28 #142 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:05:28 #0 1.796 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:05:28 #142 ... 04:05:28 04:05:28 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:05:28 #0 1.038 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:05:28 #143 ... 04:05:28 04:05:28 #144 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:05:28 #144 DONE 1.3s 04:05:28 04:05:28 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:05:28 #0 0.851 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:05:28 #145 ... 04:05:28 04:05:28 #146 [security-spire-agent] exporting to image 04:05:28 #146 exporting layers 04:05:28 #146 exporting layers 1.4s done 04:05:28 #146 writing image sha256:6c8a81809a7aa448710f2b5c7cbd1cfe951977a7db5bf795591721c9034b8cac 04:05:28 #146 writing image sha256:6c8a81809a7aa448710f2b5c7cbd1cfe951977a7db5bf795591721c9034b8cac 0.1s done 04:05:28 #146 naming to docker.io/library/security-spire-config 0.0s done 04:05:29 #146 exporting layers 2.5s done 04:05:30 #146 exporting layers 1.6s done 04:05:30 #146 writing image sha256:548e5ade08fc4ae6d833700a2c2542acb3eec3f0594beaff06338dac17884ebc 0.0s done 04:05:30 #146 naming to docker.io/library/security-spire-server done 04:05:30 #146 writing image sha256:c2668b4d034f48b3e4b139a4cec095ca219cc9dbabb3085439f5f00bde30c25a done 04:05:30 #146 naming to docker.io/library/security-spire-agent done 04:05:30 #146 DONE 2.6s 04:05:30 04:05:30 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:05:38 provisioning config files... 04:05:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14760932711803908107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:05:38 ---> docker-login.sh 04:05:38 nexus3.edgexfoundry.org:10001 04:05:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:39 Configure a credential helper to remove this warning. See 04:05:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:39 04:05:39 Login Succeeded 04:05:39 nexus3.edgexfoundry.org:10002 04:05:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:40 Configure a credential helper to remove this warning. See 04:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:40 04:05:40 Login Succeeded 04:05:40 nexus3.edgexfoundry.org:10003 04:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:40 Configure a credential helper to remove this warning. See 04:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:40 04:05:40 Login Succeeded 04:05:40 nexus3.edgexfoundry.org:10004 04:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:40 Configure a credential helper to remove this warning. See 04:05:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:40 04:05:40 Login Succeeded 04:05:40 docker.io 04:05:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:41 Configure a credential helper to remove this warning. See 04:05:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:41 04:05:41 Login Succeeded 04:05:41 ---> docker-login.sh ends [Pipeline] } 04:05:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:05:41 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 04:05:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:05:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:05:41 ========================================================= 04:05:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 04:05:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:05:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:05:42 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:05:42 edb6bdbacee9: Pulling fs layer 04:05:42 5f9638ab2659: Pulling fs layer 04:05:42 8d51d6327a98: Pulling fs layer 04:05:42 8b374f2dd631: Pulling fs layer 04:05:42 ec14aa9079de: Pulling fs layer 04:05:42 2f466654f4bb: Pulling fs layer 04:05:42 554e91adad29: Pulling fs layer 04:05:42 8b374f2dd631: Waiting 04:05:42 ec14aa9079de: Waiting 04:05:42 554e91adad29: Waiting 04:05:42 2f466654f4bb: Waiting 04:05:42 5f9638ab2659: Verifying Checksum 04:05:42 5f9638ab2659: Download complete 04:05:42 8b374f2dd631: Verifying Checksum 04:05:42 8b374f2dd631: Download complete 04:05:42 ec14aa9079de: Download complete 04:05:42 edb6bdbacee9: Download complete 04:05:43 edb6bdbacee9: Pull complete 04:05:43 554e91adad29: Verifying Checksum 04:05:43 554e91adad29: Download complete 04:05:44 5f9638ab2659: Pull complete 04:05:45 2f466654f4bb: Verifying Checksum 04:05:45 2f466654f4bb: Download complete 04:05:45 8d51d6327a98: Verifying Checksum 04:05:45 8d51d6327a98: Download complete 04:05:57 8d51d6327a98: Pull complete 04:05:57 8b374f2dd631: Pull complete 04:05:57 ec14aa9079de: Pull complete 04:06:02 2f466654f4bb: Pull complete 04:06:05 554e91adad29: Pull complete 04:06:05 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 04:06:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:06:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 04:06:05 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:06:05 WORKDIR /edgex 04:06:05 COPY go.mod . 04:06:05 RUN go mod download -t 04:06:05 ci-base-image-arm64 -f - . 04:06:06 Sending build context to Docker daemon 2.963MB 04:06:06 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:06:06 ---> 1e15ea492957 04:06:06 Step 2/4 : WORKDIR /edgex 04:06:08 ---> Running in 2328e4486e76 04:06:08 Removing intermediate container 2328e4486e76 04:06:08 ---> 8374aed34877 04:06:08 Step 3/4 : COPY go.mod . 04:06:08 ---> 0894c0f9a354 04:06:08 Step 4/4 : RUN go mod download 04:06:08 ---> Running in 39382257f554 04:06:38 #145 ... 04:06:38 04:06:38 #142 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:06:38 #142 77.63 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:06:47 Removing intermediate container 39382257f554 04:06:47 ---> e39f37c0c2ec 04:06:47 Successfully built e39f37c0c2ec 04:06:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:48 + docker inspect -f . ci-base-image-arm64 04:06:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:48 prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container 04:06:48 $ 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 04:06:49 $ docker top 516f10d1c77d4d16766fad1ad0191bf2744d04853a43a0fc13ebfcfb973b9bb9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:06:50 + go version 04:06:50 go version go1.20.6 linux/arm64 [Pipeline] } 04:06:50 $ docker stop --time=1 516f10d1c77d4d16766fad1ad0191bf2744d04853a43a0fc13ebfcfb973b9bb9 04:06:52 $ docker rm -f --volumes 516f10d1c77d4d16766fad1ad0191bf2744d04853a43a0fc13ebfcfb973b9bb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:53 #142 ... 04:06:53 04:06:53 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:06:53 #140 DONE 94.0s 04:06:53 04:06:53 #136 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:06:53 #136 DONE 94.0s 04:06:53 04:06:53 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:06:53 #138 DONE 94.1s 04:06:53 04:06:53 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:06:53 #145 DONE 94.1s 04:06:53 04:06:53 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:06:53 #143 DONE 94.0s 04:06:53 04:06:53 #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #147 ... 04:06:53 04:06:53 #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:06:53 #141 DONE 94.2s 04:06:53 04:06:53 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:06:53 #139 DONE 94.3s 04:06:53 04:06:53 #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:06:53 #110 DONE 94.3s 04:06:53 04:06:53 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:06:53 #134 DONE 94.4s 04:06:53 04:06:53 #142 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:06:53 #142 DONE 94.4s 04:06:53 04:06:53 #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #148 ... 04:06:53 04:06:53 #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:06:53 #101 DONE 94.4s 04:06:53 04:06:53 #149 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #149 ... 04:06:53 04:06:53 #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #147 DONE 0.7s 04:06:53 04:06:53 #150 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #150 DONE 0.7s 04:06:53 04:06:53 #151 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:06:53 #151 DONE 0.7s 04:06:53 04:06:53 #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #148 DONE 0.5s 04:06:53 04:06:53 #152 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 04:06:53 #152 ... 04:06:53 04:06:53 #153 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #153 DONE 0.5s 04:06:53 04:06:53 #149 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #149 DONE 0.5s 04:06:53 04:06:53 #154 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #154 DONE 0.5s 04:06:53 04:06:53 #155 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 04:06:53 #155 DONE 0.3s 04:06:53 04:06:53 #156 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:06:53 #156 ... 04:06:53 04:06:53 #157 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 04:06:53 #157 DONE 0.3s 04:06:53 04:06:53 #158 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:06:53 #158 CACHED 04:06:53 04:06:53 #159 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #159 CACHED 04:06:53 04:06:53 #160 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #160 CACHED 04:06:53 04:06:53 #161 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:06:53 #161 CACHED 04:06:53 04:06:53 #162 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:06:53 #162 DONE 0.3s 04:06:53 04:06:53 #163 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:06:53 #163 CACHED 04:06:53 04:06:53 #164 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #164 CACHED 04:06:53 04:06:53 #165 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:06:53 #165 DONE 0.3s 04:06:53 04:06:53 #166 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:06:53 #166 CACHED 04:06:53 04:06:53 #167 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:06:53 #167 CACHED 04:06:53 04:06:53 #168 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:06:53 #168 DONE 0.3s 04:06:53 04:06:53 #169 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:06:53 #169 ... 04:06:53 04:06:53 #156 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:06:53 #156 DONE 0.3s 04:06:53 04:06:53 #170 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 04:06:53 #170 DONE 0.4s 04:06:53 04:06:53 #171 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:06:53 + docker inspect -f . ci-base-image-arm64 04:06:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:53 prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container 04:06:53 $ 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 04:06:53 #171 ... 04:06:53 04:06:53 #172 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:06:53 #172 DONE 1.6s 04:06:53 04:06:53 #173 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:06:53 #173 DONE 1.6s 04:06:54 04:06:54 #174 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 04:06:54 #174 ... 04:06:54 04:06:54 #169 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:06:54 #169 DONE 1.7s 04:06:54 04:06:54 #175 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:06:54 #175 DONE 1.8s 04:06:54 04:06:54 #176 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:06:54 #176 DONE 1.8s 04:06:54 04:06:54 #177 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:06:54 #177 DONE 1.9s 04:06:54 04:06:54 #178 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:06:54 #178 DONE 1.9s 04:06:54 04:06:54 #179 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:06:54 #179 DONE 1.7s 04:06:54 04:06:54 #180 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:06:54 #180 DONE 1.8s 04:06:54 04:06:54 #152 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 04:06:54 #152 DONE 2.3s 04:06:54 04:06:54 #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:06:54 #181 ... 04:06:54 04:06:54 #171 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:06:54 #171 DONE 1.8s 04:06:54 04:06:54 #182 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:06:54 #182 DONE 0.7s 04:06:54 04:06:54 #183 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:06:54 #183 ... 04:06:54 04:06:54 #174 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 04:06:54 #174 DONE 0.5s 04:06:54 04:06:54 #184 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:06:54 #184 DONE 0.5s 04:06:54 04:06:54 #185 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 04:06:54 #185 DONE 0.5s 04:06:54 04:06:54 #186 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:06:54 #186 DONE 0.5s 04:06:54 04:06:54 #187 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:06:54 #187 DONE 0.5s 04:06:54 04:06:54 #188 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:06:54 #188 DONE 0.5s 04:06:54 04:06:54 #189 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:06:54 #189 DONE 0.5s 04:06:54 04:06:54 #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:06:54 #181 DONE 0.5s 04:06:54 04:06:54 #190 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 04:06:54 #190 DONE 0.5s 04:06:54 04:06:54 #146 [security-spiffe-token-provider] exporting to image 04:06:54 #146 exporting layers 0.1s done 04:06:54 $ docker top dba088d81496245a272f351e0b07d6998bac13c4e87b686be38804116863d4f5 -eo pid,comm 04:06:54 #146 ... 04:06:54 04:06:54 #183 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:06:54 #183 DONE 0.5s 04:06:54 04:06:54 #191 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:06:54 #191 DONE 0.4s 04:06:54 04:06:54 #146 [security-spiffe-token-provider] exporting to image 04:06:54 #146 exporting layers 0.3s done 04:06:54 #146 ... 04:06:54 04:06:54 #192 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:06:54 #192 DONE 0.3s 04:06:54 04:06:54 #193 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:06:54 #193 DONE 0.3s 04:06:54 04:06:54 #194 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:06:54 #194 DONE 0.3s 04:06:54 04:06:54 #146 [core-metadata] exporting to image [Pipeline] { [Pipeline] echo 04:06:54 ========================================================= 04:06:54 [edgeXBuildGoParallel] Running Tests and Build... 04:06:54 ========================================================= [Pipeline] sh 04:06:55 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 04:06:55 #146 ... 04:06:55 04:06:55 #195 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 04:06:55 #195 DONE 0.3s 04:06:55 04:06:55 #196 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:06:55 #196 DONE 0.3s 04:06:55 04:06:55 #146 [core-data] exporting to image 04:06:55 #146 exporting layers 0.4s done 04:06:55 #146 writing image sha256:9361a662e4a5fce2e4e46dd5e4c8988c7a2906c1a7f4d8acd9edc47dca7bf52c done 04:06:55 #146 writing image sha256:feb07c8fc03ebb9e113684a68520109d4416e922803a1ec37d5ca53941b00a9b done 04:06:55 #146 naming to docker.io/library/core-command done 04:06:55 #146 naming to docker.io/library/core-data done 04:06:55 #146 exporting layers 0.4s done 04:06:55 #146 writing image sha256:fb19c524365600c18f23d1daa7ceef48e8f835401e5c780062315ff64d519610 0.0s done 04:06:55 #146 naming to docker.io/library/support-scheduler done 04:06:55 #146 ... 04:06:55 04:06:55 #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:06:55 #197 DONE 0.5s 04:06:55 04:06:55 #146 [support-scheduler] exporting to image 04:06:55 #146 writing image sha256:a3848d24a564469524b0b2eb58e0f4d165ac650b6812d6a8dbc5a399951d4455 04:06:55 #146 writing image sha256:49c935caf31afd997d846c12bbcb2b74f04627a175d8a3e53794db9a4c51230f done 04:06:55 #146 naming to docker.io/library/support-notifications 04:06:55 #146 ... 04:06:55 04:06:55 #198 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:06:55 #198 DONE 0.5s 04:06:55 04:06:55 #199 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:06:55 #199 DONE 0.1s 04:06:55 04:06:55 #200 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:55 #200 DONE 0.8s 04:06:55 04:06:55 #146 [security-proxy-auth] exporting to image 04:06:55 #146 writing image sha256:a3848d24a564469524b0b2eb58e0f4d165ac650b6812d6a8dbc5a399951d4455 0.0s done 04:06:55 #146 naming to docker.io/library/support-notifications done 04:06:55 #146 naming to docker.io/library/security-spiffe-token-provider done 04:06:55 #146 writing image sha256:d241ecdce38b465e2bf37aa2f8e1368268b52685cf35c60f4381e55b7cd03a86 done 04:06:55 #146 naming to docker.io/library/core-metadata 04:06:55 #146 naming to docker.io/library/core-metadata done 04:06:55 + make test 04:06:55 go test -race -coverprofile=coverage.out ./... 04:06:55 #146 ... 04:06:55 04:06:55 #201 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:06:55 #201 DONE 0.4s 04:06:55 04:06:55 #202 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 04:06:55 #202 DONE 0.3s 04:06:55 04:06:55 #203 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:55 #203 DONE 1.1s 04:06:55 04:06:55 #204 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:55 #204 DONE 1.1s 04:06:55 04:06:55 #146 [core-common-config-bootstrapper] exporting to image 04:06:55 #146 writing image sha256:5a4880f323ed9d2795786224d83117c050fc8fa3bfcc4bda555b6394630b0262 done 04:06:55 #146 naming to docker.io/library/security-proxy-auth done 04:06:56 #146 ... 04:06:56 04:06:56 #205 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:06:56 #205 DONE 0.1s 04:06:56 04:06:56 #206 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 04:06:56 #206 DONE 0.1s 04:06:56 04:06:56 #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 04:06:56 #207 DONE 0.1s 04:06:56 04:06:56 #146 [security-proxy-setup] exporting to image 04:06:56 #146 ... 04:06:56 04:06:56 #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:06:56 #208 DONE 0.1s 04:06:56 04:06:56 #146 [core-common-config-bootstrapper] exporting to image 04:06:56 #146 exporting layers 0.2s done 04:06:56 #146 writing image sha256:5a1f8fa9dcdae6878ee4987430aa54d5f3637baff0f1265a891bf2a0c86a97b0 0.0s done 04:06:56 #146 naming to docker.io/library/core-common-config-bootstrapper done 04:06:56 #146 exporting layers 0.2s done 04:06:56 #146 writing image sha256:e1dd89cb5c7a2a0b479740675d4dbcd1987991384aa10d70c0338bb0b81448e0 done 04:06:56 #146 naming to docker.io/library/security-proxy-setup done 04:06:56 #146 DONE 4.3s 04:06:56 04:06:56 #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 04:06:56 #209 DONE 0.4s 04:06:56 04:06:56 #210 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:56 #210 DONE 0.6s 04:06:56 04:06:56 #146 [security-secretstore-setup] exporting to image 04:06:57 #146 exporting layers 0.3s done 04:06:57 #146 writing image sha256:db832e737d9668bebf6790b510d25743ebaa5a7894356c6ffebceed7cf4e920e done 04:06:57 #146 naming to docker.io/library/security-bootstrapper done 04:06:57 #146 writing image sha256:f510bf5c5c56014ebe2cc031a29cdcd75fc11e995f892cbe3dcf61747e9fbe4f done 04:06:57 #146 naming to docker.io/library/security-secretstore-setup done 04:06:57 #146 DONE 4.6s 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:57 time="2023-08-25T04:03:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:06:57 $ docker stop --time=1 300fd8dbcb2bff72ee7b26678c6356a55a1e33dfa59b89ddc70587e3f478e6f9 04:06:58 $ docker rm -f --volumes 300fd8dbcb2bff72ee7b26678c6356a55a1e33dfa59b89ddc70587e3f478e6f9 [Pipeline] // withDockerContainer [Pipeline] sh 04:06:58 + docker images 04:06:58 REPOSITORY TAG IMAGE ID CREATED SIZE 04:06:58 security-bootstrapper latest db832e737d96 2 seconds ago 23MB 04:06:58 security-secretstore-setup latest f510bf5c5c56 2 seconds ago 44.1MB 04:06:58 security-proxy-setup latest e1dd89cb5c7a 3 seconds ago 29.2MB 04:06:58 core-common-config-bootstrapper latest 5a1f8fa9dcda 3 seconds ago 18MB 04:06:58 security-proxy-auth latest 5a4880f323ed 3 seconds ago 19.4MB 04:06:58 core-data latest feb07c8fc03e 4 seconds ago 21.2MB 04:06:58 support-scheduler latest fb19c5243656 4 seconds ago 33.7MB 04:06:58 core-command latest 9361a662e4a5 4 seconds ago 21MB 04:06:58 support-notifications latest 49c935caf31a 4 seconds ago 34.3MB 04:06:58 core-metadata latest d241ecdce38b 4 seconds ago 21.6MB 04:06:58 security-spiffe-token-provider latest a3848d24a564 4 seconds ago 33.5MB 04:06:58 security-spire-agent latest c2668b4d034f About a minute ago 161MB 04:06:58 security-spire-config latest 6c8a81809a7a About a minute ago 102MB 04:06:58 security-spire-server latest 548e5ade08fc About a minute ago 103MB 04:06:58 ci-base-image-x86_64 latest 06c2f5271b15 5 minutes ago 1.07GB 04:06:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 6 weeks ago 696MB 04:06:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB 04:06:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:07:34 ? github.com/edgexfoundry/edgex-go [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:09:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:09:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.256s coverage: 28.7% of statements 04:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.291s coverage: 97.0% of statements 04:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 04:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 04:10:04 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:10:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.387s coverage: 69.4% of statements 04:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:10:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.302s coverage: 54.0% of statements 04:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 04:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:10:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:10:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:10:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.750s coverage: 93.4% of statements 04:10:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.525s coverage: 3.8% of statements 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 04:10:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.693s coverage: 97.6% of statements 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:10:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:10:40 ok github.com/edgexfoundry/edgex-go/internal/io 0.259s coverage: 72.2% of statements 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:10:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:10:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.401s coverage: 0.9% of statements 04:10:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.272s coverage: 32.2% of statements 04:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.310s coverage: 42.9% of statements 04:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.269s coverage: 82.9% of statements 04:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements 04:10:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.268s coverage: 96.3% of statements 04:10:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.223s coverage: 87.5% of statements 04:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 04:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 04:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 04:11:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.208s coverage: 94.4% of statements 04:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:11:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:11:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:11:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.976s coverage: 79.9% of statements 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.247s coverage: 92.9% of statements 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 64.4% of statements 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.213s coverage: 62.3% of statements 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.182s coverage: 20.0% of statements 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.194s coverage: 100.0% of statements 04:11:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.448s coverage: 81.8% of statements 04:11:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 04:11:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.489s coverage: 82.1% of statements 04:11:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 86.0% of statements 04:11:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:11:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.988s coverage: 63.1% of statements 04:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.249s coverage: 100.0% of statements 04:11:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 89.4% of statements 04:11:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements 04:11:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements 04:11:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 04:11:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 04:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.992s coverage: 38.4% of statements 04:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.254s coverage: 89.5% of statements 04:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 04:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 04:11:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:11:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 04:11:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.227s coverage: 84.8% of statements 04:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:12:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.283s coverage: 17.7% of statements 04:12:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:12:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:12:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:12:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:12:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.605s coverage: 95.7% of statements 04:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.8% of statements 04:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.395s coverage: 98.9% of statements 04:12:07 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 04:12:07 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:12:07 go vet ./... 04:14:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:14:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:14:44 ./bin/test-attribution-txt.sh 04:14:44 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 04:14:44 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 04:14:44 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 04:14:44 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 04:14:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 04:14:44 + ls -al . 04:14:44 total 724 04:14:44 drwxrwxr-x 11 1001 1001 4096 Aug 25 04:06 . 04:14:44 drwxr-xr-x 4 root root 4096 Aug 25 04:06 .. 04:14:44 drwxrwxr-x 2 1001 1001 4096 Aug 25 04:05 .blubracket 04:14:44 -rw-rw-r-- 1 1001 1001 16 Aug 25 04:05 .dockerignore 04:14:44 drwxrwxr-x 8 1001 1001 4096 Aug 25 04:05 .git 04:14:44 drwxrwxr-x 3 1001 1001 4096 Aug 25 04:05 .github 04:14:44 -rw-rw-r-- 1 1001 1001 1173 Aug 25 04:05 .gitignore 04:14:44 -rw-rw-r-- 1 1001 1001 42 Aug 25 04:05 .golangci.yml 04:14:44 -rw-rw-r-- 1 1001 1001 87 Aug 25 04:05 .hadolint.yml 04:14:44 -rw-rw-r-- 1 1001 1001 166 Aug 25 04:05 .sonarcloud.properties 04:14:44 -rw-rw-r-- 1 1001 1001 1171 Aug 25 04:05 ADOPTERS.md 04:14:44 -rw-rw-r-- 1 1001 1001 11152 Aug 25 04:05 Attribution.txt 04:14:44 -rw-rw-r-- 1 1001 1001 93407 Aug 25 04:05 CHANGELOG.md 04:14:44 -rw-rw-r-- 1 1001 1001 3804 Aug 25 04:05 CONTRIBUTING.md 04:14:44 -rw-rw-r-- 1 1001 1001 677 Aug 25 04:05 GOVERNANCE.md 04:14:44 -rw-rw-r-- 1 1001 1001 883 Aug 25 04:05 Jenkinsfile 04:14:44 -rw-rw-r-- 1 1001 1001 10775 Aug 25 04:05 LICENSE 04:14:44 -rw-rw-r-- 1 1001 1001 14764 Aug 25 04:05 Makefile 04:14:44 -rw-rw-r-- 1 1001 1001 582 Aug 25 04:05 OWNERS.md 04:14:44 -rw-rw-r-- 1 1001 1001 9923 Aug 25 04:05 README.md 04:14:44 -rw-rw-r-- 1 1001 1001 789 Aug 25 04:05 SECURITY.md 04:14:44 -rw-rw-r-- 1 1001 1001 5 Aug 25 04:00 VERSION 04:14:44 drwxrwxr-x 2 1001 1001 4096 Aug 25 04:05 bin 04:14:44 drwxrwxr-x 18 1001 1001 4096 Aug 25 04:05 cmd 04:14:44 -rw-r--r-- 1 root root 447827 Aug 25 04:12 coverage.out 04:14:44 drwxrwxr-x 2 1001 1001 4096 Aug 25 04:05 fuzz_test 04:14:44 -rw-rw-r-- 1 1001 1001 3687 Aug 25 04:05 go.mod 04:14:44 -rw-rw-r-- 1 1001 1001 33714 Aug 25 04:05 go.sum 04:14:44 drwxrwxr-x 7 1001 1001 4096 Aug 25 04:05 internal 04:14:44 drwxrwxr-x 3 1001 1001 4096 Aug 25 04:05 openapi 04:14:44 -rw-rw-r-- 1 1001 1001 594 Aug 25 04:05 security.txt 04:14:44 drwxrwxr-x 4 1001 1001 4096 Aug 25 04:05 snap 04:14:44 -rw-rw-r-- 1 1001 1001 204 Aug 25 04:05 version.go [Pipeline] sh 04:14:45 + '[' -e coverage.out ] 04:14:45 + chown 1001:1001 coverage.out [Pipeline] stash 04:14:45 Warning: overwriting stash ‘coverage-report’ 04:14:45 Stashed 1 file(s) [Pipeline] sh 04:14:46 + make build 04:14:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:16:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:16:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:16:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:16:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:17:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:17:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:17:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:17:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:17:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:17:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:17:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:17:50 $ docker stop --time=1 dba088d81496245a272f351e0b07d6998bac13c4e87b686be38804116863d4f5 04:17:52 $ docker rm -f --volumes dba088d81496245a272f351e0b07d6998bac13c4e87b686be38804116863d4f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:17:55 04:17:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:17:55 latest: Pulling from edgex-devops/edgex-compose-arm64 04:17:55 547446be3368: Pulling fs layer 04:17:55 d125d8839a47: Pulling fs layer 04:17:55 3e85d5ac6304: Pulling fs layer 04:17:55 c3105a71a48b: Pulling fs layer 04:17:55 0f093f025ec4: Pulling fs layer 04:17:55 c3106fc0e877: Pulling fs layer 04:17:55 0f093f025ec4: Waiting 04:17:55 c3106fc0e877: Waiting 04:17:55 c3105a71a48b: Waiting 04:17:55 547446be3368: Download complete 04:17:55 c3105a71a48b: Verifying Checksum 04:17:55 c3105a71a48b: Download complete 04:17:56 d125d8839a47: Verifying Checksum 04:17:56 d125d8839a47: Download complete 04:17:56 c3106fc0e877: Verifying Checksum 04:17:56 c3106fc0e877: Download complete 04:17:56 0f093f025ec4: Verifying Checksum 04:17:56 0f093f025ec4: Download complete 04:17:56 547446be3368: Pull complete 04:17:57 d125d8839a47: Pull complete 04:17:58 3e85d5ac6304: Verifying Checksum 04:17:58 3e85d5ac6304: Download complete 04:18:06 3e85d5ac6304: Pull complete 04:18:06 c3105a71a48b: Pull complete 04:18:07 0f093f025ec4: Pull complete 04:18:07 c3106fc0e877: Pull complete 04:18:07 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 04:18:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:18:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:18:07 prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container 04:18:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:18:09 $ docker top fb14f5833602262d3739082831ca74dad16d7be8257bcbe115a81d6d9292f7b2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:10 + docker compose -f ./docker-compose-build.yml build --parallel 04:18:18 #1 [security-bootstrapper internal] load build definition from Dockerfile 04:18:18 #1 transferring dockerfile: 2.82kB done 04:18:18 #1 DONE 0.1s 04:18:18 04:18:18 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:18:18 #2 transferring dockerfile: 1.78kB done 04:18:18 #2 DONE 0.0s 04:18:18 04:18:18 #3 [security-proxy-auth internal] load build definition from Dockerfile 04:18:18 #3 transferring dockerfile: 2.04kB done 04:18:18 #3 DONE 0.1s 04:18:18 04:18:18 #4 [support-scheduler internal] load build definition from Dockerfile 04:18:18 #4 transferring dockerfile: 1.82kB done 04:18:18 #4 DONE 0.1s 04:18:18 04:18:18 #5 [support-notifications internal] load build definition from Dockerfile 04:18:18 #5 transferring dockerfile: 1.84kB done 04:18:18 #5 DONE 0.1s 04:18:18 04:18:18 #6 [security-proxy-setup internal] load build definition from Dockerfile 04:18:18 #6 transferring dockerfile: 2.39kB 0.0s done 04:18:18 #6 DONE 0.1s 04:18:18 04:18:18 #7 [security-spire-agent internal] load build definition from Dockerfile 04:18:18 #7 transferring dockerfile: 2.68kB 0.0s done 04:18:18 #7 DONE 0.0s 04:18:18 04:18:18 #8 [core-command internal] load build definition from Dockerfile 04:18:18 #8 transferring dockerfile: 1.82kB done 04:18:18 #8 DONE 0.1s 04:18:18 04:18:18 #9 [security-spire-server internal] load build definition from Dockerfile 04:18:18 #9 transferring dockerfile: 2.63kB done 04:18:18 #9 DONE 0.1s 04:18:18 04:18:18 #10 [core-metadata internal] load build definition from Dockerfile 04:18:19 #10 transferring dockerfile: 1.96kB done 04:18:19 #10 DONE 0.1s 04:18:19 04:18:19 #11 [security-spire-config internal] load build definition from Dockerfile 04:18:19 #11 transferring dockerfile: 2.58kB done 04:18:19 #11 DONE 0.1s 04:18:19 04:18:19 #12 [security-secretstore-setup internal] load build definition from Dockerfile 04:18:19 #12 transferring dockerfile: 2.38kB 0.0s done 04:18:19 #12 DONE 0.1s 04:18:19 04:18:19 #13 [core-data internal] load build definition from Dockerfile 04:18:19 #13 transferring dockerfile: 1.90kB 0.0s done 04:18:19 #13 DONE 0.1s 04:18:19 04:18:19 #14 [security-bootstrapper internal] load .dockerignore 04:18:19 #14 transferring context: 32B 04:18:19 #14 transferring context: 56B done 04:18:19 #14 DONE 0.1s 04:18:19 04:18:19 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:18:19 #15 transferring dockerfile: 2.12kB 0.0s done 04:18:19 #15 DONE 0.1s 04:18:20 04:18:20 #16 [security-spiffe-token-provider internal] load .dockerignore 04:18:20 #16 transferring context: 56B done 04:18:20 #16 DONE 0.0s 04:18:20 04:18:20 #17 [security-proxy-auth internal] load .dockerignore 04:18:20 #17 transferring context: 56B done 04:18:20 #17 DONE 0.0s 04:18:20 04:18:20 #18 [support-scheduler internal] load .dockerignore 04:18:20 #18 transferring context: 56B done 04:18:20 #18 DONE 0.0s 04:18:20 04:18:20 #19 [support-notifications internal] load .dockerignore 04:18:20 #19 transferring context: 56B done 04:18:20 #19 DONE 0.0s 04:18:20 04:18:20 #20 [security-proxy-setup internal] load .dockerignore 04:18:20 #20 transferring context: 56B 0.0s done 04:18:20 #20 DONE 0.1s 04:18:20 04:18:20 #21 [security-spire-agent internal] load .dockerignore 04:18:20 #21 transferring context: 56B done 04:18:20 #21 DONE 0.1s 04:18:20 04:18:20 #22 [security-spire-server internal] load .dockerignore 04:18:20 #22 transferring context: 56B done 04:18:20 #22 DONE 0.1s 04:18:20 04:18:20 #23 [core-command internal] load .dockerignore 04:18:20 #23 transferring context: 56B done 04:18:20 #23 DONE 0.1s 04:18:20 04:18:20 #24 [core-metadata internal] load .dockerignore 04:18:20 #24 transferring context: 56B done 04:18:20 #24 DONE 0.1s 04:18:20 04:18:20 #25 [security-spire-config internal] load .dockerignore 04:18:20 #25 transferring context: 56B 0.0s done 04:18:20 #25 DONE 0.1s 04:18:20 04:18:20 #26 [security-secretstore-setup internal] load .dockerignore 04:18:20 #26 transferring context: 56B done 04:18:20 #26 DONE 0.1s 04:18:20 04:18:20 #27 [core-data internal] load .dockerignore 04:18:20 #27 transferring context: 56B done 04:18:20 #27 DONE 0.1s 04:18:20 04:18:20 #28 [core-common-config-bootstrapper internal] load .dockerignore 04:18:20 #28 transferring context: 56B done 04:18:20 #28 DONE 0.0s 04:18:20 04:18:20 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:20 #29 DONE 0.0s 04:18:20 04:18:20 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 04:18:21 #30 DONE 0.5s 04:18:21 04:18:21 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:21 #29 DONE 0.0s 04:18:21 04:18:21 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 04:18:21 #30 DONE 0.5s 04:18:21 04:18:21 #31 [security-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:21 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:21 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 974.85kB / 3.26MB 0.1s 04:18:21 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:21 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:21 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:21 #31 ... 04:18:21 04:18:21 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:21 #29 DONE 0.0s 04:18:21 04:18:21 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 04:18:21 #30 DONE 0.5s 04:18:21 04:18:21 #31 [security-proxy-auth stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:21 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:21 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.10MB / 3.26MB 0.2s 04:18:21 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:21 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:21 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:21 #31 ... 04:18:21 04:18:21 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:21 #29 DONE 0.0s 04:18:21 04:18:21 #31 [support-scheduler stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:21 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:21 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:21 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:21 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:21 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:21 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 04:18:22 #31 ... 04:18:22 04:18:22 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 04:18:22 #30 DONE 0.5s 04:18:22 04:18:22 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:22 #29 DONE 0.0s 04:18:22 04:18:22 #31 [support-notifications stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:22 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:22 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:22 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:22 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:22 #31 ... 04:18:22 04:18:22 #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:22 #29 DONE 0.0s 04:18:22 04:18:22 #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:22 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:22 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:22 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:22 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:22 #31 ... 04:18:22 04:18:22 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:22 #29 DONE 0.0s 04:18:22 04:18:22 #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:22 #31 ... 04:18:22 04:18:22 #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:22 #29 DONE 0.0s 04:18:22 04:18:22 #32 [security-spire-agent internal] load build context 04:18:22 #32 DONE 0.0s 04:18:22 04:18:22 #31 [core-command stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:22 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:22 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:22 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:22 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:22 #31 ... 04:18:22 04:18:22 #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 04:18:22 #30 DONE 0.9s 04:18:22 04:18:22 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:22 #29 DONE 0.0s 04:18:22 04:18:22 #31 [security-spire-server stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:22 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:22 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:22 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:22 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:22 #31 ... 04:18:22 04:18:22 #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:22 #29 DONE 0.0s 04:18:22 04:18:22 #31 [security-spire-server stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:23 #31 ... 04:18:23 04:18:23 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:23 #29 DONE 0.0s 04:18:23 04:18:23 #31 [core-metadata stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:23 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:23 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:23 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:23 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:23 #31 ... 04:18:23 04:18:23 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 04:18:23 #30 DONE 1.3s 04:18:23 04:18:23 #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:23 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:23 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:23 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:23 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:23 #31 ... 04:18:23 04:18:23 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:23 #29 DONE 0.0s 04:18:23 04:18:23 #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:23 #31 ... 04:18:23 04:18:23 #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 04:18:23 #30 DONE 1.4s 04:18:23 04:18:23 #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:23 #31 ... 04:18:23 04:18:23 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:18:23 #29 DONE 0.0s 04:18:23 04:18:23 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 04:18:23 #30 DONE 1.4s 04:18:23 04:18:23 #31 [core-data stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:23 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 04:18:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.3s done 04:18:23 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 04:18:23 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 04:18:23 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 04:18:23 #31 ... 04:18:23 04:18:23 #33 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:18:23 #33 DONE 3.4s 04:18:23 04:18:23 #31 [core-data stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:23 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.2s done 04:18:24 #31 ... 04:18:24 04:18:24 #34 [core-data builder 2/7] WORKDIR /edgex-go 04:18:24 #34 DONE 1.6s 04:18:24 04:18:24 #35 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 04:18:25 #35 ... 04:18:25 04:18:25 #31 [core-command stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:18:25 #31 DONE 5.1s 04:18:26 04:18:26 #36 [security-bootstrapper internal] load build context 04:18:26 #36 transferring context: 32.15MB 4.5s 04:18:26 #36 ... 04:18:26 04:18:26 #37 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 04:18:32 #37 ... 04:18:32 04:18:32 #38 [security-spiffe-token-provider internal] load build context 04:18:32 #38 transferring context: 8.22MB 9.9s 04:18:32 #38 ... 04:18:32 04:18:32 #39 [support-scheduler internal] load build context 04:18:32 #39 ... 04:18:32 04:18:32 #40 [security-proxy-auth internal] load build context 04:18:32 #40 ... 04:18:32 04:18:32 #41 [support-notifications internal] load build context 04:18:32 #41 ... 04:18:32 04:18:32 #40 [security-proxy-auth internal] load build context 04:18:32 #40 ... 04:18:32 04:18:32 #42 [security-proxy-setup internal] load build context 04:18:32 #42 ... 04:18:32 04:18:32 #43 [security-spire-server internal] load build context 04:18:32 #43 ... 04:18:32 04:18:32 #40 [security-proxy-auth internal] load build context 04:18:32 #40 ... 04:18:32 04:18:32 #44 [core-command internal] load build context 04:18:32 #44 ... 04:18:32 04:18:32 #32 [security-spire-agent internal] load build context 04:18:32 #32 ... 04:18:32 04:18:32 #44 [core-command internal] load build context 04:18:33 #44 ... 04:18:33 04:18:33 #45 [security-secretstore-setup internal] load build context 04:18:33 #45 ... 04:18:33 04:18:33 #46 [core-metadata internal] load build context 04:18:33 #46 ... 04:18:33 04:18:33 #47 [security-spire-config internal] load build context 04:18:33 #47 ... 04:18:33 04:18:33 #48 [core-data internal] load build context 04:18:33 #48 ... 04:18:33 04:18:33 #49 [core-common-config-bootstrapper internal] load build context 04:18:33 #49 ... 04:18:33 04:18:33 #47 [security-spire-config internal] load build context 04:18:35 #47 ... 04:18:35 04:18:35 #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:18:35 #0 8.891 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:35 #50 ... 04:18:35 04:18:35 #51 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:18:35 #0 7.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:35 #0 9.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:35 #51 ... 04:18:35 04:18:35 #52 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 04:18:35 #0 4.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:35 #0 5.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:35 #0 9.278 OK: 263 MiB in 53 packages 04:18:35 #52 ... 04:18:35 04:18:35 #53 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 04:18:35 #0 5.087 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:35 #0 6.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:35 #0 9.346 OK: 263 MiB in 53 packages 04:18:35 #53 ... 04:18:35 04:18:35 #36 [security-bootstrapper internal] load build context 04:18:35 #36 ... 04:18:35 04:18:35 #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:18:35 #50 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:35 #50 ... 04:18:35 04:18:35 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:18:35 #53 DONE 11.6s 04:18:35 04:18:35 #36 [security-bootstrapper internal] load build context 04:18:36 #36 transferring context: 48.55MB 14.6s 04:18:36 #36 ... 04:18:36 04:18:36 #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:18:36 #0 9.659 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:36 #54 ... 04:18:36 04:18:36 #36 [security-bootstrapper internal] load build context 04:18:36 #36 ... 04:18:36 04:18:36 #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 04:18:36 #55 ... 04:18:36 04:18:36 #52 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 04:18:36 #52 DONE 11.6s 04:18:36 04:18:36 #36 [security-bootstrapper internal] load build context 04:18:37 #36 ... 04:18:37 04:18:37 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:18:37 #56 ... 04:18:37 04:18:37 #57 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:18:37 #57 ... 04:18:37 04:18:37 #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 04:18:37 #58 ... 04:18:37 04:18:37 #35 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:18:37 #35 5.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:37 #35 6.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:37 #35 9.851 OK: 263 MiB in 53 packages 04:18:37 #35 DONE 12.5s 04:18:37 04:18:37 #59 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:18:37 #59 ... 04:18:37 04:18:37 #60 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:18:37 #60 ... 04:18:37 04:18:37 #61 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:18:37 #61 ... 04:18:37 04:18:37 #46 [core-metadata internal] load build context 04:18:39 #46 ... 04:18:39 04:18:39 #41 [support-notifications internal] load build context 04:18:39 #41 ... 04:18:39 04:18:39 #46 [core-metadata internal] load build context 04:18:39 #46 ... 04:18:39 04:18:39 #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:18:39 #50 13.04 OK: 263 MiB in 53 packages 04:18:39 #50 DONE 14.7s 04:18:39 04:18:39 #46 [core-metadata internal] load build context 04:18:41 #46 ... 04:18:41 04:18:41 #38 [security-spiffe-token-provider internal] load build context 04:18:42 #38 transferring context: 13.08MB 20.1s 04:18:42 #38 ... 04:18:42 04:18:42 #39 [support-scheduler internal] load build context 04:18:42 #39 ... 04:18:42 04:18:42 #32 [security-spire-agent internal] load build context 04:18:42 #32 ... 04:18:42 04:18:42 #39 [support-scheduler internal] load build context 04:18:42 #39 ... 04:18:42 04:18:42 #42 [security-proxy-setup internal] load build context 04:18:42 #42 ... 04:18:42 04:18:42 #39 [support-scheduler internal] load build context 04:18:42 #39 ... 04:18:42 04:18:42 #40 [security-proxy-auth internal] load build context 04:18:42 #40 ... 04:18:42 04:18:42 #43 [security-spire-server internal] load build context 04:18:42 #43 ... 04:18:42 04:18:42 #42 [security-proxy-setup internal] load build context 04:18:43 #42 ... 04:18:43 04:18:43 #44 [core-command internal] load build context 04:18:43 #44 ... 04:18:43 04:18:43 #45 [security-secretstore-setup internal] load build context 04:18:43 #45 ... 04:18:43 04:18:43 #40 [security-proxy-auth internal] load build context 04:18:43 #40 ... 04:18:43 04:18:43 #48 [core-data internal] load build context 04:18:43 #48 ... 04:18:43 04:18:43 #49 [core-common-config-bootstrapper internal] load build context 04:18:43 #49 ... 04:18:43 04:18:43 #48 [core-data internal] load build context 04:18:43 #48 ... 04:18:43 04:18:43 #51 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:18:43 #51 11.33 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:18:43 #51 11.33 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:18:43 #51 11.33 OK: 17694 distinct packages available 04:18:43 #51 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:43 #51 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:43 #51 17.00 OK: 263 MiB in 53 packages 04:18:43 #51 DONE 19.0s 04:18:43 04:18:43 #48 [core-data internal] load build context 04:18:45 #48 ... 04:18:45 04:18:45 #47 [security-spire-config internal] load build context 04:18:45 #47 ... 04:18:45 04:18:45 #44 [core-command internal] load build context 04:18:45 #44 ... 04:18:45 04:18:45 #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 04:18:45 #55 10.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:45 #55 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:45 #55 17.27 (1/1) Installing dumb-init (1.2.5-r2) 04:18:45 #55 17.37 Executing busybox-1.35.0-r29.trigger 04:18:45 #55 17.49 OK: 8 MiB in 16 packages 04:18:45 #55 DONE 19.5s 04:18:45 04:18:45 #37 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 04:18:45 #37 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:45 #37 12.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:45 #37 16.69 (1/2) Installing dumb-init (1.2.5-r2) 04:18:45 #37 16.82 (2/2) Installing su-exec (0.2-r2) 04:18:45 #37 16.82 Executing busybox-1.35.0-r29.trigger 04:18:45 #37 16.91 OK: 8 MiB in 17 packages 04:18:45 #37 DONE 18.9s 04:18:45 04:18:45 #44 [core-command internal] load build context 04:18:47 #44 ... 04:18:47 04:18:47 #36 [security-bootstrapper internal] load build context 04:18:47 #36 transferring context: 66.18MB 25.5s 04:18:47 #36 ... 04:18:47 04:18:47 #44 [core-command internal] load build context 04:18:47 #44 ... 04:18:47 04:18:47 #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:18:47 #54 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:47 #54 15.93 (1/4) Installing ca-certificates (20230506-r0) 04:18:47 #54 16.48 (2/4) Installing dumb-init (1.2.5-r2) 04:18:47 #54 16.56 (3/4) Installing su-exec (0.2-r2) 04:18:47 #54 16.56 (4/4) Installing yq (4.30.4-r4) 04:18:47 #54 17.35 Executing busybox-1.35.0-r29.trigger 04:18:47 #54 17.35 Executing ca-certificates-20230506-r0.trigger 04:18:47 #54 19.30 OK: 17 MiB in 19 packages 04:18:47 #54 DONE 21.1s 04:18:47 04:18:47 #44 [core-command internal] load build context 04:18:49 #44 ... 04:18:49 04:18:49 #41 [support-notifications internal] load build context 04:18:49 #41 ... 04:18:49 04:18:49 #44 [core-command internal] load build context 04:18:50 #44 ... 04:18:50 04:18:50 #57 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:18:50 #57 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:50 #57 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:50 #57 22.16 (1/1) Installing dumb-init (1.2.5-r2) 04:18:50 #57 22.19 Executing busybox-1.35.0-r29.trigger 04:18:50 #57 22.29 OK: 8 MiB in 16 packages 04:18:50 #57 DONE 24.1s 04:18:50 04:18:50 #44 [core-command internal] load build context 04:18:51 #44 ... 04:18:51 04:18:51 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:18:51 #62 DONE 5.5s 04:18:51 04:18:51 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:18:51 #56 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:51 #56 17.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:51 #56 21.93 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:18:51 #56 21.93 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:18:51 #56 21.93 OK: 17689 distinct packages available 04:18:51 #56 22.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:51 #56 ... 04:18:51 04:18:51 #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 04:18:51 #63 ... 04:18:51 04:18:51 #46 [core-metadata internal] load build context 04:18:52 #46 ... 04:18:52 04:18:52 #44 [core-command internal] load build context 04:18:52 #44 ... 04:18:52 04:18:52 #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 04:18:52 #63 DONE 0.7s 04:18:52 04:18:52 #44 [core-command internal] load build context 04:18:52 #44 ... 04:18:52 04:18:52 #38 [security-spiffe-token-provider internal] load build context 04:18:52 #38 ... 04:18:52 04:18:52 #32 [security-spire-agent internal] load build context 04:18:52 #32 ... 04:18:52 04:18:52 #46 [core-metadata internal] load build context 04:18:52 #46 transferring context: 60.10MB 29.1s 04:18:52 #46 ... 04:18:52 04:18:52 #59 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:18:52 #59 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:52 #59 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:52 #59 22.84 (1/4) Installing dumb-init (1.2.5-r2) 04:18:52 #59 22.88 (2/4) Installing openssl (3.0.10-r0) 04:18:52 #59 23.12 (3/4) Installing su-exec (0.2-r2) 04:18:52 #59 23.16 (4/4) Installing yq (4.30.4-r4) 04:18:52 #59 24.27 Executing busybox-1.35.0-r29.trigger 04:18:52 #59 24.27 OK: 17 MiB in 19 packages 04:18:52 #59 ... 04:18:52 04:18:52 #39 [support-scheduler internal] load build context 04:18:52 #39 ... 04:18:52 04:18:52 #59 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:18:52 #59 DONE 25.5s 04:18:52 04:18:52 #39 [support-scheduler internal] load build context 04:18:52 #39 ... 04:18:52 04:18:52 #46 [core-metadata internal] load build context 04:18:53 #46 ... 04:18:53 04:18:53 #43 [security-spire-server internal] load build context 04:18:53 #43 ... 04:18:53 04:18:53 #39 [support-scheduler internal] load build context 04:18:53 #39 ... 04:18:53 04:18:53 #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 04:18:53 #58 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:53 #58 19.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:53 #58 22.89 (1/2) Installing ca-certificates (20230506-r0) 04:18:53 #58 23.58 (2/2) Installing dumb-init (1.2.5-r2) 04:18:53 #58 23.58 Executing busybox-1.35.0-r29.trigger 04:18:53 #58 23.68 Executing ca-certificates-20230506-r0.trigger 04:18:53 #58 25.24 OK: 8 MiB in 17 packages 04:18:53 #58 DONE 26.3s 04:18:53 04:18:53 #42 [security-proxy-setup internal] load build context 04:18:53 #42 ... 04:18:53 04:18:53 #45 [security-secretstore-setup internal] load build context 04:18:53 #45 ... 04:18:53 04:18:53 #42 [security-proxy-setup internal] load build context 04:18:53 #42 ... 04:18:53 04:18:53 #40 [security-proxy-auth internal] load build context 04:18:53 #40 ... 04:18:53 04:18:53 #64 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 04:18:53 #64 DONE 0.8s 04:18:53 04:18:53 #40 [security-proxy-auth internal] load build context 04:18:53 #40 ... 04:18:53 04:18:53 #42 [security-proxy-setup internal] load build context 04:18:53 #42 ... 04:18:53 04:18:53 #49 [core-common-config-bootstrapper internal] load build context 04:18:54 #49 ... 04:18:54 04:18:54 #42 [security-proxy-setup internal] load build context 04:18:55 #42 ... 04:18:55 04:18:55 #47 [security-spire-config internal] load build context 04:18:55 #47 ... 04:18:55 04:18:55 #48 [core-data internal] load build context 04:18:55 #48 ... 04:18:55 04:18:55 #60 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:18:55 #60 18.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:55 #60 20.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:55 #60 25.02 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:18:55 #60 25.02 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:18:55 #60 25.02 OK: 17689 distinct packages available 04:18:55 #60 25.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:55 #60 26.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:55 #60 ... 04:18:55 04:18:55 #61 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:18:55 #61 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:55 #61 20.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:55 #61 24.70 v3.17.5-34-g6732ee2d324 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:18:55 #61 24.70 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:18:55 #61 24.70 OK: 17689 distinct packages available 04:18:55 #61 25.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:55 #61 26.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:55 #61 ... 04:18:55 04:18:55 #47 [security-spire-config internal] load build context 04:18:56 #47 ... 04:18:56 04:18:56 #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:18:56 #56 25.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:56 #56 27.20 (1/9) Installing ca-certificates (20230506-r0) 04:18:56 #56 27.29 (2/9) Installing brotli-libs (1.0.9-r9) 04:18:56 #56 27.33 (3/9) Installing nghttp2-libs (1.51.0-r1) 04:18:56 #56 27.36 (4/9) Installing libcurl (8.2.1-r0) 04:18:56 #56 27.39 (5/9) Installing curl (8.2.1-r0) 04:18:56 #56 27.42 (6/9) Installing dumb-init (1.2.5-r2) 04:18:56 #56 27.44 (7/9) Installing musl-obstack (1.2.3-r0) 04:18:56 #56 27.44 (8/9) Installing libucontext (1.2-r0) 04:18:56 #56 27.46 (9/9) Installing gcompat (1.1.0-r0) 04:18:56 #56 27.47 Executing busybox-1.35.0-r29.trigger 04:18:56 #56 27.51 Executing ca-certificates-20230506-r0.trigger 04:18:56 #56 28.06 OK: 11 MiB in 24 packages 04:18:56 #56 DONE 29.2s 04:18:56 04:18:56 #47 [security-spire-config internal] load build context 04:18:57 #47 ... 04:18:57 04:18:57 #61 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:18:57 #61 28.71 (1/5) Installing dumb-init (1.2.5-r2) 04:18:57 #61 28.73 (2/5) Installing musl-obstack (1.2.3-r0) 04:18:57 #61 28.73 (3/5) Installing libucontext (1.2-r0) 04:18:57 #61 28.74 (4/5) Installing gcompat (1.1.0-r0) 04:18:57 #61 28.76 (5/5) Installing openssl (3.0.10-r0) 04:18:57 #61 28.80 Executing busybox-1.35.0-r29.trigger 04:18:57 #61 28.87 OK: 9 MiB in 20 packages 04:18:57 #61 DONE 29.8s 04:18:57 04:18:57 #47 [security-spire-config internal] load build context 04:18:57 #47 ... 04:18:57 04:18:57 #60 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:18:57 #60 29.10 (1/4) Installing dumb-init (1.2.5-r2) 04:18:57 #60 29.17 (2/4) Installing musl-obstack (1.2.3-r0) 04:18:57 #60 29.17 (3/4) Installing libucontext (1.2-r0) 04:18:57 #60 29.17 (4/4) Installing gcompat (1.1.0-r0) 04:18:57 #60 29.17 Executing busybox-1.35.0-r29.trigger 04:18:57 #60 29.26 OK: 8 MiB in 19 packages 04:18:57 #60 DONE 29.9s 04:18:57 04:18:57 #47 [security-spire-config internal] load build context 04:18:57 #47 ... 04:18:57 04:18:57 #36 [security-bootstrapper internal] load build context 04:18:57 #36 transferring context: 88.08MB 35.9s 04:18:57 #36 ... 04:18:57 04:18:57 #46 [core-metadata internal] load build context 04:18:58 #46 ... 04:18:58 04:18:58 #47 [security-spire-config internal] load build context 04:18:59 #47 ... 04:18:59 04:18:59 #41 [support-notifications internal] load build context 04:18:59 #41 ... 04:18:59 04:18:59 #47 [security-spire-config internal] load build context 04:19:02 #47 ... 04:19:02 04:19:02 #44 [core-command internal] load build context 04:19:02 #44 ... 04:19:02 04:19:02 #47 [security-spire-config internal] load build context 04:19:02 #47 ... 04:19:02 04:19:02 #32 [security-spire-agent internal] load build context 04:19:02 #32 ... 04:19:02 04:19:02 #38 [security-spiffe-token-provider internal] load build context 04:19:02 #38 ... 04:19:02 04:19:02 #32 [security-spire-agent internal] load build context 04:19:03 #32 transferring context: 88.14MB 40.0s 04:19:03 #32 ... 04:19:03 04:19:03 #43 [security-spire-server internal] load build context 04:19:03 #43 ... 04:19:03 04:19:03 #32 [security-spire-agent internal] load build context 04:19:03 #32 ... 04:19:03 04:19:03 #39 [support-scheduler internal] load build context 04:19:03 #39 ... 04:19:03 04:19:03 #32 [security-spire-agent internal] load build context 04:19:03 #32 ... 04:19:03 04:19:03 #45 [security-secretstore-setup internal] load build context 04:19:04 #45 ... 04:19:04 04:19:04 #43 [security-spire-server internal] load build context 04:19:04 #43 ... 04:19:04 04:19:04 #40 [security-proxy-auth internal] load build context 04:19:04 #40 ... 04:19:04 04:19:04 #45 [security-secretstore-setup internal] load build context 04:19:04 #45 ... 04:19:04 04:19:04 #49 [core-common-config-bootstrapper internal] load build context 04:19:04 #49 ... 04:19:04 04:19:04 #45 [security-secretstore-setup internal] load build context 04:19:05 #45 ... 04:19:05 04:19:05 #42 [security-proxy-setup internal] load build context 04:19:05 #42 ... 04:19:05 04:19:05 #45 [security-secretstore-setup internal] load build context 04:19:05 #45 ... 04:19:05 04:19:05 #48 [core-data internal] load build context 04:19:06 #48 ... 04:19:06 04:19:06 #45 [security-secretstore-setup internal] load build context 04:19:08 #45 ... 04:19:08 04:19:08 #36 [security-bootstrapper internal] load build context 04:19:08 #36 transferring context: 140.04MB 46.2s 04:19:08 #36 ... 04:19:08 04:19:08 #45 [security-secretstore-setup internal] load build context 04:19:08 #45 ... 04:19:08 04:19:08 #46 [core-metadata internal] load build context 04:19:08 #46 ... 04:19:08 04:19:08 #45 [security-secretstore-setup internal] load build context 04:19:10 #45 ... 04:19:10 04:19:10 #41 [support-notifications internal] load build context 04:19:10 #41 ... 04:19:10 04:19:10 #45 [security-secretstore-setup internal] load build context 04:19:12 #45 ... 04:19:12 04:19:12 #44 [core-command internal] load build context 04:19:12 #44 ... 04:19:12 04:19:12 #46 [core-metadata internal] load build context 04:19:12 #46 ... 04:19:12 04:19:12 #47 [security-spire-config internal] load build context 04:19:12 #47 ... 04:19:12 04:19:12 #45 [security-secretstore-setup internal] load build context 04:19:12 #45 ... 04:19:12 04:19:12 #38 [security-spiffe-token-provider internal] load build context 04:19:12 #38 ... 04:19:12 04:19:12 #47 [security-spire-config internal] load build context 04:19:13 #47 transferring context: 121.92MB 49.9s 04:19:13 #47 ... 04:19:13 04:19:13 #39 [support-scheduler internal] load build context 04:19:13 #39 ... 04:19:13 04:19:13 #46 [core-metadata internal] load build context 04:19:13 #46 ... 04:19:13 04:19:13 #32 [security-spire-agent internal] load build context 04:19:13 #32 ... 04:19:13 04:19:13 #46 [core-metadata internal] load build context 04:19:14 #46 ... 04:19:14 04:19:14 #43 [security-spire-server internal] load build context 04:19:14 #43 ... 04:19:14 04:19:14 #40 [security-proxy-auth internal] load build context 04:19:14 #40 ... 04:19:14 04:19:14 #46 [core-metadata internal] load build context 04:19:14 #46 ... 04:19:14 04:19:14 #49 [core-common-config-bootstrapper internal] load build context 04:19:14 #49 ... 04:19:14 04:19:14 #46 [core-metadata internal] load build context 04:19:15 #46 ... 04:19:15 04:19:15 #42 [security-proxy-setup internal] load build context 04:19:16 #42 ... 04:19:16 04:19:16 #46 [core-metadata internal] load build context 04:19:16 #46 ... 04:19:16 04:19:16 #48 [core-data internal] load build context 04:19:16 #48 ... 04:19:16 04:19:16 #44 [core-command internal] load build context 04:19:16 #44 transferring context: 188.29MB 52.8s done 04:19:16 #44 DONE 53.5s 04:19:16 04:19:16 #48 [core-data internal] load build context 04:19:16 #48 ... 04:19:16 04:19:16 #46 [core-metadata internal] load build context 04:19:16 #46 transferring context: 188.29MB 52.6s done 04:19:16 #46 DONE 53.3s 04:19:16 04:19:16 #48 [core-data internal] load build context 04:19:18 #48 ... 04:19:18 04:19:18 #36 [security-bootstrapper internal] load build context 04:19:18 #36 transferring context: 188.29MB 56.0s done 04:19:18 #36 ... 04:19:18 04:19:18 #43 [security-spire-server internal] load build context 04:19:18 #43 ... 04:19:18 04:19:18 #36 [security-bootstrapper internal] load build context 04:19:18 #36 DONE 57.4s 04:19:18 04:19:18 #43 [security-spire-server internal] load build context 04:19:18 #43 transferring context: 188.29MB 55.6s done 04:19:19 #43 ... 04:19:19 04:19:19 #39 [support-scheduler internal] load build context 04:19:19 #39 transferring context: 188.29MB 56.1s done 04:19:19 #39 DONE 57.3s 04:19:19 04:19:19 #48 [core-data internal] load build context 04:19:19 #48 ... 04:19:19 04:19:19 #43 [security-spire-server internal] load build context 04:19:19 #43 DONE 56.6s 04:19:19 04:19:19 #48 [core-data internal] load build context 04:19:19 #48 ... 04:19:19 04:19:19 #41 [support-notifications internal] load build context 04:19:19 #41 transferring context: 188.29MB 56.6s done 04:19:19 #41 DONE 57.4s 04:19:19 04:19:19 #65 [core-command builder 4/7] COPY go.mod vendor* ./ 04:19:19 #65 DONE 3.5s 04:19:19 04:19:19 #48 [core-data internal] load build context 04:19:20 #48 ... 04:19:20 04:19:20 #49 [core-common-config-bootstrapper internal] load build context 04:19:20 #49 transferring context: 188.29MB 55.9s done 04:19:20 #49 DONE 56.6s 04:19:20 04:19:20 #48 [core-data internal] load build context 04:19:20 #48 ... 04:19:20 04:19:20 #66 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:19:20 #66 DONE 1.3s 04:19:20 04:19:20 #48 [core-data internal] load build context 04:19:20 #48 ... 04:19:20 04:19:20 #32 [security-spire-agent internal] load build context 04:19:20 #32 transferring context: 188.29MB 56.9s done 04:19:20 #32 DONE 58.0s 04:19:20 04:19:20 #48 [core-data internal] load build context 04:19:20 #48 ... 04:19:20 04:19:20 #40 [security-proxy-auth internal] load build context 04:19:20 #40 transferring context: 188.29MB 58.2s done 04:19:20 #40 DONE 59.1s 04:19:20 04:19:20 #48 [core-data internal] load build context 04:19:21 #48 ... 04:19:21 04:19:21 #67 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 04:19:21 #67 DONE 1.7s 04:19:21 04:19:21 #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:19:21 #68 DONE 1.7s 04:19:21 04:19:21 #48 [core-data internal] load build context 04:19:23 #48 ... 04:19:23 04:19:23 #38 [security-spiffe-token-provider internal] load build context 04:19:23 #38 ... 04:19:23 04:19:23 #45 [security-secretstore-setup internal] load build context 04:19:23 #45 ... 04:19:23 04:19:23 #38 [security-spiffe-token-provider internal] load build context 04:19:23 #38 ... 04:19:23 04:19:23 #42 [security-proxy-setup internal] load build context 04:19:23 #42 transferring context: 188.29MB 61.1s done 04:19:23 #42 DONE 61.6s 04:19:23 04:19:23 #38 [security-spiffe-token-provider internal] load build context 04:19:23 #38 ... 04:19:23 04:19:23 #47 [security-spire-config internal] load build context 04:19:24 #47 ... 04:19:24 04:19:24 #38 [security-spiffe-token-provider internal] load build context 04:19:24 #38 ... 04:19:24 04:19:24 #47 [security-spire-config internal] load build context 04:19:24 #47 transferring context: 188.29MB 60.8s done 04:19:24 #47 DONE 61.4s 04:19:24 04:19:24 #38 [security-spiffe-token-provider internal] load build context 04:19:26 #38 ... 04:19:26 04:19:26 #48 [core-data internal] load build context 04:19:26 #48 transferring context: 188.29MB 62.8s done 04:19:26 #48 DONE 63.0s 04:19:26 04:19:26 #38 [security-spiffe-token-provider internal] load build context 04:19:27 #38 ... 04:19:27 04:19:27 #45 [security-secretstore-setup internal] load build context 04:19:27 #45 transferring context: 188.29MB 64.0s done 04:19:27 #45 DONE 64.5s 04:19:27 04:19:27 #38 [security-spiffe-token-provider internal] load build context 04:19:29 #38 transferring context: 188.29MB 67.8s done 04:19:29 #38 DONE 67.9s 04:19:29 04:19:29 #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:29 #69 ... 04:19:29 04:19:29 #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:19:29 #70 ... 04:19:29 04:19:29 #71 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:30 #71 ... 04:19:30 04:19:30 #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:30 #72 ... 04:19:30 04:19:30 #73 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:30 #73 ... 04:19:30 04:19:30 #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:19:30 #70 DONE 0.8s 04:19:30 04:19:30 #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #74 ... 04:20:17 04:20:17 #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #69 DONE 49.6s 04:20:17 04:20:17 #71 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #71 DONE 51.4s 04:20:17 04:20:17 #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #72 DONE 49.7s 04:20:17 04:20:17 #73 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #73 DONE 50.7s 04:20:17 04:20:17 #75 [core-command builder 6/7] COPY . . 04:20:17 #75 ... 04:20:17 04:20:17 #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #74 DONE 40.7s 04:20:17 04:20:17 #76 [security-spiffe-token-provider builder 6/7] COPY . . 04:20:17 #76 ... 04:20:17 04:20:17 #77 [security-spire-server builder 6/9] COPY . . 04:20:17 #77 DONE 4.4s 04:20:17 04:20:17 #78 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:20:17 #78 CACHED 04:20:17 04:20:17 #79 [core-common-config-bootstrapper builder 6/7] COPY . . 04:20:17 #79 CACHED 04:20:17 04:20:17 #80 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #80 CACHED 04:20:17 04:20:17 #81 [core-data builder 4/7] COPY go.mod vendor* ./ 04:20:17 #81 CACHED 04:20:17 04:20:17 #82 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #82 CACHED 04:20:17 04:20:17 #83 [core-data builder 6/7] COPY . . 04:20:17 #83 CACHED 04:20:17 04:20:17 #84 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:20:17 #84 CACHED 04:20:17 04:20:17 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #85 CACHED 04:20:17 04:20:17 #86 [security-secretstore-setup builder 6/7] COPY . . 04:20:17 #86 CACHED 04:20:17 04:20:17 #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:20:17 #87 CACHED 04:20:17 04:20:17 #88 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #88 CACHED 04:20:17 04:20:17 #89 [core-metadata builder 6/7] COPY . . 04:20:17 #89 CACHED 04:20:17 04:20:17 #75 [core-command builder 6/7] COPY . . 04:20:17 #75 DONE 4.4s 04:20:17 04:20:17 #90 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:20:17 #90 CACHED 04:20:17 04:20:17 #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #91 CACHED 04:20:17 04:20:17 #92 [security-proxy-setup builder 6/7] COPY . . 04:20:17 #92 CACHED 04:20:17 04:20:17 #76 [security-spiffe-token-provider builder 6/7] COPY . . 04:20:17 #76 DONE 4.3s 04:20:17 04:20:17 #93 [support-notifications builder 6/7] COPY . . 04:20:17 #93 DONE 4.4s 04:20:17 04:20:17 #94 [support-scheduler builder 6/7] COPY . . 04:20:17 #94 CACHED 04:20:17 04:20:17 #95 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:20:17 #95 CACHED 04:20:17 04:20:17 #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #96 CACHED 04:20:17 04:20:17 #97 [security-proxy-auth builder 6/7] COPY . . 04:20:17 #97 CACHED 04:20:17 04:20:17 #98 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #98 CACHED 04:20:17 04:20:17 #99 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:20:17 #99 CACHED 04:20:17 04:20:17 #100 [security-bootstrapper builder 6/7] COPY . . 04:20:17 #100 DONE 4.4s 04:20:17 04:20:17 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:20:17 #101 ... 04:20:17 04:20:17 #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 04:20:17 #102 DONE 0.3s 04:20:17 04:20:17 #103 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 04:20:17 #103 CACHED 04:20:17 04:20:17 #104 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 04:20:17 #104 CACHED 04:20:17 04:20:17 #105 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:17 #105 CACHED 04:20:17 04:20:17 #106 [security-spire-agent builder 6/9] COPY . . 04:20:17 #106 CACHED 04:20:17 04:20:17 #107 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 04:20:21 #107 ... 04:20:21 04:20:21 #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:20:21 #0 5.171 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:20:22 #108 ... 04:20:22 04:20:22 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:20:22 #101 6.495 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:20:22 #101 ... 04:20:22 04:20:22 #107 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 04:20:22 #107 DONE 7.0s 04:20:22 04:20:22 #109 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 04:20:22 #109 DONE 7.0s 04:20:22 04:20:22 #110 [security-spire-server builder 9/9] WORKDIR /edgex-go 04:20:23 #110 DONE 0.3s 04:20:23 04:20:23 #111 [security-spire-agent builder 9/9] WORKDIR /edgex-go 04:20:23 #111 DONE 0.4s 04:20:23 04:20:23 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:20:23 #0 6.639 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:20:23 #112 ... 04:20:23 04:20:23 #113 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 04:20:23 #113 CACHED 04:20:23 04:20:23 #114 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:20:23 #114 CACHED 04:20:23 04:20:23 #115 [security-spire-config builder 6/9] COPY . . 04:20:23 #115 CACHED 04:20:23 04:20:23 #116 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 04:20:23 #116 CACHED 04:20:23 04:20:23 #117 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 04:20:23 #117 CACHED 04:20:23 04:20:23 #118 [security-spire-config builder 9/9] WORKDIR /edgex-go 04:20:23 #118 CACHED 04:20:23 04:20:23 #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 04:20:24 #119 DONE 0.4s 04:20:24 04:20:24 #120 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 04:20:24 #120 DONE 0.4s 04:20:24 04:20:24 #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:20:24 #0 5.645 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:20:24 #121 ... 04:20:24 04:20:24 #122 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 04:20:24 #122 DONE 0.2s 04:20:24 04:20:24 #123 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:20:24 #123 CACHED 04:20:24 04:20:24 #124 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:20:24 #124 CACHED 04:20:24 04:20:24 #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:20:25 #125 ... 04:20:25 04:20:25 #126 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 04:20:25 #126 DONE 0.4s 04:20:25 04:20:25 #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:20:25 #0 4.148 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:20:25 #127 ... 04:20:25 04:20:25 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:20:25 #0 6.937 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:20:25 #128 ... 04:20:25 04:20:25 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:20:25 #0 6.537 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:20:25 #129 ... 04:20:25 04:20:25 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:20:25 #0 5.915 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:20:25 #130 ... 04:20:25 04:20:25 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:20:25 #0 4.000 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:20:26 #131 ... 04:20:26 04:20:26 #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:20:26 #125 DONE 1.4s 04:20:26 04:20:26 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:20:26 #0 6.339 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:20:26 #132 ... 04:20:26 04:20:26 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:20:26 #0 6.307 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:20:26 #133 ... 04:20:26 04:20:26 #134 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:20:26 #134 DONE 0.4s 04:20:26 04:20:26 #135 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:20:26 #135 ... 04:20:26 04:20:26 #136 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 04:20:26 #136 DONE 1.5s 04:20:26 04:20:26 #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:20:27 #137 ... 04:20:27 04:20:27 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:20:27 #138 DONE 0.3s 04:20:27 04:20:27 #139 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:20:27 #139 DONE 0.3s 04:20:27 04:20:27 #140 [security-spire-server] exporting to image 04:20:27 #140 ... 04:20:27 04:20:27 #135 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:20:27 #135 DONE 1.8s 04:20:27 04:20:27 #140 [security-spire-server] exporting to image 04:20:27 #140 exporting layers 04:20:28 #140 ... 04:20:28 04:20:28 #141 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:20:28 #141 DONE 0.6s 04:20:28 04:20:28 #142 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 04:20:28 #142 DONE 0.3s 04:20:28 04:20:28 #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:20:28 #143 ... 04:20:28 04:20:28 #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:20:28 #137 DONE 1.8s 04:20:28 04:20:28 #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:20:28 #144 DONE 0.4s 04:20:28 04:20:28 #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:20:28 #143 DONE 0.4s 04:20:28 04:20:28 #140 [security-spire-config] exporting to image 04:20:29 #140 ... 04:20:29 04:20:29 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:20:29 #145 DONE 0.4s 04:20:29 04:20:29 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:20:29 #146 DONE 0.4s 04:20:29 04:20:29 #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:20:29 #108 ... 04:20:29 04:20:29 #140 [security-spire-agent] exporting to image 04:20:29 #140 exporting layers 2.6s done 04:20:29 #140 writing image sha256:afb07093439c480dcf85ebf33e52833525b91dd28b337bd0535789f13bed9c49 04:20:30 #140 writing image sha256:afb07093439c480dcf85ebf33e52833525b91dd28b337bd0535789f13bed9c49 done 04:20:30 #140 naming to docker.io/library/security-spire-server-arm64 0.0s done 04:20:31 #140 exporting layers 2.2s done 04:20:31 #140 writing image sha256:650893cb6eb0b37fd2877b9f45c90c6f18e03509b7b8a8542815b736e7a40800 04:20:31 #140 writing image sha256:650893cb6eb0b37fd2877b9f45c90c6f18e03509b7b8a8542815b736e7a40800 0.0s done 04:20:31 #140 naming to docker.io/library/security-spire-config-arm64 0.0s done 04:20:31 #140 exporting layers 1.9s done 04:20:31 #140 writing image sha256:a05293c74722188b3e1ab1b35a1f32a9b4eecb50dec90baae1cc2dcd8bb17a3a 0.0s done 04:20:31 #140 naming to docker.io/library/security-spire-agent-arm64 0.0s done 04:20:31 #140 DONE 4.2s 04:20:31 04:20:31 #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:35:39 #127 ... 04:35:39 04:35:39 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:35:39 #130 917.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:35:39 #130 ... 04:35:39 04:35:39 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:35:39 #133 DONE 922.1s 04:35:39 04:35:39 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:35:39 #130 ... 04:35:39 04:35:39 #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 04:35:39 #147 DONE 0.2s 04:35:39 04:35:39 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:35:39 #131 ... 04:35:39 04:35:39 #148 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 04:35:39 #148 DONE 0.3s 04:35:39 04:35:39 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:35:39 #112 ... 04:35:39 04:35:39 #149 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:35:39 #149 DONE 0.2s 04:35:39 04:35:39 #150 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:35:39 #150 DONE 0.2s 04:35:39 04:35:39 #151 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:35:39 #151 DONE 0.3s 04:35:39 04:35:39 #152 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:35:39 #152 DONE 0.1s 04:35:39 04:35:39 #153 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:35:44 #153 DONE 4.3s 04:35:44 04:35:44 #140 [security-proxy-setup] exporting to image 04:35:44 #140 exporting layers 04:35:44 #140 ... 04:35:44 04:35:44 #127 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:35:44 #127 DONE 929.1s 04:35:44 04:35:44 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:35:45 #131 ... 04:35:45 04:35:45 #140 [security-proxy-setup] exporting to image 04:35:45 #140 exporting layers 1.4s done 04:35:45 #140 writing image sha256:c44f6a6759c76c0c407d9be0d9a2f0231489d9a9b12b3fdb7be0479acc91d4b8 0.0s done 04:35:45 #140 naming to docker.io/library/security-proxy-setup-arm64 04:35:45 #140 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 04:35:45 #140 DONE 5.7s 04:35:45 04:35:45 #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:35:45 #154 DONE 0.2s 04:35:45 04:35:45 #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 04:35:47 #155 DONE 2.1s 04:35:47 04:35:47 #156 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 04:35:47 #156 DONE 0.3s 04:35:47 04:35:47 #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 04:35:47 #157 DONE 0.2s 04:35:47 04:35:47 #158 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:35:48 #158 DONE 0.3s 04:35:48 04:35:48 #159 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:35:48 #159 DONE 0.1s 04:35:48 04:35:48 #160 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 04:35:48 #160 DONE 0.1s 04:35:48 04:35:48 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:35:48 #130 ... 04:35:48 04:35:48 #161 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 04:35:48 #161 DONE 0.1s 04:35:48 04:35:48 #162 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 04:35:48 #162 DONE 0.1s 04:35:48 04:35:48 #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:35:48 #121 ... 04:35:48 04:35:48 #163 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:35:48 #163 DONE 0.1s 04:35:49 04:35:49 #164 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 04:35:51 #164 DONE 1.9s 04:35:51 04:35:51 #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:35:51 #108 ... 04:35:51 04:35:51 #140 [security-bootstrapper] exporting to image 04:35:51 #140 exporting layers 04:35:51 #140 exporting layers 1.0s done 04:35:51 #140 writing image sha256:67915c41aa37cf103e0b1cdff1438dde44a272bef58790134543377083bd6781 done 04:35:51 #140 naming to docker.io/library/security-bootstrapper-arm64 done 04:35:51 #140 DONE 6.7s 04:35:51 04:35:51 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:35:56 #129 ... 04:35:56 04:35:56 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:35:56 #130 DONE 940.2s 04:35:56 04:35:56 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:35:56 #128 ... 04:35:56 04:35:56 #165 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 04:35:56 #165 DONE 0.4s 04:35:56 04:35:56 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:35:56 #112 ... 04:35:56 04:35:56 #166 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 04:35:56 #166 DONE 0.3s 04:35:56 04:35:56 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:35:57 #112 ... 04:35:57 04:35:57 #167 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:35:57 #167 DONE 0.2s 04:35:57 04:35:57 #168 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:35:57 #168 DONE 0.2s 04:35:57 04:35:57 #169 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:35:57 #169 DONE 0.2s 04:35:57 04:35:57 #170 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:35:57 #170 DONE 0.3s 04:35:57 04:35:57 #171 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:35:58 #171 DONE 0.4s 04:35:58 04:35:58 #172 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:35:58 #172 DONE 0.2s 04:35:58 04:35:58 #173 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:00 #173 DONE 1.9s 04:36:00 04:36:00 #140 [security-secretstore-setup] exporting to image 04:36:00 #140 exporting layers 04:36:01 #140 exporting layers 1.1s done 04:36:01 #140 writing image sha256:d3d9bc3300d7a66de552da49e7123e2ff8f68fd8bd72ff9e1293dacd711fb733 done 04:36:01 #140 naming to docker.io/library/security-secretstore-setup-arm64 done 04:36:01 #140 DONE 7.8s 04:36:01 04:36:01 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:36:08 #129 ... 04:36:08 04:36:08 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:36:08 #128 DONE 951.5s 04:36:08 04:36:08 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:36:08 #131 ... 04:36:08 04:36:08 #174 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:36:08 #174 DONE 0.3s 04:36:08 04:36:08 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:36:08 #132 ... 04:36:08 04:36:08 #175 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:36:08 #175 DONE 0.1s 04:36:08 04:36:08 #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:36:08 #176 DONE 0.2s 04:36:08 04:36:08 #177 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 04:36:08 #177 DONE 0.1s 04:36:08 04:36:08 #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:36:08 #178 DONE 0.1s 04:36:08 04:36:08 #179 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:12 #179 DONE 3.5s 04:36:12 04:36:12 #140 [security-proxy-auth] exporting to image 04:36:12 #140 exporting layers 04:36:12 #140 exporting layers 0.5s done 04:36:12 #140 writing image sha256:92dd7998a171093327921824e191a092e1ebf22a584b56473b558ab0b8cf16dd done 04:36:12 #140 naming to docker.io/library/security-proxy-auth-arm64 done 04:36:12 #140 DONE 8.3s 04:36:12 04:36:12 #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:36:25 #121 ... 04:36:25 04:36:25 #112 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:36:25 #112 DONE 966.3s 04:36:25 04:36:25 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:36:25 #132 ... 04:36:25 04:36:25 #180 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:36:26 #180 DONE 0.2s 04:36:26 04:36:26 #181 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:36:26 #181 DONE 0.1s 04:36:26 04:36:26 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:36:26 #132 ... 04:36:26 04:36:26 #182 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:36:26 #182 DONE 0.3s 04:36:26 04:36:26 #183 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:36:26 #183 DONE 0.2s 04:36:26 04:36:26 #184 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:36:26 #184 DONE 0.2s 04:36:26 04:36:26 #185 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:28 #185 DONE 1.9s 04:36:28 04:36:28 #140 [core-common-config-bootstrapper] exporting to image 04:36:28 #140 exporting layers 04:36:29 #140 exporting layers 0.7s done 04:36:29 #140 writing image sha256:da78385b57eab43e31b0365674c42e63e4b552fb08d6408359ca90be769bc610 done 04:36:29 #140 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 04:36:29 #140 DONE 9.0s 04:36:29 04:36:29 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:37:08 #101 ... 04:37:08 04:37:08 #108 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:37:08 #108 DONE 1009.7s 04:37:08 04:37:08 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:37:08 #129 ... 04:37:08 04:37:08 #186 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 04:37:08 #186 DONE 0.1s 04:37:08 04:37:08 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:37:08 #132 ... 04:37:08 04:37:08 #187 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 04:37:08 #187 DONE 0.1s 04:37:08 04:37:08 #188 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:37:08 #188 DONE 0.3s 04:37:08 04:37:08 #189 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:37:08 #189 DONE 0.1s 04:37:08 04:37:08 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:37:08 #101 ... 04:37:08 04:37:08 #140 [core-command] exporting to image 04:37:08 #140 exporting layers 04:37:08 #140 exporting layers 0.2s done 04:37:08 #140 writing image sha256:dc602ba291c00bc61208b3455da84b2aa30b244e2c21bb1702d01fabd9e57282 done 04:37:08 #140 naming to docker.io/library/core-command-arm64 done 04:37:08 #140 DONE 9.2s 04:37:08 04:37:08 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:37:18 #101 ... 04:37:18 04:37:18 #121 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:37:18 #121 DONE 1022.8s 04:37:18 04:37:18 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:37:19 #131 ... 04:37:19 04:37:19 #190 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:37:19 #190 DONE 0.2s 04:37:19 04:37:19 #191 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:37:19 #191 DONE 0.2s 04:37:19 04:37:19 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:37:19 #131 ... 04:37:19 04:37:19 #192 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:19 #192 DONE 0.4s 04:37:19 04:37:19 #193 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:37:19 #193 DONE 0.1s 04:37:19 04:37:19 #140 [core-data] exporting to image 04:37:19 #140 exporting layers 04:37:20 #140 exporting layers 0.4s done 04:37:20 #140 writing image sha256:da9e512a431a690aa81cbe4dd3d3d843f9f92e5c62ffc2c64fa2b6848f0cf86d done 04:37:20 #140 naming to docker.io/library/core-data-arm64 done 04:37:20 #140 DONE 9.6s 04:37:20 04:37:20 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:37:21 #131 ... 04:37:21 04:37:21 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:37:21 #132 DONE 1025.4s 04:37:21 04:37:21 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:37:21 #101 ... 04:37:21 04:37:21 #194 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 04:37:21 #194 DONE 0.1s 04:37:21 04:37:21 #195 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 04:37:21 #195 DONE 0.1s 04:37:21 04:37:21 #196 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:37:21 #196 DONE 0.3s 04:37:21 04:37:21 #197 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:37:22 #197 DONE 0.1s 04:37:22 04:37:22 #198 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:37:22 #198 DONE 0.1s 04:37:22 04:37:22 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:37:22 #131 ... 04:37:22 04:37:22 #140 [core-metadata] exporting to image 04:37:22 #140 exporting layers 0.2s done 04:37:22 #140 writing image sha256:c2e722642bff569e1082409bbc218a3867a43f3685bc5df1805fa5b8381b2a58 done 04:37:22 #140 naming to docker.io/library/core-metadata-arm64 04:37:22 #140 naming to docker.io/library/core-metadata-arm64 done 04:37:22 #140 DONE 9.9s 04:37:22 04:37:22 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:37:49 #129 ... 04:37:49 04:37:49 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:37:49 #131 DONE 1051.9s 04:37:49 04:37:49 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:37:49 #101 ... 04:37:49 04:37:49 #199 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:37:49 #199 DONE 0.2s 04:37:49 04:37:49 #200 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:37:49 #200 DONE 0.1s 04:37:49 04:37:49 #201 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:37:49 #201 DONE 0.4s 04:37:49 04:37:49 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:37:49 #101 ... 04:37:49 04:37:49 #202 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:37:49 #202 DONE 0.1s 04:37:49 04:37:49 #140 [security-spiffe-token-provider] exporting to image 04:37:49 #140 exporting layers 04:37:49 #140 exporting layers 0.6s done 04:37:49 #140 writing image sha256:5239573df5f8816131d13cf7bd56a6d4a6f3269c59277604682928aa67e7eb03 done 04:37:49 #140 naming to docker.io/library/security-spiffe-token-provider-arm64 done 04:37:49 #140 DONE 10.5s 04:37:49 04:37:49 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:38:15 #129 DONE 1078.4s 04:38:15 04:38:15 #101 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:38:15 #101 DONE 1078.6s 04:38:15 04:38:15 #203 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:38:15 #203 DONE 0.2s 04:38:15 04:38:15 #204 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 04:38:15 #204 DONE 0.2s 04:38:15 04:38:15 #205 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:38:15 #205 DONE 0.1s 04:38:15 04:38:15 #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 04:38:15 #206 DONE 0.1s 04:38:15 04:38:15 #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:38:15 #207 ... 04:38:15 04:38:15 #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:38:15 #208 DONE 0.4s 04:38:15 04:38:15 #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:38:15 #207 DONE 0.4s 04:38:15 04:38:15 #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:38:15 #209 DONE 0.1s 04:38:15 04:38:15 #210 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 04:38:15 #210 DONE 0.1s 04:38:15 04:38:15 #140 [support-scheduler] exporting to image 04:38:15 #140 exporting layers 04:38:15 #140 exporting layers 0.4s done 04:38:15 #140 writing image sha256:7e4060dc45884c1ba99888d63b93f3193573c639818b626805b8edc224cd03a8 0.0s done 04:38:15 #140 naming to docker.io/library/support-notifications-arm64 done 04:38:15 #140 writing image sha256:e95369d63eafb768ca5c386473479b09bf801c81b57e71b490f6ef0ad59bd695 done 04:38:15 #140 naming to docker.io/library/support-scheduler-arm64 done 04:38:15 #140 DONE 11.0s 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:38:15 time="2023-08-25T04:18:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:38:15 $ docker stop --time=1 fb14f5833602262d3739082831ca74dad16d7be8257bcbe115a81d6d9292f7b2 04:38:17 $ docker rm -f --volumes fb14f5833602262d3739082831ca74dad16d7be8257bcbe115a81d6d9292f7b2 [Pipeline] // withDockerContainer [Pipeline] sh 04:38:18 + docker images 04:38:18 REPOSITORY TAG IMAGE ID CREATED SIZE 04:38:18 support-notifications-arm64 latest 7e4060dc4588 2 seconds ago 33.7MB 04:38:18 support-scheduler-arm64 latest e95369d63eaf 2 seconds ago 32.9MB 04:38:18 security-spiffe-token-provider-arm64 latest 5239573df5f8 29 seconds ago 33.3MB 04:38:18 core-metadata-arm64 latest c2e722642bff 56 seconds ago 21.2MB 04:38:18 core-data-arm64 latest da9e512a431a 58 seconds ago 20.9MB 04:38:18 core-command-arm64 latest dc602ba291c0 About a minute ago 20.8MB 04:38:18 core-common-config-bootstrapper-arm64 latest da78385b57ea About a minute ago 18MB 04:38:18 security-proxy-auth-arm64 latest 92dd7998a171 2 minutes ago 19.3MB 04:38:18 security-secretstore-setup-arm64 latest d3d9bc3300d7 2 minutes ago 43MB 04:38:18 security-bootstrapper-arm64 latest 67915c41aa37 2 minutes ago 22.6MB 04:38:18 security-proxy-setup-arm64 latest c44f6a6759c7 2 minutes ago 28.8MB 04:38:18 security-spire-agent-arm64 latest a05293c74722 17 minutes ago 152MB 04:38:18 security-spire-config-arm64 latest 650893cb6eb0 17 minutes ago 96.1MB 04:38:18 security-spire-server-arm64 latest afb07093439c 17 minutes ago 96.9MB 04:38:18 ci-base-image-arm64 latest e39f37c0c2ec 31 minutes ago 1.05GB 04:38:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 6 weeks ago 677MB 04:38:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:38:18 04:38:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:38:19 arm64: Pulling from edgex-lftools-log-publisher 04:38:19 8998bd30e6a1: Pulling fs layer 04:38:19 04944245beec: Pulling fs layer 04:38:19 699f458cf7ca: Pulling fs layer 04:38:19 765212b225bb: Pulling fs layer 04:38:19 f23df028b6ca: Pulling fs layer 04:38:19 d65c8cfc05b1: Pulling fs layer 04:38:19 2437ff75d9bd: Pulling fs layer 04:38:19 765212b225bb: Waiting 04:38:19 f23df028b6ca: Waiting 04:38:19 d65c8cfc05b1: Waiting 04:38:19 2437ff75d9bd: Waiting 04:38:19 04944245beec: Verifying Checksum 04:38:19 04944245beec: Download complete 04:38:19 765212b225bb: Verifying Checksum 04:38:19 765212b225bb: Download complete 04:38:19 f23df028b6ca: Verifying Checksum 04:38:19 f23df028b6ca: Download complete 04:38:19 d65c8cfc05b1: Download complete 04:38:19 699f458cf7ca: Verifying Checksum 04:38:19 699f458cf7ca: Download complete 04:38:20 8998bd30e6a1: Verifying Checksum 04:38:20 8998bd30e6a1: Download complete 04:38:22 2437ff75d9bd: Verifying Checksum 04:38:22 2437ff75d9bd: Download complete 04:38:26 8998bd30e6a1: Pull complete 04:38:26 04944245beec: Pull complete 04:38:28 699f458cf7ca: Pull complete 04:38:28 765212b225bb: Pull complete 04:38:29 f23df028b6ca: Pull complete 04:38:29 d65c8cfc05b1: Pull complete 04:38:44 2437ff75d9bd: Pull complete 04:38:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:38:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:38:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:38:44 prd-ubuntu20.04-docker-arm64-4c-16g-4492 does not seem to be running inside a container 04:38:44 $ 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 04:38:47 $ docker top 0cd2fda873db6b3818aebf996b67e8674d0e474a653ea4e96d6531dc6f433c66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:38:48 ---> job-cost.sh 04:38:48 lf-activate-venv: SKIPPING 04:38:48 INFO: No Stack... 04:38:48 INFO: Retrieving Pricing Info for: v3-standard-4 04:38:49 INFO: Archiving Costs [Pipeline] sh 04:38:50 + cut -d, -f6 04:38:50 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 04:38:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] 04:38:50 Resource [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] did not exist. Created. 04:38:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:38:50 + echo total: 0.10999999940395355 [Pipeline] stash 04:38:51 Stashed 1 file(s) [Pipeline] } 04:38:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4664-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:38:51 $ docker stop --time=1 0cd2fda873db6b3818aebf996b67e8674d0e474a653ea4e96d6531dc6f433c66 04:38:52 $ docker rm -f --volumes 0cd2fda873db6b3818aebf996b67e8674d0e474a653ea4e96d6531dc6f433c66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:38:53 provisioning config files... 04:38:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8853868899842359300tmp [Pipeline] { [Pipeline] sh 04:38:53 + set +x 04:38:53 + bash -s -- 04:38:53 + curl -s https://codecov.io/bash 04:38:53 04:38:53 _____ _ 04:38:53 / ____| | | 04:38:53 | | ___ __| | ___ ___ _____ __ 04:38:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:38:53 | |___| (_) | (_| | __/ (_| (_) \ V / 04:38:53 \_____\___/ \__,_|\___|\___\___/ \_/ 04:38:53 Bash-1.0.6 04:38:53 04:38:53 04:38:53 ==> git version 2.25.1 found 04:38:53 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:38:53 Release-Date: 2020-01-08 04:38:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:38:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:38:53 ==> Jenkins CI detected. 04:38:53 current dir:  /w/workspace/edgex-go/1 04:38:53 project root: . 04:38:53 --> token set from env 04:38:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:38:53 ==> Running gcov in . (disable via -X gcov) 04:38:53 ==> Python coveragepy not found 04:38:53 ==> Searching for coverage reports in: 04:38:53 + . 04:38:53 -> Found 1 reports 04:38:53 ==> Detecting git/mercurial file structure 04:38:54 ==> Reading reports 04:38:54 + ./coverage.out bytes=447827 04:38:54 ==> Appending adjustments 04:38:54 https://docs.codecov.io/docs/fixing-reports 04:38:55 + Found adjustments 04:38:55 ==> Gzipping contents 04:38:55 60K /tmp/codecov.AQJ2lz.gz 04:38:55 ==> Uploading reports 04:38:55 url: https://codecov.io 04:38:55 query: branch=PR-4664&commit=e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4664%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4664&job=&cmd_args= 04:38:55 -> Pinging Codecov 04:38:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4664&commit=e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4664%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4664&job=&cmd_args= 04:38:55 -> Uploading to 04:38:55 https://storage.googleapis.com/codecov/v4/raw/2023-08-25/00271124DB129430A58F1EEE437C3FCB/e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2/5af10edc-cb7c-438d-b63e-261c286dd03f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T043855Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b00a3043e4068a3e64146c437076272cd8081860e8720f594c159aa65970e6e2 04:38:55 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:55 Dload Upload Total Spent Left Speed 04:38:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57400 0 0 100 57400 0 260k --:--:-- --:--:-- --:--:-- 260k 04:38:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e829152bbb4f5b74e00ed8c78e00c8462b4bf7e2 [Pipeline] } 04:38:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:38:56 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 04:38:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:38:58 ---> package-listing.sh 04:38:58 ++ facter osfamily 04:38:58 ++ tr '[:upper:]' '[:lower:]' 04:38:58 + OS_FAMILY=debian 04:38:58 + workspace=/w/workspace/edgex-go/1 04:38:58 + START_PACKAGES=/tmp/packages_start.txt 04:38:58 + END_PACKAGES=/tmp/packages_end.txt 04:38:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:38:58 + PACKAGES=/tmp/packages_start.txt 04:38:58 + '[' /w/workspace/edgex-go/1 ']' 04:38:58 + PACKAGES=/tmp/packages_end.txt 04:38:58 + case "${OS_FAMILY}" in 04:38:58 + dpkg -l 04:38:58 + grep '^ii' 04:38:58 + '[' -f /tmp/packages_start.txt ']' 04:38:58 + '[' -f /tmp/packages_end.txt ']' 04:38:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:38:58 + '[' /w/workspace/edgex-go/1 ']' 04:38:58 + mkdir -p /w/workspace/edgex-go/1/archives/ 04:38:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 04:38:58 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 04:38:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:38:59 04:38:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:39:00 latest: Pulling from edgex-lftools-log-publisher 04:39:00 5eb5b503b376: Pulling fs layer 04:39:00 5c69ac0246d0: Pulling fs layer 04:39:00 ec43610c2a17: Pulling fs layer 04:39:00 3a2ae6a8a46f: Pulling fs layer 04:39:00 33b1e0a273af: Pulling fs layer 04:39:00 5d3b04190fa2: Pulling fs layer 04:39:00 2f39f015ded8: Pulling fs layer 04:39:00 3a2ae6a8a46f: Waiting 04:39:00 33b1e0a273af: Waiting 04:39:00 5d3b04190fa2: Waiting 04:39:00 2f39f015ded8: Waiting 04:39:00 5c69ac0246d0: Download complete 04:39:00 3a2ae6a8a46f: Verifying Checksum 04:39:00 3a2ae6a8a46f: Download complete 04:39:00 33b1e0a273af: Verifying Checksum 04:39:00 33b1e0a273af: Download complete 04:39:00 5d3b04190fa2: Download complete 04:39:00 ec43610c2a17: Verifying Checksum 04:39:00 ec43610c2a17: Download complete 04:39:00 5eb5b503b376: Verifying Checksum 04:39:00 5eb5b503b376: Download complete 04:39:01 2f39f015ded8: Verifying Checksum 04:39:01 2f39f015ded8: Download complete 04:39:01 5eb5b503b376: Pull complete 04:39:02 5c69ac0246d0: Pull complete 04:39:03 ec43610c2a17: Pull complete 04:39:03 3a2ae6a8a46f: Pull complete 04:39:04 33b1e0a273af: Pull complete 04:39:05 5d3b04190fa2: Pull complete 04:39:15 2f39f015ded8: Pull complete 04:39:15 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:39:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:39:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:39:15 prd-ubuntu20.04-docker-8c-8g-4490 does not seem to be running inside a container 04:39:15 $ 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 04:39:22 $ docker top 9c23ef0093b298affeb1716849719d21e8a308693cd5d27ca440233dc0a0dce3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:23 + touch /tmp/pre-build-complete [Pipeline] sh 04:39:23 + mkdir -p /var/log/sysstat [Pipeline] sh 04:39:23 + ls /var/log/sa-host 04:39:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:39:24 provisioning config files... 04:39:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17931281990525825478tmp [Pipeline] { [Pipeline] echo 04:39:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:39:24 ---> create-netrc.sh [Pipeline] } 04:39:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:39:24 ---> python-tools-install.sh [Pipeline] echo 04:39:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:39:25 ---> sudo-logs.sh 04:39:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:39:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:39:25 ---> job-cost.sh 04:39:25 lf-activate-venv: SKIPPING 04:39:25 DEBUG: total: 0.10999999940395355 04:39:25 INFO: Retrieving Stack Cost... 04:39:26 INFO: Retrieving Pricing Info for: v3-standard-8 04:39:26 INFO: Archiving Costs [Pipeline] echo 04:39:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:39:26 ---> logs-deploy.sh 04:39:26 lf-activate-venv: SKIPPING 04:39:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4664/1 04:39:26 INFO: archiving workspace using pattern(s): 04:39:27 Archives upload complete. 04:39:27 INFO: archiving logs to Nexus 04:39:28 ---> uname -a: 04:39:28 Linux prd-ubuntu20-04-docker-8c-8g-4490 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:39:28 04:39:28 04:39:28 ---> lscpu: 04:39:28 Architecture: x86_64 04:39:28 CPU op-mode(s): 32-bit, 64-bit 04:39:28 Byte Order: Little Endian 04:39:28 Address sizes: 40 bits physical, 48 bits virtual 04:39:28 CPU(s): 8 04:39:28 On-line CPU(s) list: 0-7 04:39:28 Thread(s) per core: 1 04:39:28 Core(s) per socket: 1 04:39:28 Socket(s): 8 04:39:28 NUMA node(s): 1 04:39:28 Vendor ID: AuthenticAMD 04:39:28 CPU family: 23 04:39:28 Model: 49 04:39:28 Model name: AMD EPYC-Rome Processor 04:39:28 Stepping: 0 04:39:28 CPU MHz: 2799.998 04:39:28 BogoMIPS: 5599.99 04:39:28 Virtualization: AMD-V 04:39:28 Hypervisor vendor: KVM 04:39:28 Virtualization type: full 04:39:28 L1d cache: 256 KiB 04:39:28 L1i cache: 256 KiB 04:39:28 L2 cache: 4 MiB 04:39:28 L3 cache: 128 MiB 04:39:28 NUMA node0 CPU(s): 0-7 04:39:28 Vulnerability Itlb multihit: Not affected 04:39:28 Vulnerability L1tf: Not affected 04:39:28 Vulnerability Mds: Not affected 04:39:28 Vulnerability Meltdown: Not affected 04:39:28 Vulnerability Mmio stale data: Not affected 04:39:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:39:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:39:28 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:39:28 Vulnerability Srbds: Not affected 04:39:28 Vulnerability Tsx async abort: Not affected 04:39:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 04:39:28 04:39:28 04:39:28 ---> nproc: 04:39:28 8 04:39:28 04:39:28 04:39:28 ---> df -h: 04:39:28 Filesystem Size Used Avail Use% Mounted on 04:39:28 overlay 155G 22G 133G 15% / 04:39:28 tmpfs 64M 0 64M 0% /dev 04:39:28 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:39:28 shm 64M 0 64M 0% /dev/shm 04:39:28 /dev/vda1 155G 22G 133G 15% /facter-os 04:39:28 04:39:28 04:39:28 ---> sar -b -r -n DEV: 04:39:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4490) 08/25/23 _x86_64_ (8 CPU) 04:39:28 04:39:28 03:59:46 LINUX RESTART (8 CPU) 04:39:28 04:39:28 04:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:39:28 04:01:02 323.38 47.84 275.54 0.00 5391.90 130721.95 0.00 04:39:28 04:02:01 109.86 1.78 108.08 0.00 47.31 62324.62 0.00 04:39:28 04:03:01 35.59 0.22 35.38 0.00 10.13 19553.82 0.00 04:39:28 04:04:01 175.84 0.20 175.64 0.00 21.46 98832.06 0.00 04:39:28 04:05:01 418.40 7.37 411.03 0.00 133.58 161701.98 0.00 04:39:28 04:06:01 451.16 3.05 448.11 0.00 2288.06 135146.16 0.00 04:39:28 04:07:01 539.65 7.72 531.93 0.00 1105.11 62399.60 0.00 04:39:28 04:08:01 2.12 0.00 2.12 0.00 0.00 29.60 0.00 04:39:28 04:09:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 04:39:28 04:10:01 2.13 0.00 2.13 0.00 0.00 30.26 0.00 04:39:28 04:11:01 0.97 0.00 0.97 0.00 0.00 10.13 0.00 04:39:28 04:12:01 1.60 0.00 1.60 0.00 0.00 17.06 0.00 04:39:28 04:13:01 0.80 0.00 0.80 0.00 0.00 9.33 0.00 04:39:28 04:14:01 1.55 0.00 1.55 0.00 0.00 16.93 0.00 04:39:28 04:15:01 1.55 0.02 1.53 0.00 0.13 18.13 0.00 04:39:28 04:16:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 04:39:28 04:17:01 1.18 0.02 1.17 0.00 0.13 12.80 0.00 04:39:28 04:18:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 04:39:28 04:19:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 04:39:28 04:20:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 04:39:28 04:21:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 04:39:28 04:22:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 04:39:28 04:23:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 04:39:28 04:24:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 04:39:28 04:25:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 04:39:28 04:26:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 04:39:28 04:27:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 04:39:28 04:28:01 1.60 0.00 1.60 0.00 0.00 17.73 0.00 04:39:28 04:29:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 04:39:28 04:30:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 04:39:28 04:31:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 04:39:28 04:32:01 1.70 0.00 1.70 0.00 0.00 18.40 0.00 04:39:28 04:33:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 04:39:28 04:34:01 2.72 1.58 1.13 0.00 37.19 14.40 0.00 04:39:28 04:35:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 04:39:28 04:36:02 1.57 0.00 1.57 0.00 0.00 16.93 0.00 04:39:28 04:37:01 1.07 0.00 1.07 0.00 0.00 11.39 0.00 04:39:28 04:38:01 0.90 0.00 0.90 0.00 0.00 11.46 0.00 04:39:28 04:39:01 2.03 0.22 1.82 0.00 16.93 43.99 0.00 04:39:28 Average: 53.80 1.80 52.01 0.00 232.32 17199.97 0.00 04:39:28 04:39:28 04:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:39:28 04:01:02 29152092 31557720 778244 2.37 62796 2630368 2085352 6.15 1054648 2345012 410824 04:39:28 04:02:01 27622904 31506684 794028 2.41 115840 3946476 2017516 5.95 1587212 3201884 614416 04:39:28 04:03:01 27400484 31395476 902080 2.74 119852 4031504 2249540 6.63 1496000 3487804 392320 04:39:28 04:04:01 22454976 31438560 857972 2.61 131720 8887148 2356200 6.94 1675136 8128432 2971628 04:39:28 04:05:01 19026248 31434740 846276 2.57 222720 11986324 2433132 7.17 1952592 11031284 1704152 04:39:28 04:06:01 14439856 29189604 3024524 9.20 254996 14031012 8724392 25.71 5160364 12048896 14848 04:39:28 04:07:01 16168680 31435624 833888 2.54 269404 14628508 2207972 6.51 2568164 13085620 208 04:39:28 04:08:01 16189072 31456168 813184 2.47 269432 14628512 2207972 6.51 2547456 13085620 212 04:39:28 04:09:01 16189024 31456128 813148 2.47 269448 14628516 2207972 6.51 2547456 13085624 172 04:39:28 04:10:01 16204600 31471792 797476 2.43 269540 14628492 2207972 6.51 2532836 13085604 184 04:39:28 04:11:01 16204784 31471980 797408 2.42 269560 14628496 2207972 6.51 2532480 13085608 8 04:39:28 04:12:01 16205928 31473180 796468 2.42 269592 14628496 2207972 6.51 2533008 13085608 160 04:39:28 04:13:01 16206132 31473504 796044 2.42 269612 14628628 2207972 6.51 2533084 13085720 184 04:39:28 04:14:01 16206064 31473500 796236 2.42 269628 14628632 2207972 6.51 2532852 13085744 164 04:39:28 04:15:01 16206028 31473968 796056 2.42 269660 14628624 2217252 6.53 2532148 13086144 28 04:39:28 04:16:01 16205980 31473972 796024 2.42 269700 14628640 2217252 6.53 2532264 13086148 168 04:39:28 04:17:01 16205688 31473764 796232 2.42 269720 14628640 2217252 6.53 2533000 13086152 228 04:39:28 04:18:01 16205736 31473840 796160 2.42 269740 14628644 2217252 6.53 2532236 13086156 44 04:39:28 04:19:01 16205624 31473736 796148 2.42 269756 14628648 2217252 6.53 2532768 13086160 188 04:39:28 04:20:01 16205680 31473824 796108 2.42 269788 14628640 2200348 6.48 2532256 13086160 40 04:39:28 04:21:01 16205560 31473708 796072 2.42 269808 14628656 2200348 6.48 2532716 13086164 192 04:39:28 04:22:01 16205544 31473752 795996 2.42 269836 14628656 2200348 6.48 2532860 13086164 252 04:39:28 04:23:01 16205496 31473712 795968 2.42 269848 14628660 2200348 6.48 2532664 13086172 188 04:39:28 04:24:01 16205132 31473384 796248 2.42 269868 14628660 2200348 6.48 2532888 13086172 280 04:39:28 04:25:01 16205336 31473596 795944 2.42 269900 14628664 2200348 6.48 2532672 13086176 36 04:39:28 04:26:01 16205236 31473564 796144 2.42 269932 14628672 2200348 6.48 2533040 13086180 164 04:39:28 04:27:01 16204984 31473312 796360 2.42 269956 14628672 2200348 6.48 2532804 13086180 176 04:39:28 04:28:01 16204936 31473340 796308 2.42 269988 14628676 2200348 6.48 2532892 13086188 184 04:39:28 04:29:01 16205392 31473796 795776 2.42 270004 14628676 2200348 6.48 2532848 13086188 172 04:39:28 04:30:01 16205376 31473836 795676 2.42 270048 14628680 2200348 6.48 2532876 13086192 208 04:39:28 04:31:01 16205044 31473504 795928 2.42 270068 14628680 2200348 6.48 2532972 13086192 176 04:39:28 04:32:01 16205036 31473556 795840 2.42 270100 14628684 2200348 6.48 2532952 13086196 148 04:39:28 04:33:01 16204980 31473504 795916 2.42 270120 14628688 2200348 6.48 2532940 13086200 164 04:39:28 04:34:01 16192028 31462668 806640 2.45 270172 14629804 2200348 6.48 2546720 13086532 268 04:39:28 04:35:01 16192280 31462948 806304 2.45 270236 14629808 2200348 6.48 2546248 13086536 36 04:39:28 04:36:02 16192412 31463156 806528 2.45 270276 14629808 2200348 6.48 2546416 13086536 200 04:39:28 04:37:01 16192160 31462912 806740 2.45 270296 14629812 2200348 6.48 2546612 13086540 176 04:39:28 04:38:01 16191860 31462664 807008 2.45 270324 14629816 2216404 6.53 2546108 13086540 192 04:39:28 04:39:01 15906620 31418804 849900 2.58 270496 14860276 2476688 7.30 2587688 13316360 229776 04:39:28 Average: 17293359 31409423 862949 2.62 251635 13551154 2382449 7.02 2479356 12110636 162645 04:39:28 04:39:28 04:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:39:28 04:01:02 docker0 534.59 463.66 38.13 2748.71 0.00 0.00 0.00 0.00 04:39:28 04:01:02 lo 5.40 5.40 0.52 0.52 0.00 0.00 0.00 0.00 04:39:28 04:01:02 ens3 1505.77 1364.52 12108.61 185.64 0.00 0.00 0.00 0.00 04:39:28 04:02:01 docker0 141.08 192.36 10.96 1789.16 0.00 0.00 0.00 0.00 04:39:28 04:02:01 veth87c7316 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:02:01 ens3 232.37 167.21 1828.63 30.75 0.00 0.00 0.00 0.00 04:39:28 04:03:01 docker0 1.43 1.43 0.11 0.13 0.00 0.00 0.00 0.00 04:39:28 04:03:01 veth87c7316 1.43 1.47 0.13 0.13 0.00 0.00 0.00 0.00 04:39:28 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:03:01 ens3 32.94 23.16 26.97 15.08 0.00 0.00 0.00 0.00 04:39:28 04:04:01 veth00f4bcd 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:04:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:04:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 04:39:28 04:04:01 ens3 111.93 70.25 2285.97 20.39 0.00 0.00 0.00 0.00 04:39:28 04:05:01 veth00f4bcd 0.00 0.65 0.00 0.03 0.00 0.00 0.00 0.00 04:39:28 04:05:01 veth8b0a532 112.95 58.81 586.71 5.78 0.00 0.00 0.00 0.00 04:39:28 04:05:01 vethb9b1389 113.73 60.66 586.74 5.90 0.00 0.00 0.00 0.00 04:39:28 04:05:01 veth706ead1 58.81 112.95 5.78 586.71 0.00 0.00 0.00 0.05 04:39:28 04:05:01 docker0 335.91 617.75 27.40 3858.67 0.00 0.00 0.00 0.00 04:39:28 04:05:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:05:01 veth4b949b2 60.66 113.73 5.90 586.74 0.00 0.00 0.00 0.05 04:39:28 04:05:01 ens3 636.56 348.78 3874.24 40.92 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth04bfb8d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth51c09ec 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth62eec74 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth00f4bcd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:06:01 vethd20a899 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 vetha0c6246 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth4ba1ba7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth96e51f1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth1afefc4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:06:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth5e1c5e7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 veth6ae5c14 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 vethf30139c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:28 04:06:01 ens3 133.43 53.07 1393.07 12.51 0.00 0.00 0.00 0.00 04:39:28 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:07:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:07:01 ens3 33.46 58.47 12.17 139.13 0.00 0.00 0.00 0.00 04:39:28 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:08:01 ens3 0.18 0.12 0.01 0.02 0.00 0.00 0.00 0.00 04:39:28 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:09:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:11:01 ens3 0.58 1.53 0.10 6.62 0.00 0.00 0.00 0.00 04:39:28 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:16:01 ens3 0.92 2.50 0.14 6.73 0.00 0.00 0.00 0.00 04:39:28 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:17:01 ens3 0.10 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:18:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:21:01 ens3 0.77 1.43 0.67 6.63 0.00 0.00 0.00 0.00 04:39:28 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:26:01 ens3 0.68 1.13 0.11 6.52 0.00 0.00 0.00 0.00 04:39:28 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:28:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:30:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:31:01 ens3 1.87 4.17 0.19 7.16 0.00 0.00 0.00 0.00 04:39:28 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:32:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 04:39:28 04:34:01 ens3 14.48 19.16 5.77 26.46 0.00 0.00 0.00 0.00 04:39:28 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:35:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:39:28 04:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:36:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:36:02 ens3 0.45 0.25 0.31 0.08 0.00 0.00 0.00 0.00 04:39:28 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:37:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:28 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:28 04:39:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 04:39:28 04:39:01 ens3 88.04 52.37 2518.31 9.39 0.00 0.00 0.00 0.00 04:39:28 Average: docker0 25.94 32.64 1.96 214.71 0.00 0.00 0.00 0.00 04:39:28 Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 04:39:28 Average: ens3 71.66 55.60 616.53 13.18 0.00 0.00 0.00 0.00 04:39:28 04:39:28 04:39:28 ---> sar -P ALL: 04:39:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4490) 08/25/23 _x86_64_ (8 CPU) 04:39:28 04:39:28 03:59:46 LINUX RESTART (8 CPU) 04:39:28 04:39:28 04:00:01 CPU %user %nice %system %iowait %steal %idle 04:39:28 04:01:02 all 9.14 0.00 3.15 3.20 0.06 84.45 04:39:28 04:01:02 0 9.04 0.00 2.45 0.12 0.05 88.34 04:39:28 04:01:02 1 11.50 0.00 3.00 2.33 0.05 83.12 04:39:28 04:01:02 2 10.09 0.00 3.64 3.46 0.07 82.75 04:39:28 04:01:02 3 8.76 0.00 4.09 4.00 0.07 83.09 04:39:28 04:01:02 4 7.28 0.00 3.52 0.30 0.05 88.84 04:39:28 04:01:02 5 13.08 0.00 2.82 1.16 0.05 82.90 04:39:28 04:01:02 6 6.96 0.00 2.57 4.89 0.07 85.52 04:39:28 04:01:02 7 6.34 0.00 3.11 9.46 0.07 81.03 04:39:28 04:02:01 all 28.53 0.00 6.31 2.66 0.07 62.43 04:39:28 04:02:01 0 27.81 0.00 5.59 0.07 0.07 66.46 04:39:28 04:02:01 1 29.32 0.00 5.79 2.06 0.07 62.76 04:39:28 04:02:01 2 27.04 0.00 5.45 0.76 0.05 66.70 04:39:28 04:02:01 3 28.45 0.00 8.08 11.55 0.09 51.84 04:39:28 04:02:01 4 30.14 0.00 5.58 4.07 0.05 60.16 04:39:28 04:02:01 5 29.73 0.00 6.99 0.29 0.07 62.92 04:39:28 04:02:01 6 27.45 0.00 7.15 2.50 0.07 62.82 04:39:28 04:02:01 7 28.35 0.00 5.83 0.09 0.07 65.66 04:39:28 04:03:01 all 40.77 0.00 5.72 0.69 0.08 52.74 04:39:28 04:03:01 0 41.04 0.00 5.84 0.25 0.08 52.78 04:39:28 04:03:01 1 41.72 0.00 5.85 0.10 0.07 52.26 04:39:28 04:03:01 2 41.29 0.00 5.45 0.02 0.08 53.15 04:39:28 04:03:01 3 40.16 0.00 6.72 0.05 0.08 52.99 04:39:28 04:03:01 4 40.48 0.00 5.76 4.72 0.08 48.95 04:39:28 04:03:01 5 39.36 0.00 5.27 0.07 0.08 55.22 04:39:28 04:03:01 6 41.83 0.00 5.53 0.22 0.08 52.34 04:39:28 04:03:01 7 40.28 0.00 5.34 0.07 0.08 54.22 04:39:28 04:04:01 all 27.02 0.00 6.84 6.24 0.08 59.82 04:39:28 04:04:01 0 26.97 0.00 6.48 8.52 0.07 57.97 04:39:28 04:04:01 1 28.54 0.00 6.22 10.65 0.08 54.49 04:39:28 04:04:01 2 27.35 0.00 6.84 1.01 0.07 64.74 04:39:28 04:04:01 3 27.22 0.00 7.42 17.65 0.07 47.65 04:39:28 04:04:01 4 25.41 0.00 7.62 6.52 0.07 60.39 04:39:28 04:04:01 5 27.24 0.00 6.90 1.50 0.08 64.27 04:39:28 04:04:01 6 26.95 0.00 6.63 1.73 0.08 64.60 04:39:28 04:04:01 7 26.51 0.00 6.58 2.39 0.10 64.43 04:39:28 04:05:01 all 6.30 0.00 3.68 19.76 0.09 70.17 04:39:28 04:05:01 0 5.56 0.00 2.73 21.92 0.03 69.75 04:39:28 04:05:01 1 6.26 0.00 3.48 32.18 0.05 58.02 04:39:28 04:05:01 2 6.60 0.00 3.52 6.27 0.07 83.55 04:39:28 04:05:01 3 6.59 0.00 4.08 8.97 0.20 80.17 04:39:28 04:05:01 4 6.25 0.00 2.79 12.31 0.05 78.61 04:39:28 04:05:01 5 5.77 0.00 3.15 6.17 0.05 84.86 04:39:28 04:05:01 6 7.33 0.00 4.33 33.06 0.05 55.23 04:39:28 04:05:01 7 6.08 0.00 5.37 37.40 0.19 50.97 04:39:28 04:06:01 all 62.90 0.00 10.64 7.98 0.11 18.38 04:39:28 04:06:01 0 63.82 0.00 9.27 0.44 0.08 26.39 04:39:28 04:06:01 1 62.41 0.00 11.51 25.07 0.12 0.90 04:39:28 04:06:01 2 63.66 0.00 10.26 0.99 0.08 25.00 04:39:28 04:06:01 3 63.07 0.00 10.80 20.50 0.10 5.54 04:39:28 04:06:01 4 63.95 0.00 9.85 2.26 0.08 23.86 04:39:28 04:06:01 5 63.84 0.00 9.61 3.50 0.12 22.94 04:39:28 04:06:01 6 61.38 0.00 11.84 10.91 0.12 15.75 04:39:28 04:06:01 7 60.98 0.00 12.07 0.21 0.14 26.60 04:39:28 04:07:01 all 60.09 0.00 7.56 4.85 0.09 27.41 04:39:28 04:07:01 0 59.87 0.00 7.58 1.58 0.10 30.87 04:39:28 04:07:01 1 60.40 0.00 7.78 4.46 0.10 27.26 04:39:28 04:07:01 2 59.48 0.00 7.49 4.05 0.08 28.89 04:39:28 04:07:01 3 59.52 0.00 8.19 18.24 0.10 13.95 04:39:28 04:07:01 4 59.83 0.00 7.35 1.72 0.08 31.01 04:39:28 04:07:01 5 61.03 0.00 6.92 1.76 0.08 30.21 04:39:28 04:07:01 6 60.72 0.00 7.21 2.01 0.08 29.97 04:39:28 04:07:01 7 59.83 0.00 7.98 5.03 0.10 27.06 04:39:28 04:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:39:28 04:08:01 0 0.00 0.00 0.05 0.00 0.02 99.93 04:39:28 04:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:08:01 4 0.07 0.00 0.02 0.00 0.03 99.88 04:39:28 04:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:08:01 7 0.02 0.00 0.02 0.03 0.00 99.93 04:39:28 04:09:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:39:28 04:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:09:01 1 0.07 0.00 0.02 0.00 0.02 99.90 04:39:28 04:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:09:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:09:01 4 0.05 0.00 0.03 0.00 0.02 99.90 04:39:28 04:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:09:01 6 0.05 0.00 0.02 0.00 0.00 99.93 04:39:28 04:09:01 7 0.00 0.00 0.02 0.00 0.02 99.97 04:39:28 04:10:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:39:28 04:10:01 0 0.05 0.00 0.02 0.02 0.02 99.90 04:39:28 04:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:39:28 04:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:10:01 3 0.00 0.00 0.02 0.03 0.02 99.93 04:39:28 04:10:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:39:28 04:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 04:39:28 04:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:10:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:39:28 04:11:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:39:28 04:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:11:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:11:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:39:28 04:11:01 5 0.00 0.00 0.03 0.00 0.00 99.97 04:39:28 04:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:39:28 04:11:01 CPU %user %nice %system %iowait %steal %idle 04:39:28 04:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:39:28 04:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:39:28 04:12:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:39:28 04:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:12:01 4 0.03 0.00 0.03 0.00 0.02 99.92 04:39:28 04:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:39:28 04:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:28 04:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:39:28 04:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:13:01 3 0.03 0.00 0.02 0.02 0.02 99.92 04:39:28 04:13:01 4 0.00 0.00 0.05 0.00 0.02 99.93 04:39:28 04:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 04:39:28 04:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:39:28 04:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:39:28 04:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:14:01 4 0.05 0.00 0.03 0.00 0.02 99.90 04:39:28 04:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:14:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:39:28 04:15:01 all 0.01 0.00 0.03 0.00 0.01 99.95 04:39:28 04:15:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:39:28 04:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 04:39:28 04:15:01 2 0.00 0.00 0.03 0.00 0.00 99.97 04:39:28 04:15:01 3 0.00 0.00 0.02 0.02 0.02 99.95 04:39:28 04:15:01 4 0.02 0.00 0.05 0.00 0.03 99.90 04:39:28 04:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:15:01 7 0.00 0.00 0.02 0.02 0.00 99.97 04:39:28 04:16:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:39:28 04:16:01 0 0.05 0.00 0.02 0.02 0.02 99.90 04:39:28 04:16:01 1 0.07 0.00 0.00 0.00 0.00 99.93 04:39:28 04:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:16:01 3 0.00 0.00 0.00 0.05 0.00 99.95 04:39:28 04:16:01 4 0.05 0.00 0.03 0.00 0.02 99.90 04:39:28 04:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:16:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:39:28 04:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:39:28 04:17:01 0 0.02 0.00 0.02 0.02 0.02 99.93 04:39:28 04:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:17:01 4 0.05 0.00 0.03 0.00 0.02 99.90 04:39:28 04:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:18:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:39:28 04:18:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:18:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:18:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:18:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:39:28 04:18:01 5 0.05 0.00 0.00 0.00 0.00 99.95 04:39:28 04:18:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:18:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:39:28 04:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:28 04:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:19:01 4 0.07 0.00 0.00 0.00 0.02 99.92 04:39:28 04:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:19:01 6 0.00 0.00 0.03 0.00 0.02 99.95 04:39:28 04:19:01 7 0.00 0.00 0.02 0.02 0.02 99.95 04:39:28 04:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:39:28 04:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:39:28 04:20:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:20:01 3 0.00 0.00 0.00 0.02 0.02 99.97 04:39:28 04:20:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:39:28 04:20:01 5 0.05 0.00 0.00 0.00 0.02 99.93 04:39:28 04:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:20:01 7 0.03 0.00 0.00 0.02 0.02 99.93 04:39:28 04:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:28 04:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:39:28 04:21:01 1 0.03 0.00 0.03 0.00 0.02 99.92 04:39:28 04:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:21:01 4 0.02 0.00 0.03 0.00 0.03 99.92 04:39:28 04:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:21:01 7 0.00 0.00 0.00 0.02 0.02 99.97 04:39:28 04:22:01 all 0.04 0.00 0.02 0.00 0.01 99.93 04:39:28 04:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:39:28 04:22:01 1 0.05 0.00 0.00 0.00 0.02 99.93 04:39:28 04:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:22:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:22:01 4 0.13 0.00 0.03 0.00 0.02 99.82 04:39:28 04:22:01 5 0.05 0.00 0.03 0.00 0.03 99.88 04:39:28 04:22:01 6 0.03 0.00 0.03 0.00 0.00 99.93 04:39:28 04:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:39:28 04:22:01 CPU %user %nice %system %iowait %steal %idle 04:39:28 04:23:01 all 0.01 0.00 0.00 0.00 0.01 99.98 04:39:28 04:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:39:28 04:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:23:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:23:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:39:28 04:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:24:01 3 0.00 0.00 0.02 0.02 0.00 99.97 04:39:28 04:24:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:24:01 5 0.05 0.00 0.03 0.00 0.03 99.88 04:39:28 04:24:01 6 0.07 0.00 0.03 0.00 0.02 99.88 04:39:28 04:24:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:39:28 04:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:28 04:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:25:01 1 0.05 0.00 0.02 0.00 0.02 99.92 04:39:28 04:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:25:01 5 0.03 0.00 0.07 0.00 0.02 99.88 04:39:28 04:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:25:01 7 0.00 0.00 0.00 0.02 0.02 99.97 04:39:28 04:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:39:28 04:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:26:01 3 0.02 0.00 0.02 0.02 0.02 99.93 04:39:28 04:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:26:01 5 0.02 0.00 0.02 0.00 0.03 99.93 04:39:28 04:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:39:28 04:26:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:39:28 04:27:01 all 0.03 0.00 0.02 0.00 0.01 99.94 04:39:28 04:27:01 0 0.05 0.00 0.00 0.00 0.02 99.93 04:39:28 04:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:39:28 04:27:01 3 0.00 0.00 0.02 0.02 0.00 99.97 04:39:28 04:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:27:01 5 0.05 0.00 0.07 0.00 0.02 99.87 04:39:28 04:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:27:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:39:28 04:28:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:39:28 04:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:28:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:39:28 04:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:28:01 3 0.00 0.00 0.00 0.02 0.02 99.97 04:39:28 04:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:28:01 5 0.00 0.00 0.07 0.00 0.03 99.90 04:39:28 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:29:01 all 0.02 0.00 0.01 0.01 0.00 99.96 04:39:28 04:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:29:01 3 0.03 0.00 0.00 0.03 0.00 99.93 04:39:28 04:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:29:01 5 0.07 0.00 0.05 0.00 0.02 99.87 04:39:28 04:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:29:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:39:28 04:30:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:39:28 04:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:30:01 5 0.03 0.00 0.03 0.00 0.03 99.90 04:39:28 04:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:30:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:31:01 all 0.03 0.00 0.01 0.00 0.00 99.95 04:39:28 04:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:31:01 1 0.05 0.00 0.02 0.00 0.02 99.92 04:39:28 04:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:31:01 3 0.02 0.00 0.00 0.02 0.00 99.97 04:39:28 04:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:31:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:31:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:39:28 04:31:01 7 0.05 0.00 0.02 0.02 0.00 99.92 04:39:28 04:32:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:28 04:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:32:01 3 0.00 0.00 0.02 0.02 0.02 99.95 04:39:28 04:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:32:01 5 0.00 0.00 0.07 0.00 0.03 99.90 04:39:28 04:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:32:01 7 0.00 0.00 0.00 0.02 0.02 99.97 04:39:28 04:33:01 all 0.03 0.00 0.01 0.00 0.01 99.96 04:39:28 04:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:39:28 04:33:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:39:28 04:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:33:01 5 0.07 0.00 0.05 0.00 0.03 99.85 04:39:28 04:33:01 6 0.02 0.00 0.02 0.02 0.00 99.95 04:39:28 04:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:39:28 04:33:01 CPU %user %nice %system %iowait %steal %idle 04:39:28 04:34:01 all 0.40 0.00 0.04 0.01 0.01 99.54 04:39:28 04:34:01 0 0.18 0.00 0.10 0.00 0.00 99.72 04:39:28 04:34:01 1 0.30 0.00 0.03 0.02 0.02 99.63 04:39:28 04:34:01 2 0.33 0.00 0.02 0.00 0.00 99.65 04:39:28 04:34:01 3 0.08 0.00 0.03 0.03 0.00 99.85 04:39:28 04:34:01 4 0.17 0.00 0.03 0.00 0.02 99.78 04:39:28 04:34:01 5 1.70 0.00 0.05 0.00 0.02 98.23 04:39:28 04:34:01 6 0.38 0.00 0.07 0.03 0.02 99.50 04:39:28 04:34:01 7 0.08 0.00 0.00 0.00 0.00 99.92 04:39:28 04:35:01 all 0.21 0.00 0.01 0.00 0.01 99.76 04:39:28 04:35:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:35:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:39:28 04:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:39:28 04:35:01 3 0.00 0.00 0.00 0.02 0.02 99.97 04:39:28 04:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:35:01 5 1.60 0.00 0.03 0.00 0.02 98.35 04:39:28 04:35:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:36:02 all 0.24 0.00 0.01 0.01 0.01 99.73 04:39:28 04:36:02 0 0.00 0.00 0.02 0.00 0.00 99.98 04:39:28 04:36:02 1 0.03 0.00 0.03 0.00 0.00 99.93 04:39:28 04:36:02 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:28 04:36:02 3 0.00 0.00 0.00 0.03 0.00 99.97 04:39:28 04:36:02 4 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:36:02 5 1.81 0.00 0.02 0.00 0.03 98.14 04:39:28 04:36:02 6 0.07 0.00 0.02 0.00 0.02 99.90 04:39:28 04:36:02 7 0.00 0.00 0.02 0.05 0.02 99.92 04:39:28 04:37:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:39:28 04:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:39:28 04:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:37:01 3 0.02 0.00 0.00 0.02 0.00 99.97 04:39:28 04:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:39:28 04:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:39:28 04:37:01 6 0.05 0.00 0.02 0.00 0.02 99.92 04:39:28 04:37:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:39:28 04:38:01 all 0.02 0.00 0.01 0.04 0.01 99.91 04:39:28 04:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:38:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:39:28 04:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:28 04:38:01 3 0.00 0.00 0.00 0.33 0.02 99.65 04:39:28 04:38:01 4 0.03 0.00 0.00 0.00 0.02 99.95 04:39:28 04:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:39:28 04:38:01 6 0.05 0.00 0.03 0.00 0.03 99.88 04:39:28 04:38:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:39:28 04:39:01 all 1.21 0.00 0.39 0.24 0.01 98.15 04:39:28 04:39:01 0 0.38 0.00 0.33 0.00 0.00 99.28 04:39:28 04:39:01 1 0.97 0.00 0.73 0.00 0.02 98.28 04:39:28 04:39:01 2 1.38 0.00 0.28 0.00 0.02 98.31 04:39:28 04:39:01 3 0.93 0.00 0.37 1.28 0.00 97.41 04:39:28 04:39:01 4 1.12 0.00 0.32 0.07 0.02 98.48 04:39:28 04:39:01 5 2.84 0.00 0.33 0.00 0.02 96.82 04:39:28 04:39:01 6 0.93 0.00 0.40 0.40 0.03 98.23 04:39:28 04:39:01 7 1.07 0.00 0.37 0.17 0.02 98.38 04:39:28 Average: all 6.03 0.00 1.13 1.16 0.02 91.66 04:39:28 Average: 0 5.99 0.00 1.04 0.84 0.02 92.12 04:39:28 Average: 1 6.14 0.00 1.13 1.95 0.02 90.75 04:39:28 Average: 2 6.06 0.00 1.10 0.42 0.01 92.40 04:39:28 Average: 3 5.97 0.00 1.27 2.11 0.02 90.64 04:39:28 Average: 4 5.99 0.00 1.10 0.81 0.02 92.07 04:39:28 Average: 5 6.33 0.00 1.08 0.37 0.03 92.20 04:39:28 Average: 6 5.93 0.00 1.16 1.41 0.02 91.47 04:39:28 Average: 7 5.79 0.00 1.18 1.40 0.02 91.61 04:39:28 04:39:28 04:39:28