Pull request #4846 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6864b6a6596971ecbf015eda9d5b15b16885470e+b103c04882abc23661cee8905a92a31c1ff0bf6a (a19392a1c99cd02417d4c5f2814384c0ddf4bbd5) 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-ssh14826324332652477793.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-ssh16067292753648059649.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-4846/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-4846/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14402972845148719469.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-4846/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3039484329859772543.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-ssh17318725413248252160.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-4846/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-4846/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5407738464165971214.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-6896 in /w/workspace/edgexfoundry_edgex-go_PR-4846 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit b103c04882abc23661cee8905a92a31c1ff0bf6a into PR head commit 6864b6a6596971ecbf015eda9d5b15b16885470e Merge succeeded, producing 6864b6a6596971ecbf015eda9d5b15b16885470e Checking out Revision 6864b6a6596971ecbf015eda9d5b15b16885470e (PR-4846) Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" 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 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4846/head:refs/remotes/origin/PR-4846 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # 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 b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:29:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:29:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:29:31 ========================================================= 19:29:31 EdgeX Global Pipelines Version Info 19:29:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:29:32 ------------------- 19:29:32 stable info: 19:29:32 ------------------- 19:29:32 Commited By: Ginny Guan ginny@iotechsys.com 19:29:32 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 19:29:32 Message: update stable to v1.0.260 19:29:32 ------------------- 19:29:32 experimental info: 19:29:32 ------------------- 19:29:32 Commited By: Ginny Guan ginny@iotechsys.com 19:29:32 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 19:29:32 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4846 [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4846 [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4846 [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6864b6a [Pipeline] echo 19:29:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:34 provisioning config files... 19:29:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4112803356220399369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:29:35 ---> ****-login.sh 19:29:35 nexus3.edgexfoundry.org:10001 19:29:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:29:35 Configure a credential helper to remove this warning. See 19:29:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:29:35 19:29:35 Login Succeeded 19:29:35 nexus3.edgexfoundry.org:10002 19:29:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:29:35 Configure a credential helper to remove this warning. See 19:29:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:29:35 19:29:35 Login Succeeded 19:29:35 nexus3.edgexfoundry.org:10003 19:29:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:29:35 Configure a credential helper to remove this warning. See 19:29:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:29:35 19:29:35 Login Succeeded 19:29:35 nexus3.edgexfoundry.org:10004 19:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:29:36 Configure a credential helper to remove this warning. See 19:29:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:29:36 19:29:36 Login Succeeded 19:29:36 ****.io 19:29:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:29:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:29:36 Configure a credential helper to remove this warning. See 19:29:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:29:36 19:29:36 Login Succeeded 19:29:36 ---> ****-login.sh ends [Pipeline] } 19:29:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:36 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:29:36 + dirname cmd/core-command/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo core-command,cmd/core-command/Dockerfile 19:29:36 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:29:36 + dirname cmd/core-data/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo core-data,cmd/core-data/Dockerfile 19:29:36 + + cut -d/ -f2 19:29:36 dirname cmd/core-keeper/Dockerfile 19:29:36 + echo core-keeper,cmd/core-keeper/Dockerfile 19:29:36 + + dirnamecut cmd/core-metadata/Dockerfile -d/ 19:29:36 -f2 19:29:36 + echo core-metadata,cmd/core-metadata/Dockerfile 19:29:36 + dirname cmd/security-bootstrapper/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:29:36 + dirname cmd/security-proxy-auth/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:29:36 + dirname cmd/security-proxy-setup/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:29:36 + dirname cmd/security-secretstore-setup/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:29:36 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:29:36 + dirname cmd/security-spire-agent/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:29:36 + dirname cmd/security-spire-config/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:29:36 + dirname cmd/security-spire-server/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:29:36 + dirname cmd/support-cron-scheduler/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 19:29:36 + dirname cmd/support-notifications/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo support-notifications,cmd/support-notifications/Dockerfile 19:29:36 + dirname cmd/support-scheduler/Dockerfile 19:29:36 + cut -d/ -f2 19:29:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:29:37 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-keeper, dockerfile:cmd/core-keeper/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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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:29:37 + git rev-list -1 --merges 6864b6a6596971ecbf015eda9d5b15b16885470e~1..6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] echo 19:29:37 -----------> git rev-list -1 --merges 6864b6a6596971ecbf015eda9d5b15b16885470e~1..6864b6a6596971ecbf015eda9d5b15b16885470e 6864b6a6596971ecbf015eda9d5b15b16885470e [false] [Pipeline] sh 19:29:38 + git log --format=format:%s -1 6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] echo 19:29:38 ========================================================= 19:29:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:29:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:29:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:29:38 + grep -v github /etc/ssh/ssh_known_hosts 19:29:38 + [ -e /tmp/ssh_known_hosts ] 19:29:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:29:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:29:38 + sudo tee -a /etc/ssh/ssh_known_hosts 19:29:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:29:39 19:29:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:29:39 0.1.4: Pulling from edgex-devops/py-git-semver 19:29:39 b85a868b505f: Pulling fs layer 19:29:39 e2be974225ed: Pulling fs layer 19:29:39 339a4e72a1f5: Pulling fs layer 19:29:39 988bab9f4d93: Pulling fs layer 19:29:39 1469e6f7b9e6: Pulling fs layer 19:29:39 eaf3925da568: Pulling fs layer 19:29:39 bab4dde63d76: Pulling fs layer 19:29:39 bde34c3a00c8: Pulling fs layer 19:29:39 b352a97aabf1: Pulling fs layer 19:29:39 4872d77fe225: Pulling fs layer 19:29:39 988bab9f4d93: Waiting 19:29:39 5851b861e8e6: Pulling fs layer 19:29:39 bde34c3a00c8: Waiting 19:29:39 1469e6f7b9e6: Waiting 19:29:39 b352a97aabf1: Waiting 19:29:39 eaf3925da568: Waiting 19:29:39 bab4dde63d76: Waiting 19:29:39 4872d77fe225: Waiting 19:29:39 5851b861e8e6: Waiting 19:29:39 e2be974225ed: Download complete 19:29:39 988bab9f4d93: Verifying Checksum 19:29:39 988bab9f4d93: Download complete 19:29:39 1469e6f7b9e6: Verifying Checksum 19:29:39 1469e6f7b9e6: Download complete 19:29:39 eaf3925da568: Verifying Checksum 19:29:39 eaf3925da568: Download complete 19:29:39 339a4e72a1f5: Verifying Checksum 19:29:39 339a4e72a1f5: Download complete 19:29:39 bde34c3a00c8: Download complete 19:29:39 b352a97aabf1: Verifying Checksum 19:29:39 b352a97aabf1: Download complete 19:29:39 4872d77fe225: Download complete 19:29:39 5851b861e8e6: Verifying Checksum 19:29:39 5851b861e8e6: Download complete 19:29:39 b85a868b505f: Verifying Checksum 19:29:39 b85a868b505f: Download complete 19:29:40 bab4dde63d76: Verifying Checksum 19:29:40 bab4dde63d76: Download complete 19:29:41 b85a868b505f: Pull complete 19:29:41 e2be974225ed: Pull complete 19:29:41 339a4e72a1f5: Pull complete 19:29:41 988bab9f4d93: Pull complete 19:29:42 1469e6f7b9e6: Pull complete 19:29:42 eaf3925da568: Pull complete 19:29:44 bab4dde63d76: Pull complete 19:29:44 bde34c3a00c8: Pull complete 19:29:44 b352a97aabf1: Pull complete 19:29:44 4872d77fe225: Pull complete 19:29:44 5851b861e8e6: Pull complete 19:29:44 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:29:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:29:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:29:44 prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container 19:29:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:29:47 $ docker top 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f -eo pid,comm 19:29:47 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:29:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:29:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:47 [ssh-agent] Looking for ssh-agent implementation... 19:29:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:47 $ docker exec 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent 19:29:47 SSH_AUTH_SOCK=/tmp/ssh-MV88hvTNdyCe/agent.32 19:29:47 SSH_AGENT_PID=38 19:29:47 Running ssh-add (command line suppressed) 19:29:47 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4056492258799455566.key (/w/workspace/edgex-go/1@tmp/private_key_4056492258799455566.key) 19:29:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:48 + git tag --points-at HEAD [Pipeline] } 19:29:48 $ docker exec --env ******** --env ******** 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent -k 19:29:48 unset SSH_AUTH_SOCK; 19:29:48 unset SSH_AGENT_PID; 19:29:48 echo Agent pid 38 killed; 19:29:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:29:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:29:48 [ssh-agent] Looking for ssh-agent implementation... 19:29:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:29:48 $ docker exec 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent 19:29:48 SSH_AUTH_SOCK=/tmp/ssh-UUNlDkacysRs/agent.70 19:29:48 SSH_AGENT_PID=76 19:29:48 Running ssh-add (command line suppressed) 19:29:48 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3194646220417109868.key (/w/workspace/edgex-go/1@tmp/private_key_3194646220417109868.key) 19:29:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:29:49 + git semver init 19:29:49 2024-07-31 19:29:49,347 [run_init] DEBUG init version:0.0.0 force:False 19:29:49 2024-07-31 19:29:49,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:29:49 2024-07-31 19:29:49,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:29:49 2024-07-31 19:29:49,349 [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:29:54 2024-07-31 19:29:54,226 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:29:54 2024-07-31 19:29:54,226 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4846 with force:False 19:29:54 2024-07-31 19:29:54,226 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4846 19:29:54 2024-07-31 19:29:54,229 [execute] INFO git cat-file --batch-check 19:29:54 2024-07-31 19:29:54,230 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:29:54 2024-07-31 19:29:54,235 [execute] INFO git cat-file --batch 19:29:54 2024-07-31 19:29:54,236 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:29:54 2024-07-31 19:29:54,241 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4846 19:29:54 0.0.0 [Pipeline] } 19:29:54 $ docker exec --env ******** --env ******** 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent -k 19:29:54 unset SSH_AUTH_SOCK; 19:29:54 unset SSH_AGENT_PID; 19:29:54 echo Agent pid 76 killed; 19:29:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:55 + git semver [Pipeline] } 19:29:55 $ docker stop --time=1 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f 19:29:56 $ docker rm -f --volumes 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f [Pipeline] // withDockerContainer [Pipeline] sh 19:29:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:29:57 Stashed 1 file(s) [Pipeline] echo 19:29:57 [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:29:58 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:29:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:29:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:29:58 ========================================================= 19:29:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 19:29:58 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:29:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:29:59 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 19:29:59 619be1103602: Pulling fs layer 19:29:59 7862e08f4a3e: Pulling fs layer 19:29:59 5df492c9dc93: Pulling fs layer 19:29:59 7629e6793208: Pulling fs layer 19:29:59 4f4fb700ef54: Pulling fs layer 19:29:59 fb5054dd5b73: Pulling fs layer 19:29:59 eeca6798cff9: Pulling fs layer 19:29:59 aa269ceb94a6: Pulling fs layer 19:29:59 ada007ff1a6a: Pulling fs layer 19:29:59 fb5054dd5b73: Waiting 19:29:59 eeca6798cff9: Waiting 19:29:59 4f4fb700ef54: Waiting 19:29:59 aa269ceb94a6: Waiting 19:29:59 7862e08f4a3e: Verifying Checksum 19:29:59 7862e08f4a3e: Download complete 19:29:59 7629e6793208: Verifying Checksum 19:29:59 7629e6793208: Download complete 19:29:59 4f4fb700ef54: Verifying Checksum 19:29:59 4f4fb700ef54: Download complete 19:29:59 fb5054dd5b73: Verifying Checksum 19:29:59 fb5054dd5b73: Download complete 19:29:59 619be1103602: Verifying Checksum 19:29:59 619be1103602: Download complete 19:29:59 eeca6798cff9: Verifying Checksum 19:29:59 eeca6798cff9: Download complete 19:29:59 619be1103602: Pull complete 19:29:59 ada007ff1a6a: Verifying Checksum 19:29:59 ada007ff1a6a: Download complete 19:29:59 7862e08f4a3e: Pull complete 19:29:59 5df492c9dc93: Verifying Checksum 19:29:59 5df492c9dc93: Download complete 19:29:59 aa269ceb94a6: Verifying Checksum 19:29:59 aa269ceb94a6: Download complete 19:30:03 5df492c9dc93: Pull complete 19:30:03 7629e6793208: Pull complete 19:30:03 4f4fb700ef54: Pull complete 19:30:03 fb5054dd5b73: Pull complete 19:30:03 eeca6798cff9: Pull complete 19:30:05 aa269ceb94a6: Pull complete 19:30:06 ada007ff1a6a: Pull complete 19:30:06 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 19:30:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:30:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:30:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:30:06 WORKDIR /edgex 19:30:06 COPY go.mod . 19:30:06 RUN go mod download 19:30:06 + docker build -t ci-base-image-x86_64 -f - . 19:30:07 Sending build context to Docker daemon 178.8MB 19:30:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:30:07 ---> f489d0715acc 19:30:07 Step 2/4 : WORKDIR /edgex 19:30:12 ---> Running in d29ea55daf9c 19:30:12 Removing intermediate container d29ea55daf9c 19:30:12 ---> 2781fc00fe4f 19:30:12 Step 3/4 : COPY go.mod . 19:30:12 ---> 4d20ed1171aa 19:30:12 Step 4/4 : RUN go mod download 19:30:12 ---> Running in 60f643d0b114 19:30:13 Still waiting to schedule task 19:30:13 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:30:38 Removing intermediate container 60f643d0b114 19:30:38 ---> be20a657c030 19:30:38 Successfully built be20a657c030 19:30:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:39 + docker inspect -f . ci-base-image-x86_64 19:30:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:39 prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container 19:30:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:30:40 $ docker top 07b6c50e878b20d844c1af93159c165c0ea97aa7c953a5f039573210e7cfc89a -eo pid,comm [Pipeline] { [Pipeline] sh 19:30:40 + go version 19:30:40 go version go1.21.9 linux/amd64 [Pipeline] } 19:30:40 $ docker stop --time=1 07b6c50e878b20d844c1af93159c165c0ea97aa7c953a5f039573210e7cfc89a 19:30:41 $ docker rm -f --volumes 07b6c50e878b20d844c1af93159c165c0ea97aa7c953a5f039573210e7cfc89a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:30:42 + docker inspect -f . ci-base-image-x86_64 19:30:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:30:42 prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container 19:30:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:30:43 $ docker top a430c20b1ca1bd6690933184418a290f7d8b05b76e2fff66a619623c2b24aea1 -eo pid,comm [Pipeline] { [Pipeline] echo 19:30:43 ========================================================= 19:30:43 [edgeXBuildGoParallel] Running Tests and Build... 19:30:43 ========================================================= [Pipeline] sh 19:30:43 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:30:43 + make test 19:30:43 go test -race -coverprofile=coverage.out ./... 19:30:51 ? github.com/edgexfoundry/edgex-go [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:31:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.018s coverage: 28.7% of statements 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:31:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 19:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 19:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 19:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 19:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:31:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:31:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:31:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.063s coverage: 69.2% of statements 19:31:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements 19:31:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.362s coverage: 93.4% of statements 19:31:24 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.039s coverage: 91.7% of statements 19:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.036s coverage: 6.5% of statements 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 19:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.381s coverage: 95.8% of statements 19:31:26 ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements 19:31:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.017s coverage: 0.0% of statements [no tests to run] 19:31:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:31:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:31:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.8% of statements 19:31:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 32.2% of statements 19:31:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 41.7% of statements 19:31:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 77.8% of statements 19:31:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements 19:31:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements 19:31:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.023s coverage: 87.5% of statements 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:31:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:31:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:31:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:31:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:31:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:31:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:31:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 19:31:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:31:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:31:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:31:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:31:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements 19:31:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:31:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:31:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:31:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:31:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:31:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:31:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.235s coverage: 79.9% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.039s coverage: 92.9% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 64.4% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 20.0% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.114s coverage: 63.1% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.017s coverage: 100.0% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.426s coverage: 38.4% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.019s coverage: 89.5% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.043s coverage: 19.9% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.082s coverage: 95.7% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.025s coverage: 61.8% of statements 19:31:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.063s coverage: 98.9% of statements 19:31:54 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:31:54 running golangci-lint 19:31:54 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 19:31:54 go version go1.21.9 linux/amd64 19:31:54 level=info msg="[config_reader] Used config file .golangci.yml" 19:31:54 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:32:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6897 in /w/workspace/edgexfoundry_edgex-go_PR-4846 [Pipeline] { [Pipeline] ws 19:32:10 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:32:13 The recommended git tool is: git 19:32:16 level=info msg="[loader] Go packages loading at mode 575 (exports_file|compiled_files|files|imports|name|types_sizes|deps) took 20.023910374s" 19:32:16 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.028205ms" 19:32:18 using credential edgex-jenkins-ssh 19:32:18 Cloning the remote Git repository 19:32:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:32:18 > git init /w/workspace/edgex-go/1 # timeout=10 19:32:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:32:18 > git --version # timeout=10 19:32:18 > git --version # 'git version 2.25.1' 19:32:18 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:26 level=info msg="[linters_context/goanalysis] analyzers took 1m44.197974029s with top 10 stages: buildir: 53.396058309s, gosec: 8.995933085s, inspect: 3.894128103s, fact_deprecated: 3.005874361s, printf: 1.667156073s, directives: 1.434904635s, ctrlflow: 1.228259179s, nilness: 1.1618793s, fact_purity: 1.15156572s, S1038: 1.143752798s" 19:32:26 level=info msg="[runner] Issues before processing: 211, after processing: 0" 19:32:26 level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 211/211, nolint: 0/21, skip_dirs: 211/211, identifier_marker: 211/211, exclude-rules: 21/211, cgo: 211/211, skip_files: 211/211, exclude: 211/211, filename_unadjuster: 211/211, path_prettifier: 211/211" 19:32:26 level=info msg="[runner] processing took 17.318349ms with stages: nolint: 7.619305ms, identifier_marker: 5.12278ms, exclude-rules: 1.515774ms, path_prettifier: 1.45149ms, autogenerated_exclude: 1.052886ms, skip_dirs: 505.741µs, cgo: 28.971µs, filename_unadjuster: 17.141µs, fixer: 630ns, uniq_by_line: 530ns, skip_files: 500ns, max_same_issues: 500ns, exclude: 470ns, path_shortener: 401ns, severity-rules: 250ns, sort_results: 220ns, diff: 210ns, max_from_linter: 170ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" 19:32:26 level=info msg="[runner] linters took 11.381382289s with stages: goanalysis_metalinter: 11.363983245s" 19:32:26 level=info msg="File cache stats: 0 entries of total size 0B" 19:32:26 level=info msg="Memory: 315 samples, avg is 303.5MB, max is 1226.1MB" 19:32:26 level=info msg="Execution took 31.451332376s" 19:32:26 go vet ./... 19:32:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:32:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:32:32 ./bin/test-attribution-txt.sh [Pipeline] echo 19:32:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:32:33 + ls -al . 19:32:33 total 864 19:32:33 drwxrwxr-x 11 1001 1001 4096 Jul 31 19:30 . 19:32:33 drwxr-xr-x 4 root root 4096 Jul 31 19:30 .. 19:32:33 drwxrwxr-x 2 1001 1001 4096 Jul 31 19:29 .blubracket 19:32:33 -rw-rw-r-- 1 1001 1001 10 Jul 31 19:29 .dockerignore 19:32:33 drwxrwxr-x 8 1001 1001 4096 Jul 31 19:31 .git 19:32:33 drwxrwxr-x 3 1001 1001 4096 Jul 31 19:29 .github 19:32:33 -rw-rw-r-- 1 1001 1001 1102 Jul 31 19:29 .gitignore 19:32:33 -rw-rw-r-- 1 1001 1001 42 Jul 31 19:29 .golangci.yml 19:32:33 -rw-rw-r-- 1 1001 1001 100 Jul 31 19:29 .hadolint.yml 19:32:33 drwxr-xr-x 3 1001 1001 4096 Jul 31 19:29 .semver 19:32:33 -rw-rw-r-- 1 1001 1001 155 Jul 31 19:29 .sonarcloud.properties 19:32:33 -rw-rw-r-- 1 1001 1001 1171 Jul 31 19:29 ADOPTERS.md 19:32:33 -rw-rw-r-- 1 1001 1001 20806 Jul 31 19:29 Attribution.txt 19:32:33 -rw-rw-r-- 1 1001 1001 100284 Jul 31 19:29 CHANGELOG.md 19:32:33 -rw-rw-r-- 1 1001 1001 3804 Jul 31 19:29 CONTRIBUTING.md 19:32:33 -rw-rw-r-- 1 1001 1001 677 Jul 31 19:29 GOVERNANCE.md 19:32:33 -rw-rw-r-- 1 1001 1001 861 Jul 31 19:29 Jenkinsfile 19:32:33 -rw-rw-r-- 1 1001 1001 10775 Jul 31 19:29 LICENSE 19:32:33 -rw-rw-r-- 1 1001 1001 16854 Jul 31 19:29 Makefile 19:32:33 -rw-rw-r-- 1 1001 1001 582 Jul 31 19:29 OWNERS.md 19:32:33 -rw-rw-r-- 1 1001 1001 9528 Jul 31 19:29 README.md 19:32:33 -rw-rw-r-- 1 1001 1001 789 Jul 31 19:29 SECURITY.md 19:32:33 -rw-rw-r-- 1 1001 1001 5 Jul 31 19:29 VERSION 19:32:33 drwxrwxr-x 2 1001 1001 4096 Jul 31 19:29 bin 19:32:33 drwxrwxr-x 20 1001 1001 4096 Jul 31 19:29 cmd 19:32:33 -rw-r--r-- 1 root root 497982 Jul 31 19:31 coverage.out 19:32:33 drwxrwxr-x 2 1001 1001 4096 Jul 31 19:29 fuzz_test 19:32:33 -rw-rw-r-- 1 1001 1001 7118 Jul 31 19:29 go.mod 19:32:33 -rw-rw-r-- 1 1001 1001 101672 Jul 31 19:29 go.sum 19:32:33 drwxrwxr-x 7 1001 1001 4096 Jul 31 19:29 internal 19:32:33 drwxrwxr-x 3 1001 1001 4096 Jul 31 19:29 openapi 19:32:33 -rw-rw-r-- 1 1001 1001 584 Jul 31 19:29 security.txt 19:32:33 -rw-rw-r-- 1 1001 1001 204 Jul 31 19:29 version.go [Pipeline] sh 19:32:33 + '[' -e coverage.out ] 19:32:33 + chown 1001:1001 coverage.out [Pipeline] stash 19:32:33 Stashed 1 file(s) [Pipeline] sh 19:32:34 + make build 19:32:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:32:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:32:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:32:36 Merging remotes/origin/main commit b103c04882abc23661cee8905a92a31c1ff0bf6a into PR head commit 6864b6a6596971ecbf015eda9d5b15b16885470e 19:32:37 Merge succeeded, producing 6864b6a6596971ecbf015eda9d5b15b16885470e 19:32:37 Checking out Revision 6864b6a6596971ecbf015eda9d5b15b16885470e (PR-4846) 19:32:37 Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" 19:32:37 > git --version # timeout=10 19:32:37 > git --version # 'git version 2.25.1' 19:32:37 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc 19:32:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:32:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:32:36 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4846/head:refs/remotes/origin/PR-4846 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:32:36 > git config core.sparsecheckout # timeout=10 19:32:36 > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # timeout=10 19:32:37 > git remote # timeout=10 19:32:37 > git config --get remote.origin.url # timeout=10 19:32:37 using GIT_SSH to set credentials SSH Credentials for GitHub 19:32:37 > git merge b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 19:32:37 > git rev-parse HEAD^{commit} # timeout=10 19:32:37 > git config core.sparsecheckout # timeout=10 19:32:37 > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:32:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:32:42 % Total % Received % Xferd Average Speed Time Time Time Current 19:32:42 Dload Upload Total Spent Left Speed 19:32:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 59 12828 59 7621 0 0 56451 0 --:--:-- --:--:-- --:--:-- 56036 100 12828 100 12828 0 0 93635 0 --:--:-- --:--:-- --:--:-- 92956 [Pipeline] sh 19:32:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:32:43 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 19:32:43 /etc/docker/daemon.json 19:32:43 { 19:32:43 "registry-mirrors": [ 19:32:43 "https://nexus3.edgexfoundry.org:10001" 19:32:43 ], 19:32:43 "bip": "10.250.0.254/24", 19:32:43 "hosts": [ 19:32:43 "tcp://0.0.0.0:5555", 19:32:43 "unix:///var/run/docker.sock" 19:32:43 ], 19:32:43 "mtu": 1458, 19:32:43 "selinux-enabled": true, 19:32:43 "seccomp-profile": "/etc/docker/seccomp.json" 19:32:43 } [Pipeline] sh 19:32:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:32:44 + sudo service docker restart 19:33:00 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:33:00 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:33:00 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:33:00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:33:02 provisioning config files... 19:33:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15173652222382543688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:33:02 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:33:03 ---> ****-login.sh 19:33:03 nexus3.edgexfoundry.org:10001 19:33:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:33:03 Configure a credential helper to remove this warning. See 19:33:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:33:03 19:33:03 Login Succeeded 19:33:03 nexus3.edgexfoundry.org:10002 19:33:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:33:04 Configure a credential helper to remove this warning. See 19:33:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:33:04 19:33:04 Login Succeeded 19:33:04 nexus3.edgexfoundry.org:10003 19:33:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:33:04 Configure a credential helper to remove this warning. See 19:33:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:33:04 19:33:04 Login Succeeded 19:33:04 nexus3.edgexfoundry.org:10004 19:33:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:33:04 Configure a credential helper to remove this warning. See 19:33:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:33:04 19:33:04 Login Succeeded 19:33:04 ****.io 19:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:33:05 Configure a credential helper to remove this warning. See 19:33:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:33:05 19:33:05 Login Succeeded 19:33:05 ---> ****-login.sh ends [Pipeline] } 19:33:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:33:06 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:33:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:33:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:33:06 ========================================================= 19:33:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 19:33:06 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:33:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:33:06 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:33:06 c6b39de5b339: Pulling fs layer 19:33:06 a69c41024577: Pulling fs layer 19:33:06 d6de4b400683: Pulling fs layer 19:33:06 35cb2a7552d0: Pulling fs layer 19:33:06 35cb2a7552d0: Waiting 19:33:06 4f4fb700ef54: Pulling fs layer 19:33:06 464afbd9ba4c: Pulling fs layer 19:33:06 00f215d4a9da: Pulling fs layer 19:33:06 d496ad576159: Pulling fs layer 19:33:06 464afbd9ba4c: Waiting 19:33:06 00f215d4a9da: Waiting 19:33:06 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:33:07 a69c41024577: Verifying Checksum 19:33:07 a69c41024577: Download complete 19:33:07 35cb2a7552d0: Verifying Checksum 19:33:07 35cb2a7552d0: Download complete 19:33:07 4f4fb700ef54: Verifying Checksum 19:33:07 4f4fb700ef54: Download complete 19:33:07 464afbd9ba4c: Verifying Checksum 19:33:07 464afbd9ba4c: Download complete 19:33:07 c6b39de5b339: Download complete 19:33:07 d496ad576159: Verifying Checksum 19:33:07 d496ad576159: Download complete 19:33:07 c6b39de5b339: Pull complete 19:33:08 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:33:08 a69c41024577: Pull complete 19:33:08 d6de4b400683: Verifying Checksum 19:33:08 d6de4b400683: Download complete 19:33:09 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:33:10 00f215d4a9da: Verifying Checksum 19:33:10 00f215d4a9da: Download complete 19:33:11 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:33:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:33:13 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:33:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:33:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:33:15 $ docker stop --time=1 a430c20b1ca1bd6690933184418a290f7d8b05b76e2fff66a619623c2b24aea1 19:33:21 $ docker rm -f --volumes a430c20b1ca1bd6690933184418a290f7d8b05b76e2fff66a619623c2b24aea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:33:22 d6de4b400683: Pull complete 19:33:22 35cb2a7552d0: Pull complete 19:33:22 4f4fb700ef54: Pull complete 19:33:22 464afbd9ba4c: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:33:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:33:23 19:33:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:33:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:33:23 latest: Pulling from edgex-devops/edgex-compose 19:33:23 91d30c5bc195: Pulling fs layer 19:33:23 2e9b0aa3be6d: Pulling fs layer 19:33:23 9c61dcf015f6: Pulling fs layer 19:33:23 4698f68db338: Pulling fs layer 19:33:23 2a2f49069b9e: Pulling fs layer 19:33:23 e0025b399a48: Pulling fs layer 19:33:23 e0025b399a48: Waiting 19:33:23 4698f68db338: Waiting 19:33:23 2a2f49069b9e: Waiting 19:33:23 91d30c5bc195: Verifying Checksum 19:33:23 91d30c5bc195: Download complete 19:33:23 4698f68db338: Verifying Checksum 19:33:23 4698f68db338: Download complete 19:33:23 2e9b0aa3be6d: Verifying Checksum 19:33:23 2e9b0aa3be6d: Download complete 19:33:23 e0025b399a48: Verifying Checksum 19:33:23 e0025b399a48: Download complete 19:33:23 91d30c5bc195: Pull complete 19:33:23 2a2f49069b9e: Download complete 19:33:24 2e9b0aa3be6d: Pull complete 19:33:24 9c61dcf015f6: Verifying Checksum 19:33:24 9c61dcf015f6: Download complete 19:33:26 9c61dcf015f6: Pull complete 19:33:26 4698f68db338: Pull complete 19:33:26 2a2f49069b9e: Pull complete 19:33:26 e0025b399a48: Pull complete 19:33:26 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:33:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:33:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:33:27 prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container 19:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:33:30 $ docker top 330bb8605ada9a3ff851012efa6377d28bc95ad6891c4041666a16b701c11376 -eo pid,comm [Pipeline] { [Pipeline] sh 19:33:30 00f215d4a9da: Pull complete 19:33:31 + docker compose -f ./docker-compose-build.yml build --parallel 19:33:32 d496ad576159: Pull complete 19:33:32 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 19:33:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:33:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:33:32 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:33:32 WORKDIR /edgex 19:33:32 COPY go.mod . 19:33:32 RUN go mod download 19:33:32 docker build -t ci-base-image-arm64 -f - . 19:33:32 #1 [security-proxy-setup internal] load build definition from Dockerfile 19:33:32 #1 transferring dockerfile: 2.50kB done 19:33:32 #1 DONE 0.0s 19:33:33 19:33:33 #2 [core-metadata internal] load build definition from Dockerfile 19:33:33 #2 transferring dockerfile: 2.06kB done 19:33:33 #2 DONE 0.0s 19:33:33 19:33:33 #3 [security-bootstrapper internal] load build definition from Dockerfile 19:33:33 #3 transferring dockerfile: 2.93kB done 19:33:33 #3 DONE 0.0s 19:33:33 19:33:33 #4 [security-secretstore-setup internal] load build definition from Dockerfile 19:33:33 #4 transferring dockerfile: 2.49kB done 19:33:33 #4 DONE 0.0s 19:33:33 19:33:33 #5 [security-proxy-auth internal] load build definition from Dockerfile 19:33:33 #5 transferring dockerfile: 2.15kB done 19:33:33 #5 DONE 0.0s 19:33:33 19:33:33 #6 [support-notifications internal] load build definition from Dockerfile 19:33:33 #6 transferring dockerfile: 1.95kB done 19:33:33 #6 DONE 0.0s 19:33:33 19:33:33 #7 [core-keeper internal] load build definition from Dockerfile 19:33:33 #7 transferring dockerfile: 2.01kB done 19:33:33 #7 DONE 0.0s 19:33:33 19:33:33 #8 [core-data internal] load build definition from Dockerfile 19:33:33 Sending build context to Docker daemon 3.311MB 19:33:33 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:33:33 ---> f246e2811388 19:33:33 Step 2/4 : WORKDIR /edgex 19:33:33 #8 transferring dockerfile: 2.01kB done 19:33:33 #8 DONE 0.0s 19:33:33 19:33:33 #9 [support-scheduler internal] load build definition from Dockerfile 19:33:33 #9 transferring dockerfile: 1.93kB done 19:33:33 #9 DONE 0.0s 19:33:33 19:33:33 #10 [support-cron-scheduler internal] load build definition from Dockerfile 19:33:33 #10 transferring dockerfile: 1.85kB done 19:33:33 #10 DONE 0.0s 19:33:33 19:33:33 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:33:33 #11 transferring dockerfile: 2.23kB done 19:33:33 #11 DONE 0.1s 19:33:33 19:33:33 #12 [security-spire-server internal] load build definition from Dockerfile 19:33:33 #12 transferring dockerfile: 1.70kB done 19:33:33 #12 DONE 0.1s 19:33:33 19:33:33 #13 [security-spire-config internal] load build definition from Dockerfile 19:33:33 #13 transferring dockerfile: 1.69kB done 19:33:33 #13 DONE 0.1s 19:33:33 19:33:33 #14 [security-proxy-setup internal] load .dockerignore 19:33:33 #14 transferring context: 50B done 19:33:33 #14 DONE 0.0s 19:33:33 19:33:33 #15 [core-command internal] load build definition from Dockerfile 19:33:33 #15 transferring dockerfile: 1.93kB done 19:33:33 #15 DONE 0.1s 19:33:33 19:33:33 #16 [security-spire-agent internal] load build definition from Dockerfile 19:33:33 #16 transferring dockerfile: 1.81kB done 19:33:33 #16 DONE 0.1s 19:33:33 19:33:33 #17 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:33:33 #17 transferring dockerfile: 1.89kB done 19:33:33 #17 DONE 0.1s 19:33:33 19:33:33 #18 [core-metadata internal] load .dockerignore 19:33:33 #18 transferring context: 50B done 19:33:33 #18 DONE 0.0s 19:33:33 19:33:33 #19 [security-bootstrapper internal] load .dockerignore 19:33:33 #19 transferring context: 50B done 19:33:33 #19 DONE 0.0s 19:33:33 19:33:33 #20 [security-secretstore-setup internal] load .dockerignore 19:33:33 #20 transferring context: 50B done 19:33:33 #20 DONE 0.0s 19:33:33 19:33:33 #21 [security-proxy-auth internal] load .dockerignore 19:33:33 #21 transferring context: 50B done 19:33:33 #21 DONE 0.0s 19:33:33 19:33:33 #22 [support-notifications internal] load .dockerignore 19:33:33 #22 transferring context: 50B done 19:33:33 #22 DONE 0.0s 19:33:33 19:33:33 #23 [core-keeper internal] load .dockerignore 19:33:33 #23 transferring context: 50B done 19:33:33 #23 DONE 0.0s 19:33:33 19:33:33 #24 [support-scheduler internal] load .dockerignore 19:33:33 #24 transferring context: 50B done 19:33:33 #24 DONE 0.0s 19:33:33 19:33:33 #25 [core-data internal] load .dockerignore 19:33:33 #25 transferring context: 50B done 19:33:33 #25 DONE 0.0s 19:33:33 19:33:33 #26 [support-cron-scheduler internal] load .dockerignore 19:33:33 #26 transferring context: 50B done 19:33:33 #26 DONE 0.0s 19:33:33 19:33:33 #27 [core-common-config-bootstrapper internal] load .dockerignore 19:33:33 #27 transferring context: 50B done 19:33:33 #27 DONE 0.0s 19:33:33 19:33:33 #28 [security-spire-config internal] load .dockerignore 19:33:33 #28 transferring context: 50B done 19:33:33 #28 DONE 0.0s 19:33:33 19:33:33 #29 [security-spire-server internal] load .dockerignore 19:33:33 #29 transferring context: 50B done 19:33:33 #29 DONE 0.0s 19:33:33 19:33:33 #30 [security-spire-agent internal] load .dockerignore 19:33:33 #30 transferring context: 50B done 19:33:33 #30 DONE 0.0s 19:33:33 19:33:33 #31 [core-command internal] load .dockerignore 19:33:33 #31 transferring context: 50B done 19:33:33 #31 DONE 0.1s 19:33:33 19:33:33 #32 [security-spiffe-token-provider internal] load .dockerignore 19:33:33 #32 transferring context: 50B done 19:33:33 #32 DONE 0.0s 19:33:33 19:33:33 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:33:33 #33 DONE 0.0s 19:33:33 19:33:33 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 19:33:34 #34 ... 19:33:34 19:33:34 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:33:34 #33 DONE 0.0s 19:33:34 19:33:34 #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:33:34 #34 ... 19:33:34 19:33:34 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:33:34 #33 DONE 0.0s 19:33:34 19:33:34 #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 19:33:34 #34 ... 19:33:34 19:33:34 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:33:34 #33 DONE 0.0s 19:33:34 19:33:34 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 19:33:34 #34 ... 19:33:34 19:33:34 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:33:34 #33 DONE 0.0s 19:33:34 19:33:34 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:33:34 #34 DONE 0.3s 19:33:34 19:33:34 #35 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:33:34 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:33:34 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:33:34 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 19:33:34 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 19:33:34 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 19:33:34 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done 19:33:34 #35 ... 19:33:34 19:33:34 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:33:34 #33 DONE 0.0s 19:33:34 19:33:34 #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 19:33:34 #34 DONE 0.4s 19:33:34 19:33:34 #35 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:33:34 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:33:34 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:33:34 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 19:33:34 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 19:33:34 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 19:33:34 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done 19:33:35 #35 DONE 1.3s 19:33:35 19:33:35 #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:33:35 #36 DONE 1.4s 19:33:35 19:33:35 #37 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:33:35 ---> Running in 6ae4e92bde0b 19:33:35 Removing intermediate container 6ae4e92bde0b 19:33:35 ---> 299c97c37551 19:33:35 Step 3/4 : COPY go.mod . 19:33:35 #37 ... 19:33:35 19:33:35 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:33:35 #38 DONE 1.1s 19:33:35 19:33:35 #35 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:33:35 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:33:35 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:33:35 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 19:33:35 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 19:33:35 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 19:33:35 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done 19:33:35 #35 DONE 1.3s 19:33:35 19:33:35 #39 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 19:33:35 #39 ... 19:33:35 19:33:35 #35 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:33:35 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:33:35 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:33:35 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 19:33:35 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 19:33:35 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 19:33:35 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done 19:33:35 #35 DONE 1.3s 19:33:35 19:33:35 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 19:33:35 #40 DONE 1.1s 19:33:35 19:33:35 #41 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:33:35 ---> c1668a2d1803 19:33:35 Step 4/4 : RUN go mod download 19:33:35 ---> Running in 52b4586cab50 19:33:41 #41 ... 19:33:41 19:33:41 #42 [security-proxy-auth internal] load build context 19:33:41 #42 transferring context: 197.71MB 6.5s 19:33:42 #42 ... 19:33:42 19:33:42 #43 [security-spire-server internal] load build context 19:33:42 #43 transferring context: 27.23kB 0.1s done 19:33:42 #43 DONE 7.0s 19:33:42 19:33:42 #42 [security-proxy-auth internal] load build context 19:33:42 #42 transferring context: 251.05MB 8.2s 19:33:42 #42 ... 19:33:42 19:33:42 #44 [support-notifications internal] load build context 19:33:42 #44 ... 19:33:42 19:33:42 #42 [security-proxy-auth internal] load build context 19:33:43 #42 ... 19:33:43 19:33:43 #45 [security-proxy-setup internal] load build context 19:33:43 #45 ... 19:33:43 19:33:43 #46 [core-metadata internal] load build context 19:33:44 #46 ... 19:33:44 19:33:44 #47 [security-bootstrapper internal] load build context 19:33:44 #47 ... 19:33:44 19:33:44 #48 [support-scheduler internal] load build context 19:33:44 #48 ... 19:33:44 19:33:44 #49 [support-cron-scheduler internal] load build context 19:33:44 #49 ... 19:33:44 19:33:44 #50 [core-data internal] load build context 19:33:44 #50 ... 19:33:44 19:33:44 #51 [security-secretstore-setup internal] load build context 19:33:44 #51 ... 19:33:44 19:33:44 #52 [security-spiffe-token-provider internal] load build context 19:33:44 #52 ... 19:33:44 19:33:44 #53 [core-keeper internal] load build context 19:33:44 #53 ... 19:33:44 19:33:44 #54 [core-command internal] load build context 19:33:45 #54 ... 19:33:45 19:33:45 #55 [core-common-config-bootstrapper internal] load build context 19:33:45 #55 ... 19:33:45 19:33:45 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:33:45 #56 ... 19:33:45 19:33:45 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:45 #57 ... 19:33:45 19:33:45 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:33:45 #58 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 4.3s done 19:33:45 #58 ... 19:33:45 19:33:45 #59 [security-spire-agent internal] load build context 19:33:46 #59 ... 19:33:46 19:33:46 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:33:46 #0 0.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:33:46 #0 0.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:33:46 #0 1.189 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:33:46 #0 1.189 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:33:46 #0 1.189 OK: 20070 distinct packages available 19:33:46 #0 1.248 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:33:46 #0 1.332 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:33:46 #0 1.526 (1/11) Installing ca-certificates (20240226-r0) 19:33:46 #0 1.543 (2/11) Installing brotli-libs (1.0.9-r14) 19:33:46 #0 1.551 (3/11) Installing libunistring (1.1-r1) 19:33:46 #0 1.568 (4/11) Installing libidn2 (2.3.4-r1) 19:33:46 #0 1.577 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:33:46 #0 1.580 (6/11) Installing libcurl (8.9.0-r0) 19:33:46 #0 1.591 (7/11) Installing curl (8.9.0-r0) 19:33:46 #0 1.596 (8/11) Installing dumb-init (1.2.5-r2) 19:33:46 #0 1.599 (9/11) Installing musl-obstack (1.2.3-r2) 19:33:46 #0 1.602 (10/11) Installing libucontext (1.2-r2) 19:33:46 #0 1.605 (11/11) Installing gcompat (1.1.0-r1) 19:33:46 #0 1.620 Executing busybox-1.36.1-r7.trigger 19:33:46 #0 1.628 Executing ca-certificates-20240226-r0.trigger 19:33:46 #0 1.671 OK: 12 MiB in 26 packages 19:33:46 #60 ... 19:33:46 19:33:46 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:33:46 #61 ... 19:33:46 19:33:46 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:33:46 #62 ... 19:33:46 19:33:46 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:33:46 #63 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:33:46 #63 ... 19:33:46 19:33:46 #64 [security-spire-config internal] load build context 19:33:46 #64 transferring context: 25.48kB 0.1s done 19:33:46 #64 ... 19:33:46 19:33:46 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:33:46 #65 ... 19:33:46 19:33:46 #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:33:46 #66 ... 19:33:46 19:33:46 #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:33:46 #0 3.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:33:46 #0 3.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:33:46 #0 3.744 (1/1) Installing dumb-init (1.2.5-r2) 19:33:46 #0 3.751 Executing busybox-1.36.1-r7.trigger 19:33:46 #0 3.763 OK: 7 MiB in 16 packages 19:33:46 #67 ... 19:33:46 19:33:46 #55 [core-common-config-bootstrapper internal] load build context 19:33:46 #55 transferring context: 427.36MB 12.4s 19:33:50 #55 transferring context: 492.77MB 15.4s done 19:33:51 #55 ... 19:33:51 19:33:51 #45 [security-proxy-setup internal] load build context 19:33:51 #45 ... 19:33:51 19:33:51 #46 [core-metadata internal] load build context 19:33:51 #46 transferring context: 492.77MB 17.2s done 19:33:51 #46 ... 19:33:51 19:33:51 #45 [security-proxy-setup internal] load build context 19:33:52 #45 transferring context: 492.77MB 18.7s done 19:33:52 #45 ... 19:33:52 19:33:52 #44 [support-notifications internal] load build context 19:33:52 #44 transferring context: 492.77MB 15.5s done 19:33:52 #44 ... 19:33:52 19:33:52 #50 [core-data internal] load build context 19:33:52 #50 transferring context: 492.77MB 16.9s done 19:33:53 #50 ... 19:33:53 19:33:53 #42 [security-proxy-auth internal] load build context 19:33:53 #42 transferring context: 492.77MB 16.2s done 19:33:54 #42 ... 19:33:54 19:33:54 #48 [support-scheduler internal] load build context 19:33:54 #48 transferring context: 492.77MB 16.5s done 19:33:54 #48 ... 19:33:54 19:33:54 #64 [security-spire-config internal] load build context 19:33:54 #64 DONE 18.9s 19:33:54 19:33:54 #47 [security-bootstrapper internal] load build context 19:33:54 #47 transferring context: 492.77MB 11.2s done 19:33:54 #47 ... 19:33:54 19:33:54 #59 [security-spire-agent internal] load build context 19:33:54 #59 transferring context: 26.76kB done 19:33:54 #59 ... 19:33:54 19:33:54 #49 [support-cron-scheduler internal] load build context 19:33:54 #49 transferring context: 492.77MB 13.1s done 19:33:55 #49 ... 19:33:55 19:33:55 #51 [security-secretstore-setup internal] load build context 19:33:55 #51 transferring context: 492.77MB 15.8s done 19:33:55 #51 ... 19:33:55 19:33:55 #53 [core-keeper internal] load build context 19:33:55 #53 transferring context: 492.77MB 15.8s done 19:33:55 #53 ... 19:33:55 19:33:55 #52 [security-spiffe-token-provider internal] load build context 19:33:55 #52 transferring context: 492.77MB 16.2s done 19:33:55 #52 ... 19:33:55 19:33:55 #54 [core-command internal] load build context 19:33:55 #54 transferring context: 492.77MB 12.7s done 19:33:56 #54 ... 19:33:56 19:33:56 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:33:56 #58 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:33:56 #58 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 19:33:58 #58 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 19:33:58 #58 ... 19:33:58 19:33:58 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:33:58 #63 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13.3s done 19:33:58 #63 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 19:33:59 #63 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 19:33:59 #63 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 19:34:01 #63 ... 19:34:01 19:34:01 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:34:01 #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 1.5s 19:34:02 #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.4s 19:34:04 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 4.5s 19:34:05 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 5.3s 19:34:05 #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 5.7s done 19:34:06 #58 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 19:34:07 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 7.8s 19:34:07 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 7.9s 19:34:08 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 8.7s done 19:34:08 #58 ... 19:34:08 19:34:08 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:34:08 #60 DONE 33.6s 19:34:08 19:34:08 #47 [security-bootstrapper internal] load build context 19:34:08 #47 DONE 34.6s 19:34:08 19:34:08 #39 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 19:34:08 #39 DONE 33.6s 19:34:08 19:34:08 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:34:08 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 8.7s done 19:34:08 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 8.9s done 19:34:08 #58 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 19:34:08 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 8.9s 19:34:08 #58 ... 19:34:08 19:34:08 #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:34:08 #68 ... 19:34:08 19:34:08 #54 [core-command internal] load build context 19:34:08 #54 DONE 34.2s 19:34:08 19:34:08 #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:34:08 #67 DONE 33.6s 19:34:08 19:34:08 #49 [support-cron-scheduler internal] load build context 19:34:08 #49 DONE 34.5s 19:34:08 19:34:08 #44 [support-notifications internal] load build context 19:34:08 #44 DONE 34.6s 19:34:08 19:34:08 #55 [core-common-config-bootstrapper internal] load build context 19:34:08 #55 DONE 34.4s 19:34:08 19:34:08 #51 [security-secretstore-setup internal] load build context 19:34:08 #51 DONE 34.6s 19:34:08 19:34:08 #53 [core-keeper internal] load build context 19:34:08 #53 DONE 34.6s 19:34:08 19:34:08 #42 [security-proxy-auth internal] load build context 19:34:08 #42 DONE 34.7s 19:34:08 19:34:08 #48 [support-scheduler internal] load build context 19:34:08 #48 DONE 34.6s 19:34:08 19:34:08 #52 [security-spiffe-token-provider internal] load build context 19:34:08 #52 DONE 34.3s 19:34:08 19:34:08 #50 [core-data internal] load build context 19:34:08 #50 DONE 34.6s 19:34:08 19:34:08 #46 [core-metadata internal] load build context 19:34:08 #46 DONE 34.8s 19:34:08 19:34:08 #59 [security-spire-agent internal] load build context 19:34:08 #59 DONE 33.3s 19:34:08 19:34:08 #45 [security-proxy-setup internal] load build context 19:34:08 #45 DONE 34.9s 19:34:08 19:34:08 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:34:08 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 9.1s 19:34:08 #58 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 19:34:08 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 14.68MB / 30.73MB 9.2s 19:34:08 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 9.4s 19:34:09 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 9.6s done 19:34:09 #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 19:34:09 #58 ... 19:34:09 19:34:09 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:09 #57 DONE 34.4s 19:34:09 19:34:09 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:34:10 #58 ... 19:34:10 19:34:10 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:34:10 #62 34.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:10 #62 34.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:10 #62 34.42 (1/2) Installing ca-certificates (20240226-r0) 19:34:10 #62 34.44 (2/2) Installing dumb-init (1.2.5-r2) 19:34:10 #62 34.45 Executing busybox-1.36.1-r7.trigger 19:34:10 #62 34.46 Executing ca-certificates-20240226-r0.trigger 19:34:10 #62 34.55 OK: 8 MiB in 17 packages 19:34:10 #62 DONE 35.7s 19:34:10 19:34:10 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:34:10 #58 ... 19:34:10 19:34:10 #37 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:34:10 #37 34.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:10 #37 34.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:10 #37 34.66 (1/1) Installing dumb-init (1.2.5-r2) 19:34:10 #37 34.66 Executing busybox-1.36.1-r7.trigger 19:34:10 #37 34.67 OK: 7 MiB in 16 packages 19:34:10 #37 DONE 35.9s 19:34:10 19:34:10 #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:34:10 #66 34.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:10 #66 34.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:10 #66 34.58 (1/2) Installing dumb-init (1.2.5-r2) 19:34:10 #66 34.59 (2/2) Installing su-exec (0.2-r3) 19:34:10 #66 34.59 Executing busybox-1.36.1-r7.trigger 19:34:10 #66 34.61 OK: 7 MiB in 17 packages 19:34:10 #66 DONE 35.7s 19:34:10 19:34:10 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:34:10 #65 34.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:10 #65 34.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:10 #65 34.52 (1/4) Installing ca-certificates (20240226-r0) 19:34:10 #65 34.54 (2/4) Installing dumb-init (1.2.5-r2) 19:34:10 #65 34.54 (3/4) Installing su-exec (0.2-r3) 19:34:10 #65 34.54 (4/4) Installing yq (4.33.3-r5) 19:34:10 #65 34.67 Executing busybox-1.36.1-r7.trigger 19:34:10 #65 34.68 Executing ca-certificates-20240226-r0.trigger 19:34:10 #65 34.74 OK: 17 MiB in 19 packages 19:34:10 #65 DONE 35.8s 19:34:10 19:34:10 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:34:10 #56 34.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:10 #56 34.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:10 #56 34.48 (1/4) Installing dumb-init (1.2.5-r2) 19:34:10 #56 34.48 (2/4) Installing openssl (3.1.6-r0) 19:34:10 #56 34.53 (3/4) Installing su-exec (0.2-r3) 19:34:10 #56 34.53 (4/4) Installing yq (4.33.3-r5) 19:34:10 #56 34.63 Executing busybox-1.36.1-r7.trigger 19:34:10 #56 34.64 OK: 17 MiB in 19 packages 19:34:10 #56 DONE 35.8s 19:34:10 19:34:10 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:34:11 #58 ... 19:34:11 19:34:11 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:34:11 #63 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.5s done 19:34:11 #63 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 5.6s done 19:34:11 #63 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 5.7s done 19:34:11 #63 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done 19:34:11 #63 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 6.2s done 19:34:11 #63 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done 19:34:11 #63 DONE 35.5s 19:34:11 19:34:11 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:34:11 #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done 19:34:11 #58 DONE 36.2s 19:34:11 19:34:11 #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:34:11 #41 35.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:11 #41 35.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:11 #41 35.45 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:34:11 #41 35.45 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:34:11 #41 35.45 OK: 20070 distinct packages available 19:34:11 #41 35.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:11 #41 35.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:11 #41 35.78 (1/5) Installing dumb-init (1.2.5-r2) 19:34:11 #41 35.78 (2/5) Installing musl-obstack (1.2.3-r2) 19:34:11 #41 35.79 (3/5) Installing libucontext (1.2-r2) 19:34:11 #41 35.79 (4/5) Installing gcompat (1.1.0-r1) 19:34:11 #41 35.79 (5/5) Installing openssl (3.1.6-r0) 19:34:11 #41 35.82 Executing busybox-1.36.1-r7.trigger 19:34:11 #41 35.83 OK: 8 MiB in 20 packages 19:34:11 #41 DONE 36.0s 19:34:11 19:34:11 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:34:11 #61 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:11 #61 36.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:11 #61 ... 19:34:11 19:34:11 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:34:11 #69 DONE 3.3s 19:34:11 19:34:11 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:34:11 #61 36.30 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:34:11 #61 36.30 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:34:11 #61 36.30 OK: 20070 distinct packages available 19:34:11 #61 36.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:12 #61 ... 19:34:12 19:34:12 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:34:12 #0 3.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.138 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.330 OK: 264 MiB in 52 packages 19:34:12 #70 DONE 3.7s 19:34:12 19:34:12 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:34:12 #61 36.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:12 #61 36.65 (1/4) Installing dumb-init (1.2.5-r2) 19:34:12 #61 36.66 (2/4) Installing musl-obstack (1.2.3-r2) 19:34:12 #61 36.67 (3/4) Installing libucontext (1.2-r2) 19:34:12 #61 36.67 (4/4) Installing gcompat (1.1.0-r1) 19:34:12 #61 36.67 Executing busybox-1.36.1-r7.trigger 19:34:12 #61 36.68 OK: 8 MiB in 19 packages 19:34:12 #61 ... 19:34:12 19:34:12 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:34:12 #0 3.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.525 OK: 264 MiB in 52 packages 19:34:12 #71 DONE 3.7s 19:34:12 19:34:12 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:34:12 #61 DONE 36.9s 19:34:12 19:34:12 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:34:12 #0 3.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.299 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:34:12 #0 3.299 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:34:12 #0 3.299 OK: 20077 distinct packages available 19:34:12 #0 3.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:12 #0 3.683 OK: 264 MiB in 52 packages 19:34:12 #72 DONE 3.9s 19:34:12 19:34:12 #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:34:12 #73 DONE 0.4s 19:34:12 19:34:12 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:34:12 #74 ... 19:34:12 19:34:12 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:34:12 #75 DONE 0.3s 19:34:12 19:34:12 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:34:12 #74 DONE 0.2s 19:34:12 19:34:12 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:13 #76 ... 19:34:13 19:34:13 #77 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:34:13 #0 4.151 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:13 #0 4.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:13 #0 4.426 OK: 264 MiB in 52 packages 19:34:13 #77 DONE 4.6s 19:34:13 19:34:13 #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:34:13 #68 4.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:13 #68 4.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:13 #68 4.534 OK: 12 MiB in 26 packages 19:34:13 #68 DONE 4.6s 19:34:13 19:34:13 #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:34:13 #78 DONE 0.1s 19:34:13 19:34:13 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:13 #79 ... 19:34:13 19:34:13 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:34:13 #0 4.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:13 #0 4.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:13 #0 4.867 OK: 7 MiB in 16 packages 19:34:13 #80 DONE 5.0s 19:34:13 19:34:13 #81 [core-command stage-1 3/9] RUN apk --no-cache upgrade 19:34:14 #81 ... 19:34:14 19:34:14 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:34:14 #0 1.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:14 #0 1.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:14 #0 1.423 OK: 8 MiB in 19 packages 19:34:14 #82 DONE 1.5s 19:34:14 19:34:14 #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:34:14 #83 DONE 0.7s 19:34:14 19:34:14 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:34:14 #0 2.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:14 #0 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:14 #0 3.072 OK: 8 MiB in 17 packages 19:34:14 #84 DONE 3.8s 19:34:14 19:34:14 #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:34:14 #85 DONE 0.0s 19:34:14 19:34:14 #86 [security-spire-config stage-2 6/10] COPY security.txt / 19:34:14 #86 DONE 0.0s 19:34:14 19:34:14 #87 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:34:14 #87 DONE 0.1s 19:34:14 19:34:14 #88 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:34:14 #88 DONE 0.1s 19:34:14 19:34:14 #81 [core-command stage-1 3/9] RUN apk --no-cache upgrade 19:34:14 #81 3.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:14 #81 3.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:14 #81 ... 19:34:14 19:34:14 #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 19:34:14 #0 3.663 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:14 #0 4.164 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:14 #0 4.828 (1/1) Installing dumb-init (1.2.5-r2) 19:34:14 #0 5.164 Executing busybox-1.36.1-r7.trigger 19:34:14 #0 5.170 OK: 7 MiB in 16 packages 19:34:14 #89 DONE 5.4s 19:34:14 19:34:14 #90 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:34:14 #90 DONE 0.1s 19:34:15 19:34:15 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:34:15 #0 3.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:15 #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:15 #0 4.137 OK: 17 MiB in 19 packages 19:34:15 #91 DONE 4.2s 19:34:15 19:34:15 #92 [security-spire-config] exporting to image 19:34:15 #92 exporting layers 19:34:15 #92 ... 19:34:15 19:34:15 #81 [core-command stage-1 3/9] RUN apk --no-cache upgrade 19:34:15 #81 4.201 OK: 7 MiB in 16 packages 19:34:15 #81 DONE 4.3s 19:34:15 19:34:15 #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:34:15 #0 3.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:15 #0 3.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:15 #0 4.199 OK: 7 MiB in 17 packages 19:34:15 #93 DONE 4.4s 19:34:15 19:34:15 #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:34:15 #0 3.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:15 #0 3.918 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:15 #0 4.186 OK: 17 MiB in 19 packages 19:34:15 #94 DONE 4.3s 19:34:15 19:34:15 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:34:15 #95 DONE 0.0s 19:34:15 19:34:15 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:34:15 #96 ... 19:34:15 19:34:15 #92 [security-spire-config] exporting to image 19:34:15 #92 exporting layers 0.6s done 19:34:15 #92 writing image sha256:311713f4fec5e945e8026be2b681d17b41c290e3e3e4279823865679b2e29889 done 19:34:15 #92 naming to docker.io/library/security-spire-config done 19:34:15 #92 DONE 0.6s 19:34:15 19:34:15 #97 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:34:15 #0 3.910 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:16 #97 4.389 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:16 #97 ... 19:34:16 19:34:16 #98 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:34:16 #0 4.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:34:16 #0 4.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:34:16 #0 4.724 OK: 8 MiB in 20 packages 19:34:16 #98 DONE 4.9s 19:34:16 19:34:16 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:34:17 #99 DONE 0.8s 19:34:17 19:34:17 #97 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:34:17 #97 5.071 OK: 264 MiB in 52 packages 19:34:17 #97 DONE 5.3s 19:34:17 19:34:17 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:34:17 #100 DONE 0.8s 19:34:17 19:34:17 #101 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:34:17 #101 DONE 0.1s 19:34:17 19:34:17 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:34:17 #102 DONE 0.1s 19:34:17 19:34:17 #103 [security-spire-server stage-2 6/9] COPY security.txt / 19:34:17 #103 ... 19:34:17 19:34:17 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:34:17 #104 DONE 0.8s 19:34:17 19:34:17 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:34:17 #96 DONE 2.7s 19:34:17 19:34:17 #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:34:17 #105 DONE 0.0s 19:34:18 19:34:18 #103 [security-spire-server stage-2 6/9] COPY security.txt / 19:34:18 #103 DONE 0.7s 19:34:18 19:34:18 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:34:18 #106 DONE 0.0s 19:34:18 19:34:18 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:34:18 #107 DONE 0.0s 19:34:18 19:34:18 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 19:34:18 #108 DONE 0.1s 19:34:18 19:34:18 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:34:18 #109 DONE 0.1s 19:34:18 19:34:18 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:34:18 #110 DONE 0.1s 19:34:18 19:34:18 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:34:18 #111 DONE 0.1s 19:34:18 19:34:18 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:34:18 #112 DONE 0.1s 19:34:18 19:34:18 #92 [security-spire-server] exporting to image 19:34:18 #92 ... 19:34:18 19:34:18 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:34:18 #113 DONE 0.1s 19:34:18 19:34:18 #92 [security-spire-agent] exporting to image 19:34:18 #92 exporting layers 0.6s done 19:34:18 #92 writing image sha256:4784431dd77bdd0ab1bba575cbb19551df63b6bb4eb1197272d98c20df1f2b0f done 19:34:18 #92 naming to docker.io/library/security-spire-server done 19:34:18 #92 writing image sha256:79e1719c38d1fa005caa788f2da951b7075817c16d6ae4ca70c5231b3c9a3e62 done 19:34:18 #92 naming to docker.io/library/security-spire-agent done 19:34:18 #92 DONE 1.3s 19:34:18 19:34:18 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:23 #114 ... 19:34:23 19:34:23 #115 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:23 #115 ... 19:34:23 19:34:23 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:32 Removing intermediate container 52b4586cab50 19:34:32 ---> 5f24354a2b79 19:34:32 Successfully built 5f24354a2b79 19:34:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:34:32 + docker inspect -f . ci-base-image-arm64 19:34:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:34:32 prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container 19:34:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:34:34 $ docker top dc84577b6cffd63866e270756361bd2ec201754161d44c05b398e52214ba25db -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:35 + go version 19:34:35 go version go1.21.9 linux/arm64 [Pipeline] } 19:34:35 $ docker stop --time=1 dc84577b6cffd63866e270756361bd2ec201754161d44c05b398e52214ba25db 19:34:36 $ docker rm -f --volumes dc84577b6cffd63866e270756361bd2ec201754161d44c05b398e52214ba25db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:34:37 + docker inspect -f . ci-base-image-arm64 19:34:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:34:38 prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container 19:34:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:34:39 $ docker top c2acfe34580a50d8a86167a1b5f5a454103e5e0654b414706cd0cf1ed03c4449 -eo pid,comm [Pipeline] { [Pipeline] echo 19:34:39 ========================================================= 19:34:39 [edgeXBuildGoParallel] Running Tests and Build... 19:34:39 ========================================================= [Pipeline] sh 19:34:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:34:40 + make test 19:34:40 go test -race -coverprofile=coverage.out ./... 19:35:02 #116 DONE 45.1s 19:35:02 19:35:02 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:02 #76 DONE 45.3s 19:35:02 19:35:02 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:02 #79 DONE 44.7s 19:35:02 19:35:02 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:02 #114 DONE 40.6s 19:35:02 19:35:02 #115 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:02 #115 DONE 45.5s 19:35:02 19:35:02 #117 [core-keeper builder 7/8] COPY . . 19:35:07 #117 ... 19:35:07 19:35:07 #118 [support-notifications builder 6/7] COPY . . 19:35:08 #118 ... 19:35:08 19:35:08 #119 [core-metadata builder 6/7] COPY . . 19:35:08 #119 ... 19:35:08 19:35:08 #120 [security-spiffe-token-provider builder 6/7] COPY . . 19:35:08 #120 ... 19:35:08 19:35:08 #121 [security-proxy-setup builder 6/7] COPY . . 19:35:09 #121 DONE 11.6s 19:35:09 19:35:09 #122 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #122 CACHED 19:35:09 19:35:09 #123 [core-command builder 6/7] COPY . . 19:35:09 #123 CACHED 19:35:09 19:35:09 #124 [core-command builder 4/7] COPY go.mod vendor* ./ 19:35:09 #124 CACHED 19:35:09 19:35:09 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 19:35:09 #125 CACHED 19:35:09 19:35:09 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #126 CACHED 19:35:09 19:35:09 #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:35:09 #127 CACHED 19:35:09 19:35:09 #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #128 CACHED 19:35:09 19:35:09 #129 [core-data builder 6/7] COPY . . 19:35:09 #129 CACHED 19:35:09 19:35:09 #130 [core-data builder 4/7] COPY go.mod vendor* ./ 19:35:09 #130 CACHED 19:35:09 19:35:09 #131 [support-scheduler builder 6/7] COPY . . 19:35:09 #131 CACHED 19:35:09 19:35:09 #132 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:35:09 #132 CACHED 19:35:09 19:35:09 #133 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #133 CACHED 19:35:09 19:35:09 #118 [support-notifications builder 6/7] COPY . . 19:35:09 #118 DONE 11.6s 19:35:09 19:35:09 #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #134 CACHED 19:35:09 19:35:09 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:35:09 #135 CACHED 19:35:09 19:35:09 #136 [security-proxy-auth builder 6/7] COPY . . 19:35:09 #136 CACHED 19:35:09 19:35:09 #137 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 19:35:09 #137 CACHED 19:35:09 19:35:09 #138 [support-cron-scheduler builder 6/7] COPY . . 19:35:09 #138 CACHED 19:35:09 19:35:09 #139 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #139 CACHED 19:35:09 19:35:09 #119 [core-metadata builder 6/7] COPY . . 19:35:09 #119 DONE 11.6s 19:35:09 19:35:09 #120 [security-spiffe-token-provider builder 6/7] COPY . . 19:35:09 #120 DONE 11.7s 19:35:09 19:35:09 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #140 CACHED 19:35:09 19:35:09 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:35:09 #141 CACHED 19:35:09 19:35:09 #142 [security-secretstore-setup builder 6/7] COPY . . 19:35:09 #142 CACHED 19:35:09 19:35:09 #117 [core-keeper builder 7/8] COPY . . 19:35:09 #117 DONE 11.6s 19:35:09 19:35:09 #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:35:09 #143 CACHED 19:35:09 19:35:09 #144 [security-bootstrapper builder 6/7] COPY . . 19:35:09 #144 CACHED 19:35:09 19:35:09 #145 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:35:09 #145 CACHED 19:35:09 19:35:09 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:35:11 #146 1.586 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:35:21 #146 ... 19:35:21 19:35:21 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:35:21 #0 1.080 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:35:21 #147 ... 19:35:21 19:35:21 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:35:21 #0 0.897 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:35:21 #148 ... 19:35:21 19:35:21 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:35:21 #0 1.858 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:35:21 #149 ... 19:35:21 19:35:21 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:35:21 #0 1.599 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:35:21 #150 ... 19:35:21 19:35:21 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:35:21 #0 1.593 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:35:21 #151 ... 19:35:21 19:35:21 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:35:21 #0 0.612 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:35:21 #152 ... 19:35:21 19:35:21 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:35:21 #0 0.993 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:35:21 #153 ... 19:35:21 19:35:21 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:35:21 #0 1.220 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:35:21 #154 ... 19:35:21 19:35:21 #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:35:21 #0 1.101 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:35:21 #155 ... 19:35:21 19:35:21 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:35:21 #0 0.583 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:35:21 #156 ... 19:35:21 19:35:21 #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:35:21 #0 1.443 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:35:21 #157 ... 19:35:21 19:35:21 #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:35:21 #0 1.159 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:35:27 ? github.com/edgexfoundry/edgex-go [no test files] 19:36:58 #158 ... 19:36:58 19:36:58 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:36:58 #151 98.62 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:37:25 #151 ... 19:37:25 19:37:25 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:37:25 #148 DONE 133.6s 19:37:25 19:37:25 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:37:26 #156 ... 19:37:26 19:37:26 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:37:26 #151 DONE 136.6s 19:37:26 19:37:26 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:37:26 #154 DONE 136.6s 19:37:26 19:37:26 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:37:27 #149 ... 19:37:27 19:37:27 #159 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:37:32 #159 ... 19:37:32 19:37:32 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:37:32 #146 DONE 142.3s 19:37:32 19:37:32 #160 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:37:35 #160 ... 19:37:35 19:37:35 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:37:35 #150 DONE 145.7s 19:37:35 19:37:35 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:37:35 #161 ... 19:37:35 19:37:35 #160 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:37:35 #160 DONE 6.0s 19:37:35 19:37:35 #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:37:35 #162 DONE 3.7s 19:37:36 19:37:36 #159 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:37:36 #159 DONE 8.7s 19:37:36 19:37:36 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:37:36 #161 DONE 0.8s 19:37:36 19:37:36 #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:37:36 #163 ... 19:37:36 19:37:36 #164 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:36 #164 DONE 0.9s 19:37:36 19:37:36 #165 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:36 #165 ... 19:37:36 19:37:36 #166 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:37:36 #166 DONE 0.7s 19:37:37 19:37:37 #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:37:37 #163 DONE 0.8s 19:37:37 19:37:37 #167 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:37:37 #167 ... 19:37:37 19:37:37 #168 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:37:37 #168 DONE 0.8s 19:37:37 19:37:37 #169 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:37 #169 ... 19:37:37 19:37:37 #165 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:37 #165 DONE 1.2s 19:37:37 19:37:37 #170 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:37:38 #170 ... 19:37:38 19:37:38 #169 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:38 #169 DONE 1.9s 19:37:38 19:37:38 #167 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:37:38 #167 DONE 1.8s 19:37:38 19:37:38 #171 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:37:38 #171 DONE 1.5s 19:37:38 19:37:38 #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 19:37:47 #172 ... 19:37:47 19:37:47 #173 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:37:47 #173 ... 19:37:47 19:37:47 #174 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:37:48 #174 ... 19:37:48 19:37:48 #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 19:37:49 #175 ... 19:37:49 19:37:49 #173 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:37:49 #173 DONE 13.3s 19:37:49 19:37:49 #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 19:37:49 #172 ... 19:37:49 19:37:49 #176 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:37:50 #176 ... 19:37:50 19:37:50 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:37:50 #147 DONE 160.9s 19:37:50 19:37:50 #170 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:37:50 #170 DONE 13.0s 19:37:50 19:37:50 #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:37:50 #158 DONE 161.1s 19:37:50 19:37:50 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:37:50 #153 ... 19:37:50 19:37:50 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:37:50 #149 DONE 161.2s 19:37:50 19:37:50 #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:37:50 #177 CACHED 19:37:50 19:37:50 #178 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:37:50 #178 CACHED 19:37:50 19:37:50 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:37:50 #152 DONE 161.2s 19:37:50 19:37:50 #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:37:50 #179 ... 19:37:50 19:37:50 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:37:50 #156 DONE 161.3s 19:37:50 19:37:50 #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:37:50 #155 DONE 161.3s 19:37:50 19:37:50 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:37:50 #153 DONE 161.3s 19:37:50 19:37:50 #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 19:37:50 #175 DONE 12.2s 19:37:50 19:37:50 #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 19:37:50 #172 DONE 12.2s 19:37:51 19:37:51 #180 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:37:51 #180 CACHED 19:37:51 19:37:51 #181 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:37:51 #181 CACHED 19:37:51 19:37:51 #174 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:37:51 #174 DONE 12.4s 19:37:51 19:37:51 #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:37:51 #182 ... 19:37:51 19:37:51 #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:51 #183 CACHED 19:37:51 19:37:51 #184 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:51 #184 CACHED 19:37:51 19:37:51 #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:37:51 #185 CACHED 19:37:51 19:37:51 #186 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:37:51 #186 CACHED 19:37:51 19:37:51 #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:37:51 #157 DONE 161.7s 19:37:51 19:37:51 #187 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:37:51 #187 ... 19:37:51 19:37:51 #176 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:37:51 #176 DONE 1.9s 19:37:51 19:37:51 #188 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:37:52 #188 ... 19:37:52 19:37:52 #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:37:52 #179 DONE 1.3s 19:37:52 19:37:52 #189 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:37:52 #189 ... 19:37:52 19:37:52 #190 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:37:52 #190 DONE 1.9s 19:37:52 19:37:52 #92 [security-spiffe-token-provider] exporting to image 19:37:52 #92 exporting layers 19:37:52 #92 ... 19:37:52 19:37:52 #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:37:52 #182 DONE 1.7s 19:37:52 19:37:52 #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:37:52 #191 DONE 1.8s 19:37:52 19:37:52 #192 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:37:52 #192 DONE 1.7s 19:37:52 19:37:52 #193 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:52 #193 DONE 1.7s 19:37:52 19:37:52 #194 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 19:37:52 #194 DONE 1.6s 19:37:52 19:37:52 #195 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:37:52 #195 DONE 1.7s 19:37:52 19:37:52 #187 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:37:52 #187 DONE 1.6s 19:37:52 19:37:52 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:52 #196 DONE 1.7s 19:37:52 19:37:52 #197 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:37:52 #197 DONE 0.2s 19:37:52 19:37:52 #188 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:37:52 #188 DONE 1.1s 19:37:52 19:37:52 #198 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:37:52 #198 DONE 1.7s 19:37:52 19:37:52 #199 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:37:53 #199 ... 19:37:53 19:37:53 #189 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:37:53 #189 DONE 1.2s 19:37:53 19:37:53 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:37:53 #200 ... 19:37:53 19:37:53 #201 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:37:53 #201 DONE 0.7s 19:37:53 19:37:53 #202 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:53 #202 DONE 0.7s 19:37:53 19:37:53 #203 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:53 #203 CACHED 19:37:53 19:37:53 #204 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:53 #204 CACHED 19:37:53 19:37:53 #205 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:37:53 #205 DONE 0.7s 19:37:53 19:37:53 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:53 #206 DONE 0.7s 19:37:53 19:37:53 #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 19:37:53 #207 DONE 0.8s 19:37:53 19:37:53 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:37:53 #208 DONE 0.7s 19:37:53 19:37:53 #199 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:37:53 #199 DONE 0.7s 19:37:53 19:37:53 #209 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:37:53 #209 DONE 0.7s 19:37:53 19:37:53 #210 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:37:54 #210 ... 19:37:54 19:37:54 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:37:54 #200 DONE 0.8s 19:37:54 19:37:54 #92 [support-scheduler] exporting to image 19:37:54 #92 writing image sha256:31752f1de58cc03b042671bb0d28640cc0c0ddccaf86975c8891c8cef1ca7cc4 19:37:54 #92 ... 19:37:54 19:37:54 #211 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 19:37:54 #211 DONE 1.0s 19:37:54 19:37:54 #212 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:37:54 #212 DONE 1.0s 19:37:54 19:37:54 #213 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:37:54 #213 DONE 1.0s 19:37:54 19:37:54 #92 [security-spiffe-token-provider] exporting to image 19:37:54 #92 exporting layers 0.9s done 19:37:54 #92 writing image sha256:31752f1de58cc03b042671bb0d28640cc0c0ddccaf86975c8891c8cef1ca7cc4 0.2s done 19:37:54 #92 naming to docker.io/library/security-spiffe-token-provider done 19:37:54 #92 ... 19:37:54 19:37:54 #214 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:54 #214 DONE 1.8s 19:37:54 19:37:54 #215 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:37:54 #215 DONE 1.0s 19:37:54 19:37:54 #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:37:54 #216 DONE 1.0s 19:37:54 19:37:54 #217 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 19:37:54 #217 DONE 1.0s 19:37:54 19:37:54 #210 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:37:54 #210 DONE 1.0s 19:37:54 19:37:54 #92 [core-keeper] exporting to image 19:37:54 #92 exporting layers 0.2s done 19:37:54 #92 writing image sha256:49cf0638e48006b352d1361271c7e2bbd1cc60a6e00bcefbfca26f5431a14447 19:37:54 #92 ... 19:37:54 19:37:54 #218 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 19:37:54 #218 DONE 0.3s 19:37:54 19:37:54 #219 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:37:54 #219 DONE 0.3s 19:37:54 19:37:54 #220 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:37:54 #220 DONE 0.3s 19:37:54 19:37:54 #221 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:37:54 #221 DONE 0.3s 19:37:54 19:37:54 #222 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:37:54 #222 DONE 0.3s 19:37:54 19:37:54 #223 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:54 #223 DONE 1.3s 19:37:54 19:37:54 #92 [security-proxy-setup] exporting to image 19:37:54 #92 writing image sha256:49cf0638e48006b352d1361271c7e2bbd1cc60a6e00bcefbfca26f5431a14447 0.0s done 19:37:54 #92 naming to docker.io/library/core-command done 19:37:55 #92 writing image sha256:f0d30cc4d8ec27595da247cfb17abbc89b0f1100e02f75bee452ba861569b688 19:37:55 #92 writing image sha256:6c73d66756685d2b0603f51597bd2c869cc4ceab152a6dd1ab2f90a998424aea 19:37:55 #92 writing image sha256:d32e0351a8b913a07ecca902b7067c008f05ccb215892a7e48f23d66151e6045 19:37:55 #92 writing image sha256:f16ad69774f81401908818a65666cd675095046c16ec0dd3245fe8fdd71841b7 0.0s done 19:37:55 #92 naming to docker.io/library/core-keeper 0.0s done 19:37:55 #92 ... 19:37:55 19:37:55 #224 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:37:55 #224 DONE 0.2s 19:37:55 19:37:55 #92 [core-common-config-bootstrapper] exporting to image 19:37:55 #92 exporting layers 0.3s done 19:37:55 #92 writing image sha256:f0d30cc4d8ec27595da247cfb17abbc89b0f1100e02f75bee452ba861569b688 0.1s done 19:37:55 #92 writing image sha256:6c73d66756685d2b0603f51597bd2c869cc4ceab152a6dd1ab2f90a998424aea 0.1s done 19:37:55 #92 writing image sha256:d32e0351a8b913a07ecca902b7067c008f05ccb215892a7e48f23d66151e6045 0.2s done 19:37:55 #92 naming to docker.io/library/core-metadata done 19:37:55 #92 naming to docker.io/library/support-scheduler done 19:37:55 #92 naming to docker.io/library/core-common-config-bootstrapper done 19:37:55 #92 writing image sha256:338457ef0b431291524ccd433e54a2fde51505b954ff7c27e0cb4bda837dc689 19:37:55 #92 ... 19:37:55 19:37:55 #225 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:55 #225 DONE 1.1s 19:37:55 19:37:55 #226 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:37:55 #226 DONE 0.2s 19:37:55 19:37:55 #92 [support-cron-scheduler] exporting to image 19:37:55 #92 exporting layers 0.4s done 19:37:55 #92 writing image sha256:338457ef0b431291524ccd433e54a2fde51505b954ff7c27e0cb4bda837dc689 0.1s done 19:37:55 #92 naming to docker.io/library/support-cron-scheduler done 19:37:55 #92 writing image sha256:5bd5db70ee284398d2b2fb3445724e2c4ed521d419bbaad29c65776dd90a4d7f 19:37:55 #92 ... 19:37:55 19:37:55 #227 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:37:55 #227 DONE 0.1s 19:37:55 19:37:55 #92 [support-notifications] exporting to image 19:37:55 #92 exporting layers 0.6s done 19:37:55 #92 writing image sha256:5bd5db70ee284398d2b2fb3445724e2c4ed521d419bbaad29c65776dd90a4d7f 0.0s done 19:37:55 #92 naming to docker.io/library/core-data done 19:37:55 #92 writing image sha256:b3c33762955b7d9594d4e2248b9977d84e283ec2a2085504ab95505c4bd8ce8b 0.1s done 19:37:55 #92 naming to docker.io/library/support-notifications done 19:37:55 #92 writing image sha256:4a341bd8cfb4e0dd7fa00b7d829529388bb426cc9c8cde7a0315acb6110a09f4 19:37:55 #92 exporting layers 0.2s done 19:37:55 #92 writing image sha256:4a341bd8cfb4e0dd7fa00b7d829529388bb426cc9c8cde7a0315acb6110a09f4 0.0s done 19:37:55 #92 naming to docker.io/library/security-proxy-setup done 19:37:55 #92 writing image sha256:46ee6a56514217fa408ade8f068fe1936fb79786a0ad853f1fd7c23c985c5920 done 19:37:55 #92 naming to docker.io/library/security-proxy-auth 0.0s done 19:37:55 #92 DONE 4.3s 19:37:55 19:37:55 #228 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:55 #228 DONE 0.7s 19:37:55 19:37:55 #229 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:37:55 #229 DONE 0.4s 19:37:55 19:37:55 #92 [security-bootstrapper] exporting to image 19:37:55 #92 writing image sha256:86997d1f3a0e8a66dc1c26675704f413af0fcb737286e75af468e816741e8b90 done 19:37:55 #92 naming to docker.io/library/security-secretstore-setup done 19:37:55 #92 exporting layers 0.2s done 19:37:55 #92 writing image sha256:55316e3bb6306e0e67df52aff01031a496e4a76d88688c6ebb383b1ffb84f9ad done 19:37:55 #92 naming to docker.io/library/security-bootstrapper done 19:37:55 #92 DONE 4.6s 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:55 time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:37:55 $ docker stop --time=1 330bb8605ada9a3ff851012efa6377d28bc95ad6891c4041666a16b701c11376 19:37:57 $ docker rm -f --volumes 330bb8605ada9a3ff851012efa6377d28bc95ad6891c4041666a16b701c11376 [Pipeline] // withDockerContainer [Pipeline] sh 19:37:57 + docker images 19:37:57 REPOSITORY TAG IMAGE ID CREATED SIZE 19:37:57 security-bootstrapper latest 55316e3bb630 2 seconds ago 18.9MB 19:37:57 security-secretstore-setup latest 86997d1f3a0e 2 seconds ago 36.9MB 19:37:57 security-proxy-auth latest 46ee6a565142 2 seconds ago 33MB 19:37:57 core-metadata latest f0d30cc4d8ec 3 seconds ago 39.6MB 19:37:57 core-common-config-bootstrapper latest d32e0351a8b9 3 seconds ago 15.2MB 19:37:57 support-cron-scheduler latest 338457ef0b43 3 seconds ago 42.1MB 19:37:57 core-data latest 5bd5db70ee28 3 seconds ago 39.5MB 19:37:57 support-notifications latest b3c33762955b 3 seconds ago 42.4MB 19:37:57 core-keeper latest f16ad69774f8 3 seconds ago 39.4MB 19:37:57 security-proxy-setup latest 4a341bd8cfb4 3 seconds ago 26.2MB 19:37:57 support-scheduler latest 6c73d6675668 4 seconds ago 41.8MB 19:37:57 core-command latest 49cf0638e480 5 seconds ago 35.4MB 19:37:57 security-spiffe-token-provider latest 31752f1de58c 6 seconds ago 28.8MB 19:37:57 security-spire-agent latest 79e1719c38d1 3 minutes ago 182MB 19:37:57 security-spire-server latest 4784431dd77b 3 minutes ago 121MB 19:37:57 security-spire-config latest 311713f4fec5 3 minutes ago 120MB 19:37:57 ci-base-image-x86_64 latest be20a657c030 7 minutes ago 969MB 19:37:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB 19:37:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 19:37:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years 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] } 19:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:39:20 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 19:39:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:39:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:39:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.118s coverage: 28.7% of statements 19:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.180s coverage: 97.0% of statements 19:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:39:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.265s coverage: 69.2% of statements 19:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.212s coverage: 53.2% of statements 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 19:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 19:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 19:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 19:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 9.606s coverage: 93.4% of statements 19:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.259s coverage: 91.7% of statements 19:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.217s coverage: 6.5% of statements 19:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 19:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.661s coverage: 95.8% of statements 19:40:28 ok github.com/edgexfoundry/edgex-go/internal/io 1.100s coverage: 72.2% of statements 19:40:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.090s coverage: 0.0% of statements [no tests to run] 19:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:40:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.301s coverage: 0.8% of statements 19:40:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.147s coverage: 32.2% of statements 19:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.149s coverage: 41.7% of statements 19:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.106s coverage: 77.8% of statements 19:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.097s coverage: 94.1% of statements 19:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.123s coverage: 96.3% of statements 19:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.098s coverage: 87.5% of statements 19:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.112s coverage: 94.4% of statements 19:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.879s coverage: 79.9% of statements 19:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.158s coverage: 92.9% of statements 19:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.082s coverage: 64.4% of statements 19:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.114s coverage: 62.3% of statements 19:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.095s coverage: 87.2% of statements 19:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.071s coverage: 20.0% of statements 19:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.068s coverage: 100.0% of statements 19:41:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.339s coverage: 81.8% of statements 19:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.289s coverage: 82.1% of statements 19:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.125s coverage: 86.0% of statements 19:41:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:41:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.700s coverage: 63.1% of statements 19:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.133s coverage: 100.0% of statements 19:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.114s coverage: 89.4% of statements 19:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.088s coverage: 100.0% of statements 19:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.070s coverage: 73.7% of statements 19:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.067s coverage: 100.0% of statements 19:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.655s coverage: 38.4% of statements 19:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.115s coverage: 89.5% of statements 19:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 19:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 19:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 19:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.098s coverage: 84.8% of statements 19:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:41:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:41:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.177s coverage: 19.9% of statements 19:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:41:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.493s coverage: 95.7% of statements 19:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:41:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.168s coverage: 61.8% of statements 19:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:42:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.282s coverage: 98.9% of statements 19:42:02 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:42:02 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:42:02 go vet ./... 19:46:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:46:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:46:24 ./bin/test-attribution-txt.sh [Pipeline] echo 19:46:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:46:24 + ls -al . 19:46:24 total 860 19:46:24 drwxrwxr-x 10 1001 1001 4096 Jul 31 19:34 . 19:46:24 drwxr-xr-x 4 root root 4096 Jul 31 19:34 .. 19:46:24 drwxrwxr-x 2 1001 1001 4096 Jul 31 19:32 .blubracket 19:46:24 -rw-rw-r-- 1 1001 1001 10 Jul 31 19:32 .dockerignore 19:46:24 drwxrwxr-x 8 1001 1001 4096 Jul 31 19:32 .git 19:46:24 drwxrwxr-x 3 1001 1001 4096 Jul 31 19:32 .github 19:46:24 -rw-rw-r-- 1 1001 1001 1102 Jul 31 19:32 .gitignore 19:46:24 -rw-rw-r-- 1 1001 1001 42 Jul 31 19:32 .golangci.yml 19:46:24 -rw-rw-r-- 1 1001 1001 100 Jul 31 19:32 .hadolint.yml 19:46:24 -rw-rw-r-- 1 1001 1001 155 Jul 31 19:32 .sonarcloud.properties 19:46:24 -rw-rw-r-- 1 1001 1001 1171 Jul 31 19:32 ADOPTERS.md 19:46:24 -rw-rw-r-- 1 1001 1001 20806 Jul 31 19:32 Attribution.txt 19:46:24 -rw-rw-r-- 1 1001 1001 100284 Jul 31 19:32 CHANGELOG.md 19:46:24 -rw-rw-r-- 1 1001 1001 3804 Jul 31 19:32 CONTRIBUTING.md 19:46:24 -rw-rw-r-- 1 1001 1001 677 Jul 31 19:32 GOVERNANCE.md 19:46:24 -rw-rw-r-- 1 1001 1001 861 Jul 31 19:32 Jenkinsfile 19:46:24 -rw-rw-r-- 1 1001 1001 10775 Jul 31 19:32 LICENSE 19:46:24 -rw-rw-r-- 1 1001 1001 16854 Jul 31 19:32 Makefile 19:46:24 -rw-rw-r-- 1 1001 1001 582 Jul 31 19:32 OWNERS.md 19:46:24 -rw-rw-r-- 1 1001 1001 9528 Jul 31 19:32 README.md 19:46:24 -rw-rw-r-- 1 1001 1001 789 Jul 31 19:32 SECURITY.md 19:46:24 -rw-rw-r-- 1 1001 1001 5 Jul 31 19:29 VERSION 19:46:24 drwxrwxr-x 2 1001 1001 4096 Jul 31 19:32 bin 19:46:24 drwxrwxr-x 20 1001 1001 4096 Jul 31 19:32 cmd 19:46:24 -rw-r--r-- 1 root root 497982 Jul 31 19:41 coverage.out 19:46:24 drwxrwxr-x 2 1001 1001 4096 Jul 31 19:32 fuzz_test 19:46:24 -rw-rw-r-- 1 1001 1001 7118 Jul 31 19:32 go.mod 19:46:24 -rw-rw-r-- 1 1001 1001 101672 Jul 31 19:32 go.sum 19:46:24 drwxrwxr-x 7 1001 1001 4096 Jul 31 19:32 internal 19:46:24 drwxrwxr-x 3 1001 1001 4096 Jul 31 19:32 openapi 19:46:24 -rw-rw-r-- 1 1001 1001 584 Jul 31 19:32 security.txt 19:46:24 -rw-rw-r-- 1 1001 1001 204 Jul 31 19:32 version.go [Pipeline] sh 19:46:24 + '[' -e coverage.out ] 19:46:24 + chown 1001:1001 coverage.out [Pipeline] stash 19:46:24 Warning: overwriting stash ‘coverage-report’ 19:46:25 Stashed 1 file(s) [Pipeline] sh 19:46:25 + make build 19:46:26 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:49:33 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:49:39 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:49:47 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:49: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-keeper/core-keeper ./cmd/core-keeper 19:50:00 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:50:27 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:50:37 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:50: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:50: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 19:50:59 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:51:02 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:51:05 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:51: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] } 19:51:14 $ docker stop --time=1 c2acfe34580a50d8a86167a1b5f5a454103e5e0654b414706cd0cf1ed03c4449 19:51:16 $ docker rm -f --volumes c2acfe34580a50d8a86167a1b5f5a454103e5e0654b414706cd0cf1ed03c4449 [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:51:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:51:20 19:51:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:51:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:51:21 latest: Pulling from edgex-devops/edgex-compose-arm64 19:51:21 547446be3368: Pulling fs layer 19:51:21 d125d8839a47: Pulling fs layer 19:51:21 3e85d5ac6304: Pulling fs layer 19:51:21 c3105a71a48b: Pulling fs layer 19:51:21 0f093f025ec4: Pulling fs layer 19:51:21 c3106fc0e877: Pulling fs layer 19:51:21 c3105a71a48b: Waiting 19:51:21 0f093f025ec4: Waiting 19:51:21 c3106fc0e877: Waiting 19:51:21 547446be3368: Verifying Checksum 19:51:21 547446be3368: Download complete 19:51:21 c3105a71a48b: Verifying Checksum 19:51:21 c3105a71a48b: Download complete 19:51:21 d125d8839a47: Verifying Checksum 19:51:21 d125d8839a47: Download complete 19:51:21 c3106fc0e877: Download complete 19:51:22 0f093f025ec4: Verifying Checksum 19:51:22 0f093f025ec4: Download complete 19:51:22 547446be3368: Pull complete 19:51:23 d125d8839a47: Pull complete 19:51:23 3e85d5ac6304: Verifying Checksum 19:51:23 3e85d5ac6304: Download complete 19:51:33 3e85d5ac6304: Pull complete 19:51:33 c3105a71a48b: Pull complete 19:51:34 0f093f025ec4: Pull complete 19:51:35 c3106fc0e877: Pull complete 19:51:35 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 19:51:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:51:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:51:35 prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container 19:51:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:51:37 $ docker top b21ed58f68401638b285ffbc70dfae5cc4d20ab00215a8c80bffa9b224ae0129 -eo pid,comm [Pipeline] { [Pipeline] sh 19:51:38 + docker compose -f ./docker-compose-build.yml build --parallel 19:51:48 #1 [core-data internal] load build definition from Dockerfile 19:51:48 #1 transferring dockerfile: 2.01kB 0.0s done 19:51:48 #1 DONE 0.1s 19:51:48 19:51:48 #2 [security-spire-server internal] load build definition from Dockerfile 19:51:48 #2 transferring dockerfile: 1.70kB done 19:51:48 #2 DONE 0.0s 19:51:48 19:51:48 #3 [support-scheduler internal] load build definition from Dockerfile 19:51:48 #3 transferring dockerfile: 1.93kB done 19:51:48 #3 DONE 0.1s 19:51:48 19:51:48 #4 [security-bootstrapper internal] load build definition from Dockerfile 19:51:48 #4 transferring dockerfile: 2.93kB 0.0s done 19:51:48 #4 DONE 0.1s 19:51:48 19:51:48 #5 [core-keeper internal] load build definition from Dockerfile 19:51:48 #5 transferring dockerfile: 2.01kB 0.0s done 19:51:48 #5 DONE 0.1s 19:51:48 19:51:48 #6 [security-spire-agent internal] load build definition from Dockerfile 19:51:48 #6 transferring dockerfile: 1.81kB done 19:51:48 #6 DONE 0.1s 19:51:48 19:51:48 #7 [support-cron-scheduler internal] load build definition from Dockerfile 19:51:48 #7 transferring dockerfile: 1.85kB done 19:51:48 #7 DONE 0.1s 19:51:48 19:51:48 #8 [support-notifications internal] load build definition from Dockerfile 19:51:48 #8 transferring dockerfile: 1.95kB done 19:51:48 #8 DONE 0.1s 19:51:48 19:51:48 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:51:48 #9 transferring dockerfile: 2.23kB 0.0s done 19:51:48 #9 DONE 0.1s 19:51:48 19:51:48 #10 [security-proxy-setup internal] load build definition from Dockerfile 19:51:48 #10 transferring dockerfile: 2.50kB done 19:51:48 #10 DONE 0.1s 19:51:48 19:51:48 #11 [security-spire-config internal] load build definition from Dockerfile 19:51:48 #11 transferring dockerfile: 1.69kB done 19:51:48 #11 DONE 0.1s 19:51:48 19:51:48 #12 [core-command internal] load build definition from Dockerfile 19:51:48 #12 transferring dockerfile: 1.93kB 0.0s done 19:51:48 #12 DONE 0.1s 19:51:48 19:51:48 #13 [security-proxy-auth internal] load build definition from Dockerfile 19:51:49 #13 transferring dockerfile: 2.15kB done 19:51:49 #13 DONE 0.1s 19:51:49 19:51:49 #14 [security-secretstore-setup internal] load build definition from Dockerfile 19:51:49 #14 transferring dockerfile: 2.49kB done 19:51:49 #14 DONE 0.1s 19:51:49 19:51:49 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:51:49 #15 transferring dockerfile: 1.89kB done 19:51:49 #15 DONE 0.1s 19:51:49 19:51:49 #16 [core-metadata internal] load build definition from Dockerfile 19:51:49 #16 transferring dockerfile: 2.06kB done 19:51:49 #16 DONE 0.1s 19:51:49 19:51:49 #17 [core-data internal] load .dockerignore 19:51:49 #17 transferring context: 50B done 19:51:49 #17 DONE 0.1s 19:51:50 19:51:50 #18 [security-spire-server internal] load .dockerignore 19:51:50 #18 transferring context: 50B done 19:51:50 #18 DONE 0.0s 19:51:50 19:51:50 #19 [support-scheduler internal] load .dockerignore 19:51:50 #19 transferring context: 50B done 19:51:50 #19 DONE 0.0s 19:51:50 19:51:50 #20 [security-bootstrapper internal] load .dockerignore 19:51:50 #20 transferring context: 50B done 19:51:50 #20 DONE 0.1s 19:51:50 19:51:50 #21 [core-keeper internal] load .dockerignore 19:51:50 #21 transferring context: 50B done 19:51:50 #21 DONE 0.1s 19:51:50 19:51:50 #22 [security-spire-agent internal] load .dockerignore 19:51:50 #22 transferring context: 50B done 19:51:50 #22 DONE 0.1s 19:51:50 19:51:50 #23 [support-cron-scheduler internal] load .dockerignore 19:51:50 #23 transferring context: 50B done 19:51:50 #23 DONE 0.1s 19:51:50 19:51:50 #24 [support-notifications internal] load .dockerignore 19:51:50 #24 transferring context: 50B done 19:51:50 #24 DONE 0.0s 19:51:50 19:51:50 #25 [core-common-config-bootstrapper internal] load .dockerignore 19:51:50 #25 transferring context: 50B done 19:51:50 #25 DONE 0.1s 19:51:50 19:51:50 #26 [security-proxy-setup internal] load .dockerignore 19:51:50 #26 transferring context: 50B done 19:51:50 #26 DONE 0.1s 19:51:50 19:51:50 #27 [security-spire-config internal] load .dockerignore 19:51:50 #27 transferring context: 50B done 19:51:50 #27 DONE 0.1s 19:51:50 19:51:50 #28 [core-command internal] load .dockerignore 19:51:50 #28 transferring context: 50B done 19:51:50 #28 DONE 0.1s 19:51:50 19:51:50 #29 [security-proxy-auth internal] load .dockerignore 19:51:50 #29 transferring context: 50B 0.0s done 19:51:50 #29 DONE 0.1s 19:51:50 19:51:50 #30 [security-secretstore-setup internal] load .dockerignore 19:51:50 #30 transferring context: 50B 0.0s done 19:51:50 #30 DONE 0.1s 19:51:50 19:51:50 #31 [security-spiffe-token-provider internal] load .dockerignore 19:51:50 #31 transferring context: 50B 0.0s done 19:51:50 #31 DONE 0.1s 19:51:50 19:51:50 #32 [core-metadata internal] load .dockerignore 19:51:50 #32 transferring context: 50B done 19:51:50 #32 DONE 0.0s 19:51:51 19:51:51 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:51 #33 DONE 0.0s 19:51:51 19:51:51 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 19:51:51 #34 DONE 0.1s 19:51:51 19:51:51 #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:51 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:51 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:51 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:51 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:51 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.10MB / 3.34MB 0.1s 19:51:51 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:51 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 19:51:52 #35 ... 19:51:52 19:51:52 #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:52 #36 DONE 0.8s 19:51:52 19:51:52 #37 [core-data internal] load build context 19:51:52 #37 ... 19:51:52 19:51:52 #38 [core-data builder 2/7] WORKDIR /edgex-go 19:51:52 #38 DONE 0.2s 19:51:52 19:51:52 #37 [core-data internal] load build context 19:51:52 #37 ... 19:51:52 19:51:52 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:52 #33 DONE 0.0s 19:51:52 19:51:52 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 19:51:52 #34 DONE 0.2s 19:51:52 19:51:52 #37 [core-data internal] load build context 19:51:52 #37 ... 19:51:52 19:51:52 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:52 #33 DONE 0.0s 19:51:52 19:51:52 #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:51:52 #34 DONE 0.3s 19:51:52 19:51:52 #36 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:52 #36 DONE 1.5s 19:51:52 19:51:52 #38 [support-scheduler builder 2/7] WORKDIR /edgex-go 19:51:52 #38 DONE 0.5s 19:51:52 19:51:52 #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:52 #36 DONE 1.5s 19:51:52 19:51:52 #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 19:51:52 #38 DONE 0.5s 19:51:52 19:51:52 #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:52 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:52 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:52 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:52 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:52 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:52 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:52 #35 ... 19:51:52 19:51:52 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:52 #33 DONE 0.0s 19:51:52 19:51:52 #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:52 #36 DONE 1.5s 19:51:52 19:51:52 #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 19:51:52 #34 DONE 0.5s 19:51:52 19:51:52 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 19:51:52 #38 DONE 0.5s 19:51:52 19:51:52 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:52 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:52 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:52 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:52 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:52 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:52 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:53 #35 ... 19:51:53 19:51:53 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:53 #33 DONE 0.0s 19:51:53 19:51:53 #39 [core-keeper internal] load build context 19:51:53 #39 ... 19:51:53 19:51:53 #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:53 #36 DONE 1.6s 19:51:53 19:51:53 #38 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go 19:51:53 #38 DONE 0.6s 19:51:53 19:51:53 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:53 #33 DONE 0.0s 19:51:53 19:51:53 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 19:51:53 #34 DONE 0.7s 19:51:53 19:51:53 #39 [core-keeper internal] load build context 19:51:53 #39 ... 19:51:53 19:51:53 #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:53 #36 DONE 1.6s 19:51:53 19:51:53 #38 [support-notifications builder 2/7] WORKDIR /edgex-go 19:51:53 #38 DONE 0.6s 19:51:53 19:51:53 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:53 #33 DONE 0.0s 19:51:53 19:51:53 #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:51:53 #40 DONE 1.0s 19:51:53 19:51:53 #39 [core-keeper internal] load build context 19:51:53 #39 ... 19:51:53 19:51:53 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:53 #33 DONE 0.0s 19:51:53 19:51:53 #41 [security-spire-server internal] load build context 19:51:53 #41 transferring context: 27.23kB 0.1s done 19:51:53 #41 DONE 0.2s 19:51:53 19:51:53 #39 [core-keeper internal] load build context 19:51:53 #39 ... 19:51:53 19:51:53 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 19:51:53 #34 DONE 1.1s 19:51:53 19:51:53 #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:53 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:53 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:53 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:53 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:53 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:53 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:53 #35 DONE 3.3s 19:51:53 19:51:53 #39 [core-keeper internal] load build context 19:51:53 #39 ... 19:51:53 19:51:53 #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:53 #36 DONE 1.6s 19:51:53 19:51:53 #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 19:51:53 #38 DONE 0.6s 19:51:53 19:51:53 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:53 #33 DONE 0.0s 19:51:53 19:51:53 #42 [security-proxy-setup internal] load build context 19:51:53 #42 DONE 0.0s 19:51:53 19:51:53 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:53 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:53 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:53 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:53 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:53 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:53 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:53 #35 DONE 3.4s 19:51:53 19:51:53 #39 [core-keeper internal] load build context 19:51:54 #39 ... 19:51:54 19:51:54 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:54 #33 DONE 0.0s 19:51:54 19:51:54 #39 [core-keeper internal] load build context 19:51:54 #39 ... 19:51:54 19:51:54 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:54 #33 DONE 0.0s 19:51:54 19:51:54 #39 [core-keeper internal] load build context 19:51:54 #39 ... 19:51:54 19:51:54 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:54 #33 DONE 0.0s 19:51:54 19:51:54 #39 [core-keeper internal] load build context 19:51:54 #39 ... 19:51:54 19:51:54 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 19:51:54 #43 DONE 1.6s 19:51:54 19:51:54 #39 [core-keeper internal] load build context 19:51:54 #39 ... 19:51:54 19:51:54 #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:54 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:54 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:54 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:54 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:54 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:54 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:54 #35 DONE 3.4s 19:51:54 19:51:54 #39 [core-keeper internal] load build context 19:51:54 #39 ... 19:51:54 19:51:54 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:51:54 #33 DONE 0.1s 19:51:54 19:51:54 #39 [core-keeper internal] load build context 19:51:55 #39 ... 19:51:55 19:51:55 #40 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:51:55 #40 DONE 2.4s 19:51:55 19:51:55 #39 [core-keeper internal] load build context 19:51:55 #39 ... 19:51:55 19:51:55 #35 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:55 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:55 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:55 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:55 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:55 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:55 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:55 #35 DONE 3.4s 19:51:55 19:51:55 #39 [core-keeper internal] load build context 19:51:56 #39 ... 19:51:56 19:51:56 #36 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:56 #36 DONE 1.8s 19:51:56 19:51:56 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 19:51:56 #38 DONE 0.7s 19:51:56 19:51:56 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:56 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:56 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:56 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:56 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:56 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:56 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:56 #35 DONE 3.5s 19:51:56 19:51:56 #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 19:51:56 #34 DONE 2.7s 19:51:56 19:51:56 #44 [security-spiffe-token-provider internal] load build context 19:51:56 #44 DONE 0.0s 19:51:56 19:51:56 #39 [core-keeper internal] load build context 19:51:56 #39 ... 19:51:56 19:51:56 #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:56 #36 DONE 1.8s 19:51:56 19:51:56 #38 [core-metadata builder 2/7] WORKDIR /edgex-go 19:51:56 #38 DONE 0.7s 19:51:56 19:51:56 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:56 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:56 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:56 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:56 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:56 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:56 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:56 #35 DONE 3.5s 19:51:56 19:51:56 #45 [security-spire-agent internal] load build context 19:51:56 #45 transferring context: 26.76kB 0.5s done 19:51:56 #45 DONE 1.5s 19:51:56 19:51:56 #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:51:56 #36 DONE 1.8s 19:51:56 19:51:56 #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 19:51:56 #38 DONE 0.7s 19:51:56 19:51:56 #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 19:51:56 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 19:51:56 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 19:51:56 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 19:51:56 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 19:51:56 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 19:51:56 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done 19:51:56 #35 DONE 3.5s 19:51:56 19:51:56 #46 [security-proxy-auth internal] load build context 19:51:57 #46 ... 19:51:57 19:51:57 #47 [security-spire-config internal] load build context 19:51:57 #47 transferring context: 25.48kB 0.2s done 19:51:57 #47 DONE 1.9s 19:51:57 19:51:57 #48 [support-scheduler internal] load build context 19:51:58 #48 ... 19:51:58 19:51:58 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:51:58 #49 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.6s done 19:51:58 #49 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:51:58 #49 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 19:51:58 #49 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 19:51:58 #49 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.6s 19:51:58 #49 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.6s 19:51:58 #49 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.6s 19:51:58 #49 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 3.0s done 19:51:58 #49 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 19:51:58 #49 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 3.1s done 19:51:58 #49 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done 19:51:58 #49 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 3.4s done 19:51:59 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 4.5s 19:52:02 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.06MB / 28.04MB 6.6s 19:52:02 #49 ... 19:52:02 19:52:02 #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 19:52:02 #0 6.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:02 #0 7.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:02 #0 8.704 OK: 266 MiB in 52 packages 19:52:02 #50 ... 19:52:02 19:52:02 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:02 #49 ... 19:52:02 19:52:02 #51 [security-bootstrapper internal] load build context 19:52:02 #51 transferring context: 27.22MB 9.1s 19:52:02 #51 ... 19:52:02 19:52:02 #37 [core-data internal] load build context 19:52:03 #37 ... 19:52:03 19:52:03 #52 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:52:03 #0 8.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:03 #0 9.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:03 #52 ... 19:52:03 19:52:03 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:03 #53 ... 19:52:03 19:52:03 #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 19:52:03 #50 DONE 11.5s 19:52:03 19:52:03 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:03 #49 ... 19:52:03 19:52:03 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:52:03 #0 9.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:03 #0 9.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:03 #54 ... 19:52:03 19:52:03 #55 [support-notifications internal] load build context 19:52:03 #55 ... 19:52:03 19:52:03 #56 [support-cron-scheduler internal] load build context 19:52:03 #56 ... 19:52:03 19:52:03 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:03 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 8.3s 19:52:03 #49 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done 19:52:04 #49 ... 19:52:04 19:52:04 #42 [security-proxy-setup internal] load build context 19:52:04 #42 ... 19:52:04 19:52:04 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:52:04 #57 ... 19:52:04 19:52:04 #58 [core-common-config-bootstrapper internal] load build context 19:52:04 #58 ... 19:52:04 19:52:04 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:04 #49 ... 19:52:04 19:52:04 #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:52:04 #52 10.77 OK: 266 MiB in 52 packages 19:52:04 #52 DONE 11.7s 19:52:04 19:52:04 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:52:04 #59 ... 19:52:04 19:52:04 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:52:04 #0 9.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:04 #60 ... 19:52:04 19:52:04 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:52:04 #61 ... 19:52:04 19:52:04 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:04 #53 DONE 11.7s 19:52:04 19:52:04 #62 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:52:04 #62 ... 19:52:04 19:52:04 #63 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:52:05 #63 ... 19:52:05 19:52:05 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:05 #64 ... 19:52:05 19:52:05 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:52:05 #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 3.5s done 19:52:05 #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 19:52:05 #65 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 19:52:05 #65 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 19:52:05 #65 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 19:52:05 #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 19:52:05 #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 19:52:05 #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.7s done 19:52:05 #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 2.10MB / 18.32MB 3.8s 19:52:05 #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done 19:52:05 #65 ... 19:52:05 19:52:05 #58 [core-common-config-bootstrapper internal] load build context 19:52:06 #58 ... 19:52:06 19:52:06 #44 [security-spiffe-token-provider internal] load build context 19:52:06 #44 ... 19:52:06 19:52:06 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:52:06 #66 ... 19:52:06 19:52:06 #67 [core-metadata internal] load build context 19:52:06 #67 ... 19:52:06 19:52:06 #39 [core-keeper internal] load build context 19:52:06 #39 ... 19:52:06 19:52:06 #68 [security-secretstore-setup internal] load build context 19:52:06 #68 ... 19:52:06 19:52:06 #54 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:52:06 #54 11.90 OK: 266 MiB in 52 packages 19:52:06 #54 DONE 13.1s 19:52:06 19:52:06 #69 [core-command internal] load build context 19:52:06 #69 ... 19:52:06 19:52:06 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:52:06 #70 ... 19:52:06 19:52:06 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:06 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.28MB / 28.04MB 11.0s 19:52:06 #49 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 19:52:06 #49 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 19:52:07 #49 ... 19:52:07 19:52:07 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:52:08 #71 ... 19:52:08 19:52:08 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:08 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 12.6s 19:52:08 #49 ... 19:52:08 19:52:08 #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:52:08 #72 ... 19:52:08 19:52:08 #48 [support-scheduler internal] load build context 19:52:08 #48 transferring context: 32.06MB 15.7s 19:52:08 #48 ... 19:52:08 19:52:08 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:52:08 #60 10.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:08 #60 11.82 (1/1) Installing dumb-init (1.2.5-r2) 19:52:08 #60 11.82 Executing busybox-1.36.1-r7.trigger 19:52:08 #60 11.89 OK: 8 MiB in 16 packages 19:52:08 #60 DONE 13.9s 19:52:08 19:52:08 #48 [support-scheduler internal] load build context 19:52:08 #48 ... 19:52:08 19:52:08 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:08 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.07MB / 28.04MB 13.0s 19:52:09 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 13.6s 19:52:09 #49 ... 19:52:09 19:52:09 #46 [security-proxy-auth internal] load build context 19:52:09 #46 ... 19:52:09 19:52:09 #48 [support-scheduler internal] load build context 19:52:10 #48 ... 19:52:10 19:52:10 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:10 #64 DONE 15.8s 19:52:10 19:52:10 #48 [support-scheduler internal] load build context 19:52:10 #48 ... 19:52:10 19:52:10 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:52:10 #61 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:10 #61 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:10 #61 14.31 (1/2) Installing dumb-init (1.2.5-r2) 19:52:10 #61 14.31 (2/2) Installing su-exec (0.2-r3) 19:52:10 #61 14.31 Executing busybox-1.36.1-r7.trigger 19:52:10 #61 14.31 OK: 8 MiB in 17 packages 19:52:10 #61 DONE 16.4s 19:52:10 19:52:10 #48 [support-scheduler internal] load build context 19:52:13 #48 transferring context: 37.40MB 20.7s 19:52:13 #48 ... 19:52:13 19:52:13 #51 [security-bootstrapper internal] load build context 19:52:13 #51 ... 19:52:13 19:52:13 #63 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:52:13 #63 12.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:13 #63 13.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:13 #63 16.86 (1/1) Installing dumb-init (1.2.5-r2) 19:52:13 #63 16.86 Executing busybox-1.36.1-r7.trigger 19:52:13 #63 17.02 OK: 8 MiB in 16 packages 19:52:13 #63 DONE 19.2s 19:52:13 19:52:13 #51 [security-bootstrapper internal] load build context 19:52:13 #51 ... 19:52:13 19:52:13 #48 [support-scheduler internal] load build context 19:52:13 #48 ... 19:52:13 19:52:13 #37 [core-data internal] load build context 19:52:13 #37 ... 19:52:13 19:52:13 #62 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:52:13 #62 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:13 #62 13.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:13 #62 16.91 (1/2) Installing ca-certificates (20240226-r0) 19:52:13 #62 17.18 (2/2) Installing dumb-init (1.2.5-r2) 19:52:13 #62 17.18 Executing busybox-1.36.1-r7.trigger 19:52:13 #62 17.33 Executing ca-certificates-20240226-r0.trigger 19:52:13 #62 18.08 OK: 9 MiB in 17 packages 19:52:13 #62 DONE 19.1s 19:52:13 19:52:13 #73 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:52:13 #73 ... 19:52:13 19:52:13 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:52:13 #59 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:13 #59 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:13 #59 17.21 (1/4) Installing dumb-init (1.2.5-r2) 19:52:13 #59 17.21 (2/4) Installing openssl (3.1.6-r0) 19:52:13 #59 17.31 (3/4) Installing su-exec (0.2-r3) 19:52:13 #59 17.31 (4/4) Installing yq (4.33.3-r5) 19:52:13 #59 17.96 Executing busybox-1.36.1-r7.trigger 19:52:13 #59 18.15 OK: 18 MiB in 19 packages 19:52:13 #59 DONE 19.3s 19:52:13 19:52:13 #55 [support-notifications internal] load build context 19:52:13 #55 ... 19:52:13 19:52:13 #56 [support-cron-scheduler internal] load build context 19:52:14 #56 ... 19:52:14 19:52:14 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:14 #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 18.0s done 19:52:14 #49 ... 19:52:14 19:52:14 #42 [security-proxy-setup internal] load build context 19:52:14 #42 ... 19:52:14 19:52:14 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:52:14 #66 18.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:15 #66 ... 19:52:15 19:52:15 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:52:15 #57 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:15 #57 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:15 #57 15.19 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:52:15 #57 15.19 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:52:15 #57 15.19 OK: 19946 distinct packages available 19:52:15 #57 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:15 #57 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:15 #57 19.41 (1/5) Installing dumb-init (1.2.5-r2) 19:52:15 #57 19.41 (2/5) Installing musl-obstack (1.2.3-r2) 19:52:15 #57 19.41 (3/5) Installing libucontext (1.2-r2) 19:52:15 #57 19.43 (4/5) Installing gcompat (1.1.0-r1) 19:52:15 #57 19.43 (5/5) Installing openssl (3.1.6-r0) 19:52:15 #57 19.52 Executing busybox-1.36.1-r7.trigger 19:52:15 #57 19.52 OK: 9 MiB in 20 packages 19:52:15 #57 ... 19:52:15 19:52:15 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:15 #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19:52:15 #49 ... 19:52:15 19:52:15 #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:52:15 #57 DONE 21.2s 19:52:15 19:52:15 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:52:15 #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.2s done 19:52:15 #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 19:52:15 #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 4.4s 19:52:15 #65 ... 19:52:15 19:52:15 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:52:15 #74 ... 19:52:15 19:52:15 #42 [security-proxy-setup internal] load build context 19:52:16 #42 ... 19:52:16 19:52:16 #58 [core-common-config-bootstrapper internal] load build context 19:52:16 #58 ... 19:52:16 19:52:16 #44 [security-spiffe-token-provider internal] load build context 19:52:16 #44 ... 19:52:16 19:52:16 #58 [core-common-config-bootstrapper internal] load build context 19:52:16 #58 ... 19:52:16 19:52:16 #67 [core-metadata internal] load build context 19:52:16 #67 ... 19:52:16 19:52:16 #68 [security-secretstore-setup internal] load build context 19:52:16 #68 ... 19:52:16 19:52:16 #39 [core-keeper internal] load build context 19:52:16 #39 ... 19:52:16 19:52:16 #69 [core-command internal] load build context 19:52:17 #69 ... 19:52:17 19:52:17 #39 [core-keeper internal] load build context 19:52:18 #39 transferring context: 59.42MB 25.2s 19:52:18 #39 ... 19:52:18 19:52:18 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:52:18 #75 ... 19:52:18 19:52:18 #39 [core-keeper internal] load build context 19:52:19 #39 ... 19:52:19 19:52:19 #46 [security-proxy-auth internal] load build context 19:52:19 #46 ... 19:52:19 19:52:19 #39 [core-keeper internal] load build context 19:52:20 #39 ... 19:52:20 19:52:20 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 19:52:20 #76 ... 19:52:20 19:52:20 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:52:20 #77 ... 19:52:20 19:52:20 #56 [support-cron-scheduler internal] load build context 19:52:21 #56 ... 19:52:21 19:52:21 #39 [core-keeper internal] load build context 19:52:21 #39 ... 19:52:21 19:52:21 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:52:21 #66 19.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:21 #66 20.52 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:52:21 #66 20.52 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:52:21 #66 20.52 OK: 19953 distinct packages available 19:52:21 #66 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:21 #66 21.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:21 #66 24.23 OK: 266 MiB in 52 packages 19:52:21 #66 DONE 25.5s 19:52:21 19:52:21 #39 [core-keeper internal] load build context 19:52:22 #39 ... 19:52:22 19:52:22 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:52:22 #70 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:22 #70 18.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:22 #70 20.16 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:52:22 #70 20.16 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:52:22 #70 20.16 OK: 19946 distinct packages available 19:52:22 #70 20.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:22 #70 21.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:22 #70 24.40 (1/4) Installing dumb-init (1.2.5-r2) 19:52:22 #70 24.40 (2/4) Installing musl-obstack (1.2.3-r2) 19:52:22 #70 24.40 (3/4) Installing libucontext (1.2-r2) 19:52:22 #70 24.40 (4/4) Installing gcompat (1.1.0-r1) 19:52:22 #70 24.40 Executing busybox-1.36.1-r7.trigger 19:52:22 #70 24.40 OK: 8 MiB in 19 packages 19:52:22 #70 DONE 25.6s 19:52:22 19:52:22 #39 [core-keeper internal] load build context 19:52:23 #39 transferring context: 67.26MB 30.2s 19:52:23 #39 ... 19:52:23 19:52:23 #51 [security-bootstrapper internal] load build context 19:52:23 #51 ... 19:52:23 19:52:23 #78 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade 19:52:23 #78 ... 19:52:23 19:52:23 #37 [core-data internal] load build context 19:52:23 #37 ... 19:52:23 19:52:23 #48 [support-scheduler internal] load build context 19:52:24 #48 ... 19:52:24 19:52:24 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:52:24 #79 ... 19:52:24 19:52:24 #55 [support-notifications internal] load build context 19:52:24 #55 ... 19:52:24 19:52:24 #48 [support-scheduler internal] load build context 19:52:25 #48 ... 19:52:25 19:52:25 #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:52:25 #80 ... 19:52:25 19:52:25 #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:52:25 #72 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:25 #72 21.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:25 #72 24.13 (1/4) Installing ca-certificates (20240226-r0) 19:52:25 #72 24.30 (2/4) Installing dumb-init (1.2.5-r2) 19:52:25 #72 24.30 (3/4) Installing su-exec (0.2-r3) 19:52:25 #72 24.40 (4/4) Installing yq (4.33.3-r5) 19:52:25 #72 24.89 Executing busybox-1.36.1-r7.trigger 19:52:25 #72 24.89 Executing ca-certificates-20240226-r0.trigger 19:52:25 #72 25.54 OK: 18 MiB in 19 packages 19:52:25 #72 DONE 27.0s 19:52:25 19:52:25 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:52:25 #81 ... 19:52:25 19:52:25 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:25 #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.2s 19:52:25 #49 ... 19:52:25 19:52:25 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:52:25 #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 15.2s 19:52:25 #65 ... 19:52:25 19:52:25 #48 [support-scheduler internal] load build context 19:52:26 #48 ... 19:52:26 19:52:26 #42 [security-proxy-setup internal] load build context 19:52:26 #42 ... 19:52:26 19:52:26 #48 [support-scheduler internal] load build context 19:52:26 #48 ... 19:52:26 19:52:26 #44 [security-spiffe-token-provider internal] load build context 19:52:26 #44 ... 19:52:26 19:52:26 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:26 #49 ... 19:52:26 19:52:26 #58 [core-common-config-bootstrapper internal] load build context 19:52:26 #58 ... 19:52:26 19:52:26 #67 [core-metadata internal] load build context 19:52:26 #67 ... 19:52:26 19:52:26 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:52:26 #74 17.20 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:26 #74 18.18 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:26 #74 20.05 OK: 266 MiB in 52 packages 19:52:26 #74 DONE 21.8s 19:52:26 19:52:26 #67 [core-metadata internal] load build context 19:52:26 #67 ... 19:52:26 19:52:26 #68 [security-secretstore-setup internal] load build context 19:52:27 #68 ... 19:52:27 19:52:27 #69 [core-command internal] load build context 19:52:27 #69 ... 19:52:27 19:52:27 #67 [core-metadata internal] load build context 19:52:28 #67 transferring context: 10.21MB 29.9s 19:52:29 #67 ... 19:52:29 19:52:29 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:52:29 #71 21.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:29 #71 22.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:29 #71 25.10 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:52:29 #71 25.10 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:52:29 #71 25.10 OK: 19946 distinct packages available 19:52:29 #71 25.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:29 #71 26.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:29 #71 28.49 (1/11) Installing ca-certificates (20240226-r0) 19:52:29 #71 28.49 (2/11) Installing brotli-libs (1.0.9-r14) 19:52:29 #71 28.49 (3/11) Installing libunistring (1.1-r1) 19:52:29 #71 28.73 (4/11) Installing libidn2 (2.3.4-r1) 19:52:29 #71 28.73 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:52:29 #71 28.73 (6/11) Installing libcurl (8.9.0-r0) 19:52:29 #71 28.73 (7/11) Installing curl (8.9.0-r0) 19:52:29 #71 28.73 (8/11) Installing dumb-init (1.2.5-r2) 19:52:29 #71 28.73 (9/11) Installing musl-obstack (1.2.3-r2) 19:52:29 #71 28.73 (10/11) Installing libucontext (1.2-r2) 19:52:29 #71 28.73 (11/11) Installing gcompat (1.1.0-r1) 19:52:29 #71 28.73 Executing busybox-1.36.1-r7.trigger 19:52:29 #71 28.83 Executing ca-certificates-20240226-r0.trigger 19:52:29 #71 29.35 OK: 13 MiB in 26 packages 19:52:29 #71 DONE 31.0s 19:52:29 19:52:29 #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:52:29 #80 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:29 #80 ... 19:52:29 19:52:29 #46 [security-proxy-auth internal] load build context 19:52:29 #46 ... 19:52:29 19:52:29 #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:52:29 #80 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:31 #80 ... 19:52:31 19:52:31 #56 [support-cron-scheduler internal] load build context 19:52:31 #56 ... 19:52:31 19:52:31 #48 [support-scheduler internal] load build context 19:52:31 #48 ... 19:52:31 19:52:31 #56 [support-cron-scheduler internal] load build context 19:52:31 #56 ... 19:52:31 19:52:31 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:52:31 #0 9.124 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:32 #82 ... 19:52:32 19:52:32 #56 [support-cron-scheduler internal] load build context 19:52:33 #56 transferring context: 72.45MB 39.6s 19:52:33 #56 ... 19:52:33 19:52:33 #39 [core-keeper internal] load build context 19:52:33 #39 ... 19:52:33 19:52:33 #51 [security-bootstrapper internal] load build context 19:52:33 #51 ... 19:52:33 19:52:33 #37 [core-data internal] load build context 19:52:34 #37 ... 19:52:34 19:52:34 #51 [security-bootstrapper internal] load build context 19:52:34 #51 ... 19:52:34 19:52:34 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:52:34 #75 18.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:34 #75 19.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:34 #75 24.67 OK: 8 MiB in 16 packages 19:52:34 #75 DONE 26.0s 19:52:34 19:52:34 #51 [security-bootstrapper internal] load build context 19:52:34 #51 ... 19:52:34 19:52:34 #55 [support-notifications internal] load build context 19:52:34 #55 ... 19:52:34 19:52:34 #37 [core-data internal] load build context 19:52:34 #37 ... 19:52:34 19:52:34 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 19:52:34 #76 14.96 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:34 #76 16.00 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:34 #76 20.59 (1/1) Installing dumb-init (1.2.5-r2) 19:52:34 #76 21.43 Executing busybox-1.36.1-r7.trigger 19:52:34 #76 21.63 OK: 8 MiB in 16 packages 19:52:34 #76 DONE 23.9s 19:52:34 19:52:34 #37 [core-data internal] load build context 19:52:36 #37 ... 19:52:36 19:52:36 #73 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:52:36 #73 14.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:36 #73 15.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:36 #73 21.39 OK: 9 MiB in 17 packages 19:52:36 #73 DONE 22.4s 19:52:36 19:52:36 #37 [core-data internal] load build context 19:52:36 #37 ... 19:52:36 19:52:36 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:52:36 #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 25.3s 19:52:36 #65 ... 19:52:36 19:52:36 #37 [core-data internal] load build context 19:52:36 #37 ... 19:52:36 19:52:36 #42 [security-proxy-setup internal] load build context 19:52:36 #42 ... 19:52:36 19:52:36 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:52:36 #65 ... 19:52:36 19:52:36 #44 [security-spiffe-token-provider internal] load build context 19:52:36 #44 ... 19:52:36 19:52:36 #58 [core-common-config-bootstrapper internal] load build context 19:52:37 #58 ... 19:52:37 19:52:37 #44 [security-spiffe-token-provider internal] load build context 19:52:37 #44 ... 19:52:37 19:52:37 #68 [security-secretstore-setup internal] load build context 19:52:37 #68 ... 19:52:37 19:52:37 #44 [security-spiffe-token-provider internal] load build context 19:52:37 #44 ... 19:52:37 19:52:37 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:37 #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.1s 19:52:37 #49 ... 19:52:37 19:52:37 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:52:37 #77 16.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:37 #77 18.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:37 #77 24.54 OK: 8 MiB in 17 packages 19:52:37 #77 ... 19:52:37 19:52:37 #69 [core-command internal] load build context 19:52:37 #69 ... 19:52:37 19:52:37 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:37 #49 ... 19:52:37 19:52:37 #78 [core-command stage-1 3/7] RUN apk --no-cache upgrade 19:52:37 #78 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:37 #78 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:37 #78 22.55 OK: 8 MiB in 16 packages 19:52:37 #78 DONE 24.6s 19:52:38 19:52:38 #69 [core-command internal] load build context 19:52:38 #69 ... 19:52:38 19:52:38 #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:52:38 #80 20.59 OK: 9 MiB in 20 packages 19:52:38 #80 DONE 23.1s 19:52:38 19:52:38 #69 [core-command internal] load build context 19:52:38 #69 transferring context: 64.58MB 39.3s 19:52:38 #69 ... 19:52:38 19:52:38 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:52:38 #77 DONE 27.8s 19:52:38 19:52:38 #69 [core-command internal] load build context 19:52:39 #69 ... 19:52:39 19:52:39 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:52:39 #79 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:39 #79 18.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:39 #79 23.25 OK: 18 MiB in 19 packages 19:52:39 #79 DONE 25.1s 19:52:39 19:52:39 #69 [core-command internal] load build context 19:52:39 #69 ... 19:52:39 19:52:39 #67 [core-metadata internal] load build context 19:52:39 #67 ... 19:52:39 19:52:39 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:39 #49 ... 19:52:39 19:52:39 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:52:39 #82 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:39 #82 15.68 OK: 8 MiB in 19 packages 19:52:39 #82 DONE 17.4s 19:52:39 19:52:39 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:52:39 #0 5.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:39 #0 7.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:39 #0 9.600 OK: 13 MiB in 26 packages 19:52:39 #83 ... 19:52:39 19:52:39 #69 [core-command internal] load build context 19:52:39 #69 ... 19:52:39 19:52:39 #46 [security-proxy-auth internal] load build context 19:52:39 #46 ... 19:52:39 19:52:39 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:52:39 #83 DONE 10.8s 19:52:39 19:52:39 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:40 #49 ... 19:52:40 19:52:40 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:52:40 #81 8.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:52:40 #81 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:52:40 #81 13.54 OK: 18 MiB in 19 packages 19:52:40 #81 DONE 15.0s 19:52:40 19:52:40 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:40 #49 ... 19:52:40 19:52:40 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:52:40 #84 DONE 1.7s 19:52:40 19:52:40 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:41 #49 ... 19:52:41 19:52:41 #48 [support-scheduler internal] load build context 19:52:41 #48 ... 19:52:41 19:52:41 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:42 #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.3s 19:52:44 #49 ... 19:52:44 19:52:44 #39 [core-keeper internal] load build context 19:52:44 #39 transferring context: 122.97MB 50.9s 19:52:44 #39 ... 19:52:44 19:52:44 #56 [support-cron-scheduler internal] load build context 19:52:44 #56 ... 19:52:44 19:52:44 #39 [core-keeper internal] load build context 19:52:44 #39 ... 19:52:44 19:52:44 #51 [security-bootstrapper internal] load build context 19:52:44 #51 ... 19:52:44 19:52:44 #55 [support-notifications internal] load build context 19:52:44 #55 ... 19:52:44 19:52:44 #51 [security-bootstrapper internal] load build context 19:52:45 #51 ... 19:52:45 19:52:45 #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:52:45 #85 DONE 6.3s 19:52:45 19:52:45 #51 [security-bootstrapper internal] load build context 19:52:45 #51 ... 19:52:45 19:52:45 #86 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:52:45 #86 DONE 0.4s 19:52:45 19:52:45 #51 [security-bootstrapper internal] load build context 19:52:46 #51 ... 19:52:46 19:52:46 #37 [core-data internal] load build context 19:52:46 #37 ... 19:52:46 19:52:46 #42 [security-proxy-setup internal] load build context 19:52:46 #42 ... 19:52:46 19:52:46 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:52:46 #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 31.4s done 19:52:46 #65 ... 19:52:46 19:52:46 #42 [security-proxy-setup internal] load build context 19:52:46 #42 ... 19:52:46 19:52:46 #58 [core-common-config-bootstrapper internal] load build context 19:52:47 #58 ... 19:52:47 19:52:47 #42 [security-proxy-setup internal] load build context 19:52:47 #42 ... 19:52:47 19:52:47 #68 [security-secretstore-setup internal] load build context 19:52:47 #68 ... 19:52:47 19:52:47 #42 [security-proxy-setup internal] load build context 19:52:47 #42 ... 19:52:47 19:52:47 #44 [security-spiffe-token-provider internal] load build context 19:52:47 #44 ... 19:52:47 19:52:47 #42 [security-proxy-setup internal] load build context 19:52:48 #42 ... 19:52:48 19:52:48 #87 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:52:48 #87 DONE 1.7s 19:52:48 19:52:48 #42 [security-proxy-setup internal] load build context 19:52:49 #42 transferring context: 119.12MB 54.6s 19:52:49 #42 ... 19:52:49 19:52:49 #67 [core-metadata internal] load build context 19:52:49 #67 ... 19:52:49 19:52:49 #42 [security-proxy-setup internal] load build context 19:52:50 #42 ... 19:52:50 19:52:50 #69 [core-command internal] load build context 19:52:50 #69 ... 19:52:50 19:52:50 #46 [security-proxy-auth internal] load build context 19:52:50 #46 ... 19:52:50 19:52:50 #69 [core-command internal] load build context 19:52:51 #69 ... 19:52:51 19:52:51 #48 [support-scheduler internal] load build context 19:52:52 #48 ... 19:52:52 19:52:52 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:52 #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 36.8s 19:52:52 #49 ... 19:52:52 19:52:52 #48 [support-scheduler internal] load build context 19:52:54 #48 transferring context: 127.75MB 61.5s 19:52:54 #48 ... 19:52:54 19:52:54 #56 [support-cron-scheduler internal] load build context 19:52:54 #56 ... 19:52:54 19:52:54 #48 [support-scheduler internal] load build context 19:52:54 #48 ... 19:52:54 19:52:54 #39 [core-keeper internal] load build context 19:52:54 #39 ... 19:52:54 19:52:54 #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:52:54 #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 39.7s done 19:52:55 #49 ... 19:52:55 19:52:55 #55 [support-notifications internal] load build context 19:52:55 #55 ... 19:52:55 19:52:55 #39 [core-keeper internal] load build context 19:52:56 #39 ... 19:52:56 19:52:56 #51 [security-bootstrapper internal] load build context 19:52:56 #51 ... 19:52:56 19:52:56 #37 [core-data internal] load build context 19:52:56 #37 ... 19:52:56 19:52:56 #39 [core-keeper internal] load build context 19:52:57 #39 ... 19:52:57 19:52:57 #58 [core-common-config-bootstrapper internal] load build context 19:52:57 #58 ... 19:52:57 19:52:57 #55 [support-notifications internal] load build context 19:52:57 #55 ... 19:52:57 19:52:57 #68 [security-secretstore-setup internal] load build context 19:52:57 #68 ... 19:52:57 19:52:57 #58 [core-common-config-bootstrapper internal] load build context 19:52:57 #58 ... 19:52:57 19:52:57 #44 [security-spiffe-token-provider internal] load build context 19:52:57 #44 ... 19:52:57 19:52:57 #58 [core-common-config-bootstrapper internal] load build context 19:52:59 #58 transferring context: 98.24MB 64.7s 19:52:59 #58 ... 19:52:59 19:52:59 #67 [core-metadata internal] load build context 19:52:59 #67 ... 19:52:59 19:52:59 #58 [core-common-config-bootstrapper internal] load build context 19:53:00 #58 ... 19:53:00 19:53:00 #42 [security-proxy-setup internal] load build context 19:53:00 #42 ... 19:53:00 19:53:00 #58 [core-common-config-bootstrapper internal] load build context 19:53:00 #58 ... 19:53:00 19:53:00 #46 [security-proxy-auth internal] load build context 19:53:00 #46 ... 19:53:00 19:53:00 #67 [core-metadata internal] load build context 19:53:01 #67 ... 19:53:01 19:53:01 #88 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:53:01 #88 DONE 3.0s 19:53:01 19:53:01 #67 [core-metadata internal] load build context 19:53:02 #67 ... 19:53:02 19:53:02 #69 [core-command internal] load build context 19:53:02 #69 ... 19:53:02 19:53:02 #67 [core-metadata internal] load build context 19:53:02 #67 ... 19:53:02 19:53:02 #89 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:53:02 #89 DONE 1.0s 19:53:02 19:53:02 #67 [core-metadata internal] load build context 19:53:02 #67 ... 19:53:02 19:53:02 #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:53:02 #90 DONE 2.9s 19:53:02 19:53:02 #67 [core-metadata internal] load build context 19:53:02 #67 ... 19:53:02 19:53:02 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:53:02 #91 DONE 4.4s 19:53:02 19:53:02 #67 [core-metadata internal] load build context 19:53:04 #67 ... 19:53:04 19:53:04 #92 [security-spire-agent stage-3 7/10] COPY security.txt / 19:53:04 #92 DONE 1.4s 19:53:04 19:53:04 #67 [core-metadata internal] load build context 19:53:04 #67 ... 19:53:04 19:53:04 #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:53:04 #93 DONE 1.2s 19:53:04 19:53:04 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:53:04 #94 DONE 1.5s 19:53:04 19:53:04 #67 [core-metadata internal] load build context 19:53:04 #67 transferring context: 117.82MB 65.7s 19:53:04 #67 ... 19:53:04 19:53:04 #56 [support-cron-scheduler internal] load build context 19:53:04 #56 ... 19:53:04 19:53:04 #48 [support-scheduler internal] load build context 19:53:04 #48 ... 19:53:04 19:53:04 #56 [support-cron-scheduler internal] load build context 19:53:05 #56 ... 19:53:05 19:53:05 #95 [security-spire-config stage-2 6/10] COPY security.txt / 19:53:05 #95 DONE 1.2s 19:53:05 19:53:05 #56 [support-cron-scheduler internal] load build context 19:53:05 #56 ... 19:53:05 19:53:05 #96 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:53:05 #96 DONE 1.4s 19:53:05 19:53:05 #56 [support-cron-scheduler internal] load build context 19:53:05 #56 ... 19:53:05 19:53:05 #97 [security-spire-server stage-2 6/9] COPY security.txt / 19:53:05 #97 DONE 1.5s 19:53:05 19:53:05 #56 [support-cron-scheduler internal] load build context 19:53:06 #56 ... 19:53:06 19:53:06 #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:53:06 #49 ... 19:53:06 19:53:06 #67 [core-metadata internal] load build context 19:53:06 #67 ... 19:53:06 19:53:06 #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:53:06 #98 DONE 1.1s 19:53:06 19:53:06 #67 [core-metadata internal] load build context 19:53:06 #67 ... 19:53:06 19:53:06 #51 [security-bootstrapper internal] load build context 19:53:06 #51 ... 19:53:06 19:53:06 #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:53:06 #99 DONE 1.6s 19:53:06 19:53:06 #51 [security-bootstrapper internal] load build context 19:53:06 #51 ... 19:53:06 19:53:06 #37 [core-data internal] load build context 19:53:06 #37 ... 19:53:06 19:53:06 #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:53:07 #100 ... 19:53:07 19:53:07 #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:53:07 #101 DONE 1.6s 19:53:07 19:53:07 #39 [core-keeper internal] load build context 19:53:07 #39 ... 19:53:07 19:53:07 #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:53:07 #102 ... 19:53:07 19:53:07 #55 [support-notifications internal] load build context 19:53:07 #55 ... 19:53:07 19:53:07 #68 [security-secretstore-setup internal] load build context 19:53:08 #68 ... 19:53:08 19:53:08 #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:53:08 #100 DONE 1.1s 19:53:08 19:53:08 #55 [support-notifications internal] load build context 19:53:08 #55 ... 19:53:08 19:53:08 #44 [security-spiffe-token-provider internal] load build context 19:53:08 #44 ... 19:53:08 19:53:08 #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:53:08 #103 DONE 1.5s 19:53:08 19:53:08 #44 [security-spiffe-token-provider internal] load build context 19:53:08 #44 ... 19:53:08 19:53:08 #55 [support-notifications internal] load build context 19:53:08 #55 ... 19:53:08 19:53:08 #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:53:08 #102 DONE 1.2s 19:53:08 19:53:08 #55 [support-notifications internal] load build context 19:53:09 #55 transferring context: 244.36MB 75.6s 19:53:09 #55 ... 19:53:09 19:53:09 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:53:09 #104 DONE 1.4s 19:53:09 19:53:09 #55 [support-notifications internal] load build context 19:53:10 #55 ... 19:53:10 19:53:10 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:53:10 #105 DONE 1.4s 19:53:10 19:53:10 #55 [support-notifications internal] load build context 19:53:10 #55 ... 19:53:10 19:53:10 #42 [security-proxy-setup internal] load build context 19:53:10 #42 ... 19:53:10 19:53:10 #58 [core-common-config-bootstrapper internal] load build context 19:53:10 #58 ... 19:53:10 19:53:10 #46 [security-proxy-auth internal] load build context 19:53:11 #46 ... 19:53:11 19:53:11 #58 [core-common-config-bootstrapper internal] load build context 19:53:12 #58 ... 19:53:12 19:53:12 #69 [core-command internal] load build context 19:53:12 #69 ... 19:53:12 19:53:12 #58 [core-common-config-bootstrapper internal] load build context 19:53:14 #58 transferring context: 138.30MB 79.7s 19:53:15 #58 ... 19:53:15 19:53:15 #48 [support-scheduler internal] load build context 19:53:15 #48 ... 19:53:15 19:53:15 #58 [core-common-config-bootstrapper internal] load build context 19:53:16 #58 ... 19:53:16 19:53:16 #56 [support-cron-scheduler internal] load build context 19:53:16 #56 ... 19:53:16 19:53:16 #58 [core-common-config-bootstrapper internal] load build context 19:53:16 #58 ... 19:53:16 19:53:16 #67 [core-metadata internal] load build context 19:53:17 #67 ... 19:53:17 19:53:17 #51 [security-bootstrapper internal] load build context 19:53:17 #51 ... 19:53:17 19:53:17 #37 [core-data internal] load build context 19:53:17 #37 ... 19:53:17 19:53:17 #51 [security-bootstrapper internal] load build context 19:53:17 #51 ... 19:53:17 19:53:17 #106 [security-spire-config] exporting to image 19:53:17 #106 exporting layers 7.5s done 19:53:17 #106 writing image sha256:9cee82732b4801e47b494a857228ae11976baea3d32ff6c630474a74a245c2fe 0.1s done 19:53:17 #106 naming to docker.io/library/security-spire-agent-arm64 0.1s done 19:53:17 #106 writing image sha256:4833692e1e51375cfba6c6f4982b77e943000a4f8080ded4be2661ad8fe659fc 0.0s done 19:53:17 #106 writing image sha256:a0891fb60bcc6b9deeafae95615d91f6ad7086173925d91e348fa62dcdcecab9 0.1s done 19:53:17 #106 naming to docker.io/library/security-spire-server-arm64 0.0s done 19:53:17 #106 naming to docker.io/library/security-spire-config-arm64 0.0s done 19:53:17 #106 DONE 8.9s 19:53:17 19:53:17 #51 [security-bootstrapper internal] load build context 19:53:17 #51 ... 19:53:17 19:53:17 #39 [core-keeper internal] load build context 19:53:17 #39 transferring context: 307.83MB 84.8s done 19:53:17 #39 ... 19:53:17 19:53:17 #51 [security-bootstrapper internal] load build context 19:53:18 #51 ... 19:53:18 19:53:18 #68 [security-secretstore-setup internal] load build context 19:53:18 #68 ... 19:53:18 19:53:18 #51 [security-bootstrapper internal] load build context 19:53:18 #51 ... 19:53:18 19:53:18 #39 [core-keeper internal] load build context 19:53:18 #39 DONE 85.4s 19:53:18 19:53:18 #51 [security-bootstrapper internal] load build context 19:53:18 #51 ... 19:53:18 19:53:18 #44 [security-spiffe-token-provider internal] load build context 19:53:18 #44 ... 19:53:18 19:53:18 #51 [security-bootstrapper internal] load build context 19:53:20 #51 ... 19:53:20 19:53:20 #107 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:53:20 #107 DONE 1.9s 19:53:20 19:53:20 #51 [security-bootstrapper internal] load build context 19:53:20 #51 ... 19:53:20 19:53:20 #55 [support-notifications internal] load build context 19:53:20 #55 ... 19:53:20 19:53:20 #42 [security-proxy-setup internal] load build context 19:53:20 #42 ... 19:53:20 19:53:20 #55 [support-notifications internal] load build context 19:53:20 #55 ... 19:53:20 19:53:20 #46 [security-proxy-auth internal] load build context 19:53:20 #46 ... 19:53:20 19:53:20 #55 [support-notifications internal] load build context 19:53:22 #55 ... 19:53:22 19:53:22 #69 [core-command internal] load build context 19:53:22 #69 ... 19:53:22 19:53:22 #55 [support-notifications internal] load build context 19:53:23 #55 transferring context: 303.01MB 89.3s 19:53:24 #55 transferring context: 307.83MB 90.5s done 19:53:24 #55 DONE 90.8s 19:53:24 19:53:24 #69 [core-command internal] load build context 19:53:24 #69 transferring context: 307.83MB 84.8s done 19:53:24 #69 DONE 88.0s 19:53:24 19:53:24 #108 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:53:25 #108 ... 19:53:25 19:53:25 #48 [support-scheduler internal] load build context 19:53:25 #48 ... 19:53:25 19:53:25 #42 [security-proxy-setup internal] load build context 19:53:26 #42 ... 19:53:26 19:53:26 #109 [core-command builder 4/7] COPY go.mod vendor* ./ 19:53:26 #109 DONE 1.8s 19:53:26 19:53:26 #42 [security-proxy-setup internal] load build context 19:53:26 #42 ... 19:53:26 19:53:26 #48 [support-scheduler internal] load build context 19:53:26 #48 ... 19:53:26 19:53:26 #108 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:53:26 #108 DONE 1.8s 19:53:26 19:53:26 #48 [support-scheduler internal] load build context 19:53:26 #48 ... 19:53:26 19:53:26 #56 [support-cron-scheduler internal] load build context 19:53:26 #56 ... 19:53:26 19:53:26 #48 [support-scheduler internal] load build context 19:53:26 #48 ... 19:53:26 19:53:26 #42 [security-proxy-setup internal] load build context 19:53:26 #42 transferring context: 307.83MB 91.8s done 19:53:26 #42 DONE 92.7s 19:53:26 19:53:26 #48 [support-scheduler internal] load build context 19:53:27 #48 ... 19:53:27 19:53:27 #58 [core-common-config-bootstrapper internal] load build context 19:53:27 #58 ... 19:53:27 19:53:27 #67 [core-metadata internal] load build context 19:53:27 #67 ... 19:53:27 19:53:27 #37 [core-data internal] load build context 19:53:27 #37 ... 19:53:27 19:53:27 #58 [core-common-config-bootstrapper internal] load build context 19:53:28 #58 ... 19:53:28 19:53:28 #68 [security-secretstore-setup internal] load build context 19:53:28 #68 ... 19:53:28 19:53:28 #56 [support-cron-scheduler internal] load build context 19:53:28 #56 transferring context: 307.83MB 94.5s done 19:53:28 #56 DONE 95.1s 19:53:28 19:53:28 #68 [security-secretstore-setup internal] load build context 19:53:28 #68 ... 19:53:28 19:53:28 #58 [core-common-config-bootstrapper internal] load build context 19:53:28 #58 ... 19:53:28 19:53:28 #110 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:53:28 #110 DONE 1.7s 19:53:28 19:53:28 #58 [core-common-config-bootstrapper internal] load build context 19:53:29 #58 ... 19:53:29 19:53:29 #44 [security-spiffe-token-provider internal] load build context 19:53:29 #44 ... 19:53:29 19:53:29 #58 [core-common-config-bootstrapper internal] load build context 19:53:29 #58 ... 19:53:29 19:53:29 #51 [security-bootstrapper internal] load build context 19:53:29 #51 transferring context: 307.83MB 96.1s done 19:53:29 #51 DONE 96.3s 19:53:29 19:53:29 #58 [core-common-config-bootstrapper internal] load build context 19:53:30 #58 ... 19:53:30 19:53:30 #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:30 #111 ... 19:53:30 19:53:30 #58 [core-common-config-bootstrapper internal] load build context 19:53:31 #58 ... 19:53:31 19:53:31 #46 [security-proxy-auth internal] load build context 19:53:31 #46 ... 19:53:31 19:53:31 #44 [security-spiffe-token-provider internal] load build context 19:53:34 #44 transferring context: 257.94MB 96.0s 19:53:36 #44 ... 19:53:36 19:53:36 #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:36 #112 ... 19:53:36 19:53:36 #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:36 #113 ... 19:53:36 19:53:36 #44 [security-spiffe-token-provider internal] load build context 19:53:37 #44 ... 19:53:37 19:53:37 #48 [support-scheduler internal] load build context 19:53:37 #48 ... 19:53:37 19:53:37 #58 [core-common-config-bootstrapper internal] load build context 19:53:37 #58 ... 19:53:37 19:53:37 #67 [core-metadata internal] load build context 19:53:37 #67 ... 19:53:37 19:53:37 #37 [core-data internal] load build context 19:53:37 #37 ... 19:53:37 19:53:37 #67 [core-metadata internal] load build context 19:53:38 #67 ... 19:53:38 19:53:38 #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:38 #114 ... 19:53:38 19:53:38 #37 [core-data internal] load build context 19:53:38 #37 transferring context: 307.83MB 107.4s done 19:53:38 #37 DONE 107.6s 19:53:38 19:53:38 #68 [security-secretstore-setup internal] load build context 19:53:38 #68 ... 19:53:38 19:53:38 #67 [core-metadata internal] load build context 19:53:41 #67 ... 19:53:41 19:53:41 #46 [security-proxy-auth internal] load build context 19:53:41 #46 ... 19:53:41 19:53:41 #67 [core-metadata internal] load build context 19:53:42 #67 ... 19:53:42 19:53:42 #44 [security-spiffe-token-provider internal] load build context 19:53:42 #44 transferring context: 307.83MB 103.7s done 19:53:42 #44 DONE 106.3s 19:53:42 19:53:42 #67 [core-metadata internal] load build context 19:53:44 #67 ... 19:53:44 19:53:44 #48 [support-scheduler internal] load build context 19:53:44 #48 transferring context: 307.83MB 111.4s done 19:53:44 #48 DONE 111.7s 19:53:44 19:53:44 #67 [core-metadata internal] load build context 19:53:44 #67 ... 19:53:44 19:53:44 #115 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:53:44 #115 DONE 1.9s 19:53:44 19:53:44 #46 [security-proxy-auth internal] load build context 19:53:44 #46 transferring context: 307.83MB 105.1s done 19:53:44 #46 DONE 108.2s 19:53:44 19:53:44 #67 [core-metadata internal] load build context 19:53:45 #67 transferring context: 307.83MB 106.9s done 19:53:45 #67 DONE 109.5s 19:53:45 19:53:45 #58 [core-common-config-bootstrapper internal] load build context 19:53:45 #58 transferring context: 307.83MB 111.1s done 19:53:45 #58 DONE 111.8s 19:53:45 19:53:45 #68 [security-secretstore-setup internal] load build context 19:53:49 #68 transferring context: 307.83MB 111.4s done 19:53:49 #68 DONE 113.7s 19:53:49 19:53:49 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:46 #116 ... 19:54:46 19:54:46 #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:46 #111 DONE 83.4s 19:54:46 19:54:46 #117 [core-keeper builder 7/8] COPY . . 19:54:46 #117 ... 19:54:46 19:54:46 #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:46 #112 DONE 79.1s 19:54:46 19:54:46 #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:46 #113 DONE 79.0s 19:54:46 19:54:46 #118 [support-notifications builder 6/7] COPY . . 19:54:49 #118 DONE 3.8s 19:54:49 19:54:49 #119 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:49 #119 CACHED 19:54:49 19:54:49 #120 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:54:49 #120 CACHED 19:54:49 19:54:49 #121 [core-metadata builder 6/7] COPY . . 19:54:49 #121 CACHED 19:54:49 19:54:49 #122 [core-command builder 6/7] COPY . . 19:54:49 #122 DONE 3.9s 19:54:49 19:54:49 #123 [security-proxy-auth builder 6/7] COPY . . 19:54:49 #123 CACHED 19:54:49 19:54:49 #124 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:54:49 #124 CACHED 19:54:49 19:54:49 #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:49 #125 CACHED 19:54:49 19:54:49 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:49 #126 CACHED 19:54:49 19:54:49 #127 [core-common-config-bootstrapper builder 6/7] COPY . . 19:54:49 #127 CACHED 19:54:49 19:54:49 #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:54:49 #128 CACHED 19:54:49 19:54:49 #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:49 #114 DONE 80.4s 19:54:49 19:54:49 #129 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:49 #129 CACHED 19:54:49 19:54:49 #130 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 19:54:49 #130 CACHED 19:54:49 19:54:49 #131 [support-cron-scheduler builder 6/7] COPY . . 19:54:49 #131 CACHED 19:54:49 19:54:49 #117 [core-keeper builder 7/8] COPY . . 19:54:49 #117 DONE 5.2s 19:54:49 19:54:49 #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:49 #132 CACHED 19:54:49 19:54:49 #133 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:54:49 #133 CACHED 19:54:49 19:54:49 #134 [support-scheduler builder 6/7] COPY . . 19:54:49 #134 CACHED 19:54:49 19:54:49 #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:49 #135 CACHED 19:54:49 19:54:49 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 19:54:49 #136 CACHED 19:54:49 19:54:49 #137 [core-data builder 6/7] COPY . . 19:54:49 #137 CACHED 19:54:49 19:54:49 #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:54:55 #138 5.074 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:54:55 #138 ... 19:54:55 19:54:55 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:55 #116 DONE 70.3s 19:54:55 19:54:55 #139 [security-spiffe-token-provider builder 6/7] COPY . . 19:54:59 #139 ... 19:54:59 19:54:59 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:59 #140 CACHED 19:54:59 19:54:59 #141 [security-secretstore-setup builder 6/7] COPY . . 19:54:59 #141 CACHED 19:54:59 19:54:59 #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:54:59 #142 CACHED 19:54:59 19:54:59 #143 [security-proxy-setup builder 6/7] COPY . . 19:54:59 #143 DONE 9.4s 19:54:59 19:54:59 #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:54:59 #144 CACHED 19:54:59 19:54:59 #145 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:59 #145 CACHED 19:54:59 19:54:59 #146 [security-bootstrapper builder 6/7] COPY . . 19:54:59 #146 CACHED 19:54:59 19:54:59 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:54:59 #147 ... 19:54:59 19:54:59 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:54:59 #0 5.205 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:54:59 #148 ... 19:54:59 19:54:59 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:54:59 #0 5.546 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:54:59 #149 ... 19:54:59 19:54:59 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:54:59 #0 4.414 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:54:59 #150 ... 19:54:59 19:54:59 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:54:59 #0 4.689 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:54:59 #151 ... 19:54:59 19:54:59 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:54:59 #0 6.015 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:54:59 #152 ... 19:54:59 19:54:59 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:54:59 #0 5.886 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:55:00 #153 ... 19:55:00 19:55:00 #139 [security-spiffe-token-provider builder 6/7] COPY . . 19:55:00 #139 DONE 5.2s 19:55:00 19:55:00 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:00 #0 4.820 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:55:00 #154 ... 19:55:00 19:55:00 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:55:00 #0 5.236 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:55:00 #155 ... 19:55:00 19:55:00 #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:55:03 #156 2.776 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:55:09 #156 ... 19:55:09 19:55:09 #157 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:55:09 #0 3.967 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:55:09 #157 ... 19:55:09 19:55:09 #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:55:09 #0 3.955 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:55:12 #158 ... 19:55:12 19:55:12 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:55:12 #147 3.824 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:14:35 #147 ... 20:14:35 20:14:35 #157 [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:14:35 #157 1174.5 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:14:36 #157 ... 20:14:36 20:14:36 #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:14:36 #158 DONE 1177.8s 20:14:36 20:14:36 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:14:36 #153 ... 20:14:36 20:14:36 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:14:36 #159 DONE 0.1s 20:14:36 20:14:36 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:14:37 #153 ... 20:14:37 20:14:37 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 20:14:37 #160 DONE 0.2s 20:14:37 20:14:37 #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:14:37 #161 DONE 0.2s 20:14:37 20:14:37 #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:14:37 #162 DONE 0.1s 20:14:37 20:14:37 #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:14:38 #163 DONE 0.5s 20:14:38 20:14:38 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:14:38 #164 DONE 0.3s 20:14:38 20:14:38 #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:14:40 #165 DONE 2.3s 20:14:40 20:14:40 #106 [security-proxy-setup] exporting to image 20:14:40 #106 exporting layers 20:14:41 #106 ... 20:14:41 20:14:41 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:14:41 #147 DONE 1183.3s 20:14:41 20:14:41 #106 [security-proxy-setup] exporting to image 20:14:41 #106 exporting layers 1.2s done 20:14:41 #106 writing image sha256:afcba3bea4643cfd6030fc0b31e7ca9fe0d5f0c20a903ee8600315e6abaad717 0.1s done 20:14:41 #106 naming to docker.io/library/security-proxy-setup-arm64 20:14:42 #106 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 20:14:42 #106 DONE 10.2s 20:14:42 20:14:42 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:14:42 #153 ... 20:14:42 20:14:42 #166 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:14:42 #166 DONE 0.2s 20:14:42 20:14:42 #167 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:14:45 #167 DONE 2.3s 20:14:45 20:14:45 #168 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 20:14:45 #168 DONE 0.3s 20:14:45 20:14:45 #169 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 20:14:45 #169 DONE 0.2s 20:14:45 20:14:45 #170 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:14:46 #170 DONE 0.4s 20:14:46 20:14:46 #171 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:14:46 #171 DONE 0.2s 20:14:46 20:14:46 #172 [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:14:46 #172 DONE 0.1s 20:14:46 20:14:46 #173 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 20:14:46 #173 DONE 0.1s 20:14:46 20:14:46 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:14:46 #154 ... 20:14:46 20:14:46 #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:14:46 #174 DONE 0.2s 20:14:46 20:14:46 #175 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:14:47 #175 DONE 0.2s 20:14:47 20:14:47 #176 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:14:49 #176 DONE 2.5s 20:14:49 20:14:49 #106 [security-bootstrapper] exporting to image 20:14:49 #106 exporting layers 20:14:50 #106 exporting layers 1.0s done 20:14:50 #106 writing image sha256:6511b566c5a5fea0609d9cf856923f111c199be96f88812b353ddec44b5b3ed8 done 20:14:50 #106 naming to docker.io/library/security-bootstrapper-arm64 done 20:14:50 #106 DONE 11.2s 20:14:50 20:14:50 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:14:58 #153 ... 20:14:58 20:14:58 #157 [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:14:58 #157 DONE 1198.8s 20:14:58 20:14:58 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:14:58 #149 ... 20:14:58 20:14:58 #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 20:14:58 #177 DONE 0.3s 20:14:58 20:14:58 #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 20:14:58 #178 DONE 0.3s 20:14:58 20:14:58 #179 [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:14:58 #179 DONE 0.1s 20:14:58 20:14:58 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:14:58 #149 ... 20:14:58 20:14:58 #180 [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:14:58 #180 DONE 0.1s 20:14:58 20:14:58 #181 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:14:58 #181 DONE 0.1s 20:14:58 20:14:58 #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:14:58 #182 DONE 0.3s 20:14:58 20:14:58 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:14:59 #153 ... 20:14:59 20:14:59 #183 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:14:59 #183 DONE 0.3s 20:14:59 20:14:59 #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:14:59 #184 DONE 0.2s 20:14:59 20:14:59 #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:15:02 #185 DONE 2.2s 20:15:02 20:15:02 #106 [security-secretstore-setup] exporting to image 20:15:02 #106 exporting layers 20:15:03 #106 exporting layers 1.3s done 20:15:03 #106 writing image sha256:49fb6dd73415f30d33c20efecbd637d8300cfc413ca197e2565338fa747dbd9c done 20:15:03 #106 naming to docker.io/library/security-secretstore-setup-arm64 done 20:15:03 #106 DONE 12.6s 20:15:03 20:15:03 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:15:50 #153 ... 20:15:50 20:15:50 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:15:50 #150 DONE 1256.7s 20:15:50 20:15:50 #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:15:50 #138 ... 20:15:50 20:15:50 #186 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:15:50 #186 DONE 0.3s 20:15:50 20:15:50 #187 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:15:50 #187 DONE 0.2s 20:15:50 20:15:50 #188 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:15:50 #188 DONE 0.2s 20:15:50 20:15:50 #189 [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:15:50 #189 DONE 0.1s 20:15:50 20:15:50 #190 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:15:50 #190 DONE 0.2s 20:15:50 20:15:50 #191 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:15:50 #191 DONE 2.1s 20:15:50 20:15:50 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:15:50 #153 ... 20:15:50 20:15:50 #106 [core-common-config-bootstrapper] exporting to image 20:15:50 #106 exporting layers 20:15:50 #106 exporting layers 0.7s done 20:15:50 #106 writing image sha256:be5fb1a6917ac02d4714d125e95e0c495f1a38de3e0ff5e5fa7aad895586e65b done 20:15:50 #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 20:15:50 #106 DONE 13.3s 20:15:50 20:15:50 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:18:11 #149 ... 20:18:11 20:18:11 #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:18:11 #156 DONE 1378.6s 20:18:11 20:18:11 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:18:11 #192 DONE 0.3s 20:18:11 20:18:11 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:18:11 #151 ... 20:18:11 20:18:11 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:18:11 #193 DONE 0.2s 20:18:11 20:18:11 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:18:11 #194 DONE 0.3s 20:18:11 20:18:11 #195 [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:18:11 #195 DONE 0.1s 20:18:11 20:18:11 #106 [security-spiffe-token-provider] exporting to image 20:18:11 #106 exporting layers 20:18:11 #106 exporting layers 0.8s done 20:18:11 #106 writing image sha256:2ca74664c3449323e54b45b8bb673471eda3d2cd865231c25e8360a0fec14844 done 20:18:11 #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done 20:18:11 #106 DONE 14.1s 20:18:11 20:18:11 #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20:26:03 #49 ... 20:26:03 20:26:03 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:26:03 #152 DONE 1860.2s 20:26:03 20:26:03 #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20:26:03 #49 ... 20:26:03 20:26:03 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:26:03 #196 DONE 0.2s 20:26:03 20:26:03 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:26:03 #197 DONE 0.3s 20:26:03 20:26:03 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:26:03 #198 DONE 0.4s 20:26:03 20:26:03 #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:26:03 #138 ... 20:26:03 20:26:03 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:26:03 #199 DONE 0.1s 20:26:03 20:26:03 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:26:03 #200 DONE 0.1s 20:26:03 20:26:03 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:26:03 #151 ... 20:26:03 20:26:03 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:03 #201 DONE 1.8s 20:26:03 20:26:03 #106 [security-proxy-auth] exporting to image 20:26:03 #106 exporting layers 20:26:03 #106 exporting layers 0.6s done 20:26:03 #106 writing image sha256:bb46e13bada8495c7ea355eebc40f327378da9101b02a189d39e927742e3a744 done 20:26:03 #106 naming to docker.io/library/security-proxy-auth-arm64 done 20:26:03 #106 DONE 14.7s 20:26:03 20:26:03 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:27:00 #153 ... 20:27:00 20:27:00 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:27:00 #148 DONE 1925.3s 20:27:00 20:27:00 #202 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:27:00 #202 DONE 0.2s 20:27:00 20:27:00 #203 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:27:00 #203 DONE 0.2s 20:27:00 20:27:00 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:27:00 #149 ... 20:27:00 20:27:00 #204 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:27:00 #204 DONE 0.5s 20:27:00 20:27:00 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:27:00 #153 ... 20:27:00 20:27:00 #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:27:00 #205 DONE 0.2s 20:27:00 20:27:00 #106 [core-command] exporting to image 20:27:00 #106 exporting layers 20:27:00 #106 exporting layers 0.5s done 20:27:00 #106 writing image sha256:533971d047a2ca9f0306fcf3f40b213104575968dc3bf154f10fb1a9eeaa8569 done 20:27:00 #106 naming to docker.io/library/core-command-arm64 done 20:27:00 #106 DONE 15.3s 20:27:00 20:27:00 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:29:06 #153 ... 20:29:06 20:29:06 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:29:06 #149 DONE 2045.0s 20:29:06 20:29:06 #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:29:06 #138 DONE 2045.0s 20:29:06 20:29:06 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:29:06 #153 ... 20:29:06 20:29:06 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:29:06 #206 DONE 0.2s 20:29:06 20:29:06 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:29:06 #207 DONE 0.2s 20:29:06 20:29:06 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:29:06 #153 ... 20:29:06 20:29:06 #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 20:29:06 #208 DONE 0.2s 20:29:06 20:29:06 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 20:29:06 #209 ... 20:29:06 20:29:06 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:29:06 #155 DONE 2046.3s 20:29:06 20:29:06 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 20:29:06 #209 ... 20:29:06 20:29:06 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:06 #210 DONE 0.5s 20:29:06 20:29:06 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:29:06 #211 DONE 0.3s 20:29:06 20:29:06 #212 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:29:06 #212 DONE 1.1s 20:29:06 20:29:06 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 20:29:06 #209 DONE 1.4s 20:29:06 20:29:06 #213 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:29:06 #213 ... 20:29:06 20:29:06 #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 20:29:06 #214 DONE 0.3s 20:29:06 20:29:06 #106 [core-keeper] exporting to image 20:29:06 #106 exporting layers 20:29:06 #106 ... 20:29:06 20:29:06 #213 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:29:06 #213 DONE 0.6s 20:29:06 20:29:06 #215 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:29:06 #215 DONE 0.9s 20:29:06 20:29:06 #216 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:29:06 #216 ... 20:29:06 20:29:06 #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:29:06 #217 DONE 0.4s 20:29:06 20:29:06 #216 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:29:06 #216 DONE 0.3s 20:29:06 20:29:06 #106 [core-data] exporting to image 20:29:06 #106 exporting layers 1.0s done 20:29:06 #106 writing image sha256:034c552890cd31adc7efb3a57df07e024ea0389bf7ab9a693fa7e0ecc9bf6b1e done 20:29:06 #106 naming to docker.io/library/core-keeper-arm64 20:29:06 #106 naming to docker.io/library/core-keeper-arm64 0.0s done 20:29:06 #106 exporting layers 0.9s done 20:29:06 #106 writing image sha256:d2ba3542f3bcba83104a6121ccbcddfc7f37df692bb690e971d518e13781f81b done 20:29:06 #106 naming to docker.io/library/core-data-arm64 done 20:29:06 #106 exporting layers 1.0s done 20:29:06 #106 writing image sha256:02a0c395f26b913d08dac0a991407cd89a0b79f4dabff577e7bcde42cd0efad1 done 20:29:06 #106 naming to docker.io/library/core-metadata-arm64 done 20:29:06 #106 DONE 17.7s 20:29:06 20:29:06 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:29:33 #151 ... 20:29:33 20:29:33 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:29:33 #153 DONE 2080.6s 20:29:33 20:29:33 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:33 #154 DONE 2080.6s 20:29:33 20:29:33 #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20:29:33 #49 ... 20:29:33 20:29:33 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:29:33 #151 DONE 2081.4s 20:29:33 20:29:33 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:33 #218 DONE 0.2s 20:29:33 20:29:33 #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20:29:33 #49 ... 20:29:33 20:29:33 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:29:33 #219 DONE 0.2s 20:29:33 20:29:33 #220 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:33 #220 CACHED 20:29:33 20:29:33 #221 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:29:33 #221 CACHED 20:29:33 20:29:33 #222 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 20:29:33 #222 DONE 0.5s 20:29:33 20:29:33 #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:29:33 #223 DONE 0.5s 20:29:33 20:29:33 #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:33 #224 DONE 0.3s 20:29:33 20:29:33 #225 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:29:33 #225 ... 20:29:33 20:29:33 #226 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 20:29:33 #226 DONE 0.1s 20:29:33 20:29:33 #225 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:29:33 #225 DONE 0.2s 20:29:33 20:29:33 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:29:33 #227 DONE 0.2s 20:29:33 20:29:33 #106 [support-notifications] exporting to image 20:29:33 #106 exporting layers 20:29:33 #106 ... 20:29:33 20:29:33 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:29:33 #228 DONE 0.7s 20:29:33 20:29:33 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:29:33 #229 DONE 0.1s 20:29:33 20:29:33 #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20:29:33 #49 ... 20:29:33 20:29:33 #106 [support-cron-scheduler] exporting to image 20:29:33 #106 exporting layers 0.9s done 20:29:33 #106 writing image sha256:f7c5a6ecaec23b88faf931fe794dea58eed471ac412fdb7359e514ebd29ab526 0.0s done 20:29:33 #106 naming to docker.io/library/support-notifications-arm64 done 20:29:33 #106 writing image sha256:a3581aa32b84f5e165530270aed0b52ac99a4509fc2a2374f5eecf1139ef13a5 done 20:29:33 #106 naming to docker.io/library/support-cron-scheduler-arm64 done 20:29:33 #106 exporting layers 0.5s done 20:29:33 #106 writing image sha256:0904c6e375f86ed285b0155dac8b261369e5f7f01175d854dc5008020d9aeca1 done 20:29:33 #106 naming to docker.io/library/support-scheduler-arm64 done 20:29:33 #106 DONE 19.1s 20:29:33 20:29:33 #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20:29:33 time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:33 time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:29:33 $ docker stop --time=1 b21ed58f68401638b285ffbc70dfae5cc4d20ab00215a8c80bffa9b224ae0129 20:29:35 $ docker rm -f --volumes b21ed58f68401638b285ffbc70dfae5cc4d20ab00215a8c80bffa9b224ae0129 [Pipeline] // withDockerContainer [Pipeline] sh 20:29:35 + docker images 20:29:35 REPOSITORY TAG IMAGE ID CREATED SIZE 20:29:35 support-scheduler-arm64 latest 0904c6e375f8 3 seconds ago 41.2MB 20:29:35 support-cron-scheduler-arm64 latest a3581aa32b84 4 seconds ago 41.6MB 20:29:35 support-notifications-arm64 latest f7c5a6ecaec2 4 seconds ago 41.9MB 20:29:35 core-data-arm64 latest d2ba3542f3bc 38 seconds ago 39MB 20:29:35 core-metadata-arm64 latest 02a0c395f26b 38 seconds ago 39.1MB 20:29:35 core-keeper-arm64 latest 034c552890cd 39 seconds ago 38.9MB 20:29:35 core-command-arm64 latest 533971d047a2 2 minutes ago 35MB 20:29:35 security-proxy-auth-arm64 latest bb46e13bada8 3 minutes ago 32.6MB 20:29:35 security-spiffe-token-provider-arm64 latest 2ca74664c344 11 minutes ago 29MB 20:29:35 core-common-config-bootstrapper-arm64 latest be5fb1a6917a 13 minutes ago 15.3MB 20:29:35 security-secretstore-setup-arm64 latest 49fb6dd73415 14 minutes ago 36.4MB 20:29:35 security-bootstrapper-arm64 latest 6511b566c5a5 14 minutes ago 18.9MB 20:29:35 security-proxy-setup-arm64 latest afcba3bea464 14 minutes ago 26.1MB 20:29:35 security-spire-server-arm64 latest 4833692e1e51 36 minutes ago 116MB 20:29:35 security-spire-config-arm64 latest a0891fb60bcc 36 minutes ago 115MB 20:29:35 security-spire-agent-arm64 latest 9cee82732b48 36 minutes ago 174MB 20:29:35 ci-base-image-arm64 latest 5f24354a2b79 55 minutes ago 965MB 20:29:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB 20:29:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 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:29:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:29:36 20:29:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:29:37 arm64: Pulling from edgex-lftools-log-publisher 20:29:37 8998bd30e6a1: Pulling fs layer 20:29:37 04944245beec: Pulling fs layer 20:29:37 699f458cf7ca: Pulling fs layer 20:29:37 765212b225bb: Pulling fs layer 20:29:37 f23df028b6ca: Pulling fs layer 20:29:37 d65c8cfc05b1: Pulling fs layer 20:29:37 2437ff75d9bd: Pulling fs layer 20:29:37 2437ff75d9bd: Waiting 20:29:37 f23df028b6ca: Waiting 20:29:37 d65c8cfc05b1: Waiting 20:29:37 765212b225bb: Waiting 20:29:37 04944245beec: Verifying Checksum 20:29:37 04944245beec: Download complete 20:29:37 765212b225bb: Verifying Checksum 20:29:37 765212b225bb: Download complete 20:29:37 f23df028b6ca: Verifying Checksum 20:29:37 f23df028b6ca: Download complete 20:29:37 d65c8cfc05b1: Verifying Checksum 20:29:37 d65c8cfc05b1: Download complete 20:29:37 699f458cf7ca: Verifying Checksum 20:29:37 699f458cf7ca: Download complete 20:29:38 8998bd30e6a1: Verifying Checksum 20:29:38 8998bd30e6a1: Download complete 20:29:40 2437ff75d9bd: Verifying Checksum 20:29:40 2437ff75d9bd: Download complete 20:29:43 8998bd30e6a1: Pull complete 20:29:43 04944245beec: Pull complete 20:29:44 699f458cf7ca: Pull complete 20:29:45 765212b225bb: Pull complete 20:29:46 f23df028b6ca: Pull complete 20:29:46 d65c8cfc05b1: Pull complete 20:30:04 2437ff75d9bd: Pull complete 20:30:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:30:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:04 prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container 20:30:05 $ 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:30:08 $ docker top 0a79f73b960fcbdaadd91960c78db51036e2ca6a0ce55ac838a32f9aa8b7079a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:09 ---> job-cost.sh 20:30:09 lf-activate-venv: SKIPPING 20:30:09 INFO: No Stack... 20:30:09 INFO: Retrieving Pricing Info for: v3-standard-4 20:30:10 INFO: Archiving Costs [Pipeline] sh 20:30:11 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:30:11 + cut -d, -f6 [Pipeline] lock 20:30:11 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] 20:30:11 Resource [jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] did not exist. Created. 20:30:11 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:30:12 + echo total: 0.10999999940395355 [Pipeline] stash 20:30:12 Stashed 1 file(s) [Pipeline] } 20:30:12 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:30:12 $ docker stop --time=1 0a79f73b960fcbdaadd91960c78db51036e2ca6a0ce55ac838a32f9aa8b7079a 20:30:13 $ docker rm -f --volumes 0a79f73b960fcbdaadd91960c78db51036e2ca6a0ce55ac838a32f9aa8b7079a [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:30:15 provisioning config files... 20:30:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5741109767998423905tmp [Pipeline] { [Pipeline] sh 20:30:15 + set +x 20:30:15 + bash -s -- 20:30:15 + curl -s https://codecov.io/bash 20:30:15 20:30:15 _____ _ 20:30:15 / ____| | | 20:30:15 | | ___ __| | ___ ___ _____ __ 20:30:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:30:15 | |___| (_) | (_| | __/ (_| (_) \ V / 20:30:15 \_____\___/ \__,_|\___|\___\___/ \_/ 20:30:15 Bash-1.0.6 20:30:15 20:30:15 20:30:15 ==> git version 2.25.1 found 20:30:15 ==> 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:30:15 Release-Date: 2020-01-08 20:30:15 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:30:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:30:15 ==> Jenkins CI detected. 20:30:15 current dir:  /w/workspace/edgex-go/1 20:30:15 project root: . 20:30:15 --> token set from env 20:30:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:30:15 ==> Running gcov in . (disable via -X gcov) 20:30:15 ==> Python coveragepy not found 20:30:15 ==> Searching for coverage reports in: 20:30:15 + . 20:30:15 -> Found 1 reports 20:30:15 ==> Detecting git/mercurial file structure 20:30:15 ==> Reading reports 20:30:15 + ./coverage.out bytes=497982 20:30:15 ==> Appending adjustments 20:30:15 https://docs.codecov.io/docs/fixing-reports 20:30:17 + Found adjustments 20:30:17 ==> Gzipping contents 20:30:17 64K /tmp/codecov.Cc2Pm0.gz 20:30:17 ==> Uploading reports 20:30:17 url: https://codecov.io 20:30:17 query: branch=PR-4846&commit=6864b6a6596971ecbf015eda9d5b15b16885470e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4846%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4846&job=&cmd_args= 20:30:17 -> Pinging Codecov 20:30:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4846&commit=6864b6a6596971ecbf015eda9d5b15b16885470e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4846%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4846&job=&cmd_args= 20:30:17 -> Uploading to 20:30:17 https://storage.googleapis.com/codecov/v4/raw/2024-07-31/00271124DB129430A58F1EEE437C3FCB/6864b6a6596971ecbf015eda9d5b15b16885470e/dbefac59-6ae2-4959-aa20-588675250ecd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240731%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240731T203017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0c9e06eebaeb37f1a030c64c84a8207991d6f1cbd3254afb2af586016937fca1 20:30:17 % Total % Received % Xferd Average Speed Time Time Time Current 20:30:17 Dload Upload Total Spent Left Speed 20:30:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63217 0 0 100 63217 0 222k --:--:-- --:--:-- --:--:-- 222k 20:30:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] } 20:30:17 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:30:19 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:30:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:30:20 ---> package-listing.sh 20:30:20 ++ facter osfamily 20:30:20 ++ tr '[:upper:]' '[:lower:]' 20:30:20 + OS_FAMILY=debian 20:30:20 + workspace=/w/workspace/edgex-go/1 20:30:20 + START_PACKAGES=/tmp/packages_start.txt 20:30:20 + END_PACKAGES=/tmp/packages_end.txt 20:30:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:30:20 + PACKAGES=/tmp/packages_start.txt 20:30:20 + '[' /w/workspace/edgex-go/1 ']' 20:30:20 + PACKAGES=/tmp/packages_end.txt 20:30:20 + case "${OS_FAMILY}" in 20:30:20 + dpkg -l 20:30:20 + grep '^ii' 20:30:20 + '[' -f /tmp/packages_start.txt ']' 20:30:20 + '[' -f /tmp/packages_end.txt ']' 20:30:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:30:20 + '[' /w/workspace/edgex-go/1 ']' 20:30:20 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:30:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:30:20 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:30:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:21 20:30:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:24 latest: Pulling from edgex-lftools-log-publisher 20:30:24 5eb5b503b376: Pulling fs layer 20:30:24 5c69ac0246d0: Pulling fs layer 20:30:24 ec43610c2a17: Pulling fs layer 20:30:24 3a2ae6a8a46f: Pulling fs layer 20:30:24 33b1e0a273af: Pulling fs layer 20:30:24 5d3b04190fa2: Pulling fs layer 20:30:24 2f39f015ded8: Pulling fs layer 20:30:24 3a2ae6a8a46f: Waiting 20:30:24 33b1e0a273af: Waiting 20:30:24 2f39f015ded8: Waiting 20:30:24 5d3b04190fa2: Waiting 20:30:24 5c69ac0246d0: Download complete 20:30:24 3a2ae6a8a46f: Verifying Checksum 20:30:24 3a2ae6a8a46f: Download complete 20:30:24 33b1e0a273af: Verifying Checksum 20:30:24 33b1e0a273af: Download complete 20:30:24 5d3b04190fa2: Verifying Checksum 20:30:24 5d3b04190fa2: Download complete 20:30:24 ec43610c2a17: Download complete 20:30:24 5eb5b503b376: Download complete 20:30:25 5eb5b503b376: Pull complete 20:30:25 5c69ac0246d0: Pull complete 20:30:26 ec43610c2a17: Pull complete 20:30:26 3a2ae6a8a46f: Pull complete 20:30:26 33b1e0a273af: Pull complete 20:30:26 5d3b04190fa2: Pull complete 20:30:30 2f39f015ded8: Pull complete 20:30:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:30:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:30 prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container 20:30:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:30:35 $ docker top 0790324c61ea67a2c29176b02ce351bbe9410e3a0d55bc7d41b1914fae7c18ac -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:36 + touch /tmp/pre-build-complete [Pipeline] sh 20:30:36 + mkdir -p /var/log/sysstat [Pipeline] sh 20:30:36 + ls /var/log/sa-host 20:30:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:30:37 provisioning config files... 20:30:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5713658610342912018tmp [Pipeline] { [Pipeline] echo 20:30:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:30:37 ---> create-netrc.sh [Pipeline] } 20:30:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:30:38 ---> python-tools-install.sh [Pipeline] echo 20:30:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:30:38 ---> sudo-logs.sh 20:30:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:30:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:30:38 ---> job-cost.sh 20:30:38 lf-activate-venv: SKIPPING 20:30:38 DEBUG: total: 0.10999999940395355 20:30:38 INFO: Retrieving Stack Cost... 20:30:39 INFO: Retrieving Pricing Info for: v3-standard-8 20:30:39 INFO: Archiving Costs [Pipeline] echo 20:30:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:30:40 ---> logs-deploy.sh 20:30:40 lf-activate-venv: SKIPPING 20:30:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4846/1 20:30:40 INFO: archiving workspace using pattern(s): 20:30:43 Archives upload complete. 20:30:43 INFO: archiving logs to Nexus 20:30:43 ---> uname -a: 20:30:43 Linux prd-ubuntu20-04-docker-8c-8g-6896 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:30:43 20:30:43 20:30:43 ---> lscpu: 20:30:43 Architecture: x86_64 20:30:43 CPU op-mode(s): 32-bit, 64-bit 20:30:43 Byte Order: Little Endian 20:30:43 Address sizes: 40 bits physical, 48 bits virtual 20:30:43 CPU(s): 8 20:30:43 On-line CPU(s) list: 0-7 20:30:43 Thread(s) per core: 1 20:30:43 Core(s) per socket: 1 20:30:43 Socket(s): 8 20:30:43 NUMA node(s): 1 20:30:43 Vendor ID: AuthenticAMD 20:30:43 CPU family: 23 20:30:43 Model: 49 20:30:43 Model name: AMD EPYC-Rome Processor 20:30:43 Stepping: 0 20:30:43 CPU MHz: 2799.998 20:30:43 BogoMIPS: 5599.99 20:30:43 Virtualization: AMD-V 20:30:43 Hypervisor vendor: KVM 20:30:43 Virtualization type: full 20:30:43 L1d cache: 256 KiB 20:30:43 L1i cache: 256 KiB 20:30:43 L2 cache: 4 MiB 20:30:43 L3 cache: 128 MiB 20:30:43 NUMA node0 CPU(s): 0-7 20:30:43 Vulnerability Itlb multihit: Not affected 20:30:43 Vulnerability L1tf: Not affected 20:30:43 Vulnerability Mds: Not affected 20:30:43 Vulnerability Meltdown: Not affected 20:30:43 Vulnerability Mmio stale data: Not affected 20:30:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:30:43 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:30:43 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:30:43 Vulnerability Srbds: Not affected 20:30:43 Vulnerability Tsx async abort: Not affected 20:30:43 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:30:43 20:30:43 20:30:43 ---> nproc: 20:30:43 8 20:30:43 20:30:43 20:30:43 ---> df -h: 20:30:43 Filesystem Size Used Avail Use% Mounted on 20:30:43 overlay 155G 28G 128G 18% / 20:30:43 tmpfs 64M 0 64M 0% /dev 20:30:43 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:30:43 shm 64M 0 64M 0% /dev/shm 20:30:43 /dev/vda1 155G 28G 128G 18% /facter-os 20:30:43 20:30:43 20:30:43 ---> sar -b -r -n DEV: 20:30:43 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6896) 07/31/24 _x86_64_ (8 CPU) 20:30:43 20:30:43 19:28:45 LINUX RESTART (8 CPU) 20:30:43 20:30:43 19:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:30:43 19:30:01 333.58 47.96 285.62 0.00 5390.70 67428.90 0.00 20:30:43 19:31:01 186.62 1.03 185.59 0.00 23.60 62699.82 0.00 20:30:43 19:32:01 44.23 0.00 44.23 0.00 0.00 33585.75 0.00 20:30:43 19:33:01 33.46 0.17 33.29 0.00 2.53 18439.19 0.00 20:30:43 19:34:01 243.83 0.33 243.49 0.00 32.66 206630.09 0.00 20:30:43 19:35:01 868.49 17.76 850.73 0.00 4460.91 199664.65 0.00 20:30:43 19:36:01 285.70 0.48 285.22 0.00 4.27 85328.62 0.00 20:30:43 19:37:01 395.85 0.07 395.78 0.00 0.53 119060.31 0.00 20:30:43 19:38:01 821.50 0.05 821.45 0.00 0.93 137927.81 0.00 20:30:43 19:39:01 2.52 0.00 2.52 0.00 0.00 36.39 0.00 20:30:43 19:40:01 2.65 1.02 1.63 0.00 21.86 18.26 0.00 20:30:43 19:41:01 2.00 0.00 2.00 0.00 0.00 27.20 0.00 20:30:43 19:42:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 20:30:43 19:43:01 1.98 0.00 1.98 0.00 0.00 22.26 0.00 20:30:43 19:44:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 20:30:43 19:45:01 1.47 0.02 1.45 0.00 0.13 21.86 0.00 20:30:43 19:46:01 1.90 0.65 1.25 0.00 21.33 14.93 0.00 20:30:43 19:47:01 2.08 0.85 1.23 0.00 14.13 16.79 0.00 20:30:43 19:48:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 20:30:43 19:49:02 1.57 0.00 1.57 0.00 0.00 19.73 0.00 20:30:43 19:50:01 1.08 0.00 1.08 0.00 0.00 12.61 0.00 20:30:43 19:51:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 20:30:43 19:52:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 20:30:43 19:53:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 20:30:43 19:54:01 0.93 0.00 0.93 0.00 0.00 11.33 0.00 20:30:43 19:55:01 1.67 0.00 1.67 0.00 0.00 19.20 0.00 20:30:43 19:56:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 20:30:43 19:57:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 20:30:43 19:58:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 20:30:43 19:59:01 0.85 0.00 0.85 0.00 0.00 11.06 0.00 20:30:43 20:00:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 20:30:43 20:01:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 20:30:43 20:02:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 20:30:43 20:03:01 0.93 0.00 0.93 0.00 0.00 11.73 0.00 20:30:43 20:04:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 20:30:43 20:05:01 1.60 0.00 1.60 0.00 0.00 19.33 0.00 20:30:43 20:06:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 20:30:43 20:07:01 0.92 0.00 0.92 0.00 0.00 12.00 0.00 20:30:43 20:08:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 20:30:43 20:09:01 0.92 0.00 0.92 0.00 0.00 12.93 0.00 20:30:43 20:10:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 20:30:43 20:11:01 0.95 0.00 0.95 0.00 0.00 11.73 0.00 20:30:43 20:12:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 20:30:43 20:13:01 0.98 0.00 0.98 0.00 0.00 12.80 0.00 20:30:43 20:14:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 20:30:43 20:15:01 1.17 0.00 1.17 0.00 0.00 14.93 0.00 20:30:43 20:16:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 20:30:43 20:17:01 0.95 0.02 0.93 0.00 0.13 12.26 0.00 20:30:43 20:18:01 1.65 0.00 1.65 0.00 0.00 18.13 0.00 20:30:43 20:19:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 20:30:43 20:20:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 20:30:43 20:21:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 20:30:43 20:22:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 20:30:43 20:23:01 0.88 0.00 0.88 0.00 0.00 11.73 0.00 20:30:43 20:24:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 20:30:43 20:25:01 1.48 0.00 1.48 0.00 0.00 19.20 0.00 20:30:43 20:26:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 20:30:43 20:27:01 0.90 0.00 0.90 0.00 0.00 11.33 0.00 20:30:43 20:28:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 20:30:43 20:29:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 20:30:43 20:30:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 20:30:43 Average: 53.80 1.15 52.65 0.00 163.56 15276.28 0.00 20:30:43 20:30:43 19:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:30:43 19:30:01 29120880 31537340 802700 2.44 67768 2627704 2046000 6.03 1060820 2337664 393504 20:30:43 19:31:01 27460208 31332812 975664 2.97 126980 3896296 2285684 6.74 1730052 3171452 616788 20:30:43 19:32:01 27173808 31202832 1104248 3.36 131316 4029948 2521468 7.43 1728160 3442300 247080 20:30:43 19:33:01 26585220 31400904 904228 2.75 134508 4758716 1986064 5.85 1779760 3924412 477960 20:30:43 19:34:01 20973956 31383844 917920 2.79 145324 10220000 2845828 8.39 1872888 9309936 1187748 20:30:43 19:35:01 14463296 31352744 902448 2.74 333692 16116372 2360004 6.96 2812228 14434076 1648464 20:30:43 19:36:01 9577204 28882500 3295852 10.02 382888 18101376 10610132 31.27 6200460 15438176 1450824 20:30:43 19:37:01 5678832 27074368 5116724 15.56 392748 20128064 10472316 30.86 8776520 16723932 478460 20:30:43 19:38:01 9828228 31390956 861564 2.62 405888 20440344 2136296 6.30 3286404 18313660 332 20:30:43 19:39:01 9828432 31391164 861280 2.62 405924 20440348 2136296 6.30 3285936 18313664 32 20:30:43 19:40:01 9868124 31431868 820528 2.50 405988 20440964 2150624 6.34 3249340 18314196 4 20:30:43 19:41:01 9876284 31440032 812292 2.47 406024 20440964 2134540 6.29 3237428 18314200 4 20:30:43 19:42:01 9877812 31441612 810744 2.47 406036 20440972 2134540 6.29 3236060 18314200 8 20:30:43 19:43:01 9879532 31443396 809280 2.46 406104 20440976 2134540 6.29 3236256 18314212 12 20:30:43 19:44:01 9881596 31445464 807220 2.45 406136 20440976 2134540 6.29 3234580 18314216 12 20:30:43 19:45:01 9881576 31445476 807344 2.46 406172 20440956 2121848 6.25 3235284 18314188 176 20:30:43 19:46:01 9880148 31444964 807716 2.46 406208 20441252 2121848 6.25 3238824 18314268 40 20:30:43 19:47:01 9875500 31441496 810996 2.47 406240 20442024 2121848 6.25 3243112 18314436 172 20:30:43 19:48:01 9874980 31441020 811440 2.47 406248 20442024 2104992 6.20 3242572 18314436 8 20:30:43 19:49:02 9875744 31441816 810616 2.47 406296 20442008 2104992 6.20 3242004 18314440 184 20:30:43 19:50:01 9875128 31441236 811096 2.47 406308 20442032 2104992 6.20 3241892 18314440 8 20:30:43 19:51:01 9875264 31441388 811088 2.47 406332 20442036 2104992 6.20 3241976 18314448 180 20:30:43 19:52:01 9875248 31441380 811056 2.47 406344 20442040 2104992 6.20 3241992 18314452 4 20:30:43 19:53:01 9874608 31440780 811608 2.47 406352 20442044 2104992 6.20 3242104 18314452 4 20:30:43 19:54:01 9874608 31440800 811520 2.47 406376 20442048 2104992 6.20 3241896 18314456 8 20:30:43 19:55:01 9874624 31440848 811516 2.47 406408 20442048 2104992 6.20 3241976 18314460 20 20:30:43 19:56:01 9874576 31440804 811496 2.47 406420 20442052 2104992 6.20 3241996 18314464 12 20:30:43 19:57:01 9874300 31440592 811684 2.47 406444 20442056 2104992 6.20 3242068 18314472 176 20:30:43 19:58:01 9874468 31440808 811592 2.47 406460 20442120 2104992 6.20 3242068 18314520 4 20:30:43 19:59:01 9874484 31440836 811520 2.47 406472 20442128 2104992 6.20 3241972 18314524 200 20:30:43 20:00:01 9874436 31440868 811456 2.47 406524 20442124 2121072 6.25 3242144 18314524 8 20:30:43 20:01:01 9874136 31440612 811652 2.47 406548 20442132 2121072 6.25 3242240 18314544 180 20:30:43 20:02:01 9874048 31440568 811588 2.47 406564 20442136 2121072 6.25 3242916 18314548 16 20:30:43 20:03:01 9874312 31440860 811512 2.47 406592 20442136 2121072 6.25 3242368 18314548 188 20:30:43 20:04:01 9874164 31440740 811584 2.47 406628 20442140 2121072 6.25 3242196 18314552 12 20:30:43 20:05:01 9874260 31440844 811616 2.47 406656 20442128 2121072 6.25 3242384 18314556 44 20:30:43 20:06:01 9874496 31441116 811324 2.47 406664 20442144 2121072 6.25 3242596 18314556 8 20:30:43 20:07:01 9874512 31441268 811100 2.47 406680 20442276 2121072 6.25 3242352 18314676 196 20:30:43 20:08:01 9874244 31441000 811292 2.47 406692 20442280 2121072 6.25 3242352 18314676 20 20:30:43 20:09:01 9874448 31441264 811000 2.47 406708 20442284 2121072 6.25 3242284 18314684 200 20:30:43 20:10:01 9874400 31441264 810940 2.47 406752 20442284 2121072 6.25 3242388 18314692 4 20:30:43 20:11:01 9874568 31441468 810896 2.47 406772 20442292 2121072 6.25 3242392 18314704 180 20:30:43 20:12:01 9874300 31441240 811312 2.47 406796 20442296 2121072 6.25 3242424 18314708 8 20:30:43 20:13:01 9874536 31441576 810876 2.47 406816 20442428 2121072 6.25 3242448 18314804 176 20:30:43 20:14:01 9874488 31441564 810856 2.47 406832 20442428 2121072 6.25 3242496 18314804 4 20:30:43 20:15:01 9874156 31441280 811096 2.47 406860 20442432 2121072 6.25 3242576 18314844 196 20:30:43 20:16:01 9874100 31441260 811064 2.47 406884 20442432 2121072 6.25 3242596 18314844 8 20:30:43 20:17:01 9874552 31441728 810728 2.47 406916 20442436 2104552 6.20 3242936 18314852 200 20:30:43 20:18:01 9874188 31441452 810916 2.47 406948 20442444 2104552 6.20 3242720 18314856 8 20:30:43 20:19:01 9874212 31441544 810812 2.47 406976 20442444 2104552 6.20 3242632 18314860 184 20:30:43 20:20:01 9874188 31441528 810732 2.47 407016 20442436 2104552 6.20 3242676 18314864 8 20:30:43 20:21:01 9874140 31441516 810672 2.47 407052 20442448 2104552 6.20 3242988 18314860 184 20:30:43 20:22:01 9873832 31441220 810900 2.47 407052 20442452 2104552 6.20 3242728 18314864 8 20:30:43 20:23:01 9874036 31441492 810604 2.47 407076 20442456 2104552 6.20 3242796 18314872 196 20:30:43 20:24:01 9874204 31441660 810568 2.47 407100 20442456 2120820 6.25 3242784 18314872 12 20:30:43 20:25:01 9873748 31441272 810948 2.47 407140 20442460 2104316 6.20 3242936 18314880 196 20:30:43 20:26:01 9873692 31441252 810896 2.47 407172 20442468 2104316 6.20 3242904 18314880 8 20:30:43 20:27:01 9873828 31441392 810896 2.47 407188 20442472 2104316 6.20 3242912 18314884 204 20:30:43 20:28:01 9873812 31441380 810868 2.47 407200 20442476 2104316 6.20 3242904 18314888 8 20:30:43 20:29:01 9873512 31441084 811088 2.47 407216 20442476 2104316 6.20 3242904 18314888 180 20:30:43 20:30:01 9873968 31441608 810652 2.47 407252 20442464 2120372 6.25 3243040 18314896 4 20:30:43 Average: 11218167 31318934 936187 2.85 381405 19070584 2414216 7.11 3243765 17040233 106644 20:30:43 20:30:43 19:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:30:43 19:30:01 docker0 565.44 516.33 39.04 2873.75 0.00 0.00 0.00 0.00 20:30:43 19:30:01 lo 5.53 5.53 0.54 0.54 0.00 0.00 0.00 0.00 20:30:43 19:30:01 ens3 1528.25 1414.65 11336.05 181.82 0.00 0.00 0.00 0.00 20:30:43 19:31:01 docker0 263.01 380.14 21.89 2066.52 0.00 0.00 0.00 0.00 20:30:43 19:31:01 vethbfc5d11 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:31:01 ens3 415.00 284.17 2099.62 39.47 0.00 0.00 0.00 0.00 20:30:43 19:32:01 docker0 1.57 1.57 0.12 0.14 0.00 0.00 0.00 0.00 20:30:43 19:32:01 vethbfc5d11 1.57 1.60 0.14 0.14 0.00 0.00 0.00 0.00 20:30:43 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:32:01 ens3 31.69 21.96 24.60 14.08 0.00 0.00 0.00 0.00 20:30:43 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:33:01 vethbfc5d11 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:33:01 ens3 19.61 11.56 21.34 8.60 0.00 0.00 0.00 0.00 20:30:43 19:34:01 vethc1fb61a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth1064a43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 docker0 7.18 11.06 0.46 124.20 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth4e9204e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth255ea22 4.72 7.23 0.37 92.55 0.00 0.00 0.00 0.01 20:30:43 19:34:01 veth40bc074 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth33acb17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth2ea75a4 0.60 0.62 0.05 0.24 0.00 0.00 0.00 0.00 20:30:43 19:34:01 vethef70fb8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth3bb8757 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth2d046f0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth88ee432 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 vethd141f52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 ens3 141.53 120.05 2410.67 163.89 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth369d870 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 veth38f7996 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:34:01 vethfab54f6 1.87 3.67 0.14 31.44 0.00 0.00 0.00 0.00 20:30:43 19:35:01 docker0 470.26 764.75 40.15 6863.40 0.00 0.00 0.00 0.00 20:30:43 19:35:01 veth2ea75a4 0.07 0.73 0.00 0.03 0.00 0.00 0.00 0.00 20:30:43 19:35:01 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 20:30:43 19:35:01 ens3 1008.18 570.48 10446.45 63.93 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth897a23c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth57495d1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 vethfcfd5b1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth3b21f56 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 vethacd193b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 docker0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth2ea75a4 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth7e874c7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth4548e1d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth77d25fd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth4c847e2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth7dcf354 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth349d5d5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 veth8f60cc5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:36:01 ens3 15.23 8.43 12.18 6.50 0.00 0.00 0.00 0.00 20:30:43 19:36:01 vethca6bed1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth897a23c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth57495d1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 vethfcfd5b1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth3b21f56 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 vethacd193b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth2ea75a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth7e874c7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth4548e1d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth77d25fd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth4c847e2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth7dcf354 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth349d5d5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 veth8f60cc5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:37:01 ens3 3.48 1.90 2.73 1.46 0.00 0.00 0.00 0.00 20:30:43 19:37:01 vethca6bed1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:38:01 ens3 26.96 14.60 22.37 11.63 0.00 0.00 0.00 0.00 20:30:43 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:39:01 ens3 0.63 0.33 1.89 0.02 0.00 0.00 0.00 0.00 20:30:43 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:40:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:30:43 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:44:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:45:01 ens3 0.35 0.28 0.09 0.08 0.00 0.00 0.00 0.00 20:30:43 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:46:01 ens3 2.72 2.15 2.17 3.03 0.00 0.00 0.00 0.00 20:30:43 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:47:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:30:43 19:47:01 ens3 5.56 4.72 3.41 3.36 0.00 0.00 0.00 0.00 20:30:43 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:48:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:49:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:49:02 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:50:01 ens3 0.14 0.08 0.08 0.07 0.00 0.00 0.00 0.00 20:30:43 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:54:01 ens3 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 20:30:43 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:55:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 20:30:43 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 19:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 19:59:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:00:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 20:30:43 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:02:01 ens3 0.37 0.37 0.25 0.21 0.00 0.00 0.00 0.00 20:30:43 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:03:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:04:01 ens3 0.42 0.00 0.04 0.00 0.00 0.00 0.00 0.00 20:30:43 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:05:01 ens3 0.95 0.80 0.60 0.37 0.00 0.00 0.00 0.00 20:30:43 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:08:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:10:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 20:30:43 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:15:01 ens3 0.45 0.40 0.26 0.09 0.00 0.00 0.00 0.00 20:30:43 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:17:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:18:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:20:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 20:30:43 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:21:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:25:01 ens3 0.28 0.27 0.08 0.08 0.00 0.00 0.00 0.00 20:30:43 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:30:43 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:43 20:30:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 20:30:43 Average: docker0 21.44 27.45 1.67 195.61 0.00 0.00 0.00 0.00 20:30:43 Average: lo 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 20:30:43 Average: ens3 52.57 40.34 432.69 8.19 0.00 0.00 0.00 0.00 20:30:43 20:30:43 20:30:43 ---> sar -P ALL: 20:30:43 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6896) 07/31/24 _x86_64_ (8 CPU) 20:30:43 20:30:43 19:28:45 LINUX RESTART (8 CPU) 20:30:43 20:30:43 19:29:01 CPU %user %nice %system %iowait %steal %idle 20:30:43 19:30:01 all 9.80 0.00 3.15 2.53 0.05 84.47 20:30:43 19:30:01 0 8.25 0.00 2.60 0.29 0.05 88.81 20:30:43 19:30:01 1 13.28 0.00 2.62 2.20 0.05 81.85 20:30:43 19:30:01 2 10.11 0.00 4.09 3.08 0.03 82.68 20:30:43 19:30:01 3 8.67 0.00 3.01 6.80 0.05 81.46 20:30:43 19:30:01 4 7.84 0.00 4.00 1.54 0.05 86.57 20:30:43 19:30:01 5 13.37 0.00 3.18 2.21 0.03 81.20 20:30:43 19:30:01 6 8.74 0.00 3.60 3.46 0.07 84.13 20:30:43 19:30:01 7 8.13 0.00 2.07 0.71 0.07 89.04 20:30:43 19:31:01 all 24.38 0.00 5.08 3.04 0.07 67.43 20:30:43 19:31:01 0 24.03 0.00 4.91 0.32 0.05 70.69 20:30:43 19:31:01 1 22.87 0.00 4.51 0.35 0.08 72.18 20:30:43 19:31:01 2 24.62 0.00 5.86 7.99 0.10 61.44 20:30:43 19:31:01 3 24.38 0.00 6.41 8.98 0.08 60.14 20:30:43 19:31:01 4 23.93 0.00 4.26 0.39 0.05 71.37 20:30:43 19:31:01 5 23.78 0.00 5.03 5.30 0.07 65.83 20:30:43 19:31:01 6 26.57 0.00 5.08 0.92 0.07 67.36 20:30:43 19:31:01 7 24.84 0.00 4.60 0.10 0.07 70.40 20:30:43 19:32:01 all 27.42 0.00 4.37 1.26 0.07 66.87 20:30:43 19:32:01 0 27.64 0.00 4.97 0.12 0.08 67.19 20:30:43 19:32:01 1 28.48 0.00 4.39 0.35 0.07 66.72 20:30:43 19:32:01 2 23.70 0.00 4.24 0.07 0.07 71.92 20:30:43 19:32:01 3 25.43 0.00 4.48 0.00 0.08 70.01 20:30:43 19:32:01 4 32.23 0.00 4.36 0.08 0.07 63.26 20:30:43 19:32:01 5 25.79 0.00 3.85 1.09 0.07 69.19 20:30:43 19:32:01 6 27.00 0.00 4.13 0.03 0.07 68.76 20:30:43 19:32:01 7 29.12 0.00 4.57 8.31 0.08 57.91 20:30:43 19:33:01 all 61.67 0.00 7.79 1.42 0.08 29.04 20:30:43 19:33:01 0 60.49 0.00 7.61 1.72 0.07 30.11 20:30:43 19:33:01 1 62.27 0.00 7.38 0.37 0.08 29.89 20:30:43 19:33:01 2 61.08 0.00 7.89 1.63 0.07 29.34 20:30:43 19:33:01 3 60.05 0.00 7.17 0.03 0.08 32.66 20:30:43 19:33:01 4 62.91 0.00 7.78 0.97 0.07 28.26 20:30:43 19:33:01 5 64.04 0.00 8.49 2.02 0.08 25.37 20:30:43 19:33:01 6 61.02 0.00 8.09 1.62 0.08 29.18 20:30:43 19:33:01 7 61.49 0.00 7.93 2.99 0.08 27.50 20:30:43 19:34:01 all 21.31 0.00 6.72 14.72 0.10 57.16 20:30:43 19:34:01 0 21.49 0.00 6.65 22.04 0.10 49.71 20:30:43 19:34:01 1 22.86 0.00 8.12 25.03 0.09 43.90 20:30:43 19:34:01 2 22.96 0.00 7.88 21.75 0.10 47.31 20:30:43 19:34:01 3 18.50 0.00 5.74 10.99 0.10 64.67 20:30:43 19:34:01 4 22.06 0.00 6.62 5.23 0.09 66.00 20:30:43 19:34:01 5 21.79 0.00 6.59 7.40 0.10 64.11 20:30:43 19:34:01 6 19.55 0.00 6.19 19.87 0.10 54.28 20:30:43 19:34:01 7 21.23 0.00 5.97 5.48 0.09 67.24 20:30:43 19:35:01 all 12.22 0.00 6.92 22.88 0.10 57.89 20:30:43 19:35:01 0 9.87 0.00 6.48 19.24 0.10 64.31 20:30:43 19:35:01 1 14.41 0.00 8.11 29.57 0.10 47.81 20:30:43 19:35:01 2 16.02 0.00 7.51 24.38 0.10 51.98 20:30:43 19:35:01 3 12.17 0.00 7.17 27.97 0.10 52.59 20:30:43 19:35:01 4 12.05 0.00 6.78 11.73 0.13 69.31 20:30:43 19:35:01 5 11.68 0.00 5.36 9.78 0.07 73.11 20:30:43 19:35:01 6 11.88 0.00 6.04 17.36 0.08 64.63 20:30:43 19:35:01 7 9.74 0.00 7.90 43.22 0.10 39.04 20:30:43 19:36:01 all 71.16 0.00 11.31 6.68 0.12 10.73 20:30:43 19:36:01 0 71.09 0.00 11.46 2.41 0.12 14.93 20:30:43 19:36:01 1 71.62 0.00 12.11 4.60 0.12 11.56 20:30:43 19:36:01 2 70.60 0.00 11.70 6.05 0.18 11.47 20:30:43 19:36:01 3 72.19 0.00 11.65 10.12 0.12 5.92 20:30:43 19:36:01 4 71.36 0.00 10.23 11.41 0.12 6.88 20:30:43 19:36:01 5 71.08 0.00 10.92 6.24 0.10 11.66 20:30:43 19:36:01 6 70.34 0.00 11.85 3.09 0.12 14.60 20:30:43 19:36:01 7 71.02 0.00 10.55 9.55 0.10 8.78 20:30:43 19:37:01 all 89.18 0.00 10.65 0.00 0.16 0.00 20:30:43 19:37:01 0 90.62 0.00 9.23 0.00 0.15 0.00 20:30:43 19:37:01 1 89.21 0.00 10.65 0.00 0.14 0.00 20:30:43 19:37:01 2 89.71 0.00 10.12 0.00 0.15 0.02 20:30:43 19:37:01 3 88.17 0.00 11.66 0.00 0.17 0.00 20:30:43 19:37:01 4 89.26 0.00 10.55 0.02 0.17 0.00 20:30:43 19:37:01 5 88.45 0.00 11.38 0.00 0.17 0.00 20:30:43 19:37:01 6 87.93 0.00 11.89 0.00 0.19 0.00 20:30:43 19:37:01 7 90.07 0.00 9.80 0.00 0.14 0.00 20:30:43 19:38:01 all 64.93 0.00 10.73 6.23 0.16 17.95 20:30:43 19:38:01 0 65.76 0.00 9.79 7.14 0.10 17.21 20:30:43 19:38:01 1 64.18 0.00 10.50 7.33 0.10 17.89 20:30:43 19:38:01 2 64.18 0.00 10.57 6.87 0.19 18.19 20:30:43 19:38:01 3 65.87 0.00 10.59 3.77 0.12 19.65 20:30:43 19:38:01 4 67.06 0.00 10.47 4.90 0.15 17.42 20:30:43 19:38:01 5 62.60 0.00 11.91 10.36 0.30 14.83 20:30:43 19:38:01 6 66.16 0.00 10.33 3.70 0.15 19.65 20:30:43 19:38:01 7 63.53 0.00 11.71 5.91 0.15 18.69 20:30:43 19:39:01 all 0.05 0.00 0.01 0.01 0.02 99.92 20:30:43 19:39:01 0 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 19:39:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:39:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:30:43 19:39:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 19:39:01 4 0.02 0.00 0.00 0.03 0.03 99.92 20:30:43 19:39:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 19:39:01 6 0.23 0.00 0.02 0.00 0.02 99.73 20:30:43 19:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:40:01 all 0.09 0.00 0.04 0.01 0.01 99.85 20:30:43 19:40:01 0 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 19:40:01 1 0.23 0.00 0.07 0.03 0.02 99.65 20:30:43 19:40:01 2 0.05 0.00 0.02 0.02 0.00 99.92 20:30:43 19:40:01 3 0.03 0.00 0.00 0.02 0.02 99.93 20:30:43 19:40:01 4 0.07 0.00 0.07 0.00 0.03 99.83 20:30:43 19:40:01 5 0.12 0.00 0.03 0.00 0.02 99.83 20:30:43 19:40:01 6 0.22 0.00 0.07 0.00 0.00 99.72 20:30:43 19:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:30:43 19:40:01 CPU %user %nice %system %iowait %steal %idle 20:30:43 19:41:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:30:43 19:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:30:43 19:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:41:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:30:43 19:41:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:30:43 19:41:01 4 0.05 0.00 0.03 0.00 0.03 99.88 20:30:43 19:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:41:01 6 0.07 0.00 0.02 0.00 0.02 99.90 20:30:43 19:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:42:01 all 0.02 0.00 0.02 0.00 0.01 99.95 20:30:43 19:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:42:01 2 0.02 0.00 0.02 0.02 0.02 99.93 20:30:43 19:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 19:42:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 19:42:01 5 0.05 0.00 0.03 0.00 0.02 99.90 20:30:43 19:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 19:43:01 all 0.02 0.00 0.01 0.00 0.02 99.94 20:30:43 19:43:01 0 0.00 0.00 0.02 0.00 0.03 99.95 20:30:43 19:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:43:01 2 0.03 0.00 0.02 0.03 0.02 99.90 20:30:43 19:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 19:43:01 4 0.03 0.00 0.03 0.00 0.03 99.90 20:30:43 19:43:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 19:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 19:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 19:44:01 all 0.02 0.00 0.02 0.00 0.01 99.95 20:30:43 19:44:01 0 0.00 0.00 0.05 0.00 0.02 99.93 20:30:43 19:44:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 19:44:01 2 0.02 0.00 0.03 0.02 0.02 99.92 20:30:43 19:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:44:01 4 0.03 0.00 0.02 0.00 0.03 99.92 20:30:43 19:44:01 5 0.05 0.00 0.02 0.00 0.00 99.93 20:30:43 19:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:44:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:45:01 all 0.04 0.00 0.02 0.00 0.01 99.92 20:30:43 19:45:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:30:43 19:45:01 1 0.03 0.00 0.03 0.02 0.02 99.90 20:30:43 19:45:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:30:43 19:45:01 3 0.05 0.00 0.00 0.00 0.02 99.93 20:30:43 19:45:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 19:45:01 5 0.05 0.00 0.03 0.00 0.02 99.90 20:30:43 19:45:01 6 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 19:45:01 7 0.03 0.00 0.03 0.00 0.00 99.93 20:30:43 19:46:01 all 0.11 0.00 0.02 0.01 0.02 99.85 20:30:43 19:46:01 0 0.17 0.00 0.03 0.02 0.02 99.77 20:30:43 19:46:01 1 0.10 0.00 0.00 0.00 0.02 99.88 20:30:43 19:46:01 2 0.03 0.00 0.02 0.03 0.02 99.90 20:30:43 19:46:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:30:43 19:46:01 4 0.30 0.00 0.02 0.00 0.03 99.65 20:30:43 19:46:01 5 0.07 0.00 0.05 0.00 0.02 99.87 20:30:43 19:46:01 6 0.10 0.00 0.02 0.00 0.02 99.87 20:30:43 19:46:01 7 0.07 0.00 0.00 0.00 0.02 99.92 20:30:43 19:47:01 all 0.24 0.00 0.03 0.01 0.01 99.71 20:30:43 19:47:01 0 0.25 0.00 0.08 0.02 0.02 99.63 20:30:43 19:47:01 1 0.05 0.00 0.02 0.02 0.00 99.92 20:30:43 19:47:01 2 0.18 0.00 0.03 0.02 0.00 99.77 20:30:43 19:47:01 3 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 19:47:01 4 1.13 0.00 0.02 0.00 0.03 98.82 20:30:43 19:47:01 5 0.15 0.00 0.02 0.00 0.02 99.82 20:30:43 19:47:01 6 0.07 0.00 0.00 0.00 0.00 99.93 20:30:43 19:47:01 7 0.05 0.00 0.03 0.00 0.03 99.88 20:30:43 19:48:01 all 0.27 0.00 0.01 0.00 0.01 99.71 20:30:43 19:48:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 19:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 19:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:48:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:30:43 19:48:01 4 1.97 0.00 0.00 0.00 0.02 98.01 20:30:43 19:48:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 19:48:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:48:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 19:49:02 all 0.28 0.00 0.01 0.01 0.01 99.68 20:30:43 19:49:02 0 0.03 0.00 0.05 0.00 0.03 99.88 20:30:43 19:49:02 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:49:02 2 0.02 0.00 0.00 0.05 0.02 99.92 20:30:43 19:49:02 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 19:49:02 4 2.09 0.00 0.02 0.00 0.03 97.87 20:30:43 19:49:02 5 0.03 0.00 0.03 0.00 0.00 99.93 20:30:43 19:49:02 6 0.03 0.00 0.02 0.00 0.00 99.95 20:30:43 19:49:02 7 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:50:01 all 0.26 0.00 0.01 0.00 0.01 99.71 20:30:43 19:50:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 19:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 19:50:01 4 1.97 0.00 0.02 0.00 0.03 97.98 20:30:43 19:50:01 5 0.05 0.00 0.00 0.00 0.02 99.93 20:30:43 19:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 19:50:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:51:01 all 0.09 0.00 0.01 0.00 0.02 99.87 20:30:43 19:51:01 0 0.07 0.00 0.02 0.00 0.03 99.88 20:30:43 19:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:51:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 19:51:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 19:51:01 4 0.53 0.00 0.03 0.00 0.03 99.40 20:30:43 19:51:01 5 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 19:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 19:51:01 7 0.05 0.00 0.00 0.00 0.00 99.95 20:30:43 20:30:43 19:51:01 CPU %user %nice %system %iowait %steal %idle 20:30:43 19:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:30:43 19:52:01 0 0.03 0.00 0.05 0.00 0.02 99.90 20:30:43 19:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:30:43 19:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:52:01 4 0.03 0.00 0.02 0.00 0.03 99.92 20:30:43 19:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:30:43 19:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:53:01 all 0.02 0.00 0.02 0.00 0.02 99.94 20:30:43 19:53:01 0 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 19:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:53:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 19:53:01 3 0.02 0.00 0.03 0.02 0.02 99.92 20:30:43 19:53:01 4 0.07 0.00 0.03 0.00 0.03 99.87 20:30:43 19:53:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:53:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:30:43 19:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:30:43 19:54:01 all 0.05 0.00 0.02 0.00 0.01 99.92 20:30:43 19:54:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:30:43 19:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 19:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 19:54:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 19:54:01 4 0.30 0.00 0.03 0.00 0.03 99.63 20:30:43 19:54:01 5 0.07 0.00 0.03 0.00 0.02 99.88 20:30:43 19:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 19:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 19:55:01 all 0.07 0.00 0.02 0.01 0.01 99.89 20:30:43 19:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 19:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:55:01 2 0.02 0.00 0.00 0.03 0.00 99.95 20:30:43 19:55:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:30:43 19:55:01 4 0.45 0.00 0.03 0.00 0.03 99.48 20:30:43 19:55:01 5 0.03 0.00 0.05 0.00 0.02 99.90 20:30:43 19:55:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:55:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 19:56:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:30:43 19:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:56:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 19:56:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:56:01 5 0.05 0.00 0.03 0.00 0.00 99.92 20:30:43 19:56:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 19:56:01 7 0.03 0.00 0.03 0.00 0.03 99.90 20:30:43 19:57:01 all 0.01 0.00 0.02 0.00 0.01 99.96 20:30:43 19:57:01 0 0.00 0.00 0.03 0.00 0.02 99.95 20:30:43 19:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:57:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 19:57:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:30:43 19:57:01 4 0.00 0.00 0.03 0.00 0.03 99.93 20:30:43 19:57:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:30:43 19:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 19:57:01 7 0.05 0.00 0.05 0.00 0.02 99.88 20:30:43 19:58:01 all 0.03 0.00 0.00 0.00 0.01 99.95 20:30:43 19:58:01 0 0.03 0.00 0.00 0.00 0.03 99.93 20:30:43 19:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 19:58:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:30:43 19:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 19:58:01 4 0.05 0.00 0.02 0.00 0.03 99.90 20:30:43 19:58:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 19:58:01 6 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 19:58:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:30:43 19:59:01 all 0.02 0.00 0.01 0.00 0.02 99.95 20:30:43 19:59:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:30:43 19:59:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 19:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 19:59:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:30:43 19:59:01 4 0.02 0.00 0.00 0.00 0.03 99.95 20:30:43 19:59:01 5 0.05 0.00 0.03 0.00 0.02 99.90 20:30:43 19:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 19:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:00:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:30:43 20:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:00:01 2 0.03 0.00 0.00 0.03 0.00 99.93 20:30:43 20:00:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:00:01 4 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 20:00:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:30:43 20:00:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:00:01 7 0.03 0.00 0.03 0.00 0.00 99.93 20:30:43 20:01:01 all 0.03 0.00 0.02 0.02 0.01 99.92 20:30:43 20:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:01:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:01:01 2 0.00 0.00 0.02 0.03 0.00 99.95 20:30:43 20:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:01:01 4 0.12 0.00 0.02 0.00 0.03 99.83 20:30:43 20:01:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:30:43 20:01:01 6 0.02 0.00 0.00 0.15 0.00 99.83 20:30:43 20:01:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:30:43 20:02:01 all 0.18 0.00 0.01 0.00 0.01 99.79 20:30:43 20:02:01 0 0.03 0.00 0.02 0.00 0.03 99.92 20:30:43 20:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:02:01 2 0.05 0.00 0.00 0.00 0.00 99.95 20:30:43 20:02:01 3 0.03 0.00 0.02 0.02 0.02 99.92 20:30:43 20:02:01 4 1.21 0.00 0.03 0.00 0.03 98.73 20:30:43 20:02:01 5 0.08 0.00 0.02 0.00 0.02 99.88 20:30:43 20:02:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:30:43 20:02:01 CPU %user %nice %system %iowait %steal %idle 20:30:43 20:03:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:30:43 20:03:01 0 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 20:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:03:01 4 2.02 0.00 0.02 0.00 0.03 97.93 20:30:43 20:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:04:01 all 0.29 0.00 0.01 0.00 0.02 99.68 20:30:43 20:04:01 0 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 20:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:04:01 2 0.02 0.00 0.02 0.03 0.02 99.92 20:30:43 20:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:30:43 20:04:01 4 2.02 0.00 0.02 0.00 0.03 97.93 20:30:43 20:04:01 5 0.08 0.00 0.02 0.00 0.02 99.88 20:30:43 20:04:01 6 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:04:01 7 0.10 0.00 0.02 0.00 0.02 99.87 20:30:43 20:05:01 all 0.28 0.00 0.01 0.00 0.01 99.70 20:30:43 20:05:01 0 0.05 0.00 0.02 0.00 0.03 99.90 20:30:43 20:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:05:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:05:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:05:01 4 2.07 0.00 0.00 0.00 0.00 97.93 20:30:43 20:05:01 5 0.05 0.00 0.00 0.00 0.02 99.93 20:30:43 20:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:06:01 all 0.21 0.00 0.01 0.00 0.01 99.76 20:30:43 20:06:01 0 0.02 0.00 0.05 0.00 0.05 99.88 20:30:43 20:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:30:43 20:06:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:06:01 4 1.50 0.00 0.00 0.00 0.00 98.50 20:30:43 20:06:01 5 0.05 0.00 0.02 0.00 0.00 99.93 20:30:43 20:06:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:07:01 all 0.18 0.00 0.01 0.00 0.01 99.80 20:30:43 20:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:07:01 4 1.32 0.00 0.00 0.00 0.02 98.66 20:30:43 20:07:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:07:01 6 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:07:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:08:01 all 0.06 0.00 0.01 0.00 0.02 99.91 20:30:43 20:08:01 0 0.03 0.00 0.02 0.00 0.03 99.92 20:30:43 20:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:08:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:08:01 4 0.28 0.00 0.00 0.00 0.00 99.72 20:30:43 20:08:01 5 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:08:01 6 0.05 0.00 0.03 0.00 0.02 99.90 20:30:43 20:08:01 7 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 20:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:30:43 20:09:01 0 0.03 0.00 0.05 0.00 0.02 99.90 20:30:43 20:09:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:09:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:30:43 20:09:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:09:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:09:01 5 0.05 0.00 0.02 0.00 0.00 99.93 20:30:43 20:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:09:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:10:01 all 0.12 0.00 0.01 0.00 0.01 99.85 20:30:43 20:10:01 0 0.03 0.00 0.02 0.00 0.03 99.92 20:30:43 20:10:01 1 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:10:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:30:43 20:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:10:01 4 0.78 0.00 0.02 0.00 0.00 99.20 20:30:43 20:10:01 5 0.05 0.00 0.03 0.00 0.02 99.90 20:30:43 20:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:10:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:11:01 all 0.03 0.00 0.01 0.00 0.01 99.94 20:30:43 20:11:01 0 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 20:11:01 1 0.07 0.00 0.05 0.00 0.02 99.87 20:30:43 20:11:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:30:43 20:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:11:01 4 0.08 0.00 0.02 0.00 0.02 99.88 20:30:43 20:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:11:01 7 0.02 0.00 0.00 0.00 0.03 99.95 20:30:43 20:12:01 all 0.03 0.00 0.01 0.05 0.01 99.90 20:30:43 20:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:12:01 2 0.00 0.00 0.00 0.37 0.02 99.62 20:30:43 20:12:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:12:01 4 0.18 0.00 0.00 0.00 0.00 99.82 20:30:43 20:12:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:30:43 20:12:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:30:43 20:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:13:01 all 0.04 0.00 0.01 0.00 0.01 99.93 20:30:43 20:13:01 0 0.10 0.00 0.03 0.00 0.05 99.82 20:30:43 20:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:13:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:13:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:13:01 5 0.10 0.00 0.02 0.00 0.02 99.87 20:30:43 20:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:30:43 20:13:01 CPU %user %nice %system %iowait %steal %idle 20:30:43 20:14:01 all 0.07 0.00 0.01 0.00 0.01 99.90 20:30:43 20:14:01 0 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 20:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:14:01 2 0.00 0.00 0.00 0.03 0.02 99.95 20:30:43 20:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:14:01 4 0.50 0.00 0.00 0.00 0.00 99.50 20:30:43 20:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:14:01 7 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 20:15:01 all 0.28 0.00 0.01 0.00 0.01 99.69 20:30:43 20:15:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:15:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:30:43 20:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:15:01 4 1.99 0.00 0.00 0.00 0.02 98.00 20:30:43 20:15:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:16:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:30:43 20:16:01 0 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 20:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:16:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:16:01 4 1.97 0.00 0.00 0.00 0.00 98.03 20:30:43 20:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:30:43 20:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:30:43 20:17:01 all 0.27 0.00 0.02 0.00 0.02 99.70 20:30:43 20:17:01 0 0.07 0.00 0.02 0.00 0.03 99.88 20:30:43 20:17:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:30:43 20:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 20:30:43 20:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:17:01 4 1.95 0.00 0.00 0.00 0.02 98.03 20:30:43 20:17:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:30:43 20:17:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:30:43 20:18:01 all 0.26 0.00 0.01 0.00 0.01 99.72 20:30:43 20:18:01 0 0.03 0.00 0.03 0.00 0.03 99.90 20:30:43 20:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:18:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:18:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:30:43 20:18:01 4 1.95 0.00 0.00 0.00 0.00 98.05 20:30:43 20:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:18:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:30:43 20:19:01 all 0.09 0.00 0.02 0.00 0.02 99.87 20:30:43 20:19:01 0 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 20:19:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:30:43 20:19:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:30:43 20:19:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:19:01 4 0.55 0.00 0.07 0.00 0.02 99.37 20:30:43 20:19:01 5 0.05 0.00 0.03 0.00 0.00 99.92 20:30:43 20:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:19:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:20:01 all 0.02 0.00 0.02 0.00 0.01 99.94 20:30:43 20:20:01 0 0.08 0.00 0.03 0.00 0.03 99.85 20:30:43 20:20:01 1 0.03 0.00 0.05 0.00 0.02 99.90 20:30:43 20:20:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:20:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:30:43 20:20:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:30:43 20:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:20:01 7 0.03 0.00 0.03 0.00 0.00 99.93 20:30:43 20:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:30:43 20:21:01 0 0.03 0.00 0.02 0.00 0.03 99.92 20:30:43 20:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:30:43 20:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:21:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:21:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:30:43 20:21:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:30:43 20:22:01 all 0.04 0.00 0.01 0.00 0.01 99.93 20:30:43 20:22:01 0 0.00 0.00 0.03 0.00 0.03 99.93 20:30:43 20:22:01 1 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 20:22:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:22:01 3 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:22:01 4 0.25 0.00 0.00 0.00 0.00 99.75 20:30:43 20:22:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:30:43 20:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:23:01 all 0.08 0.00 0.02 0.00 0.01 99.89 20:30:43 20:23:01 0 0.05 0.00 0.05 0.00 0.02 99.88 20:30:43 20:23:01 1 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:23:01 3 0.02 0.00 0.03 0.02 0.02 99.92 20:30:43 20:23:01 4 0.33 0.00 0.00 0.00 0.02 99.65 20:30:43 20:23:01 5 0.05 0.00 0.02 0.00 0.00 99.93 20:30:43 20:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:23:01 7 0.05 0.00 0.03 0.00 0.02 99.90 20:30:43 20:24:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:30:43 20:24:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:30:43 20:24:01 1 0.02 0.00 0.05 0.00 0.03 99.90 20:30:43 20:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:24:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:24:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:30:43 20:24:01 CPU %user %nice %system %iowait %steal %idle 20:30:43 20:25:01 all 0.03 0.00 0.01 0.01 0.01 99.95 20:30:43 20:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 20:30:43 20:25:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:25:01 3 0.05 0.00 0.02 0.02 0.03 99.88 20:30:43 20:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:25:01 5 0.05 0.00 0.00 0.00 0.02 99.93 20:30:43 20:25:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:30:43 20:26:01 all 0.02 0.00 0.01 0.01 0.02 99.94 20:30:43 20:26:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:26:01 1 0.02 0.00 0.03 0.00 0.03 99.92 20:30:43 20:26:01 2 0.00 0.00 0.00 0.07 0.02 99.92 20:30:43 20:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:26:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:26:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:30:43 20:26:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:26:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:30:43 20:27:01 all 0.02 0.00 0.01 0.14 0.01 99.82 20:30:43 20:27:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:30:43 20:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 20:30:43 20:27:01 2 0.00 0.00 0.00 1.15 0.00 98.85 20:30:43 20:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:30:43 20:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:27:01 5 0.05 0.00 0.00 0.00 0.02 99.93 20:30:43 20:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:28:01 all 0.16 0.00 0.01 0.00 0.01 99.80 20:30:43 20:28:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:28:01 1 0.07 0.00 0.03 0.00 0.03 99.87 20:30:43 20:28:01 2 1.01 0.00 0.00 0.02 0.02 98.96 20:30:43 20:28:01 3 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:28:01 5 0.08 0.00 0.03 0.00 0.02 99.87 20:30:43 20:28:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:30:43 20:29:01 all 0.14 0.00 0.01 0.00 0.01 99.83 20:30:43 20:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:30:43 20:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:30:43 20:29:01 2 0.98 0.00 0.02 0.02 0.02 98.97 20:30:43 20:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:30:43 20:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:30:43 20:29:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:30:43 20:30:01 all 0.04 0.00 0.01 0.00 0.02 99.93 20:30:43 20:30:01 0 0.07 0.00 0.02 0.00 0.02 99.90 20:30:43 20:30:01 1 0.10 0.00 0.02 0.00 0.03 99.85 20:30:43 20:30:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:30:43 20:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:30:43 20:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:30:43 20:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:30:43 20:30:01 7 0.08 0.00 0.02 0.00 0.02 99.88 20:30:43 Average: all 6.26 0.00 1.09 0.96 0.03 91.67 20:30:43 Average: 0 6.20 0.00 1.06 0.86 0.04 91.84 20:30:43 Average: 1 6.33 0.00 1.12 1.13 0.02 91.40 20:30:43 Average: 2 6.22 0.00 1.13 1.20 0.02 91.43 20:30:43 Average: 3 6.06 0.00 1.10 1.12 0.02 91.70 20:30:43 Average: 4 6.76 0.00 1.06 0.59 0.03 91.56 20:30:43 Average: 5 6.18 0.00 1.09 0.71 0.03 91.99 20:30:43 Average: 6 6.17 0.00 1.10 0.81 0.02 91.89 20:30:43 Average: 7 6.16 0.00 1.06 1.23 0.02 91.53 20:30:43 20:30:43 20:30:43