Pull request #4676 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at e4ab1ec8366e2be91307e230c2cb89f5ed823568 rather than b213c8a899e6a1be3cbac435de5f3915e08c44c8 Obtained Jenkinsfile from e4ab1ec8366e2be91307e230c2cb89f5ed823568 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-ssh15188631356731780920.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh892404801956110994.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4676/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-4676/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13586883037881823775.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-4676/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13468665795393678740.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3197286523250663829.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-4676/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-4676/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12846026145010076496.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5620 in /w/workspace/edgexfoundry_edgex-go_PR-4676 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit e4ab1ec8366e2be91307e230c2cb89f5ed823568 into PR head commit b213c8a899e6a1be3cbac435de5f3915e08c44c8 Merge succeeded, producing b213c8a899e6a1be3cbac435de5f3915e08c44c8 Checking out Revision b213c8a899e6a1be3cbac435de5f3915e08c44c8 (PR-4676) > 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/4676/head:refs/remotes/origin/PR-4676 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b213c8a899e6a1be3cbac435de5f3915e08c44c8 # 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 e4ab1ec8366e2be91307e230c2cb89f5ed823568 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b213c8a899e6a1be3cbac435de5f3915e08c44c8 # timeout=10 Commit message: "feat: implement notification retention feature" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-08T10:46:59.067Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-08T10:46:59.231Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-08T10:46:59.329Z] ========================================================= [2023-09-08T10:46:59.330Z] EdgeX Global Pipelines Version Info [2023-09-08T10:46:59.330Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-08T10:47:00.090Z] ------------------- [2023-09-08T10:47:00.090Z] stable info: [2023-09-08T10:47:00.090Z] ------------------- [2023-09-08T10:47:00.090Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-08T10:47:00.090Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-08T10:47:00.090Z] Message: update stable to v1.0.253 [2023-09-08T10:47:00.661Z] ------------------- [2023-09-08T10:47:00.661Z] experimental info: [2023-09-08T10:47:00.661Z] ------------------- [2023-09-08T10:47:00.661Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-08T10:47:00.661Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-08T10:47:00.661Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-08T10:47:00.936Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-08T10:47:00.980Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-08T10:47:01.020Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-08T10:47:01.060Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-08T10:47:01.095Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-08T10:47:01.142Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-09-08T10:47:01.184Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-08T10:47:01.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-08T10:47:01.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-08T10:47:01.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-08T10:47:01.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-08T10:47:01.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-08T10:47:01.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-08T10:47:01.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-08T10:47:01.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-08T10:47:01.577Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-08T10:47:01.618Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-08T10:47:01.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-08T10:47:01.685Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-08T10:47:01.724Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-08T10:47:01.762Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-08T10:47:01.802Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-08T10:47:01.844Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-08T10:47:01.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4676 [Pipeline] echo [2023-09-08T10:47:01.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4676 [Pipeline] echo [2023-09-08T10:47:01.966Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4676 [Pipeline] echo [2023-09-08T10:47:02.002Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] echo [2023-09-08T10:47:02.038Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b213c8a [Pipeline] echo [2023-09-08T10:47:02.086Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-08T10:47:02.193Z] provisioning config files... [2023-09-08T10:47:02.206Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18400369241280819695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-08T10:47:02.546Z] ---> docker-login.sh [2023-09-08T10:47:02.547Z] nexus3.edgexfoundry.org:10001 [2023-09-08T10:47:02.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:47:02.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:47:02.807Z] Configure a credential helper to remove this warning. See [2023-09-08T10:47:02.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:47:02.807Z] [2023-09-08T10:47:02.807Z] Login Succeeded [2023-09-08T10:47:02.807Z] nexus3.edgexfoundry.org:10002 [2023-09-08T10:47:02.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:47:02.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:47:02.807Z] Configure a credential helper to remove this warning. See [2023-09-08T10:47:02.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:47:02.807Z] [2023-09-08T10:47:02.807Z] Login Succeeded [2023-09-08T10:47:02.807Z] nexus3.edgexfoundry.org:10003 [2023-09-08T10:47:03.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:47:03.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:47:03.067Z] Configure a credential helper to remove this warning. See [2023-09-08T10:47:03.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:47:03.067Z] [2023-09-08T10:47:03.067Z] Login Succeeded [2023-09-08T10:47:03.067Z] nexus3.edgexfoundry.org:10004 [2023-09-08T10:47:03.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:47:03.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:47:03.067Z] Configure a credential helper to remove this warning. See [2023-09-08T10:47:03.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:47:03.067Z] [2023-09-08T10:47:03.067Z] Login Succeeded [2023-09-08T10:47:03.067Z] docker.io [2023-09-08T10:47:03.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:47:03.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:47:03.328Z] Configure a credential helper to remove this warning. See [2023-09-08T10:47:03.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:47:03.328Z] [2023-09-08T10:47:03.328Z] Login Succeeded [2023-09-08T10:47:03.328Z] ---> docker-login.sh ends [Pipeline] } [2023-09-08T10:47:03.352Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-08T10:47:03.749Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/core-command/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-08T10:47:03.749Z] + dirname+ cmd/core-common-config-bootstrapper/Dockerfile [2023-09-08T10:47:03.749Z] cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/core-data/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/core-metadata/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-08T10:47:03.749Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2023-09-08T10:47:03.749Z] cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/security-spire-config/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/security-spire-server/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/support-notifications/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-08T10:47:03.749Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-08T10:47:03.749Z] + cut -d/ -f2 [2023-09-08T10:47:03.749Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-08T10:47:03.854Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-08T10:47:04.424Z] + git rev-list -1 --merges b213c8a899e6a1be3cbac435de5f3915e08c44c8~1..b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] echo [2023-09-08T10:47:04.456Z] -----------> git rev-list -1 --merges b213c8a899e6a1be3cbac435de5f3915e08c44c8~1..b213c8a899e6a1be3cbac435de5f3915e08c44c8 b213c8a899e6a1be3cbac435de5f3915e08c44c8 [false] [Pipeline] sh [2023-09-08T10:47:04.761Z] + git log --format=format:%s -1 b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] echo [2023-09-08T10:47:04.795Z] ========================================================= [2023-09-08T10:47:04.795Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-08T10:47:04.796Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-08T10:47:05.282Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-08T10:47:05.282Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-08T10:47:05.282Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-08T10:47:05.282Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-08T10:47:05.282Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-08T10:47:05.282Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-08T10:47:05.282Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T10:47:05.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-08T10:47:05.694Z] [2023-09-08T10:47:05.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T10:47:06.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-08T10:47:06.085Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-08T10:47:06.085Z] b85a868b505f: Pulling fs layer [2023-09-08T10:47:06.085Z] e2be974225ed: Pulling fs layer [2023-09-08T10:47:06.085Z] 339a4e72a1f5: Pulling fs layer [2023-09-08T10:47:06.085Z] 988bab9f4d93: Pulling fs layer [2023-09-08T10:47:06.085Z] 1469e6f7b9e6: Pulling fs layer [2023-09-08T10:47:06.085Z] eaf3925da568: Pulling fs layer [2023-09-08T10:47:06.085Z] bab4dde63d76: Pulling fs layer [2023-09-08T10:47:06.085Z] bde34c3a00c8: Pulling fs layer [2023-09-08T10:47:06.085Z] b352a97aabf1: Pulling fs layer [2023-09-08T10:47:06.085Z] 4872d77fe225: Pulling fs layer [2023-09-08T10:47:06.085Z] 5851b861e8e6: Pulling fs layer [2023-09-08T10:47:06.085Z] bab4dde63d76: Waiting [2023-09-08T10:47:06.085Z] b352a97aabf1: Waiting [2023-09-08T10:47:06.085Z] 4872d77fe225: Waiting [2023-09-08T10:47:06.085Z] 5851b861e8e6: Waiting [2023-09-08T10:47:06.085Z] eaf3925da568: Waiting [2023-09-08T10:47:06.085Z] bde34c3a00c8: Waiting [2023-09-08T10:47:06.085Z] 1469e6f7b9e6: Waiting [2023-09-08T10:47:06.085Z] e2be974225ed: Verifying Checksum [2023-09-08T10:47:06.085Z] e2be974225ed: Download complete [2023-09-08T10:47:06.085Z] 988bab9f4d93: Download complete [2023-09-08T10:47:06.344Z] 339a4e72a1f5: Verifying Checksum [2023-09-08T10:47:06.344Z] 339a4e72a1f5: Download complete [2023-09-08T10:47:06.344Z] 1469e6f7b9e6: Verifying Checksum [2023-09-08T10:47:06.344Z] 1469e6f7b9e6: Download complete [2023-09-08T10:47:06.344Z] eaf3925da568: Verifying Checksum [2023-09-08T10:47:06.344Z] eaf3925da568: Download complete [2023-09-08T10:47:06.344Z] bde34c3a00c8: Verifying Checksum [2023-09-08T10:47:06.344Z] bde34c3a00c8: Download complete [2023-09-08T10:47:06.344Z] b352a97aabf1: Download complete [2023-09-08T10:47:06.344Z] 4872d77fe225: Verifying Checksum [2023-09-08T10:47:06.344Z] 4872d77fe225: Download complete [2023-09-08T10:47:06.344Z] 5851b861e8e6: Verifying Checksum [2023-09-08T10:47:06.344Z] 5851b861e8e6: Download complete [2023-09-08T10:47:06.344Z] b85a868b505f: Verifying Checksum [2023-09-08T10:47:06.344Z] b85a868b505f: Download complete [2023-09-08T10:47:06.604Z] bab4dde63d76: Verifying Checksum [2023-09-08T10:47:06.604Z] bab4dde63d76: Download complete [2023-09-08T10:47:07.545Z] b85a868b505f: Pull complete [2023-09-08T10:47:07.804Z] e2be974225ed: Pull complete [2023-09-08T10:47:08.065Z] 339a4e72a1f5: Pull complete [2023-09-08T10:47:08.325Z] 988bab9f4d93: Pull complete [2023-09-08T10:47:08.584Z] 1469e6f7b9e6: Pull complete [2023-09-08T10:47:08.584Z] eaf3925da568: Pull complete [2023-09-08T10:47:10.496Z] bab4dde63d76: Pull complete [2023-09-08T10:47:10.496Z] bde34c3a00c8: Pull complete [2023-09-08T10:47:10.496Z] b352a97aabf1: Pull complete [2023-09-08T10:47:10.756Z] 4872d77fe225: Pull complete [2023-09-08T10:47:10.756Z] 5851b861e8e6: Pull complete [2023-09-08T10:47:10.756Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-08T10:47:10.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-08T10:47:10.756Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T10:47:11.009Z] prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container [2023-09-08T10:47:11.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-08T10:47:14.176Z] $ docker top 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 -eo pid,comm [2023-09-08T10:47:14.234Z] 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). [2023-09-08T10:47:14.234Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-08T10:47:14.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-08T10:47:14.344Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-08T10:47:14.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-08T10:47:14.460Z] $ docker exec 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent [2023-09-08T10:47:14.572Z] SSH_AUTH_SOCK=/tmp/ssh-mOAh4u2YjKhZ/agent.32 [2023-09-08T10:47:14.572Z] SSH_AGENT_PID=38 [2023-09-08T10:47:14.579Z] Running ssh-add (command line suppressed) [2023-09-08T10:47:14.679Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_15595492784523364913.key (/w/workspace/edgex-go/1@tmp/private_key_15595492784523364913.key) [2023-09-08T10:47:14.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-08T10:47:15.023Z] + git tag --points-at HEAD [Pipeline] } [2023-09-08T10:47:15.050Z] $ docker exec --env ******** --env ******** 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent -k [2023-09-08T10:47:15.154Z] unset SSH_AUTH_SOCK; [2023-09-08T10:47:15.154Z] unset SSH_AGENT_PID; [2023-09-08T10:47:15.154Z] echo Agent pid 38 killed; [2023-09-08T10:47:15.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-08T10:47:15.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-08T10:47:15.251Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-08T10:47:15.364Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-08T10:47:15.364Z] $ docker exec 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent [2023-09-08T10:47:15.488Z] SSH_AUTH_SOCK=/tmp/ssh-8GGx9213DyzB/agent.70 [2023-09-08T10:47:15.488Z] SSH_AGENT_PID=76 [2023-09-08T10:47:15.493Z] Running ssh-add (command line suppressed) [2023-09-08T10:47:15.594Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5479198984009175331.key (/w/workspace/edgex-go/1@tmp/private_key_5479198984009175331.key) [2023-09-08T10:47:15.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-08T10:47:15.938Z] + git semver init [2023-09-08T10:47:16.197Z] 2023-09-08 10:47:16,127 [run_init] DEBUG init version:0.0.0 force:False [2023-09-08T10:47:16.197Z] 2023-09-08 10:47:16,128 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-09-08T10:47:16.197Z] 2023-09-08 10:47:16,129 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-09-08T10:47:16.197Z] 2023-09-08 10:47:16,129 [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) [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,516 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,516 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4676 with force:False [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,516 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4676 [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,519 [execute] INFO git cat-file --batch-check [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,525 [execute] INFO git cat-file --batch [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,526 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-08T10:47:22.803Z] 2023-09-08 10:47:21,531 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4676 [2023-09-08T10:47:22.803Z] 0.0.0 [Pipeline] } [2023-09-08T10:47:22.831Z] $ docker exec --env ******** --env ******** 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent -k [2023-09-08T10:47:22.928Z] unset SSH_AUTH_SOCK; [2023-09-08T10:47:22.928Z] unset SSH_AGENT_PID; [2023-09-08T10:47:22.929Z] echo Agent pid 76 killed; [2023-09-08T10:47:22.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-08T10:47:23.517Z] + git semver [Pipeline] } [2023-09-08T10:47:23.802Z] $ docker stop --time=1 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 [2023-09-08T10:47:25.124Z] $ docker rm -f --volumes 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-08T10:47:25.512Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-08T10:47:25.768Z] Stashed 1 file(s) [Pipeline] echo [2023-09-08T10:47:25.785Z] [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 [2023-09-08T10:47:26.556Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-08T10:47:26.596Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-08T10:47:26.637Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-08T10:47:26.668Z] ========================================================= [2023-09-08T10:47:26.668Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-09-08T10:47:26.668Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-08T10:47:26.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-08T10:47:26.998Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-08T10:47:26.998Z] 4db1b89c0bd1: Pulling fs layer [2023-09-08T10:47:26.998Z] 6911f1a30b25: Pulling fs layer [2023-09-08T10:47:26.998Z] e194b8c5c2a9: Pulling fs layer [2023-09-08T10:47:26.998Z] 6863d3e3a2b1: Pulling fs layer [2023-09-08T10:47:26.998Z] ec0bb842ea78: Pulling fs layer [2023-09-08T10:47:26.998Z] 40a00589a448: Pulling fs layer [2023-09-08T10:47:26.998Z] 6c08303d61cc: Pulling fs layer [2023-09-08T10:47:26.998Z] 798269fcf238: Pulling fs layer [2023-09-08T10:47:26.998Z] 6863d3e3a2b1: Waiting [2023-09-08T10:47:26.998Z] ec0bb842ea78: Waiting [2023-09-08T10:47:26.998Z] 40a00589a448: Waiting [2023-09-08T10:47:26.998Z] 6c08303d61cc: Waiting [2023-09-08T10:47:26.998Z] 798269fcf238: Waiting [2023-09-08T10:47:26.998Z] 6911f1a30b25: Download complete [2023-09-08T10:47:26.998Z] 6863d3e3a2b1: Verifying Checksum [2023-09-08T10:47:26.998Z] 6863d3e3a2b1: Download complete [2023-09-08T10:47:26.998Z] ec0bb842ea78: Verifying Checksum [2023-09-08T10:47:26.998Z] ec0bb842ea78: Download complete [2023-09-08T10:47:26.998Z] 4db1b89c0bd1: Verifying Checksum [2023-09-08T10:47:26.998Z] 4db1b89c0bd1: Download complete [2023-09-08T10:47:26.998Z] 40a00589a448: Verifying Checksum [2023-09-08T10:47:26.998Z] 40a00589a448: Download complete [2023-09-08T10:47:27.258Z] 4db1b89c0bd1: Pull complete [2023-09-08T10:47:27.258Z] 6911f1a30b25: Pull complete [2023-09-08T10:47:27.517Z] 798269fcf238: Verifying Checksum [2023-09-08T10:47:27.517Z] 798269fcf238: Download complete [2023-09-08T10:47:27.775Z] e194b8c5c2a9: Verifying Checksum [2023-09-08T10:47:27.775Z] e194b8c5c2a9: Download complete [2023-09-08T10:47:27.775Z] 6c08303d61cc: Verifying Checksum [2023-09-08T10:47:27.775Z] 6c08303d61cc: Download complete [2023-09-08T10:47:31.060Z] e194b8c5c2a9: Pull complete [2023-09-08T10:47:31.060Z] 6863d3e3a2b1: Pull complete [2023-09-08T10:47:31.060Z] ec0bb842ea78: Pull complete [2023-09-08T10:47:31.320Z] 40a00589a448: Pull complete [2023-09-08T10:47:33.861Z] 6c08303d61cc: Pull complete [2023-09-08T10:47:34.427Z] 798269fcf238: Pull complete [2023-09-08T10:47:34.427Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-09-08T10:47:34.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-08T10:47:34.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-08T10:47:34.779Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-08T10:47:34.779Z] WORKDIR /edgex [2023-09-08T10:47:34.779Z] COPY go.mod . [2023-09-08T10:47:34.779Z] RUN go mod download [2023-09-08T10:47:34.779Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-08T10:47:35.347Z] Sending build context to Docker daemon 170.9MB [2023-09-08T10:47:35.347Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-08T10:47:35.347Z] ---> ec979cd7f677 [2023-09-08T10:47:35.347Z] Step 2/4 : WORKDIR /edgex [2023-09-08T10:47:40.624Z] ---> Running in 77a9dcb63911 [2023-09-08T10:47:40.624Z] Removing intermediate container 77a9dcb63911 [2023-09-08T10:47:40.624Z] ---> a0b13a626978 [2023-09-08T10:47:40.624Z] Step 3/4 : COPY go.mod . [2023-09-08T10:47:40.624Z] ---> 3233947c7fd5 [2023-09-08T10:47:40.624Z] Step 4/4 : RUN go mod download [2023-09-08T10:47:40.624Z] ---> Running in 5b4b98921e19 [2023-09-08T10:47:41.087Z] Still waiting to schedule task [2023-09-08T10:47:41.088Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-08T10:48:02.556Z] Removing intermediate container 5b4b98921e19 [2023-09-08T10:48:02.556Z] ---> e2fe6155119a [2023-09-08T10:48:02.556Z] Successfully built e2fe6155119a [2023-09-08T10:48:02.556Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T10:48:02.924Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-08T10:48:02.924Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T10:48:03.070Z] prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container [2023-09-08T10:48:03.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-08T10:48:03.681Z] $ docker top 6f54b7247c4e03477835ac8226dbcaaedbbae23f68b2f9acf94a32963d5a5e22 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-08T10:48:04.063Z] + go version [2023-09-08T10:48:04.063Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-09-08T10:48:04.100Z] $ docker stop --time=1 6f54b7247c4e03477835ac8226dbcaaedbbae23f68b2f9acf94a32963d5a5e22 [2023-09-08T10:48:05.630Z] $ docker rm -f --volumes 6f54b7247c4e03477835ac8226dbcaaedbbae23f68b2f9acf94a32963d5a5e22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T10:48:06.310Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-08T10:48:06.310Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T10:48:06.455Z] prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container [2023-09-08T10:48:06.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-08T10:48:06.825Z] $ docker top 702f340d7cd7cfd8e853debdb36eb7eb93b085e3af109a34863c796e1d32c8f0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-08T10:48:06.924Z] ========================================================= [2023-09-08T10:48:06.924Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-08T10:48:06.924Z] ========================================================= [Pipeline] sh [2023-09-08T10:48:07.214Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-08T10:48:07.569Z] + make test [2023-09-08T10:48:07.569Z] go test -race -coverprofile=coverage.out ./... [2023-09-08T10:48:14.125Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-08T10:48:26.313Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-08T10:48:26.313Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-08T10:48:26.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-08T10:48:27.135Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-08T10:48:27.135Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-08T10:48:27.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-08T10:48:27.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-08T10:48:27.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-08T10:48:27.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-08T10:48:27.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-08T10:48:28.217Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-08T10:48:28.217Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-08T10:48:28.217Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-08T10:48:28.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-08T10:48:30.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-08T10:48:30.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-08T10:48:30.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements [2023-09-08T10:48:32.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 97.0% of statements [2023-09-08T10:48:36.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.100s coverage: 69.4% of statements [2023-09-08T10:48:36.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-08T10:48:36.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-08T10:48:36.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-08T10:48:37.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-08T10:48:37.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-08T10:48:38.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 53.0% of statements [2023-09-08T10:48:39.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-08T10:48:39.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-08T10:48:39.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:48:39.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-08T10:48:39.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-08T10:48:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-08T10:48:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-08T10:48:42.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.055s coverage: 93.4% of statements [2023-09-08T10:48:42.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.8% of statements [2023-09-08T10:48:42.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-08T10:48:42.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-08T10:48:42.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:48:43.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.375s coverage: 97.6% of statements [2023-09-08T10:48:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-08T10:48:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-08T10:48:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-08T10:48:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-08T10:48:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-08T10:48:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-08T10:48:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-08T10:48:43.134Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.039s coverage: 72.2% of statements [2023-09-08T10:48:45.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-08T10:48:45.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-08T10:48:45.049Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.091s coverage: 0.9% of statements [2023-09-08T10:48:45.049Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.058s coverage: 32.2% of statements [2023-09-08T10:48:45.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 42.9% of statements [2023-09-08T10:48:45.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 82.9% of statements [2023-09-08T10:48:45.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2023-09-08T10:48:45.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2023-09-08T10:48:45.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-08T10:48:46.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-08T10:48:47.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-08T10:48:47.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-08T10:48:47.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-08T10:48:47.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-08T10:48:47.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-08T10:48:47.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-08T10:48:48.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-08T10:48:49.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-08T10:48:49.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-08T10:48:50.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-08T10:48:50.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-08T10:48:52.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-08T10:48:52.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-08T10:48:52.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-08T10:48:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-08T10:48:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-08T10:48:53.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-08T10:48:54.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-08T10:48:54.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-08T10:48:54.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-08T10:48:54.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-08T10:48:56.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-08T10:48:56.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-08T10:48:56.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-08T10:48:56.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-08T10:48:58.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements [2023-09-08T10:48:58.073Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-08T10:48:58.073Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:48:58.073Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-08T10:48:58.073Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-08T10:48:58.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-08T10:48:58.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-08T10:48:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-08T10:48:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.297s coverage: 79.9% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.022s coverage: 64.4% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.1% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 19.9% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.119s coverage: 95.7% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.8% of statements [2023-09-08T10:49:11.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements [2023-09-08T10:49:11.412Z] 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 [2023-09-08T10:49:11.412Z] running golangci-lint [2023-09-08T10:49:11.412Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-09-08T10:49:11.412Z] go version go1.20.6 linux/amd64 [2023-09-08T10:49:11.412Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-09-08T10:49:11.412Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-09-08T10:49:12.496Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5621 in /w/workspace/edgexfoundry_edgex-go_PR-4676 [Pipeline] { [Pipeline] ws [2023-09-08T10:49:12.551Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-09-08T10:49:12.631Z] The recommended git tool is: git [2023-09-08T10:49:17.605Z] using credential edgex-jenkins-ssh [2023-09-08T10:49:17.624Z] Cloning the remote Git repository [2023-09-08T10:49:17.671Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-08T10:49:17.759Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-09-08T10:49:17.899Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-08T10:49:17.900Z] > git --version # timeout=10 [2023-09-08T10:49:17.922Z] > git --version # 'git version 2.25.1' [2023-09-08T10:49:17.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-08T10:49:18.066Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-08T10:49:26.283Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|types_sizes|compiled_files|name|deps) took 15.121539949s" [2023-09-08T10:49:26.283Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.279848ms" [2023-09-08T10:49:34.410Z] level=info msg="[linters_context/goanalysis] analyzers took 1m3.602903815s with top 10 stages: buildir: 36.89774272s, inspect: 1.877466437s, fact_deprecated: 1.806764441s, gosec: 1.296784909s, printf: 1.19168114s, ctrlflow: 1.060725515s, fact_purity: 962.395267ms, S1038: 850.779324ms, typedness: 831.699432ms, nilness: 812.461573ms" [2023-09-08T10:49:34.410Z] level=info msg="[runner] Issues before processing: 205, after processing: 0" [2023-09-08T10:49:34.410Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 205/205, path_prettifier: 205/205, autogenerated_exclude: 205/205, nolint: 0/21, filename_unadjuster: 205/205, skip_dirs: 205/205, exclude: 205/205, exclude-rules: 21/205, cgo: 205/205, skip_files: 205/205" [2023-09-08T10:49:34.410Z] level=info msg="[runner] processing took 16.914702ms with stages: nolint: 6.686287ms, identifier_marker: 5.593815ms, autogenerated_exclude: 1.459055ms, path_prettifier: 1.288904ms, exclude-rules: 1.157376ms, skip_dirs: 681.344µs, cgo: 28.841µs, filename_unadjuster: 14.08µs, max_same_issues: 730ns, skip_files: 640ns, exclude: 640ns, diff: 590ns, source_code: 430ns, uniq_by_line: 420ns, severity-rules: 390ns, sort_results: 380ns, path_shortener: 350ns, max_from_linter: 190ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns" [2023-09-08T10:49:34.410Z] level=info msg="[runner] linters took 8.373663214s with stages: goanalysis_metalinter: 8.356651153s" [2023-09-08T10:49:34.410Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-09-08T10:49:34.410Z] level=info msg="Memory: 237 samples, avg is 197.7MB, max is 794.8MB" [2023-09-08T10:49:34.410Z] level=info msg="Execution took 23.551556802s" [2023-09-08T10:49:34.410Z] go vet ./... [2023-09-08T10:49:36.488Z] Merging remotes/origin/main commit e4ab1ec8366e2be91307e230c2cb89f5ed823568 into PR head commit b213c8a899e6a1be3cbac435de5f3915e08c44c8 [2023-09-08T10:49:34.923Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-08T10:49:34.951Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-08T10:49:35.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-08T10:49:35.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-08T10:49:35.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-08T10:49:35.753Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4676/head:refs/remotes/origin/PR-4676 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-08T10:49:36.506Z] > git config core.sparsecheckout # timeout=10 [2023-09-08T10:49:36.578Z] > git checkout -f b213c8a899e6a1be3cbac435de5f3915e08c44c8 # timeout=10 [2023-09-08T10:49:36.794Z] > git remote # timeout=10 [2023-09-08T10:49:36.813Z] > git config --get remote.origin.url # timeout=10 [2023-09-08T10:49:36.890Z] Merge succeeded, producing b213c8a899e6a1be3cbac435de5f3915e08c44c8 [2023-09-08T10:49:36.890Z] Checking out Revision b213c8a899e6a1be3cbac435de5f3915e08c44c8 (PR-4676) [2023-09-08T10:49:38.591Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-08T10:49:38.591Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-08T10:49:38.591Z] ./bin/test-attribution-txt.sh [2023-09-08T10:49:38.591Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-09-08T10:49:38.591Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-09-08T10:49:38.591Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-09-08T10:49:38.591Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-09-08T10:49:38.706Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-08T10:49:36.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-08T10:49:36.846Z] > git merge e4ab1ec8366e2be91307e230c2cb89f5ed823568 # timeout=10 [2023-09-08T10:49:36.871Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-08T10:49:36.895Z] > git config core.sparsecheckout # timeout=10 [2023-09-08T10:49:36.915Z] > git checkout -f b213c8a899e6a1be3cbac435de5f3915e08c44c8 # timeout=10 [2023-09-08T10:49:39.012Z] + ls -al . [2023-09-08T10:49:39.012Z] total 732 [2023-09-08T10:49:39.012Z] drwxrwxr-x 12 1001 1001 4096 Sep 8 10:48 . [2023-09-08T10:49:39.012Z] drwxr-xr-x 4 root root 4096 Sep 8 10:48 .. [2023-09-08T10:49:39.012Z] drwxrwxr-x 2 1001 1001 4096 Sep 8 10:46 .blubracket [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 16 Sep 8 10:46 .dockerignore [2023-09-08T10:49:39.012Z] drwxrwxr-x 8 1001 1001 4096 Sep 8 10:47 .git [2023-09-08T10:49:39.012Z] drwxrwxr-x 3 1001 1001 4096 Sep 8 10:46 .github [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 1173 Sep 8 10:46 .gitignore [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 42 Sep 8 10:46 .golangci.yml [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 100 Sep 8 10:46 .hadolint.yml [2023-09-08T10:49:39.012Z] drwxr-xr-x 3 1001 1001 4096 Sep 8 10:47 .semver [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 166 Sep 8 10:46 .sonarcloud.properties [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 1171 Sep 8 10:46 ADOPTERS.md [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 11152 Sep 8 10:46 Attribution.txt [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 93407 Sep 8 10:46 CHANGELOG.md [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 3804 Sep 8 10:46 CONTRIBUTING.md [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 677 Sep 8 10:46 GOVERNANCE.md [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 883 Sep 8 10:46 Jenkinsfile [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 10775 Sep 8 10:46 LICENSE [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 14764 Sep 8 10:46 Makefile [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 582 Sep 8 10:46 OWNERS.md [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 9923 Sep 8 10:46 README.md [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 789 Sep 8 10:46 SECURITY.md [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 5 Sep 8 10:47 VERSION [2023-09-08T10:49:39.012Z] drwxrwxr-x 2 1001 1001 4096 Sep 8 10:46 bin [2023-09-08T10:49:39.012Z] drwxrwxr-x 18 1001 1001 4096 Sep 8 10:46 cmd [2023-09-08T10:49:39.012Z] -rw-r--r-- 1 root root 453491 Sep 8 10:49 coverage.out [2023-09-08T10:49:39.012Z] drwxrwxr-x 2 1001 1001 4096 Sep 8 10:46 fuzz_test [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 3687 Sep 8 10:46 go.mod [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 33714 Sep 8 10:46 go.sum [2023-09-08T10:49:39.012Z] drwxrwxr-x 7 1001 1001 4096 Sep 8 10:46 internal [2023-09-08T10:49:39.012Z] drwxrwxr-x 3 1001 1001 4096 Sep 8 10:46 openapi [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 594 Sep 8 10:46 security.txt [2023-09-08T10:49:39.012Z] drwxrwxr-x 4 1001 1001 4096 Sep 8 10:46 snap [2023-09-08T10:49:39.012Z] -rw-rw-r-- 1 1001 1001 204 Sep 8 10:46 version.go [Pipeline] sh [2023-09-08T10:49:39.322Z] + '[' -e coverage.out ] [2023-09-08T10:49:39.322Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-08T10:49:39.488Z] Stashed 1 file(s) [Pipeline] sh [2023-09-08T10:49:39.779Z] + make build [2023-09-08T10:49:39.779Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-08T10:49:40.540Z] Commit message: "feat: implement notification retention feature" [2023-09-08T10:49:40.583Z] > git --version # timeout=10 [2023-09-08T10:49:40.594Z] > git --version # 'git version 2.25.1' [2023-09-08T10:49:40.607Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-08T10:49:41.643Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-08T10:49:41.643Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T10:49:41.643Z] Dload Upload Total Spent Left Speed [2023-09-08T10:49:46.086Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 100 12751 100 12751 0 0 2821 0 0:00:04 0:00:04 --:--:-- 2821 100 12751 100 12751 0 0 2821 0 0:00:04 0:00:04 --:--:-- 2821 [Pipeline] sh [2023-09-08T10:49:46.641Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-08T10:49:46.994Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-08T10:49:46.994Z] + sudo tee /etc/docker/daemon.new [2023-09-08T10:49:46.994Z] { [2023-09-08T10:49:46.994Z] "registry-mirrors": [ [2023-09-08T10:49:46.994Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-08T10:49:46.994Z] ], [2023-09-08T10:49:46.994Z] "bip": "10.250.0.254/24", [2023-09-08T10:49:46.994Z] "hosts": [ [2023-09-08T10:49:46.995Z] "tcp://0.0.0.0:5555", [2023-09-08T10:49:46.995Z] "unix:///var/run/docker.sock" [2023-09-08T10:49:46.995Z] ], [2023-09-08T10:49:46.995Z] "mtu": 1458, [2023-09-08T10:49:46.995Z] "selinux-enabled": true, [2023-09-08T10:49:46.995Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-08T10:49:46.995Z] } [Pipeline] sh [2023-09-08T10:49:47.341Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-08T10:49:47.694Z] + sudo service docker restart [2023-09-08T10:49:52.114Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-08T10:49:53.493Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-08T10:49:54.876Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-08T10:49:55.442Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-08T10:50:01.999Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-08T10:50:03.376Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-08T10:50:04.753Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-08T10:50:06.044Z] provisioning config files... [2023-09-08T10:50:06.067Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config869483365744628363tmp [Pipeline] { [Pipeline] libraryResource [2023-09-08T10:50:06.125Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] sh [2023-09-08T10:50:06.443Z] ---> docker-login.sh [2023-09-08T10:50:06.443Z] nexus3.edgexfoundry.org:10001 [2023-09-08T10:50:06.691Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-08T10:50:06.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:50:06.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:50:06.981Z] Configure a credential helper to remove this warning. See [2023-09-08T10:50:06.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:50:06.981Z] [2023-09-08T10:50:06.981Z] Login Succeeded [2023-09-08T10:50:06.981Z] nexus3.edgexfoundry.org:10002 [2023-09-08T10:50:07.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:50:07.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:50:07.520Z] Configure a credential helper to remove this warning. See [2023-09-08T10:50:07.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:50:07.520Z] [2023-09-08T10:50:07.520Z] Login Succeeded [2023-09-08T10:50:07.520Z] nexus3.edgexfoundry.org:10003 [2023-09-08T10:50:07.625Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-08T10:50:07.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:50:07.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:50:07.790Z] Configure a credential helper to remove this warning. See [2023-09-08T10:50:07.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:50:07.790Z] [2023-09-08T10:50:07.790Z] Login Succeeded [2023-09-08T10:50:07.790Z] nexus3.edgexfoundry.org:10004 [2023-09-08T10:50:08.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:50:08.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:50:08.059Z] Configure a credential helper to remove this warning. See [2023-09-08T10:50:08.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:50:08.059Z] [2023-09-08T10:50:08.059Z] Login Succeeded [2023-09-08T10:50:08.059Z] docker.io [2023-09-08T10:50:08.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-08T10:50:08.560Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-08T10:50:08.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-08T10:50:08.592Z] Configure a credential helper to remove this warning. See [2023-09-08T10:50:08.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-08T10:50:08.592Z] [2023-09-08T10:50:08.592Z] Login Succeeded [2023-09-08T10:50:08.592Z] ---> docker-login.sh ends [Pipeline] } [2023-09-08T10:50:08.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-09-08T10:50:09.280Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-08T10:50:09.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-08T10:50:09.354Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-08T10:50:09.400Z] ========================================================= [2023-09-08T10:50:09.400Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-09-08T10:50:09.400Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-08T10:50:09.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-08T10:50:09.774Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-08T10:50:09.774Z] edb6bdbacee9: Pulling fs layer [2023-09-08T10:50:09.774Z] 5f9638ab2659: Pulling fs layer [2023-09-08T10:50:09.774Z] 8d51d6327a98: Pulling fs layer [2023-09-08T10:50:09.774Z] 8b374f2dd631: Pulling fs layer [2023-09-08T10:50:09.774Z] ec14aa9079de: Pulling fs layer [2023-09-08T10:50:09.774Z] 2f466654f4bb: Pulling fs layer [2023-09-08T10:50:09.774Z] 554e91adad29: Pulling fs layer [2023-09-08T10:50:09.774Z] 8b374f2dd631: Waiting [2023-09-08T10:50:09.774Z] ec14aa9079de: Waiting [2023-09-08T10:50:09.774Z] 2f466654f4bb: Waiting [2023-09-08T10:50:09.774Z] 554e91adad29: Waiting [Pipeline] } [2023-09-08T10:50:09.965Z] $ docker stop --time=1 702f340d7cd7cfd8e853debdb36eb7eb93b085e3af109a34863c796e1d32c8f0 [2023-09-08T10:50:10.042Z] 5f9638ab2659: Download complete [2023-09-08T10:50:10.042Z] 8b374f2dd631: Verifying Checksum [2023-09-08T10:50:10.042Z] 8b374f2dd631: Download complete [2023-09-08T10:50:10.042Z] ec14aa9079de: Verifying Checksum [2023-09-08T10:50:10.042Z] ec14aa9079de: Download complete [2023-09-08T10:50:10.042Z] edb6bdbacee9: Verifying Checksum [2023-09-08T10:50:10.042Z] edb6bdbacee9: Download complete [2023-09-08T10:50:11.465Z] 554e91adad29: Verifying Checksum [2023-09-08T10:50:11.465Z] 554e91adad29: Download complete [2023-09-08T10:50:12.051Z] edb6bdbacee9: Pull complete [2023-09-08T10:50:12.322Z] 8d51d6327a98: Verifying Checksum [2023-09-08T10:50:12.322Z] 2f466654f4bb: Verifying Checksum [2023-09-08T10:50:12.322Z] 2f466654f4bb: Download complete [2023-09-08T10:50:12.590Z] 5f9638ab2659: Pull complete [2023-09-08T10:50:15.167Z] $ docker rm -f --volumes 702f340d7cd7cfd8e853debdb36eb7eb93b085e3af109a34863c796e1d32c8f0 [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 [2023-09-08T10:50:16.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-08T10:50:16.623Z] [2023-09-08T10:50:16.623Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T10:50:16.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-08T10:50:16.995Z] latest: Pulling from edgex-devops/edgex-compose [2023-09-08T10:50:16.995Z] 91d30c5bc195: Pulling fs layer [2023-09-08T10:50:16.995Z] 2e9b0aa3be6d: Pulling fs layer [2023-09-08T10:50:16.995Z] 9c61dcf015f6: Pulling fs layer [2023-09-08T10:50:16.995Z] 4698f68db338: Pulling fs layer [2023-09-08T10:50:16.995Z] 2a2f49069b9e: Pulling fs layer [2023-09-08T10:50:16.995Z] e0025b399a48: Pulling fs layer [2023-09-08T10:50:16.995Z] 4698f68db338: Waiting [2023-09-08T10:50:16.995Z] 2a2f49069b9e: Waiting [2023-09-08T10:50:16.995Z] e0025b399a48: Waiting [2023-09-08T10:50:16.995Z] 91d30c5bc195: Verifying Checksum [2023-09-08T10:50:16.995Z] 91d30c5bc195: Download complete [2023-09-08T10:50:16.995Z] 4698f68db338: Download complete [2023-09-08T10:50:17.254Z] 2e9b0aa3be6d: Verifying Checksum [2023-09-08T10:50:17.254Z] 2e9b0aa3be6d: Download complete [2023-09-08T10:50:17.254Z] e0025b399a48: Verifying Checksum [2023-09-08T10:50:17.254Z] e0025b399a48: Download complete [2023-09-08T10:50:17.254Z] 91d30c5bc195: Pull complete [2023-09-08T10:50:17.254Z] 2a2f49069b9e: Download complete [2023-09-08T10:50:17.513Z] 2e9b0aa3be6d: Pull complete [2023-09-08T10:50:17.771Z] 9c61dcf015f6: Download complete [2023-09-08T10:50:20.299Z] 9c61dcf015f6: Pull complete [2023-09-08T10:50:20.299Z] 4698f68db338: Pull complete [2023-09-08T10:50:20.866Z] 2a2f49069b9e: Pull complete [2023-09-08T10:50:20.866Z] e0025b399a48: Pull complete [2023-09-08T10:50:20.866Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-09-08T10:50:20.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-08T10:50:20.866Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T10:50:21.088Z] prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container [2023-09-08T10:50:21.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-09-08T10:50:24.268Z] $ docker top 742626919fecedf4b1bdb6a3af190b055cb20d001c3bda522c6084f85c638ef1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-08T10:50:24.642Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-08T10:50:26.543Z] #1 [security-spire-server internal] load build definition from Dockerfile [2023-09-08T10:50:26.543Z] #1 transferring dockerfile: [2023-09-08T10:50:26.800Z] #1 transferring dockerfile: 1.59kB done [2023-09-08T10:50:26.800Z] #1 DONE 0.0s [2023-09-08T10:50:26.800Z] [2023-09-08T10:50:26.800Z] #2 [support-scheduler internal] load build definition from Dockerfile [2023-09-08T10:50:26.800Z] #2 transferring dockerfile: 1.82kB done [2023-09-08T10:50:26.800Z] #2 DONE 0.0s [2023-09-08T10:50:26.800Z] [2023-09-08T10:50:26.800Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-08T10:50:26.800Z] #3 transferring dockerfile: 2.04kB done [2023-09-08T10:50:26.800Z] #3 DONE 0.0s [2023-09-08T10:50:26.800Z] [2023-09-08T10:50:26.800Z] #4 [support-notifications internal] load build definition from Dockerfile [2023-09-08T10:50:26.800Z] #4 transferring dockerfile: 1.84kB done [2023-09-08T10:50:26.800Z] #4 DONE 0.0s [2023-09-08T10:50:26.800Z] [2023-09-08T10:50:26.800Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-08T10:50:26.800Z] #5 transferring dockerfile: 2.82kB done [2023-09-08T10:50:26.800Z] #5 DONE 0.0s [2023-09-08T10:50:26.800Z] [2023-09-08T10:50:26.800Z] #6 [core-data internal] load build definition from Dockerfile [2023-09-08T10:50:26.800Z] #6 transferring dockerfile: 1.90kB done [2023-09-08T10:50:26.800Z] #6 DONE 0.0s [2023-09-08T10:50:26.800Z] [2023-09-08T10:50:26.800Z] #7 [security-spire-config internal] load build definition from Dockerfile [2023-09-08T10:50:26.800Z] #7 transferring dockerfile: 1.58kB done [2023-09-08T10:50:26.800Z] #7 DONE 0.0s [2023-09-08T10:50:26.800Z] [2023-09-08T10:50:26.800Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-08T10:50:27.058Z] #8 transferring dockerfile: 2.38kB done [2023-09-08T10:50:27.058Z] #8 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-08T10:50:27.058Z] #9 transferring dockerfile: 2.39kB done [2023-09-08T10:50:27.058Z] #9 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-08T10:50:27.058Z] #10 transferring dockerfile: 1.78kB done [2023-09-08T10:50:27.058Z] #10 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2023-09-08T10:50:27.058Z] #11 transferring dockerfile: 1.70kB done [2023-09-08T10:50:27.058Z] #11 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-08T10:50:27.058Z] #12 transferring dockerfile: 2.12kB done [2023-09-08T10:50:27.058Z] #12 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #13 [core-command internal] load build definition from Dockerfile [2023-09-08T10:50:27.058Z] #13 transferring dockerfile: 1.82kB done [2023-09-08T10:50:27.058Z] #13 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #14 [security-spire-server internal] load .dockerignore [2023-09-08T10:50:27.058Z] #14 transferring context: 56B done [2023-09-08T10:50:27.058Z] #14 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #15 [core-metadata internal] load build definition from Dockerfile [2023-09-08T10:50:27.058Z] #15 transferring dockerfile: 1.96kB done [2023-09-08T10:50:27.058Z] #15 DONE 0.0s [2023-09-08T10:50:27.058Z] [2023-09-08T10:50:27.058Z] #16 [support-scheduler internal] load .dockerignore [2023-09-08T10:50:27.058Z] #16 transferring context: 56B done [2023-09-08T10:50:27.059Z] #16 DONE 0.0s [2023-09-08T10:50:27.059Z] [2023-09-08T10:50:27.059Z] #17 [security-proxy-auth internal] load .dockerignore [2023-09-08T10:50:27.059Z] #17 transferring context: 56B done [2023-09-08T10:50:27.059Z] #17 DONE 0.0s [2023-09-08T10:50:27.059Z] [2023-09-08T10:50:27.059Z] #18 [support-notifications internal] load .dockerignore [2023-09-08T10:50:27.059Z] #18 transferring context: 56B done [2023-09-08T10:50:27.059Z] #18 DONE 0.0s [2023-09-08T10:50:27.059Z] [2023-09-08T10:50:27.059Z] #19 [security-bootstrapper internal] load .dockerignore [2023-09-08T10:50:27.059Z] #19 transferring context: 56B done [2023-09-08T10:50:27.059Z] #19 DONE 0.0s [2023-09-08T10:50:27.059Z] [2023-09-08T10:50:27.059Z] #20 [core-data internal] load .dockerignore [2023-09-08T10:50:27.059Z] #20 transferring context: 56B done [2023-09-08T10:50:27.059Z] #20 DONE 0.0s [2023-09-08T10:50:27.059Z] [2023-09-08T10:50:27.059Z] #21 [security-spire-config internal] load .dockerignore [2023-09-08T10:50:27.318Z] #21 transferring context: 56B done [2023-09-08T10:50:27.318Z] #21 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #22 [security-proxy-setup internal] load .dockerignore [2023-09-08T10:50:27.318Z] #22 transferring context: 56B done [2023-09-08T10:50:27.318Z] #22 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #23 [security-secretstore-setup internal] load .dockerignore [2023-09-08T10:50:27.318Z] #23 transferring context: 56B done [2023-09-08T10:50:27.318Z] #23 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2023-09-08T10:50:27.318Z] #24 transferring context: 56B done [2023-09-08T10:50:27.318Z] #24 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #25 [security-spire-agent internal] load .dockerignore [2023-09-08T10:50:27.318Z] #25 transferring context: 56B done [2023-09-08T10:50:27.318Z] #25 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-08T10:50:27.318Z] #26 transferring context: 56B done [2023-09-08T10:50:27.318Z] #26 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #27 [core-command internal] load .dockerignore [2023-09-08T10:50:27.318Z] #27 transferring context: 56B done [2023-09-08T10:50:27.318Z] #27 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #28 [core-metadata internal] load .dockerignore [2023-09-08T10:50:27.318Z] #28 transferring context: 56B done [2023-09-08T10:50:27.318Z] #28 DONE 0.0s [2023-09-08T10:50:27.318Z] [2023-09-08T10:50:27.318Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-08T10:50:27.576Z] #29 DONE 0.0s [2023-09-08T10:50:27.576Z] [2023-09-08T10:50:27.576Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-09-08T10:50:27.576Z] #30 DONE 0.1s [2023-09-08T10:50:27.576Z] [2023-09-08T10:50:27.576Z] #31 [core-data internal] load build context [2023-09-08T10:50:27.576Z] #31 ... [2023-09-08T10:50:27.576Z] [2023-09-08T10:50:27.576Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-08T10:50:27.576Z] #29 DONE 0.0s [2023-09-08T10:50:27.604Z] 8d51d6327a98: Pull complete [2023-09-08T10:50:27.605Z] 8b374f2dd631: Pull complete [2023-09-08T10:50:27.605Z] ec14aa9079de: Pull complete [2023-09-08T10:50:27.836Z] [2023-09-08T10:50:27.836Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-08T10:50:27.836Z] #29 DONE 0.0s [2023-09-08T10:50:27.836Z] [2023-09-08T10:50:27.836Z] #32 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T10:50:27.836Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T10:50:27.836Z] #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-08T10:50:27.836Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T10:50:27.836Z] #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-08T10:50:27.836Z] #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-08T10:50:27.836Z] #32 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-09-08T10:50:27.836Z] #32 ... [2023-09-08T10:50:27.836Z] [2023-09-08T10:50:27.836Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-08T10:50:27.836Z] #29 DONE 0.0s [2023-09-08T10:50:27.836Z] [2023-09-08T10:50:27.836Z] #32 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T10:50:27.836Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T10:50:27.836Z] #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-08T10:50:27.836Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T10:50:27.836Z] #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-08T10:50:27.836Z] #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-08T10:50:27.836Z] #32 ... [2023-09-08T10:50:27.836Z] [2023-09-08T10:50:27.836Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 [2023-09-08T10:50:27.836Z] #30 DONE 0.4s [2023-09-08T10:50:27.836Z] [2023-09-08T10:50:27.836Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-08T10:50:27.836Z] #33 DONE 0.6s [2023-09-08T10:50:27.836Z] [2023-09-08T10:50:27.836Z] #32 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T10:50:27.836Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T10:50:27.836Z] #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-08T10:50:27.836Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T10:50:27.836Z] #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-08T10:50:27.836Z] #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-08T10:50:28.095Z] #32 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done [2023-09-08T10:50:28.411Z] #32 DONE 0.9s [2023-09-08T10:50:28.411Z] [2023-09-08T10:50:28.411Z] #34 [security-spire-config internal] load build context [2023-09-08T10:50:28.411Z] #34 transferring context: 15.84kB 0.0s done [2023-09-08T10:50:28.411Z] #34 DONE 0.3s [2023-09-08T10:50:28.411Z] [2023-09-08T10:50:28.411Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T10:50:28.411Z] #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2023-09-08T10:50:28.411Z] #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-08T10:50:28.411Z] #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-08T10:50:28.411Z] #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-08T10:50:28.411Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2023-09-08T10:50:28.411Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s [2023-09-08T10:50:28.411Z] #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-08T10:50:28.411Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.2s [2023-09-08T10:50:28.411Z] #35 ... [2023-09-08T10:50:28.411Z] [2023-09-08T10:50:28.411Z] #36 [security-spire-server internal] load build context [2023-09-08T10:50:28.411Z] #36 transferring context: 17.59kB 0.0s done [2023-09-08T10:50:28.411Z] #36 DONE 0.4s [2023-09-08T10:50:28.411Z] [2023-09-08T10:50:28.411Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T10:50:28.411Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2023-09-08T10:50:28.411Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2023-09-08T10:50:28.411Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s [2023-09-08T10:50:28.411Z] #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-08T10:50:28.411Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.3s [2023-09-08T10:50:28.411Z] #35 ... [2023-09-08T10:50:28.411Z] [2023-09-08T10:50:28.411Z] #32 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T10:50:28.411Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T10:50:28.411Z] #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-09-08T10:50:28.411Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T10:50:28.411Z] #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-09-08T10:50:28.411Z] #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-09-08T10:50:28.412Z] #32 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done [2023-09-08T10:50:28.412Z] #32 DONE 0.9s [2023-09-08T10:50:28.412Z] [2023-09-08T10:50:28.412Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-08T10:50:28.412Z] #37 DONE 0.7s [2023-09-08T10:50:28.412Z] [2023-09-08T10:50:28.412Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T10:50:28.412Z] #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2023-09-08T10:50:28.412Z] #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-08T10:50:28.412Z] #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-08T10:50:28.412Z] #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-08T10:50:28.412Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2023-09-08T10:50:28.412Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2023-09-08T10:50:28.412Z] #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-08T10:50:28.412Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2023-09-08T10:50:28.412Z] #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-08T10:50:28.673Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 3.15MB / 25.84MB 0.5s [2023-09-08T10:50:28.673Z] #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-09-08T10:50:28.673Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 7.34MB / 25.84MB 0.6s [2023-09-08T10:50:28.942Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 17.83MB / 25.84MB 0.7s [2023-09-08T10:50:28.942Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s [2023-09-08T10:50:30.845Z] #35 ... [2023-09-08T10:50:30.845Z] [2023-09-08T10:50:30.845Z] #38 [security-spire-agent internal] load build context [2023-09-08T10:50:30.845Z] #38 transferring context: 17.12kB 0.0s done [2023-09-08T10:50:30.845Z] #38 DONE 2.2s [2023-09-08T10:50:30.845Z] [2023-09-08T10:50:30.845Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T10:50:32.230Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 3.1s done [2023-09-08T10:50:32.795Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2023-09-08T10:50:32.949Z] 2f466654f4bb: Pull complete [2023-09-08T10:50:34.722Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.6s done [2023-09-08T10:50:35.529Z] 554e91adad29: Pull complete [2023-09-08T10:50:35.529Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-09-08T10:50:35.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-08T10:50:35.529Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-08T10:50:35.912Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-08T10:50:35.912Z] WORKDIR /edgex [2023-09-08T10:50:35.912Z] COPY go.mod . [2023-09-08T10:50:35.912Z] RUN go mod download [2023-09-08T10:50:35.912Z] + docker build -t ci-base-image-arm64 -f - . [2023-09-08T10:50:36.155Z] #35 ... [2023-09-08T10:50:36.156Z] [2023-09-08T10:50:36.156Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T10:50:36.156Z] #39 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done [2023-09-08T10:50:36.156Z] #39 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-09-08T10:50:36.156Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done [2023-09-08T10:50:36.156Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2023-09-08T10:50:36.156Z] #39 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 4.8s done [2023-09-08T10:50:36.156Z] #39 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 7.1s [2023-09-08T10:50:36.156Z] #39 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-08T10:50:36.156Z] #39 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-09-08T10:50:36.156Z] #39 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-09-08T10:50:36.497Z] Sending build context to Docker daemon 2.99MB [2023-09-08T10:50:36.497Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-08T10:50:36.497Z] ---> 1e15ea492957 [2023-09-08T10:50:36.497Z] Step 2/4 : WORKDIR /edgex [2023-09-08T10:50:36.723Z] #39 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 7.1s done [2023-09-08T10:50:37.657Z] #39 ... [2023-09-08T10:50:37.657Z] [2023-09-08T10:50:37.657Z] #40 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-08T10:50:37.657Z] #40 ... [2023-09-08T10:50:37.657Z] [2023-09-08T10:50:37.657Z] #41 [security-proxy-auth internal] load build context [2023-09-08T10:50:37.657Z] #41 transferring context: 365.36MB 7.2s done [2023-09-08T10:50:37.657Z] #41 ... [2023-09-08T10:50:37.657Z] [2023-09-08T10:50:37.657Z] #42 [support-notifications internal] load build context [2023-09-08T10:50:37.657Z] #42 transferring context: 365.36MB 6.4s done [2023-09-08T10:50:37.911Z] ---> Running in 040248fa628d [2023-09-08T10:50:37.922Z] #42 ... [2023-09-08T10:50:37.922Z] [2023-09-08T10:50:37.922Z] #43 [security-proxy-setup internal] load build context [2023-09-08T10:50:37.922Z] #43 transferring context: 365.36MB 7.1s done [2023-09-08T10:50:38.179Z] #43 ... [2023-09-08T10:50:38.179Z] [2023-09-08T10:50:38.179Z] #31 [core-data internal] load build context [2023-09-08T10:50:38.179Z] #31 transferring context: 365.36MB 5.3s done [2023-09-08T10:50:38.179Z] #31 ... [2023-09-08T10:50:38.179Z] [2023-09-08T10:50:38.179Z] #44 [core-common-config-bootstrapper internal] load build context [2023-09-08T10:50:38.179Z] #44 transferring context: 365.36MB 7.1s done [2023-09-08T10:50:38.180Z] Removing intermediate container 040248fa628d [2023-09-08T10:50:38.181Z] ---> 6be6db06a40a [2023-09-08T10:50:38.437Z] #44 ... [2023-09-08T10:50:38.437Z] [2023-09-08T10:50:38.437Z] #45 [core-metadata internal] load build context [2023-09-08T10:50:38.437Z] #45 transferring context: 365.36MB 7.2s done [2023-09-08T10:50:38.437Z] #45 ... [2023-09-08T10:50:38.437Z] [2023-09-08T10:50:38.437Z] #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-08T10:50:38.446Z] Step 3/4 : COPY go.mod . [2023-09-08T10:50:38.696Z] #46 ... [2023-09-08T10:50:38.696Z] [2023-09-08T10:50:38.696Z] #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-08T10:50:38.696Z] #47 ... [2023-09-08T10:50:38.696Z] [2023-09-08T10:50:38.696Z] #48 [security-bootstrapper internal] load build context [2023-09-08T10:50:38.696Z] #48 transferring context: 365.36MB 5.7s done [2023-09-08T10:50:38.956Z] #48 ... [2023-09-08T10:50:38.956Z] [2023-09-08T10:50:38.956Z] #49 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-08T10:50:39.214Z] #49 ... [2023-09-08T10:50:39.214Z] [2023-09-08T10:50:39.214Z] #50 [security-secretstore-setup internal] load build context [2023-09-08T10:50:39.214Z] #50 transferring context: 365.36MB 8.2s done [2023-09-08T10:50:39.214Z] #50 ... [2023-09-08T10:50:39.214Z] [2023-09-08T10:50:39.214Z] #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T10:50:39.472Z] #51 ... [2023-09-08T10:50:39.472Z] [2023-09-08T10:50:39.472Z] #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-08T10:50:39.472Z] #52 ... [2023-09-08T10:50:39.472Z] [2023-09-08T10:50:39.472Z] #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-08T10:50:39.731Z] #53 ... [2023-09-08T10:50:39.731Z] [2023-09-08T10:50:39.731Z] #54 [core-common-config-bootstrapper stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T10:50:39.731Z] #54 ... [2023-09-08T10:50:39.731Z] [2023-09-08T10:50:39.731Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-08T10:50:39.731Z] #55 transferring context: 365.36MB 6.1s done [2023-09-08T10:50:40.274Z] #55 ... [2023-09-08T10:50:40.274Z] [2023-09-08T10:50:40.274Z] #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-08T10:50:40.391Z] ---> 1fff7c0c6519 [2023-09-08T10:50:40.392Z] Step 4/4 : RUN go mod download [2023-09-08T10:50:40.392Z] ---> Running in 0a5754b69249 [2023-09-08T10:50:40.533Z] #56 ... [2023-09-08T10:50:40.533Z] [2023-09-08T10:50:40.533Z] #57 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-09-08T10:50:40.533Z] #57 ... [2023-09-08T10:50:40.533Z] [2023-09-08T10:50:40.533Z] #58 [core-command internal] load build context [2023-09-08T10:50:40.533Z] #58 transferring context: 365.36MB 7.7s done [2023-09-08T10:50:40.791Z] #58 ... [2023-09-08T10:50:40.791Z] [2023-09-08T10:50:40.791Z] #59 [support-scheduler internal] load build context [2023-09-08T10:50:40.791Z] #59 transferring context: 365.36MB 8.6s done [2023-09-08T10:50:40.791Z] #59 ... [2023-09-08T10:50:40.791Z] [2023-09-08T10:50:40.791Z] #60 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-08T10:50:40.791Z] #0 5.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:40.792Z] #0 6.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:40.792Z] #0 6.427 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T10:50:40.792Z] #0 6.427 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T10:50:40.792Z] #0 6.427 OK: 17818 distinct packages available [2023-09-08T10:50:40.792Z] #0 6.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:40.792Z] #0 6.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:40.792Z] #0 6.773 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:40.792Z] #0 6.841 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-08T10:50:40.792Z] #0 6.843 (3/5) Installing libucontext (1.2-r0) [2023-09-08T10:50:40.792Z] #0 6.846 (4/5) Installing gcompat (1.1.0-r0) [2023-09-08T10:50:40.792Z] #0 6.852 (5/5) Installing openssl (3.0.10-r0) [2023-09-08T10:50:40.792Z] #0 6.863 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:40.792Z] #0 6.868 OK: 8 MiB in 20 packages [2023-09-08T10:50:48.910Z] #60 ... [2023-09-08T10:50:48.910Z] [2023-09-08T10:50:48.910Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T10:50:48.910Z] #39 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 [2023-09-08T10:50:48.910Z] #39 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.4s done [2023-09-08T10:50:49.168Z] #39 ... [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #31 [core-data internal] load build context [2023-09-08T10:50:49.168Z] #31 DONE 21.6s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #57 [support-scheduler builder 2/7] WORKDIR /edgex-go [2023-09-08T10:50:49.168Z] #57 DONE 20.6s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #48 [security-bootstrapper internal] load build context [2023-09-08T10:50:49.168Z] #48 DONE 21.6s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-08T10:50:49.168Z] #55 DONE 21.5s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #42 [support-notifications internal] load build context [2023-09-08T10:50:49.168Z] #42 DONE 21.7s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #41 [security-proxy-auth internal] load build context [2023-09-08T10:50:49.168Z] #41 DONE 21.7s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #60 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-08T10:50:49.168Z] #60 DONE 21.0s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #44 [core-common-config-bootstrapper internal] load build context [2023-09-08T10:50:49.168Z] #44 DONE 21.4s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #43 [security-proxy-setup internal] load build context [2023-09-08T10:50:49.168Z] #43 DONE 21.5s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #45 [core-metadata internal] load build context [2023-09-08T10:50:49.168Z] #45 DONE 21.3s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #50 [security-secretstore-setup internal] load build context [2023-09-08T10:50:49.168Z] #50 DONE 21.6s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #58 [core-command internal] load build context [2023-09-08T10:50:49.168Z] #58 DONE 21.5s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #59 [support-scheduler internal] load build context [2023-09-08T10:50:49.168Z] #59 DONE 21.8s [2023-09-08T10:50:49.168Z] [2023-09-08T10:50:49.168Z] #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T10:50:49.168Z] #51 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:49.428Z] #51 ... [2023-09-08T10:50:49.428Z] [2023-09-08T10:50:49.428Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T10:50:49.428Z] #35 DONE 21.5s [2023-09-08T10:50:49.428Z] [2023-09-08T10:50:49.428Z] #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-08T10:50:49.428Z] #52 21.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:49.684Z] #52 21.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:49.942Z] #52 21.53 (1/4) Installing ca-certificates (20230506-r0) [2023-09-08T10:50:49.942Z] #52 21.56 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:49.942Z] #52 ... [2023-09-08T10:50:49.942Z] [2023-09-08T10:50:49.942Z] #54 [support-scheduler stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T10:50:49.942Z] #54 21.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:49.942Z] #54 21.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:49.942Z] #54 21.49 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:49.942Z] #54 21.49 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:49.942Z] #54 21.50 OK: 7 MiB in 16 packages [2023-09-08T10:50:49.942Z] #54 DONE 21.7s [2023-09-08T10:50:49.942Z] [2023-09-08T10:50:49.942Z] #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-08T10:50:49.942Z] #52 21.56 (3/4) Installing su-exec (0.2-r2) [2023-09-08T10:50:49.942Z] #52 21.57 (4/4) Installing yq (4.30.4-r4) [2023-09-08T10:50:50.263Z] #52 21.80 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:50.263Z] #52 21.80 Executing ca-certificates-20230506-r0.trigger [2023-09-08T10:50:50.263Z] #52 21.86 OK: 17 MiB in 19 packages [2023-09-08T10:50:50.528Z] #52 DONE 22.2s [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T10:50:50.529Z] #51 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.529Z] #51 21.48 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:50.529Z] #51 21.49 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:50.529Z] #51 21.49 OK: 7 MiB in 16 packages [2023-09-08T10:50:50.529Z] #51 DONE 22.1s [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #61 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-08T10:50:50.529Z] #61 DONE 0.9s [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #49 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-08T10:50:50.529Z] #49 21.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.529Z] #49 21.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.529Z] #49 21.78 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:50.529Z] #49 21.78 (2/2) Installing su-exec (0.2-r2) [2023-09-08T10:50:50.529Z] #49 21.78 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:50.529Z] #49 21.79 OK: 7 MiB in 17 packages [2023-09-08T10:50:50.529Z] #49 DONE 22.2s [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-08T10:50:50.529Z] #46 21.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.529Z] #46 21.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.529Z] #46 21.48 (1/2) Installing ca-certificates (20230506-r0) [2023-09-08T10:50:50.529Z] #46 21.50 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:50.529Z] #46 21.50 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:50.529Z] #46 21.51 Executing ca-certificates-20230506-r0.trigger [2023-09-08T10:50:50.529Z] #46 21.76 OK: 8 MiB in 17 packages [2023-09-08T10:50:50.529Z] #46 DONE 22.2s [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-08T10:50:50.529Z] #62 ... [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-08T10:50:50.529Z] #53 21.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.529Z] #53 21.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.529Z] #53 21.95 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:50.529Z] #53 21.95 (2/4) Installing openssl (3.0.10-r0) [2023-09-08T10:50:50.529Z] #53 21.97 (3/4) Installing su-exec (0.2-r2) [2023-09-08T10:50:50.529Z] #53 21.97 (4/4) Installing yq (4.30.4-r4) [2023-09-08T10:50:50.529Z] #53 22.16 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:50.529Z] #53 22.20 OK: 17 MiB in 19 packages [2023-09-08T10:50:50.529Z] #53 DONE 22.3s [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #63 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-08T10:50:50.529Z] #63 DONE 0.9s [2023-09-08T10:50:50.529Z] [2023-09-08T10:50:50.529Z] #64 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-08T10:50:50.529Z] #64 DONE 0.1s [2023-09-08T10:50:50.788Z] [2023-09-08T10:50:50.788Z] #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-08T10:50:50.788Z] #56 21.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.788Z] #56 21.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.788Z] #56 21.96 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T10:50:50.788Z] #56 21.96 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T10:50:50.788Z] #56 21.96 OK: 17818 distinct packages available [2023-09-08T10:50:50.788Z] #56 22.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.788Z] #56 22.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:50.788Z] #56 22.32 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:50.788Z] #56 22.32 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-08T10:50:50.788Z] #56 22.32 (3/4) Installing libucontext (1.2-r0) [2023-09-08T10:50:50.788Z] #56 22.32 (4/4) Installing gcompat (1.1.0-r0) [2023-09-08T10:50:50.788Z] #56 22.34 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:50.788Z] #56 22.34 OK: 7 MiB in 19 packages [2023-09-08T10:50:51.046Z] #56 ... [2023-09-08T10:50:51.046Z] [2023-09-08T10:50:51.046Z] #65 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-08T10:50:51.046Z] #65 DONE 0.5s [2023-09-08T10:50:51.046Z] [2023-09-08T10:50:51.046Z] #66 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-08T10:50:51.046Z] #66 DONE 0.6s [2023-09-08T10:50:51.046Z] [2023-09-08T10:50:51.046Z] #67 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-08T10:50:51.046Z] #67 DONE 0.5s [2023-09-08T10:50:51.305Z] [2023-09-08T10:50:51.305Z] #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-08T10:50:51.305Z] #56 DONE 22.8s [2023-09-08T10:50:51.305Z] [2023-09-08T10:50:51.305Z] #68 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-08T10:50:51.305Z] #68 DONE 0.0s [2023-09-08T10:50:51.305Z] [2023-09-08T10:50:51.305Z] #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-08T10:50:51.305Z] #47 22.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:51.305Z] #47 22.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:51.305Z] #47 22.60 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T10:50:51.305Z] #47 22.60 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T10:50:51.305Z] #47 22.60 OK: 17818 distinct packages available [2023-09-08T10:50:51.305Z] #47 22.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:51.305Z] #47 22.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:51.305Z] #47 22.96 (1/9) Installing ca-certificates (20230506-r0) [2023-09-08T10:50:51.305Z] #47 ... [2023-09-08T10:50:51.305Z] [2023-09-08T10:50:51.305Z] #69 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-08T10:50:51.305Z] #69 DONE 0.2s [2023-09-08T10:50:51.305Z] [2023-09-08T10:50:51.305Z] #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-08T10:50:51.305Z] #47 23.05 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-08T10:50:51.305Z] #47 23.06 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-08T10:50:51.305Z] #47 23.13 (4/9) Installing libcurl (8.2.1-r0) [2023-09-08T10:50:51.564Z] #47 23.14 (5/9) Installing curl (8.2.1-r0) [2023-09-08T10:50:51.564Z] #47 23.15 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-08T10:50:51.564Z] #47 23.15 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-08T10:50:51.564Z] #47 23.15 (8/9) Installing libucontext (1.2-r0) [2023-09-08T10:50:51.564Z] #47 23.16 (9/9) Installing gcompat (1.1.0-r0) [2023-09-08T10:50:51.564Z] #47 23.16 Executing busybox-1.35.0-r29.trigger [2023-09-08T10:50:51.564Z] #47 23.17 Executing ca-certificates-20230506-r0.trigger [2023-09-08T10:50:52.132Z] #47 ... [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #70 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-08T10:50:52.132Z] #70 DONE 0.8s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-08T10:50:52.132Z] #47 23.62 OK: 10 MiB in 24 packages [2023-09-08T10:50:52.132Z] #47 DONE 23.7s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #71 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-08T10:50:52.132Z] #71 DONE 0.9s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-08T10:50:52.132Z] #0 2.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.132Z] #0 2.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.132Z] #0 2.611 OK: 265 MiB in 53 packages [2023-09-08T10:50:52.132Z] #72 DONE 3.0s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #73 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-08T10:50:52.132Z] #73 DONE 0.7s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #74 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-08T10:50:52.132Z] #74 DONE 0.1s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #75 [security-spire-server] exporting to image [2023-09-08T10:50:52.132Z] #75 exporting layers [2023-09-08T10:50:52.132Z] #75 ... [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #76 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-08T10:50:52.132Z] #76 DONE 0.1s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:50:52.132Z] #77 DONE 0.1s [2023-09-08T10:50:52.132Z] [2023-09-08T10:50:52.132Z] #78 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-08T10:50:52.132Z] #78 DONE 0.1s [2023-09-08T10:50:52.391Z] [2023-09-08T10:50:52.391Z] #79 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-08T10:50:52.391Z] #79 DONE 0.2s [2023-09-08T10:50:52.391Z] [2023-09-08T10:50:52.391Z] #80 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-08T10:50:52.391Z] #80 DONE 0.1s [2023-09-08T10:50:52.391Z] [2023-09-08T10:50:52.391Z] #81 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-08T10:50:52.391Z] #81 DONE 0.1s [2023-09-08T10:50:52.391Z] [2023-09-08T10:50:52.391Z] #82 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-08T10:50:52.391Z] #82 DONE 0.1s [2023-09-08T10:50:52.391Z] [2023-09-08T10:50:52.391Z] #83 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-08T10:50:52.391Z] #83 DONE 0.1s [2023-09-08T10:50:52.391Z] [2023-09-08T10:50:52.391Z] #84 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-08T10:50:52.391Z] #84 DONE 0.0s [2023-09-08T10:50:52.391Z] [2023-09-08T10:50:52.391Z] #75 [security-spire-config] exporting to image [2023-09-08T10:50:52.649Z] #75 ... [2023-09-08T10:50:52.649Z] [2023-09-08T10:50:52.649Z] #85 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-09-08T10:50:52.649Z] #0 3.035 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.649Z] #0 3.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.649Z] #0 3.372 OK: 265 MiB in 53 packages [2023-09-08T10:50:52.649Z] #85 DONE 3.5s [2023-09-08T10:50:52.649Z] [2023-09-08T10:50:52.649Z] #86 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:50:52.649Z] #86 DONE 0.0s [2023-09-08T10:50:52.649Z] [2023-09-08T10:50:52.649Z] #75 [security-spire-server] exporting to image [2023-09-08T10:50:52.649Z] #75 exporting layers 0.6s done [2023-09-08T10:50:52.649Z] #75 writing image sha256:80d6c40f95f5c8d2a25f6865fc2556a40ef206a7fd1d57bb37693434c3d7b7fa done [2023-09-08T10:50:52.649Z] #75 naming to docker.io/library/security-spire-server done [2023-09-08T10:50:52.910Z] #75 ... [2023-09-08T10:50:52.910Z] [2023-09-08T10:50:52.910Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-08T10:50:52.910Z] #62 DONE 2.3s [2023-09-08T10:50:52.910Z] [2023-09-08T10:50:52.910Z] #87 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-08T10:50:52.910Z] #87 DONE 0.0s [2023-09-08T10:50:52.910Z] [2023-09-08T10:50:52.910Z] #88 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-08T10:50:52.910Z] #0 3.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.910Z] #0 3.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.910Z] #0 3.710 OK: 265 MiB in 53 packages [2023-09-08T10:50:52.910Z] #88 DONE 3.8s [2023-09-08T10:50:52.910Z] [2023-09-08T10:50:52.910Z] #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:50:52.910Z] #89 DONE 0.1s [2023-09-08T10:50:52.910Z] [2023-09-08T10:50:52.910Z] #90 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-08T10:50:52.910Z] #0 3.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.910Z] #0 3.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.910Z] #0 3.427 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T10:50:52.910Z] #0 3.427 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T10:50:52.910Z] #0 3.427 OK: 17823 distinct packages available [2023-09-08T10:50:52.910Z] #0 3.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.910Z] #0 3.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-08T10:50:52.910Z] #0 3.835 OK: 265 MiB in 53 packages [2023-09-08T10:50:52.910Z] #90 DONE 3.9s [2023-09-08T10:50:52.910Z] [2023-09-08T10:50:52.910Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:50:52.910Z] #91 DONE 0.0s [2023-09-08T10:50:52.910Z] [2023-09-08T10:50:52.910Z] #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:50:53.168Z] #92 ... [2023-09-08T10:50:53.168Z] [2023-09-08T10:50:53.168Z] #75 [security-spire-config] exporting to image [2023-09-08T10:50:53.168Z] #75 exporting layers 0.6s done [2023-09-08T10:50:53.168Z] #75 writing image sha256:07b3e74982803f5f65e4228f10552e17ebb2edaaf5c77b9eda8b4940f055e2e3 done [2023-09-08T10:50:53.168Z] #75 naming to docker.io/library/security-spire-agent done [2023-09-08T10:50:53.168Z] #75 writing image sha256:e7d2a25d6851a916d3f5aea0a6489c8bdd906bdb0009d5a6416843c0eff82b12 done [2023-09-08T10:50:53.168Z] #75 naming to docker.io/library/security-spire-config done [2023-09-08T10:50:53.168Z] #75 DONE 0.8s [2023-09-08T10:50:53.426Z] [2023-09-08T10:50:53.426Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:50:59.992Z] #93 ... [2023-09-08T10:50:59.992Z] [2023-09-08T10:50:59.992Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T10:50:59.992Z] #39 ... [2023-09-08T10:50:59.992Z] [2023-09-08T10:50:59.992Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:02.527Z] #94 ... [2023-09-08T10:51:02.527Z] [2023-09-08T10:51:02.527Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:19.264Z] Removing intermediate container 0a5754b69249 [2023-09-08T10:51:19.265Z] ---> ae966d10505d [2023-09-08T10:51:19.265Z] Successfully built ae966d10505d [2023-09-08T10:51:19.265Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T10:51:19.672Z] + docker inspect -f . ci-base-image-arm64 [2023-09-08T10:51:19.672Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T10:51:19.947Z] prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container [2023-09-08T10:51:20.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-08T10:51:21.222Z] $ docker top a087f9908c467f71185219cb9e5ae1788c217b84703d25d430ab96758c0cb38c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-08T10:51:22.093Z] + go version [2023-09-08T10:51:22.093Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-09-08T10:51:22.127Z] $ docker stop --time=1 a087f9908c467f71185219cb9e5ae1788c217b84703d25d430ab96758c0cb38c [2023-09-08T10:51:23.691Z] $ docker rm -f --volumes a087f9908c467f71185219cb9e5ae1788c217b84703d25d430ab96758c0cb38c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T10:51:24.524Z] + docker inspect -f . ci-base-image-arm64 [2023-09-08T10:51:24.524Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T10:51:24.770Z] prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container [2023-09-08T10:51:24.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-08T10:51:25.961Z] $ docker top d9999a61d631d6c91ad768b517fdeeb10651610b942e5da980b7d8db8a5bd0d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-08T10:51:26.211Z] ========================================================= [2023-09-08T10:51:26.211Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-08T10:51:26.211Z] ========================================================= [Pipeline] sh [2023-09-08T10:51:26.523Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-08T10:51:26.918Z] + make test [2023-09-08T10:51:26.918Z] go test -race -coverprofile=coverage.out ./... [2023-09-08T10:51:29.190Z] #95 DONE 35.0s [2023-09-08T10:51:29.190Z] [2023-09-08T10:51:29.190Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:29.190Z] #93 DONE 34.2s [2023-09-08T10:51:29.190Z] [2023-09-08T10:51:29.190Z] #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:29.190Z] #92 DONE 34.2s [2023-09-08T10:51:29.190Z] [2023-09-08T10:51:29.190Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:29.190Z] #94 DONE 34.6s [2023-09-08T10:51:29.190Z] [2023-09-08T10:51:29.190Z] #96 [support-scheduler builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #96 ... [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #97 [security-bootstrapper builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #97 DONE 7.0s [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #98 [support-notifications builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #98 DONE 7.0s [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #99 [security-secretstore-setup builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #99 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #100 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:34.465Z] #100 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #101 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:51:34.465Z] #101 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #102 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:34.465Z] #102 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #103 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:51:34.465Z] #103 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #104 [security-proxy-setup builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #104 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #105 DONE 7.0s [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #106 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #106 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #107 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:51:34.465Z] #107 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #108 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:34.465Z] #108 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #96 [support-scheduler builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #96 DONE 7.0s [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:51:34.465Z] #109 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #110 [security-proxy-auth builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #110 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #111 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:34.465Z] #111 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #112 [core-metadata builder 6/7] COPY . . [2023-09-08T10:51:34.465Z] #112 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.465Z] #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:34.465Z] #113 CACHED [2023-09-08T10:51:34.465Z] [2023-09-08T10:51:34.466Z] #114 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:51:34.466Z] #114 CACHED [2023-09-08T10:51:34.466Z] [2023-09-08T10:51:34.466Z] #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:34.466Z] #115 CACHED [2023-09-08T10:51:34.466Z] [2023-09-08T10:51:34.466Z] #116 [core-data builder 6/7] COPY . . [2023-09-08T10:51:34.466Z] #116 CACHED [2023-09-08T10:51:34.466Z] [2023-09-08T10:51:34.466Z] #117 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:51:34.466Z] #117 CACHED [2023-09-08T10:51:34.466Z] [2023-09-08T10:51:34.466Z] #118 [core-command builder 6/7] COPY . . [2023-09-08T10:51:34.466Z] #118 CACHED [2023-09-08T10:51:34.466Z] [2023-09-08T10:51:34.466Z] #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T10:51:34.466Z] #119 CACHED [2023-09-08T10:51:34.466Z] [2023-09-08T10:51:34.466Z] #120 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-08T10:51:34.466Z] #120 CACHED [2023-09-08T10:51:34.466Z] [2023-09-08T10:51:34.466Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-08T10:51:35.400Z] #121 1.008 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-08T10:51:45.364Z] #121 ... [2023-09-08T10:51:45.364Z] [2023-09-08T10:51:45.364Z] #122 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-08T10:51:45.364Z] #0 1.172 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-08T10:51:45.364Z] #122 ... [2023-09-08T10:51:45.364Z] [2023-09-08T10:51:45.364Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T10:51:45.364Z] #0 0.747 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-08T10:51:45.364Z] #123 ... [2023-09-08T10:51:45.364Z] [2023-09-08T10:51:45.364Z] #124 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-08T10:51:45.364Z] #0 0.815 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-08T10:51:45.364Z] #124 ... [2023-09-08T10:51:45.364Z] [2023-09-08T10:51:45.364Z] #125 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-08T10:51:45.364Z] #0 0.481 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-08T10:51:45.364Z] #125 ... [2023-09-08T10:51:45.364Z] [2023-09-08T10:51:45.364Z] #126 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T10:51:45.364Z] #0 0.832 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-08T10:51:45.364Z] #126 ... [2023-09-08T10:51:45.364Z] [2023-09-08T10:51:45.364Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-08T10:51:45.364Z] #0 0.415 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-08T10:51:45.364Z] #127 ... [2023-09-08T10:51:45.364Z] [2023-09-08T10:51:45.364Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-08T10:51:45.365Z] #0 0.593 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-08T10:51:45.365Z] #128 ... [2023-09-08T10:51:45.365Z] [2023-09-08T10:51:45.365Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-08T10:51:45.365Z] #0 1.001 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-08T10:51:45.852Z] #129 ... [2023-09-08T10:51:45.852Z] [2023-09-08T10:51:45.852Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T10:51:45.852Z] #0 0.734 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-08T10:51:45.852Z] #130 ... [2023-09-08T10:51:45.852Z] [2023-09-08T10:51:45.852Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-08T10:51:45.852Z] #0 1.428 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-08T10:52:05.794Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-08T10:52:42.078Z] #131 ... [2023-09-08T10:52:42.078Z] [2023-09-08T10:52:42.078Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-08T10:52:42.078Z] #127 66.99 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-08T10:53:04.064Z] #127 ... [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-08T10:53:04.064Z] #128 DONE 87.9s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #122 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-08T10:53:04.064Z] #122 DONE 87.9s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #125 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-08T10:53:04.064Z] #125 DONE 87.9s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-08T10:53:04.064Z] #127 DONE 87.9s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T10:53:04.064Z] #123 DONE 87.9s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-08T10:53:04.064Z] #131 DONE 87.9s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #126 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T10:53:04.064Z] #126 DONE 88.0s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.064Z] #132 ... [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #124 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-08T10:53:04.064Z] #124 DONE 88.3s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T10:53:04.064Z] #130 DONE 88.3s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-08T10:53:04.064Z] #129 DONE 88.3s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-08T10:53:04.064Z] #121 DONE 88.4s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #133 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.064Z] #133 ... [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #134 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-08T10:53:04.064Z] #134 DONE 0.7s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #135 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.064Z] #135 DONE 0.5s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #136 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.064Z] #136 DONE 0.5s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.064Z] #132 DONE 0.8s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.064Z] #137 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.064Z] #137 DONE 0.6s [2023-09-08T10:53:04.064Z] [2023-09-08T10:53:04.065Z] #138 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.065Z] #138 DONE 0.6s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #133 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.065Z] #133 DONE 0.3s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #139 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #139 ... [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #140 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #140 DONE 0.3s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #141 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.065Z] #141 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #142 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #142 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #143 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.065Z] #143 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #144 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #144 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #145 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.065Z] #145 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #146 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #146 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #147 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #147 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #148 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:04.065Z] #148 CACHED [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #149 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #149 DONE 0.2s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #150 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #150 DONE 0.2s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #151 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #151 DONE 0.3s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #152 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #152 DONE 0.2s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #139 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:04.065Z] #139 DONE 0.3s [2023-09-08T10:53:04.065Z] [2023-09-08T10:53:04.065Z] #153 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-08T10:53:05.109Z] #153 ... [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #154 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-08T10:53:05.109Z] #154 DONE 1.9s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #153 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-08T10:53:05.109Z] #153 DONE 1.9s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #155 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-08T10:53:05.109Z] #155 DONE 1.9s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #156 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-08T10:53:05.109Z] #156 DONE 1.9s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #157 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-08T10:53:05.109Z] #157 DONE 2.0s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #158 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-08T10:53:05.109Z] #158 DONE 2.0s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #159 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-08T10:53:05.109Z] #159 DONE 2.0s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #160 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-08T10:53:05.109Z] #160 DONE 2.0s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #161 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-08T10:53:05.109Z] #161 DONE 2.0s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #162 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-08T10:53:05.109Z] #162 DONE 2.0s [2023-09-08T10:53:05.109Z] [2023-09-08T10:53:05.109Z] #163 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.380Z] #163 ... [2023-09-08T10:53:05.380Z] [2023-09-08T10:53:05.380Z] #164 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-08T10:53:05.380Z] #164 DONE 0.3s [2023-09-08T10:53:05.380Z] [2023-09-08T10:53:05.380Z] #165 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.380Z] #165 DONE 0.4s [2023-09-08T10:53:05.658Z] [2023-09-08T10:53:05.658Z] #166 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.658Z] #166 DONE 0.4s [2023-09-08T10:53:05.658Z] [2023-09-08T10:53:05.658Z] #167 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.658Z] #167 DONE 0.4s [2023-09-08T10:53:05.658Z] [2023-09-08T10:53:05.658Z] #168 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.658Z] #168 DONE 0.4s [2023-09-08T10:53:05.658Z] [2023-09-08T10:53:05.658Z] #169 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.659Z] #169 DONE 0.4s [2023-09-08T10:53:05.659Z] [2023-09-08T10:53:05.659Z] #170 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-08T10:53:05.659Z] #170 DONE 0.4s [2023-09-08T10:53:05.659Z] [2023-09-08T10:53:05.659Z] #171 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-08T10:53:05.659Z] #171 ... [2023-09-08T10:53:05.659Z] [2023-09-08T10:53:05.659Z] #172 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.659Z] #172 DONE 0.4s [2023-09-08T10:53:05.659Z] [2023-09-08T10:53:05.659Z] #173 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.659Z] #173 DONE 0.4s [2023-09-08T10:53:05.659Z] [2023-09-08T10:53:05.659Z] #163 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.659Z] #163 DONE 0.4s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #174 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-08T10:53:05.940Z] #174 DONE 3.0s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #75 [core-command] exporting to image [2023-09-08T10:53:05.940Z] #75 exporting layers [2023-09-08T10:53:05.940Z] #75 ... [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #175 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-08T10:53:05.940Z] #175 DONE 0.4s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #176 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-08T10:53:05.940Z] #176 DONE 0.5s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #171 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-08T10:53:05.940Z] #171 DONE 0.4s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #75 [support-scheduler] exporting to image [2023-09-08T10:53:05.940Z] #75 exporting layers 0.3s done [2023-09-08T10:53:05.940Z] #75 writing image sha256:99e6c5e9adf80db9616d92f7c8990b8f0dce3563308c40094d3c214cb096dc80 0.0s done [2023-09-08T10:53:05.940Z] #75 naming to docker.io/library/support-scheduler done [2023-09-08T10:53:05.940Z] #75 ... [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #177 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-08T10:53:05.940Z] #177 DONE 0.4s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-08T10:53:05.940Z] #178 DONE 0.4s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #179 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T10:53:05.940Z] #179 DONE 0.2s [2023-09-08T10:53:05.940Z] [2023-09-08T10:53:05.940Z] #75 [core-data] exporting to image [2023-09-08T10:53:05.940Z] #75 exporting layers 0.2s done [2023-09-08T10:53:05.940Z] #75 writing image sha256:6f8bc63ee4ab2f1f0c208aa738871b37c918bce9c37a0c4d010c6b95c1e22031 done [2023-09-08T10:53:05.940Z] #75 naming to docker.io/library/core-data done [2023-09-08T10:53:05.940Z] #75 writing image sha256:97049736a763265048eed114a1b54a5f916fce80cc48b5c4dbc6c2b969a3bfb2 done [2023-09-08T10:53:05.940Z] #75 writing image sha256:d24242dad53826fd748f5a866e8013d9d93e0d8c847e0f1979543abf7724c088 0.0s done [2023-09-08T10:53:05.940Z] #75 naming to docker.io/library/core-metadata [2023-09-08T10:53:05.940Z] #75 naming to docker.io/library/core-command [2023-09-08T10:53:06.226Z] #75 naming to docker.io/library/core-metadata 0.0s done [2023-09-08T10:53:06.226Z] #75 naming to docker.io/library/core-command 0.0s done [2023-09-08T10:53:06.226Z] #75 writing image sha256:d585983cd6509e14ef457ebf1946923f9d06bd9da2689ad73c428a32caa61a20 done [2023-09-08T10:53:06.226Z] #75 naming to docker.io/library/support-notifications done [2023-09-08T10:53:06.226Z] #75 writing image sha256:877812b944d5ab1013e9416e21d0d411cef3cc36eda0fa60598c4528724fa643 [2023-09-08T10:53:06.226Z] #75 writing image sha256:877812b944d5ab1013e9416e21d0d411cef3cc36eda0fa60598c4528724fa643 0.2s done [2023-09-08T10:53:06.226Z] #75 naming to docker.io/library/security-spiffe-token-provider done [2023-09-08T10:53:06.226Z] #75 DONE 1.6s [2023-09-08T10:53:06.226Z] [2023-09-08T10:53:06.226Z] #180 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-08T10:53:06.226Z] #180 DONE 0.4s [2023-09-08T10:53:06.226Z] [2023-09-08T10:53:06.226Z] #181 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-08T10:53:06.631Z] #181 DONE 0.4s [2023-09-08T10:53:06.631Z] [2023-09-08T10:53:06.631Z] #182 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-08T10:53:06.631Z] #182 DONE 0.4s [2023-09-08T10:53:06.631Z] [2023-09-08T10:53:06.631Z] #183 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-08T10:53:07.243Z] #183 DONE 0.5s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #184 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-08T10:53:07.243Z] #184 DONE 0.6s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #185 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-08T10:53:07.243Z] #185 DONE 0.0s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #186 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-08T10:53:07.243Z] #186 DONE 0.0s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #187 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T10:53:07.243Z] #187 DONE 1.1s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #188 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T10:53:07.243Z] #188 DONE 1.0s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #75 [security-proxy-auth] exporting to image [2023-09-08T10:53:07.243Z] #75 ... [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #189 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-08T10:53:07.243Z] #189 DONE 0.1s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #190 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-08T10:53:07.243Z] #190 DONE 0.1s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #191 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-08T10:53:07.243Z] #191 DONE 0.1s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #75 [security-proxy-auth] exporting to image [2023-09-08T10:53:07.243Z] #75 exporting layers 0.2s done [2023-09-08T10:53:07.243Z] #75 writing image sha256:910a7033129bdb1394360978eff687e0f715c4f605a96e3fb5b83f76cdab3f28 0.0s done [2023-09-08T10:53:07.243Z] #75 naming to docker.io/library/core-common-config-bootstrapper done [2023-09-08T10:53:07.243Z] #75 writing image sha256:ad4e2d3cd9e9ba20b83e010af2a5dd5ee0d17a44dda948c452dd9d4d6d8b8ce5 done [2023-09-08T10:53:07.243Z] #75 naming to docker.io/library/security-proxy-auth done [2023-09-08T10:53:07.243Z] #75 DONE 1.9s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #192 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-08T10:53:07.243Z] #192 DONE 0.1s [2023-09-08T10:53:07.243Z] [2023-09-08T10:53:07.243Z] #193 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T10:53:07.500Z] #193 ... [2023-09-08T10:53:07.500Z] [2023-09-08T10:53:07.500Z] #194 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T10:53:07.500Z] #194 DONE 1.0s [2023-09-08T10:53:07.500Z] [2023-09-08T10:53:07.500Z] #75 [security-proxy-setup] exporting to image [2023-09-08T10:53:07.500Z] #75 exporting layers 0.2s done [2023-09-08T10:53:07.501Z] #75 writing image sha256:bf82122bc660fa6aef935856646a5c93933ebac8af8d3b91f445aa3e6b2b2424 done [2023-09-08T10:53:07.501Z] #75 naming to docker.io/library/security-proxy-setup done [2023-09-08T10:53:07.501Z] #75 DONE 2.0s [2023-09-08T10:53:07.501Z] [2023-09-08T10:53:07.501Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-08T10:53:07.758Z] #195 ... [2023-09-08T10:53:07.758Z] [2023-09-08T10:53:07.758Z] #193 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T10:53:07.758Z] #193 DONE 0.7s [2023-09-08T10:53:08.017Z] [2023-09-08T10:53:08.017Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-08T10:53:08.017Z] #195 DONE 0.5s [2023-09-08T10:53:08.017Z] [2023-09-08T10:53:08.017Z] #75 [security-bootstrapper] exporting to image [2023-09-08T10:53:08.017Z] #75 exporting layers 0.2s done [2023-09-08T10:53:08.017Z] #75 exporting layers 0.2s done [2023-09-08T10:53:08.017Z] #75 writing image sha256:5671eb7c8a387800db2a0b96e745249d17b6ab4a8e635252daf9dd4dccfa4a51 done [2023-09-08T10:53:08.017Z] #75 naming to docker.io/library/security-secretstore-setup done [2023-09-08T10:53:08.017Z] #75 writing image sha256:2d54b5388002cb0d1992071610eb3a7272800ca3ac50efedfe39d69873e33331 done [2023-09-08T10:53:08.017Z] #75 naming to docker.io/library/security-bootstrapper done [2023-09-08T10:53:08.017Z] #75 DONE 2.3s [2023-09-08T10:53:08.017Z] [2023-09-08T10:53:08.017Z] #40 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T10:53:08.017Z] time="2023-09-08T10:50:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-08T10:53:08.063Z] $ docker stop --time=1 742626919fecedf4b1bdb6a3af190b055cb20d001c3bda522c6084f85c638ef1 [2023-09-08T10:53:09.330Z] $ docker rm -f --volumes 742626919fecedf4b1bdb6a3af190b055cb20d001c3bda522c6084f85c638ef1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-08T10:53:09.713Z] + docker images [2023-09-08T10:53:09.713Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-08T10:53:09.713Z] security-secretstore-setup latest 5671eb7c8a38 2 seconds ago 44.1MB [2023-09-08T10:53:09.713Z] security-bootstrapper latest 2d54b5388002 2 seconds ago 23MB [2023-09-08T10:53:09.713Z] security-proxy-setup latest bf82122bc660 2 seconds ago 29.2MB [2023-09-08T10:53:09.713Z] core-common-config-bootstrapper latest 910a7033129b 3 seconds ago 18MB [2023-09-08T10:53:09.713Z] security-proxy-auth latest ad4e2d3cd9e9 3 seconds ago 19.4MB [2023-09-08T10:53:09.713Z] security-spiffe-token-provider latest 877812b944d5 4 seconds ago 33.5MB [2023-09-08T10:53:09.713Z] core-data latest 6f8bc63ee4ab 4 seconds ago 21.2MB [2023-09-08T10:53:09.713Z] support-notifications latest d585983cd650 4 seconds ago 34.3MB [2023-09-08T10:53:09.713Z] support-scheduler latest 99e6c5e9adf8 4 seconds ago 33.7MB [2023-09-08T10:53:09.713Z] core-metadata latest 97049736a763 4 seconds ago 21.6MB [2023-09-08T10:53:09.713Z] core-command latest d24242dad538 4 seconds ago 21MB [2023-09-08T10:53:09.713Z] security-spire-agent latest 07b3e7498280 2 minutes ago 161MB [2023-09-08T10:53:09.713Z] security-spire-config latest e7d2a25d6851 2 minutes ago 102MB [2023-09-08T10:53:09.713Z] security-spire-server latest 80d6c40f95f5 2 minutes ago 103MB [2023-09-08T10:53:09.713Z] ci-base-image-x86_64 latest e2fe6155119a 5 minutes ago 1.07GB [2023-09-08T10:53:09.713Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 8 weeks ago 696MB [2023-09-08T10:53:09.713Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB [2023-09-08T10:53:09.713Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 14 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-08T10:54:12.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-08T10:54:12.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-08T10:54:12.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-08T10:54:12.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-08T10:54:12.471Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-08T10:54:12.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-08T10:54:12.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-08T10:54:12.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-08T10:54:12.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-08T10:54:14.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-08T10:54:17.527Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-08T10:54:17.527Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-08T10:54:17.527Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-08T10:54:17.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-08T10:54:27.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-08T10:54:27.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-08T10:54:27.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.278s coverage: 28.7% of statements [2023-09-08T10:54:37.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.290s coverage: 97.0% of statements [2023-09-08T10:54:40.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-08T10:54:40.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-08T10:54:40.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-08T10:54:44.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.381s coverage: 69.4% of statements [2023-09-08T10:54:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-08T10:54:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-08T10:54:47.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.312s coverage: 53.0% of statements [2023-09-08T10:54:52.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-08T10:54:52.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-08T10:54:52.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:54:52.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-08T10:54:52.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-08T10:54:59.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-08T10:54:59.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-08T10:55:14.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.425s coverage: 93.4% of statements [2023-09-08T10:55:14.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.444s coverage: 3.8% of statements [2023-09-08T10:55:14.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-08T10:55:14.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:55:14.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-08T10:55:16.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.572s coverage: 97.6% of statements [2023-09-08T10:55:16.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-08T10:55:16.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-08T10:55:16.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-08T10:55:16.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-08T10:55:16.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-08T10:55:16.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-08T10:55:16.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-08T10:55:16.608Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.230s coverage: 72.2% of statements [2023-09-08T10:55:26.669Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-08T10:55:26.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-08T10:55:26.669Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.454s coverage: 0.9% of statements [2023-09-08T10:55:26.669Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.265s coverage: 32.2% of statements [2023-09-08T10:55:30.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.323s coverage: 42.9% of statements [2023-09-08T10:55:30.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.245s coverage: 82.9% of statements [2023-09-08T10:55:30.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements [2023-09-08T10:55:30.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.297s coverage: 96.3% of statements [2023-09-08T10:55:34.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.230s coverage: 87.5% of statements [2023-09-08T10:55:36.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-08T10:55:37.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-08T10:55:37.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-08T10:55:37.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-08T10:55:39.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-08T10:55:39.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-08T10:55:39.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-08T10:55:39.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-08T10:55:46.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.216s coverage: 94.4% of statements [2023-09-08T10:55:46.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-08T10:55:46.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-08T10:55:46.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-08T10:55:46.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-08T10:55:53.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-08T10:55:53.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-08T10:55:55.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-08T10:56:01.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.110s coverage: 79.9% of statements [2023-09-08T10:56:01.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.262s coverage: 92.9% of statements [2023-09-08T10:56:01.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 64.4% of statements [2023-09-08T10:56:01.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.216s coverage: 62.3% of statements [2023-09-08T10:56:01.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.204s coverage: 87.2% of statements [2023-09-08T10:56:01.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.194s coverage: 20.0% of statements [2023-09-08T10:56:01.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements [2023-09-08T10:56:01.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.451s coverage: 81.8% of statements [2023-09-08T10:56:03.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-08T10:56:03.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-08T10:56:03.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.491s coverage: 82.1% of statements [2023-09-08T10:56:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 86.0% of statements [2023-09-08T10:56:10.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-08T10:56:10.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-08T10:56:10.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.979s coverage: 63.1% of statements [2023-09-08T10:56:10.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.274s coverage: 100.0% of statements [2023-09-08T10:56:12.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.178s coverage: 89.4% of statements [2023-09-08T10:56:12.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.130s coverage: 100.0% of statements [2023-09-08T10:56:12.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2023-09-08T10:56:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-08T10:56:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-08T10:56:12.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-08T10:56:12.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2023-09-08T10:56:20.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-08T10:56:20.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-08T10:56:20.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-08T10:56:20.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.986s coverage: 38.4% of statements [2023-09-08T10:56:20.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.258s coverage: 89.5% of statements [2023-09-08T10:56:24.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-08T10:56:24.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-08T10:56:24.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-08T10:56:24.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-08T10:56:24.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.231s coverage: 84.8% of statements [2023-09-08T10:56:31.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-08T10:56:31.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-08T10:56:31.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-08T10:56:31.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-08T10:56:38.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.323s coverage: 19.9% of statements [2023-09-08T10:56:38.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-08T10:56:38.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:56:38.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-08T10:56:38.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-08T10:56:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.580s coverage: 95.7% of statements [2023-09-08T10:56:42.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-08T10:56:42.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-08T10:56:42.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.313s coverage: 61.8% of statements [2023-09-08T10:56:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-08T10:56:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-08T10:56:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.391s coverage: 98.9% of statements [2023-09-08T10:56:45.771Z] 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 [2023-09-08T10:56:45.771Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-08T10:56:45.771Z] go vet ./... [2023-09-08T10:59:22.444Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-08T10:59:22.444Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-08T10:59:22.444Z] ./bin/test-attribution-txt.sh [2023-09-08T10:59:22.444Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-09-08T10:59:22.444Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-09-08T10:59:22.444Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-09-08T10:59:22.444Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-09-08T10:59:22.486Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-08T10:59:22.829Z] + ls -al . [2023-09-08T10:59:22.830Z] total 728 [2023-09-08T10:59:22.830Z] drwxrwxr-x 11 1001 1001 4096 Sep 8 10:51 . [2023-09-08T10:59:22.830Z] drwxr-xr-x 4 root root 4096 Sep 8 10:51 .. [2023-09-08T10:59:22.830Z] drwxrwxr-x 2 1001 1001 4096 Sep 8 10:49 .blubracket [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 16 Sep 8 10:49 .dockerignore [2023-09-08T10:59:22.830Z] drwxrwxr-x 8 1001 1001 4096 Sep 8 10:49 .git [2023-09-08T10:59:22.830Z] drwxrwxr-x 3 1001 1001 4096 Sep 8 10:49 .github [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 1173 Sep 8 10:49 .gitignore [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 42 Sep 8 10:49 .golangci.yml [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 100 Sep 8 10:49 .hadolint.yml [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 166 Sep 8 10:49 .sonarcloud.properties [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 1171 Sep 8 10:49 ADOPTERS.md [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 11152 Sep 8 10:49 Attribution.txt [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 93407 Sep 8 10:49 CHANGELOG.md [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 3804 Sep 8 10:49 CONTRIBUTING.md [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 677 Sep 8 10:49 GOVERNANCE.md [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 883 Sep 8 10:49 Jenkinsfile [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 10775 Sep 8 10:49 LICENSE [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 14764 Sep 8 10:49 Makefile [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 582 Sep 8 10:49 OWNERS.md [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 9923 Sep 8 10:49 README.md [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 789 Sep 8 10:49 SECURITY.md [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 5 Sep 8 10:47 VERSION [2023-09-08T10:59:22.830Z] drwxrwxr-x 2 1001 1001 4096 Sep 8 10:49 bin [2023-09-08T10:59:22.830Z] drwxrwxr-x 18 1001 1001 4096 Sep 8 10:49 cmd [2023-09-08T10:59:22.830Z] -rw-r--r-- 1 root root 453491 Sep 8 10:56 coverage.out [2023-09-08T10:59:22.830Z] drwxrwxr-x 2 1001 1001 4096 Sep 8 10:49 fuzz_test [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 3687 Sep 8 10:49 go.mod [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 33714 Sep 8 10:49 go.sum [2023-09-08T10:59:22.830Z] drwxrwxr-x 7 1001 1001 4096 Sep 8 10:49 internal [2023-09-08T10:59:22.830Z] drwxrwxr-x 3 1001 1001 4096 Sep 8 10:49 openapi [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 594 Sep 8 10:49 security.txt [2023-09-08T10:59:22.830Z] drwxrwxr-x 4 1001 1001 4096 Sep 8 10:49 snap [2023-09-08T10:59:22.830Z] -rw-rw-r-- 1 1001 1001 204 Sep 8 10:49 version.go [Pipeline] sh [2023-09-08T10:59:23.161Z] + '[' -e coverage.out ] [2023-09-08T10:59:23.161Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-08T10:59:23.456Z] Warning: overwriting stash ‘coverage-report’ [2023-09-08T10:59:24.331Z] Stashed 1 file(s) [Pipeline] sh [2023-09-08T10:59:24.705Z] + make build [2023-09-08T10:59:24.982Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-08T11:01:01.700Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-08T11:01:05.040Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-08T11:01:10.371Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-08T11:01:13.704Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-08T11:01:52.532Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-08T11:01:57.868Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-08T11:02:06.058Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-08T11:02:10.297Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-08T11:02:14.540Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-08T11:02:18.782Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-08T11:02:24.113Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-09-08T11:02:30.771Z] $ docker stop --time=1 d9999a61d631d6c91ad768b517fdeeb10651610b942e5da980b7d8db8a5bd0d1 [2023-09-08T11:02:34.652Z] $ docker rm -f --volumes d9999a61d631d6c91ad768b517fdeeb10651610b942e5da980b7d8db8a5bd0d1 [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 [2023-09-08T11:02:37.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-08T11:02:37.366Z] [2023-09-08T11:02:37.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T11:02:37.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-08T11:02:38.031Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-09-08T11:02:38.031Z] 547446be3368: Pulling fs layer [2023-09-08T11:02:38.032Z] d125d8839a47: Pulling fs layer [2023-09-08T11:02:38.032Z] 3e85d5ac6304: Pulling fs layer [2023-09-08T11:02:38.032Z] c3105a71a48b: Pulling fs layer [2023-09-08T11:02:38.032Z] 0f093f025ec4: Pulling fs layer [2023-09-08T11:02:38.032Z] c3106fc0e877: Pulling fs layer [2023-09-08T11:02:38.032Z] c3105a71a48b: Waiting [2023-09-08T11:02:38.032Z] 0f093f025ec4: Waiting [2023-09-08T11:02:38.032Z] c3106fc0e877: Waiting [2023-09-08T11:02:38.032Z] 547446be3368: Verifying Checksum [2023-09-08T11:02:38.032Z] 547446be3368: Download complete [2023-09-08T11:02:38.032Z] c3105a71a48b: Verifying Checksum [2023-09-08T11:02:38.032Z] c3105a71a48b: Download complete [2023-09-08T11:02:38.617Z] d125d8839a47: Verifying Checksum [2023-09-08T11:02:38.617Z] d125d8839a47: Download complete [2023-09-08T11:02:38.617Z] c3106fc0e877: Verifying Checksum [2023-09-08T11:02:38.617Z] c3106fc0e877: Download complete [2023-09-08T11:02:38.617Z] 0f093f025ec4: Verifying Checksum [2023-09-08T11:02:38.617Z] 0f093f025ec4: Download complete [2023-09-08T11:02:38.617Z] 547446be3368: Pull complete [2023-09-08T11:02:39.572Z] d125d8839a47: Pull complete [2023-09-08T11:02:40.532Z] 3e85d5ac6304: Verifying Checksum [2023-09-08T11:02:40.532Z] 3e85d5ac6304: Download complete [2023-09-08T11:02:48.726Z] 3e85d5ac6304: Pull complete [2023-09-08T11:02:48.726Z] c3105a71a48b: Pull complete [2023-09-08T11:02:49.683Z] 0f093f025ec4: Pull complete [2023-09-08T11:02:49.683Z] c3106fc0e877: Pull complete [2023-09-08T11:02:49.683Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-09-08T11:02:49.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-08T11:02:49.684Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T11:02:49.999Z] prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container [2023-09-08T11:02:50.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-09-08T11:02:52.142Z] $ docker top cfcb1cc251d0a372d37cc0c627374aba4f857c73cddf574041aa41cbb633e112 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-08T11:02:52.686Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-08T11:03:00.882Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-08T11:03:01.471Z] #1 transferring dockerfile: 2.04kB done [2023-09-08T11:03:01.471Z] #1 DONE 0.6s [2023-09-08T11:03:01.471Z] [2023-09-08T11:03:01.471Z] #2 [core-command internal] load build definition from Dockerfile [2023-09-08T11:03:01.471Z] #2 transferring dockerfile: 1.82kB 0.0s done [2023-09-08T11:03:01.471Z] #2 DONE 0.1s [2023-09-08T11:03:01.471Z] [2023-09-08T11:03:01.471Z] #3 [security-spire-config internal] load build definition from Dockerfile [2023-09-08T11:03:01.738Z] #3 transferring dockerfile: 1.58kB 0.0s done [2023-09-08T11:03:01.738Z] #3 DONE 0.1s [2023-09-08T11:03:01.738Z] [2023-09-08T11:03:01.738Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-08T11:03:01.738Z] #4 transferring dockerfile: 1.78kB done [2023-09-08T11:03:01.738Z] #4 DONE 0.1s [2023-09-08T11:03:01.738Z] [2023-09-08T11:03:01.738Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2023-09-08T11:03:01.738Z] #5 transferring dockerfile: 1.70kB done [2023-09-08T11:03:01.738Z] #5 DONE 0.1s [2023-09-08T11:03:01.738Z] [2023-09-08T11:03:01.738Z] #6 [support-notifications internal] load build definition from Dockerfile [2023-09-08T11:03:02.007Z] #6 transferring dockerfile: 1.84kB done [2023-09-08T11:03:02.007Z] #6 DONE 0.1s [2023-09-08T11:03:02.007Z] [2023-09-08T11:03:02.007Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-08T11:03:02.007Z] #7 transferring dockerfile: 2.82kB done [2023-09-08T11:03:02.007Z] #7 DONE 0.0s [2023-09-08T11:03:02.007Z] [2023-09-08T11:03:02.007Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-08T11:03:02.007Z] #8 transferring dockerfile: 2.12kB done [2023-09-08T11:03:02.007Z] #8 DONE 0.1s [2023-09-08T11:03:02.007Z] [2023-09-08T11:03:02.007Z] #9 [core-metadata internal] load build definition from Dockerfile [2023-09-08T11:03:02.007Z] #9 transferring dockerfile: 1.96kB done [2023-09-08T11:03:02.007Z] #9 DONE 0.1s [2023-09-08T11:03:02.007Z] [2023-09-08T11:03:02.007Z] #10 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-08T11:03:02.007Z] #10 transferring dockerfile: 2.38kB done [2023-09-08T11:03:02.007Z] #10 DONE 0.1s [2023-09-08T11:03:02.007Z] [2023-09-08T11:03:02.007Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-08T11:03:02.275Z] #11 transferring dockerfile: 2.39kB 0.0s done [2023-09-08T11:03:02.275Z] #11 DONE 0.1s [2023-09-08T11:03:02.275Z] [2023-09-08T11:03:02.275Z] #12 [security-spire-server internal] load build definition from Dockerfile [2023-09-08T11:03:02.275Z] #12 transferring dockerfile: 1.59kB done [2023-09-08T11:03:02.275Z] #12 DONE 0.1s [2023-09-08T11:03:02.275Z] [2023-09-08T11:03:02.275Z] #13 [support-scheduler internal] load build definition from Dockerfile [2023-09-08T11:03:02.275Z] #13 transferring dockerfile: 1.82kB done [2023-09-08T11:03:02.275Z] #13 DONE 0.1s [2023-09-08T11:03:02.275Z] [2023-09-08T11:03:02.275Z] #14 [core-data internal] load build definition from Dockerfile [2023-09-08T11:03:02.275Z] #14 transferring dockerfile: 1.90kB done [2023-09-08T11:03:02.275Z] #14 DONE 0.1s [2023-09-08T11:03:02.275Z] [2023-09-08T11:03:02.275Z] #15 [security-proxy-auth internal] load .dockerignore [2023-09-08T11:03:02.275Z] #15 transferring context: 56B 0.0s done [2023-09-08T11:03:02.275Z] #15 DONE 0.1s [2023-09-08T11:03:03.236Z] [2023-09-08T11:03:03.236Z] #16 [core-command internal] load .dockerignore [2023-09-08T11:03:03.236Z] #16 transferring context: 56B done [2023-09-08T11:03:03.236Z] #16 DONE 0.0s [2023-09-08T11:03:03.236Z] [2023-09-08T11:03:03.236Z] #17 [security-spire-config internal] load .dockerignore [2023-09-08T11:03:03.236Z] #17 transferring context: 56B done [2023-09-08T11:03:03.236Z] #17 DONE 0.0s [2023-09-08T11:03:03.236Z] [2023-09-08T11:03:03.236Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2023-09-08T11:03:03.236Z] #18 transferring context: 56B done [2023-09-08T11:03:03.236Z] #18 DONE 0.1s [2023-09-08T11:03:03.236Z] [2023-09-08T11:03:03.236Z] #19 [security-spire-agent internal] load .dockerignore [2023-09-08T11:03:03.236Z] #19 transferring context: 56B done [2023-09-08T11:03:03.236Z] #19 DONE 0.1s [2023-09-08T11:03:03.236Z] [2023-09-08T11:03:03.236Z] #20 [support-notifications internal] load .dockerignore [2023-09-08T11:03:03.236Z] #20 transferring context: 56B done [2023-09-08T11:03:03.236Z] #20 DONE 0.0s [2023-09-08T11:03:03.504Z] [2023-09-08T11:03:03.504Z] #21 [security-bootstrapper internal] load .dockerignore [2023-09-08T11:03:03.504Z] #21 transferring context: 56B 0.0s done [2023-09-08T11:03:03.504Z] #21 DONE 0.0s [2023-09-08T11:03:03.504Z] [2023-09-08T11:03:03.504Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-08T11:03:03.504Z] #22 transferring context: 56B 0.0s done [2023-09-08T11:03:03.504Z] #22 DONE 0.1s [2023-09-08T11:03:03.504Z] [2023-09-08T11:03:03.504Z] #23 [core-metadata internal] load .dockerignore [2023-09-08T11:03:03.504Z] #23 transferring context: 56B 0.0s done [2023-09-08T11:03:03.504Z] #23 DONE 0.1s [2023-09-08T11:03:03.504Z] [2023-09-08T11:03:03.504Z] #24 [security-secretstore-setup internal] load .dockerignore [2023-09-08T11:03:03.504Z] #24 transferring context: 56B done [2023-09-08T11:03:03.504Z] #24 DONE 0.1s [2023-09-08T11:03:03.504Z] [2023-09-08T11:03:03.504Z] #25 [security-proxy-setup internal] load .dockerignore [2023-09-08T11:03:03.770Z] #25 transferring context: 56B done [2023-09-08T11:03:03.770Z] #25 DONE 0.1s [2023-09-08T11:03:03.770Z] [2023-09-08T11:03:03.770Z] #26 [security-spire-server internal] load .dockerignore [2023-09-08T11:03:03.770Z] #26 transferring context: 56B 0.0s done [2023-09-08T11:03:03.770Z] #26 DONE 0.1s [2023-09-08T11:03:03.770Z] [2023-09-08T11:03:03.770Z] #27 [support-scheduler internal] load .dockerignore [2023-09-08T11:03:03.770Z] #27 transferring context: 56B 0.0s done [2023-09-08T11:03:03.770Z] #27 DONE 0.0s [2023-09-08T11:03:03.770Z] [2023-09-08T11:03:03.770Z] #28 [core-data internal] load .dockerignore [2023-09-08T11:03:03.770Z] #28 transferring context: 56B done [2023-09-08T11:03:03.770Z] #28 DONE 0.0s [2023-09-08T11:03:03.770Z] [2023-09-08T11:03:03.770Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:03.770Z] #29 DONE 0.0s [2023-09-08T11:03:03.770Z] [2023-09-08T11:03:03.770Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [2023-09-08T11:03:04.036Z] #30 DONE 0.1s [2023-09-08T11:03:04.036Z] [2023-09-08T11:03:04.036Z] #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T11:03:04.036Z] #31 DONE 0.0s [2023-09-08T11:03:04.036Z] [2023-09-08T11:03:04.036Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:04.995Z] #32 ... [2023-09-08T11:03:04.995Z] [2023-09-08T11:03:04.995Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:04.995Z] #29 DONE 0.0s [2023-09-08T11:03:04.995Z] [2023-09-08T11:03:04.995Z] #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-08T11:03:04.995Z] #33 DONE 0.9s [2023-09-08T11:03:04.995Z] [2023-09-08T11:03:04.995Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:05.262Z] #32 ... [2023-09-08T11:03:05.262Z] [2023-09-08T11:03:05.262Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-09-08T11:03:05.262Z] #30 DONE 0.3s [2023-09-08T11:03:05.262Z] [2023-09-08T11:03:05.262Z] #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-08T11:03:05.262Z] #33 DONE 1.5s [2023-09-08T11:03:05.262Z] [2023-09-08T11:03:05.262Z] #34 [core-command builder 2/7] WORKDIR /edgex-go [2023-09-08T11:03:05.262Z] #34 DONE 0.6s [2023-09-08T11:03:05.262Z] [2023-09-08T11:03:05.262Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:05.530Z] #32 ... [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:05.530Z] #29 DONE 0.0s [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-09-08T11:03:05.530Z] #30 DONE 0.4s [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:05.530Z] #32 ... [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #33 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-08T11:03:05.530Z] #33 DONE 1.7s [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #34 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2023-09-08T11:03:05.530Z] #34 DONE 0.7s [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:05.530Z] #32 ... [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:05.530Z] #29 DONE 0.0s [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-09-08T11:03:05.530Z] #30 DONE 0.5s [2023-09-08T11:03:05.530Z] [2023-09-08T11:03:05.530Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:05.798Z] #32 ... [2023-09-08T11:03:05.798Z] [2023-09-08T11:03:05.798Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:05.798Z] #29 DONE 0.0s [2023-09-08T11:03:05.798Z] [2023-09-08T11:03:05.798Z] #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-08T11:03:05.798Z] #33 DONE 1.7s [2023-09-08T11:03:05.798Z] [2023-09-08T11:03:05.798Z] #34 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-09-08T11:03:05.798Z] #34 DONE 0.8s [2023-09-08T11:03:05.798Z] [2023-09-08T11:03:05.798Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:05.798Z] #32 ... [2023-09-08T11:03:05.798Z] [2023-09-08T11:03:05.798Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:05.798Z] #29 DONE 0.0s [2023-09-08T11:03:05.798Z] [2023-09-08T11:03:05.798Z] #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T11:03:05.798Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T11:03:05.798Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-08T11:03:05.798Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-08T11:03:05.798Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T11:03:05.798Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-08T11:03:05.798Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done [2023-09-08T11:03:05.798Z] #31 DONE 2.5s [2023-09-08T11:03:05.798Z] [2023-09-08T11:03:05.798Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:06.067Z] #32 ... [2023-09-08T11:03:06.067Z] [2023-09-08T11:03:06.067Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:06.067Z] #29 DONE 0.0s [2023-09-08T11:03:06.067Z] [2023-09-08T11:03:06.067Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:06.067Z] #32 ... [2023-09-08T11:03:06.067Z] [2023-09-08T11:03:06.067Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:06.067Z] #29 DONE 0.0s [2023-09-08T11:03:06.067Z] [2023-09-08T11:03:06.067Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:06.335Z] #32 ... [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-08T11:03:06.335Z] #33 DONE 1.8s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #34 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-09-08T11:03:06.335Z] #34 DONE 0.8s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:06.335Z] #29 DONE 0.0s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T11:03:06.335Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T11:03:06.335Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-08T11:03:06.335Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-08T11:03:06.335Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T11:03:06.335Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-08T11:03:06.335Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done [2023-09-08T11:03:06.335Z] #31 DONE 2.5s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:06.335Z] #32 ... [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-08T11:03:06.335Z] #33 DONE 1.8s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #34 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-09-08T11:03:06.335Z] #34 DONE 0.8s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:06.335Z] #29 DONE 0.0s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T11:03:06.335Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T11:03:06.335Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-08T11:03:06.335Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-08T11:03:06.335Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T11:03:06.335Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-08T11:03:06.335Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done [2023-09-08T11:03:06.335Z] #31 DONE 2.6s [2023-09-08T11:03:06.335Z] [2023-09-08T11:03:06.335Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:06.920Z] #32 ... [2023-09-08T11:03:06.920Z] [2023-09-08T11:03:06.920Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-08T11:03:06.920Z] #29 DONE 0.0s [2023-09-08T11:03:06.920Z] [2023-09-08T11:03:06.920Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:07.883Z] #32 ... [2023-09-08T11:03:07.883Z] [2023-09-08T11:03:07.883Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-08T11:03:07.883Z] #35 DONE 2.2s [2023-09-08T11:03:07.883Z] [2023-09-08T11:03:07.883Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:08.151Z] #32 ... [2023-09-08T11:03:08.151Z] [2023-09-08T11:03:08.151Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-08T11:03:08.151Z] #36 DONE 2.7s [2023-09-08T11:03:08.151Z] [2023-09-08T11:03:08.151Z] #37 [core-command internal] load build context [2023-09-08T11:03:08.419Z] #37 ... [2023-09-08T11:03:08.419Z] [2023-09-08T11:03:08.419Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 [2023-09-08T11:03:08.419Z] #30 DONE 2.7s [2023-09-08T11:03:08.419Z] [2023-09-08T11:03:08.419Z] #37 [core-command internal] load build context [2023-09-08T11:03:08.688Z] #37 ... [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T11:03:08.688Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T11:03:08.688Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-08T11:03:08.688Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-08T11:03:08.688Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T11:03:08.688Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-08T11:03:08.688Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done [2023-09-08T11:03:08.688Z] #31 DONE 2.6s [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #38 [security-spire-config internal] load build context [2023-09-08T11:03:08.688Z] #38 DONE 0.0s [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #37 [core-command internal] load build context [2023-09-08T11:03:08.688Z] #37 transferring context: 21.76MB 3.2s [2023-09-08T11:03:08.688Z] #37 ... [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-08T11:03:08.688Z] #33 DONE 1.9s [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #34 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-09-08T11:03:08.688Z] #34 DONE 1.0s [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-08T11:03:08.688Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-09-08T11:03:08.688Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-09-08T11:03:08.688Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-09-08T11:03:08.688Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-09-08T11:03:08.688Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-09-08T11:03:08.688Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done [2023-09-08T11:03:08.688Z] #31 DONE 2.7s [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:03:08.688Z] #39 DONE 0.0s [2023-09-08T11:03:08.688Z] [2023-09-08T11:03:08.688Z] #37 [core-command internal] load build context [2023-09-08T11:03:10.102Z] #37 ... [2023-09-08T11:03:10.102Z] [2023-09-08T11:03:10.102Z] #38 [security-spire-config internal] load build context [2023-09-08T11:03:10.102Z] #38 transferring context: 15.84kB 0.7s done [2023-09-08T11:03:10.102Z] #38 DONE 1.3s [2023-09-08T11:03:10.102Z] [2023-09-08T11:03:10.102Z] #37 [core-command internal] load build context [2023-09-08T11:03:12.053Z] #37 ... [2023-09-08T11:03:12.053Z] [2023-09-08T11:03:12.053Z] #40 [security-spire-server internal] load build context [2023-09-08T11:03:12.053Z] #40 transferring context: 17.59kB 0.7s done [2023-09-08T11:03:12.053Z] #40 DONE 3.3s [2023-09-08T11:03:12.053Z] [2023-09-08T11:03:12.053Z] #37 [core-command internal] load build context [2023-09-08T11:03:13.016Z] #37 ... [2023-09-08T11:03:13.016Z] [2023-09-08T11:03:13.016Z] #41 [security-spire-agent internal] load build context [2023-09-08T11:03:13.016Z] #41 transferring context: 17.12kB 0.6s done [2023-09-08T11:03:13.016Z] #41 DONE 4.4s [2023-09-08T11:03:13.016Z] [2023-09-08T11:03:13.016Z] #37 [core-command internal] load build context [2023-09-08T11:03:14.422Z] #37 ... [2023-09-08T11:03:14.422Z] [2023-09-08T11:03:14.422Z] #42 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-08T11:03:14.422Z] #0 4.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:14.422Z] #0 4.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:14.422Z] #0 6.690 OK: 263 MiB in 53 packages [2023-09-08T11:03:14.422Z] #42 DONE 10.1s [2023-09-08T11:03:14.422Z] [2023-09-08T11:03:14.422Z] #37 [core-command internal] load build context [2023-09-08T11:03:15.826Z] #37 ... [2023-09-08T11:03:15.826Z] [2023-09-08T11:03:15.826Z] #43 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-08T11:03:15.826Z] #0 7.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:15.826Z] #0 8.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:15.826Z] #43 ... [2023-09-08T11:03:15.826Z] [2023-09-08T11:03:15.826Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:15.826Z] #44 ... [2023-09-08T11:03:15.826Z] [2023-09-08T11:03:15.826Z] #45 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-08T11:03:15.826Z] #0 5.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:15.826Z] #0 7.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:15.826Z] #45 ... [2023-09-08T11:03:15.826Z] [2023-09-08T11:03:15.826Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:15.826Z] #46 ... [2023-09-08T11:03:15.826Z] [2023-09-08T11:03:15.826Z] #47 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-08T11:03:15.826Z] #0 5.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:15.826Z] #0 6.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:15.826Z] #0 9.552 (1/2) Installing ca-certificates (20230506-r0) [2023-09-08T11:03:15.826Z] #0 10.01 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:15.826Z] #0 10.04 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:16.094Z] #47 ... [2023-09-08T11:03:16.094Z] [2023-09-08T11:03:16.094Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-08T11:03:16.094Z] #48 ... [2023-09-08T11:03:16.094Z] [2023-09-08T11:03:16.094Z] #49 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-08T11:03:16.094Z] #0 8.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:16.094Z] #0 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:16.360Z] #49 ... [2023-09-08T11:03:16.360Z] [2023-09-08T11:03:16.360Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:03:16.360Z] #50 transferring context: 3.08MB 8.9s [2023-09-08T11:03:16.360Z] #50 ... [2023-09-08T11:03:16.360Z] [2023-09-08T11:03:16.360Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:16.625Z] #51 ... [2023-09-08T11:03:16.625Z] [2023-09-08T11:03:16.625Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:16.625Z] #52 ... [2023-09-08T11:03:16.625Z] [2023-09-08T11:03:16.625Z] #53 [core-metadata internal] load build context [2023-09-08T11:03:16.893Z] #53 ... [2023-09-08T11:03:16.893Z] [2023-09-08T11:03:16.893Z] #54 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-08T11:03:16.893Z] #0 9.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:16.893Z] #54 ... [2023-09-08T11:03:16.893Z] [2023-09-08T11:03:16.893Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:17.158Z] #52 ... [2023-09-08T11:03:17.158Z] [2023-09-08T11:03:17.158Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-08T11:03:17.158Z] #55 ... [2023-09-08T11:03:17.158Z] [2023-09-08T11:03:17.158Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:17.158Z] #56 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 3.0s done [2023-09-08T11:03:17.158Z] #56 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-08T11:03:17.158Z] #56 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-08T11:03:17.158Z] #56 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-08T11:03:17.158Z] #56 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.2s done [2023-09-08T11:03:17.158Z] #56 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.3s done [2023-09-08T11:03:17.158Z] #56 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-08T11:03:17.158Z] #56 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 3.4s [2023-09-08T11:03:17.158Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 3.4s [2023-09-08T11:03:17.423Z] #56 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 3.6s [2023-09-08T11:03:17.423Z] #56 ... [2023-09-08T11:03:17.423Z] [2023-09-08T11:03:17.423Z] #45 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-08T11:03:17.423Z] #45 11.49 OK: 263 MiB in 53 packages [2023-09-08T11:03:17.423Z] #45 ... [2023-09-08T11:03:17.423Z] [2023-09-08T11:03:17.423Z] #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-08T11:03:17.423Z] #57 ... [2023-09-08T11:03:17.423Z] [2023-09-08T11:03:17.423Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:17.423Z] #56 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 3.6s done [2023-09-08T11:03:17.423Z] #56 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2023-09-08T11:03:17.689Z] #56 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done [2023-09-08T11:03:18.284Z] #56 ... [2023-09-08T11:03:18.284Z] [2023-09-08T11:03:18.284Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:18.284Z] #32 ... [2023-09-08T11:03:18.284Z] [2023-09-08T11:03:18.284Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:18.862Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 4.9s [2023-09-08T11:03:18.862Z] #56 ... [2023-09-08T11:03:18.862Z] [2023-09-08T11:03:18.862Z] #58 [support-scheduler internal] load build context [2023-09-08T11:03:18.862Z] #58 ... [2023-09-08T11:03:18.862Z] [2023-09-08T11:03:18.862Z] #59 [core-data internal] load build context [2023-09-08T11:03:18.862Z] #59 ... [2023-09-08T11:03:18.862Z] [2023-09-08T11:03:18.862Z] #60 [security-proxy-setup internal] load build context [2023-09-08T11:03:19.126Z] #60 ... [2023-09-08T11:03:19.126Z] [2023-09-08T11:03:19.126Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:03:19.126Z] #39 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 3.0s done [2023-09-08T11:03:19.126Z] #39 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-08T11:03:19.126Z] #39 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-09-08T11:03:19.126Z] #39 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-09-08T11:03:19.126Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.5s done [2023-09-08T11:03:19.126Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.6s done [2023-09-08T11:03:19.126Z] #39 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.0s done [2023-09-08T11:03:19.126Z] #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-08T11:03:19.126Z] #39 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.04MB / 17.12MB 5.4s [2023-09-08T11:03:19.126Z] #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done [2023-09-08T11:03:19.126Z] #39 ... [2023-09-08T11:03:19.126Z] [2023-09-08T11:03:19.126Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:19.705Z] #56 ... [2023-09-08T11:03:19.705Z] [2023-09-08T11:03:19.705Z] #45 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-08T11:03:19.705Z] #45 DONE 13.7s [2023-09-08T11:03:19.705Z] [2023-09-08T11:03:19.705Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:19.970Z] #56 ... [2023-09-08T11:03:19.970Z] [2023-09-08T11:03:19.970Z] #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-08T11:03:19.970Z] #61 ... [2023-09-08T11:03:19.970Z] [2023-09-08T11:03:19.970Z] #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-08T11:03:20.300Z] #62 ... [2023-09-08T11:03:20.300Z] [2023-09-08T11:03:20.300Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:20.300Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 6.4s [2023-09-08T11:03:20.300Z] #56 ... [2023-09-08T11:03:20.300Z] [2023-09-08T11:03:20.300Z] #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-08T11:03:20.565Z] #63 ... [2023-09-08T11:03:20.565Z] [2023-09-08T11:03:20.565Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:20.565Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 7.0s [2023-09-08T11:03:20.565Z] #56 ... [2023-09-08T11:03:20.565Z] [2023-09-08T11:03:20.565Z] #64 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T11:03:20.834Z] #64 ... [2023-09-08T11:03:20.834Z] [2023-09-08T11:03:20.834Z] #47 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-08T11:03:20.834Z] #47 10.28 Executing ca-certificates-20230506-r0.trigger [2023-09-08T11:03:20.834Z] #47 13.06 OK: 8 MiB in 17 packages [2023-09-08T11:03:20.834Z] #47 DONE 14.8s [2023-09-08T11:03:20.834Z] [2023-09-08T11:03:20.834Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:21.416Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 7.6s [2023-09-08T11:03:21.416Z] #56 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2023-09-08T11:03:21.416Z] #56 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2023-09-08T11:03:21.995Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 8.3s [2023-09-08T11:03:22.576Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.15MB / 23.39MB 8.9s [2023-09-08T11:03:23.157Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 9.2s [2023-09-08T11:03:23.157Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 9.5s [2023-09-08T11:03:23.421Z] #56 ... [2023-09-08T11:03:23.421Z] [2023-09-08T11:03:23.421Z] #49 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-08T11:03:23.421Z] #49 15.45 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:23.421Z] #49 15.53 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:23.421Z] #49 15.64 OK: 8 MiB in 16 packages [2023-09-08T11:03:23.421Z] #49 DONE 18.4s [2023-09-08T11:03:23.421Z] [2023-09-08T11:03:23.421Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:23.421Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.22MB / 23.39MB 9.7s [2023-09-08T11:03:23.686Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.67MB / 23.39MB 9.9s [2023-09-08T11:03:23.954Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 10.1s [2023-09-08T11:03:24.221Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 10.4s [2023-09-08T11:03:24.486Z] #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 10.5s done [2023-09-08T11:03:24.486Z] #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0.0s [2023-09-08T11:03:25.981Z] #56 ... [2023-09-08T11:03:25.981Z] [2023-09-08T11:03:25.981Z] #37 [core-command internal] load build context [2023-09-08T11:03:25.981Z] #37 transferring context: 56.94MB 20.4s [2023-09-08T11:03:25.981Z] #37 ... [2023-09-08T11:03:25.981Z] [2023-09-08T11:03:25.981Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:25.981Z] #44 ... [2023-09-08T11:03:25.981Z] [2023-09-08T11:03:25.981Z] #37 [core-command internal] load build context [2023-09-08T11:03:26.350Z] #37 ... [2023-09-08T11:03:26.350Z] [2023-09-08T11:03:26.350Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:26.350Z] #46 ... [2023-09-08T11:03:26.350Z] [2023-09-08T11:03:26.350Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-08T11:03:26.350Z] #48 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:26.350Z] #48 12.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:26.350Z] #48 18.00 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T11:03:26.350Z] #48 18.00 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T11:03:26.350Z] #48 18.00 OK: 17689 distinct packages available [2023-09-08T11:03:26.350Z] #48 19.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:26.350Z] #48 ... [2023-09-08T11:03:26.350Z] [2023-09-08T11:03:26.350Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:27.008Z] #56 ... [2023-09-08T11:03:27.008Z] [2023-09-08T11:03:27.008Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:03:27.008Z] #50 ... [2023-09-08T11:03:27.008Z] [2023-09-08T11:03:27.008Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:27.008Z] #51 ... [2023-09-08T11:03:27.008Z] [2023-09-08T11:03:27.008Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:27.285Z] #52 ... [2023-09-08T11:03:27.285Z] [2023-09-08T11:03:27.285Z] #53 [core-metadata internal] load build context [2023-09-08T11:03:27.285Z] #53 ... [2023-09-08T11:03:27.285Z] [2023-09-08T11:03:27.285Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:27.637Z] #52 ... [2023-09-08T11:03:27.637Z] [2023-09-08T11:03:27.637Z] #54 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-08T11:03:27.637Z] #54 11.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:27.637Z] #54 18.76 OK: 263 MiB in 53 packages [2023-09-08T11:03:27.637Z] #54 DONE 21.4s [2023-09-08T11:03:27.637Z] [2023-09-08T11:03:27.637Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:28.376Z] #52 ... [2023-09-08T11:03:28.376Z] [2023-09-08T11:03:28.376Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:28.658Z] #32 ... [2023-09-08T11:03:28.658Z] [2023-09-08T11:03:28.658Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:28.934Z] #52 ... [2023-09-08T11:03:28.934Z] [2023-09-08T11:03:28.934Z] #59 [core-data internal] load build context [2023-09-08T11:03:28.934Z] #59 ... [2023-09-08T11:03:28.934Z] [2023-09-08T11:03:28.934Z] #58 [support-scheduler internal] load build context [2023-09-08T11:03:29.201Z] #58 ... [2023-09-08T11:03:29.201Z] [2023-09-08T11:03:29.201Z] #60 [security-proxy-setup internal] load build context [2023-09-08T11:03:29.201Z] #60 ... [2023-09-08T11:03:29.201Z] [2023-09-08T11:03:29.201Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-08T11:03:29.201Z] #55 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:29.201Z] #55 14.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:29.201Z] #55 21.33 (1/4) Installing ca-certificates (20230506-r0) [2023-09-08T11:03:29.201Z] #55 22.15 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:29.201Z] #55 22.28 (3/4) Installing su-exec (0.2-r2) [2023-09-08T11:03:29.466Z] #55 22.30 (4/4) Installing yq (4.30.4-r4) [2023-09-08T11:03:29.466Z] #55 ... [2023-09-08T11:03:29.466Z] [2023-09-08T11:03:29.466Z] #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-08T11:03:29.466Z] #57 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:29.466Z] #57 14.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:29.466Z] #57 20.80 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:29.466Z] #57 20.83 (2/2) Installing su-exec (0.2-r2) [2023-09-08T11:03:29.466Z] #57 20.92 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:29.466Z] #57 21.29 OK: 8 MiB in 17 packages [2023-09-08T11:03:29.466Z] #57 ... [2023-09-08T11:03:29.466Z] [2023-09-08T11:03:29.466Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:03:29.466Z] #39 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 9.9s done [2023-09-08T11:03:29.466Z] #39 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2023-09-08T11:03:29.466Z] #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.1s [2023-09-08T11:03:29.731Z] #39 ... [2023-09-08T11:03:29.731Z] [2023-09-08T11:03:29.731Z] #43 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-08T11:03:29.731Z] #43 14.14 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T11:03:29.731Z] #43 14.14 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T11:03:29.731Z] #43 14.14 OK: 17694 distinct packages available [2023-09-08T11:03:29.731Z] #43 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:29.731Z] #43 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:29.731Z] #43 ... [2023-09-08T11:03:29.731Z] [2023-09-08T11:03:29.731Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:03:30.687Z] #39 ... [2023-09-08T11:03:30.687Z] [2023-09-08T11:03:30.687Z] #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-08T11:03:30.687Z] #57 DONE 23.3s [2023-09-08T11:03:30.952Z] [2023-09-08T11:03:30.952Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-08T11:03:30.952Z] #55 23.68 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:30.952Z] #55 23.86 Executing ca-certificates-20230506-r0.trigger [2023-09-08T11:03:31.218Z] #55 ... [2023-09-08T11:03:31.218Z] [2023-09-08T11:03:31.218Z] #64 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T11:03:31.218Z] #64 10.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:31.218Z] #64 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:31.218Z] #64 20.73 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:31.218Z] #64 20.78 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:31.485Z] #64 20.94 OK: 8 MiB in 16 packages [2023-09-08T11:03:31.485Z] #64 ... [2023-09-08T11:03:31.485Z] [2023-09-08T11:03:31.485Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:31.485Z] #51 transferring context: 54.48MB 24.3s [2023-09-08T11:03:32.899Z] #51 ... [2023-09-08T11:03:32.899Z] [2023-09-08T11:03:32.899Z] #43 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-08T11:03:32.899Z] #43 25.61 OK: 263 MiB in 53 packages [2023-09-08T11:03:32.899Z] #43 DONE 27.0s [2023-09-08T11:03:32.899Z] [2023-09-08T11:03:32.899Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:32.899Z] #51 ... [2023-09-08T11:03:32.899Z] [2023-09-08T11:03:32.899Z] #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-08T11:03:32.899Z] #62 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:32.899Z] #62 16.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:32.899Z] #62 22.82 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T11:03:32.899Z] #62 22.82 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T11:03:32.899Z] #62 22.82 OK: 17689 distinct packages available [2023-09-08T11:03:32.899Z] #62 ... [2023-09-08T11:03:32.899Z] [2023-09-08T11:03:32.899Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:33.167Z] #51 ... [2023-09-08T11:03:33.167Z] [2023-09-08T11:03:33.167Z] #64 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-08T11:03:33.167Z] #64 DONE 22.6s [2023-09-08T11:03:33.167Z] [2023-09-08T11:03:33.167Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:33.432Z] #51 ... [2023-09-08T11:03:33.432Z] [2023-09-08T11:03:33.432Z] #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-08T11:03:33.432Z] #63 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:33.432Z] #63 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:33.708Z] #63 ... [2023-09-08T11:03:33.708Z] [2023-09-08T11:03:33.708Z] #37 [core-command internal] load build context [2023-09-08T11:03:33.708Z] #37 ... [2023-09-08T11:03:33.708Z] [2023-09-08T11:03:33.708Z] #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-08T11:03:33.708Z] #62 23.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:33.973Z] #62 ... [2023-09-08T11:03:33.973Z] [2023-09-08T11:03:33.973Z] #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-08T11:03:33.973Z] #61 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:33.973Z] #61 17.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:33.973Z] #61 23.90 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-09-08T11:03:33.973Z] #61 23.90 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-09-08T11:03:33.973Z] #61 23.90 OK: 17689 distinct packages available [2023-09-08T11:03:33.973Z] #61 ... [2023-09-08T11:03:33.973Z] [2023-09-08T11:03:33.973Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:34.559Z] #51 ... [2023-09-08T11:03:34.559Z] [2023-09-08T11:03:34.559Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-08T11:03:34.559Z] #55 26.10 OK: 17 MiB in 19 packages [2023-09-08T11:03:34.559Z] #55 DONE 27.3s [2023-09-08T11:03:34.559Z] [2023-09-08T11:03:34.559Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:35.965Z] #51 ... [2023-09-08T11:03:35.965Z] [2023-09-08T11:03:35.965Z] #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-08T11:03:35.965Z] #63 23.65 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:35.965Z] #63 23.65 (2/4) Installing openssl (3.0.10-r0) [2023-09-08T11:03:35.965Z] #63 23.73 (3/4) Installing su-exec (0.2-r2) [2023-09-08T11:03:35.965Z] #63 23.73 (4/4) Installing yq (4.30.4-r4) [2023-09-08T11:03:35.965Z] #63 24.33 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:35.965Z] #63 24.39 OK: 17 MiB in 19 packages [2023-09-08T11:03:35.965Z] #63 DONE 25.5s [2023-09-08T11:03:35.965Z] [2023-09-08T11:03:35.965Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:36.231Z] #44 ... [2023-09-08T11:03:36.231Z] [2023-09-08T11:03:36.231Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:36.497Z] #51 transferring context: 68.28MB 29.4s [2023-09-08T11:03:36.497Z] #51 ... [2023-09-08T11:03:36.497Z] [2023-09-08T11:03:36.497Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:36.497Z] #46 ... [2023-09-08T11:03:36.497Z] [2023-09-08T11:03:36.497Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:36.763Z] #44 ... [2023-09-08T11:03:36.763Z] [2023-09-08T11:03:36.763Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:36.763Z] #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.4s [2023-09-08T11:03:37.034Z] #56 ... [2023-09-08T11:03:37.034Z] [2023-09-08T11:03:37.034Z] #37 [core-command internal] load build context [2023-09-08T11:03:37.034Z] #37 ... [2023-09-08T11:03:37.034Z] [2023-09-08T11:03:37.034Z] #65 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-08T11:03:37.034Z] #65 DONE 6.2s [2023-09-08T11:03:37.034Z] [2023-09-08T11:03:37.034Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-08T11:03:37.034Z] #48 22.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:37.034Z] #48 27.59 (1/9) Installing ca-certificates (20230506-r0) [2023-09-08T11:03:37.034Z] #48 27.86 (2/9) Installing brotli-libs (1.0.9-r9) [2023-09-08T11:03:37.034Z] #48 27.96 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-09-08T11:03:37.034Z] #48 28.04 (4/9) Installing libcurl (8.2.1-r0) [2023-09-08T11:03:37.034Z] #48 28.16 (5/9) Installing curl (8.2.1-r0) [2023-09-08T11:03:37.034Z] #48 28.24 (6/9) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:37.034Z] #48 28.24 (7/9) Installing musl-obstack (1.2.3-r0) [2023-09-08T11:03:37.034Z] #48 28.24 (8/9) Installing libucontext (1.2-r0) [2023-09-08T11:03:37.034Z] #48 28.30 (9/9) Installing gcompat (1.1.0-r0) [2023-09-08T11:03:37.034Z] #48 28.30 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:37.034Z] #48 28.50 Executing ca-certificates-20230506-r0.trigger [2023-09-08T11:03:37.034Z] #48 29.59 OK: 11 MiB in 24 packages [2023-09-08T11:03:37.034Z] #48 DONE 30.9s [2023-09-08T11:03:37.034Z] [2023-09-08T11:03:37.034Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:03:37.300Z] #50 ... [2023-09-08T11:03:37.300Z] [2023-09-08T11:03:37.300Z] #37 [core-command internal] load build context [2023-09-08T11:03:37.571Z] #37 ... [2023-09-08T11:03:37.571Z] [2023-09-08T11:03:37.571Z] #53 [core-metadata internal] load build context [2023-09-08T11:03:37.571Z] #53 ... [2023-09-08T11:03:37.571Z] [2023-09-08T11:03:37.571Z] #66 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-08T11:03:37.571Z] #66 DONE 1.7s [2023-09-08T11:03:37.571Z] [2023-09-08T11:03:37.571Z] #53 [core-metadata internal] load build context [2023-09-08T11:03:37.571Z] #53 ... [2023-09-08T11:03:37.571Z] [2023-09-08T11:03:37.571Z] #37 [core-command internal] load build context [2023-09-08T11:03:38.530Z] #37 ... [2023-09-08T11:03:38.530Z] [2023-09-08T11:03:38.530Z] #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-08T11:03:38.530Z] #62 25.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:38.530Z] #62 27.04 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:38.530Z] #62 27.06 (2/5) Installing musl-obstack (1.2.3-r0) [2023-09-08T11:03:38.530Z] #62 27.07 (3/5) Installing libucontext (1.2-r0) [2023-09-08T11:03:38.530Z] #62 27.08 (4/5) Installing gcompat (1.1.0-r0) [2023-09-08T11:03:38.530Z] #62 27.09 (5/5) Installing openssl (3.0.10-r0) [2023-09-08T11:03:38.530Z] #62 27.19 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:38.530Z] #62 27.27 OK: 9 MiB in 20 packages [2023-09-08T11:03:38.530Z] #62 DONE 28.4s [2023-09-08T11:03:38.530Z] [2023-09-08T11:03:38.530Z] #37 [core-command internal] load build context [2023-09-08T11:03:38.795Z] #37 ... [2023-09-08T11:03:38.795Z] [2023-09-08T11:03:38.795Z] #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-08T11:03:38.795Z] #61 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:38.795Z] #61 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-08T11:03:38.795Z] #61 27.74 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-08T11:03:38.795Z] #61 27.74 (2/4) Installing musl-obstack (1.2.3-r0) [2023-09-08T11:03:38.795Z] #61 27.74 (3/4) Installing libucontext (1.2-r0) [2023-09-08T11:03:38.795Z] #61 27.74 (4/4) Installing gcompat (1.1.0-r0) [2023-09-08T11:03:38.795Z] #61 27.74 Executing busybox-1.35.0-r29.trigger [2023-09-08T11:03:38.795Z] #61 27.83 OK: 8 MiB in 19 packages [2023-09-08T11:03:38.795Z] #61 DONE 28.7s [2023-09-08T11:03:38.795Z] [2023-09-08T11:03:38.795Z] #37 [core-command internal] load build context [2023-09-08T11:03:38.795Z] #37 ... [2023-09-08T11:03:38.795Z] [2023-09-08T11:03:38.795Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:38.795Z] #32 ... [2023-09-08T11:03:38.795Z] [2023-09-08T11:03:38.795Z] #37 [core-command internal] load build context [2023-09-08T11:03:38.795Z] #37 ... [2023-09-08T11:03:38.795Z] [2023-09-08T11:03:38.795Z] #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-08T11:03:38.795Z] #67 DONE 1.9s [2023-09-08T11:03:38.795Z] [2023-09-08T11:03:38.795Z] #37 [core-command internal] load build context [2023-09-08T11:03:39.063Z] #37 ... [2023-09-08T11:03:39.063Z] [2023-09-08T11:03:39.063Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:39.063Z] #52 ... [2023-09-08T11:03:39.063Z] [2023-09-08T11:03:39.063Z] #37 [core-command internal] load build context [2023-09-08T11:03:39.329Z] #37 ... [2023-09-08T11:03:39.330Z] [2023-09-08T11:03:39.330Z] #58 [support-scheduler internal] load build context [2023-09-08T11:03:39.330Z] #58 ... [2023-09-08T11:03:39.330Z] [2023-09-08T11:03:39.330Z] #59 [core-data internal] load build context [2023-09-08T11:03:39.597Z] #59 ... [2023-09-08T11:03:39.597Z] [2023-09-08T11:03:39.597Z] #60 [security-proxy-setup internal] load build context [2023-09-08T11:03:39.597Z] #60 ... [2023-09-08T11:03:39.597Z] [2023-09-08T11:03:39.597Z] #59 [core-data internal] load build context [2023-09-08T11:03:41.536Z] #59 ... [2023-09-08T11:03:41.536Z] [2023-09-08T11:03:41.536Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:03:41.536Z] #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.7s [2023-09-08T11:03:41.536Z] #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.8s done [2023-09-08T11:03:41.536Z] #39 ... [2023-09-08T11:03:41.536Z] [2023-09-08T11:03:41.536Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:41.803Z] #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.3s [2023-09-08T11:03:47.135Z] #56 ... [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:47.135Z] #51 transferring context: 129.72MB 39.5s [2023-09-08T11:03:47.135Z] #51 ... [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #60 [security-proxy-setup internal] load build context [2023-09-08T11:03:47.135Z] #60 ... [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:47.135Z] #46 ... [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:47.135Z] #56 ... [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #68 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-08T11:03:47.135Z] #68 DONE 1.8s [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:47.135Z] #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.5s [2023-09-08T11:03:47.135Z] #56 ... [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:47.135Z] #44 ... [2023-09-08T11:03:47.135Z] [2023-09-08T11:03:47.135Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:47.401Z] #46 ... [2023-09-08T11:03:47.401Z] [2023-09-08T11:03:47.401Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:03:47.667Z] #50 ... [2023-09-08T11:03:47.667Z] [2023-09-08T11:03:47.667Z] #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:47.933Z] #56 ... [2023-09-08T11:03:47.933Z] [2023-09-08T11:03:47.933Z] #53 [core-metadata internal] load build context [2023-09-08T11:03:47.933Z] #53 ... [2023-09-08T11:03:47.933Z] [2023-09-08T11:03:47.933Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:48.886Z] #46 ... [2023-09-08T11:03:48.886Z] [2023-09-08T11:03:48.886Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:49.153Z] #32 ... [2023-09-08T11:03:49.153Z] [2023-09-08T11:03:49.153Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:49.153Z] #46 ... [2023-09-08T11:03:49.153Z] [2023-09-08T11:03:49.153Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:49.431Z] #52 ... [2023-09-08T11:03:49.431Z] [2023-09-08T11:03:49.431Z] #37 [core-command internal] load build context [2023-09-08T11:03:49.431Z] #37 ... [2023-09-08T11:03:49.431Z] [2023-09-08T11:03:49.431Z] #58 [support-scheduler internal] load build context [2023-09-08T11:03:49.712Z] #58 ... [2023-09-08T11:03:49.712Z] [2023-09-08T11:03:49.712Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:49.712Z] #46 ... [2023-09-08T11:03:49.712Z] [2023-09-08T11:03:49.712Z] #32 [security-proxy-auth internal] load build context [2023-09-08T11:03:49.712Z] #32 transferring context: 188.40MB 45.3s done [2023-09-08T11:03:49.712Z] #32 DONE 45.6s [2023-09-08T11:03:49.712Z] [2023-09-08T11:03:49.712Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:51.657Z] #46 ... [2023-09-08T11:03:51.657Z] [2023-09-08T11:03:51.657Z] #69 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:03:51.657Z] #69 DONE 1.6s [2023-09-08T11:03:51.657Z] [2023-09-08T11:03:51.657Z] #59 [core-data internal] load build context [2023-09-08T11:03:51.657Z] #59 ... [2023-09-08T11:03:51.657Z] [2023-09-08T11:03:51.657Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:51.927Z] #46 ... [2023-09-08T11:03:51.927Z] [2023-09-08T11:03:51.927Z] #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-08T11:03:51.927Z] #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 25.7s done [2023-09-08T11:03:51.927Z] #56 DONE 43.4s [2023-09-08T11:03:51.927Z] [2023-09-08T11:03:51.927Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:52.883Z] #46 ... [2023-09-08T11:03:52.883Z] [2023-09-08T11:03:52.883Z] #37 [core-command internal] load build context [2023-09-08T11:03:52.883Z] #37 transferring context: 188.40MB 46.9s done [2023-09-08T11:03:52.883Z] #37 DONE 47.4s [2023-09-08T11:03:52.883Z] [2023-09-08T11:03:52.883Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:52.883Z] #46 ... [2023-09-08T11:03:52.883Z] [2023-09-08T11:03:52.883Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:03:52.883Z] #39 ... [2023-09-08T11:03:52.883Z] [2023-09-08T11:03:52.883Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:56.238Z] #46 ... [2023-09-08T11:03:56.238Z] [2023-09-08T11:03:56.238Z] #51 [core-common-config-bootstrapper internal] load build context [2023-09-08T11:03:56.238Z] #51 transferring context: 188.40MB 49.0s done [2023-09-08T11:03:56.238Z] #51 DONE 49.9s [2023-09-08T11:03:56.238Z] [2023-09-08T11:03:56.238Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:56.832Z] #46 ... [2023-09-08T11:03:56.832Z] [2023-09-08T11:03:56.832Z] #60 [security-proxy-setup internal] load build context [2023-09-08T11:03:56.832Z] #60 ... [2023-09-08T11:03:56.832Z] [2023-09-08T11:03:56.832Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:57.414Z] #46 ... [2023-09-08T11:03:57.415Z] [2023-09-08T11:03:57.415Z] #70 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-08T11:03:57.415Z] #70 DONE 2.8s [2023-09-08T11:03:57.415Z] [2023-09-08T11:03:57.415Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:57.415Z] #46 ... [2023-09-08T11:03:57.415Z] [2023-09-08T11:03:57.415Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:57.415Z] #44 ... [2023-09-08T11:03:57.415Z] [2023-09-08T11:03:57.415Z] #60 [security-proxy-setup internal] load build context [2023-09-08T11:03:57.680Z] #60 ... [2023-09-08T11:03:57.680Z] [2023-09-08T11:03:57.680Z] #71 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-08T11:03:57.680Z] #71 DONE 2.6s [2023-09-08T11:03:57.680Z] [2023-09-08T11:03:57.680Z] #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-08T11:03:57.680Z] #72 DONE 3.3s [2023-09-08T11:03:57.680Z] [2023-09-08T11:03:57.680Z] #73 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-08T11:03:57.946Z] #73 ... [2023-09-08T11:03:57.946Z] [2023-09-08T11:03:57.946Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:03:57.946Z] #50 ... [2023-09-08T11:03:57.946Z] [2023-09-08T11:03:57.946Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:58.219Z] #44 ... [2023-09-08T11:03:58.219Z] [2023-09-08T11:03:58.219Z] #53 [core-metadata internal] load build context [2023-09-08T11:03:58.219Z] #53 ... [2023-09-08T11:03:58.219Z] [2023-09-08T11:03:58.219Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:58.490Z] #44 ... [2023-09-08T11:03:58.490Z] [2023-09-08T11:03:58.490Z] #74 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-08T11:03:58.490Z] #74 DONE 1.0s [2023-09-08T11:03:58.490Z] [2023-09-08T11:03:58.490Z] #73 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-08T11:03:58.490Z] #73 DONE 0.9s [2023-09-08T11:03:58.490Z] [2023-09-08T11:03:58.490Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:58.755Z] #44 ... [2023-09-08T11:03:58.755Z] [2023-09-08T11:03:58.755Z] #75 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-08T11:03:58.755Z] #75 DONE 0.9s [2023-09-08T11:03:58.755Z] [2023-09-08T11:03:58.755Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:59.334Z] #44 ... [2023-09-08T11:03:59.334Z] [2023-09-08T11:03:59.334Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:59.599Z] #52 ... [2023-09-08T11:03:59.599Z] [2023-09-08T11:03:59.599Z] #76 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-08T11:03:59.599Z] #76 DONE 1.0s [2023-09-08T11:03:59.599Z] [2023-09-08T11:03:59.599Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:03:59.599Z] #52 ... [2023-09-08T11:03:59.599Z] [2023-09-08T11:03:59.599Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:59.599Z] #44 ... [2023-09-08T11:03:59.599Z] [2023-09-08T11:03:59.599Z] #46 [support-notifications internal] load build context [2023-09-08T11:03:59.599Z] #46 transferring context: 188.40MB 53.0s done [2023-09-08T11:03:59.599Z] #46 DONE 53.9s [2023-09-08T11:03:59.599Z] [2023-09-08T11:03:59.600Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:03:59.600Z] #44 ... [2023-09-08T11:03:59.600Z] [2023-09-08T11:03:59.600Z] #58 [support-scheduler internal] load build context [2023-09-08T11:03:59.867Z] #58 ... [2023-09-08T11:03:59.867Z] [2023-09-08T11:03:59.867Z] #77 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-08T11:03:59.867Z] #77 DONE 1.1s [2023-09-08T11:03:59.867Z] [2023-09-08T11:03:59.867Z] #58 [support-scheduler internal] load build context [2023-09-08T11:03:59.867Z] #58 ... [2023-09-08T11:03:59.867Z] [2023-09-08T11:03:59.867Z] #78 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-08T11:04:00.132Z] #78 ... [2023-09-08T11:04:00.133Z] [2023-09-08T11:04:00.133Z] #79 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-08T11:04:00.133Z] #79 DONE 1.4s [2023-09-08T11:04:00.399Z] [2023-09-08T11:04:00.399Z] #58 [support-scheduler internal] load build context [2023-09-08T11:04:00.988Z] #58 ... [2023-09-08T11:04:00.988Z] [2023-09-08T11:04:00.988Z] #80 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-08T11:04:00.988Z] #80 DONE 1.3s [2023-09-08T11:04:00.988Z] [2023-09-08T11:04:00.988Z] #78 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-08T11:04:00.988Z] #78 DONE 1.1s [2023-09-08T11:04:00.988Z] [2023-09-08T11:04:00.988Z] #58 [support-scheduler internal] load build context [2023-09-08T11:04:01.256Z] #58 ... [2023-09-08T11:04:01.256Z] [2023-09-08T11:04:01.256Z] #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:01.528Z] #81 ... [2023-09-08T11:04:01.528Z] [2023-09-08T11:04:01.528Z] #44 [security-spiffe-token-provider internal] load build context [2023-09-08T11:04:01.528Z] #44 transferring context: 188.40MB 55.2s done [2023-09-08T11:04:01.528Z] #44 DONE 55.9s [2023-09-08T11:04:01.528Z] [2023-09-08T11:04:01.528Z] #59 [core-data internal] load build context [2023-09-08T11:04:01.528Z] #59 ... [2023-09-08T11:04:01.528Z] [2023-09-08T11:04:01.528Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:01.801Z] #82 ... [2023-09-08T11:04:01.801Z] [2023-09-08T11:04:01.801Z] #83 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-08T11:04:01.801Z] #83 DONE 1.5s [2023-09-08T11:04:01.801Z] [2023-09-08T11:04:01.801Z] #58 [support-scheduler internal] load build context [2023-09-08T11:04:01.801Z] #58 transferring context: 188.40MB 50.9s done [2023-09-08T11:04:02.069Z] #58 ... [2023-09-08T11:04:02.069Z] [2023-09-08T11:04:02.069Z] #59 [core-data internal] load build context [2023-09-08T11:04:02.069Z] #59 transferring context: 188.40MB 50.8s done [2023-09-08T11:04:02.069Z] #59 DONE 53.5s [2023-09-08T11:04:02.069Z] [2023-09-08T11:04:02.069Z] #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:02.069Z] #84 DONE 2.2s [2023-09-08T11:04:02.334Z] [2023-09-08T11:04:02.334Z] #58 [support-scheduler internal] load build context [2023-09-08T11:04:02.334Z] #58 DONE 53.6s [2023-09-08T11:04:02.334Z] [2023-09-08T11:04:02.334Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:02.599Z] #53 ... [2023-09-08T11:04:02.599Z] [2023-09-08T11:04:02.599Z] #85 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-08T11:04:02.599Z] #85 DONE 1.5s [2023-09-08T11:04:02.599Z] [2023-09-08T11:04:02.599Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:02.599Z] #53 ... [2023-09-08T11:04:02.599Z] [2023-09-08T11:04:02.599Z] #60 [security-proxy-setup internal] load build context [2023-09-08T11:04:02.599Z] #60 transferring context: 188.40MB 52.6s done [2023-09-08T11:04:02.864Z] #60 DONE 53.9s [2023-09-08T11:04:02.864Z] [2023-09-08T11:04:02.864Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:02.864Z] #53 ... [2023-09-08T11:04:02.864Z] [2023-09-08T11:04:02.864Z] #86 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-08T11:04:02.864Z] #86 DONE 1.7s [2023-09-08T11:04:02.864Z] [2023-09-08T11:04:02.864Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:03.130Z] #53 ... [2023-09-08T11:04:03.130Z] [2023-09-08T11:04:03.130Z] #87 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-08T11:04:03.130Z] #87 DONE 1.3s [2023-09-08T11:04:03.130Z] [2023-09-08T11:04:03.130Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:03.130Z] #82 DONE 1.6s [2023-09-08T11:04:03.130Z] [2023-09-08T11:04:03.130Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:04.094Z] #53 ... [2023-09-08T11:04:04.094Z] [2023-09-08T11:04:04.094Z] #88 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-08T11:04:04.094Z] #88 DONE 1.4s [2023-09-08T11:04:04.094Z] [2023-09-08T11:04:04.094Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:04.094Z] #53 ... [2023-09-08T11:04:04.094Z] [2023-09-08T11:04:04.094Z] #89 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-08T11:04:04.094Z] #89 DONE 1.1s [2023-09-08T11:04:04.094Z] [2023-09-08T11:04:04.094Z] #90 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:04.094Z] #90 DONE 1.3s [2023-09-08T11:04:04.094Z] [2023-09-08T11:04:04.094Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:04.094Z] #53 transferring context: 188.40MB 56.3s done [2023-09-08T11:04:04.359Z] #53 ... [2023-09-08T11:04:04.359Z] [2023-09-08T11:04:04.359Z] #91 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-08T11:04:04.359Z] #91 DONE 1.3s [2023-09-08T11:04:04.625Z] [2023-09-08T11:04:04.625Z] #92 [security-spire-config] exporting to image [2023-09-08T11:04:04.625Z] #92 exporting layers [2023-09-08T11:04:04.897Z] #92 ... [2023-09-08T11:04:04.897Z] [2023-09-08T11:04:04.897Z] #53 [core-metadata internal] load build context [2023-09-08T11:04:04.897Z] #53 DONE 58.5s [2023-09-08T11:04:04.897Z] [2023-09-08T11:04:04.897Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:04:06.833Z] #50 ... [2023-09-08T11:04:06.833Z] [2023-09-08T11:04:06.833Z] #52 [security-secretstore-setup internal] load build context [2023-09-08T11:04:06.833Z] #52 transferring context: 188.40MB 59.0s done [2023-09-08T11:04:06.833Z] #52 DONE 60.4s [2023-09-08T11:04:06.833Z] [2023-09-08T11:04:06.833Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:04:06.833Z] #50 ... [2023-09-08T11:04:06.833Z] [2023-09-08T11:04:06.833Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:08.245Z] #93 ... [2023-09-08T11:04:08.245Z] [2023-09-08T11:04:08.245Z] #50 [security-bootstrapper internal] load build context [2023-09-08T11:04:08.245Z] #50 transferring context: 188.40MB 60.7s done [2023-09-08T11:04:08.245Z] #50 DONE 62.0s [2023-09-08T11:04:08.511Z] [2023-09-08T11:04:08.511Z] #92 [security-spire-config] exporting to image [2023-09-08T11:04:08.511Z] #92 exporting layers 4.3s done [2023-09-08T11:04:08.511Z] #92 writing image sha256:1b0181abdd964dcc1b54f62fe2ee0684db6d51c94e9ab6e472a396bf801161fd 0.0s done [2023-09-08T11:04:08.511Z] #92 naming to docker.io/library/security-spire-agent-arm64 done [2023-09-08T11:04:08.511Z] #92 writing image sha256:70d13ea98dd4ddc9143558e5dd178285334141261957eaffb17dbb6a73482697 done [2023-09-08T11:04:08.511Z] #92 writing image sha256:7f813707545f93a529d4729f4f9772a5999cd5e060997de5a8178b5c258e81ee 0.0s done [2023-09-08T11:04:08.511Z] #92 naming to docker.io/library/security-spire-server-arm64 done [2023-09-08T11:04:08.511Z] #92 naming to docker.io/library/security-spire-config-arm64 done [2023-09-08T11:04:08.511Z] #92 DONE 4.6s [2023-09-08T11:04:08.511Z] [2023-09-08T11:04:08.511Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:12.751Z] #94 ... [2023-09-08T11:04:12.751Z] [2023-09-08T11:04:12.751Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:44.940Z] #95 DONE 39.8s [2023-09-08T11:04:44.940Z] [2023-09-08T11:04:44.940Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:44.940Z] #93 DONE 37.7s [2023-09-08T11:04:44.940Z] [2023-09-08T11:04:44.940Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:44.940Z] #94 DONE 38.7s [2023-09-08T11:04:44.940Z] [2023-09-08T11:04:44.940Z] #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:44.940Z] #81 DONE 50.5s [2023-09-08T11:04:44.940Z] [2023-09-08T11:04:44.940Z] #96 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-08T11:04:45.207Z] #96 DONE 3.2s [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #97 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:45.207Z] #97 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #98 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:45.207Z] #98 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #99 [core-data builder 6/7] COPY . . [2023-09-08T11:04:45.207Z] #99 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #100 [support-scheduler builder 6/7] COPY . . [2023-09-08T11:04:45.207Z] #100 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #101 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:45.207Z] #101 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #102 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:45.207Z] #102 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #103 [security-proxy-setup builder 6/7] COPY . . [2023-09-08T11:04:45.207Z] #103 DONE 3.3s [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #104 [security-secretstore-setup builder 6/7] COPY . . [2023-09-08T11:04:45.207Z] #104 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #105 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:45.207Z] #105 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #106 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:45.207Z] #106 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #107 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:45.207Z] #107 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #108 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:45.207Z] #108 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #109 [security-bootstrapper builder 6/7] COPY . . [2023-09-08T11:04:45.207Z] #109 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #110 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:45.207Z] #110 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #111 [core-metadata builder 6/7] COPY . . [2023-09-08T11:04:45.207Z] #111 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.207Z] #112 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:45.207Z] #112 CACHED [2023-09-08T11:04:45.207Z] [2023-09-08T11:04:45.208Z] #113 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:45.208Z] #113 CACHED [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #114 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-08T11:04:45.208Z] #114 CACHED [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:45.208Z] #115 CACHED [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #116 [support-notifications builder 6/7] COPY . . [2023-09-08T11:04:45.208Z] #116 DONE 3.2s [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #117 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-08T11:04:45.208Z] #117 CACHED [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #118 [core-command builder 6/7] COPY . . [2023-09-08T11:04:45.208Z] #118 CACHED [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-08T11:04:45.208Z] #119 CACHED [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #120 [security-proxy-auth builder 6/7] COPY . . [2023-09-08T11:04:45.208Z] #120 DONE 3.3s [2023-09-08T11:04:45.208Z] [2023-09-08T11:04:45.208Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T11:04:50.536Z] #121 ... [2023-09-08T11:04:50.536Z] [2023-09-08T11:04:50.536Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-08T11:04:50.536Z] #0 5.367 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-08T11:04:50.536Z] #122 ... [2023-09-08T11:04:50.536Z] [2023-09-08T11:04:50.536Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T11:04:50.536Z] #121 5.493 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-08T11:04:55.859Z] #121 ... [2023-09-08T11:04:55.859Z] [2023-09-08T11:04:55.859Z] #123 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-08T11:04:55.859Z] #0 5.001 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-08T11:04:55.859Z] #123 ... [2023-09-08T11:04:55.859Z] [2023-09-08T11:04:55.859Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-08T11:04:55.859Z] #0 5.603 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-08T11:04:55.859Z] #124 ... [2023-09-08T11:04:55.859Z] [2023-09-08T11:04:55.859Z] #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-08T11:04:55.859Z] #0 5.183 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-08T11:04:55.859Z] #125 ... [2023-09-08T11:04:55.859Z] [2023-09-08T11:04:55.859Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-08T11:04:55.859Z] #0 4.710 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-08T11:04:55.859Z] #126 ... [2023-09-08T11:04:55.859Z] [2023-09-08T11:04:55.859Z] #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-08T11:04:55.859Z] #0 5.535 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-08T11:04:55.859Z] #127 ... [2023-09-08T11:04:55.859Z] [2023-09-08T11:04:55.859Z] #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-08T11:04:55.859Z] #0 3.877 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-08T11:04:56.133Z] #128 ... [2023-09-08T11:04:56.133Z] [2023-09-08T11:04:56.133Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:04:56.133Z] #0 4.993 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-08T11:04:56.133Z] #129 ... [2023-09-08T11:04:56.133Z] [2023-09-08T11:04:56.133Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-08T11:04:56.133Z] #0 5.375 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-08T11:04:56.399Z] #130 ... [2023-09-08T11:04:56.399Z] [2023-09-08T11:04:56.399Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:04:56.399Z] #0 4.418 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-08T11:20:03.936Z] #131 ... [2023-09-08T11:20:03.936Z] [2023-09-08T11:20:03.936Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-08T11:20:03.936Z] #126 910.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-08T11:20:05.873Z] #126 ... [2023-09-08T11:20:05.873Z] [2023-09-08T11:20:05.873Z] #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-08T11:20:05.873Z] #128 DONE 920.6s [2023-09-08T11:20:05.873Z] [2023-09-08T11:20:05.873Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:20:06.139Z] #131 ... [2023-09-08T11:20:06.139Z] [2023-09-08T11:20:06.139Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:20:06.407Z] #132 DONE 0.2s [2023-09-08T11:20:06.407Z] [2023-09-08T11:20:06.407Z] #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:20:06.675Z] #133 DONE 0.2s [2023-09-08T11:20:06.675Z] [2023-09-08T11:20:06.675Z] #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-08T11:20:06.675Z] #134 DONE 0.1s [2023-09-08T11:20:06.675Z] [2023-09-08T11:20:06.675Z] #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-08T11:20:06.675Z] #135 DONE 0.1s [2023-09-08T11:20:06.675Z] [2023-09-08T11:20:06.675Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-08T11:20:06.944Z] #124 ... [2023-09-08T11:20:06.944Z] [2023-09-08T11:20:06.944Z] #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-08T11:20:06.944Z] #136 DONE 0.2s [2023-09-08T11:20:06.944Z] [2023-09-08T11:20:06.944Z] #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-08T11:20:07.210Z] #137 DONE 0.1s [2023-09-08T11:20:07.210Z] [2023-09-08T11:20:07.210Z] #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T11:20:11.475Z] #138 DONE 4.3s [2023-09-08T11:20:11.475Z] [2023-09-08T11:20:11.475Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:20:11.475Z] #129 ... [2023-09-08T11:20:11.475Z] [2023-09-08T11:20:11.475Z] #92 [security-proxy-setup] exporting to image [2023-09-08T11:20:11.475Z] #92 exporting layers [2023-09-08T11:20:12.431Z] #92 exporting layers 0.8s done [2023-09-08T11:20:12.431Z] #92 writing image sha256:8815bd1c12ffcc5e0e2224df5033d9c170e63a13b032f6662e04b000c08d2c85 0.0s done [2023-09-08T11:20:12.431Z] #92 naming to docker.io/library/security-proxy-setup-arm64 done [2023-09-08T11:20:12.431Z] #92 DONE 5.5s [2023-09-08T11:20:12.431Z] [2023-09-08T11:20:12.431Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:20:19.057Z] #131 ... [2023-09-08T11:20:19.057Z] [2023-09-08T11:20:19.057Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-08T11:20:19.057Z] #126 DONE 933.3s [2023-09-08T11:20:19.057Z] [2023-09-08T11:20:19.057Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:20:19.057Z] #131 ... [2023-09-08T11:20:19.057Z] [2023-09-08T11:20:19.057Z] #139 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:20:19.324Z] #139 DONE 0.5s [2023-09-08T11:20:19.324Z] [2023-09-08T11:20:19.324Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-08T11:20:19.324Z] #130 DONE 934.0s [2023-09-08T11:20:19.324Z] [2023-09-08T11:20:19.324Z] #140 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:20:19.646Z] #140 DONE 0.4s [2023-09-08T11:20:19.646Z] [2023-09-08T11:20:19.646Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:20:19.931Z] #129 ... [2023-09-08T11:20:19.931Z] [2023-09-08T11:20:19.931Z] #141 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-08T11:20:20.195Z] #141 DONE 0.4s [2023-09-08T11:20:20.195Z] [2023-09-08T11:20:20.195Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-08T11:20:20.195Z] #122 ... [2023-09-08T11:20:20.195Z] [2023-09-08T11:20:20.195Z] #142 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-08T11:20:20.195Z] #142 ... [2023-09-08T11:20:20.195Z] [2023-09-08T11:20:20.195Z] #143 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-08T11:20:20.195Z] #143 DONE 0.2s [2023-09-08T11:20:20.463Z] [2023-09-08T11:20:20.463Z] #144 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:20:20.732Z] #144 ... [2023-09-08T11:20:20.732Z] [2023-09-08T11:20:20.732Z] #142 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-08T11:20:20.732Z] #142 DONE 0.3s [2023-09-08T11:20:20.732Z] [2023-09-08T11:20:20.732Z] #144 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:20:20.732Z] #144 DONE 0.3s [2023-09-08T11:20:20.732Z] [2023-09-08T11:20:20.732Z] #145 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-08T11:20:21.316Z] #145 DONE 0.7s [2023-09-08T11:20:21.316Z] [2023-09-08T11:20:21.316Z] #146 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-08T11:20:21.912Z] #146 DONE 0.5s [2023-09-08T11:20:21.912Z] [2023-09-08T11:20:21.912Z] #147 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-08T11:20:22.178Z] #147 DONE 0.3s [2023-09-08T11:20:22.178Z] [2023-09-08T11:20:22.178Z] #148 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-08T11:20:24.746Z] #148 DONE 4.1s [2023-09-08T11:20:24.746Z] [2023-09-08T11:20:24.746Z] #149 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T11:20:25.010Z] #149 DONE 3.0s [2023-09-08T11:20:25.010Z] [2023-09-08T11:20:25.010Z] #92 [security-secretstore-setup] exporting to image [2023-09-08T11:20:25.010Z] #92 exporting layers [2023-09-08T11:20:25.276Z] #92 ... [2023-09-08T11:20:25.276Z] [2023-09-08T11:20:25.276Z] #150 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:20:25.276Z] #150 DONE 0.6s [2023-09-08T11:20:25.549Z] [2023-09-08T11:20:25.550Z] #151 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:20:26.132Z] #151 DONE 0.6s [2023-09-08T11:20:26.132Z] [2023-09-08T11:20:26.132Z] #152 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-08T11:20:26.728Z] #152 DONE 0.6s [2023-09-08T11:20:26.728Z] [2023-09-08T11:20:26.728Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:20:26.728Z] #131 ... [2023-09-08T11:20:26.728Z] [2023-09-08T11:20:26.728Z] #153 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-08T11:20:26.994Z] #153 DONE 0.2s [2023-09-08T11:20:26.994Z] [2023-09-08T11:20:26.994Z] #154 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-08T11:20:27.273Z] #154 DONE 0.3s [2023-09-08T11:20:27.273Z] [2023-09-08T11:20:27.273Z] #92 [security-secretstore-setup] exporting to image [2023-09-08T11:20:27.273Z] #92 exporting layers 2.1s done [2023-09-08T11:20:27.273Z] #92 writing image sha256:a84ccbaa05db51fed408711da44ab385c9b10343bbce5479b31bceaf6efd0e2f [2023-09-08T11:20:27.273Z] #92 writing image sha256:a84ccbaa05db51fed408711da44ab385c9b10343bbce5479b31bceaf6efd0e2f done [2023-09-08T11:20:27.273Z] #92 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-09-08T11:20:27.273Z] #92 DONE 7.5s [2023-09-08T11:20:27.273Z] [2023-09-08T11:20:27.273Z] #155 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-08T11:20:27.540Z] #155 DONE 0.2s [2023-09-08T11:20:27.540Z] [2023-09-08T11:20:27.540Z] #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-08T11:20:27.540Z] #156 DONE 0.2s [2023-09-08T11:20:27.540Z] [2023-09-08T11:20:27.540Z] #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-08T11:20:27.809Z] #157 DONE 0.2s [2023-09-08T11:20:27.809Z] [2023-09-08T11:20:27.809Z] #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-08T11:20:30.383Z] #158 DONE 2.1s [2023-09-08T11:20:30.383Z] [2023-09-08T11:20:30.383Z] #92 [security-bootstrapper] exporting to image [2023-09-08T11:20:30.650Z] #92 exporting layers 0.7s done [2023-09-08T11:20:30.650Z] #92 writing image sha256:3b3a04f636f4236dea9805b5fb58c8cd2194fb5b54e741b4c895243fdd445a1e done [2023-09-08T11:20:30.650Z] #92 naming to docker.io/library/security-bootstrapper-arm64 done [2023-09-08T11:20:30.650Z] #92 DONE 8.3s [2023-09-08T11:20:30.650Z] [2023-09-08T11:20:30.650Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:20:32.589Z] #131 ... [2023-09-08T11:20:32.589Z] [2023-09-08T11:20:32.589Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-08T11:20:32.589Z] #122 DONE 947.6s [2023-09-08T11:20:32.855Z] [2023-09-08T11:20:32.855Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:20:33.446Z] #131 ... [2023-09-08T11:20:33.446Z] [2023-09-08T11:20:33.446Z] #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:20:33.712Z] #159 DONE 0.3s [2023-09-08T11:20:33.712Z] [2023-09-08T11:20:33.712Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:20:33.979Z] #160 DONE 0.3s [2023-09-08T11:20:33.979Z] [2023-09-08T11:20:33.979Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:20:33.979Z] #131 ... [2023-09-08T11:20:33.979Z] [2023-09-08T11:20:33.979Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-08T11:20:34.248Z] #161 DONE 0.3s [2023-09-08T11:20:34.248Z] [2023-09-08T11:20:34.248Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T11:20:34.248Z] #121 ... [2023-09-08T11:20:34.248Z] [2023-09-08T11:20:34.248Z] #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:20:34.248Z] #162 DONE 0.1s [2023-09-08T11:20:34.513Z] [2023-09-08T11:20:34.513Z] #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-08T11:20:34.513Z] #163 DONE 0.1s [2023-09-08T11:20:34.513Z] [2023-09-08T11:20:34.513Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:20:34.513Z] #129 ... [2023-09-08T11:20:34.513Z] [2023-09-08T11:20:34.513Z] #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T11:20:39.376Z] #164 DONE 4.2s [2023-09-08T11:20:39.376Z] [2023-09-08T11:20:39.376Z] #123 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-08T11:20:39.376Z] #123 ... [2023-09-08T11:20:39.376Z] [2023-09-08T11:20:39.376Z] #92 [security-proxy-auth] exporting to image [2023-09-08T11:20:39.376Z] #92 exporting layers [2023-09-08T11:20:39.376Z] #92 exporting layers 0.6s done [2023-09-08T11:20:39.376Z] #92 writing image sha256:dc96d1d36ee61dbe84ff6e9bc9ca8449a7dcedd4efb58bc75264776ae7099b02 done [2023-09-08T11:20:39.376Z] #92 naming to docker.io/library/security-proxy-auth-arm64 done [2023-09-08T11:20:39.376Z] #92 DONE 8.9s [2023-09-08T11:20:39.376Z] [2023-09-08T11:20:39.376Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-08T11:20:57.639Z] #124 ... [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-08T11:20:57.639Z] #127 DONE 969.3s [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T11:20:57.639Z] #121 ... [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:20:57.639Z] #165 DONE 0.2s [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:20:57.639Z] #166 DONE 0.3s [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-08T11:20:57.639Z] #167 DONE 0.3s [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:20:57.639Z] #168 DONE 0.2s [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-08T11:20:57.639Z] #169 DONE 0.2s [2023-09-08T11:20:57.639Z] [2023-09-08T11:20:57.639Z] #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-08T11:20:58.223Z] #170 DONE 1.9s [2023-09-08T11:20:58.223Z] [2023-09-08T11:20:58.223Z] #92 [core-common-config-bootstrapper] exporting to image [2023-09-08T11:20:58.223Z] #92 exporting layers [2023-09-08T11:20:58.488Z] #92 exporting layers 0.5s done [2023-09-08T11:20:58.488Z] #92 writing image sha256:a80352ff2cf10666e42ca3d0b0d782f6792eaf43fea8e2e9758ed3bf9c77bbcb done [2023-09-08T11:20:58.488Z] #92 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2023-09-08T11:20:58.488Z] #92 DONE 9.3s [2023-09-08T11:20:58.488Z] [2023-09-08T11:20:58.488Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-08T11:21:37.335Z] #124 DONE 1011.5s [2023-09-08T11:21:37.335Z] [2023-09-08T11:21:37.335Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T11:21:37.335Z] #121 ... [2023-09-08T11:21:37.335Z] [2023-09-08T11:21:37.335Z] #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:21:37.335Z] #171 DONE 0.2s [2023-09-08T11:21:37.335Z] [2023-09-08T11:21:37.335Z] #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:21:37.600Z] #172 DONE 0.3s [2023-09-08T11:21:37.600Z] [2023-09-08T11:21:37.600Z] #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-08T11:21:37.866Z] #173 DONE 0.3s [2023-09-08T11:21:37.866Z] [2023-09-08T11:21:37.866Z] #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:21:37.866Z] #174 DONE 0.1s [2023-09-08T11:21:37.866Z] [2023-09-08T11:21:37.866Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:21:38.131Z] #39 ... [2023-09-08T11:21:38.131Z] [2023-09-08T11:21:38.131Z] #92 [core-command] exporting to image [2023-09-08T11:21:38.131Z] #92 exporting layers [2023-09-08T11:21:38.131Z] #92 exporting layers 0.3s done [2023-09-08T11:21:38.396Z] #92 writing image sha256:101722e8fc685f5d1ab373087aa2ad4db20a21b85694b5b6dee400399d3bd396 done [2023-09-08T11:21:38.396Z] #92 naming to docker.io/library/core-command-arm64 done [2023-09-08T11:21:38.396Z] #92 DONE 9.6s [2023-09-08T11:21:38.396Z] [2023-09-08T11:21:38.396Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:21:46.570Z] #39 ... [2023-09-08T11:21:46.570Z] [2023-09-08T11:21:46.570Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-08T11:21:46.570Z] #131 DONE 1021.4s [2023-09-08T11:21:46.839Z] [2023-09-08T11:21:46.839Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:21:46.839Z] #39 ... [2023-09-08T11:21:46.839Z] [2023-09-08T11:21:46.839Z] #175 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:21:47.105Z] #175 DONE 0.3s [2023-09-08T11:21:47.105Z] [2023-09-08T11:21:47.105Z] #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:21:47.373Z] #176 DONE 0.2s [2023-09-08T11:21:47.373Z] [2023-09-08T11:21:47.373Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:21:47.373Z] #39 ... [2023-09-08T11:21:47.373Z] [2023-09-08T11:21:47.373Z] #177 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-08T11:21:47.658Z] #177 DONE 0.3s [2023-09-08T11:21:47.658Z] [2023-09-08T11:21:47.658Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:21:47.924Z] #39 ... [2023-09-08T11:21:47.924Z] [2023-09-08T11:21:47.924Z] #178 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:21:47.924Z] #178 DONE 0.2s [2023-09-08T11:21:47.924Z] [2023-09-08T11:21:47.924Z] #179 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-08T11:21:48.193Z] #179 ... [2023-09-08T11:21:48.193Z] [2023-09-08T11:21:48.193Z] #123 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-08T11:21:48.193Z] #123 DONE 1022.9s [2023-09-08T11:21:48.193Z] [2023-09-08T11:21:48.193Z] #179 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-08T11:21:48.193Z] #179 DONE 0.3s [2023-09-08T11:21:48.193Z] [2023-09-08T11:21:48.193Z] #92 [core-metadata] exporting to image [2023-09-08T11:21:48.193Z] #92 exporting layers [2023-09-08T11:21:49.156Z] #92 exporting layers 0.8s done [2023-09-08T11:21:49.156Z] #92 writing image sha256:03763ad213b239109628870d3fd86487e82664eefdabe3a4b37d148193cddd34 0.0s done [2023-09-08T11:21:49.156Z] #92 naming to docker.io/library/core-metadata-arm64 0.0s done [2023-09-08T11:21:49.156Z] #92 DONE 10.5s [2023-09-08T11:21:49.156Z] [2023-09-08T11:21:49.156Z] #180 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:21:49.156Z] #180 DONE 0.3s [2023-09-08T11:21:49.156Z] [2023-09-08T11:21:49.156Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:21:49.156Z] #129 ... [2023-09-08T11:21:49.156Z] [2023-09-08T11:21:49.156Z] #181 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:21:49.156Z] #181 DONE 0.1s [2023-09-08T11:21:49.429Z] [2023-09-08T11:21:49.429Z] #182 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-08T11:21:49.429Z] #182 DONE 0.3s [2023-09-08T11:21:49.429Z] [2023-09-08T11:21:49.429Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:21:49.699Z] #129 ... [2023-09-08T11:21:49.699Z] [2023-09-08T11:21:49.699Z] #183 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:21:49.966Z] #183 DONE 0.2s [2023-09-08T11:21:49.966Z] [2023-09-08T11:21:49.966Z] #92 [core-data] exporting to image [2023-09-08T11:21:49.966Z] #92 exporting layers 0.3s done [2023-09-08T11:21:50.232Z] #92 writing image sha256:6120a9ac10d61a28261af54a7e94072431a8e0676c734effc8b4f81cc31f94b7 done [2023-09-08T11:21:50.233Z] #92 naming to docker.io/library/core-data-arm64 done [2023-09-08T11:21:50.233Z] #92 DONE 10.8s [2023-09-08T11:21:50.233Z] [2023-09-08T11:21:50.233Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:22:16.890Z] #129 ... [2023-09-08T11:22:16.890Z] [2023-09-08T11:22:16.890Z] #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-08T11:22:16.890Z] #125 DONE 1050.4s [2023-09-08T11:22:16.890Z] [2023-09-08T11:22:16.890Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:22:16.890Z] #39 ... [2023-09-08T11:22:16.890Z] [2023-09-08T11:22:16.890Z] #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:22:16.890Z] #184 DONE 0.2s [2023-09-08T11:22:16.890Z] [2023-09-08T11:22:16.890Z] #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:22:16.890Z] #185 DONE 0.1s [2023-09-08T11:22:16.890Z] [2023-09-08T11:22:16.890Z] #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-08T11:22:16.890Z] #186 DONE 0.4s [2023-09-08T11:22:16.890Z] [2023-09-08T11:22:16.890Z] #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:22:16.890Z] #187 DONE 0.1s [2023-09-08T11:22:16.890Z] [2023-09-08T11:22:16.890Z] #92 [security-spiffe-token-provider] exporting to image [2023-09-08T11:22:16.890Z] #92 exporting layers [2023-09-08T11:22:17.472Z] #92 exporting layers 0.6s done [2023-09-08T11:22:17.472Z] #92 writing image sha256:22bde8e354581488ee6c4cb275908fbee737a1daa2796ef148dff503f5ce2208 done [2023-09-08T11:22:17.472Z] #92 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-09-08T11:22:17.472Z] #92 DONE 11.4s [2023-09-08T11:22:17.472Z] [2023-09-08T11:22:17.472Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:22:44.131Z] #39 ... [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-08T11:22:44.131Z] #129 DONE 1076.1s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:22:44.131Z] #39 ... [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:22:44.131Z] #188 DONE 0.1s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:22:44.131Z] #189 DONE 0.1s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #190 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-08T11:22:44.131Z] #190 DONE 0.4s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #191 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:22:44.131Z] #191 DONE 0.2s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #92 [support-scheduler] exporting to image [2023-09-08T11:22:44.131Z] #92 exporting layers [2023-09-08T11:22:44.131Z] #92 exporting layers 0.4s done [2023-09-08T11:22:44.131Z] #92 writing image sha256:54ae1866452679883471b8ff10f2627acb911538354d813c3dee900a5e0de0d4 0.0s done [2023-09-08T11:22:44.131Z] #92 naming to docker.io/library/support-scheduler-arm64 done [2023-09-08T11:22:44.131Z] #92 DONE 11.9s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-08T11:22:44.131Z] #121 DONE 1077.7s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:22:44.131Z] #39 ... [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #192 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-08T11:22:44.131Z] #192 DONE 0.1s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:22:44.131Z] #39 ... [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #193 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-08T11:22:44.131Z] #193 DONE 0.1s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-08T11:22:44.131Z] #194 DONE 0.4s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-08T11:22:44.131Z] #195 DONE 0.1s [2023-09-08T11:22:44.131Z] [2023-09-08T11:22:44.131Z] #92 [support-notifications] exporting to image [2023-09-08T11:22:44.394Z] #92 exporting layers 0.4s done [2023-09-08T11:22:44.394Z] #92 writing image sha256:e26132e201e3926c1d891023ac98eb437c518ad09edda2101b7fb12d1086d879 done [2023-09-08T11:22:44.394Z] #92 naming to docker.io/library/support-notifications-arm64 done [2023-09-08T11:22:44.394Z] #92 DONE 12.3s [2023-09-08T11:22:44.394Z] [2023-09-08T11:22:44.394Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-08T11:22:44.394Z] time="2023-09-08T11:02:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-08T11:22:44.414Z] $ docker stop --time=1 cfcb1cc251d0a372d37cc0c627374aba4f857c73cddf574041aa41cbb633e112 [2023-09-08T11:22:46.022Z] $ docker rm -f --volumes cfcb1cc251d0a372d37cc0c627374aba4f857c73cddf574041aa41cbb633e112 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-08T11:22:46.551Z] + docker images [2023-09-08T11:22:46.551Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-08T11:22:46.551Z] support-notifications-arm64 latest e26132e201e3 3 seconds ago 33.7MB [2023-09-08T11:22:46.551Z] support-scheduler-arm64 latest 54ae18664526 4 seconds ago 33MB [2023-09-08T11:22:46.551Z] security-spiffe-token-provider-arm64 latest 22bde8e35458 30 seconds ago 33.3MB [2023-09-08T11:22:46.551Z] core-data-arm64 latest 6120a9ac10d6 57 seconds ago 21MB [2023-09-08T11:22:46.551Z] core-metadata-arm64 latest 03763ad213b2 59 seconds ago 21.2MB [2023-09-08T11:22:46.551Z] core-command-arm64 latest 101722e8fc68 About a minute ago 20.8MB [2023-09-08T11:22:46.551Z] core-common-config-bootstrapper-arm64 latest a80352ff2cf1 About a minute ago 18MB [2023-09-08T11:22:46.551Z] security-proxy-auth-arm64 latest dc96d1d36ee6 2 minutes ago 19.3MB [2023-09-08T11:22:46.551Z] security-bootstrapper-arm64 latest 3b3a04f636f4 2 minutes ago 22.6MB [2023-09-08T11:22:46.551Z] security-secretstore-setup-arm64 latest a84ccbaa05db 2 minutes ago 43MB [2023-09-08T11:22:46.551Z] security-proxy-setup-arm64 latest 8815bd1c12ff 2 minutes ago 28.8MB [2023-09-08T11:22:46.551Z] security-spire-agent-arm64 latest 1b0181abdd96 18 minutes ago 153MB [2023-09-08T11:22:46.551Z] security-spire-server-arm64 latest 70d13ea98dd4 18 minutes ago 97.1MB [2023-09-08T11:22:46.552Z] security-spire-config-arm64 latest 7f813707545f 18 minutes ago 96.2MB [2023-09-08T11:22:46.552Z] ci-base-image-arm64 latest ae966d10505d 31 minutes ago 1.05GB [2023-09-08T11:22:46.552Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 8 weeks ago 677MB [2023-09-08T11:22:46.552Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T11:22:47.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-08T11:22:47.379Z] [2023-09-08T11:22:47.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T11:22:47.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-08T11:22:48.050Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-08T11:22:48.050Z] 8998bd30e6a1: Pulling fs layer [2023-09-08T11:22:48.050Z] 04944245beec: Pulling fs layer [2023-09-08T11:22:48.050Z] 699f458cf7ca: Pulling fs layer [2023-09-08T11:22:48.050Z] 765212b225bb: Pulling fs layer [2023-09-08T11:22:48.050Z] f23df028b6ca: Pulling fs layer [2023-09-08T11:22:48.050Z] d65c8cfc05b1: Pulling fs layer [2023-09-08T11:22:48.050Z] 2437ff75d9bd: Pulling fs layer [2023-09-08T11:22:48.050Z] 765212b225bb: Waiting [2023-09-08T11:22:48.050Z] f23df028b6ca: Waiting [2023-09-08T11:22:48.050Z] d65c8cfc05b1: Waiting [2023-09-08T11:22:48.050Z] 2437ff75d9bd: Waiting [2023-09-08T11:22:48.050Z] 04944245beec: Verifying Checksum [2023-09-08T11:22:48.050Z] 04944245beec: Download complete [2023-09-08T11:22:48.050Z] 765212b225bb: Verifying Checksum [2023-09-08T11:22:48.050Z] 765212b225bb: Download complete [2023-09-08T11:22:48.050Z] f23df028b6ca: Download complete [2023-09-08T11:22:48.050Z] d65c8cfc05b1: Verifying Checksum [2023-09-08T11:22:48.050Z] d65c8cfc05b1: Download complete [2023-09-08T11:22:48.316Z] 699f458cf7ca: Verifying Checksum [2023-09-08T11:22:48.316Z] 699f458cf7ca: Download complete [2023-09-08T11:22:48.584Z] 8998bd30e6a1: Verifying Checksum [2023-09-08T11:22:48.584Z] 8998bd30e6a1: Download complete [2023-09-08T11:22:51.154Z] 2437ff75d9bd: Verifying Checksum [2023-09-08T11:22:51.154Z] 2437ff75d9bd: Download complete [2023-09-08T11:22:53.087Z] 8998bd30e6a1: Pull complete [2023-09-08T11:22:53.352Z] 04944245beec: Pull complete [2023-09-08T11:22:54.751Z] 699f458cf7ca: Pull complete [2023-09-08T11:22:54.751Z] 765212b225bb: Pull complete [2023-09-08T11:22:55.704Z] f23df028b6ca: Pull complete [2023-09-08T11:22:55.704Z] d65c8cfc05b1: Pull complete [2023-09-08T11:23:10.672Z] 2437ff75d9bd: Pull complete [2023-09-08T11:23:10.672Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-08T11:23:10.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-08T11:23:10.672Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T11:23:11.000Z] prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container [2023-09-08T11:23:11.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-08T11:23:13.705Z] $ docker top bc8447faf171ecd48651095b78e89ef4ad49dfd1a1c8650ec23960704844374c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:14.664Z] ---> job-cost.sh [2023-09-08T11:23:14.664Z] lf-activate-venv: SKIPPING [2023-09-08T11:23:14.664Z] INFO: No Stack... [2023-09-08T11:23:14.929Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-08T11:23:15.880Z] INFO: Archiving Costs [Pipeline] sh [2023-09-08T11:23:16.211Z] + cut -d,+ -f6 [2023-09-08T11:23:16.211Z] cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-09-08T11:23:16.260Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] [2023-09-08T11:23:16.267Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] did not exist. Created. [2023-09-08T11:23:16.267Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-08T11:23:16.683Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-08T11:23:16.882Z] Stashed 1 file(s) [Pipeline] } [2023-09-08T11:23:16.898Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-08T11:23:16.973Z] $ docker stop --time=1 bc8447faf171ecd48651095b78e89ef4ad49dfd1a1c8650ec23960704844374c [2023-09-08T11:23:20.138Z] $ docker rm -f --volumes bc8447faf171ecd48651095b78e89ef4ad49dfd1a1c8650ec23960704844374c [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 [2023-09-08T11:23:21.164Z] provisioning config files... [2023-09-08T11:23:21.171Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config783134781544946925tmp [Pipeline] { [Pipeline] sh [2023-09-08T11:23:21.515Z] + set +x [2023-09-08T11:23:21.515Z] + curl -s https://codecov.io/bash [2023-09-08T11:23:21.515Z] + bash -s -- [2023-09-08T11:23:21.515Z] [2023-09-08T11:23:21.515Z] _____ _ [2023-09-08T11:23:21.515Z] / ____| | | [2023-09-08T11:23:21.515Z] | | ___ __| | ___ ___ _____ __ [2023-09-08T11:23:21.515Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-08T11:23:21.515Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-08T11:23:21.515Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-08T11:23:21.515Z] Bash-1.0.6 [2023-09-08T11:23:21.515Z] [2023-09-08T11:23:21.515Z] [2023-09-08T11:23:21.515Z] ==> git version 2.25.1 found [2023-09-08T11:23:21.515Z] ==> 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 [2023-09-08T11:23:21.515Z] Release-Date: 2020-01-08 [2023-09-08T11:23:21.515Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-09-08T11:23:21.515Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-08T11:23:21.515Z] ==> Jenkins CI detected. [2023-09-08T11:23:21.515Z] current dir:  /w/workspace/edgex-go/1 [2023-09-08T11:23:21.515Z] project root: . [2023-09-08T11:23:21.515Z] --> token set from env [2023-09-08T11:23:21.775Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-08T11:23:21.775Z] ==> Running gcov in . (disable via -X gcov) [2023-09-08T11:23:21.775Z] ==> Python coveragepy not found [2023-09-08T11:23:21.775Z] ==> Searching for coverage reports in: [2023-09-08T11:23:21.775Z] + . [2023-09-08T11:23:21.775Z] -> Found 1 reports [2023-09-08T11:23:21.775Z] ==> Detecting git/mercurial file structure [2023-09-08T11:23:21.775Z] ==> Reading reports [2023-09-08T11:23:21.775Z] + ./coverage.out bytes=453491 [2023-09-08T11:23:21.775Z] ==> Appending adjustments [2023-09-08T11:23:21.775Z] https://docs.codecov.io/docs/fixing-reports [2023-09-08T11:23:23.157Z] + Found adjustments [2023-09-08T11:23:23.157Z] ==> Gzipping contents [2023-09-08T11:23:23.157Z] 60K /tmp/codecov.GqktML.gz [2023-09-08T11:23:23.157Z] ==> Uploading reports [2023-09-08T11:23:23.157Z] url: https://codecov.io [2023-09-08T11:23:23.157Z] query: branch=PR-4676&commit=b213c8a899e6a1be3cbac435de5f3915e08c44c8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4676%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4676&job=&cmd_args= [2023-09-08T11:23:23.157Z] -> Pinging Codecov [2023-09-08T11:23:23.157Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4676&commit=b213c8a899e6a1be3cbac435de5f3915e08c44c8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4676%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4676&job=&cmd_args= [2023-09-08T11:23:23.157Z] -> Uploading to [2023-09-08T11:23:23.157Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-08/00271124DB129430A58F1EEE437C3FCB/b213c8a899e6a1be3cbac435de5f3915e08c44c8/580d21ab-4706-43c1-aa05-298d6ed79c94.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230908%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230908T112322Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66bd3c93c36dc569e3d3d71c6d9388f7ef93690971cb3c4c3f0fc03d51ecc1bf [2023-09-08T11:23:23.157Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T11:23:23.157Z] Dload Upload Total Spent Left Speed [2023-09-08T11:23:23.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58092 0 0 100 58092 0 239k --:--:-- --:--:-- --:--:-- 240k [2023-09-08T11:23:23.416Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] } [2023-09-08T11:23:23.442Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-08T11:23:24.831Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:25.159Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:26.415Z] ---> package-listing.sh [2023-09-08T11:23:26.415Z] ++ facter osfamily [2023-09-08T11:23:26.415Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-08T11:23:26.675Z] + OS_FAMILY=debian [2023-09-08T11:23:26.675Z] + workspace=/w/workspace/edgex-go/1 [2023-09-08T11:23:26.675Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-08T11:23:26.675Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-08T11:23:26.675Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-08T11:23:26.675Z] + PACKAGES=/tmp/packages_start.txt [2023-09-08T11:23:26.675Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-08T11:23:26.675Z] + PACKAGES=/tmp/packages_end.txt [2023-09-08T11:23:26.675Z] + case "${OS_FAMILY}" in [2023-09-08T11:23:26.675Z] + dpkg -l [2023-09-08T11:23:26.675Z] + grep '^ii' [2023-09-08T11:23:26.675Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-08T11:23:26.675Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-08T11:23:26.675Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-08T11:23:26.675Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-08T11:23:26.675Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-09-08T11:23:26.675Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-09-08T11:23:26.708Z] 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 [2023-09-08T11:23:27.003Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T11:23:27.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-08T11:23:27.627Z] [2023-09-08T11:23:27.627Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-08T11:23:27.988Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-08T11:23:27.988Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-08T11:23:27.988Z] 5eb5b503b376: Pulling fs layer [2023-09-08T11:23:27.988Z] 5c69ac0246d0: Pulling fs layer [2023-09-08T11:23:27.988Z] ec43610c2a17: Pulling fs layer [2023-09-08T11:23:27.988Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-08T11:23:27.988Z] 33b1e0a273af: Pulling fs layer [2023-09-08T11:23:27.988Z] 5d3b04190fa2: Pulling fs layer [2023-09-08T11:23:27.988Z] 2f39f015ded8: Pulling fs layer [2023-09-08T11:23:27.988Z] 33b1e0a273af: Waiting [2023-09-08T11:23:27.988Z] 2f39f015ded8: Waiting [2023-09-08T11:23:27.988Z] 3a2ae6a8a46f: Waiting [2023-09-08T11:23:27.988Z] 5c69ac0246d0: Verifying Checksum [2023-09-08T11:23:27.988Z] 5c69ac0246d0: Download complete [2023-09-08T11:23:27.988Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-08T11:23:27.988Z] 3a2ae6a8a46f: Download complete [2023-09-08T11:23:27.988Z] 33b1e0a273af: Verifying Checksum [2023-09-08T11:23:27.988Z] 33b1e0a273af: Download complete [2023-09-08T11:23:27.988Z] ec43610c2a17: Verifying Checksum [2023-09-08T11:23:27.988Z] ec43610c2a17: Download complete [2023-09-08T11:23:27.988Z] 5d3b04190fa2: Verifying Checksum [2023-09-08T11:23:27.988Z] 5d3b04190fa2: Download complete [2023-09-08T11:23:28.245Z] 5eb5b503b376: Verifying Checksum [2023-09-08T11:23:28.245Z] 5eb5b503b376: Download complete [2023-09-08T11:23:28.810Z] 2f39f015ded8: Download complete [2023-09-08T11:23:29.744Z] 5eb5b503b376: Pull complete [2023-09-08T11:23:29.744Z] 5c69ac0246d0: Pull complete [2023-09-08T11:23:30.002Z] ec43610c2a17: Pull complete [2023-09-08T11:23:30.260Z] 3a2ae6a8a46f: Pull complete [2023-09-08T11:23:30.518Z] 33b1e0a273af: Pull complete [2023-09-08T11:23:30.518Z] 5d3b04190fa2: Pull complete [2023-09-08T11:23:34.696Z] 2f39f015ded8: Pull complete [2023-09-08T11:23:34.696Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-08T11:23:34.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-08T11:23:34.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-08T11:23:34.917Z] prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container [2023-09-08T11:23:34.967Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-08T11:23:39.955Z] $ docker top 25a29e3496183aa6841aff084e3b77fd840e7f1b368137a17125a4df7945a5cb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-08T11:23:40.319Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-08T11:23:40.627Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-08T11:23:40.938Z] + ls /var/log/sa-host [2023-09-08T11:23:40.938Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-08T11:23:41.151Z] provisioning config files... [2023-09-08T11:23:41.161Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7632921533052685408tmp [Pipeline] { [Pipeline] echo [2023-09-08T11:23:41.212Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:41.524Z] ---> create-netrc.sh [Pipeline] } [2023-09-08T11:23:41.553Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:41.964Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-08T11:23:41.997Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:42.308Z] ---> sudo-logs.sh [2023-09-08T11:23:42.308Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-08T11:23:42.383Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:42.691Z] ---> job-cost.sh [2023-09-08T11:23:42.691Z] lf-activate-venv: SKIPPING [2023-09-08T11:23:42.691Z] DEBUG: total: 0.10999999940395355 [2023-09-08T11:23:42.691Z] INFO: Retrieving Stack Cost... [2023-09-08T11:23:42.950Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-08T11:23:43.521Z] INFO: Archiving Costs [Pipeline] echo [2023-09-08T11:23:43.554Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-08T11:23:43.862Z] ---> logs-deploy.sh [2023-09-08T11:23:43.862Z] lf-activate-venv: SKIPPING [2023-09-08T11:23:43.862Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4676/1 [2023-09-08T11:23:43.862Z] INFO: archiving workspace using pattern(s): [2023-09-08T11:23:44.797Z] Archives upload complete. [2023-09-08T11:23:45.057Z] INFO: archiving logs to Nexus [2023-09-08T11:23:45.627Z] ---> uname -a: [2023-09-08T11:23:45.627Z] Linux prd-ubuntu20-04-docker-8c-8g-5620 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] ---> lscpu: [2023-09-08T11:23:45.627Z] Architecture: x86_64 [2023-09-08T11:23:45.627Z] CPU op-mode(s): 32-bit, 64-bit [2023-09-08T11:23:45.627Z] Byte Order: Little Endian [2023-09-08T11:23:45.627Z] Address sizes: 40 bits physical, 48 bits virtual [2023-09-08T11:23:45.627Z] CPU(s): 8 [2023-09-08T11:23:45.627Z] On-line CPU(s) list: 0-7 [2023-09-08T11:23:45.627Z] Thread(s) per core: 1 [2023-09-08T11:23:45.627Z] Core(s) per socket: 1 [2023-09-08T11:23:45.627Z] Socket(s): 8 [2023-09-08T11:23:45.627Z] NUMA node(s): 1 [2023-09-08T11:23:45.627Z] Vendor ID: AuthenticAMD [2023-09-08T11:23:45.627Z] CPU family: 23 [2023-09-08T11:23:45.627Z] Model: 49 [2023-09-08T11:23:45.627Z] Model name: AMD EPYC-Rome Processor [2023-09-08T11:23:45.627Z] Stepping: 0 [2023-09-08T11:23:45.627Z] CPU MHz: 2800.000 [2023-09-08T11:23:45.627Z] BogoMIPS: 5600.00 [2023-09-08T11:23:45.627Z] Virtualization: AMD-V [2023-09-08T11:23:45.627Z] Hypervisor vendor: KVM [2023-09-08T11:23:45.627Z] Virtualization type: full [2023-09-08T11:23:45.627Z] L1d cache: 256 KiB [2023-09-08T11:23:45.627Z] L1i cache: 256 KiB [2023-09-08T11:23:45.627Z] L2 cache: 4 MiB [2023-09-08T11:23:45.627Z] L3 cache: 128 MiB [2023-09-08T11:23:45.627Z] NUMA node0 CPU(s): 0-7 [2023-09-08T11:23:45.627Z] Vulnerability Itlb multihit: Not affected [2023-09-08T11:23:45.627Z] Vulnerability L1tf: Not affected [2023-09-08T11:23:45.627Z] Vulnerability Mds: Not affected [2023-09-08T11:23:45.627Z] Vulnerability Meltdown: Not affected [2023-09-08T11:23:45.627Z] Vulnerability Mmio stale data: Not affected [2023-09-08T11:23:45.627Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-09-08T11:23:45.627Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-09-08T11:23:45.627Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-09-08T11:23:45.627Z] Vulnerability Srbds: Not affected [2023-09-08T11:23:45.627Z] Vulnerability Tsx async abort: Not affected [2023-09-08T11:23:45.627Z] 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 [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] ---> nproc: [2023-09-08T11:23:45.627Z] 8 [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] ---> df -h: [2023-09-08T11:23:45.627Z] Filesystem Size Used Avail Use% Mounted on [2023-09-08T11:23:45.627Z] overlay 155G 21G 135G 14% / [2023-09-08T11:23:45.627Z] tmpfs 64M 0 64M 0% /dev [2023-09-08T11:23:45.627Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-09-08T11:23:45.627Z] shm 64M 0 64M 0% /dev/shm [2023-09-08T11:23:45.627Z] /dev/vda1 155G 21G 135G 14% /facter-os [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] ---> sar -b -r -n DEV: [2023-09-08T11:23:45.627Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5620) 09/08/23 _x86_64_ (8 CPU) [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] 10:46:17 LINUX RESTART (8 CPU) [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] 10:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-09-08T11:23:45.627Z] 10:48:01 144.33 10.41 133.93 0.00 1708.46 78264.70 0.00 [2023-09-08T11:23:45.627Z] 10:49:01 36.81 0.13 36.68 0.00 15.73 17604.53 0.00 [2023-09-08T11:23:45.627Z] 10:50:01 35.64 0.22 35.43 0.00 7.20 12498.87 0.00 [2023-09-08T11:23:45.627Z] 10:51:01 434.93 0.45 434.48 0.00 58.79 182359.34 0.00 [2023-09-08T11:23:45.627Z] 10:52:01 373.21 15.73 357.48 0.00 3497.10 117800.07 0.00 [2023-09-08T11:23:45.627Z] 10:53:01 205.14 0.03 205.10 0.00 0.27 79357.37 0.00 [2023-09-08T11:23:45.627Z] 10:54:01 356.42 0.02 356.41 0.00 0.67 12600.17 0.00 [2023-09-08T11:23:45.627Z] 10:55:01 1.70 0.00 1.70 0.00 0.00 18.13 0.00 [2023-09-08T11:23:45.627Z] 10:56:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 [2023-09-08T11:23:45.627Z] 10:57:01 2.17 0.00 2.17 0.00 0.00 31.19 0.00 [2023-09-08T11:23:45.627Z] 10:58:01 0.97 0.00 0.97 0.00 0.00 10.13 0.00 [2023-09-08T11:23:45.627Z] 10:59:01 3.37 1.60 1.77 0.00 37.19 20.66 0.00 [2023-09-08T11:23:45.627Z] 11:00:01 0.93 0.00 0.93 0.00 0.00 9.73 0.00 [2023-09-08T11:23:45.627Z] 11:01:01 1.63 0.00 1.63 0.00 0.00 18.00 0.00 [2023-09-08T11:23:45.627Z] 11:02:01 2.15 0.02 2.13 0.00 0.13 24.13 0.00 [2023-09-08T11:23:45.627Z] 11:03:01 1.60 0.00 1.60 0.00 0.00 17.06 0.00 [2023-09-08T11:23:45.627Z] 11:04:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 [2023-09-08T11:23:45.627Z] 11:05:01 1.83 0.00 1.83 0.00 0.00 20.63 0.00 [2023-09-08T11:23:45.627Z] 11:06:01 1.07 0.00 1.07 0.00 0.00 11.32 0.00 [2023-09-08T11:23:45.627Z] 11:07:01 1.75 0.00 1.75 0.00 0.00 19.73 0.00 [2023-09-08T11:23:45.627Z] 11:08:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 [2023-09-08T11:23:45.627Z] 11:09:01 1.98 0.00 1.98 0.00 0.00 21.73 0.00 [2023-09-08T11:23:45.627Z] 11:10:01 1.48 0.00 1.48 0.00 0.00 16.26 0.00 [2023-09-08T11:23:45.627Z] 11:11:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 [2023-09-08T11:23:45.627Z] 11:12:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 [2023-09-08T11:23:45.627Z] 11:13:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 [2023-09-08T11:23:45.627Z] 11:14:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 [2023-09-08T11:23:45.627Z] 11:15:01 1.52 0.00 1.52 0.00 0.00 16.53 0.00 [2023-09-08T11:23:45.627Z] 11:16:01 0.90 0.00 0.90 0.00 0.00 9.87 0.00 [2023-09-08T11:23:45.627Z] 11:17:01 1.37 0.02 1.35 0.00 0.13 16.00 0.00 [2023-09-08T11:23:45.627Z] 11:18:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 [2023-09-08T11:23:45.627Z] 11:19:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 [2023-09-08T11:23:45.627Z] 11:20:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 [2023-09-08T11:23:45.627Z] 11:21:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 [2023-09-08T11:23:45.627Z] 11:22:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 [2023-09-08T11:23:45.627Z] 11:23:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 [2023-09-08T11:23:45.627Z] Average: 45.20 0.79 44.41 0.00 147.20 13888.35 0.00 [2023-09-08T11:23:45.627Z] [2023-09-08T11:23:45.627Z] 10:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-09-08T11:23:45.627Z] 10:48:01 28374288 31589392 719292 2.19 113668 3334328 1700136 5.01 1093204 3006164 4504 [2023-09-08T11:23:45.627Z] 10:49:01 27525636 31437588 862220 2.62 116028 3972860 2082572 6.14 1662148 3220188 143604 [2023-09-08T11:23:45.627Z] 10:50:01 27284816 31475920 822136 2.50 120232 4220708 1948608 5.74 1548216 3547200 323852 [2023-09-08T11:23:45.627Z] 10:51:01 22943344 31375572 905864 2.75 133580 8334884 3094940 9.12 1890988 7405684 3900 [2023-09-08T11:23:45.627Z] 10:52:01 17132612 29676528 2535536 7.71 231840 11954668 9524040 28.07 4368948 10247400 356808 [2023-09-08T11:23:45.627Z] 10:53:01 17995620 31425044 837540 2.55 242316 12900124 2341288 6.90 2455848 11445364 23588 [2023-09-08T11:23:45.627Z] 10:54:01 17825652 31458780 810468 2.46 246648 13093684 2127260 6.27 2487076 11585492 16 [2023-09-08T11:23:45.627Z] 10:55:01 17826108 31459260 809864 2.46 246688 13093692 2127260 6.27 2486692 11585496 12 [2023-09-08T11:23:45.627Z] 10:56:01 17867892 31501084 767992 2.34 246720 13093692 2127260 6.27 2445364 11585496 16 [2023-09-08T11:23:45.627Z] 10:57:01 17869616 31502900 766148 2.33 246808 13093672 2127260 6.27 2443840 11585480 16 [2023-09-08T11:23:45.627Z] 10:58:01 17869780 31503088 765832 2.33 246840 13093664 2127260 6.27 2443604 11585480 4 [2023-09-08T11:23:45.627Z] 10:59:01 17850040 31485452 783448 2.38 246884 13094788 2127260 6.27 2465428 11585808 144 [2023-09-08T11:23:45.627Z] 11:00:01 17850176 31485600 783416 2.38 246900 13094792 2127260 6.27 2465164 11585808 24 [2023-09-08T11:23:45.627Z] 11:01:01 17850208 31486036 783324 2.38 246940 13094792 2127260 6.27 2464752 11586152 16 [2023-09-08T11:23:45.627Z] 11:02:01 17849360 31485372 784196 2.38 247040 13094788 2119492 6.25 2464704 11586172 8 [2023-09-08T11:23:45.627Z] 11:03:01 17848964 31484992 784432 2.39 247064 13094800 2119492 6.25 2464908 11586168 20 [2023-09-08T11:23:45.627Z] 11:04:01 17848980 31485048 784320 2.39 247096 13094804 2119492 6.25 2465108 11586176 28 [2023-09-08T11:23:45.628Z] 11:05:01 17848860 31485140 784180 2.38 247160 13094932 2119492 6.25 2465048 11586308 16 [2023-09-08T11:23:45.628Z] 11:06:01 17848892 31485180 784104 2.38 247184 13094936 2119492 6.25 2465036 11586312 16 [2023-09-08T11:23:45.628Z] 11:07:01 17849028 31485376 784064 2.38 247224 13094932 2119492 6.25 2465220 11586320 20 [2023-09-08T11:23:45.628Z] 11:08:01 17849232 31485592 783760 2.38 247248 13094940 2119492 6.25 2465136 11586312 20 [2023-09-08T11:23:45.628Z] 11:09:01 17849500 31485960 783424 2.38 247312 13094944 2119492 6.25 2465512 11586320 168 [2023-09-08T11:23:45.628Z] 11:10:01 17849120 31485640 783584 2.38 247392 13094948 2119492 6.25 2465308 11586324 176 [2023-09-08T11:23:45.628Z] 11:11:01 17848292 31484864 784344 2.39 247436 13094952 2119492 6.25 2465384 11586328 16 [2023-09-08T11:23:45.628Z] 11:12:01 17848212 31484824 784276 2.39 247468 13094936 2119492 6.25 2465604 11586332 16 [2023-09-08T11:23:45.628Z] 11:13:01 17847920 31484588 784452 2.39 247500 13094960 2119492 6.25 2465512 11586328 12 [2023-09-08T11:23:45.628Z] 11:14:01 17847872 31484568 784520 2.39 247524 13094964 2119492 6.25 2465532 11586332 16 [2023-09-08T11:23:45.628Z] 11:15:01 17847824 31484528 784500 2.39 247540 13094964 2119492 6.25 2465564 11586336 20 [2023-09-08T11:23:45.628Z] 11:16:01 17848024 31484732 784468 2.39 247560 13094968 2119492 6.25 2465568 11586340 32 [2023-09-08T11:23:45.628Z] 11:17:01 17848024 31484796 784396 2.39 247604 13094956 2119492 6.25 2465948 11586344 12 [2023-09-08T11:23:45.628Z] 11:18:01 17847860 31484692 784616 2.39 247632 13094972 2119492 6.25 2465752 11586344 160 [2023-09-08T11:23:45.628Z] 11:19:01 17848396 31485228 784028 2.38 247648 13094972 2119492 6.25 2465420 11586344 12 [2023-09-08T11:23:45.628Z] 11:20:01 17847560 31484460 784828 2.39 247664 13094976 2119492 6.25 2465460 11586352 20 [2023-09-08T11:23:45.628Z] 11:21:01 17847568 31484472 784744 2.39 247692 13094980 2119492 6.25 2465460 11586356 4 [2023-09-08T11:23:45.628Z] 11:22:01 17847496 31484400 784720 2.39 247728 13094964 2119492 6.25 2465816 11586356 20 [2023-09-08T11:23:45.628Z] 11:23:01 17847480 31484488 784620 2.39 247760 13094988 2119492 6.25 2465728 11586360 48 [2023-09-08T11:23:45.628Z] Average: 18798063 31431422 839102 2.55 232655 12154415 2342736 6.90 2415556 10734891 23816 [2023-09-08T11:23:45.628Z] [2023-09-08T11:23:45.628Z] 10:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-09-08T11:23:45.628Z] 10:48:01 docker0 703.78 693.87 50.07 4587.63 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:48:01 lo 4.13 4.13 0.41 0.41 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:48:01 ens3 946.23 847.03 10558.90 106.14 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:49:01 veth7d56754 0.70 0.88 0.06 0.08 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:49:01 docker0 0.70 0.77 0.05 0.07 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:49:01 ens3 48.78 33.78 44.76 21.59 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:50:01 veth7d56754 0.73 0.75 0.06 0.07 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:50:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:50:01 ens3 28.38 17.70 26.87 11.81 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 vethe478f9e 7.75 11.63 0.74 4.79 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 veth456f4c6 7.78 11.75 0.75 4.80 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 veth9200def 0.32 1.10 0.03 0.14 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 docker0 60.84 110.81 4.43 902.98 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 veth8c14251 7.90 11.61 0.75 4.79 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 veth5d2fb26 7.65 11.78 0.74 4.80 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:51:01 ens3 258.62 143.21 3919.62 29.19 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth14f2601 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth5a9f67d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth5012618 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth43d1b1a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth9200def 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth858195d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth1f521ca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 docker0 231.99 418.93 18.99 2329.59 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth8e6936c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth6fc8820 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth6c5afd1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth4de77fd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 veth9ee333e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:52:01 ens3 533.94 297.92 3718.36 33.46 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth14f2601 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth5a9f67d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth5012618 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth43d1b1a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth9200def 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth858195d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth1f521ca 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth8e6936c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth6fc8820 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth6c5afd1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth4de77fd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 veth9ee333e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:53:01 ens3 12.45 14.88 5.38 47.96 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:54:01 ens3 29.40 57.84 7.76 137.85 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:55:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:56:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:57:01 ens3 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:59:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 10:59:01 ens3 7.05 4.62 5.28 5.92 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:02:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:04:01 ens3 1.55 0.78 2.43 0.30 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:05:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.628Z] 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:07:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:09:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:12:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:13:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:14:01 ens3 0.22 0.15 0.14 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:17:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:20:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:21:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:22:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] 11:23:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] Average: docker0 27.41 33.72 2.02 215.18 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] Average: lo 0.26 0.26 0.02 0.02 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] Average: ens3 51.51 39.07 503.34 10.92 0.00 0.00 0.00 0.00 [2023-09-08T11:23:45.629Z] [2023-09-08T11:23:45.629Z] [2023-09-08T11:23:45.629Z] ---> sar -P ALL: [2023-09-08T11:23:45.629Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5620) 09/08/23 _x86_64_ (8 CPU) [2023-09-08T11:23:45.629Z] [2023-09-08T11:23:45.629Z] 10:46:17 LINUX RESTART (8 CPU) [2023-09-08T11:23:45.629Z] [2023-09-08T11:23:45.629Z] 10:47:02 CPU %user %nice %system %iowait %steal %idle [2023-09-08T11:23:45.629Z] 10:48:01 all 9.19 0.00 4.12 3.62 0.06 83.00 [2023-09-08T11:23:45.629Z] 10:48:01 0 8.19 0.00 4.26 6.60 0.05 80.89 [2023-09-08T11:23:45.629Z] 10:48:01 1 10.70 0.00 3.66 0.10 0.05 85.49 [2023-09-08T11:23:45.629Z] 10:48:01 2 10.99 0.00 4.80 6.43 0.07 77.72 [2023-09-08T11:23:45.629Z] 10:48:01 3 10.84 0.00 3.86 2.24 0.07 82.99 [2023-09-08T11:23:45.629Z] 10:48:01 4 8.29 0.00 4.49 4.42 0.05 82.76 [2023-09-08T11:23:45.629Z] 10:48:01 5 9.43 0.00 3.91 6.14 0.05 80.47 [2023-09-08T11:23:45.629Z] 10:48:01 6 6.58 0.00 3.92 2.94 0.05 86.51 [2023-09-08T11:23:45.629Z] 10:48:01 7 8.48 0.00 4.09 0.07 0.09 87.27 [2023-09-08T11:23:45.629Z] 10:49:01 all 28.43 0.00 4.79 1.19 0.08 65.51 [2023-09-08T11:23:45.629Z] 10:49:01 0 28.04 0.00 4.69 0.03 0.07 67.17 [2023-09-08T11:23:45.629Z] 10:49:01 1 29.03 0.00 4.95 0.72 0.07 65.23 [2023-09-08T11:23:45.629Z] 10:49:01 2 27.77 0.00 4.31 0.34 0.07 67.51 [2023-09-08T11:23:45.629Z] 10:49:01 3 29.43 0.00 5.32 4.92 0.08 60.25 [2023-09-08T11:23:45.629Z] 10:49:01 4 28.98 0.00 4.08 0.76 0.08 66.10 [2023-09-08T11:23:45.629Z] 10:49:01 5 28.05 0.00 5.03 2.75 0.08 64.09 [2023-09-08T11:23:45.629Z] 10:49:01 6 27.26 0.00 5.85 0.00 0.08 66.81 [2023-09-08T11:23:45.629Z] 10:49:01 7 28.85 0.00 4.11 0.05 0.08 66.91 [2023-09-08T11:23:45.629Z] 10:50:01 all 47.15 0.00 6.35 0.59 0.10 45.81 [2023-09-08T11:23:45.629Z] 10:50:01 0 48.05 0.00 6.21 0.20 0.10 45.44 [2023-09-08T11:23:45.629Z] 10:50:01 1 46.83 0.00 6.14 0.76 0.10 46.17 [2023-09-08T11:23:45.629Z] 10:50:01 2 47.06 0.00 6.41 0.08 0.10 46.35 [2023-09-08T11:23:45.629Z] 10:50:01 3 46.17 0.00 6.34 1.42 0.10 45.97 [2023-09-08T11:23:45.629Z] 10:50:01 4 46.84 0.00 6.48 0.20 0.08 46.40 [2023-09-08T11:23:45.629Z] 10:50:01 5 46.45 0.00 6.55 1.75 0.10 45.15 [2023-09-08T11:23:45.629Z] 10:50:01 6 48.29 0.00 6.30 0.03 0.08 45.29 [2023-09-08T11:23:45.629Z] 10:50:01 7 47.54 0.00 6.34 0.30 0.10 45.71 [2023-09-08T11:23:45.629Z] 10:51:01 all 16.08 0.00 5.96 10.30 0.07 67.59 [2023-09-08T11:23:45.629Z] 10:51:01 0 15.82 0.00 7.11 16.71 0.07 60.29 [2023-09-08T11:23:45.629Z] 10:51:01 1 16.42 0.00 5.47 7.55 0.07 70.50 [2023-09-08T11:23:45.629Z] 10:51:01 2 15.38 0.00 5.94 22.46 0.07 56.15 [2023-09-08T11:23:45.629Z] 10:51:01 3 15.51 0.00 5.86 12.30 0.07 66.27 [2023-09-08T11:23:45.629Z] 10:51:01 4 16.20 0.00 6.03 7.29 0.07 70.42 [2023-09-08T11:23:45.629Z] 10:51:01 5 15.95 0.00 5.70 3.95 0.08 74.31 [2023-09-08T11:23:45.629Z] 10:51:01 6 16.84 0.00 5.62 8.77 0.08 68.69 [2023-09-08T11:23:45.629Z] 10:51:01 7 16.53 0.00 5.93 3.39 0.07 74.08 [2023-09-08T11:23:45.629Z] 10:52:01 all 39.28 0.00 8.43 8.74 0.11 43.44 [2023-09-08T11:23:45.629Z] 10:52:01 0 39.69 0.00 7.79 7.77 0.12 44.63 [2023-09-08T11:23:45.629Z] 10:52:01 1 39.21 0.00 8.13 4.41 0.10 48.15 [2023-09-08T11:23:45.629Z] 10:52:01 2 39.62 0.00 7.56 10.98 0.10 41.74 [2023-09-08T11:23:45.629Z] 10:52:01 3 39.35 0.00 9.63 24.04 0.12 26.86 [2023-09-08T11:23:45.629Z] 10:52:01 4 39.39 0.00 8.16 4.23 0.10 48.11 [2023-09-08T11:23:45.629Z] 10:52:01 5 38.80 0.00 8.15 4.62 0.10 48.33 [2023-09-08T11:23:45.629Z] 10:52:01 6 39.05 0.00 8.83 5.82 0.10 46.20 [2023-09-08T11:23:45.629Z] 10:52:01 7 39.10 0.00 9.16 8.09 0.15 43.50 [2023-09-08T11:23:45.629Z] 10:53:01 all 81.18 0.00 9.91 1.19 0.16 7.56 [2023-09-08T11:23:45.629Z] 10:53:01 0 81.57 0.00 9.24 0.27 0.17 8.75 [2023-09-08T11:23:45.629Z] 10:53:01 1 81.66 0.00 9.72 0.85 0.15 7.61 [2023-09-08T11:23:45.629Z] 10:53:01 2 80.87 0.00 9.83 0.05 0.17 9.08 [2023-09-08T11:23:45.629Z] 10:53:01 3 81.63 0.00 10.06 0.02 0.17 8.12 [2023-09-08T11:23:45.629Z] 10:53:01 4 81.61 0.00 9.70 0.62 0.15 7.91 [2023-09-08T11:23:45.629Z] 10:53:01 5 81.85 0.00 9.07 0.00 0.15 8.92 [2023-09-08T11:23:45.629Z] 10:53:01 6 78.74 0.00 12.46 7.89 0.19 0.72 [2023-09-08T11:23:45.629Z] 10:53:01 7 81.41 0.00 9.27 0.02 0.15 9.15 [2023-09-08T11:23:45.629Z] 10:54:01 all 1.24 0.00 0.83 2.33 0.02 95.58 [2023-09-08T11:23:45.629Z] 10:54:01 0 1.38 0.00 0.72 0.82 0.02 97.06 [2023-09-08T11:23:45.629Z] 10:54:01 1 1.43 0.00 0.72 0.95 0.02 96.88 [2023-09-08T11:23:45.629Z] 10:54:01 2 1.20 0.00 0.82 1.43 0.02 96.53 [2023-09-08T11:23:45.629Z] 10:54:01 3 1.25 0.00 0.88 0.88 0.02 96.96 [2023-09-08T11:23:45.629Z] 10:54:01 4 1.24 0.00 0.87 4.87 0.02 93.00 [2023-09-08T11:23:45.629Z] 10:54:01 5 1.07 0.00 0.80 2.91 0.02 95.21 [2023-09-08T11:23:45.629Z] 10:54:01 6 1.27 0.00 0.93 5.43 0.02 92.35 [2023-09-08T11:23:45.629Z] 10:54:01 7 1.09 0.00 0.90 1.35 0.02 96.64 [2023-09-08T11:23:45.629Z] 10:55:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-09-08T11:23:45.629Z] 10:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.629Z] 10:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.629Z] 10:55:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-08T11:23:45.629Z] 10:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.629Z] 10:55:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2023-09-08T11:23:45.629Z] 10:55:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2023-09-08T11:23:45.629Z] 10:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-08T11:23:45.629Z] 10:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.629Z] 10:56:01 all 0.08 0.00 0.02 0.00 0.00 99.90 [2023-09-08T11:23:45.630Z] 10:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 10:56:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 10:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 10:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 10:56:01 4 0.47 0.00 0.02 0.02 0.00 99.50 [2023-09-08T11:23:45.630Z] 10:56:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-08T11:23:45.630Z] 10:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 10:56:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-08T11:23:45.630Z] 10:57:01 all 0.28 0.00 0.00 0.01 0.00 99.71 [2023-09-08T11:23:45.630Z] 10:57:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 10:57:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 10:57:01 2 0.03 0.00 0.00 0.03 0.02 99.92 [2023-09-08T11:23:45.630Z] 10:57:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 10:57:01 4 2.00 0.00 0.00 0.02 0.00 97.98 [2023-09-08T11:23:45.630Z] 10:57:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-08T11:23:45.630Z] 10:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 10:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 10:58:01 all 0.08 0.00 0.02 0.00 0.00 99.90 [2023-09-08T11:23:45.630Z] 10:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 10:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 10:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 10:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 10:58:01 4 0.55 0.00 0.07 0.02 0.00 99.37 [2023-09-08T11:23:45.630Z] 10:58:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-08T11:23:45.630Z] 10:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 10:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] [2023-09-08T11:23:45.630Z] 10:58:01 CPU %user %nice %system %iowait %steal %idle [2023-09-08T11:23:45.630Z] 10:59:01 all 0.30 0.00 0.04 0.03 0.01 99.62 [2023-09-08T11:23:45.630Z] 10:59:01 0 0.17 0.00 0.05 0.00 0.02 99.77 [2023-09-08T11:23:45.630Z] 10:59:01 1 0.92 0.00 0.00 0.00 0.02 99.07 [2023-09-08T11:23:45.630Z] 10:59:01 2 0.22 0.00 0.03 0.18 0.00 99.57 [2023-09-08T11:23:45.630Z] 10:59:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2023-09-08T11:23:45.630Z] 10:59:01 4 0.10 0.00 0.03 0.03 0.02 99.82 [2023-09-08T11:23:45.630Z] 10:59:01 5 0.65 0.00 0.05 0.03 0.02 99.25 [2023-09-08T11:23:45.630Z] 10:59:01 6 0.25 0.00 0.05 0.02 0.00 99.68 [2023-09-08T11:23:45.630Z] 10:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:00:01 all 0.12 0.00 0.01 0.00 0.00 99.87 [2023-09-08T11:23:45.630Z] 11:00:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:00:01 4 0.81 0.00 0.00 0.00 0.00 99.19 [2023-09-08T11:23:45.630Z] 11:00:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-09-08T11:23:45.630Z] 11:00:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.630Z] 11:00:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2023-09-08T11:23:45.630Z] 11:01:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-09-08T11:23:45.630Z] 11:01:01 4 0.00 0.00 0.02 0.03 0.00 99.95 [2023-09-08T11:23:45.630Z] 11:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:02:01 all 0.06 0.00 0.03 0.00 0.00 99.90 [2023-09-08T11:23:45.630Z] 11:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 11:02:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-08T11:23:45.630Z] 11:02:01 2 0.00 0.00 0.03 0.03 0.00 99.93 [2023-09-08T11:23:45.630Z] 11:02:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:02:01 4 0.35 0.00 0.02 0.00 0.02 99.62 [2023-09-08T11:23:45.630Z] 11:02:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2023-09-08T11:23:45.630Z] 11:02:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 11:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:03:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-09-08T11:23:45.630Z] 11:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-08T11:23:45.630Z] 11:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:03:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2023-09-08T11:23:45.630Z] 11:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:03:01 4 1.97 0.00 0.00 0.02 0.00 98.01 [2023-09-08T11:23:45.630Z] 11:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:04:01 all 0.19 0.00 0.01 0.00 0.01 99.78 [2023-09-08T11:23:45.630Z] 11:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-08T11:23:45.630Z] 11:04:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2023-09-08T11:23:45.630Z] 11:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:04:01 4 1.32 0.00 0.05 0.02 0.02 98.60 [2023-09-08T11:23:45.630Z] 11:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-08T11:23:45.630Z] 11:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:04:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-08T11:23:45.630Z] 11:05:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.630Z] 11:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:05:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:05:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:05:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-09-08T11:23:45.630Z] 11:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:06:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:06:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-09-08T11:23:45.630Z] 11:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:07:01 all 0.24 0.00 0.01 0.00 0.01 99.74 [2023-09-08T11:23:45.630Z] 11:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.630Z] 11:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-08T11:23:45.630Z] 11:07:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2023-09-08T11:23:45.630Z] 11:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:07:01 4 1.71 0.00 0.00 0.02 0.02 98.26 [2023-09-08T11:23:45.630Z] 11:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-08T11:23:45.630Z] 11:07:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:07:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:08:01 all 0.13 0.00 0.02 0.00 0.00 99.84 [2023-09-08T11:23:45.630Z] 11:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:08:01 1 0.05 0.00 0.03 0.02 0.00 99.90 [2023-09-08T11:23:45.630Z] 11:08:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2023-09-08T11:23:45.630Z] 11:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:08:01 4 0.90 0.00 0.03 0.00 0.00 99.07 [2023-09-08T11:23:45.630Z] 11:08:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-09-08T11:23:45.630Z] 11:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:08:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:09:01 all 0.21 0.00 0.01 0.00 0.00 99.78 [2023-09-08T11:23:45.630Z] 11:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:09:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2023-09-08T11:23:45.630Z] 11:09:01 2 0.28 0.00 0.00 0.02 0.00 99.70 [2023-09-08T11:23:45.630Z] 11:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:09:01 4 1.29 0.00 0.00 0.00 0.00 98.71 [2023-09-08T11:23:45.630Z] 11:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:09:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-08T11:23:45.630Z] [2023-09-08T11:23:45.630Z] 11:09:01 CPU %user %nice %system %iowait %steal %idle [2023-09-08T11:23:45.630Z] 11:10:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2023-09-08T11:23:45.630Z] 11:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.630Z] 11:10:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-09-08T11:23:45.630Z] 11:10:01 2 0.12 0.00 0.02 0.02 0.00 99.85 [2023-09-08T11:23:45.630Z] 11:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.630Z] 11:10:01 4 1.21 0.00 0.08 0.00 0.02 98.69 [2023-09-08T11:23:45.630Z] 11:10:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-09-08T11:23:45.630Z] 11:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:11:01 all 0.03 0.00 0.00 0.01 0.00 99.96 [2023-09-08T11:23:45.631Z] 11:11:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:11:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2023-09-08T11:23:45.631Z] 11:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:11:01 4 0.03 0.00 0.00 0.08 0.00 99.88 [2023-09-08T11:23:45.631Z] 11:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-08T11:23:45.631Z] 11:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:12:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2023-09-08T11:23:45.631Z] 11:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-08T11:23:45.631Z] 11:12:01 1 0.00 0.00 0.03 0.02 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:12:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2023-09-08T11:23:45.631Z] 11:12:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:12:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2023-09-08T11:23:45.631Z] 11:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:13:01 all 0.16 0.00 0.01 0.01 0.00 99.82 [2023-09-08T11:23:45.631Z] 11:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:13:01 1 0.07 0.00 0.03 0.02 0.02 99.87 [2023-09-08T11:23:45.631Z] 11:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:13:01 4 1.13 0.00 0.00 0.03 0.00 98.84 [2023-09-08T11:23:45.631Z] 11:13:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2023-09-08T11:23:45.631Z] 11:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:14:01 all 0.08 0.00 0.00 0.00 0.00 99.91 [2023-09-08T11:23:45.631Z] 11:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:14:01 4 0.57 0.00 0.00 0.00 0.00 99.43 [2023-09-08T11:23:45.631Z] 11:14:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-08T11:23:45.631Z] 11:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:15:01 all 0.15 0.00 0.01 0.00 0.00 99.83 [2023-09-08T11:23:45.631Z] 11:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:15:01 1 0.03 0.00 0.02 0.03 0.02 99.90 [2023-09-08T11:23:45.631Z] 11:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:15:01 4 1.08 0.00 0.00 0.00 0.00 98.92 [2023-09-08T11:23:45.631Z] 11:15:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2023-09-08T11:23:45.631Z] 11:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-09-08T11:23:45.631Z] 11:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:16:01 4 0.00 0.00 0.02 0.02 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:16:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-08T11:23:45.631Z] 11:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:17:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2023-09-08T11:23:45.631Z] 11:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:17:01 1 0.05 0.00 0.00 0.03 0.02 99.90 [2023-09-08T11:23:45.631Z] 11:17:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:17:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2023-09-08T11:23:45.631Z] 11:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-09-08T11:23:45.631Z] 11:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:18:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2023-09-08T11:23:45.631Z] 11:18:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-08T11:23:45.631Z] 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:18:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:19:01 all 0.12 0.00 0.01 0.00 0.00 99.85 [2023-09-08T11:23:45.631Z] 11:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:19:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2023-09-08T11:23:45.631Z] 11:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:19:01 4 0.83 0.00 0.02 0.02 0.00 99.14 [2023-09-08T11:23:45.631Z] 11:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-08T11:23:45.631Z] 11:19:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-08T11:23:45.631Z] 11:20:01 all 0.22 0.00 0.01 0.00 0.01 99.75 [2023-09-08T11:23:45.631Z] 11:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:20:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2023-09-08T11:23:45.631Z] 11:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:20:01 4 1.65 0.00 0.03 0.02 0.00 98.30 [2023-09-08T11:23:45.631Z] 11:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] [2023-09-08T11:23:45.631Z] 11:20:01 CPU %user %nice %system %iowait %steal %idle [2023-09-08T11:23:45.631Z] 11:21:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-09-08T11:23:45.631Z] 11:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2023-09-08T11:23:45.631Z] 11:21:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2023-09-08T11:23:45.631Z] 11:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-08T11:23:45.631Z] 11:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] 11:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-09-08T11:23:45.631Z] 11:21:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:22:01 1 0.02 0.00 0.03 0.02 0.02 99.92 [2023-09-08T11:23:45.631Z] 11:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:22:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:22:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:23:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2023-09-08T11:23:45.631Z] 11:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-08T11:23:45.631Z] 11:23:01 1 0.08 0.00 0.03 0.02 0.02 99.85 [2023-09-08T11:23:45.631Z] 11:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-08T11:23:45.631Z] 11:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-08T11:23:45.631Z] 11:23:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2023-09-08T11:23:45.631Z] 11:23:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2023-09-08T11:23:45.631Z] 11:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-08T11:23:45.631Z] 11:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-08T11:23:45.631Z] Average: all 6.22 0.00 1.12 0.77 0.02 91.86 [2023-09-08T11:23:45.631Z] Average: 0 6.17 0.00 1.11 0.89 0.02 91.81 [2023-09-08T11:23:45.631Z] Average: 1 6.27 0.00 1.08 0.43 0.02 92.20 [2023-09-08T11:23:45.631Z] Average: 2 6.18 0.00 1.11 1.16 0.02 91.54 [2023-09-08T11:23:45.631Z] Average: 3 6.19 0.00 1.16 1.26 0.02 91.37 [2023-09-08T11:23:45.632Z] Average: 4 6.65 0.00 1.11 0.63 0.02 91.59 [2023-09-08T11:23:45.632Z] Average: 5 6.17 0.00 1.10 0.61 0.03 92.10 [2023-09-08T11:23:45.632Z] Average: 6 5.98 0.00 1.21 0.85 0.02 91.95 [2023-09-08T11:23:45.632Z] Average: 7 6.16 0.00 1.10 0.36 0.02 92.36 [2023-09-08T11:23:45.632Z] [2023-09-08T11:23:45.632Z] [2023-09-08T11:23:45.632Z]