Pull request #4815 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c0a23728568dc09b3adec74e72db8db9b3cdda26+d3e93d299d336768afbb67d4e8d03cb0d65cb15d (a94b2178b10936f44b5e06f8551677e39d6471e9) 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-ssh15880537207961083809.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-ssh11681580176427791953.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-4815/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-4815/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10503195712728271298.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-4815/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17351925890283874851.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-ssh13658326437104097428.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-4815/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-4815/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7172955564661327454.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-4840 in /w/workspace/edgexfoundry_edgex-go_PR-4815 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d3e93d299d336768afbb67d4e8d03cb0d65cb15d into PR head commit c0a23728568dc09b3adec74e72db8db9b3cdda26 Merge succeeded, producing c0a23728568dc09b3adec74e72db8db9b3cdda26 Checking out Revision c0a23728568dc09b3adec74e72db8db9b3cdda26 (PR-4815) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > 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/4815/head:refs/remotes/origin/PR-4815 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # 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 d3e93d299d336768afbb67d4e8d03cb0d65cb15d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:55:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:55:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:55:22 ========================================================= 19:55:22 EdgeX Global Pipelines Version Info 19:55:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:55:23 ------------------- 19:55:23 stable info: 19:55:23 ------------------- 19:55:23 Commited By: Ginny Guan ginny@iotechsys.com 19:55:23 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 19:55:23 Message: update stable to v1.0.260 19:55:24 ------------------- 19:55:24 experimental info: 19:55:24 ------------------- 19:55:24 Commited By: Ginny Guan ginny@iotechsys.com 19:55:24 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 19:55:24 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:55:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4815 [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4815 [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4815 [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] echo 19:55:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c0a2372 [Pipeline] echo 19:55:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:55:26 provisioning config files... 19:55:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9390122090417747150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:55:26 ---> ****-login.sh 19:55:26 nexus3.edgexfoundry.org:10001 19:55:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:55:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:55:26 Configure a credential helper to remove this warning. See 19:55:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:55:26 19:55:26 Login Succeeded 19:55:26 nexus3.edgexfoundry.org:10002 19:55:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:55:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:55:27 Configure a credential helper to remove this warning. See 19:55:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:55:27 19:55:27 Login Succeeded 19:55:27 nexus3.edgexfoundry.org:10003 19:55:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:55:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:55:27 Configure a credential helper to remove this warning. See 19:55:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:55:27 19:55:27 Login Succeeded 19:55:27 nexus3.edgexfoundry.org:10004 19:55:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:55:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:55:27 Configure a credential helper to remove this warning. See 19:55:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:55:27 19:55:27 Login Succeeded 19:55:27 ****.io 19:55:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:55:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:55:27 Configure a credential helper to remove this warning. See 19:55:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:55:27 19:55:27 Login Succeeded 19:55:27 ---> ****-login.sh ends [Pipeline] } 19:55:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:55:28 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:55:28 + + dirname cmd/core-command/Dockerfile 19:55:28 cut -d/ -f2 19:55:28 + echo core-command,cmd/core-command/Dockerfile 19:55:28 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:55:28 cut -d/ -f2 19:55:28 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:55:28 + + cut -d/ -f2 19:55:28 dirname cmd/core-data/Dockerfile 19:55:28 + echo core-data,cmd/core-data/Dockerfile 19:55:28 + dirname cmd/core-metadata/Dockerfile 19:55:28 + cut -d/ -f2 19:55:28 + echo core-metadata,cmd/core-metadata/Dockerfile 19:55:28 + + cut -d/ -f2 19:55:28 dirname cmd/security-bootstrapper/Dockerfile 19:55:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:55:28 + dirname cmd/security-proxy-auth/Dockerfile 19:55:28 + cut -d/ -f2 19:55:28 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:55:28 + + dirname cmd/security-proxy-setup/Dockerfile 19:55:28 cut -d/ -f2 19:55:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:55:28 + + cut -d/dirname -f2 cmd/security-secretstore-setup/Dockerfile 19:55:28 19:55:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:55:28 + cut+ -d/ -f2 19:55:28 dirname cmd/security-spiffe-token-provider/Dockerfile 19:55:28 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:55:28 + dirname cmd/security-spire-agent/Dockerfile 19:55:28 + cut -d/ -f2 19:55:28 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:55:28 + cut -d/ -f2 19:55:28 + dirname cmd/security-spire-config/Dockerfile 19:55:28 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:55:28 + cut -d/ -f2 19:55:28 + dirname cmd/security-spire-server/Dockerfile 19:55:28 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:55:28 + dirname cmd/support-notifications/Dockerfile 19:55:28 + cut -d/ -f2 19:55:28 + echo support-notifications,cmd/support-notifications/Dockerfile 19:55:28 + + cutdirname -d/ cmd/support-scheduler/Dockerfile -f2 19:55:28 19:55:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:55:28 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:55:28 + git rev-list -1 --merges c0a23728568dc09b3adec74e72db8db9b3cdda26~1..c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] echo 19:55:28 -----------> git rev-list -1 --merges c0a23728568dc09b3adec74e72db8db9b3cdda26~1..c0a23728568dc09b3adec74e72db8db9b3cdda26 c0a23728568dc09b3adec74e72db8db9b3cdda26 [false] [Pipeline] sh 19:55:29 + git log --format=format:%s -1 c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] echo 19:55:29 ========================================================= 19:55:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:55:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:55:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:55:29 + grep -v github /etc/ssh/ssh_known_hosts 19:55:29 + [ -e /tmp/ssh_known_hosts ] 19:55:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:55:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:55:29 + sudo tee -a /etc/ssh/ssh_known_hosts 19:55:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:55:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:55:30 19:55:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:55:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:55:30 0.1.4: Pulling from edgex-devops/py-git-semver 19:55:30 b85a868b505f: Pulling fs layer 19:55:30 e2be974225ed: Pulling fs layer 19:55:30 339a4e72a1f5: Pulling fs layer 19:55:30 988bab9f4d93: Pulling fs layer 19:55:30 1469e6f7b9e6: Pulling fs layer 19:55:30 eaf3925da568: Pulling fs layer 19:55:30 bab4dde63d76: Pulling fs layer 19:55:30 bde34c3a00c8: Pulling fs layer 19:55:30 988bab9f4d93: Waiting 19:55:30 b352a97aabf1: Pulling fs layer 19:55:30 1469e6f7b9e6: Waiting 19:55:30 4872d77fe225: Pulling fs layer 19:55:30 5851b861e8e6: Pulling fs layer 19:55:30 eaf3925da568: Waiting 19:55:30 4872d77fe225: Waiting 19:55:30 5851b861e8e6: Waiting 19:55:30 bde34c3a00c8: Waiting 19:55:30 b352a97aabf1: Waiting 19:55:30 bab4dde63d76: Waiting 19:55:30 e2be974225ed: Download complete 19:55:30 988bab9f4d93: Verifying Checksum 19:55:30 988bab9f4d93: Download complete 19:55:30 1469e6f7b9e6: Verifying Checksum 19:55:30 1469e6f7b9e6: Download complete 19:55:30 eaf3925da568: Verifying Checksum 19:55:30 eaf3925da568: Download complete 19:55:30 339a4e72a1f5: Verifying Checksum 19:55:30 339a4e72a1f5: Download complete 19:55:30 bde34c3a00c8: Verifying Checksum 19:55:30 bde34c3a00c8: Download complete 19:55:30 b352a97aabf1: Download complete 19:55:30 4872d77fe225: Download complete 19:55:30 5851b861e8e6: Verifying Checksum 19:55:30 b85a868b505f: Verifying Checksum 19:55:30 b85a868b505f: Download complete 19:55:31 bab4dde63d76: Verifying Checksum 19:55:31 bab4dde63d76: Download complete 19:55:31 b85a868b505f: Pull complete 19:55:32 e2be974225ed: Pull complete 19:55:32 339a4e72a1f5: Pull complete 19:55:32 988bab9f4d93: Pull complete 19:55:33 1469e6f7b9e6: Pull complete 19:55:33 eaf3925da568: Pull complete 19:55:34 bab4dde63d76: Pull complete 19:55:34 bde34c3a00c8: Pull complete 19:55:34 b352a97aabf1: Pull complete 19:55:34 4872d77fe225: Pull complete 19:55:34 5851b861e8e6: Pull complete 19:55:34 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:55:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:55:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:55:35 prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container 19:55:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:55:36 $ docker top 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf -eo pid,comm 19:55:36 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:55:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:55:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:55:36 [ssh-agent] Looking for ssh-agent implementation... 19:55:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:55:36 $ docker exec 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent 19:55:36 SSH_AUTH_SOCK=/tmp/ssh-gBDRk9oRGf5G/agent.32 19:55:36 SSH_AGENT_PID=38 19:55:36 Running ssh-add (command line suppressed) 19:55:36 Identity added: /w/workspace/edgex-go/1@tmp/private_key_11982597626210854990.key (/w/workspace/edgex-go/1@tmp/private_key_11982597626210854990.key) 19:55:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:55:37 + git tag --points-at HEAD [Pipeline] } 19:55:37 $ docker exec --env ******** --env ******** 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent -k 19:55:37 unset SSH_AUTH_SOCK; 19:55:37 unset SSH_AGENT_PID; 19:55:37 echo Agent pid 38 killed; 19:55:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:55:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:55:37 [ssh-agent] Looking for ssh-agent implementation... 19:55:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:55:37 $ docker exec 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent 19:55:37 SSH_AUTH_SOCK=/tmp/ssh-cyxZRlcKmR7U/agent.71 19:55:37 SSH_AGENT_PID=77 19:55:37 Running ssh-add (command line suppressed) 19:55:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6938772350168552659.key (/w/workspace/edgex-go/1@tmp/private_key_6938772350168552659.key) 19:55:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:55:38 + git semver init 19:55:38 2024-07-02 19:55:38,452 [run_init] DEBUG init version:0.0.0 force:False 19:55:38 2024-07-02 19:55:38,453 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:55:38 2024-07-02 19:55:38,454 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:55:38 2024-07-02 19:55:38,454 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:55:42 2024-07-02 19:55:42,670 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:55:42 2024-07-02 19:55:42,671 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4815 with force:False 19:55:42 2024-07-02 19:55:42,671 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4815 19:55:42 2024-07-02 19:55:42,676 [execute] INFO git cat-file --batch-check 19:55:42 2024-07-02 19:55:42,676 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:55:42 2024-07-02 19:55:42,681 [execute] INFO git cat-file --batch 19:55:42 2024-07-02 19:55:42,681 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:55:42 2024-07-02 19:55:42,686 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4815 19:55:42 0.0.0 [Pipeline] } 19:55:42 $ docker exec --env ******** --env ******** 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent -k 19:55:42 unset SSH_AUTH_SOCK; 19:55:42 unset SSH_AGENT_PID; 19:55:42 echo Agent pid 77 killed; 19:55:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:55:43 + git semver [Pipeline] } 19:55:43 $ docker stop --time=1 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf 19:55:44 $ docker rm -f --volumes 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf [Pipeline] // withDockerContainer [Pipeline] sh 19:55:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:55:45 Stashed 1 file(s) [Pipeline] echo 19:55:45 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:55:46 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:55:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:55:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:55:46 ========================================================= 19:55:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 19:55:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:55:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:55:47 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 19:55:47 619be1103602: Pulling fs layer 19:55:47 7862e08f4a3e: Pulling fs layer 19:55:47 5df492c9dc93: Pulling fs layer 19:55:47 7629e6793208: Pulling fs layer 19:55:47 4f4fb700ef54: Pulling fs layer 19:55:47 fb5054dd5b73: Pulling fs layer 19:55:47 eeca6798cff9: Pulling fs layer 19:55:47 aa269ceb94a6: Pulling fs layer 19:55:47 ada007ff1a6a: Pulling fs layer 19:55:47 4f4fb700ef54: Waiting 19:55:47 7629e6793208: Waiting 19:55:47 aa269ceb94a6: Waiting 19:55:47 fb5054dd5b73: Waiting 19:55:47 eeca6798cff9: Waiting 19:55:47 ada007ff1a6a: Waiting 19:55:47 7862e08f4a3e: Download complete 19:55:47 7629e6793208: Verifying Checksum 19:55:47 7629e6793208: Download complete 19:55:47 4f4fb700ef54: Verifying Checksum 19:55:47 4f4fb700ef54: Download complete 19:55:47 fb5054dd5b73: Download complete 19:55:47 619be1103602: Verifying Checksum 19:55:47 619be1103602: Download complete 19:55:47 eeca6798cff9: Verifying Checksum 19:55:47 eeca6798cff9: Download complete 19:55:47 619be1103602: Pull complete 19:55:47 7862e08f4a3e: Pull complete 19:55:47 ada007ff1a6a: Verifying Checksum 19:55:47 ada007ff1a6a: Download complete 19:55:47 5df492c9dc93: Verifying Checksum 19:55:47 5df492c9dc93: Download complete 19:55:47 aa269ceb94a6: Verifying Checksum 19:55:47 aa269ceb94a6: Download complete 19:55:51 5df492c9dc93: Pull complete 19:55:51 7629e6793208: Pull complete 19:55:51 4f4fb700ef54: Pull complete 19:55:51 fb5054dd5b73: Pull complete 19:55:51 eeca6798cff9: Pull complete 19:55:53 aa269ceb94a6: Pull complete 19:55:53 ada007ff1a6a: Pull complete 19:55:53 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 19:55:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:55:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:55:54 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:55:54 WORKDIR /edgex 19:55:54 COPY go.mod . 19:55:54 RUN go mod download 19:55:54 + docker build -t ci-base-image-x86_64 -f - . 19:55:54 Sending build context to Docker daemon 178.3MB 19:55:54 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:55:54 ---> f489d0715acc 19:55:54 Step 2/4 : WORKDIR /edgex 19:55:56 ---> Running in eead486af204 19:55:56 Removing intermediate container eead486af204 19:55:56 ---> ed9d0247ab6a 19:55:56 Step 3/4 : COPY go.mod . 19:55:56 ---> 75e977d1d1f1 19:55:56 Step 4/4 : RUN go mod download 19:55:56 ---> Running in edfe4b2ca926 19:56:01 Still waiting to schedule task 19:56:01 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:56:19 Removing intermediate container edfe4b2ca926 19:56:19 ---> 05a794f0bafb 19:56:19 Successfully built 05a794f0bafb 19:56:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:20 + docker inspect -f . ci-base-image-x86_64 19:56:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:56:20 prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container 19:56:20 $ 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-x86_64 cat 19:56:20 $ docker top 212fe85af09dbedd7634e009d8c32311c9d3e269dc021487fe75f35d2b2368c5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:21 + go version 19:56:21 go version go1.21.9 linux/amd64 [Pipeline] } 19:56:21 $ docker stop --time=1 212fe85af09dbedd7634e009d8c32311c9d3e269dc021487fe75f35d2b2368c5 19:56:22 $ docker rm -f --volumes 212fe85af09dbedd7634e009d8c32311c9d3e269dc021487fe75f35d2b2368c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:23 + docker inspect -f . ci-base-image-x86_64 19:56:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:56:23 prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container 19:56:23 $ 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-x86_64 cat 19:56:23 $ docker top 17ca27f6f298caef94d7ea3ded2d2beced8614cd07aa5371e22e90145a0b3a6d -eo pid,comm [Pipeline] { [Pipeline] echo 19:56:23 ========================================================= 19:56:23 [edgeXBuildGoParallel] Running Tests and Build... 19:56:23 ========================================================= [Pipeline] sh 19:56:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:56:24 + make test 19:56:24 go test -race -coverprofile=coverage.out ./... 19:56:31 ? github.com/edgexfoundry/edgex-go [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.025s coverage: 28.7% of statements 19:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 19:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:57:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:57:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.052s coverage: 69.2% of statements 19:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.043s coverage: 53.2% of statements 19:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.388s coverage: 93.4% of statements 19:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.041s coverage: 6.6% of statements 19:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.333s coverage: 97.6% of statements 19:57:10 ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements 19:57:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:57:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:57:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.9% of statements 19:57:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.032s coverage: 32.2% of statements 19:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.027s coverage: 41.7% of statements 19:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.020s coverage: 82.9% of statements 19:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.034s coverage: 94.1% of statements 19:57:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements 19:57:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:57:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:57:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:57:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:57:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:57:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:57:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:57:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:57:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:57:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:57:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:57:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:57:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:57:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:57:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.025s coverage: 94.4% of statements 19:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:57:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:57:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:57:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:57:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:57:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4841 in /w/workspace/edgexfoundry_edgex-go_PR-4815 [Pipeline] { [Pipeline] ws 19:57:35 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:57:38 The recommended git tool is: git 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.231s coverage: 79.9% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.042s coverage: 92.9% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.034s coverage: 62.3% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.022s coverage: 87.2% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 20.0% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.060s coverage: 82.1% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.026s coverage: 86.0% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.127s coverage: 63.1% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.019s coverage: 89.4% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.144s coverage: 38.4% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.085s coverage: 95.7% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements 19:57:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 98.9% of statements 19:57:39 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:57:39 running golangci-lint 19:57:39 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 19:57:39 go version go1.21.9 linux/amd64 19:57:39 level=info msg="[config_reader] Used config file .golangci.yml" 19:57:39 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:57:42 using credential edgex-jenkins-ssh 19:57:42 Cloning the remote Git repository 19:57:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:57:42 > git init /w/workspace/edgex-go/1 # timeout=10 19:57:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:57:43 > git --version # timeout=10 19:57:43 > git --version # 'git version 2.25.1' 19:57:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:57:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:57:57 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|imports|name|types_sizes|compiled_files) took 19.00145943s" 19:57:57 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 32.928017ms" 19:58:01 Merging remotes/origin/main commit d3e93d299d336768afbb67d4e8d03cb0d65cb15d into PR head commit c0a23728568dc09b3adec74e72db8db9b3cdda26 19:58:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:58:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:58:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:58:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:58:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:58:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4815/head:refs/remotes/origin/PR-4815 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:58:02 > git config core.sparsecheckout # timeout=10 19:58:02 > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # timeout=10 19:58:02 > git remote # timeout=10 19:58:02 > git config --get remote.origin.url # timeout=10 19:58:02 Merge succeeded, producing c0a23728568dc09b3adec74e72db8db9b3cdda26 19:58:02 Checking out Revision c0a23728568dc09b3adec74e72db8db9b3cdda26 (PR-4815) 19:58:03 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 19:58:03 > git --version # timeout=10 19:58:03 > git --version # 'git version 2.25.1' 19:58:03 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 19:58:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:58:02 > git merge d3e93d299d336768afbb67d4e8d03cb0d65cb15d # timeout=10 19:58:02 > git rev-parse HEAD^{commit} # timeout=10 19:58:02 > git config core.sparsecheckout # timeout=10 19:58:02 > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # timeout=10 19:58:07 level=info msg="[linters_context/goanalysis] analyzers took 1m27.03121666s with top 10 stages: buildir: 43.418251536s, gosec: 6.765408635s, inspect: 2.646802221s, fact_deprecated: 2.061520421s, printf: 1.422342789s, ctrlflow: 1.422173636s, fact_purity: 1.164751932s, nilness: 923.064491ms, typedness: 625.056749ms, S1038: 608.369707ms" 19:58:07 level=info msg="[runner] Issues before processing: 197, after processing: 0" 19:58:07 level=info msg="[runner] Processors filtering stat (out/in): exclude: 197/197, cgo: 197/197, skip_dirs: 197/197, exclude-rules: 21/197, filename_unadjuster: 197/197, identifier_marker: 197/197, nolint: 0/21, path_prettifier: 197/197, autogenerated_exclude: 197/197, skip_files: 197/197" 19:58:07 level=info msg="[runner] processing took 15.298544ms with stages: nolint: 6.543942ms, identifier_marker: 4.46713ms, exclude-rules: 1.458451ms, path_prettifier: 1.37251ms, autogenerated_exclude: 946.571µs, skip_dirs: 464.96µs, cgo: 26.77µs, filename_unadjuster: 15.02µs, max_same_issues: 540ns, fixer: 460ns, skip_files: 410ns, exclude: 290ns, severity-rules: 270ns, uniq_by_line: 230ns, diff: 210ns, max_from_linter: 160ns, source_code: 140ns, sort_results: 130ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns, path_shortener: 110ns" 19:58:07 level=info msg="[runner] linters took 9.482674666s with stages: goanalysis_metalinter: 9.467299252s" 19:58:07 level=info msg="File cache stats: 0 entries of total size 0B" 19:58:07 level=info msg="Memory: 286 samples, avg is 267.3MB, max is 1217.3MB" 19:58:07 level=info msg="Execution took 28.525411983s" 19:58:07 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:58:07 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:58:07 % Total % Received % Xferd Average Speed Time Time Time Current 19:58:07 Dload Upload Total Spent Left Speed 19:58:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh 19:58:08 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:58:08 + sudo tee /etc/docker/daemon.new 19:58:08 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:58:08 { 19:58:08 "registry-mirrors": [ 19:58:08 "https://nexus3.edgexfoundry.org:10001" 19:58:08 ], 19:58:08 "bip": "10.250.0.254/24", 19:58:08 "hosts": [ 19:58:08 "tcp://0.0.0.0:5555", 19:58:08 "unix:///var/run/docker.sock" 19:58:08 ], 19:58:08 "mtu": 1458, 19:58:08 "selinux-enabled": true, 19:58:08 "seccomp-profile": "/etc/docker/seccomp.json" 19:58:08 } [Pipeline] sh 19:58:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:58:09 + sudo service docker restart 19:58:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:58:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:58:12 ./bin/test-attribution-txt.sh [Pipeline] echo 19:58:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:58:12 + ls -al . 19:58:12 total 816 19:58:12 drwxrwxr-x 11 1001 1001 4096 Jul 2 19:56 . 19:58:12 drwxr-xr-x 4 root root 4096 Jul 2 19:56 .. 19:58:12 drwxrwxr-x 2 1001 1001 4096 Jul 2 19:55 .blubracket 19:58:12 -rw-rw-r-- 1 1001 1001 10 Jul 2 19:55 .dockerignore 19:58:12 drwxrwxr-x 8 1001 1001 4096 Jul 2 19:57 .git 19:58:12 drwxrwxr-x 3 1001 1001 4096 Jul 2 19:55 .github 19:58:12 -rw-rw-r-- 1 1001 1001 1074 Jul 2 19:55 .gitignore 19:58:12 -rw-rw-r-- 1 1001 1001 42 Jul 2 19:55 .golangci.yml 19:58:12 -rw-rw-r-- 1 1001 1001 100 Jul 2 19:55 .hadolint.yml 19:58:12 drwxr-xr-x 3 1001 1001 4096 Jul 2 19:55 .semver 19:58:12 -rw-rw-r-- 1 1001 1001 155 Jul 2 19:55 .sonarcloud.properties 19:58:12 -rw-rw-r-- 1 1001 1001 1171 Jul 2 19:55 ADOPTERS.md 19:58:12 -rw-rw-r-- 1 1001 1001 20361 Jul 2 19:55 Attribution.txt 19:58:12 -rw-rw-r-- 1 1001 1001 100284 Jul 2 19:55 CHANGELOG.md 19:58:12 -rw-rw-r-- 1 1001 1001 3804 Jul 2 19:55 CONTRIBUTING.md 19:58:12 -rw-rw-r-- 1 1001 1001 677 Jul 2 19:55 GOVERNANCE.md 19:58:12 -rw-rw-r-- 1 1001 1001 861 Jul 2 19:55 Jenkinsfile 19:58:12 -rw-rw-r-- 1 1001 1001 10775 Jul 2 19:55 LICENSE 19:58:12 -rw-rw-r-- 1 1001 1001 15392 Jul 2 19:55 Makefile 19:58:12 -rw-rw-r-- 1 1001 1001 582 Jul 2 19:55 OWNERS.md 19:58:12 -rw-rw-r-- 1 1001 1001 9528 Jul 2 19:55 README.md 19:58:12 -rw-rw-r-- 1 1001 1001 789 Jul 2 19:55 SECURITY.md 19:58:12 -rw-rw-r-- 1 1001 1001 5 Jul 2 19:55 VERSION 19:58:12 drwxrwxr-x 2 1001 1001 4096 Jul 2 19:55 bin 19:58:12 drwxrwxr-x 18 1001 1001 4096 Jul 2 19:55 cmd 19:58:12 -rw-r--r-- 1 root root 456284 Jul 2 19:57 coverage.out 19:58:12 drwxrwxr-x 2 1001 1001 4096 Jul 2 19:55 fuzz_test 19:58:12 -rw-rw-r-- 1 1001 1001 6923 Jul 2 19:55 go.mod 19:58:12 -rw-rw-r-- 1 1001 1001 101537 Jul 2 19:55 go.sum 19:58:12 drwxrwxr-x 7 1001 1001 4096 Jul 2 19:55 internal 19:58:12 drwxrwxr-x 3 1001 1001 4096 Jul 2 19:55 openapi 19:58:12 -rw-rw-r-- 1 1001 1001 584 Jul 2 19:55 security.txt 19:58:12 -rw-rw-r-- 1 1001 1001 204 Jul 2 19:55 version.go [Pipeline] sh 19:58:13 + '[' -e coverage.out ] 19:58:13 + chown 1001:1001 coverage.out [Pipeline] stash 19:58:13 Stashed 1 file(s) [Pipeline] sh 19:58:13 + make build 19:58:13 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:58:27 provisioning config files... 19:58:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2276655819108282196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:58:28 ---> ****-login.sh 19:58:28 nexus3.edgexfoundry.org:10001 19:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:58:28 Configure a credential helper to remove this warning. See 19:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:58:28 19:58:28 Login Succeeded 19:58:28 nexus3.edgexfoundry.org:10002 19:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:58:28 Configure a credential helper to remove this warning. See 19:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:58:28 19:58:28 Login Succeeded 19:58:28 nexus3.edgexfoundry.org:10003 19:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:58:29 Configure a credential helper to remove this warning. See 19:58:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:58:29 19:58:29 Login Succeeded 19:58:29 nexus3.edgexfoundry.org:10004 19:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:58:29 Configure a credential helper to remove this warning. See 19:58:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:58:29 19:58:29 Login Succeeded 19:58:29 ****.io 19:58:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:58:30 Configure a credential helper to remove this warning. See 19:58:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:58:30 19:58:30 Login Succeeded 19:58:30 ---> ****-login.sh ends [Pipeline] } 19:58:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:58:31 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:58:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:58:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:58:31 ========================================================= 19:58:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 19:58:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:58:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:58:31 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:58:31 c6b39de5b339: Pulling fs layer 19:58:31 a69c41024577: Pulling fs layer 19:58:31 d6de4b400683: Pulling fs layer 19:58:31 35cb2a7552d0: Pulling fs layer 19:58:31 4f4fb700ef54: Pulling fs layer 19:58:31 464afbd9ba4c: Pulling fs layer 19:58:31 00f215d4a9da: Pulling fs layer 19:58:31 d496ad576159: Pulling fs layer 19:58:31 4f4fb700ef54: Waiting 19:58:31 464afbd9ba4c: Waiting 19:58:31 00f215d4a9da: Waiting 19:58:31 d496ad576159: Waiting 19:58:31 35cb2a7552d0: Waiting 19:58:31 a69c41024577: Download complete 19:58:31 35cb2a7552d0: Verifying Checksum 19:58:31 4f4fb700ef54: Verifying Checksum 19:58:31 4f4fb700ef54: Download complete 19:58:31 464afbd9ba4c: Verifying Checksum 19:58:31 464afbd9ba4c: Download complete 19:58:31 c6b39de5b339: Verifying Checksum 19:58:31 c6b39de5b339: Download complete 19:58:32 d496ad576159: Verifying Checksum 19:58:32 d496ad576159: Download complete 19:58:32 c6b39de5b339: Pull complete 19:58:33 a69c41024577: Pull complete 19:58:33 d6de4b400683: Verifying Checksum 19:58:33 d6de4b400683: Download complete 19:58:34 00f215d4a9da: Verifying Checksum 19:58:34 00f215d4a9da: Download complete 19:58:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:58:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:58:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:58:35 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:58:39 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:58:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:58: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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:58: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:58: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/secrets-config ./cmd/secrets-config 19:58:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:58:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:58:46 $ docker stop --time=1 17ca27f6f298caef94d7ea3ded2d2beced8614cd07aa5371e22e90145a0b3a6d 19:58:47 d6de4b400683: Pull complete 19:58:47 35cb2a7552d0: Pull complete 19:58:47 4f4fb700ef54: Pull complete 19:58:47 464afbd9ba4c: Pull complete 19:58:55 $ docker rm -f --volumes 17ca27f6f298caef94d7ea3ded2d2beced8614cd07aa5371e22e90145a0b3a6d 19:58:55 00f215d4a9da: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:58:56 19:58:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:58:57 d496ad576159: Pull complete 19:58:57 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 19:58:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:58:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists 19:58:57 latest: Pulling from edgex-devops/edgex-compose 19:58:57 91d30c5bc195: Pulling fs layer 19:58:57 2e9b0aa3be6d: Pulling fs layer 19:58:57 9c61dcf015f6: Pulling fs layer 19:58:57 4698f68db338: Pulling fs layer 19:58:57 2a2f49069b9e: Pulling fs layer 19:58:57 e0025b399a48: Pulling fs layer 19:58:57 4698f68db338: Waiting 19:58:57 2a2f49069b9e: Waiting 19:58:57 e0025b399a48: Waiting 19:58:57 91d30c5bc195: Verifying Checksum 19:58:57 91d30c5bc195: Download complete 19:58:57 4698f68db338: Verifying Checksum 19:58:57 4698f68db338: Download complete 19:58:57 91d30c5bc195: Pull complete [Pipeline] sh 19:58:57 2e9b0aa3be6d: Verifying Checksum 19:58:57 2e9b0aa3be6d: Download complete 19:58:57 e0025b399a48: Verifying Checksum 19:58:57 e0025b399a48: Download complete 19:58:57 2a2f49069b9e: Download complete 19:58:58 2e9b0aa3be6d: Pull complete 19:58:58 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:58:58 WORKDIR /edgex 19:58:58 COPY go.mod . 19:58:58 RUN go mod download 19:58:58 + docker build -t ci-base-image-arm64 -f - . 19:58:58 9c61dcf015f6: Verifying Checksum 19:58:58 9c61dcf015f6: Download complete 19:58:58 Sending build context to Docker daemon 3.007MB 19:58:58 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:58:58 ---> f246e2811388 19:58:58 Step 2/4 : WORKDIR /edgex 19:59:00 ---> Running in 1d3015a031b8 19:59:00 Removing intermediate container 1d3015a031b8 19:59:00 ---> 6cdc889e2462 19:59:00 Step 3/4 : COPY go.mod . 19:59:00 9c61dcf015f6: Pull complete 19:59:00 4698f68db338: Pull complete 19:59:01 2a2f49069b9e: Pull complete 19:59:01 ---> b503bdab0b73 19:59:01 Step 4/4 : RUN go mod download 19:59:01 ---> Running in 723242d8b8f2 19:59:01 e0025b399a48: Pull complete 19:59:01 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:59:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:59:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:01 prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container 19:59:01 $ 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:latest cat 19:59:05 $ docker top c8b8bf6299ddf0cf52412095ecb7acde25341c0fade9fba0fbc2ec572ebafeb0 -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:06 + docker compose -f ./docker-compose-build.yml build --parallel 19:59:07 #1 [security-spire-agent internal] load build definition from Dockerfile 19:59:07 #1 transferring dockerfile: 1.81kB done 19:59:07 #1 DONE 0.0s 19:59:08 19:59:08 #2 [security-secretstore-setup internal] load build definition from Dockerfile 19:59:08 #2 transferring dockerfile: 2.49kB done 19:59:08 #2 DONE 0.0s 19:59:08 19:59:08 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:59:08 #3 transferring dockerfile: 1.89kB done 19:59:08 #3 DONE 0.0s 19:59:08 19:59:08 #4 [security-proxy-auth internal] load build definition from Dockerfile 19:59:08 #4 transferring dockerfile: 2.15kB done 19:59:08 #4 DONE 0.0s 19:59:08 19:59:08 #5 [core-data internal] load build definition from Dockerfile 19:59:08 #5 transferring dockerfile: 2.01kB done 19:59:08 #5 DONE 0.0s 19:59:08 19:59:08 #6 [security-spire-agent internal] load .dockerignore 19:59:08 #6 transferring context: 50B done 19:59:08 #6 DONE 0.0s 19:59:08 19:59:08 #7 [security-bootstrapper internal] load build definition from Dockerfile 19:59:08 #7 transferring dockerfile: 2.93kB done 19:59:08 #7 DONE 0.0s 19:59:08 19:59:08 #8 [support-scheduler internal] load build definition from Dockerfile 19:59:08 #8 transferring dockerfile: 1.93kB done 19:59:08 #8 DONE 0.0s 19:59:08 19:59:08 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:59:08 #9 transferring dockerfile: 2.23kB done 19:59:08 #9 DONE 0.0s 19:59:08 19:59:08 #10 [security-proxy-setup internal] load build definition from Dockerfile 19:59:08 #10 transferring dockerfile: 2.50kB done 19:59:08 #10 DONE 0.0s 19:59:08 19:59:08 #11 [security-spire-server internal] load build definition from Dockerfile 19:59:08 #11 transferring dockerfile: 1.70kB done 19:59:08 #11 DONE 0.0s 19:59:08 19:59:08 #12 [security-spire-config internal] load build definition from Dockerfile 19:59:08 #12 transferring dockerfile: 1.69kB done 19:59:08 #12 DONE 0.0s 19:59:08 19:59:08 #13 [core-metadata internal] load build definition from Dockerfile 19:59:08 #13 transferring dockerfile: 2.06kB done 19:59:08 #13 DONE 0.0s 19:59:08 19:59:08 #14 [core-command internal] load build definition from Dockerfile 19:59:08 #14 transferring dockerfile: 1.93kB done 19:59:08 #14 DONE 0.1s 19:59:08 19:59:08 #15 [support-notifications internal] load build definition from Dockerfile 19:59:08 #15 transferring dockerfile: 1.95kB done 19:59:08 #15 ... 19:59:08 19:59:08 #16 [security-secretstore-setup internal] load .dockerignore 19:59:08 #16 transferring context: 50B done 19:59:08 #16 DONE 0.0s 19:59:08 19:59:08 #17 [security-spiffe-token-provider internal] load .dockerignore 19:59:08 #17 transferring context: 50B done 19:59:08 #17 DONE 0.0s 19:59:08 19:59:08 #18 [security-proxy-auth internal] load .dockerignore 19:59:08 #18 transferring context: 50B done 19:59:08 #18 DONE 0.0s 19:59:08 19:59:08 #19 [core-data internal] load .dockerignore 19:59:08 #19 transferring context: 50B done 19:59:08 #19 DONE 0.0s 19:59:08 19:59:08 #20 [support-notifications internal] load .dockerignore 19:59:08 #20 transferring context: 50B done 19:59:08 #20 DONE 0.0s 19:59:08 19:59:08 #21 [security-bootstrapper internal] load .dockerignore 19:59:08 #21 transferring context: 50B done 19:59:08 #21 DONE 0.0s 19:59:08 19:59:08 #22 [support-scheduler internal] load .dockerignore 19:59:08 #22 transferring context: 50B done 19:59:08 #22 DONE 0.0s 19:59:08 19:59:08 #23 [core-common-config-bootstrapper internal] load .dockerignore 19:59:08 #23 transferring context: 50B done 19:59:08 #23 DONE 0.0s 19:59:08 19:59:08 #24 [security-spire-server internal] load .dockerignore 19:59:08 #24 transferring context: 50B done 19:59:08 #24 DONE 0.0s 19:59:08 19:59:08 #25 [security-proxy-setup internal] load .dockerignore 19:59:08 #25 transferring context: 50B done 19:59:08 #25 DONE 0.1s 19:59:08 19:59:08 #26 [core-command internal] load .dockerignore 19:59:08 #26 transferring context: 50B done 19:59:08 #26 DONE 0.1s 19:59:08 19:59:08 #27 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 19:59:08 #27 DONE 0.1s 19:59:08 19:59:08 #28 [core-metadata internal] load .dockerignore 19:59:08 #28 transferring context: 50B done 19:59:08 #28 DONE 0.1s 19:59:08 19:59:08 #29 [security-spire-config internal] load .dockerignore 19:59:08 #29 transferring context: 50B done 19:59:08 #29 DONE 0.0s 19:59:08 19:59:08 #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:59:08 #30 DONE 0.0s 19:59:08 19:59:08 #27 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 19:59:08 #27 DONE 0.1s 19:59:08 19:59:08 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 19:59:08 #31 ... 19:59:08 19:59:08 #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:59:08 #30 DONE 0.0s 19:59:09 19:59:09 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:59:09 #30 DONE 0.0s 19:59:09 19:59:09 #32 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 19:59:09 #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 19:59:09 #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 19:59:09 #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 1.05MB / 3.41MB 0.1s 19:59:09 #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 19:59:09 #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 19:59:09 #32 ... 19:59:09 19:59:09 #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:59:09 #30 DONE 0.0s 19:59:09 19:59:09 #32 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 19:59:09 #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s 19:59:09 #32 ... 19:59:09 19:59:09 #27 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 19:59:09 #27 DONE 0.4s 19:59:09 19:59:09 #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 19:59:09 #33 DONE 0.6s 19:59:09 19:59:09 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 19:59:09 #31 DONE 0.6s 19:59:09 19:59:09 #32 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 19:59:09 #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 19:59:09 #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 19:59:09 #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 19:59:09 #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 19:59:09 #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 19:59:09 #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.3s done 19:59:09 #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done 19:59:09 #32 ... 19:59:09 19:59:09 #34 [security-spire-config internal] load build context 19:59:09 #34 transferring context: 25.04kB 0.0s done 19:59:09 #34 DONE 0.7s 19:59:10 19:59:10 #32 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 19:59:10 #32 DONE 1.3s 19:59:10 19:59:10 #35 [security-spire-agent internal] load build context 19:59:10 #35 transferring context: 26.32kB 0.0s done 19:59:10 #35 DONE 0.8s 19:59:10 19:59:10 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:59:10 #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done 19:59:10 #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 19:59:10 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 19:59:10 #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 19:59:10 #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 19:59:10 #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:59:10 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done 19:59:10 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s done 19:59:10 #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.5s 19:59:10 #36 ... 19:59:10 19:59:10 #37 [security-spire-server internal] load build context 19:59:10 #37 transferring context: 26.79kB 0.0s done 19:59:10 #37 DONE 0.9s 19:59:10 19:59:10 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 7.34MB / 25.84MB 0.7s 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10.49MB / 25.84MB 0.8s 19:59:10 #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 13.63MB / 25.84MB 0.9s 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 15.73MB / 25.84MB 1.0s 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 1.1s 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.2s 19:59:10 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.5s done 19:59:11 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.5s done 19:59:11 #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 19:59:11 #36 ... 19:59:11 19:59:11 #38 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:59:11 #38 DONE 3.0s 19:59:11 19:59:11 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:59:13 #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.0s done 19:59:17 #36 ... 19:59:17 19:59:17 #39 [security-proxy-auth internal] load build context 19:59:17 #39 transferring context: 300.87MB 8.4s 19:59:17 #39 ... 19:59:17 19:59:17 #40 [security-spiffe-token-provider internal] load build context 19:59:17 #40 ... 19:59:17 19:59:17 #39 [security-proxy-auth internal] load build context 19:59:18 #39 ... 19:59:18 19:59:18 #41 [security-secretstore-setup internal] load build context 19:59:18 #41 ... 19:59:18 19:59:18 #39 [security-proxy-auth internal] load build context 19:59:18 #39 ... 19:59:18 19:59:18 #42 [support-notifications internal] load build context 19:59:18 #42 ... 19:59:18 19:59:18 #43 [security-bootstrapper internal] load build context 19:59:19 #43 ... 19:59:19 19:59:19 #44 [support-scheduler internal] load build context 19:59:19 #44 ... 19:59:19 19:59:19 #45 [core-data internal] load build context 19:59:19 #45 ... 19:59:19 19:59:19 #46 [core-metadata internal] load build context 19:59:19 #46 ... 19:59:19 19:59:19 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:59:19 #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done 19:59:19 #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 19:59:19 #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 19:59:19 #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 19:59:19 #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done 19:59:19 #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 19:59:19 #47 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:59:19 #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done 19:59:19 #47 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 19:59:19 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.1s done 19:59:19 #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 19:59:19 #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.7s done 19:59:19 #47 ... 19:59:19 19:59:19 #48 [core-common-config-bootstrapper internal] load build context 19:59:19 #48 ... 19:59:19 19:59:19 #49 [security-proxy-setup internal] load build context 19:59:19 #49 ... 19:59:19 19:59:19 #50 [core-command internal] load build context 19:59:20 #50 ... 19:59:20 19:59:20 #49 [security-proxy-setup internal] load build context 19:59:20 #49 ... 19:59:20 19:59:20 #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:59:20 #51 ... 19:59:20 19:59:20 #40 [security-spiffe-token-provider internal] load build context 19:59:20 #40 ... 19:59:20 19:59:20 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:59:20 #52 ... 19:59:20 19:59:20 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:59:20 #53 ... 19:59:20 19:59:20 #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:59:20 #54 ... 19:59:20 19:59:20 #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:59:20 #0 2.350 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:20 #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:20 #0 2.779 (1/1) Installing dumb-init (1.2.5-r2) 19:59:20 #0 2.789 Executing busybox-1.36.1-r7.trigger 19:59:20 #0 2.803 OK: 7 MiB in 16 packages 19:59:21 #55 ... 19:59:21 19:59:21 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:59:21 #56 ... 19:59:21 19:59:21 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:59:21 #57 ... 19:59:21 19:59:21 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:59:21 #58 ... 19:59:21 19:59:21 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:59:21 #0 2.757 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:21 #0 2.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:21 #0 3.007 (1/4) Installing ca-certificates (20240226-r0) 19:59:21 #0 3.026 (2/4) Installing dumb-init (1.2.5-r2) 19:59:21 #0 3.029 (3/4) Installing su-exec (0.2-r3) 19:59:21 #0 3.032 (4/4) Installing yq (4.33.3-r5) 19:59:21 #0 3.126 Executing busybox-1.36.1-r7.trigger 19:59:21 #0 3.128 Executing ca-certificates-20240226-r0.trigger 19:59:21 #0 3.166 OK: 17 MiB in 19 packages 19:59:21 #59 ... 19:59:21 19:59:21 #60 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 19:59:21 #60 ... 19:59:21 19:59:21 #45 [core-data internal] load build context 19:59:21 #45 transferring context: 411.04MB 11.7s done 19:59:30 #45 ... 19:59:30 19:59:30 #41 [security-secretstore-setup internal] load build context 19:59:30 #41 transferring context: 411.04MB 10.6s done 19:59:30 #41 ... 19:59:30 19:59:30 #39 [security-proxy-auth internal] load build context 19:59:30 #39 transferring context: 411.04MB 11.4s done 19:59:30 #39 ... 19:59:30 19:59:30 #43 [security-bootstrapper internal] load build context 19:59:30 #43 transferring context: 411.04MB 11.4s done 19:59:30 #43 ... 19:59:30 19:59:30 #44 [support-scheduler internal] load build context 19:59:30 #44 transferring context: 411.04MB 10.3s done 19:59:30 #44 ... 19:59:30 19:59:30 #42 [support-notifications internal] load build context 19:59:30 #42 transferring context: 411.04MB 11.1s done 19:59:30 #42 ... 19:59:30 19:59:30 #40 [security-spiffe-token-provider internal] load build context 19:59:30 #40 transferring context: 411.04MB 11.8s done 19:59:30 #40 ... 19:59:30 19:59:30 #49 [security-proxy-setup internal] load build context 19:59:30 #49 transferring context: 411.04MB 10.9s done 19:59:30 #49 ... 19:59:30 19:59:30 #46 [core-metadata internal] load build context 19:59:30 #46 transferring context: 411.04MB 10.9s done 19:59:30 #46 ... 19:59:30 19:59:30 #48 [core-common-config-bootstrapper internal] load build context 19:59:30 #48 transferring context: 411.04MB 10.7s done 19:59:30 #48 ... 19:59:30 19:59:30 #50 [core-command internal] load build context 19:59:30 #50 transferring context: 411.04MB 10.4s done 19:59:40 #50 DONE 30.2s 19:59:40 19:59:40 #41 [security-secretstore-setup internal] load build context 19:59:40 #41 DONE 30.6s 19:59:40 19:59:40 #60 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 19:59:40 #60 DONE 27.7s 19:59:40 19:59:40 #61 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:59:40 #61 ... 19:59:40 19:59:40 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:59:40 #59 DONE 28.5s 19:59:40 19:59:40 #44 [support-scheduler internal] load build context 19:59:40 #44 DONE 30.3s 19:59:40 19:59:40 #55 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:59:40 #55 DONE 29.0s 19:59:40 19:59:40 #48 [core-common-config-bootstrapper internal] load build context 19:59:40 #48 DONE 30.3s 19:59:40 19:59:40 #39 [security-proxy-auth internal] load build context 19:59:40 #39 DONE 30.7s 19:59:40 19:59:40 #42 [support-notifications internal] load build context 19:59:40 #42 DONE 30.6s 19:59:40 19:59:40 #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:59:40 #61 ... 19:59:40 19:59:40 #49 [security-proxy-setup internal] load build context 19:59:40 #49 DONE 30.4s 19:59:40 19:59:40 #46 [core-metadata internal] load build context 19:59:40 #46 DONE 30.4s 19:59:40 19:59:40 #43 [security-bootstrapper internal] load build context 19:59:40 #43 DONE 30.6s 19:59:40 19:59:40 #40 [security-spiffe-token-provider internal] load build context 19:59:40 #40 DONE 30.8s 19:59:40 19:59:40 #45 [core-data internal] load build context 19:59:40 #45 DONE 30.6s 19:59:40 19:59:40 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:59:40 #36 ... 19:59:40 19:59:40 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:59:40 #52 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:40 #52 29.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:40 #52 30.08 (1/1) Installing dumb-init (1.2.5-r2) 19:59:40 #52 30.08 Executing busybox-1.36.1-r7.trigger 19:59:40 #52 30.09 OK: 7 MiB in 16 packages 19:59:40 #52 DONE 30.5s 19:59:40 19:59:40 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:59:40 #58 29.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:40 #58 29.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:40 #58 29.55 (1/2) Installing dumb-init (1.2.5-r2) 19:59:40 #58 29.56 (2/2) Installing su-exec (0.2-r3) 19:59:40 #58 29.58 Executing busybox-1.36.1-r7.trigger 19:59:40 #58 29.58 OK: 7 MiB in 17 packages 19:59:40 #58 DONE 29.9s 19:59:40 19:59:40 #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:59:40 #54 29.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:40 #54 29.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:40 #54 30.03 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:59:40 #54 30.03 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:59:40 #54 30.03 OK: 20072 distinct packages available 19:59:40 #54 30.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:40 #54 30.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:40 #54 30.43 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:40 #54 30.47 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:40 #54 30.48 (3/7) Installing dumb-init (1.2.5-r2) 19:59:40 #54 30.49 (4/7) Installing musl-obstack (1.2.3-r2) 19:59:40 #54 30.49 (5/7) Installing libucontext (1.2-r2) 19:59:40 #54 30.56 (6/7) Installing gcompat (1.1.0-r1) 19:59:40 #54 30.56 (7/7) Installing openssl (3.1.6-r0) 19:59:40 #54 ... 19:59:40 19:59:40 #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:59:40 #61 0.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:40 #61 0.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:40 #61 1.224 OK: 264 MiB in 52 packages 19:59:40 #61 DONE 1.5s 19:59:40 19:59:40 #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:59:40 #54 30.57 Executing busybox-1.36.1-r7.trigger 19:59:40 #54 30.59 OK: 8 MiB in 20 packages 19:59:41 #54 ... 19:59:41 19:59:41 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:59:41 #56 29.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:41 #56 29.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:41 #56 29.88 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:59:41 #56 29.88 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:59:41 #56 29.88 OK: 20072 distinct packages available 19:59:41 #56 29.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:41 #56 30.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:41 #56 30.32 (1/4) Installing dumb-init (1.2.5-r2) 19:59:41 #56 30.32 (2/4) Installing musl-obstack (1.2.3-r2) 19:59:41 #56 30.33 (3/4) Installing libucontext (1.2-r2) 19:59:41 #56 30.33 (4/4) Installing gcompat (1.1.0-r1) 19:59:41 #56 30.34 Executing busybox-1.36.1-r7.trigger 19:59:41 #56 30.34 OK: 8 MiB in 19 packages 19:59:41 #56 DONE 30.6s 19:59:41 19:59:41 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:59:41 #53 29.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:41 #53 29.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:41 #53 29.99 (1/2) Installing ca-certificates (20240226-r0) 19:59:41 #53 30.29 (2/2) Installing dumb-init (1.2.5-r2) 19:59:41 #53 30.29 Executing busybox-1.36.1-r7.trigger 19:59:41 #53 30.30 Executing ca-certificates-20240226-r0.trigger 19:59:41 #53 30.41 OK: 8 MiB in 17 packages 19:59:41 #53 DONE 30.7s 19:59:41 19:59:41 #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:59:41 #51 30.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:41 #51 30.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:41 #51 30.41 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:41 #51 30.45 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:41 #51 30.46 (3/6) Installing dumb-init (1.2.5-r2) 19:59:41 #51 30.46 (4/6) Installing openssl (3.1.6-r0) 19:59:41 #51 30.47 (5/6) Installing su-exec (0.2-r3) 19:59:41 #51 30.48 (6/6) Installing yq (4.33.3-r5) 19:59:41 #51 30.71 Executing busybox-1.36.1-r7.trigger 19:59:41 #51 30.72 OK: 17 MiB in 19 packages 19:59:41 #51 DONE 31.1s 19:59:41 19:59:41 #54 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:59:41 #54 DONE 31.1s 19:59:41 19:59:41 #62 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:59:41 #62 DONE 0.2s 19:59:41 19:59:41 #63 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:59:41 #0 1.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:41 #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:41 #0 1.607 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:41 #0 1.673 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:41 #0 1.694 Executing ca-certificates-20240226-r0.trigger 19:59:41 #0 1.749 OK: 17 MiB in 19 packages 19:59:41 #63 DONE 1.9s 19:59:41 19:59:41 #64 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 19:59:42 #64 ... 19:59:42 19:59:42 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:59:42 #57 29.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:42 #57 30.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:42 #57 30.60 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:59:42 #57 30.60 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:59:42 #57 30.60 OK: 20072 distinct packages available 19:59:42 #57 30.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:42 #57 30.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:42 #57 30.93 (1/11) Installing ca-certificates (20240226-r0) 19:59:42 #57 30.94 (2/11) Installing brotli-libs (1.0.9-r14) 19:59:42 #57 30.96 (3/11) Installing libunistring (1.1-r1) 19:59:42 #57 30.97 (4/11) Installing libidn2 (2.3.4-r1) 19:59:42 #57 30.97 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:59:42 #57 30.98 (6/11) Installing libcurl (8.5.0-r0) 19:59:42 #57 30.98 (7/11) Installing curl (8.5.0-r0) 19:59:42 #57 30.99 (8/11) Installing dumb-init (1.2.5-r2) 19:59:42 #57 30.99 (9/11) Installing musl-obstack (1.2.3-r2) 19:59:42 #57 31.00 (10/11) Installing libucontext (1.2-r2) 19:59:42 #57 31.00 (11/11) Installing gcompat (1.1.0-r1) 19:59:42 #57 31.00 Executing busybox-1.36.1-r7.trigger 19:59:42 #57 31.01 Executing ca-certificates-20240226-r0.trigger 19:59:42 #57 31.05 OK: 12 MiB in 26 packages 19:59:42 #57 DONE 31.3s 19:59:42 19:59:42 #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 19:59:42 #0 1.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:42 #0 1.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:42 #0 2.129 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:42 #0 2.163 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:42 #0 2.171 OK: 7 MiB in 16 packages 19:59:42 #65 DONE 2.8s 19:59:42 19:59:42 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:59:42 #0 1.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:42 #0 1.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:42 #0 1.647 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:59:42 #0 1.647 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:59:42 #0 1.647 OK: 20075 distinct packages available 19:59:42 #0 1.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:42 #0 1.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:42 #0 2.014 OK: 264 MiB in 52 packages 19:59:42 #66 DONE 2.8s 19:59:42 19:59:42 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:59:42 #0 1.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:42 #0 1.985 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:42 #0 2.190 OK: 264 MiB in 52 packages 19:59:42 #67 DONE 2.8s 19:59:42 19:59:42 #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:59:42 #68 DONE 0.1s 19:59:42 19:59:42 #69 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:59:42 #69 DONE 0.1s 19:59:42 19:59:42 #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:59:42 #70 ... 19:59:42 19:59:42 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:59:42 #0 2.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:42 #0 2.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:42 #0 3.053 OK: 264 MiB in 52 packages 19:59:42 #71 DONE 3.1s 19:59:42 19:59:42 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:59:42 #72 DONE 0.0s 19:59:42 19:59:42 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:59:44 #73 ... 19:59:44 19:59:44 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:59:44 #0 2.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.531 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.705 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 2.737 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 2.745 OK: 7 MiB in 17 packages 19:59:44 #74 DONE 2.9s 19:59:44 19:59:44 #64 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 19:59:44 #64 2.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:44 #64 2.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:44 #64 ... 19:59:44 19:59:44 #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:59:44 #0 2.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.747 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 2.782 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 2.790 OK: 8 MiB in 19 packages 19:59:44 #75 DONE 3.0s 19:59:44 19:59:44 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:59:44 #0 2.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.948 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 2.994 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 3.002 OK: 7 MiB in 16 packages 19:59:44 #76 DONE 3.4s 19:59:44 19:59:44 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:59:44 #0 2.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:44 #0 2.920 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 2.958 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:44 #0 2.965 Executing ca-certificates-20240226-r0.trigger 19:59:44 #0 3.016 OK: 8 MiB in 17 packages 19:59:44 #77 DONE 3.1s 19:59:44 19:59:44 #64 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 19:59:44 #64 3.163 OK: 8 MiB in 20 packages 19:59:45 #64 DONE 4.3s 19:59:45 19:59:45 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:59:45 #0 2.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:45 #0 2.832 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:45 #0 3.037 OK: 17 MiB in 19 packages 19:59:45 #78 DONE 4.2s 19:59:45 19:59:45 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:59:45 #0 2.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:59:45 #0 2.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:59:45 #0 2.359 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:59:45 #0 2.392 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:59:45 #0 2.399 Executing ca-certificates-20240226-r0.trigger 19:59:45 #0 2.445 OK: 12 MiB in 26 packages 19:59:45 #79 DONE 3.2s 19:59:45 19:59:45 #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:59:45 #80 DONE 1.2s 19:59:45 19:59:45 #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:59:45 #81 ... 19:59:45 19:59:45 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:59:45 #82 DONE 0.1s 19:59:45 19:59:45 #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:59:46 #83 DONE 1.3s 19:59:46 19:59:46 #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:59:46 #84 DONE 1.3s 19:59:46 19:59:46 #85 [security-spire-config stage-2 6/10] COPY security.txt / 19:59:46 #85 DONE 0.1s 19:59:46 19:59:46 #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:59:46 #81 DONE 1.3s 19:59:46 19:59:46 #86 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:59:47 #86 DONE 0.9s 19:59:47 19:59:47 #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:59:47 #87 DONE 0.9s 19:59:47 19:59:47 #88 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:59:47 #88 DONE 0.9s 19:59:47 19:59:47 #89 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:59:47 #89 DONE 0.1s 19:59:47 19:59:47 #90 [security-spire-server stage-2 6/9] COPY security.txt / 19:59:47 #90 DONE 0.1s 19:59:47 19:59:47 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:59:47 #91 DONE 3.9s 19:59:47 19:59:47 #92 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:59:47 #92 DONE 0.1s 19:59:47 19:59:47 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:59:47 #93 DONE 0.1s 19:59:47 19:59:47 #94 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:59:47 #94 DONE 0.1s 19:59:47 19:59:47 #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:59:47 #95 DONE 0.1s 19:59:47 19:59:47 #96 [security-spire-agent stage-3 7/10] COPY security.txt / 19:59:47 #96 DONE 0.1s 19:59:47 19:59:47 #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:59:47 #97 DONE 0.2s 19:59:47 19:59:47 #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:59:47 #98 DONE 0.1s 19:59:47 19:59:47 #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:59:48 #99 DONE 0.1s 19:59:48 19:59:48 #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:59:48 #100 DONE 0.1s 19:59:48 19:59:48 #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:59:48 #101 DONE 0.1s 19:59:48 19:59:48 #102 [security-spire-agent] exporting to image 19:59:48 #102 exporting layers 19:59:48 #102 exporting layers 0.6s done 19:59:48 #102 writing image sha256:96e57150aeeef080028cabbd78555a474addf3dfb0d591aff9b999355f400068 done 19:59:48 #102 naming to docker.io/library/security-spire-config done 19:59:48 #102 writing image sha256:cea424030d4a901bf108785b2cec85c200f88ec52c5d58619ef3697e8c91e810 done 19:59:48 #102 naming to docker.io/library/security-spire-server done 19:59:48 #102 writing image sha256:30b51a840d5f847e8fb72d3ea751f95dfd24f8271f80eb74e72d96a63e5547b6 done 19:59:48 #102 naming to docker.io/library/security-spire-agent done 19:59:48 #102 DONE 1.1s 19:59:48 19:59:48 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:59:49 #103 ... 19:59:49 19:59:49 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:59:49 #47 ... 19:59:49 19:59:49 #104 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:59:57 Removing intermediate container 723242d8b8f2 19:59:57 ---> 281f60677f6c 19:59:57 Successfully built 281f60677f6c 19:59:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:58 + docker inspect -f . ci-base-image-arm64 19:59:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:58 prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container 19:59:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:59:59 $ docker top 0e726cf13b2b00b16b2facaa74f5bf28c2f3fba2cefb338563b0f18ff4eadac7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:00 + go version 20:00:00 go version go1.21.9 linux/arm64 [Pipeline] } 20:00:00 $ docker stop --time=1 0e726cf13b2b00b16b2facaa74f5bf28c2f3fba2cefb338563b0f18ff4eadac7 20:00:02 $ docker rm -f --volumes 0e726cf13b2b00b16b2facaa74f5bf28c2f3fba2cefb338563b0f18ff4eadac7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:03 + docker inspect -f . ci-base-image-arm64 20:00:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:03 prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container 20:00:03 $ 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:00:04 $ docker top a08db0605803c3a032a5bd688dae2c58d3886f4e4a4878b3efe9474dc8dadbe7 -eo pid,comm [Pipeline] { [Pipeline] echo 20:00:05 ========================================================= 20:00:05 [edgeXBuildGoParallel] Running Tests and Build... 20:00:05 ========================================================= [Pipeline] sh 20:00:05 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:00:06 + make test 20:00:06 go test -race -coverprofile=coverage.out ./... 20:00:29 #104 DONE 46.8s 20:00:29 20:00:29 #15 [support-notifications internal] load build definition from Dockerfile 20:00:29 #15 ... 20:00:29 20:00:29 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:29 #103 DONE 45.7s 20:00:29 20:00:29 #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:29 #70 DONE 45.7s 20:00:29 20:00:29 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:29 #73 DONE 45.5s 20:00:29 20:00:29 #105 [support-notifications builder 6/7] COPY . . 20:00:39 #105 ... 20:00:39 20:00:39 #106 [security-secretstore-setup builder 6/7] COPY . . 20:00:39 #106 ... 20:00:39 20:00:39 #107 [security-spiffe-token-provider builder 6/7] COPY . . 20:00:39 #107 ... 20:00:39 20:00:39 #108 [security-proxy-auth builder 6/7] COPY . . 20:00:39 #108 DONE 10.9s 20:00:39 20:00:39 #109 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:00:39 #109 CACHED 20:00:39 20:00:39 #110 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:39 #110 CACHED 20:00:39 20:00:39 #111 [core-common-config-bootstrapper builder 6/7] COPY . . 20:00:39 #111 CACHED 20:00:39 20:00:39 #105 [support-notifications builder 6/7] COPY . . 20:00:39 #105 DONE 10.8s 20:00:39 20:00:39 #112 [core-metadata builder 4/7] COPY go.mod vendor* ./ 20:00:39 #112 CACHED 20:00:39 20:00:39 #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:39 #113 CACHED 20:00:39 20:00:39 #114 [core-metadata builder 6/7] COPY . . 20:00:39 #114 CACHED 20:00:39 20:00:39 #115 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 20:00:39 #115 CACHED 20:00:39 20:00:39 #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:39 #116 CACHED 20:00:39 20:00:39 #117 [support-scheduler builder 6/7] COPY . . 20:00:39 #117 CACHED 20:00:39 20:00:39 #118 [core-command builder 6/7] COPY . . 20:00:39 #118 CACHED 20:00:39 20:00:39 #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:39 #119 CACHED 20:00:39 20:00:39 #120 [core-command builder 4/7] COPY go.mod vendor* ./ 20:00:39 #120 CACHED 20:00:39 20:00:39 #121 [security-proxy-setup builder 6/7] COPY . . 20:00:39 #121 CACHED 20:00:39 20:00:39 #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 20:00:39 #122 CACHED 20:00:39 20:00:39 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:39 #123 CACHED 20:00:39 20:00:39 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:39 #124 CACHED 20:00:39 20:00:39 #125 [core-data builder 6/7] COPY . . 20:00:39 #125 CACHED 20:00:39 20:00:39 #126 [core-data builder 4/7] COPY go.mod vendor* ./ 20:00:39 #126 CACHED 20:00:39 20:00:39 #106 [security-secretstore-setup builder 6/7] COPY . . 20:00:39 #106 DONE 10.9s 20:00:39 20:00:39 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:00:39 #127 CACHED 20:00:39 20:00:39 #128 [security-bootstrapper builder 6/7] COPY . . 20:00:39 #128 CACHED 20:00:39 20:00:39 #129 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:00:39 #129 CACHED 20:00:39 20:00:39 #107 [security-spiffe-token-provider builder 6/7] COPY . . 20:00:39 #107 DONE 10.9s 20:00:39 20:00:39 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:00:39 #130 1.041 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:00:49 #130 ... 20:00:49 20:00:49 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:00:49 #0 0.997 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:00:49 #131 ... 20:00:49 20:00:49 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:00:49 #0 0.355 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:00:49 #132 ... 20:00:49 20:00:49 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:00:49 #0 1.136 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:00:49 #133 ... 20:00:49 20:00:49 #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:00:49 #0 0.674 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:00:49 #134 ... 20:00:49 20:00:49 #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:00:49 #0 1.286 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:00:49 #135 ... 20:00:49 20:00:49 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:00:49 #0 0.756 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:00:49 #136 ... 20:00:49 20:00:49 #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:00:49 #0 1.183 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:00:50 #137 ... 20:00:50 20:00:50 #138 [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:00:50 #0 1.223 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:00:50 #138 ... 20:00:50 20:00:50 #139 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:00:50 #0 0.930 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:00:50 #139 ... 20:00:50 20:00:50 #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:00:50 #0 0.926 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:00:53 ? github.com/edgexfoundry/edgex-go [no test files] 20:01:58 #140 ... 20:01:58 20:01:58 #138 [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:01:58 #138 71.60 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:02:55 #138 DONE 129.3s 20:02:55 20:02:55 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:02:55 #136 ... 20:02:55 20:02:55 #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:02:55 #137 DONE 129.3s 20:02:55 20:02:55 #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:02:55 #134 DONE 129.3s 20:02:55 20:02:55 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:02:55 #131 DONE 129.4s 20:02:55 20:02:55 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:02:55 #132 DONE 129.4s 20:02:55 20:02:55 #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:02:55 #140 DONE 129.4s 20:02:55 20:02:55 #141 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #141 ... 20:02:55 20:02:55 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:02:55 #133 DONE 129.4s 20:02:55 20:02:55 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:02:55 #136 DONE 129.5s 20:02:55 20:02:55 #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #142 ... 20:02:55 20:02:55 #139 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:02:55 #139 DONE 129.7s 20:02:55 20:02:55 #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:02:55 #135 DONE 129.7s 20:02:55 20:02:55 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:02:55 #130 DONE 129.7s 20:02:55 20:02:55 #143 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:02:55 #143 ... 20:02:55 20:02:55 #144 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #144 DONE 0.7s 20:02:55 20:02:55 #141 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #141 DONE 0.7s 20:02:55 20:02:55 #145 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #145 DONE 0.7s 20:02:55 20:02:55 #146 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #146 DONE 0.6s 20:02:55 20:02:55 #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #142 DONE 0.6s 20:02:55 20:02:55 #147 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:02:55 #147 ... 20:02:55 20:02:55 #143 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:02:55 #143 DONE 0.6s 20:02:55 20:02:55 #148 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #148 DONE 0.4s 20:02:55 20:02:55 #149 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:02:55 #149 DONE 0.4s 20:02:55 20:02:55 #150 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:02:55 #150 DONE 0.4s 20:02:55 20:02:55 #151 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 20:02:55 #151 DONE 0.4s 20:02:55 20:02:55 #152 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #152 CACHED 20:02:55 20:02:55 #153 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:02:55 #153 CACHED 20:02:55 20:02:55 #154 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:02:55 #154 CACHED 20:02:55 20:02:55 #155 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #155 CACHED 20:02:55 20:02:55 #156 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:02:55 #156 CACHED 20:02:55 20:02:55 #157 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #157 CACHED 20:02:55 20:02:55 #158 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #158 CACHED 20:02:55 20:02:55 #159 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:02:55 #159 CACHED 20:02:55 20:02:55 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 20:02:55 #160 DONE 0.4s 20:02:55 20:02:55 #161 [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:02:55 #161 ... 20:02:55 20:02:55 #147 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:02:55 #147 DONE 0.4s 20:02:55 20:02:55 #162 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:02:55 #162 ... 20:02:55 20:02:55 #163 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:02:55 #163 DONE 1.1s 20:02:55 20:02:55 #164 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:02:55 #164 DONE 1.0s 20:02:55 20:02:55 #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:02:55 #165 ... 20:02:55 20:02:55 #166 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:02:55 #166 DONE 1.6s 20:02:55 20:02:55 #167 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:02:55 #167 DONE 1.6s 20:02:55 20:02:55 #168 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:02:55 #168 DONE 1.7s 20:02:55 20:02:55 #169 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:02:55 #169 DONE 1.7s 20:02:55 20:02:55 #170 [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:02:55 #170 DONE 1.7s 20:02:55 20:02:55 #161 [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:02:55 #161 DONE 1.6s 20:02:55 20:02:55 #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:02:55 #171 DONE 1.7s 20:02:55 20:02:55 #162 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:02:55 #162 DONE 1.6s 20:02:55 20:02:55 #172 [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:02:55 #172 ... 20:02:55 20:02:55 #173 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:02:55 #173 DONE 2.2s 20:02:55 20:02:55 #174 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:02:55 #174 DONE 0.5s 20:02:55 20:02:55 #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:02:55 #165 DONE 1.1s 20:02:55 20:02:55 #175 [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:02:55 #175 DONE 0.4s 20:02:55 20:02:55 #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:02:55 #176 DONE 0.5s 20:02:55 20:02:55 #102 [support-notifications] exporting to image 20:02:55 #102 exporting layers 20:02:55 #102 ... 20:02:55 20:02:55 #177 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:02:55 #177 DONE 0.5s 20:02:55 20:02:55 #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:02:55 #178 DONE 0.5s 20:02:55 20:02:55 #179 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:02:55 #179 DONE 0.5s 20:02:55 20:02:55 #102 [core-command] exporting to image 20:02:55 #102 ... 20:02:55 20:02:55 #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:02:55 #180 DONE 0.6s 20:02:55 20:02:55 #172 [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:02:55 #172 DONE 0.6s 20:02:55 20:02:55 #181 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:02:55 #181 DONE 0.6s 20:02:55 20:02:55 #102 [core-data] exporting to image 20:02:55 #102 ... 20:02:55 20:02:55 #182 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 20:02:55 #182 DONE 0.4s 20:02:55 20:02:55 #183 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:02:55 #183 DONE 0.4s 20:02:55 20:02:55 #184 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:02:55 #184 DONE 0.5s 20:02:55 20:02:55 #185 [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:02:55 #185 DONE 0.5s 20:02:55 20:02:55 #186 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:02:55 #186 DONE 0.3s 20:02:55 20:02:55 #187 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:02:55 #187 DONE 0.3s 20:02:55 20:02:55 #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:02:55 #188 DONE 0.4s 20:02:55 20:02:55 #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 20:02:55 #189 DONE 0.2s 20:02:55 20:02:55 #102 [core-metadata] exporting to image 20:02:55 #102 exporting layers 0.4s done 20:02:55 #102 writing image sha256:fe82c416efe870cff921a13ff4fe20c6e24fb33aadfdcdf87dd220cb6a5a7a6b 20:02:55 #102 ... 20:02:55 20:02:55 #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:02:55 #190 DONE 0.2s 20:02:55 20:02:55 #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:02:55 #191 DONE 0.3s 20:02:55 20:02:55 #102 [core-metadata] exporting to image 20:02:55 #102 writing image sha256:4e73f62596d77060fddc5f7621c82cb7feb54f32bc933aaef852054b1d9ba4a5 20:02:55 #102 writing image sha256:8bd09a27f212afe7cac7c54809d5b58d6f7a1eff834c4508965917e36c6e65a9 20:02:55 #102 writing image sha256:beaaa70676bddb59236fb120d1fd64806e2712d476f56886a8da88daff7f0a09 20:02:55 #102 ... 20:02:55 20:02:55 #192 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:02:55 #192 DONE 0.4s 20:02:55 20:02:55 #102 [core-data] exporting to image 20:02:55 #102 exporting layers 0.4s done 20:02:55 #102 writing image sha256:fe82c416efe870cff921a13ff4fe20c6e24fb33aadfdcdf87dd220cb6a5a7a6b 0.2s done 20:02:55 #102 writing image sha256:4e73f62596d77060fddc5f7621c82cb7feb54f32bc933aaef852054b1d9ba4a5 0.2s done 20:02:55 #102 writing image sha256:8bd09a27f212afe7cac7c54809d5b58d6f7a1eff834c4508965917e36c6e65a9 0.2s done 20:02:55 #102 writing image sha256:beaaa70676bddb59236fb120d1fd64806e2712d476f56886a8da88daff7f0a09 0.2s done 20:02:55 #102 naming to docker.io/library/core-command done 20:02:55 #102 naming to docker.io/library/support-scheduler done 20:02:55 #102 naming to docker.io/library/core-data done 20:02:55 #102 naming to docker.io/library/support-notifications done 20:02:55 #102 exporting layers 0.5s done 20:02:55 #102 writing image sha256:b666c5998bb0c1f26bac26c5436b86211c25db84da61b33f871ffd9cbf3716dd done 20:02:55 #102 naming to docker.io/library/core-metadata done 20:02:55 #102 ... 20:02:55 20:02:55 #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:02:55 #193 DONE 0.8s 20:02:55 20:02:55 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:02:55 #194 DONE 0.8s 20:02:55 20:02:55 #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:02:55 #195 DONE 0.6s 20:02:55 20:02:55 #102 [core-common-config-bootstrapper] exporting to image 20:02:55 #102 writing image sha256:0145a2dd5def91a1aa2e0b010abc23e5ab626b103c7ae73260ae568e5ea47144 done 20:02:55 #102 naming to docker.io/library/security-spiffe-token-provider done 20:02:55 #102 ... 20:02:55 20:02:55 #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:02:55 #196 DONE 0.4s 20:02:55 20:02:55 #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:02:55 #197 DONE 0.2s 20:02:55 20:02:55 #198 [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:02:55 #198 DONE 0.1s 20:02:55 20:02:55 #102 [core-common-config-bootstrapper] exporting to image 20:02:55 #102 exporting layers 0.3s done 20:02:55 #102 exporting layers 0.2s done 20:02:55 #102 writing image sha256:63183fc225c496ab75ada642fc643fc0551926fd98eeabac7596b5043fdb52ef 0.0s done 20:02:55 #102 naming to docker.io/library/security-proxy-auth done 20:02:55 #102 writing image sha256:344697720d2321d37d2f53d1bf3e07349711b684ecb05a74ba0c779a69ec1173 done 20:02:55 #102 naming to docker.io/library/core-common-config-bootstrapper done 20:02:55 #102 DONE 2.6s 20:02:55 20:02:55 #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:02:55 #199 DONE 0.1s 20:02:55 20:02:55 #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:02:55 #200 DONE 0.1s 20:02:55 20:02:55 #201 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:02:55 #201 DONE 0.8s 20:02:55 20:02:55 #202 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:02:55 #202 DONE 0.1s 20:02:55 20:02:55 #102 [security-proxy-setup] exporting to image 20:02:55 #102 exporting layers 0.2s done 20:02:55 #102 ... 20:02:55 20:02:55 #203 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:02:55 #203 DONE 0.5s 20:02:55 20:02:55 #102 [security-secretstore-setup] exporting to image 20:02:55 #102 writing image sha256:94616c0f84d6167c553c75ea039302de8e613a3f8dd48f0515ebd2416820e129 done 20:02:55 #102 naming to docker.io/library/security-proxy-setup done 20:02:55 #102 ... 20:02:55 20:02:55 #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:02:55 #204 DONE 0.4s 20:02:55 20:02:55 #102 [security-bootstrapper] exporting to image 20:02:55 #102 exporting layers 0.3s done 20:02:55 #102 writing image sha256:cb0661507466d629293b6d34617adbfce23a945adb05d49fed14d982deee3fc5 done 20:02:55 #102 naming to docker.io/library/security-secretstore-setup done 20:02:55 #102 exporting layers 0.2s done 20:02:55 #102 writing image sha256:0b226d355ade7239402b6592c84a793632516d0b774b20e7891972fec0b59291 done 20:02:55 #102 naming to docker.io/library/security-bootstrapper done 20:02:55 #102 DONE 3.2s 20:02:55 20:02:55 #15 [support-notifications internal] load build definition from Dockerfile 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:02:55 time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:02:55 $ docker stop --time=1 c8b8bf6299ddf0cf52412095ecb7acde25341c0fade9fba0fbc2ec572ebafeb0 20:02:56 $ docker rm -f --volumes c8b8bf6299ddf0cf52412095ecb7acde25341c0fade9fba0fbc2ec572ebafeb0 [Pipeline] // withDockerContainer [Pipeline] sh 20:02:56 + docker images 20:02:56 REPOSITORY TAG IMAGE ID CREATED SIZE 20:02:56 security-bootstrapper latest 0b226d355ade 3 seconds ago 24MB 20:02:56 security-secretstore-setup latest cb0661507466 3 seconds ago 42.2MB 20:02:56 security-proxy-setup latest 94616c0f84d6 3 seconds ago 31.2MB 20:02:56 core-common-config-bootstrapper latest 344697720d23 4 seconds ago 20.2MB 20:02:56 security-proxy-auth latest 63183fc225c4 4 seconds ago 38MB 20:02:56 core-data latest beaaa70676bd 5 seconds ago 40.7MB 20:02:56 security-spiffe-token-provider latest 0145a2dd5def 5 seconds ago 34MB 20:02:56 core-command latest 8bd09a27f212 5 seconds ago 40.4MB 20:02:56 support-notifications latest 4e73f62596d7 5 seconds ago 43.9MB 20:02:56 support-scheduler latest fe82c416efe8 5 seconds ago 43MB 20:02:56 core-metadata latest b666c5998bb0 5 seconds ago 40.9MB 20:02:56 security-spire-server latest cea424030d4a 3 minutes ago 107MB 20:02:56 security-spire-agent latest 30b51a840d5f 3 minutes ago 166MB 20:02:56 security-spire-config latest 96e57150aeee 3 minutes ago 107MB 20:02:56 ci-base-image-x86_64 latest 05a794f0bafb 6 minutes ago 966MB 20:02:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB 20:02:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB 20:02:56 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:04:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:04:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.120s coverage: 28.7% of statements 20:04:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.192s coverage: 97.0% of statements 20:04:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:04:56 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:04:56 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.292s coverage: 69.2% of statements 20:05:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:05:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:05:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.206s coverage: 53.2% of statements 20:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:05:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 7.725s coverage: 93.4% of statements 20:05:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:05:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:05:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.227s coverage: 6.6% of statements 20:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:05:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:05:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.575s coverage: 97.6% of statements 20:05:32 ok github.com/edgexfoundry/edgex-go/internal/io 1.095s coverage: 72.2% of statements 20:05:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:05:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:05:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.275s coverage: 0.9% of statements 20:05:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.131s coverage: 32.2% of statements 20:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.193s coverage: 41.7% of statements 20:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.126s coverage: 82.9% of statements 20:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.136s coverage: 94.1% of statements 20:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.101s coverage: 96.3% of statements 20:05:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.117s coverage: 87.5% of statements 20:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:05:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:06:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.122s coverage: 94.4% of statements 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:06:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.910s coverage: 79.9% of statements 20:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.155s coverage: 92.9% of statements 20:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.074s coverage: 64.4% of statements 20:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.105s coverage: 62.3% of statements 20:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.116s coverage: 87.2% of statements 20:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.078s coverage: 20.0% of statements 20:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.073s coverage: 100.0% of statements 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.320s coverage: 81.8% of statements 20:06:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:06:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:06:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.284s coverage: 82.1% of statements 20:06:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.128s coverage: 86.0% of statements 20:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:06:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.746s coverage: 63.1% of statements 20:06:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.116s coverage: 100.0% of statements 20:06:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.104s coverage: 89.4% of statements 20:06:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.078s coverage: 100.0% of statements 20:06:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:06:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:06:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.078s coverage: 73.7% of statements 20:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.073s coverage: 100.0% of statements 20:06:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:06:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:06:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:06:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.670s coverage: 38.4% of statements 20:06:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.106s coverage: 89.5% of statements 20:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:06:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:06:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.099s coverage: 84.8% of statements 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:06:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:06:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.166s coverage: 19.9% of statements 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:06:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.516s coverage: 95.7% of statements 20:06:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:06:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:06:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.154s coverage: 61.8% of statements 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:07:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.305s coverage: 98.9% of statements 20:07:04 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:07:04 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:07:04 go vet ./... 20:10:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:10:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:10:56 ./bin/test-attribution-txt.sh [Pipeline] echo 20:10:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 20:10:56 + ls -al . 20:10:56 total 812 20:10:56 drwxrwxr-x 10 1001 1001 4096 Jul 2 20:00 . 20:10:56 drwxr-xr-x 4 root root 4096 Jul 2 20:00 .. 20:10:56 drwxrwxr-x 2 1001 1001 4096 Jul 2 19:58 .blubracket 20:10:56 -rw-rw-r-- 1 1001 1001 10 Jul 2 19:58 .dockerignore 20:10:56 drwxrwxr-x 8 1001 1001 4096 Jul 2 19:58 .git 20:10:56 drwxrwxr-x 3 1001 1001 4096 Jul 2 19:58 .github 20:10:56 -rw-rw-r-- 1 1001 1001 1074 Jul 2 19:58 .gitignore 20:10:56 -rw-rw-r-- 1 1001 1001 42 Jul 2 19:58 .golangci.yml 20:10:56 -rw-rw-r-- 1 1001 1001 100 Jul 2 19:58 .hadolint.yml 20:10:56 -rw-rw-r-- 1 1001 1001 155 Jul 2 19:58 .sonarcloud.properties 20:10:56 -rw-rw-r-- 1 1001 1001 1171 Jul 2 19:58 ADOPTERS.md 20:10:56 -rw-rw-r-- 1 1001 1001 20361 Jul 2 19:58 Attribution.txt 20:10:56 -rw-rw-r-- 1 1001 1001 100284 Jul 2 19:58 CHANGELOG.md 20:10:56 -rw-rw-r-- 1 1001 1001 3804 Jul 2 19:58 CONTRIBUTING.md 20:10:56 -rw-rw-r-- 1 1001 1001 677 Jul 2 19:58 GOVERNANCE.md 20:10:56 -rw-rw-r-- 1 1001 1001 861 Jul 2 19:58 Jenkinsfile 20:10:56 -rw-rw-r-- 1 1001 1001 10775 Jul 2 19:58 LICENSE 20:10:56 -rw-rw-r-- 1 1001 1001 15392 Jul 2 19:58 Makefile 20:10:56 -rw-rw-r-- 1 1001 1001 582 Jul 2 19:58 OWNERS.md 20:10:56 -rw-rw-r-- 1 1001 1001 9528 Jul 2 19:58 README.md 20:10:56 -rw-rw-r-- 1 1001 1001 789 Jul 2 19:58 SECURITY.md 20:10:56 -rw-rw-r-- 1 1001 1001 5 Jul 2 19:55 VERSION 20:10:56 drwxrwxr-x 2 1001 1001 4096 Jul 2 19:58 bin 20:10:56 drwxrwxr-x 18 1001 1001 4096 Jul 2 19:58 cmd 20:10:56 -rw-r--r-- 1 root root 456284 Jul 2 20:07 coverage.out 20:10:56 drwxrwxr-x 2 1001 1001 4096 Jul 2 19:58 fuzz_test 20:10:56 -rw-rw-r-- 1 1001 1001 6923 Jul 2 19:58 go.mod 20:10:56 -rw-rw-r-- 1 1001 1001 101537 Jul 2 19:58 go.sum 20:10:56 drwxrwxr-x 7 1001 1001 4096 Jul 2 19:58 internal 20:10:56 drwxrwxr-x 3 1001 1001 4096 Jul 2 19:58 openapi 20:10:56 -rw-rw-r-- 1 1001 1001 584 Jul 2 19:58 security.txt 20:10:56 -rw-rw-r-- 1 1001 1001 204 Jul 2 19:58 version.go [Pipeline] sh 20:10:57 + '[' -e coverage.out ] 20:10:57 + chown 1001:1001 coverage.out [Pipeline] stash 20:10:57 Warning: overwriting stash ‘coverage-report’ 20:10:58 Stashed 1 file(s) [Pipeline] sh 20:10:58 + make build 20:10:58 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:13:50 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:13:58 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:14:07 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:14:09 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:14:41 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:14:44 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:14:56 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:15:00 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:15:03 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:15:06 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:15:10 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:15:15 $ docker stop --time=1 a08db0605803c3a032a5bd688dae2c58d3886f4e4a4878b3efe9474dc8dadbe7 20:15:17 $ docker rm -f --volumes a08db0605803c3a032a5bd688dae2c58d3886f4e4a4878b3efe9474dc8dadbe7 [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:15:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:15:21 20:15:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:15:21 latest: Pulling from edgex-devops/edgex-compose-arm64 20:15:21 547446be3368: Pulling fs layer 20:15:21 d125d8839a47: Pulling fs layer 20:15:21 3e85d5ac6304: Pulling fs layer 20:15:21 c3105a71a48b: Pulling fs layer 20:15:21 0f093f025ec4: Pulling fs layer 20:15:21 c3106fc0e877: Pulling fs layer 20:15:21 c3105a71a48b: Waiting 20:15:21 0f093f025ec4: Waiting 20:15:21 c3106fc0e877: Waiting 20:15:21 547446be3368: Verifying Checksum 20:15:21 547446be3368: Download complete 20:15:21 c3105a71a48b: Verifying Checksum 20:15:21 c3105a71a48b: Download complete 20:15:22 d125d8839a47: Verifying Checksum 20:15:22 d125d8839a47: Download complete 20:15:22 c3106fc0e877: Verifying Checksum 20:15:22 c3106fc0e877: Download complete 20:15:22 0f093f025ec4: Verifying Checksum 20:15:22 0f093f025ec4: Download complete 20:15:22 547446be3368: Pull complete 20:15:23 d125d8839a47: Pull complete 20:15:24 3e85d5ac6304: Verifying Checksum 20:15:24 3e85d5ac6304: Download complete 20:15:34 3e85d5ac6304: Pull complete 20:15:34 c3105a71a48b: Pull complete 20:15:36 0f093f025ec4: Pull complete 20:15:36 c3106fc0e877: Pull complete 20:15:36 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 20:15:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:15:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:15:36 prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container 20:15:36 $ 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 20:15:39 $ docker top dd620d3fae9313b8550f6ce856f87fbbc37723c15db9356bee0bbff1336a81b2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:15:40 + docker compose -f ./docker-compose-build.yml build --parallel 20:15:50 #1 [support-scheduler internal] load build definition from Dockerfile 20:15:50 #1 transferring dockerfile: 20:15:50 #1 transferring dockerfile: 1.93kB done 20:15:50 #1 DONE 0.1s 20:15:50 20:15:50 #2 [security-bootstrapper internal] load build definition from Dockerfile 20:15:50 #2 transferring dockerfile: 2.93kB 0.0s done 20:15:50 #2 DONE 0.1s 20:15:51 20:15:51 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 20:15:51 #3 transferring dockerfile: 1.89kB done 20:15:51 #3 DONE 0.1s 20:15:51 20:15:51 #4 [support-scheduler internal] load .dockerignore 20:15:51 #4 transferring context: 50B 0.0s done 20:15:51 #4 DONE 0.1s 20:15:51 20:15:51 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 20:15:51 #5 transferring dockerfile: 2.23kB done 20:15:51 #5 DONE 0.1s 20:15:51 20:15:51 #6 [core-data internal] load build definition from Dockerfile 20:15:51 #6 transferring dockerfile: 2.01kB 0.0s done 20:15:51 #6 DONE 0.1s 20:15:51 20:15:51 #7 [security-spire-server internal] load build definition from Dockerfile 20:15:51 #7 transferring dockerfile: 1.70kB 0.0s done 20:15:51 #7 DONE 0.1s 20:15:51 20:15:51 #8 [support-notifications internal] load build definition from Dockerfile 20:15:51 #8 transferring dockerfile: 1.95kB 0.0s done 20:15:51 #8 DONE 0.1s 20:15:51 20:15:51 #9 [security-spire-agent internal] load build definition from Dockerfile 20:15:51 #9 transferring dockerfile: 1.81kB done 20:15:51 #9 DONE 0.1s 20:15:51 20:15:51 #10 [security-proxy-auth internal] load build definition from Dockerfile 20:15:52 #10 transferring dockerfile: 2.15kB done 20:15:52 #10 DONE 0.1s 20:15:52 20:15:52 #11 [core-metadata internal] load build definition from Dockerfile 20:15:52 #11 transferring dockerfile: 2.06kB done 20:15:52 #11 DONE 0.1s 20:15:52 20:15:52 #12 [security-secretstore-setup internal] load build definition from Dockerfile 20:15:52 #12 transferring dockerfile: 2.49kB 0.0s done 20:15:52 #12 DONE 0.1s 20:15:52 20:15:52 #13 [security-proxy-setup internal] load build definition from Dockerfile 20:15:52 #13 transferring dockerfile: 2.50kB 0.0s done 20:15:52 #13 DONE 0.1s 20:15:52 20:15:52 #14 [security-spire-config internal] load build definition from Dockerfile 20:15:52 #14 transferring dockerfile: 1.69kB 0.0s done 20:15:52 #14 DONE 0.1s 20:15:52 20:15:52 #15 [core-command internal] load build definition from Dockerfile 20:15:52 #15 transferring dockerfile: 1.93kB 0.0s done 20:15:52 #15 DONE 0.1s 20:15:52 20:15:52 #16 [security-bootstrapper internal] load .dockerignore 20:15:52 #16 transferring context: 50B 0.0s done 20:15:52 #16 DONE 0.1s 20:15:53 20:15:53 #17 [security-spiffe-token-provider internal] load .dockerignore 20:15:53 #17 transferring context: 50B done 20:15:53 #17 DONE 0.1s 20:15:53 20:15:53 #18 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:53 #18 DONE 0.0s 20:15:53 20:15:53 #19 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 20:15:53 #19 DONE 0.1s 20:15:53 20:15:53 #20 [core-common-config-bootstrapper internal] load .dockerignore 20:15:53 #20 transferring context: 50B done 20:15:53 #20 DONE 0.1s 20:15:53 20:15:53 #21 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:53 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:53 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:53 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0B / 3.34MB 0.1s 20:15:53 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:53 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:53 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:53 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.10MB / 3.34MB 0.2s 20:15:53 #21 ... 20:15:53 20:15:53 #22 [core-data internal] load .dockerignore 20:15:53 #22 transferring context: 50B 0.0s done 20:15:53 #22 DONE 0.3s 20:15:53 20:15:53 #21 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:53 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s 20:15:53 #21 ... 20:15:53 20:15:53 #23 [security-spire-server internal] load .dockerignore 20:15:53 #23 transferring context: 50B 0.0s done 20:15:53 #23 DONE 0.4s 20:15:53 20:15:53 #21 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:53 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:53 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 20:15:53 #21 ... 20:15:53 20:15:53 #24 [support-notifications internal] load .dockerignore 20:15:53 #24 transferring context: 50B 0.0s done 20:15:53 #24 DONE 0.4s 20:15:54 20:15:54 #25 [security-secretstore-setup internal] load .dockerignore 20:15:54 #25 ... 20:15:54 20:15:54 #26 [security-proxy-auth internal] load .dockerignore 20:15:54 #26 transferring context: 50B 0.0s done 20:15:54 #26 DONE 0.6s 20:15:54 20:15:54 #25 [security-secretstore-setup internal] load .dockerignore 20:15:54 #25 transferring context: 50B 0.0s done 20:15:54 #25 DONE 0.6s 20:15:54 20:15:54 #27 [support-scheduler internal] load build context 20:15:55 #27 ... 20:15:55 20:15:55 #18 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:55 #18 DONE 0.0s 20:15:55 20:15:55 #27 [support-scheduler internal] load build context 20:15:55 #27 ... 20:15:55 20:15:55 #28 [security-spire-config internal] load .dockerignore 20:15:55 #28 transferring context: 50B 0.0s done 20:15:55 #28 DONE 0.6s 20:15:55 20:15:55 #29 [security-spire-agent internal] load .dockerignore 20:15:55 #29 transferring context: 50B done 20:15:55 #29 DONE 1.2s 20:15:55 20:15:55 #19 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 20:15:55 #19 DONE 0.2s 20:15:55 20:15:55 #30 [security-bootstrapper internal] load build context 20:15:55 #30 ... 20:15:55 20:15:55 #31 [security-proxy-setup internal] load .dockerignore 20:15:55 #31 transferring context: 50B 0.0s done 20:15:55 #31 DONE 1.0s 20:15:55 20:15:55 #32 [core-command internal] load .dockerignore 20:15:55 #32 transferring context: 50B 0.0s done 20:15:55 #32 DONE 0.7s 20:15:55 20:15:55 #30 [security-bootstrapper internal] load build context 20:15:55 #30 ... 20:15:55 20:15:55 #33 [core-metadata internal] load .dockerignore 20:15:55 #33 transferring context: 50B 0.1s done 20:15:55 #33 DONE 1.6s 20:15:55 20:15:55 #21 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:55 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:55 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:55 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:55 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:55 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:55 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:55 #21 DONE 2.9s 20:15:55 20:15:55 #30 [security-bootstrapper internal] load build context 20:15:55 #30 ... 20:15:55 20:15:55 #18 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:55 #18 DONE 0.0s 20:15:55 20:15:55 #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:15:55 #34 DONE 3.2s 20:15:55 20:15:55 #30 [security-bootstrapper internal] load build context 20:15:56 #30 ... 20:15:56 20:15:56 #18 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:56 #18 DONE 0.0s 20:15:56 20:15:56 #21 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:56 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:56 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:56 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:56 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:56 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:56 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:56 #21 DONE 2.9s 20:15:56 20:15:56 #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:15:56 #34 DONE 3.2s 20:15:56 20:15:56 #30 [security-bootstrapper internal] load build context 20:15:56 #30 ... 20:15:56 20:15:56 #19 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 20:15:56 #19 DONE 0.7s 20:15:56 20:15:56 #35 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 20:15:56 #35 DONE 0.9s 20:15:56 20:15:56 #30 [security-bootstrapper internal] load build context 20:15:56 #30 ... 20:15:56 20:15:56 #21 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:56 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:56 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:56 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:56 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:56 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:56 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:56 #21 DONE 2.9s 20:15:56 20:15:56 #18 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:56 #18 DONE 0.0s 20:15:56 20:15:56 #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:15:56 #34 DONE 3.2s 20:15:56 20:15:56 #35 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 20:15:56 #35 DONE 0.9s 20:15:56 20:15:56 #30 [security-bootstrapper internal] load build context 20:15:56 #30 ... 20:15:56 20:15:56 #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:56 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:56 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:56 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:56 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:56 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:56 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:56 #21 DONE 2.9s 20:15:56 20:15:56 #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:15:56 #34 DONE 3.2s 20:15:56 20:15:56 #19 [core-data internal] load metadata for docker.io/library/alpine:3.18 20:15:56 #19 DONE 0.8s 20:15:56 20:15:56 #35 [core-data builder 2/7] WORKDIR /edgex-go 20:15:56 #35 DONE 0.9s 20:15:56 20:15:56 #30 [security-bootstrapper internal] load build context 20:15:57 #30 ... 20:15:57 20:15:57 #21 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:57 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:57 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:57 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:57 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:57 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:57 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:57 #21 DONE 2.9s 20:15:57 20:15:57 #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:15:57 #34 DONE 3.2s 20:15:57 20:15:57 #35 [support-notifications builder 2/7] WORKDIR /edgex-go 20:15:57 #35 DONE 0.9s 20:15:57 20:15:57 #18 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:57 #18 DONE 0.0s 20:15:57 20:15:57 #19 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 20:15:57 #19 DONE 1.0s 20:15:57 20:15:57 #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 20:15:57 #36 ... 20:15:57 20:15:57 #18 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:57 #18 DONE 0.1s 20:15:57 20:15:57 #37 [support-notifications internal] load build context 20:15:58 #37 ... 20:15:58 20:15:58 #21 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:58 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:58 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:58 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:58 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:58 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:58 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:58 #21 DONE 3.0s 20:15:58 20:15:58 #34 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:15:58 #34 DONE 3.2s 20:15:58 20:15:58 #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 20:15:58 #35 DONE 0.9s 20:15:58 20:15:58 #18 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:58 #18 DONE 0.1s 20:15:58 20:15:58 #37 [support-notifications internal] load build context 20:15:58 #37 ... 20:15:58 20:15:58 #19 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 20:15:58 #19 DONE 1.9s 20:15:58 20:15:58 #37 [support-notifications internal] load build context 20:15:58 #37 ... 20:15:58 20:15:58 #21 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:58 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:58 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:58 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:58 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:58 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:58 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:58 #21 DONE 3.0s 20:15:58 20:15:58 #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:15:58 #34 DONE 3.3s 20:15:58 20:15:58 #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 20:15:58 #35 DONE 1.0s 20:15:58 20:15:58 #37 [support-notifications internal] load build context 20:15:59 #37 ... 20:15:59 20:15:59 #19 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 20:15:59 #19 DONE 2.2s 20:15:59 20:15:59 #38 [core-common-config-bootstrapper internal] load build context 20:15:59 #38 ... 20:15:59 20:15:59 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 20:15:59 #39 DONE 2.6s 20:15:59 20:15:59 #21 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:59 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:59 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:59 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:59 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:59 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:59 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:59 #21 DONE 3.1s 20:15:59 20:15:59 #38 [core-common-config-bootstrapper internal] load build context 20:15:59 #38 ... 20:15:59 20:15:59 #21 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:15:59 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:15:59 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:15:59 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:15:59 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:15:59 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:15:59 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:15:59 #21 DONE 3.1s 20:15:59 20:15:59 #18 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:15:59 #18 DONE 0.1s 20:16:00 20:16:00 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:00 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:00 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 20:16:01 #40 ... 20:16:01 20:16:01 #18 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:16:01 #18 DONE 0.2s 20:16:01 20:16:01 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:01 #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 20:16:01 #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 20:16:01 #40 ... 20:16:01 20:16:01 #18 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:16:01 #18 DONE 0.2s 20:16:01 20:16:01 #37 [support-notifications internal] load build context 20:16:01 #37 transferring context: 5.78MB 4.0s 20:16:01 #37 ... 20:16:01 20:16:01 #41 [security-spire-server internal] load build context 20:16:01 #41 transferring context: 26.79kB 0.1s done 20:16:01 #41 DONE 1.8s 20:16:01 20:16:01 #37 [support-notifications internal] load build context 20:16:02 #37 ... 20:16:02 20:16:02 #42 [security-spire-config internal] load build context 20:16:02 #42 transferring context: 25.04kB 0.9s done 20:16:02 #42 DONE 3.0s 20:16:02 20:16:02 #37 [support-notifications internal] load build context 20:16:02 #37 ... 20:16:02 20:16:02 #19 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 20:16:02 #19 DONE 5.3s 20:16:02 20:16:02 #37 [support-notifications internal] load build context 20:16:03 #37 ... 20:16:03 20:16:03 #21 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:16:03 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:16:03 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:16:03 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:16:03 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:16:03 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:16:03 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:16:03 #21 DONE 3.1s 20:16:03 20:16:03 #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:16:03 #34 DONE 3.3s 20:16:03 20:16:03 #35 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 20:16:03 #35 DONE 1.0s 20:16:03 20:16:03 #43 [security-spiffe-token-provider internal] load build context 20:16:03 #43 ... 20:16:03 20:16:03 #21 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:16:03 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:16:03 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:16:03 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:16:03 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:16:03 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:16:03 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:16:03 #21 DONE 3.1s 20:16:03 20:16:03 #34 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:16:03 #34 DONE 3.3s 20:16:03 20:16:03 #35 [core-metadata builder 2/7] WORKDIR /edgex-go 20:16:03 #35 DONE 1.0s 20:16:03 20:16:03 #43 [security-spiffe-token-provider internal] load build context 20:16:03 #43 ... 20:16:03 20:16:03 #27 [support-scheduler internal] load build context 20:16:03 #27 ... 20:16:03 20:16:03 #21 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:16:03 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:16:03 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:16:03 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:16:03 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:16:03 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:16:03 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:16:03 #21 DONE 3.1s 20:16:03 20:16:03 #34 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:16:03 #34 DONE 3.4s 20:16:03 20:16:03 #35 [core-command builder 2/7] WORKDIR /edgex-go 20:16:03 #35 DONE 1.1s 20:16:03 20:16:03 #27 [support-scheduler internal] load build context 20:16:03 #27 ... 20:16:03 20:16:03 #44 [core-command internal] load build context 20:16:05 #44 ... 20:16:05 20:16:05 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 20:16:05 #45 DONE 6.1s 20:16:05 20:16:05 #46 [core-data internal] load build context 20:16:05 #46 ... 20:16:05 20:16:05 #21 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:16:05 #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 20:16:05 #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:16:05 #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:16:05 #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:16:05 #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:16:05 #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done 20:16:05 #21 DONE 3.1s 20:16:05 20:16:05 #46 [core-data internal] load build context 20:16:05 #46 ... 20:16:05 20:16:05 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:16:05 #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:16:05 #47 ... 20:16:05 20:16:05 #48 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:16:05 #0 5.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:05 #0 6.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:05 #0 8.703 (1/1) Installing dumb-init (1.2.5-r2) 20:16:05 #0 8.703 Executing busybox-1.36.1-r7.trigger 20:16:05 #0 8.703 OK: 8 MiB in 16 packages 20:16:05 #48 DONE 10.9s 20:16:05 20:16:05 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:05 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 20:16:05 #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 20:16:05 #40 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 20:16:05 #40 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 20:16:05 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.7s done 20:16:05 #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 2.8s done 20:16:05 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 2.9s done 20:16:05 #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 20:16:06 #40 ... 20:16:06 20:16:06 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:16:06 #0 7.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:06 #0 8.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:06 #49 ... 20:16:06 20:16:06 #50 [core-command stage-1 3/7] RUN apk --no-cache upgrade 20:16:06 #50 ... 20:16:06 20:16:06 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:16:06 #51 ... 20:16:06 20:16:06 #52 [core-command builder 3/7] RUN apk add --update --no-cache make git 20:16:06 #52 ... 20:16:06 20:16:06 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:16:06 #0 9.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:06 #53 ... 20:16:06 20:16:06 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:16:06 #54 ... 20:16:06 20:16:06 #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 20:16:07 #55 ... 20:16:07 20:16:07 #30 [security-bootstrapper internal] load build context 20:16:07 #30 ... 20:16:07 20:16:07 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:16:07 #49 10.88 (1/2) Installing dumb-init (1.2.5-r2) 20:16:07 #49 10.88 (2/2) Installing su-exec (0.2-r3) 20:16:07 #49 10.88 Executing busybox-1.36.1-r7.trigger 20:16:07 #49 10.88 OK: 8 MiB in 17 packages 20:16:07 #49 ... 20:16:07 20:16:07 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:16:07 #56 ... 20:16:07 20:16:07 #38 [core-common-config-bootstrapper internal] load build context 20:16:07 #38 transferring context: 26.72MB 10.9s 20:16:07 #38 ... 20:16:07 20:16:07 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:16:07 #53 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:08 #53 ... 20:16:08 20:16:08 #57 [security-proxy-auth internal] load build context 20:16:08 #57 ... 20:16:08 20:16:08 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:08 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 5.4s 20:16:08 #40 ... 20:16:08 20:16:08 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:16:08 #49 DONE 12.9s 20:16:08 20:16:08 #30 [security-bootstrapper internal] load build context 20:16:09 #30 ... 20:16:09 20:16:09 #58 [security-secretstore-setup internal] load build context 20:16:09 #58 ... 20:16:09 20:16:09 #30 [security-bootstrapper internal] load build context 20:16:09 #30 ... 20:16:09 20:16:09 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:16:09 #59 ... 20:16:09 20:16:09 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:09 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.00MB / 23.39MB 6.6s 20:16:10 #40 ... 20:16:10 20:16:10 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:16:10 #60 ... 20:16:10 20:16:10 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:10 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 7.7s 20:16:10 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 20:16:10 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done 20:16:11 #40 ... 20:16:11 20:16:11 #61 [security-spire-agent internal] load build context 20:16:11 #61 transferring context: 26.32kB 0.8s done 20:16:11 #61 DONE 5.8s 20:16:11 20:16:11 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:11 #40 ... 20:16:11 20:16:11 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:16:11 #62 ... 20:16:11 20:16:11 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:12 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 9.7s 20:16:13 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 10.6s 20:16:13 #40 ... 20:16:13 20:16:13 #37 [support-notifications internal] load build context 20:16:13 #37 ... 20:16:13 20:16:13 #63 [security-proxy-setup internal] load build context 20:16:13 #63 ... 20:16:13 20:16:13 #43 [security-spiffe-token-provider internal] load build context 20:16:14 #43 ... 20:16:14 20:16:14 #64 [core-metadata internal] load build context 20:16:14 #64 ... 20:16:14 20:16:14 #27 [support-scheduler internal] load build context 20:16:14 #27 ... 20:16:14 20:16:14 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:14 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 11.6s 20:16:14 #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done 20:16:14 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 12.1s 20:16:15 #40 ... 20:16:15 20:16:15 #46 [core-data internal] load build context 20:16:15 #46 transferring context: 33.83MB 18.6s 20:16:15 #46 ... 20:16:15 20:16:15 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:15 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 13.2s 20:16:15 #40 ... 20:16:15 20:16:15 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 20:16:16 #65 ... 20:16:16 20:16:16 #46 [core-data internal] load build context 20:16:16 #46 ... 20:16:16 20:16:16 #44 [core-command internal] load build context 20:16:16 #44 ... 20:16:16 20:16:16 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:16 #40 ... 20:16:16 20:16:16 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:16:16 #51 10.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:16 #51 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:16 #51 14.49 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:16:16 #51 14.49 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:16:16 #51 14.49 OK: 19948 distinct packages available 20:16:16 #51 15.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:16 #51 18.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:16 #51 ... 20:16:16 20:16:16 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:17 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 14.4s 20:16:17 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.51MB / 23.39MB 14.9s 20:16:17 #40 ... 20:16:17 20:16:17 #38 [core-common-config-bootstrapper internal] load build context 20:16:17 #38 ... 20:16:17 20:16:17 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:18 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 15.4s 20:16:18 #40 ... 20:16:18 20:16:18 #57 [security-proxy-auth internal] load build context 20:16:18 #57 ... 20:16:18 20:16:18 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:16:18 #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 3.0s done 20:16:18 #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 20:16:18 #47 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 20:16:18 #47 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 20:16:18 #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done 20:16:18 #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done 20:16:18 #47 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 14.68MB / 17.12MB 8.1s 20:16:18 #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.1s done 20:16:18 #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done 20:16:18 #47 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 15.68MB / 17.12MB 8.2s 20:16:18 #47 ... 20:16:18 20:16:18 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:18 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 16.0s 20:16:19 #40 ... 20:16:19 20:16:19 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:16:19 #54 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:19 #54 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:19 #54 20.25 (1/1) Installing dumb-init (1.2.5-r2) 20:16:19 #54 20.25 Executing busybox-1.36.1-r7.trigger 20:16:19 #54 20.38 OK: 8 MiB in 16 packages 20:16:19 #54 ... 20:16:19 20:16:19 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:19 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 16.2s done 20:16:19 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20:16:19 #40 ... 20:16:19 20:16:19 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 20:16:19 #66 ... 20:16:19 20:16:19 #58 [security-secretstore-setup internal] load build context 20:16:19 #58 ... 20:16:19 20:16:19 #30 [security-bootstrapper internal] load build context 20:16:19 #30 ... 20:16:19 20:16:19 #43 [security-spiffe-token-provider internal] load build context 20:16:19 #43 ... 20:16:19 20:16:19 #58 [security-secretstore-setup internal] load build context 20:16:20 #58 ... 20:16:20 20:16:20 #52 [core-command builder 3/7] RUN apk add --update --no-cache make git 20:16:20 #52 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:20 #52 15.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:20 #52 23.52 OK: 266 MiB in 52 packages 20:16:20 #52 ... 20:16:20 20:16:20 #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 20:16:20 #55 13.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:20 #55 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:20 #55 ... 20:16:20 20:16:20 #30 [security-bootstrapper internal] load build context 20:16:20 #30 ... 20:16:20 20:16:20 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:16:20 #54 DONE 23.7s 20:16:20 20:16:20 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 20:16:21 #67 ... 20:16:21 20:16:21 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:16:21 #53 15.15 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:16:21 #53 15.15 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:16:21 #53 15.15 OK: 19951 distinct packages available 20:16:21 #53 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:21 #53 19.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:21 #53 ... 20:16:21 20:16:21 #44 [core-command internal] load build context 20:16:21 #44 transferring context: 15.11MB 15.4s 20:16:22 #44 ... 20:16:22 20:16:22 #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 20:16:22 #55 25.67 OK: 266 MiB in 52 packages 20:16:23 #55 ... 20:16:23 20:16:23 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:16:23 #59 13.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:23 #59 16.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:23 #59 ... 20:16:23 20:16:23 #30 [security-bootstrapper internal] load build context 20:16:24 #30 ... 20:16:24 20:16:24 #52 [core-data builder 3/7] RUN apk add --update --no-cache make git 20:16:24 #52 DONE 28.4s 20:16:24 20:16:24 #30 [security-bootstrapper internal] load build context 20:16:24 #30 ... 20:16:24 20:16:24 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:16:24 #60 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:24 #60 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:24 #60 ... 20:16:24 20:16:24 #63 [security-proxy-setup internal] load build context 20:16:24 #63 ... 20:16:24 20:16:24 #37 [support-notifications internal] load build context 20:16:24 #37 ... 20:16:24 20:16:24 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:16:24 #56 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:24 #56 19.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:24 #56 ... 20:16:24 20:16:24 #27 [support-scheduler internal] load build context 20:16:24 #27 ... 20:16:24 20:16:24 #64 [core-metadata internal] load build context 20:16:24 #64 ... 20:16:24 20:16:24 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:16:24 #62 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:24 #62 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:24 #62 ... 20:16:24 20:16:24 #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 20:16:24 #36 16.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:24 #36 19.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:24 #36 ... 20:16:24 20:16:24 #27 [support-scheduler internal] load build context 20:16:25 #27 ... 20:16:25 20:16:25 #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 20:16:25 #55 DONE 29.6s 20:16:25 20:16:25 #27 [support-scheduler internal] load build context 20:16:25 #27 transferring context: 96.28MB 32.3s 20:16:26 #27 ... 20:16:26 20:16:26 #46 [core-data internal] load build context 20:16:26 #46 ... 20:16:26 20:16:26 #27 [support-scheduler internal] load build context 20:16:28 #27 ... 20:16:28 20:16:28 #38 [core-common-config-bootstrapper internal] load build context 20:16:28 #38 ... 20:16:28 20:16:28 #27 [support-scheduler internal] load build context 20:16:28 #27 ... 20:16:28 20:16:28 #57 [security-proxy-auth internal] load build context 20:16:28 #57 ... 20:16:28 20:16:28 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:16:28 #47 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 8.9s done 20:16:28 #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.3s 20:16:28 #47 ... 20:16:28 20:16:28 #57 [security-proxy-auth internal] load build context 20:16:29 #57 ... 20:16:29 20:16:29 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:29 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 16.2s done 20:16:29 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.9s 20:16:29 #40 ... 20:16:29 20:16:29 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:16:29 #62 28.08 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:16:29 #62 28.08 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:16:29 #62 28.08 OK: 19948 distinct packages available 20:16:29 #62 ... 20:16:29 20:16:29 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 20:16:29 #65 13.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:29 #65 16.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:29 #65 ... 20:16:29 20:16:29 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:16:29 #53 31.16 OK: 266 MiB in 52 packages 20:16:29 #53 DONE 33.4s 20:16:29 20:16:29 #27 [support-scheduler internal] load build context 20:16:30 #27 ... 20:16:30 20:16:30 #43 [security-spiffe-token-provider internal] load build context 20:16:30 #43 ... 20:16:30 20:16:30 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:30 #40 ... 20:16:30 20:16:30 #58 [security-secretstore-setup internal] load build context 20:16:30 #58 ... 20:16:30 20:16:30 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:16:30 #56 30.42 OK: 266 MiB in 52 packages 20:16:30 #56 DONE 32.9s 20:16:30 20:16:30 #58 [security-secretstore-setup internal] load build context 20:16:30 #58 ... 20:16:30 20:16:30 #27 [support-scheduler internal] load build context 20:16:30 #27 transferring context: 106.31MB 37.4s 20:16:30 #27 ... 20:16:30 20:16:30 #50 [core-command stage-1 3/7] RUN apk --no-cache upgrade 20:16:30 #50 15.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:30 #50 19.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:31 #50 25.50 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:31 #50 ... 20:16:31 20:16:31 #27 [support-scheduler internal] load build context 20:16:32 #27 ... 20:16:32 20:16:32 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:16:32 #51 29.20 (1/11) Installing ca-certificates (20240226-r0) 20:16:32 #51 29.71 (2/11) Installing brotli-libs (1.0.9-r14) 20:16:32 #51 29.90 (3/11) Installing libunistring (1.1-r1) 20:16:32 #51 30.48 (4/11) Installing libidn2 (2.3.4-r1) 20:16:32 #51 30.53 (5/11) Installing nghttp2-libs (1.57.0-r0) 20:16:32 #51 30.56 (6/11) Installing libcurl (8.5.0-r0) 20:16:32 #51 30.76 (7/11) Installing curl (8.5.0-r0) 20:16:32 #51 30.83 (8/11) Installing dumb-init (1.2.5-r2) 20:16:32 #51 30.91 (9/11) Installing musl-obstack (1.2.3-r2) 20:16:32 #51 31.01 (10/11) Installing libucontext (1.2-r2) 20:16:32 #51 31.01 (11/11) Installing gcompat (1.1.0-r1) 20:16:32 #51 31.09 Executing busybox-1.36.1-r7.trigger 20:16:32 #51 31.45 Executing ca-certificates-20240226-r0.trigger 20:16:32 #51 33.63 OK: 13 MiB in 26 packages 20:16:32 #51 DONE 35.8s 20:16:32 20:16:32 #27 [support-scheduler internal] load build context 20:16:32 #27 ... 20:16:32 20:16:32 #44 [core-command internal] load build context 20:16:32 #44 ... 20:16:32 20:16:32 #27 [support-scheduler internal] load build context 20:16:32 #27 ... 20:16:32 20:16:32 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 20:16:32 #66 13.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:32 #66 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:32 #66 ... 20:16:32 20:16:32 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:33 #40 ... 20:16:33 20:16:33 #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 20:16:33 #36 30.49 (1/2) Installing ca-certificates (20240226-r0) 20:16:33 #36 31.43 (2/2) Installing dumb-init (1.2.5-r2) 20:16:33 #36 31.48 Executing busybox-1.36.1-r7.trigger 20:16:33 #36 31.67 Executing ca-certificates-20240226-r0.trigger 20:16:33 #36 33.69 OK: 9 MiB in 17 packages 20:16:33 #36 DONE 36.4s 20:16:33 20:16:33 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:34 #40 ... 20:16:34 20:16:34 #30 [security-bootstrapper internal] load build context 20:16:34 #30 ... 20:16:34 20:16:34 #44 [core-command internal] load build context 20:16:34 #44 ... 20:16:34 20:16:34 #50 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 20:16:34 #50 26.06 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:34 #50 26.24 OK: 8 MiB in 16 packages 20:16:34 #50 DONE 29.2s 20:16:34 20:16:34 #63 [security-proxy-setup internal] load build context 20:16:34 #63 ... 20:16:34 20:16:34 #37 [support-notifications internal] load build context 20:16:34 #37 ... 20:16:34 20:16:34 #63 [security-proxy-setup internal] load build context 20:16:34 #63 ... 20:16:34 20:16:34 #64 [core-metadata internal] load build context 20:16:34 #64 ... 20:16:34 20:16:34 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:16:34 #59 27.36 (1/4) Installing ca-certificates (20240226-r0) 20:16:34 #59 28.22 (2/4) Installing dumb-init (1.2.5-r2) 20:16:34 #59 28.22 (3/4) Installing su-exec (0.2-r3) 20:16:34 #59 28.28 (4/4) Installing yq (4.33.3-r5) 20:16:34 #59 29.91 Executing busybox-1.36.1-r7.trigger 20:16:34 #59 30.31 Executing ca-certificates-20240226-r0.trigger 20:16:34 #59 31.88 OK: 18 MiB in 19 packages 20:16:34 #59 DONE 35.7s 20:16:34 20:16:34 #64 [core-metadata internal] load build context 20:16:34 #64 ... 20:16:34 20:16:34 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:34 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.7s 20:16:35 #40 ... 20:16:35 20:16:35 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 20:16:35 #65 26.63 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:35 #65 27.24 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:35 #65 27.28 (3/6) Installing dumb-init (1.2.5-r2) 20:16:35 #65 27.32 (4/6) Installing openssl (3.1.6-r0) 20:16:35 #65 27.45 (5/6) Installing su-exec (0.2-r3) 20:16:35 #65 27.57 (6/6) Installing yq (4.33.3-r5) 20:16:35 #65 28.28 Executing busybox-1.36.1-r7.trigger 20:16:35 #65 28.42 OK: 18 MiB in 19 packages 20:16:35 #65 DONE 29.7s 20:16:35 20:16:35 #64 [core-metadata internal] load build context 20:16:36 #64 ... 20:16:36 20:16:36 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 20:16:36 #66 24.30 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:36 #66 24.88 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:36 #66 25.07 OK: 8 MiB in 17 packages 20:16:36 #66 DONE 26.9s 20:16:36 20:16:36 #64 [core-metadata internal] load build context 20:16:36 #64 ... 20:16:36 20:16:36 #46 [core-data internal] load build context 20:16:36 #46 transferring context: 73.23MB 39.9s 20:16:36 #46 ... 20:16:36 20:16:36 #64 [core-metadata internal] load build context 20:16:38 #64 ... 20:16:38 20:16:38 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 20:16:38 #67 8.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:38 #67 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:38 #67 15.20 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:38 #67 15.44 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:38 #67 15.44 OK: 8 MiB in 16 packages 20:16:38 #67 DONE 17.5s 20:16:38 20:16:38 #64 [core-metadata internal] load build context 20:16:38 #64 ... 20:16:38 20:16:38 #38 [core-common-config-bootstrapper internal] load build context 20:16:38 #38 ... 20:16:38 20:16:38 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:16:38 #60 28.06 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:16:38 #60 28.06 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:16:38 #60 28.06 OK: 19948 distinct packages available 20:16:38 #60 29.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:38 #60 32.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:38 #60 35.78 (1/4) Installing dumb-init (1.2.5-r2) 20:16:38 #60 35.78 (2/4) Installing musl-obstack (1.2.3-r2) 20:16:38 #60 35.82 (3/4) Installing libucontext (1.2-r2) 20:16:38 #60 35.82 (4/4) Installing gcompat (1.1.0-r1) 20:16:38 #60 35.84 Executing busybox-1.36.1-r7.trigger 20:16:38 #60 35.98 OK: 8 MiB in 19 packages 20:16:38 #60 DONE 38.2s 20:16:38 20:16:38 #64 [core-metadata internal] load build context 20:16:38 #64 ... 20:16:38 20:16:38 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:16:38 #62 29.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:38 #62 31.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:38 #62 35.00 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:38 #62 35.29 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:38 #62 35.29 (3/7) Installing dumb-init (1.2.5-r2) 20:16:38 #62 35.29 (4/7) Installing musl-obstack (1.2.3-r2) 20:16:38 #62 35.29 (5/7) Installing libucontext (1.2-r2) 20:16:38 #62 35.29 (6/7) Installing gcompat (1.1.0-r1) 20:16:38 #62 35.29 (7/7) Installing openssl (3.1.6-r0) 20:16:38 #62 35.29 Executing busybox-1.36.1-r7.trigger 20:16:38 #62 35.46 OK: 9 MiB in 20 packages 20:16:38 #62 DONE 37.7s 20:16:39 20:16:39 #38 [core-common-config-bootstrapper internal] load build context 20:16:39 #38 ... 20:16:39 20:16:39 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:16:39 #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 19.8s 20:16:39 #47 ... 20:16:39 20:16:39 #57 [security-proxy-auth internal] load build context 20:16:39 #57 ... 20:16:39 20:16:39 #38 [core-common-config-bootstrapper internal] load build context 20:16:40 #38 ... 20:16:40 20:16:40 #43 [security-spiffe-token-provider internal] load build context 20:16:40 #43 ... 20:16:40 20:16:40 #38 [core-common-config-bootstrapper internal] load build context 20:16:40 #38 ... 20:16:40 20:16:40 #58 [security-secretstore-setup internal] load build context 20:16:40 #58 ... 20:16:40 20:16:40 #43 [security-spiffe-token-provider internal] load build context 20:16:41 #43 transferring context: 99.45MB 45.3s 20:16:42 #43 ... 20:16:42 20:16:42 #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 20:16:42 #0 7.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:42 #0 8.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:42 #0 9.589 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:42 #0 9.987 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:42 #0 9.987 Executing ca-certificates-20240226-r0.trigger 20:16:42 #68 ... 20:16:42 20:16:42 #43 [security-spiffe-token-provider internal] load build context 20:16:43 #43 ... 20:16:43 20:16:43 #27 [support-scheduler internal] load build context 20:16:43 #27 ... 20:16:43 20:16:43 #43 [security-spiffe-token-provider internal] load build context 20:16:43 #43 ... 20:16:43 20:16:43 #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 20:16:43 #68 10.56 OK: 13 MiB in 26 packages 20:16:43 #68 DONE 11.4s 20:16:43 20:16:43 #43 [security-spiffe-token-provider internal] load build context 20:16:44 #43 ... 20:16:44 20:16:44 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 20:16:44 #69 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:44 #69 ... 20:16:44 20:16:44 #27 [support-scheduler internal] load build context 20:16:44 #27 ... 20:16:44 20:16:44 #30 [security-bootstrapper internal] load build context 20:16:44 #30 ... 20:16:44 20:16:44 #44 [core-command internal] load build context 20:16:44 #44 ... 20:16:44 20:16:44 #30 [security-bootstrapper internal] load build context 20:16:44 #30 ... 20:16:44 20:16:44 #37 [support-notifications internal] load build context 20:16:44 #37 ... 20:16:44 20:16:44 #63 [security-proxy-setup internal] load build context 20:16:45 #63 ... 20:16:45 20:16:45 #30 [security-bootstrapper internal] load build context 20:16:45 #30 ... 20:16:45 20:16:45 #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 20:16:45 #0 6.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:45 #0 7.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:45 #0 8.850 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:45 #0 8.994 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:45 #0 9.060 Executing ca-certificates-20240226-r0.trigger 20:16:45 #0 9.561 OK: 18 MiB in 19 packages 20:16:45 #70 ... 20:16:45 20:16:45 #30 [security-bootstrapper internal] load build context 20:16:45 #30 ... 20:16:45 20:16:45 #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 20:16:45 #70 DONE 10.4s 20:16:45 20:16:45 #30 [security-bootstrapper internal] load build context 20:16:46 #30 ... 20:16:46 20:16:46 #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 20:16:46 #71 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:46 #71 ... 20:16:46 20:16:46 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:46 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 26.7s 20:16:46 #40 ... 20:16:46 20:16:46 #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:16:46 #72 ... 20:16:46 20:16:46 #30 [security-bootstrapper internal] load build context 20:16:46 #30 transferring context: 77.88MB 51.4s 20:16:46 #30 ... 20:16:46 20:16:46 #46 [core-data internal] load build context 20:16:46 #46 ... 20:16:46 20:16:46 #30 [security-bootstrapper internal] load build context 20:16:47 #30 ... 20:16:47 20:16:47 #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:16:47 #72 DONE 11.0s 20:16:47 20:16:47 #30 [security-bootstrapper internal] load build context 20:16:48 #30 ... 20:16:48 20:16:48 #73 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 20:16:48 #73 DONE 1.1s 20:16:48 20:16:48 #30 [security-bootstrapper internal] load build context 20:16:48 #30 ... 20:16:48 20:16:48 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 20:16:48 #69 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:48 #69 12.71 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:48 #69 12.91 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:48 #69 12.95 Executing ca-certificates-20240226-r0.trigger 20:16:48 #69 13.86 OK: 9 MiB in 17 packages 20:16:48 #69 DONE 14.9s 20:16:48 20:16:48 #74 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 20:16:48 #0 7.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:48 #0 8.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:49 #74 ... 20:16:49 20:16:49 #64 [core-metadata internal] load build context 20:16:49 #64 ... 20:16:49 20:16:49 #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 20:16:49 #0 7.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:16:49 #0 7.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:49 #75 ... 20:16:49 20:16:49 #43 [security-spiffe-token-provider internal] load build context 20:16:49 #43 ... 20:16:49 20:16:49 #57 [security-proxy-auth internal] load build context 20:16:49 #57 ... 20:16:49 20:16:49 #43 [security-spiffe-token-provider internal] load build context 20:16:49 #43 ... 20:16:49 20:16:49 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:16:49 #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 25.9s done 20:16:50 #47 ... 20:16:50 20:16:50 #43 [security-spiffe-token-provider internal] load build context 20:16:50 #43 ... 20:16:50 20:16:50 #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 20:16:50 #75 10.42 OK: 9 MiB in 20 packages 20:16:50 #75 DONE 11.4s 20:16:50 20:16:50 #43 [security-spiffe-token-provider internal] load build context 20:16:50 #43 ... 20:16:50 20:16:50 #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 20:16:50 #71 11.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:16:50 #71 13.93 OK: 18 MiB in 19 packages 20:16:50 #71 DONE 14.8s 20:16:50 20:16:50 #43 [security-spiffe-token-provider internal] load build context 20:16:51 #43 ... 20:16:51 20:16:51 #58 [security-secretstore-setup internal] load build context 20:16:51 #58 ... 20:16:51 20:16:51 #74 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 20:16:51 #74 11.34 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:16:51 #74 11.49 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:16:51 #74 11.52 OK: 8 MiB in 19 packages 20:16:51 #74 DONE 12.2s 20:16:51 20:16:51 #58 [security-secretstore-setup internal] load build context 20:16:51 #58 ... 20:16:51 20:16:51 #38 [core-common-config-bootstrapper internal] load build context 20:16:51 #38 ... 20:16:51 20:16:51 #46 [core-data internal] load build context 20:16:51 #46 transferring context: 108.56MB 55.0s 20:16:51 #46 ... 20:16:51 20:16:51 #76 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 20:16:51 #76 DONE 1.0s 20:16:51 20:16:51 #46 [core-data internal] load build context 20:16:53 #46 ... 20:16:53 20:16:53 #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 20:16:53 #77 DONE 1.9s 20:16:53 20:16:53 #46 [core-data internal] load build context 20:16:54 #46 ... 20:16:54 20:16:54 #27 [support-scheduler internal] load build context 20:16:54 #27 ... 20:16:54 20:16:54 #46 [core-data internal] load build context 20:16:54 #46 ... 20:16:54 20:16:54 #44 [core-command internal] load build context 20:16:54 #44 ... 20:16:54 20:16:54 #46 [core-data internal] load build context 20:16:55 #46 ... 20:16:55 20:16:55 #37 [support-notifications internal] load build context 20:16:55 #37 ... 20:16:55 20:16:55 #46 [core-data internal] load build context 20:16:55 #46 ... 20:16:55 20:16:55 #63 [security-proxy-setup internal] load build context 20:16:55 #63 ... 20:16:55 20:16:55 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:16:55 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 34.8s done 20:16:55 #40 DONE 55.5s 20:16:55 20:16:55 #63 [security-proxy-setup internal] load build context 20:16:55 #63 ... 20:16:55 20:16:55 #46 [core-data internal] load build context 20:16:57 #46 transferring context: 136.26MB 60.1s 20:16:59 #46 ... 20:16:59 20:16:59 #30 [security-bootstrapper internal] load build context 20:16:59 #30 ... 20:16:59 20:16:59 #46 [core-data internal] load build context 20:16:59 #46 ... 20:16:59 20:16:59 #64 [core-metadata internal] load build context 20:16:59 #64 ... 20:16:59 20:16:59 #46 [core-data internal] load build context 20:16:59 #46 ... 20:16:59 20:16:59 #57 [security-proxy-auth internal] load build context 20:16:59 #57 ... 20:16:59 20:16:59 #43 [security-spiffe-token-provider internal] load build context 20:17:00 #43 ... 20:17:00 20:17:00 #57 [security-proxy-auth internal] load build context 20:17:00 #57 ... 20:17:00 20:17:00 #78 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:17:00 #78 DONE 3.4s 20:17:00 20:17:00 #57 [security-proxy-auth internal] load build context 20:17:01 #57 ... 20:17:01 20:17:01 #79 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:17:01 #79 DONE 3.0s 20:17:01 20:17:01 #57 [security-proxy-auth internal] load build context 20:17:01 #57 ... 20:17:01 20:17:01 #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:17:01 #80 DONE 3.9s 20:17:01 20:17:01 #57 [security-proxy-auth internal] load build context 20:17:01 #57 ... 20:17:01 20:17:01 #58 [security-secretstore-setup internal] load build context 20:17:01 #58 ... 20:17:01 20:17:01 #38 [core-common-config-bootstrapper internal] load build context 20:17:01 #38 ... 20:17:01 20:17:01 #57 [security-proxy-auth internal] load build context 20:17:01 #57 ... 20:17:01 20:17:01 #81 [security-spire-server stage-2 5/9] COPY Attribution.txt / 20:17:01 #81 DONE 1.2s 20:17:01 20:17:01 #57 [security-proxy-auth internal] load build context 20:17:01 #57 transferring context: 37.81MB 63.7s 20:17:02 #57 ... 20:17:02 20:17:02 #82 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 20:17:02 #82 DONE 1.3s 20:17:02 20:17:02 #57 [security-proxy-auth internal] load build context 20:17:02 #57 ... 20:17:02 20:17:02 #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / 20:17:02 #83 DONE 1.5s 20:17:02 20:17:02 #57 [security-proxy-auth internal] load build context 20:17:03 #57 ... 20:17:03 20:17:03 #84 [security-spire-server stage-2 6/9] COPY security.txt / 20:17:03 #84 DONE 0.9s 20:17:03 20:17:03 #57 [security-proxy-auth internal] load build context 20:17:04 #57 ... 20:17:04 20:17:04 #85 [security-spire-agent stage-3 7/10] COPY security.txt / 20:17:04 #85 DONE 1.2s 20:17:04 20:17:04 #57 [security-proxy-auth internal] load build context 20:17:04 #57 ... 20:17:04 20:17:04 #86 [security-spire-config stage-2 6/10] COPY security.txt / 20:17:04 #86 DONE 1.2s 20:17:04 20:17:04 #57 [security-proxy-auth internal] load build context 20:17:04 #57 ... 20:17:04 20:17:04 #87 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:17:04 #87 DONE 1.2s 20:17:04 20:17:04 #57 [security-proxy-auth internal] load build context 20:17:04 #57 ... 20:17:04 20:17:04 #27 [support-scheduler internal] load build context 20:17:04 #27 ... 20:17:04 20:17:04 #38 [core-common-config-bootstrapper internal] load build context 20:17:05 #38 ... 20:17:05 20:17:05 #44 [core-command internal] load build context 20:17:05 #44 ... 20:17:05 20:17:05 #37 [support-notifications internal] load build context 20:17:05 #37 ... 20:17:05 20:17:05 #88 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:17:05 #88 DONE 1.1s 20:17:05 20:17:05 #37 [support-notifications internal] load build context 20:17:05 #37 ... 20:17:05 20:17:05 #38 [core-common-config-bootstrapper internal] load build context 20:17:05 #38 ... 20:17:05 20:17:05 #63 [security-proxy-setup internal] load build context 20:17:05 #63 ... 20:17:05 20:17:05 #38 [core-common-config-bootstrapper internal] load build context 20:17:05 #38 ... 20:17:05 20:17:05 #89 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:17:05 #89 DONE 1.7s 20:17:05 20:17:05 #38 [core-common-config-bootstrapper internal] load build context 20:17:05 #38 ... 20:17:05 20:17:05 #90 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:17:05 #90 DONE 1.5s 20:17:05 20:17:05 #38 [core-common-config-bootstrapper internal] load build context 20:17:06 #38 ... 20:17:06 20:17:06 #91 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 20:17:06 #91 DONE 1.2s 20:17:06 20:17:06 #38 [core-common-config-bootstrapper internal] load build context 20:17:06 #38 ... 20:17:06 20:17:06 #92 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:17:06 #92 DONE 1.1s 20:17:06 20:17:06 #38 [core-common-config-bootstrapper internal] load build context 20:17:07 #38 transferring context: 211.85MB 70.4s 20:17:07 #38 ... 20:17:07 20:17:07 #93 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:17:07 #93 DONE 1.5s 20:17:07 20:17:07 #38 [core-common-config-bootstrapper internal] load build context 20:17:07 #38 ... 20:17:07 20:17:07 #94 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:17:07 #94 DONE 1.1s 20:17:07 20:17:07 #38 [core-common-config-bootstrapper internal] load build context 20:17:08 #38 ... 20:17:08 20:17:08 #95 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:17:08 #95 DONE 0.8s 20:17:08 20:17:08 #38 [core-common-config-bootstrapper internal] load build context 20:17:08 #38 ... 20:17:08 20:17:08 #27 [support-scheduler internal] load build context 20:17:08 #27 transferring context: 228.41MB 74.9s done 20:17:08 #27 DONE 75.4s 20:17:08 20:17:08 #38 [core-common-config-bootstrapper internal] load build context 20:17:09 #38 ... 20:17:09 20:17:09 #30 [security-bootstrapper internal] load build context 20:17:09 #30 ... 20:17:09 20:17:09 #38 [core-common-config-bootstrapper internal] load build context 20:17:09 #38 ... 20:17:09 20:17:09 #64 [core-metadata internal] load build context 20:17:09 #64 ... 20:17:09 20:17:09 #38 [core-common-config-bootstrapper internal] load build context 20:17:10 #38 ... 20:17:10 20:17:10 #43 [security-spiffe-token-provider internal] load build context 20:17:10 #43 transferring context: 228.41MB 73.5s done 20:17:10 #43 DONE 74.0s 20:17:10 20:17:10 #38 [core-common-config-bootstrapper internal] load build context 20:17:10 #38 ... 20:17:10 20:17:10 #96 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 20:17:10 #96 DONE 1.4s 20:17:10 20:17:10 #46 [core-data internal] load build context 20:17:10 #46 ... 20:17:10 20:17:10 #64 [core-metadata internal] load build context 20:17:10 #64 ... 20:17:10 20:17:10 #38 [core-common-config-bootstrapper internal] load build context 20:17:10 #38 transferring context: 228.41MB 73.8s done 20:17:10 #38 DONE 74.2s 20:17:10 20:17:10 #64 [core-metadata internal] load build context 20:17:11 #64 ... 20:17:11 20:17:11 #58 [security-secretstore-setup internal] load build context 20:17:11 #58 ... 20:17:11 20:17:11 #64 [core-metadata internal] load build context 20:17:11 #64 ... 20:17:11 20:17:11 #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 20:17:11 #97 DONE 1.3s 20:17:11 20:17:11 #64 [core-metadata internal] load build context 20:17:14 #64 ... 20:17:14 20:17:14 #98 [security-spire-agent] exporting to image 20:17:14 #98 exporting layers 5.5s done 20:17:14 #98 writing image sha256:9f5d92df895d89be30e42e63d05130583813841abfd82c004350139a5c8fba57 0.2s done 20:17:14 #98 writing image sha256:18627c294deef949dca7c272392540458f48b9c70e4fa6c7ee0451793767aa5b 0.1s done 20:17:14 #98 naming to docker.io/library/security-spire-config-arm64 0.0s done 20:17:14 #98 naming to docker.io/library/security-spire-server-arm64 done 20:17:14 #98 writing image sha256:b48040a66909a4b7242124b7c5e86154c32982a6a8733d0a352c043e3355f7cf 0.0s done 20:17:14 #98 naming to docker.io/library/security-spire-agent-arm64 done 20:17:14 #98 DONE 6.8s 20:17:14 20:17:14 #64 [core-metadata internal] load build context 20:17:14 #64 ... 20:17:14 20:17:14 #57 [security-proxy-auth internal] load build context 20:17:14 #57 ... 20:17:14 20:17:14 #44 [core-command internal] load build context 20:17:14 #44 transferring context: 228.41MB 68.6s done 20:17:14 #44 DONE 71.2s 20:17:14 20:17:14 #57 [security-proxy-auth internal] load build context 20:17:14 #57 ... 20:17:14 20:17:14 #64 [core-metadata internal] load build context 20:17:15 #64 ... 20:17:15 20:17:15 #37 [support-notifications internal] load build context 20:17:15 #37 ... 20:17:15 20:17:15 #64 [core-metadata internal] load build context 20:17:15 #64 ... 20:17:15 20:17:15 #63 [security-proxy-setup internal] load build context 20:17:15 #63 ... 20:17:15 20:17:15 #37 [support-notifications internal] load build context 20:17:15 #37 ... 20:17:15 20:17:15 #46 [core-data internal] load build context 20:17:15 #46 transferring context: 228.41MB 79.1s done 20:17:15 #46 DONE 79.2s 20:17:15 20:17:15 #37 [support-notifications internal] load build context 20:17:17 #37 ... 20:17:17 20:17:17 #64 [core-metadata internal] load build context 20:17:17 #64 transferring context: 228.41MB 71.2s done 20:17:17 #64 DONE 73.3s 20:17:17 20:17:17 #37 [support-notifications internal] load build context 20:17:17 #37 transferring context: 228.41MB 80.2s done 20:17:17 #37 DONE 80.4s 20:17:17 20:17:17 #57 [security-proxy-auth internal] load build context 20:17:19 #57 ... 20:17:19 20:17:19 #99 [support-notifications builder 4/7] COPY go.mod vendor* ./ 20:17:19 #99 DONE 1.1s 20:17:19 20:17:19 #57 [security-proxy-auth internal] load build context 20:17:19 #57 ... 20:17:19 20:17:19 #30 [security-bootstrapper internal] load build context 20:17:19 #30 ... 20:17:19 20:17:19 #57 [security-proxy-auth internal] load build context 20:17:20 #57 ... 20:17:20 20:17:20 #63 [security-proxy-setup internal] load build context 20:17:20 #63 transferring context: 228.41MB 73.6s done 20:17:20 #63 DONE 76.4s 20:17:20 20:17:20 #57 [security-proxy-auth internal] load build context 20:17:20 #57 ... 20:17:20 20:17:20 #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:20 #100 ... 20:17:20 20:17:20 #57 [security-proxy-auth internal] load build context 20:17:21 #57 ... 20:17:21 20:17:21 #101 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 20:17:21 #101 DONE 0.8s 20:17:21 20:17:21 #57 [security-proxy-auth internal] load build context 20:17:21 #57 ... 20:17:21 20:17:21 #58 [security-secretstore-setup internal] load build context 20:17:21 #58 ... 20:17:21 20:17:21 #57 [security-proxy-auth internal] load build context 20:17:21 #57 ... 20:17:21 20:17:21 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:21 #102 ... 20:17:21 20:17:21 #30 [security-bootstrapper internal] load build context 20:17:23 #30 transferring context: 228.41MB 88.3s done 20:17:23 #30 DONE 88.5s 20:17:23 20:17:23 #58 [security-secretstore-setup internal] load build context 20:17:27 #58 transferring context: 228.41MB 87.7s done 20:17:27 #58 DONE 88.2s 20:17:27 20:17:27 #57 [security-proxy-auth internal] load build context 20:17:28 #57 ... 20:17:28 20:17:28 #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:29 #103 ... 20:17:29 20:17:29 #57 [security-proxy-auth internal] load build context 20:17:30 #57 transferring context: 228.41MB 91.5s done 20:17:30 #57 DONE 91.8s 20:17:30 20:17:30 #104 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #104 ... 20:18:26 20:18:26 #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #103 DONE 62.4s 20:18:26 20:18:26 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #102 DONE 69.4s 20:18:26 20:18:26 #105 [support-notifications builder 6/7] COPY . . 20:18:26 #105 ... 20:18:26 20:18:26 #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #100 DONE 70.9s 20:18:26 20:18:26 #104 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #104 DONE 60.5s 20:18:26 20:18:26 #106 [support-scheduler builder 6/7] COPY . . 20:18:26 #106 DONE 3.7s 20:18:26 20:18:26 #107 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #107 CACHED 20:18:26 20:18:26 #108 [core-command builder 6/7] COPY . . 20:18:26 #108 CACHED 20:18:26 20:18:26 #109 [core-command builder 4/7] COPY go.mod vendor* ./ 20:18:26 #109 CACHED 20:18:26 20:18:26 #110 [security-proxy-setup builder 6/7] COPY . . 20:18:26 #110 DONE 3.5s 20:18:26 20:18:26 #111 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #111 CACHED 20:18:26 20:18:26 #112 [security-secretstore-setup builder 6/7] COPY . . 20:18:26 #112 CACHED 20:18:26 20:18:26 #113 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 20:18:26 #113 CACHED 20:18:26 20:18:26 #114 [core-metadata builder 4/7] COPY go.mod vendor* ./ 20:18:26 #114 CACHED 20:18:26 20:18:26 #115 [core-metadata builder 6/7] COPY . . 20:18:26 #115 CACHED 20:18:26 20:18:26 #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #116 CACHED 20:18:26 20:18:26 #105 [support-notifications builder 6/7] COPY . . 20:18:26 #105 DONE 3.7s 20:18:26 20:18:26 #117 [security-proxy-auth builder 6/7] COPY . . 20:18:26 #117 CACHED 20:18:26 20:18:26 #118 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 20:18:26 #118 CACHED 20:18:26 20:18:26 #119 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #119 CACHED 20:18:26 20:18:26 #120 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:18:26 #120 CACHED 20:18:26 20:18:26 #121 [security-bootstrapper builder 6/7] COPY . . 20:18:26 #121 CACHED 20:18:26 20:18:26 #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #122 CACHED 20:18:26 20:18:26 #123 [security-spiffe-token-provider builder 6/7] COPY . . 20:18:26 #123 DONE 3.7s 20:18:26 20:18:26 #124 [core-data builder 4/7] COPY go.mod vendor* ./ 20:18:26 #124 CACHED 20:18:26 20:18:26 #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #125 CACHED 20:18:26 20:18:26 #126 [core-data builder 6/7] COPY . . 20:18:26 #126 CACHED 20:18:26 20:18:26 #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:18:26 #127 CACHED 20:18:26 20:18:26 #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:26 #128 CACHED 20:18:26 20:18:26 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 20:18:26 #129 CACHED 20:18:26 20:18:26 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:18:30 #130 ... 20:18:30 20:18:30 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:18:30 #0 4.977 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:18:30 #131 ... 20:18:30 20:18:30 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:18:30 #130 5.393 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:18:34 #130 ... 20:18:34 20:18:34 #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:18:34 #0 5.115 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:18:35 #132 ... 20:18:35 20:18:35 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:18:35 #0 4.556 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:18:35 #133 ... 20:18:35 20:18:35 #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:18:35 #0 4.432 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:18:35 #134 ... 20:18:35 20:18:35 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:18:35 #0 5.507 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:18:35 #135 ... 20:18:35 20:18:35 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:18:35 #0 5.195 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:18:35 #136 ... 20:18:35 20:18:35 #137 [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:18:35 #0 4.715 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:18:36 #137 ... 20:18:36 20:18:36 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:18:36 #0 4.773 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:18:36 #138 ... 20:18:36 20:18:36 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:18:36 #0 4.132 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:18:36 #139 ... 20:18:36 20:18:36 #140 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:18:36 #0 5.031 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:36:59 #140 ... 20:36:59 20:36:59 #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:36:59 #132 DONE 1110.0s 20:36:59 20:36:59 #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:36:59 #134 DONE 1110.1s 20:36:59 20:36:59 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:36:59 #138 ... 20:36:59 20:36:59 #137 [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:36:59 #137 1110.7 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:36:59 #137 ... 20:36:59 20:36:59 #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:36:59 #141 DONE 0.5s 20:36:59 20:36:59 #142 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:36:59 #142 DONE 0.5s 20:36:59 20:36:59 #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:36:59 #143 ... 20:36:59 20:36:59 #144 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 20:36:59 #144 DONE 0.6s 20:36:59 20:36:59 #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 20:36:59 #145 DONE 0.4s 20:36:59 20:36:59 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:36:59 #131 ... 20:36:59 20:36:59 #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:36:59 #146 DONE 0.3s 20:36:59 20:36:59 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:36:59 #135 ... 20:36:59 20:36:59 #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:36:59 #147 DONE 0.7s 20:36:59 20:36:59 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:36:59 #131 ... 20:36:59 20:36:59 #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:36:59 #148 DONE 0.3s 20:36:59 20:36:59 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:37:00 #149 ... 20:37:00 20:37:00 #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:37:00 #143 DONE 3.7s 20:37:00 20:37:00 #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 20:37:00 #150 DONE 0.8s 20:37:00 20:37:00 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:37:00 #136 ... 20:37:00 20:37:00 #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 20:37:01 #151 DONE 0.3s 20:37:01 20:37:01 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:37:01 #139 ... 20:37:01 20:37:01 #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:37:01 #152 DONE 0.6s 20:37:01 20:37:01 #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:37:01 #153 ... 20:37:01 20:37:01 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:37:01 #149 DONE 2.8s 20:37:02 20:37:02 #98 [security-proxy-setup] exporting to image 20:37:02 #98 exporting layers 20:37:02 #98 ... 20:37:02 20:37:02 #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:37:02 #153 DONE 0.7s 20:37:02 20:37:02 #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/ 20:37:02 #154 DONE 0.4s 20:37:02 20:37:02 #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/ 20:37:03 #155 DONE 0.3s 20:37:03 20:37:03 #98 [security-proxy-setup] exporting to image 20:37:03 #98 ... 20:37:03 20:37:03 #156 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:37:03 #156 DONE 0.2s 20:37:03 20:37:03 #98 [security-proxy-setup] exporting to image 20:37:03 #98 exporting layers 1.6s done 20:37:03 #98 writing image sha256:47ba8149f603006aa57883f96959313a06af70c9055a939f4294e00979114805 0.0s done 20:37:03 #98 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 20:37:03 #98 DONE 8.5s 20:37:03 20:37:03 #157 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:37:03 #157 DONE 0.3s 20:37:03 20:37:03 #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:37:06 #158 DONE 2.3s 20:37:06 20:37:06 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:37:06 #133 ... 20:37:06 20:37:06 #98 [security-bootstrapper] exporting to image 20:37:07 #98 exporting layers 1.3s done 20:37:07 #98 writing image sha256:8d7d5fef21e38672019fa187ec995c2ce47fc398f20f18d36f78ecd4743bbcb4 done 20:37:07 #98 naming to docker.io/library/security-bootstrapper-arm64 done 20:37:07 #98 DONE 9.8s 20:37:07 20:37:07 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:37:17 #138 ... 20:37:17 20:37:17 #137 [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:37:17 #137 DONE 1132.4s 20:37:17 20:37:17 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:37:18 #130 ... 20:37:18 20:37:18 #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 20:37:18 #159 DONE 0.1s 20:37:18 20:37:18 #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 20:37:18 #160 DONE 0.2s 20:37:18 20:37:18 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:37:18 #131 ... 20:37:18 20:37:18 #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 20:37:18 #161 DONE 0.2s 20:37:18 20:37:18 #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 20:37:18 #162 DONE 0.1s 20:37:18 20:37:18 #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:37:18 #163 DONE 0.2s 20:37:18 20:37:18 #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:37:19 #164 DONE 0.3s 20:37:19 20:37:19 #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:37:19 #165 DONE 0.3s 20:37:19 20:37:19 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:37:19 #133 ... 20:37:19 20:37:19 #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:37:19 #166 DONE 0.1s 20:37:19 20:37:19 #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:37:22 #167 DONE 2.3s 20:37:22 20:37:22 #98 [security-secretstore-setup] exporting to image 20:37:22 #98 exporting layers 20:37:23 #98 exporting layers 1.7s done 20:37:23 #98 writing image sha256:c0f629e5e97114d0aca73814a6f43b30aa53d0c84e597a4f6d299682be7643a4 done 20:37:23 #98 naming to docker.io/library/security-secretstore-setup-arm64 done 20:37:23 #98 DONE 11.6s 20:37:23 20:37:23 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:38:10 #138 ... 20:38:10 20:38:10 #140 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:38:10 #140 DONE 1182.9s 20:38:10 20:38:10 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:38:10 #139 ... 20:38:10 20:38:10 #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:38:10 #168 DONE 0.2s 20:38:10 20:38:10 #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:38:10 #169 DONE 0.2s 20:38:10 20:38:10 #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:38:10 #170 DONE 0.3s 20:38:10 20:38:10 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:38:10 #131 ... 20:38:10 20:38:10 #171 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:38:10 #171 DONE 0.1s 20:38:10 20:38:10 #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:38:10 #172 DONE 0.1s 20:38:10 20:38:10 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:38:10 #133 ... 20:38:10 20:38:10 #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:38:11 #173 DONE 1.9s 20:38:11 20:38:11 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:38:11 #139 ... 20:38:11 20:38:11 #98 [core-common-config-bootstrapper] exporting to image 20:38:11 #98 exporting layers 20:38:12 #98 exporting layers 0.7s done 20:38:12 #98 writing image sha256:81f22cefb6b46bca7e78b2ee093cf01196ab21f307f7ac20b93b2473e1d26675 done 20:38:12 #98 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 20:38:12 #98 DONE 12.2s 20:38:12 20:38:12 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:40:03 #131 ... 20:40:03 20:40:03 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:40:03 #133 DONE 1292.2s 20:40:03 20:40:03 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:40:03 #138 ... 20:40:03 20:40:03 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:40:03 #174 DONE 0.1s 20:40:03 20:40:03 #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:40:03 #175 DONE 0.1s 20:40:03 20:40:03 #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:40:03 #176 DONE 0.4s 20:40:03 20:40:03 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:40:03 #138 ... 20:40:03 20:40:03 #177 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:40:03 #177 DONE 0.2s 20:40:03 20:40:03 #98 [security-spiffe-token-provider] exporting to image 20:40:03 #98 exporting layers 20:40:03 #98 exporting layers 1.0s done 20:40:03 #98 writing image sha256:7c5b1241f5be372279d60e1baafdf75808d6fc581af93d4d4a2f2d2b1ac21f7b done 20:40:03 #98 naming to docker.io/library/security-spiffe-token-provider-arm64 done 20:40:03 #98 DONE 13.2s 20:40:03 20:40:03 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:46:40 #138 ... 20:46:40 20:46:40 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:46:40 #130 DONE 1689.2s 20:46:40 20:46:40 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:46:40 #136 ... 20:46:40 20:46:40 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:46:40 #178 DONE 0.2s 20:46:40 20:46:40 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:46:40 #135 ... 20:46:40 20:46:40 #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:46:40 #179 DONE 0.2s 20:46:40 20:46:40 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:46:40 #180 DONE 0.4s 20:46:40 20:46:40 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:46:40 #181 DONE 0.1s 20:46:40 20:46:40 #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:46:40 #182 DONE 0.1s 20:46:40 20:46:40 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:46:40 #135 ... 20:46:40 20:46:40 #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:46:40 #183 DONE 1.8s 20:46:40 20:46:40 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:46:40 #131 ... 20:46:40 20:46:40 #98 [security-proxy-auth] exporting to image 20:46:40 #98 exporting layers 20:46:40 #98 exporting layers 0.7s done 20:46:40 #98 writing image sha256:188490d9576c4051b6ccb51a223dcf8bfa57d70e09ffb974872eb588a7c93da3 done 20:46:40 #98 naming to docker.io/library/security-proxy-auth-arm64 done 20:46:40 #98 DONE 13.9s 20:46:40 20:46:40 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:47:20 #131 ... 20:47:20 20:47:20 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:47:20 #138 DONE 1734.8s 20:47:20 20:47:20 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:47:20 #139 ... 20:47:20 20:47:20 #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:47:20 #184 DONE 0.2s 20:47:20 20:47:20 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:47:20 #139 ... 20:47:20 20:47:20 #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:47:20 #185 DONE 0.2s 20:47:20 20:47:20 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:47:21 #186 DONE 0.4s 20:47:21 20:47:21 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:47:21 #187 DONE 0.1s 20:47:21 20:47:21 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:47:21 #139 ... 20:47:21 20:47:21 #98 [core-command] exporting to image 20:47:21 #98 exporting layers 20:47:21 #98 exporting layers 0.4s done 20:47:21 #98 writing image sha256:d878cb5b6cdf15ad89b6821f2ca15313e7956e621536922e7bdb916198aed6fa done 20:47:21 #98 naming to docker.io/library/core-command-arm64 done 20:47:21 #98 DONE 14.3s 20:47:21 20:47:21 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:47:36 #47 ... 20:47:36 20:47:36 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:47:36 #131 DONE 1750.6s 20:47:36 20:47:36 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:47:36 #136 DONE 1750.6s 20:47:36 20:47:36 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:47:36 #139 ... 20:47:36 20:47:36 #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:47:36 #188 DONE 0.4s 20:47:36 20:47:36 #189 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:47:36 #189 DONE 0.4s 20:47:36 20:47:36 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:47:36 #139 ... 20:47:36 20:47:36 #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:47:36 #190 DONE 0.3s 20:47:36 20:47:36 #191 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:47:37 #191 DONE 0.3s 20:47:37 20:47:37 #192 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:47:37 #192 ... 20:47:37 20:47:37 #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:47:37 #193 DONE 0.6s 20:47:37 20:47:37 #192 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:47:37 #192 DONE 0.7s 20:47:37 20:47:37 #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:47:37 #194 ... 20:47:37 20:47:37 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:47:37 #195 DONE 0.2s 20:47:37 20:47:37 #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:47:37 #194 DONE 0.4s 20:47:37 20:47:37 #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:47:38 #196 DONE 0.3s 20:47:38 20:47:38 #98 [core-metadata] exporting to image 20:47:38 #98 exporting layers 20:47:38 #98 exporting layers 0.6s done 20:47:38 #98 writing image sha256:9d0909d9cae268a9814ebd76881ac7085e1a213a435bd2551df566e0b519875e 0.0s done 20:47:38 #98 naming to docker.io/library/core-data-arm64 done 20:47:39 #98 writing image sha256:dd9d789d78e15cd2d2d1ce49de69950c33b3b4d224dd179a5976a40034464d42 done 20:47:39 #98 naming to docker.io/library/core-metadata-arm64 done 20:47:39 #98 DONE 15.1s 20:47:39 20:47:39 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:48:05 #139 DONE 1778.8s 20:48:05 20:48:05 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:48:05 #135 DONE 1778.7s 20:48:05 20:48:05 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:48:05 #47 ... 20:48:05 20:48:05 #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:05 #197 DONE 0.4s 20:48:05 20:48:05 #198 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:48:05 #198 DONE 0.2s 20:48:05 20:48:05 #199 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:48:05 #199 DONE 0.2s 20:48:05 20:48:05 #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:48:05 #200 ... 20:48:05 20:48:05 #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:48:05 #201 DONE 0.2s 20:48:05 20:48:05 #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:48:05 #202 DONE 0.4s 20:48:05 20:48:05 #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:48:05 #200 DONE 0.5s 20:48:05 20:48:05 #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:48:05 #203 DONE 0.1s 20:48:05 20:48:05 #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:48:05 #204 DONE 0.1s 20:48:05 20:48:05 #98 [support-notifications] exporting to image 20:48:05 #98 exporting layers 20:48:05 #98 exporting layers 0.4s done 20:48:05 #98 exporting layers 0.6s done 20:48:05 #98 writing image sha256:ce7f1d60ff0b42b04b585599b798dfee90048d50e555f34ec2dbdd3469d66244 0.0s done 20:48:05 #98 naming to docker.io/library/support-scheduler-arm64 done 20:48:05 #98 writing image sha256:e2e81c2cae0e9dd2ea1e4eb3bc1d57f30cad7de145231b619fdc2817682cf5ab done 20:48:05 #98 naming to docker.io/library/support-notifications-arm64 done 20:48:05 #98 DONE 16.2s 20:48:05 20:48:05 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:48:05 time="2024-07-02T20:15:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:48:05 time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:48:05 $ docker stop --time=1 dd620d3fae9313b8550f6ce856f87fbbc37723c15db9356bee0bbff1336a81b2 20:48:07 $ docker rm -f --volumes dd620d3fae9313b8550f6ce856f87fbbc37723c15db9356bee0bbff1336a81b2 [Pipeline] // withDockerContainer [Pipeline] sh 20:48:08 + docker images 20:48:08 REPOSITORY TAG IMAGE ID CREATED SIZE 20:48:08 support-scheduler-arm64 latest ce7f1d60ff0b 3 seconds ago 42.4MB 20:48:08 support-notifications-arm64 latest e2e81c2cae0e 3 seconds ago 43.3MB 20:48:08 core-metadata-arm64 latest dd9d789d78e1 30 seconds ago 40.3MB 20:48:08 core-data-arm64 latest 9d0909d9cae2 31 seconds ago 40.1MB 20:48:08 core-command-arm64 latest d878cb5b6cdf 47 seconds ago 39.9MB 20:48:08 security-proxy-auth-arm64 latest 188490d9576c About a minute ago 37.4MB 20:48:08 security-spiffe-token-provider-arm64 latest 7c5b1241f5be 8 minutes ago 34.1MB 20:48:08 core-common-config-bootstrapper-arm64 latest 81f22cefb6b4 9 minutes ago 20.1MB 20:48:08 security-secretstore-setup-arm64 latest c0f629e5e971 10 minutes ago 41.5MB 20:48:08 security-bootstrapper-arm64 latest 8d7d5fef21e3 11 minutes ago 23.7MB 20:48:08 security-proxy-setup-arm64 latest 47ba8149f603 11 minutes ago 31MB 20:48:08 security-spire-config-arm64 latest 18627c294dee 31 minutes ago 101MB 20:48:08 security-spire-agent-arm64 latest b48040a66909 31 minutes ago 157MB 20:48:08 security-spire-server-arm64 latest 9f5d92df895d 31 minutes ago 102MB 20:48:08 ci-base-image-arm64 latest 281f60677f6c 48 minutes ago 962MB 20:48:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB 20:48:08 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 20:48:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:48:09 20:48:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:48:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:48:09 arm64: Pulling from edgex-lftools-log-publisher 20:48:09 8998bd30e6a1: Pulling fs layer 20:48:09 04944245beec: Pulling fs layer 20:48:09 699f458cf7ca: Pulling fs layer 20:48:09 765212b225bb: Pulling fs layer 20:48:09 f23df028b6ca: Pulling fs layer 20:48:09 d65c8cfc05b1: Pulling fs layer 20:48:09 2437ff75d9bd: Pulling fs layer 20:48:09 765212b225bb: Waiting 20:48:09 f23df028b6ca: Waiting 20:48:09 d65c8cfc05b1: Waiting 20:48:09 2437ff75d9bd: Waiting 20:48:09 04944245beec: Verifying Checksum 20:48:09 04944245beec: Download complete 20:48:09 765212b225bb: Verifying Checksum 20:48:09 765212b225bb: Download complete 20:48:10 f23df028b6ca: Verifying Checksum 20:48:10 f23df028b6ca: Download complete 20:48:10 d65c8cfc05b1: Verifying Checksum 20:48:10 d65c8cfc05b1: Download complete 20:48:10 699f458cf7ca: Verifying Checksum 20:48:10 699f458cf7ca: Download complete 20:48:10 8998bd30e6a1: Verifying Checksum 20:48:10 8998bd30e6a1: Download complete 20:48:13 2437ff75d9bd: Verifying Checksum 20:48:13 2437ff75d9bd: Download complete 20:48:15 8998bd30e6a1: Pull complete 20:48:16 04944245beec: Pull complete 20:48:18 699f458cf7ca: Pull complete 20:48:18 765212b225bb: Pull complete 20:48:18 f23df028b6ca: Pull complete 20:48:18 d65c8cfc05b1: Pull complete 20:48:37 2437ff75d9bd: Pull complete 20:48:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:48:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:48:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:48:37 prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container 20:48:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:48:40 $ docker top c8e9fcca076060ef28d3907cc7f7f1003e300bfc5880070d2617040f4a95e94f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:48:41 ---> job-cost.sh 20:48:41 lf-activate-venv: SKIPPING 20:48:41 INFO: No Stack... 20:48:42 INFO: Retrieving Pricing Info for: v3-standard-4 20:48:43 INFO: Archiving Costs [Pipeline] sh 20:48:44 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:48:44 + cut -d, -f6 [Pipeline] lock 20:48:44 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] 20:48:44 Resource [jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] did not exist. Created. 20:48:44 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:48:44 + echo total: 0.10999999940395355 [Pipeline] stash 20:48:45 Stashed 1 file(s) [Pipeline] } 20:48:45 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:48:45 $ docker stop --time=1 c8e9fcca076060ef28d3907cc7f7f1003e300bfc5880070d2617040f4a95e94f 20:48:46 $ docker rm -f --volumes c8e9fcca076060ef28d3907cc7f7f1003e300bfc5880070d2617040f4a95e94f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:48:47 provisioning config files... 20:48:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config261273030814211116tmp [Pipeline] { [Pipeline] sh 20:48:48 + set +x 20:48:48 + curl -s https://codecov.io/bash 20:48:48 + bash -s -- 20:48:48 20:48:48 _____ _ 20:48:48 / ____| | | 20:48:48 | | ___ __| | ___ ___ _____ __ 20:48:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:48:48 | |___| (_) | (_| | __/ (_| (_) \ V / 20:48:48 \_____\___/ \__,_|\___|\___\___/ \_/ 20:48:48 Bash-1.0.6 20:48:48 20:48:48 20:48:48 ==> git version 2.25.1 found 20:48:48 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:48:48 Release-Date: 2020-01-08 20:48:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:48:48 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:48:48 ==> Jenkins CI detected. 20:48:48 current dir:  /w/workspace/edgex-go/1 20:48:48 project root: . 20:48:48 --> token set from env 20:48:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:48:48 ==> Running gcov in . (disable via -X gcov) 20:48:48 ==> Python coveragepy not found 20:48:48 ==> Searching for coverage reports in: 20:48:48 + . 20:48:48 -> Found 1 reports 20:48:48 ==> Detecting git/mercurial file structure 20:48:48 ==> Reading reports 20:48:48 + ./coverage.out bytes=456284 20:48:48 ==> Appending adjustments 20:48:48 https://docs.codecov.io/docs/fixing-reports 20:48:49 + Found adjustments 20:48:49 ==> Gzipping contents 20:48:49 60K /tmp/codecov.H2S1vf.gz 20:48:49 ==> Uploading reports 20:48:49 url: https://codecov.io 20:48:49 query: branch=PR-4815&commit=c0a23728568dc09b3adec74e72db8db9b3cdda26&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4815%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4815&job=&cmd_args= 20:48:49 -> Pinging Codecov 20:48:49 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4815&commit=c0a23728568dc09b3adec74e72db8db9b3cdda26&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4815%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4815&job=&cmd_args= 20:48:49 -> Uploading to 20:48:49 https://storage.googleapis.com/codecov/v4/raw/2024-07-02/00271124DB129430A58F1EEE437C3FCB/c0a23728568dc09b3adec74e72db8db9b3cdda26/1b54c39a-08b5-4aec-a048-ea3264cd750d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240702%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240702T204849Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=020a474e8bf16787c575b7a1d0b780877491e8c4465ac9a28e0b11f9c7c92231 20:48:49 % Total % Received % Xferd Average Speed Time Time Time Current 20:48:49 Dload Upload Total Spent Left Speed 20:48:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57985 0 0 100 57985 0 208k --:--:-- --:--:-- --:--:-- 208k 20:48:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] } 20:48:50 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 20:48:51 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:48:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:48:53 ---> package-listing.sh 20:48:53 ++ tr '[:upper:]' '[:lower:]' 20:48:53 ++ facter osfamily 20:48:53 + OS_FAMILY=debian 20:48:53 + workspace=/w/workspace/edgex-go/1 20:48:53 + START_PACKAGES=/tmp/packages_start.txt 20:48:53 + END_PACKAGES=/tmp/packages_end.txt 20:48:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:48:53 + PACKAGES=/tmp/packages_start.txt 20:48:53 + '[' /w/workspace/edgex-go/1 ']' 20:48:53 + PACKAGES=/tmp/packages_end.txt 20:48:53 + case "${OS_FAMILY}" in 20:48:53 + dpkg -l 20:48:53 + grep '^ii' 20:48:53 + '[' -f /tmp/packages_start.txt ']' 20:48:53 + '[' -f /tmp/packages_end.txt ']' 20:48:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:48:53 + '[' /w/workspace/edgex-go/1 ']' 20:48:53 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:48:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:48:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:48:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:48:54 20:48:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:48:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:48:54 latest: Pulling from edgex-lftools-log-publisher 20:48:54 5eb5b503b376: Pulling fs layer 20:48:54 5c69ac0246d0: Pulling fs layer 20:48:54 ec43610c2a17: Pulling fs layer 20:48:54 3a2ae6a8a46f: Pulling fs layer 20:48:54 33b1e0a273af: Pulling fs layer 20:48:54 5d3b04190fa2: Pulling fs layer 20:48:54 2f39f015ded8: Pulling fs layer 20:48:54 2f39f015ded8: Waiting 20:48:54 33b1e0a273af: Waiting 20:48:54 5d3b04190fa2: Waiting 20:48:54 3a2ae6a8a46f: Waiting 20:48:54 5c69ac0246d0: Verifying Checksum 20:48:54 5c69ac0246d0: Download complete 20:48:54 3a2ae6a8a46f: Verifying Checksum 20:48:54 33b1e0a273af: Verifying Checksum 20:48:54 33b1e0a273af: Download complete 20:48:54 5d3b04190fa2: Download complete 20:48:55 ec43610c2a17: Verifying Checksum 20:48:55 ec43610c2a17: Download complete 20:48:55 5eb5b503b376: Verifying Checksum 20:48:55 5eb5b503b376: Download complete 20:48:55 2f39f015ded8: Download complete 20:48:56 5eb5b503b376: Pull complete 20:48:56 5c69ac0246d0: Pull complete 20:48:57 ec43610c2a17: Pull complete 20:48:57 3a2ae6a8a46f: Pull complete 20:48:57 33b1e0a273af: Pull complete 20:48:57 5d3b04190fa2: Pull complete 20:49:01 2f39f015ded8: Pull complete 20:49:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:49:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:49:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:49:02 prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container 20:49:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:49:08 $ docker top e6bcf46e2ac583d1ee22442c039582de57db87889b125053b770ec9a6aa81385 -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:08 + touch /tmp/pre-build-complete [Pipeline] sh 20:49:09 + mkdir -p /var/log/sysstat [Pipeline] sh 20:49:09 + ls /var/log/sa-host 20:49:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:49:09 provisioning config files... 20:49:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12932810950595905448tmp [Pipeline] { [Pipeline] echo 20:49:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:49:10 ---> create-netrc.sh [Pipeline] } 20:49:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:49:10 ---> python-tools-install.sh [Pipeline] echo 20:49:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:49:10 ---> sudo-logs.sh 20:49:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:49:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:49:11 ---> job-cost.sh 20:49:11 lf-activate-venv: SKIPPING 20:49:11 DEBUG: total: 0.10999999940395355 20:49:11 INFO: Retrieving Stack Cost... 20:49:11 INFO: Retrieving Pricing Info for: v3-standard-8 20:49:12 INFO: Archiving Costs [Pipeline] echo 20:49:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:49:12 ---> logs-deploy.sh 20:49:12 lf-activate-venv: SKIPPING 20:49:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4815/1 20:49:12 INFO: archiving workspace using pattern(s): 20:49:13 Archives upload complete. 20:49:13 INFO: archiving logs to Nexus 20:49:14 ---> uname -a: 20:49:14 Linux prd-ubuntu20-04-docker-8c-8g-4840 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:49:14 20:49:14 20:49:14 ---> lscpu: 20:49:14 Architecture: x86_64 20:49:14 CPU op-mode(s): 32-bit, 64-bit 20:49:14 Byte Order: Little Endian 20:49:14 Address sizes: 40 bits physical, 48 bits virtual 20:49:14 CPU(s): 8 20:49:14 On-line CPU(s) list: 0-7 20:49:14 Thread(s) per core: 1 20:49:14 Core(s) per socket: 1 20:49:14 Socket(s): 8 20:49:14 NUMA node(s): 1 20:49:14 Vendor ID: AuthenticAMD 20:49:14 CPU family: 23 20:49:14 Model: 49 20:49:14 Model name: AMD EPYC-Rome Processor 20:49:14 Stepping: 0 20:49:14 CPU MHz: 2799.998 20:49:14 BogoMIPS: 5599.99 20:49:14 Virtualization: AMD-V 20:49:14 Hypervisor vendor: KVM 20:49:14 Virtualization type: full 20:49:14 L1d cache: 256 KiB 20:49:14 L1i cache: 256 KiB 20:49:14 L2 cache: 4 MiB 20:49:14 L3 cache: 128 MiB 20:49:14 NUMA node0 CPU(s): 0-7 20:49:14 Vulnerability Itlb multihit: Not affected 20:49:14 Vulnerability L1tf: Not affected 20:49:14 Vulnerability Mds: Not affected 20:49:14 Vulnerability Meltdown: Not affected 20:49:14 Vulnerability Mmio stale data: Not affected 20:49:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:49:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:49:14 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:49:14 Vulnerability Srbds: Not affected 20:49:14 Vulnerability Tsx async abort: Not affected 20:49:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:49:14 20:49:14 20:49:14 ---> nproc: 20:49:14 8 20:49:14 20:49:14 20:49:14 ---> df -h: 20:49:14 Filesystem Size Used Avail Use% Mounted on 20:49:14 overlay 155G 24G 132G 16% / 20:49:14 tmpfs 64M 0 64M 0% /dev 20:49:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:49:14 shm 64M 0 64M 0% /dev/shm 20:49:14 /dev/vda1 155G 24G 132G 16% /facter-os 20:49:14 20:49:14 20:49:14 ---> sar -b -r -n DEV: 20:49:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4840) 07/02/24 _x86_64_ (8 CPU) 20:49:14 20:49:14 19:54:34 LINUX RESTART (8 CPU) 20:49:14 20:49:14 19:55:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:49:14 19:56:01 380.75 16.66 364.09 0.00 2019.45 53890.39 0.00 20:49:14 19:57:01 123.20 0.87 122.33 0.00 10.40 36992.12 0.00 20:49:14 19:58:01 37.05 0.10 36.95 0.00 0.80 28693.24 0.00 20:49:14 19:59:01 61.75 1.73 60.01 0.00 39.32 37159.88 0.00 20:49:14 20:00:01 652.41 13.69 638.73 0.00 2196.20 197274.06 0.00 20:49:14 20:01:01 445.21 1.62 443.59 0.00 2279.09 145971.14 0.00 20:49:14 20:02:01 247.78 0.03 247.75 0.00 0.27 72198.34 0.00 20:49:14 20:03:01 637.99 0.08 637.91 0.00 1.20 91872.55 0.00 20:49:14 20:04:01 1.85 0.00 1.85 0.00 0.00 22.00 0.00 20:49:14 20:05:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 20:49:14 20:06:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 20:49:14 20:07:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 20:49:14 20:08:01 1.22 0.00 1.22 0.00 0.00 18.13 0.00 20:49:14 20:09:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 20:49:14 20:10:01 2.03 0.02 2.02 0.00 0.13 26.80 0.00 20:49:14 20:11:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 20:49:14 20:12:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 20:49:14 20:13:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 20:49:14 20:14:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 20:49:14 20:15:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 20:49:14 20:16:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 20:49:14 20:17:01 1.38 0.02 1.37 0.00 0.13 16.26 0.00 20:49:14 20:18:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 20:49:14 20:19:01 3.82 1.02 2.80 0.00 21.86 36.39 0.00 20:49:14 20:20:01 1.43 0.00 1.43 0.00 0.00 16.40 0.00 20:49:14 20:21:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 20:49:14 20:22:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 20:49:14 20:23:01 0.92 0.00 0.92 0.00 0.00 12.40 0.00 20:49:14 20:24:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 20:49:14 20:25:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 20:49:14 20:26:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 20:49:14 20:27:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 20:49:14 20:28:01 0.85 0.00 0.85 0.00 0.00 9.73 0.00 20:49:14 20:29:01 0.88 0.00 0.88 0.00 0.00 11.73 0.00 20:49:14 20:30:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 20:49:14 20:31:01 0.85 0.00 0.85 0.00 0.00 11.46 0.00 20:49:14 20:32:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 20:49:14 20:33:01 0.90 0.00 0.90 0.00 0.00 11.06 0.00 20:49:14 20:34:01 1.22 0.00 1.22 0.00 0.00 13.33 0.00 20:49:14 20:35:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 20:49:14 20:36:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 20:49:14 20:37:01 1.00 0.00 1.00 0.00 0.00 13.06 0.00 20:49:14 20:38:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 20:49:14 20:39:01 0.88 0.00 0.88 0.00 0.00 11.33 0.00 20:49:14 20:40:01 1.29 0.00 1.29 0.00 0.00 14.64 0.00 20:49:14 20:41:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 20:49:14 20:42:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 20:49:14 20:43:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 20:49:14 20:44:01 1.22 0.00 1.22 0.00 0.00 13.46 0.00 20:49:14 20:45:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 20:49:14 20:46:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 20:49:14 20:47:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 20:49:14 20:48:01 1.35 0.00 1.35 0.00 0.00 14.93 0.00 20:49:14 20:49:01 8.17 0.23 7.93 0.00 19.20 2164.31 0.00 20:49:14 Average: 49.06 0.66 48.39 0.00 121.47 12349.73 0.00 20:49:14 20:49:14 19:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:49:14 19:56:01 28644716 31483236 827020 2.52 80384 3018144 1948900 5.74 1141840 2685900 2836 20:49:14 19:57:01 27357132 31440440 860776 2.62 127620 4094792 1884512 5.55 1722372 3267828 765452 20:49:14 19:58:01 26440612 30640440 1657944 5.04 131960 4184116 2486168 7.33 2174892 3703184 441904 20:49:14 19:59:01 27655904 31485292 819668 2.49 134296 3849044 1703352 5.02 1334604 3371124 350476 20:49:14 20:00:01 20095764 31132488 1104696 3.36 275868 10463128 3306616 9.74 2634320 9098196 1586560 20:49:14 20:01:01 15248508 29883036 2304104 7.01 330484 13740316 8417496 24.81 4501268 11741328 672912 20:49:14 20:02:01 12583228 29756036 2445080 7.44 346360 16180252 6647132 19.59 5616252 13234156 1410920 20:49:14 20:03:01 14388664 31365428 883536 2.69 354404 16108624 2072648 6.11 3051140 14187168 376 20:49:14 20:04:01 14389032 31365944 882780 2.68 354440 16108628 2072648 6.11 3051180 14187176 12 20:49:14 20:05:01 14389764 31366724 882032 2.68 354476 16108632 2072648 6.11 3051352 14187180 28 20:49:14 20:06:01 14436036 31413028 835616 2.54 354508 16108636 2072648 6.11 3004960 14187188 16 20:49:14 20:07:01 14435956 31412952 835680 2.54 354520 16108636 2072648 6.11 3004620 14187188 44 20:49:14 20:08:01 14436256 31413268 835460 2.54 354552 16108640 2072648 6.11 3005388 14187180 8 20:49:14 20:09:01 14436864 31414028 834688 2.54 354580 16108768 2072648 6.11 3005492 14187316 44 20:49:14 20:10:01 14436620 31413928 834940 2.54 354640 16108748 2078888 6.13 3005352 14187296 24 20:49:14 20:11:01 14436192 31413504 835232 2.54 354668 16108752 2078888 6.13 3005416 14187300 140 20:49:14 20:12:01 14436444 31413812 834944 2.54 354688 16108752 2078888 6.13 3005076 14187304 8 20:49:14 20:13:01 14436956 31414332 834356 2.54 354712 16108760 2078888 6.13 3004696 14187308 48 20:49:14 20:14:01 14436624 31414052 834584 2.54 354732 16108764 2078888 6.13 3005028 14187316 8 20:49:14 20:15:01 14437680 31415132 833468 2.53 354760 16108756 2078888 6.13 3004368 14187312 44 20:49:14 20:16:01 14437624 31415084 833424 2.53 354776 16108768 2078888 6.13 3004168 14187316 8 20:49:14 20:17:01 14436844 31414308 834116 2.54 354804 16108764 2078888 6.13 3004112 14187316 40 20:49:14 20:18:01 14436684 31414212 834148 2.54 354824 16108772 2078888 6.13 3004200 14187320 8 20:49:14 20:19:01 14435920 31414496 834080 2.54 354928 16109392 2108832 6.21 3004724 14187888 20 20:49:14 20:20:01 14435636 31414288 834280 2.54 354988 16109384 2108832 6.21 3004784 14187892 8 20:49:14 20:21:01 14435548 31414208 834300 2.54 355020 16109404 2108832 6.21 3004860 14187900 152 20:49:14 20:22:01 14435752 31414476 834000 2.54 355052 16109404 2108832 6.21 3004760 14187904 8 20:49:14 20:23:01 14435776 31414504 833892 2.54 355072 16109408 2108832 6.21 3004764 14187908 192 20:49:14 20:24:01 14435800 31414600 833800 2.54 355104 16109412 2108832 6.21 3004836 14187920 24 20:49:14 20:25:01 14436432 31415256 833308 2.53 355120 16109412 2108832 6.21 3004416 14187908 176 20:49:14 20:26:01 14436656 31415484 833252 2.53 355144 16109408 2108832 6.21 3004828 14187912 12 20:49:14 20:27:01 14436176 31415012 833660 2.54 355156 16109420 2108832 6.21 3004812 14187916 12 20:49:14 20:28:01 14436380 31415256 833380 2.53 355172 16109420 2108832 6.21 3004860 14187920 12 20:49:14 20:29:01 14436236 31415120 833400 2.53 355184 16109428 2108832 6.21 3004904 14187928 296 20:49:14 20:30:01 14436428 31415312 833412 2.53 355200 16109424 2108832 6.21 3004444 14187928 4 20:49:14 20:31:01 14436632 31415524 833116 2.53 355204 16109432 2108832 6.21 3004660 14187932 212 20:49:14 20:32:01 14436616 31415512 833056 2.53 355216 16109436 2108832 6.21 3004780 14187936 8 20:49:14 20:33:01 14436348 31415364 833168 2.53 355248 16109500 2108832 6.21 3004884 14188000 184 20:49:14 20:34:01 14436540 31415560 833128 2.53 355264 16109504 2108832 6.21 3004604 14188004 8 20:49:14 20:35:01 14436420 31415504 833200 2.53 355288 16109500 2108832 6.21 3004676 14188000 196 20:49:14 20:36:01 14436632 31415724 832888 2.53 355316 16109508 2108832 6.21 3005084 14188004 8 20:49:14 20:37:01 14436212 31415344 833100 2.53 355336 16109516 2108832 6.21 3004752 14188012 204 20:49:14 20:38:01 14436228 31415424 832996 2.53 355360 16109516 2108832 6.21 3004808 14188016 12 20:49:14 20:39:01 14436432 31415664 832672 2.53 355364 16109524 2108832 6.21 3004872 14188016 200 20:49:14 20:40:01 14436092 31415456 832812 2.53 355372 16109656 2108832 6.21 3004708 14188148 8 20:49:14 20:41:01 14436156 31415568 832912 2.53 355408 16109656 2108832 6.21 3005180 14188152 192 20:49:14 20:42:01 14436180 31415600 832876 2.53 355420 16109660 2108832 6.21 3004916 14188156 8 20:49:14 20:43:01 14435928 31415376 833080 2.53 355432 16109660 2108832 6.21 3005040 14188156 180 20:49:14 20:44:01 14435872 31415324 833056 2.53 355440 16109664 2108832 6.21 3005140 14188160 8 20:49:14 20:45:01 14435856 31415340 832988 2.53 355460 16109668 2108832 6.21 3005180 14188164 44 20:49:14 20:46:01 14435832 31415316 832952 2.53 355484 16109660 2092364 6.17 3004976 14188164 4 20:49:14 20:47:01 14436068 31415724 832532 2.53 355512 16109800 2092364 6.17 3004992 14188288 196 20:49:14 20:48:01 14435952 31415624 832772 2.53 355540 16109804 2092364 6.17 3004988 14188292 8 20:49:14 20:49:01 13896760 31383612 863836 2.63 359372 16563352 2211864 6.52 3040564 14641064 453316 20:49:14 Average: 15478733 31335950 914448 2.78 335523 15057743 2315558 6.82 2972739 13229250 105330 20:49:14 20:49:14 19:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:49:14 19:56:01 ens3 1400.03 1200.31 11470.58 165.67 0.00 0.00 0.00 0.00 20:49:14 19:56:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 20:49:14 19:56:01 docker0 689.02 665.90 49.28 3016.40 0.00 0.00 0.00 0.00 20:49:14 19:56:01 veth2fc5873 95.02 100.90 9.35 93.84 0.00 0.00 0.00 0.01 20:49:14 19:57:01 ens3 287.24 171.42 1985.35 25.67 0.00 0.00 0.00 0.00 20:49:14 19:57:01 vethdb745bb 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 20:49:14 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 19:57:01 docker0 155.01 262.97 13.15 1959.62 0.00 0.00 0.00 0.00 20:49:14 19:58:01 ens3 31.99 24.58 24.85 14.70 0.00 0.00 0.00 0.00 20:49:14 19:58:01 vethdb745bb 1.43 1.45 0.13 0.13 0.00 0.00 0.00 0.00 20:49:14 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 19:58:01 docker0 1.43 1.43 0.11 0.13 0.00 0.00 0.00 0.00 20:49:14 19:59:01 ens3 113.15 87.34 2223.58 138.09 0.00 0.00 0.00 0.00 20:49:14 19:59:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 20:49:14 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:00:01 ens3 790.54 446.09 8144.94 58.36 0.00 0.00 0.00 0.00 20:49:14 20:00:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 20:49:14 20:00:01 vethb27438d 77.54 141.86 8.01 1180.16 0.00 0.00 0.00 0.10 20:49:14 20:00:01 veth2b79bc6 84.78 129.22 8.43 1177.89 0.00 0.00 0.00 0.10 20:49:14 20:00:01 veth9652a3b 0.60 1.50 0.05 0.28 0.00 0.00 0.00 0.00 20:49:14 20:00:01 docker0 364.42 627.32 31.03 5984.28 0.00 0.00 0.00 0.00 20:49:14 20:00:01 veth8027d34 76.09 141.74 7.91 1177.05 0.00 0.00 0.00 0.10 20:49:14 20:00:01 veth1ee7865 76.99 130.54 7.96 1180.02 0.00 0.00 0.00 0.10 20:49:14 20:01:01 ens3 105.37 51.14 1385.49 9.00 0.00 0.00 0.00 0.00 20:49:14 20:01:01 vethd53e0a2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 vethf12bb64 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 veth168cc98 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 vethe3a1f3b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 vethbcf1d37 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 veth5cc0726 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 20:49:14 20:01:01 veth989a5c6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 vethec38f75 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 veth9652a3b 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 docker0 0.60 0.38 0.03 0.02 0.00 0.00 0.00 0.00 20:49:14 20:01:01 veth6cbed13 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 vethff92692 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:01:01 veth6596d7a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:49:14 20:02:01 ens3 4.89 3.36 3.86 2.23 0.00 0.00 0.00 0.00 20:49:14 20:02:01 vethd53e0a2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 vethf12bb64 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 veth168cc98 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 vethe3a1f3b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 vethbcf1d37 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 veth5cc0726 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 veth989a5c6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 vethec38f75 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 veth9652a3b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 veth6cbed13 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 vethff92692 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:02:01 veth6596d7a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:03:01 ens3 7.03 4.30 6.52 3.20 0.00 0.00 0.00 0.00 20:49:14 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:04:01 ens3 1.12 0.43 0.99 0.22 0.00 0.00 0.00 0.00 20:49:14 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:06:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:49:14 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:10:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:11:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 20:49:14 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:15:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:16:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:49:14 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:17:01 ens3 0.37 0.23 0.23 0.02 0.00 0.00 0.00 0.00 20:49:14 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:18:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:21:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 20:49:14 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:22:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:25:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:26:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:49:14 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:28:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:31:01 ens3 0.28 0.23 0.09 0.07 0.00 0.00 0.00 0.00 20:49:14 20:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:32:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:35:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:36:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 20:49:14 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:37:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:38:01 ens3 0.20 0.10 0.22 0.01 0.00 0.00 0.00 0.00 20:49:14 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:41:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:49:14 20:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:42:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:45:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:46:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:49:14 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:49:14 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 20:49:01 ens3 89.64 62.19 2524.14 11.57 0.00 0.00 0.00 0.00 20:49:14 20:49:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:49:14 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:49:14 Average: ens3 52.12 37.70 511.13 7.91 0.00 0.00 0.00 0.00 20:49:14 Average: lo 0.25 0.25 0.02 0.02 0.00 0.00 0.00 0.00 20:49:14 Average: docker0 22.22 28.67 1.72 202.23 0.00 0.00 0.00 0.00 20:49:14 20:49:14 20:49:14 ---> sar -P ALL: 20:49:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4840) 07/02/24 _x86_64_ (8 CPU) 20:49:14 20:49:14 19:54:34 LINUX RESTART (8 CPU) 20:49:14 20:49:14 19:55:02 CPU %user %nice %system %iowait %steal %idle 20:49:14 19:56:01 all 10.45 0.00 3.34 1.25 0.06 84.90 20:49:14 19:56:01 0 10.44 0.00 2.84 0.24 0.05 86.43 20:49:14 19:56:01 1 7.89 0.00 3.02 1.49 0.05 87.54 20:49:14 19:56:01 2 6.76 0.00 3.65 0.10 0.03 89.45 20:49:14 19:56:01 3 13.83 0.00 4.48 3.33 0.07 78.29 20:49:14 19:56:01 4 14.48 0.00 3.30 2.87 0.05 79.30 20:49:14 19:56:01 5 8.11 0.00 3.50 0.50 0.07 87.82 20:49:14 19:56:01 6 10.68 0.00 2.51 0.34 0.07 86.40 20:49:14 19:56:01 7 11.37 0.00 3.42 1.15 0.09 83.97 20:49:14 19:57:01 all 29.28 0.00 4.95 0.48 0.08 65.21 20:49:14 19:57:01 0 31.06 0.00 4.25 0.05 0.09 64.56 20:49:14 19:57:01 1 27.18 0.00 5.84 0.19 0.09 66.71 20:49:14 19:57:01 2 28.47 0.00 4.80 0.25 0.08 66.39 20:49:14 19:57:01 3 28.39 0.00 4.19 0.02 0.07 67.33 20:49:14 19:57:01 4 29.78 0.00 5.44 2.55 0.08 62.15 20:49:14 19:57:01 5 29.98 0.00 6.13 0.15 0.07 63.67 20:49:14 19:57:01 6 30.42 0.00 4.43 0.02 0.07 65.06 20:49:14 19:57:01 7 28.96 0.00 4.55 0.61 0.08 65.80 20:49:14 19:58:01 all 37.50 0.00 4.96 0.20 0.07 57.27 20:49:14 19:58:01 0 37.43 0.00 4.74 0.00 0.07 57.76 20:49:14 19:58:01 1 37.56 0.00 4.94 1.51 0.07 55.92 20:49:14 19:58:01 2 38.88 0.00 4.36 0.10 0.08 56.57 20:49:14 19:58:01 3 37.36 0.00 5.13 0.00 0.08 57.42 20:49:14 19:58:01 4 35.93 0.00 5.34 0.00 0.07 58.66 20:49:14 19:58:01 5 36.84 0.00 5.52 0.00 0.08 57.56 20:49:14 19:58:01 6 38.71 0.00 4.92 0.00 0.07 56.30 20:49:14 19:58:01 7 37.28 0.00 4.70 0.00 0.07 57.95 20:49:14 19:59:01 all 37.24 0.00 6.02 2.25 0.09 54.39 20:49:14 19:59:01 0 37.63 0.00 5.90 0.05 0.08 56.34 20:49:14 19:59:01 1 37.15 0.00 6.01 0.99 0.10 55.75 20:49:14 19:59:01 2 38.09 0.00 5.40 13.88 0.07 42.57 20:49:14 19:59:01 3 36.65 0.00 5.90 2.76 0.08 54.61 20:49:14 19:59:01 4 36.62 0.00 5.76 0.03 0.12 57.47 20:49:14 19:59:01 5 36.77 0.00 6.13 0.14 0.08 56.88 20:49:14 19:59:01 6 38.70 0.00 6.49 0.12 0.10 54.60 20:49:14 19:59:01 7 36.31 0.00 6.62 0.02 0.07 56.99 20:49:14 20:00:01 all 19.71 0.00 8.08 24.16 0.12 47.93 20:49:14 20:00:01 0 21.12 0.00 9.68 39.87 0.12 29.21 20:49:14 20:00:01 1 18.99 0.00 8.46 22.28 0.10 50.17 20:49:14 20:00:01 2 19.61 0.00 7.97 24.48 0.10 47.84 20:49:14 20:00:01 3 21.07 0.00 7.88 26.14 0.12 44.79 20:49:14 20:00:01 4 16.95 0.00 7.27 12.19 0.10 63.49 20:49:14 20:00:01 5 19.43 0.00 7.92 28.89 0.17 43.58 20:49:14 20:00:01 6 19.58 0.00 7.80 14.95 0.14 57.53 20:49:14 20:00:01 7 20.96 0.00 7.72 24.50 0.10 46.72 20:49:14 20:01:01 all 31.39 0.00 6.25 14.24 0.08 48.04 20:49:14 20:01:01 0 31.70 0.00 5.83 5.65 0.08 56.74 20:49:14 20:01:01 1 31.26 0.00 6.45 21.66 0.08 40.55 20:49:14 20:01:01 2 30.92 0.00 5.25 1.24 0.07 62.52 20:49:14 20:01:01 3 32.38 0.00 7.14 25.38 0.08 35.01 20:49:14 20:01:01 4 30.67 0.00 6.09 4.95 0.07 58.23 20:49:14 20:01:01 5 31.17 0.00 5.77 15.75 0.07 47.23 20:49:14 20:01:01 6 30.51 0.00 6.43 4.89 0.08 58.08 20:49:14 20:01:01 7 32.48 0.00 7.06 34.53 0.12 25.81 20:49:14 20:02:01 all 89.86 0.00 9.97 0.01 0.12 0.05 20:49:14 20:02:01 0 89.57 0.00 10.22 0.00 0.15 0.05 20:49:14 20:02:01 1 90.02 0.00 9.83 0.05 0.10 0.00 20:49:14 20:02:01 2 89.70 0.00 10.07 0.00 0.13 0.10 20:49:14 20:02:01 3 89.43 0.00 10.45 0.00 0.10 0.02 20:49:14 20:02:01 4 90.52 0.00 9.28 0.00 0.13 0.07 20:49:14 20:02:01 5 90.32 0.00 9.49 0.00 0.10 0.10 20:49:14 20:02:01 6 89.26 0.00 10.54 0.00 0.12 0.08 20:49:14 20:02:01 7 90.03 0.00 9.84 0.00 0.12 0.02 20:49:14 20:03:01 all 37.46 0.00 6.96 7.75 0.10 47.72 20:49:14 20:03:01 0 34.61 0.00 7.69 4.86 0.14 52.70 20:49:14 20:03:01 1 38.85 0.00 7.57 33.54 0.10 19.93 20:49:14 20:03:01 2 37.41 0.00 6.38 2.54 0.07 53.61 20:49:14 20:03:01 3 38.57 0.00 6.99 5.42 0.08 48.93 20:49:14 20:03:01 4 37.33 0.00 6.13 1.75 0.17 54.62 20:49:14 20:03:01 5 38.36 0.00 7.00 4.14 0.05 50.45 20:49:14 20:03:01 6 37.89 0.00 6.68 2.65 0.08 52.69 20:49:14 20:03:01 7 36.49 0.00 7.31 7.00 0.12 49.07 20:49:14 20:04:01 all 0.03 0.00 0.01 0.01 0.01 99.94 20:49:14 20:04:01 0 0.08 0.00 0.02 0.00 0.02 99.88 20:49:14 20:04:01 1 0.00 0.00 0.03 0.02 0.00 99.95 20:49:14 20:04:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:04:01 3 0.05 0.00 0.03 0.02 0.03 99.87 20:49:14 20:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:04:01 6 0.03 0.00 0.02 0.02 0.02 99.92 20:49:14 20:04:01 7 0.07 0.00 0.02 0.00 0.00 99.92 20:49:14 20:05:01 all 0.02 0.00 0.01 0.01 0.02 99.94 20:49:14 20:05:01 0 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:05:01 1 0.02 0.00 0.02 0.02 0.03 99.92 20:49:14 20:05:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:05:01 3 0.02 0.00 0.02 0.02 0.02 99.93 20:49:14 20:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:05:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:05:01 6 0.03 0.00 0.03 0.02 0.02 99.90 20:49:14 20:05:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:06:01 all 0.06 0.00 0.01 0.00 0.01 99.91 20:49:14 20:06:01 0 0.38 0.00 0.02 0.00 0.02 99.58 20:49:14 20:06:01 1 0.02 0.00 0.03 0.00 0.02 99.93 20:49:14 20:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:06:01 3 0.02 0.00 0.00 0.00 0.03 99.95 20:49:14 20:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:06:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:49:14 20:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:49:14 20:06:01 CPU %user %nice %system %iowait %steal %idle 20:49:14 20:07:01 all 0.01 0.00 0.01 0.01 0.01 99.95 20:49:14 20:07:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:49:14 20:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:07:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:07:01 3 0.02 0.00 0.03 0.03 0.02 99.90 20:49:14 20:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:07:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:07:01 6 0.00 0.00 0.02 0.02 0.02 99.95 20:49:14 20:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:49:14 20:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:08:01 3 0.05 0.00 0.00 0.00 0.03 99.92 20:49:14 20:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:49:14 20:09:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:09:01 1 0.03 0.00 0.00 0.03 0.02 99.92 20:49:14 20:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:49:14 20:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:49:14 20:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:09:01 6 0.02 0.00 0.02 0.02 0.02 99.93 20:49:14 20:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:10:01 all 0.04 0.00 0.02 0.01 0.01 99.92 20:49:14 20:10:01 0 0.07 0.00 0.02 0.00 0.00 99.92 20:49:14 20:10:01 1 0.07 0.00 0.00 0.02 0.02 99.90 20:49:14 20:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:10:01 3 0.03 0.00 0.02 0.02 0.03 99.90 20:49:14 20:10:01 4 0.03 0.00 0.03 0.00 0.00 99.93 20:49:14 20:10:01 5 0.03 0.00 0.03 0.00 0.02 99.92 20:49:14 20:10:01 6 0.00 0.00 0.00 0.03 0.03 99.93 20:49:14 20:10:01 7 0.05 0.00 0.03 0.00 0.02 99.90 20:49:14 20:11:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:49:14 20:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:11:01 1 0.02 0.00 0.03 0.03 0.00 99.92 20:49:14 20:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:11:01 6 0.03 0.00 0.00 0.02 0.00 99.95 20:49:14 20:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:49:14 20:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:12:01 3 0.03 0.00 0.00 0.00 0.03 99.93 20:49:14 20:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 20:49:14 20:12:01 6 0.00 0.00 0.02 0.02 0.02 99.95 20:49:14 20:12:01 7 0.07 0.00 0.03 0.00 0.02 99.88 20:49:14 20:13:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:49:14 20:13:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:13:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:49:14 20:13:01 2 1.99 0.00 0.00 0.00 0.00 98.01 20:49:14 20:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:49:14 20:13:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:49:14 20:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:14:01 all 0.13 0.00 0.01 0.00 0.01 99.84 20:49:14 20:14:01 0 0.07 0.00 0.00 0.00 0.02 99.92 20:49:14 20:14:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:49:14 20:14:01 2 0.81 0.00 0.05 0.00 0.02 99.12 20:49:14 20:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:14:01 6 0.03 0.00 0.00 0.02 0.02 99.93 20:49:14 20:14:01 7 0.07 0.00 0.00 0.00 0.02 99.92 20:49:14 20:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:49:14 20:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:15:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:49:14 20:15:01 6 0.00 0.00 0.00 0.02 0.02 99.97 20:49:14 20:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:16:01 all 0.03 0.00 0.01 0.00 0.01 99.94 20:49:14 20:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:16:01 1 0.03 0.00 0.02 0.02 0.00 99.93 20:49:14 20:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:16:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:16:01 6 0.05 0.00 0.02 0.00 0.02 99.92 20:49:14 20:16:01 7 0.05 0.00 0.03 0.00 0.02 99.90 20:49:14 20:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:49:14 20:17:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:17:01 1 0.00 0.00 0.02 0.02 0.02 99.95 20:49:14 20:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:17:01 6 0.00 0.00 0.00 0.02 0.02 99.97 20:49:14 20:17:01 7 0.05 0.00 0.00 0.00 0.00 99.95 20:49:14 20:49:14 20:17:01 CPU %user %nice %system %iowait %steal %idle 20:49:14 20:18:01 all 0.09 0.00 0.01 0.00 0.01 99.89 20:49:14 20:18:01 0 0.03 0.00 0.00 0.00 0.03 99.93 20:49:14 20:18:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:49:14 20:18:01 2 0.58 0.00 0.00 0.00 0.02 99.40 20:49:14 20:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:18:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:18:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:19:01 all 0.31 0.00 0.02 0.01 0.01 99.64 20:49:14 20:19:01 0 0.05 0.00 0.02 0.00 0.02 99.92 20:49:14 20:19:01 1 0.05 0.00 0.02 0.02 0.00 99.92 20:49:14 20:19:01 2 1.99 0.00 0.02 0.00 0.02 97.98 20:49:14 20:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:49:14 20:19:01 4 0.23 0.00 0.03 0.03 0.00 99.70 20:49:14 20:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:19:01 6 0.05 0.00 0.03 0.03 0.02 99.87 20:49:14 20:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:49:14 20:20:01 all 0.13 0.00 0.02 0.01 0.01 99.83 20:49:14 20:20:01 0 0.03 0.00 0.02 0.00 0.03 99.92 20:49:14 20:20:01 1 0.02 0.00 0.00 0.02 0.03 99.93 20:49:14 20:20:01 2 0.90 0.00 0.05 0.00 0.00 99.05 20:49:14 20:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:49:14 20:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:20:01 6 0.02 0.00 0.00 0.03 0.00 99.95 20:49:14 20:20:01 7 0.02 0.00 0.03 0.02 0.02 99.92 20:49:14 20:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:49:14 20:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:49:14 20:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:49:14 20:21:01 3 0.00 0.00 0.05 0.00 0.02 99.93 20:49:14 20:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:21:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:49:14 20:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:49:14 20:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:22:01 1 0.03 0.00 0.03 0.02 0.02 99.90 20:49:14 20:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:22:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:22:01 6 0.03 0.00 0.00 0.02 0.02 99.93 20:49:14 20:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:49:14 20:23:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:23:01 1 0.02 0.00 0.03 0.02 0.03 99.90 20:49:14 20:23:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:23:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:49:14 20:23:01 7 0.05 0.00 0.00 0.00 0.00 99.95 20:49:14 20:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:49:14 20:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:24:01 1 0.05 0.00 0.03 0.00 0.03 99.88 20:49:14 20:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:24:01 6 0.00 0.00 0.02 0.02 0.00 99.97 20:49:14 20:24:01 7 0.05 0.00 0.05 0.00 0.02 99.88 20:49:14 20:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:49:14 20:25:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:25:01 1 0.02 0.00 0.03 0.02 0.03 99.90 20:49:14 20:25:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:25:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:25:01 6 0.00 0.00 0.00 0.02 0.02 99.97 20:49:14 20:25:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:49:14 20:26:01 all 0.03 0.00 0.00 0.00 0.01 99.96 20:49:14 20:26:01 0 0.10 0.00 0.00 0.00 0.00 99.90 20:49:14 20:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:26:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:49:14 20:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:27:01 all 0.20 0.00 0.01 0.01 0.01 99.77 20:49:14 20:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:27:01 1 0.02 0.00 0.00 0.03 0.03 99.92 20:49:14 20:27:01 2 1.42 0.00 0.02 0.00 0.02 98.55 20:49:14 20:27:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:49:14 20:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:27:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:27:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:49:14 20:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:28:01 all 0.27 0.00 0.00 0.00 0.01 99.72 20:49:14 20:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:28:01 1 0.03 0.00 0.00 0.00 0.03 99.93 20:49:14 20:28:01 2 1.99 0.00 0.00 0.00 0.00 98.01 20:49:14 20:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:49:14 20:28:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:49:14 20:49:14 20:28:01 CPU %user %nice %system %iowait %steal %idle 20:49:14 20:29:01 all 0.27 0.00 0.02 0.00 0.01 99.70 20:49:14 20:29:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:29:01 1 0.03 0.00 0.02 0.02 0.02 99.92 20:49:14 20:29:01 2 1.99 0.00 0.02 0.00 0.00 98.00 20:49:14 20:29:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:49:14 20:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:29:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:29:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:29:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:49:14 20:30:01 all 0.26 0.00 0.01 0.00 0.01 99.71 20:49:14 20:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:30:01 1 0.02 0.00 0.05 0.02 0.02 99.90 20:49:14 20:30:01 2 1.99 0.00 0.00 0.00 0.02 98.00 20:49:14 20:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:49:14 20:30:01 7 0.07 0.00 0.03 0.00 0.02 99.88 20:49:14 20:31:01 all 0.09 0.00 0.02 0.00 0.01 99.88 20:49:14 20:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:31:01 1 0.00 0.00 0.00 0.00 0.05 99.95 20:49:14 20:31:01 2 0.63 0.00 0.08 0.00 0.02 99.27 20:49:14 20:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:31:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:31:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:49:14 20:32:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:49:14 20:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:32:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:49:14 20:32:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:49:14 20:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:49:14 20:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:32:01 6 0.00 0.00 0.00 0.02 0.02 99.97 20:49:14 20:32:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:49:14 20:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:33:01 1 0.03 0.00 0.02 0.02 0.02 99.92 20:49:14 20:33:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:33:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:49:14 20:33:01 7 0.05 0.00 0.02 0.00 0.00 99.93 20:49:14 20:34:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:49:14 20:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:34:01 1 0.02 0.00 0.00 0.02 0.03 99.93 20:49:14 20:34:01 2 0.00 0.00 0.00 0.00 0.03 99.97 20:49:14 20:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:34:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:35:01 all 0.02 0.00 0.01 0.06 0.01 99.91 20:49:14 20:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:35:01 1 0.03 0.00 0.03 0.23 0.03 99.67 20:49:14 20:35:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:35:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:35:01 6 0.00 0.00 0.00 0.23 0.00 99.77 20:49:14 20:35:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:36:01 all 0.10 0.00 0.01 0.19 0.01 99.70 20:49:14 20:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:36:01 1 0.00 0.00 0.02 0.83 0.02 99.13 20:49:14 20:36:01 2 0.63 0.00 0.02 0.00 0.00 99.35 20:49:14 20:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:36:01 6 0.05 0.00 0.00 0.67 0.02 99.27 20:49:14 20:36:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:49:14 20:37:01 all 0.10 0.00 0.01 0.01 0.01 99.87 20:49:14 20:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:37:01 1 0.05 0.00 0.03 0.02 0.02 99.88 20:49:14 20:37:01 2 0.60 0.00 0.02 0.00 0.02 99.37 20:49:14 20:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:37:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:37:01 6 0.03 0.00 0.02 0.07 0.02 99.87 20:49:14 20:37:01 7 0.05 0.00 0.02 0.00 0.00 99.93 20:49:14 20:38:01 all 0.15 0.00 0.01 0.01 0.01 99.82 20:49:14 20:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:38:01 1 0.02 0.00 0.02 0.02 0.03 99.92 20:49:14 20:38:01 2 1.11 0.00 0.05 0.00 0.02 98.83 20:49:14 20:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:38:01 6 0.02 0.00 0.00 0.05 0.02 99.92 20:49:14 20:38:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:49:14 20:39:01 all 0.02 0.00 0.00 0.03 0.01 99.94 20:49:14 20:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:39:01 1 0.00 0.00 0.00 0.02 0.03 99.95 20:49:14 20:39:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:39:01 5 0.05 0.00 0.00 0.00 0.00 99.95 20:49:14 20:39:01 6 0.02 0.00 0.00 0.23 0.00 99.75 20:49:14 20:39:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:49:14 20:49:14 20:39:01 CPU %user %nice %system %iowait %steal %idle 20:49:14 20:40:01 all 0.19 0.00 0.01 0.00 0.01 99.78 20:49:14 20:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:40:01 1 0.05 0.00 0.02 0.02 0.02 99.90 20:49:14 20:40:01 2 1.36 0.00 0.02 0.00 0.02 98.61 20:49:14 20:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:49:14 20:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:40:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:40:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:49:14 20:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:41:01 all 0.21 0.00 0.03 0.00 0.01 99.75 20:49:14 20:41:01 0 0.00 0.00 0.03 0.02 0.02 99.93 20:49:14 20:41:01 1 0.02 0.00 0.05 0.00 0.03 99.90 20:49:14 20:41:01 2 1.61 0.00 0.10 0.00 0.02 98.27 20:49:14 20:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:41:01 6 0.00 0.00 0.02 0.02 0.00 99.97 20:49:14 20:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:49:14 20:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:42:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:49:14 20:42:01 2 0.08 0.00 0.03 0.00 0.02 99.87 20:49:14 20:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:42:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:42:01 7 0.07 0.00 0.02 0.00 0.00 99.92 20:49:14 20:43:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:49:14 20:43:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:49:14 20:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:43:01 2 0.00 0.00 0.03 0.00 0.03 99.93 20:49:14 20:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:43:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:49:14 20:43:01 6 0.00 0.00 0.00 0.03 0.00 99.97 20:49:14 20:43:01 7 0.10 0.00 0.02 0.00 0.03 99.85 20:49:14 20:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:49:14 20:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:44:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:49:14 20:44:01 2 0.05 0.00 0.02 0.00 0.03 99.90 20:49:14 20:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 20:49:14 20:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:49:14 20:44:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:49:14 20:45:01 all 0.17 0.00 0.01 0.01 0.02 99.79 20:49:14 20:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:45:01 1 0.00 0.00 0.00 0.03 0.02 99.95 20:49:14 20:45:01 2 1.36 0.00 0.00 0.00 0.03 98.61 20:49:14 20:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:45:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:45:01 6 0.02 0.00 0.02 0.02 0.10 99.85 20:49:14 20:45:01 7 0.02 0.00 0.03 0.00 0.00 99.95 20:49:14 20:46:01 all 0.27 0.00 0.01 0.00 0.01 99.72 20:49:14 20:46:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:46:01 2 1.99 0.00 0.02 0.00 0.02 97.98 20:49:14 20:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:49:14 20:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:46:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:49:14 20:47:01 all 0.22 0.00 0.02 0.00 0.01 99.74 20:49:14 20:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:49:14 20:47:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:49:14 20:47:01 2 1.71 0.00 0.02 0.00 0.05 98.22 20:49:14 20:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:49:14 20:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:49:14 20:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:49:14 20:47:01 6 0.00 0.00 0.03 0.02 0.00 99.95 20:49:14 20:47:01 7 0.03 0.00 0.07 0.00 0.00 99.90 20:49:14 20:48:01 all 0.19 0.00 0.01 0.00 0.01 99.79 20:49:14 20:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:49:14 20:48:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:49:14 20:48:01 2 1.34 0.00 0.00 0.00 0.03 98.63 20:49:14 20:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:49:14 20:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:49:14 20:48:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:49:14 20:48:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:49:14 20:49:01 all 2.54 0.00 0.99 0.23 0.02 96.22 20:49:14 20:49:01 0 2.38 0.00 0.77 0.10 0.02 96.73 20:49:14 20:49:01 1 1.97 0.00 0.82 0.18 0.02 97.01 20:49:14 20:49:01 2 2.72 0.00 0.82 1.14 0.03 95.28 20:49:14 20:49:01 3 3.03 0.00 1.14 0.00 0.02 95.81 20:49:14 20:49:01 4 2.23 0.00 1.14 0.00 0.02 96.62 20:49:14 20:49:01 5 2.72 0.00 1.53 0.00 0.02 95.74 20:49:14 20:49:01 6 2.19 0.00 0.90 0.42 0.02 96.47 20:49:14 20:49:01 7 3.05 0.00 0.84 0.00 0.02 96.10 20:49:14 Average: all 5.51 0.00 0.95 0.93 0.02 92.58 20:49:14 Average: 0 5.43 0.00 0.95 0.92 0.02 92.67 20:49:14 Average: 1 5.39 0.00 0.99 1.53 0.03 92.07 20:49:14 Average: 2 5.88 0.00 0.90 0.80 0.02 92.40 20:49:14 Average: 3 5.56 0.00 0.99 1.15 0.02 92.27 20:49:14 Average: 4 5.43 0.00 0.92 0.44 0.02 93.19 20:49:14 Average: 5 5.43 0.00 0.98 0.91 0.02 92.67 20:49:14 Average: 6 5.50 0.00 0.94 0.46 0.02 93.08 20:49:14 Average: 7 5.48 0.00 0.97 1.24 0.02 92.29 20:49:14 20:49:14 20:49:14