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 10:46:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:46:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:46:59 ========================================================= 10:46:59 EdgeX Global Pipelines Version Info 10:46:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:47:00 ------------------- 10:47:00 stable info: 10:47:00 ------------------- 10:47:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:47:00 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 10:47:00 Message: update stable to v1.0.253 10:47:00 ------------------- 10:47:00 experimental info: 10:47:00 ------------------- 10:47:00 Commited By: **** collab-it+edgex@linuxfoundation.org 10:47:00 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 10:47:00 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:47:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:47:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4676 [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4676 [Pipeline] echo 10:47:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4676 [Pipeline] echo 10:47:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] echo 10:47:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b213c8a [Pipeline] echo 10:47:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:47:02 provisioning config files... 10:47:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18400369241280819695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:47:02 ---> docker-login.sh 10:47:02 nexus3.edgexfoundry.org:10001 10:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:02 Configure a credential helper to remove this warning. See 10:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:02 10:47:02 Login Succeeded 10:47:02 nexus3.edgexfoundry.org:10002 10:47:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:02 Configure a credential helper to remove this warning. See 10:47:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:02 10:47:02 Login Succeeded 10:47:02 nexus3.edgexfoundry.org:10003 10:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:03 Configure a credential helper to remove this warning. See 10:47:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:03 10:47:03 Login Succeeded 10:47:03 nexus3.edgexfoundry.org:10004 10:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:03 Configure a credential helper to remove this warning. See 10:47:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:03 10:47:03 Login Succeeded 10:47:03 docker.io 10:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:03 Configure a credential helper to remove this warning. See 10:47:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:03 10:47:03 Login Succeeded 10:47:03 ---> docker-login.sh ends [Pipeline] } 10:47:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:47:03 + 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 10:47:03 + dirname cmd/core-command/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo core-command,cmd/core-command/Dockerfile 10:47:03 + dirname+ cmd/core-common-config-bootstrapper/Dockerfile 10:47:03 cut -d/ -f2 10:47:03 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:47:03 + dirname cmd/core-data/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo core-data,cmd/core-data/Dockerfile 10:47:03 + dirname cmd/core-metadata/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo core-metadata,cmd/core-metadata/Dockerfile 10:47:03 + dirname cmd/security-bootstrapper/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:47:03 + dirname cmd/security-proxy-auth/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:47:03 + dirname cmd/security-proxy-setup/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:47:03 + + dirname cmd/security-secretstore-setup/Dockerfile 10:47:03 cut -d/ -f2 10:47:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:47:03 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:47:03 + dirname cmd/security-spire-agent/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:47:03 + dirname cmd/security-spire-config/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:47:03 + dirname cmd/security-spire-server/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:47:03 + dirname cmd/support-notifications/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo support-notifications,cmd/support-notifications/Dockerfile 10:47:03 + dirname cmd/support-scheduler/Dockerfile 10:47:03 + cut -d/ -f2 10:47:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:47:03 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 10:47:04 + git rev-list -1 --merges b213c8a899e6a1be3cbac435de5f3915e08c44c8~1..b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] echo 10:47:04 -----------> git rev-list -1 --merges b213c8a899e6a1be3cbac435de5f3915e08c44c8~1..b213c8a899e6a1be3cbac435de5f3915e08c44c8 b213c8a899e6a1be3cbac435de5f3915e08c44c8 [false] [Pipeline] sh 10:47:04 + git log --format=format:%s -1 b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] echo 10:47:04 ========================================================= 10:47:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:47:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:47:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:47:05 + grep -v github /etc/ssh/ssh_known_hosts 10:47:05 + [ -e /tmp/ssh_known_hosts ] 10:47:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:47:05 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:47:05 + sudo tee -a /etc/ssh/ssh_known_hosts 10:47:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:47:05 10:47:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:47:06 0.1.4: Pulling from edgex-devops/py-git-semver 10:47:06 b85a868b505f: Pulling fs layer 10:47:06 e2be974225ed: Pulling fs layer 10:47:06 339a4e72a1f5: Pulling fs layer 10:47:06 988bab9f4d93: Pulling fs layer 10:47:06 1469e6f7b9e6: Pulling fs layer 10:47:06 eaf3925da568: Pulling fs layer 10:47:06 bab4dde63d76: Pulling fs layer 10:47:06 bde34c3a00c8: Pulling fs layer 10:47:06 b352a97aabf1: Pulling fs layer 10:47:06 4872d77fe225: Pulling fs layer 10:47:06 5851b861e8e6: Pulling fs layer 10:47:06 bab4dde63d76: Waiting 10:47:06 b352a97aabf1: Waiting 10:47:06 4872d77fe225: Waiting 10:47:06 5851b861e8e6: Waiting 10:47:06 eaf3925da568: Waiting 10:47:06 bde34c3a00c8: Waiting 10:47:06 1469e6f7b9e6: Waiting 10:47:06 e2be974225ed: Verifying Checksum 10:47:06 e2be974225ed: Download complete 10:47:06 988bab9f4d93: Download complete 10:47:06 339a4e72a1f5: Verifying Checksum 10:47:06 339a4e72a1f5: Download complete 10:47:06 1469e6f7b9e6: Verifying Checksum 10:47:06 1469e6f7b9e6: Download complete 10:47:06 eaf3925da568: Verifying Checksum 10:47:06 eaf3925da568: Download complete 10:47:06 bde34c3a00c8: Verifying Checksum 10:47:06 bde34c3a00c8: Download complete 10:47:06 b352a97aabf1: Download complete 10:47:06 4872d77fe225: Verifying Checksum 10:47:06 4872d77fe225: Download complete 10:47:06 5851b861e8e6: Verifying Checksum 10:47:06 5851b861e8e6: Download complete 10:47:06 b85a868b505f: Verifying Checksum 10:47:06 b85a868b505f: Download complete 10:47:06 bab4dde63d76: Verifying Checksum 10:47:06 bab4dde63d76: Download complete 10:47:07 b85a868b505f: Pull complete 10:47:07 e2be974225ed: Pull complete 10:47:08 339a4e72a1f5: Pull complete 10:47:08 988bab9f4d93: Pull complete 10:47:08 1469e6f7b9e6: Pull complete 10:47:08 eaf3925da568: Pull complete 10:47:10 bab4dde63d76: Pull complete 10:47:10 bde34c3a00c8: Pull complete 10:47:10 b352a97aabf1: Pull complete 10:47:10 4872d77fe225: Pull complete 10:47:10 5851b861e8e6: Pull complete 10:47:10 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:47:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:47:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:47:11 prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container 10:47:11 $ 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 10:47:14 $ docker top 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 -eo pid,comm 10:47:14 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). 10:47:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:47:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:47:14 [ssh-agent] Looking for ssh-agent implementation... 10:47:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:47:14 $ docker exec 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent 10:47:14 SSH_AUTH_SOCK=/tmp/ssh-mOAh4u2YjKhZ/agent.32 10:47:14 SSH_AGENT_PID=38 10:47:14 Running ssh-add (command line suppressed) 10:47:14 Identity added: /w/workspace/edgex-go/1@tmp/private_key_15595492784523364913.key (/w/workspace/edgex-go/1@tmp/private_key_15595492784523364913.key) 10:47:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:47:15 + git tag --points-at HEAD [Pipeline] } 10:47:15 $ docker exec --env ******** --env ******** 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent -k 10:47:15 unset SSH_AUTH_SOCK; 10:47:15 unset SSH_AGENT_PID; 10:47:15 echo Agent pid 38 killed; 10:47:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:47:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:47:15 [ssh-agent] Looking for ssh-agent implementation... 10:47:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:47:15 $ docker exec 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent 10:47:15 SSH_AUTH_SOCK=/tmp/ssh-8GGx9213DyzB/agent.70 10:47:15 SSH_AGENT_PID=76 10:47:15 Running ssh-add (command line suppressed) 10:47:15 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5479198984009175331.key (/w/workspace/edgex-go/1@tmp/private_key_5479198984009175331.key) 10:47:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:47:15 + git semver init 10:47:16 2023-09-08 10:47:16,127 [run_init] DEBUG init version:0.0.0 force:False 10:47:16 2023-09-08 10:47:16,128 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 10:47:16 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 10:47:16 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) 10:47:22 2023-09-08 10:47:21,516 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 10:47:22 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 10:47:22 2023-09-08 10:47:21,516 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4676 10:47:22 2023-09-08 10:47:21,519 [execute] INFO git cat-file --batch-check 10:47:22 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=) 10:47:22 2023-09-08 10:47:21,525 [execute] INFO git cat-file --batch 10:47:22 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=) 10:47:22 2023-09-08 10:47:21,531 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4676 10:47:22 0.0.0 [Pipeline] } 10:47:22 $ docker exec --env ******** --env ******** 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 ssh-agent -k 10:47:22 unset SSH_AUTH_SOCK; 10:47:22 unset SSH_AGENT_PID; 10:47:22 echo Agent pid 76 killed; 10:47:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:47:23 + git semver [Pipeline] } 10:47:23 $ docker stop --time=1 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 10:47:25 $ docker rm -f --volumes 186dff60007e923508828db56ba520bbe81af9774e206b8d8e4c7602a98e01d2 [Pipeline] // withDockerContainer [Pipeline] sh 10:47:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:47:25 Stashed 1 file(s) [Pipeline] echo 10:47:25 [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 10:47:26 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 10:47:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:47:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:47:26 ========================================================= 10:47:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 10:47:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:47:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:47:26 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 10:47:26 4db1b89c0bd1: Pulling fs layer 10:47:26 6911f1a30b25: Pulling fs layer 10:47:26 e194b8c5c2a9: Pulling fs layer 10:47:26 6863d3e3a2b1: Pulling fs layer 10:47:26 ec0bb842ea78: Pulling fs layer 10:47:26 40a00589a448: Pulling fs layer 10:47:26 6c08303d61cc: Pulling fs layer 10:47:26 798269fcf238: Pulling fs layer 10:47:26 6863d3e3a2b1: Waiting 10:47:26 ec0bb842ea78: Waiting 10:47:26 40a00589a448: Waiting 10:47:26 6c08303d61cc: Waiting 10:47:26 798269fcf238: Waiting 10:47:26 6911f1a30b25: Download complete 10:47:26 6863d3e3a2b1: Verifying Checksum 10:47:26 6863d3e3a2b1: Download complete 10:47:26 ec0bb842ea78: Verifying Checksum 10:47:26 ec0bb842ea78: Download complete 10:47:26 4db1b89c0bd1: Verifying Checksum 10:47:26 4db1b89c0bd1: Download complete 10:47:26 40a00589a448: Verifying Checksum 10:47:26 40a00589a448: Download complete 10:47:27 4db1b89c0bd1: Pull complete 10:47:27 6911f1a30b25: Pull complete 10:47:27 798269fcf238: Verifying Checksum 10:47:27 798269fcf238: Download complete 10:47:27 e194b8c5c2a9: Verifying Checksum 10:47:27 e194b8c5c2a9: Download complete 10:47:27 6c08303d61cc: Verifying Checksum 10:47:27 6c08303d61cc: Download complete 10:47:31 e194b8c5c2a9: Pull complete 10:47:31 6863d3e3a2b1: Pull complete 10:47:31 ec0bb842ea78: Pull complete 10:47:31 40a00589a448: Pull complete 10:47:33 6c08303d61cc: Pull complete 10:47:34 798269fcf238: Pull complete 10:47:34 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 10:47:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:47:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 10:47:34 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:47:34 WORKDIR /edgex 10:47:34 COPY go.mod . 10:47:34 RUN go mod download 10:47:34 + docker build -t ci-base-image-x86_64 -f - . 10:47:35 Sending build context to Docker daemon 170.9MB 10:47:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:47:35 ---> ec979cd7f677 10:47:35 Step 2/4 : WORKDIR /edgex 10:47:40 ---> Running in 77a9dcb63911 10:47:40 Removing intermediate container 77a9dcb63911 10:47:40 ---> a0b13a626978 10:47:40 Step 3/4 : COPY go.mod . 10:47:40 ---> 3233947c7fd5 10:47:40 Step 4/4 : RUN go mod download 10:47:40 ---> Running in 5b4b98921e19 10:47:41 Still waiting to schedule task 10:47:41 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:48:02 Removing intermediate container 5b4b98921e19 10:48:02 ---> e2fe6155119a 10:48:02 Successfully built e2fe6155119a 10:48:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:02 + docker inspect -f . ci-base-image-x86_64 10:48:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:48:03 prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container 10:48:03 $ 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 10:48:03 $ docker top 6f54b7247c4e03477835ac8226dbcaaedbbae23f68b2f9acf94a32963d5a5e22 -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:04 + go version 10:48:04 go version go1.20.6 linux/amd64 [Pipeline] } 10:48:04 $ docker stop --time=1 6f54b7247c4e03477835ac8226dbcaaedbbae23f68b2f9acf94a32963d5a5e22 10:48:05 $ 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 10:48:06 + docker inspect -f . ci-base-image-x86_64 10:48:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:48:06 prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container 10:48:06 $ 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 10:48:06 $ docker top 702f340d7cd7cfd8e853debdb36eb7eb93b085e3af109a34863c796e1d32c8f0 -eo pid,comm [Pipeline] { [Pipeline] echo 10:48:06 ========================================================= 10:48:06 [edgeXBuildGoParallel] Running Tests and Build... 10:48:06 ========================================================= [Pipeline] sh 10:48:07 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 10:48:07 + make test 10:48:07 go test -race -coverprofile=coverage.out ./... 10:48:14 ? github.com/edgexfoundry/edgex-go [no test files] 10:48:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:48:26 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 10:48:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:48:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:48:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:48:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:48:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:48:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 10:48:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:48:27 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:48:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:48:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:48:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements 10:48:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 97.0% of statements 10:48:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.100s coverage: 69.4% of statements 10:48:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 10:48:36 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 10:48:36 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:48:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 53.0% of statements 10:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:48:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:48:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.055s coverage: 93.4% of statements 10:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.8% of statements 10:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:48:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.375s coverage: 97.6% of statements 10:48:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:48:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:48:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:48:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:48:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:48:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:48:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:48:43 ok github.com/edgexfoundry/edgex-go/internal/io 0.039s coverage: 72.2% of statements 10:48:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:48:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:48:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.091s coverage: 0.9% of statements 10:48:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.058s coverage: 32.2% of statements 10:48:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 42.9% of statements 10:48:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 82.9% of statements 10:48:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 10:48:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 10:48:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 10:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 10:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 10:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:48:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:48:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:48:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 10:48:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 10:48:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 10:48:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:48:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:48:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:48:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:48:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:48:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:48:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:48:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements 10:48:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:48:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:48:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:48:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:48:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:48:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:48:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:48:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.297s coverage: 79.9% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.022s coverage: 64.4% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.1% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 19.9% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.119s coverage: 95.7% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.8% of statements 10:49:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements 10:49:11 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 10:49:11 running golangci-lint 10:49:11 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 10:49:11 go version go1.20.6 linux/amd64 10:49:11 level=info msg="[config_reader] Used config file .golangci.yml" 10:49:11 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 10:49:12 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5621 in /w/workspace/edgexfoundry_edgex-go_PR-4676 [Pipeline] { [Pipeline] ws 10:49:12 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 10:49:12 The recommended git tool is: git 10:49:17 using credential edgex-jenkins-ssh 10:49:17 Cloning the remote Git repository 10:49:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:49:17 > git init /w/workspace/edgex-go/1 # timeout=10 10:49:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:49:17 > git --version # timeout=10 10:49:17 > git --version # 'git version 2.25.1' 10:49:17 using GIT_SSH to set credentials SSH Credentials for GitHub 10:49:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:49:26 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|types_sizes|compiled_files|name|deps) took 15.121539949s" 10:49:26 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.279848ms" 10:49:34 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" 10:49:34 level=info msg="[runner] Issues before processing: 205, after processing: 0" 10:49:34 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" 10:49:34 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" 10:49:34 level=info msg="[runner] linters took 8.373663214s with stages: goanalysis_metalinter: 8.356651153s" 10:49:34 level=info msg="File cache stats: 0 entries of total size 0B" 10:49:34 level=info msg="Memory: 237 samples, avg is 197.7MB, max is 794.8MB" 10:49:34 level=info msg="Execution took 23.551556802s" 10:49:34 go vet ./... 10:49:36 Merging remotes/origin/main commit e4ab1ec8366e2be91307e230c2cb89f5ed823568 into PR head commit b213c8a899e6a1be3cbac435de5f3915e08c44c8 10:49:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:49:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:49:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:49:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:49:35 using GIT_SSH to set credentials SSH Credentials for GitHub 10:49:35 > 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 10:49:36 > git config core.sparsecheckout # timeout=10 10:49:36 > git checkout -f b213c8a899e6a1be3cbac435de5f3915e08c44c8 # timeout=10 10:49:36 > git remote # timeout=10 10:49:36 > git config --get remote.origin.url # timeout=10 10:49:36 Merge succeeded, producing b213c8a899e6a1be3cbac435de5f3915e08c44c8 10:49:36 Checking out Revision b213c8a899e6a1be3cbac435de5f3915e08c44c8 (PR-4676) 10:49:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:49:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:49:38 ./bin/test-attribution-txt.sh 10:49:38 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 10:49:38 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 10:49:38 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 10:49:38 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 10:49:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 10:49:36 using GIT_SSH to set credentials SSH Credentials for GitHub 10:49:36 > git merge e4ab1ec8366e2be91307e230c2cb89f5ed823568 # timeout=10 10:49:36 > git rev-parse HEAD^{commit} # timeout=10 10:49:36 > git config core.sparsecheckout # timeout=10 10:49:36 > git checkout -f b213c8a899e6a1be3cbac435de5f3915e08c44c8 # timeout=10 10:49:39 + ls -al . 10:49:39 total 732 10:49:39 drwxrwxr-x 12 1001 1001 4096 Sep 8 10:48 . 10:49:39 drwxr-xr-x 4 root root 4096 Sep 8 10:48 .. 10:49:39 drwxrwxr-x 2 1001 1001 4096 Sep 8 10:46 .blubracket 10:49:39 -rw-rw-r-- 1 1001 1001 16 Sep 8 10:46 .dockerignore 10:49:39 drwxrwxr-x 8 1001 1001 4096 Sep 8 10:47 .git 10:49:39 drwxrwxr-x 3 1001 1001 4096 Sep 8 10:46 .github 10:49:39 -rw-rw-r-- 1 1001 1001 1173 Sep 8 10:46 .gitignore 10:49:39 -rw-rw-r-- 1 1001 1001 42 Sep 8 10:46 .golangci.yml 10:49:39 -rw-rw-r-- 1 1001 1001 100 Sep 8 10:46 .hadolint.yml 10:49:39 drwxr-xr-x 3 1001 1001 4096 Sep 8 10:47 .semver 10:49:39 -rw-rw-r-- 1 1001 1001 166 Sep 8 10:46 .sonarcloud.properties 10:49:39 -rw-rw-r-- 1 1001 1001 1171 Sep 8 10:46 ADOPTERS.md 10:49:39 -rw-rw-r-- 1 1001 1001 11152 Sep 8 10:46 Attribution.txt 10:49:39 -rw-rw-r-- 1 1001 1001 93407 Sep 8 10:46 CHANGELOG.md 10:49:39 -rw-rw-r-- 1 1001 1001 3804 Sep 8 10:46 CONTRIBUTING.md 10:49:39 -rw-rw-r-- 1 1001 1001 677 Sep 8 10:46 GOVERNANCE.md 10:49:39 -rw-rw-r-- 1 1001 1001 883 Sep 8 10:46 Jenkinsfile 10:49:39 -rw-rw-r-- 1 1001 1001 10775 Sep 8 10:46 LICENSE 10:49:39 -rw-rw-r-- 1 1001 1001 14764 Sep 8 10:46 Makefile 10:49:39 -rw-rw-r-- 1 1001 1001 582 Sep 8 10:46 OWNERS.md 10:49:39 -rw-rw-r-- 1 1001 1001 9923 Sep 8 10:46 README.md 10:49:39 -rw-rw-r-- 1 1001 1001 789 Sep 8 10:46 SECURITY.md 10:49:39 -rw-rw-r-- 1 1001 1001 5 Sep 8 10:47 VERSION 10:49:39 drwxrwxr-x 2 1001 1001 4096 Sep 8 10:46 bin 10:49:39 drwxrwxr-x 18 1001 1001 4096 Sep 8 10:46 cmd 10:49:39 -rw-r--r-- 1 root root 453491 Sep 8 10:49 coverage.out 10:49:39 drwxrwxr-x 2 1001 1001 4096 Sep 8 10:46 fuzz_test 10:49:39 -rw-rw-r-- 1 1001 1001 3687 Sep 8 10:46 go.mod 10:49:39 -rw-rw-r-- 1 1001 1001 33714 Sep 8 10:46 go.sum 10:49:39 drwxrwxr-x 7 1001 1001 4096 Sep 8 10:46 internal 10:49:39 drwxrwxr-x 3 1001 1001 4096 Sep 8 10:46 openapi 10:49:39 -rw-rw-r-- 1 1001 1001 594 Sep 8 10:46 security.txt 10:49:39 drwxrwxr-x 4 1001 1001 4096 Sep 8 10:46 snap 10:49:39 -rw-rw-r-- 1 1001 1001 204 Sep 8 10:46 version.go [Pipeline] sh 10:49:39 + '[' -e coverage.out ] 10:49:39 + chown 1001:1001 coverage.out [Pipeline] stash 10:49:39 Stashed 1 file(s) [Pipeline] sh 10:49:39 + make build 10:49:39 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 10:49:40 Commit message: "feat: implement notification retention feature" 10:49:40 > git --version # timeout=10 10:49:40 > git --version # 'git version 2.25.1' 10:49:40 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:49:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:49:41 % Total % Received % Xferd Average Speed Time Time Time Current 10:49:41 Dload Upload Total Spent Left Speed 10:49:46 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 10:49:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:49:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:49:46 + sudo tee /etc/docker/daemon.new 10:49:46 { 10:49:46 "registry-mirrors": [ 10:49:46 "https://nexus3.edgexfoundry.org:10001" 10:49:46 ], 10:49:46 "bip": "10.250.0.254/24", 10:49:46 "hosts": [ 10:49:46 "tcp://0.0.0.0:5555", 10:49:46 "unix:///var/run/docker.sock" 10:49:46 ], 10:49:46 "mtu": 1458, 10:49:46 "selinux-enabled": true, 10:49:46 "seccomp-profile": "/etc/docker/seccomp.json" 10:49:46 } [Pipeline] sh 10:49:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:49:47 + sudo service docker restart 10:49:52 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 10:49:53 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 10:49:54 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 10:49:55 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 10:50:01 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 10:50:03 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 10:50:04 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 10:50:06 provisioning config files... 10:50:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config869483365744628363tmp [Pipeline] { [Pipeline] libraryResource 10:50:06 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 10:50:06 ---> docker-login.sh 10:50:06 nexus3.edgexfoundry.org:10001 10:50:06 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 10:50:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:06 Configure a credential helper to remove this warning. See 10:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:06 10:50:06 Login Succeeded 10:50:06 nexus3.edgexfoundry.org:10002 10:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:07 Configure a credential helper to remove this warning. See 10:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:07 10:50:07 Login Succeeded 10:50:07 nexus3.edgexfoundry.org:10003 10:50:07 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 10:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:07 Configure a credential helper to remove this warning. See 10:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:07 10:50:07 Login Succeeded 10:50:07 nexus3.edgexfoundry.org:10004 10:50:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:08 Configure a credential helper to remove this warning. See 10:50:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:08 10:50:08 Login Succeeded 10:50:08 docker.io 10:50:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:08 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 10:50:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:08 Configure a credential helper to remove this warning. See 10:50:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:08 10:50:08 Login Succeeded 10:50:08 ---> docker-login.sh ends [Pipeline] } 10:50:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:50:09 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 10:50:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:50:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:50:09 ========================================================= 10:50:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 10:50:09 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:50:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:50:09 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:50:09 edb6bdbacee9: Pulling fs layer 10:50:09 5f9638ab2659: Pulling fs layer 10:50:09 8d51d6327a98: Pulling fs layer 10:50:09 8b374f2dd631: Pulling fs layer 10:50:09 ec14aa9079de: Pulling fs layer 10:50:09 2f466654f4bb: Pulling fs layer 10:50:09 554e91adad29: Pulling fs layer 10:50:09 8b374f2dd631: Waiting 10:50:09 ec14aa9079de: Waiting 10:50:09 2f466654f4bb: Waiting 10:50:09 554e91adad29: Waiting [Pipeline] } 10:50:09 $ docker stop --time=1 702f340d7cd7cfd8e853debdb36eb7eb93b085e3af109a34863c796e1d32c8f0 10:50:10 5f9638ab2659: Download complete 10:50:10 8b374f2dd631: Verifying Checksum 10:50:10 8b374f2dd631: Download complete 10:50:10 ec14aa9079de: Verifying Checksum 10:50:10 ec14aa9079de: Download complete 10:50:10 edb6bdbacee9: Verifying Checksum 10:50:10 edb6bdbacee9: Download complete 10:50:11 554e91adad29: Verifying Checksum 10:50:11 554e91adad29: Download complete 10:50:12 edb6bdbacee9: Pull complete 10:50:12 8d51d6327a98: Verifying Checksum 10:50:12 2f466654f4bb: Verifying Checksum 10:50:12 2f466654f4bb: Download complete 10:50:12 5f9638ab2659: Pull complete 10:50:15 $ 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 10:50:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:50:16 10:50:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:50:16 latest: Pulling from edgex-devops/edgex-compose 10:50:16 91d30c5bc195: Pulling fs layer 10:50:16 2e9b0aa3be6d: Pulling fs layer 10:50:16 9c61dcf015f6: Pulling fs layer 10:50:16 4698f68db338: Pulling fs layer 10:50:16 2a2f49069b9e: Pulling fs layer 10:50:16 e0025b399a48: Pulling fs layer 10:50:16 4698f68db338: Waiting 10:50:16 2a2f49069b9e: Waiting 10:50:16 e0025b399a48: Waiting 10:50:16 91d30c5bc195: Verifying Checksum 10:50:16 91d30c5bc195: Download complete 10:50:16 4698f68db338: Download complete 10:50:17 2e9b0aa3be6d: Verifying Checksum 10:50:17 2e9b0aa3be6d: Download complete 10:50:17 e0025b399a48: Verifying Checksum 10:50:17 e0025b399a48: Download complete 10:50:17 91d30c5bc195: Pull complete 10:50:17 2a2f49069b9e: Download complete 10:50:17 2e9b0aa3be6d: Pull complete 10:50:17 9c61dcf015f6: Download complete 10:50:20 9c61dcf015f6: Pull complete 10:50:20 4698f68db338: Pull complete 10:50:20 2a2f49069b9e: Pull complete 10:50:20 e0025b399a48: Pull complete 10:50:20 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:50:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:50:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:50:21 prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container 10:50:21 $ 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 10:50:24 $ docker top 742626919fecedf4b1bdb6a3af190b055cb20d001c3bda522c6084f85c638ef1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:50:24 + docker compose -f ./docker-compose-build.yml build --parallel 10:50:26 #1 [security-spire-server internal] load build definition from Dockerfile 10:50:26 #1 transferring dockerfile: 10:50:26 #1 transferring dockerfile: 1.59kB done 10:50:26 #1 DONE 0.0s 10:50:26 10:50:26 #2 [support-scheduler internal] load build definition from Dockerfile 10:50:26 #2 transferring dockerfile: 1.82kB done 10:50:26 #2 DONE 0.0s 10:50:26 10:50:26 #3 [security-proxy-auth internal] load build definition from Dockerfile 10:50:26 #3 transferring dockerfile: 2.04kB done 10:50:26 #3 DONE 0.0s 10:50:26 10:50:26 #4 [support-notifications internal] load build definition from Dockerfile 10:50:26 #4 transferring dockerfile: 1.84kB done 10:50:26 #4 DONE 0.0s 10:50:26 10:50:26 #5 [security-bootstrapper internal] load build definition from Dockerfile 10:50:26 #5 transferring dockerfile: 2.82kB done 10:50:26 #5 DONE 0.0s 10:50:26 10:50:26 #6 [core-data internal] load build definition from Dockerfile 10:50:26 #6 transferring dockerfile: 1.90kB done 10:50:26 #6 DONE 0.0s 10:50:26 10:50:26 #7 [security-spire-config internal] load build definition from Dockerfile 10:50:26 #7 transferring dockerfile: 1.58kB done 10:50:26 #7 DONE 0.0s 10:50:26 10:50:26 #8 [security-secretstore-setup internal] load build definition from Dockerfile 10:50:27 #8 transferring dockerfile: 2.38kB done 10:50:27 #8 DONE 0.0s 10:50:27 10:50:27 #9 [security-proxy-setup internal] load build definition from Dockerfile 10:50:27 #9 transferring dockerfile: 2.39kB done 10:50:27 #9 DONE 0.0s 10:50:27 10:50:27 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:50:27 #10 transferring dockerfile: 1.78kB done 10:50:27 #10 DONE 0.0s 10:50:27 10:50:27 #11 [security-spire-agent internal] load build definition from Dockerfile 10:50:27 #11 transferring dockerfile: 1.70kB done 10:50:27 #11 DONE 0.0s 10:50:27 10:50:27 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:50:27 #12 transferring dockerfile: 2.12kB done 10:50:27 #12 DONE 0.0s 10:50:27 10:50:27 #13 [core-command internal] load build definition from Dockerfile 10:50:27 #13 transferring dockerfile: 1.82kB done 10:50:27 #13 DONE 0.0s 10:50:27 10:50:27 #14 [security-spire-server internal] load .dockerignore 10:50:27 #14 transferring context: 56B done 10:50:27 #14 DONE 0.0s 10:50:27 10:50:27 #15 [core-metadata internal] load build definition from Dockerfile 10:50:27 #15 transferring dockerfile: 1.96kB done 10:50:27 #15 DONE 0.0s 10:50:27 10:50:27 #16 [support-scheduler internal] load .dockerignore 10:50:27 #16 transferring context: 56B done 10:50:27 #16 DONE 0.0s 10:50:27 10:50:27 #17 [security-proxy-auth internal] load .dockerignore 10:50:27 #17 transferring context: 56B done 10:50:27 #17 DONE 0.0s 10:50:27 10:50:27 #18 [support-notifications internal] load .dockerignore 10:50:27 #18 transferring context: 56B done 10:50:27 #18 DONE 0.0s 10:50:27 10:50:27 #19 [security-bootstrapper internal] load .dockerignore 10:50:27 #19 transferring context: 56B done 10:50:27 #19 DONE 0.0s 10:50:27 10:50:27 #20 [core-data internal] load .dockerignore 10:50:27 #20 transferring context: 56B done 10:50:27 #20 DONE 0.0s 10:50:27 10:50:27 #21 [security-spire-config internal] load .dockerignore 10:50:27 #21 transferring context: 56B done 10:50:27 #21 DONE 0.0s 10:50:27 10:50:27 #22 [security-proxy-setup internal] load .dockerignore 10:50:27 #22 transferring context: 56B done 10:50:27 #22 DONE 0.0s 10:50:27 10:50:27 #23 [security-secretstore-setup internal] load .dockerignore 10:50:27 #23 transferring context: 56B done 10:50:27 #23 DONE 0.0s 10:50:27 10:50:27 #24 [security-spiffe-token-provider internal] load .dockerignore 10:50:27 #24 transferring context: 56B done 10:50:27 #24 DONE 0.0s 10:50:27 10:50:27 #25 [security-spire-agent internal] load .dockerignore 10:50:27 #25 transferring context: 56B done 10:50:27 #25 DONE 0.0s 10:50:27 10:50:27 #26 [core-common-config-bootstrapper internal] load .dockerignore 10:50:27 #26 transferring context: 56B done 10:50:27 #26 DONE 0.0s 10:50:27 10:50:27 #27 [core-command internal] load .dockerignore 10:50:27 #27 transferring context: 56B done 10:50:27 #27 DONE 0.0s 10:50:27 10:50:27 #28 [core-metadata internal] load .dockerignore 10:50:27 #28 transferring context: 56B done 10:50:27 #28 DONE 0.0s 10:50:27 10:50:27 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:50:27 #29 DONE 0.0s 10:50:27 10:50:27 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 10:50:27 #30 DONE 0.1s 10:50:27 10:50:27 #31 [core-data internal] load build context 10:50:27 #31 ... 10:50:27 10:50:27 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:50:27 #29 DONE 0.0s 10:50:27 8d51d6327a98: Pull complete 10:50:27 8b374f2dd631: Pull complete 10:50:27 ec14aa9079de: Pull complete 10:50:27 10:50:27 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:50:27 #29 DONE 0.0s 10:50:27 10:50:27 #32 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 10:50:27 #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 10:50:27 #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 10:50:27 #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 10:50:27 #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 10:50:27 #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 10:50:27 #32 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 10:50:27 #32 ... 10:50:27 10:50:27 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:50:27 #29 DONE 0.0s 10:50:27 10:50:27 #32 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 10:50:27 #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 10:50:27 #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 10:50:27 #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 10:50:27 #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 10:50:27 #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 10:50:27 #32 ... 10:50:27 10:50:27 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 10:50:27 #30 DONE 0.4s 10:50:27 10:50:27 #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 10:50:27 #33 DONE 0.6s 10:50:27 10:50:27 #32 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 10:50:27 #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 10:50:27 #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 10:50:27 #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 10:50:27 #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 10:50:27 #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 10:50:28 #32 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done 10:50:28 #32 DONE 0.9s 10:50:28 10:50:28 #34 [security-spire-config internal] load build context 10:50:28 #34 transferring context: 15.84kB 0.0s done 10:50:28 #34 DONE 0.3s 10:50:28 10:50:28 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 10:50:28 #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 10:50:28 #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 10:50:28 #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 10:50:28 #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 10:50:28 #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 10:50:28 #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s 10:50:28 #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 10:50:28 #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.2s 10:50:28 #35 ... 10:50:28 10:50:28 #36 [security-spire-server internal] load build context 10:50:28 #36 transferring context: 17.59kB 0.0s done 10:50:28 #36 DONE 0.4s 10:50:28 10:50:28 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 10:50:28 #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 10:50:28 #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done 10:50:28 #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s 10:50:28 #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 10:50:28 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.3s 10:50:28 #35 ... 10:50:28 10:50:28 #32 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 10:50:28 #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 10:50:28 #32 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 10:50:28 #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 10:50:28 #32 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 10:50:28 #32 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 10:50:28 #32 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done 10:50:28 #32 DONE 0.9s 10:50:28 10:50:28 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 10:50:28 #37 DONE 0.7s 10:50:28 10:50:28 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 10:50:28 #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 10:50:28 #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 10:50:28 #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 10:50:28 #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 10:50:28 #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 10:50:28 #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done 10:50:28 #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 10:50:28 #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done 10:50:28 #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 10:50:28 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 3.15MB / 25.84MB 0.5s 10:50:28 #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 10:50:28 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 7.34MB / 25.84MB 0.6s 10:50:28 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 17.83MB / 25.84MB 0.7s 10:50:28 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s 10:50:30 #35 ... 10:50:30 10:50:30 #38 [security-spire-agent internal] load build context 10:50:30 #38 transferring context: 17.12kB 0.0s done 10:50:30 #38 DONE 2.2s 10:50:30 10:50:30 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 10:50:32 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 3.1s done 10:50:32 #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10:50:32 2f466654f4bb: Pull complete 10:50:34 #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.6s done 10:50:35 554e91adad29: Pull complete 10:50:35 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 10:50:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:50:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 10:50:35 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:50:35 WORKDIR /edgex 10:50:35 COPY go.mod . 10:50:35 RUN go mod download 10:50:35 + docker build -t ci-base-image-arm64 -f - . 10:50:36 #35 ... 10:50:36 10:50:36 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 10:50:36 #39 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done 10:50:36 #39 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 10:50:36 #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done 10:50:36 #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done 10:50:36 #39 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 4.8s done 10:50:36 #39 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 7.1s 10:50:36 #39 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 10:50:36 #39 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 10:50:36 #39 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 10:50:36 Sending build context to Docker daemon 2.99MB 10:50:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:50:36 ---> 1e15ea492957 10:50:36 Step 2/4 : WORKDIR /edgex 10:50:36 #39 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 7.1s done 10:50:37 #39 ... 10:50:37 10:50:37 #40 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:50:37 #40 ... 10:50:37 10:50:37 #41 [security-proxy-auth internal] load build context 10:50:37 #41 transferring context: 365.36MB 7.2s done 10:50:37 #41 ... 10:50:37 10:50:37 #42 [support-notifications internal] load build context 10:50:37 #42 transferring context: 365.36MB 6.4s done 10:50:37 ---> Running in 040248fa628d 10:50:37 #42 ... 10:50:37 10:50:37 #43 [security-proxy-setup internal] load build context 10:50:37 #43 transferring context: 365.36MB 7.1s done 10:50:38 #43 ... 10:50:38 10:50:38 #31 [core-data internal] load build context 10:50:38 #31 transferring context: 365.36MB 5.3s done 10:50:38 #31 ... 10:50:38 10:50:38 #44 [core-common-config-bootstrapper internal] load build context 10:50:38 #44 transferring context: 365.36MB 7.1s done 10:50:38 Removing intermediate container 040248fa628d 10:50:38 ---> 6be6db06a40a 10:50:38 #44 ... 10:50:38 10:50:38 #45 [core-metadata internal] load build context 10:50:38 #45 transferring context: 365.36MB 7.2s done 10:50:38 #45 ... 10:50:38 10:50:38 #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 10:50:38 Step 3/4 : COPY go.mod . 10:50:38 #46 ... 10:50:38 10:50:38 #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:50:38 #47 ... 10:50:38 10:50:38 #48 [security-bootstrapper internal] load build context 10:50:38 #48 transferring context: 365.36MB 5.7s done 10:50:38 #48 ... 10:50:38 10:50:38 #49 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 10:50:39 #49 ... 10:50:39 10:50:39 #50 [security-secretstore-setup internal] load build context 10:50:39 #50 transferring context: 365.36MB 8.2s done 10:50:39 #50 ... 10:50:39 10:50:39 #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 10:50:39 #51 ... 10:50:39 10:50:39 #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:50:39 #52 ... 10:50:39 10:50:39 #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:50:39 #53 ... 10:50:39 10:50:39 #54 [core-common-config-bootstrapper stage-1 2/6] RUN apk add --update --no-cache dumb-init 10:50:39 #54 ... 10:50:39 10:50:39 #55 [security-spiffe-token-provider internal] load build context 10:50:39 #55 transferring context: 365.36MB 6.1s done 10:50:40 #55 ... 10:50:40 10:50:40 #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:50:40 ---> 1fff7c0c6519 10:50:40 Step 4/4 : RUN go mod download 10:50:40 ---> Running in 0a5754b69249 10:50:40 #56 ... 10:50:40 10:50:40 #57 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 10:50:40 #57 ... 10:50:40 10:50:40 #58 [core-command internal] load build context 10:50:40 #58 transferring context: 365.36MB 7.7s done 10:50:40 #58 ... 10:50:40 10:50:40 #59 [support-scheduler internal] load build context 10:50:40 #59 transferring context: 365.36MB 8.6s done 10:50:40 #59 ... 10:50:40 10:50:40 #60 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:50:40 #0 5.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:40 #0 6.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:40 #0 6.427 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 10:50:40 #0 6.427 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 10:50:40 #0 6.427 OK: 17818 distinct packages available 10:50:40 #0 6.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:40 #0 6.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:40 #0 6.773 (1/5) Installing dumb-init (1.2.5-r2) 10:50:40 #0 6.841 (2/5) Installing musl-obstack (1.2.3-r0) 10:50:40 #0 6.843 (3/5) Installing libucontext (1.2-r0) 10:50:40 #0 6.846 (4/5) Installing gcompat (1.1.0-r0) 10:50:40 #0 6.852 (5/5) Installing openssl (3.0.10-r0) 10:50:40 #0 6.863 Executing busybox-1.35.0-r29.trigger 10:50:40 #0 6.868 OK: 8 MiB in 20 packages 10:50:48 #60 ... 10:50:48 10:50:48 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 10:50:48 #39 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 10:50:48 #39 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.4s done 10:50:49 #39 ... 10:50:49 10:50:49 #31 [core-data internal] load build context 10:50:49 #31 DONE 21.6s 10:50:49 10:50:49 #57 [support-scheduler builder 2/7] WORKDIR /edgex-go 10:50:49 #57 DONE 20.6s 10:50:49 10:50:49 #48 [security-bootstrapper internal] load build context 10:50:49 #48 DONE 21.6s 10:50:49 10:50:49 #55 [security-spiffe-token-provider internal] load build context 10:50:49 #55 DONE 21.5s 10:50:49 10:50:49 #42 [support-notifications internal] load build context 10:50:49 #42 DONE 21.7s 10:50:49 10:50:49 #41 [security-proxy-auth internal] load build context 10:50:49 #41 DONE 21.7s 10:50:49 10:50:49 #60 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:50:49 #60 DONE 21.0s 10:50:49 10:50:49 #44 [core-common-config-bootstrapper internal] load build context 10:50:49 #44 DONE 21.4s 10:50:49 10:50:49 #43 [security-proxy-setup internal] load build context 10:50:49 #43 DONE 21.5s 10:50:49 10:50:49 #45 [core-metadata internal] load build context 10:50:49 #45 DONE 21.3s 10:50:49 10:50:49 #50 [security-secretstore-setup internal] load build context 10:50:49 #50 DONE 21.6s 10:50:49 10:50:49 #58 [core-command internal] load build context 10:50:49 #58 DONE 21.5s 10:50:49 10:50:49 #59 [support-scheduler internal] load build context 10:50:49 #59 DONE 21.8s 10:50:49 10:50:49 #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 10:50:49 #51 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:49 #51 ... 10:50:49 10:50:49 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 10:50:49 #35 DONE 21.5s 10:50:49 10:50:49 #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:50:49 #52 21.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:49 #52 21.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:49 #52 21.53 (1/4) Installing ca-certificates (20230506-r0) 10:50:49 #52 21.56 (2/4) Installing dumb-init (1.2.5-r2) 10:50:49 #52 ... 10:50:49 10:50:49 #54 [support-scheduler stage-1 2/6] RUN apk add --update --no-cache dumb-init 10:50:49 #54 21.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:49 #54 21.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:49 #54 21.49 (1/1) Installing dumb-init (1.2.5-r2) 10:50:49 #54 21.49 Executing busybox-1.35.0-r29.trigger 10:50:49 #54 21.50 OK: 7 MiB in 16 packages 10:50:49 #54 DONE 21.7s 10:50:49 10:50:49 #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:50:49 #52 21.56 (3/4) Installing su-exec (0.2-r2) 10:50:49 #52 21.57 (4/4) Installing yq (4.30.4-r4) 10:50:50 #52 21.80 Executing busybox-1.35.0-r29.trigger 10:50:50 #52 21.80 Executing ca-certificates-20230506-r0.trigger 10:50:50 #52 21.86 OK: 17 MiB in 19 packages 10:50:50 #52 DONE 22.2s 10:50:50 10:50:50 #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 10:50:50 #51 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:50 #51 21.48 (1/1) Installing dumb-init (1.2.5-r2) 10:50:50 #51 21.49 Executing busybox-1.35.0-r29.trigger 10:50:50 #51 21.49 OK: 7 MiB in 16 packages 10:50:50 #51 DONE 22.1s 10:50:50 10:50:50 #61 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:50:50 #61 DONE 0.9s 10:50:50 10:50:50 #49 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 10:50:50 #49 21.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:50 #49 21.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:50 #49 21.78 (1/2) Installing dumb-init (1.2.5-r2) 10:50:50 #49 21.78 (2/2) Installing su-exec (0.2-r2) 10:50:50 #49 21.78 Executing busybox-1.35.0-r29.trigger 10:50:50 #49 21.79 OK: 7 MiB in 17 packages 10:50:50 #49 DONE 22.2s 10:50:50 10:50:50 #46 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 10:50:50 #46 21.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:50 #46 21.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:50 #46 21.48 (1/2) Installing ca-certificates (20230506-r0) 10:50:50 #46 21.50 (2/2) Installing dumb-init (1.2.5-r2) 10:50:50 #46 21.50 Executing busybox-1.35.0-r29.trigger 10:50:50 #46 21.51 Executing ca-certificates-20230506-r0.trigger 10:50:50 #46 21.76 OK: 8 MiB in 17 packages 10:50:50 #46 DONE 22.2s 10:50:50 10:50:50 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:50:50 #62 ... 10:50:50 10:50:50 #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:50:50 #53 21.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:50 #53 21.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:50 #53 21.95 (1/4) Installing dumb-init (1.2.5-r2) 10:50:50 #53 21.95 (2/4) Installing openssl (3.0.10-r0) 10:50:50 #53 21.97 (3/4) Installing su-exec (0.2-r2) 10:50:50 #53 21.97 (4/4) Installing yq (4.30.4-r4) 10:50:50 #53 22.16 Executing busybox-1.35.0-r29.trigger 10:50:50 #53 22.20 OK: 17 MiB in 19 packages 10:50:50 #53 DONE 22.3s 10:50:50 10:50:50 #63 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:50:50 #63 DONE 0.9s 10:50:50 10:50:50 #64 [security-spire-server stage-2 4/8] COPY Attribution.txt / 10:50:50 #64 DONE 0.1s 10:50:50 10:50:50 #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:50:50 #56 21.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:50 #56 21.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:50 #56 21.96 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 10:50:50 #56 21.96 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 10:50:50 #56 21.96 OK: 17818 distinct packages available 10:50:50 #56 22.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:50 #56 22.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:50 #56 22.32 (1/4) Installing dumb-init (1.2.5-r2) 10:50:50 #56 22.32 (2/4) Installing musl-obstack (1.2.3-r0) 10:50:50 #56 22.32 (3/4) Installing libucontext (1.2-r0) 10:50:50 #56 22.32 (4/4) Installing gcompat (1.1.0-r0) 10:50:50 #56 22.34 Executing busybox-1.35.0-r29.trigger 10:50:50 #56 22.34 OK: 7 MiB in 19 packages 10:50:51 #56 ... 10:50:51 10:50:51 #65 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 10:50:51 #65 DONE 0.5s 10:50:51 10:50:51 #66 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:50:51 #66 DONE 0.6s 10:50:51 10:50:51 #67 [security-spire-server stage-2 5/8] COPY security.txt / 10:50:51 #67 DONE 0.5s 10:50:51 10:50:51 #56 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:50:51 #56 DONE 22.8s 10:50:51 10:50:51 #68 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:50:51 #68 DONE 0.0s 10:50:51 10:50:51 #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:50:51 #47 22.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:51 #47 22.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:51 #47 22.60 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 10:50:51 #47 22.60 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 10:50:51 #47 22.60 OK: 17818 distinct packages available 10:50:51 #47 22.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:51 #47 22.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:51 #47 22.96 (1/9) Installing ca-certificates (20230506-r0) 10:50:51 #47 ... 10:50:51 10:50:51 #69 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 10:50:51 #69 DONE 0.2s 10:50:51 10:50:51 #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:50:51 #47 23.05 (2/9) Installing brotli-libs (1.0.9-r9) 10:50:51 #47 23.06 (3/9) Installing nghttp2-libs (1.51.0-r1) 10:50:51 #47 23.13 (4/9) Installing libcurl (8.2.1-r0) 10:50:51 #47 23.14 (5/9) Installing curl (8.2.1-r0) 10:50:51 #47 23.15 (6/9) Installing dumb-init (1.2.5-r2) 10:50:51 #47 23.15 (7/9) Installing musl-obstack (1.2.3-r0) 10:50:51 #47 23.15 (8/9) Installing libucontext (1.2-r0) 10:50:51 #47 23.16 (9/9) Installing gcompat (1.1.0-r0) 10:50:51 #47 23.16 Executing busybox-1.35.0-r29.trigger 10:50:51 #47 23.17 Executing ca-certificates-20230506-r0.trigger 10:50:52 #47 ... 10:50:52 10:50:52 #70 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:50:52 #70 DONE 0.8s 10:50:52 10:50:52 #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:50:52 #47 23.62 OK: 10 MiB in 24 packages 10:50:52 #47 DONE 23.7s 10:50:52 10:50:52 #71 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:50:52 #71 DONE 0.9s 10:50:52 10:50:52 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:50:52 #0 2.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:52 #0 2.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:52 #0 2.611 OK: 265 MiB in 53 packages 10:50:52 #72 DONE 3.0s 10:50:52 10:50:52 #73 [security-spire-agent stage-3 6/9] COPY security.txt / 10:50:52 #73 DONE 0.7s 10:50:52 10:50:52 #74 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:50:52 #74 DONE 0.1s 10:50:52 10:50:52 #75 [security-spire-server] exporting to image 10:50:52 #75 exporting layers 10:50:52 #75 ... 10:50:52 10:50:52 #76 [security-spire-config stage-2 4/9] COPY Attribution.txt / 10:50:52 #76 DONE 0.1s 10:50:52 10:50:52 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:50:52 #77 DONE 0.1s 10:50:52 10:50:52 #78 [security-spire-config stage-2 5/9] COPY security.txt / 10:50:52 #78 DONE 0.1s 10:50:52 10:50:52 #79 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:50:52 #79 DONE 0.2s 10:50:52 10:50:52 #80 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:50:52 #80 DONE 0.1s 10:50:52 10:50:52 #81 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:50:52 #81 DONE 0.1s 10:50:52 10:50:52 #82 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:50:52 #82 DONE 0.1s 10:50:52 10:50:52 #83 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 10:50:52 #83 DONE 0.1s 10:50:52 10:50:52 #84 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:50:52 #84 DONE 0.0s 10:50:52 10:50:52 #75 [security-spire-config] exporting to image 10:50:52 #75 ... 10:50:52 10:50:52 #85 [core-data builder 3/7] RUN apk add --update --no-cache make git 10:50:52 #0 3.035 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.372 OK: 265 MiB in 53 packages 10:50:52 #85 DONE 3.5s 10:50:52 10:50:52 #86 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:50:52 #86 DONE 0.0s 10:50:52 10:50:52 #75 [security-spire-server] exporting to image 10:50:52 #75 exporting layers 0.6s done 10:50:52 #75 writing image sha256:80d6c40f95f5c8d2a25f6865fc2556a40ef206a7fd1d57bb37693434c3d7b7fa done 10:50:52 #75 naming to docker.io/library/security-spire-server done 10:50:52 #75 ... 10:50:52 10:50:52 #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:50:52 #62 DONE 2.3s 10:50:52 10:50:52 #87 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 10:50:52 #87 DONE 0.0s 10:50:52 10:50:52 #88 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:50:52 #0 3.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.710 OK: 265 MiB in 53 packages 10:50:52 #88 DONE 3.8s 10:50:52 10:50:52 #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:50:52 #89 DONE 0.1s 10:50:52 10:50:52 #90 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:50:52 #0 3.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.427 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 10:50:52 #0 3.427 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 10:50:52 #0 3.427 OK: 17823 distinct packages available 10:50:52 #0 3.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 10:50:52 #0 3.835 OK: 265 MiB in 53 packages 10:50:52 #90 DONE 3.9s 10:50:52 10:50:52 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:50:52 #91 DONE 0.0s 10:50:52 10:50:52 #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:50:53 #92 ... 10:50:53 10:50:53 #75 [security-spire-config] exporting to image 10:50:53 #75 exporting layers 0.6s done 10:50:53 #75 writing image sha256:07b3e74982803f5f65e4228f10552e17ebb2edaaf5c77b9eda8b4940f055e2e3 done 10:50:53 #75 naming to docker.io/library/security-spire-agent done 10:50:53 #75 writing image sha256:e7d2a25d6851a916d3f5aea0a6489c8bdd906bdb0009d5a6416843c0eff82b12 done 10:50:53 #75 naming to docker.io/library/security-spire-config done 10:50:53 #75 DONE 0.8s 10:50:53 10:50:53 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:50:59 #93 ... 10:50:59 10:50:59 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 10:50:59 #39 ... 10:50:59 10:50:59 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:02 #94 ... 10:51:02 10:51:02 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:19 Removing intermediate container 0a5754b69249 10:51:19 ---> ae966d10505d 10:51:19 Successfully built ae966d10505d 10:51:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:51:19 + docker inspect -f . ci-base-image-arm64 10:51:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:51:19 prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container 10:51:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:51:21 $ docker top a087f9908c467f71185219cb9e5ae1788c217b84703d25d430ab96758c0cb38c -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:22 + go version 10:51:22 go version go1.20.6 linux/arm64 [Pipeline] } 10:51:22 $ docker stop --time=1 a087f9908c467f71185219cb9e5ae1788c217b84703d25d430ab96758c0cb38c 10:51:23 $ 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 10:51:24 + docker inspect -f . ci-base-image-arm64 10:51:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:51:24 prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container 10:51:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:51:25 $ docker top d9999a61d631d6c91ad768b517fdeeb10651610b942e5da980b7d8db8a5bd0d1 -eo pid,comm [Pipeline] { [Pipeline] echo 10:51:26 ========================================================= 10:51:26 [edgeXBuildGoParallel] Running Tests and Build... 10:51:26 ========================================================= [Pipeline] sh 10:51:26 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 10:51:26 + make test 10:51:26 go test -race -coverprofile=coverage.out ./... 10:51:29 #95 DONE 35.0s 10:51:29 10:51:29 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:29 #93 DONE 34.2s 10:51:29 10:51:29 #92 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:29 #92 DONE 34.2s 10:51:29 10:51:29 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:29 #94 DONE 34.6s 10:51:29 10:51:29 #96 [support-scheduler builder 6/7] COPY . . 10:51:34 #96 ... 10:51:34 10:51:34 #97 [security-bootstrapper builder 6/7] COPY . . 10:51:34 #97 DONE 7.0s 10:51:34 10:51:34 #98 [support-notifications builder 6/7] COPY . . 10:51:34 #98 DONE 7.0s 10:51:34 10:51:34 #99 [security-secretstore-setup builder 6/7] COPY . . 10:51:34 #99 CACHED 10:51:34 10:51:34 #100 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:34 #100 CACHED 10:51:34 10:51:34 #101 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:51:34 #101 CACHED 10:51:34 10:51:34 #102 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:34 #102 CACHED 10:51:34 10:51:34 #103 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:51:34 #103 CACHED 10:51:34 10:51:34 #104 [security-proxy-setup builder 6/7] COPY . . 10:51:34 #104 CACHED 10:51:34 10:51:34 #105 [security-spiffe-token-provider builder 6/7] COPY . . 10:51:34 #105 DONE 7.0s 10:51:34 10:51:34 #106 [core-common-config-bootstrapper builder 6/7] COPY . . 10:51:34 #106 CACHED 10:51:34 10:51:34 #107 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:51:34 #107 CACHED 10:51:34 10:51:34 #108 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:34 #108 CACHED 10:51:34 10:51:34 #96 [support-scheduler builder 6/7] COPY . . 10:51:34 #96 DONE 7.0s 10:51:34 10:51:34 #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:51:34 #109 CACHED 10:51:34 10:51:34 #110 [security-proxy-auth builder 6/7] COPY . . 10:51:34 #110 CACHED 10:51:34 10:51:34 #111 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:34 #111 CACHED 10:51:34 10:51:34 #112 [core-metadata builder 6/7] COPY . . 10:51:34 #112 CACHED 10:51:34 10:51:34 #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:34 #113 CACHED 10:51:34 10:51:34 #114 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:51:34 #114 CACHED 10:51:34 10:51:34 #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:34 #115 CACHED 10:51:34 10:51:34 #116 [core-data builder 6/7] COPY . . 10:51:34 #116 CACHED 10:51:34 10:51:34 #117 [core-data builder 4/7] COPY go.mod vendor* ./ 10:51:34 #117 CACHED 10:51:34 10:51:34 #118 [core-command builder 6/7] COPY . . 10:51:34 #118 CACHED 10:51:34 10:51:34 #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:34 #119 CACHED 10:51:34 10:51:34 #120 [core-command builder 4/7] COPY go.mod vendor* ./ 10:51:34 #120 CACHED 10:51:34 10:51:34 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:51:35 #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 10:51:45 #121 ... 10:51:45 10:51:45 #122 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:51:45 #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 10:51:45 #122 ... 10:51:45 10:51:45 #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:51:45 #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 10:51:45 #123 ... 10:51:45 10:51:45 #124 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:51:45 #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 10:51:45 #124 ... 10:51:45 10:51:45 #125 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:51:45 #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 10:51:45 #125 ... 10:51:45 10:51:45 #126 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:51:45 #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 10:51:45 #126 ... 10:51:45 10:51:45 #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 10:51:45 #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 10:51:45 #127 ... 10:51:45 10:51:45 #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:51:45 #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 10:51:45 #128 ... 10:51:45 10:51:45 #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:51:45 #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 10:51:45 #129 ... 10:51:45 10:51:45 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:51:45 #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 10:51:45 #130 ... 10:51:45 10:51:45 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:51:45 #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 10:52:05 ? github.com/edgexfoundry/edgex-go [no test files] 10:52:42 #131 ... 10:52:42 10:52:42 #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 10:52:42 #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 10:53:04 #127 ... 10:53:04 10:53:04 #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:53:04 #128 DONE 87.9s 10:53:04 10:53:04 #122 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:53:04 #122 DONE 87.9s 10:53:04 10:53:04 #125 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:53:04 #125 DONE 87.9s 10:53:04 10:53:04 #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 10:53:04 #127 DONE 87.9s 10:53:04 10:53:04 #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:53:04 #123 DONE 87.9s 10:53:04 10:53:04 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:53:04 #131 DONE 87.9s 10:53:04 10:53:04 #126 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:53:04 #126 DONE 88.0s 10:53:04 10:53:04 #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #132 ... 10:53:04 10:53:04 #124 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:53:04 #124 DONE 88.3s 10:53:04 10:53:04 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:53:04 #130 DONE 88.3s 10:53:04 10:53:04 #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:53:04 #129 DONE 88.3s 10:53:04 10:53:04 #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:53:04 #121 DONE 88.4s 10:53:04 10:53:04 #133 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #133 ... 10:53:04 10:53:04 #134 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:53:04 #134 DONE 0.7s 10:53:04 10:53:04 #135 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #135 DONE 0.5s 10:53:04 10:53:04 #136 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #136 DONE 0.5s 10:53:04 10:53:04 #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #132 DONE 0.8s 10:53:04 10:53:04 #137 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #137 DONE 0.6s 10:53:04 10:53:04 #138 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #138 DONE 0.6s 10:53:04 10:53:04 #133 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #133 DONE 0.3s 10:53:04 10:53:04 #139 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 10:53:04 #139 ... 10:53:04 10:53:04 #140 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 10:53:04 #140 DONE 0.3s 10:53:04 10:53:04 #141 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #141 CACHED 10:53:04 10:53:04 #142 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 10:53:04 #142 CACHED 10:53:04 10:53:04 #143 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #143 CACHED 10:53:04 10:53:04 #144 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 10:53:04 #144 CACHED 10:53:04 10:53:04 #145 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #145 CACHED 10:53:04 10:53:04 #146 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 10:53:04 #146 CACHED 10:53:04 10:53:04 #147 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 10:53:04 #147 CACHED 10:53:04 10:53:04 #148 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 10:53:04 #148 CACHED 10:53:04 10:53:04 #149 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 10:53:04 #149 DONE 0.2s 10:53:04 10:53:04 #150 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 10:53:04 #150 DONE 0.2s 10:53:04 10:53:04 #151 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 10:53:04 #151 DONE 0.3s 10:53:04 10:53:04 #152 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 10:53:04 #152 DONE 0.2s 10:53:04 10:53:04 #139 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 10:53:04 #139 DONE 0.3s 10:53:04 10:53:04 #153 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:53:05 #153 ... 10:53:05 10:53:05 #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 10:53:05 #154 DONE 1.9s 10:53:05 10:53:05 #153 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:53:05 #153 DONE 1.9s 10:53:05 10:53:05 #155 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:53:05 #155 DONE 1.9s 10:53:05 10:53:05 #156 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:53:05 #156 DONE 1.9s 10:53:05 10:53:05 #157 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:53:05 #157 DONE 2.0s 10:53:05 10:53:05 #158 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:53:05 #158 DONE 2.0s 10:53:05 10:53:05 #159 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:53:05 #159 DONE 2.0s 10:53:05 10:53:05 #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 10:53:05 #160 DONE 2.0s 10:53:05 10:53:05 #161 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:53:05 #161 DONE 2.0s 10:53:05 10:53:05 #162 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:53:05 #162 DONE 2.0s 10:53:05 10:53:05 #163 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:53:05 #163 ... 10:53:05 10:53:05 #164 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:53:05 #164 DONE 0.3s 10:53:05 10:53:05 #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 10:53:05 #165 DONE 0.4s 10:53:05 10:53:05 #166 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:53:05 #166 DONE 0.4s 10:53:05 10:53:05 #167 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 10:53:05 #167 DONE 0.4s 10:53:05 10:53:05 #168 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:53:05 #168 DONE 0.4s 10:53:05 10:53:05 #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 10:53:05 #169 DONE 0.4s 10:53:05 10:53:05 #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 10:53:05 #170 DONE 0.4s 10:53:05 10:53:05 #171 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:53:05 #171 ... 10:53:05 10:53:05 #172 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 10:53:05 #172 DONE 0.4s 10:53:05 10:53:05 #173 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:53:05 #173 DONE 0.4s 10:53:05 10:53:05 #163 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:53:05 #163 DONE 0.4s 10:53:05 10:53:05 #174 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 10:53:05 #174 DONE 3.0s 10:53:05 10:53:05 #75 [core-command] exporting to image 10:53:05 #75 exporting layers 10:53:05 #75 ... 10:53:05 10:53:05 #175 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:53:05 #175 DONE 0.4s 10:53:05 10:53:05 #176 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:53:05 #176 DONE 0.5s 10:53:05 10:53:05 #171 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:53:05 #171 DONE 0.4s 10:53:05 10:53:05 #75 [support-scheduler] exporting to image 10:53:05 #75 exporting layers 0.3s done 10:53:05 #75 writing image sha256:99e6c5e9adf80db9616d92f7c8990b8f0dce3563308c40094d3c214cb096dc80 0.0s done 10:53:05 #75 naming to docker.io/library/support-scheduler done 10:53:05 #75 ... 10:53:05 10:53:05 #177 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:53:05 #177 DONE 0.4s 10:53:05 10:53:05 #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:53:05 #178 DONE 0.4s 10:53:05 10:53:05 #179 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 10:53:05 #179 DONE 0.2s 10:53:05 10:53:05 #75 [core-data] exporting to image 10:53:05 #75 exporting layers 0.2s done 10:53:05 #75 writing image sha256:6f8bc63ee4ab2f1f0c208aa738871b37c918bce9c37a0c4d010c6b95c1e22031 done 10:53:05 #75 naming to docker.io/library/core-data done 10:53:05 #75 writing image sha256:97049736a763265048eed114a1b54a5f916fce80cc48b5c4dbc6c2b969a3bfb2 done 10:53:05 #75 writing image sha256:d24242dad53826fd748f5a866e8013d9d93e0d8c847e0f1979543abf7724c088 0.0s done 10:53:05 #75 naming to docker.io/library/core-metadata 10:53:05 #75 naming to docker.io/library/core-command 10:53:06 #75 naming to docker.io/library/core-metadata 0.0s done 10:53:06 #75 naming to docker.io/library/core-command 0.0s done 10:53:06 #75 writing image sha256:d585983cd6509e14ef457ebf1946923f9d06bd9da2689ad73c428a32caa61a20 done 10:53:06 #75 naming to docker.io/library/support-notifications done 10:53:06 #75 writing image sha256:877812b944d5ab1013e9416e21d0d411cef3cc36eda0fa60598c4528724fa643 10:53:06 #75 writing image sha256:877812b944d5ab1013e9416e21d0d411cef3cc36eda0fa60598c4528724fa643 0.2s done 10:53:06 #75 naming to docker.io/library/security-spiffe-token-provider done 10:53:06 #75 DONE 1.6s 10:53:06 10:53:06 #180 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:53:06 #180 DONE 0.4s 10:53:06 10:53:06 #181 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 10:53:06 #181 DONE 0.4s 10:53:06 10:53:06 #182 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:53:06 #182 DONE 0.4s 10:53:06 10:53:06 #183 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:53:07 #183 DONE 0.5s 10:53:07 10:53:07 #184 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:53:07 #184 DONE 0.6s 10:53:07 10:53:07 #185 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:53:07 #185 DONE 0.0s 10:53:07 10:53:07 #186 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:53:07 #186 DONE 0.0s 10:53:07 10:53:07 #187 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:53:07 #187 DONE 1.1s 10:53:07 10:53:07 #188 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:53:07 #188 DONE 1.0s 10:53:07 10:53:07 #75 [security-proxy-auth] exporting to image 10:53:07 #75 ... 10:53:07 10:53:07 #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/ 10:53:07 #189 DONE 0.1s 10:53:07 10:53:07 #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/ 10:53:07 #190 DONE 0.1s 10:53:07 10:53:07 #191 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 10:53:07 #191 DONE 0.1s 10:53:07 10:53:07 #75 [security-proxy-auth] exporting to image 10:53:07 #75 exporting layers 0.2s done 10:53:07 #75 writing image sha256:910a7033129bdb1394360978eff687e0f715c4f605a96e3fb5b83f76cdab3f28 0.0s done 10:53:07 #75 naming to docker.io/library/core-common-config-bootstrapper done 10:53:07 #75 writing image sha256:ad4e2d3cd9e9ba20b83e010af2a5dd5ee0d17a44dda948c452dd9d4d6d8b8ce5 done 10:53:07 #75 naming to docker.io/library/security-proxy-auth done 10:53:07 #75 DONE 1.9s 10:53:07 10:53:07 #192 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:53:07 #192 DONE 0.1s 10:53:07 10:53:07 #193 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:53:07 #193 ... 10:53:07 10:53:07 #194 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:53:07 #194 DONE 1.0s 10:53:07 10:53:07 #75 [security-proxy-setup] exporting to image 10:53:07 #75 exporting layers 0.2s done 10:53:07 #75 writing image sha256:bf82122bc660fa6aef935856646a5c93933ebac8af8d3b91f445aa3e6b2b2424 done 10:53:07 #75 naming to docker.io/library/security-proxy-setup done 10:53:07 #75 DONE 2.0s 10:53:07 10:53:07 #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 10:53:07 #195 ... 10:53:07 10:53:07 #193 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:53:07 #193 DONE 0.7s 10:53:08 10:53:08 #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 10:53:08 #195 DONE 0.5s 10:53:08 10:53:08 #75 [security-bootstrapper] exporting to image 10:53:08 #75 exporting layers 0.2s done 10:53:08 #75 exporting layers 0.2s done 10:53:08 #75 writing image sha256:5671eb7c8a387800db2a0b96e745249d17b6ab4a8e635252daf9dd4dccfa4a51 done 10:53:08 #75 naming to docker.io/library/security-secretstore-setup done 10:53:08 #75 writing image sha256:2d54b5388002cb0d1992071610eb3a7272800ca3ac50efedfe39d69873e33331 done 10:53:08 #75 naming to docker.io/library/security-bootstrapper done 10:53:08 #75 DONE 2.3s 10:53:08 10:53:08 #40 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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" 10:53:08 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] } 10:53:08 $ docker stop --time=1 742626919fecedf4b1bdb6a3af190b055cb20d001c3bda522c6084f85c638ef1 10:53:09 $ docker rm -f --volumes 742626919fecedf4b1bdb6a3af190b055cb20d001c3bda522c6084f85c638ef1 [Pipeline] // withDockerContainer [Pipeline] sh 10:53:09 + docker images 10:53:09 REPOSITORY TAG IMAGE ID CREATED SIZE 10:53:09 security-secretstore-setup latest 5671eb7c8a38 2 seconds ago 44.1MB 10:53:09 security-bootstrapper latest 2d54b5388002 2 seconds ago 23MB 10:53:09 security-proxy-setup latest bf82122bc660 2 seconds ago 29.2MB 10:53:09 core-common-config-bootstrapper latest 910a7033129b 3 seconds ago 18MB 10:53:09 security-proxy-auth latest ad4e2d3cd9e9 3 seconds ago 19.4MB 10:53:09 security-spiffe-token-provider latest 877812b944d5 4 seconds ago 33.5MB 10:53:09 core-data latest 6f8bc63ee4ab 4 seconds ago 21.2MB 10:53:09 support-notifications latest d585983cd650 4 seconds ago 34.3MB 10:53:09 support-scheduler latest 99e6c5e9adf8 4 seconds ago 33.7MB 10:53:09 core-metadata latest 97049736a763 4 seconds ago 21.6MB 10:53:09 core-command latest d24242dad538 4 seconds ago 21MB 10:53:09 security-spire-agent latest 07b3e7498280 2 minutes ago 161MB 10:53:09 security-spire-config latest e7d2a25d6851 2 minutes ago 102MB 10:53:09 security-spire-server latest 80d6c40f95f5 2 minutes ago 103MB 10:53:09 ci-base-image-x86_64 latest e2fe6155119a 5 minutes ago 1.07GB 10:53:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 8 weeks ago 696MB 10:53:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB 10:53:09 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] } 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 10:54:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:54:14 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:54:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:54:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:54:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:54:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:54:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:54:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.278s coverage: 28.7% of statements 10:54:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.290s coverage: 97.0% of statements 10:54:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 10:54:40 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 10:54:40 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:54:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.381s coverage: 69.4% of statements 10:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:54:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.312s coverage: 53.0% of statements 10:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:55:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.425s coverage: 93.4% of statements 10:55:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.444s coverage: 3.8% of statements 10:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.572s coverage: 97.6% of statements 10:55:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:55:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:55:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:55:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:55:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:55:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:55:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:55:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.230s coverage: 72.2% of statements 10:55:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:55:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:55:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.454s coverage: 0.9% of statements 10:55:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.265s coverage: 32.2% of statements 10:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.323s coverage: 42.9% of statements 10:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.245s coverage: 82.9% of statements 10:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements 10:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.297s coverage: 96.3% of statements 10:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.230s coverage: 87.5% of statements 10:55:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:55:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:55:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:55:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:55:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:55:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 10:55:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 10:55:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 10:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.216s coverage: 94.4% of statements 10:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:55:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:55:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:55:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.110s coverage: 79.9% of statements 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.262s coverage: 92.9% of statements 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 64.4% of statements 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.216s coverage: 62.3% of statements 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.204s coverage: 87.2% of statements 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.194s coverage: 20.0% of statements 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements 10:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.451s coverage: 81.8% of statements 10:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 10:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.491s coverage: 82.1% of statements 10:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 86.0% of statements 10:56:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:56:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:56:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.979s coverage: 63.1% of statements 10:56:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.274s coverage: 100.0% of statements 10:56:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.178s coverage: 89.4% of statements 10:56:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.130s coverage: 100.0% of statements 10:56:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 10:56:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 10:56:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 10:56:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 10:56:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 10:56:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:56:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:56:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:56:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.986s coverage: 38.4% of statements 10:56:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.258s coverage: 89.5% of statements 10:56:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:56:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:56:24 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:56:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:56:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.231s coverage: 84.8% of statements 10:56:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:56:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:56:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:56:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:56:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.323s coverage: 19.9% of statements 10:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:56:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.580s coverage: 95.7% of statements 10:56:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:56:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:56:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.313s coverage: 61.8% of statements 10:56:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:56:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:56:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.391s coverage: 98.9% of statements 10:56:45 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 10:56:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:56:45 go vet ./... 10:59:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:59:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:59:22 ./bin/test-attribution-txt.sh 10:59:22 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 10:59:22 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 10:59:22 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 10:59:22 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 10:59:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 10:59:22 + ls -al . 10:59:22 total 728 10:59:22 drwxrwxr-x 11 1001 1001 4096 Sep 8 10:51 . 10:59:22 drwxr-xr-x 4 root root 4096 Sep 8 10:51 .. 10:59:22 drwxrwxr-x 2 1001 1001 4096 Sep 8 10:49 .blubracket 10:59:22 -rw-rw-r-- 1 1001 1001 16 Sep 8 10:49 .dockerignore 10:59:22 drwxrwxr-x 8 1001 1001 4096 Sep 8 10:49 .git 10:59:22 drwxrwxr-x 3 1001 1001 4096 Sep 8 10:49 .github 10:59:22 -rw-rw-r-- 1 1001 1001 1173 Sep 8 10:49 .gitignore 10:59:22 -rw-rw-r-- 1 1001 1001 42 Sep 8 10:49 .golangci.yml 10:59:22 -rw-rw-r-- 1 1001 1001 100 Sep 8 10:49 .hadolint.yml 10:59:22 -rw-rw-r-- 1 1001 1001 166 Sep 8 10:49 .sonarcloud.properties 10:59:22 -rw-rw-r-- 1 1001 1001 1171 Sep 8 10:49 ADOPTERS.md 10:59:22 -rw-rw-r-- 1 1001 1001 11152 Sep 8 10:49 Attribution.txt 10:59:22 -rw-rw-r-- 1 1001 1001 93407 Sep 8 10:49 CHANGELOG.md 10:59:22 -rw-rw-r-- 1 1001 1001 3804 Sep 8 10:49 CONTRIBUTING.md 10:59:22 -rw-rw-r-- 1 1001 1001 677 Sep 8 10:49 GOVERNANCE.md 10:59:22 -rw-rw-r-- 1 1001 1001 883 Sep 8 10:49 Jenkinsfile 10:59:22 -rw-rw-r-- 1 1001 1001 10775 Sep 8 10:49 LICENSE 10:59:22 -rw-rw-r-- 1 1001 1001 14764 Sep 8 10:49 Makefile 10:59:22 -rw-rw-r-- 1 1001 1001 582 Sep 8 10:49 OWNERS.md 10:59:22 -rw-rw-r-- 1 1001 1001 9923 Sep 8 10:49 README.md 10:59:22 -rw-rw-r-- 1 1001 1001 789 Sep 8 10:49 SECURITY.md 10:59:22 -rw-rw-r-- 1 1001 1001 5 Sep 8 10:47 VERSION 10:59:22 drwxrwxr-x 2 1001 1001 4096 Sep 8 10:49 bin 10:59:22 drwxrwxr-x 18 1001 1001 4096 Sep 8 10:49 cmd 10:59:22 -rw-r--r-- 1 root root 453491 Sep 8 10:56 coverage.out 10:59:22 drwxrwxr-x 2 1001 1001 4096 Sep 8 10:49 fuzz_test 10:59:22 -rw-rw-r-- 1 1001 1001 3687 Sep 8 10:49 go.mod 10:59:22 -rw-rw-r-- 1 1001 1001 33714 Sep 8 10:49 go.sum 10:59:22 drwxrwxr-x 7 1001 1001 4096 Sep 8 10:49 internal 10:59:22 drwxrwxr-x 3 1001 1001 4096 Sep 8 10:49 openapi 10:59:22 -rw-rw-r-- 1 1001 1001 594 Sep 8 10:49 security.txt 10:59:22 drwxrwxr-x 4 1001 1001 4096 Sep 8 10:49 snap 10:59:22 -rw-rw-r-- 1 1001 1001 204 Sep 8 10:49 version.go [Pipeline] sh 10:59:23 + '[' -e coverage.out ] 10:59:23 + chown 1001:1001 coverage.out [Pipeline] stash 10:59:23 Warning: overwriting stash ‘coverage-report’ 10:59:24 Stashed 1 file(s) [Pipeline] sh 10:59:24 + make build 10:59:24 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 11:01:01 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 11:01:05 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 11:01:10 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 11:01:13 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 11:01:52 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 11:01:57 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 11:02:06 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 11:02:10 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 11:02:14 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 11:02:18 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 11:02:24 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] } 11:02:30 $ docker stop --time=1 d9999a61d631d6c91ad768b517fdeeb10651610b942e5da980b7d8db8a5bd0d1 11:02:34 $ 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 11:02:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:37 11:02:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:38 latest: Pulling from edgex-devops/edgex-compose-arm64 11:02:38 547446be3368: Pulling fs layer 11:02:38 d125d8839a47: Pulling fs layer 11:02:38 3e85d5ac6304: Pulling fs layer 11:02:38 c3105a71a48b: Pulling fs layer 11:02:38 0f093f025ec4: Pulling fs layer 11:02:38 c3106fc0e877: Pulling fs layer 11:02:38 c3105a71a48b: Waiting 11:02:38 0f093f025ec4: Waiting 11:02:38 c3106fc0e877: Waiting 11:02:38 547446be3368: Verifying Checksum 11:02:38 547446be3368: Download complete 11:02:38 c3105a71a48b: Verifying Checksum 11:02:38 c3105a71a48b: Download complete 11:02:38 d125d8839a47: Verifying Checksum 11:02:38 d125d8839a47: Download complete 11:02:38 c3106fc0e877: Verifying Checksum 11:02:38 c3106fc0e877: Download complete 11:02:38 0f093f025ec4: Verifying Checksum 11:02:38 0f093f025ec4: Download complete 11:02:38 547446be3368: Pull complete 11:02:39 d125d8839a47: Pull complete 11:02:40 3e85d5ac6304: Verifying Checksum 11:02:40 3e85d5ac6304: Download complete 11:02:48 3e85d5ac6304: Pull complete 11:02:48 c3105a71a48b: Pull complete 11:02:49 0f093f025ec4: Pull complete 11:02:49 c3106fc0e877: Pull complete 11:02:49 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 11:02:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:02:49 prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container 11:02:50 $ 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 11:02:52 $ docker top cfcb1cc251d0a372d37cc0c627374aba4f857c73cddf574041aa41cbb633e112 -eo pid,comm [Pipeline] { [Pipeline] sh 11:02:52 + docker compose -f ./docker-compose-build.yml build --parallel 11:03:00 #1 [security-proxy-auth internal] load build definition from Dockerfile 11:03:01 #1 transferring dockerfile: 2.04kB done 11:03:01 #1 DONE 0.6s 11:03:01 11:03:01 #2 [core-command internal] load build definition from Dockerfile 11:03:01 #2 transferring dockerfile: 1.82kB 0.0s done 11:03:01 #2 DONE 0.1s 11:03:01 11:03:01 #3 [security-spire-config internal] load build definition from Dockerfile 11:03:01 #3 transferring dockerfile: 1.58kB 0.0s done 11:03:01 #3 DONE 0.1s 11:03:01 11:03:01 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 11:03:01 #4 transferring dockerfile: 1.78kB done 11:03:01 #4 DONE 0.1s 11:03:01 11:03:01 #5 [security-spire-agent internal] load build definition from Dockerfile 11:03:01 #5 transferring dockerfile: 1.70kB done 11:03:01 #5 DONE 0.1s 11:03:01 11:03:01 #6 [support-notifications internal] load build definition from Dockerfile 11:03:02 #6 transferring dockerfile: 1.84kB done 11:03:02 #6 DONE 0.1s 11:03:02 11:03:02 #7 [security-bootstrapper internal] load build definition from Dockerfile 11:03:02 #7 transferring dockerfile: 2.82kB done 11:03:02 #7 DONE 0.0s 11:03:02 11:03:02 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 11:03:02 #8 transferring dockerfile: 2.12kB done 11:03:02 #8 DONE 0.1s 11:03:02 11:03:02 #9 [core-metadata internal] load build definition from Dockerfile 11:03:02 #9 transferring dockerfile: 1.96kB done 11:03:02 #9 DONE 0.1s 11:03:02 11:03:02 #10 [security-secretstore-setup internal] load build definition from Dockerfile 11:03:02 #10 transferring dockerfile: 2.38kB done 11:03:02 #10 DONE 0.1s 11:03:02 11:03:02 #11 [security-proxy-setup internal] load build definition from Dockerfile 11:03:02 #11 transferring dockerfile: 2.39kB 0.0s done 11:03:02 #11 DONE 0.1s 11:03:02 11:03:02 #12 [security-spire-server internal] load build definition from Dockerfile 11:03:02 #12 transferring dockerfile: 1.59kB done 11:03:02 #12 DONE 0.1s 11:03:02 11:03:02 #13 [support-scheduler internal] load build definition from Dockerfile 11:03:02 #13 transferring dockerfile: 1.82kB done 11:03:02 #13 DONE 0.1s 11:03:02 11:03:02 #14 [core-data internal] load build definition from Dockerfile 11:03:02 #14 transferring dockerfile: 1.90kB done 11:03:02 #14 DONE 0.1s 11:03:02 11:03:02 #15 [security-proxy-auth internal] load .dockerignore 11:03:02 #15 transferring context: 56B 0.0s done 11:03:02 #15 DONE 0.1s 11:03:03 11:03:03 #16 [core-command internal] load .dockerignore 11:03:03 #16 transferring context: 56B done 11:03:03 #16 DONE 0.0s 11:03:03 11:03:03 #17 [security-spire-config internal] load .dockerignore 11:03:03 #17 transferring context: 56B done 11:03:03 #17 DONE 0.0s 11:03:03 11:03:03 #18 [security-spiffe-token-provider internal] load .dockerignore 11:03:03 #18 transferring context: 56B done 11:03:03 #18 DONE 0.1s 11:03:03 11:03:03 #19 [security-spire-agent internal] load .dockerignore 11:03:03 #19 transferring context: 56B done 11:03:03 #19 DONE 0.1s 11:03:03 11:03:03 #20 [support-notifications internal] load .dockerignore 11:03:03 #20 transferring context: 56B done 11:03:03 #20 DONE 0.0s 11:03:03 11:03:03 #21 [security-bootstrapper internal] load .dockerignore 11:03:03 #21 transferring context: 56B 0.0s done 11:03:03 #21 DONE 0.0s 11:03:03 11:03:03 #22 [core-common-config-bootstrapper internal] load .dockerignore 11:03:03 #22 transferring context: 56B 0.0s done 11:03:03 #22 DONE 0.1s 11:03:03 11:03:03 #23 [core-metadata internal] load .dockerignore 11:03:03 #23 transferring context: 56B 0.0s done 11:03:03 #23 DONE 0.1s 11:03:03 11:03:03 #24 [security-secretstore-setup internal] load .dockerignore 11:03:03 #24 transferring context: 56B done 11:03:03 #24 DONE 0.1s 11:03:03 11:03:03 #25 [security-proxy-setup internal] load .dockerignore 11:03:03 #25 transferring context: 56B done 11:03:03 #25 DONE 0.1s 11:03:03 11:03:03 #26 [security-spire-server internal] load .dockerignore 11:03:03 #26 transferring context: 56B 0.0s done 11:03:03 #26 DONE 0.1s 11:03:03 11:03:03 #27 [support-scheduler internal] load .dockerignore 11:03:03 #27 transferring context: 56B 0.0s done 11:03:03 #27 DONE 0.0s 11:03:03 11:03:03 #28 [core-data internal] load .dockerignore 11:03:03 #28 transferring context: 56B done 11:03:03 #28 DONE 0.0s 11:03:03 11:03:03 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:03 #29 DONE 0.0s 11:03:03 11:03:03 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 11:03:04 #30 DONE 0.1s 11:03:04 11:03:04 #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:03:04 #31 DONE 0.0s 11:03:04 11:03:04 #32 [security-proxy-auth internal] load build context 11:03:04 #32 ... 11:03:04 11:03:04 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:04 #29 DONE 0.0s 11:03:04 11:03:04 #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:03:04 #33 DONE 0.9s 11:03:04 11:03:04 #32 [security-proxy-auth internal] load build context 11:03:05 #32 ... 11:03:05 11:03:05 #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 11:03:05 #30 DONE 0.3s 11:03:05 11:03:05 #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:03:05 #33 DONE 1.5s 11:03:05 11:03:05 #34 [core-command builder 2/7] WORKDIR /edgex-go 11:03:05 #34 DONE 0.6s 11:03:05 11:03:05 #32 [security-proxy-auth internal] load build context 11:03:05 #32 ... 11:03:05 11:03:05 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:05 #29 DONE 0.0s 11:03:05 11:03:05 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 11:03:05 #30 DONE 0.4s 11:03:05 11:03:05 #32 [security-proxy-auth internal] load build context 11:03:05 #32 ... 11:03:05 11:03:05 #33 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:03:05 #33 DONE 1.7s 11:03:05 11:03:05 #34 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 11:03:05 #34 DONE 0.7s 11:03:05 11:03:05 #32 [security-proxy-auth internal] load build context 11:03:05 #32 ... 11:03:05 11:03:05 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:05 #29 DONE 0.0s 11:03:05 11:03:05 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 11:03:05 #30 DONE 0.5s 11:03:05 11:03:05 #32 [security-proxy-auth internal] load build context 11:03:05 #32 ... 11:03:05 11:03:05 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:05 #29 DONE 0.0s 11:03:05 11:03:05 #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:03:05 #33 DONE 1.7s 11:03:05 11:03:05 #34 [support-notifications builder 2/7] WORKDIR /edgex-go 11:03:05 #34 DONE 0.8s 11:03:05 11:03:05 #32 [security-proxy-auth internal] load build context 11:03:05 #32 ... 11:03:05 11:03:05 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:05 #29 DONE 0.0s 11:03:05 11:03:05 #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:03:05 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 11:03:05 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 11:03:05 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 11:03:05 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 11:03:05 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 11:03:05 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done 11:03:05 #31 DONE 2.5s 11:03:05 11:03:05 #32 [security-proxy-auth internal] load build context 11:03:06 #32 ... 11:03:06 11:03:06 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:06 #29 DONE 0.0s 11:03:06 11:03:06 #32 [security-proxy-auth internal] load build context 11:03:06 #32 ... 11:03:06 11:03:06 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:06 #29 DONE 0.0s 11:03:06 11:03:06 #32 [security-proxy-auth internal] load build context 11:03:06 #32 ... 11:03:06 11:03:06 #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:03:06 #33 DONE 1.8s 11:03:06 11:03:06 #34 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 11:03:06 #34 DONE 0.8s 11:03:06 11:03:06 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:06 #29 DONE 0.0s 11:03:06 11:03:06 #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:03:06 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 11:03:06 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 11:03:06 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 11:03:06 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 11:03:06 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 11:03:06 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done 11:03:06 #31 DONE 2.5s 11:03:06 11:03:06 #32 [security-proxy-auth internal] load build context 11:03:06 #32 ... 11:03:06 11:03:06 #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:03:06 #33 DONE 1.8s 11:03:06 11:03:06 #34 [core-metadata builder 2/7] WORKDIR /edgex-go 11:03:06 #34 DONE 0.8s 11:03:06 11:03:06 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:06 #29 DONE 0.0s 11:03:06 11:03:06 #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:03:06 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 11:03:06 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 11:03:06 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 11:03:06 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 11:03:06 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 11:03:06 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done 11:03:06 #31 DONE 2.6s 11:03:06 11:03:06 #32 [security-proxy-auth internal] load build context 11:03:06 #32 ... 11:03:06 11:03:06 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:03:06 #29 DONE 0.0s 11:03:06 11:03:06 #32 [security-proxy-auth internal] load build context 11:03:07 #32 ... 11:03:07 11:03:07 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 11:03:07 #35 DONE 2.2s 11:03:07 11:03:07 #32 [security-proxy-auth internal] load build context 11:03:08 #32 ... 11:03:08 11:03:08 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 11:03:08 #36 DONE 2.7s 11:03:08 11:03:08 #37 [core-command internal] load build context 11:03:08 #37 ... 11:03:08 11:03:08 #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 11:03:08 #30 DONE 2.7s 11:03:08 11:03:08 #37 [core-command internal] load build context 11:03:08 #37 ... 11:03:08 11:03:08 #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:03:08 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 11:03:08 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 11:03:08 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 11:03:08 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 11:03:08 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 11:03:08 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done 11:03:08 #31 DONE 2.6s 11:03:08 11:03:08 #38 [security-spire-config internal] load build context 11:03:08 #38 DONE 0.0s 11:03:08 11:03:08 #37 [core-command internal] load build context 11:03:08 #37 transferring context: 21.76MB 3.2s 11:03:08 #37 ... 11:03:08 11:03:08 #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:03:08 #33 DONE 1.9s 11:03:08 11:03:08 #34 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 11:03:08 #34 DONE 1.0s 11:03:08 11:03:08 #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 11:03:08 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 11:03:08 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 11:03:08 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 11:03:08 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 11:03:08 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 11:03:08 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s done 11:03:08 #31 DONE 2.7s 11:03:08 11:03:08 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:03:08 #39 DONE 0.0s 11:03:08 11:03:08 #37 [core-command internal] load build context 11:03:10 #37 ... 11:03:10 11:03:10 #38 [security-spire-config internal] load build context 11:03:10 #38 transferring context: 15.84kB 0.7s done 11:03:10 #38 DONE 1.3s 11:03:10 11:03:10 #37 [core-command internal] load build context 11:03:12 #37 ... 11:03:12 11:03:12 #40 [security-spire-server internal] load build context 11:03:12 #40 transferring context: 17.59kB 0.7s done 11:03:12 #40 DONE 3.3s 11:03:12 11:03:12 #37 [core-command internal] load build context 11:03:13 #37 ... 11:03:13 11:03:13 #41 [security-spire-agent internal] load build context 11:03:13 #41 transferring context: 17.12kB 0.6s done 11:03:13 #41 DONE 4.4s 11:03:13 11:03:13 #37 [core-command internal] load build context 11:03:14 #37 ... 11:03:14 11:03:14 #42 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 11:03:14 #0 4.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:14 #0 4.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:14 #0 6.690 OK: 263 MiB in 53 packages 11:03:14 #42 DONE 10.1s 11:03:14 11:03:14 #37 [core-command internal] load build context 11:03:15 #37 ... 11:03:15 11:03:15 #43 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:03:15 #0 7.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:15 #0 8.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:15 #43 ... 11:03:15 11:03:15 #44 [security-spiffe-token-provider internal] load build context 11:03:15 #44 ... 11:03:15 11:03:15 #45 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 11:03:15 #0 5.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:15 #0 7.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:15 #45 ... 11:03:15 11:03:15 #46 [support-notifications internal] load build context 11:03:15 #46 ... 11:03:15 11:03:15 #47 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 11:03:15 #0 5.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:15 #0 6.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:15 #0 9.552 (1/2) Installing ca-certificates (20230506-r0) 11:03:15 #0 10.01 (2/2) Installing dumb-init (1.2.5-r2) 11:03:15 #0 10.04 Executing busybox-1.35.0-r29.trigger 11:03:16 #47 ... 11:03:16 11:03:16 #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:03:16 #48 ... 11:03:16 11:03:16 #49 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init 11:03:16 #0 8.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:16 #0 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:16 #49 ... 11:03:16 11:03:16 #50 [security-bootstrapper internal] load build context 11:03:16 #50 transferring context: 3.08MB 8.9s 11:03:16 #50 ... 11:03:16 11:03:16 #51 [core-common-config-bootstrapper internal] load build context 11:03:16 #51 ... 11:03:16 11:03:16 #52 [security-secretstore-setup internal] load build context 11:03:16 #52 ... 11:03:16 11:03:16 #53 [core-metadata internal] load build context 11:03:16 #53 ... 11:03:16 11:03:16 #54 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 11:03:16 #0 9.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:16 #54 ... 11:03:16 11:03:16 #52 [security-secretstore-setup internal] load build context 11:03:17 #52 ... 11:03:17 11:03:17 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:03:17 #55 ... 11:03:17 11:03:17 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:17 #56 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 3.0s done 11:03:17 #56 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 11:03:17 #56 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 11:03:17 #56 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 11:03:17 #56 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.2s done 11:03:17 #56 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.3s done 11:03:17 #56 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 11:03:17 #56 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 3.4s 11:03:17 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 3.4s 11:03:17 #56 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 3.6s 11:03:17 #56 ... 11:03:17 11:03:17 #45 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 11:03:17 #45 11.49 OK: 263 MiB in 53 packages 11:03:17 #45 ... 11:03:17 11:03:17 #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 11:03:17 #57 ... 11:03:17 11:03:17 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:17 #56 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 3.6s done 11:03:17 #56 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 11:03:17 #56 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done 11:03:18 #56 ... 11:03:18 11:03:18 #32 [security-proxy-auth internal] load build context 11:03:18 #32 ... 11:03:18 11:03:18 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:18 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 4.9s 11:03:18 #56 ... 11:03:18 11:03:18 #58 [support-scheduler internal] load build context 11:03:18 #58 ... 11:03:18 11:03:18 #59 [core-data internal] load build context 11:03:18 #59 ... 11:03:18 11:03:18 #60 [security-proxy-setup internal] load build context 11:03:19 #60 ... 11:03:19 11:03:19 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:03:19 #39 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 3.0s done 11:03:19 #39 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 11:03:19 #39 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 11:03:19 #39 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 11:03:19 #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.5s done 11:03:19 #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.6s done 11:03:19 #39 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.0s done 11:03:19 #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 11:03:19 #39 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.04MB / 17.12MB 5.4s 11:03:19 #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done 11:03:19 #39 ... 11:03:19 11:03:19 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:19 #56 ... 11:03:19 11:03:19 #45 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 11:03:19 #45 DONE 13.7s 11:03:19 11:03:19 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:19 #56 ... 11:03:19 11:03:19 #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:03:19 #61 ... 11:03:19 11:03:19 #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:03:20 #62 ... 11:03:20 11:03:20 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:20 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 6.4s 11:03:20 #56 ... 11:03:20 11:03:20 #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:03:20 #63 ... 11:03:20 11:03:20 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:20 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 7.0s 11:03:20 #56 ... 11:03:20 11:03:20 #64 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 11:03:20 #64 ... 11:03:20 11:03:20 #47 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 11:03:20 #47 10.28 Executing ca-certificates-20230506-r0.trigger 11:03:20 #47 13.06 OK: 8 MiB in 17 packages 11:03:20 #47 DONE 14.8s 11:03:20 11:03:20 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:21 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 7.6s 11:03:21 #56 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 11:03:21 #56 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done 11:03:21 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 8.3s 11:03:22 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.15MB / 23.39MB 8.9s 11:03:23 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 9.2s 11:03:23 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 9.5s 11:03:23 #56 ... 11:03:23 11:03:23 #49 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 11:03:23 #49 15.45 (1/1) Installing dumb-init (1.2.5-r2) 11:03:23 #49 15.53 Executing busybox-1.35.0-r29.trigger 11:03:23 #49 15.64 OK: 8 MiB in 16 packages 11:03:23 #49 DONE 18.4s 11:03:23 11:03:23 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:23 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.22MB / 23.39MB 9.7s 11:03:23 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.67MB / 23.39MB 9.9s 11:03:23 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 10.1s 11:03:24 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 10.4s 11:03:24 #56 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 10.5s done 11:03:24 #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0.0s 11:03:25 #56 ... 11:03:25 11:03:25 #37 [core-command internal] load build context 11:03:25 #37 transferring context: 56.94MB 20.4s 11:03:25 #37 ... 11:03:25 11:03:25 #44 [security-spiffe-token-provider internal] load build context 11:03:25 #44 ... 11:03:25 11:03:25 #37 [core-command internal] load build context 11:03:26 #37 ... 11:03:26 11:03:26 #46 [support-notifications internal] load build context 11:03:26 #46 ... 11:03:26 11:03:26 #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:03:26 #48 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:26 #48 12.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:26 #48 18.00 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 11:03:26 #48 18.00 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 11:03:26 #48 18.00 OK: 17689 distinct packages available 11:03:26 #48 19.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:26 #48 ... 11:03:26 11:03:26 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:27 #56 ... 11:03:27 11:03:27 #50 [security-bootstrapper internal] load build context 11:03:27 #50 ... 11:03:27 11:03:27 #51 [core-common-config-bootstrapper internal] load build context 11:03:27 #51 ... 11:03:27 11:03:27 #52 [security-secretstore-setup internal] load build context 11:03:27 #52 ... 11:03:27 11:03:27 #53 [core-metadata internal] load build context 11:03:27 #53 ... 11:03:27 11:03:27 #52 [security-secretstore-setup internal] load build context 11:03:27 #52 ... 11:03:27 11:03:27 #54 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 11:03:27 #54 11.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:27 #54 18.76 OK: 263 MiB in 53 packages 11:03:27 #54 DONE 21.4s 11:03:27 11:03:27 #52 [security-secretstore-setup internal] load build context 11:03:28 #52 ... 11:03:28 11:03:28 #32 [security-proxy-auth internal] load build context 11:03:28 #32 ... 11:03:28 11:03:28 #52 [security-secretstore-setup internal] load build context 11:03:28 #52 ... 11:03:28 11:03:28 #59 [core-data internal] load build context 11:03:28 #59 ... 11:03:28 11:03:28 #58 [support-scheduler internal] load build context 11:03:29 #58 ... 11:03:29 11:03:29 #60 [security-proxy-setup internal] load build context 11:03:29 #60 ... 11:03:29 11:03:29 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:03:29 #55 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:29 #55 14.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:29 #55 21.33 (1/4) Installing ca-certificates (20230506-r0) 11:03:29 #55 22.15 (2/4) Installing dumb-init (1.2.5-r2) 11:03:29 #55 22.28 (3/4) Installing su-exec (0.2-r2) 11:03:29 #55 22.30 (4/4) Installing yq (4.30.4-r4) 11:03:29 #55 ... 11:03:29 11:03:29 #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 11:03:29 #57 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:29 #57 14.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:29 #57 20.80 (1/2) Installing dumb-init (1.2.5-r2) 11:03:29 #57 20.83 (2/2) Installing su-exec (0.2-r2) 11:03:29 #57 20.92 Executing busybox-1.35.0-r29.trigger 11:03:29 #57 21.29 OK: 8 MiB in 17 packages 11:03:29 #57 ... 11:03:29 11:03:29 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:03:29 #39 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 9.9s done 11:03:29 #39 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 11:03:29 #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.1s 11:03:29 #39 ... 11:03:29 11:03:29 #43 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:03:29 #43 14.14 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 11:03:29 #43 14.14 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 11:03:29 #43 14.14 OK: 17694 distinct packages available 11:03:29 #43 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:29 #43 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:29 #43 ... 11:03:29 11:03:29 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:03:30 #39 ... 11:03:30 11:03:30 #57 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 11:03:30 #57 DONE 23.3s 11:03:30 11:03:30 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:03:30 #55 23.68 Executing busybox-1.35.0-r29.trigger 11:03:30 #55 23.86 Executing ca-certificates-20230506-r0.trigger 11:03:31 #55 ... 11:03:31 11:03:31 #64 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 11:03:31 #64 10.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:31 #64 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:31 #64 20.73 (1/1) Installing dumb-init (1.2.5-r2) 11:03:31 #64 20.78 Executing busybox-1.35.0-r29.trigger 11:03:31 #64 20.94 OK: 8 MiB in 16 packages 11:03:31 #64 ... 11:03:31 11:03:31 #51 [core-common-config-bootstrapper internal] load build context 11:03:31 #51 transferring context: 54.48MB 24.3s 11:03:32 #51 ... 11:03:32 11:03:32 #43 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:03:32 #43 25.61 OK: 263 MiB in 53 packages 11:03:32 #43 DONE 27.0s 11:03:32 11:03:32 #51 [core-common-config-bootstrapper internal] load build context 11:03:32 #51 ... 11:03:32 11:03:32 #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:03:32 #62 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:32 #62 16.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:32 #62 22.82 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 11:03:32 #62 22.82 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 11:03:32 #62 22.82 OK: 17689 distinct packages available 11:03:32 #62 ... 11:03:32 11:03:32 #51 [core-common-config-bootstrapper internal] load build context 11:03:33 #51 ... 11:03:33 11:03:33 #64 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 11:03:33 #64 DONE 22.6s 11:03:33 11:03:33 #51 [core-common-config-bootstrapper internal] load build context 11:03:33 #51 ... 11:03:33 11:03:33 #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:03:33 #63 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:33 #63 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:33 #63 ... 11:03:33 11:03:33 #37 [core-command internal] load build context 11:03:33 #37 ... 11:03:33 11:03:33 #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:03:33 #62 23.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:33 #62 ... 11:03:33 11:03:33 #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:03:33 #61 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:33 #61 17.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:33 #61 23.90 v3.17.5-60-gdb52d291125 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 11:03:33 #61 23.90 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 11:03:33 #61 23.90 OK: 17689 distinct packages available 11:03:33 #61 ... 11:03:33 11:03:33 #51 [core-common-config-bootstrapper internal] load build context 11:03:34 #51 ... 11:03:34 11:03:34 #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:03:34 #55 26.10 OK: 17 MiB in 19 packages 11:03:34 #55 DONE 27.3s 11:03:34 11:03:34 #51 [core-common-config-bootstrapper internal] load build context 11:03:35 #51 ... 11:03:35 11:03:35 #63 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:03:35 #63 23.65 (1/4) Installing dumb-init (1.2.5-r2) 11:03:35 #63 23.65 (2/4) Installing openssl (3.0.10-r0) 11:03:35 #63 23.73 (3/4) Installing su-exec (0.2-r2) 11:03:35 #63 23.73 (4/4) Installing yq (4.30.4-r4) 11:03:35 #63 24.33 Executing busybox-1.35.0-r29.trigger 11:03:35 #63 24.39 OK: 17 MiB in 19 packages 11:03:35 #63 DONE 25.5s 11:03:35 11:03:35 #44 [security-spiffe-token-provider internal] load build context 11:03:36 #44 ... 11:03:36 11:03:36 #51 [core-common-config-bootstrapper internal] load build context 11:03:36 #51 transferring context: 68.28MB 29.4s 11:03:36 #51 ... 11:03:36 11:03:36 #46 [support-notifications internal] load build context 11:03:36 #46 ... 11:03:36 11:03:36 #44 [security-spiffe-token-provider internal] load build context 11:03:36 #44 ... 11:03:36 11:03:36 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:36 #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.4s 11:03:37 #56 ... 11:03:37 11:03:37 #37 [core-command internal] load build context 11:03:37 #37 ... 11:03:37 11:03:37 #65 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 11:03:37 #65 DONE 6.2s 11:03:37 11:03:37 #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:03:37 #48 22.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:37 #48 27.59 (1/9) Installing ca-certificates (20230506-r0) 11:03:37 #48 27.86 (2/9) Installing brotli-libs (1.0.9-r9) 11:03:37 #48 27.96 (3/9) Installing nghttp2-libs (1.51.0-r1) 11:03:37 #48 28.04 (4/9) Installing libcurl (8.2.1-r0) 11:03:37 #48 28.16 (5/9) Installing curl (8.2.1-r0) 11:03:37 #48 28.24 (6/9) Installing dumb-init (1.2.5-r2) 11:03:37 #48 28.24 (7/9) Installing musl-obstack (1.2.3-r0) 11:03:37 #48 28.24 (8/9) Installing libucontext (1.2-r0) 11:03:37 #48 28.30 (9/9) Installing gcompat (1.1.0-r0) 11:03:37 #48 28.30 Executing busybox-1.35.0-r29.trigger 11:03:37 #48 28.50 Executing ca-certificates-20230506-r0.trigger 11:03:37 #48 29.59 OK: 11 MiB in 24 packages 11:03:37 #48 DONE 30.9s 11:03:37 11:03:37 #50 [security-bootstrapper internal] load build context 11:03:37 #50 ... 11:03:37 11:03:37 #37 [core-command internal] load build context 11:03:37 #37 ... 11:03:37 11:03:37 #53 [core-metadata internal] load build context 11:03:37 #53 ... 11:03:37 11:03:37 #66 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 11:03:37 #66 DONE 1.7s 11:03:37 11:03:37 #53 [core-metadata internal] load build context 11:03:37 #53 ... 11:03:37 11:03:37 #37 [core-command internal] load build context 11:03:38 #37 ... 11:03:38 11:03:38 #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:03:38 #62 25.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:38 #62 27.04 (1/5) Installing dumb-init (1.2.5-r2) 11:03:38 #62 27.06 (2/5) Installing musl-obstack (1.2.3-r0) 11:03:38 #62 27.07 (3/5) Installing libucontext (1.2-r0) 11:03:38 #62 27.08 (4/5) Installing gcompat (1.1.0-r0) 11:03:38 #62 27.09 (5/5) Installing openssl (3.0.10-r0) 11:03:38 #62 27.19 Executing busybox-1.35.0-r29.trigger 11:03:38 #62 27.27 OK: 9 MiB in 20 packages 11:03:38 #62 DONE 28.4s 11:03:38 11:03:38 #37 [core-command internal] load build context 11:03:38 #37 ... 11:03:38 11:03:38 #61 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:03:38 #61 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 11:03:38 #61 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 11:03:38 #61 27.74 (1/4) Installing dumb-init (1.2.5-r2) 11:03:38 #61 27.74 (2/4) Installing musl-obstack (1.2.3-r0) 11:03:38 #61 27.74 (3/4) Installing libucontext (1.2-r0) 11:03:38 #61 27.74 (4/4) Installing gcompat (1.1.0-r0) 11:03:38 #61 27.74 Executing busybox-1.35.0-r29.trigger 11:03:38 #61 27.83 OK: 8 MiB in 19 packages 11:03:38 #61 DONE 28.7s 11:03:38 11:03:38 #37 [core-command internal] load build context 11:03:38 #37 ... 11:03:38 11:03:38 #32 [security-proxy-auth internal] load build context 11:03:38 #32 ... 11:03:38 11:03:38 #37 [core-command internal] load build context 11:03:38 #37 ... 11:03:38 11:03:38 #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 11:03:38 #67 DONE 1.9s 11:03:38 11:03:38 #37 [core-command internal] load build context 11:03:39 #37 ... 11:03:39 11:03:39 #52 [security-secretstore-setup internal] load build context 11:03:39 #52 ... 11:03:39 11:03:39 #37 [core-command internal] load build context 11:03:39 #37 ... 11:03:39 11:03:39 #58 [support-scheduler internal] load build context 11:03:39 #58 ... 11:03:39 11:03:39 #59 [core-data internal] load build context 11:03:39 #59 ... 11:03:39 11:03:39 #60 [security-proxy-setup internal] load build context 11:03:39 #60 ... 11:03:39 11:03:39 #59 [core-data internal] load build context 11:03:41 #59 ... 11:03:41 11:03:41 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:03:41 #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.7s 11:03:41 #39 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.8s done 11:03:41 #39 ... 11:03:41 11:03:41 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:41 #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.3s 11:03:47 #56 ... 11:03:47 11:03:47 #51 [core-common-config-bootstrapper internal] load build context 11:03:47 #51 transferring context: 129.72MB 39.5s 11:03:47 #51 ... 11:03:47 11:03:47 #60 [security-proxy-setup internal] load build context 11:03:47 #60 ... 11:03:47 11:03:47 #46 [support-notifications internal] load build context 11:03:47 #46 ... 11:03:47 11:03:47 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:47 #56 ... 11:03:47 11:03:47 #68 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 11:03:47 #68 DONE 1.8s 11:03:47 11:03:47 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:47 #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.5s 11:03:47 #56 ... 11:03:47 11:03:47 #44 [security-spiffe-token-provider internal] load build context 11:03:47 #44 ... 11:03:47 11:03:47 #46 [support-notifications internal] load build context 11:03:47 #46 ... 11:03:47 11:03:47 #50 [security-bootstrapper internal] load build context 11:03:47 #50 ... 11:03:47 11:03:47 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:47 #56 ... 11:03:47 11:03:47 #53 [core-metadata internal] load build context 11:03:47 #53 ... 11:03:47 11:03:47 #46 [support-notifications internal] load build context 11:03:48 #46 ... 11:03:48 11:03:48 #32 [security-proxy-auth internal] load build context 11:03:49 #32 ... 11:03:49 11:03:49 #46 [support-notifications internal] load build context 11:03:49 #46 ... 11:03:49 11:03:49 #52 [security-secretstore-setup internal] load build context 11:03:49 #52 ... 11:03:49 11:03:49 #37 [core-command internal] load build context 11:03:49 #37 ... 11:03:49 11:03:49 #58 [support-scheduler internal] load build context 11:03:49 #58 ... 11:03:49 11:03:49 #46 [support-notifications internal] load build context 11:03:49 #46 ... 11:03:49 11:03:49 #32 [security-proxy-auth internal] load build context 11:03:49 #32 transferring context: 188.40MB 45.3s done 11:03:49 #32 DONE 45.6s 11:03:49 11:03:49 #46 [support-notifications internal] load build context 11:03:51 #46 ... 11:03:51 11:03:51 #69 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 11:03:51 #69 DONE 1.6s 11:03:51 11:03:51 #59 [core-data internal] load build context 11:03:51 #59 ... 11:03:51 11:03:51 #46 [support-notifications internal] load build context 11:03:51 #46 ... 11:03:51 11:03:51 #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 11:03:51 #56 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 25.7s done 11:03:51 #56 DONE 43.4s 11:03:51 11:03:51 #46 [support-notifications internal] load build context 11:03:52 #46 ... 11:03:52 11:03:52 #37 [core-command internal] load build context 11:03:52 #37 transferring context: 188.40MB 46.9s done 11:03:52 #37 DONE 47.4s 11:03:52 11:03:52 #46 [support-notifications internal] load build context 11:03:52 #46 ... 11:03:52 11:03:52 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:03:52 #39 ... 11:03:52 11:03:52 #46 [support-notifications internal] load build context 11:03:56 #46 ... 11:03:56 11:03:56 #51 [core-common-config-bootstrapper internal] load build context 11:03:56 #51 transferring context: 188.40MB 49.0s done 11:03:56 #51 DONE 49.9s 11:03:56 11:03:56 #46 [support-notifications internal] load build context 11:03:56 #46 ... 11:03:56 11:03:56 #60 [security-proxy-setup internal] load build context 11:03:56 #60 ... 11:03:56 11:03:56 #46 [support-notifications internal] load build context 11:03:57 #46 ... 11:03:57 11:03:57 #70 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:03:57 #70 DONE 2.8s 11:03:57 11:03:57 #46 [support-notifications internal] load build context 11:03:57 #46 ... 11:03:57 11:03:57 #44 [security-spiffe-token-provider internal] load build context 11:03:57 #44 ... 11:03:57 11:03:57 #60 [security-proxy-setup internal] load build context 11:03:57 #60 ... 11:03:57 11:03:57 #71 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:03:57 #71 DONE 2.6s 11:03:57 11:03:57 #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:03:57 #72 DONE 3.3s 11:03:57 11:03:57 #73 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 11:03:57 #73 ... 11:03:57 11:03:57 #50 [security-bootstrapper internal] load build context 11:03:57 #50 ... 11:03:57 11:03:57 #44 [security-spiffe-token-provider internal] load build context 11:03:58 #44 ... 11:03:58 11:03:58 #53 [core-metadata internal] load build context 11:03:58 #53 ... 11:03:58 11:03:58 #44 [security-spiffe-token-provider internal] load build context 11:03:58 #44 ... 11:03:58 11:03:58 #74 [security-spire-server stage-2 4/8] COPY Attribution.txt / 11:03:58 #74 DONE 1.0s 11:03:58 11:03:58 #73 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 11:03:58 #73 DONE 0.9s 11:03:58 11:03:58 #44 [security-spiffe-token-provider internal] load build context 11:03:58 #44 ... 11:03:58 11:03:58 #75 [security-spire-config stage-2 4/9] COPY Attribution.txt / 11:03:58 #75 DONE 0.9s 11:03:58 11:03:58 #44 [security-spiffe-token-provider internal] load build context 11:03:59 #44 ... 11:03:59 11:03:59 #52 [security-secretstore-setup internal] load build context 11:03:59 #52 ... 11:03:59 11:03:59 #76 [security-spire-server stage-2 5/8] COPY security.txt / 11:03:59 #76 DONE 1.0s 11:03:59 11:03:59 #52 [security-secretstore-setup internal] load build context 11:03:59 #52 ... 11:03:59 11:03:59 #44 [security-spiffe-token-provider internal] load build context 11:03:59 #44 ... 11:03:59 11:03:59 #46 [support-notifications internal] load build context 11:03:59 #46 transferring context: 188.40MB 53.0s done 11:03:59 #46 DONE 53.9s 11:03:59 11:03:59 #44 [security-spiffe-token-provider internal] load build context 11:03:59 #44 ... 11:03:59 11:03:59 #58 [support-scheduler internal] load build context 11:03:59 #58 ... 11:03:59 11:03:59 #77 [security-spire-agent stage-3 6/9] COPY security.txt / 11:03:59 #77 DONE 1.1s 11:03:59 11:03:59 #58 [support-scheduler internal] load build context 11:03:59 #58 ... 11:03:59 11:03:59 #78 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 11:04:00 #78 ... 11:04:00 11:04:00 #79 [security-spire-config stage-2 5/9] COPY security.txt / 11:04:00 #79 DONE 1.4s 11:04:00 11:04:00 #58 [support-scheduler internal] load build context 11:04:00 #58 ... 11:04:00 11:04:00 #80 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 11:04:00 #80 DONE 1.3s 11:04:00 11:04:00 #78 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 11:04:00 #78 DONE 1.1s 11:04:00 11:04:00 #58 [support-scheduler internal] load build context 11:04:01 #58 ... 11:04:01 11:04:01 #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:01 #81 ... 11:04:01 11:04:01 #44 [security-spiffe-token-provider internal] load build context 11:04:01 #44 transferring context: 188.40MB 55.2s done 11:04:01 #44 DONE 55.9s 11:04:01 11:04:01 #59 [core-data internal] load build context 11:04:01 #59 ... 11:04:01 11:04:01 #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 11:04:01 #82 ... 11:04:01 11:04:01 #83 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 11:04:01 #83 DONE 1.5s 11:04:01 11:04:01 #58 [support-scheduler internal] load build context 11:04:01 #58 transferring context: 188.40MB 50.9s done 11:04:02 #58 ... 11:04:02 11:04:02 #59 [core-data internal] load build context 11:04:02 #59 transferring context: 188.40MB 50.8s done 11:04:02 #59 DONE 53.5s 11:04:02 11:04:02 #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ 11:04:02 #84 DONE 2.2s 11:04:02 11:04:02 #58 [support-scheduler internal] load build context 11:04:02 #58 DONE 53.6s 11:04:02 11:04:02 #53 [core-metadata internal] load build context 11:04:02 #53 ... 11:04:02 11:04:02 #85 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 11:04:02 #85 DONE 1.5s 11:04:02 11:04:02 #53 [core-metadata internal] load build context 11:04:02 #53 ... 11:04:02 11:04:02 #60 [security-proxy-setup internal] load build context 11:04:02 #60 transferring context: 188.40MB 52.6s done 11:04:02 #60 DONE 53.9s 11:04:02 11:04:02 #53 [core-metadata internal] load build context 11:04:02 #53 ... 11:04:02 11:04:02 #86 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 11:04:02 #86 DONE 1.7s 11:04:02 11:04:02 #53 [core-metadata internal] load build context 11:04:03 #53 ... 11:04:03 11:04:03 #87 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 11:04:03 #87 DONE 1.3s 11:04:03 11:04:03 #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 11:04:03 #82 DONE 1.6s 11:04:03 11:04:03 #53 [core-metadata internal] load build context 11:04:04 #53 ... 11:04:04 11:04:04 #88 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 11:04:04 #88 DONE 1.4s 11:04:04 11:04:04 #53 [core-metadata internal] load build context 11:04:04 #53 ... 11:04:04 11:04:04 #89 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 11:04:04 #89 DONE 1.1s 11:04:04 11:04:04 #90 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 11:04:04 #90 DONE 1.3s 11:04:04 11:04:04 #53 [core-metadata internal] load build context 11:04:04 #53 transferring context: 188.40MB 56.3s done 11:04:04 #53 ... 11:04:04 11:04:04 #91 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 11:04:04 #91 DONE 1.3s 11:04:04 11:04:04 #92 [security-spire-config] exporting to image 11:04:04 #92 exporting layers 11:04:04 #92 ... 11:04:04 11:04:04 #53 [core-metadata internal] load build context 11:04:04 #53 DONE 58.5s 11:04:04 11:04:04 #50 [security-bootstrapper internal] load build context 11:04:06 #50 ... 11:04:06 11:04:06 #52 [security-secretstore-setup internal] load build context 11:04:06 #52 transferring context: 188.40MB 59.0s done 11:04:06 #52 DONE 60.4s 11:04:06 11:04:06 #50 [security-bootstrapper internal] load build context 11:04:06 #50 ... 11:04:06 11:04:06 #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:08 #93 ... 11:04:08 11:04:08 #50 [security-bootstrapper internal] load build context 11:04:08 #50 transferring context: 188.40MB 60.7s done 11:04:08 #50 DONE 62.0s 11:04:08 11:04:08 #92 [security-spire-config] exporting to image 11:04:08 #92 exporting layers 4.3s done 11:04:08 #92 writing image sha256:1b0181abdd964dcc1b54f62fe2ee0684db6d51c94e9ab6e472a396bf801161fd 0.0s done 11:04:08 #92 naming to docker.io/library/security-spire-agent-arm64 done 11:04:08 #92 writing image sha256:70d13ea98dd4ddc9143558e5dd178285334141261957eaffb17dbb6a73482697 done 11:04:08 #92 writing image sha256:7f813707545f93a529d4729f4f9772a5999cd5e060997de5a8178b5c258e81ee 0.0s done 11:04:08 #92 naming to docker.io/library/security-spire-server-arm64 done 11:04:08 #92 naming to docker.io/library/security-spire-config-arm64 done 11:04:08 #92 DONE 4.6s 11:04:08 11:04:08 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:12 #94 ... 11:04:12 11:04:12 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:44 #95 DONE 39.8s 11:04:44 11:04:44 #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:44 #93 DONE 37.7s 11:04:44 11:04:44 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:44 #94 DONE 38.7s 11:04:44 11:04:44 #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:44 #81 DONE 50.5s 11:04:44 11:04:44 #96 [security-spiffe-token-provider builder 6/7] COPY . . 11:04:45 #96 DONE 3.2s 11:04:45 11:04:45 #97 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:45 #97 CACHED 11:04:45 11:04:45 #98 [core-data builder 4/7] COPY go.mod vendor* ./ 11:04:45 #98 CACHED 11:04:45 11:04:45 #99 [core-data builder 6/7] COPY . . 11:04:45 #99 CACHED 11:04:45 11:04:45 #100 [support-scheduler builder 6/7] COPY . . 11:04:45 #100 CACHED 11:04:45 11:04:45 #101 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:45 #101 CACHED 11:04:45 11:04:45 #102 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 11:04:45 #102 CACHED 11:04:45 11:04:45 #103 [security-proxy-setup builder 6/7] COPY . . 11:04:45 #103 DONE 3.3s 11:04:45 11:04:45 #104 [security-secretstore-setup builder 6/7] COPY . . 11:04:45 #104 CACHED 11:04:45 11:04:45 #105 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:45 #105 CACHED 11:04:45 11:04:45 #106 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 11:04:45 #106 CACHED 11:04:45 11:04:45 #107 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:45 #107 CACHED 11:04:45 11:04:45 #108 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 11:04:45 #108 CACHED 11:04:45 11:04:45 #109 [security-bootstrapper builder 6/7] COPY . . 11:04:45 #109 CACHED 11:04:45 11:04:45 #110 [core-metadata builder 4/7] COPY go.mod vendor* ./ 11:04:45 #110 CACHED 11:04:45 11:04:45 #111 [core-metadata builder 6/7] COPY . . 11:04:45 #111 CACHED 11:04:45 11:04:45 #112 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:45 #112 CACHED 11:04:45 11:04:45 #113 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 11:04:45 #113 CACHED 11:04:45 11:04:45 #114 [core-common-config-bootstrapper builder 6/7] COPY . . 11:04:45 #114 CACHED 11:04:45 11:04:45 #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:45 #115 CACHED 11:04:45 11:04:45 #116 [support-notifications builder 6/7] COPY . . 11:04:45 #116 DONE 3.2s 11:04:45 11:04:45 #117 [core-command builder 4/7] COPY go.mod vendor* ./ 11:04:45 #117 CACHED 11:04:45 11:04:45 #118 [core-command builder 6/7] COPY . . 11:04:45 #118 CACHED 11:04:45 11:04:45 #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:45 #119 CACHED 11:04:45 11:04:45 #120 [security-proxy-auth builder 6/7] COPY . . 11:04:45 #120 DONE 3.3s 11:04:45 11:04:45 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:04:50 #121 ... 11:04:50 11:04:50 #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:04:50 #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 11:04:50 #122 ... 11:04:50 11:04:50 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:04:50 #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 11:04:55 #121 ... 11:04:55 11:04:55 #123 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:04:55 #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 11:04:55 #123 ... 11:04:55 11:04:55 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:04:55 #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 11:04:55 #124 ... 11:04:55 11:04:55 #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:04:55 #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 11:04:55 #125 ... 11:04:55 11:04:55 #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 11:04:55 #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 11:04:55 #126 ... 11:04:55 11:04:55 #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 11:04:55 #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 11:04:55 #127 ... 11:04:55 11:04:55 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:04:55 #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 11:04:56 #128 ... 11:04:56 11:04:56 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:04:56 #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 11:04:56 #129 ... 11:04:56 11:04:56 #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 11:04:56 #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 11:04:56 #130 ... 11:04:56 11:04:56 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:04:56 #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 11:20:03 #131 ... 11:20:03 11:20:03 #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 11:20:03 #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 11:20:05 #126 ... 11:20:05 11:20:05 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:20:05 #128 DONE 920.6s 11:20:05 11:20:05 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:20:06 #131 ... 11:20:06 11:20:06 #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 11:20:06 #132 DONE 0.2s 11:20:06 11:20:06 #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 11:20:06 #133 DONE 0.2s 11:20:06 11:20:06 #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 11:20:06 #134 DONE 0.1s 11:20:06 11:20:06 #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 11:20:06 #135 DONE 0.1s 11:20:06 11:20:06 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:20:06 #124 ... 11:20:06 11:20:06 #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:20:06 #136 DONE 0.2s 11:20:06 11:20:06 #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 11:20:07 #137 DONE 0.1s 11:20:07 11:20:07 #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:20:11 #138 DONE 4.3s 11:20:11 11:20:11 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:20:11 #129 ... 11:20:11 11:20:11 #92 [security-proxy-setup] exporting to image 11:20:11 #92 exporting layers 11:20:12 #92 exporting layers 0.8s done 11:20:12 #92 writing image sha256:8815bd1c12ffcc5e0e2224df5033d9c170e63a13b032f6662e04b000c08d2c85 0.0s done 11:20:12 #92 naming to docker.io/library/security-proxy-setup-arm64 done 11:20:12 #92 DONE 5.5s 11:20:12 11:20:12 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:20:19 #131 ... 11:20:19 11:20:19 #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 11:20:19 #126 DONE 933.3s 11:20:19 11:20:19 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:20:19 #131 ... 11:20:19 11:20:19 #139 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 11:20:19 #139 DONE 0.5s 11:20:19 11:20:19 #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 11:20:19 #130 DONE 934.0s 11:20:19 11:20:19 #140 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 11:20:19 #140 DONE 0.4s 11:20:19 11:20:19 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:20:19 #129 ... 11:20:19 11:20:19 #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 11:20:20 #141 DONE 0.4s 11:20:20 11:20:20 #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:20:20 #122 ... 11:20:20 11:20:20 #142 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 11:20:20 #142 ... 11:20:20 11:20:20 #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 11:20:20 #143 DONE 0.2s 11:20:20 11:20:20 #144 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 11:20:20 #144 ... 11:20:20 11:20:20 #142 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 11:20:20 #142 DONE 0.3s 11:20:20 11:20:20 #144 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 11:20:20 #144 DONE 0.3s 11:20:20 11:20:20 #145 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:20:21 #145 DONE 0.7s 11:20:21 11:20:21 #146 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:20:21 #146 DONE 0.5s 11:20:21 11:20:21 #147 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:20:22 #147 DONE 0.3s 11:20:22 11:20:22 #148 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 11:20:24 #148 DONE 4.1s 11:20:24 11:20:24 #149 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:20:25 #149 DONE 3.0s 11:20:25 11:20:25 #92 [security-secretstore-setup] exporting to image 11:20:25 #92 exporting layers 11:20:25 #92 ... 11:20:25 11:20:25 #150 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 11:20:25 #150 DONE 0.6s 11:20:25 11:20:25 #151 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 11:20:26 #151 DONE 0.6s 11:20:26 11:20:26 #152 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:20:26 #152 DONE 0.6s 11:20:26 11:20:26 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:20:26 #131 ... 11:20:26 11:20:26 #153 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 11:20:26 #153 DONE 0.2s 11:20:26 11:20:26 #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/ 11:20:27 #154 DONE 0.3s 11:20:27 11:20:27 #92 [security-secretstore-setup] exporting to image 11:20:27 #92 exporting layers 2.1s done 11:20:27 #92 writing image sha256:a84ccbaa05db51fed408711da44ab385c9b10343bbce5479b31bceaf6efd0e2f 11:20:27 #92 writing image sha256:a84ccbaa05db51fed408711da44ab385c9b10343bbce5479b31bceaf6efd0e2f done 11:20:27 #92 naming to docker.io/library/security-secretstore-setup-arm64 done 11:20:27 #92 DONE 7.5s 11:20:27 11:20:27 #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/ 11:20:27 #155 DONE 0.2s 11:20:27 11:20:27 #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 11:20:27 #156 DONE 0.2s 11:20:27 11:20:27 #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:20:27 #157 DONE 0.2s 11:20:27 11:20:27 #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 11:20:30 #158 DONE 2.1s 11:20:30 11:20:30 #92 [security-bootstrapper] exporting to image 11:20:30 #92 exporting layers 0.7s done 11:20:30 #92 writing image sha256:3b3a04f636f4236dea9805b5fb58c8cd2194fb5b54e741b4c895243fdd445a1e done 11:20:30 #92 naming to docker.io/library/security-bootstrapper-arm64 done 11:20:30 #92 DONE 8.3s 11:20:30 11:20:30 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:20:32 #131 ... 11:20:32 11:20:32 #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:20:32 #122 DONE 947.6s 11:20:32 11:20:32 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:20:33 #131 ... 11:20:33 11:20:33 #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 11:20:33 #159 DONE 0.3s 11:20:33 11:20:33 #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 11:20:33 #160 DONE 0.3s 11:20:33 11:20:33 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:20:33 #131 ... 11:20:33 11:20:33 #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 11:20:34 #161 DONE 0.3s 11:20:34 11:20:34 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:20:34 #121 ... 11:20:34 11:20:34 #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 11:20:34 #162 DONE 0.1s 11:20:34 11:20:34 #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 11:20:34 #163 DONE 0.1s 11:20:34 11:20:34 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:20:34 #129 ... 11:20:34 11:20:34 #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:20:39 #164 DONE 4.2s 11:20:39 11:20:39 #123 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:20:39 #123 ... 11:20:39 11:20:39 #92 [security-proxy-auth] exporting to image 11:20:39 #92 exporting layers 11:20:39 #92 exporting layers 0.6s done 11:20:39 #92 writing image sha256:dc96d1d36ee61dbe84ff6e9bc9ca8449a7dcedd4efb58bc75264776ae7099b02 done 11:20:39 #92 naming to docker.io/library/security-proxy-auth-arm64 done 11:20:39 #92 DONE 8.9s 11:20:39 11:20:39 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:20:57 #124 ... 11:20:57 11:20:57 #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 11:20:57 #127 DONE 969.3s 11:20:57 11:20:57 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:20:57 #121 ... 11:20:57 11:20:57 #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 11:20:57 #165 DONE 0.2s 11:20:57 11:20:57 #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 11:20:57 #166 DONE 0.3s 11:20:57 11:20:57 #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 11:20:57 #167 DONE 0.3s 11:20:57 11:20:57 #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 11:20:57 #168 DONE 0.2s 11:20:57 11:20:57 #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 11:20:57 #169 DONE 0.2s 11:20:57 11:20:57 #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:20:58 #170 DONE 1.9s 11:20:58 11:20:58 #92 [core-common-config-bootstrapper] exporting to image 11:20:58 #92 exporting layers 11:20:58 #92 exporting layers 0.5s done 11:20:58 #92 writing image sha256:a80352ff2cf10666e42ca3d0b0d782f6792eaf43fea8e2e9758ed3bf9c77bbcb done 11:20:58 #92 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 11:20:58 #92 DONE 9.3s 11:20:58 11:20:58 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:21:37 #124 DONE 1011.5s 11:21:37 11:21:37 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:21:37 #121 ... 11:21:37 11:21:37 #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 11:21:37 #171 DONE 0.2s 11:21:37 11:21:37 #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 11:21:37 #172 DONE 0.3s 11:21:37 11:21:37 #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:21:37 #173 DONE 0.3s 11:21:37 11:21:37 #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 11:21:37 #174 DONE 0.1s 11:21:37 11:21:37 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:21:38 #39 ... 11:21:38 11:21:38 #92 [core-command] exporting to image 11:21:38 #92 exporting layers 11:21:38 #92 exporting layers 0.3s done 11:21:38 #92 writing image sha256:101722e8fc685f5d1ab373087aa2ad4db20a21b85694b5b6dee400399d3bd396 done 11:21:38 #92 naming to docker.io/library/core-command-arm64 done 11:21:38 #92 DONE 9.6s 11:21:38 11:21:38 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:21:46 #39 ... 11:21:46 11:21:46 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:21:46 #131 DONE 1021.4s 11:21:46 11:21:46 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:21:46 #39 ... 11:21:46 11:21:46 #175 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 11:21:47 #175 DONE 0.3s 11:21:47 11:21:47 #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 11:21:47 #176 DONE 0.2s 11:21:47 11:21:47 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:21:47 #39 ... 11:21:47 11:21:47 #177 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:21:47 #177 DONE 0.3s 11:21:47 11:21:47 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:21:47 #39 ... 11:21:47 11:21:47 #178 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 11:21:47 #178 DONE 0.2s 11:21:47 11:21:47 #179 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:21:48 #179 ... 11:21:48 11:21:48 #123 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:21:48 #123 DONE 1022.9s 11:21:48 11:21:48 #179 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:21:48 #179 DONE 0.3s 11:21:48 11:21:48 #92 [core-metadata] exporting to image 11:21:48 #92 exporting layers 11:21:49 #92 exporting layers 0.8s done 11:21:49 #92 writing image sha256:03763ad213b239109628870d3fd86487e82664eefdabe3a4b37d148193cddd34 0.0s done 11:21:49 #92 naming to docker.io/library/core-metadata-arm64 0.0s done 11:21:49 #92 DONE 10.5s 11:21:49 11:21:49 #180 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 11:21:49 #180 DONE 0.3s 11:21:49 11:21:49 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:21:49 #129 ... 11:21:49 11:21:49 #181 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 11:21:49 #181 DONE 0.1s 11:21:49 11:21:49 #182 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:21:49 #182 DONE 0.3s 11:21:49 11:21:49 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:21:49 #129 ... 11:21:49 11:21:49 #183 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 11:21:49 #183 DONE 0.2s 11:21:49 11:21:49 #92 [core-data] exporting to image 11:21:49 #92 exporting layers 0.3s done 11:21:50 #92 writing image sha256:6120a9ac10d61a28261af54a7e94072431a8e0676c734effc8b4f81cc31f94b7 done 11:21:50 #92 naming to docker.io/library/core-data-arm64 done 11:21:50 #92 DONE 10.8s 11:21:50 11:21:50 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:22:16 #129 ... 11:22:16 11:22:16 #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:22:16 #125 DONE 1050.4s 11:22:16 11:22:16 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:22:16 #39 ... 11:22:16 11:22:16 #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 11:22:16 #184 DONE 0.2s 11:22:16 11:22:16 #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 11:22:16 #185 DONE 0.1s 11:22:16 11:22:16 #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:22:16 #186 DONE 0.4s 11:22:16 11:22:16 #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 11:22:16 #187 DONE 0.1s 11:22:16 11:22:16 #92 [security-spiffe-token-provider] exporting to image 11:22:16 #92 exporting layers 11:22:17 #92 exporting layers 0.6s done 11:22:17 #92 writing image sha256:22bde8e354581488ee6c4cb275908fbee737a1daa2796ef148dff503f5ce2208 done 11:22:17 #92 naming to docker.io/library/security-spiffe-token-provider-arm64 done 11:22:17 #92 DONE 11.4s 11:22:17 11:22:17 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:22:44 #39 ... 11:22:44 11:22:44 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:22:44 #129 DONE 1076.1s 11:22:44 11:22:44 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:22:44 #39 ... 11:22:44 11:22:44 #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 11:22:44 #188 DONE 0.1s 11:22:44 11:22:44 #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 11:22:44 #189 DONE 0.1s 11:22:44 11:22:44 #190 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:22:44 #190 DONE 0.4s 11:22:44 11:22:44 #191 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 11:22:44 #191 DONE 0.2s 11:22:44 11:22:44 #92 [support-scheduler] exporting to image 11:22:44 #92 exporting layers 11:22:44 #92 exporting layers 0.4s done 11:22:44 #92 writing image sha256:54ae1866452679883471b8ff10f2627acb911538354d813c3dee900a5e0de0d4 0.0s done 11:22:44 #92 naming to docker.io/library/support-scheduler-arm64 done 11:22:44 #92 DONE 11.9s 11:22:44 11:22:44 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:22:44 #121 DONE 1077.7s 11:22:44 11:22:44 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:22:44 #39 ... 11:22:44 11:22:44 #192 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 11:22:44 #192 DONE 0.1s 11:22:44 11:22:44 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:22:44 #39 ... 11:22:44 11:22:44 #193 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 11:22:44 #193 DONE 0.1s 11:22:44 11:22:44 #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:22:44 #194 DONE 0.4s 11:22:44 11:22:44 #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:22:44 #195 DONE 0.1s 11:22:44 11:22:44 #92 [support-notifications] exporting to image 11:22:44 #92 exporting layers 0.4s done 11:22:44 #92 writing image sha256:e26132e201e3926c1d891023ac98eb437c518ad09edda2101b7fb12d1086d879 done 11:22:44 #92 naming to docker.io/library/support-notifications-arm64 done 11:22:44 #92 DONE 12.3s 11:22:44 11:22:44 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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" 11:22:44 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] } 11:22:44 $ docker stop --time=1 cfcb1cc251d0a372d37cc0c627374aba4f857c73cddf574041aa41cbb633e112 11:22:46 $ docker rm -f --volumes cfcb1cc251d0a372d37cc0c627374aba4f857c73cddf574041aa41cbb633e112 [Pipeline] // withDockerContainer [Pipeline] sh 11:22:46 + docker images 11:22:46 REPOSITORY TAG IMAGE ID CREATED SIZE 11:22:46 support-notifications-arm64 latest e26132e201e3 3 seconds ago 33.7MB 11:22:46 support-scheduler-arm64 latest 54ae18664526 4 seconds ago 33MB 11:22:46 security-spiffe-token-provider-arm64 latest 22bde8e35458 30 seconds ago 33.3MB 11:22:46 core-data-arm64 latest 6120a9ac10d6 57 seconds ago 21MB 11:22:46 core-metadata-arm64 latest 03763ad213b2 59 seconds ago 21.2MB 11:22:46 core-command-arm64 latest 101722e8fc68 About a minute ago 20.8MB 11:22:46 core-common-config-bootstrapper-arm64 latest a80352ff2cf1 About a minute ago 18MB 11:22:46 security-proxy-auth-arm64 latest dc96d1d36ee6 2 minutes ago 19.3MB 11:22:46 security-bootstrapper-arm64 latest 3b3a04f636f4 2 minutes ago 22.6MB 11:22:46 security-secretstore-setup-arm64 latest a84ccbaa05db 2 minutes ago 43MB 11:22:46 security-proxy-setup-arm64 latest 8815bd1c12ff 2 minutes ago 28.8MB 11:22:46 security-spire-agent-arm64 latest 1b0181abdd96 18 minutes ago 153MB 11:22:46 security-spire-server-arm64 latest 70d13ea98dd4 18 minutes ago 97.1MB 11:22:46 security-spire-config-arm64 latest 7f813707545f 18 minutes ago 96.2MB 11:22:46 ci-base-image-arm64 latest ae966d10505d 31 minutes ago 1.05GB 11:22:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 8 weeks ago 677MB 11:22:46 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 11:22:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:22:47 11:22:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:22:48 arm64: Pulling from edgex-lftools-log-publisher 11:22:48 8998bd30e6a1: Pulling fs layer 11:22:48 04944245beec: Pulling fs layer 11:22:48 699f458cf7ca: Pulling fs layer 11:22:48 765212b225bb: Pulling fs layer 11:22:48 f23df028b6ca: Pulling fs layer 11:22:48 d65c8cfc05b1: Pulling fs layer 11:22:48 2437ff75d9bd: Pulling fs layer 11:22:48 765212b225bb: Waiting 11:22:48 f23df028b6ca: Waiting 11:22:48 d65c8cfc05b1: Waiting 11:22:48 2437ff75d9bd: Waiting 11:22:48 04944245beec: Verifying Checksum 11:22:48 04944245beec: Download complete 11:22:48 765212b225bb: Verifying Checksum 11:22:48 765212b225bb: Download complete 11:22:48 f23df028b6ca: Download complete 11:22:48 d65c8cfc05b1: Verifying Checksum 11:22:48 d65c8cfc05b1: Download complete 11:22:48 699f458cf7ca: Verifying Checksum 11:22:48 699f458cf7ca: Download complete 11:22:48 8998bd30e6a1: Verifying Checksum 11:22:48 8998bd30e6a1: Download complete 11:22:51 2437ff75d9bd: Verifying Checksum 11:22:51 2437ff75d9bd: Download complete 11:22:53 8998bd30e6a1: Pull complete 11:22:53 04944245beec: Pull complete 11:22:54 699f458cf7ca: Pull complete 11:22:54 765212b225bb: Pull complete 11:22:55 f23df028b6ca: Pull complete 11:22:55 d65c8cfc05b1: Pull complete 11:23:10 2437ff75d9bd: Pull complete 11:23:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:23:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:23:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:23:11 prd-ubuntu20.04-docker-arm64-4c-16g-5621 does not seem to be running inside a container 11:23:11 $ 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 11:23:13 $ docker top bc8447faf171ecd48651095b78e89ef4ad49dfd1a1c8650ec23960704844374c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:23:14 ---> job-cost.sh 11:23:14 lf-activate-venv: SKIPPING 11:23:14 INFO: No Stack... 11:23:14 INFO: Retrieving Pricing Info for: v3-standard-4 11:23:15 INFO: Archiving Costs [Pipeline] sh 11:23:16 + cut -d,+ -f6 11:23:16 cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 11:23:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] 11:23:16 Resource [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] did not exist. Created. 11:23:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:23:16 + echo total: 0.10999999940395355 [Pipeline] stash 11:23:16 Stashed 1 file(s) [Pipeline] } 11:23:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4676-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:23:16 $ docker stop --time=1 bc8447faf171ecd48651095b78e89ef4ad49dfd1a1c8650ec23960704844374c 11:23:20 $ 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 11:23:21 provisioning config files... 11:23:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config783134781544946925tmp [Pipeline] { [Pipeline] sh 11:23:21 + set +x 11:23:21 + curl -s https://codecov.io/bash 11:23:21 + bash -s -- 11:23:21 11:23:21 _____ _ 11:23:21 / ____| | | 11:23:21 | | ___ __| | ___ ___ _____ __ 11:23:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:23:21 | |___| (_) | (_| | __/ (_| (_) \ V / 11:23:21 \_____\___/ \__,_|\___|\___\___/ \_/ 11:23:21 Bash-1.0.6 11:23:21 11:23:21 11:23:21 ==> git version 2.25.1 found 11:23:21 ==> 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 11:23:21 Release-Date: 2020-01-08 11:23:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:23:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:23:21 ==> Jenkins CI detected. 11:23:21 current dir:  /w/workspace/edgex-go/1 11:23:21 project root: . 11:23:21 --> token set from env 11:23:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:23:21 ==> Running gcov in . (disable via -X gcov) 11:23:21 ==> Python coveragepy not found 11:23:21 ==> Searching for coverage reports in: 11:23:21 + . 11:23:21 -> Found 1 reports 11:23:21 ==> Detecting git/mercurial file structure 11:23:21 ==> Reading reports 11:23:21 + ./coverage.out bytes=453491 11:23:21 ==> Appending adjustments 11:23:21 https://docs.codecov.io/docs/fixing-reports 11:23:23 + Found adjustments 11:23:23 ==> Gzipping contents 11:23:23 60K /tmp/codecov.GqktML.gz 11:23:23 ==> Uploading reports 11:23:23 url: https://codecov.io 11:23:23 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= 11:23:23 -> Pinging Codecov 11:23:23 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= 11:23:23 -> Uploading to 11:23:23 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 11:23:23 % Total % Received % Xferd Average Speed Time Time Time Current 11:23:23 Dload Upload Total Spent Left Speed 11:23:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58092 0 0 100 58092 0 239k --:--:-- --:--:-- --:--:-- 240k 11:23:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b213c8a899e6a1be3cbac435de5f3915e08c44c8 [Pipeline] } 11:23:23 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 11:23:24 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 11:23:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:23:26 ---> package-listing.sh 11:23:26 ++ facter osfamily 11:23:26 ++ tr '[:upper:]' '[:lower:]' 11:23:26 + OS_FAMILY=debian 11:23:26 + workspace=/w/workspace/edgex-go/1 11:23:26 + START_PACKAGES=/tmp/packages_start.txt 11:23:26 + END_PACKAGES=/tmp/packages_end.txt 11:23:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:23:26 + PACKAGES=/tmp/packages_start.txt 11:23:26 + '[' /w/workspace/edgex-go/1 ']' 11:23:26 + PACKAGES=/tmp/packages_end.txt 11:23:26 + case "${OS_FAMILY}" in 11:23:26 + dpkg -l 11:23:26 + grep '^ii' 11:23:26 + '[' -f /tmp/packages_start.txt ']' 11:23:26 + '[' -f /tmp/packages_end.txt ']' 11:23:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:23:26 + '[' /w/workspace/edgex-go/1 ']' 11:23:26 + mkdir -p /w/workspace/edgex-go/1/archives/ 11:23:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 11:23:26 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 11:23:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:23:27 11:23:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:23:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:23:27 latest: Pulling from edgex-lftools-log-publisher 11:23:27 5eb5b503b376: Pulling fs layer 11:23:27 5c69ac0246d0: Pulling fs layer 11:23:27 ec43610c2a17: Pulling fs layer 11:23:27 3a2ae6a8a46f: Pulling fs layer 11:23:27 33b1e0a273af: Pulling fs layer 11:23:27 5d3b04190fa2: Pulling fs layer 11:23:27 2f39f015ded8: Pulling fs layer 11:23:27 33b1e0a273af: Waiting 11:23:27 2f39f015ded8: Waiting 11:23:27 3a2ae6a8a46f: Waiting 11:23:27 5c69ac0246d0: Verifying Checksum 11:23:27 5c69ac0246d0: Download complete 11:23:27 3a2ae6a8a46f: Verifying Checksum 11:23:27 3a2ae6a8a46f: Download complete 11:23:27 33b1e0a273af: Verifying Checksum 11:23:27 33b1e0a273af: Download complete 11:23:27 ec43610c2a17: Verifying Checksum 11:23:27 ec43610c2a17: Download complete 11:23:27 5d3b04190fa2: Verifying Checksum 11:23:27 5d3b04190fa2: Download complete 11:23:28 5eb5b503b376: Verifying Checksum 11:23:28 5eb5b503b376: Download complete 11:23:28 2f39f015ded8: Download complete 11:23:29 5eb5b503b376: Pull complete 11:23:29 5c69ac0246d0: Pull complete 11:23:30 ec43610c2a17: Pull complete 11:23:30 3a2ae6a8a46f: Pull complete 11:23:30 33b1e0a273af: Pull complete 11:23:30 5d3b04190fa2: Pull complete 11:23:34 2f39f015ded8: Pull complete 11:23:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:23:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:23:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:23:34 prd-ubuntu20.04-docker-8c-8g-5620 does not seem to be running inside a container 11:23:34 $ 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 11:23:39 $ docker top 25a29e3496183aa6841aff084e3b77fd840e7f1b368137a17125a4df7945a5cb -eo pid,comm [Pipeline] { [Pipeline] sh 11:23:40 + touch /tmp/pre-build-complete [Pipeline] sh 11:23:40 + mkdir -p /var/log/sysstat [Pipeline] sh 11:23:40 + ls /var/log/sa-host 11:23:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:23:41 provisioning config files... 11:23:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7632921533052685408tmp [Pipeline] { [Pipeline] echo 11:23:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:23:41 ---> create-netrc.sh [Pipeline] } 11:23:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:23:41 ---> python-tools-install.sh [Pipeline] echo 11:23:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:23:42 ---> sudo-logs.sh 11:23:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:23:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:23:42 ---> job-cost.sh 11:23:42 lf-activate-venv: SKIPPING 11:23:42 DEBUG: total: 0.10999999940395355 11:23:42 INFO: Retrieving Stack Cost... 11:23:42 INFO: Retrieving Pricing Info for: v3-standard-8 11:23:43 INFO: Archiving Costs [Pipeline] echo 11:23:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:23:43 ---> logs-deploy.sh 11:23:43 lf-activate-venv: SKIPPING 11:23:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4676/1 11:23:43 INFO: archiving workspace using pattern(s): 11:23:44 Archives upload complete. 11:23:45 INFO: archiving logs to Nexus 11:23:45 ---> uname -a: 11:23:45 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 11:23:45 11:23:45 11:23:45 ---> lscpu: 11:23:45 Architecture: x86_64 11:23:45 CPU op-mode(s): 32-bit, 64-bit 11:23:45 Byte Order: Little Endian 11:23:45 Address sizes: 40 bits physical, 48 bits virtual 11:23:45 CPU(s): 8 11:23:45 On-line CPU(s) list: 0-7 11:23:45 Thread(s) per core: 1 11:23:45 Core(s) per socket: 1 11:23:45 Socket(s): 8 11:23:45 NUMA node(s): 1 11:23:45 Vendor ID: AuthenticAMD 11:23:45 CPU family: 23 11:23:45 Model: 49 11:23:45 Model name: AMD EPYC-Rome Processor 11:23:45 Stepping: 0 11:23:45 CPU MHz: 2800.000 11:23:45 BogoMIPS: 5600.00 11:23:45 Virtualization: AMD-V 11:23:45 Hypervisor vendor: KVM 11:23:45 Virtualization type: full 11:23:45 L1d cache: 256 KiB 11:23:45 L1i cache: 256 KiB 11:23:45 L2 cache: 4 MiB 11:23:45 L3 cache: 128 MiB 11:23:45 NUMA node0 CPU(s): 0-7 11:23:45 Vulnerability Itlb multihit: Not affected 11:23:45 Vulnerability L1tf: Not affected 11:23:45 Vulnerability Mds: Not affected 11:23:45 Vulnerability Meltdown: Not affected 11:23:45 Vulnerability Mmio stale data: Not affected 11:23:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:23:45 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:23:45 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:23:45 Vulnerability Srbds: Not affected 11:23:45 Vulnerability Tsx async abort: Not affected 11:23:45 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 11:23:45 11:23:45 11:23:45 ---> nproc: 11:23:45 8 11:23:45 11:23:45 11:23:45 ---> df -h: 11:23:45 Filesystem Size Used Avail Use% Mounted on 11:23:45 overlay 155G 21G 135G 14% / 11:23:45 tmpfs 64M 0 64M 0% /dev 11:23:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:23:45 shm 64M 0 64M 0% /dev/shm 11:23:45 /dev/vda1 155G 21G 135G 14% /facter-os 11:23:45 11:23:45 11:23:45 ---> sar -b -r -n DEV: 11:23:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5620) 09/08/23 _x86_64_ (8 CPU) 11:23:45 11:23:45 10:46:17 LINUX RESTART (8 CPU) 11:23:45 11:23:45 10:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:23:45 10:48:01 144.33 10.41 133.93 0.00 1708.46 78264.70 0.00 11:23:45 10:49:01 36.81 0.13 36.68 0.00 15.73 17604.53 0.00 11:23:45 10:50:01 35.64 0.22 35.43 0.00 7.20 12498.87 0.00 11:23:45 10:51:01 434.93 0.45 434.48 0.00 58.79 182359.34 0.00 11:23:45 10:52:01 373.21 15.73 357.48 0.00 3497.10 117800.07 0.00 11:23:45 10:53:01 205.14 0.03 205.10 0.00 0.27 79357.37 0.00 11:23:45 10:54:01 356.42 0.02 356.41 0.00 0.67 12600.17 0.00 11:23:45 10:55:01 1.70 0.00 1.70 0.00 0.00 18.13 0.00 11:23:45 10:56:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 11:23:45 10:57:01 2.17 0.00 2.17 0.00 0.00 31.19 0.00 11:23:45 10:58:01 0.97 0.00 0.97 0.00 0.00 10.13 0.00 11:23:45 10:59:01 3.37 1.60 1.77 0.00 37.19 20.66 0.00 11:23:45 11:00:01 0.93 0.00 0.93 0.00 0.00 9.73 0.00 11:23:45 11:01:01 1.63 0.00 1.63 0.00 0.00 18.00 0.00 11:23:45 11:02:01 2.15 0.02 2.13 0.00 0.13 24.13 0.00 11:23:45 11:03:01 1.60 0.00 1.60 0.00 0.00 17.06 0.00 11:23:45 11:04:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 11:23:45 11:05:01 1.83 0.00 1.83 0.00 0.00 20.63 0.00 11:23:45 11:06:01 1.07 0.00 1.07 0.00 0.00 11.32 0.00 11:23:45 11:07:01 1.75 0.00 1.75 0.00 0.00 19.73 0.00 11:23:45 11:08:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 11:23:45 11:09:01 1.98 0.00 1.98 0.00 0.00 21.73 0.00 11:23:45 11:10:01 1.48 0.00 1.48 0.00 0.00 16.26 0.00 11:23:45 11:11:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 11:23:45 11:12:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 11:23:45 11:13:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 11:23:45 11:14:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 11:23:45 11:15:01 1.52 0.00 1.52 0.00 0.00 16.53 0.00 11:23:45 11:16:01 0.90 0.00 0.90 0.00 0.00 9.87 0.00 11:23:45 11:17:01 1.37 0.02 1.35 0.00 0.13 16.00 0.00 11:23:45 11:18:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 11:23:45 11:19:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 11:23:45 11:20:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 11:23:45 11:21:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 11:23:45 11:22:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 11:23:45 11:23:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 11:23:45 Average: 45.20 0.79 44.41 0.00 147.20 13888.35 0.00 11:23:45 11:23:45 10:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:23:45 10:48:01 28374288 31589392 719292 2.19 113668 3334328 1700136 5.01 1093204 3006164 4504 11:23:45 10:49:01 27525636 31437588 862220 2.62 116028 3972860 2082572 6.14 1662148 3220188 143604 11:23:45 10:50:01 27284816 31475920 822136 2.50 120232 4220708 1948608 5.74 1548216 3547200 323852 11:23:45 10:51:01 22943344 31375572 905864 2.75 133580 8334884 3094940 9.12 1890988 7405684 3900 11:23:45 10:52:01 17132612 29676528 2535536 7.71 231840 11954668 9524040 28.07 4368948 10247400 356808 11:23:45 10:53:01 17995620 31425044 837540 2.55 242316 12900124 2341288 6.90 2455848 11445364 23588 11:23:45 10:54:01 17825652 31458780 810468 2.46 246648 13093684 2127260 6.27 2487076 11585492 16 11:23:45 10:55:01 17826108 31459260 809864 2.46 246688 13093692 2127260 6.27 2486692 11585496 12 11:23:45 10:56:01 17867892 31501084 767992 2.34 246720 13093692 2127260 6.27 2445364 11585496 16 11:23:45 10:57:01 17869616 31502900 766148 2.33 246808 13093672 2127260 6.27 2443840 11585480 16 11:23:45 10:58:01 17869780 31503088 765832 2.33 246840 13093664 2127260 6.27 2443604 11585480 4 11:23:45 10:59:01 17850040 31485452 783448 2.38 246884 13094788 2127260 6.27 2465428 11585808 144 11:23:45 11:00:01 17850176 31485600 783416 2.38 246900 13094792 2127260 6.27 2465164 11585808 24 11:23:45 11:01:01 17850208 31486036 783324 2.38 246940 13094792 2127260 6.27 2464752 11586152 16 11:23:45 11:02:01 17849360 31485372 784196 2.38 247040 13094788 2119492 6.25 2464704 11586172 8 11:23:45 11:03:01 17848964 31484992 784432 2.39 247064 13094800 2119492 6.25 2464908 11586168 20 11:23:45 11:04:01 17848980 31485048 784320 2.39 247096 13094804 2119492 6.25 2465108 11586176 28 11:23:45 11:05:01 17848860 31485140 784180 2.38 247160 13094932 2119492 6.25 2465048 11586308 16 11:23:45 11:06:01 17848892 31485180 784104 2.38 247184 13094936 2119492 6.25 2465036 11586312 16 11:23:45 11:07:01 17849028 31485376 784064 2.38 247224 13094932 2119492 6.25 2465220 11586320 20 11:23:45 11:08:01 17849232 31485592 783760 2.38 247248 13094940 2119492 6.25 2465136 11586312 20 11:23:45 11:09:01 17849500 31485960 783424 2.38 247312 13094944 2119492 6.25 2465512 11586320 168 11:23:45 11:10:01 17849120 31485640 783584 2.38 247392 13094948 2119492 6.25 2465308 11586324 176 11:23:45 11:11:01 17848292 31484864 784344 2.39 247436 13094952 2119492 6.25 2465384 11586328 16 11:23:45 11:12:01 17848212 31484824 784276 2.39 247468 13094936 2119492 6.25 2465604 11586332 16 11:23:45 11:13:01 17847920 31484588 784452 2.39 247500 13094960 2119492 6.25 2465512 11586328 12 11:23:45 11:14:01 17847872 31484568 784520 2.39 247524 13094964 2119492 6.25 2465532 11586332 16 11:23:45 11:15:01 17847824 31484528 784500 2.39 247540 13094964 2119492 6.25 2465564 11586336 20 11:23:45 11:16:01 17848024 31484732 784468 2.39 247560 13094968 2119492 6.25 2465568 11586340 32 11:23:45 11:17:01 17848024 31484796 784396 2.39 247604 13094956 2119492 6.25 2465948 11586344 12 11:23:45 11:18:01 17847860 31484692 784616 2.39 247632 13094972 2119492 6.25 2465752 11586344 160 11:23:45 11:19:01 17848396 31485228 784028 2.38 247648 13094972 2119492 6.25 2465420 11586344 12 11:23:45 11:20:01 17847560 31484460 784828 2.39 247664 13094976 2119492 6.25 2465460 11586352 20 11:23:45 11:21:01 17847568 31484472 784744 2.39 247692 13094980 2119492 6.25 2465460 11586356 4 11:23:45 11:22:01 17847496 31484400 784720 2.39 247728 13094964 2119492 6.25 2465816 11586356 20 11:23:45 11:23:01 17847480 31484488 784620 2.39 247760 13094988 2119492 6.25 2465728 11586360 48 11:23:45 Average: 18798063 31431422 839102 2.55 232655 12154415 2342736 6.90 2415556 10734891 23816 11:23:45 11:23:45 10:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:23:45 10:48:01 docker0 703.78 693.87 50.07 4587.63 0.00 0.00 0.00 0.00 11:23:45 10:48:01 lo 4.13 4.13 0.41 0.41 0.00 0.00 0.00 0.00 11:23:45 10:48:01 ens3 946.23 847.03 10558.90 106.14 0.00 0.00 0.00 0.00 11:23:45 10:49:01 veth7d56754 0.70 0.88 0.06 0.08 0.00 0.00 0.00 0.00 11:23:45 10:49:01 docker0 0.70 0.77 0.05 0.07 0.00 0.00 0.00 0.00 11:23:45 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 10:49:01 ens3 48.78 33.78 44.76 21.59 0.00 0.00 0.00 0.00 11:23:45 10:50:01 veth7d56754 0.73 0.75 0.06 0.07 0.00 0.00 0.00 0.00 11:23:45 10:50:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 11:23:45 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:50:01 ens3 28.38 17.70 26.87 11.81 0.00 0.00 0.00 0.00 11:23:45 10:51:01 vethe478f9e 7.75 11.63 0.74 4.79 0.00 0.00 0.00 0.00 11:23:45 10:51:01 veth456f4c6 7.78 11.75 0.75 4.80 0.00 0.00 0.00 0.00 11:23:45 10:51:01 veth9200def 0.32 1.10 0.03 0.14 0.00 0.00 0.00 0.00 11:23:45 10:51:01 docker0 60.84 110.81 4.43 902.98 0.00 0.00 0.00 0.00 11:23:45 10:51:01 veth8c14251 7.90 11.61 0.75 4.79 0.00 0.00 0.00 0.00 11:23:45 10:51:01 veth5d2fb26 7.65 11.78 0.74 4.80 0.00 0.00 0.00 0.00 11:23:45 10:51:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 11:23:45 10:51:01 ens3 258.62 143.21 3919.62 29.19 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth14f2601 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth5a9f67d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth5012618 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth43d1b1a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth9200def 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth858195d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth1f521ca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 docker0 231.99 418.93 18.99 2329.59 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth8e6936c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth6fc8820 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth6c5afd1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth4de77fd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:23:45 10:52:01 veth9ee333e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:23:45 10:52:01 ens3 533.94 297.92 3718.36 33.46 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth14f2601 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth5a9f67d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth5012618 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth43d1b1a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth9200def 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth858195d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth1f521ca 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth8e6936c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth6fc8820 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth6c5afd1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth4de77fd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 10:53:01 veth9ee333e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:53:01 ens3 12.45 14.88 5.38 47.96 0.00 0.00 0.00 0.00 11:23:45 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:54:01 ens3 29.40 57.84 7.76 137.85 0.00 0.00 0.00 0.00 11:23:45 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 10:55:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:56:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 10:57:01 ens3 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:23:45 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 10:59:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:23:45 10:59:01 ens3 7.05 4.62 5.28 5.92 0.00 0.00 0.00 0.00 11:23:45 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:02:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:23:45 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:04:01 ens3 1.55 0.78 2.43 0.30 0.00 0.00 0.00 0.00 11:23:45 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:05:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:07:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 11:23:45 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:09:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:12:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:23:45 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:13:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:14:01 ens3 0.22 0.15 0.14 0.01 0.00 0.00 0.00 0.00 11:23:45 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:17:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 11:23:45 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:20:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:21:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:22:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:23:45 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:45 11:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 11:23:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:23:45 Average: docker0 27.41 33.72 2.02 215.18 0.00 0.00 0.00 0.00 11:23:45 Average: lo 0.26 0.26 0.02 0.02 0.00 0.00 0.00 0.00 11:23:45 Average: ens3 51.51 39.07 503.34 10.92 0.00 0.00 0.00 0.00 11:23:45 11:23:45 11:23:45 ---> sar -P ALL: 11:23:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5620) 09/08/23 _x86_64_ (8 CPU) 11:23:45 11:23:45 10:46:17 LINUX RESTART (8 CPU) 11:23:45 11:23:45 10:47:02 CPU %user %nice %system %iowait %steal %idle 11:23:45 10:48:01 all 9.19 0.00 4.12 3.62 0.06 83.00 11:23:45 10:48:01 0 8.19 0.00 4.26 6.60 0.05 80.89 11:23:45 10:48:01 1 10.70 0.00 3.66 0.10 0.05 85.49 11:23:45 10:48:01 2 10.99 0.00 4.80 6.43 0.07 77.72 11:23:45 10:48:01 3 10.84 0.00 3.86 2.24 0.07 82.99 11:23:45 10:48:01 4 8.29 0.00 4.49 4.42 0.05 82.76 11:23:45 10:48:01 5 9.43 0.00 3.91 6.14 0.05 80.47 11:23:45 10:48:01 6 6.58 0.00 3.92 2.94 0.05 86.51 11:23:45 10:48:01 7 8.48 0.00 4.09 0.07 0.09 87.27 11:23:45 10:49:01 all 28.43 0.00 4.79 1.19 0.08 65.51 11:23:45 10:49:01 0 28.04 0.00 4.69 0.03 0.07 67.17 11:23:45 10:49:01 1 29.03 0.00 4.95 0.72 0.07 65.23 11:23:45 10:49:01 2 27.77 0.00 4.31 0.34 0.07 67.51 11:23:45 10:49:01 3 29.43 0.00 5.32 4.92 0.08 60.25 11:23:45 10:49:01 4 28.98 0.00 4.08 0.76 0.08 66.10 11:23:45 10:49:01 5 28.05 0.00 5.03 2.75 0.08 64.09 11:23:45 10:49:01 6 27.26 0.00 5.85 0.00 0.08 66.81 11:23:45 10:49:01 7 28.85 0.00 4.11 0.05 0.08 66.91 11:23:45 10:50:01 all 47.15 0.00 6.35 0.59 0.10 45.81 11:23:45 10:50:01 0 48.05 0.00 6.21 0.20 0.10 45.44 11:23:45 10:50:01 1 46.83 0.00 6.14 0.76 0.10 46.17 11:23:45 10:50:01 2 47.06 0.00 6.41 0.08 0.10 46.35 11:23:45 10:50:01 3 46.17 0.00 6.34 1.42 0.10 45.97 11:23:45 10:50:01 4 46.84 0.00 6.48 0.20 0.08 46.40 11:23:45 10:50:01 5 46.45 0.00 6.55 1.75 0.10 45.15 11:23:45 10:50:01 6 48.29 0.00 6.30 0.03 0.08 45.29 11:23:45 10:50:01 7 47.54 0.00 6.34 0.30 0.10 45.71 11:23:45 10:51:01 all 16.08 0.00 5.96 10.30 0.07 67.59 11:23:45 10:51:01 0 15.82 0.00 7.11 16.71 0.07 60.29 11:23:45 10:51:01 1 16.42 0.00 5.47 7.55 0.07 70.50 11:23:45 10:51:01 2 15.38 0.00 5.94 22.46 0.07 56.15 11:23:45 10:51:01 3 15.51 0.00 5.86 12.30 0.07 66.27 11:23:45 10:51:01 4 16.20 0.00 6.03 7.29 0.07 70.42 11:23:45 10:51:01 5 15.95 0.00 5.70 3.95 0.08 74.31 11:23:45 10:51:01 6 16.84 0.00 5.62 8.77 0.08 68.69 11:23:45 10:51:01 7 16.53 0.00 5.93 3.39 0.07 74.08 11:23:45 10:52:01 all 39.28 0.00 8.43 8.74 0.11 43.44 11:23:45 10:52:01 0 39.69 0.00 7.79 7.77 0.12 44.63 11:23:45 10:52:01 1 39.21 0.00 8.13 4.41 0.10 48.15 11:23:45 10:52:01 2 39.62 0.00 7.56 10.98 0.10 41.74 11:23:45 10:52:01 3 39.35 0.00 9.63 24.04 0.12 26.86 11:23:45 10:52:01 4 39.39 0.00 8.16 4.23 0.10 48.11 11:23:45 10:52:01 5 38.80 0.00 8.15 4.62 0.10 48.33 11:23:45 10:52:01 6 39.05 0.00 8.83 5.82 0.10 46.20 11:23:45 10:52:01 7 39.10 0.00 9.16 8.09 0.15 43.50 11:23:45 10:53:01 all 81.18 0.00 9.91 1.19 0.16 7.56 11:23:45 10:53:01 0 81.57 0.00 9.24 0.27 0.17 8.75 11:23:45 10:53:01 1 81.66 0.00 9.72 0.85 0.15 7.61 11:23:45 10:53:01 2 80.87 0.00 9.83 0.05 0.17 9.08 11:23:45 10:53:01 3 81.63 0.00 10.06 0.02 0.17 8.12 11:23:45 10:53:01 4 81.61 0.00 9.70 0.62 0.15 7.91 11:23:45 10:53:01 5 81.85 0.00 9.07 0.00 0.15 8.92 11:23:45 10:53:01 6 78.74 0.00 12.46 7.89 0.19 0.72 11:23:45 10:53:01 7 81.41 0.00 9.27 0.02 0.15 9.15 11:23:45 10:54:01 all 1.24 0.00 0.83 2.33 0.02 95.58 11:23:45 10:54:01 0 1.38 0.00 0.72 0.82 0.02 97.06 11:23:45 10:54:01 1 1.43 0.00 0.72 0.95 0.02 96.88 11:23:45 10:54:01 2 1.20 0.00 0.82 1.43 0.02 96.53 11:23:45 10:54:01 3 1.25 0.00 0.88 0.88 0.02 96.96 11:23:45 10:54:01 4 1.24 0.00 0.87 4.87 0.02 93.00 11:23:45 10:54:01 5 1.07 0.00 0.80 2.91 0.02 95.21 11:23:45 10:54:01 6 1.27 0.00 0.93 5.43 0.02 92.35 11:23:45 10:54:01 7 1.09 0.00 0.90 1.35 0.02 96.64 11:23:45 10:55:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:23:45 10:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 10:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 10:55:01 2 0.02 0.00 0.02 0.02 0.00 99.95 11:23:45 10:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 10:55:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:23:45 10:55:01 5 0.03 0.00 0.05 0.00 0.02 99.90 11:23:45 10:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:23:45 10:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 10:56:01 all 0.08 0.00 0.02 0.00 0.00 99.90 11:23:45 10:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 10:56:01 1 0.02 0.00 0.03 0.00 0.00 99.95 11:23:45 10:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 10:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 10:56:01 4 0.47 0.00 0.02 0.02 0.00 99.50 11:23:45 10:56:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:23:45 10:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 10:56:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:23:45 10:57:01 all 0.28 0.00 0.00 0.01 0.00 99.71 11:23:45 10:57:01 0 0.05 0.00 0.00 0.00 0.00 99.95 11:23:45 10:57:01 1 0.05 0.00 0.00 0.00 0.00 99.95 11:23:45 10:57:01 2 0.03 0.00 0.00 0.03 0.02 99.92 11:23:45 10:57:01 3 0.00 0.00 0.03 0.00 0.00 99.97 11:23:45 10:57:01 4 2.00 0.00 0.00 0.02 0.00 97.98 11:23:45 10:57:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:23:45 10:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 10:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 10:58:01 all 0.08 0.00 0.02 0.00 0.00 99.90 11:23:45 10:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 10:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 10:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 10:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 10:58:01 4 0.55 0.00 0.07 0.02 0.00 99.37 11:23:45 10:58:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:23:45 10:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 10:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:23:45 10:58:01 CPU %user %nice %system %iowait %steal %idle 11:23:45 10:59:01 all 0.30 0.00 0.04 0.03 0.01 99.62 11:23:45 10:59:01 0 0.17 0.00 0.05 0.00 0.02 99.77 11:23:45 10:59:01 1 0.92 0.00 0.00 0.00 0.02 99.07 11:23:45 10:59:01 2 0.22 0.00 0.03 0.18 0.00 99.57 11:23:45 10:59:01 3 0.08 0.00 0.05 0.00 0.00 99.87 11:23:45 10:59:01 4 0.10 0.00 0.03 0.03 0.02 99.82 11:23:45 10:59:01 5 0.65 0.00 0.05 0.03 0.02 99.25 11:23:45 10:59:01 6 0.25 0.00 0.05 0.02 0.00 99.68 11:23:45 10:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:00:01 all 0.12 0.00 0.01 0.00 0.00 99.87 11:23:45 11:00:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:00:01 4 0.81 0.00 0.00 0.00 0.00 99.19 11:23:45 11:00:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:23:45 11:00:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:00:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 11:23:45 11:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:23:45 11:01:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:23:45 11:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:23:45 11:01:01 4 0.00 0.00 0.02 0.03 0.00 99.95 11:23:45 11:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:02:01 all 0.06 0.00 0.03 0.00 0.00 99.90 11:23:45 11:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 11:02:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:23:45 11:02:01 2 0.00 0.00 0.03 0.03 0.00 99.93 11:23:45 11:02:01 3 0.00 0.00 0.03 0.00 0.00 99.97 11:23:45 11:02:01 4 0.35 0.00 0.02 0.00 0.02 99.62 11:23:45 11:02:01 5 0.07 0.00 0.03 0.00 0.02 99.88 11:23:45 11:02:01 6 0.02 0.00 0.03 0.00 0.00 99.95 11:23:45 11:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:03:01 all 0.26 0.00 0.01 0.00 0.00 99.72 11:23:45 11:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:23:45 11:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:03:01 2 0.02 0.00 0.03 0.02 0.00 99.93 11:23:45 11:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:03:01 4 1.97 0.00 0.00 0.02 0.00 98.01 11:23:45 11:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:04:01 all 0.19 0.00 0.01 0.00 0.01 99.78 11:23:45 11:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:23:45 11:04:01 2 0.02 0.00 0.03 0.02 0.02 99.92 11:23:45 11:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:04:01 4 1.32 0.00 0.05 0.02 0.02 98.60 11:23:45 11:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:23:45 11:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:04:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:23:45 11:05:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:23:45 11:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:05:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:23:45 11:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:05:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:23:45 11:05:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:23:45 11:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:06:01 all 0.01 0.00 0.00 0.00 0.00 99.98 11:23:45 11:06:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:23:45 11:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:23:45 11:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:07:01 all 0.24 0.00 0.01 0.00 0.01 99.74 11:23:45 11:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 11:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:23:45 11:07:01 2 0.03 0.00 0.02 0.02 0.00 99.93 11:23:45 11:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:07:01 4 1.71 0.00 0.00 0.02 0.02 98.26 11:23:45 11:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:23:45 11:07:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:07:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:08:01 all 0.13 0.00 0.02 0.00 0.00 99.84 11:23:45 11:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:08:01 1 0.05 0.00 0.03 0.02 0.00 99.90 11:23:45 11:08:01 2 0.00 0.00 0.03 0.02 0.02 99.93 11:23:45 11:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:08:01 4 0.90 0.00 0.03 0.00 0.00 99.07 11:23:45 11:08:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:23:45 11:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:08:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:09:01 all 0.21 0.00 0.01 0.00 0.00 99.78 11:23:45 11:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:09:01 1 0.03 0.00 0.02 0.02 0.02 99.92 11:23:45 11:09:01 2 0.28 0.00 0.00 0.02 0.00 99.70 11:23:45 11:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:09:01 4 1.29 0.00 0.00 0.00 0.00 98.71 11:23:45 11:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:09:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:23:45 11:23:45 11:09:01 CPU %user %nice %system %iowait %steal %idle 11:23:45 11:10:01 all 0.17 0.00 0.02 0.00 0.00 99.80 11:23:45 11:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:10:01 1 0.00 0.00 0.02 0.02 0.00 99.97 11:23:45 11:10:01 2 0.12 0.00 0.02 0.02 0.00 99.85 11:23:45 11:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:10:01 4 1.21 0.00 0.08 0.00 0.02 98.69 11:23:45 11:10:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:23:45 11:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:11:01 all 0.03 0.00 0.00 0.01 0.00 99.96 11:23:45 11:11:01 0 0.05 0.00 0.00 0.00 0.00 99.95 11:23:45 11:11:01 1 0.07 0.00 0.00 0.00 0.02 99.92 11:23:45 11:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:11:01 4 0.03 0.00 0.00 0.08 0.00 99.88 11:23:45 11:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:23:45 11:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:12:01 all 0.02 0.00 0.01 0.01 0.01 99.96 11:23:45 11:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:23:45 11:12:01 1 0.00 0.00 0.03 0.02 0.00 99.95 11:23:45 11:12:01 2 0.08 0.00 0.02 0.00 0.02 99.88 11:23:45 11:12:01 3 0.02 0.00 0.00 0.02 0.02 99.95 11:23:45 11:12:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:23:45 11:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 11:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:13:01 all 0.16 0.00 0.01 0.01 0.00 99.82 11:23:45 11:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:13:01 1 0.07 0.00 0.03 0.02 0.02 99.87 11:23:45 11:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:13:01 4 1.13 0.00 0.00 0.03 0.00 98.84 11:23:45 11:13:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:23:45 11:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:14:01 all 0.08 0.00 0.00 0.00 0.00 99.91 11:23:45 11:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:14:01 4 0.57 0.00 0.00 0.00 0.00 99.43 11:23:45 11:14:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:23:45 11:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:15:01 all 0.15 0.00 0.01 0.00 0.00 99.83 11:23:45 11:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:15:01 1 0.03 0.00 0.02 0.03 0.02 99.90 11:23:45 11:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:15:01 4 1.08 0.00 0.00 0.00 0.00 98.92 11:23:45 11:15:01 5 0.07 0.00 0.03 0.00 0.00 99.90 11:23:45 11:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:23:45 11:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:23:45 11:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:16:01 4 0.00 0.00 0.02 0.02 0.02 99.95 11:23:45 11:16:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:23:45 11:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:17:01 all 0.03 0.00 0.01 0.00 0.01 99.96 11:23:45 11:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 11:17:01 1 0.05 0.00 0.00 0.03 0.02 99.90 11:23:45 11:17:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:17:01 5 0.07 0.00 0.02 0.00 0.02 99.90 11:23:45 11:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:23:45 11:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:18:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:23:45 11:18:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:23:45 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:18:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:19:01 all 0.12 0.00 0.01 0.00 0.00 99.85 11:23:45 11:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:19:01 1 0.03 0.00 0.02 0.02 0.02 99.92 11:23:45 11:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 11:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 11:19:01 4 0.83 0.00 0.02 0.02 0.00 99.14 11:23:45 11:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:23:45 11:19:01 7 0.03 0.00 0.03 0.00 0.00 99.93 11:23:45 11:20:01 all 0.22 0.00 0.01 0.00 0.01 99.75 11:23:45 11:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:20:01 1 0.03 0.00 0.02 0.02 0.02 99.92 11:23:45 11:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 11:23:45 11:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:20:01 4 1.65 0.00 0.03 0.02 0.00 98.30 11:23:45 11:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:23:45 11:20:01 CPU %user %nice %system %iowait %steal %idle 11:23:45 11:21:01 all 0.03 0.00 0.01 0.00 0.00 99.96 11:23:45 11:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:23:45 11:21:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:23:45 11:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 11:23:45 11:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:23:45 11:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:23:45 11:21:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:23:45 11:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:22:01 1 0.02 0.00 0.03 0.02 0.02 99.92 11:23:45 11:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:22:01 4 0.00 0.00 0.02 0.02 0.00 99.97 11:23:45 11:22:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 11:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:23:45 11:23:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:23:45 11:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:45 11:23:01 1 0.08 0.00 0.03 0.02 0.02 99.85 11:23:45 11:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:23:45 11:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:23:45 11:23:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:23:45 11:23:01 5 0.05 0.00 0.00 0.00 0.02 99.93 11:23:45 11:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:45 11:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:45 Average: all 6.22 0.00 1.12 0.77 0.02 91.86 11:23:45 Average: 0 6.17 0.00 1.11 0.89 0.02 91.81 11:23:45 Average: 1 6.27 0.00 1.08 0.43 0.02 92.20 11:23:45 Average: 2 6.18 0.00 1.11 1.16 0.02 91.54 11:23:45 Average: 3 6.19 0.00 1.16 1.26 0.02 91.37 11:23:45 Average: 4 6.65 0.00 1.11 0.63 0.02 91.59 11:23:45 Average: 5 6.17 0.00 1.10 0.61 0.03 92.10 11:23:45 Average: 6 5.98 0.00 1.21 0.85 0.02 91.95 11:23:45 Average: 7 6.16 0.00 1.10 0.36 0.02 92.36 11:23:45 11:23:45 11:23:45