Pull request #4786 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 39a5a4d2757c1de410298cadb43b906f19e1a093+c9d1faab620fff591bec2a07ba94ff74d67ceba9 (ab7d0f3bbb472638671f0e5d9a11e407aae4487d) 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-ssh6929087869469738725.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh4586334216541999311.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-4786/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-4786/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh792221294603730652.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-4786/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12412945038998029915.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh1540329462909015019.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-4786/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-4786/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16346911558422539734.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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]] ========================================================= [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.21 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 Running on prd-ubuntu20.04-docker-8c-8g-1888 in /w/workspace/edgexfoundry_edgex-go_PR-4786 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c9d1faab620fff591bec2a07ba94ff74d67ceba9 into PR head commit 39a5a4d2757c1de410298cadb43b906f19e1a093 Merge succeeded, producing 39a5a4d2757c1de410298cadb43b906f19e1a093 Checking out Revision 39a5a4d2757c1de410298cadb43b906f19e1a093 (PR-4786) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.7 to 2.2.0" First time build. Skipping changelog. > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4786/head:refs/remotes/origin/PR-4786 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # 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 c9d1faab620fff591bec2a07ba94ff74d67ceba9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:32:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:32:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:32:22 ========================================================= 19:32:22 EdgeX Global Pipelines Version Info 19:32:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:32:23 ------------------- 19:32:23 stable info: 19:32:23 ------------------- 19:32:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:32:23 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 19:32:23 Message: update stable to v1.0.258 19:32:24 ------------------- 19:32:24 experimental info: 19:32:24 ------------------- 19:32:24 Commited By: **** collab-it+edgex@linuxfoundation.org 19:32:24 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 19:32:24 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:32:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4786 [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4786 [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4786 [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 39a5a4d [Pipeline] echo 19:32:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:32:25 provisioning config files... 19:32:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5614177820573712710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:32:26 ---> ****-login.sh 19:32:26 nexus3.edgexfoundry.org:10001 19:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:32:26 Configure a credential helper to remove this warning. See 19:32:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:32:26 19:32:26 Login Succeeded 19:32:26 nexus3.edgexfoundry.org:10002 19:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:32:26 Configure a credential helper to remove this warning. See 19:32:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:32:26 19:32:26 Login Succeeded 19:32:26 nexus3.edgexfoundry.org:10003 19:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:32:26 Configure a credential helper to remove this warning. See 19:32:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:32:26 19:32:26 Login Succeeded 19:32:26 nexus3.edgexfoundry.org:10004 19:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:32:26 Configure a credential helper to remove this warning. See 19:32:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:32:26 19:32:26 Login Succeeded 19:32:26 ****.io 19:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:32:27 Configure a credential helper to remove this warning. See 19:32:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:32:27 19:32:27 Login Succeeded 19:32:27 ---> ****-login.sh ends [Pipeline] } 19:32:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:32:27 + 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 19:32:27 + dirname cmd/core-command/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo core-command,cmd/core-command/Dockerfile 19:32:27 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:32:27 + dirname cmd/core-data/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo core-data,cmd/core-data/Dockerfile 19:32:27 + dirname+ cmd/core-metadata/Dockerfile 19:32:27 cut -d/ -f2 19:32:27 + echo core-metadata,cmd/core-metadata/Dockerfile 19:32:27 + dirname cmd/security-bootstrapper/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:32:27 + dirname cmd/security-proxy-auth/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:32:27 + dirname cmd/security-proxy-setup/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:32:27 + + cut -d/ -f2 19:32:27 dirname cmd/security-secretstore-setup/Dockerfile 19:32:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:32:27 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:32:27 + dirname cmd/security-spire-agent/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:32:27 + dirname cmd/security-spire-config/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:32:27 + + dirname cmd/security-spire-server/Dockerfile 19:32:27 cut -d/ -f2 19:32:27 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:32:27 + dirname cmd/support-notifications/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo support-notifications,cmd/support-notifications/Dockerfile 19:32:27 + dirname cmd/support-scheduler/Dockerfile 19:32:27 + cut -d/ -f2 19:32:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:32:27 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 19:32:28 + git rev-list -1 --merges 39a5a4d2757c1de410298cadb43b906f19e1a093~1..39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] echo 19:32:28 -----------> git rev-list -1 --merges 39a5a4d2757c1de410298cadb43b906f19e1a093~1..39a5a4d2757c1de410298cadb43b906f19e1a093 39a5a4d2757c1de410298cadb43b906f19e1a093 [false] [Pipeline] sh 19:32:28 + git log --format=format:%s -1 39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] echo 19:32:28 ========================================================= 19:32:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:32:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:32:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:32:29 + grep -v github /etc/ssh/ssh_known_hosts 19:32:29 + [ -e /tmp/ssh_known_hosts ] 19:32:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:32:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:32:29 + sudo tee -a /etc/ssh/ssh_known_hosts 19:32:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:32:29 19:32:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:32:30 0.1.4: Pulling from edgex-devops/py-git-semver 19:32:30 b85a868b505f: Pulling fs layer 19:32:30 e2be974225ed: Pulling fs layer 19:32:30 339a4e72a1f5: Pulling fs layer 19:32:30 988bab9f4d93: Pulling fs layer 19:32:30 1469e6f7b9e6: Pulling fs layer 19:32:30 eaf3925da568: Pulling fs layer 19:32:30 bab4dde63d76: Pulling fs layer 19:32:30 bde34c3a00c8: Pulling fs layer 19:32:30 b352a97aabf1: Pulling fs layer 19:32:30 4872d77fe225: Pulling fs layer 19:32:30 5851b861e8e6: Pulling fs layer 19:32:30 eaf3925da568: Waiting 19:32:30 bab4dde63d76: Waiting 19:32:30 988bab9f4d93: Waiting 19:32:30 bde34c3a00c8: Waiting 19:32:30 b352a97aabf1: Waiting 19:32:30 4872d77fe225: Waiting 19:32:30 1469e6f7b9e6: Waiting 19:32:30 5851b861e8e6: Waiting 19:32:30 e2be974225ed: Verifying Checksum 19:32:30 e2be974225ed: Download complete 19:32:30 988bab9f4d93: Download complete 19:32:30 1469e6f7b9e6: Verifying Checksum 19:32:30 1469e6f7b9e6: Download complete 19:32:30 eaf3925da568: Verifying Checksum 19:32:30 eaf3925da568: Download complete 19:32:30 339a4e72a1f5: Verifying Checksum 19:32:30 339a4e72a1f5: Download complete 19:32:30 bde34c3a00c8: Verifying Checksum 19:32:30 bde34c3a00c8: Download complete 19:32:30 b352a97aabf1: Download complete 19:32:30 4872d77fe225: Download complete 19:32:30 5851b861e8e6: Verifying Checksum 19:32:30 5851b861e8e6: Download complete 19:32:30 b85a868b505f: Verifying Checksum 19:32:30 b85a868b505f: Download complete 19:32:30 bab4dde63d76: Verifying Checksum 19:32:30 bab4dde63d76: Download complete 19:32:31 b85a868b505f: Pull complete 19:32:31 e2be974225ed: Pull complete 19:32:32 339a4e72a1f5: Pull complete 19:32:32 988bab9f4d93: Pull complete 19:32:32 1469e6f7b9e6: Pull complete 19:32:32 eaf3925da568: Pull complete 19:32:34 bab4dde63d76: Pull complete 19:32:34 bde34c3a00c8: Pull complete 19:32:34 b352a97aabf1: Pull complete 19:32:34 4872d77fe225: Pull complete 19:32:34 5851b861e8e6: Pull complete 19:32:34 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:32:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:34 prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container 19:32:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:32:37 $ docker top b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 -eo pid,comm 19:32:37 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). 19:32:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:32:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:32:37 [ssh-agent] Looking for ssh-agent implementation... 19:32:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:32:37 $ docker exec b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent 19:32:37 SSH_AUTH_SOCK=/tmp/ssh-Rkg8j0Bi3tML/agent.32 19:32:37 SSH_AGENT_PID=38 19:32:37 Running ssh-add (command line suppressed) 19:32:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16113475756285219895.key (/w/workspace/edgex-go/1@tmp/private_key_16113475756285219895.key) 19:32:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:32:38 + git tag --points-at HEAD [Pipeline] } 19:32:38 $ docker exec --env ******** --env ******** b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent -k 19:32:38 unset SSH_AUTH_SOCK; 19:32:38 unset SSH_AGENT_PID; 19:32:38 echo Agent pid 38 killed; 19:32:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:32:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:32:38 [ssh-agent] Looking for ssh-agent implementation... 19:32:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:32:38 $ docker exec b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent 19:32:38 SSH_AUTH_SOCK=/tmp/ssh-kNL9fVKC494I/agent.71 19:32:38 SSH_AGENT_PID=77 19:32:38 Running ssh-add (command line suppressed) 19:32:38 Identity added: /w/workspace/edgex-go/1@tmp/private_key_10897819493921095044.key (/w/workspace/edgex-go/1@tmp/private_key_10897819493921095044.key) 19:32:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:32:39 + git semver init 19:32:39 2024-04-02 19:32:39,199 [run_init] DEBUG init version:0.0.0 force:False 19:32:39 2024-04-02 19:32:39,200 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:32:39 2024-04-02 19:32:39,201 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:32:39 2024-04-02 19:32:39,201 [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) 19:32:44 2024-04-02 19:32:44,111 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:32:44 2024-04-02 19:32:44,111 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4786 with force:False 19:32:44 2024-04-02 19:32:44,111 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4786 19:32:44 2024-04-02 19:32:44,116 [execute] INFO git cat-file --batch-check 19:32:44 2024-04-02 19:32:44,116 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:32:44 2024-04-02 19:32:44,123 [execute] INFO git cat-file --batch 19:32:44 2024-04-02 19:32:44,123 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:32:44 2024-04-02 19:32:44,130 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4786 19:32:44 0.0.0 [Pipeline] } 19:32:44 $ docker exec --env ******** --env ******** b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent -k 19:32:44 unset SSH_AUTH_SOCK; 19:32:44 unset SSH_AGENT_PID; 19:32:44 echo Agent pid 77 killed; 19:32:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:32:45 + git semver [Pipeline] } 19:32:45 $ docker stop --time=1 b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 19:32:46 $ docker rm -f --volumes b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 [Pipeline] // withDockerContainer [Pipeline] sh 19:32:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:32:47 Stashed 1 file(s) [Pipeline] echo 19:32:47 [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 19:32:48 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:32:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:32:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:32:48 ========================================================= 19:32:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 19:32:48 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:32:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:32:48 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 19:32:48 7264a8db6415: Pulling fs layer 19:32:48 c4d48a809fc2: Pulling fs layer 19:32:48 4f1c88b9dad5: Pulling fs layer 19:32:48 ad3a456e5733: Pulling fs layer 19:32:48 69c7f0334f64: Pulling fs layer 19:32:48 1f1c1a5573a3: Pulling fs layer 19:32:48 ad3a456e5733: Waiting 19:32:48 ce7588e14bc9: Pulling fs layer 19:32:48 b5e4710f87ac: Pulling fs layer 19:32:48 ce7588e14bc9: Waiting 19:32:48 1f1c1a5573a3: Waiting 19:32:48 b5e4710f87ac: Waiting 19:32:48 c4d48a809fc2: Download complete 19:32:48 ad3a456e5733: Verifying Checksum 19:32:48 ad3a456e5733: Download complete 19:32:48 69c7f0334f64: Download complete 19:32:48 7264a8db6415: Verifying Checksum 19:32:48 7264a8db6415: Download complete 19:32:48 1f1c1a5573a3: Verifying Checksum 19:32:48 1f1c1a5573a3: Download complete 19:32:49 7264a8db6415: Pull complete 19:32:49 c4d48a809fc2: Pull complete 19:32:49 b5e4710f87ac: Verifying Checksum 19:32:49 b5e4710f87ac: Download complete 19:32:49 4f1c88b9dad5: Verifying Checksum 19:32:49 4f1c88b9dad5: Download complete 19:32:49 ce7588e14bc9: Verifying Checksum 19:32:49 ce7588e14bc9: Download complete 19:32:52 4f1c88b9dad5: Pull complete 19:32:52 ad3a456e5733: Pull complete 19:32:52 69c7f0334f64: Pull complete 19:32:52 1f1c1a5573a3: Pull complete 19:32:54 ce7588e14bc9: Pull complete 19:32:54 b5e4710f87ac: Pull complete 19:32:54 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 19:32:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:32:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:32:55 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:32:55 WORKDIR /edgex 19:32:55 COPY go.mod . 19:32:55 RUN go mod download 19:32:55 + docker build -t ci-base-image-x86_64 -f - . 19:32:55 Sending build context to Docker daemon 175.4MB 19:32:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:32:55 ---> 88b5674ff536 19:32:55 Step 2/4 : WORKDIR /edgex 19:33:01 ---> Running in c7d563a7e3b1 19:33:01 Removing intermediate container c7d563a7e3b1 19:33:01 ---> 3caea598ee7a 19:33:01 Step 3/4 : COPY go.mod . 19:33:01 ---> 577ee862891e 19:33:01 Step 4/4 : RUN go mod download 19:33:01 ---> Running in 9a4a20c0618f 19:33:02 Still waiting to schedule task 19:33:02 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:33:33 Removing intermediate container 9a4a20c0618f 19:33:33 ---> f3ca9362a014 19:33:33 Successfully built f3ca9362a014 19:33:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:33:33 + docker inspect -f . ci-base-image-x86_64 19:33:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:33:33 prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container 19:33:33 $ 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 ******** ci-base-image-x86_64 cat 19:33:34 $ docker top 37de06d1fd7a6eb57fc7d5881c3d09b3f11421d49769014ecd04652df3ce8660 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:34 + go version 19:33:34 go version go1.21.0 linux/amd64 [Pipeline] } 19:33:34 $ docker stop --time=1 37de06d1fd7a6eb57fc7d5881c3d09b3f11421d49769014ecd04652df3ce8660 19:33:35 $ docker rm -f --volumes 37de06d1fd7a6eb57fc7d5881c3d09b3f11421d49769014ecd04652df3ce8660 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:33:36 + docker inspect -f . ci-base-image-x86_64 19:33:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:33:36 prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container 19:33:36 $ 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 ******** ci-base-image-x86_64 cat 19:33:37 $ docker top 1bc8782b9d9625c8c7645a2e86a399e41ce12da5966422723210f69205628c2e -eo pid,comm [Pipeline] { [Pipeline] echo 19:33:37 ========================================================= 19:33:37 [edgeXBuildGoParallel] Running Tests and Build... 19:33:37 ========================================================= [Pipeline] sh 19:33:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:33:37 + make test 19:33:37 go test -race -coverprofile=coverage.out ./... 19:33:44 ? github.com/edgexfoundry/edgex-go [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.049s coverage: 28.7% of statements 19:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.056s coverage: 97.0% of statements 19:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.077s coverage: 69.2% of statements 19:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 53.2% of statements 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:34:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.137s coverage: 93.4% of statements 19:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.137s coverage: 6.1% of statements 19:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.320s coverage: 97.6% of statements 19:34:21 ok github.com/edgexfoundry/edgex-go/internal/io 1.030s coverage: 72.2% of statements 19:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:34:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.070s coverage: 0.9% of statements 19:34:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.052s coverage: 32.2% of statements 19:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.060s coverage: 41.7% of statements 19:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.057s coverage: 82.9% of statements 19:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.052s coverage: 94.1% of statements 19:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.055s coverage: 96.3% of statements 19:34:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.039s coverage: 87.5% of statements 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:34:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:34:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:34:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:34:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:34:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:34:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.043s coverage: 94.4% of statements 19:34:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1893 in /w/workspace/edgexfoundry_edgex-go_PR-4786 [Pipeline] { [Pipeline] ws 19:34:36 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:34:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:34:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:34:39 The recommended git tool is: git 19:34:44 using credential edgex-jenkins-ssh 19:34:44 Cloning the remote Git repository 19:34:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:34:44 > git init /w/workspace/edgex-go/1 # timeout=10 19:34:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:34:44 > git --version # timeout=10 19:34:44 > git --version # 'git version 2.25.1' 19:34:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.263s coverage: 79.9% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.066s coverage: 92.9% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.049s coverage: 62.3% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.041s coverage: 87.2% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.032s coverage: 20.0% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.033s coverage: 100.0% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.082s coverage: 81.8% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.087s coverage: 82.1% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.039s coverage: 86.0% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.163s coverage: 63.1% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 38.4% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.050s coverage: 89.5% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.047s coverage: 84.8% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.063s coverage: 19.9% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.112s coverage: 95.7% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.051s coverage: 61.8% of statements 19:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.075s coverage: 98.9% of statements 19:34:49 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 19:34:49 running golangci-lint 19:34:49 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 19:34:49 go version go1.21.0 linux/amd64 19:34:49 level=info msg="[config_reader] Used config file .golangci.yml" 19:34:49 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:35:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:35:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:35:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:35:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:35:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:35:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4786/head:refs/remotes/origin/PR-4786 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:35:02 Merging remotes/origin/main commit c9d1faab620fff591bec2a07ba94ff74d67ceba9 into PR head commit 39a5a4d2757c1de410298cadb43b906f19e1a093 19:35:02 Merge succeeded, producing 39a5a4d2757c1de410298cadb43b906f19e1a093 19:35:02 Checking out Revision 39a5a4d2757c1de410298cadb43b906f19e1a093 (PR-4786) 19:35:03 Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.7 to 2.2.0" 19:35:03 > git --version # timeout=10 19:35:03 > git --version # 'git version 2.25.1' 19:35:03 fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 19:35:02 > git config core.sparsecheckout # timeout=10 19:35:02 > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # timeout=10 19:35:02 > git remote # timeout=10 19:35:02 > git config --get remote.origin.url # timeout=10 19:35:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:35:02 > git merge c9d1faab620fff591bec2a07ba94ff74d67ceba9 # timeout=10 19:35:02 > git rev-parse HEAD^{commit} # timeout=10 19:35:02 > git config core.sparsecheckout # timeout=10 19:35:02 > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:35:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:35:08 % Total % Received % Xferd Average Speed Time Time Time Current 19:35:08 Dload Upload Total Spent Left Speed 19:35:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh 19:35:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:35:09 + sudo tee /etc/docker/daemon.new 19:35:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:35:09 { 19:35:09 "registry-mirrors": [ 19:35:09 "https://nexus3.edgexfoundry.org:10001" 19:35:09 ], 19:35:09 "bip": "10.250.0.254/24", 19:35:09 "hosts": [ 19:35:09 "tcp://0.0.0.0:5555", 19:35:09 "unix:///var/run/docker.sock" 19:35:09 ], 19:35:09 "mtu": 1458, 19:35:09 "selinux-enabled": true, 19:35:09 "seccomp-profile": "/etc/docker/seccomp.json" 19:35:09 } [Pipeline] sh 19:35:09 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:35:10 + sudo service docker restart 19:35:11 level=info msg="[loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|deps|files|exports_file) took 20.441051762s" 19:35:11 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 48.407923ms" 19:35:23 level=info msg="[linters_context/goanalysis] analyzers took 1m44.145668251s with top 10 stages: buildir: 56.180107562s, gosec: 7.811575214s, fact_deprecated: 2.555676914s, inspect: 2.278676014s, printf: 1.732395799s, ctrlflow: 1.452294121s, fact_purity: 1.428993454s, nilness: 1.322891072s, S1038: 1.196429122s, typedness: 902.170391ms" 19:35:23 level=info msg="[runner] Issues before processing: 197, after processing: 0" 19:35:23 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 197/197, path_prettifier: 197/197, exclude-rules: 21/197, nolint: 0/21, autogenerated_exclude: 197/197, cgo: 197/197, skip_files: 197/197, skip_dirs: 197/197, exclude: 197/197, identifier_marker: 197/197" 19:35:23 level=info msg="[runner] processing took 18.077874ms with stages: nolint: 7.595695ms, identifier_marker: 5.737329ms, autogenerated_exclude: 1.667299ms, path_prettifier: 1.312319ms, exclude-rules: 1.02411ms, skip_dirs: 689.001µs, cgo: 30.691µs, filename_unadjuster: 16.72µs, exclude: 720ns, fixer: 680ns, max_same_issues: 610ns, uniq_by_line: 580ns, severity-rules: 390ns, skip_files: 370ns, diff: 370ns, sort_results: 260ns, source_code: 220ns, max_from_linter: 160ns, max_per_file_from_linter: 130ns, path_shortener: 110ns, path_prefixer: 110ns" 19:35:23 level=info msg="[runner] linters took 12.609485008s with stages: goanalysis_metalinter: 12.591285771s" 19:35:23 level=info msg="File cache stats: 0 entries of total size 0B" 19:35:23 level=info msg="Memory: 330 samples, avg is 295.6MB, max is 1247.1MB" 19:35:23 level=info msg="Execution took 33.106644206s" 19:35:23 go vet ./... 19:35:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:35:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:35:29 ./bin/test-attribution-txt.sh 19:35:29 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:35:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] configFileProvider 19:35:47 provisioning config files... 19:35:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16289316575859724353tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:35:47 + ls -al . 19:35:47 total 816 19:35:47 drwxrwxr-x 11 1001 1001 4096 Apr 2 19:33 . 19:35:47 drwxr-xr-x 4 root root 4096 Apr 2 19:33 .. 19:35:47 drwxrwxr-x 2 1001 1001 4096 Apr 2 19:32 .blubracket 19:35:47 -rw-rw-r-- 1 1001 1001 10 Apr 2 19:32 .dockerignore 19:35:47 drwxrwxr-x 8 1001 1001 4096 Apr 2 19:34 .git 19:35:47 drwxrwxr-x 3 1001 1001 4096 Apr 2 19:32 .github 19:35:47 -rw-rw-r-- 1 1001 1001 1074 Apr 2 19:32 .gitignore 19:35:47 -rw-rw-r-- 1 1001 1001 42 Apr 2 19:32 .golangci.yml 19:35:47 -rw-rw-r-- 1 1001 1001 100 Apr 2 19:32 .hadolint.yml 19:35:47 drwxr-xr-x 3 1001 1001 4096 Apr 2 19:32 .semver 19:35:47 -rw-rw-r-- 1 1001 1001 155 Apr 2 19:32 .sonarcloud.properties 19:35:47 -rw-rw-r-- 1 1001 1001 1171 Apr 2 19:32 ADOPTERS.md 19:35:47 -rw-rw-r-- 1 1001 1001 20261 Apr 2 19:32 Attribution.txt 19:35:47 -rw-rw-r-- 1 1001 1001 100284 Apr 2 19:32 CHANGELOG.md 19:35:47 -rw-rw-r-- 1 1001 1001 3804 Apr 2 19:32 CONTRIBUTING.md 19:35:47 -rw-rw-r-- 1 1001 1001 677 Apr 2 19:32 GOVERNANCE.md 19:35:47 -rw-rw-r-- 1 1001 1001 861 Apr 2 19:32 Jenkinsfile 19:35:47 -rw-rw-r-- 1 1001 1001 10775 Apr 2 19:32 LICENSE 19:35:47 -rw-rw-r-- 1 1001 1001 15392 Apr 2 19:32 Makefile 19:35:47 -rw-rw-r-- 1 1001 1001 582 Apr 2 19:32 OWNERS.md 19:35:47 -rw-rw-r-- 1 1001 1001 9528 Apr 2 19:32 README.md 19:35:47 -rw-rw-r-- 1 1001 1001 789 Apr 2 19:32 SECURITY.md 19:35:47 -rw-rw-r-- 1 1001 1001 5 Apr 2 19:32 VERSION 19:35:47 drwxrwxr-x 2 1001 1001 4096 Apr 2 19:32 bin 19:35:47 drwxrwxr-x 18 1001 1001 4096 Apr 2 19:32 cmd 19:35:47 -rw-r--r-- 1 root root 455122 Apr 2 19:34 coverage.out 19:35:47 drwxrwxr-x 2 1001 1001 4096 Apr 2 19:32 fuzz_test 19:35:47 -rw-rw-r-- 1 1001 1001 7036 Apr 2 19:32 go.mod 19:35:47 -rw-rw-r-- 1 1001 1001 101133 Apr 2 19:32 go.sum 19:35:47 drwxrwxr-x 7 1001 1001 4096 Apr 2 19:32 internal 19:35:47 drwxrwxr-x 3 1001 1001 4096 Apr 2 19:32 openapi 19:35:47 -rw-rw-r-- 1 1001 1001 584 Apr 2 19:32 security.txt 19:35:47 -rw-rw-r-- 1 1001 1001 204 Apr 2 19:32 version.go [Pipeline] sh 19:35:48 ---> ****-login.sh 19:35:48 nexus3.edgexfoundry.org:10001 19:35:48 + '[' -e coverage.out ] 19:35:48 + chown 1001:1001 coverage.out [Pipeline] stash 19:35:48 Stashed 1 file(s) [Pipeline] sh 19:35:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:48 + make build 19:35:48 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:35:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:35:48 Configure a credential helper to remove this warning. See 19:35:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:35:48 19:35:48 Login Succeeded 19:35:48 nexus3.edgexfoundry.org:10002 19:35:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:35:48 Configure a credential helper to remove this warning. See 19:35:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:35:48 19:35:48 Login Succeeded 19:35:49 nexus3.edgexfoundry.org:10003 19:35:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:35:49 Configure a credential helper to remove this warning. See 19:35:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:35:49 19:35:49 Login Succeeded 19:35:49 nexus3.edgexfoundry.org:10004 19:35:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:35:49 Configure a credential helper to remove this warning. See 19:35:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:35:49 19:35:49 Login Succeeded 19:35:49 ****.io 19:35:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:35:50 Configure a credential helper to remove this warning. See 19:35:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:35:50 19:35:50 Login Succeeded 19:35:50 ---> ****-login.sh ends [Pipeline] } 19:35:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:35:50 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:35:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:35:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:35:50 ========================================================= 19:35:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 19:35:50 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:35:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:35:51 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:35:51 9fda8d8052c6: Pulling fs layer 19:35:51 5d54e960e981: Pulling fs layer 19:35:51 c4a7e357bf2a: Pulling fs layer 19:35:51 f0e02332f6b5: Pulling fs layer 19:35:51 872ee5b61b7b: Pulling fs layer 19:35:51 0c6a40ed1a82: Pulling fs layer 19:35:51 94ae7d8d031c: Pulling fs layer 19:35:51 872ee5b61b7b: Waiting 19:35:51 0c6a40ed1a82: Waiting 19:35:51 f0e02332f6b5: Waiting 19:35:51 94ae7d8d031c: Waiting 19:35:51 5d54e960e981: Verifying Checksum 19:35:51 5d54e960e981: Download complete 19:35:51 f0e02332f6b5: Verifying Checksum 19:35:51 f0e02332f6b5: Download complete 19:35:51 872ee5b61b7b: Download complete 19:35:51 9fda8d8052c6: Verifying Checksum 19:35:51 9fda8d8052c6: Download complete 19:35:52 94ae7d8d031c: Verifying Checksum 19:35:52 94ae7d8d031c: Download complete 19:35:52 9fda8d8052c6: Pull complete 19:35:53 5d54e960e981: Pull complete 19:35:53 c4a7e357bf2a: Verifying Checksum 19:35:53 c4a7e357bf2a: Download complete 19:35:54 0c6a40ed1a82: Download complete 19:36:06 c4a7e357bf2a: Pull complete 19:36:06 f0e02332f6b5: Pull complete 19:36:06 872ee5b61b7b: Pull complete 19:36:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:36:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:36:10 go build -tags " non_delayedstart" -ldflags "-s -w -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 19:36:10 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:36:14 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:36:14 0c6a40ed1a82: Pull complete 19:36:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:36:16 94ae7d8d031c: Pull complete 19:36:16 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 19:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:36:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:36:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:36:16 WORKDIR /edgex 19:36:16 COPY go.mod . 19:36:16 RUN go mod download 19:36:16 + docker build -t ci-base-image-arm64 -f - . 19:36:17 Sending build context to Docker daemon 3.001MB 19:36:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:36:17 ---> 86de565de09d 19:36:17 Step 2/4 : WORKDIR /edgex 19:36:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:36:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:36:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:36:19 ---> Running in 1004aa10ceeb 19:36:19 Removing intermediate container 1004aa10ceeb 19:36:19 ---> 0dd7ec65b3d3 19:36:19 Step 3/4 : COPY go.mod . 19:36:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:36:19 ---> 0a0994033002 19:36:19 Step 4/4 : RUN go mod download 19:36:19 ---> Running in 8d43690ac92a 19:36:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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] } 19:36:20 $ docker stop --time=1 1bc8782b9d9625c8c7645a2e86a399e41ce12da5966422723210f69205628c2e 19:36:25 $ docker rm -f --volumes 1bc8782b9d9625c8c7645a2e86a399e41ce12da5966422723210f69205628c2e [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 19:36:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:36:27 19:36:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:36:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:36:27 latest: Pulling from edgex-devops/edgex-compose 19:36:27 91d30c5bc195: Pulling fs layer 19:36:27 2e9b0aa3be6d: Pulling fs layer 19:36:27 9c61dcf015f6: Pulling fs layer 19:36:27 4698f68db338: Pulling fs layer 19:36:27 2a2f49069b9e: Pulling fs layer 19:36:27 e0025b399a48: Pulling fs layer 19:36:27 4698f68db338: Waiting 19:36:27 2a2f49069b9e: Waiting 19:36:27 e0025b399a48: Waiting 19:36:27 91d30c5bc195: Verifying Checksum 19:36:27 91d30c5bc195: Download complete 19:36:27 4698f68db338: Verifying Checksum 19:36:27 4698f68db338: Download complete 19:36:27 2e9b0aa3be6d: Verifying Checksum 19:36:27 2e9b0aa3be6d: Download complete 19:36:27 e0025b399a48: Verifying Checksum 19:36:27 e0025b399a48: Download complete 19:36:27 91d30c5bc195: Pull complete 19:36:27 2a2f49069b9e: Verifying Checksum 19:36:27 2a2f49069b9e: Download complete 19:36:27 2e9b0aa3be6d: Pull complete 19:36:28 9c61dcf015f6: Verifying Checksum 19:36:28 9c61dcf015f6: Download complete 19:36:30 9c61dcf015f6: Pull complete 19:36:30 4698f68db338: Pull complete 19:36:30 2a2f49069b9e: Pull complete 19:36:30 e0025b399a48: Pull complete 19:36:30 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:36:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:36:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:36:31 prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container 19:36:31 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:36:33 $ docker top d9e779c8be64d468c8af273b341e3927c100d54ee38c29c9a63ca6919e3d1471 -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:34 + docker compose -f ./docker-compose-build.yml build --parallel 19:36:36 #1 [core-data internal] load build definition from Dockerfile 19:36:36 #1 transferring dockerfile: 19:36:36 #1 transferring dockerfile: 2.01kB done 19:36:36 #1 DONE 0.0s 19:36:36 19:36:36 #2 [security-secretstore-setup internal] load build definition from Dockerfile 19:36:36 #2 transferring dockerfile: 2.49kB done 19:36:36 #2 DONE 0.0s 19:36:36 19:36:36 #3 [security-bootstrapper internal] load build definition from Dockerfile 19:36:36 #3 transferring dockerfile: 2.93kB done 19:36:36 #3 DONE 0.0s 19:36:36 19:36:36 #4 [support-scheduler internal] load build definition from Dockerfile 19:36:36 #4 transferring dockerfile: 1.93kB done 19:36:36 #4 DONE 0.0s 19:36:36 19:36:36 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:36:36 #5 transferring dockerfile: 1.89kB done 19:36:36 #5 DONE 0.0s 19:36:36 19:36:36 #6 [core-command internal] load build definition from Dockerfile 19:36:36 #6 transferring dockerfile: 1.93kB done 19:36:36 #6 DONE 0.0s 19:36:36 19:36:36 #7 [security-spire-agent internal] load build definition from Dockerfile 19:36:36 #7 transferring dockerfile: 1.81kB done 19:36:36 #7 DONE 0.0s 19:36:36 19:36:36 #8 [security-spire-server internal] load build definition from Dockerfile 19:36:36 #8 transferring dockerfile: 1.70kB done 19:36:36 #8 DONE 0.0s 19:36:36 19:36:36 #9 [support-notifications internal] load build definition from Dockerfile 19:36:36 #9 transferring dockerfile: 1.95kB done 19:36:36 #9 DONE 0.0s 19:36:36 19:36:36 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:36:36 #10 transferring dockerfile: 2.23kB done 19:36:36 #10 DONE 0.0s 19:36:36 19:36:36 #11 [security-proxy-setup internal] load build definition from Dockerfile 19:36:36 #11 transferring dockerfile: 2.50kB done 19:36:36 #11 DONE 0.1s 19:36:36 19:36:36 #12 [core-metadata internal] load build definition from Dockerfile 19:36:36 #12 transferring dockerfile: 2.06kB done 19:36:36 #12 DONE 0.1s 19:36:36 19:36:36 #13 [security-spire-config internal] load build definition from Dockerfile 19:36:36 #13 transferring dockerfile: 1.69kB done 19:36:36 #13 DONE 0.1s 19:36:36 19:36:36 #14 [core-data internal] load .dockerignore 19:36:36 #14 transferring context: 50B 0.0s done 19:36:36 #14 DONE 0.1s 19:36:36 19:36:36 #15 [security-proxy-auth internal] load build definition from Dockerfile 19:36:36 #15 transferring dockerfile: 2.15kB done 19:36:36 #15 DONE 0.0s 19:36:36 19:36:36 #16 [security-secretstore-setup internal] load .dockerignore 19:36:36 #16 transferring context: 50B done 19:36:36 #16 DONE 0.0s 19:36:36 19:36:36 #17 [security-bootstrapper internal] load .dockerignore 19:36:36 #17 transferring context: 50B done 19:36:36 #17 DONE 0.0s 19:36:36 19:36:36 #18 [support-scheduler internal] load .dockerignore 19:36:36 #18 transferring context: 50B done 19:36:36 #18 DONE 0.0s 19:36:36 19:36:36 #19 [security-spiffe-token-provider internal] load .dockerignore 19:36:36 #19 transferring context: 50B done 19:36:36 #19 DONE 0.0s 19:36:36 19:36:36 #20 [core-command internal] load .dockerignore 19:36:36 #20 transferring context: 50B done 19:36:36 #20 DONE 0.0s 19:36:36 19:36:36 #21 [security-spire-agent internal] load .dockerignore 19:36:36 #21 transferring context: 50B done 19:36:36 #21 DONE 0.0s 19:36:36 19:36:36 #22 [security-spire-server internal] load .dockerignore 19:36:36 #22 transferring context: 50B done 19:36:36 #22 DONE 0.0s 19:36:36 19:36:36 #23 [support-notifications internal] load .dockerignore 19:36:36 #23 transferring context: 50B done 19:36:36 #23 DONE 0.0s 19:36:36 19:36:36 #24 [core-common-config-bootstrapper internal] load .dockerignore 19:36:36 #24 transferring context: 50B done 19:36:36 #24 DONE 0.0s 19:36:36 19:36:36 #25 [core-metadata internal] load .dockerignore 19:36:36 #25 transferring context: 50B done 19:36:36 #25 DONE 0.0s 19:36:36 19:36:36 #26 [security-proxy-setup internal] load .dockerignore 19:36:36 #26 transferring context: 50B done 19:36:36 #26 DONE 0.0s 19:36:36 19:36:36 #27 [security-spire-config internal] load .dockerignore 19:36:36 #27 transferring context: 50B done 19:36:36 #27 DONE 0.0s 19:36:36 19:36:36 #28 [security-proxy-auth internal] load .dockerignore 19:36:36 #28 transferring context: 50B done 19:36:36 #28 DONE 0.0s 19:36:36 19:36:36 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:36:36 #29 DONE 0.0s 19:36:36 19:36:36 #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 19:36:37 #30 ... 19:36:37 19:36:37 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:36:37 #29 DONE 0.0s 19:36:37 19:36:37 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 19:36:37 #30 ... 19:36:37 19:36:37 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:36:37 #29 DONE 0.0s 19:36:37 19:36:37 #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 19:36:37 #30 ... 19:36:37 19:36:37 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:36:37 #29 DONE 0.0s 19:36:37 19:36:37 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 19:36:37 #30 DONE 0.6s 19:36:37 19:36:37 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 19:36:37 #31 DONE 0.5s 19:36:37 19:36:37 #32 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:36:37 #32 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:36:37 #32 ... 19:36:37 19:36:37 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 19:36:37 #33 DONE 0.5s 19:36:37 19:36:37 #32 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:36:37 #32 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:36:37 #32 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 19:36:37 #32 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 19:36:37 #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0B / 3.40MB 0.1s 19:36:37 #32 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:36:37 #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 1.05MB / 3.40MB 0.2s 19:36:37 #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.3s 19:36:37 #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.3s done 19:36:37 #32 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 19:36:38 #32 ... 19:36:38 19:36:38 #34 [security-spire-server internal] load build context 19:36:38 #34 transferring context: 26.69kB 0.0s done 19:36:38 #34 DONE 0.7s 19:36:38 19:36:38 #32 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:36:38 #32 ... 19:36:38 19:36:38 #35 [security-spire-agent internal] load build context 19:36:38 #35 transferring context: 26.22kB 0.0s done 19:36:38 #35 DONE 0.7s 19:36:38 19:36:38 #36 [security-spire-config internal] load build context 19:36:38 #36 transferring context: 24.94kB 0.0s done 19:36:38 #36 DONE 0.7s 19:36:38 19:36:38 #32 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:36:38 #32 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.4s done 19:36:39 #32 DONE 1.6s 19:36:39 19:36:39 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:36:39 #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 19:36:39 #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done 19:36:39 #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 19:36:39 #37 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 19:36:39 #37 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 19:36:39 #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done 19:36:39 #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done 19:36:39 #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:36:39 #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s done 19:36:39 #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 19:36:39 #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 19:36:39 #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.1s 19:36:39 #37 ... 19:36:39 19:36:39 #38 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:36:39 #38 DONE 1.7s 19:36:39 19:36:39 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:36:40 #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.9s done 19:36:45 #37 ... 19:36:45 19:36:45 #39 [support-notifications internal] load build context 19:36:45 #39 transferring context: 204.30MB 6.8s 19:36:45 #39 ... 19:36:45 19:36:45 #40 [security-bootstrapper internal] load build context 19:36:46 #40 ... 19:36:46 19:36:46 #39 [support-notifications internal] load build context 19:36:47 #39 ... 19:36:47 19:36:47 #41 [core-command internal] load build context 19:36:47 #41 ... 19:36:47 19:36:47 #42 [support-scheduler internal] load build context 19:36:47 #42 ... 19:36:47 19:36:47 #43 [security-secretstore-setup internal] load build context 19:36:47 #43 ... 19:36:47 19:36:47 #44 [core-common-config-bootstrapper internal] load build context 19:36:48 #44 ... 19:36:48 19:36:48 #45 [security-proxy-auth internal] load build context 19:36:48 #45 ... 19:36:48 19:36:48 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:36:48 #46 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done 19:36:48 #46 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 19:36:48 #46 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 19:36:48 #46 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 19:36:48 #46 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 19:36:48 #46 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done 19:36:48 #46 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:36:48 #46 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 19:36:48 #46 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done 19:36:48 #46 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.7s 19:36:48 #46 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 19:36:48 #46 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.8s done 19:36:48 #46 ... 19:36:48 19:36:48 #47 [core-data internal] load build context 19:36:48 #47 ... 19:36:48 19:36:48 #48 [security-spiffe-token-provider internal] load build context 19:36:48 #48 ... 19:36:48 19:36:48 #49 [core-metadata internal] load build context 19:36:48 #49 ... 19:36:48 19:36:48 #50 [security-proxy-setup internal] load build context 19:36:48 #50 ... 19:36:48 19:36:48 #49 [core-metadata internal] load build context 19:36:49 #49 ... 19:36:49 19:36:49 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:36:49 #0 4.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:36:49 #0 4.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:36:49 #0 4.709 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:36:49 #0 4.709 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:36:49 #0 4.709 OK: 20072 distinct packages available 19:36:49 #0 4.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:36:49 #0 4.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:36:49 #0 5.043 (1/4) Installing dumb-init (1.2.5-r2) 19:36:49 #0 5.341 (2/4) Installing musl-obstack (1.2.3-r2) 19:36:49 #0 5.343 (3/4) Installing libucontext (1.2-r2) 19:36:49 #0 5.350 (4/4) Installing gcompat (1.1.0-r1) 19:36:49 #0 5.355 Executing busybox-1.36.1-r5.trigger 19:36:49 #0 5.359 OK: 8 MiB in 19 packages 19:36:49 #51 ... 19:36:49 19:36:49 #52 [support-scheduler builder 2/7] WORKDIR /edgex-go 19:36:49 #52 ... 19:36:49 19:36:49 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:36:50 #53 ... 19:36:50 19:36:50 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:36:50 #54 ... 19:36:50 19:36:50 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:36:50 #55 ... 19:36:50 19:36:50 #56 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:36:50 #56 ... 19:36:50 19:36:50 #57 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:36:50 #57 ... 19:36:50 19:36:50 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:36:50 #58 ... 19:36:50 19:36:50 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:36:50 #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:36:50 #0 4.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:36:50 #0 4.636 (1/1) Installing dumb-init (1.2.5-r2) 19:36:50 #0 4.724 Executing busybox-1.36.1-r5.trigger 19:36:50 #0 4.729 OK: 7 MiB in 16 packages 19:36:50 #59 ... 19:36:50 19:36:50 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:36:50 #60 ... 19:36:50 19:36:50 #45 [security-proxy-auth internal] load build context 19:36:50 #45 transferring context: 367.41MB 13.0s 19:36:51 #45 transferring context: 405.54MB 13.7s done 19:36:54 #45 ... 19:36:54 19:36:54 #47 [core-data internal] load build context 19:36:54 #47 transferring context: 405.54MB 16.3s done 19:36:57 #47 ... 19:36:57 19:36:57 #40 [security-bootstrapper internal] load build context 19:36:57 #40 transferring context: 405.54MB 14.2s done 19:36:57 #40 ... 19:36:57 19:36:57 #41 [core-command internal] load build context 19:36:57 #41 transferring context: 405.54MB 14.4s done 19:36:57 #41 ... 19:36:57 19:36:57 #39 [support-notifications internal] load build context 19:36:57 #39 transferring context: 405.54MB 14.3s done 19:36:57 #39 ... 19:36:57 19:36:57 #43 [security-secretstore-setup internal] load build context 19:36:57 #43 transferring context: 405.54MB 14.3s done 19:36:57 #43 ... 19:36:57 19:36:57 #42 [support-scheduler internal] load build context 19:36:57 #42 transferring context: 405.54MB 13.8s done 19:36:58 #42 ... 19:36:58 19:36:58 #44 [core-common-config-bootstrapper internal] load build context 19:36:58 #44 transferring context: 405.54MB 13.5s done 19:36:58 #44 ... 19:36:58 19:36:58 #48 [security-spiffe-token-provider internal] load build context 19:36:58 #48 transferring context: 405.54MB 14.3s done 19:36:58 #48 ... 19:36:58 19:36:58 #50 [security-proxy-setup internal] load build context 19:36:58 #50 transferring context: 405.54MB 14.1s done 19:36:59 #50 ... 19:36:59 19:36:59 #49 [core-metadata internal] load build context 19:36:59 #49 transferring context: 405.54MB 13.8s done 19:37:00 #49 DONE 22.4s 19:37:00 19:37:00 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:37:00 #51 DONE 21.0s 19:37:00 19:37:00 #44 [core-common-config-bootstrapper internal] load build context 19:37:00 #44 DONE 22.5s 19:37:00 19:37:00 #45 [security-proxy-auth internal] load build context 19:37:00 #45 DONE 22.5s 19:37:00 19:37:00 #50 [security-proxy-setup internal] load build context 19:37:00 #50 DONE 22.5s 19:37:00 19:37:00 #52 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 19:37:00 #52 DONE 21.0s 19:37:00 19:37:00 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:37:00 #59 DONE 20.9s 19:37:00 19:37:00 #61 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:37:00 #61 ... 19:37:00 19:37:00 #42 [support-scheduler internal] load build context 19:37:00 #42 DONE 22.5s 19:37:00 19:37:00 #40 [security-bootstrapper internal] load build context 19:37:00 #40 DONE 22.5s 19:37:00 19:37:00 #48 [security-spiffe-token-provider internal] load build context 19:37:00 #48 DONE 22.5s 19:37:00 19:37:00 #39 [support-notifications internal] load build context 19:37:00 #39 DONE 22.6s 19:37:00 19:37:00 #41 [core-command internal] load build context 19:37:00 #41 DONE 22.6s 19:37:00 19:37:00 #43 [security-secretstore-setup internal] load build context 19:37:00 #43 DONE 22.6s 19:37:00 19:37:00 #47 [core-data internal] load build context 19:37:00 #47 DONE 22.6s 19:37:00 19:37:00 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:37:01 #37 ... 19:37:01 19:37:01 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:37:01 #55 21.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #55 21.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #55 21.67 (1/2) Installing dumb-init (1.2.5-r2) 19:37:01 #55 21.67 (2/2) Installing su-exec (0.2-r3) 19:37:01 #55 21.76 Executing busybox-1.36.1-r5.trigger 19:37:01 #55 21.76 OK: 7 MiB in 17 packages 19:37:01 #55 DONE 22.2s 19:37:01 19:37:01 #56 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:37:01 #56 21.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #56 21.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #56 21.83 (1/1) Installing dumb-init (1.2.5-r2) 19:37:01 #56 21.83 Executing busybox-1.36.1-r5.trigger 19:37:01 #56 21.84 OK: 7 MiB in 16 packages 19:37:01 #56 DONE 22.2s 19:37:01 19:37:01 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:37:01 #60 21.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #60 21.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #60 21.65 (1/4) Installing dumb-init (1.2.5-r2) 19:37:01 #60 21.66 (2/4) Installing openssl (3.1.4-r5) 19:37:01 #60 21.67 (3/4) Installing su-exec (0.2-r3) 19:37:01 #60 21.76 (4/4) Installing yq (4.33.3-r5) 19:37:01 #60 21.99 Executing busybox-1.36.1-r5.trigger 19:37:01 #60 21.99 OK: 17 MiB in 19 packages 19:37:01 #60 DONE 22.2s 19:37:01 19:37:01 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:37:01 #0 0.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #0 0.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #0 1.094 OK: 264 MiB in 52 packages 19:37:01 #62 DONE 1.3s 19:37:01 19:37:01 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:37:01 #54 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #54 21.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #54 21.72 (1/4) Installing ca-certificates (20240226-r0) 19:37:01 #54 21.74 (2/4) Installing dumb-init (1.2.5-r2) 19:37:01 #54 21.74 (3/4) Installing su-exec (0.2-r3) 19:37:01 #54 21.76 (4/4) Installing yq (4.33.3-r5) 19:37:01 #54 22.00 Executing busybox-1.36.1-r5.trigger 19:37:01 #54 22.01 Executing ca-certificates-20240226-r0.trigger 19:37:01 #54 22.05 OK: 17 MiB in 19 packages 19:37:01 #54 DONE 22.2s 19:37:01 19:37:01 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:37:01 #58 21.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #58 21.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #58 22.01 (1/2) Installing ca-certificates (20240226-r0) 19:37:01 #58 22.04 (2/2) Installing dumb-init (1.2.5-r2) 19:37:01 #58 22.04 Executing busybox-1.36.1-r5.trigger 19:37:01 #58 22.05 Executing ca-certificates-20240226-r0.trigger 19:37:01 #58 22.12 OK: 8 MiB in 17 packages 19:37:01 #58 DONE 22.3s 19:37:01 19:37:01 #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:37:01 #63 DONE 0.1s 19:37:01 19:37:01 #64 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 19:37:01 #64 ... 19:37:01 19:37:01 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:37:01 #53 21.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #53 21.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #53 21.86 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:37:01 #53 21.86 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:37:01 #53 21.86 OK: 20072 distinct packages available 19:37:01 #53 21.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #53 22.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #53 22.25 (1/11) Installing ca-certificates (20240226-r0) 19:37:01 #53 22.27 (2/11) Installing brotli-libs (1.0.9-r14) 19:37:01 #53 22.28 (3/11) Installing libunistring (1.1-r1) 19:37:01 #53 22.30 (4/11) Installing libidn2 (2.3.4-r1) 19:37:01 #53 22.31 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:37:01 #53 22.31 (6/11) Installing libcurl (8.5.0-r0) 19:37:01 #53 22.32 (7/11) Installing curl (8.5.0-r0) 19:37:01 #53 22.33 (8/11) Installing dumb-init (1.2.5-r2) 19:37:01 #53 22.35 (9/11) Installing musl-obstack (1.2.3-r2) 19:37:01 #53 22.35 (10/11) Installing libucontext (1.2-r2) 19:37:01 #53 22.36 (11/11) Installing gcompat (1.1.0-r1) 19:37:01 #53 22.37 Executing busybox-1.36.1-r5.trigger 19:37:01 #53 22.38 Executing ca-certificates-20240226-r0.trigger 19:37:01 #53 22.43 OK: 12 MiB in 26 packages 19:37:01 #53 DONE 22.6s 19:37:01 19:37:01 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:37:01 #0 1.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:01 #0 1.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:01 #0 1.584 OK: 264 MiB in 52 packages 19:37:01 #65 DONE 1.7s 19:37:01 19:37:01 #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:37:01 #66 DONE 0.1s 19:37:01 19:37:01 #67 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:02 #67 ... 19:37:02 19:37:02 #68 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:37:02 #68 DONE 0.0s 19:37:02 19:37:02 #69 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:37:02 #0 1.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:02 #0 1.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:02 #0 1.532 Upgrading critical system libraries and apk-tools: 19:37:02 #0 1.533 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:02 #0 1.541 Executing busybox-1.36.1-r5.trigger 19:37:02 #0 1.609 Continuing the upgrade transaction with new apk-tools: 19:37:02 #0 1.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:02 #0 1.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:02 #0 1.909 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:02 #0 1.917 OK: 7 MiB in 16 packages 19:37:02 #69 DONE 2.1s 19:37:02 19:37:02 #61 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:37:02 #61 1.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:02 #61 1.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:02 #61 1.976 OK: 264 MiB in 52 packages 19:37:02 #61 DONE 2.2s 19:37:02 19:37:02 #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:02 #70 ... 19:37:02 19:37:02 #71 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:37:02 #0 1.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:02 #0 1.725 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:02 #0 1.942 Upgrading critical system libraries and apk-tools: 19:37:02 #0 1.942 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:02 #0 1.948 Executing busybox-1.36.1-r5.trigger 19:37:02 #0 2.003 Continuing the upgrade transaction with new apk-tools: 19:37:02 #0 2.047 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:02 #0 2.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:02 #0 2.347 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:02 #0 2.356 OK: 8 MiB in 19 packages 19:37:02 #71 DONE 2.5s 19:37:02 19:37:02 #72 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:37:03 #72 DONE 0.6s 19:37:03 19:37:03 #57 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:37:03 #57 21.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:03 #57 22.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:03 #57 22.90 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:37:03 #57 22.90 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:37:03 #57 22.90 OK: 20072 distinct packages available 19:37:03 #57 22.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:03 #57 23.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:03 #57 23.29 (1/5) Installing dumb-init (1.2.5-r2) 19:37:03 #57 23.30 (2/5) Installing musl-obstack (1.2.3-r2) 19:37:03 #57 23.30 (3/5) Installing libucontext (1.2-r2) 19:37:03 #57 23.31 (4/5) Installing gcompat (1.1.0-r1) 19:37:03 #57 23.31 (5/5) Installing openssl (3.1.4-r5) 19:37:03 #57 23.32 Executing busybox-1.36.1-r5.trigger 19:37:03 #57 23.34 OK: 8 MiB in 20 packages 19:37:03 #57 DONE 24.0s 19:37:03 19:37:03 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:37:03 #0 1.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:03 #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:03 #0 2.069 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:37:03 #0 2.069 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:37:03 #0 2.069 OK: 20078 distinct packages available 19:37:03 #0 2.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:03 #0 2.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:03 #0 2.525 OK: 264 MiB in 52 packages 19:37:03 #73 DONE 3.2s 19:37:03 19:37:03 #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 19:37:03 #74 ... 19:37:03 19:37:03 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:37:03 #75 DONE 0.1s 19:37:03 19:37:03 #76 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:37:03 #76 DONE 0.1s 19:37:03 19:37:03 #77 [security-spire-config stage-2 6/10] COPY security.txt / 19:37:03 #77 DONE 0.0s 19:37:03 19:37:03 #78 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:37:03 #78 DONE 0.0s 19:37:03 19:37:03 #79 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:37:03 #79 DONE 0.0s 19:37:03 19:37:03 #80 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:37:03 #80 DONE 0.0s 19:37:03 19:37:03 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:37:03 #0 1.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:03 #0 1.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:03 #0 1.736 Upgrading critical system libraries and apk-tools: 19:37:03 #0 1.736 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:03 #0 1.744 Executing busybox-1.36.1-r5.trigger 19:37:03 #0 1.801 Continuing the upgrade transaction with new apk-tools: 19:37:03 #0 1.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:03 #0 1.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:03 #0 2.071 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:03 #0 2.078 OK: 7 MiB in 17 packages 19:37:03 #81 DONE 2.2s 19:37:03 19:37:03 #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:37:03 #82 ... 19:37:03 19:37:03 #83 [security-spire-config] exporting to image 19:37:03 #83 exporting layers 0.5s done 19:37:03 #83 writing image sha256:fe0ce83590bd94a6d1af8712cbfedc8ba9d9726c8fcf84aa3d7cc66cb21bcdaa done 19:37:03 #83 naming to docker.io/library/security-spire-config done 19:37:03 #83 DONE 0.5s 19:37:03 19:37:03 #64 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 19:37:03 #64 2.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:03 #64 2.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #64 2.842 Upgrading critical system libraries and apk-tools: 19:37:04 #64 2.842 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:04 #64 2.844 Executing busybox-1.36.1-r5.trigger 19:37:04 #64 2.893 Continuing the upgrade transaction with new apk-tools: 19:37:04 #64 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #64 3.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #64 3.242 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:04 #64 3.250 OK: 7 MiB in 16 packages 19:37:04 #64 DONE 3.4s 19:37:04 19:37:04 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:37:04 #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 2.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #0 2.836 Upgrading critical system libraries and apk-tools: 19:37:04 #0 2.836 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:04 #0 2.847 Executing busybox-1.36.1-r5.trigger 19:37:04 #0 2.921 Continuing the upgrade transaction with new apk-tools: 19:37:04 #0 2.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.236 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:04 #0 3.246 OK: 17 MiB in 19 packages 19:37:04 #84 DONE 3.4s 19:37:04 19:37:04 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:37:04 #85 DONE 0.0s 19:37:04 19:37:04 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:37:04 #0 2.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 2.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #0 2.878 Upgrading critical system libraries and apk-tools: 19:37:04 #0 2.878 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:04 #0 2.891 Executing busybox-1.36.1-r5.trigger 19:37:04 #0 2.976 Continuing the upgrade transaction with new apk-tools: 19:37:04 #0 2.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.273 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:04 #0 3.283 Executing ca-certificates-20240226-r0.trigger 19:37:04 #0 3.333 OK: 17 MiB in 19 packages 19:37:04 #86 DONE 3.4s 19:37:04 19:37:04 #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 19:37:04 #74 1.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #74 ... 19:37:04 19:37:04 #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:37:04 #82 DONE 1.5s 19:37:04 19:37:04 #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:37:04 #87 DONE 0.0s 19:37:04 19:37:04 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:37:04 #0 2.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 2.816 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.056 Upgrading critical system libraries and apk-tools: 19:37:04 #0 3.056 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:04 #0 3.072 Executing busybox-1.36.1-r5.trigger 19:37:04 #0 3.161 Continuing the upgrade transaction with new apk-tools: 19:37:04 #0 3.163 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.478 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:04 #0 3.486 Executing ca-certificates-20240226-r0.trigger 19:37:04 #0 3.547 OK: 8 MiB in 17 packages 19:37:04 #88 DONE 3.6s 19:37:04 19:37:04 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:37:04 #0 2.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 2.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.091 Upgrading critical system libraries and apk-tools: 19:37:04 #0 3.091 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:04 #0 3.100 Executing busybox-1.36.1-r5.trigger 19:37:04 #0 3.176 Continuing the upgrade transaction with new apk-tools: 19:37:04 #0 3.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:04 #0 3.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:05 #89 3.443 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:05 #89 3.451 Executing ca-certificates-20240226-r0.trigger 19:37:05 #89 3.501 OK: 12 MiB in 26 packages 19:37:05 #89 DONE 3.6s 19:37:05 19:37:05 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:06 #90 ... 19:37:06 19:37:06 #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 19:37:06 #74 2.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:06 #74 2.827 Upgrading critical system libraries and apk-tools: 19:37:06 #74 2.827 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:37:06 #74 2.833 Executing busybox-1.36.1-r5.trigger 19:37:06 #74 2.893 Continuing the upgrade transaction with new apk-tools: 19:37:06 #74 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:37:06 #74 2.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:37:06 #74 3.168 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:37:06 #74 3.194 OK: 8 MiB in 20 packages 19:37:06 #74 DONE 3.3s 19:37:06 19:37:06 #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:37:07 #91 DONE 1.0s 19:37:07 19:37:07 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:37:07 #92 DONE 1.0s 19:37:07 19:37:07 #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:37:07 #93 DONE 0.0s 19:37:07 19:37:07 #94 [security-spire-server stage-2 6/9] COPY security.txt / 19:37:08 #94 DONE 0.5s 19:37:08 19:37:08 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:37:08 #95 DONE 0.6s 19:37:08 19:37:08 #96 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:37:08 #96 DONE 0.0s 19:37:08 19:37:08 #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:37:08 #97 DONE 0.0s 19:37:08 19:37:08 #98 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:37:08 #98 DONE 0.0s 19:37:08 19:37:08 #99 [security-spire-agent stage-3 7/10] COPY security.txt / 19:37:08 #99 DONE 0.0s 19:37:08 19:37:08 #100 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:37:08 #100 DONE 0.0s 19:37:08 19:37:08 #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:37:08 #101 DONE 0.0s 19:37:08 19:37:08 #83 [security-spire-server] exporting to image 19:37:08 #83 ... 19:37:08 19:37:08 #102 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:37:08 #102 DONE 0.1s 19:37:08 19:37:08 #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:37:08 #103 DONE 0.0s 19:37:08 19:37:08 #83 [security-spire-agent] exporting to image 19:37:08 #83 exporting layers 0.5s done 19:37:08 #83 writing image sha256:9da1140087b4dd9ef22badd57e9358bd9863b18cad86c24b0820403c1479f7b1 done 19:37:08 #83 naming to docker.io/library/security-spire-server done 19:37:08 #83 writing image sha256:7f62b1b124ec475092117f30ba4f2e1d1f2b04be30ca7ebcb88ea8216a9c54a1 done 19:37:08 #83 naming to docker.io/library/security-spire-agent done 19:37:08 #83 DONE 1.2s 19:37:08 19:37:08 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:10 #104 ... 19:37:10 19:37:10 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:37:27 Removing intermediate container 8d43690ac92a 19:37:27 ---> 92b4de7129ae 19:37:27 Successfully built 92b4de7129ae 19:37:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:37:28 + docker inspect -f . ci-base-image-arm64 19:37:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:37:28 prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container 19:37:28 $ 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 ******** ci-base-image-arm64 cat 19:37:29 $ docker top dfb27ddb54c122eaabd9386e440ad05e4f47130f421cf7030671bba2a7dadf4f -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:30 + go version 19:37:30 go version go1.21.0 linux/arm64 [Pipeline] } 19:37:30 $ docker stop --time=1 dfb27ddb54c122eaabd9386e440ad05e4f47130f421cf7030671bba2a7dadf4f 19:37:32 $ docker rm -f --volumes dfb27ddb54c122eaabd9386e440ad05e4f47130f421cf7030671bba2a7dadf4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:37:33 + docker inspect -f . ci-base-image-arm64 19:37:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:37:33 prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container 19:37: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 ******** ci-base-image-arm64 cat 19:37:34 $ docker top b6b29923cb3d9c099d7234ee03a17f9ea60510204df1e6f2aab98b4fe5310957 -eo pid,comm [Pipeline] { [Pipeline] echo 19:37:34 ========================================================= 19:37:34 [edgeXBuildGoParallel] Running Tests and Build... 19:37:34 ========================================================= [Pipeline] sh 19:37:35 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:37:36 + make test 19:37:36 go test -race -coverprofile=coverage.out ./... 19:37:42 #46 ... 19:37:42 19:37:42 #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:42 #70 DONE 35.6s 19:37:42 19:37:42 #67 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:42 #67 DONE 35.9s 19:37:42 19:37:42 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:42 #104 DONE 36.4s 19:37:42 19:37:42 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:42 #90 DONE 34.5s 19:37:42 19:37:42 #105 [support-notifications builder 6/7] COPY . . 19:37:44 #105 ... 19:37:44 19:37:44 #106 [security-spiffe-token-provider builder 6/7] COPY . . 19:37:44 #106 ... 19:37:44 19:37:44 #107 [security-proxy-setup builder 6/7] COPY . . 19:37:44 #107 DONE 7.3s 19:37:44 19:37:44 #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:37:45 #108 ... 19:37:45 19:37:45 #109 [security-bootstrapper builder 6/7] COPY . . 19:37:45 #109 CACHED 19:37:45 19:37:45 #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:45 #110 CACHED 19:37:45 19:37:45 #111 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:37:45 #111 CACHED 19:37:45 19:37:45 #106 [security-spiffe-token-provider builder 6/7] COPY . . 19:37:45 #106 DONE 7.3s 19:37:45 19:37:45 #112 [security-secretstore-setup builder 6/7] COPY . . 19:37:45 #112 CACHED 19:37:45 19:37:45 #113 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:45 #113 CACHED 19:37:45 19:37:45 #114 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:37:45 #114 CACHED 19:37:45 19:37:45 #115 [support-scheduler builder 6/7] COPY . . 19:37:45 #115 CACHED 19:37:45 19:37:45 #116 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:37:45 #116 CACHED 19:37:45 19:37:45 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:45 #117 CACHED 19:37:45 19:37:45 #118 [security-proxy-auth builder 6/7] COPY . . 19:37:45 #118 DONE 7.3s 19:37:45 19:37:45 #119 [core-command builder 6/7] COPY . . 19:37:45 #119 CACHED 19:37:45 19:37:45 #120 [core-command builder 4/7] COPY go.mod vendor* ./ 19:37:45 #120 CACHED 19:37:45 19:37:45 #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:45 #121 CACHED 19:37:45 19:37:45 #122 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:45 #122 CACHED 19:37:45 19:37:45 #123 [core-metadata builder 6/7] COPY . . 19:37:45 #123 CACHED 19:37:45 19:37:45 #124 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:37:45 #124 CACHED 19:37:45 19:37:45 #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:45 #125 CACHED 19:37:45 19:37:45 #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:37:45 #126 CACHED 19:37:45 19:37:45 #127 [core-common-config-bootstrapper builder 6/7] COPY . . 19:37:45 #127 CACHED 19:37:45 19:37:45 #105 [support-notifications builder 6/7] COPY . . 19:37:45 #105 DONE 7.3s 19:37:45 19:37:45 #128 [core-data builder 4/7] COPY go.mod vendor* ./ 19:37:45 #128 CACHED 19:37:45 19:37:45 #129 [core-data builder 6/7] COPY . . 19:37:45 #129 CACHED 19:37:45 19:37:45 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:45 #130 CACHED 19:37:45 19:37:45 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:37:46 #131 1.172 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:37:56 #131 ... 19:37:56 19:37:56 #132 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:37:56 #0 0.511 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:37:56 #132 ... 19:37:56 19:37:56 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:37:56 #0 1.119 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:37:56 #133 ... 19:37:56 19:37:56 #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:37:56 #0 0.931 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:37:56 #134 ... 19:37:56 19:37:56 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:37:56 #0 0.748 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:37:56 #135 ... 19:37:56 19:37:56 #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:37:56 #0 0.583 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:37:56 #136 ... 19:37:56 19:37:56 #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:37:56 #0 1.186 go build -tags " non_delayedstart" -ldflags "-s -w -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 19:37:56 #137 ... 19:37:56 19:37:56 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:37:56 #0 1.035 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:37:56 #138 ... 19:37:56 19:37:56 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:37:56 #0 1.245 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:37:56 #139 ... 19:37:56 19:37:56 #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:37:56 #108 0.670 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:37:56 #108 ... 19:37:56 19:37:56 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:37:56 #0 1.122 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:38:14 ? github.com/edgexfoundry/edgex-go [no test files] 19:38:53 #140 ... 19:38:53 19:38:53 #132 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:38:53 #132 65.92 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:39:25 #132 ... 19:39:25 19:39:25 #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:39:25 #134 DONE 100.5s 19:39:25 19:39:25 #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:39:25 #136 DONE 100.5s 19:39:25 19:39:25 #132 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:39:25 #132 DONE 100.5s 19:39:25 19:39:25 #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:39:25 #108 DONE 100.6s 19:39:25 19:39:25 #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:39:25 #141 ... 19:39:25 19:39:25 #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:39:25 #137 DONE 100.7s 19:39:25 19:39:25 #142 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:39:26 #142 ... 19:39:26 19:39:26 #143 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:39:26 #143 DONE 0.6s 19:39:26 19:39:26 #144 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:39:26 #144 ... 19:39:26 19:39:26 #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:39:26 #141 DONE 1.0s 19:39:26 19:39:26 #145 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:39:26 #145 DONE 1.0s 19:39:26 19:39:26 #142 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:39:26 #142 DONE 0.8s 19:39:26 19:39:26 #146 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:39:26 #146 DONE 0.9s 19:39:26 19:39:26 #144 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:39:26 #144 DONE 0.6s 19:39:26 19:39:26 #147 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:39:28 #147 ... 19:39:28 19:39:28 #148 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:39:28 #148 DONE 1.4s 19:39:28 19:39:28 #149 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:39:28 #149 DONE 1.6s 19:39:28 19:39:28 #150 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:39:28 #150 ... 19:39:28 19:39:28 #147 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:39:28 #147 DONE 1.6s 19:39:28 19:39:28 #151 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:39:28 #151 DONE 1.8s 19:39:28 19:39:28 #152 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:39:29 #152 ... 19:39:29 19:39:29 #153 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:39:29 #153 DONE 1.5s 19:39:29 19:39:29 #154 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:39:29 #154 DONE 1.4s 19:39:29 19:39:29 #150 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:39:29 #150 DONE 1.5s 19:39:29 19:39:29 #152 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:39:29 #152 DONE 1.2s 19:39:29 19:39:29 #83 [security-spiffe-token-provider] exporting to image 19:39:29 #83 exporting layers 19:39:30 #83 ... 19:39:30 19:39:30 #155 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:39:30 #155 DONE 3.6s 19:39:30 19:39:30 #156 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:39:30 #156 ... 19:39:30 19:39:30 #157 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:39:30 #157 DONE 0.9s 19:39:30 19:39:30 #158 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 19:39:30 #158 DONE 0.9s 19:39:30 19:39:30 #159 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:39:30 #159 DONE 0.7s 19:39:30 19:39:30 #156 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:39:30 #156 DONE 0.7s 19:39:30 19:39:30 #83 [security-spiffe-token-provider] exporting to image 19:39:30 #83 exporting layers 1.0s done 19:39:30 #83 writing image sha256:3416ed0d8ef5d4f6e7c6be2d12436c3e74c943448b85dbeb5668401c2a680991 done 19:39:30 #83 naming to docker.io/library/security-spiffe-token-provider 0.1s done 19:39:30 #83 DONE 2.5s 19:39:30 19:39:30 #160 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:39:30 #160 DONE 0.4s 19:39:30 19:39:30 #161 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:39:31 #161 ... 19:39:31 19:39:31 #162 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:39:31 #162 DONE 0.7s 19:39:31 19:39:31 #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:39:31 #163 DONE 0.7s 19:39:31 19:39:31 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:39:31 #164 ... 19:39:31 19:39:31 #161 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:39:31 #161 DONE 0.9s 19:39:31 19:39:31 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:39:31 #164 DONE 0.4s 19:39:31 19:39:31 #165 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:39:31 #165 DONE 0.5s 19:39:31 19:39:31 #166 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:39:32 #166 DONE 0.7s 19:39:32 19:39:32 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:39:32 #167 DONE 0.8s 19:39:32 19:39:32 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:39:32 #168 ... 19:39:32 19:39:32 #169 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:32 #169 DONE 1.6s 19:39:32 19:39:32 #83 [core-common-config-bootstrapper] exporting to image 19:39:33 #83 ... 19:39:33 19:39:33 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:39:33 #168 DONE 0.4s 19:39:33 19:39:33 #170 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:39:33 #170 DONE 0.6s 19:39:33 19:39:33 #171 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:39:34 #171 DONE 1.4s 19:39:34 19:39:34 #172 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:34 #172 DONE 2.5s 19:39:34 19:39:34 #83 [security-proxy-setup] exporting to image 19:39:34 #83 exporting layers 1.6s done 19:39:34 #83 writing image sha256:1571638c582b281b1bedb76b7938c8985ea5647f63334bba85a2f1274f5c4efb 19:39:34 #83 writing image sha256:1571638c582b281b1bedb76b7938c8985ea5647f63334bba85a2f1274f5c4efb 0.4s done 19:39:34 #83 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 19:39:35 #83 ... 19:39:35 19:39:35 #173 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:39:35 #173 DONE 1.0s 19:39:35 19:39:35 #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:39:37 #174 ... 19:39:37 19:39:37 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:39:37 #133 DONE 112.6s 19:39:37 19:39:37 #175 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:38 #175 ... 19:39:38 19:39:38 #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:39:38 #174 DONE 3.0s 19:39:38 19:39:38 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:39:39 #131 ... 19:39:39 19:39:39 #176 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:39:39 #176 ... 19:39:39 19:39:39 #175 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:39 #175 DONE 5.9s 19:39:39 19:39:39 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:39:39 #135 DONE 114.4s 19:39:39 19:39:39 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:39:39 #138 DONE 114.4s 19:39:39 19:39:39 #83 [security-secretstore-setup] exporting to image 19:39:39 #83 exporting layers 5.0s done 19:39:39 #83 ... 19:39:39 19:39:39 #176 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:39:39 #176 DONE 0.4s 19:39:39 19:39:39 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:39:39 #139 DONE 114.5s 19:39:39 19:39:39 #83 [security-proxy-setup] exporting to image 19:39:39 #83 writing image sha256:c1d0b2bb0ddf4cc99ed94762fe9f2e4307b0d2522be49797d9902ea359b769a8 done 19:39:39 #83 naming to docker.io/library/security-proxy-setup done 19:39:39 #83 ... 19:39:39 19:39:39 #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:39:39 #177 DONE 0.4s 19:39:39 19:39:39 #83 [security-secretstore-setup] exporting to image 19:39:39 #83 exporting layers 0.4s done 19:39:39 #83 writing image sha256:7534fbb1f47b5a22e2c83973f22bc94d92f2dca367d8585630e48be7dc4acf04 0.0s done 19:39:39 #83 naming to docker.io/library/security-secretstore-setup 0.0s done 19:39:39 #83 DONE 9.4s 19:39:39 19:39:39 #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:39:39 #178 DONE 0.2s 19:39:39 19:39:39 #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:39:39 #179 DONE 0.1s 19:39:39 19:39:39 #180 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:39:39 #180 DONE 0.3s 19:39:39 19:39:39 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:39:39 #181 CACHED 19:39:39 19:39:39 #182 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:39:39 #182 CACHED 19:39:39 19:39:39 #183 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:39:39 #183 CACHED 19:39:39 19:39:39 #184 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:39:39 #184 CACHED 19:39:39 19:39:39 #185 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:39:42 #185 ... 19:39:42 19:39:42 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:39:42 #140 DONE 117.4s 19:39:42 19:39:42 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:39:42 #131 DONE 117.4s 19:39:42 19:39:42 #186 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:39:42 #186 DONE 2.5s 19:39:42 19:39:42 #187 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:39:42 #187 DONE 2.8s 19:39:42 19:39:42 #188 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:39:42 #188 DONE 2.6s 19:39:42 19:39:42 #189 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:39:42 #189 DONE 2.6s 19:39:42 19:39:42 #190 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:39:42 #190 CACHED 19:39:42 19:39:42 #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:39:42 #191 CACHED 19:39:42 19:39:42 #185 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:39:42 #185 DONE 2.6s 19:39:42 19:39:42 #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:39:42 #192 ... 19:39:42 19:39:42 #193 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:39:42 #193 DONE 0.3s 19:39:43 19:39:43 #194 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:39:43 #194 DONE 0.4s 19:39:43 19:39:43 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:39:43 #195 DONE 0.3s 19:39:43 19:39:43 #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:39:43 #196 DONE 0.3s 19:39:43 19:39:43 #83 [core-data] exporting to image 19:39:43 #83 ... 19:39:43 19:39:43 #197 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:39:43 #197 DONE 0.7s 19:39:43 19:39:43 #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:39:43 #192 DONE 0.8s 19:39:43 19:39:43 #83 [core-command] exporting to image 19:39:43 #83 ... 19:39:43 19:39:43 #198 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:39:43 #198 DONE 0.6s 19:39:43 19:39:43 #199 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:39:43 #199 DONE 0.6s 19:39:43 19:39:43 #200 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:39:43 #200 DONE 0.6s 19:39:43 19:39:43 #83 [security-bootstrapper] exporting to image 19:39:43 #83 writing image sha256:cbba1bfbdf73f77f7038698bd448a878f5c4be3bbeb6f0a1aeafb948aba486c0 0.1s done 19:39:43 #83 naming to docker.io/library/security-bootstrapper done 19:39:43 #83 ... 19:39:43 19:39:43 #201 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:39:43 #201 DONE 0.1s 19:39:43 19:39:43 #83 [support-scheduler] exporting to image 19:39:43 #83 exporting layers 1.0s done 19:39:43 #83 ... 19:39:43 19:39:43 #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:39:43 #202 DONE 0.5s 19:39:43 19:39:43 #203 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:39:43 #203 DONE 0.0s 19:39:43 19:39:43 #83 [support-notifications] exporting to image 19:39:43 #83 writing image sha256:405b80910f2ebdcd5f37be2cb8e37f2f97be0223cb1413cf4ac08bf29e1ba893 done 19:39:43 #83 naming to docker.io/library/core-data done 19:39:43 #83 writing image sha256:d1b27795e5160297c80795638fe93edcae99bd07e7ff2ea31cd39ea60c814383 done 19:39:43 #83 naming to docker.io/library/core-command done 19:39:44 #83 exporting layers 0.2s done 19:39:44 #83 writing image sha256:9a0fe4011f39465b0555de8d745259c8c3eee84f1988a31eb96f97b535227707 done 19:39:44 #83 naming to docker.io/library/support-notifications 19:39:44 #83 ... 19:39:44 19:39:44 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:39:44 #204 DONE 0.7s 19:39:44 19:39:44 #83 [security-proxy-auth] exporting to image 19:39:44 #83 naming to docker.io/library/support-notifications done 19:39:44 #83 exporting layers 0.2s done 19:39:44 #83 writing image sha256:8063ce9de32f4731ca5983485edce3c81504e215e4f7ea39393f16e3a2c9956a done 19:39:44 #83 naming to docker.io/library/support-scheduler done 19:39:44 #83 writing image sha256:ab3876cd1e8a6bc4bf01cd53f7db16ba3eb129a040445b9bd509f00e6c1814e0 done 19:39:44 #83 naming to docker.io/library/core-metadata done 19:39:44 #83 writing image sha256:a295c72589e458d5347f0d57850cbc1c5914dc317521a8dbacee2e2b9c20a921 done 19:39:44 #83 naming to docker.io/library/security-proxy-auth done 19:39:44 #83 DONE 11.3s 19:39:44 19:39:44 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:39:44 time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:39:44 $ docker stop --time=1 d9e779c8be64d468c8af273b341e3927c100d54ee38c29c9a63ca6919e3d1471 19:39:45 $ docker rm -f --volumes d9e779c8be64d468c8af273b341e3927c100d54ee38c29c9a63ca6919e3d1471 [Pipeline] // withDockerContainer [Pipeline] sh 19:39:46 + docker images 19:39:46 REPOSITORY TAG IMAGE ID CREATED SIZE 19:39:46 core-metadata latest ab3876cd1e8a 2 seconds ago 35.9MB 19:39:46 support-scheduler latest 8063ce9de32f 2 seconds ago 38.3MB 19:39:46 security-proxy-auth latest a295c72589e4 2 seconds ago 33MB 19:39:46 support-notifications latest 9a0fe4011f39 2 seconds ago 38.9MB 19:39:46 core-data latest 405b80910f2e 3 seconds ago 35.8MB 19:39:46 security-bootstrapper latest cbba1bfbdf73 3 seconds ago 19.2MB 19:39:46 core-command latest d1b27795e516 3 seconds ago 35.4MB 19:39:46 security-secretstore-setup latest 7534fbb1f47b 7 seconds ago 37MB 19:39:46 security-proxy-setup latest c1d0b2bb0ddf 11 seconds ago 26.5MB 19:39:46 core-common-config-bootstrapper latest 1571638c582b 13 seconds ago 15.5MB 19:39:46 security-spiffe-token-provider latest 3416ed0d8ef5 16 seconds ago 29.2MB 19:39:46 security-spire-agent latest 7f62b1b124ec 2 minutes ago 161MB 19:39:46 security-spire-server latest 9da1140087b4 2 minutes ago 103MB 19:39:46 security-spire-config latest fe0ce83590bd 2 minutes ago 102MB 19:39:46 ci-base-image-x86_64 latest f3ca9362a014 6 minutes ago 977MB 19:39:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 4 months ago 564MB 19:39:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 10 months ago 334MB 19:39:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 21 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] } 19:40:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:40:36 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:40:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:40:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:40:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:40:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:40:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:40:40 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:40:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:40:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:40:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.204s coverage: 28.7% of statements 19:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.283s coverage: 97.0% of statements 19:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:41:04 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.415s coverage: 69.2% of statements 19:41:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:41:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:41:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.333s coverage: 53.2% of statements 19:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:41:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.680s coverage: 93.4% of statements 19:41:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.573s coverage: 6.1% of statements 19:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:41:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:41:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:41:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:41:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:41:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:41:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:41:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:41:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.564s coverage: 97.6% of statements 19:41:41 ok github.com/edgexfoundry/edgex-go/internal/io 1.193s coverage: 72.2% of statements 19:41:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:41:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.428s coverage: 0.9% of statements 19:41:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.250s coverage: 32.2% of statements 19:41:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.358s coverage: 41.7% of statements 19:41:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.289s coverage: 82.9% of statements 19:41:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.272s coverage: 94.1% of statements 19:41:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.186s coverage: 96.3% of statements 19:41:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.205s coverage: 87.5% of statements 19:41:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:42:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:42:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:42:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:42:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:42:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.191s coverage: 94.4% of statements 19:42:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:42:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:42:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:42:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:42:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:42:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:42:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.929s coverage: 79.9% of statements 19:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.247s coverage: 92.9% of statements 19:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.074s coverage: 64.4% of statements 19:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.208s coverage: 62.3% of statements 19:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.195s coverage: 87.2% of statements 19:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.174s coverage: 20.0% of statements 19:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.172s coverage: 100.0% of statements 19:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.392s coverage: 81.8% of statements 19:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.384s coverage: 82.1% of statements 19:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.211s coverage: 86.0% of statements 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.867s coverage: 63.1% of statements 19:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.225s coverage: 100.0% of statements 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.125s coverage: 89.4% of statements 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.076s coverage: 100.0% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:42:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.071s coverage: 73.7% of statements 19:42:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.075s coverage: 100.0% of statements 19:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:42:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.738s coverage: 38.4% of statements 19:42:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.214s coverage: 89.5% of statements 19:42:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:42:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:42:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:42:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:42:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.207s coverage: 84.8% of statements 19:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.262s coverage: 19.9% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.512s coverage: 95.7% of statements 19:42:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:42:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:42:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.264s coverage: 61.8% of statements 19:43:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:43:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:43:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.395s coverage: 98.9% of statements 19:43:03 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 19:43:03 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:43:03 go vet ./... 19:46:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:46:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:46:10 ./bin/test-attribution-txt.sh 19:46:10 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [Pipeline] echo 19:46:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:46:10 + ls -al . 19:46:10 total 812 19:46:10 drwxrwxr-x 10 1001 1001 4096 Apr 2 19:37 . 19:46:10 drwxr-xr-x 4 root root 4096 Apr 2 19:37 .. 19:46:10 drwxrwxr-x 2 1001 1001 4096 Apr 2 19:35 .blubracket 19:46:10 -rw-rw-r-- 1 1001 1001 10 Apr 2 19:35 .dockerignore 19:46:10 drwxrwxr-x 8 1001 1001 4096 Apr 2 19:35 .git 19:46:10 drwxrwxr-x 3 1001 1001 4096 Apr 2 19:35 .github 19:46:10 -rw-rw-r-- 1 1001 1001 1074 Apr 2 19:35 .gitignore 19:46:10 -rw-rw-r-- 1 1001 1001 42 Apr 2 19:35 .golangci.yml 19:46:10 -rw-rw-r-- 1 1001 1001 100 Apr 2 19:35 .hadolint.yml 19:46:10 -rw-rw-r-- 1 1001 1001 155 Apr 2 19:35 .sonarcloud.properties 19:46:10 -rw-rw-r-- 1 1001 1001 1171 Apr 2 19:35 ADOPTERS.md 19:46:10 -rw-rw-r-- 1 1001 1001 20261 Apr 2 19:35 Attribution.txt 19:46:10 -rw-rw-r-- 1 1001 1001 100284 Apr 2 19:35 CHANGELOG.md 19:46:10 -rw-rw-r-- 1 1001 1001 3804 Apr 2 19:35 CONTRIBUTING.md 19:46:10 -rw-rw-r-- 1 1001 1001 677 Apr 2 19:35 GOVERNANCE.md 19:46:10 -rw-rw-r-- 1 1001 1001 861 Apr 2 19:35 Jenkinsfile 19:46:10 -rw-rw-r-- 1 1001 1001 10775 Apr 2 19:35 LICENSE 19:46:10 -rw-rw-r-- 1 1001 1001 15392 Apr 2 19:35 Makefile 19:46:10 -rw-rw-r-- 1 1001 1001 582 Apr 2 19:35 OWNERS.md 19:46:10 -rw-rw-r-- 1 1001 1001 9528 Apr 2 19:35 README.md 19:46:10 -rw-rw-r-- 1 1001 1001 789 Apr 2 19:35 SECURITY.md 19:46:10 -rw-rw-r-- 1 1001 1001 5 Apr 2 19:32 VERSION 19:46:10 drwxrwxr-x 2 1001 1001 4096 Apr 2 19:35 bin 19:46:10 drwxrwxr-x 18 1001 1001 4096 Apr 2 19:35 cmd 19:46:10 -rw-r--r-- 1 root root 455122 Apr 2 19:43 coverage.out 19:46:10 drwxrwxr-x 2 1001 1001 4096 Apr 2 19:35 fuzz_test 19:46:10 -rw-rw-r-- 1 1001 1001 7036 Apr 2 19:35 go.mod 19:46:10 -rw-rw-r-- 1 1001 1001 101133 Apr 2 19:35 go.sum 19:46:10 drwxrwxr-x 7 1001 1001 4096 Apr 2 19:35 internal 19:46:10 drwxrwxr-x 3 1001 1001 4096 Apr 2 19:35 openapi 19:46:10 -rw-rw-r-- 1 1001 1001 584 Apr 2 19:35 security.txt 19:46:10 -rw-rw-r-- 1 1001 1001 204 Apr 2 19:35 version.go [Pipeline] sh 19:46:11 + '[' -e coverage.out ] 19:46:11 + chown 1001:1001 coverage.out [Pipeline] stash 19:46:11 Warning: overwriting stash ‘coverage-report’ 19:46:12 Stashed 1 file(s) [Pipeline] sh 19:46:12 + make build 19:46:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:48:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:48:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:48:41 go build -tags " non_delayedstart" -ldflags "-s -w -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 19:48:43 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:49:09 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:49:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:49:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:49:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:49:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:49:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:49:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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] } 19:49:41 $ docker stop --time=1 b6b29923cb3d9c099d7234ee03a17f9ea60510204df1e6f2aab98b4fe5310957 19:49:43 $ docker rm -f --volumes b6b29923cb3d9c099d7234ee03a17f9ea60510204df1e6f2aab98b4fe5310957 [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 19:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:49:47 19:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:49:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:49:47 latest: Pulling from edgex-devops/edgex-compose-arm64 19:49:47 547446be3368: Pulling fs layer 19:49:47 d125d8839a47: Pulling fs layer 19:49:47 3e85d5ac6304: Pulling fs layer 19:49:48 c3105a71a48b: Pulling fs layer 19:49:48 0f093f025ec4: Pulling fs layer 19:49:48 c3106fc0e877: Pulling fs layer 19:49:48 c3105a71a48b: Waiting 19:49:48 0f093f025ec4: Waiting 19:49:48 c3106fc0e877: Waiting 19:49:48 547446be3368: Verifying Checksum 19:49:48 547446be3368: Download complete 19:49:48 c3105a71a48b: Verifying Checksum 19:49:48 c3105a71a48b: Download complete 19:49:48 d125d8839a47: Verifying Checksum 19:49:48 d125d8839a47: Download complete 19:49:48 c3106fc0e877: Verifying Checksum 19:49:48 c3106fc0e877: Download complete 19:49:48 0f093f025ec4: Verifying Checksum 19:49:48 0f093f025ec4: Download complete 19:49:49 547446be3368: Pull complete 19:49:49 d125d8839a47: Pull complete 19:49:50 3e85d5ac6304: Download complete 19:50:00 3e85d5ac6304: Pull complete 19:50:00 c3105a71a48b: Pull complete 19:50:01 0f093f025ec4: Pull complete 19:50:01 c3106fc0e877: Pull complete 19:50:01 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 19:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:50:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:50:02 prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container 19:50:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:50:04 $ docker top 0e0ea581cc41131f3ea142327fe26171a3588bc4447379d4e5b8b77afe003a00 -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:04 + docker compose -f ./docker-compose-build.yml build --parallel 19:50:14 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:50:14 #1 transferring dockerfile: 1.89kB 0.0s done 19:50:14 #1 DONE 0.1s 19:50:14 19:50:14 #2 [security-bootstrapper internal] load build definition from Dockerfile 19:50:14 #2 transferring dockerfile: 2.93kB done 19:50:14 #2 DONE 0.0s 19:50:14 19:50:14 #3 [core-metadata internal] load build definition from Dockerfile 19:50:14 #3 transferring dockerfile: 2.06kB done 19:50:14 #3 DONE 0.1s 19:50:14 19:50:14 #4 [core-command internal] load build definition from Dockerfile 19:50:14 #4 transferring dockerfile: 1.93kB done 19:50:14 #4 DONE 0.1s 19:50:14 19:50:14 #5 [core-data internal] load build definition from Dockerfile 19:50:14 #5 transferring dockerfile: 2.01kB done 19:50:14 #5 DONE 0.1s 19:50:14 19:50:14 #6 [security-spire-agent internal] load build definition from Dockerfile 19:50:14 #6 transferring dockerfile: 1.81kB done 19:50:14 #6 DONE 0.1s 19:50:14 19:50:14 #7 [security-spire-server internal] load build definition from Dockerfile 19:50:14 #7 transferring dockerfile: 1.70kB done 19:50:14 #7 DONE 0.1s 19:50:14 19:50:14 #8 [security-spire-config internal] load build definition from Dockerfile 19:50:14 #8 transferring dockerfile: 1.69kB done 19:50:14 #8 DONE 0.1s 19:50:14 19:50:14 #9 [security-proxy-setup internal] load build definition from Dockerfile 19:50:14 #9 transferring dockerfile: 2.50kB 0.0s done 19:50:14 #9 DONE 0.1s 19:50:14 19:50:14 #10 [support-notifications internal] load build definition from Dockerfile 19:50:14 #10 transferring dockerfile: 1.95kB done 19:50:14 #10 DONE 0.1s 19:50:14 19:50:14 #11 [security-secretstore-setup internal] load build definition from Dockerfile 19:50:14 #11 transferring dockerfile: 2.49kB 0.0s done 19:50:14 #11 DONE 0.1s 19:50:14 19:50:14 #12 [support-scheduler internal] load build definition from Dockerfile 19:50:14 #12 transferring dockerfile: 1.93kB done 19:50:14 #12 DONE 0.1s 19:50:14 19:50:14 #13 [security-proxy-auth internal] load build definition from Dockerfile 19:50:14 #13 transferring dockerfile: 2.15kB done 19:50:14 #13 DONE 0.1s 19:50:14 19:50:14 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:50:14 #14 transferring dockerfile: 2.23kB done 19:50:14 #14 DONE 0.1s 19:50:14 19:50:14 #15 [security-spiffe-token-provider internal] load .dockerignore 19:50:14 #15 transferring context: 50B 0.0s done 19:50:14 #15 DONE 0.1s 19:50:15 19:50:15 #16 [security-bootstrapper internal] load .dockerignore 19:50:15 #16 transferring context: 50B done 19:50:15 #16 DONE 0.0s 19:50:15 19:50:15 #17 [core-metadata internal] load .dockerignore 19:50:15 #17 transferring context: 50B done 19:50:15 #17 DONE 0.0s 19:50:15 19:50:15 #18 [core-command internal] load .dockerignore 19:50:15 #18 transferring context: 50B done 19:50:15 #18 DONE 0.1s 19:50:15 19:50:15 #19 [core-data internal] load .dockerignore 19:50:15 #19 transferring context: 50B done 19:50:15 #19 DONE 0.1s 19:50:15 19:50:15 #20 [security-spire-agent internal] load .dockerignore 19:50:15 #20 transferring context: 50B 0.0s done 19:50:15 #20 DONE 0.1s 19:50:15 19:50:15 #21 [security-spire-server internal] load .dockerignore 19:50:15 #21 transferring context: 50B 0.0s done 19:50:15 #21 DONE 0.1s 19:50:15 19:50:15 #22 [security-spire-config internal] load .dockerignore 19:50:15 #22 transferring context: 50B 0.0s done 19:50:15 #22 DONE 0.1s 19:50:15 19:50:15 #23 [security-proxy-setup internal] load .dockerignore 19:50:15 #23 transferring context: 50B done 19:50:15 #23 DONE 0.1s 19:50:15 19:50:15 #24 [support-notifications internal] load .dockerignore 19:50:16 #24 transferring context: 50B done 19:50:16 #24 DONE 0.1s 19:50:16 19:50:16 #25 [security-secretstore-setup internal] load .dockerignore 19:50:16 #25 transferring context: 50B done 19:50:16 #25 DONE 0.1s 19:50:16 19:50:16 #26 [support-scheduler internal] load .dockerignore 19:50:16 #26 transferring context: 50B done 19:50:16 #26 DONE 0.1s 19:50:16 19:50:16 #27 [security-proxy-auth internal] load .dockerignore 19:50:16 #27 transferring context: 50B done 19:50:16 #27 DONE 0.1s 19:50:16 19:50:16 #28 [core-common-config-bootstrapper internal] load .dockerignore 19:50:16 #28 transferring context: 50B 0.0s done 19:50:16 #28 DONE 0.1s 19:50:16 19:50:16 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:16 #29 DONE 0.0s 19:50:16 19:50:16 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 19:50:16 #30 DONE 0.5s 19:50:16 19:50:16 #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:16 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:16 #31 ... 19:50:16 19:50:16 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:16 #29 DONE 0.0s 19:50:16 19:50:16 #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:16 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:16 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:16 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:16 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 0B / 3.33MB 0.1s 19:50:16 #31 ... 19:50:16 19:50:16 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:16 #29 DONE 0.0s 19:50:16 19:50:16 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:50:16 #30 DONE 0.5s 19:50:16 19:50:16 #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:17 #31 ... 19:50:17 19:50:17 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:17 #29 DONE 0.0s 19:50:17 19:50:17 #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 19:50:17 #30 DONE 0.5s 19:50:17 19:50:17 #31 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:17 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:17 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:17 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:17 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:17 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.10MB / 3.33MB 0.3s 19:50:17 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:17 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:17 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:17 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:17 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:17 #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 19:50:17 #31 ... 19:50:17 19:50:17 #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 19:50:17 #30 DONE 0.8s 19:50:17 19:50:17 #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:17 #31 ... 19:50:17 19:50:17 #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 19:50:17 #30 DONE 0.9s 19:50:18 19:50:18 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:18 #29 DONE 0.0s 19:50:18 19:50:18 #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:18 #31 ... 19:50:18 19:50:18 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:18 #29 DONE 0.0s 19:50:18 19:50:18 #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:18 #31 ... 19:50:18 19:50:18 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:18 #29 DONE 0.0s 19:50:18 19:50:18 #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:18 #31 ... 19:50:18 19:50:18 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 19:50:18 #30 DONE 1.4s 19:50:18 19:50:18 #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:18 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:18 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:18 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:18 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:18 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:18 #31 ... 19:50:18 19:50:18 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:18 #29 DONE 0.0s 19:50:18 19:50:18 #31 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:18 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:18 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:18 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:18 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:18 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:19 #31 ... 19:50:19 19:50:19 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:19 #29 DONE 0.1s 19:50:19 19:50:19 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 19:50:19 #32 DONE 1.5s 19:50:19 19:50:19 #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:50:19 #33 DONE 3.0s 19:50:19 19:50:19 #31 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:19 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:19 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:19 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:19 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:19 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:19 #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done 19:50:19 #31 ... 19:50:19 19:50:19 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 19:50:19 #34 DONE 1.6s 19:50:19 19:50:19 #31 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:19 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:19 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:19 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:19 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:19 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:19 #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done 19:50:19 #31 ... 19:50:19 19:50:19 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:19 #29 DONE 0.1s 19:50:19 19:50:19 #31 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:19 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:19 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:19 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:19 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:19 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:19 #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done 19:50:19 #31 ... 19:50:19 19:50:19 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:50:19 #30 DONE 2.0s 19:50:19 19:50:19 #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:50:19 #33 DONE 3.0s 19:50:19 19:50:19 #31 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:19 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:19 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:19 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:19 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:19 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:19 #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done 19:50:19 #31 ... 19:50:19 19:50:19 #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:50:19 #33 DONE 3.0s 19:50:19 19:50:19 #31 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:19 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 19:50:19 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 19:50:19 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 19:50:19 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 19:50:19 #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done 19:50:19 #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done 19:50:19 #31 ... 19:50:19 19:50:19 #35 [security-spire-config internal] load build context 19:50:19 #35 transferring context: 24.94kB 0.1s done 19:50:19 #35 DONE 0.8s 19:50:19 19:50:19 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:50:19 #36 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.7s done 19:50:19 #36 DONE 0.7s 19:50:20 19:50:20 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:20 #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.7s done 19:50:20 #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 19:50:20 #37 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 19:50:20 #37 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 19:50:20 #37 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 19:50:20 #37 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 19:50:20 #37 ... 19:50:20 19:50:20 #38 [security-spire-agent internal] load build context 19:50:20 #38 transferring context: 26.22kB 0.2s done 19:50:20 #38 DONE 1.3s 19:50:20 19:50:20 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:20 #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s 19:50:20 #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.3s 19:50:20 #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done 19:50:20 #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s 19:50:20 #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done 19:50:20 #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:50:20 #37 ... 19:50:20 19:50:20 #39 [security-spire-server internal] load build context 19:50:20 #39 transferring context: 26.69kB 0.2s done 19:50:20 #39 DONE 1.5s 19:50:20 19:50:20 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:20 #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done 19:50:20 #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.7s done 19:50:21 #37 ... 19:50:21 19:50:21 #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 19:50:21 #31 DONE 5.3s 19:50:21 19:50:21 #40 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 19:50:21 #40 DONE 2.9s 19:50:21 19:50:21 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:21 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 1.1s 19:50:21 #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done 19:50:21 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 1.5s 19:50:21 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.24MB / 23.39MB 1.8s 19:50:22 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.72MB / 23.39MB 2.0s 19:50:22 #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 19:50:22 #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done 19:50:22 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 2.4s 19:50:22 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 2.7s 19:50:23 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 2.9s 19:50:23 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.38MB / 23.39MB 3.3s 19:50:23 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 3.4s 19:50:23 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.92MB / 23.39MB 3.6s 19:50:24 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.15MB / 23.39MB 3.9s 19:50:24 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.1s 19:50:24 #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.5s done 19:50:24 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19:50:26 #37 ... 19:50:26 19:50:26 #41 [security-spiffe-token-provider internal] load build context 19:50:26 #41 transferring context: 40.64MB 9.3s 19:50:26 #41 ... 19:50:26 19:50:26 #42 [core-command internal] load build context 19:50:26 #42 ... 19:50:26 19:50:26 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:27 #37 ... 19:50:27 19:50:27 #43 [security-bootstrapper internal] load build context 19:50:27 #43 ... 19:50:27 19:50:27 #44 [core-metadata internal] load build context 19:50:27 #44 ... 19:50:27 19:50:27 #45 [core-data internal] load build context 19:50:27 #45 ... 19:50:27 19:50:27 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:28 #37 ... 19:50:28 19:50:28 #46 [support-notifications internal] load build context 19:50:28 #46 ... 19:50:28 19:50:28 #47 [security-secretstore-setup internal] load build context 19:50:28 #47 ... 19:50:28 19:50:28 #48 [security-proxy-setup internal] load build context 19:50:29 #48 ... 19:50:29 19:50:29 #47 [security-secretstore-setup internal] load build context 19:50:29 #47 ... 19:50:29 19:50:29 #49 [security-proxy-auth internal] load build context 19:50:29 #49 ... 19:50:29 19:50:29 #50 [support-scheduler internal] load build context 19:50:29 #50 ... 19:50:29 19:50:29 #51 [core-common-config-bootstrapper internal] load build context 19:50:29 #51 ... 19:50:29 19:50:29 #50 [support-scheduler internal] load build context 19:50:29 #50 ... 19:50:29 19:50:29 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:50:29 #36 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 19:50:29 #36 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 19:50:29 #36 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 19:50:29 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 19:50:29 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done 19:50:29 #36 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.3s done 19:50:29 #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done 19:50:29 #36 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 4.6s done 19:50:29 #36 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done 19:50:29 #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.0s 19:50:30 #36 ... 19:50:30 19:50:30 #51 [core-common-config-bootstrapper internal] load build context 19:50:31 #51 ... 19:50:31 19:50:31 #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:50:31 #52 ... 19:50:31 19:50:31 #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:50:31 #0 9.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:31 #0 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:31 #53 ... 19:50:31 19:50:31 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:50:31 #54 ... 19:50:31 19:50:31 #55 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:50:31 #55 ... 19:50:31 19:50:31 #48 [security-proxy-setup internal] load build context 19:50:31 #48 transferring context: 35.80MB 12.8s 19:50:32 #48 ... 19:50:32 19:50:32 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:50:32 #0 5.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:32 #0 6.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:32 #0 7.912 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:50:32 #0 7.912 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:50:32 #0 7.912 OK: 19948 distinct packages available 19:50:32 #0 8.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:32 #0 9.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:32 #56 ... 19:50:32 19:50:32 #48 [security-proxy-setup internal] load build context 19:50:32 #48 ... 19:50:32 19:50:32 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:50:32 #0 9.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:32 #57 ... 19:50:32 19:50:32 #48 [security-proxy-setup internal] load build context 19:50:32 #48 ... 19:50:32 19:50:32 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:50:32 #58 ... 19:50:32 19:50:32 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:50:32 #59 ... 19:50:32 19:50:32 #60 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:50:32 #0 7.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:32 #0 8.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:32 #60 ... 19:50:32 19:50:32 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:50:33 #61 ... 19:50:33 19:50:33 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:50:33 #62 ... 19:50:33 19:50:33 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:50:33 #63 ... 19:50:33 19:50:33 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:50:33 #64 ... 19:50:33 19:50:33 #46 [support-notifications internal] load build context 19:50:34 #46 ... 19:50:34 19:50:34 #60 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:50:34 #60 11.77 (1/1) Installing dumb-init (1.2.5-r2) 19:50:34 #60 11.77 Executing busybox-1.36.1-r5.trigger 19:50:34 #60 11.97 OK: 8 MiB in 16 packages 19:50:36 #60 DONE 14.4s 19:50:36 19:50:36 #46 [support-notifications internal] load build context 19:50:37 #46 transferring context: 45.78MB 17.8s 19:50:37 #46 ... 19:50:37 19:50:37 #41 [security-spiffe-token-provider internal] load build context 19:50:37 #41 ... 19:50:37 19:50:37 #42 [core-command internal] load build context 19:50:37 #42 ... 19:50:37 19:50:37 #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 19:50:37 #65 ... 19:50:37 19:50:37 #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:50:37 #53 13.72 OK: 266 MiB in 52 packages 19:50:37 #53 DONE 16.1s 19:50:37 19:50:37 #43 [security-bootstrapper internal] load build context 19:50:37 #43 ... 19:50:37 19:50:37 #44 [core-metadata internal] load build context 19:50:37 #44 ... 19:50:37 19:50:37 #45 [core-data internal] load build context 19:50:37 #45 ... 19:50:37 19:50:37 #41 [security-spiffe-token-provider internal] load build context 19:50:39 #41 ... 19:50:39 19:50:39 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:50:39 #56 12.38 (1/11) Installing ca-certificates (20240226-r0) 19:50:39 #56 13.10 (2/11) Installing brotli-libs (1.0.9-r14) 19:50:39 #56 13.24 (3/11) Installing libunistring (1.1-r1) 19:50:39 #56 13.49 (4/11) Installing libidn2 (2.3.4-r1) 19:50:39 #56 13.49 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:50:39 #56 13.53 (6/11) Installing libcurl (8.5.0-r0) 19:50:39 #56 13.66 (7/11) Installing curl (8.5.0-r0) 19:50:39 #56 13.74 (8/11) Installing dumb-init (1.2.5-r2) 19:50:39 #56 13.74 (9/11) Installing musl-obstack (1.2.3-r2) 19:50:39 #56 13.84 (10/11) Installing libucontext (1.2-r2) 19:50:39 #56 13.87 (11/11) Installing gcompat (1.1.0-r1) 19:50:39 #56 14.01 Executing busybox-1.36.1-r5.trigger 19:50:39 #56 14.10 Executing ca-certificates-20240226-r0.trigger 19:50:39 #56 15.17 OK: 13 MiB in 26 packages 19:50:39 #56 DONE 17.0s 19:50:39 19:50:39 #41 [security-spiffe-token-provider internal] load build context 19:50:39 #41 ... 19:50:39 19:50:39 #47 [security-secretstore-setup internal] load build context 19:50:39 #47 ... 19:50:39 19:50:39 #49 [security-proxy-auth internal] load build context 19:50:39 #49 ... 19:50:39 19:50:39 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:39 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.0s 19:50:39 #37 ... 19:50:39 19:50:39 #49 [security-proxy-auth internal] load build context 19:50:40 #49 ... 19:50:40 19:50:40 #50 [support-scheduler internal] load build context 19:50:40 #50 ... 19:50:40 19:50:40 #49 [security-proxy-auth internal] load build context 19:50:40 #49 ... 19:50:40 19:50:40 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:50:40 #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 15.3s 19:50:40 #36 ... 19:50:40 19:50:40 #47 [security-secretstore-setup internal] load build context 19:50:41 #47 ... 19:50:41 19:50:41 #55 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 19:50:41 #55 11.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:41 #55 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:41 #55 18.18 OK: 266 MiB in 52 packages 19:50:41 #55 DONE 20.2s 19:50:41 19:50:41 #47 [security-secretstore-setup internal] load build context 19:50:41 #47 ... 19:50:41 19:50:41 #51 [core-common-config-bootstrapper internal] load build context 19:50:41 #51 ... 19:50:41 19:50:41 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:42 #37 ... 19:50:42 19:50:42 #48 [security-proxy-setup internal] load build context 19:50:42 #48 transferring context: 54.94MB 23.6s 19:50:42 #48 ... 19:50:42 19:50:42 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:42 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.0s 19:50:43 #37 ... 19:50:43 19:50:43 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:50:43 #57 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:43 #57 16.21 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:50:43 #57 16.21 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:50:43 #57 16.21 OK: 19948 distinct packages available 19:50:43 #57 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:43 #57 18.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:43 #57 ... 19:50:43 19:50:43 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:50:43 #54 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:43 #54 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:43 #54 19.77 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:50:43 #54 19.77 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:50:43 #54 19.77 OK: 19954 distinct packages available 19:50:43 #54 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:43 #54 ... 19:50:43 19:50:43 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:45 #37 ... 19:50:45 19:50:45 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:50:45 #59 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:45 #59 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:45 #59 20.03 (1/2) Installing ca-certificates (20240226-r0) 19:50:45 #59 20.60 (2/2) Installing dumb-init (1.2.5-r2) 19:50:45 #59 20.75 Executing busybox-1.36.1-r5.trigger 19:50:45 #59 20.96 Executing ca-certificates-20240226-r0.trigger 19:50:45 #59 22.41 OK: 9 MiB in 17 packages 19:50:45 #59 ... 19:50:45 19:50:45 #48 [security-proxy-setup internal] load build context 19:50:46 #48 ... 19:50:46 19:50:46 #52 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:50:46 #52 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:46 #52 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:46 #52 24.17 OK: 266 MiB in 52 packages 19:50:46 #52 DONE 25.6s 19:50:46 19:50:46 #48 [security-proxy-setup internal] load build context 19:50:47 #48 ... 19:50:47 19:50:47 #46 [support-notifications internal] load build context 19:50:47 #46 ... 19:50:47 19:50:47 #42 [core-command internal] load build context 19:50:47 #42 ... 19:50:47 19:50:47 #48 [security-proxy-setup internal] load build context 19:50:47 #48 ... 19:50:47 19:50:47 #43 [security-bootstrapper internal] load build context 19:50:47 #43 transferring context: 77.55MB 30.4s 19:50:47 #43 ... 19:50:47 19:50:47 #44 [core-metadata internal] load build context 19:50:47 #44 ... 19:50:47 19:50:47 #45 [core-data internal] load build context 19:50:47 #45 ... 19:50:47 19:50:47 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:50:47 #59 DONE 25.2s 19:50:47 19:50:47 #45 [core-data internal] load build context 19:50:47 #45 ... 19:50:47 19:50:47 #43 [security-bootstrapper internal] load build context 19:50:48 #43 ... 19:50:48 19:50:48 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:50:48 #63 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:48 #63 17.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:48 #63 24.37 (1/1) Installing dumb-init (1.2.5-r2) 19:50:48 #63 24.42 Executing busybox-1.36.1-r5.trigger 19:50:48 #63 24.89 OK: 8 MiB in 16 packages 19:50:48 #63 ... 19:50:48 19:50:48 #43 [security-bootstrapper internal] load build context 19:50:49 #43 ... 19:50:49 19:50:49 #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:50:49 #0 9.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:49 #66 ... 19:50:49 19:50:49 #44 [core-metadata internal] load build context 19:50:49 #44 ... 19:50:49 19:50:49 #41 [security-spiffe-token-provider internal] load build context 19:50:49 #41 ... 19:50:49 19:50:49 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:50:49 #62 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:49 #62 19.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:49 #62 26.44 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:50:49 #62 26.44 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:50:49 #62 26.44 OK: 19948 distinct packages available 19:50:49 #62 ... 19:50:49 19:50:49 #41 [security-spiffe-token-provider internal] load build context 19:50:50 #41 ... 19:50:50 19:50:50 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:50:50 #63 DONE 27.4s 19:50:50 19:50:50 #41 [security-spiffe-token-provider internal] load build context 19:50:50 #41 ... 19:50:50 19:50:50 #50 [support-scheduler internal] load build context 19:50:50 #50 ... 19:50:50 19:50:50 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:50:50 #67 ... 19:50:50 19:50:50 #49 [security-proxy-auth internal] load build context 19:50:50 #49 ... 19:50:50 19:50:50 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:50:50 #58 17.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:50 #58 19.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:50 #58 26.90 (1/2) Installing dumb-init (1.2.5-r2) 19:50:50 #58 26.90 (2/2) Installing su-exec (0.2-r3) 19:50:50 #58 26.94 Executing busybox-1.36.1-r5.trigger 19:50:50 #58 27.01 OK: 8 MiB in 17 packages 19:50:50 #58 ... 19:50:50 19:50:50 #49 [security-proxy-auth internal] load build context 19:50:50 #49 ... 19:50:50 19:50:50 #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:50:50 #57 26.02 (1/5) Installing dumb-init (1.2.5-r2) 19:50:50 #57 26.10 (2/5) Installing musl-obstack (1.2.3-r2) 19:50:50 #57 26.13 (3/5) Installing libucontext (1.2-r2) 19:50:50 #57 26.13 (4/5) Installing gcompat (1.1.0-r1) 19:50:50 #57 26.13 (5/5) Installing openssl (3.1.4-r5) 19:50:50 #57 26.25 Executing busybox-1.36.1-r5.trigger 19:50:50 #57 26.43 OK: 9 MiB in 20 packages 19:50:50 #57 DONE 28.4s 19:50:50 19:50:50 #49 [security-proxy-auth internal] load build context 19:50:50 #49 ... 19:50:50 19:50:50 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:50:50 #64 18.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:50 #64 19.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:50 #64 26.81 (1/4) Installing dumb-init (1.2.5-r2) 19:50:50 #64 26.92 (2/4) Installing openssl (3.1.4-r5) 19:50:50 #64 26.99 (3/4) Installing su-exec (0.2-r3) 19:50:50 #64 26.99 (4/4) Installing yq (4.33.3-r5) 19:50:50 #64 ... 19:50:50 19:50:50 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:50:50 #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 25.9s 19:50:50 #36 ... 19:50:50 19:50:50 #41 [security-spiffe-token-provider internal] load build context 19:50:51 #41 ... 19:50:51 19:50:51 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:50:51 #61 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:51 #61 20.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:51 #61 27.92 (1/4) Installing ca-certificates (20240226-r0) 19:50:51 #61 28.27 (2/4) Installing dumb-init (1.2.5-r2) 19:50:51 #61 28.32 (3/4) Installing su-exec (0.2-r3) 19:50:51 #61 28.32 (4/4) Installing yq (4.33.3-r5) 19:50:51 #61 ... 19:50:51 19:50:51 #47 [security-secretstore-setup internal] load build context 19:50:51 #47 ... 19:50:51 19:50:51 #51 [core-common-config-bootstrapper internal] load build context 19:50:51 #51 ... 19:50:51 19:50:51 #47 [security-secretstore-setup internal] load build context 19:50:52 #47 ... 19:50:52 19:50:52 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:50:52 #58 DONE 29.9s 19:50:52 19:50:52 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:50:52 #64 28.50 Executing busybox-1.36.1-r5.trigger 19:50:52 #64 28.50 OK: 18 MiB in 19 packages 19:50:52 #64 DONE 29.8s 19:50:52 19:50:52 #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:50:53 #68 ... 19:50:53 19:50:53 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:50:53 #54 23.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:53 #54 30.83 OK: 266 MiB in 52 packages 19:50:53 #54 DONE 32.1s 19:50:53 19:50:53 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:53 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 28.8s 19:50:53 #37 ... 19:50:53 19:50:53 #41 [security-spiffe-token-provider internal] load build context 19:50:53 #41 transferring context: 83.91MB 36.9s 19:50:54 #41 ... 19:50:54 19:50:54 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:50:54 #61 29.03 Executing busybox-1.36.1-r5.trigger 19:50:54 #61 29.32 Executing ca-certificates-20240226-r0.trigger 19:50:54 #61 30.22 OK: 18 MiB in 19 packages 19:50:54 #61 DONE 32.0s 19:50:54 19:50:54 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:50:55 #37 ... 19:50:55 19:50:55 #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 19:50:55 #65 7.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:55 #65 10.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:55 #65 15.15 Upgrading critical system libraries and apk-tools: 19:50:55 #65 15.15 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:50:55 #65 15.22 Executing busybox-1.36.1-r5.trigger 19:50:55 #65 16.12 Continuing the upgrade transaction with new apk-tools: 19:50:55 #65 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:55 #65 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:55 #65 ... 19:50:55 19:50:55 #41 [security-spiffe-token-provider internal] load build context 19:50:56 #41 ... 19:50:56 19:50:56 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:50:56 #62 27.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:56 #62 29.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:56 #62 32.17 (1/4) Installing dumb-init (1.2.5-r2) 19:50:56 #62 32.21 (2/4) Installing musl-obstack (1.2.3-r2) 19:50:56 #62 32.21 (3/4) Installing libucontext (1.2-r2) 19:50:56 #62 32.26 (4/4) Installing gcompat (1.1.0-r1) 19:50:56 #62 32.26 Executing busybox-1.36.1-r5.trigger 19:50:56 #62 32.36 OK: 8 MiB in 19 packages 19:50:56 #62 DONE 34.0s 19:50:56 19:50:56 #41 [security-spiffe-token-provider internal] load build context 19:50:57 #41 ... 19:50:57 19:50:57 #46 [support-notifications internal] load build context 19:50:57 #46 ... 19:50:57 19:50:57 #42 [core-command internal] load build context 19:50:57 #42 ... 19:50:57 19:50:57 #48 [security-proxy-setup internal] load build context 19:50:58 #48 ... 19:50:58 19:50:58 #41 [security-spiffe-token-provider internal] load build context 19:50:58 #41 ... 19:50:58 19:50:58 #65 [core-command stage-1 3/9] RUN apk --no-cache upgrade 19:50:58 #65 19.68 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:50:58 #65 19.68 OK: 8 MiB in 16 packages 19:50:58 #65 DONE 21.1s 19:50:58 19:50:58 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:50:58 #0 7.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:58 #0 8.891 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:58 #69 ... 19:50:58 19:50:58 #45 [core-data internal] load build context 19:50:58 #45 ... 19:50:58 19:50:58 #42 [core-command internal] load build context 19:50:59 #42 ... 19:50:59 19:50:59 #43 [security-bootstrapper internal] load build context 19:50:59 #43 transferring context: 96.60MB 42.2s 19:50:59 #43 ... 19:50:59 19:50:59 #42 [core-command internal] load build context 19:50:59 #42 ... 19:50:59 19:50:59 #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:50:59 #66 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:59 #66 15.17 Upgrading critical system libraries and apk-tools: 19:50:59 #66 15.17 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:50:59 #66 15.17 Executing busybox-1.36.1-r5.trigger 19:50:59 #66 15.66 Continuing the upgrade transaction with new apk-tools: 19:50:59 #66 15.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:59 #66 16.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:59 #66 19.28 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:50:59 #66 19.28 Executing ca-certificates-20240226-r0.trigger 19:50:59 #66 19.59 OK: 13 MiB in 26 packages 19:50:59 #66 DONE 20.6s 19:50:59 19:50:59 #44 [core-metadata internal] load build context 19:51:00 #44 ... 19:51:00 19:51:00 #42 [core-command internal] load build context 19:51:00 #42 ... 19:51:00 19:51:00 #50 [support-scheduler internal] load build context 19:51:00 #50 ... 19:51:00 19:51:00 #44 [core-metadata internal] load build context 19:51:01 #44 ... 19:51:01 19:51:01 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:51:01 #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 35.2s done 19:51:01 #36 ... 19:51:01 19:51:01 #70 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:51:01 #0 8.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:01 #0 9.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:01 #70 ... 19:51:01 19:51:01 #44 [core-metadata internal] load build context 19:51:01 #44 ... 19:51:01 19:51:01 #49 [security-proxy-auth internal] load build context 19:51:01 #49 ... 19:51:01 19:51:01 #44 [core-metadata internal] load build context 19:51:02 #44 ... 19:51:02 19:51:02 #51 [core-common-config-bootstrapper internal] load build context 19:51:02 #51 ... 19:51:02 19:51:02 #44 [core-metadata internal] load build context 19:51:02 #44 ... 19:51:02 19:51:02 #47 [security-secretstore-setup internal] load build context 19:51:02 #47 ... 19:51:02 19:51:02 #44 [core-metadata internal] load build context 19:51:03 #44 ... 19:51:03 19:51:03 #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:51:03 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:03 #71 ... 19:51:03 19:51:03 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:51:03 #36 DONE 43.8s 19:51:03 19:51:03 #44 [core-metadata internal] load build context 19:51:04 #44 transferring context: 91.95MB 47.3s 19:51:05 #44 ... 19:51:05 19:51:05 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:51:05 #0 7.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:05 #0 8.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:05 #72 ... 19:51:05 19:51:05 #47 [security-secretstore-setup internal] load build context 19:51:05 #47 ... 19:51:05 19:51:05 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:51:05 #69 10.97 Upgrading critical system libraries and apk-tools: 19:51:05 #69 10.97 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:51:05 #69 10.97 Executing busybox-1.36.1-r5.trigger 19:51:05 #69 11.38 Continuing the upgrade transaction with new apk-tools: 19:51:05 #69 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:05 #69 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:05 #69 14.78 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:51:05 #69 14.82 Executing ca-certificates-20240226-r0.trigger 19:51:05 #69 15.72 OK: 9 MiB in 17 packages 19:51:05 #69 DONE 17.6s 19:51:05 19:51:05 #47 [security-secretstore-setup internal] load build context 19:51:05 #47 ... 19:51:05 19:51:05 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:51:05 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 41.0s 19:51:06 #37 ... 19:51:06 19:51:06 #47 [security-secretstore-setup internal] load build context 19:51:07 #47 ... 19:51:07 19:51:07 #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:51:07 #0 7.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:07 #0 9.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:07 #73 ... 19:51:07 19:51:07 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:51:07 #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 42.4s done 19:51:07 #37 ... 19:51:07 19:51:07 #46 [support-notifications internal] load build context 19:51:07 #46 ... 19:51:07 19:51:07 #42 [core-command internal] load build context 19:51:07 #42 ... 19:51:07 19:51:07 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:51:07 #37 ... 19:51:07 19:51:07 #48 [security-proxy-setup internal] load build context 19:51:08 #48 ... 19:51:08 19:51:08 #42 [core-command internal] load build context 19:51:08 #42 ... 19:51:08 19:51:08 #41 [security-spiffe-token-provider internal] load build context 19:51:08 #41 ... 19:51:08 19:51:08 #42 [core-command internal] load build context 19:51:08 #42 ... 19:51:08 19:51:08 #45 [core-data internal] load build context 19:51:08 #45 ... 19:51:08 19:51:08 #42 [core-command internal] load build context 19:51:09 #42 transferring context: 118.34MB 52.3s 19:51:09 #42 ... 19:51:09 19:51:09 #43 [security-bootstrapper internal] load build context 19:51:09 #43 ... 19:51:09 19:51:09 #45 [core-data internal] load build context 19:51:09 #45 ... 19:51:09 19:51:09 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:51:09 #67 9.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:09 #67 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:09 #67 13.93 Upgrading critical system libraries and apk-tools: 19:51:09 #67 13.93 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:51:09 #67 14.21 Executing busybox-1.36.1-r5.trigger 19:51:09 #67 15.51 Continuing the upgrade transaction with new apk-tools: 19:51:09 #67 15.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:09 #67 16.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:09 #67 ... 19:51:09 19:51:09 #42 [core-command internal] load build context 19:51:10 #42 ... 19:51:10 19:51:10 #50 [support-scheduler internal] load build context 19:51:10 #50 ... 19:51:10 19:51:10 #42 [core-command internal] load build context 19:51:11 #42 ... 19:51:11 19:51:11 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:51:11 #67 20.15 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:51:11 #67 20.20 OK: 8 MiB in 16 packages 19:51:11 #67 DONE 21.2s 19:51:11 19:51:11 #42 [core-command internal] load build context 19:51:11 #42 ... 19:51:11 19:51:11 #49 [security-proxy-auth internal] load build context 19:51:11 #49 ... 19:51:11 19:51:11 #42 [core-command internal] load build context 19:51:12 #42 ... 19:51:12 19:51:12 #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:51:12 #68 9.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:12 #68 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:12 #68 14.80 Upgrading critical system libraries and apk-tools: 19:51:12 #68 14.80 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:51:12 #68 14.90 Executing busybox-1.36.1-r5.trigger 19:51:12 #68 16.03 Continuing the upgrade transaction with new apk-tools: 19:51:12 #68 16.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:12 #68 17.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:12 #68 ... 19:51:12 19:51:12 #45 [core-data internal] load build context 19:51:12 #45 ... 19:51:12 19:51:12 #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:51:12 #70 13.16 Upgrading critical system libraries and apk-tools: 19:51:12 #70 13.16 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:51:12 #70 13.21 Executing busybox-1.36.1-r5.trigger 19:51:12 #70 14.59 Continuing the upgrade transaction with new apk-tools: 19:51:12 #70 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:12 #70 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:12 #70 20.22 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:51:12 #70 20.31 OK: 9 MiB in 20 packages 19:51:12 #70 DONE 21.2s 19:51:12 19:51:12 #45 [core-data internal] load build context 19:51:12 #45 ... 19:51:12 19:51:12 #51 [core-common-config-bootstrapper internal] load build context 19:51:12 #51 ... 19:51:12 19:51:12 #49 [security-proxy-auth internal] load build context 19:51:14 #49 ... 19:51:14 19:51:14 #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:51:14 #68 20.67 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:51:14 #68 20.67 OK: 8 MiB in 17 packages 19:51:14 #68 DONE 21.7s 19:51:14 19:51:14 #49 [security-proxy-auth internal] load build context 19:51:14 #49 transferring context: 127.25MB 54.4s 19:51:14 #49 ... 19:51:14 19:51:14 #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:51:14 #71 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:14 #71 16.91 Upgrading critical system libraries and apk-tools: 19:51:14 #71 16.91 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:51:14 #71 16.94 Executing busybox-1.36.1-r5.trigger 19:51:14 #71 17.97 Continuing the upgrade transaction with new apk-tools: 19:51:14 #71 17.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:14 #71 18.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:14 #71 21.84 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:51:14 #71 21.91 OK: 18 MiB in 19 packages 19:51:14 #71 ... 19:51:14 19:51:14 #49 [security-proxy-auth internal] load build context 19:51:15 #49 ... 19:51:15 19:51:15 #74 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:51:15 #74 DONE 2.6s 19:51:15 19:51:15 #44 [core-metadata internal] load build context 19:51:15 #44 ... 19:51:15 19:51:15 #75 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:51:15 #75 ... 19:51:15 19:51:15 #76 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:51:15 #76 DONE 3.2s 19:51:15 19:51:15 #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:51:15 #71 DONE 22.9s 19:51:15 19:51:15 #49 [security-proxy-auth internal] load build context 19:51:16 #49 ... 19:51:16 19:51:16 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:51:16 #72 13.39 Upgrading critical system libraries and apk-tools: 19:51:16 #72 13.39 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:51:16 #72 13.45 Executing busybox-1.36.1-r5.trigger 19:51:16 #72 14.69 Continuing the upgrade transaction with new apk-tools: 19:51:16 #72 14.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:16 #72 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:16 #72 19.31 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:51:16 #72 19.33 Executing ca-certificates-20240226-r0.trigger 19:51:16 #72 20.01 OK: 18 MiB in 19 packages 19:51:16 #72 DONE 21.5s 19:51:16 19:51:16 #49 [security-proxy-auth internal] load build context 19:51:16 #49 ... 19:51:16 19:51:16 #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:51:16 #73 14.11 Upgrading critical system libraries and apk-tools: 19:51:16 #73 14.11 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) 19:51:16 #73 14.17 Executing busybox-1.36.1-r5.trigger 19:51:16 #73 15.28 Continuing the upgrade transaction with new apk-tools: 19:51:16 #73 15.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:16 #73 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:16 #73 18.59 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 19:51:16 #73 18.64 OK: 8 MiB in 19 packages 19:51:16 #73 DONE 19.6s 19:51:16 19:51:16 #49 [security-proxy-auth internal] load build context 19:51:17 #49 ... 19:51:17 19:51:17 #47 [security-secretstore-setup internal] load build context 19:51:17 #47 ... 19:51:17 19:51:17 #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:51:17 #77 DONE 1.4s 19:51:17 19:51:17 #78 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:51:17 #78 DONE 1.7s 19:51:17 19:51:17 #47 [security-secretstore-setup internal] load build context 19:51:17 #47 ... 19:51:17 19:51:17 #49 [security-proxy-auth internal] load build context 19:51:17 #49 ... 19:51:17 19:51:17 #46 [support-notifications internal] load build context 19:51:17 #46 ... 19:51:17 19:51:17 #47 [security-secretstore-setup internal] load build context 19:51:18 #47 ... 19:51:18 19:51:18 #48 [security-proxy-setup internal] load build context 19:51:18 #48 ... 19:51:18 19:51:18 #49 [security-proxy-auth internal] load build context 19:51:18 #49 ... 19:51:18 19:51:18 #75 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:51:18 #75 DONE 3.1s 19:51:18 19:51:18 #49 [security-proxy-auth internal] load build context 19:51:18 #49 ... 19:51:18 19:51:18 #41 [security-spiffe-token-provider internal] load build context 19:51:18 #41 ... 19:51:18 19:51:18 #79 [security-spire-server stage-2 6/9] COPY security.txt / 19:51:18 #79 DONE 1.2s 19:51:18 19:51:18 #41 [security-spiffe-token-provider internal] load build context 19:51:18 #41 ... 19:51:18 19:51:18 #80 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:51:18 #80 ... 19:51:18 19:51:18 #81 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:51:18 #81 DONE 4.6s 19:51:19 19:51:19 #82 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:51:19 #82 ... 19:51:19 19:51:19 #43 [security-bootstrapper internal] load build context 19:51:19 #43 transferring context: 159.89MB 62.4s 19:51:19 #43 ... 19:51:19 19:51:19 #41 [security-spiffe-token-provider internal] load build context 19:51:20 #41 ... 19:51:20 19:51:20 #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:51:20 #83 DONE 3.1s 19:51:20 19:51:20 #41 [security-spiffe-token-provider internal] load build context 19:51:20 #41 ... 19:51:20 19:51:20 #80 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:51:20 #80 DONE 1.7s 19:51:20 19:51:20 #41 [security-spiffe-token-provider internal] load build context 19:51:20 #41 ... 19:51:20 19:51:20 #84 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:51:20 #84 DONE 1.7s 19:51:20 19:51:20 #41 [security-spiffe-token-provider internal] load build context 19:51:20 #41 ... 19:51:20 19:51:20 #50 [support-scheduler internal] load build context 19:51:20 #50 ... 19:51:20 19:51:20 #82 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:51:20 #82 DONE 2.0s 19:51:20 19:51:20 #50 [support-scheduler internal] load build context 19:51:20 #50 ... 19:51:20 19:51:20 #41 [security-spiffe-token-provider internal] load build context 19:51:21 #41 ... 19:51:21 19:51:21 #85 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:51:21 #85 DONE 1.3s 19:51:21 19:51:21 #41 [security-spiffe-token-provider internal] load build context 19:51:21 #41 ... 19:51:21 19:51:21 #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:51:21 #86 DONE 1.7s 19:51:21 19:51:21 #87 [security-spire-agent stage-3 7/10] COPY security.txt / 19:51:21 #87 DONE 1.6s 19:51:21 19:51:21 #41 [security-spiffe-token-provider internal] load build context 19:51:22 #41 ... 19:51:22 19:51:22 #42 [core-command internal] load build context 19:51:22 #42 ... 19:51:22 19:51:22 #50 [support-scheduler internal] load build context 19:51:22 #50 ... 19:51:22 19:51:22 #45 [core-data internal] load build context 19:51:23 #45 ... 19:51:23 19:51:23 #51 [core-common-config-bootstrapper internal] load build context 19:51:23 #51 ... 19:51:23 19:51:23 #50 [support-scheduler internal] load build context 19:51:23 #50 ... 19:51:23 19:51:23 #88 [security-spire-config stage-2 6/10] COPY security.txt / 19:51:23 #88 DONE 1.1s 19:51:23 19:51:23 #89 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:51:23 #89 DONE 1.0s 19:51:23 19:51:23 #90 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:51:23 #90 DONE 1.4s 19:51:23 19:51:23 #50 [support-scheduler internal] load build context 19:51:24 #50 ... 19:51:24 19:51:24 #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:51:24 #91 DONE 0.7s 19:51:24 19:51:24 #50 [support-scheduler internal] load build context 19:51:24 #50 ... 19:51:24 19:51:24 #92 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:51:24 #92 DONE 1.2s 19:51:24 19:51:24 #50 [support-scheduler internal] load build context 19:51:25 #50 transferring context: 147.96MB 64.7s 19:51:25 #50 ... 19:51:25 19:51:25 #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:51:25 #93 DONE 1.1s 19:51:25 19:51:25 #50 [support-scheduler internal] load build context 19:51:25 #50 ... 19:51:25 19:51:25 #94 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:51:25 #94 DONE 1.1s 19:51:25 19:51:25 #50 [support-scheduler internal] load build context 19:51:25 #50 ... 19:51:25 19:51:25 #44 [core-metadata internal] load build context 19:51:25 #44 ... 19:51:25 19:51:25 #50 [support-scheduler internal] load build context 19:51:26 #50 ... 19:51:26 19:51:26 #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:51:26 #95 DONE 0.9s 19:51:26 19:51:26 #50 [support-scheduler internal] load build context 19:51:28 #50 ... 19:51:28 19:51:28 #46 [support-notifications internal] load build context 19:51:28 #46 ... 19:51:28 19:51:28 #50 [support-scheduler internal] load build context 19:51:28 #50 ... 19:51:28 19:51:28 #47 [security-secretstore-setup internal] load build context 19:51:28 #47 ... 19:51:28 19:51:28 #48 [security-proxy-setup internal] load build context 19:51:28 #48 ... 19:51:28 19:51:28 #49 [security-proxy-auth internal] load build context 19:51:28 #49 ... 19:51:28 19:51:28 #48 [security-proxy-setup internal] load build context 19:51:30 #48 ... 19:51:30 19:51:30 #46 [support-notifications internal] load build context 19:51:30 #46 transferring context: 226.11MB 70.6s done 19:51:30 #46 DONE 71.3s 19:51:30 19:51:30 #48 [security-proxy-setup internal] load build context 19:51:30 #48 ... 19:51:30 19:51:30 #43 [security-bootstrapper internal] load build context 19:51:30 #43 ... 19:51:30 19:51:30 #45 [core-data internal] load build context 19:51:30 #45 transferring context: 226.11MB 72.6s done 19:51:30 #45 DONE 72.9s 19:51:30 19:51:30 #43 [security-bootstrapper internal] load build context 19:51:30 #43 ... 19:51:30 19:51:30 #48 [security-proxy-setup internal] load build context 19:51:31 #48 ... 19:51:31 19:51:31 #96 [security-spire-config] exporting to image 19:51:31 #96 exporting layers 4.5s done 19:51:31 #96 writing image sha256:e9b4b242ddecf32725c72e83bc87b32b3a9836aeff06c54ea55d59ffcd962e2f 0.0s done 19:51:31 #96 naming to docker.io/library/security-spire-server-arm64 0.0s done 19:51:31 #96 writing image sha256:f8241b752f23f17cba7654804208c40db9fa15503e333793b2f245f37bea2813 0.0s done 19:51:31 #96 naming to docker.io/library/security-spire-agent-arm64 0.0s done 19:51:31 #96 writing image sha256:0b977386ce8dc8650e09643b0f990e65bc164ec774d33582865cdf396a106325 0.1s done 19:51:31 #96 naming to docker.io/library/security-spire-config-arm64 0.3s done 19:51:31 #96 DONE 8.1s 19:51:31 19:51:31 #48 [security-proxy-setup internal] load build context 19:51:32 #48 ... 19:51:32 19:51:32 #97 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:51:32 #97 DONE 2.1s 19:51:32 19:51:32 #48 [security-proxy-setup internal] load build context 19:51:32 #48 ... 19:51:32 19:51:32 #98 [core-data builder 4/7] COPY go.mod vendor* ./ 19:51:32 #98 DONE 2.2s 19:51:32 19:51:32 #48 [security-proxy-setup internal] load build context 19:51:32 #48 ... 19:51:32 19:51:32 #41 [security-spiffe-token-provider internal] load build context 19:51:32 #41 ... 19:51:32 19:51:32 #42 [core-command internal] load build context 19:51:32 #42 ... 19:51:32 19:51:32 #41 [security-spiffe-token-provider internal] load build context 19:51:33 #41 ... 19:51:33 19:51:33 #51 [core-common-config-bootstrapper internal] load build context 19:51:33 #51 ... 19:51:33 19:51:33 #41 [security-spiffe-token-provider internal] load build context 19:51:33 #41 ... 19:51:33 19:51:33 #43 [security-bootstrapper internal] load build context 19:51:33 #43 transferring context: 226.11MB 75.9s done 19:51:33 #43 DONE 76.3s 19:51:33 19:51:33 #41 [security-spiffe-token-provider internal] load build context 19:51:33 #41 ... 19:51:33 19:51:33 #48 [security-proxy-setup internal] load build context 19:51:33 #48 transferring context: 226.11MB 74.1s done 19:51:33 #48 DONE 74.9s 19:51:33 19:51:33 #41 [security-spiffe-token-provider internal] load build context 19:51:34 #41 ... 19:51:34 19:51:34 #49 [security-proxy-auth internal] load build context 19:51:34 #49 transferring context: 226.11MB 73.9s done 19:51:34 #49 DONE 75.1s 19:51:34 19:51:34 #41 [security-spiffe-token-provider internal] load build context 19:51:35 #41 ... 19:51:35 19:51:35 #99 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:51:35 #99 DONE 1.1s 19:51:35 19:51:35 #41 [security-spiffe-token-provider internal] load build context 19:51:35 #41 ... 19:51:35 19:51:35 #44 [core-metadata internal] load build context 19:51:35 #44 ... 19:51:35 19:51:35 #42 [core-command internal] load build context 19:51:37 #42 transferring context: 226.11MB 79.8s done 19:51:37 #42 DONE 80.0s 19:51:37 19:51:37 #41 [security-spiffe-token-provider internal] load build context 19:51:37 #41 ... 19:51:37 19:51:37 #47 [security-secretstore-setup internal] load build context 19:51:37 #47 transferring context: 226.11MB 78.1s done 19:51:37 #47 DONE 78.7s 19:51:37 19:51:37 #41 [security-spiffe-token-provider internal] load build context 19:51:37 #41 transferring context: 226.11MB 80.6s done 19:51:37 #41 DONE 80.8s 19:51:37 19:51:37 #100 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:51:37 #100 ... 19:51:37 19:51:37 #50 [support-scheduler internal] load build context 19:51:37 #50 transferring context: 226.11MB 77.3s done 19:51:37 #50 DONE 78.4s 19:51:38 19:51:38 #44 [core-metadata internal] load build context 19:51:38 #44 ... 19:51:38 19:51:38 #100 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:51:38 #100 DONE 0.8s 19:51:38 19:51:38 #44 [core-metadata internal] load build context 19:51:40 #44 transferring context: 226.11MB 82.9s done 19:51:40 #44 DONE 83.2s 19:51:40 19:51:40 #51 [core-common-config-bootstrapper internal] load build context 19:51:42 #51 ... 19:51:42 19:51:42 #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:51:42 #101 ... 19:51:42 19:51:42 #102 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:51:42 #102 ... 19:51:42 19:51:42 #51 [core-common-config-bootstrapper internal] load build context 19:51:43 #51 transferring context: 226.11MB 82.8s done 19:51:43 #51 DONE 83.8s 19:51:43 19:51:43 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:51:45 #103 ... 19:51:45 19:51:45 #104 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #104 DONE 57.6s 19:52:41 19:52:41 #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #101 DONE 60.3s 19:52:41 19:52:41 #102 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #102 DONE 60.2s 19:52:41 19:52:41 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #103 DONE 54.2s 19:52:41 19:52:41 #105 [security-bootstrapper builder 6/7] COPY . . 19:52:41 #105 DONE 3.3s 19:52:41 19:52:41 #106 [core-common-config-bootstrapper builder 6/7] COPY . . 19:52:41 #106 CACHED 19:52:41 19:52:41 #107 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #107 CACHED 19:52:41 19:52:41 #108 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:52:41 #108 CACHED 19:52:41 19:52:41 #109 [security-proxy-auth builder 6/7] COPY . . 19:52:41 #109 CACHED 19:52:41 19:52:41 #110 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:52:41 #110 CACHED 19:52:41 19:52:41 #111 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #111 CACHED 19:52:41 19:52:41 #112 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:52:41 #112 CACHED 19:52:41 19:52:41 #113 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #113 CACHED 19:52:41 19:52:41 #114 [support-scheduler builder 6/7] COPY . . 19:52:41 #114 CACHED 19:52:41 19:52:41 #115 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:52:41 #115 CACHED 19:52:41 19:52:41 #116 [security-secretstore-setup builder 6/7] COPY . . 19:52:41 #116 CACHED 19:52:41 19:52:41 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #117 CACHED 19:52:41 19:52:41 #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #118 CACHED 19:52:41 19:52:41 #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:52:41 #119 CACHED 19:52:41 19:52:41 #120 [security-proxy-setup builder 6/7] COPY . . 19:52:41 #120 CACHED 19:52:41 19:52:41 #121 [core-data builder 6/7] COPY . . 19:52:41 #121 DONE 3.3s 19:52:41 19:52:41 #122 [support-notifications builder 6/7] COPY . . 19:52:41 #122 DONE 3.4s 19:52:41 19:52:41 #123 [core-command builder 4/7] COPY go.mod vendor* ./ 19:52:41 #123 CACHED 19:52:41 19:52:41 #124 [core-command builder 6/7] COPY . . 19:52:41 #124 CACHED 19:52:41 19:52:41 #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #125 CACHED 19:52:41 19:52:41 #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:52:41 #126 CACHED 19:52:41 19:52:41 #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:41 #127 CACHED 19:52:41 19:52:41 #128 [core-metadata builder 6/7] COPY . . 19:52:41 #128 CACHED 19:52:41 19:52:41 #129 [security-spiffe-token-provider builder 6/7] COPY . . 19:52:41 #129 DONE 3.4s 19:52:41 19:52:41 #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 19:52:41 #130 5.193 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:52:41 #130 ... 19:52:41 19:52:41 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:52:41 #0 5.513 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:52:46 #131 ... 19:52:46 19:52:46 #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:52:46 #0 4.909 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:52:46 #132 ... 19:52:46 19:52:46 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:52:46 #0 5.112 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:52:46 #133 ... 19:52:46 19:52:46 #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:52:46 #0 5.332 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 19:52:46 #134 ... 19:52:46 19:52:46 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:52:46 #0 4.374 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:52:46 #135 ... 19:52:46 19:52:46 #136 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:52:46 #0 3.826 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:52:46 #136 ... 19:52:46 19:52:46 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:52:46 #0 4.419 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:52:46 #137 ... 19:52:46 19:52:46 #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:52:46 #0 4.800 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:52:47 #138 ... 19:52:47 19:52:47 #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:52:47 #0 4.843 go build -tags " non_delayedstart" -ldflags "-s -w -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 19:52:47 #139 ... 19:52:47 19:52:47 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:52:47 #0 5.505 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 20:04:39 #140 ... 20:04:39 20:04: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 20:04:39 #130 717.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 20:04:41 #130 ... 20:04:41 20:04:41 #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:04:41 #138 DONE 725.4s 20:04:41 20:04:41 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:04:41 #37 ... 20:04:41 20:04:41 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:04:42 #141 DONE 0.3s 20:04:42 20:04:42 #142 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 20:04:42 #142 DONE 0.2s 20:04:42 20:04:42 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:04:42 #133 ... 20:04:42 20:04:42 #143 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 20:04:42 #143 DONE 0.2s 20:04:42 20:04:42 #144 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:04:42 #144 DONE 0.2s 20:04:42 20:04:42 #145 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:04:43 #145 DONE 0.3s 20:04:43 20:04:43 #146 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:04:43 #146 DONE 0.1s 20:04:43 20:04:43 #147 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:45 #147 DONE 2.2s 20:04:45 20:04:45 #96 [security-proxy-setup] exporting to image 20:04:45 #96 exporting layers 20:04:46 #96 exporting layers 0.9s done 20:04:46 #96 writing image sha256:d2c13ea6d563d8e163e0fe702555e84e766df6a5a4e619e7e2417f155a2ebbd7 done 20:04:46 #96 naming to docker.io/library/security-proxy-setup-arm64 done 20:04:46 #96 DONE 9.0s 20:04:46 20:04:46 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:04:47 #37 ... 20:04:47 20:04:47 #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:04:47 #132 DONE 730.9s 20:04:47 20:04:47 #148 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:04:47 #148 DONE 0.4s 20:04:47 20:04:47 #136 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:04:47 #136 ... 20:04:47 20:04:47 #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:04:50 #149 DONE 2.3s 20:04:50 20:04:50 #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 20:04:50 #150 DONE 0.3s 20:04:50 20:04:50 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:04:50 #140 ... 20:04:50 20:04:50 #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 20:04:50 #151 DONE 0.3s 20:04:50 20:04:50 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:04:50 #37 ... 20:04:50 20:04:50 #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 20:04:50 #130 DONE 734.2s 20:04:50 20:04:50 #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:04:50 #152 DONE 0.7s 20:04:50 20:04:50 #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:04:51 #153 ... 20:04:51 20:04:51 #154 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 20:04:51 #154 DONE 0.3s 20:04:51 20:04:51 #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:04:51 #153 DONE 0.3s 20:04:51 20:04:51 #155 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 20:04:51 #155 DONE 0.2s 20:04:51 20:04:51 #156 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 20:04:51 #156 DONE 0.2s 20:04:51 20:04:51 #157 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 20:04:51 #157 ... 20:04:51 20:04:51 #158 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:04:51 #158 DONE 0.4s 20:04:52 20:04:52 #157 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 20:04:52 #157 DONE 0.4s 20:04:52 20:04:52 #159 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:04:52 #159 DONE 0.2s 20:04:52 20:04:52 #160 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:04:52 #160 DONE 0.2s 20:04:52 20:04:52 #161 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:04:52 #161 ... 20:04:52 20:04:52 #162 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:04:52 #162 DONE 0.2s 20:04:52 20:04:52 #161 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:04:52 #161 DONE 0.3s 20:04:52 20:04:52 #163 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:04:52 #163 DONE 0.4s 20:04:52 20:04:52 #164 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:04:52 #164 DONE 0.3s 20:04:52 20:04:52 #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:04:53 #165 ... 20:04:53 20:04:53 #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:04:53 #166 DONE 0.3s 20:04:53 20:04:53 #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:54 #167 ... 20:04:54 20:04:54 #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:04:54 #165 DONE 2.4s 20:04:54 20:04:54 #96 [security-bootstrapper] exporting to image 20:04:54 #96 exporting layers 20:04:55 #96 exporting layers 1.1s done 20:04:55 #96 writing image sha256:77354a7a07c16d8f0c49e143fc5e46e3f92fcb051c513b69732dcc240b167189 done 20:04:55 #96 naming to docker.io/library/security-bootstrapper-arm64 20:04:55 #96 naming to docker.io/library/security-bootstrapper-arm64 done 20:04:55 #96 DONE 10.2s 20:04:55 20:04:55 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:04:55 #137 ... 20:04:55 20:04:55 #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:55 #167 DONE 2.7s 20:04:56 20:04:56 #96 [security-secretstore-setup] exporting to image 20:04:57 #96 exporting layers 1.4s done 20:04:57 #96 writing image sha256:0699faa0c067784941584e18a5c0cad4b5575107543686a2dafdfe4f56b0b9b4 done 20:04:57 #96 naming to docker.io/library/security-secretstore-setup-arm64 done 20:04:57 #96 DONE 11.6s 20:04:57 20:04:57 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:05:19 #140 ... 20:05:19 20:05:19 #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:05:19 #139 DONE 760.8s 20:05:19 20:05:19 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:05:19 #135 ... 20:05:19 20:05:19 #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:05:19 #168 DONE 0.3s 20:05:19 20:05:19 #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:05:19 #169 DONE 0.1s 20:05:19 20:05:19 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:05:19 #37 ... 20:05:19 20:05:19 #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:05:19 #170 DONE 0.3s 20:05:19 20:05:19 #171 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:05:19 #171 DONE 0.2s 20:05:19 20:05:19 #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:05:19 #172 DONE 0.2s 20:05:19 20:05:19 #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:20 #173 DONE 2.0s 20:05:20 20:05:20 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:05:20 #37 ... 20:05:20 20:05:20 #96 [core-common-config-bootstrapper] exporting to image 20:05:20 #96 exporting layers 20:05:21 #96 exporting layers 0.5s done 20:05:21 #96 writing image sha256:91cf3128bc6c84c636f40a364cedd514e23430382873228e35279b433fad4a82 done 20:05:21 #96 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 20:05:21 #96 DONE 12.1s 20:05:21 20:05:21 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:06:57 #131 ... 20:06:57 20:06:57 #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:06:57 #134 DONE 857.2s 20:06:57 20:06:57 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:06:57 #140 ... 20:06:57 20:06:57 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:06:57 #174 DONE 0.2s 20:06:57 20:06:57 #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:06:57 #175 DONE 0.2s 20:06:57 20:06:57 #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:06:57 #176 DONE 0.3s 20:06:57 20:06:57 #177 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:06:57 #177 DONE 0.1s 20:06:57 20:06:57 #96 [security-spiffe-token-provider] exporting to image 20:06:57 #96 exporting layers 20:06:57 #96 exporting layers 0.8s done 20:06:57 #96 writing image sha256:c185f008e58bc0c3cbb35000f1e7d1ef251223bcbd515607f9b2a7174a67b5ca done 20:06:57 #96 naming to docker.io/library/security-spiffe-token-provider-arm64 done 20:06:57 #96 DONE 12.8s 20:06:57 20:06:57 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:11:04 #140 DONE 1108.1s 20:11:04 20:11:04 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:11:04 #37 ... 20:11:04 20:11:04 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:11:04 #178 DONE 0.1s 20:11:04 20:11:04 #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:11:04 #179 DONE 0.1s 20:11:04 20:11:04 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:11:04 #37 ... 20:11:04 20:11:04 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:11:05 #180 DONE 0.5s 20:11:05 20:11:05 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:11:05 #131 ... 20:11:05 20:11:05 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:11:05 #181 DONE 0.2s 20:11:05 20:11:05 #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:11:05 #182 DONE 0.1s 20:11:05 20:11:05 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:11:05 #131 ... 20:11:05 20:11:05 #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:11:07 #183 DONE 1.8s 20:11:07 20:11:07 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:11:07 #135 ... 20:11:07 20:11:07 #96 [security-proxy-auth] exporting to image 20:11:07 #96 exporting layers 20:11:08 #96 exporting layers 0.7s done 20:11:08 #96 writing image sha256:3f575ed8ca2b9bffe20e1f560b999dcb3a575dd308575e8db8b0ac03a2dd5973 0.0s done 20:11:08 #96 naming to docker.io/library/security-proxy-auth-arm64 done 20:11:08 #96 DONE 13.6s 20:11:08 20:11:08 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:11:40 #135 ... 20:11:40 20:11:40 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:11:40 #137 DONE 1141.9s 20:11:40 20:11:40 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:11:40 #131 ... 20:11:40 20:11:40 #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:11:40 #184 DONE 0.1s 20:11:40 20:11:40 #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:11:40 #185 DONE 0.2s 20:11:40 20:11:40 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:11:40 #186 DONE 0.3s 20:11:40 20:11:40 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:11:40 #187 DONE 0.1s 20:11:40 20:11:40 #96 [core-command] exporting to image 20:11:40 #96 exporting layers 20:11:40 #96 exporting layers 0.5s done 20:11:40 #96 writing image sha256:0d3718731ec139102f2a7c190adc4ad69ce67baa439e256ea553ffae8dae2ecc done 20:11:40 #96 naming to docker.io/library/core-command-arm64 0.0s done 20:11:40 #96 DONE 14.1s 20:11:40 20:11:40 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:11:47 #131 ... 20:11:47 20:11:47 #136 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:11:47 #136 DONE 1150.3s 20:11:47 20:11:47 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:11:47 #133 ... 20:11:47 20:11:47 #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:11:47 #188 DONE 0.1s 20:11:47 20:11:47 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:11:47 #135 ... 20:11:47 20:11:47 #189 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:11:47 #189 DONE 0.2s 20:11:47 20:11:47 #190 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:11:47 #190 DONE 0.4s 20:11:47 20:11:47 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:11:47 #135 ... 20:11:47 20:11:47 #191 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:11:47 #191 DONE 0.1s 20:11:47 20:11:47 #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:11:48 #192 DONE 0.1s 20:11:48 20:11:48 #96 [core-metadata] exporting to image 20:11:48 #96 exporting layers 20:11:48 #96 exporting layers 0.5s done 20:11:48 #96 writing image sha256:21bc698e842adf065458c0328f8df597e3084d7ca82a73d0be312113bd19d716 0.0s done 20:11:48 #96 naming to docker.io/library/core-metadata-arm64 20:11:48 #96 naming to docker.io/library/core-metadata-arm64 done 20:11:48 #96 DONE 14.7s 20:11:48 20:11:48 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:11:49 #133 DONE 1153.9s 20:11:49 20:11:49 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:11:50 #135 ... 20:11:50 20:11:50 #193 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:11:50 #193 DONE 0.1s 20:11:50 20:11:50 #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:11:50 #194 DONE 0.1s 20:11:50 20:11:50 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:11:50 #135 ... 20:11:50 20:11:50 #195 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:11:51 #195 DONE 0.4s 20:11:51 20:11:51 #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:11:51 #196 DONE 0.1s 20:11:51 20:11:51 #96 [core-data] exporting to image 20:11:51 #96 exporting layers 0.4s done 20:11:51 #96 writing image sha256:97235335e9da2b46c531ae052a71b039c86c88846b2c0afa2f85d88c13e0e366 done 20:11:51 #96 naming to docker.io/library/core-data-arm64 done 20:11:51 #96 DONE 15.1s 20:11:51 20:11:51 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:12:10 #135 ... 20:12:10 20:12:10 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:12:10 #131 DONE 1173.9s 20:12:10 20:12:10 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:12:10 #135 DONE 1174.0s 20:12:10 20:12:10 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:12:10 #37 ... 20:12:10 20:12:10 #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:12:10 #197 DONE 0.1s 20:12:10 20:12:10 #198 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:12:10 #198 DONE 0.1s 20:12:10 20:12:10 #199 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:12:10 #199 DONE 0.1s 20:12:10 20:12:10 #200 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:12:10 #200 DONE 0.2s 20:12:10 20:12:10 #201 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:12:11 #201 ... 20:12:11 20:12:11 #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:12:11 #202 DONE 0.4s 20:12:11 20:12:11 #201 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:12:11 #201 DONE 0.5s 20:12:11 20:12:11 #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:12:11 #203 DONE 0.1s 20:12:11 20:12:11 #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:12:11 #204 DONE 0.1s 20:12:11 20:12:11 #96 [support-notifications] exporting to image 20:12:11 #96 exporting layers 20:12:12 #96 exporting layers 0.6s done 20:12:12 #96 writing image sha256:b2a17d2eeba8ea3e070d781883926ee01648697fc0dc43d8e2735a21c8e9c8b1 0.0s done 20:12:12 #96 naming to docker.io/library/support-scheduler-arm64 done 20:12:12 #96 writing image sha256:3d3222dbed4039bec5790b1c272cb7d6f02b7106307c27f2d5f58470f025f4e9 done 20:12:12 #96 naming to docker.io/library/support-notifications-arm64 done 20:12:12 #96 DONE 15.7s 20:12:12 20:12:12 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:12:12 time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:12:12 $ docker stop --time=1 0e0ea581cc41131f3ea142327fe26171a3588bc4447379d4e5b8b77afe003a00 20:12:13 $ docker rm -f --volumes 0e0ea581cc41131f3ea142327fe26171a3588bc4447379d4e5b8b77afe003a00 [Pipeline] // withDockerContainer [Pipeline] sh 20:12:14 + docker images 20:12:14 REPOSITORY TAG IMAGE ID CREATED SIZE 20:12:14 support-notifications-arm64 latest 3d3222dbed40 3 seconds ago 38.7MB 20:12:14 support-scheduler-arm64 latest b2a17d2eeba8 3 seconds ago 38MB 20:12:14 core-data-arm64 latest 97235335e9da 23 seconds ago 35.5MB 20:12:14 core-metadata-arm64 latest 21bc698e842a 27 seconds ago 35.6MB 20:12:14 core-command-arm64 latest 0d3718731ec1 36 seconds ago 35.2MB 20:12:14 security-proxy-auth-arm64 latest 3f575ed8ca2b About a minute ago 32.8MB 20:12:14 security-spiffe-token-provider-arm64 latest c185f008e58b 5 minutes ago 29.7MB 20:12:14 core-common-config-bootstrapper-arm64 latest 91cf3128bc6c 6 minutes ago 15.7MB 20:12:14 security-secretstore-setup-arm64 latest 0699faa0c067 7 minutes ago 36.6MB 20:12:14 security-bootstrapper-arm64 latest 77354a7a07c1 7 minutes ago 19.2MB 20:12:14 security-proxy-setup-arm64 latest d2c13ea6d563 7 minutes ago 26.5MB 20:12:14 security-spire-config-arm64 latest 0b977386ce8d 20 minutes ago 96.3MB 20:12:14 security-spire-agent-arm64 latest f8241b752f23 20 minutes ago 153MB 20:12:14 security-spire-server-arm64 latest e9b4b242ddec 20 minutes ago 97.2MB 20:12:14 ci-base-image-arm64 latest 92b4de7129ae 34 minutes ago 973MB 20:12:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 4 months ago 560MB 20:12:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 10 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 20:12:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:12:15 20:12:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:12:16 arm64: Pulling from edgex-lftools-log-publisher 20:12:16 8998bd30e6a1: Pulling fs layer 20:12:16 04944245beec: Pulling fs layer 20:12:16 699f458cf7ca: Pulling fs layer 20:12:16 765212b225bb: Pulling fs layer 20:12:16 f23df028b6ca: Pulling fs layer 20:12:16 d65c8cfc05b1: Pulling fs layer 20:12:16 2437ff75d9bd: Pulling fs layer 20:12:16 765212b225bb: Waiting 20:12:16 f23df028b6ca: Waiting 20:12:16 d65c8cfc05b1: Waiting 20:12:16 2437ff75d9bd: Waiting 20:12:16 04944245beec: Verifying Checksum 20:12:16 04944245beec: Download complete 20:12:16 765212b225bb: Verifying Checksum 20:12:16 765212b225bb: Download complete 20:12:16 f23df028b6ca: Verifying Checksum 20:12:16 f23df028b6ca: Download complete 20:12:16 d65c8cfc05b1: Verifying Checksum 20:12:16 d65c8cfc05b1: Download complete 20:12:16 699f458cf7ca: Verifying Checksum 20:12:16 699f458cf7ca: Download complete 20:12:17 8998bd30e6a1: Verifying Checksum 20:12:17 8998bd30e6a1: Download complete 20:12:19 2437ff75d9bd: Verifying Checksum 20:12:19 2437ff75d9bd: Download complete 20:12:22 8998bd30e6a1: Pull complete 20:12:22 04944245beec: Pull complete 20:12:24 699f458cf7ca: Pull complete 20:12:24 765212b225bb: Pull complete 20:12:25 f23df028b6ca: Pull complete 20:12:25 d65c8cfc05b1: Pull complete 20:12:43 2437ff75d9bd: Pull complete 20:12:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:12:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:12:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:12:43 prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container 20:12:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:12:46 $ docker top d3e8e3a026d730f22bf9f7838ea1662b1e8cd5fbf9e833adeb1e695a9e8d573a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:12:47 ---> job-cost.sh 20:12:47 lf-activate-venv: SKIPPING 20:12:47 INFO: No Stack... 20:12:47 INFO: Retrieving Pricing Info for: v3-standard-4 20:12:48 INFO: Archiving Costs [Pipeline] sh 20:12:49 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:12:49 + cut -d, -f6 [Pipeline] lock 20:12:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] 20:12:49 Resource [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] did not exist. Created. 20:12:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:12:49 + echo total: 0.10999999940395355 [Pipeline] stash 20:12:50 Stashed 1 file(s) [Pipeline] } 20:12:50 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:12:50 $ docker stop --time=1 d3e8e3a026d730f22bf9f7838ea1662b1e8cd5fbf9e833adeb1e695a9e8d573a 20:12:51 $ docker rm -f --volumes d3e8e3a026d730f22bf9f7838ea1662b1e8cd5fbf9e833adeb1e695a9e8d573a [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 20:12:52 provisioning config files... 20:12:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12798435854084803665tmp [Pipeline] { [Pipeline] sh 20:12:53 + set +x 20:12:53 + curl -s https://codecov.io/bash 20:12:53 + bash -s -- 20:12:53 20:12:53 _____ _ 20:12:53 / ____| | | 20:12:53 | | ___ __| | ___ ___ _____ __ 20:12:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:12:53 | |___| (_) | (_| | __/ (_| (_) \ V / 20:12:53 \_____\___/ \__,_|\___|\___\___/ \_/ 20:12:53 Bash-1.0.6 20:12:53 20:12:53 20:12:53 ==> git version 2.25.1 found 20:12: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 20:12:53 Release-Date: 2020-01-08 20:12: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 20:12:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:12:53 ==> Jenkins CI detected. 20:12:53 current dir:  /w/workspace/edgex-go/1 20:12:53 project root: . 20:12:53 --> token set from env 20:12:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:12:53 ==> Running gcov in . (disable via -X gcov) 20:12:53 ==> Python coveragepy not found 20:12:53 ==> Searching for coverage reports in: 20:12:53 + . 20:12:53 -> Found 1 reports 20:12:53 ==> Detecting git/mercurial file structure 20:12:53 ==> Reading reports 20:12:53 + ./coverage.out bytes=455122 20:12:53 ==> Appending adjustments 20:12:53 https://docs.codecov.io/docs/fixing-reports 20:12:54 + Found adjustments 20:12:54 ==> Gzipping contents 20:12:54 60K /tmp/codecov.HQPpF4.gz 20:12:54 ==> Uploading reports 20:12:54 url: https://codecov.io 20:12:54 query: branch=PR-4786&commit=39a5a4d2757c1de410298cadb43b906f19e1a093&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4786%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4786&job=&cmd_args= 20:12:54 -> Pinging Codecov 20:12:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4786&commit=39a5a4d2757c1de410298cadb43b906f19e1a093&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4786%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4786&job=&cmd_args= 20:12:54 -> Uploading to 20:12:54 https://storage.googleapis.com/codecov/v4/raw/2024-04-02/00271124DB129430A58F1EEE437C3FCB/39a5a4d2757c1de410298cadb43b906f19e1a093/9d5871a6-cf8f-4937-adcf-6b2fd989932f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240402T201254Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb28911bf689a0e63d13fc49f0b7fa2f7f9ad376445027594bb21a28de6fe600 20:12:54 % Total % Received % Xferd Average Speed Time Time Time Current 20:12:54 Dload Upload Total Spent Left Speed 20:12:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57850 0 0 100 57850 0 177k --:--:-- --:--:-- --:--:-- 177k 20:12:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] } 20:12: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 20:12:56 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:12:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:12:58 ---> package-listing.sh 20:12:58 ++ tr '[:upper:]' '[:lower:]' 20:12:58 ++ facter osfamily 20:12:58 + OS_FAMILY=debian 20:12:58 + workspace=/w/workspace/edgex-go/1 20:12:58 + START_PACKAGES=/tmp/packages_start.txt 20:12:58 + END_PACKAGES=/tmp/packages_end.txt 20:12:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:12:58 + PACKAGES=/tmp/packages_start.txt 20:12:58 + '[' /w/workspace/edgex-go/1 ']' 20:12:58 + PACKAGES=/tmp/packages_end.txt 20:12:58 + case "${OS_FAMILY}" in 20:12:58 + dpkg -l 20:12:58 + grep '^ii' 20:12:58 + '[' -f /tmp/packages_start.txt ']' 20:12:58 + '[' -f /tmp/packages_end.txt ']' 20:12:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:12:58 + '[' /w/workspace/edgex-go/1 ']' 20:12:58 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:12:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:12: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 20:12:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:12:59 20:12:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:12:59 latest: Pulling from edgex-lftools-log-publisher 20:12:59 5eb5b503b376: Pulling fs layer 20:12:59 5c69ac0246d0: Pulling fs layer 20:12:59 ec43610c2a17: Pulling fs layer 20:12:59 3a2ae6a8a46f: Pulling fs layer 20:12:59 33b1e0a273af: Pulling fs layer 20:12:59 5d3b04190fa2: Pulling fs layer 20:12:59 2f39f015ded8: Pulling fs layer 20:12:59 3a2ae6a8a46f: Waiting 20:12:59 5d3b04190fa2: Waiting 20:12:59 33b1e0a273af: Waiting 20:12:59 5c69ac0246d0: Verifying Checksum 20:12:59 5c69ac0246d0: Download complete 20:12:59 3a2ae6a8a46f: Verifying Checksum 20:12:59 3a2ae6a8a46f: Download complete 20:12:59 33b1e0a273af: Verifying Checksum 20:12:59 33b1e0a273af: Download complete 20:12:59 5d3b04190fa2: Download complete 20:12:59 ec43610c2a17: Verifying Checksum 20:12:59 ec43610c2a17: Download complete 20:12:59 5eb5b503b376: Download complete 20:13:00 2f39f015ded8: Download complete 20:13:01 5eb5b503b376: Pull complete 20:13:01 5c69ac0246d0: Pull complete 20:13:01 ec43610c2a17: Pull complete 20:13:01 3a2ae6a8a46f: Pull complete 20:13:01 33b1e0a273af: Pull complete 20:13:02 5d3b04190fa2: Pull complete 20:13:06 2f39f015ded8: Pull complete 20:13:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:13:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:13:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:06 prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container 20:13:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:13:09 $ docker top 4b269631192051286921f6f8127b9b6c0043967f11246eed67e4abed1c2b05a7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:10 + touch /tmp/pre-build-complete [Pipeline] sh 20:13:10 + mkdir -p /var/log/sysstat [Pipeline] sh 20:13:10 + ls /var/log/sa-host 20:13:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:13:11 provisioning config files... 20:13:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9327943275710684814tmp [Pipeline] { [Pipeline] echo 20:13:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:13:11 ---> create-netrc.sh [Pipeline] } 20:13:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:13:11 ---> python-tools-install.sh [Pipeline] echo 20:13:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:13:12 ---> sudo-logs.sh 20:13:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:13:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:13:12 ---> job-cost.sh 20:13:12 lf-activate-venv: SKIPPING 20:13:12 DEBUG: total: 0.10999999940395355 20:13:12 INFO: Retrieving Stack Cost... 20:13:13 INFO: Retrieving Pricing Info for: v3-standard-8 20:13:13 INFO: Archiving Costs [Pipeline] echo 20:13:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:13:13 ---> logs-deploy.sh 20:13:13 lf-activate-venv: SKIPPING 20:13:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4786/1 20:13:13 INFO: archiving workspace using pattern(s): 20:13:14 Archives upload complete. 20:13:14 INFO: archiving logs to Nexus 20:13:15 ---> uname -a: 20:13:15 Linux prd-ubuntu20-04-docker-8c-8g-1888 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:13:15 20:13:15 20:13:15 ---> lscpu: 20:13:15 Architecture: x86_64 20:13:15 CPU op-mode(s): 32-bit, 64-bit 20:13:15 Byte Order: Little Endian 20:13:15 Address sizes: 40 bits physical, 48 bits virtual 20:13:15 CPU(s): 8 20:13:15 On-line CPU(s) list: 0-7 20:13:15 Thread(s) per core: 1 20:13:15 Core(s) per socket: 1 20:13:15 Socket(s): 8 20:13:15 NUMA node(s): 1 20:13:15 Vendor ID: AuthenticAMD 20:13:15 CPU family: 23 20:13:15 Model: 49 20:13:15 Model name: AMD EPYC-Rome Processor 20:13:15 Stepping: 0 20:13:15 CPU MHz: 2800.000 20:13:15 BogoMIPS: 5600.00 20:13:15 Virtualization: AMD-V 20:13:15 Hypervisor vendor: KVM 20:13:15 Virtualization type: full 20:13:15 L1d cache: 256 KiB 20:13:15 L1i cache: 256 KiB 20:13:15 L2 cache: 4 MiB 20:13:15 L3 cache: 128 MiB 20:13:15 NUMA node0 CPU(s): 0-7 20:13:15 Vulnerability Itlb multihit: Not affected 20:13:15 Vulnerability L1tf: Not affected 20:13:15 Vulnerability Mds: Not affected 20:13:15 Vulnerability Meltdown: Not affected 20:13:15 Vulnerability Mmio stale data: Not affected 20:13:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:13:15 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:13:15 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:13:15 Vulnerability Srbds: Not affected 20:13:15 Vulnerability Tsx async abort: Not affected 20:13:15 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 20:13:15 20:13:15 20:13:15 ---> nproc: 20:13:15 8 20:13:15 20:13:15 20:13:15 ---> df -h: 20:13:15 Filesystem Size Used Avail Use% Mounted on 20:13:15 overlay 155G 23G 132G 15% / 20:13:15 tmpfs 64M 0 64M 0% /dev 20:13:15 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:13:15 shm 64M 0 64M 0% /dev/shm 20:13:15 /dev/vda1 155G 23G 132G 15% /facter-os 20:13:15 20:13:15 20:13:15 ---> sar -b -r -n DEV: 20:13:15 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1888) 04/02/24 _x86_64_ (8 CPU) 20:13:15 20:13:15 18:58:26 LINUX RESTART (8 CPU) 20:13:15 20:13:15 18:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:13:15 19:00:01 6.30 0.02 6.29 0.00 0.81 398.05 0.00 20:13:15 19:01:01 5.22 3.78 1.43 0.00 86.65 28.53 0.00 20:13:15 19:02:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 20:13:15 19:03:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 20:13:15 19:04:01 43.81 11.41 32.39 0.00 3447.56 5747.31 0.00 20:13:15 19:05:01 5.70 0.02 5.68 0.00 0.13 110.36 0.00 20:13:15 19:06:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 20:13:15 19:07:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 20:13:15 19:08:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 20:13:15 19:09:01 1.75 0.00 1.75 0.00 0.00 20.13 0.00 20:13:15 19:10:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 20:13:15 19:11:01 1.67 0.00 1.67 0.00 0.00 19.73 0.00 20:13:15 19:12:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 20:13:15 19:13:01 1.83 0.00 1.83 0.00 0.00 21.06 0.00 20:13:15 19:14:01 2.08 0.02 2.07 0.00 0.13 26.93 0.00 20:13:15 19:15:01 1.68 0.00 1.68 0.00 0.00 20.13 0.00 20:13:15 19:16:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 20:13:15 19:17:01 1.25 0.02 1.23 0.00 0.13 15.46 0.00 20:13:15 19:18:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 20:13:15 19:19:01 1.50 0.00 1.50 0.00 0.00 18.66 0.00 20:13:15 19:20:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 20:13:15 19:21:01 1.42 0.00 1.42 0.00 0.00 18.40 0.00 20:13:15 19:22:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 20:13:15 19:23:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 20:13:15 19:24:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 20:13:15 19:25:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 20:13:15 19:26:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 20:13:15 19:27:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 20:13:15 19:28:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 20:13:15 19:29:01 1.42 0.00 1.42 0.00 0.00 17.73 0.00 20:13:15 19:30:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 20:13:15 19:31:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 20:13:15 19:32:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 20:13:15 19:33:01 340.69 12.90 327.79 0.00 1872.58 51227.06 0.00 20:13:15 19:34:01 146.11 1.22 144.89 0.00 20.66 36881.59 0.00 20:13:15 19:35:01 39.53 0.00 39.53 0.00 0.00 30416.00 0.00 20:13:15 19:36:01 29.28 0.22 29.06 0.00 3.07 16724.81 0.00 20:13:15 19:37:01 337.93 0.38 337.54 0.00 50.39 190438.66 0.00 20:13:15 19:38:01 579.06 8.78 570.28 0.00 84.64 145982.54 0.00 20:13:15 19:39:01 242.95 0.02 242.93 0.00 0.14 79076.11 0.00 20:13:15 19:40:01 762.10 0.12 761.98 0.00 2.93 124634.40 0.00 20:13:15 19:41:01 2.50 0.00 2.50 0.00 0.00 29.20 0.00 20:13:15 19:42:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 20:13:15 19:43:01 2.08 0.00 2.08 0.00 0.00 24.13 0.00 20:13:15 19:44:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 20:13:15 19:45:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 20:13:15 19:46:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 20:13:15 19:47:01 2.00 0.00 2.00 0.00 0.00 22.79 0.00 20:13:15 19:48:01 1.40 0.00 1.40 0.00 0.00 15.46 0.00 20:13:15 19:49:01 2.12 0.00 2.12 0.00 0.00 24.93 0.00 20:13:15 19:50:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 20:13:15 19:51:01 1.73 0.00 1.73 0.00 0.00 19.06 0.00 20:13:15 19:52:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 20:13:15 19:53:01 2.13 0.00 2.13 0.00 0.00 24.00 0.00 20:13:15 19:54:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 20:13:15 19:55:01 2.12 0.00 2.12 0.00 0.00 24.40 0.00 20:13:15 19:56:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 20:13:15 19:57:01 1.98 0.00 1.98 0.00 0.00 22.80 0.00 20:13:15 19:58:01 1.90 0.00 1.90 0.00 0.00 20.80 0.00 20:13:15 19:59:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 20:13:15 20:00:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 20:13:15 20:01:01 1.82 0.00 1.82 0.00 0.00 21.60 0.00 20:13:15 20:02:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 20:13:15 20:03:01 2.03 0.00 2.03 0.00 0.00 22.93 0.00 20:13:15 20:04:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 20:13:15 20:05:01 1.72 0.00 1.72 0.00 0.00 20.93 0.00 20:13:15 20:06:01 1.25 0.00 1.25 0.00 0.00 13.60 0.00 20:13:15 20:07:01 1.73 0.00 1.73 0.00 0.00 19.99 0.00 20:13:15 20:08:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 20:13:15 20:09:01 1.73 0.00 1.73 0.00 0.00 20.93 0.00 20:13:15 20:10:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 20:13:15 20:11:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 20:13:15 20:12:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 20:13:15 20:13:01 3.42 0.25 3.17 0.00 22.66 278.35 0.00 20:13:15 Average: 35.55 0.53 35.02 0.00 75.61 9217.39 0.00 20:13:15 20:13:15 18:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:13:15 19:00:01 30572108 31847532 534276 1.62 47300 1540796 1632312 4.81 609492 1415940 36 20:13:15 19:01:01 30534260 31813312 566972 1.72 47352 1543676 1648476 4.86 651692 1417548 124 20:13:15 19:02:01 30533616 31812692 567528 1.73 47384 1543668 1648476 4.86 652200 1417548 56 20:13:15 19:03:01 30533576 31812680 567460 1.73 47408 1543684 1648476 4.86 651744 1417532 132 20:13:15 19:04:01 30189924 31776980 564956 1.72 70792 1835088 1617192 4.77 883212 1488780 1060 20:13:15 19:05:01 30197452 31779716 562676 1.71 69364 1831832 1600492 4.72 879856 1485496 8 20:13:15 19:06:01 30196868 31779224 563032 1.71 69464 1831836 1600492 4.72 880984 1485508 168 20:13:15 19:07:01 30196884 31779280 562916 1.71 69500 1831836 1600492 4.72 880920 1485512 220 20:13:15 19:08:01 30197096 31779536 562576 1.71 69564 1831840 1600492 4.72 881016 1485520 172 20:13:15 19:09:01 30198112 31780644 561392 1.71 69628 1831848 1600492 4.72 880192 1485532 192 20:13:15 19:10:01 30198344 31780988 561208 1.71 69724 1831848 1600492 4.72 880092 1485508 180 20:13:15 19:11:01 30199508 31782228 559844 1.70 69780 1831852 1600492 4.72 879152 1485512 176 20:13:15 19:12:01 30199296 31782104 559904 1.70 69868 1831852 1600492 4.72 879360 1485512 184 20:13:15 19:13:01 30198860 31781744 560036 1.70 69940 1831856 1600492 4.72 879696 1485516 184 20:13:15 19:14:01 30196664 31779648 562024 1.71 70024 1831836 1597024 4.71 880212 1485484 196 20:13:15 19:15:01 30197136 31780180 561428 1.71 70088 1831836 1597024 4.71 879908 1485492 20 20:13:15 19:16:01 30196728 31779836 561880 1.71 70120 1831840 1597024 4.71 880328 1485500 160 20:13:15 19:17:01 30195732 31778916 562588 1.71 70156 1831840 1597024 4.71 880828 1485500 252 20:13:15 19:18:01 30196204 31779444 561968 1.71 70172 1831848 1597024 4.71 880576 1485504 196 20:13:15 19:19:01 30196436 31779732 561636 1.71 70212 1831848 1597024 4.71 880108 1485504 56 20:13:15 19:20:01 30196396 31779696 561592 1.71 70228 1831852 1597024 4.71 880160 1485504 188 20:13:15 19:21:01 30196396 31779756 561580 1.71 70268 1831856 1597024 4.71 880436 1485512 220 20:13:15 19:22:01 30196348 31779712 561560 1.71 70284 1831856 1597024 4.71 880492 1485512 176 20:13:15 19:23:01 30196404 31779840 561452 1.71 70332 1831860 1597024 4.71 880312 1485512 8 20:13:15 19:24:01 30196888 31780380 561064 1.71 70404 1831856 1597024 4.71 880824 1485516 20 20:13:15 19:25:01 30196564 31780196 561176 1.71 70428 1831992 1597024 4.71 880884 1485620 188 20:13:15 19:26:01 30196468 31780160 561140 1.71 70452 1831996 1597024 4.71 881048 1485652 188 20:13:15 19:27:01 30196176 31779868 561332 1.71 70484 1832000 1597024 4.71 880800 1485652 228 20:13:15 19:28:01 30196192 31779940 561296 1.71 70500 1832004 1597024 4.71 880576 1485664 24 20:13:15 19:29:01 30196420 31780176 561012 1.71 70532 1831992 1597024 4.71 880848 1485668 52 20:13:15 19:30:01 30196556 31780348 560920 1.71 70548 1832012 1597024 4.71 881140 1485660 208 20:13:15 19:31:01 30196612 31780440 560852 1.71 70564 1832016 1597024 4.71 880848 1485672 40 20:13:15 19:32:01 30196532 31780360 560828 1.71 70580 1832016 1597024 4.71 881172 1485672 56 20:13:15 19:33:01 28387860 31508744 775800 2.36 99564 3286632 1920500 5.66 1325648 2736992 760 20:13:15 19:34:01 27109432 31423700 851300 2.59 156012 4296192 1861512 5.49 1904384 3302588 726972 20:13:15 19:35:01 26639436 31225256 1047044 3.18 159468 4550448 2375060 7.00 2046844 3610904 521784 20:13:15 19:36:01 26317804 31379736 891272 2.71 161776 4980628 1902512 5.61 1953732 3983220 495804 20:13:15 19:37:01 22461040 31338364 916000 2.79 172268 8704944 2784284 8.21 2028564 7656008 572 20:13:15 19:38:01 15124276 29107260 3087380 9.39 309704 13153692 8776916 25.87 5040724 11367940 610188 20:13:15 19:39:01 13109300 29326976 2876448 8.75 326140 15283960 7012732 20.67 5674788 12680792 844692 20:13:15 19:40:01 14869648 31433332 821776 2.50 338508 15737508 2098256 6.18 2864200 13928492 368 20:13:15 19:41:01 14870200 31433904 821108 2.50 338540 15737512 2098256 6.18 2864004 13928496 40 20:13:15 19:42:01 14908380 31472096 782908 2.38 338580 15737516 2098256 6.18 2825876 13928500 4 20:13:15 19:43:01 14910972 31474748 780312 2.37 338636 15737520 2098256 6.18 2824320 13928508 16 20:13:15 19:44:01 14912324 31476148 778900 2.37 338648 15737524 2098256 6.18 2822724 13928516 12 20:13:15 19:45:01 14918148 31482024 773280 2.35 338692 15737528 2098256 6.18 2818304 13928524 12 20:13:15 19:46:01 14918384 31482304 772972 2.35 338732 15737528 2098256 6.18 2817576 13928528 8 20:13:15 19:47:01 14918604 31482572 772632 2.35 338808 15737532 2098256 6.18 2817604 13928536 8 20:13:15 19:48:01 14918304 31482460 772684 2.35 338868 15737660 2098256 6.18 2817868 13928636 8 20:13:15 19:49:01 14918256 31482416 772620 2.35 338912 15737668 2098256 6.18 2817808 13928640 8 20:13:15 19:50:01 14918200 31482492 772544 2.35 338980 15737672 2098256 6.18 2817976 13928680 32 20:13:15 19:51:01 14918468 31482804 772204 2.35 339008 15737672 2098256 6.18 2817884 13928680 8 20:13:15 19:52:01 14918368 31482752 772404 2.35 339052 15737676 2082080 6.14 2817912 13928684 8 20:13:15 19:53:01 14918240 31482636 772436 2.35 339104 15737676 2082080 6.14 2818216 13928684 8 20:13:15 19:54:01 14918572 31483016 771996 2.35 339148 15737680 2082080 6.14 2818104 13928688 8 20:13:15 19:55:01 14918524 31483032 771924 2.35 339204 15737684 2082080 6.14 2818156 13928696 36 20:13:15 19:56:01 14918224 31482736 772256 2.35 339216 15737684 2082080 6.14 2818156 13928696 4 20:13:15 19:57:01 14918192 31482760 772204 2.35 339244 15737688 2082080 6.14 2818272 13928696 16 20:13:15 19:58:01 14918184 31482844 772108 2.35 339312 15737688 2082080 6.14 2818032 13928700 0 20:13:15 19:59:01 14918108 31482772 772292 2.35 339332 15737696 2082080 6.14 2818360 13928704 12 20:13:15 20:00:01 14918060 31482788 772224 2.35 339380 15737704 2082080 6.14 2818108 13928712 40 20:13:15 20:01:01 14916788 31481624 773272 2.35 339396 15737704 2098412 6.18 2819292 13928532 188 20:13:15 20:02:01 14917032 31481904 772976 2.35 339428 15737708 2098412 6.18 2819008 13928532 12 20:13:15 20:03:01 14916732 31481620 773176 2.35 339464 15737708 2098412 6.18 2818804 13928532 8 20:13:15 20:04:01 14916844 31481764 772984 2.35 339480 15737712 2098412 6.18 2819396 13928536 8 20:13:15 20:05:01 14916752 31481700 773192 2.35 339496 15737716 2098412 6.18 2819160 13928540 48 20:13:15 20:06:01 14917060 31482032 772848 2.35 339508 15737716 2098412 6.18 2818960 13928540 8 20:13:15 20:07:01 14916972 31481972 772796 2.35 339528 15737720 2098412 6.18 2818880 13928544 8 20:13:15 20:08:01 14916932 31481944 772748 2.35 339576 15737724 2098412 6.18 2819100 13928544 8 20:13:15 20:09:01 14916696 31481772 772876 2.35 339612 15737728 2098412 6.18 2819148 13928552 48 20:13:15 20:10:01 14916648 31481764 772848 2.35 339632 15737724 2082332 6.14 2819028 13928556 12 20:13:15 20:11:01 14916656 31481796 772772 2.35 339644 15737732 2082332 6.14 2818992 13928556 44 20:13:15 20:12:01 14916332 31481488 773012 2.35 339648 15737736 2082332 6.14 2819088 13928560 8 20:13:15 20:13:01 14631224 31444512 809772 2.46 339992 15969480 2352396 6.93 2857048 14159712 235772 20:13:15 Average: 22484121 31546701 748600 2.28 204604 8768493 2040260 6.01 1946637 7674249 46527 20:13:15 20:13:15 18:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:13:15 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:00:01 ens3 3.03 1.53 2.09 0.94 0.00 0.00 0.00 0.00 20:13:15 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:13:15 19:01:01 ens3 15.50 9.78 14.65 6.79 0.00 0.00 0.00 0.00 20:13:15 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:02:01 ens3 0.68 0.43 0.35 0.28 0.00 0.00 0.00 0.00 20:13:15 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:03:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:04:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 20:13:15 19:04:01 ens3 125.95 63.37 2045.93 4.74 0.00 0.00 0.00 0.00 20:13:15 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:05:01 ens3 0.23 0.20 0.02 0.01 0.00 0.00 0.00 0.00 20:13:15 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:06:01 ens3 0.62 0.35 0.32 0.21 0.00 0.00 0.00 0.00 20:13:15 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:07:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:09:01 ens3 0.38 0.18 0.09 0.07 0.00 0.00 0.00 0.00 20:13:15 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:10:01 ens3 0.27 0.03 0.02 0.00 0.00 0.00 0.00 0.00 20:13:15 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:12:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 20:13:15 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:13:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:14:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:16:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:19:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:21:01 ens3 0.25 0.22 0.12 0.02 0.00 0.00 0.00 0.00 20:13:15 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:24:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:25:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:27:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:29:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 20:13:15 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:33:01 lo 5.06 5.06 0.49 0.49 0.00 0.00 0.00 0.00 20:13:15 19:33:01 ens3 1086.77 1055.78 10705.58 145.43 0.00 0.00 0.00 0.00 20:13:15 19:33:01 docker0 596.00 516.16 41.00 2834.24 0.00 0.00 0.00 0.00 20:13:15 19:33:01 veth85d3b14 11.30 12.13 1.05 11.40 0.00 0.00 0.00 0.00 20:13:15 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:34:01 ens3 371.84 259.74 2126.01 34.82 0.00 0.00 0.00 0.00 20:13:15 19:34:01 docker0 244.96 342.91 20.64 2099.08 0.00 0.00 0.00 0.00 20:13:15 19:34:01 veth9370658 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:35:01 ens3 43.81 44.64 23.53 76.74 0.00 0.00 0.00 0.00 20:13:15 19:35:01 docker0 1.63 1.63 0.12 0.15 0.00 0.00 0.00 0.00 20:13:15 19:35:01 veth9370658 1.63 1.67 0.14 0.15 0.00 0.00 0.00 0.00 20:13:15 19:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:36:01 ens3 15.95 10.46 15.78 8.12 0.00 0.00 0.00 0.00 20:13:15 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:36:01 veth9370658 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:37:01 vethbc11aa1 0.53 0.78 0.05 0.20 0.00 0.00 0.00 0.00 20:13:15 19:37:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 20:13:15 19:37:01 veth64e7c6e 1.22 1.88 0.09 30.86 0.00 0.00 0.00 0.00 20:13:15 19:37:01 veth3c6b4cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:37:01 vethdd21546 1.57 1.95 0.12 30.86 0.00 0.00 0.00 0.00 20:13:15 19:37:01 vethad5e271 2.53 4.10 0.19 60.86 0.00 0.00 0.00 0.00 20:13:15 19:37:01 ens3 190.18 110.23 3793.29 24.66 0.00 0.00 0.00 0.00 20:13:15 19:37:01 vethad51b93 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:37:01 docker0 30.64 50.62 1.96 778.24 0.00 0.00 0.00 0.00 20:13:15 19:37:01 vethdd4490e 2.63 4.73 0.20 65.97 0.00 0.00 0.00 0.01 20:13:15 19:37:01 vethc5ead00 2.37 3.37 0.18 51.00 0.00 0.00 0.00 0.00 20:13:15 19:38:01 vethbc11aa1 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 20:13:15 19:38:01 vethaca2058 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 veth67225a3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:38:01 veth01ca678 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 veth1d6c013 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 veth95a6e0d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 vethcf1d580 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 veth8440e23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 vethd02f925 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 veth2056840 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 vethcf0a2ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 ens3 546.18 325.86 4936.63 42.43 0.00 0.00 0.00 0.00 20:13:15 19:38:01 vethf0be7e6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:13:15 19:38:01 docker0 310.83 521.88 27.50 4917.98 0.00 0.00 0.00 0.00 20:13:15 19:39:01 vethbc11aa1 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:39:01 vethaca2058 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 veth67225a3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:39:01 veth01ca678 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 veth1d6c013 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 veth95a6e0d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 vethcf1d580 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 veth8440e23 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 vethd02f925 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 veth2056840 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 vethcf0a2ba 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 ens3 6.61 4.49 5.37 3.04 0.00 0.00 0.00 0.00 20:13:15 19:39:01 vethf0be7e6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:39:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:40:01 ens3 22.91 16.24 18.74 10.27 0.00 0.00 0.00 0.00 20:13:15 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:41:01 ens3 0.68 0.20 0.15 0.08 0.00 0.00 0.00 0.00 20:13:15 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:42:01 ens3 0.78 0.47 2.13 0.22 0.00 0.00 0.00 0.00 20:13:15 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:43:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:44:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:45:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:47:01 ens3 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 20:13:15 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:49:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:50:01 ens3 0.20 0.00 0.02 0.00 0.00 0.00 0.00 0.00 20:13:15 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:52:01 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 20:13:15 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:53:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:54:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:57:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 19:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 19:59:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:13:15 20:01:01 ens3 4.27 3.77 2.38 5.30 0.00 0.00 0.00 0.00 20:13:15 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:04:01 ens3 0.83 0.42 0.37 0.28 0.00 0.00 0.00 0.00 20:13:15 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:06:01 ens3 0.43 0.33 0.26 0.21 0.00 0.00 0.00 0.00 20:13:15 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:07:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:09:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:13:15 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:13:15 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 20:13:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:13:15 20:13:01 ens3 92.40 56.79 2521.11 9.91 0.00 0.00 0.00 0.00 20:13:15 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:13:15 Average: lo 0.21 0.21 0.02 0.02 0.00 0.00 0.00 0.00 20:13:15 Average: ens3 34.29 26.63 354.45 5.07 0.00 0.00 0.00 0.00 20:13:15 Average: docker0 16.01 19.38 1.23 143.72 0.00 0.00 0.00 0.00 20:13:15 20:13:15 20:13:15 ---> sar -P ALL: 20:13:15 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1888) 04/02/24 _x86_64_ (8 CPU) 20:13:15 20:13:15 18:58:26 LINUX RESTART (8 CPU) 20:13:15 20:13:15 18:59:02 CPU %user %nice %system %iowait %steal %idle 20:13:15 19:00:01 all 0.06 0.00 0.02 0.06 0.01 99.85 20:13:15 19:00:01 0 0.07 0.00 0.03 0.29 0.02 99.59 20:13:15 19:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:00:01 2 0.17 0.00 0.02 0.00 0.00 99.81 20:13:15 19:00:01 3 0.02 0.00 0.02 0.00 0.03 99.93 20:13:15 19:00:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:00:01 6 0.15 0.00 0.02 0.00 0.02 99.81 20:13:15 19:00:01 7 0.02 0.00 0.02 0.19 0.00 99.78 20:13:15 19:01:01 all 0.55 0.00 0.05 0.03 0.01 99.37 20:13:15 19:01:01 0 0.10 0.00 0.08 0.00 0.00 99.82 20:13:15 19:01:01 1 1.31 0.00 0.05 0.00 0.02 98.63 20:13:15 19:01:01 2 1.25 0.00 0.03 0.00 0.00 98.72 20:13:15 19:01:01 3 0.33 0.00 0.05 0.03 0.02 99.57 20:13:15 19:01:01 4 0.58 0.00 0.03 0.00 0.02 99.37 20:13:15 19:01:01 5 0.25 0.00 0.03 0.00 0.02 99.70 20:13:15 19:01:01 6 0.17 0.00 0.02 0.00 0.00 99.82 20:13:15 19:01:01 7 0.40 0.00 0.08 0.18 0.02 99.32 20:13:15 19:02:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:13:15 19:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:02:01 1 0.03 0.00 0.02 0.00 0.03 99.92 20:13:15 19:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:02:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:13:15 19:02:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:02:01 7 0.00 0.00 0.02 0.05 0.00 99.93 20:13:15 19:03:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:13:15 19:03:01 0 0.00 0.00 0.00 0.02 0.02 99.97 20:13:15 19:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:03:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:04:01 all 2.07 0.00 1.10 0.57 0.03 96.23 20:13:15 19:04:01 0 3.29 0.00 0.99 0.10 0.03 95.59 20:13:15 19:04:01 1 1.56 0.00 2.17 1.35 0.03 94.88 20:13:15 19:04:01 2 2.24 0.00 0.64 2.01 0.05 95.07 20:13:15 19:04:01 3 1.04 0.00 0.57 0.03 0.02 98.35 20:13:15 19:04:01 4 2.35 0.00 0.68 0.02 0.03 96.91 20:13:15 19:04:01 5 1.25 0.00 1.78 0.05 0.02 96.90 20:13:15 19:04:01 6 2.81 0.00 1.12 0.33 0.05 95.69 20:13:15 19:04:01 7 2.00 0.00 0.85 0.65 0.03 96.46 20:13:15 19:05:01 all 0.09 0.00 0.04 0.01 0.01 99.84 20:13:15 19:05:01 0 0.03 0.00 0.05 0.03 0.02 99.87 20:13:15 19:05:01 1 0.07 0.00 0.05 0.00 0.02 99.87 20:13:15 19:05:01 2 0.08 0.00 0.05 0.08 0.03 99.75 20:13:15 19:05:01 3 0.05 0.00 0.02 0.00 0.02 99.92 20:13:15 19:05:01 4 0.10 0.00 0.05 0.00 0.00 99.85 20:13:15 19:05:01 5 0.07 0.00 0.02 0.00 0.00 99.92 20:13:15 19:05:01 6 0.05 0.00 0.03 0.00 0.00 99.92 20:13:15 19:05:01 7 0.25 0.00 0.08 0.00 0.00 99.67 20:13:15 19:06:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:13:15 19:06:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:13:15 19:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:06:01 2 0.02 0.00 0.00 0.07 0.00 99.92 20:13:15 19:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:06:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:07:01 all 0.03 0.00 0.02 0.23 0.01 99.71 20:13:15 19:07:01 0 0.03 0.00 0.02 1.27 0.03 98.65 20:13:15 19:07:01 1 0.00 0.00 0.00 0.37 0.02 99.62 20:13:15 19:07:01 2 0.12 0.00 0.05 0.20 0.00 99.63 20:13:15 19:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:08:01 all 0.01 0.00 0.00 0.02 0.01 99.96 20:13:15 19:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:08:01 2 0.02 0.00 0.00 0.17 0.02 99.80 20:13:15 19:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:13:15 19:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:09:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:13:15 19:09:01 0 0.02 0.00 0.00 0.03 0.02 99.93 20:13:15 19:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:09:01 2 0.03 0.00 0.02 0.02 0.03 99.90 20:13:15 19:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:09:01 4 0.03 0.00 0.03 0.00 0.00 99.93 20:13:15 19:09:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:13:15 19:09:01 6 0.02 0.00 0.00 0.02 0.00 99.97 20:13:15 19:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:10:01 all 0.18 0.00 0.01 0.01 0.02 99.79 20:13:15 19:10:01 0 0.02 0.00 0.00 0.03 0.00 99.95 20:13:15 19:10:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:10:01 2 1.36 0.00 0.00 0.03 0.03 98.58 20:13:15 19:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:10:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:13:15 19:10:01 CPU %user %nice %system %iowait %steal %idle 20:13:15 19:11:01 all 0.26 0.00 0.01 0.01 0.01 99.72 20:13:15 19:11:01 0 0.00 0.00 0.02 0.03 0.02 99.93 20:13:15 19:11:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:13:15 19:11:01 2 2.02 0.00 0.02 0.00 0.03 97.93 20:13:15 19:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:12:01 all 0.17 0.00 0.00 0.00 0.01 99.81 20:13:15 19:12:01 0 0.02 0.00 0.00 0.03 0.02 99.93 20:13:15 19:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:12:01 2 1.31 0.00 0.02 0.00 0.03 98.64 20:13:15 19:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:12:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:13:01 all 0.01 0.00 0.01 0.04 0.01 99.94 20:13:15 19:13:01 0 0.02 0.00 0.02 0.13 0.02 99.82 20:13:15 19:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:13:01 2 0.02 0.00 0.00 0.03 0.02 99.93 20:13:15 19:13:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:13:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:13:01 6 0.00 0.00 0.00 0.15 0.00 99.85 20:13:15 19:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:14:01 all 0.03 0.00 0.03 0.01 0.01 99.92 20:13:15 19:14:01 0 0.02 0.00 0.03 0.12 0.00 99.83 20:13:15 19:14:01 1 0.00 0.00 0.03 0.00 0.00 99.97 20:13:15 19:14:01 2 0.07 0.00 0.05 0.00 0.03 99.85 20:13:15 19:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 20:13:15 19:14:01 5 0.00 0.00 0.05 0.00 0.00 99.95 20:13:15 19:14:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:15:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:13:15 19:15:01 0 0.00 0.00 0.02 0.05 0.02 99.92 20:13:15 19:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:15:01 2 0.03 0.00 0.03 0.00 0.03 99.90 20:13:15 19:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:15:01 4 0.02 0.00 0.03 0.00 0.02 99.93 20:13:15 19:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:13:15 19:16:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:13:15 19:16:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:13:15 19:16:01 2 0.05 0.00 0.02 0.00 0.03 99.90 20:13:15 19:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:13:15 19:17:01 0 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 19:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 20:13:15 19:17:01 2 0.00 0.00 0.02 0.00 0.03 99.95 20:13:15 19:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:17:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:18:01 all 0.01 0.00 0.00 0.01 0.01 99.97 20:13:15 19:18:01 0 0.00 0.00 0.00 0.03 0.00 99.97 20:13:15 19:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:18:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:18:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:13:15 19:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:19:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:13:15 19:19:01 0 0.02 0.00 0.00 0.05 0.03 99.90 20:13:15 19:19:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:13:15 19:19:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:13:15 19:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:20:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:13:15 19:20:01 0 0.00 0.00 0.03 0.00 0.02 99.95 20:13:15 19:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:20:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:20:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:21:01 all 0.07 0.00 0.01 0.01 0.00 99.90 20:13:15 19:21:01 0 0.07 0.00 0.02 0.03 0.02 99.87 20:13:15 19:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:21:01 2 0.47 0.00 0.07 0.00 0.00 99.47 20:13:15 19:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:21:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:21:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:13:15 19:21:01 CPU %user %nice %system %iowait %steal %idle 20:13:15 19:22:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:13:15 19:22:01 0 0.03 0.00 0.03 0.00 0.03 99.90 20:13:15 19:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:22:01 2 1.97 0.00 0.00 0.00 0.02 98.01 20:13:15 19:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:22:01 4 0.05 0.00 0.00 0.00 0.00 99.95 20:13:15 19:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:22:01 6 0.00 0.00 0.02 0.02 0.02 99.95 20:13:15 19:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:23:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:13:15 19:23:01 0 0.03 0.00 0.03 0.03 0.02 99.88 20:13:15 19:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:23:01 2 1.97 0.00 0.00 0.00 0.00 98.03 20:13:15 19:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:23:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:13:15 19:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:24:01 all 0.25 0.00 0.00 0.00 0.01 99.73 20:13:15 19:24:01 0 0.00 0.00 0.02 0.03 0.03 99.92 20:13:15 19:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:24:01 2 1.97 0.00 0.00 0.00 0.02 98.01 20:13:15 19:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:25:01 all 0.26 0.00 0.01 0.01 0.01 99.72 20:13:15 19:25:01 0 0.03 0.00 0.05 0.03 0.02 99.87 20:13:15 19:25:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:25:01 2 1.95 0.00 0.00 0.00 0.00 98.05 20:13:15 19:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:13:15 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:25:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:25:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:26:01 all 0.25 0.00 0.00 0.00 0.01 99.73 20:13:15 19:26:01 0 0.00 0.00 0.00 0.00 0.03 99.97 20:13:15 19:26:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:26:01 2 1.97 0.00 0.00 0.00 0.00 98.03 20:13:15 19:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:26:01 6 0.00 0.00 0.02 0.02 0.00 99.97 20:13:15 19:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:27:01 all 0.26 0.00 0.01 0.02 0.01 99.70 20:13:15 19:27:01 0 0.02 0.00 0.03 0.07 0.03 99.85 20:13:15 19:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:27:01 2 1.97 0.00 0.00 0.00 0.02 98.01 20:13:15 19:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:27:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:27:01 6 0.00 0.00 0.02 0.07 0.02 99.90 20:13:15 19:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:28:01 all 0.23 0.00 0.01 0.00 0.01 99.75 20:13:15 19:28:01 0 0.05 0.00 0.00 0.02 0.03 99.90 20:13:15 19:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:28:01 2 1.73 0.00 0.00 0.00 0.02 98.26 20:13:15 19:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:28:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:13:15 19:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:13:15 19:29:01 0 0.02 0.00 0.03 0.02 0.03 99.90 20:13:15 19:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:29:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:29:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:30:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:13:15 19:30:01 0 0.05 0.00 0.00 0.02 0.02 99.92 20:13:15 19:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:30:01 5 0.00 0.00 0.03 0.00 0.00 99.97 20:13:15 19:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:31:01 all 0.02 0.00 0.00 0.00 0.01 99.97 20:13:15 19:31:01 0 0.02 0.00 0.00 0.00 0.03 99.95 20:13:15 19:31:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:31:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:31:01 5 0.05 0.00 0.00 0.00 0.02 99.93 20:13:15 19:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:32:01 all 0.00 0.00 0.00 0.00 0.01 99.98 20:13:15 19:32:01 0 0.02 0.00 0.03 0.02 0.03 99.90 20:13:15 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:32:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:32:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:13:15 19:32:01 CPU %user %nice %system %iowait %steal %idle 20:13:15 19:33:01 all 8.40 0.00 3.02 2.63 0.06 85.90 20:13:15 19:33:01 0 7.58 0.00 4.56 3.51 0.08 84.26 20:13:15 19:33:01 1 7.00 0.00 3.03 0.05 0.05 89.87 20:13:15 19:33:01 2 9.88 0.00 3.15 2.24 0.07 84.65 20:13:15 19:33:01 3 6.70 0.00 2.85 0.45 0.05 89.94 20:13:15 19:33:01 4 7.75 0.00 2.47 1.27 0.05 88.46 20:13:15 19:33:01 5 8.39 0.00 2.30 1.26 0.05 88.00 20:13:15 19:33:01 6 14.77 0.00 3.57 12.14 0.08 69.44 20:13:15 19:33:01 7 5.08 0.00 2.21 0.08 0.05 92.58 20:13:15 19:34:01 all 25.36 0.00 3.81 1.90 0.08 68.86 20:13:15 19:34:01 0 25.44 0.00 3.70 0.77 0.07 70.01 20:13:15 19:34:01 1 25.88 0.00 3.83 0.44 0.08 69.77 20:13:15 19:34:01 2 24.27 0.00 3.79 4.90 0.07 66.98 20:13:15 19:34:01 3 25.00 0.00 4.95 0.69 0.08 69.27 20:13:15 19:34:01 4 26.78 0.00 3.75 2.56 0.08 66.83 20:13:15 19:34:01 5 23.45 0.00 2.95 0.49 0.07 73.04 20:13:15 19:34:01 6 26.52 0.00 4.01 5.17 0.08 64.21 20:13:15 19:34:01 7 25.58 0.00 3.48 0.18 0.07 70.69 20:13:15 19:35:01 all 28.86 0.00 3.40 1.15 0.07 66.52 20:13:15 19:35:01 0 27.26 0.00 3.22 0.12 0.08 69.32 20:13:15 19:35:01 1 25.67 0.00 2.77 0.25 0.05 71.26 20:13:15 19:35:01 2 30.11 0.00 3.13 1.81 0.07 64.88 20:13:15 19:35:01 3 31.27 0.00 5.03 0.22 0.07 63.42 20:13:15 19:35:01 4 32.10 0.00 3.75 1.01 0.07 63.08 20:13:15 19:35:01 5 24.74 0.00 2.77 0.02 0.08 72.39 20:13:15 19:35:01 6 29.37 0.00 2.84 0.07 0.07 67.66 20:13:15 19:35:01 7 30.37 0.00 3.66 5.69 0.08 60.20 20:13:15 19:36:01 all 46.11 0.00 3.61 0.81 0.07 49.40 20:13:15 19:36:01 0 43.79 0.00 3.29 0.96 0.07 51.89 20:13:15 19:36:01 1 44.64 0.00 3.05 0.35 0.07 51.89 20:13:15 19:36:01 2 47.36 0.00 3.73 3.53 0.08 45.30 20:13:15 19:36:01 3 47.08 0.00 3.99 0.25 0.07 48.62 20:13:15 19:36:01 4 47.19 0.00 3.66 0.05 0.07 49.03 20:13:15 19:36:01 5 43.79 0.00 3.43 0.39 0.07 52.32 20:13:15 19:36:01 6 46.20 0.00 3.72 0.42 0.07 49.60 20:13:15 19:36:01 7 48.82 0.00 3.99 0.50 0.07 46.62 20:13:15 19:37:01 all 21.61 0.00 6.41 11.72 0.11 60.14 20:13:15 19:37:01 0 20.44 0.00 5.25 7.89 0.14 66.29 20:13:15 19:37:01 1 21.13 0.00 6.25 15.48 0.10 57.04 20:13:15 19:37:01 2 21.47 0.00 6.46 18.11 0.12 53.85 20:13:15 19:37:01 3 22.84 0.00 6.50 7.59 0.12 62.94 20:13:15 19:37:01 4 21.49 0.00 7.11 9.87 0.14 61.40 20:13:15 19:37:01 5 21.20 0.00 5.30 5.65 0.08 67.77 20:13:15 19:37:01 6 22.44 0.00 7.64 21.47 0.10 48.35 20:13:15 19:37:01 7 21.93 0.00 6.80 7.79 0.12 63.36 20:13:15 19:38:01 all 30.56 0.00 6.54 10.32 0.11 52.47 20:13:15 19:38:01 0 30.29 0.00 5.68 3.47 0.07 60.50 20:13:15 19:38:01 1 29.71 0.00 5.88 9.83 0.08 54.50 20:13:15 19:38:01 2 31.38 0.00 7.39 23.60 0.14 37.49 20:13:15 19:38:01 3 31.48 0.00 7.85 17.60 0.12 42.96 20:13:15 19:38:01 4 29.66 0.00 6.26 7.64 0.12 56.32 20:13:15 19:38:01 5 30.02 0.00 6.49 4.95 0.10 58.44 20:13:15 19:38:01 6 32.48 0.00 7.03 11.70 0.10 48.69 20:13:15 19:38:01 7 29.46 0.00 5.78 3.94 0.12 60.70 20:13:15 19:39:01 all 92.47 0.00 7.28 0.00 0.24 0.01 20:13:15 19:39:01 0 92.44 0.00 7.17 0.00 0.40 0.00 20:13:15 19:39:01 1 92.45 0.00 7.34 0.00 0.21 0.00 20:13:15 19:39:01 2 92.04 0.00 7.72 0.00 0.24 0.00 20:13:15 19:39:01 3 92.75 0.00 7.01 0.00 0.22 0.02 20:13:15 19:39:01 4 92.88 0.00 6.91 0.00 0.21 0.00 20:13:15 19:39:01 5 91.64 0.00 8.13 0.00 0.23 0.00 20:13:15 19:39:01 6 93.12 0.00 6.67 0.00 0.21 0.00 20:13:15 19:39:01 7 92.44 0.00 7.32 0.00 0.21 0.03 20:13:15 19:40:01 all 57.19 0.00 6.28 2.55 0.16 33.81 20:13:15 19:40:01 0 56.64 0.00 6.00 0.79 0.14 36.44 20:13:15 19:40:01 1 58.34 0.00 5.55 2.52 0.13 33.46 20:13:15 19:40:01 2 57.22 0.00 6.84 2.67 0.15 33.12 20:13:15 19:40:01 3 56.32 0.00 7.46 2.21 0.17 33.83 20:13:15 19:40:01 4 57.33 0.00 6.18 4.41 0.20 31.87 20:13:15 19:40:01 5 58.41 0.00 5.76 2.01 0.20 33.62 20:13:15 19:40:01 6 57.13 0.00 5.96 0.73 0.15 36.02 20:13:15 19:40:01 7 56.16 0.00 6.46 5.06 0.13 32.18 20:13:15 19:41:01 all 0.24 0.00 0.02 0.01 0.01 99.72 20:13:15 19:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:41:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:41:01 2 0.02 0.00 0.03 0.02 0.02 99.92 20:13:15 19:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 20:13:15 19:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:41:01 5 1.71 0.00 0.08 0.02 0.02 98.17 20:13:15 19:41:01 6 0.03 0.00 0.02 0.00 0.03 99.92 20:13:15 19:41:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:13:15 19:42:01 all 0.03 0.00 0.02 0.01 0.01 99.93 20:13:15 19:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:42:01 1 0.07 0.00 0.00 0.00 0.00 99.93 20:13:15 19:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 20:13:15 19:42:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:13:15 19:42:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:42:01 5 0.02 0.00 0.02 0.02 0.00 99.95 20:13:15 19:42:01 6 0.07 0.00 0.03 0.00 0.03 99.87 20:13:15 19:42:01 7 0.00 0.00 0.00 0.05 0.00 99.95 20:13:15 19:43:01 all 0.05 0.00 0.01 0.01 0.01 99.92 20:13:15 19:43:01 0 0.00 0.00 0.03 0.00 0.02 99.95 20:13:15 19:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:43:01 2 0.00 0.00 0.02 0.02 0.03 99.93 20:13:15 19:43:01 3 0.28 0.00 0.02 0.00 0.02 99.68 20:13:15 19:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:43:01 6 0.02 0.00 0.02 0.00 0.03 99.93 20:13:15 19:43:01 7 0.02 0.00 0.00 0.03 0.00 99.95 20:13:15 20:13:15 19:43:01 CPU %user %nice %system %iowait %steal %idle 20:13:15 19:44:01 all 0.04 0.00 0.01 0.00 0.01 99.93 20:13:15 19:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:13:15 19:44:01 1 0.05 0.00 0.00 0.00 0.02 99.93 20:13:15 19:44:01 2 0.05 0.00 0.03 0.02 0.02 99.88 20:13:15 19:44:01 3 0.08 0.00 0.02 0.00 0.02 99.88 20:13:15 19:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 20:13:15 19:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:44:01 6 0.03 0.00 0.00 0.00 0.03 99.93 20:13:15 19:44:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:13:15 19:45:01 all 0.02 0.00 0.02 0.01 0.01 99.94 20:13:15 19:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:45:01 2 0.03 0.00 0.02 0.02 0.03 99.90 20:13:15 19:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:45:01 4 0.03 0.00 0.03 0.00 0.00 99.93 20:13:15 19:45:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:45:01 6 0.03 0.00 0.00 0.02 0.03 99.92 20:13:15 19:45:01 7 0.00 0.00 0.02 0.02 0.02 99.95 20:13:15 19:46:01 all 0.03 0.00 0.00 0.01 0.01 99.95 20:13:15 19:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:46:01 1 0.05 0.00 0.00 0.00 0.02 99.93 20:13:15 19:46:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 19:46:01 3 0.07 0.00 0.00 0.00 0.02 99.92 20:13:15 19:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:46:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:46:01 6 0.02 0.00 0.00 0.00 0.03 99.95 20:13:15 19:46:01 7 0.00 0.00 0.00 0.03 0.00 99.97 20:13:15 19:47:01 all 0.04 0.00 0.01 0.01 0.01 99.94 20:13:15 19:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 19:47:01 1 0.05 0.00 0.00 0.00 0.00 99.95 20:13:15 19:47:01 2 0.03 0.00 0.02 0.02 0.02 99.92 20:13:15 19:47:01 3 0.05 0.00 0.02 0.00 0.00 99.93 20:13:15 19:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:47:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:13:15 19:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:47:01 7 0.02 0.00 0.02 0.03 0.02 99.92 20:13:15 19:48:01 all 0.01 0.00 0.01 0.00 0.02 99.96 20:13:15 19:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:48:01 2 0.00 0.00 0.02 0.02 0.03 99.93 20:13:15 19:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:48:01 6 0.03 0.00 0.00 0.00 0.05 99.92 20:13:15 19:48:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:13:15 19:49:01 all 0.13 0.00 0.02 0.01 0.01 99.83 20:13:15 19:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:13:15 19:49:01 1 0.05 0.00 0.02 0.00 0.02 99.92 20:13:15 19:49:01 2 0.83 0.00 0.05 0.02 0.02 99.09 20:13:15 19:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:49:01 6 0.05 0.00 0.02 0.02 0.03 99.88 20:13:15 19:49:01 7 0.02 0.00 0.00 0.03 0.02 99.93 20:13:15 19:50:01 all 0.06 0.00 0.01 0.00 0.01 99.92 20:13:15 19:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:50:01 2 0.45 0.00 0.02 0.03 0.05 99.45 20:13:15 19:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:50:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:50:01 6 0.00 0.00 0.02 0.00 0.03 99.95 20:13:15 19:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:51:01 all 0.03 0.00 0.01 0.00 0.01 99.94 20:13:15 19:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:51:01 1 0.08 0.00 0.00 0.00 0.00 99.92 20:13:15 19:51:01 2 0.03 0.00 0.03 0.02 0.02 99.90 20:13:15 19:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:51:01 4 0.00 0.00 0.03 0.00 0.00 99.97 20:13:15 19:51:01 5 0.05 0.00 0.00 0.00 0.02 99.93 20:13:15 19:51:01 6 0.05 0.00 0.00 0.02 0.03 99.90 20:13:15 19:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:52:01 all 0.10 0.00 0.02 0.01 0.02 99.86 20:13:15 19:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 19:52:01 2 0.68 0.00 0.03 0.05 0.05 99.19 20:13:15 19:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 19:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:52:01 6 0.02 0.00 0.02 0.00 0.03 99.93 20:13:15 19:52:01 7 0.05 0.00 0.05 0.00 0.02 99.88 20:13:15 19:53:01 all 0.27 0.00 0.01 0.00 0.01 99.70 20:13:15 19:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:53:01 1 0.07 0.00 0.02 0.00 0.00 99.92 20:13:15 19:53:01 2 1.97 0.00 0.03 0.03 0.02 97.95 20:13:15 19:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 19:53:01 6 0.03 0.00 0.03 0.00 0.02 99.92 20:13:15 19:53:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:13:15 19:54:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:13:15 19:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:54:01 2 0.02 0.00 0.00 0.03 0.03 99.92 20:13:15 19:54:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 19:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:54:01 6 0.03 0.00 0.02 0.00 0.03 99.92 20:13:15 19:54:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:13:15 20:13:15 19:54:01 CPU %user %nice %system %iowait %steal %idle 20:13:15 19:55:01 all 0.03 0.00 0.02 0.01 0.02 99.93 20:13:15 19:55:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:13:15 19:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 20:13:15 19:55:01 2 0.03 0.00 0.02 0.03 0.03 99.88 20:13:15 19:55:01 3 0.03 0.00 0.03 0.02 0.02 99.90 20:13:15 19:55:01 4 0.02 0.00 0.05 0.00 0.02 99.92 20:13:15 19:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:55:01 6 0.03 0.00 0.00 0.00 0.05 99.92 20:13:15 19:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:56:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:13:15 19:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 19:56:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 19:56:01 3 0.02 0.00 0.02 0.00 0.03 99.93 20:13:15 19:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:56:01 6 0.03 0.00 0.02 0.00 0.03 99.92 20:13:15 19:56:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 19:57:01 all 0.03 0.00 0.01 0.01 0.01 99.95 20:13:15 19:57:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:13:15 19:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:57:01 2 0.05 0.00 0.02 0.03 0.02 99.88 20:13:15 19:57:01 3 0.05 0.00 0.00 0.03 0.02 99.90 20:13:15 19:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:57:01 6 0.03 0.00 0.00 0.00 0.03 99.93 20:13:15 19:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 19:58:01 all 0.01 0.00 0.02 0.01 0.01 99.95 20:13:15 19:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 19:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:58:01 2 0.00 0.00 0.02 0.02 0.03 99.93 20:13:15 19:58:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 19:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 19:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:58:01 6 0.02 0.00 0.03 0.02 0.03 99.90 20:13:15 19:58:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:13:15 19:59:01 all 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 19:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 19:59:01 1 0.05 0.00 0.00 0.00 0.02 99.93 20:13:15 19:59:01 2 0.05 0.00 0.02 0.02 0.02 99.90 20:13:15 19:59:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:13:15 19:59:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:13:15 19:59:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:13:15 19:59:01 6 0.05 0.00 0.03 0.00 0.05 99.87 20:13:15 19:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:00:01 all 0.01 0.00 0.01 0.01 0.01 99.95 20:13:15 20:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:00:01 2 0.02 0.00 0.00 0.05 0.03 99.90 20:13:15 20:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 20:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 20:00:01 6 0.02 0.00 0.05 0.02 0.03 99.88 20:13:15 20:00:01 7 0.03 0.00 0.03 0.00 0.00 99.93 20:13:15 20:01:01 all 0.17 0.00 0.03 0.00 0.02 99.79 20:13:15 20:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:13:15 20:01:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:13:15 20:01:01 2 0.08 0.00 0.07 0.02 0.02 99.82 20:13:15 20:01:01 3 0.20 0.00 0.02 0.00 0.02 99.77 20:13:15 20:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:01:01 5 0.22 0.00 0.02 0.00 0.02 99.75 20:13:15 20:01:01 6 0.65 0.00 0.02 0.00 0.05 99.28 20:13:15 20:01:01 7 0.07 0.00 0.03 0.00 0.02 99.88 20:13:15 20:02:01 all 0.28 0.00 0.01 0.00 0.01 99.69 20:13:15 20:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 20:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:02:01 2 0.02 0.00 0.02 0.03 0.02 99.92 20:13:15 20:02:01 3 0.07 0.00 0.03 0.00 0.02 99.88 20:13:15 20:02:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:02:01 6 1.99 0.00 0.03 0.00 0.03 97.95 20:13:15 20:02:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 20:03:01 all 0.14 0.00 0.02 0.01 0.01 99.82 20:13:15 20:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:03:01 2 0.03 0.00 0.03 0.05 0.03 99.85 20:13:15 20:03:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 20:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:03:01 6 1.01 0.00 0.10 0.00 0.03 98.86 20:13:15 20:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:04:01 all 0.03 0.00 0.01 0.01 0.01 99.94 20:13:15 20:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:13:15 20:04:01 2 0.02 0.00 0.03 0.03 0.02 99.90 20:13:15 20:04:01 3 0.10 0.00 0.03 0.00 0.02 99.85 20:13:15 20:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:04:01 6 0.07 0.00 0.00 0.02 0.03 99.88 20:13:15 20:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:13:15 20:05:01 all 0.02 0.00 0.01 0.01 0.02 99.94 20:13:15 20:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:13:15 20:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:13:15 20:05:01 2 0.05 0.00 0.00 0.02 0.02 99.92 20:13:15 20:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:05:01 4 0.02 0.00 0.03 0.02 0.02 99.92 20:13:15 20:05:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:13:15 20:05:01 6 0.02 0.00 0.03 0.02 0.03 99.90 20:13:15 20:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 20:13:15 20:05:01 CPU %user %nice %system %iowait %steal %idle 20:13:15 20:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:13:15 20:06:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:06:01 1 0.02 0.00 0.02 0.00 0.03 99.93 20:13:15 20:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:13:15 20:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:06:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 20:06:01 6 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 20:06:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:13:15 20:07:01 all 0.01 0.00 0.02 0.00 0.02 99.95 20:13:15 20:07:01 0 0.00 0.00 0.03 0.00 0.02 99.95 20:13:15 20:07:01 1 0.02 0.00 0.03 0.00 0.02 99.93 20:13:15 20:07:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:13:15 20:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 20:07:01 4 0.03 0.00 0.05 0.00 0.02 99.90 20:13:15 20:07:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:13:15 20:07:01 6 0.02 0.00 0.02 0.02 0.03 99.92 20:13:15 20:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 20:08:01 all 0.02 0.00 0.01 0.01 0.01 99.95 20:13:15 20:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 20:08:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:13:15 20:08:01 2 0.00 0.00 0.02 0.05 0.00 99.93 20:13:15 20:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 20:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:08:01 6 0.05 0.00 0.02 0.02 0.05 99.87 20:13:15 20:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:13:15 20:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 20:09:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:13:15 20:09:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:13:15 20:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 20:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:13:15 20:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:09:01 6 0.05 0.00 0.02 0.02 0.03 99.88 20:13:15 20:09:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:10:01 all 0.03 0.00 0.01 0.00 0.02 99.94 20:13:15 20:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:10:01 1 0.05 0.00 0.02 0.00 0.03 99.90 20:13:15 20:10:01 2 0.07 0.00 0.02 0.02 0.03 99.87 20:13:15 20:10:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:13:15 20:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:10:01 6 0.03 0.00 0.05 0.00 0.03 99.88 20:13:15 20:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:13:15 20:11:01 all 0.02 0.00 0.00 0.00 0.01 99.96 20:13:15 20:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:13:15 20:11:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:13:15 20:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 20:11:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:13:15 20:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:13:15 20:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:11:01 6 0.02 0.00 0.00 0.00 0.03 99.95 20:13:15 20:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:12:01 all 0.02 0.00 0.02 0.00 0.01 99.94 20:13:15 20:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:13:15 20:12:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:13:15 20:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:13:15 20:12:01 3 0.02 0.00 0.03 0.02 0.02 99.92 20:13:15 20:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:13:15 20:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:13:15 20:12:01 6 0.02 0.00 0.03 0.00 0.05 99.90 20:13:15 20:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:13:15 20:13:01 all 1.18 0.00 0.56 0.04 0.02 98.20 20:13:15 20:13:01 0 1.77 0.00 0.82 0.00 0.02 97.40 20:13:15 20:13:01 1 0.78 0.00 0.47 0.00 0.03 98.71 20:13:15 20:13:01 2 0.95 0.00 0.38 0.27 0.02 98.38 20:13:15 20:13:01 3 1.52 0.00 0.53 0.02 0.03 97.90 20:13:15 20:13:01 4 1.17 0.00 0.67 0.00 0.00 98.17 20:13:15 20:13:01 5 1.05 0.00 0.39 0.02 0.02 98.53 20:13:15 20:13:01 6 1.20 0.00 0.70 0.02 0.03 98.05 20:13:15 20:13:01 7 1.02 0.00 0.50 0.00 0.02 98.47 20:13:15 Average: all 4.25 0.00 0.57 0.43 0.02 94.73 20:13:15 Average: 0 4.13 0.00 0.56 0.27 0.03 95.01 20:13:15 Average: 1 4.13 0.00 0.55 0.41 0.02 94.89 20:13:15 Average: 2 4.56 0.00 0.59 0.81 0.03 94.02 20:13:15 Average: 3 4.23 0.00 0.63 0.39 0.02 94.73 20:13:15 Average: 4 4.27 0.00 0.56 0.36 0.02 94.79 20:13:15 Average: 5 4.08 0.00 0.53 0.20 0.02 95.17 20:13:15 Average: 6 4.40 0.00 0.59 0.70 0.03 94.28 20:13:15 Average: 7 4.19 0.00 0.56 0.33 0.02 94.91 20:13:15 20:13:15 20:13:15