Pull request #4691 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 sixhj for edgexfoundry/edgex-go Loading trusted files from base branch main at fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 rather than 61ab8f94e2aadc461f685c3ddd424cb5821839c0 Obtained Jenkinsfile from fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 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-ssh16195268607907812107.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh16774429662840228826.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-4691/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-4691/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17536964207860777389.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-4691/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17335271386896405881.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh17512725172553983825.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-4691/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-4691/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1341483915337360372.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7530 in /w/workspace/edgexfoundry_edgex-go_PR-4691 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 into PR head commit 61ab8f94e2aadc461f685c3ddd424cb5821839c0 Merge succeeded, producing 61ab8f94e2aadc461f685c3ddd424cb5821839c0 Checking out Revision 61ab8f94e2aadc461f685c3ddd424cb5821839c0 (PR-4691) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4691/head:refs/remotes/origin/PR-4691 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61ab8f94e2aadc461f685c3ddd424cb5821839c0 # 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 fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61ab8f94e2aadc461f685c3ddd424cb5821839c0 # timeout=10 Commit message: "fix: Remove duplicate definitions Signed-off-by: sixhj " First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-21T03:37:03.997Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-21T03:37:04.171Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-21T03:37:04.278Z] ========================================================= [2023-09-21T03:37:04.278Z] EdgeX Global Pipelines Version Info [2023-09-21T03:37:04.278Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-21T03:37:05.066Z] ------------------- [2023-09-21T03:37:05.066Z] stable info: [2023-09-21T03:37:05.066Z] ------------------- [2023-09-21T03:37:05.066Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-21T03:37:05.066Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-21T03:37:05.066Z] Message: update stable to v1.0.254 [2023-09-21T03:37:05.637Z] ------------------- [2023-09-21T03:37:05.637Z] experimental info: [2023-09-21T03:37:05.637Z] ------------------- [2023-09-21T03:37:05.637Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-21T03:37:05.637Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-21T03:37:05.637Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-21T03:37:05.924Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-21T03:37:05.972Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-21T03:37:06.014Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-21T03:37:06.057Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-21T03:37:06.097Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-21T03:37:06.140Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-21T03:37:06.178Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-21T03:37:06.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-21T03:37:06.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-21T03:37:06.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-21T03:37:06.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-21T03:37:06.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-21T03:37:06.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-21T03:37:06.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-21T03:37:06.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-21T03:37:06.560Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-21T03:37:06.604Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-21T03:37:06.646Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-21T03:37:06.693Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-21T03:37:06.736Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-21T03:37:06.780Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-21T03:37:06.823Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-21T03:37:06.864Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-21T03:37:06.909Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4691 [Pipeline] echo [2023-09-21T03:37:06.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4691 [Pipeline] echo [2023-09-21T03:37:06.989Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4691 [Pipeline] echo [2023-09-21T03:37:07.029Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61ab8f94e2aadc461f685c3ddd424cb5821839c0 [Pipeline] echo [2023-09-21T03:37:07.075Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61ab8f9 [Pipeline] echo [2023-09-21T03:37:07.119Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T03:37:07.233Z] provisioning config files... [2023-09-21T03:37:07.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12435215585401793308tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T03:37:07.593Z] ---> docker-login.sh [2023-09-21T03:37:07.593Z] nexus3.edgexfoundry.org:10001 [2023-09-21T03:37:07.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:37:08.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:37:08.110Z] Configure a credential helper to remove this warning. See [2023-09-21T03:37:08.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:37:08.110Z] [2023-09-21T03:37:08.110Z] Login Succeeded [2023-09-21T03:37:08.110Z] nexus3.edgexfoundry.org:10002 [2023-09-21T03:37:08.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:37:08.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:37:08.110Z] Configure a credential helper to remove this warning. See [2023-09-21T03:37:08.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:37:08.110Z] [2023-09-21T03:37:08.110Z] Login Succeeded [2023-09-21T03:37:08.110Z] nexus3.edgexfoundry.org:10003 [2023-09-21T03:37:08.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:37:08.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:37:08.110Z] Configure a credential helper to remove this warning. See [2023-09-21T03:37:08.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:37:08.110Z] [2023-09-21T03:37:08.110Z] Login Succeeded [2023-09-21T03:37:08.110Z] nexus3.edgexfoundry.org:10004 [2023-09-21T03:37:08.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:37:08.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:37:08.369Z] Configure a credential helper to remove this warning. See [2023-09-21T03:37:08.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:37:08.369Z] [2023-09-21T03:37:08.369Z] Login Succeeded [2023-09-21T03:37:08.369Z] docker.io [2023-09-21T03:37:08.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:37:08.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:37:08.628Z] Configure a credential helper to remove this warning. See [2023-09-21T03:37:08.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:37:08.628Z] [2023-09-21T03:37:08.628Z] Login Succeeded [2023-09-21T03:37:08.628Z] ---> docker-login.sh ends [Pipeline] } [2023-09-21T03:37:08.660Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-21T03:37:09.751Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + dirname cmd/core-command/Dockerfile [2023-09-21T03:37:09.751Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-21T03:37:09.751Z] + + cut -d/ -f2dirname [2023-09-21T03:37:09.751Z] cmd/core-data/Dockerfile [2023-09-21T03:37:09.751Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/core-metadata/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-21T03:37:09.751Z] + + dirname cmd/security-proxy-auth/Dockerfile [2023-09-21T03:37:09.751Z] cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/security-spire-config/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + dirname cmd/security-spire-server/Dockerfile [2023-09-21T03:37:09.751Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-21T03:37:09.751Z] + dirname+ cmd/support-notifications/Dockerfile [2023-09-21T03:37:09.751Z] cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-21T03:37:09.751Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-21T03:37:09.751Z] + cut -d/ -f2 [2023-09-21T03:37:09.751Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-21T03:37:09.812Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-21T03:37:10.324Z] + git rev-list -1 --merges 61ab8f94e2aadc461f685c3ddd424cb5821839c0~1..61ab8f94e2aadc461f685c3ddd424cb5821839c0 [Pipeline] echo [2023-09-21T03:37:10.356Z] -----------> git rev-list -1 --merges 61ab8f94e2aadc461f685c3ddd424cb5821839c0~1..61ab8f94e2aadc461f685c3ddd424cb5821839c0 61ab8f94e2aadc461f685c3ddd424cb5821839c0 [false] [Pipeline] sh [2023-09-21T03:37:10.680Z] + git log --format=format:%s -1 61ab8f94e2aadc461f685c3ddd424cb5821839c0 [Pipeline] echo [2023-09-21T03:37:10.728Z] ========================================================= [2023-09-21T03:37:10.728Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-21T03:37:10.728Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-21T03:37:11.396Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-21T03:37:11.397Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-21T03:37:11.397Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-21T03:37:11.397Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-21T03:37:11.397Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2023-09-21T03:37:11.397Z] tee -a /etc/ssh/ssh_known_hosts [2023-09-21T03:37:11.397Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:37:11.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T03:37:11.900Z] [2023-09-21T03:37:11.900Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:37:12.343Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T03:37:12.343Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-21T03:37:12.343Z] b85a868b505f: Pulling fs layer [2023-09-21T03:37:12.343Z] e2be974225ed: Pulling fs layer [2023-09-21T03:37:12.343Z] 339a4e72a1f5: Pulling fs layer [2023-09-21T03:37:12.343Z] 988bab9f4d93: Pulling fs layer [2023-09-21T03:37:12.343Z] 1469e6f7b9e6: Pulling fs layer [2023-09-21T03:37:12.343Z] eaf3925da568: Pulling fs layer [2023-09-21T03:37:12.343Z] bab4dde63d76: Pulling fs layer [2023-09-21T03:37:12.343Z] bde34c3a00c8: Pulling fs layer [2023-09-21T03:37:12.343Z] b352a97aabf1: Pulling fs layer [2023-09-21T03:37:12.343Z] 4872d77fe225: Pulling fs layer [2023-09-21T03:37:12.343Z] 5851b861e8e6: Pulling fs layer [2023-09-21T03:37:12.343Z] 988bab9f4d93: Waiting [2023-09-21T03:37:12.343Z] 1469e6f7b9e6: Waiting [2023-09-21T03:37:12.343Z] eaf3925da568: Waiting [2023-09-21T03:37:12.343Z] bab4dde63d76: Waiting [2023-09-21T03:37:12.343Z] 5851b861e8e6: Waiting [2023-09-21T03:37:12.343Z] bde34c3a00c8: Waiting [2023-09-21T03:37:12.343Z] 4872d77fe225: Waiting [2023-09-21T03:37:12.343Z] b352a97aabf1: Waiting [2023-09-21T03:37:12.343Z] e2be974225ed: Verifying Checksum [2023-09-21T03:37:12.343Z] e2be974225ed: Download complete [2023-09-21T03:37:12.343Z] 988bab9f4d93: Verifying Checksum [2023-09-21T03:37:12.343Z] 988bab9f4d93: Download complete [2023-09-21T03:37:12.603Z] 1469e6f7b9e6: Verifying Checksum [2023-09-21T03:37:12.603Z] 1469e6f7b9e6: Download complete [2023-09-21T03:37:12.603Z] 339a4e72a1f5: Download complete [2023-09-21T03:37:12.603Z] eaf3925da568: Download complete [2023-09-21T03:37:12.603Z] bde34c3a00c8: Verifying Checksum [2023-09-21T03:37:12.603Z] bde34c3a00c8: Download complete [2023-09-21T03:37:12.603Z] b352a97aabf1: Download complete [2023-09-21T03:37:12.603Z] 4872d77fe225: Verifying Checksum [2023-09-21T03:37:12.603Z] 4872d77fe225: Download complete [2023-09-21T03:37:12.603Z] 5851b861e8e6: Verifying Checksum [2023-09-21T03:37:12.603Z] 5851b861e8e6: Download complete [2023-09-21T03:37:12.603Z] b85a868b505f: Verifying Checksum [2023-09-21T03:37:12.603Z] b85a868b505f: Download complete [2023-09-21T03:37:12.868Z] bab4dde63d76: Verifying Checksum [2023-09-21T03:37:12.868Z] bab4dde63d76: Download complete [2023-09-21T03:37:14.244Z] b85a868b505f: Pull complete [2023-09-21T03:37:14.244Z] e2be974225ed: Pull complete [2023-09-21T03:37:14.504Z] 339a4e72a1f5: Pull complete [2023-09-21T03:37:14.764Z] 988bab9f4d93: Pull complete [2023-09-21T03:37:15.024Z] 1469e6f7b9e6: Pull complete [2023-09-21T03:37:15.024Z] eaf3925da568: Pull complete [2023-09-21T03:37:16.926Z] bab4dde63d76: Pull complete [2023-09-21T03:37:16.926Z] bde34c3a00c8: Pull complete [2023-09-21T03:37:16.926Z] b352a97aabf1: Pull complete [2023-09-21T03:37:16.926Z] 4872d77fe225: Pull complete [2023-09-21T03:37:17.185Z] 5851b861e8e6: Pull complete [2023-09-21T03:37:17.185Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-21T03:37:17.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T03:37:17.185Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T03:37:17.411Z] prd-ubuntu20.04-docker-8c-8g-7530 does not seem to be running inside a container [2023-09-21T03:37:17.437Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-21T03:37:20.731Z] $ docker top 0e853794f645b8914d7c7fc08558d1e6a901e0e3e3371ae915e6e45e045f4ec2 -eo pid,comm [2023-09-21T03:37:20.790Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-09-21T03:37:20.790Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-21T03:37:20.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-21T03:37:20.920Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-21T03:37:21.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-21T03:37:21.027Z] $ docker exec 0e853794f645b8914d7c7fc08558d1e6a901e0e3e3371ae915e6e45e045f4ec2 ssh-agent [2023-09-21T03:37:21.141Z] SSH_AUTH_SOCK=/tmp/ssh-wxFRmQaW9OFh/agent.32 [2023-09-21T03:37:21.141Z] SSH_AGENT_PID=38 [2023-09-21T03:37:21.147Z] Running ssh-add (command line suppressed) [2023-09-21T03:37:21.249Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6264254024048202540.key (/w/workspace/edgex-go/1@tmp/private_key_6264254024048202540.key) [2023-09-21T03:37:21.265Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-21T03:37:21.591Z] + git tag --points-at HEAD [Pipeline] } [2023-09-21T03:37:21.621Z] $ docker exec --env ******** --env ******** 0e853794f645b8914d7c7fc08558d1e6a901e0e3e3371ae915e6e45e045f4ec2 ssh-agent -k [2023-09-21T03:37:21.719Z] unset SSH_AUTH_SOCK; [2023-09-21T03:37:21.719Z] unset SSH_AGENT_PID; [2023-09-21T03:37:21.719Z] echo Agent pid 38 killed; [2023-09-21T03:37:21.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-21T03:37:21.814Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-21T03:37:21.814Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-21T03:37:21.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-21T03:37:21.929Z] $ docker exec 0e853794f645b8914d7c7fc08558d1e6a901e0e3e3371ae915e6e45e045f4ec2 ssh-agent [2023-09-21T03:37:22.031Z] SSH_AUTH_SOCK=/tmp/ssh-McPshR4VNm28/agent.70 [2023-09-21T03:37:22.031Z] SSH_AGENT_PID=76 [2023-09-21T03:37:22.036Z] Running ssh-add (command line suppressed) [2023-09-21T03:37:22.134Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3997818664589037845.key (/w/workspace/edgex-go/1@tmp/private_key_3997818664589037845.key) [2023-09-21T03:37:22.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-21T03:37:22.468Z] + git semver init [2023-09-21T03:37:22.728Z] 2023-09-21 03:37:22,646 [run_init] DEBUG init version:0.0.0 force:False [2023-09-21T03:37:22.728Z] 2023-09-21 03:37:22,647 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-09-21T03:37:22.728Z] 2023-09-21 03:37:22,648 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-09-21T03:37:22.728Z] 2023-09-21 03:37:22,648 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,129 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,130 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4691 with force:False [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,130 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4691 [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,133 [execute] INFO git cat-file --batch-check [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,133 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,139 [execute] INFO git cat-file --batch [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-21T03:37:29.305Z] 2023-09-21 03:37:28,145 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4691 [2023-09-21T03:37:29.305Z] 0.0.0 [Pipeline] } [2023-09-21T03:37:29.334Z] $ docker exec --env ******** --env ******** 0e853794f645b8914d7c7fc08558d1e6a901e0e3e3371ae915e6e45e045f4ec2 ssh-agent -k [2023-09-21T03:37:29.445Z] unset SSH_AUTH_SOCK; [2023-09-21T03:37:29.446Z] unset SSH_AGENT_PID; [2023-09-21T03:37:29.446Z] echo Agent pid 76 killed; [2023-09-21T03:37:29.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-21T03:37:29.865Z] + git semver [Pipeline] } [2023-09-21T03:37:30.149Z] $ docker stop --time=1 0e853794f645b8914d7c7fc08558d1e6a901e0e3e3371ae915e6e45e045f4ec2 [2023-09-21T03:37:31.461Z] $ docker rm -f --volumes 0e853794f645b8914d7c7fc08558d1e6a901e0e3e3371ae915e6e45e045f4ec2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T03:37:31.861Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-21T03:37:32.140Z] Stashed 1 file(s) [Pipeline] echo [2023-09-21T03:37:32.159Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-21T03:37:33.116Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-21T03:37:33.151Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T03:37:33.185Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T03:37:33.214Z] ========================================================= [2023-09-21T03:37:33.214Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-21T03:37:33.214Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-21T03:37:33.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T03:37:33.544Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-21T03:37:33.544Z] 7264a8db6415: Pulling fs layer [2023-09-21T03:37:33.544Z] c4d48a809fc2: Pulling fs layer [2023-09-21T03:37:33.544Z] 4f1c88b9dad5: Pulling fs layer [2023-09-21T03:37:33.544Z] ad3a456e5733: Pulling fs layer [2023-09-21T03:37:33.544Z] 33e27b845d1e: Pulling fs layer [2023-09-21T03:37:33.544Z] c68163c4e522: Pulling fs layer [2023-09-21T03:37:33.544Z] 50da416c3ac9: Pulling fs layer [2023-09-21T03:37:33.544Z] 23d2d4c4bb30: Pulling fs layer [2023-09-21T03:37:33.544Z] ad3a456e5733: Waiting [2023-09-21T03:37:33.544Z] 33e27b845d1e: Waiting [2023-09-21T03:37:33.544Z] c68163c4e522: Waiting [2023-09-21T03:37:33.544Z] 23d2d4c4bb30: Waiting [2023-09-21T03:37:33.544Z] c4d48a809fc2: Verifying Checksum [2023-09-21T03:37:33.544Z] c4d48a809fc2: Download complete [2023-09-21T03:37:33.544Z] ad3a456e5733: Verifying Checksum [2023-09-21T03:37:33.544Z] ad3a456e5733: Download complete [2023-09-21T03:37:33.544Z] 33e27b845d1e: Download complete [2023-09-21T03:37:33.544Z] 7264a8db6415: Verifying Checksum [2023-09-21T03:37:33.544Z] 7264a8db6415: Download complete [2023-09-21T03:37:33.544Z] c68163c4e522: Verifying Checksum [2023-09-21T03:37:33.544Z] c68163c4e522: Download complete [2023-09-21T03:37:33.805Z] 7264a8db6415: Pull complete [2023-09-21T03:37:33.805Z] 23d2d4c4bb30: Verifying Checksum [2023-09-21T03:37:33.805Z] 23d2d4c4bb30: Download complete [2023-09-21T03:37:34.064Z] c4d48a809fc2: Pull complete [2023-09-21T03:37:34.064Z] 4f1c88b9dad5: Verifying Checksum [2023-09-21T03:37:34.064Z] 4f1c88b9dad5: Download complete [2023-09-21T03:37:34.323Z] 50da416c3ac9: Verifying Checksum [2023-09-21T03:37:34.323Z] 50da416c3ac9: Download complete [2023-09-21T03:37:37.606Z] 4f1c88b9dad5: Pull complete [2023-09-21T03:37:37.606Z] ad3a456e5733: Pull complete [2023-09-21T03:37:37.606Z] 33e27b845d1e: Pull complete [2023-09-21T03:37:37.606Z] c68163c4e522: Pull complete [2023-09-21T03:37:40.136Z] 50da416c3ac9: Pull complete [2023-09-21T03:37:40.398Z] 23d2d4c4bb30: Pull complete [2023-09-21T03:37:40.398Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-09-21T03:37:40.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T03:37:40.398Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-21T03:37:40.756Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-21T03:37:40.756Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T03:37:40.756Z] WORKDIR /edgex [2023-09-21T03:37:40.756Z] COPY go.mod . [2023-09-21T03:37:40.756Z] RUN go mod download [2023-09-21T03:37:41.328Z] Sending build context to Docker daemon 171MB [2023-09-21T03:37:41.329Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T03:37:41.329Z] ---> 0786185ac409 [2023-09-21T03:37:41.329Z] Step 2/4 : WORKDIR /edgex [2023-09-21T03:37:47.558Z] Still waiting to schedule task [2023-09-21T03:37:47.558Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-21T03:37:48.034Z] ---> Running in 6b7c02393552 [2023-09-21T03:37:48.034Z] Removing intermediate container 6b7c02393552 [2023-09-21T03:37:48.034Z] ---> 7bdb6a226fbc [2023-09-21T03:37:48.034Z] Step 3/4 : COPY go.mod . [2023-09-21T03:37:48.034Z] ---> ad85bbec3bf8 [2023-09-21T03:37:48.034Z] Step 4/4 : RUN go mod download [2023-09-21T03:37:48.034Z] ---> Running in 260a96cf99da [2023-09-21T03:38:06.141Z] Removing intermediate container 260a96cf99da [2023-09-21T03:38:06.141Z] ---> 0d929c51c04f [2023-09-21T03:38:06.141Z] Successfully built 0d929c51c04f [2023-09-21T03:38:06.141Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:38:06.532Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-21T03:38:06.532Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T03:38:06.683Z] prd-ubuntu20.04-docker-8c-8g-7530 does not seem to be running inside a container [2023-09-21T03:38:06.722Z] $ 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 ******** ci-base-image-x86_64 cat [2023-09-21T03:38:07.183Z] $ docker top 4f393f45c7978d8d7451e0284fe1d5dfdd9a43318733762c53f30008510681a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T03:38:07.575Z] + go version [2023-09-21T03:38:07.576Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-21T03:38:07.615Z] $ docker stop --time=1 4f393f45c7978d8d7451e0284fe1d5dfdd9a43318733762c53f30008510681a0 [2023-09-21T03:38:08.878Z] $ docker rm -f --volumes 4f393f45c7978d8d7451e0284fe1d5dfdd9a43318733762c53f30008510681a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:38:09.581Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-21T03:38:09.581Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T03:38:09.740Z] prd-ubuntu20.04-docker-8c-8g-7530 does not seem to be running inside a container [2023-09-21T03:38:09.781Z] $ 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 ******** ci-base-image-x86_64 cat [2023-09-21T03:38:10.153Z] $ docker top 244a0a77f08e1a744e6111fd06c964f4ecea8ee638046c2e9ac70f1f257e8eda -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-21T03:38:10.254Z] ========================================================= [2023-09-21T03:38:10.254Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-21T03:38:10.254Z] ========================================================= [Pipeline] sh [2023-09-21T03:38:10.551Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-21T03:38:10.910Z] + make test [2023-09-21T03:38:10.910Z] go test -race -coverprofile=coverage.out ./... [2023-09-21T03:38:19.036Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-21T03:38:33.912Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-21T03:38:33.912Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-21T03:38:34.850Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-21T03:38:34.850Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-21T03:38:35.418Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-21T03:38:35.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-21T03:38:35.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-21T03:38:35.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-21T03:38:35.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-21T03:38:36.199Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-21T03:38:36.768Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-21T03:38:36.768Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-21T03:38:36.768Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-21T03:38:36.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-21T03:38:38.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-21T03:38:38.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-21T03:38:40.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.039s coverage: 28.7% of statements [2023-09-21T03:38:41.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.059s coverage: 97.0% of statements [2023-09-21T03:38:41.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-21T03:38:41.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-21T03:38:41.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-21T03:38:44.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-21T03:38:44.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-21T03:38:45.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.080s coverage: 69.2% of statements [2023-09-21T03:38:45.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.072s coverage: 53.2% of statements [2023-09-21T03:38:45.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-21T03:38:45.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-21T03:38:45.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:38:45.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-21T03:38:45.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-21T03:38:47.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-21T03:38:47.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-21T03:38:48.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.379s coverage: 93.4% of statements [2023-09-21T03:38:48.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.060s coverage: 4.1% of statements [2023-09-21T03:38:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-21T03:38:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:38:50.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-21T03:38:51.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.368s coverage: 97.6% of statements [2023-09-21T03:38:51.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-21T03:38:51.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-21T03:38:51.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-21T03:38:51.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-21T03:38:51.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-21T03:38:51.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-21T03:38:51.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-21T03:38:51.665Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.042s coverage: 72.2% of statements [2023-09-21T03:38:53.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-21T03:38:53.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-21T03:38:54.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.061s coverage: 0.9% of statements [2023-09-21T03:38:54.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.044s coverage: 32.2% of statements [2023-09-21T03:38:54.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.045s coverage: 41.7% of statements [2023-09-21T03:38:56.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.042s coverage: 82.9% of statements [2023-09-21T03:38:56.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.038s coverage: 94.1% of statements [2023-09-21T03:38:56.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.069s coverage: 96.3% of statements [2023-09-21T03:38:56.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-21T03:38:56.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.044s coverage: 87.5% of statements [2023-09-21T03:38:56.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-21T03:38:56.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-21T03:38:56.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-21T03:38:56.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-21T03:38:56.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-21T03:38:56.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-21T03:38:56.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-21T03:38:58.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-21T03:38:58.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-21T03:38:58.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-21T03:38:58.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-21T03:38:58.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-21T03:38:58.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-21T03:38:59.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-21T03:39:02.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-21T03:39:02.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-21T03:39:03.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-21T03:39:03.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-21T03:39:05.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-21T03:39:05.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-21T03:39:05.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-21T03:39:07.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-21T03:39:07.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-21T03:39:07.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-21T03:39:08.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-21T03:39:08.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-21T03:39:08.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-21T03:39:08.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-21T03:39:08.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.061s coverage: 94.4% of statements [2023-09-21T03:39:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-21T03:39:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-21T03:39:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-21T03:39:09.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-21T03:39:11.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-21T03:39:11.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:39:11.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-21T03:39:11.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-21T03:39:12.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-21T03:39:12.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-21T03:39:12.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-21T03:39:12.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:39:16.640Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7531 in /w/workspace/edgexfoundry_edgex-go_PR-4691 [Pipeline] { [Pipeline] ws [2023-09-21T03:39:16.697Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-09-21T03:39:16.791Z] The recommended git tool is: git [2023-09-21T03:39:20.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.299s coverage: 79.9% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.061s coverage: 92.9% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.055s coverage: 62.3% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.099s coverage: 87.2% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.040s coverage: 20.0% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.035s coverage: 100.0% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.096s coverage: 81.8% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.084s coverage: 82.1% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.043s coverage: 86.0% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.178s coverage: 63.1% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.048s coverage: 100.0% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.183s coverage: 38.4% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.048s coverage: 89.5% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.041s coverage: 84.8% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 19.9% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.134s coverage: 95.7% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.049s coverage: 61.8% of statements [2023-09-21T03:39:20.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.080s coverage: 98.9% of statements [2023-09-21T03:39:20.754Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-09-21T03:39:21.013Z] running golangci-lint [2023-09-21T03:39:21.013Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2023-09-21T03:39:21.013Z] go version go1.21.0 linux/amd64 [2023-09-21T03:39:21.272Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-09-21T03:39:21.272Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2023-09-21T03:39:21.845Z] using credential edgex-jenkins-ssh [2023-09-21T03:39:21.857Z] Cloning the remote Git repository [2023-09-21T03:39:21.899Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-21T03:39:21.984Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-09-21T03:39:22.123Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-21T03:39:22.124Z] > git --version # timeout=10 [2023-09-21T03:39:22.144Z] > git --version # 'git version 2.25.1' [2023-09-21T03:39:22.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T03:39:22.287Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-21T03:39:33.468Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 11.632987668s" [2023-09-21T03:39:33.468Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 48.159103ms" [2023-09-21T03:39:37.446Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-21T03:39:37.481Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-21T03:39:38.263Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-21T03:39:38.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-21T03:39:38.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T03:39:38.315Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4691/head:refs/remotes/origin/PR-4691 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-21T03:39:39.023Z] Merging remotes/origin/main commit fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 into PR head commit 61ab8f94e2aadc461f685c3ddd424cb5821839c0 [2023-09-21T03:39:39.448Z] Merge succeeded, producing 61ab8f94e2aadc461f685c3ddd424cb5821839c0 [2023-09-21T03:39:39.449Z] Checking out Revision 61ab8f94e2aadc461f685c3ddd424cb5821839c0 (PR-4691) [2023-09-21T03:39:39.043Z] > git config core.sparsecheckout # timeout=10 [2023-09-21T03:39:39.118Z] > git checkout -f 61ab8f94e2aadc461f685c3ddd424cb5821839c0 # timeout=10 [2023-09-21T03:39:39.344Z] > git remote # timeout=10 [2023-09-21T03:39:39.364Z] > git config --get remote.origin.url # timeout=10 [2023-09-21T03:39:39.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T03:39:39.403Z] > git merge fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 # timeout=10 [2023-09-21T03:39:39.429Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-21T03:39:39.457Z] > git config core.sparsecheckout # timeout=10 [2023-09-21T03:39:39.472Z] > git checkout -f 61ab8f94e2aadc461f685c3ddd424cb5821839c0 # timeout=10 [2023-09-21T03:39:43.070Z] Commit message: "fix: Remove duplicate definitions Signed-off-by: sixhj " [2023-09-21T03:39:43.117Z] > git --version # timeout=10 [2023-09-21T03:39:43.130Z] > git --version # 'git version 2.25.1' [2023-09-21T03:39:43.144Z] fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-21T03:39:43.456Z] level=info msg="[linters_context/goanalysis] analyzers took 1m33.211982102s with top 10 stages: buildir: 40.362352306s, gosec: 8.419006802s, fact_deprecated: 2.44868504s, inspect: 2.346138962s, ctrlflow: 1.483576302s, printf: 1.372980247s, S1038: 1.280106605s, nilness: 1.200380577s, fact_purity: 1.136568454s, SA5012: 757.329884ms" [2023-09-21T03:39:43.456Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2023-09-21T03:39:43.456Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 197/197, skip_dirs: 197/197, exclude: 197/197, nolint: 0/21, path_prettifier: 197/197, autogenerated_exclude: 197/197, identifier_marker: 197/197, exclude-rules: 21/197, filename_unadjuster: 197/197, skip_files: 197/197" [2023-09-21T03:39:43.456Z] level=info msg="[runner] processing took 15.152207ms with stages: nolint: 6.799307ms, identifier_marker: 3.630829ms, autogenerated_exclude: 1.466677ms, path_prettifier: 1.413592ms, exclude-rules: 1.072841ms, skip_dirs: 713.147µs, cgo: 33.882µs, filename_unadjuster: 17.631µs, max_same_issues: 610ns, skip_files: 510ns, exclude: 410ns, uniq_by_line: 410ns, fixer: 390ns, diff: 361ns, source_code: 350ns, sort_results: 350ns, severity-rules: 280ns, path_shortener: 250ns, max_from_linter: 160ns, max_per_file_from_linter: 110ns, path_prefixer: 110ns" [2023-09-21T03:39:43.456Z] level=info msg="[runner] linters took 9.780025946s with stages: goanalysis_metalinter: 9.764784824s" [2023-09-21T03:39:43.456Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-09-21T03:39:43.456Z] level=info msg="Memory: 214 samples, avg is 266.1MB, max is 901.0MB" [2023-09-21T03:39:43.456Z] level=info msg="Execution took 21.471192497s" [2023-09-21T03:39:43.456Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-21T03:39:44.156Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-21T03:39:44.156Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T03:39:44.156Z] Dload Upload Total Spent Left Speed [2023-09-21T03:39:44.156Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh [2023-09-21T03:39:44.835Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-21T03:39:45.181Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-21T03:39:45.181Z] + sudo tee /etc/docker/daemon.new [2023-09-21T03:39:45.181Z] { [2023-09-21T03:39:45.181Z] "registry-mirrors": [ [2023-09-21T03:39:45.181Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-21T03:39:45.181Z] ], [2023-09-21T03:39:45.181Z] "bip": "10.250.0.254/24", [2023-09-21T03:39:45.181Z] "hosts": [ [2023-09-21T03:39:45.181Z] "tcp://0.0.0.0:5555", [2023-09-21T03:39:45.181Z] "unix:///var/run/docker.sock" [2023-09-21T03:39:45.181Z] ], [2023-09-21T03:39:45.181Z] "mtu": 1458, [2023-09-21T03:39:45.181Z] "selinux-enabled": true, [2023-09-21T03:39:45.181Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-21T03:39:45.181Z] } [Pipeline] sh [2023-09-21T03:39:45.523Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-21T03:39:45.874Z] + sudo service docker restart [2023-09-21T03:39:47.640Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-21T03:39:47.640Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-21T03:39:47.640Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-21T03:39:47.677Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-21T03:39:48.061Z] + ls -al . [2023-09-21T03:39:48.061Z] total 732 [2023-09-21T03:39:48.061Z] drwxrwxr-x 12 1001 1001 4096 Sep 21 03:38 . [2023-09-21T03:39:48.061Z] drwxr-xr-x 4 root root 4096 Sep 21 03:38 .. [2023-09-21T03:39:48.061Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 03:37 .blubracket [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 16 Sep 21 03:37 .dockerignore [2023-09-21T03:39:48.061Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 03:39 .git [2023-09-21T03:39:48.061Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 03:37 .github [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 1173 Sep 21 03:37 .gitignore [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 42 Sep 21 03:37 .golangci.yml [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 100 Sep 21 03:37 .hadolint.yml [2023-09-21T03:39:48.061Z] drwxr-xr-x 3 1001 1001 4096 Sep 21 03:37 .semver [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 166 Sep 21 03:37 .sonarcloud.properties [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 1171 Sep 21 03:37 ADOPTERS.md [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 11674 Sep 21 03:37 Attribution.txt [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 93407 Sep 21 03:37 CHANGELOG.md [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 3804 Sep 21 03:37 CONTRIBUTING.md [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 677 Sep 21 03:37 GOVERNANCE.md [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 883 Sep 21 03:37 Jenkinsfile [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 10775 Sep 21 03:37 LICENSE [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 14764 Sep 21 03:37 Makefile [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 582 Sep 21 03:37 OWNERS.md [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 9923 Sep 21 03:37 README.md [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 789 Sep 21 03:37 SECURITY.md [2023-09-21T03:39:48.061Z] -rw-rw-r-- 1 1001 1001 5 Sep 21 03:37 VERSION [2023-09-21T03:39:48.061Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 03:37 bin [2023-09-21T03:39:48.061Z] drwxrwxr-x 18 1001 1001 4096 Sep 21 03:37 cmd [2023-09-21T03:39:48.062Z] -rw-r--r-- 1 root root 453602 Sep 21 03:39 coverage.out [2023-09-21T03:39:48.062Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 03:37 fuzz_test [2023-09-21T03:39:48.062Z] -rw-rw-r-- 1 1001 1001 3688 Sep 21 03:37 go.mod [2023-09-21T03:39:48.062Z] -rw-rw-r-- 1 1001 1001 34975 Sep 21 03:37 go.sum [2023-09-21T03:39:48.062Z] drwxrwxr-x 7 1001 1001 4096 Sep 21 03:37 internal [2023-09-21T03:39:48.062Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 03:37 openapi [2023-09-21T03:39:48.062Z] -rw-rw-r-- 1 1001 1001 594 Sep 21 03:37 security.txt [2023-09-21T03:39:48.062Z] drwxrwxr-x 4 1001 1001 4096 Sep 21 03:37 snap [2023-09-21T03:39:48.062Z] -rw-rw-r-- 1 1001 1001 204 Sep 21 03:37 version.go [Pipeline] sh [2023-09-21T03:39:48.370Z] + '[' -e coverage.out ] [2023-09-21T03:39:48.370Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-21T03:39:48.503Z] Stashed 1 file(s) [Pipeline] sh [2023-09-21T03:39:48.795Z] + make build [2023-09-21T03:39:48.795Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T03:40:00.998Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T03:40:02.376Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T03:40:03.711Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T03:40:04.175Z] provisioning config files... [2023-09-21T03:40:04.198Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13948191573030355193tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T03:40:04.284Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T03:40:04.574Z] ---> docker-login.sh [2023-09-21T03:40:04.574Z] nexus3.edgexfoundry.org:10001 [2023-09-21T03:40:04.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:40:05.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:40:05.114Z] Configure a credential helper to remove this warning. See [2023-09-21T03:40:05.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:40:05.114Z] [2023-09-21T03:40:05.114Z] Login Succeeded [2023-09-21T03:40:05.114Z] nexus3.edgexfoundry.org:10002 [2023-09-21T03:40:05.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:40:05.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:40:05.385Z] Configure a credential helper to remove this warning. See [2023-09-21T03:40:05.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:40:05.385Z] [2023-09-21T03:40:05.385Z] Login Succeeded [2023-09-21T03:40:05.385Z] nexus3.edgexfoundry.org:10003 [2023-09-21T03:40:05.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:40:05.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:40:05.924Z] Configure a credential helper to remove this warning. See [2023-09-21T03:40:05.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:40:05.924Z] [2023-09-21T03:40:05.924Z] Login Succeeded [2023-09-21T03:40:05.924Z] nexus3.edgexfoundry.org:10004 [2023-09-21T03:40:05.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:40:06.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:40:06.195Z] Configure a credential helper to remove this warning. See [2023-09-21T03:40:06.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:40:06.195Z] [2023-09-21T03:40:06.195Z] Login Succeeded [2023-09-21T03:40:06.195Z] docker.io [2023-09-21T03:40:06.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T03:40:06.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T03:40:06.731Z] Configure a credential helper to remove this warning. See [2023-09-21T03:40:06.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T03:40:06.731Z] [2023-09-21T03:40:06.731Z] Login Succeeded [2023-09-21T03:40:06.731Z] ---> docker-login.sh ends [Pipeline] } [2023-09-21T03:40:06.761Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-09-21T03:40:07.420Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-21T03:40:07.464Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T03:40:07.494Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T03:40:07.524Z] ========================================================= [2023-09-21T03:40:07.524Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-21T03:40:07.524Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-21T03:40:07.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T03:40:07.896Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-21T03:40:07.896Z] 9fda8d8052c6: Pulling fs layer [2023-09-21T03:40:07.896Z] 5d54e960e981: Pulling fs layer [2023-09-21T03:40:07.896Z] c4a7e357bf2a: Pulling fs layer [2023-09-21T03:40:07.896Z] f0e02332f6b5: Pulling fs layer [2023-09-21T03:40:07.896Z] cefa15bbcfad: Pulling fs layer [2023-09-21T03:40:07.896Z] 17808c966233: Pulling fs layer [2023-09-21T03:40:07.896Z] f4c1fc716caa: Pulling fs layer [2023-09-21T03:40:07.896Z] f0e02332f6b5: Waiting [2023-09-21T03:40:07.896Z] cefa15bbcfad: Waiting [2023-09-21T03:40:07.896Z] 17808c966233: Waiting [2023-09-21T03:40:07.896Z] f4c1fc716caa: Waiting [2023-09-21T03:40:08.175Z] 5d54e960e981: Verifying Checksum [2023-09-21T03:40:08.175Z] 5d54e960e981: Download complete [2023-09-21T03:40:08.175Z] f0e02332f6b5: Verifying Checksum [2023-09-21T03:40:08.175Z] f0e02332f6b5: Download complete [2023-09-21T03:40:08.175Z] cefa15bbcfad: Verifying Checksum [2023-09-21T03:40:08.175Z] cefa15bbcfad: Download complete [2023-09-21T03:40:08.175Z] 9fda8d8052c6: Download complete [2023-09-21T03:40:08.450Z] f4c1fc716caa: Verifying Checksum [2023-09-21T03:40:08.450Z] f4c1fc716caa: Download complete [2023-09-21T03:40:09.038Z] 9fda8d8052c6: Pull complete [2023-09-21T03:40:09.307Z] 5d54e960e981: Pull complete [2023-09-21T03:40:09.578Z] c4a7e357bf2a: Verifying Checksum [2023-09-21T03:40:09.578Z] c4a7e357bf2a: Download complete [2023-09-21T03:40:10.563Z] 17808c966233: Verifying Checksum [2023-09-21T03:40:10.563Z] 17808c966233: Download complete [2023-09-21T03:40:10.847Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T03:40:11.779Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T03:40:13.153Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T03:40:14.529Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T03:40:15.096Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T03:40:16.033Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T03:40:17.406Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-09-21T03:40:18.374Z] $ docker stop --time=1 244a0a77f08e1a744e6111fd06c964f4ecea8ee638046c2e9ac70f1f257e8eda [2023-09-21T03:40:20.642Z] c4a7e357bf2a: Pull complete [2023-09-21T03:40:20.642Z] f0e02332f6b5: Pull complete [2023-09-21T03:40:20.912Z] cefa15bbcfad: Pull complete [2023-09-21T03:40:22.946Z] $ docker rm -f --volumes 244a0a77f08e1a744e6111fd06c964f4ecea8ee638046c2e9ac70f1f257e8eda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:40:24.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-21T03:40:24.329Z] [2023-09-21T03:40:24.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:40:24.707Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-21T03:40:24.707Z] latest: Pulling from edgex-devops/edgex-compose [2023-09-21T03:40:24.707Z] 91d30c5bc195: Pulling fs layer [2023-09-21T03:40:24.707Z] 2e9b0aa3be6d: Pulling fs layer [2023-09-21T03:40:24.707Z] 9c61dcf015f6: Pulling fs layer [2023-09-21T03:40:24.707Z] 4698f68db338: Pulling fs layer [2023-09-21T03:40:24.707Z] 2a2f49069b9e: Pulling fs layer [2023-09-21T03:40:24.707Z] e0025b399a48: Pulling fs layer [2023-09-21T03:40:24.707Z] 4698f68db338: Waiting [2023-09-21T03:40:24.707Z] e0025b399a48: Waiting [2023-09-21T03:40:24.965Z] 91d30c5bc195: Verifying Checksum [2023-09-21T03:40:24.965Z] 91d30c5bc195: Download complete [2023-09-21T03:40:24.965Z] 4698f68db338: Verifying Checksum [2023-09-21T03:40:24.965Z] 4698f68db338: Download complete [2023-09-21T03:40:24.965Z] 2e9b0aa3be6d: Verifying Checksum [2023-09-21T03:40:24.965Z] 2e9b0aa3be6d: Download complete [2023-09-21T03:40:24.965Z] e0025b399a48: Verifying Checksum [2023-09-21T03:40:24.965Z] e0025b399a48: Download complete [2023-09-21T03:40:24.965Z] 91d30c5bc195: Pull complete [2023-09-21T03:40:25.224Z] 2a2f49069b9e: Download complete [2023-09-21T03:40:25.224Z] 2e9b0aa3be6d: Pull complete [2023-09-21T03:40:25.482Z] 9c61dcf015f6: Download complete [2023-09-21T03:40:27.568Z] 17808c966233: Pull complete [2023-09-21T03:40:28.761Z] 9c61dcf015f6: Pull complete [2023-09-21T03:40:28.761Z] 4698f68db338: Pull complete [2023-09-21T03:40:28.761Z] 2a2f49069b9e: Pull complete [2023-09-21T03:40:28.761Z] e0025b399a48: Pull complete [2023-09-21T03:40:28.761Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-09-21T03:40:28.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-21T03:40:28.761Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T03:40:28.978Z] prd-ubuntu20.04-docker-8c-8g-7530 does not seem to be running inside a container [2023-09-21T03:40:28.994Z] f4c1fc716caa: Pull complete [2023-09-21T03:40:28.994Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-09-21T03:40:28.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T03:40:28.994Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T03:40:29.017Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-09-21T03:40:31.710Z] $ docker top bf802bc5ada30f9c98f0b962465bb8e8662cd3cdbe225771843ce4cbd49f8fc8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [Pipeline] sh [2023-09-21T03:40:32.141Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-21T03:40:32.235Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T03:40:32.235Z] WORKDIR /edgex [2023-09-21T03:40:32.235Z] COPY go.mod . [2023-09-21T03:40:32.235Z] RUN go mod download [2023-09-21T03:40:32.235Z] + docker build -t ci-base-image-arm64 -f - . [2023-09-21T03:40:32.828Z] Sending build context to Docker daemon 2.994MB [2023-09-21T03:40:32.828Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T03:40:32.828Z] ---> ea914061e18c [2023-09-21T03:40:32.828Z] Step 2/4 : WORKDIR /edgex [2023-09-21T03:40:34.680Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #1 transferring dockerfile: 2.82kB done [2023-09-21T03:40:34.680Z] #1 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #2 [security-spire-server internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #2 transferring dockerfile: 1.59kB done [2023-09-21T03:40:34.680Z] #2 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #3 [core-data internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #3 transferring dockerfile: 1.90kB done [2023-09-21T03:40:34.680Z] #3 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #4 [core-metadata internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #4 transferring dockerfile: 1.96kB done [2023-09-21T03:40:34.680Z] #4 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #5 transferring dockerfile: 2.39kB done [2023-09-21T03:40:34.680Z] #5 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #6 [security-spire-config internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #6 transferring dockerfile: 1.58kB done [2023-09-21T03:40:34.680Z] #6 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #7 transferring dockerfile: 2.38kB done [2023-09-21T03:40:34.680Z] #7 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #8 [support-notifications internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #8 transferring dockerfile: 1.84kB done [2023-09-21T03:40:34.680Z] #8 DONE 0.1s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #9 [support-scheduler internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #9 transferring dockerfile: 1.82kB done [2023-09-21T03:40:34.680Z] #9 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #10 [core-command internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #10 transferring dockerfile: 1.82kB done [2023-09-21T03:40:34.680Z] #10 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #11 transferring dockerfile: 2.12kB done [2023-09-21T03:40:34.680Z] #11 DONE 0.1s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #12 [security-bootstrapper internal] load .dockerignore [2023-09-21T03:40:34.680Z] #12 transferring context: 56B done [2023-09-21T03:40:34.680Z] #12 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #13 transferring dockerfile: 1.70kB done [2023-09-21T03:40:34.680Z] #13 DONE 0.1s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #14 transferring dockerfile: 2.04kB done [2023-09-21T03:40:34.680Z] #14 DONE 0.1s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-21T03:40:34.680Z] #15 transferring dockerfile: 1.78kB done [2023-09-21T03:40:34.680Z] #15 DONE 0.1s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #16 [security-spire-server internal] load .dockerignore [2023-09-21T03:40:34.680Z] #16 transferring context: 56B done [2023-09-21T03:40:34.680Z] #16 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #17 [core-data internal] load .dockerignore [2023-09-21T03:40:34.680Z] #17 transferring context: 56B done [2023-09-21T03:40:34.680Z] #17 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #18 [core-metadata internal] load .dockerignore [2023-09-21T03:40:34.680Z] #18 transferring context: 56B done [2023-09-21T03:40:34.680Z] #18 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #19 [security-proxy-setup internal] load .dockerignore [2023-09-21T03:40:34.680Z] #19 transferring context: 56B done [2023-09-21T03:40:34.680Z] #19 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #20 [security-secretstore-setup internal] load .dockerignore [2023-09-21T03:40:34.680Z] #20 transferring context: 56B done [2023-09-21T03:40:34.680Z] #20 DONE 0.0s [2023-09-21T03:40:34.680Z] [2023-09-21T03:40:34.680Z] #21 [security-spire-config internal] load .dockerignore [2023-09-21T03:40:34.680Z] #21 transferring context: 56B done [2023-09-21T03:40:34.772Z] ---> Running in 55dbe1769de3 [2023-09-21T03:40:34.772Z] Removing intermediate container 55dbe1769de3 [2023-09-21T03:40:34.772Z] ---> b6a89e428682 [2023-09-21T03:40:34.772Z] Step 3/4 : COPY go.mod . [2023-09-21T03:40:34.938Z] #21 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #22 [support-notifications internal] load .dockerignore [2023-09-21T03:40:34.938Z] #22 transferring context: 56B done [2023-09-21T03:40:34.938Z] #22 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #23 [support-scheduler internal] load .dockerignore [2023-09-21T03:40:34.938Z] #23 transferring context: 56B done [2023-09-21T03:40:34.938Z] #23 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #24 [core-command internal] load .dockerignore [2023-09-21T03:40:34.938Z] #24 transferring context: 56B done [2023-09-21T03:40:34.938Z] #24 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-21T03:40:34.938Z] #25 transferring context: 56B done [2023-09-21T03:40:34.938Z] #25 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #26 [security-spire-agent internal] load .dockerignore [2023-09-21T03:40:34.938Z] #26 transferring context: 56B done [2023-09-21T03:40:34.938Z] #26 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #27 [security-proxy-auth internal] load .dockerignore [2023-09-21T03:40:34.938Z] #27 transferring context: 56B done [2023-09-21T03:40:34.938Z] #27 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2023-09-21T03:40:34.938Z] #28 transferring context: 56B done [2023-09-21T03:40:34.938Z] #28 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T03:40:34.938Z] #29 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T03:40:34.938Z] #30 ... [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T03:40:34.938Z] #29 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T03:40:34.938Z] #30 ... [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T03:40:34.938Z] #29 DONE 0.0s [2023-09-21T03:40:34.938Z] [2023-09-21T03:40:34.938Z] #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T03:40:35.042Z] ---> 2a9b6f45b564 [2023-09-21T03:40:35.043Z] Step 4/4 : RUN go mod download [2023-09-21T03:40:35.196Z] #30 ... [2023-09-21T03:40:35.196Z] [2023-09-21T03:40:35.196Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T03:40:35.196Z] #29 DONE 0.0s [2023-09-21T03:40:35.196Z] [2023-09-21T03:40:35.196Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T03:40:35.310Z] ---> Running in e5bbcae404b0 [2023-09-21T03:40:35.484Z] #30 DONE 0.5s [2023-09-21T03:40:35.484Z] [2023-09-21T03:40:35.484Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-21T03:40:35.484Z] #31 DONE 0.5s [2023-09-21T03:40:35.484Z] [2023-09-21T03:40:35.484Z] #32 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T03:40:35.484Z] #32 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.1s done [2023-09-21T03:40:35.484Z] #32 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T03:40:35.484Z] #32 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T03:40:35.484Z] #32 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T03:40:35.484Z] #32 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.1s done [2023-09-21T03:40:35.484Z] #32 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T03:40:35.484Z] #32 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T03:40:35.484Z] #32 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T03:40:35.741Z] #32 ... [2023-09-21T03:40:35.741Z] [2023-09-21T03:40:35.741Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-21T03:40:35.741Z] #33 DONE 0.5s [2023-09-21T03:40:35.741Z] [2023-09-21T03:40:35.741Z] #32 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T03:40:35.741Z] #32 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.1s done [2023-09-21T03:40:35.741Z] #32 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T03:40:35.741Z] #32 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T03:40:35.741Z] #32 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T03:40:36.000Z] #32 ... [2023-09-21T03:40:36.000Z] [2023-09-21T03:40:36.000Z] #34 [security-spire-server internal] load build context [2023-09-21T03:40:36.000Z] #34 transferring context: 18.11kB 0.0s done [2023-09-21T03:40:36.000Z] #34 DONE 0.6s [2023-09-21T03:40:36.260Z] [2023-09-21T03:40:36.260Z] #35 [security-spire-config internal] load build context [2023-09-21T03:40:36.260Z] #35 transferring context: 16.36kB 0.0s done [2023-09-21T03:40:36.260Z] #35 DONE 0.7s [2023-09-21T03:40:36.260Z] [2023-09-21T03:40:36.260Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:40:36.260Z] #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.0s done [2023-09-21T03:40:36.260Z] #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-21T03:40:36.260Z] #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-21T03:40:36.260Z] #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-21T03:40:36.260Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2023-09-21T03:40:36.260Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-09-21T03:40:36.260Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s done [2023-09-21T03:40:36.260Z] #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-21T03:40:36.260Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.4s [2023-09-21T03:40:36.260Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2023-09-21T03:40:36.260Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-21T03:40:36.519Z] #36 ... [2023-09-21T03:40:36.519Z] [2023-09-21T03:40:36.519Z] #37 [security-spire-agent internal] load build context [2023-09-21T03:40:36.519Z] #37 transferring context: 17.64kB 0.0s done [2023-09-21T03:40:36.519Z] #37 DONE 0.7s [2023-09-21T03:40:36.519Z] [2023-09-21T03:40:36.519Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:40:36.519Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 7.34MB / 25.84MB 0.6s [2023-09-21T03:40:36.519Z] #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2023-09-21T03:40:36.519Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.9s [2023-09-21T03:40:36.776Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.0s done [2023-09-21T03:40:36.776Z] #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2023-09-21T03:40:37.038Z] #36 ... [2023-09-21T03:40:37.038Z] [2023-09-21T03:40:37.038Z] #38 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-21T03:40:37.038Z] #38 DONE 1.8s [2023-09-21T03:40:37.038Z] [2023-09-21T03:40:37.038Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:40:38.415Z] #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.7s done [2023-09-21T03:40:42.629Z] #36 ... [2023-09-21T03:40:42.629Z] [2023-09-21T03:40:42.629Z] #39 [security-proxy-auth internal] load build context [2023-09-21T03:40:42.629Z] #39 transferring context: 347.57MB 6.9s [2023-09-21T03:40:42.887Z] #39 transferring context: 364.85MB 7.1s done [2023-09-21T03:40:42.887Z] #39 ... [2023-09-21T03:40:42.887Z] [2023-09-21T03:40:42.887Z] #40 [security-bootstrapper internal] load build context [2023-09-21T03:40:43.456Z] #40 ... [2023-09-21T03:40:43.456Z] [2023-09-21T03:40:43.456Z] #41 [security-proxy-setup internal] load build context [2023-09-21T03:40:44.270Z] #41 transferring context: 364.85MB 8.5s done [2023-09-21T03:40:44.270Z] #41 ... [2023-09-21T03:40:44.270Z] [2023-09-21T03:40:44.270Z] #40 [security-bootstrapper internal] load build context [2023-09-21T03:40:45.645Z] #40 ... [2023-09-21T03:40:45.645Z] [2023-09-21T03:40:45.645Z] #42 [support-scheduler internal] load build context [2023-09-21T03:40:45.645Z] #42 transferring context: 364.85MB 7.8s done [2023-09-21T03:40:45.645Z] #42 ... [2023-09-21T03:40:45.645Z] [2023-09-21T03:40:45.645Z] #43 [core-command internal] load build context [2023-09-21T03:40:45.645Z] #43 transferring context: 364.85MB 9.7s done [2023-09-21T03:40:45.645Z] #43 ... [2023-09-21T03:40:45.645Z] [2023-09-21T03:40:45.645Z] #44 [core-data internal] load build context [2023-09-21T03:40:45.645Z] #44 transferring context: 364.85MB 8.5s done [2023-09-21T03:40:45.645Z] #44 ... [2023-09-21T03:40:45.645Z] [2023-09-21T03:40:45.645Z] #45 [security-secretstore-setup internal] load build context [2023-09-21T03:40:45.645Z] #45 transferring context: 364.85MB 9.9s done [2023-09-21T03:40:45.903Z] #45 ... [2023-09-21T03:40:45.903Z] [2023-09-21T03:40:45.903Z] #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T03:40:45.903Z] #46 ... [2023-09-21T03:40:45.903Z] [2023-09-21T03:40:45.903Z] #47 [core-metadata internal] load build context [2023-09-21T03:40:45.903Z] #47 transferring context: 364.85MB 10.2s done [2023-09-21T03:40:46.163Z] #47 ... [2023-09-21T03:40:46.163Z] [2023-09-21T03:40:46.163Z] #48 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:40:46.163Z] #48 ... [2023-09-21T03:40:46.163Z] [2023-09-21T03:40:46.163Z] #49 [support-notifications internal] load build context [2023-09-21T03:40:46.163Z] #49 transferring context: 364.85MB 7.9s done [2023-09-21T03:40:46.421Z] #49 ... [2023-09-21T03:40:46.421Z] [2023-09-21T03:40:46.421Z] #50 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T03:40:46.421Z] #0 1.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:46.421Z] #0 2.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:46.421Z] #0 2.253 (1/2) Installing ca-certificates (20230506-r0) [2023-09-21T03:40:46.421Z] #0 2.269 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-21T03:40:46.421Z] #0 2.278 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:40:46.421Z] #0 2.289 Executing ca-certificates-20230506-r0.trigger [2023-09-21T03:40:46.421Z] #0 2.330 OK: 8 MiB in 17 packages [2023-09-21T03:40:46.421Z] #50 ... [2023-09-21T03:40:46.421Z] [2023-09-21T03:40:46.421Z] #51 [security-spiffe-token-provider internal] load build context [2023-09-21T03:40:46.421Z] #51 transferring context: 364.85MB 9.9s done [2023-09-21T03:40:46.681Z] #51 ... [2023-09-21T03:40:46.681Z] [2023-09-21T03:40:46.681Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T03:40:48.426Z] #52 ... [2023-09-21T03:40:48.426Z] [2023-09-21T03:40:48.426Z] #53 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T03:40:48.426Z] #0 0.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:48.426Z] #0 1.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:48.426Z] #0 1.415 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:40:48.426Z] #0 1.415 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:40:48.426Z] #0 1.415 OK: 20066 distinct packages available [2023-09-21T03:40:48.426Z] #0 1.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:48.426Z] #0 1.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:48.426Z] #0 1.800 (1/11) Installing ca-certificates (20230506-r0) [2023-09-21T03:40:48.426Z] #0 1.852 (2/11) Installing brotli-libs (1.0.9-r14) [2023-09-21T03:40:48.426Z] #0 1.863 (3/11) Installing libunistring (1.1-r1) [2023-09-21T03:40:48.426Z] #0 1.881 (4/11) Installing libidn2 (2.3.4-r1) [2023-09-21T03:40:48.426Z] #0 1.886 (5/11) Installing nghttp2-libs (1.55.1-r0) [2023-09-21T03:40:48.426Z] #0 1.892 (6/11) Installing libcurl (8.2.1-r0) [2023-09-21T03:40:48.426Z] #0 1.912 (7/11) Installing curl (8.2.1-r0) [2023-09-21T03:40:48.426Z] #0 1.917 (8/11) Installing dumb-init (1.2.5-r2) [2023-09-21T03:40:48.426Z] #0 1.925 (9/11) Installing musl-obstack (1.2.3-r2) [2023-09-21T03:40:48.426Z] #0 1.934 (10/11) Installing libucontext (1.2-r2) [2023-09-21T03:40:48.426Z] #0 1.937 (11/11) Installing gcompat (1.1.0-r1) [2023-09-21T03:40:48.426Z] #0 1.941 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:40:48.426Z] #0 1.948 Executing ca-certificates-20230506-r0.trigger [2023-09-21T03:40:48.426Z] #0 2.005 OK: 12 MiB in 26 packages [2023-09-21T03:40:48.426Z] #53 ... [2023-09-21T03:40:48.426Z] [2023-09-21T03:40:48.426Z] #54 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-21T03:40:48.693Z] #54 ... [2023-09-21T03:40:48.693Z] [2023-09-21T03:40:48.693Z] #55 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T03:40:48.693Z] #55 ... [2023-09-21T03:40:48.693Z] [2023-09-21T03:40:48.693Z] #56 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-09-21T03:40:48.953Z] #56 ... [2023-09-21T03:40:48.953Z] [2023-09-21T03:40:48.953Z] #57 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-21T03:40:48.953Z] #57 ... [2023-09-21T03:40:48.953Z] [2023-09-21T03:40:48.953Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:40:48.953Z] #58 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done [2023-09-21T03:40:48.953Z] #58 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-21T03:40:48.953Z] #58 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-09-21T03:40:48.953Z] #58 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-09-21T03:40:48.953Z] #58 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.0s done [2023-09-21T03:40:48.953Z] #58 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2023-09-21T03:40:48.953Z] #58 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-21T03:40:48.953Z] #58 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-21T03:40:48.953Z] #58 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.9s done [2023-09-21T03:40:48.953Z] #58 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2023-09-21T03:40:48.953Z] #58 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-09-21T03:40:48.953Z] #58 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.1s done [2023-09-21T03:40:49.211Z] #58 ... [2023-09-21T03:40:49.211Z] [2023-09-21T03:40:49.211Z] #59 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T03:40:49.211Z] #59 ... [2023-09-21T03:40:49.211Z] [2023-09-21T03:40:49.211Z] #60 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T03:40:49.211Z] #0 1.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:49.211Z] #0 1.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:49.211Z] #0 1.580 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:40:49.211Z] #0 1.580 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:40:49.211Z] #0 1.580 OK: 20066 distinct packages available [2023-09-21T03:40:49.212Z] #0 1.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:49.212Z] #0 1.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:40:49.212Z] #0 1.963 (1/7) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:40:49.212Z] #0 2.003 (2/7) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:40:49.212Z] #0 2.019 (3/7) Installing dumb-init (1.2.5-r2) [2023-09-21T03:40:49.212Z] #0 2.022 (4/7) Installing musl-obstack (1.2.3-r2) [2023-09-21T03:40:49.212Z] #0 2.033 (5/7) Installing libucontext (1.2-r2) [2023-09-21T03:40:49.212Z] #0 2.044 (6/7) Installing gcompat (1.1.0-r1) [2023-09-21T03:40:49.212Z] #0 2.044 (7/7) Installing openssl (3.1.3-r0) [2023-09-21T03:40:49.212Z] #0 2.050 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:40:49.212Z] #0 2.067 OK: 8 MiB in 20 packages [2023-09-21T03:40:55.781Z] #60 ... [2023-09-21T03:40:55.781Z] [2023-09-21T03:40:55.781Z] #40 [security-bootstrapper internal] load build context [2023-09-21T03:40:55.781Z] #40 transferring context: 364.85MB 10.1s done [2023-09-21T03:40:56.412Z] #40 ... [2023-09-21T03:40:56.412Z] [2023-09-21T03:40:56.412Z] #48 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:40:56.412Z] #48 transferring context: 364.85MB 10.9s done [2023-09-21T03:41:11.339Z] #48 ... [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #39 [security-proxy-auth internal] load build context [2023-09-21T03:41:11.339Z] #39 DONE 35.6s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #50 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T03:41:11.339Z] #50 DONE 35.2s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #53 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T03:41:11.339Z] #53 DONE 35.2s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #56 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-09-21T03:41:11.339Z] #56 DONE 34.1s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #61 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:41:11.339Z] #61 ... [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #42 [support-scheduler internal] load build context [2023-09-21T03:41:11.339Z] #42 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #60 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T03:41:11.339Z] #60 DONE 35.3s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #49 [support-notifications internal] load build context [2023-09-21T03:41:11.339Z] #49 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #41 [security-proxy-setup internal] load build context [2023-09-21T03:41:11.339Z] #41 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #44 [core-data internal] load build context [2023-09-21T03:41:11.339Z] #44 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #43 [core-command internal] load build context [2023-09-21T03:41:11.339Z] #43 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #45 [security-secretstore-setup internal] load build context [2023-09-21T03:41:11.339Z] #45 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #51 [security-spiffe-token-provider internal] load build context [2023-09-21T03:41:11.339Z] #51 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #47 [core-metadata internal] load build context [2023-09-21T03:41:11.339Z] #47 DONE 35.8s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #40 [security-bootstrapper internal] load build context [2023-09-21T03:41:11.339Z] #40 DONE 35.7s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #48 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:41:11.339Z] #48 DONE 35.8s [2023-09-21T03:41:11.339Z] [2023-09-21T03:41:11.339Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:41:12.274Z] #36 ... [2023-09-21T03:41:12.274Z] [2023-09-21T03:41:12.274Z] #62 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-21T03:41:12.274Z] #62 DONE 0.7s [2023-09-21T03:41:12.274Z] [2023-09-21T03:41:12.274Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T03:41:12.274Z] #52 36.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:12.274Z] #52 36.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:12.613Z] #52 36.72 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-21T03:41:12.613Z] #52 36.72 (2/2) Installing su-exec (0.2-r3) [2023-09-21T03:41:12.613Z] #52 36.74 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:41:12.613Z] #52 36.75 OK: 7 MiB in 17 packages [2023-09-21T03:41:13.552Z] #52 ... [2023-09-21T03:41:13.552Z] [2023-09-21T03:41:13.552Z] #63 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T03:41:13.552Z] #63 DONE 1.9s [2023-09-21T03:41:13.552Z] [2023-09-21T03:41:13.552Z] #54 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-21T03:41:13.552Z] #54 35.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:13.552Z] #54 35.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:13.552Z] #54 36.16 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T03:41:13.552Z] #54 36.34 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:41:13.552Z] #54 36.34 OK: 7 MiB in 16 packages [2023-09-21T03:41:13.552Z] #54 DONE 37.7s [2023-09-21T03:41:13.552Z] [2023-09-21T03:41:13.552Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T03:41:13.552Z] #52 DONE 37.7s [2023-09-21T03:41:13.552Z] [2023-09-21T03:41:13.552Z] #64 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-21T03:41:14.226Z] Removing intermediate container e5bbcae404b0 [2023-09-21T03:41:14.226Z] ---> 823e3258b9e2 [2023-09-21T03:41:14.226Z] Successfully built 823e3258b9e2 [2023-09-21T03:41:14.226Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:41:14.624Z] + docker inspect -f . ci-base-image-arm64 [2023-09-21T03:41:14.624Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T03:41:14.897Z] prd-ubuntu20.04-docker-arm64-4c-16g-7531 does not seem to be running inside a container [2023-09-21T03:41:14.934Z] #64 ... [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #55 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T03:41:14.934Z] #55 36.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #55 36.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #55 36.70 (1/6) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:41:14.934Z] #55 36.73 (2/6) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:41:14.934Z] #55 36.74 (3/6) Installing dumb-init (1.2.5-r2) [2023-09-21T03:41:14.934Z] #55 36.75 (4/6) Installing openssl (3.1.3-r0) [2023-09-21T03:41:14.934Z] #55 36.75 (5/6) Installing su-exec (0.2-r3) [2023-09-21T03:41:14.934Z] #55 36.76 (6/6) Installing yq (4.33.3-r3) [2023-09-21T03:41:14.934Z] #55 36.82 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:41:14.934Z] #55 36.83 OK: 17 MiB in 19 packages [2023-09-21T03:41:14.934Z] #55 DONE 38.9s [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #57 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-21T03:41:14.934Z] #57 36.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #57 36.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #57 36.67 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T03:41:14.934Z] #57 36.68 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:41:14.934Z] #57 36.68 OK: 7 MiB in 16 packages [2023-09-21T03:41:14.934Z] #57 DONE 39.0s [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #59 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T03:41:14.934Z] #59 36.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #59 36.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #59 36.71 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:41:14.934Z] #59 36.71 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:41:14.934Z] #59 36.71 OK: 20066 distinct packages available [2023-09-21T03:41:14.934Z] #59 36.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #59 36.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #59 37.10 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-21T03:41:14.934Z] #59 37.10 (2/4) Installing musl-obstack (1.2.3-r2) [2023-09-21T03:41:14.934Z] #59 37.10 (3/4) Installing libucontext (1.2-r2) [2023-09-21T03:41:14.934Z] #59 37.11 (4/4) Installing gcompat (1.1.0-r1) [2023-09-21T03:41:14.934Z] #59 37.11 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:41:14.934Z] #59 37.12 OK: 8 MiB in 19 packages [2023-09-21T03:41:14.934Z] #59 DONE 39.0s [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T03:41:14.934Z] #46 36.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #46 36.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #46 36.70 (1/4) Installing ca-certificates (20230506-r0) [2023-09-21T03:41:14.934Z] #46 36.73 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-21T03:41:14.934Z] #46 36.74 (3/4) Installing su-exec (0.2-r3) [2023-09-21T03:41:14.934Z] #46 36.74 (4/4) Installing yq (4.33.3-r3) [2023-09-21T03:41:14.934Z] #46 36.81 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:41:14.934Z] #46 36.81 Executing ca-certificates-20230506-r0.trigger [2023-09-21T03:41:14.934Z] #46 36.85 OK: 17 MiB in 19 packages [2023-09-21T03:41:14.934Z] #46 DONE 39.0s [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-21T03:41:14.934Z] #0 2.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #0 2.845 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:41:14.934Z] #0 2.845 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:41:14.934Z] #0 2.845 OK: 20066 distinct packages available [2023-09-21T03:41:14.934Z] #0 2.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #0 2.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #0 3.445 OK: 264 MiB in 52 packages [2023-09-21T03:41:14.934Z] #65 DONE 3.8s [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #66 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T03:41:14.934Z] #66 DONE 2.7s [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:41:14.934Z] #0 2.522 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #0 2.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:14.934Z] #0 2.804 OK: 264 MiB in 52 packages [2023-09-21T03:41:14.934Z] #67 DONE 4.0s [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:14.934Z] #68 ... [2023-09-21T03:41:14.934Z] [2023-09-21T03:41:14.934Z] #69 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-21T03:41:14.934Z] #69 DONE 1.4s [2023-09-21T03:41:14.959Z] $ 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 ******** ci-base-image-arm64 cat [2023-09-21T03:41:15.194Z] [2023-09-21T03:41:15.194Z] #70 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-21T03:41:15.452Z] #70 ... [2023-09-21T03:41:15.452Z] [2023-09-21T03:41:15.452Z] #71 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-21T03:41:15.452Z] #71 DONE 0.8s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T03:41:15.712Z] #72 DONE 0.8s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:15.712Z] #73 DONE 0.8s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #74 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-21T03:41:15.712Z] #74 DONE 0.7s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:15.712Z] #68 DONE 0.8s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:15.712Z] #75 ... [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #70 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-21T03:41:15.712Z] #70 DONE 0.8s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #76 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-21T03:41:15.712Z] #76 DONE 0.1s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #77 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-21T03:41:15.712Z] #77 DONE 0.1s [2023-09-21T03:41:15.712Z] [2023-09-21T03:41:15.712Z] #78 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T03:41:15.712Z] #78 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #79 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-21T03:41:15.970Z] #79 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #80 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T03:41:15.970Z] #80 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #81 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-21T03:41:15.970Z] #81 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #82 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-21T03:41:15.970Z] #82 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #83 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T03:41:15.970Z] #83 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #84 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-21T03:41:15.970Z] #84 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #85 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-21T03:41:15.970Z] #0 4.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:15.970Z] #0 4.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:15.970Z] #0 4.907 OK: 264 MiB in 52 packages [2023-09-21T03:41:15.970Z] #85 DONE 5.0s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #86 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-21T03:41:15.970Z] #86 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #87 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-21T03:41:15.970Z] #87 DONE 0.1s [2023-09-21T03:41:15.970Z] [2023-09-21T03:41:15.970Z] #88 [security-spire-server] exporting to image [2023-09-21T03:41:15.970Z] #88 exporting layers [2023-09-21T03:41:16.175Z] $ docker top 09b3d4bec3585330d001c0f5546edb06596bc0b4b2d0890f19b4944101382890 -eo pid,comm [2023-09-21T03:41:16.228Z] #88 ... [2023-09-21T03:41:16.228Z] [2023-09-21T03:41:16.228Z] #89 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:16.228Z] #89 DONE 0.1s [2023-09-21T03:41:16.228Z] [2023-09-21T03:41:16.228Z] #64 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-21T03:41:16.228Z] #64 DONE 2.7s [2023-09-21T03:41:16.228Z] [2023-09-21T03:41:16.228Z] #88 [security-spire-agent] exporting to image [2023-09-21T03:41:16.228Z] #88 ... [2023-09-21T03:41:16.228Z] [2023-09-21T03:41:16.228Z] #90 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-21T03:41:16.228Z] #90 DONE 0.2s [2023-09-21T03:41:16.228Z] [2023-09-21T03:41:16.228Z] #91 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-21T03:41:16.228Z] #91 DONE 0.1s [2023-09-21T03:41:16.228Z] [2023-09-21T03:41:16.228Z] #88 [security-spire-config] exporting to image [Pipeline] { [2023-09-21T03:41:16.488Z] #88 ... [2023-09-21T03:41:16.488Z] [2023-09-21T03:41:16.488Z] #61 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:41:16.488Z] #61 5.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:16.488Z] #61 5.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T03:41:16.488Z] #61 5.342 OK: 264 MiB in 52 packages [2023-09-21T03:41:16.488Z] #61 DONE 5.4s [2023-09-21T03:41:16.488Z] [2023-09-21T03:41:16.488Z] #92 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:16.488Z] #92 DONE 0.1s [2023-09-21T03:41:16.488Z] [2023-09-21T03:41:16.488Z] #93 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh [2023-09-21T03:41:17.055Z] #93 ... [2023-09-21T03:41:17.055Z] [2023-09-21T03:41:17.056Z] #88 [security-spire-config] exporting to image [2023-09-21T03:41:17.056Z] #88 exporting layers 0.6s done [2023-09-21T03:41:17.056Z] #88 writing image sha256:546617a4a7a5079bd64d835c94f11eae29441db966ed9134d54040518fb8d07a 0.0s done [2023-09-21T03:41:17.056Z] #88 naming to docker.io/library/security-spire-server done [2023-09-21T03:41:17.056Z] #88 writing image sha256:59c9a7ae04eec8b493b66dd3b906bff47bf778ad07673d6f0477826c284c675d done [2023-09-21T03:41:17.056Z] #88 naming to docker.io/library/security-spire-agent done [2023-09-21T03:41:17.056Z] #88 writing image sha256:60afbb960e081b4154320b406fe1eaee8d615d01959e466629122aa53e5a702a done [2023-09-21T03:41:17.056Z] #88 naming to docker.io/library/security-spire-config done [2023-09-21T03:41:17.056Z] #88 DONE 0.8s [2023-09-21T03:41:17.056Z] [2023-09-21T03:41:17.056Z] #94 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:17.164Z] + go version [2023-09-21T03:41:17.164Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-21T03:41:17.199Z] $ docker stop --time=1 09b3d4bec3585330d001c0f5546edb06596bc0b4b2d0890f19b4944101382890 [2023-09-21T03:41:18.762Z] $ docker rm -f --volumes 09b3d4bec3585330d001c0f5546edb06596bc0b4b2d0890f19b4944101382890 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:41:19.588Z] + docker inspect -f . ci-base-image-arm64 [2023-09-21T03:41:19.588Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T03:41:19.837Z] prd-ubuntu20.04-docker-arm64-4c-16g-7531 does not seem to be running inside a container [2023-09-21T03:41:19.895Z] $ 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 ******** ci-base-image-arm64 cat [2023-09-21T03:41:20.993Z] $ docker top 9edf0efb609e19593b9961a0e0e5f9dc765f302c35eb09a76359d80d4ed1a7fa -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-21T03:41:21.224Z] ========================================================= [2023-09-21T03:41:21.224Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-21T03:41:21.224Z] ========================================================= [Pipeline] sh [2023-09-21T03:41:21.541Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-21T03:41:21.931Z] + make test [2023-09-21T03:41:21.931Z] go test -race -coverprofile=coverage.out ./... [2023-09-21T03:41:22.887Z] #94 ... [2023-09-21T03:41:22.887Z] [2023-09-21T03:41:22.887Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:41:22.887Z] #58 ... [2023-09-21T03:41:22.887Z] [2023-09-21T03:41:22.887Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:41.202Z] #95 DONE 22.8s [2023-09-21T03:41:41.202Z] [2023-09-21T03:41:41.202Z] #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:41.202Z] #75 DONE 22.7s [2023-09-21T03:41:41.202Z] [2023-09-21T03:41:41.202Z] #94 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:41.202Z] #94 DONE 22.2s [2023-09-21T03:41:41.202Z] [2023-09-21T03:41:41.202Z] #93 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:41.202Z] #93 DONE 21.9s [2023-09-21T03:41:41.202Z] [2023-09-21T03:41:41.202Z] #96 [core-metadata builder 6/7] COPY . . [2023-09-21T03:41:49.356Z] #96 ... [2023-09-21T03:41:49.356Z] [2023-09-21T03:41:49.356Z] #97 [support-notifications builder 6/7] COPY . . [2023-09-21T03:41:49.356Z] #97 ... [2023-09-21T03:41:49.356Z] [2023-09-21T03:41:49.356Z] #98 [security-proxy-setup builder 6/7] COPY . . [2023-09-21T03:41:49.356Z] #98 ... [2023-09-21T03:41:49.356Z] [2023-09-21T03:41:49.356Z] #99 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-21T03:41:52.641Z] #99 ... [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #98 [security-proxy-setup builder 6/7] COPY . . [2023-09-21T03:41:52.641Z] #98 DONE 13.8s [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #100 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:52.641Z] #100 CACHED [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #101 [security-secretstore-setup builder 6/7] COPY . . [2023-09-21T03:41:52.641Z] #101 CACHED [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #102 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:52.641Z] #102 CACHED [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #99 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-21T03:41:52.641Z] #99 DONE 13.8s [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #96 [core-metadata builder 6/7] COPY . . [2023-09-21T03:41:52.641Z] #96 DONE 13.8s [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #103 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:52.641Z] #103 CACHED [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.641Z] #104 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-21T03:41:52.641Z] #104 CACHED [2023-09-21T03:41:52.641Z] [2023-09-21T03:41:52.642Z] #105 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:52.642Z] #105 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #106 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:52.642Z] #106 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #107 [support-scheduler builder 6/7] COPY . . [2023-09-21T03:41:52.642Z] #107 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #108 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:52.642Z] #108 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #109 [core-command builder 6/7] COPY . . [2023-09-21T03:41:52.642Z] #109 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #110 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:52.642Z] #110 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #111 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:52.642Z] #111 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #112 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:52.642Z] #112 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #113 [security-proxy-auth builder 6/7] COPY . . [2023-09-21T03:41:52.642Z] #113 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #114 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:52.642Z] #114 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #115 [core-data builder 6/7] COPY . . [2023-09-21T03:41:52.642Z] #115 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #116 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:52.642Z] #116 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:52.642Z] #117 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #97 [support-notifications builder 6/7] COPY . . [2023-09-21T03:41:52.642Z] #97 DONE 13.9s [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #118 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:41:52.642Z] #118 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #119 [security-bootstrapper builder 6/7] COPY . . [2023-09-21T03:41:52.642Z] #119 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #120 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:41:52.642Z] #120 CACHED [2023-09-21T03:41:52.642Z] [2023-09-21T03:41:52.642Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T03:41:53.575Z] #121 1.324 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T03:41:54.154Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-21T03:42:04.500Z] #121 ... [2023-09-21T03:42:04.500Z] [2023-09-21T03:42:04.500Z] #122 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T03:42:04.500Z] #0 1.285 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T03:42:04.500Z] #122 ... [2023-09-21T03:42:04.500Z] [2023-09-21T03:42:04.500Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T03:42:04.500Z] #0 1.058 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T03:42:04.500Z] #123 ... [2023-09-21T03:42:04.500Z] [2023-09-21T03:42:04.500Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T03:42:04.500Z] #0 1.067 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T03:42:04.500Z] #124 ... [2023-09-21T03:42:04.500Z] [2023-09-21T03:42:04.500Z] #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T03:42:04.501Z] #0 1.002 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-21T03:42:04.501Z] #125 ... [2023-09-21T03:42:04.501Z] [2023-09-21T03:42:04.501Z] #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T03:42:04.501Z] #0 0.616 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T03:42:04.501Z] #126 ... [2023-09-21T03:42:04.501Z] [2023-09-21T03:42:04.501Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T03:42:04.501Z] #0 0.681 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T03:42:04.501Z] #127 ... [2023-09-21T03:42:04.501Z] [2023-09-21T03:42:04.501Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T03:42:04.501Z] #0 1.407 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-21T03:42:04.501Z] #128 ... [2023-09-21T03:42:04.501Z] [2023-09-21T03:42:04.501Z] #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T03:42:04.501Z] #0 1.092 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T03:42:04.501Z] #129 ... [2023-09-21T03:42:04.501Z] [2023-09-21T03:42:04.501Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T03:42:04.501Z] #0 0.573 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T03:42:04.501Z] #130 ... [2023-09-21T03:42:04.501Z] [2023-09-21T03:42:04.501Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T03:42:04.501Z] #0 0.896 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T03:43:12.174Z] #131 ... [2023-09-21T03:43:12.174Z] [2023-09-21T03:43:12.174Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T03:43:12.174Z] #127 69.86 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T03:43:13.552Z] #127 ... [2023-09-21T03:43:13.552Z] [2023-09-21T03:43:13.552Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T03:43:13.552Z] #128 DONE 81.4s [2023-09-21T03:43:13.552Z] [2023-09-21T03:43:13.552Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T03:43:13.552Z] #121 DONE 81.4s [2023-09-21T03:43:13.811Z] [2023-09-21T03:43:13.811Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T03:43:13.811Z] #127 DONE 81.5s [2023-09-21T03:43:13.811Z] [2023-09-21T03:43:13.811Z] #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T03:43:13.811Z] #126 DONE 81.5s [2023-09-21T03:43:13.811Z] [2023-09-21T03:43:13.811Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T03:43:13.811Z] #124 DONE 81.5s [2023-09-21T03:43:13.811Z] [2023-09-21T03:43:13.811Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T03:43:13.811Z] #130 DONE 81.5s [2023-09-21T03:43:13.811Z] [2023-09-21T03:43:13.811Z] #132 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.086Z] #132 ... [2023-09-21T03:43:14.087Z] [2023-09-21T03:43:14.087Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T03:43:14.087Z] #131 DONE 81.6s [2023-09-21T03:43:14.087Z] [2023-09-21T03:43:14.087Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T03:43:14.087Z] #123 DONE 81.7s [2023-09-21T03:43:14.087Z] [2023-09-21T03:43:14.087Z] #122 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T03:43:14.087Z] #122 DONE 81.8s [2023-09-21T03:43:14.087Z] [2023-09-21T03:43:14.087Z] #133 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.087Z] #133 ... [2023-09-21T03:43:14.087Z] [2023-09-21T03:43:14.087Z] #129 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T03:43:14.087Z] #129 DONE 81.8s [2023-09-21T03:43:14.087Z] [2023-09-21T03:43:14.087Z] #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T03:43:14.087Z] #125 DONE 81.9s [2023-09-21T03:43:14.347Z] [2023-09-21T03:43:14.347Z] #134 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.607Z] #134 ... [2023-09-21T03:43:14.607Z] [2023-09-21T03:43:14.607Z] #135 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.607Z] #135 DONE 0.8s [2023-09-21T03:43:14.607Z] [2023-09-21T03:43:14.607Z] #136 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.607Z] #136 DONE 0.8s [2023-09-21T03:43:14.607Z] [2023-09-21T03:43:14.607Z] #132 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.607Z] #132 DONE 0.8s [2023-09-21T03:43:14.607Z] [2023-09-21T03:43:14.607Z] #137 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-21T03:43:14.607Z] #137 DONE 0.7s [2023-09-21T03:43:14.607Z] [2023-09-21T03:43:14.607Z] #138 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #138 ... [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #133 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.866Z] #133 DONE 0.6s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #139 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.866Z] #139 DONE 0.8s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #134 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.866Z] #134 DONE 0.5s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #140 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #140 DONE 0.3s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #141 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.866Z] #141 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #142 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #142 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #143 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.866Z] #143 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #144 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #144 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #145 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #145 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #146 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.866Z] #146 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #147 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:14.866Z] #147 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #148 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #148 CACHED [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #149 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #149 DONE 0.3s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #150 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-21T03:43:14.866Z] #150 ... [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #138 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #138 DONE 0.3s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #151 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #151 DONE 0.3s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #152 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #152 DONE 0.2s [2023-09-21T03:43:14.866Z] [2023-09-21T03:43:14.866Z] #153 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:14.866Z] #153 DONE 0.3s [2023-09-21T03:43:15.125Z] [2023-09-21T03:43:15.125Z] #154 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-21T03:43:17.068Z] #154 ... [2023-09-21T03:43:17.068Z] [2023-09-21T03:43:17.068Z] #155 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-21T03:43:17.068Z] #155 DONE 2.3s [2023-09-21T03:43:17.470Z] [2023-09-21T03:43:17.470Z] #156 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-21T03:43:17.470Z] #156 DONE 2.4s [2023-09-21T03:43:17.470Z] [2023-09-21T03:43:17.470Z] #154 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-21T03:43:17.470Z] #154 DONE 2.3s [2023-09-21T03:43:17.470Z] [2023-09-21T03:43:17.470Z] #150 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-21T03:43:17.470Z] #150 DONE 2.4s [2023-09-21T03:43:17.470Z] [2023-09-21T03:43:17.470Z] #157 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-21T03:43:17.470Z] #157 DONE 2.4s [2023-09-21T03:43:17.470Z] [2023-09-21T03:43:17.470Z] #158 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-21T03:43:17.470Z] #158 DONE 2.5s [2023-09-21T03:43:17.470Z] [2023-09-21T03:43:17.470Z] #159 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:17.729Z] #159 ... [2023-09-21T03:43:17.729Z] [2023-09-21T03:43:17.729Z] #160 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-21T03:43:17.729Z] #160 DONE 2.5s [2023-09-21T03:43:17.729Z] [2023-09-21T03:43:17.729Z] #161 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-21T03:43:17.729Z] #161 DONE 2.5s [2023-09-21T03:43:17.729Z] [2023-09-21T03:43:17.729Z] #162 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-21T03:43:17.729Z] #162 DONE 2.4s [2023-09-21T03:43:17.729Z] [2023-09-21T03:43:17.729Z] #163 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-21T03:43:17.729Z] #163 DONE 2.5s [2023-09-21T03:43:17.729Z] [2023-09-21T03:43:17.729Z] #164 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:18.297Z] #164 ... [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #165 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-21T03:43:18.297Z] #165 DONE 0.9s [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #166 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:18.297Z] #166 DONE 0.9s [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #167 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-21T03:43:18.297Z] #167 DONE 3.5s [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #168 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:18.297Z] #168 DONE 1.0s [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #169 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-21T03:43:18.297Z] #169 DONE 0.9s [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #159 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:18.297Z] #159 DONE 0.9s [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #170 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:18.297Z] #170 DONE 0.9s [2023-09-21T03:43:18.297Z] [2023-09-21T03:43:18.297Z] #171 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-21T03:43:18.556Z] #171 ... [2023-09-21T03:43:18.556Z] [2023-09-21T03:43:18.556Z] #172 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:18.556Z] #172 DONE 1.1s [2023-09-21T03:43:18.815Z] [2023-09-21T03:43:18.815Z] #88 [support-scheduler] exporting to image [2023-09-21T03:43:18.815Z] #88 exporting layers [2023-09-21T03:43:18.815Z] #88 ... [2023-09-21T03:43:18.815Z] [2023-09-21T03:43:18.815Z] #173 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:18.815Z] #173 DONE 1.5s [2023-09-21T03:43:18.815Z] [2023-09-21T03:43:18.815Z] #88 [support-notifications] exporting to image [2023-09-21T03:43:19.093Z] #88 ... [2023-09-21T03:43:19.093Z] [2023-09-21T03:43:19.093Z] #164 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:19.093Z] #164 DONE 1.6s [2023-09-21T03:43:19.093Z] [2023-09-21T03:43:19.093Z] #174 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:19.093Z] #174 DONE 1.6s [2023-09-21T03:43:19.093Z] [2023-09-21T03:43:19.093Z] #88 [core-data] exporting to image [2023-09-21T03:43:21.797Z] #88 exporting layers 3.1s done [2023-09-21T03:43:21.797Z] #88 ... [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #175 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-21T03:43:21.797Z] #175 DONE 3.4s [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #176 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-21T03:43:21.797Z] #176 DONE 3.4s [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #177 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T03:43:21.797Z] #177 DONE 3.4s [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #88 [security-spiffe-token-provider] exporting to image [2023-09-21T03:43:21.797Z] #88 writing image sha256:c493875f993a44a338d801a12c7a4fdf6b7ccccec878a480b3bc8812d3342d83 0.0s done [2023-09-21T03:43:21.797Z] #88 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2023-09-21T03:43:21.797Z] #88 ... [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #178 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-21T03:43:21.797Z] #178 DONE 3.4s [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #179 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-21T03:43:21.797Z] #179 DONE 3.4s [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #171 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-21T03:43:21.797Z] #171 DONE 3.4s [2023-09-21T03:43:21.797Z] [2023-09-21T03:43:21.797Z] #88 [core-metadata] exporting to image [2023-09-21T03:43:21.797Z] #88 exporting layers 2.8s done [2023-09-21T03:43:22.056Z] #88 writing image sha256:3871e910b6b0f12f4461f9b7c55dfdea464c99c35c8f4a74c9e19ff8ac369693 [2023-09-21T03:43:22.056Z] #88 exporting layers 0.3s done [2023-09-21T03:43:22.056Z] #88 writing image sha256:3871e910b6b0f12f4461f9b7c55dfdea464c99c35c8f4a74c9e19ff8ac369693 0.2s done [2023-09-21T03:43:22.056Z] #88 writing image sha256:f3a2db57c4fc1d25bf215bc9042ab576e084a60b8a563c988bb31a4f47c0f358 done [2023-09-21T03:43:22.056Z] #88 naming to docker.io/library/support-scheduler done [2023-09-21T03:43:22.056Z] #88 naming to docker.io/library/core-command done [2023-09-21T03:43:22.056Z] #88 writing image sha256:832b032d84df52714e9c31683e826817e7e8e5180a93c2eb4a0187444198e8bc done [2023-09-21T03:43:22.056Z] #88 writing image sha256:5c45d68d008cb51f973e9b514086ec1cc8ea5f3da32b4803be640dcbe4fee392 done [2023-09-21T03:43:22.056Z] #88 writing image sha256:3176dee6872f11eb63f83870091f90bfba3741fcbadc61559e5e18f5e71cfa3b done [2023-09-21T03:43:22.056Z] #88 naming to docker.io/library/core-data done [2023-09-21T03:43:22.056Z] #88 naming to docker.io/library/core-metadata done [2023-09-21T03:43:22.056Z] #88 naming to docker.io/library/support-notifications done [2023-09-21T03:43:22.056Z] #88 DONE 4.6s [2023-09-21T03:43:22.056Z] [2023-09-21T03:43:22.056Z] #180 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-21T03:43:22.056Z] #180 DONE 0.5s [2023-09-21T03:43:22.056Z] [2023-09-21T03:43:22.056Z] #181 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T03:43:22.056Z] #181 ... [2023-09-21T03:43:22.056Z] [2023-09-21T03:43:22.056Z] #182 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-21T03:43:22.056Z] #182 DONE 0.5s [2023-09-21T03:43:22.056Z] [2023-09-21T03:43:22.056Z] #183 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T03:43:22.056Z] #183 DONE 0.5s [2023-09-21T03:43:22.315Z] [2023-09-21T03:43:22.315Z] #184 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T03:43:22.575Z] #184 ... [2023-09-21T03:43:22.575Z] [2023-09-21T03:43:22.575Z] #185 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-21T03:43:22.575Z] #185 DONE 0.6s [2023-09-21T03:43:22.834Z] [2023-09-21T03:43:22.834Z] #186 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T03:43:22.834Z] #186 DONE 0.1s [2023-09-21T03:43:22.834Z] [2023-09-21T03:43:22.834Z] #187 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T03:43:22.834Z] #187 DONE 1.1s [2023-09-21T03:43:22.834Z] [2023-09-21T03:43:22.834Z] #188 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-21T03:43:22.834Z] #188 DONE 0.6s [2023-09-21T03:43:22.834Z] [2023-09-21T03:43:22.834Z] #189 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T03:43:22.834Z] #189 ... [2023-09-21T03:43:22.834Z] [2023-09-21T03:43:22.834Z] #181 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T03:43:22.834Z] #181 DONE 1.1s [2023-09-21T03:43:22.834Z] [2023-09-21T03:43:22.834Z] #190 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-21T03:43:22.834Z] #190 DONE 0.1s [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #191 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-21T03:43:23.093Z] #191 DONE 0.2s [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #88 [security-proxy-auth] exporting to image [2023-09-21T03:43:23.093Z] #88 exporting layers 0.3s done [2023-09-21T03:43:23.093Z] #88 writing image sha256:47b5ed1a880e128dfd4d4591af283b40bdf3fb73c350d75efa66eb0f6d432397 done [2023-09-21T03:43:23.093Z] #88 naming to docker.io/library/core-common-config-bootstrapper done [2023-09-21T03:43:23.093Z] #88 writing image sha256:613075ffd68a59081023d78ac263d8ca88a655db306d5cb7627f7c394f52f354 done [2023-09-21T03:43:23.093Z] #88 naming to docker.io/library/security-proxy-auth done [2023-09-21T03:43:23.093Z] #88 DONE 4.9s [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #192 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-21T03:43:23.093Z] #192 DONE 0.0s [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #193 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-21T03:43:23.093Z] #193 DONE 0.1s [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:43:23.093Z] #58 ... [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #184 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T03:43:23.093Z] #184 DONE 1.1s [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #194 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-21T03:43:23.093Z] #194 DONE 0.1s [2023-09-21T03:43:23.093Z] [2023-09-21T03:43:23.093Z] #88 [security-proxy-setup] exporting to image [2023-09-21T03:43:23.663Z] #88 ... [2023-09-21T03:43:23.663Z] [2023-09-21T03:43:23.663Z] #189 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T03:43:23.663Z] #189 DONE 1.0s [2023-09-21T03:43:23.920Z] [2023-09-21T03:43:23.920Z] #88 [security-proxy-setup] exporting to image [2023-09-21T03:43:23.920Z] #88 exporting layers 0.5s done [2023-09-21T03:43:23.920Z] #88 writing image sha256:cdde28219f9de5bc4b6c232cd1128e5b65599c7f64a6ad69e1381611773ba8cb done [2023-09-21T03:43:23.920Z] #88 naming to docker.io/library/security-proxy-setup done [2023-09-21T03:43:23.920Z] #88 exporting layers 0.3s done [2023-09-21T03:43:24.178Z] #88 ... [2023-09-21T03:43:24.178Z] [2023-09-21T03:43:24.178Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-21T03:43:24.178Z] #195 DONE 0.7s [2023-09-21T03:43:24.178Z] [2023-09-21T03:43:24.178Z] #88 [security-bootstrapper] exporting to image [2023-09-21T03:43:24.178Z] #88 writing image sha256:6dc1ad574c2378a91dba0f2384ae3a3424e0713249f26df1375eacca7e9f5ada done [2023-09-21T03:43:24.178Z] #88 naming to docker.io/library/security-secretstore-setup done [2023-09-21T03:43:24.178Z] #88 exporting layers 0.2s done [2023-09-21T03:43:24.178Z] #88 writing image sha256:e16c257615a05b956593238978709ccc7921749c14c1dead37779655e173afc6 done [2023-09-21T03:43:24.178Z] #88 naming to docker.io/library/security-bootstrapper done [2023-09-21T03:43:24.178Z] #88 DONE 5.8s [2023-09-21T03:43:24.178Z] [2023-09-21T03:43:24.178Z] #32 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T03:43:24.178Z] time="2023-09-21T03:40:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-21T03:43:24.223Z] $ docker stop --time=1 bf802bc5ada30f9c98f0b962465bb8e8662cd3cdbe225771843ce4cbd49f8fc8 [2023-09-21T03:43:25.626Z] $ docker rm -f --volumes bf802bc5ada30f9c98f0b962465bb8e8662cd3cdbe225771843ce4cbd49f8fc8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T03:43:26.066Z] + docker images [2023-09-21T03:43:26.066Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-21T03:43:26.066Z] security-bootstrapper latest e16c257615a0 2 seconds ago 23.3MB [2023-09-21T03:43:26.066Z] security-secretstore-setup latest 6dc1ad574c23 2 seconds ago 44.4MB [2023-09-21T03:43:26.066Z] security-proxy-setup latest cdde28219f9d 2 seconds ago 34.4MB [2023-09-21T03:43:26.066Z] core-common-config-bootstrapper latest 47b5ed1a880e 3 seconds ago 18.2MB [2023-09-21T03:43:26.066Z] security-proxy-auth latest 613075ffd68a 3 seconds ago 19.5MB [2023-09-21T03:43:26.066Z] core-metadata latest 3176dee6872f 4 seconds ago 21.7MB [2023-09-21T03:43:26.066Z] security-spiffe-token-provider latest c493875f993a 7 seconds ago 35MB [2023-09-21T03:43:26.066Z] support-scheduler latest 3871e910b6b0 7 seconds ago 34MB [2023-09-21T03:43:26.066Z] core-data latest 832b032d84df 7 seconds ago 21.4MB [2023-09-21T03:43:26.066Z] support-notifications latest 5c45d68d008c 7 seconds ago 34.6MB [2023-09-21T03:43:26.066Z] core-command latest f3a2db57c4fc 7 seconds ago 21.2MB [2023-09-21T03:43:26.066Z] security-spire-config latest 60afbb960e08 2 minutes ago 101MB [2023-09-21T03:43:26.066Z] security-spire-agent latest 59c9a7ae04ee 2 minutes ago 166MB [2023-09-21T03:43:26.066Z] security-spire-server latest 546617a4a7a5 2 minutes ago 107MB [2023-09-21T03:43:26.066Z] ci-base-image-x86_64 latest 0d929c51c04f 5 minutes ago 927MB [2023-09-21T03:43:26.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 0786185ac409 12 hours ago 557MB [2023-09-21T03:43:26.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB [2023-09-21T03:43:26.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 14 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-21T03:43:30.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-21T03:43:34.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-21T03:43:34.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-21T03:43:35.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.249s coverage: 28.7% of statements [2023-09-21T03:43:43.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.276s coverage: 97.0% of statements [2023-09-21T03:43:48.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-21T03:43:48.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-21T03:43:48.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-21T03:43:53.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.491s coverage: 69.2% of statements [2023-09-21T03:43:54.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-21T03:43:54.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-21T03:43:55.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.465s coverage: 53.2% of statements [2023-09-21T03:44:00.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-21T03:44:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-21T03:44:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:44:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-21T03:44:00.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-21T03:44:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-21T03:44:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-21T03:44:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.749s coverage: 93.4% of statements [2023-09-21T03:44:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.613s coverage: 4.1% of statements [2023-09-21T03:44:22.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-21T03:44:22.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:44:22.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-21T03:44:23.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-21T03:44:23.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-21T03:44:23.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-21T03:44:23.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-21T03:44:23.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-21T03:44:23.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-21T03:44:23.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-21T03:44:24.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.816s coverage: 97.6% of statements [2023-09-21T03:44:24.358Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.189s coverage: 72.2% of statements [2023-09-21T03:44:32.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-21T03:44:32.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-21T03:44:34.016Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.572s coverage: 0.9% of statements [2023-09-21T03:44:34.016Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.302s coverage: 32.2% of statements [2023-09-21T03:44:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.670s coverage: 41.7% of statements [2023-09-21T03:44:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.623s coverage: 82.9% of statements [2023-09-21T03:44:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.547s coverage: 94.1% of statements [2023-09-21T03:44:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.313s coverage: 96.3% of statements [2023-09-21T03:44:43.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.203s coverage: 87.5% of statements [2023-09-21T03:44:45.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-21T03:44:46.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-21T03:44:46.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-21T03:44:46.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-21T03:44:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-21T03:44:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-21T03:44:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-21T03:44:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-21T03:44:56.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.199s coverage: 94.4% of statements [2023-09-21T03:44:56.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-21T03:44:56.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-21T03:44:56.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-21T03:44:56.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-21T03:45:05.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-21T03:45:05.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-21T03:45:07.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-21T03:45:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.085s coverage: 79.9% of statements [2023-09-21T03:45:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.260s coverage: 92.9% of statements [2023-09-21T03:45:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.074s coverage: 64.4% of statements [2023-09-21T03:45:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.211s coverage: 62.3% of statements [2023-09-21T03:45:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.203s coverage: 87.2% of statements [2023-09-21T03:45:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.170s coverage: 20.0% of statements [2023-09-21T03:45:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.166s coverage: 100.0% of statements [2023-09-21T03:45:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-21T03:45:12.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.405s coverage: 81.8% of statements [2023-09-21T03:45:12.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-21T03:45:14.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.479s coverage: 82.1% of statements [2023-09-21T03:45:14.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.220s coverage: 86.0% of statements [2023-09-21T03:45:18.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-21T03:45:18.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-21T03:45:20.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.944s coverage: 63.1% of statements [2023-09-21T03:45:20.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.256s coverage: 100.0% of statements [2023-09-21T03:45:21.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.106s coverage: 89.4% of statements [2023-09-21T03:45:21.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.074s coverage: 100.0% of statements [2023-09-21T03:45:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-21T03:45:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-21T03:45:21.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-21T03:45:22.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.072s coverage: 73.7% of statements [2023-09-21T03:45:22.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.067s coverage: 100.0% of statements [2023-09-21T03:45:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-21T03:45:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-21T03:45:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-21T03:45:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.772s coverage: 38.4% of statements [2023-09-21T03:45:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.243s coverage: 89.5% of statements [2023-09-21T03:45:33.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-21T03:45:33.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-21T03:45:33.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-21T03:45:33.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-21T03:45:34.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.210s coverage: 84.8% of statements [2023-09-21T03:45:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-21T03:45:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-21T03:45:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-21T03:45:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-21T03:45:45.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-21T03:45:45.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:45:45.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-21T03:45:45.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-21T03:45:45.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.284s coverage: 19.9% of statements [2023-09-21T03:45:46.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.542s coverage: 95.7% of statements [2023-09-21T03:45:48.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-21T03:45:48.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-21T03:45:49.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.258s coverage: 61.8% of statements [2023-09-21T03:45:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-21T03:45:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-21T03:45:53.296Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.488s coverage: 98.9% of statements [2023-09-21T03:45:54.255Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-09-21T03:45:54.255Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-21T03:45:54.255Z] go vet ./... [2023-09-21T03:47:45.881Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-21T03:47:45.881Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-21T03:47:45.881Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-21T03:47:45.916Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-21T03:47:46.250Z] + ls -al . [2023-09-21T03:47:46.250Z] total 728 [2023-09-21T03:47:46.250Z] drwxrwxr-x 11 1001 1001 4096 Sep 21 03:41 . [2023-09-21T03:47:46.250Z] drwxr-xr-x 4 root root 4096 Sep 21 03:41 .. [2023-09-21T03:47:46.250Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 03:39 .blubracket [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 16 Sep 21 03:39 .dockerignore [2023-09-21T03:47:46.250Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 03:39 .git [2023-09-21T03:47:46.250Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 03:39 .github [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 1173 Sep 21 03:39 .gitignore [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 42 Sep 21 03:39 .golangci.yml [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 100 Sep 21 03:39 .hadolint.yml [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 166 Sep 21 03:39 .sonarcloud.properties [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 1171 Sep 21 03:39 ADOPTERS.md [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 11674 Sep 21 03:39 Attribution.txt [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 93407 Sep 21 03:39 CHANGELOG.md [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 3804 Sep 21 03:39 CONTRIBUTING.md [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 677 Sep 21 03:39 GOVERNANCE.md [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 883 Sep 21 03:39 Jenkinsfile [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 10775 Sep 21 03:39 LICENSE [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 14764 Sep 21 03:39 Makefile [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 582 Sep 21 03:39 OWNERS.md [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 9923 Sep 21 03:39 README.md [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 789 Sep 21 03:39 SECURITY.md [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 5 Sep 21 03:37 VERSION [2023-09-21T03:47:46.250Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 03:39 bin [2023-09-21T03:47:46.250Z] drwxrwxr-x 18 1001 1001 4096 Sep 21 03:39 cmd [2023-09-21T03:47:46.250Z] -rw-r--r-- 1 root root 453602 Sep 21 03:45 coverage.out [2023-09-21T03:47:46.250Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 03:39 fuzz_test [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 3688 Sep 21 03:39 go.mod [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 34975 Sep 21 03:39 go.sum [2023-09-21T03:47:46.250Z] drwxrwxr-x 7 1001 1001 4096 Sep 21 03:39 internal [2023-09-21T03:47:46.250Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 03:39 openapi [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 594 Sep 21 03:39 security.txt [2023-09-21T03:47:46.250Z] drwxrwxr-x 4 1001 1001 4096 Sep 21 03:39 snap [2023-09-21T03:47:46.250Z] -rw-rw-r-- 1 1001 1001 204 Sep 21 03:39 version.go [Pipeline] sh [2023-09-21T03:47:46.925Z] + '[' -e coverage.out ] [2023-09-21T03:47:46.925Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-21T03:47:46.961Z] Warning: overwriting stash ‘coverage-report’ [2023-09-21T03:47:47.759Z] Stashed 1 file(s) [Pipeline] sh [2023-09-21T03:47:48.405Z] + make build [2023-09-21T03:47:48.405Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T03:49:09.993Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T03:49:09.993Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T03:49:10.951Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-21T03:49:15.205Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T03:49:47.586Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T03:49:50.221Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T03:49:56.885Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T03:50:01.129Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T03:50:05.388Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T03:50:08.722Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T03:50:12.965Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-09-21T03:50:18.317Z] $ docker stop --time=1 9edf0efb609e19593b9961a0e0e5f9dc765f302c35eb09a76359d80d4ed1a7fa [2023-09-21T03:50:20.368Z] $ docker rm -f --volumes 9edf0efb609e19593b9961a0e0e5f9dc765f302c35eb09a76359d80d4ed1a7fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:50:23.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-21T03:50:23.256Z] [2023-09-21T03:50:23.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T03:50:23.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-21T03:50:23.926Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-09-21T03:50:23.926Z] 547446be3368: Pulling fs layer [2023-09-21T03:50:23.926Z] d125d8839a47: Pulling fs layer [2023-09-21T03:50:23.926Z] 3e85d5ac6304: Pulling fs layer [2023-09-21T03:50:23.926Z] c3105a71a48b: Pulling fs layer [2023-09-21T03:50:23.926Z] 0f093f025ec4: Pulling fs layer [2023-09-21T03:50:23.926Z] c3106fc0e877: Pulling fs layer [2023-09-21T03:50:23.926Z] c3105a71a48b: Waiting [2023-09-21T03:50:23.926Z] 0f093f025ec4: Waiting [2023-09-21T03:50:23.926Z] c3106fc0e877: Waiting [2023-09-21T03:50:23.926Z] 547446be3368: Verifying Checksum [2023-09-21T03:50:23.926Z] 547446be3368: Download complete [2023-09-21T03:50:23.926Z] c3105a71a48b: Verifying Checksum [2023-09-21T03:50:23.926Z] c3105a71a48b: Download complete [2023-09-21T03:50:24.509Z] d125d8839a47: Verifying Checksum [2023-09-21T03:50:24.509Z] d125d8839a47: Download complete [2023-09-21T03:50:24.509Z] c3106fc0e877: Verifying Checksum [2023-09-21T03:50:24.509Z] c3106fc0e877: Download complete [2023-09-21T03:50:24.509Z] 0f093f025ec4: Verifying Checksum [2023-09-21T03:50:24.509Z] 0f093f025ec4: Download complete [2023-09-21T03:50:24.777Z] 547446be3368: Pull complete [2023-09-21T03:50:25.739Z] d125d8839a47: Pull complete [2023-09-21T03:50:26.324Z] 3e85d5ac6304: Verifying Checksum [2023-09-21T03:50:26.324Z] 3e85d5ac6304: Download complete [2023-09-21T03:50:34.521Z] 3e85d5ac6304: Pull complete [2023-09-21T03:50:34.521Z] c3105a71a48b: Pull complete [2023-09-21T03:50:35.480Z] 0f093f025ec4: Pull complete [2023-09-21T03:50:35.480Z] c3106fc0e877: Pull complete [2023-09-21T03:50:35.480Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-09-21T03:50:35.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-21T03:50:35.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T03:50:35.817Z] prd-ubuntu20.04-docker-arm64-4c-16g-7531 does not seem to be running inside a container [2023-09-21T03:50:35.880Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-09-21T03:50:37.838Z] $ docker top d749f82fade2a8156bf7dcf42b4f153a010227ce357a2bea27a795187992c16e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T03:50:38.394Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-21T03:50:46.620Z] #1 [security-spire-server internal] load build definition from Dockerfile [2023-09-21T03:50:46.620Z] #1 transferring dockerfile: 1.59kB 0.0s done [2023-09-21T03:50:46.620Z] #1 DONE 0.1s [2023-09-21T03:50:47.593Z] [2023-09-21T03:50:47.593Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-21T03:50:47.593Z] #2 transferring dockerfile: 2.38kB done [2023-09-21T03:50:47.593Z] #2 DONE 0.0s [2023-09-21T03:50:47.593Z] [2023-09-21T03:50:47.593Z] #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-21T03:50:47.593Z] #3 transferring dockerfile: 2.12kB done [2023-09-21T03:50:47.593Z] #3 DONE 0.1s [2023-09-21T03:50:47.593Z] [2023-09-21T03:50:47.593Z] #4 [core-command internal] load build definition from Dockerfile [2023-09-21T03:50:47.593Z] #4 transferring dockerfile: 1.82kB done [2023-09-21T03:50:47.593Z] #4 DONE 0.1s [2023-09-21T03:50:47.593Z] [2023-09-21T03:50:47.593Z] #5 [security-spire-config internal] load build definition from Dockerfile [2023-09-21T03:50:47.593Z] #5 transferring dockerfile: 1.58kB done [2023-09-21T03:50:47.593Z] #5 DONE 0.0s [2023-09-21T03:50:47.593Z] [2023-09-21T03:50:47.593Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2023-09-21T03:50:47.593Z] #6 transferring dockerfile: 1.70kB done [2023-09-21T03:50:47.593Z] #6 DONE 0.1s [2023-09-21T03:50:47.593Z] [2023-09-21T03:50:47.593Z] #7 [support-scheduler internal] load build definition from Dockerfile [2023-09-21T03:50:47.593Z] #7 transferring dockerfile: 1.82kB done [2023-09-21T03:50:47.593Z] #7 DONE 0.1s [2023-09-21T03:50:47.593Z] [2023-09-21T03:50:47.593Z] #8 [support-notifications internal] load build definition from Dockerfile [2023-09-21T03:50:47.861Z] #8 transferring dockerfile: 1.84kB done [2023-09-21T03:50:47.861Z] #8 DONE 0.1s [2023-09-21T03:50:47.861Z] [2023-09-21T03:50:47.861Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-21T03:50:47.861Z] #9 transferring dockerfile: 2.39kB done [2023-09-21T03:50:47.861Z] #9 DONE 0.1s [2023-09-21T03:50:47.861Z] [2023-09-21T03:50:47.861Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-21T03:50:47.861Z] #10 transferring dockerfile: 1.78kB 0.0s done [2023-09-21T03:50:47.861Z] #10 DONE 0.1s [2023-09-21T03:50:47.861Z] [2023-09-21T03:50:47.861Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-21T03:50:47.861Z] #11 transferring dockerfile: 2.04kB done [2023-09-21T03:50:47.861Z] #11 DONE 0.1s [2023-09-21T03:50:48.127Z] [2023-09-21T03:50:48.127Z] #12 [core-data internal] load build definition from Dockerfile [2023-09-21T03:50:48.127Z] #12 transferring dockerfile: 1.90kB done [2023-09-21T03:50:48.127Z] #12 DONE 0.1s [2023-09-21T03:50:48.127Z] [2023-09-21T03:50:48.127Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-21T03:50:48.127Z] #13 transferring dockerfile: 2.82kB done [2023-09-21T03:50:48.127Z] #13 DONE 0.1s [2023-09-21T03:50:48.127Z] [2023-09-21T03:50:48.127Z] #14 [security-spire-server internal] load .dockerignore [2023-09-21T03:50:48.394Z] #14 transferring context: 56B 0.0s done [2023-09-21T03:50:48.394Z] #14 DONE 0.1s [2023-09-21T03:50:48.394Z] [2023-09-21T03:50:48.394Z] #15 [core-metadata internal] load build definition from Dockerfile [2023-09-21T03:50:48.394Z] #15 transferring dockerfile: 1.96kB 0.0s done [2023-09-21T03:50:48.394Z] #15 DONE 0.1s [2023-09-21T03:50:48.978Z] [2023-09-21T03:50:48.978Z] #16 [security-secretstore-setup internal] load .dockerignore [2023-09-21T03:50:48.978Z] #16 transferring context: 56B done [2023-09-21T03:50:48.978Z] #16 DONE 0.0s [2023-09-21T03:50:48.978Z] [2023-09-21T03:50:48.978Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-21T03:50:48.978Z] #17 transferring context: 56B done [2023-09-21T03:50:48.978Z] #17 DONE 0.0s [2023-09-21T03:50:48.978Z] [2023-09-21T03:50:48.978Z] #18 [core-command internal] load .dockerignore [2023-09-21T03:50:48.978Z] #18 transferring context: 56B done [2023-09-21T03:50:48.978Z] #18 DONE 0.0s [2023-09-21T03:50:48.978Z] [2023-09-21T03:50:48.978Z] #19 [security-spire-config internal] load .dockerignore [2023-09-21T03:50:48.978Z] #19 transferring context: 56B done [2023-09-21T03:50:48.978Z] #19 DONE 0.0s [2023-09-21T03:50:48.978Z] [2023-09-21T03:50:48.978Z] #20 [security-spire-agent internal] load .dockerignore [2023-09-21T03:50:49.262Z] #20 transferring context: 56B 0.0s done [2023-09-21T03:50:49.262Z] #20 DONE 0.1s [2023-09-21T03:50:49.262Z] [2023-09-21T03:50:49.262Z] #21 [support-scheduler internal] load .dockerignore [2023-09-21T03:50:49.262Z] #21 transferring context: 56B 0.0s done [2023-09-21T03:50:49.262Z] #21 DONE 0.1s [2023-09-21T03:50:49.262Z] [2023-09-21T03:50:49.262Z] #22 [support-notifications internal] load .dockerignore [2023-09-21T03:50:49.262Z] #22 transferring context: 56B done [2023-09-21T03:50:49.262Z] #22 DONE 0.1s [2023-09-21T03:50:49.262Z] [2023-09-21T03:50:49.262Z] #23 [security-proxy-setup internal] load .dockerignore [2023-09-21T03:50:49.262Z] #23 transferring context: 56B 0.0s done [2023-09-21T03:50:49.262Z] #23 DONE 0.1s [2023-09-21T03:50:49.262Z] [2023-09-21T03:50:49.262Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2023-09-21T03:50:49.530Z] #24 transferring context: 56B 0.0s done [2023-09-21T03:50:49.530Z] #24 DONE 0.1s [2023-09-21T03:50:49.530Z] [2023-09-21T03:50:49.530Z] #25 [security-proxy-auth internal] load .dockerignore [2023-09-21T03:50:49.530Z] #25 transferring context: 56B 0.0s done [2023-09-21T03:50:49.530Z] #25 DONE 0.1s [2023-09-21T03:50:49.530Z] [2023-09-21T03:50:49.530Z] #26 [core-data internal] load .dockerignore [2023-09-21T03:50:49.530Z] #26 transferring context: 56B done [2023-09-21T03:50:49.530Z] #26 DONE 0.1s [2023-09-21T03:50:49.530Z] [2023-09-21T03:50:49.530Z] #27 [security-bootstrapper internal] load .dockerignore [2023-09-21T03:50:49.797Z] #27 transferring context: 56B 0.0s done [2023-09-21T03:50:49.797Z] #27 DONE 0.1s [2023-09-21T03:50:49.797Z] [2023-09-21T03:50:49.797Z] #28 [core-metadata internal] load .dockerignore [2023-09-21T03:50:49.797Z] #28 transferring context: 56B 0.0s done [2023-09-21T03:50:49.797Z] #28 DONE 0.1s [2023-09-21T03:50:49.797Z] [2023-09-21T03:50:49.797Z] #29 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-21T03:50:50.063Z] #29 ... [2023-09-21T03:50:50.064Z] [2023-09-21T03:50:50.064Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T03:50:50.064Z] #30 DONE 0.5s [2023-09-21T03:50:50.332Z] [2023-09-21T03:50:50.332Z] #29 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-21T03:50:50.332Z] #29 DONE 0.6s [2023-09-21T03:50:50.332Z] [2023-09-21T03:50:50.332Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:50.332Z] #31 DONE 0.0s [2023-09-21T03:50:50.332Z] [2023-09-21T03:50:50.332Z] #32 [security-spire-server internal] load build context [2023-09-21T03:50:50.332Z] #32 transferring context: 18.11kB 0.0s done [2023-09-21T03:50:50.332Z] #32 DONE 0.1s [2023-09-21T03:50:50.332Z] [2023-09-21T03:50:50.332Z] #33 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:50.332Z] #33 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.0s done [2023-09-21T03:50:50.332Z] #33 ... [2023-09-21T03:50:50.332Z] [2023-09-21T03:50:50.332Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:50.332Z] #31 DONE 0.0s [2023-09-21T03:50:50.332Z] [2023-09-21T03:50:50.332Z] #33 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:50.332Z] #33 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-21T03:50:50.332Z] #33 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-21T03:50:50.332Z] #33 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.0s [2023-09-21T03:50:50.332Z] #33 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.0s [2023-09-21T03:50:50.332Z] #33 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-21T03:50:50.601Z] #33 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s [2023-09-21T03:50:50.601Z] #33 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.1s [2023-09-21T03:50:50.601Z] #33 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-21T03:50:50.601Z] #33 ... [2023-09-21T03:50:50.601Z] [2023-09-21T03:50:50.601Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:50.601Z] #31 DONE 0.0s [2023-09-21T03:50:50.601Z] [2023-09-21T03:50:50.601Z] #29 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-21T03:50:50.601Z] #29 DONE 0.6s [2023-09-21T03:50:50.601Z] [2023-09-21T03:50:50.601Z] #34 [security-spire-config stage-2 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T03:50:50.601Z] #34 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T03:50:50.601Z] #34 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T03:50:50.601Z] #34 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T03:50:50.601Z] #34 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T03:50:50.601Z] #34 DONE 0.8s [2023-09-21T03:50:50.601Z] [2023-09-21T03:50:50.601Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:50.601Z] #33 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.0s done [2023-09-21T03:50:50.601Z] #33 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-21T03:50:50.601Z] #33 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-21T03:50:50.601Z] #33 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2023-09-21T03:50:50.601Z] #33 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s [2023-09-21T03:50:50.601Z] #33 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-21T03:50:50.601Z] #33 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-21T03:50:50.869Z] #33 ... [2023-09-21T03:50:50.869Z] [2023-09-21T03:50:50.869Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:50.869Z] #31 DONE 0.0s [2023-09-21T03:50:50.869Z] [2023-09-21T03:50:50.869Z] #34 [support-notifications stage-2 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T03:50:50.869Z] #34 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T03:50:50.869Z] #34 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T03:50:50.869Z] #34 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T03:50:50.869Z] #34 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T03:50:50.869Z] #34 DONE 0.8s [2023-09-21T03:50:50.869Z] [2023-09-21T03:50:50.869Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:50.869Z] #33 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2023-09-21T03:50:50.869Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.3s [2023-09-21T03:50:50.869Z] #33 ... [2023-09-21T03:50:50.869Z] [2023-09-21T03:50:50.869Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:50.869Z] #31 DONE 0.0s [2023-09-21T03:50:50.869Z] [2023-09-21T03:50:50.869Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:51.137Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 0.6s [2023-09-21T03:50:51.137Z] #33 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2023-09-21T03:50:51.137Z] #33 ... [2023-09-21T03:50:51.137Z] [2023-09-21T03:50:51.137Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:51.137Z] #31 DONE 0.0s [2023-09-21T03:50:51.137Z] [2023-09-21T03:50:51.137Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:51.137Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.16MB / 23.39MB 0.7s [2023-09-21T03:50:51.137Z] #33 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2023-09-21T03:50:51.409Z] #33 ... [2023-09-21T03:50:51.409Z] [2023-09-21T03:50:51.409Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:51.409Z] #31 DONE 0.0s [2023-09-21T03:50:51.409Z] [2023-09-21T03:50:51.409Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:51.409Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 0.9s [2023-09-21T03:50:51.409Z] #33 ... [2023-09-21T03:50:51.409Z] [2023-09-21T03:50:51.409Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:51.409Z] #31 DONE 0.0s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #34 [security-proxy-setup stage-2 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T03:50:51.711Z] #34 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T03:50:51.711Z] #34 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T03:50:51.711Z] #34 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T03:50:51.711Z] #34 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T03:50:51.711Z] #34 DONE 0.9s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:50:51.711Z] #35 DONE 0.0s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:51.711Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 1.1s [2023-09-21T03:50:51.711Z] #33 ... [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T03:50:51.711Z] #31 DONE 0.0s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:51.711Z] #33 ... [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #34 [security-bootstrapper stage-2 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T03:50:51.711Z] #34 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T03:50:51.711Z] #34 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T03:50:51.711Z] #34 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T03:50:51.711Z] #34 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T03:50:51.711Z] #34 DONE 1.0s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T03:50:51.711Z] #30 DONE 1.3s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:50:51.711Z] #36 DONE 0.0s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-21T03:50:51.711Z] #37 DONE 1.2s [2023-09-21T03:50:51.711Z] [2023-09-21T03:50:51.711Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:51.711Z] #33 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.0s done [2023-09-21T03:50:51.711Z] #33 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-21T03:50:51.711Z] #33 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-21T03:50:51.711Z] #33 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2023-09-21T03:50:51.711Z] #33 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-21T03:50:51.711Z] #33 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2023-09-21T03:50:51.711Z] #33 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-21T03:50:51.711Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 1.3s [2023-09-21T03:50:51.711Z] #33 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2023-09-21T03:50:51.978Z] #33 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2023-09-21T03:50:51.978Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 1.6s [2023-09-21T03:50:51.978Z] #33 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2023-09-21T03:50:52.567Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.51MB / 23.39MB 2.1s [2023-09-21T03:50:52.567Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.92MB / 23.39MB 2.2s [2023-09-21T03:50:53.157Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.02MB / 23.39MB 2.8s [2023-09-21T03:50:53.424Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.9s [2023-09-21T03:50:54.008Z] #33 ... [2023-09-21T03:50:54.008Z] [2023-09-21T03:50:54.008Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:50:54.008Z] #38 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 2.1s done [2023-09-21T03:50:54.008Z] #38 DONE 2.1s [2023-09-21T03:50:54.008Z] [2023-09-21T03:50:54.008Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:50:54.008Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 3.3s done [2023-09-21T03:50:54.008Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 3.3s done [2023-09-21T03:50:54.288Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2023-09-21T03:50:54.558Z] #33 ... [2023-09-21T03:50:54.558Z] [2023-09-21T03:50:54.558Z] #39 [security-spire-config internal] load build context [2023-09-21T03:50:54.558Z] #39 transferring context: 16.36kB 0.4s done [2023-09-21T03:50:54.558Z] #39 DONE 3.6s [2023-09-21T03:50:54.558Z] [2023-09-21T03:50:54.558Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:50:56.494Z] #40 ... [2023-09-21T03:50:56.494Z] [2023-09-21T03:50:56.494Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:50:56.494Z] #38 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-21T03:50:56.494Z] #38 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-09-21T03:50:56.494Z] #38 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-09-21T03:50:56.494Z] #38 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.0s done [2023-09-21T03:50:56.494Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 1.05MB / 17.12MB 1.6s [2023-09-21T03:50:56.494Z] #38 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2023-09-21T03:50:56.494Z] #38 ... [2023-09-21T03:50:56.494Z] [2023-09-21T03:50:56.494Z] #41 [security-spire-agent internal] load build context [2023-09-21T03:50:56.494Z] #41 transferring context: 17.64kB 0.7s done [2023-09-21T03:50:56.494Z] #41 DONE 4.5s [2023-09-21T03:50:56.494Z] [2023-09-21T03:50:56.495Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:50:56.495Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 2.10MB / 17.12MB 1.9s [2023-09-21T03:50:56.761Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 3.15MB / 17.12MB 2.2s [2023-09-21T03:50:57.026Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 4.19MB / 17.12MB 2.5s [2023-09-21T03:50:57.607Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.24MB / 17.12MB 2.7s [2023-09-21T03:50:58.188Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.29MB / 17.12MB 3.4s [2023-09-21T03:50:58.453Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.34MB / 17.12MB 3.7s [2023-09-21T03:50:58.723Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 8.39MB / 17.12MB 4.1s [2023-09-21T03:50:59.307Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.44MB / 17.12MB 4.9s [2023-09-21T03:50:59.889Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 10.49MB / 17.12MB 5.1s [2023-09-21T03:51:00.157Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 11.53MB / 17.12MB 5.5s [2023-09-21T03:51:00.157Z] #38 ... [2023-09-21T03:51:00.157Z] [2023-09-21T03:51:00.157Z] #42 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T03:51:00.157Z] #42 DONE 9.9s [2023-09-21T03:51:00.157Z] [2023-09-21T03:51:00.157Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:51:00.454Z] #38 ... [2023-09-21T03:51:00.454Z] [2023-09-21T03:51:00.454Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:00.454Z] #43 transferring context: 25.24MB 9.4s [2023-09-21T03:51:00.454Z] #43 ... [2023-09-21T03:51:00.454Z] [2023-09-21T03:51:00.454Z] #44 [core-command internal] load build context [2023-09-21T03:51:00.722Z] #44 ... [2023-09-21T03:51:00.722Z] [2023-09-21T03:51:00.722Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:00.722Z] #43 ... [2023-09-21T03:51:00.722Z] [2023-09-21T03:51:00.722Z] #45 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-09-21T03:51:00.722Z] #0 7.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:00.722Z] #0 8.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:00.990Z] #45 ... [2023-09-21T03:51:00.990Z] [2023-09-21T03:51:00.990Z] #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T03:51:00.990Z] #0 5.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:00.990Z] #0 6.140 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:00.990Z] #46 10.01 (1/4) Installing ca-certificates (20230506-r0) [2023-09-21T03:51:00.990Z] #46 ... [2023-09-21T03:51:00.990Z] [2023-09-21T03:51:00.990Z] #47 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T03:51:00.990Z] #0 7.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:00.990Z] #0 9.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:00.990Z] #47 ... [2023-09-21T03:51:00.990Z] [2023-09-21T03:51:00.990Z] #48 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T03:51:00.990Z] #0 5.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:00.990Z] #0 6.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:01.265Z] #48 ... [2023-09-21T03:51:01.265Z] [2023-09-21T03:51:01.265Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:01.265Z] #49 ... [2023-09-21T03:51:01.265Z] [2023-09-21T03:51:01.265Z] #50 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T03:51:01.265Z] #0 7.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:01.265Z] #0 8.644 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:01.531Z] #50 ... [2023-09-21T03:51:01.531Z] [2023-09-21T03:51:01.531Z] #51 [core-data internal] load build context [2023-09-21T03:51:01.531Z] #51 ... [2023-09-21T03:51:01.531Z] [2023-09-21T03:51:01.531Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:01.797Z] #52 ... [2023-09-21T03:51:01.797Z] [2023-09-21T03:51:01.797Z] #53 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-09-21T03:51:01.797Z] #53 DONE 1.7s [2023-09-21T03:51:01.797Z] [2023-09-21T03:51:01.797Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:01.797Z] #52 ... [2023-09-21T03:51:01.797Z] [2023-09-21T03:51:01.797Z] #54 [security-proxy-auth internal] load build context [2023-09-21T03:51:01.797Z] #54 ... [2023-09-21T03:51:01.797Z] [2023-09-21T03:51:01.797Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:51:01.797Z] #35 ... [2023-09-21T03:51:01.797Z] [2023-09-21T03:51:01.797Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:02.062Z] #55 ... [2023-09-21T03:51:02.062Z] [2023-09-21T03:51:02.062Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T03:51:02.062Z] #56 ... [2023-09-21T03:51:02.062Z] [2023-09-21T03:51:02.062Z] #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T03:51:02.062Z] #0 10.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:02.329Z] #57 ... [2023-09-21T03:51:02.329Z] [2023-09-21T03:51:02.329Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:02.329Z] #36 ... [2023-09-21T03:51:02.329Z] [2023-09-21T03:51:02.329Z] #58 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-21T03:51:02.329Z] #0 8.698 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:02.329Z] #0 10.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:02.595Z] #58 ... [2023-09-21T03:51:02.595Z] [2023-09-21T03:51:02.595Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:02.595Z] #59 ... [2023-09-21T03:51:02.595Z] [2023-09-21T03:51:02.595Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:03.561Z] #36 ... [2023-09-21T03:51:03.561Z] [2023-09-21T03:51:03.561Z] #60 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T03:51:03.561Z] #60 ... [2023-09-21T03:51:03.561Z] [2023-09-21T03:51:03.561Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:05.500Z] #43 transferring context: 35.77MB 14.4s [2023-09-21T03:51:06.451Z] #43 ... [2023-09-21T03:51:06.451Z] [2023-09-21T03:51:06.451Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:06.452Z] #59 ... [2023-09-21T03:51:06.452Z] [2023-09-21T03:51:06.452Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:06.452Z] #40 ... [2023-09-21T03:51:06.452Z] [2023-09-21T03:51:06.452Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:51:06.452Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.3s [2023-09-21T03:51:06.717Z] #33 ... [2023-09-21T03:51:06.717Z] [2023-09-21T03:51:06.717Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:06.717Z] #59 ... [2023-09-21T03:51:06.717Z] [2023-09-21T03:51:06.717Z] #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T03:51:06.717Z] #46 10.32 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:06.717Z] #46 10.38 (3/4) Installing su-exec (0.2-r3) [2023-09-21T03:51:06.717Z] #46 10.38 (4/4) Installing yq (4.33.3-r3) [2023-09-21T03:51:06.717Z] #46 11.67 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:06.717Z] #46 11.75 Executing ca-certificates-20230506-r0.trigger [2023-09-21T03:51:06.717Z] #46 13.29 OK: 18 MiB in 19 packages [2023-09-21T03:51:06.717Z] #46 DONE 15.9s [2023-09-21T03:51:06.717Z] [2023-09-21T03:51:06.717Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:08.653Z] #59 ... [2023-09-21T03:51:08.653Z] [2023-09-21T03:51:08.653Z] #45 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-09-21T03:51:08.653Z] #45 14.39 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:08.653Z] #45 14.44 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:08.653Z] #45 14.56 OK: 8 MiB in 16 packages [2023-09-21T03:51:08.653Z] #45 DONE 18.0s [2023-09-21T03:51:08.653Z] [2023-09-21T03:51:08.653Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:10.590Z] #43 transferring context: 46.13MB 19.4s [2023-09-21T03:51:10.590Z] #43 ... [2023-09-21T03:51:10.590Z] [2023-09-21T03:51:10.590Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:51:10.590Z] #38 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 7.1s done [2023-09-21T03:51:10.590Z] #38 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 8.1s [2023-09-21T03:51:10.857Z] #38 ... [2023-09-21T03:51:10.857Z] [2023-09-21T03:51:10.857Z] #44 [core-command internal] load build context [2023-09-21T03:51:10.857Z] #44 ... [2023-09-21T03:51:10.857Z] [2023-09-21T03:51:10.857Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:11.435Z] #43 ... [2023-09-21T03:51:11.435Z] [2023-09-21T03:51:11.435Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:11.435Z] #49 ... [2023-09-21T03:51:11.435Z] [2023-09-21T03:51:11.435Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:11.700Z] #59 ... [2023-09-21T03:51:11.700Z] [2023-09-21T03:51:11.700Z] #51 [core-data internal] load build context [2023-09-21T03:51:11.966Z] #51 ... [2023-09-21T03:51:11.966Z] [2023-09-21T03:51:11.966Z] #50 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T03:51:11.966Z] #50 16.06 (1/2) Installing ca-certificates (20230506-r0) [2023-09-21T03:51:11.966Z] #50 16.71 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:11.966Z] #50 16.71 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:11.966Z] #50 16.96 Executing ca-certificates-20230506-r0.trigger [2023-09-21T03:51:11.966Z] #50 17.83 OK: 9 MiB in 17 packages [2023-09-21T03:51:11.966Z] #50 DONE 20.9s [2023-09-21T03:51:11.966Z] [2023-09-21T03:51:11.966Z] #51 [core-data internal] load build context [2023-09-21T03:51:11.966Z] #51 ... [2023-09-21T03:51:11.966Z] [2023-09-21T03:51:11.966Z] #61 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:51:11.966Z] #0 8.962 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:11.966Z] #61 ... [2023-09-21T03:51:11.966Z] [2023-09-21T03:51:11.966Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:51:11.966Z] #35 ... [2023-09-21T03:51:11.966Z] [2023-09-21T03:51:11.966Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-21T03:51:11.966Z] #0 8.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:12.230Z] #62 ... [2023-09-21T03:51:12.230Z] [2023-09-21T03:51:12.230Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:12.230Z] #55 ... [2023-09-21T03:51:12.230Z] [2023-09-21T03:51:12.230Z] #54 [security-proxy-auth internal] load build context [2023-09-21T03:51:12.495Z] #54 ... [2023-09-21T03:51:12.495Z] [2023-09-21T03:51:12.495Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-21T03:51:12.495Z] #0 9.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:12.495Z] #63 ... [2023-09-21T03:51:12.495Z] [2023-09-21T03:51:12.495Z] #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:51:12.495Z] #0 8.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:12.760Z] #64 ... [2023-09-21T03:51:12.760Z] [2023-09-21T03:51:12.760Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:12.760Z] #52 ... [2023-09-21T03:51:12.760Z] [2023-09-21T03:51:12.760Z] #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:51:12.760Z] #64 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:12.760Z] #64 ... [2023-09-21T03:51:12.760Z] [2023-09-21T03:51:12.760Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T03:51:12.760Z] #56 11.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:12.760Z] #56 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:12.760Z] #56 20.45 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:51:12.760Z] #56 20.45 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:51:12.760Z] #56 20.45 OK: 19942 distinct packages available [2023-09-21T03:51:13.026Z] #56 ... [2023-09-21T03:51:13.026Z] [2023-09-21T03:51:13.026Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:13.026Z] #52 ... [2023-09-21T03:51:13.026Z] [2023-09-21T03:51:13.026Z] #48 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T03:51:13.026Z] #48 12.16 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:51:13.026Z] #48 12.16 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:51:13.026Z] #48 12.16 OK: 19942 distinct packages available [2023-09-21T03:51:13.026Z] #48 13.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:13.026Z] #48 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:13.296Z] #48 ... [2023-09-21T03:51:13.296Z] [2023-09-21T03:51:13.296Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:13.564Z] #52 ... [2023-09-21T03:51:13.564Z] [2023-09-21T03:51:13.564Z] #58 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-21T03:51:13.564Z] #58 19.35 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:13.564Z] #58 19.38 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:13.564Z] #58 19.64 OK: 8 MiB in 16 packages [2023-09-21T03:51:13.564Z] #58 DONE 21.8s [2023-09-21T03:51:13.564Z] [2023-09-21T03:51:13.564Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:13.831Z] #52 ... [2023-09-21T03:51:13.831Z] [2023-09-21T03:51:13.831Z] #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T03:51:13.831Z] #57 12.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:13.831Z] #57 20.10 (1/6) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:51:13.831Z] #57 21.03 (2/6) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:51:13.831Z] #57 21.34 (3/6) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:13.831Z] #57 21.44 (4/6) Installing openssl (3.1.3-r0) [2023-09-21T03:51:13.831Z] #57 21.57 (5/6) Installing su-exec (0.2-r3) [2023-09-21T03:51:13.831Z] #57 21.57 (6/6) Installing yq (4.33.3-r3) [2023-09-21T03:51:13.831Z] #57 ... [2023-09-21T03:51:13.831Z] [2023-09-21T03:51:13.831Z] #48 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T03:51:13.831Z] #48 22.93 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:14.096Z] #48 22.99 (2/4) Installing musl-obstack (1.2.3-r2) [2023-09-21T03:51:14.096Z] #48 22.99 (3/4) Installing libucontext (1.2-r2) [2023-09-21T03:51:14.096Z] #48 23.02 (4/4) Installing gcompat (1.1.0-r1) [2023-09-21T03:51:14.096Z] #48 ... [2023-09-21T03:51:14.096Z] [2023-09-21T03:51:14.096Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:14.096Z] #36 ... [2023-09-21T03:51:14.096Z] [2023-09-21T03:51:14.096Z] #48 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T03:51:14.096Z] #48 23.19 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:14.364Z] #48 23.54 OK: 8 MiB in 19 packages [2023-09-21T03:51:15.322Z] #48 ... [2023-09-21T03:51:15.323Z] [2023-09-21T03:51:15.323Z] #60 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T03:51:15.323Z] #60 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:15.323Z] #60 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:15.323Z] #60 ... [2023-09-21T03:51:15.323Z] [2023-09-21T03:51:15.323Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:15.588Z] #52 transferring context: 27.06MB 21.3s [2023-09-21T03:51:16.562Z] #52 ... [2023-09-21T03:51:16.562Z] [2023-09-21T03:51:16.562Z] #47 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T03:51:16.562Z] #47 15.54 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:51:16.562Z] #47 15.54 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:51:16.562Z] #47 15.54 OK: 19942 distinct packages available [2023-09-21T03:51:16.562Z] #47 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:16.562Z] #47 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:16.562Z] #47 ... [2023-09-21T03:51:16.562Z] [2023-09-21T03:51:16.562Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:16.832Z] #52 ... [2023-09-21T03:51:16.832Z] [2023-09-21T03:51:16.832Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:16.832Z] #40 ... [2023-09-21T03:51:16.832Z] [2023-09-21T03:51:16.832Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:51:16.832Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.3s [2023-09-21T03:51:17.099Z] #33 ... [2023-09-21T03:51:17.099Z] [2023-09-21T03:51:17.099Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:17.683Z] #40 ... [2023-09-21T03:51:17.683Z] [2023-09-21T03:51:17.683Z] #48 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T03:51:17.683Z] #48 DONE 26.5s [2023-09-21T03:51:17.683Z] [2023-09-21T03:51:17.683Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:17.683Z] #40 ... [2023-09-21T03:51:17.683Z] [2023-09-21T03:51:17.683Z] #57 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T03:51:17.683Z] #57 22.95 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:17.683Z] #57 23.27 OK: 18 MiB in 19 packages [2023-09-21T03:51:17.683Z] #57 DONE 26.0s [2023-09-21T03:51:17.683Z] [2023-09-21T03:51:17.683Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:19.097Z] #40 ... [2023-09-21T03:51:19.097Z] [2023-09-21T03:51:19.097Z] #60 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T03:51:19.097Z] #60 22.21 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:19.097Z] #60 22.25 (2/2) Installing su-exec (0.2-r3) [2023-09-21T03:51:19.097Z] #60 22.25 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:19.097Z] #60 22.47 OK: 8 MiB in 17 packages [2023-09-21T03:51:19.097Z] #60 DONE 25.7s [2023-09-21T03:51:19.364Z] [2023-09-21T03:51:19.364Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:19.364Z] #40 ... [2023-09-21T03:51:19.364Z] [2023-09-21T03:51:19.364Z] #65 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-21T03:51:19.364Z] #65 DONE 1.5s [2023-09-21T03:51:19.364Z] [2023-09-21T03:51:19.364Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:20.776Z] #40 ... [2023-09-21T03:51:20.776Z] [2023-09-21T03:51:20.776Z] #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T03:51:20.776Z] #47 26.85 (1/7) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:51:20.776Z] #47 27.43 (2/7) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T03:51:20.776Z] #47 27.53 (3/7) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:20.776Z] #47 27.53 (4/7) Installing musl-obstack (1.2.3-r2) [2023-09-21T03:51:20.776Z] #47 27.53 (5/7) Installing libucontext (1.2-r2) [2023-09-21T03:51:20.776Z] #47 27.70 (6/7) Installing gcompat (1.1.0-r1) [2023-09-21T03:51:20.776Z] #47 27.70 (7/7) Installing openssl (3.1.3-r0) [2023-09-21T03:51:20.776Z] #47 27.80 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:20.776Z] #47 27.80 OK: 9 MiB in 20 packages [2023-09-21T03:51:20.776Z] #47 DONE 30.3s [2023-09-21T03:51:20.776Z] [2023-09-21T03:51:20.776Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:20.776Z] #40 transferring context: 69.25MB 29.6s [2023-09-21T03:51:21.055Z] #40 ... [2023-09-21T03:51:21.055Z] [2023-09-21T03:51:21.055Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:51:21.055Z] #38 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 18.1s [2023-09-21T03:51:21.055Z] #38 ... [2023-09-21T03:51:21.055Z] [2023-09-21T03:51:21.055Z] #44 [core-command internal] load build context [2023-09-21T03:51:21.322Z] #44 ... [2023-09-21T03:51:21.322Z] [2023-09-21T03:51:21.322Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:21.589Z] #40 ... [2023-09-21T03:51:21.589Z] [2023-09-21T03:51:21.589Z] #61 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:51:21.589Z] #61 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:21.589Z] #61 18.21 OK: 266 MiB in 52 packages [2023-09-21T03:51:21.589Z] #61 DONE 19.9s [2023-09-21T03:51:21.589Z] [2023-09-21T03:51:21.589Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:21.589Z] #40 ... [2023-09-21T03:51:21.589Z] [2023-09-21T03:51:21.589Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-21T03:51:21.589Z] #63 11.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:21.589Z] #63 18.42 OK: 266 MiB in 52 packages [2023-09-21T03:51:21.589Z] #63 DONE 19.9s [2023-09-21T03:51:21.589Z] [2023-09-21T03:51:21.589Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:21.589Z] #40 ... [2023-09-21T03:51:21.589Z] [2023-09-21T03:51:21.589Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:21.857Z] #49 ... [2023-09-21T03:51:21.857Z] [2023-09-21T03:51:21.857Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:21.857Z] #40 ... [2023-09-21T03:51:21.857Z] [2023-09-21T03:51:21.857Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:22.124Z] #59 ... [2023-09-21T03:51:22.124Z] [2023-09-21T03:51:22.124Z] #64 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T03:51:22.124Z] #64 19.10 OK: 266 MiB in 52 packages [2023-09-21T03:51:22.124Z] #64 DONE 20.4s [2023-09-21T03:51:22.124Z] [2023-09-21T03:51:22.124Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:22.124Z] #59 ... [2023-09-21T03:51:22.124Z] [2023-09-21T03:51:22.124Z] #51 [core-data internal] load build context [2023-09-21T03:51:22.124Z] #51 ... [2023-09-21T03:51:22.124Z] [2023-09-21T03:51:22.124Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:51:22.124Z] #35 ... [2023-09-21T03:51:22.124Z] [2023-09-21T03:51:22.124Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:22.394Z] #43 ... [2023-09-21T03:51:22.394Z] [2023-09-21T03:51:22.394Z] #51 [core-data internal] load build context [2023-09-21T03:51:22.394Z] #51 ... [2023-09-21T03:51:22.394Z] [2023-09-21T03:51:22.394Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:22.666Z] #55 ... [2023-09-21T03:51:22.666Z] [2023-09-21T03:51:22.666Z] #54 [security-proxy-auth internal] load build context [2023-09-21T03:51:22.666Z] #54 ... [2023-09-21T03:51:22.666Z] [2023-09-21T03:51:22.666Z] #51 [core-data internal] load build context [2023-09-21T03:51:23.636Z] #51 ... [2023-09-21T03:51:23.636Z] [2023-09-21T03:51:23.636Z] #56 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T03:51:23.636Z] #56 22.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:23.636Z] #56 25.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:23.636Z] #56 29.73 (1/11) Installing ca-certificates (20230506-r0) [2023-09-21T03:51:23.636Z] #56 29.85 (2/11) Installing brotli-libs (1.0.9-r14) [2023-09-21T03:51:23.636Z] #56 29.86 (3/11) Installing libunistring (1.1-r1) [2023-09-21T03:51:23.636Z] #56 29.93 (4/11) Installing libidn2 (2.3.4-r1) [2023-09-21T03:51:23.636Z] #56 29.93 (5/11) Installing nghttp2-libs (1.55.1-r0) [2023-09-21T03:51:23.636Z] #56 30.00 (6/11) Installing libcurl (8.2.1-r0) [2023-09-21T03:51:23.636Z] #56 30.00 (7/11) Installing curl (8.2.1-r0) [2023-09-21T03:51:23.636Z] #56 30.04 (8/11) Installing dumb-init (1.2.5-r2) [2023-09-21T03:51:23.636Z] #56 30.04 (9/11) Installing musl-obstack (1.2.3-r2) [2023-09-21T03:51:23.636Z] #56 30.04 (10/11) Installing libucontext (1.2-r2) [2023-09-21T03:51:23.636Z] #56 30.04 (11/11) Installing gcompat (1.1.0-r1) [2023-09-21T03:51:23.636Z] #56 30.04 Executing busybox-1.36.1-r2.trigger [2023-09-21T03:51:23.636Z] #56 30.18 Executing ca-certificates-20230506-r0.trigger [2023-09-21T03:51:23.636Z] #56 30.52 OK: 13 MiB in 26 packages [2023-09-21T03:51:23.636Z] #56 DONE 31.6s [2023-09-21T03:51:23.636Z] [2023-09-21T03:51:23.636Z] #51 [core-data internal] load build context [2023-09-21T03:51:23.636Z] #51 ... [2023-09-21T03:51:23.636Z] [2023-09-21T03:51:23.636Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-21T03:51:23.636Z] #62 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:23.636Z] #62 19.12 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T03:51:23.636Z] #62 19.12 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T03:51:23.636Z] #62 19.12 OK: 19942 distinct packages available [2023-09-21T03:51:23.636Z] #62 19.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:23.636Z] #62 20.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T03:51:23.636Z] #62 21.64 OK: 266 MiB in 52 packages [2023-09-21T03:51:23.906Z] #62 ... [2023-09-21T03:51:23.906Z] [2023-09-21T03:51:23.906Z] #51 [core-data internal] load build context [2023-09-21T03:51:24.174Z] #51 ... [2023-09-21T03:51:24.174Z] [2023-09-21T03:51:24.174Z] #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-21T03:51:24.174Z] #62 DONE 22.4s [2023-09-21T03:51:24.174Z] [2023-09-21T03:51:24.174Z] #51 [core-data internal] load build context [2023-09-21T03:51:24.174Z] #51 ... [2023-09-21T03:51:24.174Z] [2023-09-21T03:51:24.174Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:24.174Z] #36 ... [2023-09-21T03:51:24.174Z] [2023-09-21T03:51:24.174Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:24.446Z] #43 ... [2023-09-21T03:51:24.447Z] [2023-09-21T03:51:24.447Z] #66 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-21T03:51:24.447Z] #66 DONE 5.2s [2023-09-21T03:51:24.447Z] [2023-09-21T03:51:24.447Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:25.407Z] #43 ... [2023-09-21T03:51:25.407Z] [2023-09-21T03:51:25.407Z] #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-21T03:51:25.407Z] #67 DONE 1.0s [2023-09-21T03:51:25.407Z] [2023-09-21T03:51:25.407Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:25.674Z] #43 transferring context: 88.57MB 34.7s [2023-09-21T03:51:27.091Z] #43 ... [2023-09-21T03:51:27.091Z] [2023-09-21T03:51:27.091Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:27.091Z] #52 ... [2023-09-21T03:51:27.091Z] [2023-09-21T03:51:27.091Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:27.357Z] #43 ... [2023-09-21T03:51:27.357Z] [2023-09-21T03:51:27.357Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:51:27.357Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 32.9s [2023-09-21T03:51:27.357Z] #33 ... [2023-09-21T03:51:27.357Z] [2023-09-21T03:51:27.357Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:27.939Z] #52 ... [2023-09-21T03:51:27.939Z] [2023-09-21T03:51:27.939Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T03:51:27.939Z] #38 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 24.4s done [2023-09-21T03:51:27.939Z] #38 DONE 36.0s [2023-09-21T03:51:27.939Z] [2023-09-21T03:51:27.939Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:31.279Z] #52 transferring context: 86.52MB 36.5s [2023-09-21T03:51:31.279Z] #52 ... [2023-09-21T03:51:31.279Z] [2023-09-21T03:51:31.279Z] #44 [core-command internal] load build context [2023-09-21T03:51:31.547Z] #44 ... [2023-09-21T03:51:31.547Z] [2023-09-21T03:51:31.547Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:31.826Z] #52 ... [2023-09-21T03:51:31.827Z] [2023-09-21T03:51:31.827Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:32.093Z] #49 ... [2023-09-21T03:51:32.093Z] [2023-09-21T03:51:32.093Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:32.093Z] #40 ... [2023-09-21T03:51:32.093Z] [2023-09-21T03:51:32.093Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:32.093Z] #59 ... [2023-09-21T03:51:32.093Z] [2023-09-21T03:51:32.093Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:32.359Z] #40 ... [2023-09-21T03:51:32.359Z] [2023-09-21T03:51:32.359Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:51:32.359Z] #35 ... [2023-09-21T03:51:32.359Z] [2023-09-21T03:51:32.359Z] #68 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-21T03:51:32.359Z] #68 DONE 2.4s [2023-09-21T03:51:32.359Z] [2023-09-21T03:51:32.359Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:51:32.359Z] #35 ... [2023-09-21T03:51:32.359Z] [2023-09-21T03:51:32.359Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:32.623Z] #40 ... [2023-09-21T03:51:32.623Z] [2023-09-21T03:51:32.623Z] #33 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T03:51:32.624Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 36.7s done [2023-09-21T03:51:32.624Z] #33 DONE 42.8s [2023-09-21T03:51:32.624Z] [2023-09-21T03:51:32.624Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:32.624Z] #40 ... [2023-09-21T03:51:32.624Z] [2023-09-21T03:51:32.624Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:32.899Z] #55 ... [2023-09-21T03:51:32.899Z] [2023-09-21T03:51:32.899Z] #54 [security-proxy-auth internal] load build context [2023-09-21T03:51:32.899Z] #54 ... [2023-09-21T03:51:32.900Z] [2023-09-21T03:51:32.900Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:34.306Z] #40 ... [2023-09-21T03:51:34.306Z] [2023-09-21T03:51:34.306Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:34.574Z] #36 ... [2023-09-21T03:51:34.574Z] [2023-09-21T03:51:34.574Z] #51 [core-data internal] load build context [2023-09-21T03:51:34.574Z] #51 ... [2023-09-21T03:51:34.574Z] [2023-09-21T03:51:34.574Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:35.533Z] #40 transferring context: 145.36MB 44.8s [2023-09-21T03:51:37.728Z] #40 ... [2023-09-21T03:51:37.729Z] [2023-09-21T03:51:37.729Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:37.729Z] #43 ... [2023-09-21T03:51:37.729Z] [2023-09-21T03:51:37.729Z] #44 [core-command internal] load build context [2023-09-21T03:51:37.729Z] #44 ... [2023-09-21T03:51:37.729Z] [2023-09-21T03:51:37.729Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:38.754Z] #40 ... [2023-09-21T03:51:38.754Z] [2023-09-21T03:51:38.754Z] #69 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T03:51:38.754Z] #69 DONE 4.0s [2023-09-21T03:51:38.754Z] [2023-09-21T03:51:38.754Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:38.754Z] #40 ... [2023-09-21T03:51:38.754Z] [2023-09-21T03:51:38.754Z] #70 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T03:51:38.754Z] #70 DONE 4.5s [2023-09-21T03:51:38.754Z] [2023-09-21T03:51:38.754Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:39.045Z] #40 ... [2023-09-21T03:51:39.045Z] [2023-09-21T03:51:39.045Z] #71 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T03:51:39.045Z] #71 DONE 4.6s [2023-09-21T03:51:39.045Z] [2023-09-21T03:51:39.045Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:40.097Z] #40 ... [2023-09-21T03:51:40.097Z] [2023-09-21T03:51:40.097Z] #72 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-21T03:51:40.097Z] #72 DONE 0.9s [2023-09-21T03:51:40.097Z] [2023-09-21T03:51:40.097Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:40.384Z] #40 ... [2023-09-21T03:51:40.384Z] [2023-09-21T03:51:40.384Z] #73 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-21T03:51:40.384Z] #73 DONE 1.3s [2023-09-21T03:51:40.384Z] [2023-09-21T03:51:40.384Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:40.384Z] #40 ... [2023-09-21T03:51:40.384Z] [2023-09-21T03:51:40.384Z] #74 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-21T03:51:40.384Z] #74 DONE 1.5s [2023-09-21T03:51:40.384Z] [2023-09-21T03:51:40.384Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:40.661Z] #40 transferring context: 171.32MB 49.8s [2023-09-21T03:51:41.248Z] #40 ... [2023-09-21T03:51:41.248Z] [2023-09-21T03:51:41.248Z] #75 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-21T03:51:41.248Z] #75 DONE 1.0s [2023-09-21T03:51:41.248Z] [2023-09-21T03:51:41.248Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:41.839Z] #40 ... [2023-09-21T03:51:41.840Z] [2023-09-21T03:51:41.840Z] #76 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-21T03:51:41.840Z] #76 DONE 1.3s [2023-09-21T03:51:41.840Z] [2023-09-21T03:51:41.840Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:41.840Z] #40 ... [2023-09-21T03:51:41.840Z] [2023-09-21T03:51:41.840Z] #77 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-21T03:51:41.840Z] #77 DONE 1.3s [2023-09-21T03:51:41.840Z] [2023-09-21T03:51:41.840Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:42.107Z] #40 ... [2023-09-21T03:51:42.107Z] [2023-09-21T03:51:42.107Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:42.107Z] #52 ... [2023-09-21T03:51:42.107Z] [2023-09-21T03:51:42.107Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:42.107Z] #49 ... [2023-09-21T03:51:42.107Z] [2023-09-21T03:51:42.107Z] #78 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T03:51:42.107Z] #78 DONE 1.0s [2023-09-21T03:51:42.107Z] [2023-09-21T03:51:42.107Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:42.107Z] #49 ... [2023-09-21T03:51:42.107Z] [2023-09-21T03:51:42.107Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:42.374Z] #52 ... [2023-09-21T03:51:42.374Z] [2023-09-21T03:51:42.374Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:42.374Z] #59 ... [2023-09-21T03:51:42.374Z] [2023-09-21T03:51:42.374Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:51:42.639Z] #35 ... [2023-09-21T03:51:42.640Z] [2023-09-21T03:51:42.640Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:42.905Z] #52 ... [2023-09-21T03:51:42.905Z] [2023-09-21T03:51:42.905Z] #79 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T03:51:42.905Z] #79 DONE 1.1s [2023-09-21T03:51:42.905Z] [2023-09-21T03:51:42.905Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:42.905Z] #52 ... [2023-09-21T03:51:42.905Z] [2023-09-21T03:51:42.905Z] #80 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T03:51:42.905Z] #80 DONE 1.2s [2023-09-21T03:51:42.905Z] [2023-09-21T03:51:42.905Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:43.175Z] #52 ... [2023-09-21T03:51:43.175Z] [2023-09-21T03:51:43.175Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:43.175Z] #55 ... [2023-09-21T03:51:43.175Z] [2023-09-21T03:51:43.175Z] #54 [security-proxy-auth internal] load build context [2023-09-21T03:51:43.443Z] #54 ... [2023-09-21T03:51:43.443Z] [2023-09-21T03:51:43.443Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:43.443Z] #55 ... [2023-09-21T03:51:43.443Z] [2023-09-21T03:51:43.443Z] #81 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-21T03:51:43.443Z] #81 DONE 1.2s [2023-09-21T03:51:43.710Z] [2023-09-21T03:51:43.710Z] #82 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-21T03:51:43.710Z] #82 ... [2023-09-21T03:51:43.710Z] [2023-09-21T03:51:43.710Z] #83 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-21T03:51:43.710Z] #83 DONE 0.8s [2023-09-21T03:51:43.977Z] [2023-09-21T03:51:43.977Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:44.246Z] #55 ... [2023-09-21T03:51:44.246Z] [2023-09-21T03:51:44.246Z] #84 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-21T03:51:44.246Z] #84 DONE 1.2s [2023-09-21T03:51:44.246Z] [2023-09-21T03:51:44.246Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:44.519Z] #55 ... [2023-09-21T03:51:44.519Z] [2023-09-21T03:51:44.519Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:44.790Z] #36 ... [2023-09-21T03:51:44.790Z] [2023-09-21T03:51:44.790Z] #51 [core-data internal] load build context [2023-09-21T03:51:44.790Z] #51 ... [2023-09-21T03:51:44.790Z] [2023-09-21T03:51:44.790Z] #82 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-21T03:51:44.790Z] #82 DONE 1.3s [2023-09-21T03:51:44.790Z] [2023-09-21T03:51:44.790Z] #51 [core-data internal] load build context [2023-09-21T03:51:44.790Z] #51 ... [2023-09-21T03:51:44.790Z] [2023-09-21T03:51:44.790Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:45.390Z] #36 ... [2023-09-21T03:51:45.390Z] [2023-09-21T03:51:45.390Z] #43 [security-secretstore-setup internal] load build context [2023-09-21T03:51:45.390Z] #43 transferring context: 189.32MB 53.5s done [2023-09-21T03:51:45.390Z] #43 DONE 54.8s [2023-09-21T03:51:45.390Z] [2023-09-21T03:51:45.390Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:45.390Z] #36 ... [2023-09-21T03:51:45.390Z] [2023-09-21T03:51:45.390Z] #40 [core-common-config-bootstrapper internal] load build context [2023-09-21T03:51:45.390Z] #40 transferring context: 189.32MB 53.7s done [2023-09-21T03:51:45.390Z] #40 DONE 54.9s [2023-09-21T03:51:45.390Z] [2023-09-21T03:51:45.390Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:45.972Z] #36 ... [2023-09-21T03:51:45.972Z] [2023-09-21T03:51:45.972Z] #85 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-21T03:51:45.972Z] #85 DONE 2.0s [2023-09-21T03:51:45.972Z] [2023-09-21T03:51:45.972Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:45.972Z] #36 ... [2023-09-21T03:51:45.972Z] [2023-09-21T03:51:45.972Z] #86 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-21T03:51:45.972Z] #86 DONE 1.8s [2023-09-21T03:51:45.972Z] [2023-09-21T03:51:45.972Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:47.383Z] #36 ... [2023-09-21T03:51:47.383Z] [2023-09-21T03:51:47.383Z] #51 [core-data internal] load build context [2023-09-21T03:51:47.383Z] #51 transferring context: 189.32MB 52.8s done [2023-09-21T03:51:47.383Z] #51 DONE 55.9s [2023-09-21T03:51:47.383Z] [2023-09-21T03:51:47.383Z] #35 [security-proxy-setup internal] load build context [2023-09-21T03:51:47.383Z] #35 transferring context: 189.32MB 52.2s done [2023-09-21T03:51:47.383Z] #35 DONE 55.7s [2023-09-21T03:51:47.383Z] [2023-09-21T03:51:47.383Z] #87 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:51:47.383Z] #87 DONE 1.9s [2023-09-21T03:51:47.650Z] [2023-09-21T03:51:47.650Z] #44 [core-command internal] load build context [2023-09-21T03:51:47.650Z] #44 ... [2023-09-21T03:51:47.650Z] [2023-09-21T03:51:47.650Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:47.915Z] #36 ... [2023-09-21T03:51:47.915Z] [2023-09-21T03:51:47.915Z] #88 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:51:47.915Z] #88 DONE 2.0s [2023-09-21T03:51:47.915Z] [2023-09-21T03:51:47.915Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:48.876Z] #36 ... [2023-09-21T03:51:48.876Z] [2023-09-21T03:51:48.876Z] #59 [core-metadata internal] load build context [2023-09-21T03:51:48.876Z] #59 transferring context: 189.32MB 54.3s done [2023-09-21T03:51:48.876Z] #59 DONE 57.0s [2023-09-21T03:51:48.876Z] [2023-09-21T03:51:48.876Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:50.808Z] #36 ... [2023-09-21T03:51:50.808Z] [2023-09-21T03:51:50.808Z] #52 [security-spiffe-token-provider internal] load build context [2023-09-21T03:51:50.808Z] #52 transferring context: 189.32MB 56.2s done [2023-09-21T03:51:50.808Z] #52 DONE 59.1s [2023-09-21T03:51:50.808Z] [2023-09-21T03:51:50.808Z] #44 [core-command internal] load build context [2023-09-21T03:51:50.808Z] #44 transferring context: 189.32MB 59.7s done [2023-09-21T03:51:50.808Z] #44 DONE 60.2s [2023-09-21T03:51:50.808Z] [2023-09-21T03:51:50.808Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:51.389Z] #36 ... [2023-09-21T03:51:51.389Z] [2023-09-21T03:51:51.389Z] #89 [security-spire-config] exporting to image [2023-09-21T03:51:51.389Z] #89 exporting layers 4.9s done [2023-09-21T03:51:51.389Z] #89 writing image sha256:9047187b1aa7c64195865607a29e18f75fa12d0146cab7e734b6507965d8cad6 0.0s done [2023-09-21T03:51:51.389Z] #89 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-09-21T03:51:51.389Z] #89 writing image sha256:8544650f389323204fd19619f29786d1bed4e89da717ded14f719a7e3c6a166b 0.0s done [2023-09-21T03:51:51.390Z] #89 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2023-09-21T03:51:51.390Z] #89 writing image sha256:18098304cf4a96bb004baca0514bbb916e0a888100bb42f1911de2a57071f74e 0.0s done [2023-09-21T03:51:51.390Z] #89 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-09-21T03:51:51.390Z] #89 DONE 5.6s [2023-09-21T03:51:51.390Z] [2023-09-21T03:51:51.390Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:51.972Z] #36 ... [2023-09-21T03:51:51.972Z] [2023-09-21T03:51:51.972Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:51:51.972Z] #90 DONE 1.2s [2023-09-21T03:51:51.972Z] [2023-09-21T03:51:51.972Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:52.237Z] #36 ... [2023-09-21T03:51:52.237Z] [2023-09-21T03:51:52.237Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:52.506Z] #49 ... [2023-09-21T03:51:52.506Z] [2023-09-21T03:51:52.506Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:53.461Z] #36 ... [2023-09-21T03:51:53.461Z] [2023-09-21T03:51:53.461Z] #54 [security-proxy-auth internal] load build context [2023-09-21T03:51:53.728Z] #54 ... [2023-09-21T03:51:53.728Z] [2023-09-21T03:51:53.728Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:54.692Z] #36 ... [2023-09-21T03:51:54.692Z] [2023-09-21T03:51:54.692Z] #55 [support-scheduler internal] load build context [2023-09-21T03:51:54.692Z] #55 transferring context: 189.32MB 62.7s done [2023-09-21T03:51:54.692Z] #55 DONE 63.8s [2023-09-21T03:51:54.692Z] [2023-09-21T03:51:54.692Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:56.092Z] #36 ... [2023-09-21T03:51:56.092Z] [2023-09-21T03:51:56.092Z] #54 [security-proxy-auth internal] load build context [2023-09-21T03:51:56.092Z] #54 transferring context: 189.32MB 61.6s done [2023-09-21T03:51:56.092Z] #54 DONE 64.5s [2023-09-21T03:51:56.092Z] [2023-09-21T03:51:56.092Z] #36 [security-bootstrapper internal] load build context [2023-09-21T03:51:56.092Z] #36 transferring context: 189.32MB 60.2s done [2023-09-21T03:51:56.359Z] #36 DONE 64.4s [2023-09-21T03:51:56.359Z] [2023-09-21T03:51:56.359Z] #49 [support-notifications internal] load build context [2023-09-21T03:51:56.359Z] #49 transferring context: 189.32MB 64.5s done [2023-09-21T03:51:56.359Z] #49 DONE 65.5s [2023-09-21T03:51:56.359Z] [2023-09-21T03:51:56.359Z] #91 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:51:57.319Z] #91 DONE 0.7s [2023-09-21T03:51:57.319Z] [2023-09-21T03:51:57.319Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:51:57.586Z] #92 ... [2023-09-21T03:51:57.586Z] [2023-09-21T03:51:57.586Z] #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:51:57.586Z] #93 ... [2023-09-21T03:51:57.586Z] [2023-09-21T03:51:57.586Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:51:57.853Z] #94 ... [2023-09-21T03:51:57.853Z] [2023-09-21T03:51:57.853Z] #95 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #95 DONE 38.1s [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #94 DONE 34.0s [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #93 DONE 38.6s [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #96 [security-secretstore-setup builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #96 ... [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #92 DONE 30.2s [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #97 [support-notifications builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #97 ... [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #98 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #98 DONE 3.1s [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #99 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #99 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #100 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:52:30.055Z] #100 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #101 [security-bootstrapper builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #101 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #102 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #102 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #103 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:52:30.055Z] #103 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #104 [core-metadata builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #104 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #105 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #105 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #106 [core-data builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #106 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #107 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:52:30.055Z] #107 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #108 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #108 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:52:30.055Z] #109 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #110 [security-proxy-auth builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #110 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #111 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #111 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #112 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:52:30.055Z] #112 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #113 [security-proxy-setup builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #113 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #97 [support-notifications builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #97 DONE 2.0s [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.055Z] #114 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #115 [support-scheduler builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #115 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #116 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:52:30.055Z] #116 CACHED [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.055Z] #96 [security-secretstore-setup builder 6/7] COPY . . [2023-09-21T03:52:30.055Z] #96 DONE 3.1s [2023-09-21T03:52:30.055Z] [2023-09-21T03:52:30.056Z] #117 [core-command builder 6/7] COPY . . [2023-09-21T03:52:30.056Z] #117 CACHED [2023-09-21T03:52:30.056Z] [2023-09-21T03:52:30.056Z] #118 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-21T03:52:30.056Z] #118 CACHED [2023-09-21T03:52:30.056Z] [2023-09-21T03:52:30.056Z] #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T03:52:30.056Z] #119 CACHED [2023-09-21T03:52:30.056Z] [2023-09-21T03:52:30.056Z] #120 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-21T03:52:30.056Z] #120 DONE 3.1s [2023-09-21T03:52:30.056Z] [2023-09-21T03:52:30.056Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T03:52:35.389Z] #121 ... [2023-09-21T03:52:35.389Z] [2023-09-21T03:52:35.389Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T03:52:35.389Z] #0 5.255 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T03:52:35.389Z] #122 ... [2023-09-21T03:52:35.389Z] [2023-09-21T03:52:35.389Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T03:52:35.389Z] #121 5.714 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T03:52:39.626Z] #121 ... [2023-09-21T03:52:39.626Z] [2023-09-21T03:52:39.626Z] #123 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T03:52:39.626Z] #0 5.794 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T03:52:39.626Z] #123 ... [2023-09-21T03:52:39.626Z] [2023-09-21T03:52:39.626Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T03:52:39.626Z] #0 5.574 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T03:52:39.626Z] #124 ... [2023-09-21T03:52:39.626Z] [2023-09-21T03:52:39.626Z] #125 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T03:52:39.626Z] #0 4.879 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-21T03:52:39.627Z] #125 ... [2023-09-21T03:52:39.627Z] [2023-09-21T03:52:39.627Z] #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T03:52:39.627Z] #0 4.961 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T03:52:39.892Z] #126 ... [2023-09-21T03:52:39.892Z] [2023-09-21T03:52:39.892Z] #127 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T03:52:39.892Z] #0 5.840 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T03:52:39.892Z] #127 ... [2023-09-21T03:52:39.892Z] [2023-09-21T03:52:39.892Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T03:52:39.892Z] #0 5.387 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T03:52:40.215Z] #128 ... [2023-09-21T03:52:40.215Z] [2023-09-21T03:52:40.215Z] #129 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T03:52:40.215Z] #0 4.540 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T03:52:40.215Z] #129 ... [2023-09-21T03:52:40.215Z] [2023-09-21T03:52:40.215Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T03:52:40.215Z] #0 3.916 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-21T03:52:40.482Z] #130 ... [2023-09-21T03:52:40.482Z] [2023-09-21T03:52:40.482Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T03:52:40.482Z] #0 4.168 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T04:05:03.694Z] #131 ... [2023-09-21T04:05:03.694Z] [2023-09-21T04:05:03.694Z] #129 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T04:05:03.694Z] #129 746.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T04:05:03.694Z] #129 ... [2023-09-21T04:05:03.694Z] [2023-09-21T04:05:03.694Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T04:05:03.694Z] #131 DONE 748.3s [2023-09-21T04:05:03.694Z] [2023-09-21T04:05:03.694Z] #129 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T04:05:03.694Z] #129 ... [2023-09-21T04:05:03.694Z] [2023-09-21T04:05:03.694Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:05:03.694Z] #132 DONE 0.3s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:05:03.695Z] #133 DONE 0.3s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-21T04:05:03.695Z] #134 DONE 0.1s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-21T04:05:03.695Z] #135 DONE 0.2s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-21T04:05:03.695Z] #136 DONE 0.4s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T04:05:03.695Z] #137 DONE 0.2s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T04:05:03.695Z] #138 DONE 2.2s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #89 [security-proxy-setup] exporting to image [2023-09-21T04:05:03.695Z] #89 exporting layers [2023-09-21T04:05:03.695Z] #89 ... [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #123 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T04:05:03.695Z] #123 DONE 753.5s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #129 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T04:05:03.695Z] #129 ... [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #89 [security-proxy-setup] exporting to image [2023-09-21T04:05:03.695Z] #89 exporting layers 1.2s done [2023-09-21T04:05:03.695Z] #89 writing image sha256:0662bc13267f922c9dbb781ba2c32b7e6a3b21aca27b506ad394594970def6ef done [2023-09-21T04:05:03.695Z] #89 naming to docker.io/library/security-proxy-setup-arm64 done [2023-09-21T04:05:03.695Z] #89 DONE 6.9s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T04:05:03.695Z] #122 ... [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #139 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-21T04:05:03.695Z] #139 DONE 0.2s [2023-09-21T04:05:03.695Z] [2023-09-21T04:05:03.695Z] #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-21T04:05:05.627Z] #140 DONE 2.1s [2023-09-21T04:05:05.627Z] [2023-09-21T04:05:05.627Z] #141 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:05:05.892Z] #141 DONE 0.3s [2023-09-21T04:05:05.892Z] [2023-09-21T04:05:05.892Z] #142 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:05:05.892Z] #142 DONE 0.1s [2023-09-21T04:05:05.892Z] [2023-09-21T04:05:05.892Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T04:05:06.186Z] #130 ... [2023-09-21T04:05:06.186Z] [2023-09-21T04:05:06.186Z] #143 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-21T04:05:06.465Z] #143 DONE 0.3s [2023-09-21T04:05:06.465Z] [2023-09-21T04:05:06.465Z] #144 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-21T04:05:06.465Z] #144 DONE 0.2s [2023-09-21T04:05:06.465Z] [2023-09-21T04:05:06.465Z] #145 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-21T04:05:06.465Z] #145 DONE 0.1s [2023-09-21T04:05:06.465Z] [2023-09-21T04:05:06.465Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T04:05:06.737Z] #128 ... [2023-09-21T04:05:06.737Z] [2023-09-21T04:05:06.737Z] #146 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-21T04:05:06.737Z] #146 DONE 0.1s [2023-09-21T04:05:06.737Z] [2023-09-21T04:05:06.737Z] #147 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-21T04:05:06.737Z] #147 DONE 0.1s [2023-09-21T04:05:06.737Z] [2023-09-21T04:05:06.737Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T04:05:07.017Z] #130 ... [2023-09-21T04:05:07.017Z] [2023-09-21T04:05:07.017Z] #148 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-21T04:05:07.017Z] #148 DONE 0.1s [2023-09-21T04:05:07.017Z] [2023-09-21T04:05:07.017Z] #149 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-21T04:05:08.998Z] #149 DONE 2.1s [2023-09-21T04:05:08.998Z] [2023-09-21T04:05:08.998Z] #127 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T04:05:09.265Z] #127 ... [2023-09-21T04:05:09.265Z] [2023-09-21T04:05:09.265Z] #89 [security-bootstrapper] exporting to image [2023-09-21T04:05:09.265Z] #89 exporting layers [2023-09-21T04:05:10.222Z] #89 exporting layers 1.0s done [2023-09-21T04:05:10.222Z] #89 writing image sha256:2c0ebff46f35b14bcf38ed2896110658207dbbaa7bcd43832583ff65acb5e075 done [2023-09-21T04:05:10.222Z] #89 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2023-09-21T04:05:10.222Z] #89 DONE 7.9s [2023-09-21T04:05:10.222Z] [2023-09-21T04:05:10.222Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T04:05:18.411Z] #124 ... [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #129 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T04:05:18.411Z] #129 DONE 767.9s [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:05:18.411Z] #121 ... [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:05:18.411Z] #150 DONE 0.2s [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T04:05:18.411Z] #128 ... [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #151 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:05:18.411Z] #151 DONE 0.1s [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T04:05:18.411Z] #130 ... [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #152 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-21T04:05:18.411Z] #152 DONE 0.1s [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #153 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-21T04:05:18.411Z] #153 DONE 0.2s [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #154 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:05:18.411Z] #154 DONE 0.1s [2023-09-21T04:05:18.411Z] [2023-09-21T04:05:18.411Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T04:05:18.675Z] #122 ... [2023-09-21T04:05:18.675Z] [2023-09-21T04:05:18.675Z] #155 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-21T04:05:18.675Z] #155 DONE 0.3s [2023-09-21T04:05:18.675Z] [2023-09-21T04:05:18.675Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T04:05:18.967Z] #122 ... [2023-09-21T04:05:18.967Z] [2023-09-21T04:05:18.967Z] #156 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-21T04:05:18.967Z] #156 DONE 0.3s [2023-09-21T04:05:18.967Z] [2023-09-21T04:05:18.967Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T04:05:19.233Z] #124 ... [2023-09-21T04:05:19.233Z] [2023-09-21T04:05:19.233Z] #157 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T04:05:19.233Z] #157 DONE 0.2s [2023-09-21T04:05:19.233Z] [2023-09-21T04:05:19.234Z] #158 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T04:05:21.175Z] #158 DONE 2.0s [2023-09-21T04:05:21.175Z] [2023-09-21T04:05:21.175Z] #89 [security-secretstore-setup] exporting to image [2023-09-21T04:05:21.175Z] #89 exporting layers [2023-09-21T04:05:22.134Z] #89 exporting layers 1.0s done [2023-09-21T04:05:22.405Z] #89 writing image sha256:50adca7e3a4bcd8ac479f3f8b45ddef05a56ea9d07c62f5242185985e4a9a48e done [2023-09-21T04:05:22.405Z] #89 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-09-21T04:05:22.405Z] #89 DONE 8.9s [2023-09-21T04:05:22.405Z] [2023-09-21T04:05:22.405Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T04:05:30.601Z] #124 ... [2023-09-21T04:05:30.601Z] [2023-09-21T04:05:30.601Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T04:05:30.601Z] #122 DONE 781.0s [2023-09-21T04:05:30.601Z] [2023-09-21T04:05:30.601Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T04:05:30.873Z] #124 ... [2023-09-21T04:05:30.873Z] [2023-09-21T04:05:30.874Z] #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:05:31.140Z] #159 DONE 0.4s [2023-09-21T04:05:31.140Z] [2023-09-21T04:05:31.140Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:05:31.140Z] #121 ... [2023-09-21T04:05:31.140Z] [2023-09-21T04:05:31.140Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:05:31.140Z] #160 DONE 0.1s [2023-09-21T04:05:31.410Z] [2023-09-21T04:05:31.410Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-21T04:05:31.675Z] #161 DONE 0.3s [2023-09-21T04:05:31.675Z] [2023-09-21T04:05:31.675Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T04:05:31.675Z] #124 ... [2023-09-21T04:05:31.675Z] [2023-09-21T04:05:31.675Z] #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:05:31.675Z] #162 DONE 0.1s [2023-09-21T04:05:31.675Z] [2023-09-21T04:05:31.675Z] #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-21T04:05:31.675Z] #163 DONE 0.1s [2023-09-21T04:05:31.675Z] [2023-09-21T04:05:31.675Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:05:31.943Z] #121 ... [2023-09-21T04:05:31.943Z] [2023-09-21T04:05:31.943Z] #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T04:05:33.878Z] #164 DONE 2.0s [2023-09-21T04:05:33.878Z] [2023-09-21T04:05:33.878Z] #89 [security-proxy-auth] exporting to image [2023-09-21T04:05:33.878Z] #89 exporting layers [2023-09-21T04:05:34.462Z] #89 exporting layers 0.5s done [2023-09-21T04:05:34.462Z] #89 writing image sha256:febd5e350c453c44bddb7abc9c6eb9dbccc277fc47e6aa0876f39447b08939a2 done [2023-09-21T04:05:34.462Z] #89 naming to docker.io/library/security-proxy-auth-arm64 done [2023-09-21T04:05:34.462Z] #89 DONE 9.4s [2023-09-21T04:05:34.462Z] [2023-09-21T04:05:34.462Z] #127 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T04:05:39.792Z] #127 ... [2023-09-21T04:05:39.792Z] [2023-09-21T04:05:39.792Z] #125 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T04:05:39.792Z] #125 DONE 789.9s [2023-09-21T04:05:39.792Z] [2023-09-21T04:05:39.792Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T04:05:39.792Z] #124 ... [2023-09-21T04:05:39.792Z] [2023-09-21T04:05:39.792Z] #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:05:39.792Z] #165 DONE 0.2s [2023-09-21T04:05:39.792Z] [2023-09-21T04:05:39.792Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:05:39.792Z] #121 ... [2023-09-21T04:05:39.792Z] [2023-09-21T04:05:39.792Z] #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:05:39.792Z] #166 DONE 0.1s [2023-09-21T04:05:40.058Z] [2023-09-21T04:05:40.058Z] #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-21T04:05:40.058Z] #167 DONE 0.3s [2023-09-21T04:05:40.058Z] [2023-09-21T04:05:40.058Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:05:40.326Z] #121 ... [2023-09-21T04:05:40.326Z] [2023-09-21T04:05:40.326Z] #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:05:40.326Z] #168 DONE 0.1s [2023-09-21T04:05:40.326Z] [2023-09-21T04:05:40.326Z] #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-21T04:05:40.326Z] #169 DONE 0.1s [2023-09-21T04:05:40.326Z] [2023-09-21T04:05:40.326Z] #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T04:05:40.594Z] #126 ... [2023-09-21T04:05:40.594Z] [2023-09-21T04:05:40.594Z] #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T04:05:43.175Z] #170 DONE 2.8s [2023-09-21T04:05:43.175Z] [2023-09-21T04:05:43.175Z] #89 [core-common-config-bootstrapper] exporting to image [2023-09-21T04:05:43.175Z] #89 exporting layers [2023-09-21T04:05:44.585Z] #89 exporting layers 1.1s done [2023-09-21T04:05:44.585Z] #89 writing image sha256:3d6fcd92d48691b3bfa302276832dd8fcb7f50ddcb0279dddd0a7c8ee256f9b0 done [2023-09-21T04:05:44.585Z] #89 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-09-21T04:05:44.585Z] #89 DONE 10.6s [2023-09-21T04:05:44.585Z] [2023-09-21T04:05:44.585Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:06:23.413Z] #121 ... [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T04:06:23.413Z] #124 DONE 828.1s [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #127 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T04:06:23.413Z] #127 ... [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:06:23.413Z] #171 DONE 0.3s [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #127 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T04:06:23.413Z] #127 ... [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:06:23.413Z] #172 DONE 0.2s [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-21T04:06:23.413Z] #173 DONE 0.3s [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #127 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T04:06:23.413Z] #127 ... [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:06:23.413Z] #174 DONE 0.1s [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #89 [core-command] exporting to image [2023-09-21T04:06:23.413Z] #89 exporting layers [2023-09-21T04:06:23.413Z] #89 exporting layers 0.3s done [2023-09-21T04:06:23.413Z] #89 writing image sha256:5233a069c1e8754ab681b51179ae7e9293fab7b80ec683db946c9408e32085ec done [2023-09-21T04:06:23.413Z] #89 naming to docker.io/library/core-command-arm64 done [2023-09-21T04:06:23.413Z] #89 DONE 10.9s [2023-09-21T04:06:23.413Z] [2023-09-21T04:06:23.413Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T04:06:23.682Z] #128 ... [2023-09-21T04:06:23.682Z] [2023-09-21T04:06:23.682Z] #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T04:06:23.682Z] #126 DONE 834.3s [2023-09-21T04:06:23.682Z] [2023-09-21T04:06:23.682Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:06:23.960Z] #121 ... [2023-09-21T04:06:23.960Z] [2023-09-21T04:06:23.960Z] #175 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:06:24.229Z] #175 DONE 0.1s [2023-09-21T04:06:24.229Z] [2023-09-21T04:06:24.229Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:06:24.229Z] #121 ... [2023-09-21T04:06:24.229Z] [2023-09-21T04:06:24.229Z] #176 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:06:24.519Z] #176 DONE 0.2s [2023-09-21T04:06:24.519Z] [2023-09-21T04:06:24.519Z] #177 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-21T04:06:24.785Z] #177 DONE 0.3s [2023-09-21T04:06:24.785Z] [2023-09-21T04:06:24.785Z] #178 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:06:24.785Z] #178 DONE 0.2s [2023-09-21T04:06:24.785Z] [2023-09-21T04:06:24.785Z] #89 [core-data] exporting to image [2023-09-21T04:06:24.785Z] #89 exporting layers [2023-09-21T04:06:25.365Z] #89 exporting layers 0.4s done [2023-09-21T04:06:25.365Z] #89 writing image sha256:96d519b1cf2c10994562e52aad5715f6eee26b068207d32782414561626b0a08 done [2023-09-21T04:06:25.365Z] #89 naming to docker.io/library/core-data-arm64 done [2023-09-21T04:06:25.365Z] #89 DONE 11.3s [2023-09-21T04:06:25.365Z] [2023-09-21T04:06:25.365Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T04:06:28.720Z] #130 ... [2023-09-21T04:06:28.720Z] [2023-09-21T04:06:28.720Z] #127 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T04:06:28.720Z] #127 DONE 839.0s [2023-09-21T04:06:28.720Z] [2023-09-21T04:06:28.720Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:06:28.720Z] #121 ... [2023-09-21T04:06:28.720Z] [2023-09-21T04:06:28.720Z] #179 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:06:28.720Z] #179 DONE 0.1s [2023-09-21T04:06:28.720Z] [2023-09-21T04:06:28.720Z] #180 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:06:28.720Z] #180 DONE 0.1s [2023-09-21T04:06:28.720Z] [2023-09-21T04:06:28.720Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T04:06:29.012Z] #130 ... [2023-09-21T04:06:29.012Z] [2023-09-21T04:06:29.012Z] #181 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-21T04:06:29.278Z] #181 DONE 0.3s [2023-09-21T04:06:29.278Z] [2023-09-21T04:06:29.278Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T04:06:29.278Z] #130 ... [2023-09-21T04:06:29.278Z] [2023-09-21T04:06:29.278Z] #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:06:29.278Z] #182 DONE 0.1s [2023-09-21T04:06:29.546Z] [2023-09-21T04:06:29.546Z] #183 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-21T04:06:29.546Z] #183 DONE 0.1s [2023-09-21T04:06:29.546Z] [2023-09-21T04:06:29.546Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:06:29.546Z] #121 ... [2023-09-21T04:06:29.546Z] [2023-09-21T04:06:29.546Z] #89 [core-metadata] exporting to image [2023-09-21T04:06:29.812Z] #89 exporting layers 0.3s done [2023-09-21T04:06:29.812Z] #89 writing image sha256:bbf40ab62d8fb894353b0a61ad0b5d9f24d8ee4a308dcdc91d402dd72cdd0182 [2023-09-21T04:06:29.812Z] #89 writing image sha256:bbf40ab62d8fb894353b0a61ad0b5d9f24d8ee4a308dcdc91d402dd72cdd0182 done [2023-09-21T04:06:29.812Z] #89 naming to docker.io/library/core-metadata-arm64 done [2023-09-21T04:06:29.812Z] #89 DONE 11.6s [2023-09-21T04:06:29.812Z] [2023-09-21T04:06:29.812Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T04:06:47.988Z] #128 ... [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T04:06:47.988Z] #130 DONE 856.6s [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T04:06:47.988Z] #128 ... [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:06:47.988Z] #184 DONE 0.3s [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:06:47.988Z] #185 DONE 0.1s [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-21T04:06:47.988Z] #186 DONE 0.4s [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T04:06:47.988Z] #128 ... [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:06:47.988Z] #187 DONE 0.1s [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #89 [security-spiffe-token-provider] exporting to image [2023-09-21T04:06:47.988Z] #89 exporting layers [2023-09-21T04:06:47.988Z] #89 exporting layers 0.6s done [2023-09-21T04:06:47.988Z] #89 writing image sha256:725848464e9933c4f5eb4b267c042c0f5b2cfb1b056608ad8f4c21f95ffbe3c0 done [2023-09-21T04:06:47.988Z] #89 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-09-21T04:06:47.988Z] #89 DONE 12.1s [2023-09-21T04:06:47.988Z] [2023-09-21T04:06:47.988Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:07:06.163Z] #121 ... [2023-09-21T04:07:06.163Z] [2023-09-21T04:07:06.163Z] #128 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T04:07:06.163Z] #128 DONE 876.8s [2023-09-21T04:07:06.163Z] [2023-09-21T04:07:06.163Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:07:06.430Z] #121 ... [2023-09-21T04:07:06.430Z] [2023-09-21T04:07:06.430Z] #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:07:06.430Z] #188 DONE 0.1s [2023-09-21T04:07:06.430Z] [2023-09-21T04:07:06.430Z] #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:07:06.430Z] #189 DONE 0.1s [2023-09-21T04:07:06.430Z] [2023-09-21T04:07:06.430Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:07:06.746Z] #121 ... [2023-09-21T04:07:06.746Z] [2023-09-21T04:07:06.746Z] #190 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-21T04:07:07.012Z] #190 DONE 0.4s [2023-09-21T04:07:07.012Z] [2023-09-21T04:07:07.012Z] #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T04:07:07.012Z] #121 DONE 877.9s [2023-09-21T04:07:07.012Z] [2023-09-21T04:07:07.012Z] #191 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:07:07.280Z] #191 DONE 0.2s [2023-09-21T04:07:07.280Z] [2023-09-21T04:07:07.280Z] #89 [support-scheduler] exporting to image [2023-09-21T04:07:07.280Z] #89 exporting layers [2023-09-21T04:07:07.547Z] #89 ... [2023-09-21T04:07:07.547Z] [2023-09-21T04:07:07.547Z] #192 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T04:07:07.547Z] #192 DONE 0.2s [2023-09-21T04:07:07.547Z] [2023-09-21T04:07:07.547Z] #193 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T04:07:07.547Z] #193 DONE 0.1s [2023-09-21T04:07:07.547Z] [2023-09-21T04:07:07.547Z] #89 [support-scheduler] exporting to image [2023-09-21T04:07:07.865Z] #89 exporting layers 0.5s done [2023-09-21T04:07:07.865Z] #89 writing image sha256:cb3907354c6f9abdeee1c7fbcfca1f8b72a58a5f39beefcacd7fdf2c5af0d8a8 done [2023-09-21T04:07:07.865Z] #89 naming to docker.io/library/support-scheduler-arm64 done [2023-09-21T04:07:07.865Z] #89 DONE 12.7s [2023-09-21T04:07:07.865Z] [2023-09-21T04:07:07.865Z] #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-21T04:07:08.156Z] #194 DONE 0.4s [2023-09-21T04:07:08.156Z] [2023-09-21T04:07:08.156Z] #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-21T04:07:08.156Z] #195 DONE 0.1s [2023-09-21T04:07:08.156Z] [2023-09-21T04:07:08.156Z] #89 [support-notifications] exporting to image [2023-09-21T04:07:08.751Z] #89 exporting layers 0.4s done [2023-09-21T04:07:08.751Z] #89 writing image sha256:d901bebc802f232194181d3da765dcd9325a5576403020feaaa9db350b6946ac done [2023-09-21T04:07:08.751Z] #89 naming to docker.io/library/support-notifications-arm64 done [2023-09-21T04:07:08.751Z] #89 DONE 13.1s [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T04:07:08.751Z] time="2023-09-21T03:50:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-21T04:07:08.783Z] $ docker stop --time=1 d749f82fade2a8156bf7dcf42b4f153a010227ce357a2bea27a795187992c16e [2023-09-21T04:07:10.459Z] $ docker rm -f --volumes d749f82fade2a8156bf7dcf42b4f153a010227ce357a2bea27a795187992c16e [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T04:07:11.032Z] + docker images [2023-09-21T04:07:11.032Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-21T04:07:11.032Z] support-notifications-arm64 latest d901bebc802f 2 seconds ago 34.2MB [2023-09-21T04:07:11.032Z] support-scheduler-arm64 latest cb3907354c6f 4 seconds ago 33.5MB [2023-09-21T04:07:11.032Z] security-spiffe-token-provider-arm64 latest 725848464e99 24 seconds ago 35MB [2023-09-21T04:07:11.032Z] core-metadata-arm64 latest bbf40ab62d8f 41 seconds ago 21.5MB [2023-09-21T04:07:11.032Z] core-data-arm64 latest 96d519b1cf2c 46 seconds ago 21.2MB [2023-09-21T04:07:11.032Z] core-command-arm64 latest 5233a069c1e8 52 seconds ago 21MB [2023-09-21T04:07:11.032Z] core-common-config-bootstrapper-arm64 latest 3d6fcd92d486 About a minute ago 18.3MB [2023-09-21T04:07:11.032Z] security-proxy-auth-arm64 latest febd5e350c45 About a minute ago 19.4MB [2023-09-21T04:07:11.032Z] security-secretstore-setup-arm64 latest 50adca7e3a4b About a minute ago 43.7MB [2023-09-21T04:07:11.032Z] security-bootstrapper-arm64 latest 2c0ebff46f35 2 minutes ago 23MB [2023-09-21T04:07:11.032Z] security-proxy-setup-arm64 latest 0662bc13267f 2 minutes ago 34MB [2023-09-21T04:07:11.032Z] security-spire-agent-arm64 latest 8544650f3893 15 minutes ago 157MB [2023-09-21T04:07:11.032Z] security-spire-config-arm64 latest 18098304cf4a 15 minutes ago 95.8MB [2023-09-21T04:07:11.032Z] security-spire-server-arm64 latest 9047187b1aa7 15 minutes ago 101MB [2023-09-21T04:07:11.032Z] ci-base-image-arm64 latest 823e3258b9e2 26 minutes ago 924MB [2023-09-21T04:07:11.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine ea914061e18c 13 hours ago 553MB [2023-09-21T04:07:11.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T04:07:11.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T04:07:11.917Z] [2023-09-21T04:07:11.917Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T04:07:12.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T04:07:12.641Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-21T04:07:12.641Z] 8998bd30e6a1: Pulling fs layer [2023-09-21T04:07:12.641Z] 04944245beec: Pulling fs layer [2023-09-21T04:07:12.641Z] 699f458cf7ca: Pulling fs layer [2023-09-21T04:07:12.641Z] 765212b225bb: Pulling fs layer [2023-09-21T04:07:12.641Z] f23df028b6ca: Pulling fs layer [2023-09-21T04:07:12.641Z] d65c8cfc05b1: Pulling fs layer [2023-09-21T04:07:12.641Z] 2437ff75d9bd: Pulling fs layer [2023-09-21T04:07:12.641Z] 765212b225bb: Waiting [2023-09-21T04:07:12.641Z] f23df028b6ca: Waiting [2023-09-21T04:07:12.641Z] d65c8cfc05b1: Waiting [2023-09-21T04:07:12.641Z] 2437ff75d9bd: Waiting [2023-09-21T04:07:12.641Z] 04944245beec: Verifying Checksum [2023-09-21T04:07:12.641Z] 04944245beec: Download complete [2023-09-21T04:07:12.641Z] 765212b225bb: Verifying Checksum [2023-09-21T04:07:12.641Z] 765212b225bb: Download complete [2023-09-21T04:07:12.641Z] f23df028b6ca: Download complete [2023-09-21T04:07:12.641Z] d65c8cfc05b1: Verifying Checksum [2023-09-21T04:07:12.641Z] d65c8cfc05b1: Download complete [2023-09-21T04:07:12.908Z] 699f458cf7ca: Verifying Checksum [2023-09-21T04:07:12.909Z] 699f458cf7ca: Download complete [2023-09-21T04:07:13.175Z] 8998bd30e6a1: Verifying Checksum [2023-09-21T04:07:13.175Z] 8998bd30e6a1: Download complete [2023-09-21T04:07:15.749Z] 2437ff75d9bd: Verifying Checksum [2023-09-21T04:07:15.749Z] 2437ff75d9bd: Download complete [2023-09-21T04:07:17.156Z] 8998bd30e6a1: Pull complete [2023-09-21T04:07:19.726Z] 04944245beec: Pull complete [2023-09-21T04:07:20.680Z] 699f458cf7ca: Pull complete [2023-09-21T04:07:20.947Z] 765212b225bb: Pull complete [2023-09-21T04:07:21.527Z] f23df028b6ca: Pull complete [2023-09-21T04:07:21.793Z] d65c8cfc05b1: Pull complete [2023-09-21T04:07:35.385Z] 2437ff75d9bd: Pull complete [2023-09-21T04:07:35.385Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-21T04:07:35.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T04:07:35.385Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T04:07:35.706Z] prd-ubuntu20.04-docker-arm64-4c-16g-7531 does not seem to be running inside a container [2023-09-21T04:07:35.757Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-21T04:07:38.447Z] $ docker top 74d8f32fc5927567abb1eaac275bee38aebfba634b064d9de5d98666edc613c7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:07:39.050Z] ---> job-cost.sh [2023-09-21T04:07:39.317Z] lf-activate-venv: SKIPPING [2023-09-21T04:07:39.317Z] INFO: No Stack... [2023-09-21T04:07:39.584Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-21T04:07:40.541Z] INFO: Archiving Costs [Pipeline] sh [2023-09-21T04:07:40.876Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-09-21T04:07:40.876Z] + cut -d, -f6 [Pipeline] lock [2023-09-21T04:07:41.215Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4691-1-stack-cost] [2023-09-21T04:07:41.222Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4691-1-stack-cost] did not exist. Created. [2023-09-21T04:07:41.223Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4691-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-21T04:07:41.947Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-21T04:07:42.157Z] Stashed 1 file(s) [Pipeline] } [2023-09-21T04:07:42.172Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4691-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-21T04:07:42.243Z] $ docker stop --time=1 74d8f32fc5927567abb1eaac275bee38aebfba634b064d9de5d98666edc613c7 [2023-09-21T04:07:43.794Z] $ docker rm -f --volumes 74d8f32fc5927567abb1eaac275bee38aebfba634b064d9de5d98666edc613c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-09-21T04:07:44.741Z] provisioning config files... [2023-09-21T04:07:44.763Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9700394649972674157tmp [Pipeline] { [Pipeline] sh [2023-09-21T04:07:45.089Z] + set +x [2023-09-21T04:07:45.089Z] + curl -s https://codecov.io/bash [2023-09-21T04:07:45.089Z] + bash -s -- [2023-09-21T04:07:45.089Z] [2023-09-21T04:07:45.089Z] _____ _ [2023-09-21T04:07:45.089Z] / ____| | | [2023-09-21T04:07:45.089Z] | | ___ __| | ___ ___ _____ __ [2023-09-21T04:07:45.089Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-21T04:07:45.089Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-21T04:07:45.089Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-21T04:07:45.089Z] Bash-1.0.6 [2023-09-21T04:07:45.089Z] [2023-09-21T04:07:45.089Z] [2023-09-21T04:07:45.089Z] ==> git version 2.25.1 found [2023-09-21T04:07:45.089Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-09-21T04:07:45.089Z] Release-Date: 2020-01-08 [2023-09-21T04:07:45.089Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-09-21T04:07:45.089Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-21T04:07:45.089Z] ==> Jenkins CI detected. [2023-09-21T04:07:45.089Z] current dir:  /w/workspace/edgex-go/1 [2023-09-21T04:07:45.089Z] project root: . [2023-09-21T04:07:45.089Z] --> token set from env [2023-09-21T04:07:45.089Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-21T04:07:45.089Z] ==> Running gcov in . (disable via -X gcov) [2023-09-21T04:07:45.089Z] ==> Python coveragepy not found [2023-09-21T04:07:45.089Z] ==> Searching for coverage reports in: [2023-09-21T04:07:45.089Z] + . [2023-09-21T04:07:45.347Z] -> Found 1 reports [2023-09-21T04:07:45.348Z] ==> Detecting git/mercurial file structure [2023-09-21T04:07:45.348Z] ==> Reading reports [2023-09-21T04:07:45.348Z] + ./coverage.out bytes=453602 [2023-09-21T04:07:45.348Z] ==> Appending adjustments [2023-09-21T04:07:45.348Z] https://docs.codecov.io/docs/fixing-reports [2023-09-21T04:07:46.296Z] + Found adjustments [2023-09-21T04:07:46.296Z] ==> Gzipping contents [2023-09-21T04:07:46.554Z] 60K /tmp/codecov.d4wuKm.gz [2023-09-21T04:07:46.554Z] ==> Uploading reports [2023-09-21T04:07:46.554Z] url: https://codecov.io [2023-09-21T04:07:46.554Z] query: branch=PR-4691&commit=61ab8f94e2aadc461f685c3ddd424cb5821839c0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4691%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4691&job=&cmd_args= [2023-09-21T04:07:46.554Z] -> Pinging Codecov [2023-09-21T04:07:46.554Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4691&commit=61ab8f94e2aadc461f685c3ddd424cb5821839c0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4691%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4691&job=&cmd_args= [2023-09-21T04:07:46.554Z] -> Uploading to [2023-09-21T04:07:46.555Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-21/00271124DB129430A58F1EEE437C3FCB/61ab8f94e2aadc461f685c3ddd424cb5821839c0/24bd8011-ecf1-4856-ad03-ed64d450b260.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230921T040746Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0db9da1822360f5f57b405776a00c5ae4aa3ce341e53a7a2c4003d8dc6f06b86 [2023-09-21T04:07:46.555Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T04:07:46.555Z] Dload Upload Total Spent Left Speed [2023-09-21T04:07:46.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58151 0 0 100 58151 0 283k --:--:-- --:--:-- --:--:-- 282k 100 58151 0 0 100 58151 0 283k --:--:-- --:--:-- --:--:-- 282k [2023-09-21T04:07:46.813Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/61ab8f94e2aadc461f685c3ddd424cb5821839c0 [Pipeline] } [2023-09-21T04:07:46.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-21T04:07:48.250Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:07:48.576Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:07:49.465Z] ---> package-listing.sh [2023-09-21T04:07:49.465Z] ++ facter osfamily [2023-09-21T04:07:49.465Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-21T04:07:49.724Z] + OS_FAMILY=debian [2023-09-21T04:07:49.724Z] + workspace=/w/workspace/edgex-go/1 [2023-09-21T04:07:49.724Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-21T04:07:49.724Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-21T04:07:49.724Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-21T04:07:49.724Z] + PACKAGES=/tmp/packages_start.txt [2023-09-21T04:07:49.724Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-21T04:07:49.725Z] + PACKAGES=/tmp/packages_end.txt [2023-09-21T04:07:49.725Z] + case "${OS_FAMILY}" in [2023-09-21T04:07:49.725Z] + dpkg -l [2023-09-21T04:07:49.725Z] + grep '^ii' [2023-09-21T04:07:49.725Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-21T04:07:49.725Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-21T04:07:49.725Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-21T04:07:49.725Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-21T04:07:49.725Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-09-21T04:07:49.725Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-09-21T04:07:49.758Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-21T04:07:50.050Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T04:07:50.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T04:07:50.674Z] [2023-09-21T04:07:50.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T04:07:51.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T04:07:51.048Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-21T04:07:51.048Z] 5eb5b503b376: Pulling fs layer [2023-09-21T04:07:51.048Z] 5c69ac0246d0: Pulling fs layer [2023-09-21T04:07:51.048Z] ec43610c2a17: Pulling fs layer [2023-09-21T04:07:51.048Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-21T04:07:51.048Z] 33b1e0a273af: Pulling fs layer [2023-09-21T04:07:51.048Z] 5d3b04190fa2: Pulling fs layer [2023-09-21T04:07:51.048Z] 2f39f015ded8: Pulling fs layer [2023-09-21T04:07:51.048Z] 5d3b04190fa2: Waiting [2023-09-21T04:07:51.048Z] 3a2ae6a8a46f: Waiting [2023-09-21T04:07:51.048Z] 33b1e0a273af: Waiting [2023-09-21T04:07:51.048Z] 2f39f015ded8: Waiting [2023-09-21T04:07:51.048Z] 5c69ac0246d0: Download complete [2023-09-21T04:07:51.048Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-21T04:07:51.048Z] 3a2ae6a8a46f: Download complete [2023-09-21T04:07:51.048Z] 33b1e0a273af: Verifying Checksum [2023-09-21T04:07:51.048Z] 33b1e0a273af: Download complete [2023-09-21T04:07:51.048Z] ec43610c2a17: Verifying Checksum [2023-09-21T04:07:51.048Z] ec43610c2a17: Download complete [2023-09-21T04:07:51.048Z] 5d3b04190fa2: Verifying Checksum [2023-09-21T04:07:51.048Z] 5d3b04190fa2: Download complete [2023-09-21T04:07:51.307Z] 5eb5b503b376: Verifying Checksum [2023-09-21T04:07:51.307Z] 5eb5b503b376: Download complete [2023-09-21T04:07:51.873Z] 2f39f015ded8: Download complete [2023-09-21T04:07:52.438Z] 5eb5b503b376: Pull complete [2023-09-21T04:07:52.438Z] 5c69ac0246d0: Pull complete [2023-09-21T04:07:53.003Z] ec43610c2a17: Pull complete [2023-09-21T04:07:53.003Z] 3a2ae6a8a46f: Pull complete [2023-09-21T04:07:53.262Z] 33b1e0a273af: Pull complete [2023-09-21T04:07:53.262Z] 5d3b04190fa2: Pull complete [2023-09-21T04:07:57.327Z] 2f39f015ded8: Pull complete [2023-09-21T04:07:57.327Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-21T04:07:57.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T04:07:57.327Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T04:07:57.542Z] prd-ubuntu20.04-docker-8c-8g-7530 does not seem to be running inside a container [2023-09-21T04:07:57.596Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-21T04:08:04.250Z] $ docker top c64c30d00f9c4ac95b17a30a2564b2afcd08e5a90117d0a7bd4a2018d4d0f00c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T04:08:04.663Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-21T04:08:04.963Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-21T04:08:05.270Z] + ls /var/log/sa-host [2023-09-21T04:08:05.270Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T04:08:05.485Z] provisioning config files... [2023-09-21T04:08:05.493Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4673197084839715596tmp [Pipeline] { [Pipeline] echo [2023-09-21T04:08:05.543Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:08:05.857Z] ---> create-netrc.sh [Pipeline] } [2023-09-21T04:08:05.885Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:08:06.287Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-21T04:08:06.322Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:08:06.643Z] ---> sudo-logs.sh [2023-09-21T04:08:06.643Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-21T04:08:06.723Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:08:07.720Z] ---> job-cost.sh [2023-09-21T04:08:07.720Z] lf-activate-venv: SKIPPING [2023-09-21T04:08:07.720Z] DEBUG: total: 0.10999999940395355 [2023-09-21T04:08:07.720Z] INFO: Retrieving Stack Cost... [2023-09-21T04:08:08.287Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-21T04:08:08.547Z] INFO: Archiving Costs [Pipeline] echo [2023-09-21T04:08:08.579Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T04:08:08.893Z] ---> logs-deploy.sh [2023-09-21T04:08:08.893Z] lf-activate-venv: SKIPPING [2023-09-21T04:08:08.893Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4691/1 [2023-09-21T04:08:08.893Z] INFO: archiving workspace using pattern(s): [2023-09-21T04:08:09.828Z] Archives upload complete. [2023-09-21T04:08:09.828Z] INFO: archiving logs to Nexus