Pull request #4810 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9c95be6ac60161dcc0a236b85e533958d6a02506+a802096cb56626d3379e9589aa0de6bc0bfaf5c9 (ab9f173b1f7b908271512c7a17aded481aee5eae) 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-ssh15951656803824508387.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh5196584304753481684.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 590556114a56c6d90cc8043840e039c2f74196dc 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-4810/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-4810/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2576626640813027202.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-4810/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4453584748941386390.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh9417968768486963258.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-4810/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-4810/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3307602145846508745.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 590556114a56c6d90cc8043840e039c2f74196dc 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 Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4704 in /w/workspace/edgexfoundry_edgex-go_PR-4810 [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 a802096cb56626d3379e9589aa0de6bc0bfaf5c9 into PR head commit 9c95be6ac60161dcc0a236b85e533958d6a02506 > 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/4810/head:refs/remotes/origin/PR-4810 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 9c95be6ac60161dcc0a236b85e533958d6a02506 Checking out Revision 9c95be6ac60161dcc0a236b85e533958d6a02506 (PR-4810) Commit message: "build(deps): Bump github.com/gorilla/schema from 1.2.0 to 1.4.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # 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 a802096cb56626d3379e9589aa0de6bc0bfaf5c9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:40:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:40:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:40:51 ========================================================= 20:40:51 EdgeX Global Pipelines Version Info 20:40:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:40:54 ------------------- 20:40:54 stable info: 20:40:54 ------------------- 20:40:54 Commited By: Ginny Guan ginny@iotechsys.com 20:40:54 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 20:40:54 Message: update stable to v1.0.260 20:40:55 ------------------- 20:40:55 experimental info: 20:40:55 ------------------- 20:40:55 Commited By: Ginny Guan ginny@iotechsys.com 20:40:55 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 20:40:55 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4810 [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4810 [Pipeline] echo 20:40:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4810 [Pipeline] echo 20:40:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] echo 20:40:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c95be6 [Pipeline] echo 20:40:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:40:57 provisioning config files... 20:40:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1782498147346980271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:40:57 ---> ****-login.sh 20:40:57 nexus3.edgexfoundry.org:10001 20:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:40:57 Configure a credential helper to remove this warning. See 20:40:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:40:57 20:40:57 Login Succeeded 20:40:57 nexus3.edgexfoundry.org:10002 20:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:40:57 Configure a credential helper to remove this warning. See 20:40:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:40:57 20:40:57 Login Succeeded 20:40:57 nexus3.edgexfoundry.org:10003 20:40:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:40:58 Configure a credential helper to remove this warning. See 20:40:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:40:58 20:40:58 Login Succeeded 20:40:58 nexus3.edgexfoundry.org:10004 20:40:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:40:58 Configure a credential helper to remove this warning. See 20:40:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:40:58 20:40:58 Login Succeeded 20:40:58 ****.io 20:40:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:40:58 Configure a credential helper to remove this warning. See 20:40:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:40:58 20:40:58 Login Succeeded 20:40:58 ---> ****-login.sh ends [Pipeline] } 20:40:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:40:58 + 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 20:40:58 + + cut -d/ -f2 20:40:58 dirname cmd/core-command/Dockerfile 20:40:58 + echo core-command,cmd/core-command/Dockerfile 20:40:58 + dirname cmd/core-common-config-bootstrapper/Dockerfile 20:40:58 + cut -d/ -f2 20:40:58 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 20:40:58 + + dirname cmd/core-data/Dockerfile 20:40:58 cut -d/ -f2 20:40:58 + echo core-data,cmd/core-data/Dockerfile 20:40:58 + dirname+ cmd/core-metadata/Dockerfile 20:40:58 cut -d/ -f2 20:40:58 + echo core-metadata,cmd/core-metadata/Dockerfile 20:40:58 + + cut -d/ -f2 20:40:58 dirname cmd/security-bootstrapper/Dockerfile 20:40:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:40:58 + + cut -d/ -f2dirname 20:40:58 cmd/security-proxy-auth/Dockerfile 20:40:58 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 20:40:58 + + cut -d/ -f2 20:40:58 dirname cmd/security-proxy-setup/Dockerfile 20:40:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:40:58 + dirname cmd/security-secretstore-setup/Dockerfile 20:40:58 + cut -d/ -f2 20:40:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:40:58 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:40:58 + cut -d/ -f2 20:40:58 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:40:58 + dirname cmd/security-spire-agent/Dockerfile 20:40:58 + cut -d/ -f2 20:40:58 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:40:58 + + cut -d/ -f2 20:40:58 dirname cmd/security-spire-config/Dockerfile 20:40:58 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:40:58 + + cut -d/ -f2 20:40:58 dirname cmd/security-spire-server/Dockerfile 20:40:58 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:40:58 + dirname cmd/support-notifications/Dockerfile 20:40:58 + cut -d/ -f2 20:40:58 + echo support-notifications,cmd/support-notifications/Dockerfile 20:40:58 + dirname cmd/support-scheduler/Dockerfile 20:40:58 + cut -d/ -f2 20:40:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:40:59 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 20:40:59 + git rev-list -1 --merges 9c95be6ac60161dcc0a236b85e533958d6a02506~1..9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] echo 20:40:59 -----------> git rev-list -1 --merges 9c95be6ac60161dcc0a236b85e533958d6a02506~1..9c95be6ac60161dcc0a236b85e533958d6a02506 9c95be6ac60161dcc0a236b85e533958d6a02506 [false] [Pipeline] sh 20:40:59 + git log --format=format:%s -1 9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] echo 20:41:00 ========================================================= 20:41:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:41:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:41:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:41:00 + grep -v github /etc/ssh/ssh_known_hosts 20:41:00 + [ -e /tmp/ssh_known_hosts ] 20:41:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:41:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:41:00 + sudo tee -a /etc/ssh/ssh_known_hosts 20:41:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:41:00 20:41:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:41:01 0.1.4: Pulling from edgex-devops/py-git-semver 20:41:01 b85a868b505f: Pulling fs layer 20:41:01 e2be974225ed: Pulling fs layer 20:41:01 339a4e72a1f5: Pulling fs layer 20:41:01 988bab9f4d93: Pulling fs layer 20:41:01 1469e6f7b9e6: Pulling fs layer 20:41:01 eaf3925da568: Pulling fs layer 20:41:01 bab4dde63d76: Pulling fs layer 20:41:01 bde34c3a00c8: Pulling fs layer 20:41:01 b352a97aabf1: Pulling fs layer 20:41:01 4872d77fe225: Pulling fs layer 20:41:01 5851b861e8e6: Pulling fs layer 20:41:01 988bab9f4d93: Waiting 20:41:01 1469e6f7b9e6: Waiting 20:41:01 eaf3925da568: Waiting 20:41:01 bab4dde63d76: Waiting 20:41:01 4872d77fe225: Waiting 20:41:01 bde34c3a00c8: Waiting 20:41:01 b352a97aabf1: Waiting 20:41:01 5851b861e8e6: Waiting 20:41:01 e2be974225ed: Verifying Checksum 20:41:01 e2be974225ed: Download complete 20:41:01 988bab9f4d93: Verifying Checksum 20:41:01 988bab9f4d93: Download complete 20:41:01 339a4e72a1f5: Verifying Checksum 20:41:01 339a4e72a1f5: Download complete 20:41:01 1469e6f7b9e6: Verifying Checksum 20:41:01 1469e6f7b9e6: Download complete 20:41:01 eaf3925da568: Download complete 20:41:01 bde34c3a00c8: Download complete 20:41:01 b352a97aabf1: Download complete 20:41:01 4872d77fe225: Verifying Checksum 20:41:01 4872d77fe225: Download complete 20:41:01 5851b861e8e6: Verifying Checksum 20:41:01 5851b861e8e6: Download complete 20:41:01 b85a868b505f: Download complete 20:41:01 bab4dde63d76: Verifying Checksum 20:41:01 bab4dde63d76: Download complete 20:41:02 b85a868b505f: Pull complete 20:41:03 e2be974225ed: Pull complete 20:41:03 339a4e72a1f5: Pull complete 20:41:03 988bab9f4d93: Pull complete 20:41:03 1469e6f7b9e6: Pull complete 20:41:03 eaf3925da568: Pull complete 20:41:05 bab4dde63d76: Pull complete 20:41:05 bde34c3a00c8: Pull complete 20:41:06 b352a97aabf1: Pull complete 20:41:06 4872d77fe225: Pull complete 20:41:06 5851b861e8e6: Pull complete 20:41:06 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:41:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:41:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:06 prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container 20:41:06 $ 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 20:41:10 $ docker top 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb -eo pid,comm 20:41:10 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). 20:41:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:41:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:41:10 [ssh-agent] Looking for ssh-agent implementation... 20:41:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:41:10 $ docker exec 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent 20:41:10 SSH_AUTH_SOCK=/tmp/ssh-ec6Qof3uk4Ev/agent.33 20:41:10 SSH_AGENT_PID=39 20:41:10 Running ssh-add (command line suppressed) 20:41:10 Identity added: /w/workspace/edgex-go/1@tmp/private_key_15491243390954388890.key (/w/workspace/edgex-go/1@tmp/private_key_15491243390954388890.key) 20:41:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:41:10 + git tag --points-at HEAD [Pipeline] } 20:41:11 $ docker exec --env ******** --env ******** 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent -k 20:41:11 unset SSH_AUTH_SOCK; 20:41:11 unset SSH_AGENT_PID; 20:41:11 echo Agent pid 39 killed; 20:41:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:41:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:41:11 [ssh-agent] Looking for ssh-agent implementation... 20:41:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:41:11 $ docker exec 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent 20:41:11 SSH_AUTH_SOCK=/tmp/ssh-4Ye3ROtyFUIP/agent.72 20:41:11 SSH_AGENT_PID=78 20:41:11 Running ssh-add (command line suppressed) 20:41:11 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14178616728155423409.key (/w/workspace/edgex-go/1@tmp/private_key_14178616728155423409.key) 20:41:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:41:11 + git semver init 20:41:12 2024-07-01 20:41:12,075 [run_init] DEBUG init version:0.0.0 force:False 20:41:12 2024-07-01 20:41:12,076 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:41:12 2024-07-01 20:41:12,077 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:41:12 2024-07-01 20:41:12,077 [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) 20:41:18 2024-07-01 20:41:17,635 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:41:18 2024-07-01 20:41:17,636 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4810 with force:False 20:41:18 2024-07-01 20:41:17,636 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4810 20:41:18 2024-07-01 20:41:17,640 [execute] INFO git cat-file --batch-check 20:41:18 2024-07-01 20:41:17,641 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:41:18 2024-07-01 20:41:17,646 [execute] INFO git cat-file --batch 20:41:18 2024-07-01 20:41:17,646 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:41:18 2024-07-01 20:41:17,652 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4810 20:41:18 0.0.0 [Pipeline] } 20:41:18 $ docker exec --env ******** --env ******** 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent -k 20:41:18 unset SSH_AUTH_SOCK; 20:41:18 unset SSH_AGENT_PID; 20:41:18 echo Agent pid 78 killed; 20:41:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:41:19 + git semver [Pipeline] } 20:41:19 $ docker stop --time=1 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb 20:41:20 $ docker rm -f --volumes 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb [Pipeline] // withDockerContainer [Pipeline] sh 20:41:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:41:21 Stashed 1 file(s) [Pipeline] echo 20:41:21 [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 20:41:22 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:41:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:41:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:41:22 ========================================================= 20:41:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 20:41:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:41:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 20:41:23 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 20:41:23 619be1103602: Pulling fs layer 20:41:23 7862e08f4a3e: Pulling fs layer 20:41:23 5df492c9dc93: Pulling fs layer 20:41:23 7629e6793208: Pulling fs layer 20:41:23 4f4fb700ef54: Pulling fs layer 20:41:23 fb5054dd5b73: Pulling fs layer 20:41:23 eeca6798cff9: Pulling fs layer 20:41:23 aa269ceb94a6: Pulling fs layer 20:41:23 ada007ff1a6a: Pulling fs layer 20:41:23 fb5054dd5b73: Waiting 20:41:23 eeca6798cff9: Waiting 20:41:23 aa269ceb94a6: Waiting 20:41:23 4f4fb700ef54: Waiting 20:41:23 7629e6793208: Waiting 20:41:23 ada007ff1a6a: Waiting 20:41:23 7862e08f4a3e: Download complete 20:41:23 7629e6793208: Verifying Checksum 20:41:23 7629e6793208: Download complete 20:41:23 4f4fb700ef54: Verifying Checksum 20:41:23 4f4fb700ef54: Download complete 20:41:23 fb5054dd5b73: Verifying Checksum 20:41:23 fb5054dd5b73: Download complete 20:41:23 619be1103602: Download complete 20:41:23 eeca6798cff9: Verifying Checksum 20:41:23 eeca6798cff9: Download complete 20:41:23 619be1103602: Pull complete 20:41:23 ada007ff1a6a: Verifying Checksum 20:41:23 ada007ff1a6a: Download complete 20:41:23 7862e08f4a3e: Pull complete 20:41:23 5df492c9dc93: Verifying Checksum 20:41:23 5df492c9dc93: Download complete 20:41:24 aa269ceb94a6: Verifying Checksum 20:41:24 aa269ceb94a6: Download complete 20:41:28 5df492c9dc93: Pull complete 20:41:28 7629e6793208: Pull complete 20:41:28 4f4fb700ef54: Pull complete 20:41:28 fb5054dd5b73: Pull complete 20:41:28 eeca6798cff9: Pull complete 20:41:30 aa269ceb94a6: Pull complete 20:41:30 ada007ff1a6a: Pull complete 20:41:30 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 20:41:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 20:41:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 20:41:31 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 20:41:31 WORKDIR /edgex 20:41:31 COPY go.mod . 20:41:31 RUN go mod download build 20:41:31 -t ci-base-image-x86_64 -f - . 20:41:31 Sending build context to Docker daemon 178.3MB 20:41:31 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 20:41:31 ---> f489d0715acc 20:41:31 Step 2/4 : WORKDIR /edgex 20:41:37 Still waiting to schedule task 20:41:37 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4709’ 20:41:38 ---> Running in 67f643e5a0a5 20:41:38 Removing intermediate container 67f643e5a0a5 20:41:38 ---> c44ac928cc1a 20:41:38 Step 3/4 : COPY go.mod . 20:41:38 ---> 27882fb83466 20:41:38 Step 4/4 : RUN go mod download 20:41:38 ---> Running in 0a858e51b825 20:42:05 Removing intermediate container 0a858e51b825 20:42:05 ---> f19638dd22bf 20:42:05 Successfully built f19638dd22bf 20:42:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:42:05 + docker inspect -f . ci-base-image-x86_64 20:42:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:42:05 prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container 20:42:05 $ 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 20:42:06 $ docker top 7232bdbdc1310f6128630f95bfe8b07c537a05876e199166a9656587c15872ff -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:06 + go version 20:42:06 go version go1.21.9 linux/amd64 [Pipeline] } 20:42:06 $ docker stop --time=1 7232bdbdc1310f6128630f95bfe8b07c537a05876e199166a9656587c15872ff 20:42:07 $ docker rm -f --volumes 7232bdbdc1310f6128630f95bfe8b07c537a05876e199166a9656587c15872ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:42:08 + docker inspect -f . ci-base-image-x86_64 20:42:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:42:08 prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container 20:42:08 $ 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 20:42:09 $ docker top 88581da41dcdf9962af417ca694414cfaceaa95f6580f0568aa341fdc95fb173 -eo pid,comm [Pipeline] { [Pipeline] echo 20:42:09 ========================================================= 20:42:09 [edgeXBuildGoParallel] Running Tests and Build... 20:42:09 ========================================================= [Pipeline] sh 20:42:09 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:42:10 + make test 20:42:10 go test -race -coverprofile=coverage.out ./... 20:42:18 ? github.com/edgexfoundry/edgex-go [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:42:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:42:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:42:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.066s coverage: 69.2% of statements 20:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements 20:42:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.413s coverage: 93.4% of statements 20:42:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.037s coverage: 6.1% of statements 20:42:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.332s coverage: 97.6% of statements 20:42:59 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 20:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:43:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:43:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.9% of statements 20:43:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 32.2% of statements 20:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements 20:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.031s coverage: 82.9% of statements 20:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 20:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements 20:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:43:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:43:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:43:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:43:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:43:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:43:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:43:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:43:12 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:43:12 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:43:12 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:43:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:43:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements 20:43:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:43:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:43:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:43:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:43:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:43:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:43:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:43:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.242s coverage: 79.9% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.040s coverage: 92.9% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 64.4% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.027s coverage: 100.0% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.059s coverage: 82.1% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.123s coverage: 63.1% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.027s coverage: 100.0% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.166s coverage: 38.4% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 89.5% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 84.8% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.040s coverage: 19.9% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.103s coverage: 95.7% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.025s coverage: 61.8% of statements 20:43:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.050s coverage: 98.9% of statements 20:43:27 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 20:43:27 running golangci-lint 20:43:27 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 20:43:27 go version go1.21.9 linux/amd64 20:43:27 level=info msg="[config_reader] Used config file .golangci.yml" 20:43:27 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 20:43:49 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|types_sizes|deps|exports_file|name) took 21.183293488s" 20:43:49 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.309235ms" 20:44:01 level=info msg="[linters_context/goanalysis] analyzers took 1m36.879344304s with top 10 stages: buildir: 55.887003565s, gosec: 8.312463952s, inspect: 2.221971524s, fact_deprecated: 1.894994555s, ctrlflow: 1.623910588s, printf: 1.571919784s, nilness: 1.411234085s, fact_purity: 1.296997196s, S1038: 1.056498266s, typedness: 937.587422ms" 20:44:01 level=info msg="[runner] Issues before processing: 197, after processing: 0" 20:44:01 level=info msg="[runner] Processors filtering stat (out/in): cgo: 197/197, skip_files: 197/197, skip_dirs: 197/197, identifier_marker: 197/197, path_prettifier: 197/197, exclude: 197/197, exclude-rules: 21/197, nolint: 0/21, filename_unadjuster: 197/197, autogenerated_exclude: 197/197" 20:44:01 level=info msg="[runner] processing took 19.641225ms with stages: nolint: 9.361236ms, identifier_marker: 4.977026ms, exclude-rules: 1.734066ms, autogenerated_exclude: 1.388892ms, path_prettifier: 1.336999ms, skip_dirs: 788.326µs, cgo: 31.475µs, filename_unadjuster: 16.667µs, max_same_issues: 1.37µs, skip_files: 1.109µs, fixer: 720ns, uniq_by_line: 670ns, severity-rules: 470ns, diff: 450ns, exclude: 440ns, sort_results: 400ns, source_code: 240ns, max_from_linter: 219ns, max_per_file_from_linter: 160ns, path_shortener: 150ns, path_prefixer: 140ns" 20:44:01 level=info msg="[runner] linters took 12.252726419s with stages: goanalysis_metalinter: 12.232931457s" 20:44:01 level=info msg="File cache stats: 0 entries of total size 0B" 20:44:01 level=info msg="Memory: 336 samples, avg is 304.0MB, max is 1314.0MB" 20:44:01 level=info msg="Execution took 33.479345834s" 20:44:01 go vet ./... 20:44:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:44:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:44:08 ./bin/test-attribution-txt.sh [Pipeline] echo 20:44:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 20:44:08 + ls -al . 20:44:08 total 816 20:44:08 drwxrwxr-x 11 1001 1001 4096 Jul 1 20:42 . 20:44:08 drwxr-xr-x 4 root root 4096 Jul 1 20:42 .. 20:44:08 drwxrwxr-x 2 1001 1001 4096 Jul 1 20:40 .blubracket 20:44:08 -rw-rw-r-- 1 1001 1001 10 Jul 1 20:40 .dockerignore 20:44:08 drwxrwxr-x 8 1001 1001 4096 Jul 1 20:43 .git 20:44:08 drwxrwxr-x 3 1001 1001 4096 Jul 1 20:40 .github 20:44:08 -rw-rw-r-- 1 1001 1001 1074 Jul 1 20:40 .gitignore 20:44:08 -rw-rw-r-- 1 1001 1001 42 Jul 1 20:40 .golangci.yml 20:44:08 -rw-rw-r-- 1 1001 1001 100 Jul 1 20:40 .hadolint.yml 20:44:08 drwxr-xr-x 3 1001 1001 4096 Jul 1 20:41 .semver 20:44:08 -rw-rw-r-- 1 1001 1001 155 Jul 1 20:40 .sonarcloud.properties 20:44:08 -rw-rw-r-- 1 1001 1001 1171 Jul 1 20:40 ADOPTERS.md 20:44:08 -rw-rw-r-- 1 1001 1001 20361 Jul 1 20:40 Attribution.txt 20:44:08 -rw-rw-r-- 1 1001 1001 100284 Jul 1 20:40 CHANGELOG.md 20:44:08 -rw-rw-r-- 1 1001 1001 3804 Jul 1 20:40 CONTRIBUTING.md 20:44:08 -rw-rw-r-- 1 1001 1001 677 Jul 1 20:40 GOVERNANCE.md 20:44:08 -rw-rw-r-- 1 1001 1001 861 Jul 1 20:40 Jenkinsfile 20:44:08 -rw-rw-r-- 1 1001 1001 10775 Jul 1 20:40 LICENSE 20:44:08 -rw-rw-r-- 1 1001 1001 15392 Jul 1 20:40 Makefile 20:44:08 -rw-rw-r-- 1 1001 1001 582 Jul 1 20:40 OWNERS.md 20:44:08 -rw-rw-r-- 1 1001 1001 9528 Jul 1 20:40 README.md 20:44:08 -rw-rw-r-- 1 1001 1001 789 Jul 1 20:40 SECURITY.md 20:44:08 -rw-rw-r-- 1 1001 1001 5 Jul 1 20:41 VERSION 20:44:08 drwxrwxr-x 2 1001 1001 4096 Jul 1 20:40 bin 20:44:08 drwxrwxr-x 18 1001 1001 4096 Jul 1 20:40 cmd 20:44:08 -rw-r--r-- 1 root root 455713 Jul 1 20:43 coverage.out 20:44:08 drwxrwxr-x 2 1001 1001 4096 Jul 1 20:40 fuzz_test 20:44:08 -rw-rw-r-- 1 1001 1001 6922 Jul 1 20:40 go.mod 20:44:08 -rw-rw-r-- 1 1001 1001 101535 Jul 1 20:40 go.sum 20:44:08 drwxrwxr-x 7 1001 1001 4096 Jul 1 20:40 internal 20:44:08 drwxrwxr-x 3 1001 1001 4096 Jul 1 20:40 openapi 20:44:08 -rw-rw-r-- 1 1001 1001 584 Jul 1 20:40 security.txt 20:44:08 -rw-rw-r-- 1 1001 1001 204 Jul 1 20:40 version.go [Pipeline] sh 20:44:08 + '[' -e coverage.out ] 20:44:08 + chown 1001:1001 coverage.out [Pipeline] stash 20:44:09 Stashed 1 file(s) [Pipeline] sh 20:44:09 + make build 20:44:09 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 20:44:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4719 in /w/workspace/edgexfoundry_edgex-go_PR-4810 [Pipeline] { [Pipeline] ws 20:44:21 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:44:24 The recommended git tool is: git 20:44:31 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 20:44:31 using credential edgex-jenkins-ssh 20:44:31 Cloning the remote Git repository 20:44:32 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 20:44:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:44:31 > git init /w/workspace/edgex-go/1 # timeout=10 20:44:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:44:32 > git --version # timeout=10 20:44:32 > git --version # 'git version 2.25.1' 20:44:32 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:33 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 20:44:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:44:34 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 20:44:38 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 20:44:39 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:44:41 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:44:41 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 20:44:42 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 20:44:43 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 20:44:43 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] } 20:44:44 $ docker stop --time=1 88581da41dcdf9962af417ca694414cfaceaa95f6580f0568aa341fdc95fb173 20:44:50 $ docker rm -f --volumes 88581da41dcdf9962af417ca694414cfaceaa95f6580f0568aa341fdc95fb173 [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 20:44:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:44:51 20:44:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:44:52 latest: Pulling from edgex-devops/edgex-compose 20:44:52 91d30c5bc195: Pulling fs layer 20:44:52 2e9b0aa3be6d: Pulling fs layer 20:44:52 9c61dcf015f6: Pulling fs layer 20:44:52 4698f68db338: Pulling fs layer 20:44:52 2a2f49069b9e: Pulling fs layer 20:44:52 e0025b399a48: Pulling fs layer 20:44:52 4698f68db338: Waiting 20:44:52 e0025b399a48: Waiting 20:44:52 2a2f49069b9e: Waiting 20:44:52 91d30c5bc195: Verifying Checksum 20:44:52 91d30c5bc195: Download complete 20:44:52 4698f68db338: Download complete 20:44:52 91d30c5bc195: Pull complete 20:44:52 2e9b0aa3be6d: Verifying Checksum 20:44:52 2e9b0aa3be6d: Download complete 20:44:52 e0025b399a48: Verifying Checksum 20:44:52 e0025b399a48: Download complete 20:44:52 2a2f49069b9e: Verifying Checksum 20:44:52 2a2f49069b9e: Download complete 20:44:52 2e9b0aa3be6d: Pull complete 20:44:52 9c61dcf015f6: Download complete 20:44:55 9c61dcf015f6: Pull complete 20:44:55 4698f68db338: Pull complete 20:44:55 2a2f49069b9e: Pull complete 20:44:56 e0025b399a48: Pull complete 20:44:56 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 20:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:44:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:56 prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container 20:44:56 $ 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 20:44:59 $ docker top c65c656ecc18bb0b00383e904db132227f99bcbcc3950dc2688a244b7a103974 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:00 + docker compose -f ./docker-compose-build.yml build --parallel 20:45:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:45:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:02 Merging remotes/origin/main commit a802096cb56626d3379e9589aa0de6bc0bfaf5c9 into PR head commit 9c95be6ac60161dcc0a236b85e533958d6a02506 20:45:02 #1 [support-notifications internal] load build definition from Dockerfile 20:45:02 #1 transferring dockerfile: 1.95kB done 20:45:02 #1 DONE 0.0s 20:45:02 20:45:02 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 20:45:02 #2 transferring dockerfile: 2.23kB done 20:45:02 #2 DONE 0.0s 20:45:02 20:45:02 #3 [security-spire-agent internal] load build definition from Dockerfile 20:45:02 #3 transferring dockerfile: 1.81kB done 20:45:02 #3 DONE 0.0s 20:45:02 20:45:02 #4 [security-proxy-auth internal] load build definition from Dockerfile 20:45:02 #4 transferring dockerfile: 2.15kB done 20:45:02 #4 DONE 0.0s 20:45:02 20:45:02 #5 [core-command internal] load build definition from Dockerfile 20:45:02 #5 transferring dockerfile: 1.93kB done 20:45:02 #5 DONE 0.0s 20:45:02 20:45:02 #6 [support-scheduler internal] load build definition from Dockerfile 20:45:02 #6 transferring dockerfile: 1.93kB done 20:45:02 #6 DONE 0.0s 20:45:02 20:45:02 #7 [core-metadata internal] load build definition from Dockerfile 20:45:02 #7 transferring dockerfile: 2.06kB done 20:45:02 #7 DONE 0.1s 20:45:02 20:45:02 #8 [security-spire-server internal] load build definition from Dockerfile 20:45:02 #8 transferring dockerfile: 1.70kB done 20:45:02 #8 DONE 0.1s 20:45:02 20:45:02 #9 [security-spire-config internal] load build definition from Dockerfile 20:45:02 #9 transferring dockerfile: 1.69kB done 20:45:02 #9 DONE 0.1s 20:45:02 20:45:02 #10 [core-data internal] load build definition from Dockerfile 20:45:02 #10 transferring dockerfile: 2.01kB done 20:45:02 #10 DONE 0.1s 20:45:02 20:45:02 #11 [security-bootstrapper internal] load build definition from Dockerfile 20:45:02 #11 transferring dockerfile: 2.93kB done 20:45:02 #11 DONE 0.1s 20:45:02 20:45:02 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 20:45:02 #12 transferring dockerfile: 1.89kB done 20:45:02 #12 DONE 0.1s 20:45:02 20:45:02 #13 [security-secretstore-setup internal] load build definition from Dockerfile 20:45:02 #13 transferring dockerfile: 2.49kB done 20:45:02 #13 DONE 0.1s 20:45:02 20:45:02 #14 [security-proxy-setup internal] load build definition from Dockerfile 20:45:02 #14 transferring dockerfile: 2.50kB done 20:45:02 #14 DONE 0.1s 20:45:02 20:45:02 #15 [support-notifications internal] load .dockerignore 20:45:02 #15 transferring context: 50B done 20:45:02 #15 DONE 0.1s 20:45:02 20:45:02 #16 [core-common-config-bootstrapper internal] load .dockerignore 20:45:02 #16 transferring context: 50B done 20:45:02 #16 DONE 0.0s 20:45:02 20:45:02 #17 [security-spire-agent internal] load .dockerignore 20:45:02 #17 transferring context: 50B done 20:45:02 #17 DONE 0.0s 20:45:02 20:45:02 #18 [security-proxy-auth internal] load .dockerignore 20:45:02 #18 transferring context: 50B done 20:45:02 #18 DONE 0.0s 20:45:02 20:45:02 #19 [core-command internal] load .dockerignore 20:45:02 #19 transferring context: 50B done 20:45:03 #19 DONE 0.0s 20:45:03 20:45:03 #20 [core-metadata internal] load .dockerignore 20:45:03 #20 transferring context: 50B done 20:45:03 #20 DONE 0.0s 20:45:03 20:45:03 #21 [support-scheduler internal] load .dockerignore 20:45:03 #21 transferring context: 50B done 20:45:03 #21 DONE 0.1s 20:45:03 20:45:03 #22 [security-spire-server internal] load .dockerignore 20:45:03 #22 transferring context: 50B done 20:45:03 #22 DONE 0.1s 20:45:03 20:45:03 #23 [core-data internal] load .dockerignore 20:45:03 #23 transferring context: 50B done 20:45:03 #23 DONE 0.1s 20:45:03 20:45:03 #24 [security-bootstrapper internal] load .dockerignore 20:45:03 #24 transferring context: 50B done 20:45:03 #24 DONE 0.1s 20:45:03 20:45:03 #25 [security-spire-config internal] load .dockerignore 20:45:03 #25 transferring context: 50B done 20:45:03 #25 DONE 0.1s 20:45:03 20:45:03 #26 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 20:45:03 #26 DONE 0.0s 20:45:03 20:45:03 #27 [security-proxy-setup internal] load .dockerignore 20:45:03 #27 transferring context: 50B done 20:45:03 #27 DONE 0.1s 20:45:03 20:45:03 #28 [security-spiffe-token-provider internal] load .dockerignore 20:45:03 #28 transferring context: 50B done 20:45:03 #28 DONE 0.1s 20:45:03 20:45:03 #29 [security-secretstore-setup internal] load .dockerignore 20:45:03 #29 transferring context: 50B done 20:45:03 #29 DONE 0.1s 20:45:03 20:45:03 #26 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 20:45:03 #26 DONE 0.0s 20:45:03 20:45:03 #30 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 20:45:03 #30 ... 20:45:03 20:45:03 #26 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 20:45:03 #26 DONE 0.0s 20:45:03 20:45:03 #26 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 20:45:03 #26 DONE 0.0s 20:45:03 20:45:03 #31 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 20:45:03 Merge succeeded, producing 9c95be6ac60161dcc0a236b85e533958d6a02506 20:45:03 Checking out Revision 9c95be6ac60161dcc0a236b85e533958d6a02506 (PR-4810) 20:45:03 #31 DONE 0.6s 20:45:03 20:45:03 #32 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:45:03 #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:45:03 #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0B / 3.41MB 0.1s 20:45:03 #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:45:03 #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 20:45:03 #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 20:45:03 #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 2.10MB / 3.41MB 0.3s 20:45:03 #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.4s 20:45:03 #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 20:45:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:45:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:45:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4810/head:refs/remotes/origin/PR-4810 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:45:02 > git config core.sparsecheckout # timeout=10 20:45:02 > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # timeout=10 20:45:03 > git remote # timeout=10 20:45:03 > git config --get remote.origin.url # timeout=10 20:45:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:03 > git merge a802096cb56626d3379e9589aa0de6bc0bfaf5c9 # timeout=10 20:45:03 > git rev-parse HEAD^{commit} # timeout=10 20:45:03 > git config core.sparsecheckout # timeout=10 20:45:03 > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # timeout=10 20:45:04 #32 ... 20:45:04 20:45:04 #30 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 20:45:04 #30 DONE 0.9s 20:45:04 20:45:04 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 20:45:04 #33 DONE 0.9s 20:45:04 20:45:04 #32 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:45:04 #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:45:04 #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.4s done 20:45:04 #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:45:04 #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 20:45:04 #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 20:45:04 Commit message: "build(deps): Bump github.com/gorilla/schema from 1.2.0 to 1.4.1" 20:45:04 #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.4s done 20:45:04 #32 ... 20:45:04 20:45:04 #34 [security-spire-config internal] load build context 20:45:04 #34 transferring context: 25.04kB 0.0s done 20:45:04 #34 DONE 0.5s 20:45:04 > git --version # timeout=10 20:45:04 > git --version # 'git version 2.25.1' 20:45:04 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 20:45:04 20:45:04 #35 [security-spire-server internal] load build context 20:45:04 #35 transferring context: 26.79kB 0.0s done 20:45:04 #35 DONE 0.5s 20:45:04 20:45:04 #36 [security-spire-agent internal] load build context 20:45:04 #36 transferring context: 26.32kB 0.0s done 20:45:04 #36 DONE 0.5s 20:45:04 20:45:04 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:45:04 #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 20:45:04 #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done 20:45:04 #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 20:45:04 #37 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 20:45:04 #37 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 20:45:04 #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 20:45:04 #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s done 20:45:04 #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 20:45:04 #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 20:45:04 #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.5s 20:45:04 #37 ... 20:45:04 20:45:04 #32 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:45:04 #32 DONE 1.4s 20:45:04 20:45:04 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:45:04 #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 20:45:04 #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 15.73MB / 25.84MB 0.7s 20:45:04 #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s 20:45:05 #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 20:45:05 #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.2s done 20:45:06 #37 ... 20:45:06 20:45:06 #38 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 20:45:06 #38 DONE 2.8s 20:45:06 20:45:06 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:45:08 #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.4s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:45:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:45:09 % Total % Received % Xferd Average Speed Time Time Time Current 20:45:09 Dload Upload Total Spent Left Speed 20:45:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 178k 0 --:--:-- --:--:-- --:--:-- 181k [Pipeline] sh 20:45:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:45:10 + + sudosudo jq tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.new /etc/docker/daemon.json 20:45:10 20:45:10 { 20:45:10 "registry-mirrors": [ 20:45:10 "https://nexus3.edgexfoundry.org:10001" 20:45:10 ], 20:45:10 "bip": "10.250.0.254/24", 20:45:10 "hosts": [ 20:45:10 "tcp://0.0.0.0:5555", 20:45:10 "unix:///var/run/docker.sock" 20:45:10 ], 20:45:10 "mtu": 1458, 20:45:10 "selinux-enabled": true, 20:45:10 "seccomp-profile": "/etc/docker/seccomp.json" 20:45:10 } [Pipeline] sh 20:45:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:45:11 + sudo service docker restart 20:45:12 #37 ... 20:45:12 20:45:12 #39 [support-scheduler internal] load build context 20:45:12 #39 transferring context: 322.61MB 8.0s 20:45:12 #39 ... 20:45:12 20:45:12 #40 [security-bootstrapper internal] load build context 20:45:12 #40 ... 20:45:12 20:45:12 #39 [support-scheduler internal] load build context 20:45:13 #39 transferring context: 410.66MB 9.6s done 20:45:13 #39 ... 20:45:13 20:45:13 #41 [core-command internal] load build context 20:45:14 #41 transferring context: 410.66MB 10.0s done 20:45:14 #41 ... 20:45:14 20:45:14 #42 [security-spiffe-token-provider internal] load build context 20:45:14 #42 transferring context: 410.66MB 9.6s done 20:45:14 #42 ... 20:45:14 20:45:14 #43 [core-data internal] load build context 20:45:14 #43 transferring context: 410.66MB 9.4s done 20:45:14 #43 ... 20:45:14 20:45:14 #44 [security-proxy-auth internal] load build context 20:45:14 #44 transferring context: 410.66MB 9.7s done 20:45:14 #44 ... 20:45:14 20:45:14 #45 [core-metadata internal] load build context 20:45:14 #45 transferring context: 410.66MB 9.8s done 20:45:14 #45 ... 20:45:14 20:45:14 #46 [core-common-config-bootstrapper internal] load build context 20:45:14 #46 transferring context: 410.66MB 9.3s done 20:45:14 #46 ... 20:45:14 20:45:14 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:45:14 #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done 20:45:14 #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 20:45:14 #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 20:45:14 #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 20:45:14 #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done 20:45:14 #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 20:45:14 #47 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 20:45:14 #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done 20:45:14 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.9s done 20:45:14 #47 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 20:45:14 #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 20:45:14 #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.7s done 20:45:14 #47 ... 20:45:14 20:45:14 #48 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 20:45:15 #48 ... 20:45:15 20:45:15 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:45:15 #49 ... 20:45:15 20:45:15 #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:45:15 #50 ... 20:45:15 20:45:15 #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 20:45:15 #51 ... 20:45:15 20:45:15 #52 [security-proxy-setup internal] load build context 20:45:15 #52 transferring context: 410.66MB 9.7s done 20:45:15 #52 ... 20:45:15 20:45:15 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 20:45:15 #53 ... 20:45:15 20:45:15 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:45:16 #54 ... 20:45:16 20:45:16 #55 [support-notifications internal] load build context 20:45:16 #55 transferring context: 410.66MB 9.0s done 20:45:16 #55 ... 20:45:16 20:45:16 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:45:16 #56 ... 20:45:16 20:45:16 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:45:16 #57 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:16 #57 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:16 #57 ... 20:45:16 20:45:16 #58 [security-secretstore-setup internal] load build context 20:45:16 #58 transferring context: 410.66MB 9.7s done 20:45:16 #58 ... 20:45:16 20:45:16 #59 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 20:45:16 #59 ... 20:45:16 20:45:16 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:45:16 #60 ... 20:45:16 20:45:16 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:45:16 #57 11.90 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:45:16 #57 11.90 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:45:16 #57 11.90 OK: 20072 distinct packages available 20:45:16 #57 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:17 #57 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:17 #57 12.29 (1/11) Installing ca-certificates (20240226-r0) 20:45:17 #57 12.31 (2/11) Installing brotli-libs (1.0.9-r14) 20:45:17 #57 12.33 (3/11) Installing libunistring (1.1-r1) 20:45:17 #57 12.41 (4/11) Installing libidn2 (2.3.4-r1) 20:45:17 #57 12.42 (5/11) Installing nghttp2-libs (1.57.0-r0) 20:45:17 #57 12.42 (6/11) Installing libcurl (8.5.0-r0) 20:45:17 #57 12.43 (7/11) Installing curl (8.5.0-r0) 20:45:17 #57 12.43 (8/11) Installing dumb-init (1.2.5-r2) 20:45:17 #57 12.43 (9/11) Installing musl-obstack (1.2.3-r2) 20:45:17 #57 12.44 (10/11) Installing libucontext (1.2-r2) 20:45:17 #57 12.61 (11/11) Installing gcompat (1.1.0-r1) 20:45:17 #57 12.61 Executing busybox-1.36.1-r7.trigger 20:45:17 #57 12.62 Executing ca-certificates-20240226-r0.trigger 20:45:17 #57 12.66 OK: 12 MiB in 26 packages 20:45:23 #57 ... 20:45:23 20:45:23 #40 [security-bootstrapper internal] load build context 20:45:23 #40 transferring context: 410.66MB 9.3s done 20:45:23 #40 ... 20:45:23 20:45:23 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:45:23 #56 12.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:23 #56 12.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:23 #56 12.90 (1/4) Installing ca-certificates (20240226-r0) 20:45:23 #56 12.92 (2/4) Installing dumb-init (1.2.5-r2) 20:45:23 #56 12.92 (3/4) Installing su-exec (0.2-r3) 20:45:23 #56 12.93 (4/4) Installing yq (4.33.3-r5) 20:45:23 #56 13.07 Executing busybox-1.36.1-r7.trigger 20:45:23 #56 13.08 Executing ca-certificates-20240226-r0.trigger 20:45:23 #56 13.13 OK: 17 MiB in 19 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:45:29 provisioning config files... 20:45:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5628554930872277861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:30 ---> ****-login.sh 20:45:30 nexus3.edgexfoundry.org:10001 20:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:45:31 Configure a credential helper to remove this warning. See 20:45:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:45:31 20:45:31 Login Succeeded 20:45:31 nexus3.edgexfoundry.org:10002 20:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:45:31 Configure a credential helper to remove this warning. See 20:45:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:45:31 20:45:31 Login Succeeded 20:45:31 nexus3.edgexfoundry.org:10003 20:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:45:32 Configure a credential helper to remove this warning. See 20:45:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:45:32 20:45:32 Login Succeeded 20:45:32 nexus3.edgexfoundry.org:10004 20:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:45:32 Configure a credential helper to remove this warning. See 20:45:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:45:32 20:45:32 Login Succeeded 20:45:32 ****.io 20:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:45:33 Configure a credential helper to remove this warning. See 20:45:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:45:33 20:45:33 Login Succeeded 20:45:33 ---> ****-login.sh ends [Pipeline] } 20:45:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:45:35 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:45:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:45:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:45:35 ========================================================= 20:45:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 20:45:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:45:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 20:45:36 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:45:36 c6b39de5b339: Pulling fs layer 20:45:36 a69c41024577: Pulling fs layer 20:45:36 d6de4b400683: Pulling fs layer 20:45:36 35cb2a7552d0: Pulling fs layer 20:45:36 4f4fb700ef54: Pulling fs layer 20:45:36 464afbd9ba4c: Pulling fs layer 20:45:36 00f215d4a9da: Pulling fs layer 20:45:36 d496ad576159: Pulling fs layer 20:45:36 4f4fb700ef54: Waiting 20:45:36 464afbd9ba4c: Waiting 20:45:36 00f215d4a9da: Waiting 20:45:36 35cb2a7552d0: Waiting 20:45:36 d496ad576159: Waiting 20:45:36 a69c41024577: Verifying Checksum 20:45:36 a69c41024577: Download complete 20:45:36 35cb2a7552d0: Verifying Checksum 20:45:36 35cb2a7552d0: Download complete 20:45:36 4f4fb700ef54: Verifying Checksum 20:45:36 4f4fb700ef54: Download complete 20:45:36 464afbd9ba4c: Verifying Checksum 20:45:36 464afbd9ba4c: Download complete 20:45:36 c6b39de5b339: Verifying Checksum 20:45:36 c6b39de5b339: Download complete 20:45:36 #56 ... 20:45:36 20:45:36 #40 [security-bootstrapper internal] load build context 20:45:36 #40 DONE 30.4s 20:45:36 20:45:36 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:45:36 #57 DONE 29.1s 20:45:36 20:45:36 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:45:36 #56 DONE 29.1s 20:45:36 20:45:36 #46 [core-common-config-bootstrapper internal] load build context 20:45:36 #46 DONE 30.5s 20:45:36 20:45:36 #43 [core-data internal] load build context 20:45:36 #43 DONE 30.5s 20:45:36 20:45:36 #59 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 20:45:36 #59 DONE 28.0s 20:45:36 20:45:36 #55 [support-notifications internal] load build context 20:45:36 #55 DONE 30.4s 20:45:36 20:45:36 #61 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 20:45:36 #61 ... 20:45:36 20:45:36 #42 [security-spiffe-token-provider internal] load build context 20:45:36 #42 DONE 30.5s 20:45:36 20:45:36 #39 [support-scheduler internal] load build context 20:45:36 #39 DONE 30.5s 20:45:36 20:45:36 #58 [security-secretstore-setup internal] load build context 20:45:36 #58 DONE 30.5s 20:45:36 20:45:36 #44 [security-proxy-auth internal] load build context 20:45:36 #44 DONE 30.5s 20:45:36 20:45:36 #45 [core-metadata internal] load build context 20:45:36 #45 DONE 30.6s 20:45:36 20:45:36 #52 [security-proxy-setup internal] load build context 20:45:36 #52 DONE 30.6s 20:45:36 20:45:36 #41 [core-command internal] load build context 20:45:36 #41 DONE 30.6s 20:45:36 20:45:36 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:45:36 #37 DONE 30.2s 20:45:36 20:45:36 #48 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 20:45:36 #48 29.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #48 29.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #48 29.81 (1/1) Installing dumb-init (1.2.5-r2) 20:45:36 #48 29.82 Executing busybox-1.36.1-r7.trigger 20:45:36 #48 29.82 OK: 7 MiB in 16 packages 20:45:36 #48 DONE 30.0s 20:45:36 20:45:36 #62 [core-command stage-1 3/9] RUN apk --no-cache upgrade 20:45:36 #62 ... 20:45:36 20:45:36 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:45:36 #49 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #49 29.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #49 30.04 (1/2) Installing dumb-init (1.2.5-r2) 20:45:36 #49 30.04 (2/2) Installing su-exec (0.2-r3) 20:45:36 #49 30.04 Executing busybox-1.36.1-r7.trigger 20:45:36 #49 30.06 OK: 7 MiB in 17 packages 20:45:36 #49 DONE 30.2s 20:45:36 20:45:36 #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 20:45:36 #51 29.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #51 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #51 29.90 (1/2) Installing ca-certificates (20240226-r0) 20:45:36 #51 29.95 (2/2) Installing dumb-init (1.2.5-r2) 20:45:36 #51 29.96 Executing busybox-1.36.1-r7.trigger 20:45:36 #51 29.96 Executing ca-certificates-20240226-r0.trigger 20:45:36 #51 30.05 OK: 8 MiB in 17 packages 20:45:36 #51 DONE 30.2s 20:45:36 20:45:36 #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:45:36 #50 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #50 29.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #50 30.03 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:45:36 #50 30.03 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:45:36 #50 30.03 OK: 20072 distinct packages available 20:45:36 #50 30.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #50 30.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #50 30.44 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:36 #50 30.48 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:36 #50 ... 20:45:36 20:45:36 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:45:36 #60 29.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #60 30.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #60 30.26 (1/1) Installing dumb-init (1.2.5-r2) 20:45:36 #60 30.26 Executing busybox-1.36.1-r7.trigger 20:45:36 #60 30.27 OK: 7 MiB in 16 packages 20:45:36 #60 DONE 30.5s 20:45:36 20:45:36 #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:45:36 #50 30.52 (3/7) Installing dumb-init (1.2.5-r2) 20:45:36 #50 30.53 (4/7) Installing musl-obstack (1.2.3-r2) 20:45:36 #50 30.53 (5/7) Installing libucontext (1.2-r2) 20:45:36 #50 30.53 (6/7) Installing gcompat (1.1.0-r1) 20:45:36 #50 30.55 (7/7) Installing openssl (3.1.6-r0) 20:45:36 #50 30.56 Executing busybox-1.36.1-r7.trigger 20:45:36 #50 30.58 OK: 8 MiB in 20 packages 20:45:36 #50 DONE 31.1s 20:45:36 20:45:36 #63 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 20:45:36 #0 1.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #0 1.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #0 1.355 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:36 #0 1.403 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:36 #0 1.412 Executing ca-certificates-20240226-r0.trigger 20:45:36 #0 1.452 OK: 17 MiB in 19 packages 20:45:36 #63 DONE 1.9s 20:45:36 20:45:36 #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:45:36 #0 0.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #0 1.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #0 1.407 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:45:36 #0 1.407 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:45:36 #0 1.407 OK: 20075 distinct packages available 20:45:36 #0 1.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #0 1.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #0 1.738 OK: 264 MiB in 52 packages 20:45:36 #64 DONE 1.9s 20:45:36 20:45:36 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 20:45:36 #53 30.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #53 30.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #53 30.46 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:36 #53 30.50 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:36 #53 30.51 (3/6) Installing dumb-init (1.2.5-r2) 20:45:36 #53 30.51 (4/6) Installing openssl (3.1.6-r0) 20:45:36 #53 30.53 (5/6) Installing su-exec (0.2-r3) 20:45:36 #53 30.53 (6/6) Installing yq (4.33.3-r5) 20:45:36 #53 30.65 Executing busybox-1.36.1-r7.trigger 20:45:36 #53 30.65 OK: 17 MiB in 19 packages 20:45:36 #53 DONE 31.0s 20:45:36 20:45:36 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:45:36 #54 29.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #54 30.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #54 30.28 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:45:36 #54 30.28 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:45:36 #54 30.28 OK: 20072 distinct packages available 20:45:36 #54 30.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:36 #54 30.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:36 #54 30.67 (1/4) Installing dumb-init (1.2.5-r2) 20:45:36 #54 30.68 (2/4) Installing musl-obstack (1.2.3-r2) 20:45:36 #54 30.68 (3/4) Installing libucontext (1.2-r2) 20:45:36 #54 30.68 (4/4) Installing gcompat (1.1.0-r1) 20:45:36 #54 30.69 Executing busybox-1.36.1-r7.trigger 20:45:36 #54 30.70 OK: 8 MiB in 19 packages 20:45:36 #54 DONE 31.0s 20:45:36 20:45:36 #65 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 20:45:36 #65 ... 20:45:36 20:45:36 #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 20:45:36 #66 DONE 1.1s 20:45:36 20:45:36 #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:37 d496ad576159: Verifying Checksum 20:45:37 d496ad576159: Download complete 20:45:37 #67 ... 20:45:37 20:45:37 #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 20:45:37 #61 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:37 #61 3.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:37 #61 3.263 OK: 264 MiB in 52 packages 20:45:37 #61 DONE 3.6s 20:45:37 20:45:37 #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 20:45:37 #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:37 #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:37 #0 3.347 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:37 #0 3.423 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:37 #0 3.433 Executing ca-certificates-20240226-r0.trigger 20:45:37 #0 3.472 OK: 12 MiB in 26 packages 20:45:37 #68 DONE 3.6s 20:45:37 20:45:37 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 20:45:37 #0 1.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:37 #0 3.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:37 #0 3.299 OK: 264 MiB in 52 packages 20:45:37 #69 DONE 3.6s 20:45:37 20:45:37 #70 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 20:45:37 #70 DONE 0.1s 20:45:37 20:45:37 #71 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:45:37 #71 DONE 0.1s 20:45:37 c6b39de5b339: Pull complete 20:45:37 20:45:37 #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:38 a69c41024577: Pull complete 20:45:38 #72 ... 20:45:38 20:45:38 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 20:45:38 #0 3.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:38 #0 3.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:38 #0 3.477 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:38 #0 3.512 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:38 #0 3.519 OK: 7 MiB in 17 packages 20:45:38 #73 DONE 3.7s 20:45:38 20:45:38 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:45:38 #0 4.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:38 #0 4.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:38 #0 4.620 OK: 264 MiB in 52 packages 20:45:38 #74 DONE 4.8s 20:45:38 d6de4b400683: Download complete 20:45:38 20:45:38 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 20:45:38 #75 DONE 0.1s 20:45:38 20:45:38 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:38 #76 ... 20:45:38 20:45:38 #62 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 20:45:38 #62 3.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:38 #62 3.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:38 #62 3.847 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:38 #62 3.939 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:38 #62 3.946 OK: 7 MiB in 16 packages 20:45:38 #62 DONE 4.2s 20:45:39 20:45:39 #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:45:39 #77 ... 20:45:39 20:45:39 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 20:45:39 #0 3.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:39 #0 3.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:39 #0 3.829 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:39 #0 3.856 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:39 #0 3.864 OK: 7 MiB in 16 packages 20:45:39 #78 DONE 4.0s 20:45:39 20:45:39 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 20:45:39 #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:39 #0 4.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:39 #0 4.206 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:39 #0 4.240 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:39 #0 4.252 Executing ca-certificates-20240226-r0.trigger 20:45:39 #0 4.283 OK: 8 MiB in 17 packages 20:45:39 #79 DONE 4.5s 20:45:39 20:45:39 #65 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 20:45:39 #65 3.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:39 #65 3.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:39 #65 3.816 OK: 8 MiB in 20 packages 20:45:39 #65 ... 20:45:39 20:45:39 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 20:45:39 #0 3.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:39 #0 3.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:39 #0 3.815 OK: 17 MiB in 19 packages 20:45:39 #80 DONE 3.9s 20:45:40 20:45:40 #65 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 20:45:40 #65 DONE 4.1s 20:45:40 20:45:40 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 20:45:40 #0 3.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 20:45:40 #0 3.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 20:45:40 #0 3.880 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:45:40 #0 3.921 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:45:40 #0 3.932 OK: 8 MiB in 19 packages 20:45:40 #81 DONE 4.1s 20:45:40 20:45:40 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 20:45:40 #82 DONE 0.1s 20:45:40 20:45:40 #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:45:40 00f215d4a9da: Verifying Checksum 20:45:40 00f215d4a9da: Download complete 20:45:41 #83 DONE 1.5s 20:45:41 20:45:41 #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 20:45:41 #84 DONE 1.6s 20:45:41 20:45:41 #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:45:41 #85 ... 20:45:41 20:45:41 #86 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:45:41 #86 DONE 1.6s 20:45:41 20:45:41 #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:45:41 #77 DONE 2.7s 20:45:41 20:45:41 #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 20:45:41 #87 ... 20:45:41 20:45:41 #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / 20:45:41 #88 DONE 0.6s 20:45:42 20:45:42 #89 [security-spire-server stage-2 5/9] COPY Attribution.txt / 20:45:42 #89 DONE 0.7s 20:45:42 20:45:42 #90 [security-spire-config stage-2 6/10] COPY security.txt / 20:45:42 #90 DONE 0.1s 20:45:42 20:45:42 #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 20:45:42 #87 DONE 0.7s 20:45:42 20:45:42 #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:45:42 #85 DONE 0.7s 20:45:42 20:45:42 #91 [security-spire-server stage-2 6/9] COPY security.txt / 20:45:42 #91 DONE 0.1s 20:45:42 20:45:42 #92 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 20:45:42 #92 DONE 0.1s 20:45:42 20:45:42 #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:45:42 #93 DONE 0.1s 20:45:42 20:45:42 #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:45:42 #94 DONE 0.1s 20:45:42 20:45:42 #95 [security-spire-agent stage-3 7/10] COPY security.txt / 20:45:42 #95 DONE 0.1s 20:45:42 20:45:42 #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:45:42 #96 DONE 0.1s 20:45:42 20:45:42 #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 20:45:42 #97 DONE 0.1s 20:45:42 20:45:42 #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:45:42 #98 DONE 0.1s 20:45:42 20:45:42 #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:45:42 #99 DONE 0.1s 20:45:42 20:45:42 #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:45:42 #100 DONE 0.1s 20:45:42 20:45:42 #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:45:42 #101 DONE 0.1s 20:45:42 20:45:42 #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:45:42 #102 DONE 0.0s 20:45:42 20:45:42 #103 [security-spire-server] exporting to image 20:45:42 #103 exporting layers 20:45:43 #103 exporting layers 0.7s done 20:45:43 #103 writing image sha256:26062ad4d8a46e1c07b057b89b7485f2001cb015922828572d26de4ab0fe7a34 0.0s done 20:45:43 #103 naming to docker.io/library/security-spire-config done 20:45:43 #103 exporting layers 0.6s done 20:45:43 #103 writing image sha256:582a0271a6fed11cd27df97a971d90655bd255404b9b912db1c88c88266ff12d done 20:45:43 #103 naming to docker.io/library/security-spire-server done 20:45:43 #103 writing image sha256:e1db53242a3342a85acfa6b9762d8adac0cf46d429c9a1f910901c79e656b8e3 done 20:45:43 #103 naming to docker.io/library/security-spire-agent done 20:45:43 #103 DONE 0.7s 20:45:43 20:45:43 #104 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:45:44 #104 ... 20:45:44 20:45:44 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:45:55 d6de4b400683: Pull complete 20:45:55 35cb2a7552d0: Pull complete 20:45:55 4f4fb700ef54: Pull complete 20:45:55 464afbd9ba4c: Pull complete 20:46:05 00f215d4a9da: Pull complete 20:46:05 d496ad576159: Pull complete 20:46:05 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 20:46:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 20:46:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 20:46:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 20:46:06 WORKDIR /edgex 20:46:06 COPY go.mod . 20:46:06 RUN go mod download 20:46:06 + docker build -t ci-base-image-arm64 -f - . 20:46:06 Sending build context to Docker daemon 3.004MB 20:46:06 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 20:46:06 ---> f246e2811388 20:46:06 Step 2/4 : WORKDIR /edgex 20:46:08 ---> Running in 32f90ba48f86 20:46:08 Removing intermediate container 32f90ba48f86 20:46:08 ---> 8495a2df6c97 20:46:08 Step 3/4 : COPY go.mod . 20:46:09 ---> ab8caeadb9ca 20:46:09 Step 4/4 : RUN go mod download 20:46:09 ---> Running in f995e17a115d 20:46:16 #47 ... 20:46:16 20:46:16 #104 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:16 #104 DONE 35.9s 20:46:16 20:46:16 #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:16 #67 DONE 36.5s 20:46:16 20:46:16 #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:16 #72 DONE 35.9s 20:46:16 20:46:16 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:16 #76 DONE 34.6s 20:46:16 20:46:16 #105 [security-secretstore-setup builder 6/7] COPY . . 20:46:23 #105 ... 20:46:23 20:46:23 #106 [support-notifications builder 6/7] COPY . . 20:46:23 #106 ... 20:46:23 20:46:23 #107 [core-common-config-bootstrapper builder 6/7] COPY . . 20:46:23 #107 ... 20:46:23 20:46:23 #108 [security-spiffe-token-provider builder 6/7] COPY . . 20:46:25 #108 ... 20:46:25 20:46:25 #107 [core-common-config-bootstrapper builder 6/7] COPY . . 20:46:25 #107 DONE 12.2s 20:46:25 20:46:25 #109 [core-metadata builder 4/7] COPY go.mod vendor* ./ 20:46:25 #109 CACHED 20:46:25 20:46:25 #110 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:25 #110 CACHED 20:46:25 20:46:25 #111 [core-metadata builder 6/7] COPY . . 20:46:25 #111 CACHED 20:46:25 20:46:25 #105 [security-secretstore-setup builder 6/7] COPY . . 20:46:25 #105 DONE 12.2s 20:46:25 20:46:25 #112 [core-data builder 4/7] COPY go.mod vendor* ./ 20:46:25 #112 CACHED 20:46:25 20:46:25 #113 [core-data builder 6/7] COPY . . 20:46:25 #113 CACHED 20:46:25 20:46:25 #114 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:25 #114 CACHED 20:46:25 20:46:25 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:25 #115 CACHED 20:46:25 20:46:25 #116 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 20:46:25 #116 CACHED 20:46:25 20:46:25 #117 [support-scheduler builder 6/7] COPY . . 20:46:25 #117 CACHED 20:46:25 20:46:25 #118 [core-command builder 6/7] COPY . . 20:46:25 #118 CACHED 20:46:25 20:46:25 #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:25 #119 CACHED 20:46:25 20:46:25 #120 [core-command builder 4/7] COPY go.mod vendor* ./ 20:46:25 #120 CACHED 20:46:25 20:46:25 #121 [security-bootstrapper builder 6/7] COPY . . 20:46:25 #121 CACHED 20:46:25 20:46:25 #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:46:25 #122 CACHED 20:46:25 20:46:25 #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:25 #123 CACHED 20:46:25 20:46:25 #108 [security-spiffe-token-provider builder 6/7] COPY . . 20:46:25 #108 DONE 12.2s 20:46:25 20:46:25 #124 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:25 #124 CACHED 20:46:25 20:46:25 #125 [security-proxy-auth builder 6/7] COPY . . 20:46:25 #125 CACHED 20:46:25 20:46:25 #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 20:46:25 #126 CACHED 20:46:25 20:46:25 #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:46:25 #127 CACHED 20:46:25 20:46:25 #128 [security-proxy-setup builder 6/7] COPY . . 20:46:25 #128 CACHED 20:46:25 20:46:25 #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 20:46:25 #129 CACHED 20:46:25 20:46:25 #106 [support-notifications builder 6/7] COPY . . 20:46:25 #106 DONE 12.2s 20:46:25 20:46:25 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:46:26 #130 1.149 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 20:46:36 #130 ... 20:46:36 20:46:36 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:46:36 #0 1.088 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 20:46:36 #131 ... 20:46:36 20:46:36 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:46:36 #0 0.795 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 20:46:36 #132 ... 20:46:36 20:46:36 #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:46:36 #0 0.839 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 20:46:36 #133 ... 20:46:36 20:46:36 #134 [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:46:36 #0 1.273 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 20:46:36 #134 ... 20:46:36 20:46:36 #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:46:36 #0 1.313 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 20:46:36 #135 ... 20:46:36 20:46:36 #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:46:36 #0 0.924 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 20:46:36 #136 ... 20:46:36 20:46:36 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:46:36 #0 0.561 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 20:46:36 #137 ... 20:46:36 20:46:36 #138 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:46:36 #0 0.343 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:46:37 #138 ... 20:46:37 20:46:37 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:46:37 #0 1.232 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 20:46:37 #139 ... 20:46:37 20:46:37 #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:46:37 #0 0.891 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 20:47:17 Removing intermediate container f995e17a115d 20:47:17 ---> e5349060712b 20:47:17 Successfully built e5349060712b 20:47:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:18 + docker inspect -f . ci-base-image-arm64 20:47:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:47:18 prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container 20:47:18 $ 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 20:47:19 $ docker top 630a5926b54d2929527c089029c98d1df3e3fa6d7a7eb2d98cdbfc4484b5c0a6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:47:20 + go version 20:47:20 go version go1.21.9 linux/arm64 [Pipeline] } 20:47:20 $ docker stop --time=1 630a5926b54d2929527c089029c98d1df3e3fa6d7a7eb2d98cdbfc4484b5c0a6 20:47:22 $ docker rm -f --volumes 630a5926b54d2929527c089029c98d1df3e3fa6d7a7eb2d98cdbfc4484b5c0a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:23 + docker inspect -f . ci-base-image-arm64 20:47:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:47:24 prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container 20:47:24 $ 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 20:47:25 $ docker top 6acfffc4b1f48f09ad0fa0f25b3e3e4a9f0ec1ab6085ef876399a343eb1ed6b0 -eo pid,comm [Pipeline] { [Pipeline] echo 20:47:25 ========================================================= 20:47:25 [edgeXBuildGoParallel] Running Tests and Build... 20:47:25 ========================================================= [Pipeline] sh 20:47:26 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:47:27 + make test 20:47:27 go test -race -coverprofile=coverage.out ./... 20:47:58 #140 ... 20:47:58 20:47:58 #134 [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:47:58 #134 90.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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:48:35 ? github.com/edgexfoundry/edgex-go [no test files] 20:48:38 #134 DONE 126.8s 20:48:38 20:48:38 #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:48:38 #135 DONE 126.8s 20:48:38 20:48:38 #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:48:38 #136 DONE 126.8s 20:48:38 20:48:38 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:48:38 #131 DONE 126.8s 20:48:38 20:48:38 #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:48:38 #133 DONE 126.9s 20:48:38 20:48:38 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #141 ... 20:48:38 20:48:38 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:48:38 #132 DONE 126.9s 20:48:38 20:48:38 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:48:38 #130 DONE 127.0s 20:48:38 20:48:38 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:48:38 #137 DONE 127.0s 20:48:38 20:48:38 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:48:38 #139 DONE 127.2s 20:48:38 20:48:38 #142 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #142 ... 20:48:38 20:48:38 #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:48:38 #140 DONE 127.2s 20:48:38 20:48:38 #138 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:48:38 #138 DONE 127.2s 20:48:38 20:48:38 #143 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #143 ... 20:48:38 20:48:38 #144 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #144 DONE 0.8s 20:48:38 20:48:38 #145 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #145 DONE 0.8s 20:48:38 20:48:38 #146 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #146 DONE 0.7s 20:48:38 20:48:38 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #141 DONE 0.8s 20:48:38 20:48:38 #142 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #142 DONE 0.6s 20:48:38 20:48:38 #147 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:48:38 #147 DONE 0.6s 20:48:38 20:48:38 #143 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #143 DONE 0.6s 20:48:38 20:48:38 #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:48:38 #148 ... 20:48:38 20:48:38 #149 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:48:38 #149 DONE 0.4s 20:48:38 20:48:38 #150 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:48:38 #150 CACHED 20:48:38 20:48:38 #151 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #151 CACHED 20:48:38 20:48:38 #152 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:48:38 #152 CACHED 20:48:38 20:48:38 #153 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #153 CACHED 20:48:38 20:48:38 #154 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #154 CACHED 20:48:38 20:48:38 #155 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:48:38 #155 CACHED 20:48:38 20:48:38 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:48:38 #156 DONE 0.4s 20:48:38 20:48:38 #157 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:48:38 #157 CACHED 20:48:38 20:48:38 #158 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #158 CACHED 20:48:38 20:48:38 #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 20:48:38 #159 DONE 0.4s 20:48:38 20:48:38 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 20:48:38 #160 DONE 0.4s 20:48:38 20:48:38 #161 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:48:38 #161 DONE 0.3s 20:48:38 20:48:38 #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:48:38 #162 ... 20:48:38 20:48:38 #163 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:48:38 #163 DONE 0.3s 20:48:38 20:48:38 #164 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:48:38 #164 ... 20:48:38 20:48:38 #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:48:38 #165 DONE 1.8s 20:48:38 20:48:38 #166 [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:48:38 #166 ... 20:48:38 20:48:38 #167 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:48:38 #167 DONE 2.2s 20:48:38 20:48:38 #168 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:48:38 #168 DONE 2.2s 20:48:38 20:48:38 #169 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:48:38 #169 DONE 2.2s 20:48:38 20:48:38 #170 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:48:38 #170 DONE 2.2s 20:48:38 20:48:38 #171 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:48:38 #171 DONE 2.3s 20:48:38 20:48:38 #172 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:48:38 #172 ... 20:48:38 20:48:38 #173 [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:48:38 #173 DONE 2.5s 20:48:38 20:48:38 #174 [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:48:38 #174 DONE 2.5s 20:48:38 20:48:38 #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:48:38 #148 DONE 2.8s 20:48:38 20:48:38 #164 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:48:38 #164 DONE 2.5s 20:48:38 20:48:38 #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:48:38 #162 DONE 2.5s 20:48:38 20:48:38 #166 [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:48:38 #166 DONE 0.9s 20:48:38 20:48:38 #175 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:48:38 #175 DONE 0.6s 20:48:38 20:48:38 #103 [security-spiffe-token-provider] exporting to image 20:48:38 #103 exporting layers 20:48:38 #103 ... 20:48:38 20:48:38 #176 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:48:38 #176 DONE 0.6s 20:48:38 20:48:38 #177 [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:48:38 #177 DONE 0.6s 20:48:38 20:48:38 #172 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:48:38 #172 DONE 0.6s 20:48:38 20:48:38 #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:48:38 #178 DONE 0.4s 20:48:38 20:48:38 #103 [core-command] exporting to image 20:48:38 #103 ... 20:48:38 20:48:38 #179 [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:48:38 #179 DONE 0.4s 20:48:38 20:48:38 #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:48:38 #180 DONE 0.4s 20:48:38 20:48:38 #181 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 20:48:38 #181 DONE 0.4s 20:48:38 20:48:38 #182 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:48:38 #182 DONE 0.4s 20:48:38 20:48:38 #103 [support-notifications] exporting to image 20:48:38 #103 ... 20:48:38 20:48:38 #183 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:48:38 #183 DONE 0.4s 20:48:38 20:48:38 #103 [core-data] exporting to image 20:48:38 #103 exporting layers 0.3s done 20:48:38 #103 ... 20:48:38 20:48:38 #184 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:48:38 #184 DONE 0.4s 20:48:38 20:48:38 #185 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:48:38 #185 DONE 0.5s 20:48:38 20:48:38 #186 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:48:38 #186 DONE 0.5s 20:48:38 20:48:38 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:48:38 #187 DONE 0.4s 20:48:38 20:48:38 #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:48:38 #188 DONE 0.4s 20:48:38 20:48:38 #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 20:48:38 #189 DONE 0.4s 20:48:38 20:48:38 #103 [support-scheduler] exporting to image 20:48:38 #103 exporting layers 0.5s done 20:48:38 #103 writing image sha256:6168e12c92238950a60ade42c55e286c2420ba54dc67fea8516a6ea03e351b3d 0.0s done 20:48:38 #103 naming to docker.io/library/support-scheduler done 20:48:38 #103 writing image sha256:3ef746ddcc83f14c8643b260907c2a3f5ce7c22fb870e663b768e2125f265a10 0.0s done 20:48:38 #103 naming to docker.io/library/security-spiffe-token-provider 20:48:38 #103 naming to docker.io/library/security-spiffe-token-provider done 20:48:38 #103 writing image sha256:ec824dcb8c9d9074a81a9997702d3cd51795108a91566fce49596a4af02a3dcd 20:48:38 #103 writing image sha256:ec824dcb8c9d9074a81a9997702d3cd51795108a91566fce49596a4af02a3dcd 0.3s done 20:48:38 #103 naming to docker.io/library/core-command 20:48:38 #103 naming to docker.io/library/core-command done 20:48:38 #103 ... 20:48:38 20:48:38 #190 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:48:38 #190 DONE 0.5s 20:48:38 20:48:38 #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:48:38 #191 DONE 0.5s 20:48:38 20:48:38 #192 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:48:38 #192 DONE 0.5s 20:48:38 20:48:38 #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:48:38 #193 DONE 0.7s 20:48:38 20:48:38 #103 [security-proxy-auth] exporting to image 20:48:38 #103 writing image sha256:ebed7038f35d83d166d6d2f8b2166844825dfc129126dfd19c8df8e8833c77b5 done 20:48:38 #103 naming to docker.io/library/core-data done 20:48:38 #103 writing image sha256:9e37bd498354ba645fa6cb55f4b5adc5c176c526cc78cafa18466c4e479e93ab done 20:48:38 #103 writing image sha256:793529f28d407ea7f52ec9fe428d03f2eb71e2a70ae98f111e585bde3b8f227f done 20:48:38 #103 naming to docker.io/library/support-notifications done 20:48:38 #103 naming to docker.io/library/core-metadata done 20:48:38 #103 ... 20:48:38 20:48:38 #194 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:48:38 #194 DONE 0.1s 20:48:38 20:48:38 #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:48:38 #195 DONE 0.3s 20:48:38 20:48:38 #196 [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:48:38 #196 DONE 0.2s 20:48:38 20:48:38 #103 [security-proxy-auth] exporting to image 20:48:38 #103 exporting layers 0.3s done 20:48:38 #103 ... 20:48:38 20:48:38 #197 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:48:38 #197 DONE 1.0s 20:48:38 20:48:38 #198 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:48:38 #198 DONE 0.1s 20:48:38 20:48:38 #103 [core-common-config-bootstrapper] exporting to image 20:48:38 #103 writing image sha256:7cb501164a65077101b5b94faba72e3fe52fdf4b83e6aaf09c2260e661d3dc70 done 20:48:38 #103 naming to docker.io/library/security-proxy-auth 0.0s done 20:48:38 #103 ... 20:48:38 20:48:38 #199 [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:48:38 #199 DONE 0.1s 20:48:38 20:48:38 #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:48:38 #200 DONE 0.1s 20:48:38 20:48:38 #103 [core-common-config-bootstrapper] exporting to image 20:48:38 #103 exporting layers 0.2s done 20:48:38 #103 writing image sha256:5bed76ddf51e7512fe9db59b0dd291d845ba995fe57367ba7b6620e651e9ef60 done 20:48:38 #103 naming to docker.io/library/core-common-config-bootstrapper done 20:48:38 #103 DONE 2.5s 20:48:38 20:48:38 #201 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:48:38 #201 DONE 0.1s 20:48:38 20:48:38 #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:48:38 #202 ... 20:48:38 20:48:38 #203 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:48:38 #203 DONE 0.7s 20:48:38 20:48:38 #103 [security-proxy-setup] exporting to image 20:48:38 #103 exporting layers 0.2s done 20:48:38 #103 writing image sha256:5d37c03cf3cd99857110c443605f138184958319260f0de5f74a61d30c21e877 done 20:48:38 #103 naming to docker.io/library/security-proxy-setup done 20:48:38 #103 DONE 2.7s 20:48:38 20:48:38 #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:48:38 #204 DONE 0.5s 20:48:38 20:48:38 #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:48:38 #202 DONE 0.4s 20:48:38 20:48:38 #103 [security-secretstore-setup] exporting to image 20:48:38 #103 exporting layers 0.3s done 20:48:38 #103 writing image sha256:adf89a115ad516a80465252b68d4f75b6e58e05f91067733cdbc214da8de9e0c done 20:48:38 #103 naming to docker.io/library/security-secretstore-setup done 20:48:38 #103 writing image sha256:5f75b15ae5d9d3a8bbc741fcf7907e3d9107895b72c487603bd33d416536ccbc done 20:48:38 #103 naming to docker.io/library/security-bootstrapper done 20:48:38 #103 DONE 3.1s 20:48:38 20:48:38 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:38 time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:48:38 $ docker stop --time=1 c65c656ecc18bb0b00383e904db132227f99bcbcc3950dc2688a244b7a103974 20:48:40 $ docker rm -f --volumes c65c656ecc18bb0b00383e904db132227f99bcbcc3950dc2688a244b7a103974 [Pipeline] // withDockerContainer [Pipeline] sh 20:48:40 + docker images 20:48:40 REPOSITORY TAG IMAGE ID CREATED SIZE 20:48:40 security-secretstore-setup latest adf89a115ad5 2 seconds ago 42.2MB 20:48:40 security-proxy-setup latest 5d37c03cf3cd 2 seconds ago 31.2MB 20:48:40 security-bootstrapper latest 5f75b15ae5d9 2 seconds ago 23.9MB 20:48:40 core-common-config-bootstrapper latest 5bed76ddf51e 3 seconds ago 20.2MB 20:48:40 security-proxy-auth latest 7cb501164a65 3 seconds ago 38MB 20:48:40 core-metadata latest 793529f28d40 4 seconds ago 40.9MB 20:48:40 security-spiffe-token-provider latest 3ef746ddcc83 4 seconds ago 34MB 20:48:40 core-command latest ec824dcb8c9d 4 seconds ago 40.4MB 20:48:40 support-scheduler latest 6168e12c9223 4 seconds ago 43MB 20:48:40 support-notifications latest 9e37bd498354 4 seconds ago 43.8MB 20:48:40 core-data latest ebed7038f35d 4 seconds ago 40.7MB 20:48:40 security-spire-agent latest e1db53242a33 2 minutes ago 166MB 20:48:40 security-spire-server latest 582a0271a6fe 2 minutes ago 107MB 20:48:40 security-spire-config latest 26062ad4d8a4 2 minutes ago 107MB 20:48:40 ci-base-image-x86_64 latest f19638dd22bf 6 minutes ago 966MB 20:48:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB 20:48:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB 20:48:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 24 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:54:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:54:12 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:54:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:54:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:54:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:54:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:54:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.156s coverage: 28.7% of statements 20:55:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.237s coverage: 97.0% of statements 20:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:55:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.385s coverage: 69.2% of statements 20:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:55:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:55:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.257s coverage: 53.2% of statements 20:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:55:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:55:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:55:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.115s coverage: 93.4% of statements 20:55:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.395s coverage: 6.1% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:56:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.407s coverage: 97.6% of statements 20:56:02 ok github.com/edgexfoundry/edgex-go/internal/io 1.116s coverage: 72.2% of statements 20:56:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:56:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:56:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.333s coverage: 0.9% of statements 20:56:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.188s coverage: 32.2% of statements 20:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.154s coverage: 41.7% of statements 20:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.136s coverage: 82.9% of statements 20:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.102s coverage: 94.1% of statements 20:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.112s coverage: 96.3% of statements 20:56:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.141s coverage: 87.5% of statements 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:56:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:56:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:56:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:56:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:56:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.150s coverage: 94.4% of statements 20:56:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:56:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:56:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:56:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:56:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:56:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.083s coverage: 79.9% of statements 20:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.177s coverage: 92.9% of statements 20:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.092s coverage: 64.4% of statements 20:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.151s coverage: 62.3% of statements 20:56:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.119s coverage: 87.2% of statements 20:56:57 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.090s coverage: 20.0% of statements 20:56:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.082s coverage: 100.0% of statements 20:57:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:57:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.320s coverage: 81.8% of statements 20:57:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.341s coverage: 82.1% of statements 20:57:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:57:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.129s coverage: 86.0% of statements 20:57:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:57:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.917s coverage: 63.1% of statements 20:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.134s coverage: 100.0% of statements 20:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.121s coverage: 89.4% of statements 20:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.088s coverage: 100.0% of statements 20:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:57:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.084s coverage: 73.7% of statements 20:57:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.076s coverage: 100.0% of statements 20:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:57:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.839s coverage: 38.4% of statements 20:57:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.143s coverage: 89.5% of statements 20:57:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:57:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:57:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:57:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.135s coverage: 84.8% of statements 20:57:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:57:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:57:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:57:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:57:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.230s coverage: 19.9% of statements 20:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:57:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.715s coverage: 95.7% of statements 20:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:57:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.200s coverage: 61.8% of statements 20:57:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:57:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:57:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.425s coverage: 98.9% of statements 20:57:59 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 20:57:59 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:57:59 go vet ./... 21:03:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:03:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:03:07 ./bin/test-attribution-txt.sh [Pipeline] echo 21:03:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 21:03:08 + ls -al . 21:03:08 total 812 21:03:08 drwxrwxr-x 10 1001 1001 4096 Jul 1 20:47 . 21:03:08 drwxr-xr-x 4 root root 4096 Jul 1 20:47 .. 21:03:08 drwxrwxr-x 2 1001 1001 4096 Jul 1 20:45 .blubracket 21:03:08 -rw-rw-r-- 1 1001 1001 10 Jul 1 20:45 .dockerignore 21:03:08 drwxrwxr-x 8 1001 1001 4096 Jul 1 20:45 .git 21:03:08 drwxrwxr-x 3 1001 1001 4096 Jul 1 20:45 .github 21:03:08 -rw-rw-r-- 1 1001 1001 1074 Jul 1 20:45 .gitignore 21:03:08 -rw-rw-r-- 1 1001 1001 42 Jul 1 20:45 .golangci.yml 21:03:08 -rw-rw-r-- 1 1001 1001 100 Jul 1 20:45 .hadolint.yml 21:03:08 -rw-rw-r-- 1 1001 1001 155 Jul 1 20:45 .sonarcloud.properties 21:03:08 -rw-rw-r-- 1 1001 1001 1171 Jul 1 20:45 ADOPTERS.md 21:03:08 -rw-rw-r-- 1 1001 1001 20361 Jul 1 20:45 Attribution.txt 21:03:08 -rw-rw-r-- 1 1001 1001 100284 Jul 1 20:45 CHANGELOG.md 21:03:08 -rw-rw-r-- 1 1001 1001 3804 Jul 1 20:45 CONTRIBUTING.md 21:03:08 -rw-rw-r-- 1 1001 1001 677 Jul 1 20:45 GOVERNANCE.md 21:03:08 -rw-rw-r-- 1 1001 1001 861 Jul 1 20:45 Jenkinsfile 21:03:08 -rw-rw-r-- 1 1001 1001 10775 Jul 1 20:45 LICENSE 21:03:08 -rw-rw-r-- 1 1001 1001 15392 Jul 1 20:45 Makefile 21:03:08 -rw-rw-r-- 1 1001 1001 582 Jul 1 20:45 OWNERS.md 21:03:08 -rw-rw-r-- 1 1001 1001 9528 Jul 1 20:45 README.md 21:03:08 -rw-rw-r-- 1 1001 1001 789 Jul 1 20:45 SECURITY.md 21:03:08 -rw-rw-r-- 1 1001 1001 5 Jul 1 20:41 VERSION 21:03:08 drwxrwxr-x 2 1001 1001 4096 Jul 1 20:45 bin 21:03:08 drwxrwxr-x 18 1001 1001 4096 Jul 1 20:45 cmd 21:03:08 -rw-r--r-- 1 root root 455714 Jul 1 20:57 coverage.out 21:03:08 drwxrwxr-x 2 1001 1001 4096 Jul 1 20:45 fuzz_test 21:03:08 -rw-rw-r-- 1 1001 1001 6922 Jul 1 20:45 go.mod 21:03:08 -rw-rw-r-- 1 1001 1001 101535 Jul 1 20:45 go.sum 21:03:08 drwxrwxr-x 7 1001 1001 4096 Jul 1 20:45 internal 21:03:08 drwxrwxr-x 3 1001 1001 4096 Jul 1 20:45 openapi 21:03:08 -rw-rw-r-- 1 1001 1001 584 Jul 1 20:45 security.txt 21:03:08 -rw-rw-r-- 1 1001 1001 204 Jul 1 20:45 version.go [Pipeline] sh 21:03:08 + '[' -e coverage.out ] 21:03:08 + chown 1001:1001 coverage.out [Pipeline] stash 21:03:08 Warning: overwriting stash ‘coverage-report’ 21:03:09 Stashed 1 file(s) [Pipeline] sh 21:03:10 + make build 21:03: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-data/core-data ./cmd/core-data 21:06:17 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 21:06:25 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 21:06:33 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 21:06:37 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 21:07:04 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 21:07:12 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 21:07:24 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 21:07:27 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 21:07: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 21:07:34 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 21:07:39 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] } 21:07:43 $ docker stop --time=1 6acfffc4b1f48f09ad0fa0f25b3e3e4a9f0ec1ab6085ef876399a343eb1ed6b0 21:07:45 $ docker rm -f --volumes 6acfffc4b1f48f09ad0fa0f25b3e3e4a9f0ec1ab6085ef876399a343eb1ed6b0 [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 21:07:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:49 21:07:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:07:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:50 latest: Pulling from edgex-devops/edgex-compose-arm64 21:07:50 547446be3368: Pulling fs layer 21:07:50 d125d8839a47: Pulling fs layer 21:07:50 3e85d5ac6304: Pulling fs layer 21:07:50 c3105a71a48b: Pulling fs layer 21:07:50 0f093f025ec4: Pulling fs layer 21:07:50 c3106fc0e877: Pulling fs layer 21:07:50 c3105a71a48b: Waiting 21:07:50 0f093f025ec4: Waiting 21:07:50 c3106fc0e877: Waiting 21:07:50 547446be3368: Verifying Checksum 21:07:50 547446be3368: Download complete 21:07:50 c3105a71a48b: Verifying Checksum 21:07:50 c3105a71a48b: Download complete 21:07:50 d125d8839a47: Verifying Checksum 21:07:50 d125d8839a47: Download complete 21:07:50 c3106fc0e877: Verifying Checksum 21:07:50 c3106fc0e877: Download complete 21:07:50 0f093f025ec4: Verifying Checksum 21:07:50 0f093f025ec4: Download complete 21:07:51 547446be3368: Pull complete 21:07:52 d125d8839a47: Pull complete 21:07:52 3e85d5ac6304: Verifying Checksum 21:07:52 3e85d5ac6304: Download complete 21:08:02 3e85d5ac6304: Pull complete 21:08:02 c3105a71a48b: Pull complete 21:08:03 0f093f025ec4: Pull complete 21:08:03 c3106fc0e877: Pull complete 21:08:03 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 21:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:08:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:08:04 prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container 21:08:04 $ 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 21:08:06 $ docker top 90d11376ff7f08620e74e894f8a0470500fe40c6e937001b36d6450d7d68ed93 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:07 + docker compose -f ./docker-compose-build.yml build --parallel 21:08:15 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 21:08:15 #1 transferring dockerfile: 21:08:15 #1 transferring dockerfile: 2.23kB done 21:08:15 #1 DONE 0.1s 21:08:15 21:08:15 #2 [security-spire-config internal] load build definition from Dockerfile 21:08:15 #2 transferring dockerfile: 1.69kB done 21:08:15 #2 DONE 0.0s 21:08:15 21:08:15 #3 [security-bootstrapper internal] load build definition from Dockerfile 21:08:15 #3 transferring dockerfile: 2.93kB 0.0s done 21:08:15 #3 DONE 0.1s 21:08:15 21:08:15 #4 [support-scheduler internal] load build definition from Dockerfile 21:08:15 #4 transferring dockerfile: 1.93kB 0.0s done 21:08:15 #4 DONE 0.1s 21:08:15 21:08:15 #5 [support-notifications internal] load build definition from Dockerfile 21:08:15 #5 transferring dockerfile: 1.95kB done 21:08:15 #5 DONE 0.1s 21:08:15 21:08:15 #6 [core-command internal] load build definition from Dockerfile 21:08:15 #6 transferring dockerfile: 1.93kB done 21:08:15 #6 DONE 0.1s 21:08:15 21:08:15 #7 [core-metadata internal] load build definition from Dockerfile 21:08:16 #7 transferring dockerfile: 2.06kB 0.0s done 21:08:16 #7 DONE 0.0s 21:08:16 21:08:16 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 21:08:16 #8 transferring dockerfile: 1.89kB done 21:08:16 #8 DONE 0.1s 21:08:16 21:08:16 #9 [security-spire-agent internal] load build definition from Dockerfile 21:08:16 #9 transferring dockerfile: 1.81kB 0.0s done 21:08:16 #9 DONE 0.1s 21:08:16 21:08:16 #10 [security-spire-server internal] load build definition from Dockerfile 21:08:16 #10 transferring dockerfile: 1.70kB done 21:08:16 #10 DONE 0.1s 21:08:16 21:08:16 #11 [core-data internal] load build definition from Dockerfile 21:08:16 #11 transferring dockerfile: 2.01kB done 21:08:16 #11 DONE 0.1s 21:08:16 21:08:16 #12 [security-proxy-setup internal] load build definition from Dockerfile 21:08:16 #12 transferring dockerfile: 2.50kB done 21:08:16 #12 DONE 0.1s 21:08:16 21:08:16 #13 [security-proxy-auth internal] load build definition from Dockerfile 21:08:16 #13 transferring dockerfile: 2.15kB 0.0s done 21:08:16 #13 DONE 0.1s 21:08:16 21:08:16 #14 [security-secretstore-setup internal] load build definition from Dockerfile 21:08:16 #14 transferring dockerfile: 2.49kB 0.0s done 21:08:16 #14 DONE 0.1s 21:08:16 21:08:16 #15 [core-common-config-bootstrapper internal] load .dockerignore 21:08:16 #15 transferring context: 32B 21:08:16 #15 transferring context: 50B done 21:08:16 #15 DONE 0.1s 21:08:17 21:08:17 #16 [security-spire-config internal] load .dockerignore 21:08:17 #16 transferring context: 50B done 21:08:17 #16 DONE 0.0s 21:08:17 21:08:17 #17 [security-bootstrapper internal] load .dockerignore 21:08:17 #17 transferring context: 50B done 21:08:17 #17 DONE 0.0s 21:08:17 21:08:17 #18 [support-scheduler internal] load .dockerignore 21:08:17 #18 transferring context: 50B 0.0s done 21:08:17 #18 DONE 0.1s 21:08:17 21:08:17 #19 [support-notifications internal] load .dockerignore 21:08:17 #19 transferring context: 50B done 21:08:17 #19 DONE 0.1s 21:08:17 21:08:17 #20 [core-command internal] load .dockerignore 21:08:17 #20 transferring context: 50B done 21:08:17 #20 DONE 0.0s 21:08:17 21:08:17 #21 [core-metadata internal] load .dockerignore 21:08:17 #21 transferring context: 50B done 21:08:17 #21 DONE 0.1s 21:08:17 21:08:17 #22 [security-spiffe-token-provider internal] load .dockerignore 21:08:17 #22 transferring context: 50B done 21:08:17 #22 DONE 0.1s 21:08:17 21:08:17 #23 [security-spire-agent internal] load .dockerignore 21:08:17 #23 transferring context: 50B done 21:08:17 #23 DONE 0.1s 21:08:17 21:08:17 #24 [security-spire-server internal] load .dockerignore 21:08:17 #24 transferring context: 50B 0.0s done 21:08:17 #24 DONE 0.1s 21:08:17 21:08:17 #25 [core-data internal] load .dockerignore 21:08:17 #25 transferring context: 50B done 21:08:17 #25 DONE 0.1s 21:08:17 21:08:17 #26 [security-proxy-setup internal] load .dockerignore 21:08:18 #26 transferring context: 50B done 21:08:18 #26 DONE 0.1s 21:08:18 21:08:18 #27 [security-proxy-auth internal] load .dockerignore 21:08:18 #27 transferring context: 50B 0.0s done 21:08:18 #27 DONE 0.1s 21:08:18 21:08:18 #28 [security-secretstore-setup internal] load .dockerignore 21:08:18 #28 transferring context: 50B done 21:08:18 #28 DONE 0.1s 21:08:18 21:08:18 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:18 #29 DONE 0.0s 21:08:18 21:08:18 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 21:08:18 #30 DONE 0.4s 21:08:18 21:08:18 #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:18 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:18 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:18 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.05MB / 3.34MB 0.2s 21:08:18 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:18 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:18 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.99MB / 3.34MB 0.3s 21:08:18 #31 ... 21:08:18 21:08:18 #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 21:08:18 #30 DONE 0.4s 21:08:18 21:08:18 #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:18 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:19 #31 ... 21:08:19 21:08:19 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:19 #29 DONE 0.0s 21:08:19 21:08:19 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 21:08:19 #30 DONE 0.4s 21:08:19 21:08:19 #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:19 #31 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 21:08:19 #31 ... 21:08:19 21:08:19 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:19 #29 DONE 0.0s 21:08:19 21:08:19 #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:19 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:19 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:19 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:19 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:19 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:19 #31 ... 21:08:19 21:08:19 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:19 #29 DONE 0.0s 21:08:19 21:08:19 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 21:08:19 #30 DONE 0.6s 21:08:19 21:08:19 #31 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:19 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:19 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:19 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:19 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:19 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:19 #31 ... 21:08:19 21:08:19 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:19 #29 DONE 0.0s 21:08:19 21:08:19 #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:19 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:19 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:19 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:19 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:19 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:19 #31 ... 21:08:19 21:08:19 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:19 #29 DONE 0.0s 21:08:19 21:08:19 #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:19 #31 ... 21:08:19 21:08:19 #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 21:08:19 #30 DONE 0.7s 21:08:19 21:08:19 #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:19 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:19 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:19 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:19 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:19 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:19 #31 ... 21:08:19 21:08:19 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:19 #29 DONE 0.0s 21:08:19 21:08:19 #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:20 #31 ... 21:08:20 21:08:20 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 21:08:20 #30 DONE 1.0s 21:08:20 21:08:20 #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 21:08:20 #32 DONE 1.1s 21:08:20 21:08:20 #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:20 #33 DONE 0.0s 21:08:20 21:08:20 #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:20 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:20 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:20 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:20 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:20 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:20 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:20 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:20 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:20 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:20 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:20 #31 ... 21:08:20 21:08:20 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:20 #29 DONE 0.0s 21:08:20 21:08:20 #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:20 #31 ... 21:08:20 21:08:20 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:20 #29 DONE 0.0s 21:08:20 21:08:20 #34 [security-spire-config internal] load build context 21:08:20 #34 transferring context: 25.04kB 0.1s done 21:08:20 #34 DONE 0.5s 21:08:20 21:08:20 #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:20 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:20 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:20 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:20 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:20 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:20 #31 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done 21:08:20 #31 ... 21:08:20 21:08:20 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:20 #29 DONE 0.0s 21:08:21 21:08:21 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 21:08:21 #35 DONE 3.4s 21:08:21 21:08:21 #36 [core-common-config-bootstrapper internal] load build context 21:08:21 #36 ... 21:08:21 21:08:21 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:08:21 #29 DONE 0.0s 21:08:21 21:08:21 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 21:08:21 #32 DONE 2.0s 21:08:21 21:08:21 #36 [core-common-config-bootstrapper internal] load build context 21:08:22 #36 ... 21:08:22 21:08:22 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 21:08:22 #30 DONE 2.5s 21:08:22 21:08:22 #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 21:08:22 #35 DONE 3.4s 21:08:22 21:08:22 #36 [core-common-config-bootstrapper internal] load build context 21:08:22 #36 ... 21:08:22 21:08:22 #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 21:08:22 #35 DONE 3.4s 21:08:22 21:08:22 #37 [security-proxy-auth internal] load build context 21:08:22 #37 DONE 0.0s 21:08:22 21:08:22 #36 [core-common-config-bootstrapper internal] load build context 21:08:22 #36 ... 21:08:22 21:08:22 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 21:08:22 #38 DONE 2.1s 21:08:22 21:08:22 #36 [core-common-config-bootstrapper internal] load build context 21:08:23 #36 ... 21:08:23 21:08:23 #39 [security-spire-server internal] load build context 21:08:23 #39 transferring context: 26.79kB 0.2s done 21:08:23 #39 DONE 1.8s 21:08:23 21:08:23 #36 [core-common-config-bootstrapper internal] load build context 21:08:23 #36 ... 21:08:23 21:08:23 #40 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 21:08:23 #40 DONE 2.6s 21:08:23 21:08:23 #36 [core-common-config-bootstrapper internal] load build context 21:08:23 #36 ... 21:08:23 21:08:23 #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 21:08:23 #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 21:08:23 #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 21:08:23 #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 21:08:23 #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 21:08:23 #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 21:08:23 #31 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done 21:08:23 #31 DONE 5.6s 21:08:23 21:08:23 #36 [core-common-config-bootstrapper internal] load build context 21:08:23 #36 ... 21:08:23 21:08:23 #41 [security-spire-agent internal] load build context 21:08:23 #41 transferring context: 26.32kB 0.2s done 21:08:23 #41 DONE 1.8s 21:08:23 21:08:23 #36 [core-common-config-bootstrapper internal] load build context 21:08:29 #36 transferring context: 52.06MB 9.8s 21:08:29 #36 ... 21:08:29 21:08:29 #42 [security-bootstrapper internal] load build context 21:08:29 #42 ... 21:08:29 21:08:29 #43 [support-scheduler internal] load build context 21:08:29 #43 ... 21:08:29 21:08:29 #44 [support-notifications internal] load build context 21:08:29 #44 ... 21:08:29 21:08:29 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:29 #33 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 21:08:29 #33 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 21:08:29 #33 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 21:08:29 #33 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 21:08:29 #33 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.7s done 21:08:29 #33 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.7s done 21:08:29 #33 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.8s done 21:08:29 #33 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 21:08:29 #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.3s done 21:08:29 #33 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 21:08:29 #33 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done 21:08:29 #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.1s 21:08:29 #33 ... 21:08:29 21:08:29 #45 [core-command internal] load build context 21:08:29 #45 ... 21:08:29 21:08:29 #46 [core-metadata internal] load build context 21:08:30 #46 ... 21:08:30 21:08:30 #45 [core-command internal] load build context 21:08:30 #45 ... 21:08:30 21:08:30 #47 [security-spiffe-token-provider internal] load build context 21:08:30 #47 ... 21:08:30 21:08:30 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:30 #33 ... 21:08:30 21:08:30 #48 [core-data internal] load build context 21:08:30 #48 ... 21:08:30 21:08:30 #43 [support-scheduler internal] load build context 21:08:31 #43 ... 21:08:31 21:08:31 #49 [security-secretstore-setup internal] load build context 21:08:32 #49 ... 21:08:32 21:08:32 #37 [security-proxy-auth internal] load build context 21:08:32 #37 ... 21:08:32 21:08:32 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:08:32 #50 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done 21:08:32 #50 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 21:08:32 #50 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 21:08:32 #50 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 21:08:32 #50 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.2s done 21:08:32 #50 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 7.2s done 21:08:32 #50 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 21:08:32 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 21:08:32 #50 ... 21:08:32 21:08:32 #51 [security-proxy-setup internal] load build context 21:08:32 #51 ... 21:08:32 21:08:32 #49 [security-secretstore-setup internal] load build context 21:08:33 #49 ... 21:08:33 21:08:33 #52 [core-command builder 3/7] RUN apk add --update --no-cache make git 21:08:33 #0 8.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:33 #0 9.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:33 #52 ... 21:08:33 21:08:33 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 21:08:33 #0 7.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:33 #0 8.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:33 #53 ... 21:08:33 21:08:33 #54 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 21:08:33 #0 8.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:33 #0 8.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:33 #54 ... 21:08:33 21:08:33 #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 21:08:33 #0 9.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:33 #55 ... 21:08:33 21:08:33 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 21:08:33 #56 ... 21:08:33 21:08:33 #49 [security-secretstore-setup internal] load build context 21:08:34 #49 ... 21:08:34 21:08:34 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 21:08:34 #57 ... 21:08:34 21:08:34 #44 [support-notifications internal] load build context 21:08:34 #44 transferring context: 35.66MB 14.8s 21:08:34 #44 ... 21:08:34 21:08:34 #58 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 21:08:34 #58 ... 21:08:34 21:08:34 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 21:08:34 #59 ... 21:08:34 21:08:34 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:08:34 #60 ... 21:08:34 21:08:34 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:08:34 #61 ... 21:08:34 21:08:34 #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:08:35 #62 ... 21:08:35 21:08:35 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 21:08:35 #63 ... 21:08:35 21:08:35 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 21:08:35 #64 ... 21:08:35 21:08:35 #44 [support-notifications internal] load build context 21:08:36 #44 ... 21:08:36 21:08:36 #52 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 21:08:36 #52 11.50 OK: 266 MiB in 52 packages 21:08:36 #52 DONE 13.6s 21:08:36 21:08:36 #44 [support-notifications internal] load build context 21:08:38 #44 ... 21:08:38 21:08:38 #54 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 21:08:38 #54 12.49 OK: 266 MiB in 52 packages 21:08:38 #54 DONE 14.8s 21:08:38 21:08:38 #44 [support-notifications internal] load build context 21:08:39 #44 ... 21:08:39 21:08:39 #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 21:08:39 #55 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:39 #55 14.77 OK: 266 MiB in 52 packages 21:08:39 #55 DONE 15.8s 21:08:39 21:08:39 #44 [support-notifications internal] load build context 21:08:39 #44 ... 21:08:39 21:08:39 #42 [security-bootstrapper internal] load build context 21:08:39 #42 ... 21:08:39 21:08:39 #36 [core-common-config-bootstrapper internal] load build context 21:08:39 #36 transferring context: 68.28MB 21.0s 21:08:39 #36 ... 21:08:39 21:08:39 #44 [support-notifications internal] load build context 21:08:40 #44 ... 21:08:40 21:08:40 #46 [core-metadata internal] load build context 21:08:40 #46 ... 21:08:40 21:08:40 #42 [security-bootstrapper internal] load build context 21:08:40 #42 ... 21:08:40 21:08:40 #45 [core-command internal] load build context 21:08:40 #45 ... 21:08:40 21:08:40 #46 [core-metadata internal] load build context 21:08:40 #46 ... 21:08:40 21:08:40 #47 [security-spiffe-token-provider internal] load build context 21:08:40 #47 ... 21:08:40 21:08:40 #45 [core-command internal] load build context 21:08:41 #45 ... 21:08:41 21:08:41 #48 [core-data internal] load build context 21:08:41 #48 ... 21:08:41 21:08:41 #47 [security-spiffe-token-provider internal] load build context 21:08:41 #47 ... 21:08:41 21:08:41 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:41 #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.0s 21:08:41 #33 ... 21:08:41 21:08:41 #47 [security-spiffe-token-provider internal] load build context 21:08:42 #47 ... 21:08:42 21:08:42 #37 [security-proxy-auth internal] load build context 21:08:42 #37 ... 21:08:42 21:08:42 #47 [security-spiffe-token-provider internal] load build context 21:08:42 #47 ... 21:08:42 21:08:42 #51 [security-proxy-setup internal] load build context 21:08:42 #51 ... 21:08:42 21:08:42 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:42 #33 ... 21:08:42 21:08:42 #43 [support-scheduler internal] load build context 21:08:43 #43 ... 21:08:43 21:08:43 #47 [security-spiffe-token-provider internal] load build context 21:08:43 #47 ... 21:08:43 21:08:43 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:08:43 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 11.5s 21:08:43 #50 ... 21:08:43 21:08:43 #42 [security-bootstrapper internal] load build context 21:08:44 #42 ... 21:08:44 21:08:44 #58 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 21:08:44 #58 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:44 #58 12.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:44 #58 16.29 (1/1) Installing dumb-init (1.2.5-r2) 21:08:44 #58 16.32 Executing busybox-1.36.1-r7.trigger 21:08:44 #58 16.51 OK: 8 MiB in 16 packages 21:08:44 #58 DONE 20.1s 21:08:44 21:08:44 #42 [security-bootstrapper internal] load build context 21:08:44 #42 ... 21:08:44 21:08:44 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 21:08:44 #53 11.49 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 21:08:44 #53 11.49 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 21:08:44 #53 11.49 OK: 19951 distinct packages available 21:08:44 #53 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:44 #53 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:44 #53 18.25 OK: 266 MiB in 52 packages 21:08:44 #53 DONE 20.7s 21:08:44 21:08:44 #42 [security-bootstrapper internal] load build context 21:08:44 #42 ... 21:08:44 21:08:44 #49 [security-secretstore-setup internal] load build context 21:08:44 #49 ... 21:08:44 21:08:44 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:44 #33 ... 21:08:44 21:08:44 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 21:08:44 #56 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:44 #56 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:44 #56 17.27 (1/2) Installing ca-certificates (20240226-r0) 21:08:44 #56 17.51 (2/2) Installing dumb-init (1.2.5-r2) 21:08:44 #56 17.53 Executing busybox-1.36.1-r7.trigger 21:08:44 #56 17.67 Executing ca-certificates-20240226-r0.trigger 21:08:44 #56 19.92 OK: 9 MiB in 17 packages 21:08:44 #56 ... 21:08:44 21:08:44 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 21:08:44 #57 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:44 #57 11.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:44 #57 16.56 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:08:44 #57 17.32 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:08:44 #57 17.54 (3/6) Installing dumb-init (1.2.5-r2) 21:08:44 #57 17.54 (4/6) Installing openssl (3.1.6-r0) 21:08:44 #57 17.82 (5/6) Installing su-exec (0.2-r3) 21:08:44 #57 17.85 (6/6) Installing yq (4.33.3-r5) 21:08:44 #57 19.57 Executing busybox-1.36.1-r7.trigger 21:08:44 #57 19.72 OK: 18 MiB in 19 packages 21:08:45 #57 ... 21:08:45 21:08:45 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:45 #33 ... 21:08:45 21:08:45 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 21:08:45 #56 DONE 22.0s 21:08:45 21:08:45 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:45 #33 ... 21:08:45 21:08:45 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 21:08:45 #57 DONE 21.9s 21:08:45 21:08:45 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:46 #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.4s 21:08:47 #33 ... 21:08:47 21:08:47 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 21:08:47 #64 13.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:47 #64 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:47 #64 20.38 (1/2) Installing dumb-init (1.2.5-r2) 21:08:47 #64 20.41 (2/2) Installing su-exec (0.2-r3) 21:08:47 #64 20.41 Executing busybox-1.36.1-r7.trigger 21:08:47 #64 20.64 OK: 8 MiB in 17 packages 21:08:47 #64 DONE 22.8s 21:08:47 21:08:47 #43 [support-scheduler internal] load build context 21:08:47 #43 transferring context: 75.00MB 28.1s 21:08:48 #43 ... 21:08:48 21:08:48 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:49 #33 ... 21:08:49 21:08:49 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:08:49 #61 14.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:49 #61 16.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:49 #61 23.14 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 21:08:49 #61 23.14 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 21:08:49 #61 23.14 OK: 19948 distinct packages available 21:08:49 #61 24.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:49 #61 ... 21:08:49 21:08:49 #43 [support-scheduler internal] load build context 21:08:49 #43 ... 21:08:49 21:08:49 #36 [core-common-config-bootstrapper internal] load build context 21:08:49 #36 ... 21:08:49 21:08:49 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:08:49 #60 15.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:49 #60 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:49 #60 22.44 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 21:08:49 #60 22.44 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 21:08:49 #60 22.44 OK: 19948 distinct packages available 21:08:49 #60 23.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:49 #60 24.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:49 #60 ... 21:08:49 21:08:49 #43 [support-scheduler internal] load build context 21:08:50 #43 ... 21:08:50 21:08:50 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 21:08:50 #59 17.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:50 #59 19.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:50 #59 24.09 (1/1) Installing dumb-init (1.2.5-r2) 21:08:50 #59 24.09 Executing busybox-1.36.1-r7.trigger 21:08:50 #59 24.15 OK: 8 MiB in 16 packages 21:08:50 #59 DONE 25.7s 21:08:50 21:08:50 #43 [support-scheduler internal] load build context 21:08:50 #43 ... 21:08:50 21:08:50 #44 [support-notifications internal] load build context 21:08:50 #44 ... 21:08:50 21:08:50 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:50 #33 ... 21:08:50 21:08:50 #46 [core-metadata internal] load build context 21:08:50 #46 ... 21:08:50 21:08:50 #36 [core-common-config-bootstrapper internal] load build context 21:08:51 #36 ... 21:08:51 21:08:51 #45 [core-command internal] load build context 21:08:51 #45 ... 21:08:51 21:08:51 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:51 #33 ... 21:08:51 21:08:51 #48 [core-data internal] load build context 21:08:51 #48 ... 21:08:51 21:08:51 #46 [core-metadata internal] load build context 21:08:52 #46 ... 21:08:52 21:08:52 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 21:08:52 #63 17.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:52 #63 20.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:52 #63 23.15 (1/4) Installing ca-certificates (20240226-r0) 21:08:52 #63 23.47 (2/4) Installing dumb-init (1.2.5-r2) 21:08:52 #63 23.47 (3/4) Installing su-exec (0.2-r3) 21:08:52 #63 23.54 (4/4) Installing yq (4.33.3-r5) 21:08:52 #63 24.40 Executing busybox-1.36.1-r7.trigger 21:08:52 #63 24.53 Executing ca-certificates-20240226-r0.trigger 21:08:52 #63 25.64 OK: 18 MiB in 19 packages 21:08:52 #63 DONE 27.4s 21:08:52 21:08:52 #46 [core-metadata internal] load build context 21:08:52 #46 ... 21:08:52 21:08:52 #37 [security-proxy-auth internal] load build context 21:08:52 #37 ... 21:08:52 21:08:52 #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:08:52 #62 18.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:52 #62 20.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:52 #62 24.69 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 21:08:52 #62 24.69 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 21:08:52 #62 24.69 OK: 19948 distinct packages available 21:08:52 #62 25.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:52 #62 26.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:52 #62 ... 21:08:52 21:08:52 #51 [security-proxy-setup internal] load build context 21:08:52 #51 ... 21:08:52 21:08:52 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:08:52 #60 28.37 (1/11) Installing ca-certificates (20240226-r0) 21:08:53 #60 28.65 (2/11) Installing brotli-libs (1.0.9-r14) 21:08:53 #60 28.65 (3/11) Installing libunistring (1.1-r1) 21:08:53 #60 28.92 (4/11) Installing libidn2 (2.3.4-r1) 21:08:53 #60 28.92 (5/11) Installing nghttp2-libs (1.57.0-r0) 21:08:53 #60 28.92 (6/11) Installing libcurl (8.5.0-r0) 21:08:53 #60 28.92 (7/11) Installing curl (8.5.0-r0) 21:08:53 #60 28.92 (8/11) Installing dumb-init (1.2.5-r2) 21:08:53 #60 28.92 (9/11) Installing musl-obstack (1.2.3-r2) 21:08:53 #60 28.92 (10/11) Installing libucontext (1.2-r2) 21:08:53 #60 28.92 (11/11) Installing gcompat (1.1.0-r1) 21:08:53 #60 28.92 Executing busybox-1.36.1-r7.trigger 21:08:53 #60 ... 21:08:53 21:08:53 #47 [security-spiffe-token-provider internal] load build context 21:08:53 #47 transferring context: 47.50MB 32.9s 21:08:53 #47 ... 21:08:53 21:08:53 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:08:53 #60 29.02 Executing ca-certificates-20240226-r0.trigger 21:08:53 #60 ... 21:08:53 21:08:53 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:08:53 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 21.8s 21:08:53 #50 ... 21:08:53 21:08:53 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:53 #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 28.3s 21:08:54 #33 ... 21:08:54 21:08:54 #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 21:08:54 #0 7.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:54 #0 8.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:54 #65 ... 21:08:54 21:08:54 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:08:54 #50 ... 21:08:54 21:08:54 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:08:54 #61 25.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:54 #61 28.44 (1/4) Installing dumb-init (1.2.5-r2) 21:08:54 #61 28.59 (2/4) Installing musl-obstack (1.2.3-r2) 21:08:54 #61 28.59 (3/4) Installing libucontext (1.2-r2) 21:08:54 #61 28.59 (4/4) Installing gcompat (1.1.0-r1) 21:08:54 #61 28.59 Executing busybox-1.36.1-r7.trigger 21:08:54 #61 28.95 OK: 8 MiB in 19 packages 21:08:54 #61 DONE 29.7s 21:08:54 21:08:54 #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 21:08:54 #66 ... 21:08:54 21:08:54 #42 [security-bootstrapper internal] load build context 21:08:54 #42 ... 21:08:54 21:08:54 #49 [security-secretstore-setup internal] load build context 21:08:54 #49 ... 21:08:54 21:08:54 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:55 #33 ... 21:08:55 21:08:55 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:08:55 #60 29.69 OK: 13 MiB in 26 packages 21:08:55 #60 DONE 31.2s 21:08:55 21:08:55 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 21:08:55 #0 9.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:55 #67 ... 21:08:55 21:08:55 #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 21:08:55 #65 11.65 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:08:55 #65 11.76 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:08:55 #65 11.76 OK: 8 MiB in 16 packages 21:08:56 #65 ... 21:08:56 21:08:56 #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 21:08:56 #0 8.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:56 #0 9.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:56 #68 ... 21:08:56 21:08:56 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:57 #33 ... 21:08:57 21:08:57 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:08:57 #62 29.99 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:08:57 #62 30.32 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:08:57 #62 30.41 (3/7) Installing dumb-init (1.2.5-r2) 21:08:57 #62 30.41 (4/7) Installing musl-obstack (1.2.3-r2) 21:08:57 #62 30.41 (5/7) Installing libucontext (1.2-r2) 21:08:57 #62 30.45 (6/7) Installing gcompat (1.1.0-r1) 21:08:57 #62 30.45 (7/7) Installing openssl (3.1.6-r0) 21:08:57 #62 30.60 Executing busybox-1.36.1-r7.trigger 21:08:57 #62 30.74 OK: 9 MiB in 20 packages 21:08:57 #62 DONE 32.4s 21:08:57 21:08:57 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:57 #33 ... 21:08:57 21:08:57 #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 21:08:57 #65 DONE 14.1s 21:08:57 21:08:57 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:57 #33 ... 21:08:57 21:08:57 #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 21:08:57 #0 7.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:08:57 #0 8.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:08:57 #69 ... 21:08:57 21:08:57 #48 [core-data internal] load build context 21:08:58 #48 ... 21:08:58 21:08:58 #46 [core-metadata internal] load build context 21:08:58 #46 ... 21:08:58 21:08:58 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:08:58 #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 33.4s 21:08:59 #33 ... 21:08:59 21:08:59 #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 21:08:59 #68 12.20 OK: 18 MiB in 19 packages 21:08:59 #68 DONE 13.2s 21:08:59 21:08:59 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:09:00 #33 ... 21:09:00 21:09:00 #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 21:09:00 #69 10.99 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:09:00 #69 11.39 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:09:00 #69 11.39 OK: 8 MiB in 17 packages 21:09:00 #69 DONE 12.6s 21:09:00 21:09:00 #48 [core-data internal] load build context 21:09:00 #48 transferring context: 93.32MB 38.6s 21:09:00 #48 ... 21:09:00 21:09:00 #43 [support-scheduler internal] load build context 21:09:00 #43 ... 21:09:00 21:09:00 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 21:09:00 #0 8.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:09:00 #0 9.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:09:00 #70 ... 21:09:00 21:09:00 #44 [support-notifications internal] load build context 21:09:00 #44 ... 21:09:00 21:09:00 #48 [core-data internal] load build context 21:09:01 #48 ... 21:09:01 21:09:01 #71 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 21:09:01 #71 DONE 1.9s 21:09:01 21:09:01 #48 [core-data internal] load build context 21:09:01 #48 ... 21:09:01 21:09:01 #36 [core-common-config-bootstrapper internal] load build context 21:09:01 #36 ... 21:09:01 21:09:01 #45 [core-command internal] load build context 21:09:01 #45 ... 21:09:01 21:09:01 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:09:01 #33 ... 21:09:01 21:09:01 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 21:09:01 #67 10.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:09:01 #67 13.73 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:09:01 #67 13.81 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:09:01 #67 13.84 Executing ca-certificates-20240226-r0.trigger 21:09:01 #67 14.66 OK: 9 MiB in 17 packages 21:09:01 #67 DONE 15.9s 21:09:01 21:09:01 #45 [core-command internal] load build context 21:09:02 #45 ... 21:09:02 21:09:02 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 21:09:02 #0 8.920 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:09:02 #0 9.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:09:02 #72 ... 21:09:02 21:09:02 #45 [core-command internal] load build context 21:09:02 #45 ... 21:09:02 21:09:02 #37 [security-proxy-auth internal] load build context 21:09:02 #37 ... 21:09:02 21:09:02 #43 [support-scheduler internal] load build context 21:09:03 #43 ... 21:09:03 21:09:03 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 21:09:03 #70 11.25 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:09:03 #70 11.54 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:09:03 #70 11.54 OK: 8 MiB in 16 packages 21:09:03 #70 DONE 12.3s 21:09:03 21:09:03 #43 [support-scheduler internal] load build context 21:09:03 #43 ... 21:09:03 21:09:03 #51 [security-proxy-setup internal] load build context 21:09:03 #51 ... 21:09:03 21:09:03 #43 [support-scheduler internal] load build context 21:09:03 #43 ... 21:09:03 21:09:03 #47 [security-spiffe-token-provider internal] load build context 21:09:03 #47 ... 21:09:03 21:09:03 #43 [support-scheduler internal] load build context 21:09:04 #43 ... 21:09:04 21:09:04 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 21:09:04 #72 11.20 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:09:04 #72 11.28 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:09:04 #72 11.28 Executing ca-certificates-20240226-r0.trigger 21:09:04 #72 11.58 OK: 18 MiB in 19 packages 21:09:04 #72 DONE 12.6s 21:09:04 21:09:04 #43 [support-scheduler internal] load build context 21:09:04 #43 ... 21:09:04 21:09:04 #42 [security-bootstrapper internal] load build context 21:09:04 #42 ... 21:09:04 21:09:04 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:09:04 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 33.2s 21:09:05 #50 ... 21:09:05 21:09:05 #49 [security-secretstore-setup internal] load build context 21:09:05 #49 ... 21:09:05 21:09:05 #42 [security-bootstrapper internal] load build context 21:09:05 #42 transferring context: 86.35MB 45.6s 21:09:07 #42 ... 21:09:07 21:09:07 #73 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 21:09:07 #73 DONE 6.2s 21:09:07 21:09:07 #42 [security-bootstrapper internal] load build context 21:09:07 #42 ... 21:09:07 21:09:07 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 21:09:07 #0 8.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:09:07 #0 9.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:09:07 #74 ... 21:09:07 21:09:07 #42 [security-bootstrapper internal] load build context 21:09:07 #42 ... 21:09:07 21:09:07 #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 21:09:07 #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:09:07 #0 7.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:09:07 #0 9.220 OK: 9 MiB in 20 packages 21:09:07 #75 ... 21:09:07 21:09:07 #42 [security-bootstrapper internal] load build context 21:09:07 #42 ... 21:09:07 21:09:07 #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 21:09:07 #75 DONE 10.5s 21:09:07 21:09:07 #42 [security-bootstrapper internal] load build context 21:09:07 #42 ... 21:09:07 21:09:07 #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 21:09:07 #66 9.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 21:09:07 #66 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 21:09:07 #66 11.98 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:09:07 #66 12.22 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:09:07 #66 12.29 OK: 8 MiB in 19 packages 21:09:07 #66 DONE 13.8s 21:09:08 21:09:08 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 21:09:08 #74 11.17 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 21:09:08 #74 11.32 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 21:09:08 #74 11.36 Executing ca-certificates-20240226-r0.trigger 21:09:08 #74 11.63 OK: 13 MiB in 26 packages 21:09:08 #74 ... 21:09:08 21:09:08 #46 [core-metadata internal] load build context 21:09:08 #46 ... 21:09:08 21:09:08 #76 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 21:09:08 #76 DONE 1.6s 21:09:08 21:09:08 #46 [core-metadata internal] load build context 21:09:08 #46 ... 21:09:08 21:09:08 #42 [security-bootstrapper internal] load build context 21:09:09 #42 ... 21:09:09 21:09:09 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 21:09:09 #74 DONE 12.4s 21:09:09 21:09:09 #42 [security-bootstrapper internal] load build context 21:09:10 #42 transferring context: 102.47MB 50.7s 21:09:11 #42 ... 21:09:11 21:09:11 #44 [support-notifications internal] load build context 21:09:11 #44 ... 21:09:11 21:09:11 #42 [security-bootstrapper internal] load build context 21:09:11 #42 ... 21:09:11 21:09:11 #48 [core-data internal] load build context 21:09:11 #48 ... 21:09:11 21:09:11 #36 [core-common-config-bootstrapper internal] load build context 21:09:11 #36 ... 21:09:11 21:09:11 #48 [core-data internal] load build context 21:09:11 #48 ... 21:09:11 21:09:11 #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:09:11 #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 45.1s done 21:09:12 #33 ... 21:09:12 21:09:12 #36 [core-common-config-bootstrapper internal] load build context 21:09:12 #36 ... 21:09:12 21:09:12 #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 21:09:12 #77 DONE 1.8s 21:09:12 21:09:12 #36 [core-common-config-bootstrapper internal] load build context 21:09:12 #36 ... 21:09:12 21:09:12 #45 [core-command internal] load build context 21:09:13 #45 ... 21:09:13 21:09:13 #37 [security-proxy-auth internal] load build context 21:09:13 #37 ... 21:09:13 21:09:13 #45 [core-command internal] load build context 21:09:13 #45 ... 21:09:13 21:09:13 #51 [security-proxy-setup internal] load build context 21:09:13 #51 ... 21:09:13 21:09:13 #45 [core-command internal] load build context 21:09:14 #45 ... 21:09:14 21:09:14 #47 [security-spiffe-token-provider internal] load build context 21:09:14 #47 ... 21:09:14 21:09:14 #51 [security-proxy-setup internal] load build context 21:09:15 #51 ... 21:09:15 21:09:15 #43 [support-scheduler internal] load build context 21:09:15 #43 ... 21:09:15 21:09:15 #51 [security-proxy-setup internal] load build context 21:09:15 #51 ... 21:09:15 21:09:15 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:09:15 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 34.1s done 21:09:15 #50 ... 21:09:15 21:09:15 #43 [support-scheduler internal] load build context 21:09:15 #43 ... 21:09:15 21:09:15 #49 [security-secretstore-setup internal] load build context 21:09:15 #49 ... 21:09:15 21:09:15 #43 [support-scheduler internal] load build context 21:09:15 #43 transferring context: 156.13MB 55.7s 21:09:16 #43 ... 21:09:16 21:09:16 #78 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 21:09:16 #78 DONE 2.4s 21:09:16 21:09:16 #79 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 21:09:16 #79 DONE 2.4s 21:09:16 21:09:16 #43 [support-scheduler internal] load build context 21:09:17 #43 ... 21:09:17 21:09:17 #80 [security-spire-server stage-2 5/9] COPY Attribution.txt / 21:09:17 #80 DONE 0.5s 21:09:17 21:09:17 #43 [support-scheduler internal] load build context 21:09:17 #43 ... 21:09:17 21:09:17 #81 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 21:09:17 #81 DONE 0.9s 21:09:17 21:09:17 #82 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 21:09:17 #82 DONE 3.0s 21:09:17 21:09:17 #43 [support-scheduler internal] load build context 21:09:18 #43 ... 21:09:18 21:09:18 #83 [security-spire-server stage-2 6/9] COPY security.txt / 21:09:18 #83 DONE 0.8s 21:09:18 21:09:18 #43 [support-scheduler internal] load build context 21:09:18 #43 ... 21:09:18 21:09:18 #46 [core-metadata internal] load build context 21:09:18 #46 ... 21:09:18 21:09:18 #84 [security-spire-config stage-2 5/10] COPY Attribution.txt / 21:09:18 #84 DONE 1.1s 21:09:18 21:09:18 #46 [core-metadata internal] load build context 21:09:18 #46 ... 21:09:18 21:09:18 #43 [support-scheduler internal] load build context 21:09:19 #43 ... 21:09:19 21:09:19 #85 [security-spire-agent stage-3 7/10] COPY security.txt / 21:09:19 #85 DONE 1.3s 21:09:19 21:09:19 #43 [support-scheduler internal] load build context 21:09:19 #43 ... 21:09:19 21:09:19 #86 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:09:19 #86 DONE 1.4s 21:09:19 21:09:19 #43 [support-scheduler internal] load build context 21:09:19 #43 ... 21:09:19 21:09:19 #87 [security-spire-config stage-2 6/10] COPY security.txt / 21:09:19 #87 DONE 1.0s 21:09:19 21:09:19 #43 [support-scheduler internal] load build context 21:09:20 #43 ... 21:09:20 21:09:20 #88 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:09:20 #88 DONE 1.0s 21:09:20 21:09:20 #43 [support-scheduler internal] load build context 21:09:20 #43 transferring context: 181.30MB 60.7s 21:09:20 #43 ... 21:09:20 21:09:20 #89 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:09:20 #89 DONE 0.8s 21:09:20 21:09:20 #43 [support-scheduler internal] load build context 21:09:21 #43 ... 21:09:21 21:09:21 #44 [support-notifications internal] load build context 21:09:21 #44 ... 21:09:21 21:09:21 #90 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:09:21 #90 DONE 1.1s 21:09:21 21:09:21 #44 [support-notifications internal] load build context 21:09:21 #44 ... 21:09:21 21:09:21 #49 [security-secretstore-setup internal] load build context 21:09:21 #49 ... 21:09:21 21:09:21 #42 [security-bootstrapper internal] load build context 21:09:21 #42 ... 21:09:21 21:09:21 #49 [security-secretstore-setup internal] load build context 21:09:21 #49 ... 21:09:21 21:09:21 #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:09:21 #91 DONE 1.5s 21:09:21 21:09:21 #49 [security-secretstore-setup internal] load build context 21:09:21 #49 ... 21:09:21 21:09:21 #92 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:09:21 #92 DONE 1.1s 21:09:21 21:09:21 #49 [security-secretstore-setup internal] load build context 21:09:22 #49 ... 21:09:22 21:09:22 #48 [core-data internal] load build context 21:09:22 #48 ... 21:09:22 21:09:22 #49 [security-secretstore-setup internal] load build context 21:09:23 #49 ... 21:09:23 21:09:23 #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 21:09:23 #93 DONE 1.3s 21:09:23 21:09:23 #49 [security-secretstore-setup internal] load build context 21:09:23 #49 ... 21:09:23 21:09:23 #94 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:09:23 #94 DONE 1.7s 21:09:23 21:09:23 #49 [security-secretstore-setup internal] load build context 21:09:23 #49 ... 21:09:23 21:09:23 #36 [core-common-config-bootstrapper internal] load build context 21:09:23 #36 ... 21:09:23 21:09:23 #48 [core-data internal] load build context 21:09:23 #48 ... 21:09:23 21:09:23 #37 [security-proxy-auth internal] load build context 21:09:23 #37 ... 21:09:23 21:09:23 #48 [core-data internal] load build context 21:09:24 #48 ... 21:09:24 21:09:24 #45 [core-command internal] load build context 21:09:24 #45 ... 21:09:24 21:09:24 #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:09:24 #95 DONE 1.1s 21:09:24 21:09:24 #45 [core-command internal] load build context 21:09:24 #45 ... 21:09:24 21:09:24 #47 [security-spiffe-token-provider internal] load build context 21:09:24 #47 ... 21:09:24 21:09:24 #45 [core-command internal] load build context 21:09:25 #45 ... 21:09:25 21:09:25 #51 [security-proxy-setup internal] load build context 21:09:25 #51 ... 21:09:25 21:09:25 #49 [security-secretstore-setup internal] load build context 21:09:25 #49 transferring context: 165.95MB 62.4s 21:09:29 #49 ... 21:09:29 21:09:29 #46 [core-metadata internal] load build context 21:09:29 #46 transferring context: 228.08MB 68.1s done 21:09:29 #46 ... 21:09:29 21:09:29 #49 [security-secretstore-setup internal] load build context 21:09:29 #49 ... 21:09:29 21:09:29 #48 [core-data internal] load build context 21:09:29 #48 transferring context: 228.08MB 66.9s done 21:09:29 #48 DONE 68.4s 21:09:29 21:09:29 #49 [security-secretstore-setup internal] load build context 21:09:29 #49 ... 21:09:29 21:09:29 #46 [core-metadata internal] load build context 21:09:29 #46 DONE 69.4s 21:09:29 21:09:29 #96 [security-spire-config] exporting to image 21:09:29 #96 exporting layers 4.6s done 21:09:29 #96 writing image sha256:f0bb0a1d8f3b28e752987922c4fc26f1e6a110b1931a856abd2819d32a22b4ea done 21:09:29 #96 naming to docker.io/library/security-spire-server-arm64 0.0s done 21:09:29 #96 writing image sha256:b182484af2884049b1a75bca78b41a75e2ddc7d68b98000636aa2791830e8af5 0.2s done 21:09:29 #96 naming to docker.io/library/security-spire-agent-arm64 done 21:09:29 #96 writing image sha256:dfdfb03c1a0d6b41d8550450a165ecde9f9650a1d2e3b95b4f8a6b589676d0e8 done 21:09:29 #96 naming to docker.io/library/security-spire-config-arm64 done 21:09:29 #96 DONE 7.4s 21:09:29 21:09:29 #49 [security-secretstore-setup internal] load build context 21:09:30 #49 ... 21:09:30 21:09:30 #43 [support-scheduler internal] load build context 21:09:30 #43 transferring context: 228.08MB 70.4s done 21:09:30 #43 DONE 70.9s 21:09:30 21:09:30 #49 [security-secretstore-setup internal] load build context 21:09:30 #49 ... 21:09:30 21:09:30 #97 [core-metadata builder 4/7] COPY go.mod vendor* ./ 21:09:30 #97 DONE 1.5s 21:09:30 21:09:30 #49 [security-secretstore-setup internal] load build context 21:09:30 #49 ... 21:09:30 21:09:30 #36 [core-common-config-bootstrapper internal] load build context 21:09:30 #36 transferring context: 228.08MB 72.2s done 21:09:30 #36 DONE 72.4s 21:09:30 21:09:30 #49 [security-secretstore-setup internal] load build context 21:09:31 #49 ... 21:09:31 21:09:31 #44 [support-notifications internal] load build context 21:09:31 #44 ... 21:09:31 21:09:31 #42 [security-bootstrapper internal] load build context 21:09:31 #42 ... 21:09:31 21:09:31 #49 [security-secretstore-setup internal] load build context 21:09:33 #49 ... 21:09:33 21:09:33 #37 [security-proxy-auth internal] load build context 21:09:33 #37 ... 21:09:33 21:09:33 #49 [security-secretstore-setup internal] load build context 21:09:33 #49 transferring context: 228.08MB 70.7s done 21:09:34 #49 DONE 72.0s 21:09:34 21:09:34 #37 [security-proxy-auth internal] load build context 21:09:34 #37 ... 21:09:34 21:09:34 #47 [security-spiffe-token-provider internal] load build context 21:09:34 #47 ... 21:09:34 21:09:34 #37 [security-proxy-auth internal] load build context 21:09:34 #37 ... 21:09:34 21:09:34 #98 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 21:09:34 #98 DONE 0.8s 21:09:34 21:09:34 #37 [security-proxy-auth internal] load build context 21:09:35 #37 ... 21:09:35 21:09:35 #45 [core-command internal] load build context 21:09:35 #45 ... 21:09:35 21:09:35 #44 [support-notifications internal] load build context 21:09:35 #44 transferring context: 228.08MB 75.6s done 21:09:35 #44 DONE 75.9s 21:09:35 21:09:35 #45 [core-command internal] load build context 21:09:35 #45 transferring context: 228.08MB 75.3s done 21:09:35 #45 ... 21:09:35 21:09:35 #51 [security-proxy-setup internal] load build context 21:09:35 #51 ... 21:09:35 21:09:35 #45 [core-command internal] load build context 21:09:35 #45 DONE 75.8s 21:09:35 21:09:35 #51 [security-proxy-setup internal] load build context 21:09:35 #51 ... 21:09:35 21:09:35 #47 [security-spiffe-token-provider internal] load build context 21:09:36 #47 ... 21:09:36 21:09:36 #99 [support-notifications builder 4/7] COPY go.mod vendor* ./ 21:09:36 #99 DONE 0.7s 21:09:36 21:09:36 #47 [security-spiffe-token-provider internal] load build context 21:09:37 #47 ... 21:09:37 21:09:37 #42 [security-bootstrapper internal] load build context 21:09:37 #42 transferring context: 228.08MB 77.5s done 21:09:37 #42 DONE 77.9s 21:09:37 21:09:37 #47 [security-spiffe-token-provider internal] load build context 21:09:37 #47 ... 21:09:37 21:09:37 #37 [security-proxy-auth internal] load build context 21:09:37 #37 transferring context: 228.08MB 74.1s done 21:09:37 #37 DONE 75.4s 21:09:37 21:09:37 #47 [security-spiffe-token-provider internal] load build context 21:09:39 #47 transferring context: 228.08MB 78.3s done 21:09:39 #47 DONE 78.7s 21:09:39 21:09:39 #100 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 21:09:39 #100 DONE 0.5s 21:09:39 21:09:39 #101 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:09:41 #101 ... 21:09:41 21:09:41 #51 [security-proxy-setup internal] load build context 21:09:41 #51 transferring context: 228.08MB 77.5s done 21:09:41 #51 DONE 78.8s 21:09:41 21:09:41 #102 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:09:41 #102 ... 21:09:41 21:09:41 #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:09:45 #103 ... 21:09:45 21:09:45 #104 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #104 DONE 61.5s 21:10:41 21:10:41 #102 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #102 DONE 65.4s 21:10:41 21:10:41 #105 [core-metadata builder 6/7] COPY . . 21:10:41 #105 ... 21:10:41 21:10:41 #101 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #101 DONE 57.1s 21:10:41 21:10:41 #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #103 DONE 60.1s 21:10:41 21:10:41 #106 [security-spiffe-token-provider builder 6/7] COPY . . 21:10:41 #106 ... 21:10:41 21:10:41 #107 [security-secretstore-setup builder 6/7] COPY . . 21:10:41 #107 DONE 3.4s 21:10:41 21:10:41 #108 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #108 CACHED 21:10:41 21:10:41 #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 21:10:41 #109 CACHED 21:10:41 21:10:41 #110 [security-proxy-auth builder 6/7] COPY . . 21:10:41 #110 CACHED 21:10:41 21:10:41 #111 [core-data builder 6/7] COPY . . 21:10:41 #111 CACHED 21:10:41 21:10:41 #112 [core-data builder 4/7] COPY go.mod vendor* ./ 21:10:41 #112 CACHED 21:10:41 21:10:41 #113 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #113 CACHED 21:10:41 21:10:41 #114 [security-proxy-setup builder 6/7] COPY . . 21:10:41 #114 CACHED 21:10:41 21:10:41 #115 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 21:10:41 #115 CACHED 21:10:41 21:10:41 #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #116 CACHED 21:10:41 21:10:41 #105 [core-metadata builder 6/7] COPY . . 21:10:41 #105 DONE 3.4s 21:10:41 21:10:41 #117 [support-notifications builder 6/7] COPY . . 21:10:41 #117 DONE 3.3s 21:10:41 21:10:41 #118 [core-command builder 6/7] COPY . . 21:10:41 #118 CACHED 21:10:41 21:10:41 #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #119 CACHED 21:10:41 21:10:41 #120 [core-command builder 4/7] COPY go.mod vendor* ./ 21:10:41 #120 CACHED 21:10:41 21:10:41 #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 21:10:41 #121 CACHED 21:10:41 21:10:41 #122 [support-scheduler builder 6/7] COPY . . 21:10:41 #122 CACHED 21:10:41 21:10:41 #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #123 CACHED 21:10:41 21:10:41 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 21:10:41 #124 CACHED 21:10:41 21:10:41 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 21:10:41 #125 CACHED 21:10:41 21:10:41 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #126 CACHED 21:10:41 21:10:41 #106 [security-spiffe-token-provider builder 6/7] COPY . . 21:10:41 #106 DONE 3.4s 21:10:41 21:10:41 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 21:10:41 #127 CACHED 21:10:41 21:10:41 #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:41 #128 CACHED 21:10:41 21:10:41 #129 [security-bootstrapper builder 6/7] COPY . . 21:10:41 #129 CACHED 21:10:41 21:10:41 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:10:45 #130 ... 21:10:45 21:10:45 #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:10:45 #0 4.714 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 21:10:45 #131 ... 21:10:45 21:10:45 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:10:45 #130 5.576 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 21:10:50 #130 ... 21:10:50 21:10:50 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 21:10:50 #0 3.975 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 21:10:50 #132 ... 21:10:50 21:10:50 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:10:50 #0 4.061 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 21:10:50 #133 ... 21:10:50 21:10:50 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:10:50 #0 5.201 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 21:10:50 #134 ... 21:10:50 21:10:50 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 21:10:50 #0 5.573 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 21:10:50 #135 ... 21:10:50 21:10:50 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:10:50 #0 4.270 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 21:10:50 #136 ... 21:10:50 21:10:50 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 21:10:50 #0 5.446 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 21:10:50 #137 ... 21:10:50 21:10:50 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 21:10:50 #0 5.200 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 21:10:51 #138 ... 21:10:51 21:10:51 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 21:10:51 #0 5.170 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 21:10:51 #139 ... 21:10:51 21:10:51 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 21:10:51 #0 5.526 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 21:26:43 #140 ... 21:26:43 21:26:43 #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:26:43 #131 963.6 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 21:26:56 #131 ... 21:26:56 21:26:56 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 21:26:56 #137 DONE 975.2s 21:26:56 21:26:56 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 21:26:56 #140 DONE 975.2s 21:26:56 21:26:56 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 21:26:56 #138 ... 21:26:56 21:26:56 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 21:26:56 #141 DONE 0.5s 21:26:56 21:26:56 #142 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 21:26:56 #142 DONE 0.5s 21:26:56 21:26:56 #143 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 21:26:56 #143 DONE 0.2s 21:26:56 21:26:56 #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 21:26:56 #144 ... 21:26:56 21:26:56 #145 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 21:26:56 #145 DONE 0.5s 21:26:57 21:26:57 #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 21:26:57 #146 DONE 0.2s 21:26:57 21:26:57 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:26:57 #50 ... 21:26:57 21:26:57 #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:26:57 #147 DONE 0.3s 21:26:57 21:26:57 #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 21:26:58 #144 ... 21:26:58 21:26:58 #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:26:58 #148 DONE 0.3s 21:26:58 21:26:58 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:26:59 #149 ... 21:26:59 21:26:59 #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 21:26:59 #144 DONE 2.8s 21:26:59 21:26:59 #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 21:26:59 #150 DONE 0.4s 21:26:59 21:26:59 #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 21:27:00 #151 DONE 0.4s 21:27:00 21:27:00 #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:27:00 #33 ... 21:27:00 21:27:00 #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:27:00 #152 DONE 0.4s 21:27:00 21:27:00 #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 21:27:00 #153 DONE 0.2s 21:27:00 21:27:00 #154 [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/ 21:27:00 #154 DONE 0.2s 21:27:00 21:27:00 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:27:00 #149 DONE 3.0s 21:27:00 21:27:00 #155 [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/ 21:27:01 #155 DONE 0.7s 21:27:01 21:27:01 #156 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 21:27:01 #156 DONE 0.3s 21:27:01 21:27:01 #96 [security-proxy-setup] exporting to image 21:27:01 #96 exporting layers 21:27:02 #96 ... 21:27:02 21:27:02 #157 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:27:02 #157 DONE 0.3s 21:27:02 21:27:02 #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 21:27:02 #158 ... 21:27:02 21:27:02 #96 [security-proxy-setup] exporting to image 21:27:02 #96 exporting layers 1.9s done 21:27:02 #96 writing image sha256:f5b4bb20c76d6dc0c998227891cfc2bb2ddccfb648a657aa6a9243ee2e92b8e0 done 21:27:02 #96 naming to docker.io/library/security-proxy-setup-arm64 done 21:27:02 #96 DONE 9.4s 21:27:03 21:27:03 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:27:04 #133 ... 21:27:04 21:27:04 #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 21:27:04 #158 DONE 2.2s 21:27:04 21:27:04 #96 [security-bootstrapper] exporting to image 21:27:05 #96 ... 21:27:05 21:27:05 #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:27:05 #131 DONE 985.5s 21:27:05 21:27:05 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:27:06 #50 ... 21:27:06 21:27:06 #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 21:27:06 #159 ... 21:27:06 21:27:06 #96 [security-bootstrapper] exporting to image 21:27:06 #96 exporting layers 1.9s done 21:27:06 #96 writing image sha256:fa2279d72a8ca90519549ef01964b6500deb6d0546b3b9f0528ee8c49a87b7be done 21:27:06 #96 naming to docker.io/library/security-bootstrapper-arm64 0.1s done 21:27:06 #96 DONE 11.3s 21:27:06 21:27:06 #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 21:27:06 #159 DONE 0.2s 21:27:06 21:27:06 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:27:06 #133 ... 21:27:06 21:27:06 #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 21:27:06 #160 DONE 0.2s 21:27:06 21:27:06 #161 [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 21:27:06 #161 DONE 0.2s 21:27:06 21:27:06 #162 [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 21:27:06 #162 DONE 0.2s 21:27:06 21:27:06 #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 21:27:07 #163 DONE 0.1s 21:27:07 21:27:07 #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:27:07 #164 DONE 0.3s 21:27:07 21:27:07 #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:27:07 #165 DONE 0.2s 21:27:07 21:27:07 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:27:07 #133 ... 21:27:07 21:27:07 #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:27:07 #166 DONE 0.1s 21:27:08 21:27:08 #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:27:09 #167 DONE 2.1s 21:27:09 21:27:09 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:27:09 #136 ... 21:27:09 21:27:09 #96 [security-secretstore-setup] exporting to image 21:27:11 #96 exporting layers 1.3s done 21:27:11 #96 writing image sha256:afb612fcc522398cc5ddf045d3cd22461dc8dc38a93d94c361b613e731639a78 0.0s done 21:27:11 #96 naming to docker.io/library/security-secretstore-setup-arm64 done 21:27:11 #96 DONE 12.6s 21:27:11 21:27:11 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:27:58 #50 ... 21:27:58 21:27:58 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:27:58 #134 DONE 1035.6s 21:27:58 21:27:58 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 21:27:58 #132 ... 21:27:58 21:27:58 #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 21:27:58 #168 DONE 0.2s 21:27:58 21:27:58 #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 21:27:58 #169 DONE 0.2s 21:27:58 21:27:58 #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:27:58 #170 DONE 0.3s 21:27:58 21:27:58 #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 21:27:58 #171 DONE 0.1s 21:27:58 21:27:58 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 21:27:58 #135 ... 21:27:58 21:27:58 #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:27:58 #172 DONE 0.1s 21:27:58 21:27:58 #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:27:58 #173 DONE 2.0s 21:27:58 21:27:58 #96 [core-common-config-bootstrapper] exporting to image 21:27:58 #96 exporting layers 21:28:00 #96 exporting layers 0.9s done 21:28:00 #96 writing image sha256:08bb499c4c3603f842eaf6e218e7f5891f6273b0caffa85528539cfcbe2411e0 done 21:28:00 #96 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 21:28:00 #96 DONE 13.5s 21:28:00 21:28:00 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 21:29:36 #132 ... 21:29:36 21:29:36 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:29:36 #130 DONE 1127.3s 21:29:36 21:29:36 #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:29:36 #33 ... 21:29:36 21:29:36 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 21:29:36 #174 DONE 0.2s 21:29:36 21:29:36 #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 21:29:36 #175 DONE 0.1s 21:29:36 21:29:36 #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:29:36 #176 DONE 0.3s 21:29:36 21:29:36 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 21:29:36 #139 ... 21:29:36 21:29:36 #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 21:29:36 #177 DONE 0.3s 21:29:36 21:29:36 #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:29:36 #33 ... 21:29:36 21:29:36 #96 [security-spiffe-token-provider] exporting to image 21:29:36 #96 exporting layers 21:29:36 #96 exporting layers 0.9s done 21:29:36 #96 writing image sha256:47921481ce7c9b8a8550dd24a2b89213ac21accf27e13cce2f0bd50fa398e4fb done 21:29:36 #96 naming to docker.io/library/security-spiffe-token-provider-arm64 done 21:29:36 #96 DONE 14.4s 21:29:36 21:29:36 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:35:28 #50 ... 21:35:28 21:35:28 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 21:35:28 #132 DONE 1475.2s 21:35:28 21:35:28 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:35:28 #136 ... 21:35:28 21:35:28 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 21:35:28 #178 DONE 0.1s 21:35:28 21:35:28 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:35:28 #133 ... 21:35:28 21:35:28 #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 21:35:28 #179 DONE 0.1s 21:35:28 21:35:28 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:35:28 #180 DONE 0.4s 21:35:28 21:35:28 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 21:35:28 #181 DONE 0.1s 21:35:28 21:35:28 #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:35:28 #182 DONE 0.2s 21:35:28 21:35:28 #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:35:28 #183 DONE 1.7s 21:35:28 21:35:28 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:35:28 #133 ... 21:35:28 21:35:28 #96 [security-proxy-auth] exporting to image 21:35:28 #96 exporting layers 21:35:28 #96 exporting layers 0.7s done 21:35:28 #96 writing image sha256:d20681645053d5fd2209283011833562caf485745a03c37ab041bb52efb4678f done 21:35:28 #96 naming to docker.io/library/security-proxy-auth-arm64 done 21:35:28 #96 DONE 15.1s 21:35:28 21:35:28 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 21:36:07 #139 ... 21:36:07 21:36:07 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 21:36:07 #138 DONE 1523.2s 21:36:07 21:36:07 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:36:07 #50 ... 21:36:07 21:36:07 #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 21:36:07 #184 DONE 0.1s 21:36:07 21:36:07 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:36:07 #136 ... 21:36:07 21:36:07 #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 21:36:07 #185 DONE 0.1s 21:36:07 21:36:07 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:36:07 #186 DONE 0.4s 21:36:07 21:36:07 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 21:36:07 #187 DONE 0.1s 21:36:07 21:36:07 #96 [core-command] exporting to image 21:36:07 #96 exporting layers 21:36:07 #96 exporting layers 0.4s done 21:36:07 #96 writing image sha256:416abb7a7b4a5103813f671248403e256cd51425ea136e4918c939e7d9ccca27 done 21:36:07 #96 naming to docker.io/library/core-command-arm64 done 21:36:07 #96 DONE 15.5s 21:36:07 21:36:07 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:36:14 #50 ... 21:36:14 21:36:14 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 21:36:14 #139 DONE 1533.7s 21:36:14 21:36:14 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:36:14 #136 ... 21:36:14 21:36:14 #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 21:36:14 #188 DONE 0.1s 21:36:14 21:36:14 #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 21:36:14 #189 DONE 0.1s 21:36:14 21:36:14 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:36:14 #50 ... 21:36:14 21:36:14 #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:36:14 #190 DONE 0.5s 21:36:14 21:36:14 #191 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 21:36:15 #191 DONE 0.1s 21:36:15 21:36:15 #96 [core-data] exporting to image 21:36:15 #96 exporting layers 21:36:15 #96 ... 21:36:15 21:36:15 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 21:36:15 #135 DONE 1535.6s 21:36:15 21:36:15 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:36:16 #50 ... 21:36:16 21:36:16 #96 [core-data] exporting to image 21:36:16 #96 exporting layers 1.0s done 21:36:16 #96 writing image sha256:2516b8e02c85c73da81b4ec49afefd25ef1398f444e46ed56d51d052b8fc8b6f 0.0s done 21:36:16 #96 naming to docker.io/library/core-data-arm64 21:36:16 #96 naming to docker.io/library/core-data-arm64 done 21:36:16 #96 DONE 16.5s 21:36:16 21:36:16 #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:36:16 #33 ... 21:36:16 21:36:16 #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 21:36:16 #192 DONE 0.1s 21:36:16 21:36:16 #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 21:36:16 #193 DONE 0.1s 21:36:16 21:36:16 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:36:16 #133 ... 21:36:16 21:36:16 #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:36:16 #194 DONE 0.4s 21:36:16 21:36:16 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:36:16 #133 ... 21:36:16 21:36:16 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 21:36:16 #195 DONE 0.1s 21:36:17 21:36:17 #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 21:36:17 #196 DONE 0.1s 21:36:17 21:36:17 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:36:17 #136 ... 21:36:17 21:36:17 #96 [core-metadata] exporting to image 21:36:17 #96 exporting layers 0.5s done 21:36:17 #96 writing image sha256:5ad3b09b8ea656c66ef5fc91b060d4a311a312d5a5cdbb70e4d5729c82e819fd done 21:36:17 #96 naming to docker.io/library/core-metadata-arm64 done 21:36:17 #96 DONE 17.1s 21:36:17 21:36:17 #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:36:44 #33 ... 21:36:44 21:36:44 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:36:44 #136 DONE 1561.2s 21:36:44 21:36:44 #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:36:44 #133 DONE 1561.2s 21:36:44 21:36:44 #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 21:36:44 #33 ... 21:36:44 21:36:44 #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 21:36:44 #197 DONE 0.2s 21:36:44 21:36:44 #198 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 21:36:44 #198 DONE 0.1s 21:36:44 21:36:44 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:36:44 #50 ... 21:36:44 21:36:44 #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:36:44 #199 ... 21:36:44 21:36:44 #200 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 21:36:44 #200 DONE 0.2s 21:36:44 21:36:44 #201 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 21:36:44 #201 DONE 0.2s 21:36:44 21:36:44 #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:36:44 #199 DONE 0.4s 21:36:44 21:36:44 #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:36:44 #202 ... 21:36:44 21:36:44 #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 21:36:44 #203 DONE 0.2s 21:36:44 21:36:44 #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:36:44 #202 DONE 0.3s 21:36:44 21:36:44 #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 21:36:44 #204 DONE 0.1s 21:36:44 21:36:44 #96 [support-scheduler] exporting to image 21:36:44 #96 exporting layers 21:36:44 #96 exporting layers 0.5s done 21:36:44 #96 writing image sha256:041b9a58af026823960e6eba6e9d60d4c46f72f7c583832d511e710ca9e67227 done 21:36:44 #96 naming to docker.io/library/support-scheduler-arm64 done 21:36:44 #96 exporting layers 0.5s done 21:36:44 #96 writing image sha256:861bbaca2ebb653c0c427554938f87412ac41b8abb5c05483a5b5ad0772b663f done 21:36:44 #96 naming to docker.io/library/support-notifications-arm64 done 21:36:44 #96 DONE 17.9s 21:36:44 21:36:44 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:36:44 time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 21:36:44 $ docker stop --time=1 90d11376ff7f08620e74e894f8a0470500fe40c6e937001b36d6450d7d68ed93 21:36:46 $ docker rm -f --volumes 90d11376ff7f08620e74e894f8a0470500fe40c6e937001b36d6450d7d68ed93 [Pipeline] // withDockerContainer [Pipeline] sh 21:36:46 + docker images 21:36:46 REPOSITORY TAG IMAGE ID CREATED SIZE 21:36:46 support-scheduler-arm64 latest 041b9a58af02 4 seconds ago 42.3MB 21:36:46 support-notifications-arm64 latest 861bbaca2ebb 4 seconds ago 43.3MB 21:36:46 core-metadata-arm64 latest 5ad3b09b8ea6 30 seconds ago 40.3MB 21:36:46 core-data-arm64 latest 2516b8e02c85 32 seconds ago 40.1MB 21:36:46 core-command-arm64 latest 416abb7a7b4a 42 seconds ago 39.7MB 21:36:46 security-proxy-auth-arm64 latest d20681645053 About a minute ago 37.4MB 21:36:46 security-spiffe-token-provider-arm64 latest 47921481ce7c 7 minutes ago 34.1MB 21:36:46 core-common-config-bootstrapper-arm64 latest 08bb499c4c36 8 minutes ago 20.1MB 21:36:46 security-secretstore-setup-arm64 latest afb612fcc522 9 minutes ago 41.5MB 21:36:46 security-bootstrapper-arm64 latest fa2279d72a8c 9 minutes ago 23.7MB 21:36:46 security-proxy-setup-arm64 latest f5b4bb20c76d 9 minutes ago 30.9MB 21:36:46 security-spire-config-arm64 latest dfdfb03c1a0d 27 minutes ago 101MB 21:36:46 security-spire-agent-arm64 latest b182484af288 27 minutes ago 157MB 21:36:46 security-spire-server-arm64 latest f0bb0a1d8f3b 27 minutes ago 102MB 21:36:46 ci-base-image-arm64 latest e5349060712b 49 minutes ago 962MB 21:36:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB 21:36:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:36:47 21:36:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:36:48 arm64: Pulling from edgex-lftools-log-publisher 21:36:48 8998bd30e6a1: Pulling fs layer 21:36:48 04944245beec: Pulling fs layer 21:36:48 699f458cf7ca: Pulling fs layer 21:36:48 765212b225bb: Pulling fs layer 21:36:48 f23df028b6ca: Pulling fs layer 21:36:48 d65c8cfc05b1: Pulling fs layer 21:36:48 2437ff75d9bd: Pulling fs layer 21:36:48 765212b225bb: Waiting 21:36:48 f23df028b6ca: Waiting 21:36:48 d65c8cfc05b1: Waiting 21:36:48 2437ff75d9bd: Waiting 21:36:48 04944245beec: Verifying Checksum 21:36:48 04944245beec: Download complete 21:36:48 765212b225bb: Verifying Checksum 21:36:48 765212b225bb: Download complete 21:36:48 f23df028b6ca: Verifying Checksum 21:36:48 f23df028b6ca: Download complete 21:36:48 699f458cf7ca: Verifying Checksum 21:36:48 699f458cf7ca: Download complete 21:36:49 8998bd30e6a1: Verifying Checksum 21:36:49 8998bd30e6a1: Download complete 21:36:51 2437ff75d9bd: Verifying Checksum 21:36:51 2437ff75d9bd: Download complete 21:36:53 8998bd30e6a1: Pull complete 21:36:54 04944245beec: Pull complete 21:36:55 699f458cf7ca: Pull complete 21:36:55 765212b225bb: Pull complete 21:36:56 f23df028b6ca: Pull complete 21:36:56 d65c8cfc05b1: Pull complete 21:37:15 2437ff75d9bd: Pull complete 21:37:15 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:37:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:37:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:37:15 prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container 21:37:15 $ 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 21:37:18 $ docker top 5f403920aa53a1654007ca8ef560ed9fcbdb15f2a0170db3975016521fef88b9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:37:19 ---> job-cost.sh 21:37:19 lf-activate-venv: SKIPPING 21:37:19 INFO: No Stack... 21:37:19 INFO: Retrieving Pricing Info for: v3-standard-4 21:37:20 INFO: Archiving Costs [Pipeline] sh 21:37:21 + cat /w/workspace/edgex-go/1/archives/cost.csv 21:37:21 + cut -d, -f6 [Pipeline] lock 21:37:21 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] 21:37:21 Resource [jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] did not exist. Created. 21:37:21 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:37:21 + echo total: 0.10999999940395355 [Pipeline] stash 21:37:22 Stashed 1 file(s) [Pipeline] } 21:37:22 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:37:22 $ docker stop --time=1 5f403920aa53a1654007ca8ef560ed9fcbdb15f2a0170db3975016521fef88b9 21:37:23 $ docker rm -f --volumes 5f403920aa53a1654007ca8ef560ed9fcbdb15f2a0170db3975016521fef88b9 [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 21:37:25 provisioning config files... 21:37:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17604215415066550214tmp [Pipeline] { [Pipeline] sh 21:37:25 + set +x 21:37:25 + curl -s https://codecov.io/bash 21:37:25 + bash -s -- 21:37:25 21:37:25 _____ _ 21:37:25 / ____| | | 21:37:25 | | ___ __| | ___ ___ _____ __ 21:37:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:37:25 | |___| (_) | (_| | __/ (_| (_) \ V / 21:37:25 \_____\___/ \__,_|\___|\___\___/ \_/ 21:37:25 Bash-1.0.6 21:37:25 21:37:25 21:37:25 ==> git version 2.25.1 found 21:37:25 ==> 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 21:37:25 Release-Date: 2020-01-08 21:37:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:37:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:37:25 ==> Jenkins CI detected. 21:37:25 current dir:  /w/workspace/edgex-go/1 21:37:25 project root: . 21:37:25 --> token set from env 21:37:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:37:25 ==> Running gcov in . (disable via -X gcov) 21:37:25 ==> Python coveragepy not found 21:37:25 ==> Searching for coverage reports in: 21:37:25 + . 21:37:25 -> Found 1 reports 21:37:25 ==> Detecting git/mercurial file structure 21:37:25 ==> Reading reports 21:37:25 + ./coverage.out bytes=455714 21:37:25 ==> Appending adjustments 21:37:25 https://docs.codecov.io/docs/fixing-reports 21:37:26 + Found adjustments 21:37:26 ==> Gzipping contents 21:37:26 60K /tmp/codecov.zGHqtO.gz 21:37:26 ==> Uploading reports 21:37:26 url: https://codecov.io 21:37:26 query: branch=PR-4810&commit=9c95be6ac60161dcc0a236b85e533958d6a02506&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4810%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4810&job=&cmd_args= 21:37:26 -> Pinging Codecov 21:37:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4810&commit=9c95be6ac60161dcc0a236b85e533958d6a02506&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4810%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4810&job=&cmd_args= 21:37:26 -> Uploading to 21:37:26 https://storage.googleapis.com/codecov/v4/raw/2024-07-01/00271124DB129430A58F1EEE437C3FCB/9c95be6ac60161dcc0a236b85e533958d6a02506/bad2899b-4173-495a-885e-47e6a3646c50.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240701%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240701T213726Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ff3c927040799c5f347be05ba21726f2eaafeb57b1d09d7b2186a89e28b6ae4c 21:37:26 % Total % Received % Xferd Average Speed Time Time Time Current 21:37:26 Dload Upload Total Spent Left Speed 21:37:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57919 0 0 100 57919 0 241k --:--:-- --:--:-- --:--:-- 241k 21:37:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] } 21:37:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:37:28 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 21:37:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:37:30 ---> package-listing.sh 21:37:30 ++ facter osfamily 21:37:30 ++ tr '[:upper:]' '[:lower:]' 21:37:30 + OS_FAMILY=debian 21:37:30 + workspace=/w/workspace/edgex-go/1 21:37:30 + START_PACKAGES=/tmp/packages_start.txt 21:37:30 + END_PACKAGES=/tmp/packages_end.txt 21:37:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:37:30 + PACKAGES=/tmp/packages_start.txt 21:37:30 + '[' /w/workspace/edgex-go/1 ']' 21:37:30 + PACKAGES=/tmp/packages_end.txt 21:37:30 + case "${OS_FAMILY}" in 21:37:30 + dpkg -l 21:37:30 + grep '^ii' 21:37:30 + '[' -f /tmp/packages_start.txt ']' 21:37:30 + '[' -f /tmp/packages_end.txt ']' 21:37:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:37:30 + '[' /w/workspace/edgex-go/1 ']' 21:37:30 + mkdir -p /w/workspace/edgex-go/1/archives/ 21:37:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 21:37:30 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 21:37:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:37:31 21:37:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:37:32 latest: Pulling from edgex-lftools-log-publisher 21:37:32 5eb5b503b376: Pulling fs layer 21:37:32 5c69ac0246d0: Pulling fs layer 21:37:32 ec43610c2a17: Pulling fs layer 21:37:32 3a2ae6a8a46f: Pulling fs layer 21:37:32 33b1e0a273af: Pulling fs layer 21:37:32 5d3b04190fa2: Pulling fs layer 21:37:32 2f39f015ded8: Pulling fs layer 21:37:32 33b1e0a273af: Waiting 21:37:32 3a2ae6a8a46f: Waiting 21:37:32 5d3b04190fa2: Waiting 21:37:32 2f39f015ded8: Waiting 21:37:32 5c69ac0246d0: Verifying Checksum 21:37:32 5c69ac0246d0: Download complete 21:37:32 3a2ae6a8a46f: Download complete 21:37:32 33b1e0a273af: Verifying Checksum 21:37:32 33b1e0a273af: Download complete 21:37:32 5d3b04190fa2: Verifying Checksum 21:37:32 5d3b04190fa2: Download complete 21:37:32 ec43610c2a17: Verifying Checksum 21:37:32 ec43610c2a17: Download complete 21:37:32 5eb5b503b376: Verifying Checksum 21:37:32 5eb5b503b376: Download complete 21:37:33 2f39f015ded8: Download complete 21:37:34 5eb5b503b376: Pull complete 21:37:34 5c69ac0246d0: Pull complete 21:37:35 ec43610c2a17: Pull complete 21:37:35 3a2ae6a8a46f: Pull complete 21:37:36 33b1e0a273af: Pull complete 21:37:36 5d3b04190fa2: Pull complete 21:37:40 2f39f015ded8: Pull complete 21:37:40 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:37:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:37:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:37:40 prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container 21:37:40 $ 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 21:37:45 $ docker top 10f98c0f7f2edefe72f4cae5f33cad21251a9ba36cf77d3b87df3478cdc1e2d1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:37:46 + touch /tmp/pre-build-complete [Pipeline] sh 21:37:46 + mkdir -p /var/log/sysstat [Pipeline] sh 21:37:46 + ls /var/log/sa-host 21:37:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:37:47 provisioning config files... 21:37:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5270802600395454242tmp [Pipeline] { [Pipeline] echo 21:37:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:37:47 ---> create-netrc.sh [Pipeline] } 21:37:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:37:48 ---> python-tools-install.sh [Pipeline] echo 21:37:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:37:48 ---> sudo-logs.sh 21:37:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:37:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:37:49 ---> job-cost.sh 21:37:49 lf-activate-venv: SKIPPING 21:37:49 DEBUG: total: 0.10999999940395355 21:37:49 INFO: Retrieving Stack Cost... 21:37:49 INFO: Retrieving Pricing Info for: v3-standard-8 21:37:49 INFO: Archiving Costs [Pipeline] echo 21:37:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:37:50 ---> logs-deploy.sh 21:37:50 lf-activate-venv: SKIPPING 21:37:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4810/1 21:37:50 INFO: archiving workspace using pattern(s): 21:37:50 Archives upload complete. 21:37:51 INFO: archiving logs to Nexus 21:37:51 ---> uname -a: 21:37:51 Linux prd-ubuntu20-04-docker-8c-8g-4704 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:37:51 21:37:51 21:37:51 ---> lscpu: 21:37:51 Architecture: x86_64 21:37:51 CPU op-mode(s): 32-bit, 64-bit 21:37:51 Byte Order: Little Endian 21:37:51 Address sizes: 40 bits physical, 48 bits virtual 21:37:51 CPU(s): 8 21:37:51 On-line CPU(s) list: 0-7 21:37:51 Thread(s) per core: 1 21:37:51 Core(s) per socket: 1 21:37:51 Socket(s): 8 21:37:51 NUMA node(s): 1 21:37:51 Vendor ID: AuthenticAMD 21:37:51 CPU family: 23 21:37:51 Model: 49 21:37:51 Model name: AMD EPYC-Rome Processor 21:37:51 Stepping: 0 21:37:51 CPU MHz: 2799.998 21:37:51 BogoMIPS: 5599.99 21:37:51 Virtualization: AMD-V 21:37:51 Hypervisor vendor: KVM 21:37:51 Virtualization type: full 21:37:51 L1d cache: 256 KiB 21:37:51 L1i cache: 256 KiB 21:37:51 L2 cache: 4 MiB 21:37:51 L3 cache: 128 MiB 21:37:51 NUMA node0 CPU(s): 0-7 21:37:51 Vulnerability Itlb multihit: Not affected 21:37:51 Vulnerability L1tf: Not affected 21:37:51 Vulnerability Mds: Not affected 21:37:51 Vulnerability Meltdown: Not affected 21:37:51 Vulnerability Mmio stale data: Not affected 21:37:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:37:51 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:37:51 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:37:51 Vulnerability Srbds: Not affected 21:37:51 Vulnerability Tsx async abort: Not affected 21:37:51 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 21:37:51 21:37:51 21:37:51 ---> nproc: 21:37:51 8 21:37:51 21:37:51 21:37:51 ---> df -h: 21:37:51 Filesystem Size Used Avail Use% Mounted on 21:37:51 overlay 155G 24G 132G 16% / 21:37:51 tmpfs 64M 0 64M 0% /dev 21:37:51 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:37:51 shm 64M 0 64M 0% /dev/shm 21:37:51 /dev/vda1 155G 24G 132G 16% /facter-os 21:37:51 21:37:51 21:37:51 ---> sar -b -r -n DEV: 21:37:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4704) 07/01/24 _x86_64_ (8 CPU) 21:37:51 21:37:51 20:39:59 LINUX RESTART (8 CPU) 21:37:51 21:37:51 20:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:37:51 20:41:01 289.29 60.16 229.13 0.00 5201.40 173985.14 0.00 21:37:51 20:42:01 204.05 4.13 199.92 0.00 441.91 74394.67 0.00 21:37:51 20:43:01 57.44 0.02 57.42 0.00 2.53 28109.73 0.00 21:37:51 20:44:01 17.21 0.12 17.10 0.00 0.93 8410.60 0.00 21:37:51 20:45:01 79.35 0.82 78.54 0.00 58.79 48358.74 0.00 21:37:51 20:46:01 731.76 12.96 718.80 0.00 2150.04 218816.60 0.00 21:37:51 20:47:01 399.82 1.73 398.08 0.00 2276.08 143307.53 0.00 21:37:51 20:48:01 308.55 0.12 308.43 0.00 1.33 74463.97 0.00 21:37:51 20:49:01 570.05 0.03 570.02 0.00 0.80 82090.05 0.00 21:37:51 20:50:01 1.97 0.00 1.97 0.00 0.00 22.52 0.00 21:37:51 20:51:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 21:37:51 20:52:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 21:37:51 20:53:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 21:37:51 20:54:01 3.00 1.58 1.42 0.00 36.93 22.53 0.00 21:37:51 20:55:01 1.30 0.00 1.30 0.00 0.00 17.06 0.00 21:37:51 20:56:01 1.62 0.02 1.60 0.00 0.13 23.46 0.00 21:37:51 20:57:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 21:37:51 20:58:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 21:37:51 20:59:01 1.65 0.00 1.65 0.00 0.00 18.39 0.00 21:37:51 21:00:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 21:37:51 21:01:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 21:37:51 21:02:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 21:37:51 21:03:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 21:37:51 21:04:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 21:37:51 21:05:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 21:37:51 21:06:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 21:37:51 21:07:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 21:37:51 21:08:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 21:37:51 21:09:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 21:37:51 21:10:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 21:37:51 21:11:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 21:37:51 21:12:01 0.93 0.00 0.93 0.00 0.00 9.86 0.00 21:37:51 21:13:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 21:37:51 21:14:02 0.93 0.00 0.93 0.00 0.00 10.26 0.00 21:37:51 21:15:01 1.17 0.00 1.17 0.00 0.00 13.69 0.00 21:37:51 21:16:01 1.07 0.00 1.07 0.00 0.00 13.46 0.00 21:37:51 21:17:01 1.37 0.02 1.35 0.00 0.13 15.46 0.00 21:37:51 21:18:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 21:37:51 21:19:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 21:37:51 21:20:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 21:37:51 21:21:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 21:37:51 21:22:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 21:37:51 21:23:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 21:37:51 21:24:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 21:37:51 21:25:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 21:37:51 21:26:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 21:37:51 21:27:01 1.27 0.00 1.27 0.00 0.00 15.20 0.00 21:37:51 21:28:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 21:37:51 21:29:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 21:37:51 21:30:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 21:37:51 21:31:01 1.72 0.00 1.72 0.00 0.00 20.13 0.00 21:37:51 21:32:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 21:37:51 21:33:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 21:37:51 21:34:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 21:37:51 21:35:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 21:37:51 21:36:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 21:37:51 21:37:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 21:37:51 Average: 47.71 1.43 46.28 0.00 178.50 14964.20 0.00 21:37:51 21:37:51 20:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:37:51 20:41:01 30081240 31626556 733956 2.23 48592 1814844 1837340 5.41 896488 1606312 51580 21:37:51 20:42:01 27690716 31543488 753976 2.29 123840 3893704 1860872 5.48 1236764 3436680 53576 21:37:51 20:43:01 27197980 31379756 911164 2.77 127628 4194872 2166540 6.39 1852504 3286224 232152 21:37:51 20:44:01 27242276 31450372 838988 2.55 132692 4190972 2093448 6.17 1373036 3693404 439956 21:37:51 20:45:01 27665540 31487184 804292 2.45 137976 3846728 1956840 5.77 1325868 3360032 1548 21:37:51 20:46:01 19767276 31374604 871644 2.65 285664 11075388 2425552 7.15 2475948 9651328 1242180 21:37:51 20:47:01 13764720 28829944 3357840 10.21 322080 14151876 9956008 29.34 5716104 11978056 252688 21:37:51 20:48:01 12484152 29736096 2466352 7.50 348300 16263184 6383232 18.81 5602448 13351504 872428 21:37:51 20:49:01 14427856 31401040 847100 2.58 353832 16103772 2155876 6.35 3014736 14181544 376 21:37:51 20:50:01 14428092 31401316 846644 2.57 353884 16103776 2155876 6.35 3014912 14181548 200 21:37:51 20:51:01 14482436 31455740 792268 2.41 353924 16103780 2155876 6.35 2961064 14181552 24 21:37:51 20:52:01 14481952 31455284 792624 2.41 353944 16103784 2155876 6.35 2961420 14181552 172 21:37:51 20:53:01 14482584 31455952 791960 2.41 353972 16103788 2155876 6.35 2961188 14181560 32 21:37:51 20:54:01 14479776 31455400 792820 2.41 354016 16104888 2155876 6.35 2967348 14181896 16 21:37:51 20:55:01 14479996 31455676 792516 2.41 354048 16104892 2155876 6.35 2966852 14181852 44 21:37:51 20:56:01 14476960 31452656 795476 2.42 354084 16104880 2155784 6.35 2967204 14181832 8 21:37:51 20:57:01 14476660 31452380 795692 2.42 354108 16104880 2155784 6.35 2967172 14181832 8 21:37:51 20:58:01 14476896 31452648 795364 2.42 354128 16104884 2155784 6.35 2967192 14181836 12 21:37:51 20:59:01 14477212 31453068 794872 2.42 354160 16104948 2155784 6.35 2967236 14181896 4 21:37:51 21:00:01 14477308 31453172 794792 2.42 354176 16104952 2139688 6.31 2967664 14181904 200 21:37:51 21:01:01 14478076 31453992 793920 2.41 354212 16104956 2139688 6.31 2966796 14181908 168 21:37:51 21:02:01 14478624 31454580 793532 2.41 354244 16104956 2139688 6.31 2966800 14181908 24 21:37:51 21:03:01 14478852 31454864 793216 2.41 354296 16104960 2139688 6.31 2966744 14181912 20 21:37:51 21:04:01 14479192 31455232 792752 2.41 354324 16104968 2123324 6.26 2967024 14181916 172 21:37:51 21:05:01 14478560 31454616 793236 2.41 354340 16104968 2123324 6.26 2966864 14181920 204 21:37:51 21:06:01 14478332 31454416 793368 2.41 354348 16104972 2123324 6.26 2966588 14181924 4 21:37:51 21:07:01 14478000 31454116 793596 2.41 354372 16104972 2123324 6.26 2966592 14181928 12 21:37:51 21:08:01 14478048 31454288 793356 2.41 354388 16105104 2123324 6.26 2966576 14182052 8 21:37:51 21:09:01 14478504 31454788 792916 2.41 354408 16105112 2123324 6.26 2966620 14182064 8 21:37:51 21:10:01 14478268 31454556 793116 2.41 354428 16105108 2123324 6.26 2966604 14182064 8 21:37:51 21:11:01 14478348 31454680 792992 2.41 354448 16105116 2123324 6.26 2966720 14182072 8 21:37:51 21:12:01 14478580 31454952 792928 2.41 354472 16105116 2123324 6.26 2966992 14182076 8 21:37:51 21:13:01 14478344 31454728 793100 2.41 354496 16105124 2123324 6.26 2966712 14182084 8 21:37:51 21:14:02 14478044 31454468 793324 2.41 354508 16105128 2123324 6.26 2966760 14182088 8 21:37:51 21:15:01 14477964 31454408 793324 2.41 354524 16105128 2139376 6.30 2967132 14182088 8 21:37:51 21:16:01 14478416 31454912 792988 2.41 354568 16105124 2139376 6.30 2966996 14182096 24 21:37:51 21:17:01 14478360 31454984 792844 2.41 354600 16105260 2139376 6.30 2966956 14182220 12 21:37:51 21:18:01 14478336 31455016 792760 2.41 354616 16105264 2139376 6.30 2967024 14182228 8 21:37:51 21:19:01 14478328 31455032 792688 2.41 354648 16105268 2139376 6.30 2967060 14182236 8 21:37:51 21:20:01 14478312 31455060 792624 2.41 354668 16105268 2155528 6.35 2967100 14182240 8 21:37:51 21:21:01 14478232 31454988 792616 2.41 354700 16105260 2155528 6.35 2967436 14182244 8 21:37:51 21:22:01 14478216 31455008 792540 2.41 354712 16105276 2155528 6.35 2967428 14182252 8 21:37:51 21:23:01 14477664 31454480 792996 2.41 354732 16105280 2155528 6.35 2967144 14182232 12 21:37:51 21:24:01 14477540 31454400 793236 2.41 354748 16105284 2155528 6.35 2967572 14182236 180 21:37:51 21:25:01 14477344 31454212 793376 2.41 354776 16105292 2155528 6.35 2967520 14182244 184 21:37:51 21:26:01 14477272 31454172 793376 2.41 354788 16105292 2155528 6.35 2967612 14182244 176 21:37:51 21:27:01 14477580 31454504 793036 2.41 354816 16105296 2155528 6.35 2967552 14182248 12 21:37:51 21:28:01 14477408 31454372 793304 2.41 354840 16105296 2155528 6.35 2967616 14182248 176 21:37:51 21:29:01 14477432 31454400 793256 2.41 354860 16105300 2155528 6.35 2967584 14182252 8 21:37:51 21:30:01 14477496 31454500 793300 2.41 354876 16105304 2155528 6.35 2967656 14182260 144 21:37:51 21:31:01 14477584 31454616 793180 2.41 354908 16105304 2155528 6.35 2967300 14182260 8 21:37:51 21:32:01 14477196 31454256 793368 2.41 354928 16105312 2155528 6.35 2967604 14182264 224 21:37:51 21:33:01 14477480 31454544 793068 2.41 354940 16105312 2155528 6.35 2967540 14182264 8 21:37:51 21:34:01 14477856 31454952 792548 2.41 354960 16105316 2155528 6.35 2967776 14182272 188 21:37:51 21:35:01 14477952 31455056 792432 2.41 354972 16105320 2155528 6.35 2967272 14182276 4 21:37:51 21:36:01 14477612 31454744 792632 2.41 354992 16105320 2155528 6.35 2967752 14182280 220 21:37:51 21:37:01 14477408 31454548 792808 2.41 355012 16105324 2155528 6.35 2967636 14182284 8 21:37:51 Average: 15705761 31378838 872175 2.65 331518 14887311 2347470 6.92 2911365 13075153 55254 21:37:51 21:37:51 20:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:37:51 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:41:01 ens3 732.24 643.46 4378.11 108.57 0.00 0.00 0.00 0.00 21:37:51 20:41:01 lo 4.80 4.80 0.46 0.46 0.00 0.00 0.00 0.00 21:37:51 20:42:01 docker0 611.88 726.89 50.10 4918.86 0.00 0.00 0.00 0.00 21:37:51 20:42:01 ens3 901.42 719.86 9002.98 82.74 0.00 0.00 0.00 0.00 21:37:51 20:42:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 21:37:51 20:43:01 veth30859a2 0.08 0.27 0.01 0.03 0.00 0.00 0.00 0.00 21:37:51 20:43:01 docker0 0.08 0.15 0.01 0.02 0.00 0.00 0.00 0.00 21:37:51 20:43:01 ens3 29.26 16.53 30.23 11.64 0.00 0.00 0.00 0.00 21:37:51 20:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:44:01 veth30859a2 1.28 1.30 0.11 0.11 0.00 0.00 0.00 0.00 21:37:51 20:44:01 docker0 1.28 1.28 0.10 0.11 0.00 0.00 0.00 0.00 21:37:51 20:44:01 ens3 29.81 17.21 21.45 11.98 0.00 0.00 0.00 0.00 21:37:51 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:45:01 veth30fe5a9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:45:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:45:01 ens3 106.00 66.26 2224.12 19.42 0.00 0.00 0.00 0.00 21:37:51 20:45:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 21:37:51 20:46:01 veth30fe5a9 0.62 1.18 0.06 0.26 0.00 0.00 0.00 0.00 21:37:51 20:46:01 veth075bc22 92.90 153.76 9.09 1245.95 0.00 0.00 0.00 0.10 21:37:51 20:46:01 docker0 377.25 657.02 31.82 6085.06 0.00 0.00 0.00 0.00 21:37:51 20:46:01 veth2b3e9ac 77.22 140.53 7.97 1184.62 0.00 0.00 0.00 0.10 21:37:51 20:46:01 veth19d9268 77.60 136.16 7.94 1182.92 0.00 0.00 0.00 0.10 21:37:51 20:46:01 ens3 847.94 492.30 8246.77 165.48 0.00 0.00 0.00 0.00 21:37:51 20:46:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 21:37:51 20:46:01 veth532c5f6 79.54 139.94 8.17 1199.41 0.00 0.00 0.00 0.10 21:37:51 20:47:01 vethcf7edcd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 veth8f062ad 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 veth30fe5a9 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 vethe3ba6e7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 veth737a261 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 veth355dd21 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 veth60536ab 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 vethe81c724 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 veth03cda76 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 vethdb6eeaa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 docker0 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 vethc8b1348 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 veth81b243e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:37:51 20:47:01 ens3 301.02 151.08 1398.11 68.48 0.00 0.00 0.00 0.00 21:37:51 20:47:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 21:37:51 20:48:01 vethcf7edcd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 veth8f062ad 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 veth30fe5a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 vethe3ba6e7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 veth737a261 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 veth355dd21 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 veth60536ab 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 vethe81c724 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 veth03cda76 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 vethdb6eeaa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 vethc8b1348 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 veth81b243e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:48:01 ens3 3.95 2.73 3.08 1.59 0.00 0.00 0.00 0.00 21:37:51 20:48:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:49:01 ens3 7.60 4.97 6.97 3.51 0.00 0.00 0.00 0.00 21:37:51 20:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:50:01 ens3 0.30 0.05 0.02 0.00 0.00 0.00 0.00 0.00 21:37:51 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:51:01 ens3 0.38 0.17 0.09 0.07 0.00 0.00 0.00 0.00 21:37:51 20:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:52:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:37:51 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:53:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 21:37:51 20:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:54:01 ens3 8.53 6.62 5.94 6.34 0.00 0.00 0.00 0.00 21:37:51 20:54:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:55:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:56:01 ens3 0.42 0.25 0.14 0.08 0.00 0.00 0.00 0.00 21:37:51 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:57:01 ens3 0.28 0.08 0.02 0.01 0.00 0.00 0.00 0.00 21:37:51 20:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:58:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:37:51 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 20:59:01 ens3 0.30 0.10 0.02 0.01 0.00 0.00 0.00 0.00 21:37:51 20:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:00:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:37:51 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:01:01 ens3 0.50 0.23 0.10 0.08 0.00 0.00 0.00 0.00 21:37:51 21:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:02:01 ens3 0.88 0.40 0.45 0.27 0.00 0.00 0.00 0.00 21:37:51 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:03:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:04:01 ens3 0.83 0.33 0.30 0.21 0.00 0.00 0.00 0.00 21:37:51 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:05:01 ens3 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:06:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:37:51 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:07:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:08:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:09:01 ens3 0.40 0.18 0.08 0.01 0.00 0.00 0.00 0.00 21:37:51 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:10:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:11:01 ens3 0.33 0.25 0.09 0.08 0.00 0.00 0.00 0.00 21:37:51 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:12:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:37:51 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:14:02 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:15:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:16:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:37:51 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:17:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:20:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:37:51 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:21:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 21:37:51 21:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:22:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:23:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:25:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:26:01 ens3 0.22 0.10 0.08 0.07 0.00 0.00 0.00 0.00 21:37:51 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:27:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:30:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:31:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:37:51 21:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:32:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:35:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:36:01 ens3 0.22 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:37:51 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:37:51 21:37:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 21:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:37:51 Average: docker0 17.39 24.32 1.44 193.13 0.00 0.00 0.00 0.00 21:37:51 Average: ens3 52.25 37.30 444.38 8.44 0.00 0.00 0.00 0.00 21:37:51 Average: lo 0.24 0.24 0.02 0.02 0.00 0.00 0.00 0.00 21:37:51 21:37:51 21:37:51 ---> sar -P ALL: 21:37:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4704) 07/01/24 _x86_64_ (8 CPU) 21:37:51 21:37:51 20:39:59 LINUX RESTART (8 CPU) 21:37:51 21:37:51 20:40:01 CPU %user %nice %system %iowait %steal %idle 21:37:51 20:41:01 all 5.68 0.00 1.43 2.41 0.03 90.44 21:37:51 20:41:01 0 8.60 0.00 0.77 0.12 0.03 90.48 21:37:51 20:41:01 1 7.35 0.00 0.74 0.18 0.03 91.70 21:37:51 20:41:01 2 4.98 0.00 1.86 0.37 0.03 92.76 21:37:51 20:41:01 3 6.54 0.00 2.06 0.52 0.03 90.85 21:37:51 20:41:01 4 6.99 0.00 1.69 4.79 0.03 86.49 21:37:51 20:41:01 5 3.80 0.00 1.90 12.89 0.03 81.38 21:37:51 20:41:01 6 3.40 0.00 1.33 0.18 0.03 95.06 21:37:51 20:41:01 7 3.78 0.00 1.12 0.27 0.03 94.80 21:37:51 20:42:01 all 9.10 0.00 4.28 4.77 0.07 81.77 21:37:51 20:42:01 0 8.10 0.00 5.04 12.51 0.07 74.28 21:37:51 20:42:01 1 8.42 0.00 3.65 6.90 0.08 80.94 21:37:51 20:42:01 2 8.57 0.00 4.10 2.62 0.05 84.66 21:37:51 20:42:01 3 8.31 0.00 3.75 0.34 0.09 87.51 21:37:51 20:42:01 4 8.78 0.00 5.15 5.63 0.07 80.37 21:37:51 20:42:01 5 10.11 0.00 4.33 1.49 0.07 84.00 21:37:51 20:42:01 6 12.49 0.00 4.23 8.18 0.07 75.04 21:37:51 20:42:01 7 8.02 0.00 4.00 0.42 0.08 87.47 21:37:51 20:43:01 all 34.96 0.00 5.57 1.98 0.08 57.40 21:37:51 20:43:01 0 34.64 0.00 5.61 0.05 0.08 59.62 21:37:51 20:43:01 1 37.84 0.00 5.52 2.55 0.08 54.00 21:37:51 20:43:01 2 37.07 0.00 5.42 1.73 0.10 55.68 21:37:51 20:43:01 3 33.63 0.00 6.30 10.12 0.10 49.86 21:37:51 20:43:01 4 34.91 0.00 5.63 0.02 0.08 59.36 21:37:51 20:43:01 5 34.90 0.00 5.10 0.52 0.08 59.40 21:37:51 20:43:01 6 34.60 0.00 6.48 0.62 0.07 58.22 21:37:51 20:43:01 7 32.10 0.00 4.48 0.27 0.07 63.08 21:37:51 20:44:01 all 45.74 0.00 5.09 0.38 0.08 48.71 21:37:51 20:44:01 0 44.48 0.00 5.01 0.13 0.08 50.29 21:37:51 20:44:01 1 44.36 0.00 4.92 0.49 0.08 50.15 21:37:51 20:44:01 2 47.10 0.00 5.36 0.07 0.08 47.40 21:37:51 20:44:01 3 47.62 0.00 5.32 0.02 0.08 46.95 21:37:51 20:44:01 4 44.45 0.00 4.88 2.13 0.08 48.46 21:37:51 20:44:01 5 47.00 0.00 5.17 0.03 0.07 47.73 21:37:51 20:44:01 6 44.81 0.00 5.36 0.13 0.10 49.59 21:37:51 20:44:01 7 46.06 0.00 4.67 0.05 0.08 49.13 21:37:51 20:45:01 all 32.00 0.00 7.04 2.31 0.10 58.55 21:37:51 20:45:01 0 31.69 0.00 6.76 0.27 0.08 61.20 21:37:51 20:45:01 1 31.89 0.00 6.89 1.84 0.10 59.28 21:37:51 20:45:01 2 31.20 0.00 7.75 0.32 0.08 60.65 21:37:51 20:45:01 3 30.61 0.00 7.73 12.12 0.10 49.44 21:37:51 20:45:01 4 33.46 0.00 6.83 2.83 0.10 56.78 21:37:51 20:45:01 5 30.27 0.00 7.07 0.69 0.08 61.88 21:37:51 20:45:01 6 33.24 0.00 6.84 0.24 0.13 59.55 21:37:51 20:45:01 7 33.62 0.00 6.44 0.22 0.10 59.62 21:37:51 20:46:01 all 19.62 0.00 8.60 26.01 0.21 45.56 21:37:51 20:46:01 0 16.37 0.00 8.23 18.85 0.10 56.45 21:37:51 20:46:01 1 20.57 0.00 8.41 29.70 0.10 41.22 21:37:51 20:46:01 2 19.47 0.00 9.53 45.74 0.12 25.13 21:37:51 20:46:01 3 20.09 0.00 8.13 14.09 0.91 56.78 21:37:51 20:46:01 4 19.66 0.00 8.28 15.69 0.09 56.28 21:37:51 20:46:01 5 19.17 0.00 8.41 25.40 0.10 46.92 21:37:51 20:46:01 6 21.41 0.00 9.55 38.11 0.14 30.79 21:37:51 20:46:01 7 20.28 0.00 8.26 21.02 0.10 50.33 21:37:51 20:47:01 all 49.72 0.00 8.98 11.80 0.10 29.40 21:37:51 20:47:01 0 49.24 0.00 7.94 4.64 0.10 38.08 21:37:51 20:47:01 1 50.04 0.00 8.89 14.72 0.10 26.25 21:37:51 20:47:01 2 48.36 0.00 10.31 15.55 0.10 25.68 21:37:51 20:47:01 3 50.10 0.00 8.28 16.66 0.10 24.86 21:37:51 20:47:01 4 49.86 0.00 9.05 3.61 0.08 37.40 21:37:51 20:47:01 5 50.02 0.00 9.16 26.47 0.08 14.27 21:37:51 20:47:01 6 50.52 0.00 8.50 4.32 0.08 36.58 21:37:51 20:47:01 7 49.55 0.00 9.76 8.53 0.12 32.03 21:37:51 20:48:01 all 88.86 0.00 11.00 0.00 0.14 0.00 21:37:51 20:48:01 0 88.16 0.00 11.72 0.00 0.12 0.00 21:37:51 20:48:01 1 89.80 0.00 10.06 0.00 0.13 0.00 21:37:51 20:48:01 2 88.13 0.00 11.69 0.00 0.17 0.00 21:37:51 20:48:01 3 88.59 0.00 11.27 0.00 0.14 0.00 21:37:51 20:48:01 4 88.32 0.00 11.56 0.00 0.12 0.00 21:37:51 20:48:01 5 90.28 0.00 9.58 0.00 0.14 0.00 21:37:51 20:48:01 6 89.28 0.00 10.57 0.00 0.15 0.00 21:37:51 20:48:01 7 88.29 0.00 11.59 0.00 0.12 0.00 21:37:51 20:49:01 all 34.21 0.00 5.32 5.51 0.08 54.89 21:37:51 20:49:01 0 31.66 0.00 5.98 2.25 0.14 59.97 21:37:51 20:49:01 1 35.42 0.00 4.41 2.67 0.08 57.41 21:37:51 20:49:01 2 33.56 0.00 5.85 5.83 0.07 54.70 21:37:51 20:49:01 3 35.67 0.00 4.94 3.61 0.07 55.70 21:37:51 20:49:01 4 35.62 0.00 5.11 3.97 0.07 55.24 21:37:51 20:49:01 5 33.95 0.00 5.04 5.62 0.07 55.32 21:37:51 20:49:01 6 33.79 0.00 5.65 5.27 0.05 55.24 21:37:51 20:49:01 7 33.94 0.00 5.58 14.83 0.08 45.58 21:37:51 20:50:01 all 0.02 0.00 0.02 0.01 0.01 99.95 21:37:51 20:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 20:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 20:50:01 2 0.00 0.00 0.02 0.02 0.00 99.97 21:37:51 20:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 21:37:51 20:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 20:50:01 5 0.03 0.00 0.07 0.03 0.02 99.85 21:37:51 20:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 20:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 20:51:01 all 0.07 0.00 0.01 0.00 0.01 99.91 21:37:51 20:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 20:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 20:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 20:51:01 3 0.22 0.00 0.02 0.00 0.02 99.75 21:37:51 20:51:01 4 0.00 0.00 0.00 0.00 0.02 99.98 21:37:51 20:51:01 5 0.12 0.00 0.02 0.02 0.02 99.83 21:37:51 20:51:01 6 0.03 0.00 0.05 0.00 0.00 99.92 21:37:51 20:51:01 7 0.10 0.00 0.00 0.00 0.00 99.90 21:37:51 21:37:51 20:51:01 CPU %user %nice %system %iowait %steal %idle 21:37:51 20:52:01 all 0.06 0.00 0.02 0.00 0.07 99.85 21:37:51 20:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 20:52:01 1 0.02 0.00 0.02 0.00 0.15 99.82 21:37:51 20:52:01 2 0.02 0.00 0.03 0.02 0.12 99.82 21:37:51 20:52:01 3 0.08 0.00 0.03 0.00 0.05 99.83 21:37:51 20:52:01 4 0.00 0.00 0.00 0.00 0.15 99.85 21:37:51 20:52:01 5 0.02 0.00 0.02 0.02 0.02 99.93 21:37:51 20:52:01 6 0.03 0.00 0.02 0.00 0.02 99.93 21:37:51 20:52:01 7 0.28 0.00 0.02 0.00 0.03 99.67 21:37:51 20:53:01 all 0.03 0.00 0.01 0.00 0.00 99.95 21:37:51 20:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:37:51 20:53:01 1 0.05 0.00 0.00 0.00 0.00 99.95 21:37:51 20:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 20:53:01 3 0.05 0.00 0.03 0.00 0.02 99.90 21:37:51 20:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 20:53:01 5 0.03 0.00 0.00 0.00 0.02 99.95 21:37:51 20:53:01 6 0.05 0.00 0.03 0.00 0.00 99.92 21:37:51 20:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 20:54:01 all 0.29 0.00 0.03 0.01 0.01 99.66 21:37:51 20:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 20:54:01 1 0.15 0.00 0.07 0.00 0.02 99.77 21:37:51 20:54:01 2 0.02 0.00 0.00 0.02 0.00 99.97 21:37:51 20:54:01 3 0.35 0.00 0.03 0.00 0.00 99.62 21:37:51 20:54:01 4 0.50 0.00 0.05 0.03 0.02 99.40 21:37:51 20:54:01 5 0.15 0.00 0.03 0.03 0.02 99.77 21:37:51 20:54:01 6 0.23 0.00 0.00 0.00 0.00 99.77 21:37:51 20:54:01 7 0.85 0.00 0.05 0.02 0.02 99.07 21:37:51 20:55:01 all 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 20:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:37:51 20:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 20:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 20:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 20:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 20:55:01 5 0.07 0.00 0.03 0.02 0.02 99.87 21:37:51 20:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 20:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 20:56:01 all 0.03 0.00 0.03 0.00 0.01 99.93 21:37:51 20:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:37:51 20:56:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 20:56:01 2 0.00 0.00 0.02 0.00 0.02 99.97 21:37:51 20:56:01 3 0.03 0.00 0.05 0.00 0.02 99.90 21:37:51 20:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 20:56:01 5 0.12 0.00 0.02 0.03 0.02 99.82 21:37:51 20:56:01 6 0.03 0.00 0.03 0.00 0.00 99.93 21:37:51 20:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 20:57:01 all 0.04 0.00 0.01 0.00 0.00 99.94 21:37:51 20:57:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 20:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 20:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 20:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 20:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 20:57:01 5 0.10 0.00 0.02 0.02 0.02 99.85 21:37:51 20:57:01 6 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 20:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 20:58:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:37:51 20:58:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 20:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 20:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:37:51 20:58:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 20:58:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 20:58:01 5 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 20:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 20:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 20:59:01 all 0.02 0.00 0.02 0.00 0.00 99.95 21:37:51 20:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 20:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 20:59:01 2 0.00 0.00 0.03 0.02 0.00 99.95 21:37:51 20:59:01 3 0.05 0.00 0.00 0.00 0.00 99.95 21:37:51 20:59:01 4 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 20:59:01 5 0.02 0.00 0.05 0.02 0.02 99.90 21:37:51 20:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 20:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:37:51 21:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:00:01 3 0.02 0.00 0.00 0.02 0.02 99.95 21:37:51 21:00:01 4 0.00 0.00 0.03 0.00 0.02 99.95 21:37:51 21:00:01 5 0.05 0.00 0.00 0.02 0.02 99.92 21:37:51 21:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:01:01 all 0.03 0.00 0.02 0.00 0.00 99.94 21:37:51 21:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:01:01 2 0.02 0.00 0.00 0.02 0.00 99.97 21:37:51 21:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:01:01 4 0.05 0.00 0.07 0.00 0.02 99.87 21:37:51 21:01:01 5 0.05 0.00 0.05 0.02 0.02 99.87 21:37:51 21:01:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:37:51 21:02:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:37:51 21:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 21:37:51 21:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:37:51 21:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 21:37:51 21:02:01 4 0.00 0.00 0.03 0.00 0.00 99.97 21:37:51 21:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 21:37:51 21:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:37:51 21:02:01 CPU %user %nice %system %iowait %steal %idle 21:37:51 21:03:01 all 0.02 0.00 0.02 0.01 0.01 99.95 21:37:51 21:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 21:03:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:37:51 21:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:03:01 4 0.02 0.00 0.05 0.00 0.02 99.92 21:37:51 21:03:01 5 0.05 0.00 0.02 0.03 0.02 99.88 21:37:51 21:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:04:01 all 0.04 0.00 0.01 0.00 0.01 99.93 21:37:51 21:04:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 21:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:04:01 2 0.03 0.00 0.00 0.02 0.00 99.95 21:37:51 21:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 21:04:01 4 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 21:04:01 5 0.05 0.00 0.00 0.00 0.02 99.93 21:37:51 21:04:01 6 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:04:01 7 0.12 0.00 0.02 0.00 0.00 99.87 21:37:51 21:05:01 all 0.18 0.00 0.02 0.00 0.00 99.80 21:37:51 21:05:01 0 0.05 0.00 0.00 0.02 0.00 99.93 21:37:51 21:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:05:01 3 1.24 0.00 0.02 0.00 0.00 98.74 21:37:51 21:05:01 4 0.05 0.00 0.02 0.00 0.02 99.92 21:37:51 21:05:01 5 0.03 0.00 0.05 0.02 0.00 99.90 21:37:51 21:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:06:01 all 0.22 0.00 0.01 0.00 0.00 99.76 21:37:51 21:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 21:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 21:37:51 21:06:01 3 1.52 0.00 0.02 0.00 0.00 98.47 21:37:51 21:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:06:01 5 0.07 0.00 0.02 0.00 0.02 99.90 21:37:51 21:06:01 6 0.05 0.00 0.05 0.00 0.00 99.90 21:37:51 21:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:37:51 21:07:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:07:01 3 0.13 0.00 0.00 0.00 0.02 99.85 21:37:51 21:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:07:01 5 0.02 0.00 0.02 0.02 0.02 99.93 21:37:51 21:07:01 6 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:08:01 all 0.02 0.00 0.02 0.00 0.01 99.95 21:37:51 21:08:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:37:51 21:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 21:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:08:01 5 0.07 0.00 0.03 0.00 0.00 99.90 21:37:51 21:08:01 6 0.07 0.00 0.05 0.00 0.02 99.87 21:37:51 21:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:09:01 all 0.08 0.00 0.02 0.00 0.00 99.89 21:37:51 21:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:09:01 2 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:09:01 3 0.57 0.00 0.03 0.00 0.00 99.40 21:37:51 21:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:09:01 5 0.03 0.00 0.03 0.02 0.02 99.90 21:37:51 21:09:01 6 0.02 0.00 0.05 0.00 0.00 99.93 21:37:51 21:09:01 7 0.00 0.00 0.00 0.00 0.02 99.98 21:37:51 21:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:37:51 21:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 21:37:51 21:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 21:37:51 21:10:01 5 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 21:10:01 6 0.05 0.00 0.03 0.00 0.02 99.90 21:37:51 21:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:37:51 21:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:11:01 1 0.05 0.00 0.00 0.00 0.00 99.95 21:37:51 21:11:01 2 0.02 0.00 0.02 0.02 0.00 99.95 21:37:51 21:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:11:01 5 0.02 0.00 0.00 0.02 0.02 99.95 21:37:51 21:11:01 6 0.05 0.00 0.05 0.00 0.00 99.90 21:37:51 21:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:37:51 21:12:01 0 0.07 0.00 0.02 0.00 0.00 99.92 21:37:51 21:12:01 1 0.05 0.00 0.00 0.00 0.02 99.93 21:37:51 21:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 21:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 21:12:01 6 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:37:51 21:13:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:37:51 21:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:13:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:13:01 4 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:13:01 6 0.05 0.00 0.05 0.00 0.00 99.90 21:37:51 21:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:37:51 21:13:01 CPU %user %nice %system %iowait %steal %idle 21:37:51 21:14:02 all 0.02 0.00 0.01 0.00 0.00 99.97 21:37:51 21:14:02 0 0.05 0.00 0.02 0.00 0.02 99.92 21:37:51 21:14:02 1 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 21:14:02 2 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:14:02 3 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:14:02 4 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:14:02 5 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:14:02 6 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:14:02 7 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:15:01 all 0.03 0.00 0.01 0.00 0.01 99.94 21:37:51 21:15:01 0 0.07 0.00 0.07 0.00 0.00 99.86 21:37:51 21:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 21:37:51 21:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 21:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:15:01 5 0.05 0.00 0.00 0.02 0.00 99.93 21:37:51 21:15:01 6 0.03 0.00 0.02 0.00 0.02 99.93 21:37:51 21:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 21:37:51 21:16:01 all 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:16:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 21:16:01 6 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:16:01 7 0.03 0.00 0.05 0.00 0.00 99.92 21:37:51 21:17:01 all 0.04 0.00 0.01 0.00 0.01 99.95 21:37:51 21:17:01 0 0.07 0.00 0.02 0.00 0.02 99.90 21:37:51 21:17:01 1 0.07 0.00 0.02 0.00 0.02 99.90 21:37:51 21:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 21:17:01 3 0.02 0.00 0.00 0.02 0.00 99.97 21:37:51 21:17:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 21:17:01 5 0.03 0.00 0.00 0.02 0.00 99.95 21:37:51 21:17:01 6 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:18:01 all 0.01 0.00 0.01 0.00 0.00 99.98 21:37:51 21:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:18:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:18:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:37:51 21:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:19:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:37:51 21:19:01 0 0.02 0.00 0.05 0.00 0.02 99.92 21:37:51 21:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:37:51 21:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:19:01 6 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:37:51 21:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:37:51 21:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:20:01 3 0.00 0.00 0.00 0.02 0.02 99.97 21:37:51 21:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:20:01 5 0.02 0.00 0.00 0.02 0.02 99.95 21:37:51 21:20:01 6 0.02 0.00 0.03 0.00 0.02 99.93 21:37:51 21:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:21:01 all 0.04 0.00 0.02 0.00 0.01 99.93 21:37:51 21:21:01 0 0.08 0.00 0.03 0.00 0.02 99.87 21:37:51 21:21:01 1 0.05 0.00 0.08 0.00 0.02 99.85 21:37:51 21:21:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:21:01 3 0.02 0.00 0.00 0.02 0.00 99.97 21:37:51 21:21:01 4 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:21:01 6 0.05 0.00 0.00 0.00 0.00 99.95 21:37:51 21:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:22:01 all 0.01 0.00 0.01 5.01 0.01 94.96 21:37:51 21:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:37:51 21:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:37:51 21:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:22:01 4 0.02 0.00 0.02 19.13 0.02 80.82 21:37:51 21:22:01 5 0.02 0.00 0.00 20.90 0.00 79.08 21:37:51 21:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 21:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:37:51 21:23:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 21:23:01 1 0.07 0.00 0.00 0.00 0.02 99.92 21:37:51 21:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:23:01 3 0.02 0.00 0.00 0.02 0.02 99.95 21:37:51 21:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:24:01 all 0.01 0.00 0.01 0.00 0.00 99.96 21:37:51 21:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:24:01 3 0.03 0.00 0.02 0.02 0.00 99.93 21:37:51 21:24:01 4 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:24:01 5 0.00 0.00 0.02 0.02 0.00 99.97 21:37:51 21:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:37:51 21:24:01 CPU %user %nice %system %iowait %steal %idle 21:37:51 21:25:01 all 0.02 0.00 0.01 0.08 0.01 99.88 21:37:51 21:25:01 0 0.05 0.00 0.02 0.00 0.02 99.92 21:37:51 21:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:37:51 21:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:25:01 3 0.02 0.00 0.02 0.37 0.02 99.58 21:37:51 21:25:01 4 0.02 0.00 0.02 0.03 0.03 99.90 21:37:51 21:25:01 5 0.02 0.00 0.00 0.20 0.02 99.77 21:37:51 21:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 21:37:51 21:26:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:37:51 21:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:26:01 4 0.03 0.00 0.02 0.00 0.02 99.93 21:37:51 21:26:01 5 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:27:01 all 0.03 0.00 0.01 0.00 0.00 99.95 21:37:51 21:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 21:27:01 1 0.03 0.00 0.00 0.00 0.02 99.95 21:37:51 21:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:27:01 3 0.02 0.00 0.00 0.02 0.02 99.95 21:37:51 21:27:01 4 0.05 0.00 0.03 0.00 0.00 99.92 21:37:51 21:27:01 5 0.03 0.00 0.03 0.02 0.00 99.92 21:37:51 21:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:28:01 all 0.13 0.00 0.03 0.00 0.01 99.83 21:37:51 21:28:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:37:51 21:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:28:01 2 0.91 0.00 0.08 0.00 0.02 98.99 21:37:51 21:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:28:01 4 0.03 0.00 0.03 0.02 0.02 99.90 21:37:51 21:28:01 5 0.03 0.00 0.03 0.02 0.02 99.90 21:37:51 21:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:29:01 all 0.04 0.00 0.02 0.00 0.00 99.95 21:37:51 21:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:29:01 2 0.13 0.00 0.00 0.00 0.00 99.87 21:37:51 21:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:29:01 4 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 21:29:01 5 0.03 0.00 0.05 0.00 0.02 99.90 21:37:51 21:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:29:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:30:01 all 0.02 0.00 0.01 0.01 0.00 99.95 21:37:51 21:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:30:01 3 0.02 0.00 0.00 0.02 0.00 99.97 21:37:51 21:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 21:30:01 5 0.05 0.00 0.00 0.07 0.00 99.88 21:37:51 21:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:30:01 7 0.03 0.00 0.05 0.00 0.02 99.90 21:37:51 21:31:01 all 0.12 0.00 0.02 0.00 0.00 99.85 21:37:51 21:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:31:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:37:51 21:31:01 2 0.80 0.00 0.00 0.00 0.00 99.20 21:37:51 21:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:31:01 4 0.02 0.00 0.05 0.00 0.00 99.93 21:37:51 21:31:01 5 0.03 0.00 0.03 0.02 0.02 99.90 21:37:51 21:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:31:01 7 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 21:32:01 all 0.22 0.00 0.01 0.00 0.00 99.77 21:37:51 21:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:32:01 2 1.55 0.00 0.00 0.00 0.00 98.45 21:37:51 21:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:32:01 4 0.02 0.00 0.00 0.02 0.02 99.95 21:37:51 21:32:01 5 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:33:01 all 0.03 0.00 0.01 0.00 0.00 99.96 21:37:51 21:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:37:51 21:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:33:01 5 0.07 0.00 0.03 0.02 0.00 99.88 21:37:51 21:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:34:01 all 0.04 0.00 0.01 0.00 0.01 99.93 21:37:51 21:34:01 0 0.07 0.00 0.00 0.00 0.03 99.90 21:37:51 21:34:01 1 0.05 0.00 0.02 0.00 0.02 99.92 21:37:51 21:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:37:51 21:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:37:51 21:34:01 4 0.05 0.00 0.03 0.02 0.02 99.88 21:37:51 21:34:01 5 0.08 0.00 0.03 0.00 0.03 99.85 21:37:51 21:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:35:01 all 0.01 0.00 0.01 0.00 0.00 99.97 21:37:51 21:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 21:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:37:51 21:35:01 4 0.00 0.00 0.02 0.02 0.00 99.97 21:37:51 21:35:01 5 0.03 0.00 0.03 0.02 0.00 99.92 21:37:51 21:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:37:51 21:35:01 CPU %user %nice %system %iowait %steal %idle 21:37:51 21:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 21:37:51 21:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:37:51 21:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:37:51 21:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:37:51 21:36:01 3 0.00 0.00 0.00 0.02 0.02 99.97 21:37:51 21:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:37:51 21:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 21:37:51 21:36:01 6 0.00 0.00 0.02 0.00 0.02 99.97 21:37:51 21:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 21:37:51 21:37:01 all 0.02 0.00 0.01 0.03 0.00 99.94 21:37:51 21:37:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:37:51 21:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:37:51 21:37:01 2 0.00 0.00 0.00 0.02 0.02 99.97 21:37:51 21:37:01 3 0.00 0.00 0.02 0.17 0.00 99.82 21:37:51 21:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:37:51 21:37:01 5 0.00 0.00 0.00 0.07 0.00 99.93 21:37:51 21:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:37:51 21:37:01 7 0.07 0.00 0.00 0.00 0.00 99.93 21:37:51 Average: all 5.60 0.00 1.01 1.04 0.02 92.33 21:37:51 Average: 0 5.47 0.00 1.01 0.67 0.02 92.82 21:37:51 Average: 1 5.70 0.00 0.94 1.02 0.02 92.32 21:37:51 Average: 2 5.57 0.00 1.07 1.24 0.02 92.10 21:37:51 Average: 3 5.67 0.00 1.01 1.01 0.03 92.27 21:37:51 Average: 4 5.63 0.00 1.03 1.01 0.02 92.31 21:37:51 Average: 5 5.59 0.00 0.98 1.65 0.02 91.76 21:37:51 Average: 6 5.63 0.00 1.03 0.97 0.02 92.35 21:37:51 Average: 7 5.53 0.00 0.98 0.79 0.02 92.68 21:37:51 21:37:51 21:37:51