Pull request #4770 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9+a48d6392372de4eada0148d46cda0c5092cdf95e (91dcf15e36de3e7d4b37256514349affff3613f4) 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-ssh11340874689128854006.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh14760120490941871319.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-4770/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-4770/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4791883511993729864.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-4770/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16120488385112165264.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh9554396716719927384.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-4770/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-4770/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1881255103857032744.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4883 in /w/workspace/edgexfoundry_edgex-go_PR-4770 [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 a48d6392372de4eada0148d46cda0c5092cdf95e into PR head commit 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 Merge succeeded, producing 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 Checking out Revision 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 (PR-4770) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 > 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/4770/head:refs/remotes/origin/PR-4770 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 # 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 a48d6392372de4eada0148d46cda0c5092cdf95e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-04T19:55:24.292Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-03-04T19:55:24.485Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-03-04T19:55:24.595Z] ========================================================= [2024-03-04T19:55:24.595Z] EdgeX Global Pipelines Version Info [2024-03-04T19:55:24.595Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-03-04T19:55:25.722Z] ------------------- [2024-03-04T19:55:25.722Z] stable info: [2024-03-04T19:55:25.722Z] ------------------- [2024-03-04T19:55:25.722Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-03-04T19:55:25.722Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-04T19:55:25.722Z] Message: update stable to v1.0.258 [2024-03-04T19:55:25.983Z] ------------------- [2024-03-04T19:55:25.983Z] experimental info: [2024-03-04T19:55:25.983Z] ------------------- [2024-03-04T19:55:25.983Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-03-04T19:55:25.983Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-04T19:55:25.983Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-03-04T19:55:26.206Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-03-04T19:55:26.263Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-03-04T19:55:26.311Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-03-04T19:55:26.359Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-03-04T19:55:26.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-03-04T19:55:26.466Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-03-04T19:55:26.527Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-03-04T19:55:26.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-03-04T19:55:26.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-03-04T19:55:26.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-03-04T19:55:26.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-03-04T19:55:26.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-03-04T19:55:26.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-03-04T19:55:26.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-03-04T19:55:26.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-03-04T19:55:27.017Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-03-04T19:55:27.077Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-03-04T19:55:27.136Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-03-04T19:55:27.197Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-03-04T19:55:27.257Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-03-04T19:55:27.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-03-04T19:55:27.372Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-03-04T19:55:27.435Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-03-04T19:55:27.504Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4770 [Pipeline] echo [2024-03-04T19:55:27.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4770 [Pipeline] echo [2024-03-04T19:55:27.650Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4770 [Pipeline] echo [2024-03-04T19:55:27.719Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 [Pipeline] echo [2024-03-04T19:55:27.794Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85d5229 [Pipeline] echo [2024-03-04T19:55:27.864Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-04T19:55:28.029Z] provisioning config files... [2024-03-04T19:55:28.048Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18266529902706520635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-04T19:55:28.439Z] ---> ****-login.sh [2024-03-04T19:55:28.439Z] nexus3.edgexfoundry.org:10001 [2024-03-04T19:55:28.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:55:28.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:55:28.700Z] Configure a credential helper to remove this warning. See [2024-03-04T19:55:28.700Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:55:28.700Z] [2024-03-04T19:55:28.700Z] Login Succeeded [2024-03-04T19:55:28.700Z] nexus3.edgexfoundry.org:10002 [2024-03-04T19:55:28.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:55:28.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:55:28.963Z] Configure a credential helper to remove this warning. See [2024-03-04T19:55:28.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:55:28.963Z] [2024-03-04T19:55:28.963Z] Login Succeeded [2024-03-04T19:55:28.963Z] nexus3.edgexfoundry.org:10003 [2024-03-04T19:55:28.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:55:28.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:55:28.963Z] Configure a credential helper to remove this warning. See [2024-03-04T19:55:28.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:55:28.963Z] [2024-03-04T19:55:28.963Z] Login Succeeded [2024-03-04T19:55:28.963Z] nexus3.edgexfoundry.org:10004 [2024-03-04T19:55:29.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:55:29.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:55:29.227Z] Configure a credential helper to remove this warning. See [2024-03-04T19:55:29.227Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:55:29.227Z] [2024-03-04T19:55:29.227Z] Login Succeeded [2024-03-04T19:55:29.227Z] ****.io [2024-03-04T19:55:29.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:55:29.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:55:29.490Z] Configure a credential helper to remove this warning. See [2024-03-04T19:55:29.490Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:55:29.490Z] [2024-03-04T19:55:29.490Z] Login Succeeded [2024-03-04T19:55:29.490Z] ---> ****-login.sh ends [Pipeline] } [2024-03-04T19:55:29.519Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-04T19:55:30.014Z] + 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 [2024-03-04T19:55:30.014Z] + dirname cmd/core-command/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo core-command,cmd/core-command/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/core-data/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo core-data,cmd/core-data/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + dirname cmd/core-metadata/Dockerfile [2024-03-04T19:55:30.014Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-03-04T19:55:30.014Z] + + cut -d/dirname -f2 cmd/security-proxy-setup/Dockerfile [2024-03-04T19:55:30.014Z] [2024-03-04T19:55:30.014Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-03-04T19:55:30.014Z] + + dirnamecut cmd/security-secretstore-setup/Dockerfile -d/ [2024-03-04T19:55:30.014Z] -f2 [2024-03-04T19:55:30.014Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/security-spire-agent/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/security-spire-config/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/security-spire-server/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/support-notifications/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-03-04T19:55:30.014Z] + dirname cmd/support-scheduler/Dockerfile [2024-03-04T19:55:30.014Z] + cut -d/ -f2 [2024-03-04T19:55:30.014Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-03-04T19:55:30.066Z] 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 [2024-03-04T19:55:30.665Z] + git rev-list -1 --merges 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9~1..85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 [Pipeline] echo [2024-03-04T19:55:30.699Z] -----------> git rev-list -1 --merges 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9~1..85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 [false] [Pipeline] sh [2024-03-04T19:55:31.025Z] + git log --format=format:%s -1 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 [Pipeline] echo [2024-03-04T19:55:31.062Z] ========================================================= [2024-03-04T19:55:31.062Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-03-04T19:55:31.062Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-03-04T19:55:31.589Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-04T19:55:31.589Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-03-04T19:55:31.589Z] + [ -e /tmp/ssh_known_hosts ] [2024-03-04T19:55:31.589Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-03-04T19:55:31.589Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-03-04T19:55:31.589Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-03-04T19:55:31.589Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T19:55:32.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-04T19:55:32.087Z] [2024-03-04T19:55:32.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T19:55:32.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-04T19:55:32.482Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-03-04T19:55:32.482Z] b85a868b505f: Pulling fs layer [2024-03-04T19:55:32.482Z] e2be974225ed: Pulling fs layer [2024-03-04T19:55:32.482Z] 339a4e72a1f5: Pulling fs layer [2024-03-04T19:55:32.482Z] 988bab9f4d93: Pulling fs layer [2024-03-04T19:55:32.482Z] 1469e6f7b9e6: Pulling fs layer [2024-03-04T19:55:32.482Z] eaf3925da568: Pulling fs layer [2024-03-04T19:55:32.482Z] bab4dde63d76: Pulling fs layer [2024-03-04T19:55:32.482Z] bde34c3a00c8: Pulling fs layer [2024-03-04T19:55:32.482Z] b352a97aabf1: Pulling fs layer [2024-03-04T19:55:32.482Z] 4872d77fe225: Pulling fs layer [2024-03-04T19:55:32.482Z] 5851b861e8e6: Pulling fs layer [2024-03-04T19:55:32.482Z] 4872d77fe225: Waiting [2024-03-04T19:55:32.482Z] 5851b861e8e6: Waiting [2024-03-04T19:55:32.482Z] bab4dde63d76: Waiting [2024-03-04T19:55:32.482Z] 988bab9f4d93: Waiting [2024-03-04T19:55:32.482Z] 1469e6f7b9e6: Waiting [2024-03-04T19:55:32.482Z] bde34c3a00c8: Waiting [2024-03-04T19:55:32.482Z] eaf3925da568: Waiting [2024-03-04T19:55:32.482Z] b352a97aabf1: Waiting [2024-03-04T19:55:32.482Z] e2be974225ed: Download complete [2024-03-04T19:55:32.482Z] 988bab9f4d93: Verifying Checksum [2024-03-04T19:55:32.482Z] 988bab9f4d93: Download complete [2024-03-04T19:55:32.742Z] 1469e6f7b9e6: Verifying Checksum [2024-03-04T19:55:32.743Z] 1469e6f7b9e6: Download complete [2024-03-04T19:55:32.743Z] eaf3925da568: Verifying Checksum [2024-03-04T19:55:32.743Z] eaf3925da568: Download complete [2024-03-04T19:55:32.743Z] 339a4e72a1f5: Verifying Checksum [2024-03-04T19:55:32.743Z] 339a4e72a1f5: Download complete [2024-03-04T19:55:32.743Z] bde34c3a00c8: Download complete [2024-03-04T19:55:32.743Z] b352a97aabf1: Download complete [2024-03-04T19:55:32.743Z] 4872d77fe225: Download complete [2024-03-04T19:55:32.743Z] 5851b861e8e6: Verifying Checksum [2024-03-04T19:55:32.743Z] 5851b861e8e6: Download complete [2024-03-04T19:55:32.743Z] b85a868b505f: Verifying Checksum [2024-03-04T19:55:32.743Z] b85a868b505f: Download complete [2024-03-04T19:55:33.001Z] bab4dde63d76: Verifying Checksum [2024-03-04T19:55:33.001Z] bab4dde63d76: Download complete [2024-03-04T19:55:33.942Z] b85a868b505f: Pull complete [2024-03-04T19:55:34.201Z] e2be974225ed: Pull complete [2024-03-04T19:55:34.768Z] 339a4e72a1f5: Pull complete [2024-03-04T19:55:34.769Z] 988bab9f4d93: Pull complete [2024-03-04T19:55:35.029Z] 1469e6f7b9e6: Pull complete [2024-03-04T19:55:35.288Z] eaf3925da568: Pull complete [2024-03-04T19:55:37.191Z] bab4dde63d76: Pull complete [2024-03-04T19:55:37.191Z] bde34c3a00c8: Pull complete [2024-03-04T19:55:37.191Z] b352a97aabf1: Pull complete [2024-03-04T19:55:37.191Z] 4872d77fe225: Pull complete [2024-03-04T19:55:37.451Z] 5851b861e8e6: Pull complete [2024-03-04T19:55:37.451Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-03-04T19:55:37.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-04T19:55:37.451Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T19:55:37.785Z] prd-ubuntu20.04-docker-8c-8g-4883 does not seem to be running inside a container [2024-03-04T19:55:37.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-03-04T19:55:40.705Z] $ docker top d1cd8bc39dd8c28a23cd38bcf8e5d364ca014992317d333e0937826636dcb267 -eo pid,comm [2024-03-04T19:55:40.775Z] 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). [2024-03-04T19:55:40.775Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-04T19:55:40.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-04T19:55:40.971Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-04T19:55:41.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-04T19:55:41.092Z] $ docker exec d1cd8bc39dd8c28a23cd38bcf8e5d364ca014992317d333e0937826636dcb267 ssh-agent [2024-03-04T19:55:41.201Z] SSH_AUTH_SOCK=/tmp/ssh-1WHxygHg2CrC/agent.32 [2024-03-04T19:55:41.201Z] SSH_AGENT_PID=38 [2024-03-04T19:55:41.208Z] Running ssh-add (command line suppressed) [2024-03-04T19:55:41.314Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2226102931599247056.key (/w/workspace/edgex-go/1@tmp/private_key_2226102931599247056.key) [2024-03-04T19:55:41.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-04T19:55:41.678Z] + git tag --points-at HEAD [Pipeline] } [2024-03-04T19:55:41.700Z] $ docker exec --env ******** --env ******** d1cd8bc39dd8c28a23cd38bcf8e5d364ca014992317d333e0937826636dcb267 ssh-agent -k [2024-03-04T19:55:41.800Z] unset SSH_AUTH_SOCK; [2024-03-04T19:55:41.801Z] unset SSH_AGENT_PID; [2024-03-04T19:55:41.801Z] echo Agent pid 38 killed; [2024-03-04T19:55:41.814Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-03-04T19:55:41.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-04T19:55:41.945Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-04T19:55:42.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-04T19:55:42.059Z] $ docker exec d1cd8bc39dd8c28a23cd38bcf8e5d364ca014992317d333e0937826636dcb267 ssh-agent [2024-03-04T19:55:42.174Z] SSH_AUTH_SOCK=/tmp/ssh-4PxmOTohZVF2/agent.70 [2024-03-04T19:55:42.174Z] SSH_AGENT_PID=76 [2024-03-04T19:55:42.177Z] Running ssh-add (command line suppressed) [2024-03-04T19:55:42.276Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_545401720322278529.key (/w/workspace/edgex-go/1@tmp/private_key_545401720322278529.key) [2024-03-04T19:55:42.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-04T19:55:42.637Z] + git semver init [2024-03-04T19:55:42.897Z] 2024-03-04 19:55:42,829 [run_init] DEBUG init version:0.0.0 force:False [2024-03-04T19:55:42.897Z] 2024-03-04 19:55:42,830 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-03-04T19:55:42.897Z] 2024-03-04 19:55:42,830 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-03-04T19:55:42.897Z] 2024-03-04 19:55:42,830 [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) [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,512 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,513 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4770 with force:False [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,513 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4770 [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,517 [execute] INFO git cat-file --batch-check [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,523 [execute] INFO git cat-file --batch [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,524 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-03-04T19:55:48.173Z] 2024-03-04 19:55:47,529 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4770 [2024-03-04T19:55:48.173Z] 0.0.0 [Pipeline] } [2024-03-04T19:55:48.195Z] $ docker exec --env ******** --env ******** d1cd8bc39dd8c28a23cd38bcf8e5d364ca014992317d333e0937826636dcb267 ssh-agent -k [2024-03-04T19:55:48.296Z] unset SSH_AUTH_SOCK; [2024-03-04T19:55:48.296Z] unset SSH_AGENT_PID; [2024-03-04T19:55:48.296Z] echo Agent pid 76 killed; [2024-03-04T19:55:48.309Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-04T19:55:48.810Z] + git semver [Pipeline] } [2024-03-04T19:55:49.088Z] $ docker stop --time=1 d1cd8bc39dd8c28a23cd38bcf8e5d364ca014992317d333e0937826636dcb267 [2024-03-04T19:55:50.379Z] $ docker rm -f --volumes d1cd8bc39dd8c28a23cd38bcf8e5d364ca014992317d333e0937826636dcb267 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-04T19:55:50.831Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-03-04T19:55:51.223Z] Stashed 1 file(s) [Pipeline] echo [2024-03-04T19:55:51.241Z] [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 [2024-03-04T19:55:52.260Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-03-04T19:55:52.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-04T19:55:52.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-04T19:55:52.410Z] ========================================================= [2024-03-04T19:55:52.410Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-03-04T19:55:52.410Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-03-04T19:55:52.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-04T19:55:52.795Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-03-04T19:55:52.795Z] 7264a8db6415: Pulling fs layer [2024-03-04T19:55:52.795Z] c4d48a809fc2: Pulling fs layer [2024-03-04T19:55:52.795Z] 4f1c88b9dad5: Pulling fs layer [2024-03-04T19:55:52.795Z] ad3a456e5733: Pulling fs layer [2024-03-04T19:55:52.795Z] 69c7f0334f64: Pulling fs layer [2024-03-04T19:55:52.795Z] 1f1c1a5573a3: Pulling fs layer [2024-03-04T19:55:52.795Z] ce7588e14bc9: Pulling fs layer [2024-03-04T19:55:52.795Z] b5e4710f87ac: Pulling fs layer [2024-03-04T19:55:52.795Z] 1f1c1a5573a3: Waiting [2024-03-04T19:55:52.795Z] 69c7f0334f64: Waiting [2024-03-04T19:55:52.795Z] ce7588e14bc9: Waiting [2024-03-04T19:55:52.795Z] b5e4710f87ac: Waiting [2024-03-04T19:55:52.795Z] ad3a456e5733: Waiting [2024-03-04T19:55:52.795Z] c4d48a809fc2: Download complete [2024-03-04T19:55:52.795Z] ad3a456e5733: Verifying Checksum [2024-03-04T19:55:52.795Z] ad3a456e5733: Download complete [2024-03-04T19:55:52.795Z] 69c7f0334f64: Verifying Checksum [2024-03-04T19:55:52.795Z] 69c7f0334f64: Download complete [2024-03-04T19:55:52.795Z] 7264a8db6415: Verifying Checksum [2024-03-04T19:55:52.795Z] 7264a8db6415: Download complete [2024-03-04T19:55:52.795Z] 1f1c1a5573a3: Verifying Checksum [2024-03-04T19:55:52.795Z] 1f1c1a5573a3: Download complete [2024-03-04T19:55:53.057Z] 7264a8db6415: Pull complete [2024-03-04T19:55:53.057Z] b5e4710f87ac: Verifying Checksum [2024-03-04T19:55:53.057Z] b5e4710f87ac: Download complete [2024-03-04T19:55:53.313Z] c4d48a809fc2: Pull complete [2024-03-04T19:55:53.313Z] 4f1c88b9dad5: Verifying Checksum [2024-03-04T19:55:53.313Z] 4f1c88b9dad5: Download complete [2024-03-04T19:55:53.571Z] ce7588e14bc9: Verifying Checksum [2024-03-04T19:55:53.571Z] ce7588e14bc9: Download complete [2024-03-04T19:55:56.859Z] 4f1c88b9dad5: Pull complete [2024-03-04T19:55:56.859Z] ad3a456e5733: Pull complete [2024-03-04T19:55:56.859Z] 69c7f0334f64: Pull complete [2024-03-04T19:55:56.859Z] 1f1c1a5573a3: Pull complete [2024-03-04T19:55:59.399Z] ce7588e14bc9: Pull complete [2024-03-04T19:55:59.968Z] b5e4710f87ac: Pull complete [2024-03-04T19:55:59.968Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-03-04T19:55:59.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-04T19:55:59.968Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-03-04T19:56:00.351Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-04T19:56:00.351Z] WORKDIR /edgex [2024-03-04T19:56:00.351Z] COPY go.mod . [2024-03-04T19:56:00.351Z] RUN go mod download [2024-03-04T19:56:00.351Z] + docker build -t ci-base-image-x86_64 -f - . [2024-03-04T19:56:00.917Z] Sending build context to Docker daemon 175.2MB [2024-03-04T19:56:00.917Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-04T19:56:00.917Z] ---> 88b5674ff536 [2024-03-04T19:56:00.917Z] Step 2/4 : WORKDIR /edgex [2024-03-04T19:56:06.239Z] ---> Running in 7177c56dd9a8 [2024-03-04T19:56:06.239Z] Removing intermediate container 7177c56dd9a8 [2024-03-04T19:56:06.239Z] ---> d0b64f62d981 [2024-03-04T19:56:06.239Z] Step 3/4 : COPY go.mod . [2024-03-04T19:56:06.239Z] ---> 0fd1b0affa82 [2024-03-04T19:56:06.239Z] Step 4/4 : RUN go mod download [2024-03-04T19:56:06.239Z] ---> Running in d9d01f984fdd [2024-03-04T19:56:06.709Z] Still waiting to schedule task [2024-03-04T19:56:06.709Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-03-04T19:56:24.337Z] Removing intermediate container d9d01f984fdd [2024-03-04T19:56:24.337Z] ---> 63c4199a78bd [2024-03-04T19:56:24.337Z] Successfully built 63c4199a78bd [2024-03-04T19:56:24.337Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T19:56:24.742Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-04T19:56:24.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T19:56:24.947Z] prd-ubuntu20.04-docker-8c-8g-4883 does not seem to be running inside a container [2024-03-04T19:56:24.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-03-04T19:56:25.429Z] $ docker top 5380c87912909946a0de5cf5f95b9872aec3905af3b30a55f19be66c352e83b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-04T19:56:25.894Z] + go version [2024-03-04T19:56:25.894Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-03-04T19:56:25.924Z] $ docker stop --time=1 5380c87912909946a0de5cf5f95b9872aec3905af3b30a55f19be66c352e83b9 [2024-03-04T19:56:27.204Z] $ docker rm -f --volumes 5380c87912909946a0de5cf5f95b9872aec3905af3b30a55f19be66c352e83b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T19:56:28.114Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-04T19:56:28.114Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T19:56:28.318Z] prd-ubuntu20.04-docker-8c-8g-4883 does not seem to be running inside a container [2024-03-04T19:56:28.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-03-04T19:56:28.681Z] $ docker top e27a70ab80014b74d0f86d95081f9c623c36aa158d977a24a65f82b4f00823fa -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-04T19:56:28.850Z] ========================================================= [2024-03-04T19:56:28.850Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-03-04T19:56:28.850Z] ========================================================= [Pipeline] sh [2024-03-04T19:56:29.147Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-03-04T19:56:29.533Z] + make test [2024-03-04T19:56:29.533Z] go test -race -coverprofile=coverage.out ./... [2024-03-04T19:56:37.649Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-03-04T19:56:49.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-03-04T19:56:51.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-03-04T19:56:51.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-03-04T19:56:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.042s coverage: 28.7% of statements [2024-03-04T19:56:54.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.058s coverage: 97.0% of statements [2024-03-04T19:56:54.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-03-04T19:56:54.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-03-04T19:56:54.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-03-04T19:56:55.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-03-04T19:56:55.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-03-04T19:56:57.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-03-04T19:56:57.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-03-04T19:56:57.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-03-04T19:56:57.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-03-04T19:56:57.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-03-04T19:56:58.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-03-04T19:56:58.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-03-04T19:56:58.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.075s coverage: 69.2% of statements [2024-03-04T19:56:58.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.063s coverage: 53.2% of statements [2024-03-04T19:57:00.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.494s coverage: 93.4% of statements [2024-03-04T19:57:00.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.056s coverage: 4.1% of statements [2024-03-04T19:57:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-03-04T19:57:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-03-04T19:57:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-03-04T19:57:01.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-03-04T19:57:01.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-03-04T19:57:01.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-03-04T19:57:01.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-03-04T19:57:01.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-03-04T19:57:01.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-03-04T19:57:01.117Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-03-04T19:57:02.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.364s coverage: 97.6% of statements [2024-03-04T19:57:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.036s coverage: 72.2% of statements [2024-03-04T19:57:02.885Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-03-04T19:57:02.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-03-04T19:57:04.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.062s coverage: 0.9% of statements [2024-03-04T19:57:04.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.055s coverage: 32.2% of statements [2024-03-04T19:57:04.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.059s coverage: 41.7% of statements [2024-03-04T19:57:04.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.042s coverage: 82.9% of statements [2024-03-04T19:57:04.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.035s coverage: 94.1% of statements [2024-03-04T19:57:04.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.053s coverage: 96.3% of statements [2024-03-04T19:57:04.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.036s coverage: 87.5% of statements [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-03-04T19:57:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-03-04T19:57:06.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-03-04T19:57:06.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-03-04T19:57:06.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-03-04T19:57:06.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-03-04T19:57:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-03-04T19:57:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-03-04T19:57:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-03-04T19:57:08.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-03-04T19:57:09.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-03-04T19:57:10.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-03-04T19:57:10.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-03-04T19:57:13.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-03-04T19:57:13.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-03-04T19:57:13.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-03-04T19:57:14.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-03-04T19:57:14.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-03-04T19:57:14.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-03-04T19:57:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-03-04T19:57:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-03-04T19:57:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-03-04T19:57:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-03-04T19:57:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-03-04T19:57:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-03-04T19:57:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-03-04T19:57:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-03-04T19:57:17.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.046s coverage: 94.4% of statements [2024-03-04T19:57:18.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-03-04T19:57:18.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-03-04T19:57:18.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-03-04T19:57:18.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-03-04T19:57:19.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-03-04T19:57:19.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-03-04T19:57:20.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-03-04T19:57:20.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.281s coverage: 79.9% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.062s coverage: 92.9% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 64.4% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.047s coverage: 62.3% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.056s coverage: 87.2% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.035s coverage: 20.0% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.037s coverage: 100.0% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.088s coverage: 81.8% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.094s coverage: 82.1% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.044s coverage: 86.0% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.213s coverage: 63.1% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.013s coverage: 100.0% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.194s coverage: 38.4% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.047s coverage: 89.5% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.043s coverage: 84.8% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.068s coverage: 19.9% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.116s coverage: 95.7% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.044s coverage: 61.8% of statements [2024-03-04T19:57:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.087s coverage: 98.9% of statements [2024-03-04T19:57:30.353Z] 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 [2024-03-04T19:57:30.353Z] running golangci-lint [2024-03-04T19:57:30.353Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-03-04T19:57:30.353Z] go version go1.21.0 linux/amd64 [2024-03-04T19:57:30.353Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-03-04T19:57:30.353Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-03-04T19:57:45.472Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|name|deps|files|types_sizes) took 14.621887355s" [2024-03-04T19:57:45.472Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.041951ms" [2024-03-04T19:57:52.960Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4885 in /w/workspace/edgexfoundry_edgex-go_PR-4770 [Pipeline] { [Pipeline] ws [2024-03-04T19:57:53.053Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-03-04T19:57:55.432Z] level=info msg="[linters_context/goanalysis] analyzers took 1m17.5455599s with top 10 stages: buildir: 40.826752956s, gosec: 8.144434058s, inspect: 2.223094969s, fact_deprecated: 1.761257786s, S1038: 1.208808941s, printf: 1.184077952s, nilness: 1.175092714s, fact_purity: 1.002152883s, ctrlflow: 973.983702ms, ineffassign: 676.665386ms" [2024-03-04T19:57:55.432Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-03-04T19:57:55.432Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 197/197, autogenerated_exclude: 197/197, identifier_marker: 197/197, exclude-rules: 21/197, nolint: 0/21, cgo: 197/197, path_prettifier: 197/197, skip_files: 197/197, exclude: 197/197, skip_dirs: 197/197" [2024-03-04T19:57:55.432Z] level=info msg="[runner] processing took 16.025816ms with stages: nolint: 6.829828ms, identifier_marker: 3.977884ms, path_prettifier: 1.888236ms, exclude-rules: 1.225001ms, autogenerated_exclude: 1.22411ms, skip_dirs: 837.147µs, cgo: 26.49µs, filename_unadjuster: 12.39µs, max_same_issues: 1.22µs, skip_files: 630ns, fixer: 500ns, severity-rules: 370ns, uniq_by_line: 360ns, diff: 340ns, exclude: 300ns, path_prefixer: 230ns, sort_results: 220ns, max_from_linter: 180ns, source_code: 140ns, max_per_file_from_linter: 120ns, path_shortener: 120ns" [2024-03-04T19:57:55.432Z] level=info msg="[runner] linters took 9.956525576s with stages: goanalysis_metalinter: 9.940395429s" [2024-03-04T19:57:55.432Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-03-04T19:57:55.432Z] level=info msg="Memory: 247 samples, avg is 251.3MB, max is 887.8MB" [2024-03-04T19:57:55.432Z] level=info msg="Execution took 24.622805856s" [2024-03-04T19:57:55.432Z] go vet ./... [2024-03-04T19:57:56.189Z] The recommended git tool is: git [2024-03-04T19:57:59.614Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-04T19:57:59.614Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-04T19:57:59.614Z] ./bin/test-attribution-txt.sh [2024-03-04T19:57:59.614Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-04T19:57:59.656Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-03-04T19:58:00.004Z] + ls -al . [2024-03-04T19:58:00.004Z] total 736 [2024-03-04T19:58:00.004Z] drwxrwxr-x 11 1001 1001 4096 Mar 4 19:56 . [2024-03-04T19:58:00.004Z] drwxr-xr-x 4 root root 4096 Mar 4 19:56 .. [2024-03-04T19:58:00.004Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 19:55 .blubracket [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 10 Mar 4 19:55 .dockerignore [2024-03-04T19:58:00.004Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 19:57 .git [2024-03-04T19:58:00.004Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 19:55 .github [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 1074 Mar 4 19:55 .gitignore [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 42 Mar 4 19:55 .golangci.yml [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 100 Mar 4 19:55 .hadolint.yml [2024-03-04T19:58:00.004Z] drwxr-xr-x 3 1001 1001 4096 Mar 4 19:55 .semver [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 155 Mar 4 19:55 .sonarcloud.properties [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 1171 Mar 4 19:55 ADOPTERS.md [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 11674 Mar 4 19:55 Attribution.txt [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 100284 Mar 4 19:55 CHANGELOG.md [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 19:55 CONTRIBUTING.md [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 677 Mar 4 19:55 GOVERNANCE.md [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 861 Mar 4 19:55 Jenkinsfile [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 19:55 LICENSE [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 15392 Mar 4 19:55 Makefile [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 582 Mar 4 19:55 OWNERS.md [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 9528 Mar 4 19:55 README.md [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 789 Mar 4 19:55 SECURITY.md [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 19:55 VERSION [2024-03-04T19:58:00.004Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 19:55 bin [2024-03-04T19:58:00.004Z] drwxrwxr-x 18 1001 1001 4096 Mar 4 19:55 cmd [2024-03-04T19:58:00.004Z] -rw-r--r-- 1 root root 453602 Mar 4 19:57 coverage.out [2024-03-04T19:58:00.004Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 19:55 fuzz_test [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 3734 Mar 4 19:55 go.mod [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 33688 Mar 4 19:55 go.sum [2024-03-04T19:58:00.004Z] drwxrwxr-x 7 1001 1001 4096 Mar 4 19:55 internal [2024-03-04T19:58:00.004Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 19:55 openapi [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 584 Mar 4 19:55 security.txt [2024-03-04T19:58:00.004Z] -rw-rw-r-- 1 1001 1001 204 Mar 4 19:55 version.go [Pipeline] sh [2024-03-04T19:58:00.314Z] + '[' -e coverage.out ] [2024-03-04T19:58:00.314Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-03-04T19:58:00.445Z] Stashed 1 file(s) [Pipeline] sh [2024-03-04T19:58:00.743Z] + make build [2024-03-04T19:58:00.743Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-03-04T19:58:01.079Z] using credential edgex-jenkins-ssh [2024-03-04T19:58:01.100Z] Cloning the remote Git repository [2024-03-04T19:58:01.149Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-03-04T19:58:01.241Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-03-04T19:58:01.381Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-03-04T19:58:01.382Z] > git --version # timeout=10 [2024-03-04T19:58:01.404Z] > git --version # 'git version 2.25.1' [2024-03-04T19:58:01.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-04T19:58:01.562Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-04T19:58:13.022Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-04T19:58:13.957Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-04T19:58:14.892Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-04T19:58:15.457Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-04T19:58:17.241Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-03-04T19:58:17.270Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-04T19:58:18.100Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-03-04T19:58:18.138Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-03-04T19:58:18.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-04T19:58:18.158Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4770/head:refs/remotes/origin/PR-4770 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-03-04T19:58:18.704Z] Merging remotes/origin/main commit a48d6392372de4eada0148d46cda0c5092cdf95e into PR head commit 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 [2024-03-04T19:58:19.112Z] Merge succeeded, producing 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 [2024-03-04T19:58:19.113Z] Checking out Revision 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 (PR-4770) [2024-03-04T19:58:19.748Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v3" [2024-03-04T19:58:19.791Z] > git --version # timeout=10 [2024-03-04T19:58:19.801Z] > git --version # 'git version 2.25.1' [2024-03-04T19:58:19.816Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2024-03-04T19:58:18.725Z] > git config core.sparsecheckout # timeout=10 [2024-03-04T19:58:18.803Z] > git checkout -f 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 # timeout=10 [2024-03-04T19:58:19.021Z] > git remote # timeout=10 [2024-03-04T19:58:19.040Z] > git config --get remote.origin.url # timeout=10 [2024-03-04T19:58:19.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-04T19:58:19.078Z] > git merge a48d6392372de4eada0148d46cda0c5092cdf95e # timeout=10 [2024-03-04T19:58:19.100Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-03-04T19:58:19.120Z] > git config core.sparsecheckout # timeout=10 [2024-03-04T19:58:19.140Z] > git checkout -f 85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-04T19:58:21.069Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-03-04T19:58:21.069Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-04T19:58:21.069Z] Dload Upload Total Spent Left Speed [2024-03-04T19:58:21.069Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 105k 0 --:--:-- --:--:-- --:--:-- 105k [Pipeline] sh [2024-03-04T19:58:21.414Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-03-04T19:58:21.753Z] + sudo tee /etc/docker/daemon.new [2024-03-04T19:58:21.753Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-03-04T19:58:21.753Z] { [2024-03-04T19:58:21.753Z] "registry-mirrors": [ [2024-03-04T19:58:21.753Z] "https://nexus3.edgexfoundry.org:10001" [2024-03-04T19:58:21.753Z] ], [2024-03-04T19:58:21.753Z] "bip": "10.250.0.254/24", [2024-03-04T19:58:21.753Z] "hosts": [ [2024-03-04T19:58:21.753Z] "tcp://0.0.0.0:5555", [2024-03-04T19:58:21.753Z] "unix:///var/run/docker.sock" [2024-03-04T19:58:21.753Z] ], [2024-03-04T19:58:21.753Z] "mtu": 1458, [2024-03-04T19:58:21.753Z] "selinux-enabled": true, [2024-03-04T19:58:21.753Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-03-04T19:58:21.753Z] } [Pipeline] sh [2024-03-04T19:58:22.015Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-04T19:58:22.015Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-04T19:58:22.097Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-03-04T19:58:22.438Z] + sudo service docker restart [2024-03-04T19:58:23.390Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-04T19:58:23.957Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-04T19:58:24.524Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-04T19:58:25.091Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-04T19:58:26.026Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-03-04T19:58:26.974Z] $ docker stop --time=1 e27a70ab80014b74d0f86d95081f9c623c36aa158d977a24a65f82b4f00823fa [2024-03-04T19:58:30.981Z] $ docker rm -f --volumes e27a70ab80014b74d0f86d95081f9c623c36aa158d977a24a65f82b4f00823fa [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 [2024-03-04T19:58:32.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-04T19:58:32.633Z] [2024-03-04T19:58:32.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T19:58:33.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-04T19:58:33.049Z] latest: Pulling from edgex-devops/edgex-compose [2024-03-04T19:58:33.049Z] 91d30c5bc195: Pulling fs layer [2024-03-04T19:58:33.049Z] 2e9b0aa3be6d: Pulling fs layer [2024-03-04T19:58:33.049Z] 9c61dcf015f6: Pulling fs layer [2024-03-04T19:58:33.049Z] 4698f68db338: Pulling fs layer [2024-03-04T19:58:33.049Z] 2a2f49069b9e: Pulling fs layer [2024-03-04T19:58:33.049Z] e0025b399a48: Pulling fs layer [2024-03-04T19:58:33.049Z] e0025b399a48: Waiting [2024-03-04T19:58:33.049Z] 91d30c5bc195: Verifying Checksum [2024-03-04T19:58:33.049Z] 91d30c5bc195: Download complete [2024-03-04T19:58:33.049Z] 4698f68db338: Verifying Checksum [2024-03-04T19:58:33.049Z] 4698f68db338: Download complete [2024-03-04T19:58:33.306Z] 2e9b0aa3be6d: Verifying Checksum [2024-03-04T19:58:33.306Z] 2e9b0aa3be6d: Download complete [2024-03-04T19:58:33.306Z] e0025b399a48: Download complete [2024-03-04T19:58:33.306Z] 91d30c5bc195: Pull complete [2024-03-04T19:58:33.306Z] 2a2f49069b9e: Download complete [2024-03-04T19:58:33.564Z] 2e9b0aa3be6d: Pull complete [2024-03-04T19:58:33.822Z] 9c61dcf015f6: Verifying Checksum [2024-03-04T19:58:33.822Z] 9c61dcf015f6: Download complete [2024-03-04T19:58:36.348Z] 9c61dcf015f6: Pull complete [2024-03-04T19:58:36.348Z] 4698f68db338: Pull complete [2024-03-04T19:58:36.605Z] 2a2f49069b9e: Pull complete [2024-03-04T19:58:36.863Z] e0025b399a48: Pull complete [2024-03-04T19:58:36.863Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-03-04T19:58:36.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-04T19:58:36.863Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T19:58:37.206Z] prd-ubuntu20.04-docker-8c-8g-4883 does not seem to be running inside a container [2024-03-04T19:58:37.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-03-04T19:58:40.269Z] $ docker top 7e30af8ca56a67efaa637f80ab3eb6adeb8a228c2af5938c7d45e6d89b30eeed -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2024-03-04T19:58:40.727Z] + docker compose -f ./docker-compose-build.yml build --parallel [Pipeline] configFileProvider [2024-03-04T19:58:40.807Z] provisioning config files... [2024-03-04T19:58:40.836Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4724801885513381843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-04T19:58:41.346Z] ---> ****-login.sh [2024-03-04T19:58:41.346Z] nexus3.edgexfoundry.org:10001 [2024-03-04T19:58:41.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:58:41.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:58:41.889Z] Configure a credential helper to remove this warning. See [2024-03-04T19:58:41.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:58:41.889Z] [2024-03-04T19:58:41.889Z] Login Succeeded [2024-03-04T19:58:41.889Z] nexus3.edgexfoundry.org:10002 [2024-03-04T19:58:42.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:58:42.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:58:42.429Z] Configure a credential helper to remove this warning. See [2024-03-04T19:58:42.429Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:58:42.429Z] [2024-03-04T19:58:42.429Z] Login Succeeded [2024-03-04T19:58:42.429Z] nexus3.edgexfoundry.org:10003 [2024-03-04T19:58:42.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:58:42.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:58:42.700Z] Configure a credential helper to remove this warning. See [2024-03-04T19:58:42.700Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:58:42.700Z] [2024-03-04T19:58:42.700Z] Login Succeeded [2024-03-04T19:58:42.700Z] nexus3.edgexfoundry.org:10004 [2024-03-04T19:58:42.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:58:42.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:58:42.973Z] Configure a credential helper to remove this warning. See [2024-03-04T19:58:42.973Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:58:42.973Z] [2024-03-04T19:58:42.973Z] Login Succeeded [2024-03-04T19:58:42.973Z] ****.io [2024-03-04T19:58:43.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-04T19:58:43.260Z] #1 [core-data internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #1 transferring dockerfile: 2.01kB done [2024-03-04T19:58:43.260Z] #1 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #2 transferring dockerfile: 2.15kB done [2024-03-04T19:58:43.260Z] #2 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #3 [security-spire-config internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #3 transferring dockerfile: 1.69kB done [2024-03-04T19:58:43.260Z] #3 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #4 transferring dockerfile: 2.50kB done [2024-03-04T19:58:43.260Z] #4 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #5 [support-scheduler internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #5 transferring dockerfile: 1.93kB done [2024-03-04T19:58:43.260Z] #5 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #6 transferring dockerfile: 2.23kB done [2024-03-04T19:58:43.260Z] #6 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #7 [security-spire-server internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #7 transferring dockerfile: 1.70kB done [2024-03-04T19:58:43.260Z] #7 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #8 transferring dockerfile: 1.81kB done [2024-03-04T19:58:43.260Z] #8 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #9 [core-metadata internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #9 transferring dockerfile: 2.06kB done [2024-03-04T19:58:43.260Z] #9 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #10 [support-notifications internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #10 transferring dockerfile: 1.95kB done [2024-03-04T19:58:43.260Z] #10 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #11 transferring dockerfile: 2.93kB done [2024-03-04T19:58:43.260Z] #11 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #12 transferring dockerfile: 2.49kB done [2024-03-04T19:58:43.260Z] #12 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #13 [core-command internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #13 transferring dockerfile: 1.93kB done [2024-03-04T19:58:43.260Z] #13 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-03-04T19:58:43.260Z] #14 transferring dockerfile: 1.89kB done [2024-03-04T19:58:43.260Z] #14 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #15 [core-data internal] load .dockerignore [2024-03-04T19:58:43.260Z] #15 transferring context: 50B done [2024-03-04T19:58:43.260Z] #15 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #16 [security-proxy-auth internal] load .dockerignore [2024-03-04T19:58:43.260Z] #16 transferring context: 50B done [2024-03-04T19:58:43.260Z] #16 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #17 [security-spire-config internal] load .dockerignore [2024-03-04T19:58:43.260Z] #17 transferring context: 50B done [2024-03-04T19:58:43.260Z] #17 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #18 [security-proxy-setup internal] load .dockerignore [2024-03-04T19:58:43.260Z] #18 transferring context: 50B done [2024-03-04T19:58:43.260Z] #18 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #19 [support-scheduler internal] load .dockerignore [2024-03-04T19:58:43.260Z] #19 transferring context: 50B done [2024-03-04T19:58:43.260Z] #19 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2024-03-04T19:58:43.260Z] #20 transferring context: 50B done [2024-03-04T19:58:43.260Z] #20 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #21 [security-spire-server internal] load .dockerignore [2024-03-04T19:58:43.260Z] #21 transferring context: 50B done [2024-03-04T19:58:43.260Z] #21 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #22 [core-metadata internal] load .dockerignore [2024-03-04T19:58:43.260Z] #22 transferring context: 50B done [2024-03-04T19:58:43.260Z] #22 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #23 [security-spire-agent internal] load .dockerignore [2024-03-04T19:58:43.260Z] #23 transferring context: 50B done [2024-03-04T19:58:43.260Z] #23 DONE 0.0s [2024-03-04T19:58:43.260Z] [2024-03-04T19:58:43.260Z] #24 [security-bootstrapper internal] load .dockerignore [2024-03-04T19:58:43.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-04T19:58:43.517Z] Configure a credential helper to remove this warning. See [2024-03-04T19:58:43.517Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-04T19:58:43.517Z] [2024-03-04T19:58:43.517Z] Login Succeeded [2024-03-04T19:58:43.517Z] ---> ****-login.sh ends [2024-03-04T19:58:43.524Z] #24 transferring context: 50B done [2024-03-04T19:58:43.524Z] #24 DONE 0.0s [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-03-04T19:58:43.524Z] #25 transferring context: 50B done [2024-03-04T19:58:43.524Z] #25 DONE 0.0s [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #26 [core-command internal] load .dockerignore [2024-03-04T19:58:43.524Z] #26 transferring context: 50B done [2024-03-04T19:58:43.524Z] #26 DONE 0.0s [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2024-03-04T19:58:43.524Z] #27 transferring context: 50B done [2024-03-04T19:58:43.524Z] #27 DONE 0.0s [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #28 [support-notifications internal] load .dockerignore [2024-03-04T19:58:43.524Z] #28 transferring context: 50B done [2024-03-04T19:58:43.524Z] #28 DONE 0.0s [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #29 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T19:58:43.524Z] #29 ... [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-04T19:58:43.524Z] #30 DONE 0.0s [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #29 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T19:58:43.524Z] #29 ... [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-04T19:58:43.524Z] #30 DONE 0.0s [2024-03-04T19:58:43.524Z] [2024-03-04T19:58:43.524Z] #29 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [Pipeline] } [2024-03-04T19:58:43.564Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [2024-03-04T19:58:43.785Z] #29 ... [2024-03-04T19:58:43.785Z] [2024-03-04T19:58:43.785Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-04T19:58:43.785Z] #30 DONE 0.0s [2024-03-04T19:58:43.785Z] [2024-03-04T19:58:43.785Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T19:58:43.785Z] #29 DONE 0.3s [2024-03-04T19:58:43.785Z] [2024-03-04T19:58:43.785Z] #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-04T19:58:43.785Z] #30 DONE 0.0s [2024-03-04T19:58:43.785Z] [2024-03-04T19:58:43.785Z] #31 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T19:58:43.785Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T19:58:43.785Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-04T19:58:43.785Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-04T19:58:43.785Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T19:58:43.785Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-04T19:58:43.785Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.1s [Pipeline] unstash [2024-03-04T19:58:44.043Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [Pipeline] sh [2024-03-04T19:58:44.301Z] #31 ... [2024-03-04T19:58:44.302Z] [2024-03-04T19:58:44.302Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-03-04T19:58:44.302Z] #32 DONE 0.7s [2024-03-04T19:58:44.302Z] [2024-03-04T19:58:44.302Z] #31 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T19:58:44.302Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T19:58:44.302Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-04T19:58:44.302Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-04T19:58:44.302Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T19:58:44.302Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-04T19:58:44.302Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-03-04T19:58:44.302Z] #31 ... [2024-03-04T19:58:44.302Z] [2024-03-04T19:58:44.302Z] #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-03-04T19:58:44.302Z] #33 DONE 0.9s [2024-03-04T19:58:44.392Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-03-04T19:58:44.429Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-04T19:58:44.499Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [2024-03-04T19:58:44.561Z] [2024-03-04T19:58:44.561Z] #34 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-03-04T19:58:44.561Z] #34 ... [2024-03-04T19:58:44.561Z] [2024-03-04T19:58:44.561Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-03-04T19:58:44.561Z] #35 DONE 0.9s [2024-03-04T19:58:44.561Z] [2024-03-04T19:58:44.561Z] #36 [security-spire-config internal] load build context [2024-03-04T19:58:44.561Z] #36 transferring context: 16.35kB 0.0s done [2024-03-04T19:58:44.561Z] #36 DONE 0.3s [2024-03-04T19:58:44.561Z] [2024-03-04T19:58:44.561Z] #37 [security-spire-server internal] load build context [2024-03-04T19:58:44.561Z] #37 transferring context: 18.10kB 0.0s done [2024-03-04T19:58:44.561Z] #37 DONE 0.3s [Pipeline] echo [2024-03-04T19:58:44.569Z] ========================================================= [2024-03-04T19:58:44.569Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-03-04T19:58:44.569Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-03-04T19:58:44.819Z] [2024-03-04T19:58:44.819Z] #38 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-03-04T19:58:44.819Z] #38 ... [2024-03-04T19:58:44.819Z] [2024-03-04T19:58:44.819Z] #39 [security-spire-agent internal] load build context [2024-03-04T19:58:44.819Z] #39 transferring context: 17.63kB 0.0s done [2024-03-04T19:58:44.819Z] #39 DONE 0.4s [2024-03-04T19:58:45.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-04T19:58:45.079Z] [2024-03-04T19:58:45.079Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T19:58:45.079Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done [2024-03-04T19:58:45.079Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-03-04T19:58:45.079Z] #40 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-03-04T19:58:45.079Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.2s [2024-03-04T19:58:45.079Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s [2024-03-04T19:58:45.079Z] #40 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-03-04T19:58:45.079Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s [2024-03-04T19:58:45.273Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-03-04T19:58:45.273Z] 9fda8d8052c6: Pulling fs layer [2024-03-04T19:58:45.273Z] 5d54e960e981: Pulling fs layer [2024-03-04T19:58:45.273Z] c4a7e357bf2a: Pulling fs layer [2024-03-04T19:58:45.273Z] f0e02332f6b5: Pulling fs layer [2024-03-04T19:58:45.273Z] 872ee5b61b7b: Pulling fs layer [2024-03-04T19:58:45.273Z] 0c6a40ed1a82: Pulling fs layer [2024-03-04T19:58:45.273Z] 94ae7d8d031c: Pulling fs layer [2024-03-04T19:58:45.273Z] 0c6a40ed1a82: Waiting [2024-03-04T19:58:45.273Z] 94ae7d8d031c: Waiting [2024-03-04T19:58:45.273Z] f0e02332f6b5: Waiting [2024-03-04T19:58:45.273Z] 872ee5b61b7b: Waiting [2024-03-04T19:58:45.273Z] 5d54e960e981: Verifying Checksum [2024-03-04T19:58:45.273Z] 5d54e960e981: Download complete [2024-03-04T19:58:45.273Z] f0e02332f6b5: Verifying Checksum [2024-03-04T19:58:45.273Z] f0e02332f6b5: Download complete [2024-03-04T19:58:45.273Z] 872ee5b61b7b: Verifying Checksum [2024-03-04T19:58:45.273Z] 872ee5b61b7b: Download complete [2024-03-04T19:58:45.273Z] 9fda8d8052c6: Download complete [2024-03-04T19:58:45.376Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s [2024-03-04T19:58:45.376Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s [2024-03-04T19:58:45.636Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s done [2024-03-04T19:58:45.876Z] 94ae7d8d031c: Verifying Checksum [2024-03-04T19:58:45.876Z] 94ae7d8d031c: Download complete [2024-03-04T19:58:46.147Z] 9fda8d8052c6: Pull complete [2024-03-04T19:58:46.593Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.6s done [2024-03-04T19:58:46.739Z] 5d54e960e981: Pull complete [2024-03-04T19:58:46.852Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.6s done [2024-03-04T19:58:46.852Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-03-04T19:58:47.014Z] c4a7e357bf2a: Download complete [2024-03-04T19:58:47.979Z] 0c6a40ed1a82: Verifying Checksum [2024-03-04T19:58:47.979Z] 0c6a40ed1a82: Download complete [2024-03-04T19:58:48.225Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.9s done [2024-03-04T19:58:54.800Z] #40 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #41 [security-proxy-setup internal] load build context [2024-03-04T19:58:54.800Z] #41 transferring context: 310.73MB 7.9s done [2024-03-04T19:58:54.800Z] #41 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #42 [security-bootstrapper internal] load build context [2024-03-04T19:58:54.800Z] #42 transferring context: 310.73MB 6.1s done [2024-03-04T19:58:54.800Z] #42 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #43 [security-proxy-auth internal] load build context [2024-03-04T19:58:54.800Z] #43 transferring context: 310.73MB 8.1s done [2024-03-04T19:58:54.800Z] #43 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #44 [core-metadata internal] load build context [2024-03-04T19:58:54.800Z] #44 transferring context: 310.73MB 7.5s done [2024-03-04T19:58:54.800Z] #44 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #45 [security-spiffe-token-provider internal] load build context [2024-03-04T19:58:54.800Z] #45 transferring context: 310.73MB 7.2s done [2024-03-04T19:58:54.800Z] #45 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #46 [core-common-config-bootstrapper internal] load build context [2024-03-04T19:58:54.800Z] #46 transferring context: 310.73MB 8.0s done [2024-03-04T19:58:54.800Z] #46 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #47 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-04T19:58:54.800Z] #47 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-04T19:58:54.800Z] #48 ... [2024-03-04T19:58:54.800Z] [2024-03-04T19:58:54.800Z] #49 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-04T19:58:55.062Z] #49 ... [2024-03-04T19:58:55.062Z] [2024-03-04T19:58:55.062Z] #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-04T19:58:55.062Z] #0 1.985 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:58:55.062Z] #0 2.144 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:58:55.062Z] #0 2.366 (1/2) Installing dumb-init (1.2.5-r2) [2024-03-04T19:58:55.062Z] #0 2.371 (2/2) Installing su-exec (0.2-r3) [2024-03-04T19:58:55.062Z] #0 2.377 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:58:55.062Z] #0 2.384 OK: 7 MiB in 17 packages [2024-03-04T19:58:55.062Z] #50 ... [2024-03-04T19:58:55.062Z] [2024-03-04T19:58:55.062Z] #51 [security-secretstore-setup internal] load build context [2024-03-04T19:58:55.062Z] #51 transferring context: 310.73MB 7.9s done [2024-03-04T19:58:56.033Z] #51 ... [2024-03-04T19:58:56.033Z] [2024-03-04T19:58:56.033Z] #52 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-04T19:58:56.292Z] #52 ... [2024-03-04T19:58:56.292Z] [2024-03-04T19:58:56.292Z] #53 [core-command internal] load build context [2024-03-04T19:58:56.292Z] #53 transferring context: 310.73MB 6.4s done [2024-03-04T19:58:56.292Z] #53 ... [2024-03-04T19:58:56.292Z] [2024-03-04T19:58:56.292Z] #54 [core-data internal] load build context [2024-03-04T19:58:56.292Z] #54 transferring context: 310.73MB 7.1s done [2024-03-04T19:58:56.292Z] #54 ... [2024-03-04T19:58:56.292Z] [2024-03-04T19:58:56.292Z] #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T19:58:56.292Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T19:58:56.292Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-04T19:58:56.292Z] #31 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.1s done [2024-03-04T19:58:56.292Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T19:58:56.292Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-04T19:58:56.292Z] #31 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-03-04T19:58:56.292Z] #31 ... [2024-03-04T19:58:56.292Z] [2024-03-04T19:58:56.292Z] #55 [support-scheduler internal] load build context [2024-03-04T19:58:56.292Z] #55 transferring context: 310.73MB 6.9s done [2024-03-04T19:58:56.574Z] #55 ... [2024-03-04T19:58:56.574Z] [2024-03-04T19:58:56.574Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T19:58:56.574Z] #56 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done [2024-03-04T19:58:56.575Z] #56 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-03-04T19:58:56.575Z] #56 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-03-04T19:58:56.575Z] #56 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-03-04T19:58:56.575Z] #56 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.5s done [2024-03-04T19:58:56.575Z] #56 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.7s done [2024-03-04T19:58:56.575Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 11.5s [2024-03-04T19:58:57.052Z] #56 ... [2024-03-04T19:58:57.052Z] [2024-03-04T19:58:57.052Z] #57 [support-notifications internal] load build context [2024-03-04T19:58:57.052Z] #57 transferring context: 310.73MB 7.3s done [2024-03-04T19:58:57.319Z] #57 ... [2024-03-04T19:58:57.319Z] [2024-03-04T19:58:57.319Z] #58 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-04T19:58:57.319Z] #58 ... [2024-03-04T19:58:57.319Z] [2024-03-04T19:58:57.319Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-04T19:58:57.319Z] #59 ... [2024-03-04T19:58:57.319Z] [2024-03-04T19:58:57.319Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-04T19:58:57.578Z] #60 ... [2024-03-04T19:58:57.578Z] [2024-03-04T19:58:57.578Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T19:58:57.578Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-03-04T19:58:59.492Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 14.1s [2024-03-04T19:58:59.492Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 8.39MB / 25.84MB 14.5s [2024-03-04T19:58:59.492Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 17.83MB / 25.84MB 14.6s [2024-03-04T19:58:59.751Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 14.8s [2024-03-04T19:59:00.319Z] c4a7e357bf2a: Pull complete [2024-03-04T19:59:00.319Z] f0e02332f6b5: Pull complete [2024-03-04T19:59:00.319Z] 872ee5b61b7b: Pull complete [2024-03-04T19:59:01.131Z] #40 ... [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #42 [security-bootstrapper internal] load build context [2024-03-04T19:59:01.131Z] #42 DONE 17.2s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #38 [core-command builder 2/7] WORKDIR /edgex-go [2024-03-04T19:59:01.131Z] #38 DONE 16.4s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T19:59:01.131Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 16.0s done [2024-03-04T19:59:01.131Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2024-03-04T19:59:01.131Z] #40 ... [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #53 [core-command internal] load build context [2024-03-04T19:59:01.131Z] #53 DONE 17.1s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #55 [support-scheduler internal] load build context [2024-03-04T19:59:01.131Z] #55 DONE 17.3s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-04T19:59:01.131Z] #50 DONE 16.5s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #57 [support-notifications internal] load build context [2024-03-04T19:59:01.131Z] #57 DONE 17.2s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #54 [core-data internal] load build context [2024-03-04T19:59:01.131Z] #54 DONE 17.5s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #45 [security-spiffe-token-provider internal] load build context [2024-03-04T19:59:01.131Z] #45 DONE 17.2s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #44 [core-metadata internal] load build context [2024-03-04T19:59:01.131Z] #44 DONE 17.3s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #41 [security-proxy-setup internal] load build context [2024-03-04T19:59:01.131Z] #41 DONE 17.5s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #46 [core-common-config-bootstrapper internal] load build context [2024-03-04T19:59:01.131Z] #46 DONE 17.4s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #51 [security-secretstore-setup internal] load build context [2024-03-04T19:59:01.131Z] #51 DONE 17.3s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T19:59:01.131Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2024-03-04T19:59:01.131Z] #40 ... [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #43 [security-proxy-auth internal] load build context [2024-03-04T19:59:01.131Z] #43 DONE 17.5s [2024-03-04T19:59:01.131Z] [2024-03-04T19:59:01.131Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T19:59:02.613Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.4s done [2024-03-04T19:59:02.870Z] #40 ... [2024-03-04T19:59:02.871Z] [2024-03-04T19:59:02.871Z] #47 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-04T19:59:02.871Z] #47 16.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #47 16.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #47 17.19 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:02.871Z] #47 17.21 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:02.871Z] #47 17.23 OK: 7 MiB in 16 packages [2024-03-04T19:59:02.871Z] #47 DONE 18.5s [2024-03-04T19:59:02.871Z] [2024-03-04T19:59:02.871Z] #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-03-04T19:59:02.871Z] #34 16.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #34 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #34 17.24 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:02.871Z] #34 17.24 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:02.871Z] #34 17.25 OK: 7 MiB in 16 packages [2024-03-04T19:59:02.871Z] #34 DONE 18.5s [2024-03-04T19:59:02.871Z] [2024-03-04T19:59:02.871Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-04T19:59:02.871Z] #59 17.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #59 17.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #59 17.52 (1/2) Installing ca-certificates (20230506-r0) [2024-03-04T19:59:02.871Z] #59 17.54 (2/2) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:02.871Z] #59 17.54 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:02.871Z] #59 17.55 Executing ca-certificates-20230506-r0.trigger [2024-03-04T19:59:02.871Z] #59 17.59 OK: 8 MiB in 17 packages [2024-03-04T19:59:02.871Z] #59 DONE 18.5s [2024-03-04T19:59:02.871Z] [2024-03-04T19:59:02.871Z] #52 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-04T19:59:02.871Z] #52 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #52 17.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:02.871Z] #52 17.50 (1/4) Installing ca-certificates (20230506-r0) [2024-03-04T19:59:02.871Z] #52 17.51 (2/4) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:02.871Z] #52 17.54 (3/4) Installing su-exec (0.2-r3) [2024-03-04T19:59:02.871Z] #52 17.54 (4/4) Installing yq (4.33.3-r5) [2024-03-04T19:59:02.871Z] #52 17.62 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:02.871Z] #52 17.63 Executing ca-certificates-20230506-r0.trigger [2024-03-04T19:59:02.871Z] #52 17.67 OK: 17 MiB in 19 packages [2024-03-04T19:59:02.871Z] #52 DONE 18.5s [2024-03-04T19:59:03.129Z] [2024-03-04T19:59:03.129Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-04T19:59:03.129Z] #48 16.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #48 17.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #48 17.30 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:03.129Z] #48 17.31 (2/4) Installing openssl (3.1.4-r5) [2024-03-04T19:59:03.129Z] #48 17.32 (3/4) Installing su-exec (0.2-r3) [2024-03-04T19:59:03.129Z] #48 17.32 (4/4) Installing yq (4.33.3-r5) [2024-03-04T19:59:03.129Z] #48 17.40 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:03.129Z] #48 17.40 OK: 17 MiB in 19 packages [2024-03-04T19:59:03.129Z] #48 DONE 18.5s [2024-03-04T19:59:03.129Z] [2024-03-04T19:59:03.129Z] #58 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-04T19:59:03.129Z] #58 16.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #58 16.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #58 17.24 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T19:59:03.129Z] #58 17.24 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T19:59:03.129Z] #58 17.24 OK: 20070 distinct packages available [2024-03-04T19:59:03.129Z] #58 17.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #58 17.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #58 17.58 (1/5) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:03.129Z] #58 17.58 (2/5) Installing musl-obstack (1.2.3-r2) [2024-03-04T19:59:03.129Z] #58 17.59 (3/5) Installing libucontext (1.2-r2) [2024-03-04T19:59:03.129Z] #58 17.61 (4/5) Installing gcompat (1.1.0-r1) [2024-03-04T19:59:03.129Z] #58 17.63 (5/5) Installing openssl (3.1.4-r5) [2024-03-04T19:59:03.129Z] #58 17.64 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:03.129Z] #58 17.65 OK: 8 MiB in 20 packages [2024-03-04T19:59:03.129Z] #58 DONE 18.6s [2024-03-04T19:59:03.129Z] [2024-03-04T19:59:03.129Z] #61 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-03-04T19:59:03.129Z] #61 ... [2024-03-04T19:59:03.129Z] [2024-03-04T19:59:03.129Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T19:59:03.129Z] #40 DONE 18.9s [2024-03-04T19:59:03.129Z] [2024-03-04T19:59:03.129Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-04T19:59:03.129Z] #60 17.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #60 17.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #60 17.51 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T19:59:03.129Z] #60 17.51 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T19:59:03.129Z] #60 17.51 OK: 20070 distinct packages available [2024-03-04T19:59:03.129Z] #60 17.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #60 17.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.129Z] #60 17.92 (1/11) Installing ca-certificates (20230506-r0) [2024-03-04T19:59:03.129Z] #60 17.96 (2/11) Installing brotli-libs (1.0.9-r14) [2024-03-04T19:59:03.129Z] #60 18.30 (3/11) Installing libunistring (1.1-r1) [2024-03-04T19:59:03.129Z] #60 18.35 (4/11) Installing libidn2 (2.3.4-r1) [2024-03-04T19:59:03.129Z] #60 18.37 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-03-04T19:59:03.129Z] #60 18.39 (6/11) Installing libcurl (8.5.0-r0) [2024-03-04T19:59:03.129Z] #60 18.40 (7/11) Installing curl (8.5.0-r0) [2024-03-04T19:59:03.129Z] #60 18.46 (8/11) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:03.129Z] #60 18.46 (9/11) Installing musl-obstack (1.2.3-r2) [2024-03-04T19:59:03.129Z] #60 18.46 (10/11) Installing libucontext (1.2-r2) [2024-03-04T19:59:03.129Z] #60 18.47 (11/11) Installing gcompat (1.1.0-r1) [2024-03-04T19:59:03.129Z] #60 18.47 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:03.129Z] #60 18.48 Executing ca-certificates-20230506-r0.trigger [2024-03-04T19:59:03.129Z] #60 18.56 OK: 12 MiB in 26 packages [2024-03-04T19:59:03.129Z] #60 DONE 18.8s [2024-03-04T19:59:03.388Z] [2024-03-04T19:59:03.388Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T19:59:03.388Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 15.8s done [2024-03-04T19:59:03.388Z] #56 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-03-04T19:59:03.388Z] #56 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 15.9s done [2024-03-04T19:59:03.388Z] #56 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2024-03-04T19:59:03.388Z] #56 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.0s done [2024-03-04T19:59:03.646Z] #56 ... [2024-03-04T19:59:03.646Z] [2024-03-04T19:59:03.646Z] #49 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-04T19:59:03.646Z] #49 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.646Z] #49 18.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.646Z] #49 18.67 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T19:59:03.646Z] #49 18.67 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T19:59:03.646Z] #49 18.67 OK: 20070 distinct packages available [2024-03-04T19:59:03.646Z] #49 18.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.646Z] #49 18.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.646Z] #49 19.06 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-04T19:59:03.646Z] #49 19.06 (2/4) Installing musl-obstack (1.2.3-r2) [2024-03-04T19:59:03.646Z] #49 19.07 (3/4) Installing libucontext (1.2-r2) [2024-03-04T19:59:03.646Z] #49 19.08 (4/4) Installing gcompat (1.1.0-r1) [2024-03-04T19:59:03.646Z] #49 19.11 Executing busybox-1.36.1-r5.trigger [2024-03-04T19:59:03.646Z] #49 19.12 OK: 8 MiB in 19 packages [2024-03-04T19:59:03.646Z] #49 DONE 19.2s [2024-03-04T19:59:03.646Z] [2024-03-04T19:59:03.646Z] #62 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-03-04T19:59:03.904Z] #62 ... [2024-03-04T19:59:03.904Z] [2024-03-04T19:59:03.904Z] #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-04T19:59:03.904Z] #0 2.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.904Z] #0 2.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.904Z] #0 2.370 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T19:59:03.904Z] #0 2.370 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T19:59:03.904Z] #0 2.370 OK: 20075 distinct packages available [2024-03-04T19:59:03.904Z] #0 2.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.904Z] #0 2.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:03.904Z] #0 2.805 OK: 264 MiB in 52 packages [2024-03-04T19:59:03.904Z] #63 DONE 2.9s [2024-03-04T19:59:03.904Z] [2024-03-04T19:59:03.904Z] #64 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:03.904Z] #64 DONE 0.1s [2024-03-04T19:59:03.904Z] [2024-03-04T19:59:03.904Z] #65 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:04.163Z] #65 ... [2024-03-04T19:59:04.163Z] [2024-03-04T19:59:04.163Z] #66 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-03-04T19:59:04.163Z] #0 2.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.163Z] #0 2.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.163Z] #0 3.098 OK: 264 MiB in 52 packages [2024-03-04T19:59:04.163Z] #66 DONE 3.2s [2024-03-04T19:59:04.163Z] [2024-03-04T19:59:04.163Z] #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:04.163Z] #67 DONE 0.0s [2024-03-04T19:59:04.448Z] [2024-03-04T19:59:04.448Z] #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:04.706Z] #68 ... [2024-03-04T19:59:04.706Z] [2024-03-04T19:59:04.706Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-04T19:59:04.706Z] #0 3.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.706Z] #0 3.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.706Z] #0 3.533 OK: 264 MiB in 52 packages [2024-03-04T19:59:04.706Z] #69 DONE 3.7s [2024-03-04T19:59:04.706Z] [2024-03-04T19:59:04.706Z] #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:04.706Z] #70 DONE 0.1s [2024-03-04T19:59:04.706Z] [2024-03-04T19:59:04.706Z] #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-04T19:59:04.706Z] #0 3.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.706Z] #0 3.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.706Z] #0 3.593 OK: 7 MiB in 17 packages [2024-03-04T19:59:04.706Z] #71 DONE 3.7s [2024-03-04T19:59:04.706Z] [2024-03-04T19:59:04.706Z] #72 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-03-04T19:59:04.706Z] #0 2.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.706Z] #0 3.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.706Z] #0 3.826 OK: 264 MiB in 52 packages [2024-03-04T19:59:04.706Z] #72 DONE 3.9s [2024-03-04T19:59:04.706Z] [2024-03-04T19:59:04.706Z] #73 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:04.966Z] #73 DONE 0.0s [2024-03-04T19:59:04.966Z] [2024-03-04T19:59:04.966Z] #74 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:04.966Z] #74 ... [2024-03-04T19:59:04.966Z] [2024-03-04T19:59:04.966Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T19:59:04.966Z] #0 1.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.966Z] #0 1.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:04.966Z] #0 1.936 OK: 7 MiB in 16 packages [2024-03-04T19:59:04.966Z] #75 DONE 2.0s [2024-03-04T19:59:05.224Z] [2024-03-04T19:59:05.224Z] #61 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-03-04T19:59:05.224Z] #61 1.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.224Z] #61 1.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.224Z] #61 2.108 OK: 7 MiB in 16 packages [2024-03-04T19:59:05.224Z] #61 DONE 2.2s [2024-03-04T19:59:05.224Z] [2024-03-04T19:59:05.224Z] #76 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-04T19:59:05.482Z] #76 ... [2024-03-04T19:59:05.482Z] [2024-03-04T19:59:05.482Z] #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-04T19:59:05.482Z] #0 1.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.482Z] #0 2.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.482Z] #0 2.305 OK: 17 MiB in 19 packages [2024-03-04T19:59:05.482Z] #77 DONE 2.4s [2024-03-04T19:59:05.482Z] [2024-03-04T19:59:05.482Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T19:59:05.482Z] #0 2.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.482Z] #0 2.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.482Z] #0 2.364 OK: 8 MiB in 17 packages [2024-03-04T19:59:05.482Z] #78 DONE 2.5s [2024-03-04T19:59:05.482Z] [2024-03-04T19:59:05.482Z] #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-03-04T19:59:05.482Z] #79 DONE 0.0s [2024-03-04T19:59:05.482Z] [2024-03-04T19:59:05.482Z] #62 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-03-04T19:59:05.482Z] #62 2.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.482Z] #62 2.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:05.482Z] #62 2.562 OK: 8 MiB in 20 packages [2024-03-04T19:59:05.742Z] #62 DONE 2.6s [2024-03-04T19:59:05.742Z] [2024-03-04T19:59:05.742Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-04T19:59:06.678Z] #80 DONE 1.0s [2024-03-04T19:59:06.678Z] [2024-03-04T19:59:06.678Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T19:59:06.678Z] #0 2.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:06.678Z] #0 2.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:06.678Z] #0 2.448 OK: 12 MiB in 26 packages [2024-03-04T19:59:06.678Z] #81 DONE 3.4s [2024-03-04T19:59:06.678Z] [2024-03-04T19:59:06.678Z] #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-04T19:59:06.678Z] #0 2.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:06.678Z] #0 2.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:06.678Z] #0 2.778 OK: 17 MiB in 19 packages [2024-03-04T19:59:06.678Z] #82 DONE 3.7s [2024-03-04T19:59:06.678Z] [2024-03-04T19:59:06.678Z] #83 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-03-04T19:59:06.678Z] #83 DONE 1.0s [2024-03-04T19:59:06.678Z] [2024-03-04T19:59:06.678Z] #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-04T19:59:06.678Z] #0 1.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:06.678Z] #0 2.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-04T19:59:06.678Z] #0 2.292 OK: 8 MiB in 19 packages [2024-03-04T19:59:06.678Z] #84 DONE 3.0s [2024-03-04T19:59:06.678Z] [2024-03-04T19:59:06.678Z] #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-04T19:59:07.614Z] #85 DONE 1.0s [2024-03-04T19:59:07.614Z] [2024-03-04T19:59:07.614Z] #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-03-04T19:59:07.614Z] #86 DONE 1.0s [2024-03-04T19:59:07.614Z] [2024-03-04T19:59:07.614Z] #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-04T19:59:07.614Z] #87 DONE 1.0s [2024-03-04T19:59:07.614Z] [2024-03-04T19:59:07.614Z] #88 [security-spire-server stage-2 6/9] COPY security.txt / [2024-03-04T19:59:07.614Z] #88 DONE 0.1s [2024-03-04T19:59:07.614Z] [2024-03-04T19:59:07.614Z] #89 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-03-04T19:59:07.872Z] #89 DONE 0.0s [2024-03-04T19:59:07.872Z] [2024-03-04T19:59:07.872Z] #90 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-03-04T19:59:07.872Z] #90 DONE 0.1s [2024-03-04T19:59:07.872Z] [2024-03-04T19:59:07.872Z] #91 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-03-04T19:59:07.872Z] #91 DONE 0.1s [2024-03-04T19:59:07.872Z] [2024-03-04T19:59:07.872Z] #92 [security-spire-config stage-2 6/10] COPY security.txt / [2024-03-04T19:59:07.872Z] #92 DONE 0.1s [2024-03-04T19:59:07.872Z] [2024-03-04T19:59:07.872Z] #93 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-03-04T19:59:07.872Z] #93 DONE 0.1s [2024-03-04T19:59:07.872Z] [2024-03-04T19:59:07.872Z] #94 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-03-04T19:59:07.872Z] #94 DONE 0.1s [2024-03-04T19:59:07.872Z] [2024-03-04T19:59:07.872Z] #95 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-04T19:59:08.130Z] #95 DONE 0.1s [2024-03-04T19:59:08.130Z] [2024-03-04T19:59:08.130Z] #96 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-03-04T19:59:08.130Z] #96 DONE 0.1s [2024-03-04T19:59:08.130Z] [2024-03-04T19:59:08.130Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-03-04T19:59:08.130Z] #97 DONE 0.1s [2024-03-04T19:59:08.130Z] [2024-03-04T19:59:08.130Z] #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-03-04T19:59:08.130Z] #98 DONE 0.1s [2024-03-04T19:59:08.130Z] [2024-03-04T19:59:08.130Z] #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-03-04T19:59:08.130Z] #99 DONE 0.1s [2024-03-04T19:59:08.130Z] [2024-03-04T19:59:08.130Z] #100 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-03-04T19:59:08.130Z] #100 DONE 0.1s [2024-03-04T19:59:08.130Z] [2024-03-04T19:59:08.130Z] #101 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-03-04T19:59:08.130Z] #101 DONE 0.1s [2024-03-04T19:59:08.130Z] [2024-03-04T19:59:08.130Z] #102 [security-spire-config] exporting to image [2024-03-04T19:59:08.130Z] #102 exporting layers [2024-03-04T19:59:08.673Z] 0c6a40ed1a82: Pull complete [2024-03-04T19:59:08.697Z] #102 ... [2024-03-04T19:59:08.697Z] [2024-03-04T19:59:08.697Z] #76 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-04T19:59:08.697Z] #76 DONE 3.9s [2024-03-04T19:59:08.697Z] [2024-03-04T19:59:08.697Z] #103 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-03-04T19:59:08.697Z] #103 DONE 0.0s [2024-03-04T19:59:08.697Z] [2024-03-04T19:59:08.697Z] #102 [security-spire-agent] exporting to image [2024-03-04T19:59:08.697Z] #102 exporting layers 0.6s done [2024-03-04T19:59:08.697Z] #102 writing image sha256:6b9634ec34ae59b0ac4d3056cf117b73666167e74860ed351f5ce05ce23b47e7 done [2024-03-04T19:59:08.697Z] #102 naming to docker.io/library/security-spire-server done [2024-03-04T19:59:08.697Z] #102 writing image sha256:6150691455d370fcad03595e8cb35509d85496576da203bb7e2f28cc72d72cdf done [2024-03-04T19:59:08.697Z] #102 naming to docker.io/library/security-spire-agent done [2024-03-04T19:59:08.955Z] #102 exporting layers 0.6s done [2024-03-04T19:59:08.955Z] #102 writing image sha256:7c6b7749a4aebcb07c81e3df48ad1506f17342e119df73c75e6bf02f6f76d494 done [2024-03-04T19:59:08.955Z] #102 naming to docker.io/library/security-spire-config done [2024-03-04T19:59:08.955Z] #102 DONE 0.7s [2024-03-04T19:59:08.955Z] [2024-03-04T19:59:08.955Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:10.620Z] 94ae7d8d031c: Pull complete [2024-03-04T19:59:10.621Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-03-04T19:59:10.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-04T19:59:10.621Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-03-04T19:59:11.041Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-04T19:59:11.041Z] WORKDIR /edgex [2024-03-04T19:59:11.041Z] COPY go.mod . [2024-03-04T19:59:11.041Z] RUN go mod download [2024-03-04T19:59:11.041Z] + docker build -t ci-base-image-arm64 -f - . [2024-03-04T19:59:11.636Z] Sending build context to Docker daemon 2.918MB [2024-03-04T19:59:11.636Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-04T19:59:11.636Z] ---> 86de565de09d [2024-03-04T19:59:11.636Z] Step 2/4 : WORKDIR /edgex [2024-03-04T19:59:13.573Z] ---> Running in 97af4fc32cfa [2024-03-04T19:59:13.573Z] Removing intermediate container 97af4fc32cfa [2024-03-04T19:59:13.573Z] ---> fe49497f1b71 [2024-03-04T19:59:13.573Z] Step 3/4 : COPY go.mod . [2024-03-04T19:59:14.154Z] ---> 9b5c620c790c [2024-03-04T19:59:14.154Z] Step 4/4 : RUN go mod download [2024-03-04T19:59:14.154Z] ---> Running in 2dc45f81d4cc [2024-03-04T19:59:21.155Z] #104 DONE 16.3s [2024-03-04T19:59:21.155Z] [2024-03-04T19:59:21.155Z] #74 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:21.155Z] #74 DONE 16.1s [2024-03-04T19:59:21.155Z] [2024-03-04T19:59:21.155Z] #65 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:21.155Z] #65 DONE 17.1s [2024-03-04T19:59:21.155Z] [2024-03-04T19:59:21.155Z] #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:21.155Z] #68 DONE 16.8s [2024-03-04T19:59:21.155Z] [2024-03-04T19:59:21.155Z] #105 [security-proxy-setup builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #105 ... [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #106 [support-notifications builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #106 DONE 5.7s [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #107 [security-spiffe-token-provider builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #107 DONE 5.7s [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #108 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:27.749Z] #108 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #109 [core-command builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #109 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #110 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:27.749Z] #110 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #111 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:27.749Z] #111 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #112 [core-metadata builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #112 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:27.749Z] #113 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #114 [support-scheduler builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #114 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #115 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:27.749Z] #115 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:27.749Z] #116 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #117 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #117 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #118 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:27.749Z] #118 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #119 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:27.749Z] #119 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #105 [security-proxy-setup builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #105 DONE 5.7s [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:27.749Z] #120 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #121 [security-proxy-auth builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #121 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #122 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:27.749Z] #122 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #123 [core-data builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #123 DONE 5.7s [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:27.749Z] #124 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #125 [security-secretstore-setup builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #125 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:27.749Z] #126 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T19:59:27.749Z] #127 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-04T19:59:27.749Z] #128 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #129 [security-bootstrapper builder 6/7] COPY . . [2024-03-04T19:59:27.749Z] #129 CACHED [2024-03-04T19:59:27.749Z] [2024-03-04T19:59:27.749Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T19:59:27.749Z] #130 1.064 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-03-04T19:59:37.754Z] #130 ... [2024-03-04T19:59:37.754Z] [2024-03-04T19:59:37.754Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-04T19:59:37.754Z] #0 0.621 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-03-04T19:59:37.754Z] #131 ... [2024-03-04T19:59:37.754Z] [2024-03-04T19:59:37.754Z] #132 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T19:59:37.755Z] #0 0.798 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-04T19:59:37.755Z] #132 ... [2024-03-04T19:59:37.755Z] [2024-03-04T19:59:37.755Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T19:59:37.755Z] #0 0.897 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-04T19:59:37.755Z] #133 ... [2024-03-04T19:59:37.755Z] [2024-03-04T19:59:37.755Z] #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-04T19:59:37.755Z] #0 1.144 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-04T19:59:37.755Z] #134 ... [2024-03-04T19:59:37.755Z] [2024-03-04T19:59:37.755Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-04T19:59:37.755Z] #0 0.442 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-04T19:59:37.755Z] #135 ... [2024-03-04T19:59:37.755Z] [2024-03-04T19:59:37.755Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-04T19:59:37.755Z] #0 0.826 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-04T19:59:37.755Z] #136 ... [2024-03-04T19:59:37.755Z] [2024-03-04T19:59:37.755Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-04T19:59:37.755Z] #0 0.732 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-04T19:59:37.755Z] #137 ... [2024-03-04T19:59:37.755Z] [2024-03-04T19:59:37.755Z] #138 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-04T19:59:37.755Z] #0 1.163 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-04T19:59:37.755Z] #138 ... [2024-03-04T19:59:37.755Z] [2024-03-04T19:59:37.755Z] #139 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-04T19:59:37.755Z] #0 1.002 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-04T19:59:38.012Z] #139 ... [2024-03-04T19:59:38.012Z] [2024-03-04T19:59:38.012Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-04T19:59:38.012Z] #0 0.350 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-04T19:59:53.043Z] Removing intermediate container 2dc45f81d4cc [2024-03-04T19:59:53.043Z] ---> 1135b05dc0aa [2024-03-04T19:59:53.043Z] Successfully built 1135b05dc0aa [2024-03-04T19:59:53.043Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T19:59:53.488Z] + docker inspect -f . ci-base-image-arm64 [2024-03-04T19:59:53.488Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T19:59:53.847Z] prd-ubuntu20.04-docker-arm64-4c-16g-4885 does not seem to be running inside a container [2024-03-04T19:59:53.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-03-04T19:59:55.120Z] $ docker top 01b5955c5383f9cc628a246db7b25847796ec542ee8614d320ff79de097cf7e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-04T19:59:56.073Z] + go version [2024-03-04T19:59:56.074Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-03-04T19:59:56.110Z] $ docker stop --time=1 01b5955c5383f9cc628a246db7b25847796ec542ee8614d320ff79de097cf7e5 [2024-03-04T19:59:57.715Z] $ docker rm -f --volumes 01b5955c5383f9cc628a246db7b25847796ec542ee8614d320ff79de097cf7e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T19:59:58.927Z] + docker inspect -f . ci-base-image-arm64 [2024-03-04T19:59:58.927Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T19:59:59.255Z] prd-ubuntu20.04-docker-arm64-4c-16g-4885 does not seem to be running inside a container [2024-03-04T19:59:59.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-03-04T20:00:00.493Z] $ docker top 32d45b3a038a28563f18d0769f4144b1bc78f380b22d62b9f7c0d719db84294f -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-04T20:00:00.820Z] ========================================================= [2024-03-04T20:00:00.820Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-03-04T20:00:00.820Z] ========================================================= [Pipeline] sh [2024-03-04T20:00:01.454Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-03-04T20:00:02.213Z] + make test [2024-03-04T20:00:02.213Z] go test -race -coverprofile=coverage.out ./... [2024-03-04T20:00:41.062Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-03-04T20:00:47.329Z] #140 ... [2024-03-04T20:00:47.329Z] [2024-03-04T20:00:47.329Z] #138 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-04T20:00:47.329Z] #138 77.78 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-04T20:00:50.682Z] #138 ... [2024-03-04T20:00:50.682Z] [2024-03-04T20:00:50.682Z] #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-04T20:00:50.682Z] #137 DONE 83.9s [2024-03-04T20:00:50.682Z] [2024-03-04T20:00:50.682Z] #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-04T20:00:51.261Z] #134 ... [2024-03-04T20:00:51.261Z] [2024-03-04T20:00:51.261Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-04T20:00:51.261Z] #135 DONE 84.4s [2024-03-04T20:00:51.533Z] [2024-03-04T20:00:51.533Z] #141 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:51.533Z] #141 ... [2024-03-04T20:00:51.533Z] [2024-03-04T20:00:51.533Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-04T20:00:51.533Z] #140 DONE 84.8s [2024-03-04T20:00:51.533Z] [2024-03-04T20:00:51.533Z] #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-04T20:00:51.533Z] #131 DONE 84.8s [2024-03-04T20:00:51.821Z] [2024-03-04T20:00:51.821Z] #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-04T20:00:51.821Z] #134 DONE 84.9s [2024-03-04T20:00:51.821Z] [2024-03-04T20:00:51.821Z] #138 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-04T20:00:51.821Z] #138 DONE 84.9s [2024-03-04T20:00:51.821Z] [2024-03-04T20:00:51.821Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-04T20:00:51.821Z] #136 DONE 84.9s [2024-03-04T20:00:51.821Z] [2024-03-04T20:00:51.821Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T20:00:51.821Z] #133 DONE 85.0s [2024-03-04T20:00:51.821Z] [2024-03-04T20:00:51.821Z] #142 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-03-04T20:00:51.821Z] #142 ... [2024-03-04T20:00:51.821Z] [2024-03-04T20:00:51.821Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:00:51.821Z] #130 DONE 85.0s [2024-03-04T20:00:52.401Z] [2024-03-04T20:00:52.401Z] #143 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #143 ... [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #141 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #141 DONE 1.5s [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #142 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-03-04T20:00:53.045Z] #142 DONE 1.3s [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #143 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #143 DONE 1.0s [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #144 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #144 DONE 1.2s [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #145 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #145 DONE 1.2s [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #146 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #146 DONE 0.4s [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #147 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.045Z] #147 ... [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #132 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:00:53.045Z] #132 DONE 86.4s [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #148 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #148 CACHED [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #149 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.045Z] #149 CACHED [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #150 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.045Z] #150 CACHED [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #151 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #151 CACHED [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #152 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.045Z] #152 CACHED [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #153 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.045Z] #153 CACHED [2024-03-04T20:00:53.045Z] [2024-03-04T20:00:53.045Z] #154 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.045Z] #154 DONE 0.3s [2024-03-04T20:00:53.439Z] [2024-03-04T20:00:53.439Z] #155 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:53.439Z] #155 ... [2024-03-04T20:00:53.439Z] [2024-03-04T20:00:53.439Z] #156 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.439Z] #156 DONE 0.4s [2024-03-04T20:00:53.439Z] [2024-03-04T20:00:53.439Z] #147 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.439Z] #147 DONE 0.3s [2024-03-04T20:00:53.439Z] [2024-03-04T20:00:53.439Z] #157 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.439Z] #157 DONE 0.4s [2024-03-04T20:00:53.854Z] [2024-03-04T20:00:53.854Z] #158 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:53.854Z] #158 DONE 0.4s [2024-03-04T20:00:53.854Z] [2024-03-04T20:00:53.854Z] #159 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-03-04T20:00:54.115Z] #159 ... [2024-03-04T20:00:54.115Z] [2024-03-04T20:00:54.115Z] #160 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-03-04T20:00:54.115Z] #160 DONE 1.0s [2024-03-04T20:00:54.115Z] [2024-03-04T20:00:54.115Z] #155 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:54.115Z] #155 DONE 0.9s [2024-03-04T20:00:54.115Z] [2024-03-04T20:00:54.115Z] #161 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-03-04T20:00:54.115Z] #161 DONE 1.1s [2024-03-04T20:00:54.115Z] [2024-03-04T20:00:54.115Z] #162 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:54.374Z] #162 ... [2024-03-04T20:00:54.374Z] [2024-03-04T20:00:54.374Z] #163 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-03-04T20:00:54.374Z] #163 DONE 1.1s [2024-03-04T20:00:54.374Z] [2024-03-04T20:00:54.374Z] #164 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-03-04T20:00:54.374Z] #164 DONE 1.1s [2024-03-04T20:00:54.374Z] [2024-03-04T20:00:54.374Z] #165 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-03-04T20:00:54.374Z] #165 DONE 1.0s [2024-03-04T20:00:54.374Z] [2024-03-04T20:00:54.374Z] #159 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-03-04T20:00:54.374Z] #159 DONE 1.0s [2024-03-04T20:00:54.653Z] [2024-03-04T20:00:54.653Z] #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-04T20:00:54.653Z] #166 ... [2024-03-04T20:00:54.653Z] [2024-03-04T20:00:54.653Z] #167 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-04T20:00:54.653Z] #167 DONE 1.7s [2024-03-04T20:00:54.653Z] [2024-03-04T20:00:54.653Z] #139 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-04T20:00:54.653Z] #139 DONE 88.0s [2024-03-04T20:00:54.653Z] [2024-03-04T20:00:54.653Z] #168 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-03-04T20:00:54.653Z] #168 DONE 1.0s [2024-03-04T20:00:54.653Z] [2024-03-04T20:00:54.653Z] #169 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:54.942Z] #169 ... [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #170 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:54.942Z] #170 DONE 0.7s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #171 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:54.942Z] #171 CACHED [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #172 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:54.942Z] #172 CACHED [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #173 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-03-04T20:00:54.942Z] #173 DONE 0.8s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #162 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:54.942Z] #162 DONE 0.7s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #174 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:54.942Z] #174 DONE 0.7s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #175 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:54.942Z] #175 DONE 0.7s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #176 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:54.942Z] #176 DONE 0.7s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #177 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-03-04T20:00:54.942Z] #177 DONE 0.7s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-04T20:00:54.942Z] #166 DONE 0.6s [2024-03-04T20:00:54.942Z] [2024-03-04T20:00:54.942Z] #178 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-03-04T20:00:55.206Z] #178 ... [2024-03-04T20:00:55.206Z] [2024-03-04T20:00:55.206Z] #179 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:00:55.206Z] #179 DONE 0.6s [2024-03-04T20:00:55.465Z] [2024-03-04T20:00:55.465Z] #102 [core-command] exporting to image [2024-03-04T20:00:55.465Z] #102 exporting layers 0.2s done [2024-03-04T20:00:55.465Z] #102 ... [2024-03-04T20:00:55.465Z] [2024-03-04T20:00:55.465Z] #169 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:55.465Z] #169 DONE 0.7s [2024-03-04T20:00:55.465Z] [2024-03-04T20:00:55.465Z] #180 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:55.465Z] #180 DONE 0.7s [2024-03-04T20:00:55.465Z] [2024-03-04T20:00:55.465Z] #102 [security-spiffe-token-provider] exporting to image [2024-03-04T20:00:55.723Z] #102 ... [2024-03-04T20:00:55.723Z] [2024-03-04T20:00:55.723Z] #181 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-03-04T20:00:55.723Z] #181 DONE 0.8s [2024-03-04T20:00:55.982Z] [2024-03-04T20:00:55.982Z] #182 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-03-04T20:00:55.982Z] #182 DONE 1.0s [2024-03-04T20:00:55.982Z] [2024-03-04T20:00:55.982Z] #183 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:55.982Z] #183 ... [2024-03-04T20:00:55.982Z] [2024-03-04T20:00:55.982Z] #184 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-03-04T20:00:55.982Z] #184 DONE 1.1s [2024-03-04T20:00:55.982Z] [2024-03-04T20:00:55.982Z] #185 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-03-04T20:00:55.982Z] #185 DONE 1.0s [2024-03-04T20:00:55.982Z] [2024-03-04T20:00:55.982Z] #186 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-03-04T20:00:55.982Z] #186 DONE 1.0s [2024-03-04T20:00:55.982Z] [2024-03-04T20:00:55.982Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:55.982Z] #187 DONE 1.0s [2024-03-04T20:00:55.982Z] [2024-03-04T20:00:55.982Z] #178 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-03-04T20:00:55.982Z] #178 DONE 1.0s [2024-03-04T20:00:56.243Z] [2024-03-04T20:00:56.243Z] #188 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-03-04T20:00:56.243Z] #188 ... [2024-03-04T20:00:56.243Z] [2024-03-04T20:00:56.244Z] #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:00:56.244Z] #189 DONE 1.0s [2024-03-04T20:00:56.502Z] [2024-03-04T20:00:56.502Z] #183 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:56.502Z] #183 DONE 0.7s [2024-03-04T20:00:56.502Z] [2024-03-04T20:00:56.502Z] #102 [core-metadata] exporting to image [2024-03-04T20:00:56.502Z] #102 exporting layers 0.4s done [2024-03-04T20:00:56.840Z] #102 exporting layers 1.1s done [2024-03-04T20:00:57.112Z] #102 ... [2024-03-04T20:00:57.112Z] [2024-03-04T20:00:57.112Z] #190 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:00:57.112Z] #190 DONE 1.3s [2024-03-04T20:00:57.370Z] [2024-03-04T20:00:57.370Z] #102 [support-notifications] exporting to image [2024-03-04T20:00:57.370Z] #102 ... [2024-03-04T20:00:57.370Z] [2024-03-04T20:00:57.370Z] #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-03-04T20:00:57.370Z] #191 DONE 1.4s [2024-03-04T20:00:57.370Z] [2024-03-04T20:00:57.370Z] #188 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-03-04T20:00:57.370Z] #188 DONE 1.3s [2024-03-04T20:00:57.370Z] [2024-03-04T20:00:57.370Z] #192 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-03-04T20:00:57.370Z] #192 DONE 1.2s [2024-03-04T20:00:57.370Z] [2024-03-04T20:00:57.370Z] #102 [core-command] exporting to image [2024-03-04T20:00:57.370Z] #102 exporting layers 0.8s done [2024-03-04T20:00:57.370Z] #102 writing image sha256:e067a63ac7a06a15657bf1b712330afe0d9a99d69920b0c42af3d5803daf5ed2 done [2024-03-04T20:00:57.370Z] #102 naming to docker.io/library/core-command done [2024-03-04T20:00:57.951Z] #102 ... [2024-03-04T20:00:57.952Z] [2024-03-04T20:00:57.952Z] #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:00:57.952Z] #193 DONE 1.9s [2024-03-04T20:00:57.952Z] [2024-03-04T20:00:57.952Z] #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:00:57.952Z] #194 DONE 1.9s [2024-03-04T20:00:57.952Z] [2024-03-04T20:00:57.952Z] #102 [core-common-config-bootstrapper] exporting to image [2024-03-04T20:00:57.952Z] #102 writing image sha256:d52c94776c54dbcf8940aac72b03de9dce4cbad1fd020a1d85f54b3ea1848e41 [2024-03-04T20:00:57.952Z] #102 writing image sha256:a8d2fe5d309b28a79e94aed903608beaa98d9c9c48e8edaec060cef33c0d8c34 [2024-03-04T20:00:57.952Z] #102 writing image sha256:06151b710f67388c3480c1c774c9830fef2bd3e1a3060844ada63d2c7f85ca30 [2024-03-04T20:00:57.952Z] #102 writing image sha256:5490da9aa1f46cad9359d2d6a795382be9095e220e4bf51e74bf17c3efc05d51 [2024-03-04T20:00:58.211Z] #102 writing image sha256:d52c94776c54dbcf8940aac72b03de9dce4cbad1fd020a1d85f54b3ea1848e41 0.4s done [2024-03-04T20:00:58.211Z] #102 writing image sha256:a8d2fe5d309b28a79e94aed903608beaa98d9c9c48e8edaec060cef33c0d8c34 0.4s done [2024-03-04T20:00:58.211Z] #102 writing image sha256:06151b710f67388c3480c1c774c9830fef2bd3e1a3060844ada63d2c7f85ca30 0.5s done [2024-03-04T20:00:58.211Z] #102 naming to docker.io/library/support-scheduler 0.0s done [2024-03-04T20:00:58.211Z] #102 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2024-03-04T20:00:58.211Z] #102 naming to docker.io/library/core-metadata [2024-03-04T20:00:58.471Z] #102 ... [2024-03-04T20:00:58.471Z] [2024-03-04T20:00:58.471Z] #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-04T20:00:58.471Z] #195 DONE 1.0s [2024-03-04T20:00:58.471Z] [2024-03-04T20:00:58.471Z] #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-03-04T20:00:58.471Z] #196 DONE 0.9s [2024-03-04T20:00:58.471Z] [2024-03-04T20:00:58.471Z] #102 [support-notifications] exporting to image [2024-03-04T20:00:58.471Z] #102 exporting layers 0.6s done [2024-03-04T20:00:58.471Z] #102 writing image sha256:5490da9aa1f46cad9359d2d6a795382be9095e220e4bf51e74bf17c3efc05d51 0.5s done [2024-03-04T20:00:58.471Z] #102 naming to docker.io/library/core-metadata done [2024-03-04T20:00:58.471Z] #102 naming to docker.io/library/core-data done [2024-03-04T20:00:58.471Z] #102 writing image sha256:ed53cda1f316f29a5176c644bc780988edcbe12822d65742965a35906bbb5249 done [2024-03-04T20:00:58.471Z] #102 naming to docker.io/library/support-notifications done [2024-03-04T20:00:58.471Z] #102 writing image sha256:f45d9c3db3f2dc68164421c6e47d8fa30f27f0d585fcc5d0736c687801f93c27 [2024-03-04T20:00:58.471Z] #102 writing image sha256:f45d9c3db3f2dc68164421c6e47d8fa30f27f0d585fcc5d0736c687801f93c27 done [2024-03-04T20:00:58.471Z] #102 naming to docker.io/library/security-proxy-auth done [2024-03-04T20:00:58.471Z] #102 writing image sha256:e4814a6e238d1f88b26e24cf339c3fdb11f7e9f550fdabcf5cca57fae3594376 done [2024-03-04T20:00:58.471Z] #102 naming to docker.io/library/core-common-config-bootstrapper done [2024-03-04T20:00:58.471Z] #102 DONE 4.4s [2024-03-04T20:00:58.471Z] [2024-03-04T20:00:58.471Z] #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-04T20:00:58.471Z] #197 DONE 0.1s [2024-03-04T20:00:58.471Z] [2024-03-04T20:00:58.471Z] #198 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-03-04T20:00:58.471Z] #198 DONE 0.1s [2024-03-04T20:00:58.471Z] [2024-03-04T20:00:58.471Z] #199 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-03-04T20:00:58.471Z] #199 DONE 0.0s [2024-03-04T20:00:58.471Z] [2024-03-04T20:00:58.471Z] #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:00:58.731Z] #200 ... [2024-03-04T20:00:58.731Z] [2024-03-04T20:00:58.731Z] #201 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:00:58.731Z] #201 DONE 1.2s [2024-03-04T20:00:58.731Z] [2024-03-04T20:00:58.731Z] #202 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-03-04T20:00:58.731Z] #202 DONE 0.1s [2024-03-04T20:00:58.731Z] [2024-03-04T20:00:58.731Z] #203 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-03-04T20:00:58.731Z] #203 DONE 0.0s [2024-03-04T20:00:58.731Z] [2024-03-04T20:00:58.731Z] #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-04T20:00:58.998Z] #204 ... [2024-03-04T20:00:58.998Z] [2024-03-04T20:00:58.998Z] #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:00:58.998Z] #200 DONE 0.4s [2024-03-04T20:00:59.258Z] [2024-03-04T20:00:59.258Z] #102 [security-secretstore-setup] exporting to image [2024-03-04T20:00:59.258Z] #102 writing image sha256:2795cc813f8782f43f371718300c2c1db45b79215947eb5bffad93182392e677 done [2024-03-04T20:00:59.258Z] #102 naming to docker.io/library/security-proxy-setup done [2024-03-04T20:00:59.258Z] #102 ... [2024-03-04T20:00:59.258Z] [2024-03-04T20:00:59.258Z] #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-04T20:00:59.258Z] #204 DONE 0.5s [2024-03-04T20:00:59.258Z] [2024-03-04T20:00:59.258Z] #102 [security-bootstrapper] exporting to image [2024-03-04T20:00:59.258Z] #102 writing image sha256:0ddc97e69cf4d9f1573924966dd78a696f5af95fc7113cd83d31b8d875d65922 done [2024-03-04T20:00:59.258Z] #102 naming to docker.io/library/security-secretstore-setup done [2024-03-04T20:00:59.517Z] #102 exporting layers 0.2s done [2024-03-04T20:00:59.517Z] #102 writing image sha256:ab4ad152ef409a9faa3e46b1f3ffc42be00287d2d02409b793c15c3539e2aa5c done [2024-03-04T20:00:59.517Z] #102 naming to docker.io/library/security-bootstrapper done [2024-03-04T20:00:59.517Z] #102 DONE 5.1s [2024-03-04T20:00:59.517Z] [2024-03-04T20:00:59.517Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:00:59.517Z] time="2024-03-04T19:58:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-03-04T20:00:59.549Z] $ docker stop --time=1 7e30af8ca56a67efaa637f80ab3eb6adeb8a228c2af5938c7d45e6d89b30eeed [2024-03-04T20:01:00.865Z] $ docker rm -f --volumes 7e30af8ca56a67efaa637f80ab3eb6adeb8a228c2af5938c7d45e6d89b30eeed [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-04T20:01:01.372Z] + docker images [2024-03-04T20:01:01.372Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-03-04T20:01:01.372Z] security-bootstrapper latest ab4ad152ef40 2 seconds ago 18.6MB [2024-03-04T20:01:01.372Z] security-proxy-setup latest 2795cc813f87 3 seconds ago 25.9MB [2024-03-04T20:01:01.372Z] security-secretstore-setup latest 0ddc97e69cf4 3 seconds ago 36.3MB [2024-03-04T20:01:01.372Z] core-common-config-bootstrapper latest e4814a6e238d 4 seconds ago 15MB [2024-03-04T20:01:01.372Z] security-proxy-auth latest f45d9c3db3f2 4 seconds ago 15.8MB [2024-03-04T20:01:01.372Z] support-notifications latest ed53cda1f316 5 seconds ago 26.7MB [2024-03-04T20:01:01.372Z] support-scheduler latest d52c94776c54 5 seconds ago 26.2MB [2024-03-04T20:01:01.372Z] core-data latest 5490da9aa1f4 6 seconds ago 17.2MB [2024-03-04T20:01:01.372Z] core-metadata latest 06151b710f67 6 seconds ago 17.4MB [2024-03-04T20:01:01.372Z] security-spiffe-token-provider latest a8d2fe5d309b 6 seconds ago 28.7MB [2024-03-04T20:01:01.372Z] core-command latest e067a63ac7a0 7 seconds ago 17MB [2024-03-04T20:01:01.372Z] security-spire-agent latest 6150691455d3 About a minute ago 161MB [2024-03-04T20:01:01.372Z] security-spire-config latest 7c6b7749a4ae About a minute ago 102MB [2024-03-04T20:01:01.372Z] security-spire-server latest 6b9634ec34ae About a minute ago 102MB [2024-03-04T20:01:01.372Z] ci-base-image-x86_64 latest 63c4199a78bd 4 minutes ago 885MB [2024-03-04T20:01:01.372Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 3 months ago 564MB [2024-03-04T20:01:01.372Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 9 months ago 334MB [2024-03-04T20:01:01.372Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 20 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] } [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-03-04T20:02:18.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-03-04T20:02:30.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-03-04T20:02:30.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-03-04T20:02:32.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.504s coverage: 28.7% of statements [2024-03-04T20:02:40.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.322s coverage: 97.0% of statements [2024-03-04T20:02:45.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-03-04T20:02:45.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-03-04T20:02:45.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-03-04T20:02:50.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.391s coverage: 69.2% of statements [2024-03-04T20:02:52.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-03-04T20:02:52.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-03-04T20:02:53.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.341s coverage: 53.2% of statements [2024-03-04T20:02:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-03-04T20:02:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-03-04T20:02:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-03-04T20:02:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-03-04T20:02:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-03-04T20:03:06.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-03-04T20:03:06.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-03-04T20:03:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.772s coverage: 93.4% of statements [2024-03-04T20:03:14.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.813s coverage: 4.1% of statements [2024-03-04T20:03:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-03-04T20:03:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-03-04T20:03:23.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-03-04T20:03:25.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-03-04T20:03:25.164Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-03-04T20:03:25.164Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-03-04T20:03:25.164Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-03-04T20:03:25.164Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-03-04T20:03:25.164Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-03-04T20:03:25.164Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-03-04T20:03:25.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.565s coverage: 97.6% of statements [2024-03-04T20:03:26.346Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.199s coverage: 72.2% of statements [2024-03-04T20:03:34.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-03-04T20:03:34.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-03-04T20:03:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.411s coverage: 0.9% of statements [2024-03-04T20:03:35.508Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.265s coverage: 32.2% of statements [2024-03-04T20:03:38.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.353s coverage: 41.7% of statements [2024-03-04T20:03:39.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.323s coverage: 82.9% of statements [2024-03-04T20:03:39.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.301s coverage: 94.1% of statements [2024-03-04T20:03:39.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.211s coverage: 96.3% of statements [2024-03-04T20:03:43.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.258s coverage: 87.5% of statements [2024-03-04T20:03:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-03-04T20:03:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-03-04T20:03:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-03-04T20:03:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-03-04T20:03:48.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-03-04T20:03:48.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-03-04T20:03:48.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-03-04T20:03:48.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-03-04T20:03:56.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.264s coverage: 94.4% of statements [2024-03-04T20:03:56.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-03-04T20:03:56.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-03-04T20:03:56.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-03-04T20:03:56.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-03-04T20:04:02.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-03-04T20:04:02.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-03-04T20:04:05.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-03-04T20:04:09.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.972s coverage: 79.9% of statements [2024-03-04T20:04:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.233s coverage: 92.9% of statements [2024-03-04T20:04:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.075s coverage: 64.4% of statements [2024-03-04T20:04:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.207s coverage: 62.3% of statements [2024-03-04T20:04:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.205s coverage: 87.2% of statements [2024-03-04T20:04:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.180s coverage: 20.0% of statements [2024-03-04T20:04:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.163s coverage: 100.0% of statements [2024-03-04T20:04:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.380s coverage: 81.8% of statements [2024-03-04T20:04:12.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-03-04T20:04:12.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-03-04T20:04:13.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.424s coverage: 82.1% of statements [2024-03-04T20:04:13.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.196s coverage: 86.0% of statements [2024-03-04T20:04:17.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-03-04T20:04:17.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-03-04T20:04:19.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.890s coverage: 63.1% of statements [2024-03-04T20:04:19.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.241s coverage: 100.0% of statements [2024-03-04T20:04:20.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.113s coverage: 89.4% of statements [2024-03-04T20:04:20.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.113s coverage: 100.0% of statements [2024-03-04T20:04:20.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-03-04T20:04:20.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-03-04T20:04:20.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-03-04T20:04:21.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.088s coverage: 73.7% of statements [2024-03-04T20:04:21.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.074s coverage: 100.0% of statements [2024-03-04T20:04:27.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-03-04T20:04:27.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-03-04T20:04:27.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-03-04T20:04:28.699Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.795s coverage: 38.4% of statements [2024-03-04T20:04:28.699Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.231s coverage: 89.5% of statements [2024-03-04T20:04:32.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-03-04T20:04:32.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-03-04T20:04:32.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-03-04T20:04:32.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-03-04T20:04:32.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.184s coverage: 84.8% of statements [2024-03-04T20:04:37.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-03-04T20:04:37.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-03-04T20:04:37.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-03-04T20:04:37.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-03-04T20:04:43.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-03-04T20:04:43.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-03-04T20:04:43.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-03-04T20:04:43.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-03-04T20:04:44.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.286s coverage: 19.9% of statements [2024-03-04T20:04:45.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.547s coverage: 95.7% of statements [2024-03-04T20:04:48.077Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-03-04T20:04:48.077Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-03-04T20:04:49.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.291s coverage: 61.8% of statements [2024-03-04T20:04:51.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-03-04T20:04:51.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-03-04T20:04:52.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.371s coverage: 98.9% of statements [2024-03-04T20:04:53.529Z] 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 [2024-03-04T20:04:53.802Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-03-04T20:04:53.802Z] go vet ./... [2024-03-04T20:07:00.456Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-04T20:07:00.456Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-04T20:07:00.456Z] ./bin/test-attribution-txt.sh [2024-03-04T20:07:00.456Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-04T20:07:00.489Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-03-04T20:07:00.862Z] + ls -al . [2024-03-04T20:07:00.862Z] total 732 [2024-03-04T20:07:00.862Z] drwxrwxr-x 10 1001 1001 4096 Mar 4 20:00 . [2024-03-04T20:07:00.862Z] drwxr-xr-x 4 root root 4096 Mar 4 19:59 .. [2024-03-04T20:07:00.862Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 19:58 .blubracket [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 10 Mar 4 19:58 .dockerignore [2024-03-04T20:07:00.862Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 19:58 .git [2024-03-04T20:07:00.862Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 19:58 .github [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 1074 Mar 4 19:58 .gitignore [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 42 Mar 4 19:58 .golangci.yml [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 100 Mar 4 19:58 .hadolint.yml [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 155 Mar 4 19:58 .sonarcloud.properties [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 1171 Mar 4 19:58 ADOPTERS.md [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 11674 Mar 4 19:58 Attribution.txt [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 100284 Mar 4 19:58 CHANGELOG.md [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 19:58 CONTRIBUTING.md [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 677 Mar 4 19:58 GOVERNANCE.md [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 861 Mar 4 19:58 Jenkinsfile [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 19:58 LICENSE [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 15392 Mar 4 19:58 Makefile [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 582 Mar 4 19:58 OWNERS.md [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 9528 Mar 4 19:58 README.md [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 789 Mar 4 19:58 SECURITY.md [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 19:55 VERSION [2024-03-04T20:07:00.862Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 19:58 bin [2024-03-04T20:07:00.862Z] drwxrwxr-x 18 1001 1001 4096 Mar 4 19:58 cmd [2024-03-04T20:07:00.862Z] -rw-r--r-- 1 root root 453602 Mar 4 20:04 coverage.out [2024-03-04T20:07:00.862Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 19:58 fuzz_test [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 3734 Mar 4 19:58 go.mod [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 33688 Mar 4 19:58 go.sum [2024-03-04T20:07:00.862Z] drwxrwxr-x 7 1001 1001 4096 Mar 4 19:58 internal [2024-03-04T20:07:00.862Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 19:58 openapi [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 584 Mar 4 19:58 security.txt [2024-03-04T20:07:00.862Z] -rw-rw-r-- 1 1001 1001 204 Mar 4 19:58 version.go [Pipeline] sh [2024-03-04T20:07:01.201Z] + '[' -e coverage.out ] [2024-03-04T20:07:01.201Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-03-04T20:07:01.235Z] Warning: overwriting stash ‘coverage-report’ [2024-03-04T20:07:02.028Z] Stashed 1 file(s) [Pipeline] sh [2024-03-04T20:07:02.358Z] + make build [2024-03-04T20:07:02.624Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-03-04T20:08:24.223Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-04T20:08:24.223Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-04T20:08:26.169Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-04T20:08:28.751Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-04T20:09:00.974Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-04T20:09:01.929Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-04T20:09:07.258Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-04T20:09:10.582Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-04T20:09:13.149Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-04T20:09:16.484Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-04T20:09:19.821Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-03-04T20:09:24.088Z] $ docker stop --time=1 32d45b3a038a28563f18d0769f4144b1bc78f380b22d62b9f7c0d719db84294f [2024-03-04T20:09:26.127Z] $ docker rm -f --volumes 32d45b3a038a28563f18d0769f4144b1bc78f380b22d62b9f7c0d719db84294f [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 [2024-03-04T20:09:29.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-04T20:09:29.423Z] [2024-03-04T20:09:29.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T20:09:29.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-04T20:09:30.130Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-03-04T20:09:30.130Z] 547446be3368: Pulling fs layer [2024-03-04T20:09:30.130Z] d125d8839a47: Pulling fs layer [2024-03-04T20:09:30.130Z] 3e85d5ac6304: Pulling fs layer [2024-03-04T20:09:30.130Z] c3105a71a48b: Pulling fs layer [2024-03-04T20:09:30.130Z] 0f093f025ec4: Pulling fs layer [2024-03-04T20:09:30.130Z] c3106fc0e877: Pulling fs layer [2024-03-04T20:09:30.130Z] c3105a71a48b: Waiting [2024-03-04T20:09:30.130Z] 0f093f025ec4: Waiting [2024-03-04T20:09:30.130Z] c3106fc0e877: Waiting [2024-03-04T20:09:30.130Z] 547446be3368: Verifying Checksum [2024-03-04T20:09:30.130Z] 547446be3368: Download complete [2024-03-04T20:09:30.130Z] c3105a71a48b: Verifying Checksum [2024-03-04T20:09:30.130Z] c3105a71a48b: Download complete [2024-03-04T20:09:30.712Z] d125d8839a47: Verifying Checksum [2024-03-04T20:09:30.712Z] d125d8839a47: Download complete [2024-03-04T20:09:30.712Z] c3106fc0e877: Verifying Checksum [2024-03-04T20:09:30.712Z] c3106fc0e877: Download complete [2024-03-04T20:09:30.712Z] 0f093f025ec4: Verifying Checksum [2024-03-04T20:09:30.712Z] 0f093f025ec4: Download complete [2024-03-04T20:09:30.978Z] 547446be3368: Pull complete [2024-03-04T20:09:31.933Z] d125d8839a47: Pull complete [2024-03-04T20:09:32.888Z] 3e85d5ac6304: Verifying Checksum [2024-03-04T20:09:32.888Z] 3e85d5ac6304: Download complete [2024-03-04T20:09:42.947Z] 3e85d5ac6304: Pull complete [2024-03-04T20:09:42.947Z] c3105a71a48b: Pull complete [2024-03-04T20:09:43.907Z] 0f093f025ec4: Pull complete [2024-03-04T20:09:43.907Z] c3106fc0e877: Pull complete [2024-03-04T20:09:44.173Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-03-04T20:09:44.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-04T20:09:44.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T20:09:44.819Z] prd-ubuntu20.04-docker-arm64-4c-16g-4885 does not seem to be running inside a container [2024-03-04T20:09:44.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-03-04T20:09:46.892Z] $ docker top f73d7e26e87751d89e5d6b489213d3e626b7594d7f7b131df63b161733e048e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-04T20:09:47.918Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-03-04T20:09:56.168Z] #1 [support-scheduler internal] load build definition from Dockerfile [2024-03-04T20:09:56.168Z] #1 transferring dockerfile: 1.93kB done [2024-03-04T20:09:56.168Z] #1 DONE 0.1s [2024-03-04T20:09:56.752Z] [2024-03-04T20:09:56.752Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2024-03-04T20:09:56.752Z] #2 transferring dockerfile: 2.15kB done [2024-03-04T20:09:56.752Z] #2 DONE 0.1s [2024-03-04T20:09:56.752Z] [2024-03-04T20:09:56.752Z] #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-03-04T20:09:57.026Z] #3 transferring dockerfile: 2.23kB done [2024-03-04T20:09:57.026Z] #3 DONE 0.1s [2024-03-04T20:09:57.026Z] [2024-03-04T20:09:57.026Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2024-03-04T20:09:57.026Z] #4 transferring dockerfile: 1.81kB done [2024-03-04T20:09:57.026Z] #4 DONE 0.1s [2024-03-04T20:09:57.026Z] [2024-03-04T20:09:57.026Z] #5 [core-metadata internal] load build definition from Dockerfile [2024-03-04T20:09:57.026Z] #5 transferring dockerfile: 2.06kB done [2024-03-04T20:09:57.026Z] #5 DONE 0.1s [2024-03-04T20:09:57.026Z] [2024-03-04T20:09:57.026Z] #6 [security-spire-server internal] load build definition from Dockerfile [2024-03-04T20:09:57.026Z] #6 transferring dockerfile: 1.70kB done [2024-03-04T20:09:57.026Z] #6 DONE 0.1s [2024-03-04T20:09:57.026Z] [2024-03-04T20:09:57.026Z] #7 [core-command internal] load build definition from Dockerfile [2024-03-04T20:09:57.293Z] #7 transferring dockerfile: 1.93kB 0.0s done [2024-03-04T20:09:57.293Z] #7 DONE 0.1s [2024-03-04T20:09:57.293Z] [2024-03-04T20:09:57.293Z] #8 [core-data internal] load build definition from Dockerfile [2024-03-04T20:09:57.293Z] #8 transferring dockerfile: 2.01kB done [2024-03-04T20:09:57.293Z] #8 DONE 0.1s [2024-03-04T20:09:57.293Z] [2024-03-04T20:09:57.293Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2024-03-04T20:09:57.293Z] #9 transferring dockerfile: 2.49kB 0.0s done [2024-03-04T20:09:57.293Z] #9 DONE 0.1s [2024-03-04T20:09:57.293Z] [2024-03-04T20:09:57.293Z] #10 [security-spire-config internal] load build definition from Dockerfile [2024-03-04T20:09:57.293Z] #10 transferring dockerfile: 1.69kB done [2024-03-04T20:09:57.293Z] #10 DONE 0.1s [2024-03-04T20:09:57.562Z] [2024-03-04T20:09:57.562Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2024-03-04T20:09:57.562Z] #11 transferring dockerfile: 2.93kB done [2024-03-04T20:09:57.562Z] #11 DONE 0.1s [2024-03-04T20:09:57.562Z] [2024-03-04T20:09:57.562Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2024-03-04T20:09:57.562Z] #12 transferring dockerfile: 2.50kB done [2024-03-04T20:09:57.562Z] #12 DONE 0.1s [2024-03-04T20:09:57.562Z] [2024-03-04T20:09:57.562Z] #13 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-03-04T20:09:57.562Z] #13 transferring dockerfile: 1.89kB 0.0s done [2024-03-04T20:09:57.562Z] #13 DONE 0.1s [2024-03-04T20:09:57.562Z] [2024-03-04T20:09:57.562Z] #14 [support-notifications internal] load build definition from Dockerfile [2024-03-04T20:09:57.562Z] #14 transferring dockerfile: 1.95kB done [2024-03-04T20:09:57.562Z] #14 DONE 0.1s [2024-03-04T20:09:57.562Z] [2024-03-04T20:09:57.562Z] #15 [support-scheduler internal] load .dockerignore [2024-03-04T20:09:57.562Z] #15 transferring context: [2024-03-04T20:09:57.828Z] #15 transferring context: 50B 0.0s done [2024-03-04T20:09:57.828Z] #15 DONE 0.1s [2024-03-04T20:09:58.411Z] [2024-03-04T20:09:58.411Z] #16 [security-proxy-auth internal] load .dockerignore [2024-03-04T20:09:58.411Z] #16 transferring context: 50B done [2024-03-04T20:09:58.411Z] #16 DONE 0.0s [2024-03-04T20:09:58.411Z] [2024-03-04T20:09:58.411Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2024-03-04T20:09:58.411Z] #17 transferring context: 50B done [2024-03-04T20:09:58.411Z] #17 DONE 0.0s [2024-03-04T20:09:58.411Z] [2024-03-04T20:09:58.411Z] #18 [security-spire-agent internal] load .dockerignore [2024-03-04T20:09:58.411Z] #18 transferring context: 50B done [2024-03-04T20:09:58.411Z] #18 DONE 0.0s [2024-03-04T20:09:58.678Z] [2024-03-04T20:09:58.678Z] #19 [core-metadata internal] load .dockerignore [2024-03-04T20:09:58.678Z] #19 transferring context: 50B done [2024-03-04T20:09:58.678Z] #19 DONE 0.1s [2024-03-04T20:09:58.678Z] [2024-03-04T20:09:58.678Z] #20 [security-spire-server internal] load .dockerignore [2024-03-04T20:09:58.678Z] #20 transferring context: 50B done [2024-03-04T20:09:58.678Z] #20 DONE 0.0s [2024-03-04T20:09:58.678Z] [2024-03-04T20:09:58.678Z] #21 [core-data internal] load .dockerignore [2024-03-04T20:09:58.678Z] #21 DONE 0.0s [2024-03-04T20:09:58.678Z] [2024-03-04T20:09:58.678Z] #22 [core-command internal] load .dockerignore [2024-03-04T20:09:58.678Z] #22 transferring context: 50B done [2024-03-04T20:09:58.678Z] #22 DONE 0.1s [2024-03-04T20:09:58.678Z] [2024-03-04T20:09:58.678Z] #21 [core-data internal] load .dockerignore [2024-03-04T20:09:58.678Z] #21 transferring context: 50B done [2024-03-04T20:09:58.678Z] #21 DONE 0.1s [2024-03-04T20:09:58.678Z] [2024-03-04T20:09:58.678Z] #23 [security-secretstore-setup internal] load .dockerignore [2024-03-04T20:09:58.945Z] #23 transferring context: 50B 0.0s done [2024-03-04T20:09:58.945Z] #23 DONE 0.1s [2024-03-04T20:09:58.945Z] [2024-03-04T20:09:58.945Z] #24 [security-spire-config internal] load .dockerignore [2024-03-04T20:09:58.945Z] #24 transferring context: 50B 0.0s done [2024-03-04T20:09:58.945Z] #24 DONE 0.1s [2024-03-04T20:09:58.945Z] [2024-03-04T20:09:58.945Z] #25 [security-bootstrapper internal] load .dockerignore [2024-03-04T20:09:58.945Z] #25 transferring context: 50B 0.0s done [2024-03-04T20:09:58.945Z] #25 DONE 0.1s [2024-03-04T20:09:58.945Z] [2024-03-04T20:09:58.945Z] #26 [security-proxy-setup internal] load .dockerignore [2024-03-04T20:09:59.211Z] #26 transferring context: 50B done [2024-03-04T20:09:59.211Z] #26 DONE 0.1s [2024-03-04T20:09:59.211Z] [2024-03-04T20:09:59.211Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2024-03-04T20:09:59.211Z] #27 transferring context: 50B 0.0s done [2024-03-04T20:09:59.211Z] #27 DONE 0.1s [2024-03-04T20:09:59.211Z] [2024-03-04T20:09:59.211Z] #28 [support-notifications internal] load .dockerignore [2024-03-04T20:09:59.211Z] #28 transferring context: 50B done [2024-03-04T20:09:59.211Z] #28 DONE 0.1s [2024-03-04T20:09:59.211Z] [2024-03-04T20:09:59.211Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:09:59.211Z] #29 DONE 0.0s [2024-03-04T20:09:59.211Z] [2024-03-04T20:09:59.211Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T20:09:59.477Z] #30 DONE 0.2s [2024-03-04T20:09:59.477Z] [2024-03-04T20:09:59.477Z] #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:09:59.477Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:09:59.477Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:09:59.477Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:09:59.477Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:09:59.477Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.05MB / 3.33MB 0.1s [2024-03-04T20:09:59.746Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.10MB / 3.33MB 0.2s [2024-03-04T20:09:59.746Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:09:59.746Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 [2024-03-04T20:10:00.331Z] #31 ... [2024-03-04T20:10:00.331Z] [2024-03-04T20:10:00.331Z] #32 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:00.331Z] #32 DONE 0.8s [2024-03-04T20:10:00.331Z] [2024-03-04T20:10:00.331Z] #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:00.331Z] #31 ... [2024-03-04T20:10:00.331Z] [2024-03-04T20:10:00.331Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:00.331Z] #29 DONE 0.0s [2024-03-04T20:10:00.331Z] [2024-03-04T20:10:00.331Z] #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:00.598Z] #31 ... [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T20:10:00.599Z] #30 DONE 0.3s [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #33 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:00.599Z] #33 DONE 0.2s [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:00.599Z] #31 ... [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:00.599Z] #29 DONE 0.0s [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:00.599Z] #32 DONE 1.5s [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:00.599Z] #33 DONE 0.5s [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #31 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:00.599Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:10:00.599Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:10:00.599Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:10:00.599Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:10:00.599Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:10:00.599Z] #31 ... [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:00.599Z] #32 DONE 1.5s [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:00.599Z] #33 DONE 0.5s [2024-03-04T20:10:00.599Z] [2024-03-04T20:10:00.599Z] #31 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:00.599Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:10:00.599Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:10:00.599Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:10:00.599Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:10:00.599Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:10:00.866Z] #31 ... [2024-03-04T20:10:00.866Z] [2024-03-04T20:10:00.866Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:00.866Z] #29 DONE 0.0s [2024-03-04T20:10:00.866Z] [2024-03-04T20:10:00.866Z] #31 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:00.866Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.2s done [2024-03-04T20:10:01.135Z] #31 ... [2024-03-04T20:10:01.135Z] [2024-03-04T20:10:01.135Z] #32 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:01.135Z] #32 DONE 1.5s [2024-03-04T20:10:01.135Z] [2024-03-04T20:10:01.135Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:01.135Z] #29 DONE 0.0s [2024-03-04T20:10:01.135Z] [2024-03-04T20:10:01.135Z] #33 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:01.135Z] #33 DONE 0.5s [2024-03-04T20:10:01.135Z] [2024-03-04T20:10:01.135Z] #31 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:01.135Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:10:01.135Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:10:01.135Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:10:01.135Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:10:01.135Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:10:01.135Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.2s done [2024-03-04T20:10:01.403Z] #31 ... [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:01.403Z] #32 DONE 1.5s [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #33 [core-command builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:01.403Z] #33 DONE 0.6s [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:01.403Z] #29 DONE 0.0s [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:01.403Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:10:01.403Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:10:01.403Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:10:01.403Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:10:01.403Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:10:01.403Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.2s done [2024-03-04T20:10:01.403Z] #31 ... [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:01.403Z] #32 DONE 1.6s [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #33 [core-data builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:01.403Z] #33 DONE 0.6s [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T20:10:01.403Z] #30 DONE 1.0s [2024-03-04T20:10:01.403Z] [2024-03-04T20:10:01.403Z] #31 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:01.403Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:10:01.403Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:10:01.403Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:10:01.403Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:10:01.403Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:10:01.403Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.2s done [2024-03-04T20:10:01.673Z] #31 ... [2024-03-04T20:10:01.673Z] [2024-03-04T20:10:01.673Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:01.673Z] #29 DONE 0.0s [2024-03-04T20:10:01.673Z] [2024-03-04T20:10:01.673Z] #34 [core-command internal] load build context [2024-03-04T20:10:01.939Z] #34 ... [2024-03-04T20:10:01.939Z] [2024-03-04T20:10:01.939Z] #32 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:01.939Z] #32 DONE 1.6s [2024-03-04T20:10:01.939Z] [2024-03-04T20:10:01.939Z] #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:01.939Z] #33 DONE 0.6s [2024-03-04T20:10:01.939Z] [2024-03-04T20:10:01.939Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T20:10:01.939Z] #30 DONE 1.3s [2024-03-04T20:10:01.939Z] [2024-03-04T20:10:01.939Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:10:01.939Z] #35 DONE 0.0s [2024-03-04T20:10:01.939Z] [2024-03-04T20:10:01.939Z] #34 [core-command internal] load build context [2024-03-04T20:10:01.939Z] #34 ... [2024-03-04T20:10:01.939Z] [2024-03-04T20:10:01.939Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:01.939Z] #29 DONE 0.0s [2024-03-04T20:10:01.939Z] [2024-03-04T20:10:01.939Z] #34 [core-command internal] load build context [2024-03-04T20:10:02.206Z] #34 ... [2024-03-04T20:10:02.206Z] [2024-03-04T20:10:02.206Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:02.206Z] #29 DONE 0.1s [2024-03-04T20:10:02.206Z] [2024-03-04T20:10:02.206Z] #34 [core-command internal] load build context [2024-03-04T20:10:02.206Z] #34 ... [2024-03-04T20:10:02.206Z] [2024-03-04T20:10:02.206Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:02.206Z] #29 DONE 0.1s [2024-03-04T20:10:02.206Z] [2024-03-04T20:10:02.206Z] #34 [core-command internal] load build context [2024-03-04T20:10:02.474Z] #34 ... [2024-03-04T20:10:02.474Z] [2024-03-04T20:10:02.474Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-04T20:10:02.474Z] #29 DONE 0.1s [2024-03-04T20:10:02.474Z] [2024-03-04T20:10:02.474Z] #34 [core-command internal] load build context [2024-03-04T20:10:02.741Z] #34 ... [2024-03-04T20:10:02.741Z] [2024-03-04T20:10:02.741Z] #32 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:02.741Z] #32 DONE 1.7s [2024-03-04T20:10:02.741Z] [2024-03-04T20:10:02.741Z] #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:02.741Z] #33 DONE 0.7s [2024-03-04T20:10:02.741Z] [2024-03-04T20:10:02.741Z] #34 [core-command internal] load build context [2024-03-04T20:10:02.741Z] #34 ... [2024-03-04T20:10:02.741Z] [2024-03-04T20:10:02.741Z] #32 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:02.741Z] #32 DONE 1.7s [2024-03-04T20:10:02.741Z] [2024-03-04T20:10:02.741Z] #33 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:02.741Z] #33 DONE 0.7s [2024-03-04T20:10:02.741Z] [2024-03-04T20:10:02.741Z] #34 [core-command internal] load build context [2024-03-04T20:10:03.009Z] #34 ... [2024-03-04T20:10:03.009Z] [2024-03-04T20:10:03.009Z] #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:03.009Z] #32 DONE 1.7s [2024-03-04T20:10:03.009Z] [2024-03-04T20:10:03.009Z] #33 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:03.009Z] #33 DONE 0.7s [2024-03-04T20:10:03.009Z] [2024-03-04T20:10:03.009Z] #34 [core-command internal] load build context [2024-03-04T20:10:03.279Z] #34 ... [2024-03-04T20:10:03.279Z] [2024-03-04T20:10:03.279Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-03-04T20:10:03.279Z] #36 DONE 2.6s [2024-03-04T20:10:03.279Z] [2024-03-04T20:10:03.279Z] #34 [core-command internal] load build context [2024-03-04T20:10:03.547Z] #34 ... [2024-03-04T20:10:03.547Z] [2024-03-04T20:10:03.547Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-03-04T20:10:03.547Z] #37 DONE 2.7s [2024-03-04T20:10:03.547Z] [2024-03-04T20:10:03.547Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:03.816Z] #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:04.399Z] #38 ... [2024-03-04T20:10:04.399Z] [2024-03-04T20:10:04.399Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-03-04T20:10:04.399Z] #30 DONE 3.7s [2024-03-04T20:10:04.671Z] [2024-03-04T20:10:04.671Z] #31 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:04.671Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:10:04.671Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:10:04.671Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:10:04.671Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:10:04.671Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:10:04.671Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.2s done [2024-03-04T20:10:04.939Z] #31 ... [2024-03-04T20:10:04.939Z] [2024-03-04T20:10:04.939Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-04T20:10:04.939Z] #32 DONE 1.7s [2024-03-04T20:10:04.939Z] [2024-03-04T20:10:04.939Z] #33 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-03-04T20:10:04.939Z] #33 DONE 0.7s [2024-03-04T20:10:04.939Z] [2024-03-04T20:10:04.939Z] #31 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:10:04.939Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-04T20:10:04.939Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-04T20:10:04.939Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-04T20:10:04.939Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-04T20:10:04.939Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.2s done [2024-03-04T20:10:04.939Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.2s done [2024-03-04T20:10:05.523Z] #31 ... [2024-03-04T20:10:05.523Z] [2024-03-04T20:10:05.523Z] #39 [security-spire-server internal] load build context [2024-03-04T20:10:05.523Z] #39 transferring context: 18.10kB 0.3s done [2024-03-04T20:10:05.523Z] #39 DONE 1.8s [2024-03-04T20:10:05.523Z] [2024-03-04T20:10:05.523Z] #40 [security-spire-config internal] load build context [2024-03-04T20:10:05.523Z] #40 transferring context: 16.35kB 0.2s done [2024-03-04T20:10:05.523Z] #40 DONE 1.8s [2024-03-04T20:10:05.523Z] [2024-03-04T20:10:05.523Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:05.791Z] #41 ... [2024-03-04T20:10:05.791Z] [2024-03-04T20:10:05.791Z] #42 [security-spire-agent internal] load build context [2024-03-04T20:10:05.791Z] #42 transferring context: 17.63kB 0.3s done [2024-03-04T20:10:05.791Z] #42 DONE 2.0s [2024-03-04T20:10:05.791Z] [2024-03-04T20:10:05.791Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:05.791Z] #41 ... [2024-03-04T20:10:05.791Z] [2024-03-04T20:10:05.791Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:05.791Z] #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 2.1s done [2024-03-04T20:10:06.380Z] #38 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-03-04T20:10:06.966Z] #38 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-03-04T20:10:07.931Z] #38 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-03-04T20:10:08.515Z] #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s [2024-03-04T20:10:08.515Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.7s [2024-03-04T20:10:08.782Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s [2024-03-04T20:10:09.049Z] #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 1.1s [2024-03-04T20:10:09.049Z] #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.2s [2024-03-04T20:10:09.636Z] #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 [2024-03-04T20:10:09.907Z] #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.4s done [2024-03-04T20:10:09.907Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 1.7s done [2024-03-04T20:10:09.907Z] #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.3s done [2024-03-04T20:10:10.177Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 1.7s done [2024-03-04T20:10:10.448Z] #38 ... [2024-03-04T20:10:10.448Z] [2024-03-04T20:10:10.448Z] #43 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-03-04T20:10:10.448Z] #0 5.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:10.448Z] #0 6.346 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:10.448Z] #0 9.161 OK: 266 MiB in 52 packages [2024-03-04T20:10:10.716Z] #43 ... [2024-03-04T20:10:10.716Z] [2024-03-04T20:10:10.716Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:10.716Z] #44 transferring context: 29.54MB 10.0s [2024-03-04T20:10:10.716Z] #44 ... [2024-03-04T20:10:10.716Z] [2024-03-04T20:10:10.716Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:10.716Z] #45 ... [2024-03-04T20:10:10.716Z] [2024-03-04T20:10:10.716Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:10.984Z] #44 ... [2024-03-04T20:10:10.984Z] [2024-03-04T20:10:10.984Z] #43 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-03-04T20:10:10.984Z] #43 DONE 11.2s [2024-03-04T20:10:11.254Z] [2024-03-04T20:10:11.254Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:11.254Z] #46 ... [2024-03-04T20:10:11.254Z] [2024-03-04T20:10:11.254Z] #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-03-04T20:10:11.254Z] #0 4.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:11.254Z] #0 4.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:11.254Z] #0 7.875 OK: 266 MiB in 52 packages [2024-03-04T20:10:11.254Z] #47 DONE 9.3s [2024-03-04T20:10:11.254Z] [2024-03-04T20:10:11.254Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:11.254Z] #46 ... [2024-03-04T20:10:11.254Z] [2024-03-04T20:10:11.254Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:11.254Z] #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 2.7s done [2024-03-04T20:10:11.254Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.05MB / 23.39MB 3.4s [2024-03-04T20:10:11.525Z] #38 ... [2024-03-04T20:10:11.525Z] [2024-03-04T20:10:11.525Z] #48 [core-data internal] load build context [2024-03-04T20:10:11.525Z] #48 ... [2024-03-04T20:10:11.525Z] [2024-03-04T20:10:11.525Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:12.113Z] #38 ... [2024-03-04T20:10:12.113Z] [2024-03-04T20:10:12.113Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:10:12.113Z] #35 ... [2024-03-04T20:10:12.113Z] [2024-03-04T20:10:12.113Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:12.383Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.87MB / 23.39MB 4.4s [2024-03-04T20:10:12.979Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 4.9s [2024-03-04T20:10:12.979Z] #38 ... [2024-03-04T20:10:12.979Z] [2024-03-04T20:10:12.979Z] #49 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-04T20:10:12.979Z] #0 4.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:12.979Z] #0 4.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:12.979Z] #0 7.905 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T20:10:12.979Z] #0 7.905 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T20:10:12.979Z] #0 7.905 OK: 19951 distinct packages available [2024-03-04T20:10:12.979Z] #0 8.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:12.979Z] #0 8.588 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:12.979Z] #0 9.977 OK: 266 MiB in 52 packages [2024-03-04T20:10:12.979Z] #49 ... [2024-03-04T20:10:12.979Z] [2024-03-04T20:10:12.979Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:12.979Z] #50 ... [2024-03-04T20:10:12.979Z] [2024-03-04T20:10:12.979Z] #51 [security-proxy-setup internal] load build context [2024-03-04T20:10:12.979Z] #51 ... [2024-03-04T20:10:12.979Z] [2024-03-04T20:10:12.979Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:13.255Z] #52 ... [2024-03-04T20:10:13.255Z] [2024-03-04T20:10:13.255Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-04T20:10:13.255Z] #53 ... [2024-03-04T20:10:13.255Z] [2024-03-04T20:10:13.255Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:13.527Z] #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2024-03-04T20:10:13.527Z] #38 ... [2024-03-04T20:10:13.527Z] [2024-03-04T20:10:13.527Z] #34 [core-command internal] load build context [2024-03-04T20:10:13.527Z] #34 ... [2024-03-04T20:10:13.527Z] [2024-03-04T20:10:13.527Z] #54 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-04T20:10:13.796Z] #54 ... [2024-03-04T20:10:13.796Z] [2024-03-04T20:10:13.796Z] #49 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-04T20:10:13.796Z] #49 DONE 11.0s [2024-03-04T20:10:13.796Z] [2024-03-04T20:10:13.796Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:10:13.796Z] #55 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 2.6s done [2024-03-04T20:10:13.796Z] #55 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-03-04T20:10:13.796Z] #55 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-03-04T20:10:13.796Z] #55 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-03-04T20:10:13.796Z] #55 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.7s done [2024-03-04T20:10:13.796Z] #55 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 1.0s done [2024-03-04T20:10:13.796Z] #55 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.3s done [2024-03-04T20:10:13.796Z] #55 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.2s done [2024-03-04T20:10:13.796Z] #55 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 4.19MB / 17.12MB 5.2s [2024-03-04T20:10:13.796Z] #55 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done [2024-03-04T20:10:13.796Z] #55 ... [2024-03-04T20:10:13.796Z] [2024-03-04T20:10:13.796Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-04T20:10:14.064Z] #56 ... [2024-03-04T20:10:14.064Z] [2024-03-04T20:10:14.064Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-04T20:10:14.064Z] #57 ... [2024-03-04T20:10:14.064Z] [2024-03-04T20:10:14.064Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-04T20:10:14.064Z] #58 ... [2024-03-04T20:10:14.064Z] [2024-03-04T20:10:14.064Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:14.064Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 6.3s [2024-03-04T20:10:14.064Z] #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done [2024-03-04T20:10:14.331Z] #38 ... [2024-03-04T20:10:14.331Z] [2024-03-04T20:10:14.331Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-04T20:10:14.596Z] #59 ... [2024-03-04T20:10:14.596Z] [2024-03-04T20:10:14.596Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:14.863Z] #38 ... [2024-03-04T20:10:14.863Z] [2024-03-04T20:10:14.863Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-04T20:10:14.863Z] #60 ... [2024-03-04T20:10:14.863Z] [2024-03-04T20:10:14.863Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-04T20:10:15.130Z] #61 ... [2024-03-04T20:10:15.130Z] [2024-03-04T20:10:15.130Z] #62 [support-notifications internal] load build context [2024-03-04T20:10:15.130Z] #62 ... [2024-03-04T20:10:15.130Z] [2024-03-04T20:10:15.130Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-04T20:10:15.130Z] #0 9.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:15.130Z] #0 10.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:15.397Z] #63 ... [2024-03-04T20:10:15.397Z] [2024-03-04T20:10:15.397Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:10:15.397Z] #55 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.34MB / 17.12MB 6.5s [2024-03-04T20:10:15.979Z] #55 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.43MB / 17.12MB 7.5s [2024-03-04T20:10:15.979Z] #55 ... [2024-03-04T20:10:15.979Z] [2024-03-04T20:10:15.979Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:15.979Z] #41 transferring context: 57.17MB 16.4s [2024-03-04T20:10:16.244Z] #41 ... [2024-03-04T20:10:16.244Z] [2024-03-04T20:10:16.244Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:16.244Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 8.2s [2024-03-04T20:10:16.244Z] #38 ... [2024-03-04T20:10:16.244Z] [2024-03-04T20:10:16.244Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-04T20:10:16.244Z] #64 ... [2024-03-04T20:10:16.244Z] [2024-03-04T20:10:16.244Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-04T20:10:16.244Z] #56 12.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:17.664Z] #56 13.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:21.022Z] #56 ... [2024-03-04T20:10:21.022Z] [2024-03-04T20:10:21.022Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:21.022Z] #45 ... [2024-03-04T20:10:21.022Z] [2024-03-04T20:10:21.022Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:21.022Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.61MB / 23.39MB 13.2s [2024-03-04T20:10:21.022Z] #38 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-03-04T20:10:21.293Z] #38 ... [2024-03-04T20:10:21.293Z] [2024-03-04T20:10:21.293Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-04T20:10:21.293Z] #63 14.30 OK: 266 MiB in 52 packages [2024-03-04T20:10:21.293Z] #63 DONE 16.4s [2024-03-04T20:10:21.293Z] [2024-03-04T20:10:21.293Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:21.293Z] #38 ... [2024-03-04T20:10:21.293Z] [2024-03-04T20:10:21.293Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:21.293Z] #44 ... [2024-03-04T20:10:21.293Z] [2024-03-04T20:10:21.293Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:21.560Z] #46 ... [2024-03-04T20:10:21.560Z] [2024-03-04T20:10:21.560Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:21.560Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.02MB / 23.39MB 13.6s [2024-03-04T20:10:21.560Z] #38 ... [2024-03-04T20:10:21.560Z] [2024-03-04T20:10:21.560Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-04T20:10:21.560Z] #57 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:21.560Z] #57 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:21.560Z] #57 15.12 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:21.560Z] #57 15.24 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:21.560Z] #57 15.46 OK: 8 MiB in 16 packages [2024-03-04T20:10:21.560Z] #57 DONE 17.9s [2024-03-04T20:10:21.560Z] [2024-03-04T20:10:21.560Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:21.827Z] #38 ... [2024-03-04T20:10:21.827Z] [2024-03-04T20:10:21.827Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-04T20:10:21.827Z] #53 10.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:21.827Z] #53 10.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:21.827Z] #53 13.77 (1/4) Installing ca-certificates (20230506-r0) [2024-03-04T20:10:21.827Z] #53 14.16 (2/4) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:21.827Z] #53 14.16 (3/4) Installing su-exec (0.2-r3) [2024-03-04T20:10:21.827Z] #53 14.16 (4/4) Installing yq (4.33.3-r5) [2024-03-04T20:10:21.827Z] #53 14.92 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:21.827Z] #53 14.92 Executing ca-certificates-20230506-r0.trigger [2024-03-04T20:10:21.827Z] #53 16.31 OK: 18 MiB in 19 packages [2024-03-04T20:10:21.827Z] #53 DONE 18.5s [2024-03-04T20:10:21.827Z] [2024-03-04T20:10:21.827Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:21.827Z] #38 ... [2024-03-04T20:10:21.827Z] [2024-03-04T20:10:21.827Z] #48 [core-data internal] load build context [2024-03-04T20:10:21.827Z] #48 transferring context: 17.28MB 19.8s [2024-03-04T20:10:21.827Z] #48 ... [2024-03-04T20:10:21.827Z] [2024-03-04T20:10:21.827Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:22.093Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.1s [2024-03-04T20:10:22.360Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.1s done [2024-03-04T20:10:22.360Z] #38 ... [2024-03-04T20:10:22.360Z] [2024-03-04T20:10:22.360Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:10:22.360Z] #35 ... [2024-03-04T20:10:22.360Z] [2024-03-04T20:10:22.360Z] #48 [core-data internal] load build context [2024-03-04T20:10:22.946Z] #48 ... [2024-03-04T20:10:22.946Z] [2024-03-04T20:10:22.946Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:23.213Z] #50 ... [2024-03-04T20:10:23.213Z] [2024-03-04T20:10:23.213Z] #51 [security-proxy-setup internal] load build context [2024-03-04T20:10:23.213Z] #51 ... [2024-03-04T20:10:23.213Z] [2024-03-04T20:10:23.213Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:23.480Z] #50 ... [2024-03-04T20:10:23.480Z] [2024-03-04T20:10:23.480Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:23.480Z] #52 ... [2024-03-04T20:10:23.480Z] [2024-03-04T20:10:23.480Z] #48 [core-data internal] load build context [2024-03-04T20:10:23.747Z] #48 ... [2024-03-04T20:10:23.747Z] [2024-03-04T20:10:23.747Z] #34 [core-command internal] load build context [2024-03-04T20:10:24.014Z] #34 ... [2024-03-04T20:10:24.014Z] [2024-03-04T20:10:24.014Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:25.421Z] #52 ... [2024-03-04T20:10:25.421Z] [2024-03-04T20:10:25.421Z] #54 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-04T20:10:25.421Z] #54 13.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:25.421Z] #54 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:25.421Z] #54 19.88 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:25.421Z] #54 19.88 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:25.421Z] #54 20.07 OK: 8 MiB in 16 packages [2024-03-04T20:10:25.421Z] #54 DONE 22.3s [2024-03-04T20:10:25.421Z] [2024-03-04T20:10:25.421Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:25.421Z] #52 ... [2024-03-04T20:10:25.421Z] [2024-03-04T20:10:25.421Z] #62 [support-notifications internal] load build context [2024-03-04T20:10:25.700Z] #62 ... [2024-03-04T20:10:25.700Z] [2024-03-04T20:10:25.700Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:25.969Z] #52 ... [2024-03-04T20:10:25.969Z] [2024-03-04T20:10:25.969Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:10:25.969Z] #55 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 11.3s done [2024-03-04T20:10:25.969Z] #55 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.2s done [2024-03-04T20:10:25.969Z] #55 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 4.9s [2024-03-04T20:10:26.235Z] #55 ... [2024-03-04T20:10:26.235Z] [2024-03-04T20:10:26.235Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:26.235Z] #44 ... [2024-03-04T20:10:26.235Z] [2024-03-04T20:10:26.235Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:26.235Z] #41 transferring context: 74.59MB 26.6s [2024-03-04T20:10:26.502Z] #41 ... [2024-03-04T20:10:26.502Z] [2024-03-04T20:10:26.502Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:29.094Z] #52 ... [2024-03-04T20:10:29.094Z] [2024-03-04T20:10:29.094Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-04T20:10:29.094Z] #58 14.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:29.094Z] #58 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:29.094Z] #58 23.15 (1/2) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:29.094Z] #58 23.15 (2/2) Installing su-exec (0.2-r3) [2024-03-04T20:10:29.094Z] #58 23.19 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:29.094Z] #58 23.36 OK: 8 MiB in 17 packages [2024-03-04T20:10:29.094Z] #58 ... [2024-03-04T20:10:29.094Z] [2024-03-04T20:10:29.094Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:29.360Z] #44 ... [2024-03-04T20:10:29.360Z] [2024-03-04T20:10:29.360Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-04T20:10:29.360Z] #59 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:29.360Z] #59 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:29.360Z] #59 23.17 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:29.360Z] #59 23.19 (2/4) Installing openssl (3.1.4-r5) [2024-03-04T20:10:29.360Z] #59 23.34 (3/4) Installing su-exec (0.2-r3) [2024-03-04T20:10:29.360Z] #59 23.38 (4/4) Installing yq (4.33.3-r5) [2024-03-04T20:10:29.360Z] #59 24.38 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:29.360Z] #59 24.38 OK: 18 MiB in 19 packages [2024-03-04T20:10:29.360Z] #59 ... [2024-03-04T20:10:29.360Z] [2024-03-04T20:10:29.360Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:29.944Z] #44 ... [2024-03-04T20:10:29.944Z] [2024-03-04T20:10:29.944Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-04T20:10:29.944Z] #58 DONE 25.8s [2024-03-04T20:10:29.944Z] [2024-03-04T20:10:29.944Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:30.526Z] #44 ... [2024-03-04T20:10:30.526Z] [2024-03-04T20:10:30.526Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-04T20:10:30.526Z] #59 DONE 26.0s [2024-03-04T20:10:30.526Z] [2024-03-04T20:10:30.526Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:31.110Z] #44 ... [2024-03-04T20:10:31.110Z] [2024-03-04T20:10:31.110Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:31.389Z] #45 ... [2024-03-04T20:10:31.390Z] [2024-03-04T20:10:31.390Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-04T20:10:31.390Z] #60 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:31.390Z] #60 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:31.390Z] #60 23.28 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T20:10:31.390Z] #60 23.28 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T20:10:31.390Z] #60 23.28 OK: 19946 distinct packages available [2024-03-04T20:10:31.390Z] #60 24.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:31.390Z] #60 26.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:31.390Z] #60 ... [2024-03-04T20:10:31.390Z] [2024-03-04T20:10:31.390Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:31.659Z] #45 ... [2024-03-04T20:10:31.659Z] [2024-03-04T20:10:31.659Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-04T20:10:31.659Z] #64 15.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:31.659Z] #64 16.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:31.659Z] #64 22.63 (1/2) Installing ca-certificates (20230506-r0) [2024-03-04T20:10:31.659Z] #64 22.91 (2/2) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:31.659Z] #64 22.91 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:31.659Z] #64 23.16 Executing ca-certificates-20230506-r0.trigger [2024-03-04T20:10:31.659Z] #64 24.17 OK: 9 MiB in 17 packages [2024-03-04T20:10:31.925Z] #64 DONE 25.7s [2024-03-04T20:10:31.925Z] [2024-03-04T20:10:31.925Z] #51 [security-proxy-setup internal] load build context [2024-03-04T20:10:31.925Z] #51 ... [2024-03-04T20:10:31.925Z] [2024-03-04T20:10:31.925Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:32.192Z] #46 transferring context: 67.12MB 30.7s [2024-03-04T20:10:32.192Z] #46 ... [2024-03-04T20:10:32.192Z] [2024-03-04T20:10:32.192Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-04T20:10:32.192Z] #61 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.192Z] #61 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.192Z] #61 23.35 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T20:10:32.192Z] #61 23.35 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T20:10:32.192Z] #61 23.35 OK: 19946 distinct packages available [2024-03-04T20:10:32.192Z] #61 23.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.192Z] #61 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.192Z] #61 ... [2024-03-04T20:10:32.192Z] [2024-03-04T20:10:32.192Z] #65 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-04T20:10:32.192Z] #0 7.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.192Z] #0 9.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.192Z] #65 ... [2024-03-04T20:10:32.192Z] [2024-03-04T20:10:32.192Z] #66 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:32.192Z] #0 7.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.192Z] #0 8.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:32.458Z] #66 ... [2024-03-04T20:10:32.458Z] [2024-03-04T20:10:32.458Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:32.458Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.5s [2024-03-04T20:10:32.458Z] #38 ... [2024-03-04T20:10:32.458Z] [2024-03-04T20:10:32.458Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:32.725Z] #46 ... [2024-03-04T20:10:32.725Z] [2024-03-04T20:10:32.725Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:10:32.725Z] #35 ... [2024-03-04T20:10:32.725Z] [2024-03-04T20:10:32.725Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:33.317Z] #46 ... [2024-03-04T20:10:33.317Z] [2024-03-04T20:10:33.317Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:33.583Z] #50 ... [2024-03-04T20:10:33.583Z] [2024-03-04T20:10:33.583Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:33.583Z] #46 ... [2024-03-04T20:10:33.583Z] [2024-03-04T20:10:33.583Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-04T20:10:33.583Z] #56 19.90 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-04T20:10:33.583Z] #56 19.90 v3.18.6-69-g6ca75dfb123 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-04T20:10:33.583Z] #56 19.90 OK: 19946 distinct packages available [2024-03-04T20:10:33.583Z] #56 21.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:33.583Z] #56 22.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:33.583Z] #56 26.95 (1/11) Installing ca-certificates (20230506-r0) [2024-03-04T20:10:33.583Z] #56 27.33 (2/11) Installing brotli-libs (1.0.9-r14) [2024-03-04T20:10:33.583Z] #56 27.53 (3/11) Installing libunistring (1.1-r1) [2024-03-04T20:10:33.583Z] #56 27.78 (4/11) Installing libidn2 (2.3.4-r1) [2024-03-04T20:10:33.583Z] #56 27.78 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-03-04T20:10:33.583Z] #56 27.78 (6/11) Installing libcurl (8.5.0-r0) [2024-03-04T20:10:33.583Z] #56 27.89 (7/11) Installing curl (8.5.0-r0) [2024-03-04T20:10:33.583Z] #56 27.92 (8/11) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:33.583Z] #56 27.99 (9/11) Installing musl-obstack (1.2.3-r2) [2024-03-04T20:10:33.583Z] #56 28.00 (10/11) Installing libucontext (1.2-r2) [2024-03-04T20:10:33.583Z] #56 28.05 (11/11) Installing gcompat (1.1.0-r1) [2024-03-04T20:10:33.583Z] #56 28.09 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:33.583Z] #56 28.38 Executing ca-certificates-20230506-r0.trigger [2024-03-04T20:10:33.583Z] #56 29.40 OK: 13 MiB in 26 packages [2024-03-04T20:10:33.852Z] #56 ... [2024-03-04T20:10:33.852Z] [2024-03-04T20:10:33.852Z] #48 [core-data internal] load build context [2024-03-04T20:10:33.852Z] #48 ... [2024-03-04T20:10:33.852Z] [2024-03-04T20:10:33.852Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:34.118Z] #46 ... [2024-03-04T20:10:34.118Z] [2024-03-04T20:10:34.118Z] #34 [core-command internal] load build context [2024-03-04T20:10:34.118Z] #34 ... [2024-03-04T20:10:34.118Z] [2024-03-04T20:10:34.118Z] #48 [core-data internal] load build context [2024-03-04T20:10:35.523Z] #48 ... [2024-03-04T20:10:35.523Z] [2024-03-04T20:10:35.523Z] #67 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:35.523Z] #0 6.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:35.523Z] #0 8.272 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:35.523Z] #67 ... [2024-03-04T20:10:35.523Z] [2024-03-04T20:10:35.523Z] #48 [core-data internal] load build context [2024-03-04T20:10:35.523Z] #48 ... [2024-03-04T20:10:35.523Z] [2024-03-04T20:10:35.523Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-04T20:10:35.523Z] #56 DONE 31.7s [2024-03-04T20:10:35.523Z] [2024-03-04T20:10:35.523Z] #48 [core-data internal] load build context [2024-03-04T20:10:35.789Z] #48 ... [2024-03-04T20:10:35.789Z] [2024-03-04T20:10:35.789Z] #62 [support-notifications internal] load build context [2024-03-04T20:10:35.789Z] #62 ... [2024-03-04T20:10:35.789Z] [2024-03-04T20:10:35.789Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-04T20:10:35.789Z] #61 31.13 (1/5) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:35.789Z] #61 31.19 (2/5) Installing musl-obstack (1.2.3-r2) [2024-03-04T20:10:35.789Z] #61 31.19 (3/5) Installing libucontext (1.2-r2) [2024-03-04T20:10:36.056Z] #61 31.28 (4/5) Installing gcompat (1.1.0-r1) [2024-03-04T20:10:36.056Z] #61 31.28 (5/5) Installing openssl (3.1.4-r5) [2024-03-04T20:10:36.056Z] #61 31.40 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:36.324Z] #61 ... [2024-03-04T20:10:36.324Z] [2024-03-04T20:10:36.324Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:10:36.324Z] #55 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 14.9s [2024-03-04T20:10:36.324Z] #55 ... [2024-03-04T20:10:36.324Z] [2024-03-04T20:10:36.324Z] #65 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-04T20:10:36.324Z] #65 14.37 OK: 18 MiB in 19 packages [2024-03-04T20:10:36.661Z] #65 ... [2024-03-04T20:10:36.661Z] [2024-03-04T20:10:36.661Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:36.661Z] #41 transferring context: 94.46MB 37.1s [2024-03-04T20:10:36.661Z] #41 ... [2024-03-04T20:10:36.661Z] [2024-03-04T20:10:36.661Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:10:36.948Z] #55 ... [2024-03-04T20:10:36.948Z] [2024-03-04T20:10:36.948Z] #66 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:36.948Z] #66 12.94 OK: 8 MiB in 16 packages [2024-03-04T20:10:36.948Z] #66 DONE 14.8s [2024-03-04T20:10:36.948Z] [2024-03-04T20:10:36.948Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:37.529Z] #41 ... [2024-03-04T20:10:37.529Z] [2024-03-04T20:10:37.529Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-04T20:10:37.529Z] #60 30.07 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-04T20:10:37.529Z] #60 30.09 (2/4) Installing musl-obstack (1.2.3-r2) [2024-03-04T20:10:37.529Z] #60 30.13 (3/4) Installing libucontext (1.2-r2) [2024-03-04T20:10:37.529Z] #60 30.16 (4/4) Installing gcompat (1.1.0-r1) [2024-03-04T20:10:37.529Z] #60 30.28 Executing busybox-1.36.1-r5.trigger [2024-03-04T20:10:37.529Z] #60 30.36 OK: 8 MiB in 19 packages [2024-03-04T20:10:37.529Z] #60 DONE 32.6s [2024-03-04T20:10:37.529Z] [2024-03-04T20:10:37.529Z] #67 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:37.529Z] #67 11.88 OK: 8 MiB in 16 packages [2024-03-04T20:10:37.529Z] #67 DONE 13.0s [2024-03-04T20:10:37.529Z] [2024-03-04T20:10:37.529Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:37.795Z] #41 ... [2024-03-04T20:10:37.795Z] [2024-03-04T20:10:37.795Z] #65 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-04T20:10:37.795Z] #65 DONE 15.6s [2024-03-04T20:10:37.795Z] [2024-03-04T20:10:37.795Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:38.062Z] #41 ... [2024-03-04T20:10:38.062Z] [2024-03-04T20:10:38.062Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-04T20:10:38.062Z] #61 31.71 OK: 9 MiB in 20 packages [2024-03-04T20:10:38.062Z] #61 DONE 33.3s [2024-03-04T20:10:38.062Z] [2024-03-04T20:10:38.062Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:39.470Z] #41 ... [2024-03-04T20:10:39.470Z] [2024-03-04T20:10:39.470Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:39.470Z] #52 ... [2024-03-04T20:10:39.470Z] [2024-03-04T20:10:39.470Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:40.053Z] #41 ... [2024-03-04T20:10:40.053Z] [2024-03-04T20:10:40.053Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-04T20:10:40.053Z] #0 7.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:40.053Z] #0 8.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:40.053Z] #0 10.07 OK: 8 MiB in 17 packages [2024-03-04T20:10:40.318Z] #68 ... [2024-03-04T20:10:40.318Z] [2024-03-04T20:10:40.318Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:40.900Z] #52 ... [2024-03-04T20:10:40.900Z] [2024-03-04T20:10:40.900Z] #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-04T20:10:40.900Z] #0 7.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:40.900Z] #0 8.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:40.900Z] #69 ... [2024-03-04T20:10:40.900Z] [2024-03-04T20:10:40.900Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:10:40.900Z] #35 ... [2024-03-04T20:10:40.900Z] [2024-03-04T20:10:40.900Z] #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-04T20:10:40.900Z] #69 10.28 OK: 18 MiB in 19 packages [2024-03-04T20:10:41.167Z] #69 ... [2024-03-04T20:10:41.167Z] [2024-03-04T20:10:41.167Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:41.435Z] #44 ... [2024-03-04T20:10:41.435Z] [2024-03-04T20:10:41.435Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:10:41.701Z] #35 ... [2024-03-04T20:10:41.701Z] [2024-03-04T20:10:41.701Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:41.977Z] #45 ... [2024-03-04T20:10:41.977Z] [2024-03-04T20:10:41.977Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-04T20:10:41.977Z] #68 DONE 11.7s [2024-03-04T20:10:41.977Z] [2024-03-04T20:10:41.977Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:41.977Z] #45 ... [2024-03-04T20:10:41.977Z] [2024-03-04T20:10:41.977Z] #70 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:41.977Z] #0 8.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:41.977Z] #0 9.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:41.977Z] #70 ... [2024-03-04T20:10:41.977Z] [2024-03-04T20:10:41.977Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:41.977Z] #45 ... [2024-03-04T20:10:41.977Z] [2024-03-04T20:10:41.977Z] #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-04T20:10:41.977Z] #69 DONE 11.4s [2024-03-04T20:10:42.243Z] [2024-03-04T20:10:42.243Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:42.243Z] #45 transferring context: 93.35MB 41.5s [2024-03-04T20:10:42.243Z] #45 ... [2024-03-04T20:10:42.243Z] [2024-03-04T20:10:42.243Z] #51 [security-proxy-setup internal] load build context [2024-03-04T20:10:42.510Z] #51 ... [2024-03-04T20:10:42.510Z] [2024-03-04T20:10:42.510Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:43.096Z] #45 ... [2024-03-04T20:10:43.096Z] [2024-03-04T20:10:43.096Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:43.096Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.5s [2024-03-04T20:10:43.096Z] #38 ... [2024-03-04T20:10:43.096Z] [2024-03-04T20:10:43.096Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:43.680Z] #45 ... [2024-03-04T20:10:43.680Z] [2024-03-04T20:10:43.680Z] #71 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-03-04T20:10:43.680Z] #71 DONE 1.3s [2024-03-04T20:10:43.680Z] [2024-03-04T20:10:43.680Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:43.680Z] #45 ... [2024-03-04T20:10:43.680Z] [2024-03-04T20:10:43.680Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:43.680Z] #50 ... [2024-03-04T20:10:43.680Z] [2024-03-04T20:10:43.680Z] #70 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:43.680Z] #70 11.04 OK: 9 MiB in 17 packages [2024-03-04T20:10:43.680Z] #70 DONE 11.9s [2024-03-04T20:10:43.680Z] [2024-03-04T20:10:43.680Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:44.264Z] #38 ... [2024-03-04T20:10:44.264Z] [2024-03-04T20:10:44.264Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:44.264Z] #46 ... [2024-03-04T20:10:44.264Z] [2024-03-04T20:10:44.264Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:44.534Z] #50 ... [2024-03-04T20:10:44.534Z] [2024-03-04T20:10:44.534Z] #34 [core-command internal] load build context [2024-03-04T20:10:44.534Z] #34 ... [2024-03-04T20:10:44.534Z] [2024-03-04T20:10:44.534Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:45.943Z] #50 ... [2024-03-04T20:10:45.943Z] [2024-03-04T20:10:45.943Z] #72 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:45.943Z] #0 8.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:45.943Z] #0 8.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:45.943Z] #72 ... [2024-03-04T20:10:45.943Z] [2024-03-04T20:10:45.943Z] #48 [core-data internal] load build context [2024-03-04T20:10:45.943Z] #48 ... [2024-03-04T20:10:45.943Z] [2024-03-04T20:10:45.943Z] #62 [support-notifications internal] load build context [2024-03-04T20:10:45.943Z] #62 ... [2024-03-04T20:10:45.943Z] [2024-03-04T20:10:45.943Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:47.353Z] #50 transferring context: 95.57MB 43.5s [2024-03-04T20:10:47.629Z] #50 ... [2024-03-04T20:10:47.629Z] [2024-03-04T20:10:47.629Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-04T20:10:47.629Z] #0 7.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:47.629Z] #0 8.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:47.629Z] #73 ... [2024-03-04T20:10:47.629Z] [2024-03-04T20:10:47.629Z] #72 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-04T20:10:47.629Z] #72 10.89 OK: 13 MiB in 26 packages [2024-03-04T20:10:47.629Z] #72 DONE 12.0s [2024-03-04T20:10:47.629Z] [2024-03-04T20:10:47.629Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:10:47.629Z] #55 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 26.6s [2024-03-04T20:10:47.901Z] #55 ... [2024-03-04T20:10:47.901Z] [2024-03-04T20:10:47.901Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:47.901Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 25.5s [2024-03-04T20:10:48.170Z] #38 ... [2024-03-04T20:10:48.170Z] [2024-03-04T20:10:48.170Z] #74 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-04T20:10:48.170Z] #74 DONE 6.1s [2024-03-04T20:10:48.170Z] [2024-03-04T20:10:48.170Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-03-04T20:10:48.170Z] #0 6.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:48.170Z] #0 6.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-04T20:10:48.170Z] #0 9.465 OK: 9 MiB in 20 packages [2024-03-04T20:10:48.170Z] #75 ... [2024-03-04T20:10:48.170Z] [2024-03-04T20:10:48.170Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:48.437Z] #50 ... [2024-03-04T20:10:48.437Z] [2024-03-04T20:10:48.437Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-03-04T20:10:48.437Z] #75 DONE 10.2s [2024-03-04T20:10:48.437Z] [2024-03-04T20:10:48.437Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:49.024Z] #50 ... [2024-03-04T20:10:49.024Z] [2024-03-04T20:10:49.024Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-04T20:10:49.024Z] #73 10.63 OK: 8 MiB in 19 packages [2024-03-04T20:10:49.024Z] #73 DONE 11.5s [2024-03-04T20:10:49.024Z] [2024-03-04T20:10:49.024Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:49.611Z] #50 ... [2024-03-04T20:10:49.611Z] [2024-03-04T20:10:49.611Z] #76 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-03-04T20:10:49.611Z] #76 DONE 1.4s [2024-03-04T20:10:49.611Z] [2024-03-04T20:10:49.611Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:50.572Z] #50 ... [2024-03-04T20:10:50.572Z] [2024-03-04T20:10:50.572Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:50.572Z] #41 ... [2024-03-04T20:10:50.572Z] [2024-03-04T20:10:50.572Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:50.839Z] #50 ... [2024-03-04T20:10:50.839Z] [2024-03-04T20:10:50.839Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:51.106Z] #52 ... [2024-03-04T20:10:51.106Z] [2024-03-04T20:10:51.106Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:51.373Z] #50 ... [2024-03-04T20:10:51.373Z] [2024-03-04T20:10:51.373Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:51.640Z] #44 ... [2024-03-04T20:10:51.640Z] [2024-03-04T20:10:51.640Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:51.907Z] #38 ... [2024-03-04T20:10:51.907Z] [2024-03-04T20:10:51.907Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:10:51.907Z] #35 ... [2024-03-04T20:10:51.907Z] [2024-03-04T20:10:51.907Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:52.176Z] #44 ... [2024-03-04T20:10:52.176Z] [2024-03-04T20:10:52.176Z] #41 [support-scheduler internal] load build context [2024-03-04T20:10:52.176Z] #41 transferring context: 133.46MB 52.4s done [2024-03-04T20:10:52.176Z] #41 DONE 52.7s [2024-03-04T20:10:52.176Z] [2024-03-04T20:10:52.176Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:52.442Z] #44 ... [2024-03-04T20:10:52.442Z] [2024-03-04T20:10:52.442Z] #51 [security-proxy-setup internal] load build context [2024-03-04T20:10:52.718Z] #51 ... [2024-03-04T20:10:52.718Z] [2024-03-04T20:10:52.718Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:53.306Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 30.7s [2024-03-04T20:10:53.892Z] #38 ... [2024-03-04T20:10:53.892Z] [2024-03-04T20:10:53.892Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:53.892Z] #45 transferring context: 133.46MB 52.9s done [2024-03-04T20:10:53.892Z] #45 ... [2024-03-04T20:10:53.892Z] [2024-03-04T20:10:53.892Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:53.892Z] #52 ... [2024-03-04T20:10:53.892Z] [2024-03-04T20:10:53.892Z] #45 [core-common-config-bootstrapper internal] load build context [2024-03-04T20:10:53.892Z] #45 DONE 53.2s [2024-03-04T20:10:53.892Z] [2024-03-04T20:10:53.892Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:54.160Z] #52 ... [2024-03-04T20:10:54.160Z] [2024-03-04T20:10:54.160Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:10:54.160Z] #77 DONE 1.7s [2024-03-04T20:10:54.160Z] [2024-03-04T20:10:54.160Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:54.160Z] #52 ... [2024-03-04T20:10:54.160Z] [2024-03-04T20:10:54.160Z] #78 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:10:54.160Z] #78 CACHED [2024-03-04T20:10:54.160Z] [2024-03-04T20:10:54.160Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:54.429Z] #52 ... [2024-03-04T20:10:54.429Z] [2024-03-04T20:10:54.429Z] #46 [core-metadata internal] load build context [2024-03-04T20:10:54.429Z] #46 transferring context: 133.46MB 52.9s done [2024-03-04T20:10:54.429Z] #46 DONE 53.3s [2024-03-04T20:10:54.429Z] [2024-03-04T20:10:54.429Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:54.695Z] #52 ... [2024-03-04T20:10:54.695Z] [2024-03-04T20:10:54.695Z] #34 [core-command internal] load build context [2024-03-04T20:10:54.695Z] #34 ... [2024-03-04T20:10:54.695Z] [2024-03-04T20:10:54.695Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:56.103Z] #52 ... [2024-03-04T20:10:56.103Z] [2024-03-04T20:10:56.103Z] #50 [security-spiffe-token-provider internal] load build context [2024-03-04T20:10:56.103Z] #50 transferring context: 133.46MB 51.8s done [2024-03-04T20:10:56.103Z] #50 DONE 53.3s [2024-03-04T20:10:56.103Z] [2024-03-04T20:10:56.103Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:56.103Z] #52 ... [2024-03-04T20:10:56.103Z] [2024-03-04T20:10:56.103Z] #48 [core-data internal] load build context [2024-03-04T20:10:56.103Z] #48 ... [2024-03-04T20:10:56.103Z] [2024-03-04T20:10:56.103Z] #62 [support-notifications internal] load build context [2024-03-04T20:10:56.369Z] #62 ... [2024-03-04T20:10:56.369Z] [2024-03-04T20:10:56.369Z] #79 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:10:56.642Z] #79 ... [2024-03-04T20:10:56.642Z] [2024-03-04T20:10:56.642Z] #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-03-04T20:10:56.642Z] #80 DONE 2.5s [2024-03-04T20:10:56.642Z] [2024-03-04T20:10:56.642Z] #51 [security-proxy-setup internal] load build context [2024-03-04T20:10:56.642Z] #51 transferring context: 133.46MB 51.8s done [2024-03-04T20:10:56.642Z] #51 DONE 53.9s [2024-03-04T20:10:56.642Z] [2024-03-04T20:10:56.642Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:56.642Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 33.5s done [2024-03-04T20:10:57.601Z] #38 ... [2024-03-04T20:10:57.601Z] [2024-03-04T20:10:57.601Z] #44 [security-proxy-auth internal] load build context [2024-03-04T20:10:57.601Z] #44 transferring context: 133.46MB 56.4s done [2024-03-04T20:10:57.601Z] #44 DONE 56.9s [2024-03-04T20:10:57.601Z] [2024-03-04T20:10:57.601Z] #79 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:10:57.601Z] #79 DONE 1.3s [2024-03-04T20:10:57.601Z] [2024-03-04T20:10:57.601Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-04T20:10:57.875Z] #38 DONE 54.3s [2024-03-04T20:10:57.875Z] [2024-03-04T20:10:57.875Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:10:57.875Z] #52 ... [2024-03-04T20:10:57.875Z] [2024-03-04T20:10:57.875Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:10:57.875Z] #55 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 29.0s done [2024-03-04T20:10:58.141Z] #55 ... [2024-03-04T20:10:58.141Z] [2024-03-04T20:10:58.141Z] #62 [support-notifications internal] load build context [2024-03-04T20:10:58.141Z] #62 ... [2024-03-04T20:10:58.141Z] [2024-03-04T20:10:58.141Z] #81 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:10:58.141Z] #81 DONE 1.1s [2024-03-04T20:10:58.141Z] [2024-03-04T20:10:58.141Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:02.402Z] #62 ... [2024-03-04T20:11:02.402Z] [2024-03-04T20:11:02.402Z] #35 [security-secretstore-setup internal] load build context [2024-03-04T20:11:02.402Z] #35 transferring context: 133.46MB 59.4s done [2024-03-04T20:11:02.402Z] #35 DONE 59.9s [2024-03-04T20:11:02.402Z] [2024-03-04T20:11:02.402Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:02.402Z] #62 ... [2024-03-04T20:11:02.402Z] [2024-03-04T20:11:02.402Z] #52 [security-bootstrapper internal] load build context [2024-03-04T20:11:02.402Z] #52 transferring context: 133.46MB 58.2s done [2024-03-04T20:11:02.402Z] #52 DONE 59.5s [2024-03-04T20:11:02.402Z] [2024-03-04T20:11:02.402Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:03.821Z] #62 ... [2024-03-04T20:11:03.821Z] [2024-03-04T20:11:03.821Z] #82 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-04T20:11:03.821Z] #82 DONE 3.3s [2024-03-04T20:11:03.821Z] [2024-03-04T20:11:03.821Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:04.108Z] #62 ... [2024-03-04T20:11:04.108Z] [2024-03-04T20:11:04.108Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-04T20:11:04.108Z] #83 DONE 3.0s [2024-03-04T20:11:04.108Z] [2024-03-04T20:11:04.108Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:04.108Z] #62 ... [2024-03-04T20:11:04.108Z] [2024-03-04T20:11:04.108Z] #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-04T20:11:04.108Z] #84 DONE 3.5s [2024-03-04T20:11:04.108Z] [2024-03-04T20:11:04.108Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:04.391Z] #62 ... [2024-03-04T20:11:04.391Z] [2024-03-04T20:11:04.391Z] #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:04.391Z] #85 ... [2024-03-04T20:11:04.391Z] [2024-03-04T20:11:04.391Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:04.672Z] #62 ... [2024-03-04T20:11:04.672Z] [2024-03-04T20:11:04.672Z] #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-03-04T20:11:04.673Z] #86 DONE 0.4s [2024-03-04T20:11:04.673Z] [2024-03-04T20:11:04.673Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:04.673Z] #62 ... [2024-03-04T20:11:04.673Z] [2024-03-04T20:11:04.673Z] #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-03-04T20:11:04.673Z] #87 DONE 0.7s [2024-03-04T20:11:04.673Z] [2024-03-04T20:11:04.673Z] #88 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-03-04T20:11:04.673Z] #88 DONE 0.6s [2024-03-04T20:11:04.673Z] [2024-03-04T20:11:04.673Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:04.947Z] #62 ... [2024-03-04T20:11:04.947Z] [2024-03-04T20:11:04.947Z] #34 [core-command internal] load build context [2024-03-04T20:11:04.947Z] #34 ... [2024-03-04T20:11:04.947Z] [2024-03-04T20:11:04.947Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:05.222Z] #62 ... [2024-03-04T20:11:05.222Z] [2024-03-04T20:11:05.222Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2024-03-04T20:11:05.222Z] #89 DONE 0.4s [2024-03-04T20:11:05.222Z] [2024-03-04T20:11:05.222Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:05.222Z] #62 transferring context: 133.46MB 59.0s done [2024-03-04T20:11:05.222Z] #62 ... [2024-03-04T20:11:05.222Z] [2024-03-04T20:11:05.222Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-03-04T20:11:05.222Z] #90 DONE 0.6s [2024-03-04T20:11:05.489Z] [2024-03-04T20:11:05.489Z] #34 [core-command internal] load build context [2024-03-04T20:11:05.489Z] #34 ... [2024-03-04T20:11:05.489Z] [2024-03-04T20:11:05.489Z] #62 [support-notifications internal] load build context [2024-03-04T20:11:05.489Z] #62 DONE 60.7s [2024-03-04T20:11:05.489Z] [2024-03-04T20:11:05.489Z] #91 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-03-04T20:11:05.489Z] #91 DONE 0.7s [2024-03-04T20:11:05.489Z] [2024-03-04T20:11:05.489Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.086Z] #34 ... [2024-03-04T20:11:06.086Z] [2024-03-04T20:11:06.086Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-03-04T20:11:06.086Z] #92 DONE 0.8s [2024-03-04T20:11:06.086Z] [2024-03-04T20:11:06.086Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.086Z] #34 ... [2024-03-04T20:11:06.086Z] [2024-03-04T20:11:06.086Z] #48 [core-data internal] load build context [2024-03-04T20:11:06.086Z] #48 transferring context: 133.46MB 63.6s done [2024-03-04T20:11:06.086Z] #48 DONE 64.5s [2024-03-04T20:11:06.086Z] [2024-03-04T20:11:06.086Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.086Z] #34 ... [2024-03-04T20:11:06.086Z] [2024-03-04T20:11:06.086Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-03-04T20:11:06.086Z] #93 DONE 0.8s [2024-03-04T20:11:06.086Z] [2024-03-04T20:11:06.086Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.364Z] #34 ... [2024-03-04T20:11:06.364Z] [2024-03-04T20:11:06.364Z] #94 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-03-04T20:11:06.364Z] #94 DONE 0.7s [2024-03-04T20:11:06.364Z] [2024-03-04T20:11:06.364Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.364Z] #34 ... [2024-03-04T20:11:06.364Z] [2024-03-04T20:11:06.364Z] #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-03-04T20:11:06.364Z] #95 DONE 0.5s [2024-03-04T20:11:06.364Z] [2024-03-04T20:11:06.364Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.652Z] #34 ... [2024-03-04T20:11:06.652Z] [2024-03-04T20:11:06.652Z] #96 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:11:06.652Z] #96 DONE 1.0s [2024-03-04T20:11:06.652Z] [2024-03-04T20:11:06.652Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.919Z] #34 ... [2024-03-04T20:11:06.919Z] [2024-03-04T20:11:06.919Z] #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-03-04T20:11:06.919Z] #97 DONE 0.6s [2024-03-04T20:11:06.919Z] [2024-03-04T20:11:06.919Z] #34 [core-command internal] load build context [2024-03-04T20:11:06.919Z] #34 ... [2024-03-04T20:11:06.919Z] [2024-03-04T20:11:06.919Z] #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-03-04T20:11:06.919Z] #98 DONE 0.6s [2024-03-04T20:11:06.919Z] [2024-03-04T20:11:06.919Z] #34 [core-command internal] load build context [2024-03-04T20:11:07.512Z] #34 ... [2024-03-04T20:11:07.512Z] [2024-03-04T20:11:07.512Z] #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-03-04T20:11:07.512Z] #99 DONE 0.8s [2024-03-04T20:11:07.512Z] [2024-03-04T20:11:07.512Z] #34 [core-command internal] load build context [2024-03-04T20:11:07.512Z] #34 ... [2024-03-04T20:11:07.512Z] [2024-03-04T20:11:07.512Z] #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-04T20:11:07.512Z] #100 DONE 0.6s [2024-03-04T20:11:07.512Z] [2024-03-04T20:11:07.512Z] #34 [core-command internal] load build context [2024-03-04T20:11:07.512Z] #34 ... [2024-03-04T20:11:07.512Z] [2024-03-04T20:11:07.512Z] #101 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:07.780Z] #101 ... [2024-03-04T20:11:07.780Z] [2024-03-04T20:11:07.780Z] #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-03-04T20:11:07.780Z] #102 DONE 0.7s [2024-03-04T20:11:07.780Z] [2024-03-04T20:11:07.780Z] #103 [security-spire-server] exporting to image [2024-03-04T20:11:07.780Z] #103 exporting layers [2024-03-04T20:11:08.362Z] #103 ... [2024-03-04T20:11:08.362Z] [2024-03-04T20:11:08.362Z] #104 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:08.362Z] #104 ... [2024-03-04T20:11:08.362Z] [2024-03-04T20:11:08.362Z] #34 [core-command internal] load build context [2024-03-04T20:11:10.302Z] #34 transferring context: 133.46MB 68.7s done [2024-03-04T20:11:10.302Z] #34 DONE 68.8s [2024-03-04T20:11:10.302Z] [2024-03-04T20:11:10.302Z] #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:11.714Z] #105 ... [2024-03-04T20:11:11.714Z] [2024-03-04T20:11:11.714Z] #103 [security-spire-config] exporting to image [2024-03-04T20:11:11.714Z] #103 exporting layers 3.9s done [2024-03-04T20:11:11.714Z] #103 writing image sha256:48752cf33d06c0c4b40da50b29cf740758ea147b8d045aaf153b1980bd2ec150 0.1s done [2024-03-04T20:11:11.714Z] #103 writing image sha256:1790e554b8f29a826af09d9d27da2c027aca12b7652565fc823d859009d51d6a 0.0s done [2024-03-04T20:11:11.714Z] #103 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-03-04T20:11:11.714Z] #103 naming to docker.io/library/security-spire-agent-arm64 done [2024-03-04T20:11:11.714Z] #103 writing image sha256:2cdd0d3bd44c179ad30f04772b8c9330bdae639bf21e224375747137896798c9 done [2024-03-04T20:11:11.714Z] #103 naming to docker.io/library/security-spire-config-arm64 done [2024-03-04T20:11:11.714Z] #103 DONE 4.0s [2024-03-04T20:11:11.714Z] [2024-03-04T20:11:11.714Z] #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:24.025Z] #105 ... [2024-03-04T20:11:24.025Z] [2024-03-04T20:11:24.025Z] #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:24.026Z] #85 DONE 29.5s [2024-03-04T20:11:24.026Z] [2024-03-04T20:11:24.026Z] #106 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-03-04T20:11:25.978Z] #106 ... [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #104 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:25.978Z] #104 DONE 27.4s [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #101 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:25.978Z] #101 DONE 28.1s [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #107 [core-data builder 6/7] COPY . . [2024-03-04T20:11:25.978Z] #107 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #108 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:25.978Z] #108 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #109 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:11:25.978Z] #109 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #106 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-03-04T20:11:25.978Z] #106 DONE 2.0s [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #110 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-04T20:11:25.978Z] #110 ... [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #111 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:11:25.978Z] #111 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:25.978Z] #112 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #113 [core-command builder 6/7] COPY . . [2024-03-04T20:11:25.978Z] #113 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #114 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:11:25.978Z] #114 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #115 [core-metadata builder 6/7] COPY . . [2024-03-04T20:11:25.978Z] #115 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:25.978Z] #116 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:25.978Z] #117 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #118 [security-proxy-auth builder 6/7] COPY . . [2024-03-04T20:11:25.978Z] #118 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #119 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:11:25.978Z] #119 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #120 [support-scheduler builder 6/7] COPY . . [2024-03-04T20:11:25.978Z] #120 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #121 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:25.978Z] #121 CACHED [2024-03-04T20:11:25.978Z] [2024-03-04T20:11:25.978Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T20:11:31.325Z] #122 5.006 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-04T20:11:31.591Z] #122 ... [2024-03-04T20:11:31.591Z] [2024-03-04T20:11:31.591Z] #110 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-04T20:11:31.591Z] #110 4.591 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-03-04T20:11:31.859Z] #110 ... [2024-03-04T20:11:31.859Z] [2024-03-04T20:11:31.859Z] #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:31.859Z] #105 DONE 25.1s [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #123 [security-proxy-setup builder 6/7] COPY . . [2024-03-04T20:11:32.150Z] #123 DONE 6.4s [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #124 [support-notifications builder 6/7] COPY . . [2024-03-04T20:11:32.150Z] #124 ... [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:32.150Z] #125 CACHED [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:11:32.150Z] #126 CACHED [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #127 [security-bootstrapper builder 6/7] COPY . . [2024-03-04T20:11:32.150Z] #127 CACHED [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-04T20:11:32.150Z] #128 CACHED [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-04T20:11:32.150Z] #129 CACHED [2024-03-04T20:11:32.150Z] [2024-03-04T20:11:32.150Z] #130 [security-secretstore-setup builder 6/7] COPY . . [2024-03-04T20:11:32.150Z] #130 CACHED [2024-03-04T20:11:32.421Z] [2024-03-04T20:11:32.421Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-04T20:11:32.723Z] #131 ... [2024-03-04T20:11:32.723Z] [2024-03-04T20:11:32.723Z] #132 [security-spiffe-token-provider builder 6/7] COPY . . [2024-03-04T20:11:32.723Z] #132 DONE 6.9s [2024-03-04T20:11:32.723Z] [2024-03-04T20:11:32.723Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:11:36.070Z] #133 ... [2024-03-04T20:11:36.070Z] [2024-03-04T20:11:36.070Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-04T20:11:36.070Z] #0 4.201 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-04T20:11:36.070Z] #134 ... [2024-03-04T20:11:36.070Z] [2024-03-04T20:11:36.070Z] #135 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-04T20:11:36.070Z] #0 4.437 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-04T20:11:36.070Z] #135 ... [2024-03-04T20:11:36.070Z] [2024-03-04T20:11:36.070Z] #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-04T20:11:36.070Z] #0 4.676 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-04T20:11:36.338Z] #136 ... [2024-03-04T20:11:36.338Z] [2024-03-04T20:11:36.338Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-04T20:11:36.338Z] #0 4.927 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-04T20:11:36.338Z] #137 ... [2024-03-04T20:11:36.338Z] [2024-03-04T20:11:36.338Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-04T20:11:36.338Z] #0 4.059 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-04T20:11:37.755Z] #138 ... [2024-03-04T20:11:37.755Z] [2024-03-04T20:11:37.755Z] #124 [support-notifications builder 6/7] COPY . . [2024-03-04T20:11:37.755Z] #124 DONE 5.8s [2024-03-04T20:11:37.755Z] [2024-03-04T20:11:37.755Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:11:39.702Z] #139 2.001 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-04T20:11:42.509Z] #139 ... [2024-03-04T20:11:42.509Z] [2024-03-04T20:11:42.509Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-04T20:11:42.509Z] #0 4.423 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-04T20:11:46.897Z] #140 ... [2024-03-04T20:11:46.897Z] [2024-03-04T20:11:46.897Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-04T20:11:46.897Z] #131 4.369 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-04T20:11:46.897Z] #131 ... [2024-03-04T20:11:46.897Z] [2024-03-04T20:11:46.897Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:11:46.897Z] #133 4.190 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-03-04T20:24:39.488Z] #133 ... [2024-03-04T20:24:39.489Z] [2024-03-04T20:24:39.489Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-04T20:24:39.489Z] #140 778.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-04T20:24:39.489Z] #140 ... [2024-03-04T20:24:39.489Z] [2024-03-04T20:24:39.489Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-04T20:24:39.489Z] #138 DONE 786.6s [2024-03-04T20:24:39.489Z] [2024-03-04T20:24:39.489Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:24:39.489Z] #141 DONE 0.5s [2024-03-04T20:24:39.489Z] [2024-03-04T20:24:39.489Z] #142 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:24:39.753Z] #142 DONE 0.1s [2024-03-04T20:24:39.753Z] [2024-03-04T20:24:39.753Z] #143 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-03-04T20:24:39.753Z] #143 DONE 0.1s [2024-03-04T20:24:39.753Z] [2024-03-04T20:24:39.753Z] #144 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-04T20:24:40.078Z] #144 DONE 0.2s [2024-03-04T20:24:40.078Z] [2024-03-04T20:24:40.078Z] #145 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-03-04T20:24:40.368Z] #145 DONE 0.4s [2024-03-04T20:24:40.369Z] [2024-03-04T20:24:40.369Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:24:40.369Z] #139 ... [2024-03-04T20:24:40.369Z] [2024-03-04T20:24:40.369Z] #146 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-03-04T20:24:40.635Z] #146 DONE 0.2s [2024-03-04T20:24:40.635Z] [2024-03-04T20:24:40.635Z] #147 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:24:43.203Z] #147 DONE 2.1s [2024-03-04T20:24:43.203Z] [2024-03-04T20:24:43.203Z] #103 [security-proxy-setup] exporting to image [2024-03-04T20:24:43.203Z] #103 exporting layers [2024-03-04T20:24:43.783Z] #103 exporting layers 1.0s done [2024-03-04T20:24:43.783Z] #103 writing image sha256:906d8e367ee19baf1d02ac4cdb5407772e3ac348240ca7c038124a349b81111b done [2024-03-04T20:24:43.783Z] #103 naming to docker.io/library/security-proxy-setup-arm64 done [2024-03-04T20:24:43.783Z] #103 DONE 5.0s [2024-03-04T20:24:43.783Z] [2024-03-04T20:24:43.783Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T20:24:46.373Z] #122 ... [2024-03-04T20:24:46.373Z] [2024-03-04T20:24:46.373Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-04T20:24:46.373Z] #140 DONE 793.6s [2024-03-04T20:24:46.373Z] [2024-03-04T20:24:46.373Z] #135 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-04T20:24:46.373Z] #135 ... [2024-03-04T20:24:46.373Z] [2024-03-04T20:24:46.373Z] #148 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:24:46.638Z] #148 DONE 0.2s [2024-03-04T20:24:46.638Z] [2024-03-04T20:24:46.638Z] #149 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:24:46.902Z] #149 DONE 0.1s [2024-03-04T20:24:46.902Z] [2024-03-04T20:24:46.903Z] #150 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-03-04T20:24:46.903Z] #150 DONE 0.2s [2024-03-04T20:24:46.903Z] [2024-03-04T20:24:46.903Z] #151 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-03-04T20:24:47.169Z] #151 DONE 0.1s [2024-03-04T20:24:47.169Z] [2024-03-04T20:24:47.169Z] #152 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:24:47.169Z] #152 DONE 0.2s [2024-03-04T20:24:47.169Z] [2024-03-04T20:24:47.169Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:24:47.438Z] #55 ... [2024-03-04T20:24:47.438Z] [2024-03-04T20:24:47.438Z] #153 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-03-04T20:24:47.438Z] #153 DONE 0.2s [2024-03-04T20:24:47.438Z] [2024-03-04T20:24:47.438Z] #154 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-04T20:24:47.704Z] #154 DONE 0.3s [2024-03-04T20:24:47.704Z] [2024-03-04T20:24:47.704Z] #155 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-04T20:24:47.704Z] #155 DONE 0.1s [2024-03-04T20:24:47.704Z] [2024-03-04T20:24:47.704Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:24:47.975Z] #139 ... [2024-03-04T20:24:47.975Z] [2024-03-04T20:24:47.975Z] #156 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:24:49.919Z] #156 DONE 1.9s [2024-03-04T20:24:49.919Z] [2024-03-04T20:24:49.919Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:24:49.919Z] #55 ... [2024-03-04T20:24:49.919Z] [2024-03-04T20:24:49.919Z] #103 [security-secretstore-setup] exporting to image [2024-03-04T20:24:49.919Z] #103 exporting layers [2024-03-04T20:24:51.325Z] #103 exporting layers 1.2s done [2024-03-04T20:24:51.325Z] #103 writing image sha256:8ed111ccbd1f86359eef750f6625d5ae0da831744c7d095dcb6da77a0687ae43 0.0s done [2024-03-04T20:24:51.325Z] #103 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-03-04T20:24:51.325Z] #103 DONE 6.3s [2024-03-04T20:24:51.325Z] [2024-03-04T20:24:51.325Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:24:52.733Z] #133 ... [2024-03-04T20:24:52.733Z] [2024-03-04T20:24:52.733Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-04T20:24:52.733Z] #131 DONE 800.7s [2024-03-04T20:24:53.093Z] [2024-03-04T20:24:53.093Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T20:24:53.434Z] #122 ... [2024-03-04T20:24:53.434Z] [2024-03-04T20:24:53.434Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-03-04T20:24:53.705Z] #157 DONE 0.3s [2024-03-04T20:24:53.705Z] [2024-03-04T20:24:53.705Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-04T20:24:55.652Z] #158 DONE 2.0s [2024-03-04T20:24:55.652Z] [2024-03-04T20:24:55.652Z] #135 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-04T20:24:55.652Z] #135 ... [2024-03-04T20:24:55.652Z] [2024-03-04T20:24:55.652Z] #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:24:56.240Z] #159 DONE 0.3s [2024-03-04T20:24:56.240Z] [2024-03-04T20:24:56.240Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:24:56.240Z] #160 DONE 0.1s [2024-03-04T20:24:56.240Z] [2024-03-04T20:24:56.240Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:24:56.240Z] #55 ... [2024-03-04T20:24:56.240Z] [2024-03-04T20:24:56.240Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-03-04T20:24:56.240Z] #161 DONE 0.3s [2024-03-04T20:24:56.240Z] [2024-03-04T20:24:56.240Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:24:56.506Z] #133 ... [2024-03-04T20:24:56.506Z] [2024-03-04T20:24:56.506Z] #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-03-04T20:24:56.506Z] #162 DONE 0.1s [2024-03-04T20:24:56.506Z] [2024-03-04T20:24:56.506Z] #163 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-03-04T20:24:56.506Z] #163 DONE 0.1s [2024-03-04T20:24:56.506Z] [2024-03-04T20:24:56.506Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-04T20:24:56.772Z] #134 ... [2024-03-04T20:24:56.772Z] [2024-03-04T20:24:56.772Z] #164 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-03-04T20:24:56.772Z] #164 DONE 0.1s [2024-03-04T20:24:57.069Z] [2024-03-04T20:24:57.069Z] #165 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-03-04T20:24:57.069Z] #165 DONE 0.1s [2024-03-04T20:24:57.069Z] [2024-03-04T20:24:57.069Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-04T20:24:57.069Z] #137 ... [2024-03-04T20:24:57.069Z] [2024-03-04T20:24:57.069Z] #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-03-04T20:24:57.069Z] #166 DONE 0.1s [2024-03-04T20:24:57.337Z] [2024-03-04T20:24:57.337Z] #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-04T20:24:59.285Z] #167 DONE 2.1s [2024-03-04T20:24:59.285Z] [2024-03-04T20:24:59.285Z] #103 [security-bootstrapper] exporting to image [2024-03-04T20:24:59.285Z] #103 exporting layers [2024-03-04T20:25:00.734Z] #103 exporting layers 1.2s done [2024-03-04T20:25:00.734Z] #103 writing image sha256:96b2cc90823615fdcab7d04bfe9e52d95ed6a326fb0da6d877de500eaff73c86 0.0s done [2024-03-04T20:25:00.734Z] #103 naming to docker.io/library/security-bootstrapper-arm64 done [2024-03-04T20:25:00.734Z] #103 DONE 7.4s [2024-03-04T20:25:00.734Z] [2024-03-04T20:25:00.734Z] #135 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-04T20:25:08.929Z] #135 DONE 822.3s [2024-03-04T20:25:08.929Z] [2024-03-04T20:25:08.929Z] #110 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-04T20:25:08.929Z] #110 ... [2024-03-04T20:25:08.929Z] [2024-03-04T20:25:08.929Z] #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:25:08.929Z] #168 DONE 0.3s [2024-03-04T20:25:08.929Z] [2024-03-04T20:25:08.929Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-04T20:25:08.929Z] #134 ... [2024-03-04T20:25:08.929Z] [2024-03-04T20:25:08.929Z] #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:25:09.199Z] #169 DONE 0.2s [2024-03-04T20:25:09.199Z] [2024-03-04T20:25:09.199Z] #170 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-03-04T20:25:09.468Z] #170 DONE 0.2s [2024-03-04T20:25:09.468Z] [2024-03-04T20:25:09.468Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:25:09.468Z] #171 DONE 0.2s [2024-03-04T20:25:09.468Z] [2024-03-04T20:25:09.468Z] #172 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-03-04T20:25:09.468Z] #172 DONE 0.1s [2024-03-04T20:25:09.468Z] [2024-03-04T20:25:09.468Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T20:25:09.736Z] #122 ... [2024-03-04T20:25:09.736Z] [2024-03-04T20:25:09.736Z] #173 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:25:11.680Z] #173 DONE 2.1s [2024-03-04T20:25:11.680Z] [2024-03-04T20:25:11.680Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T20:25:11.950Z] #122 ... [2024-03-04T20:25:11.950Z] [2024-03-04T20:25:11.950Z] #103 [security-proxy-auth] exporting to image [2024-03-04T20:25:11.950Z] #103 exporting layers [2024-03-04T20:25:12.534Z] #103 exporting layers 0.6s done [2024-03-04T20:25:12.534Z] #103 writing image sha256:309513051eab746b4318d5bc6d1f0a6f68970a6cba8ae2d98356db822c584980 done [2024-03-04T20:25:12.534Z] #103 naming to docker.io/library/security-proxy-auth-arm64 done [2024-03-04T20:25:12.534Z] #103 DONE 8.1s [2024-03-04T20:25:12.534Z] [2024-03-04T20:25:12.534Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-04T20:25:22.599Z] #137 ... [2024-03-04T20:25:22.599Z] [2024-03-04T20:25:22.599Z] #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-04T20:25:22.599Z] #136 DONE 835.5s [2024-03-04T20:25:22.599Z] [2024-03-04T20:25:22.599Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:25:22.599Z] #133 ... [2024-03-04T20:25:22.599Z] [2024-03-04T20:25:22.599Z] #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:25:22.599Z] #174 DONE 0.1s [2024-03-04T20:25:22.599Z] [2024-03-04T20:25:22.599Z] #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:25:22.599Z] #175 DONE 0.1s [2024-03-04T20:25:22.599Z] [2024-03-04T20:25:22.599Z] #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-03-04T20:25:22.599Z] #176 DONE 0.3s [2024-03-04T20:25:22.599Z] [2024-03-04T20:25:22.599Z] #177 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:25:22.599Z] #177 DONE 0.2s [2024-03-04T20:25:22.599Z] [2024-03-04T20:25:22.599Z] #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-03-04T20:25:22.865Z] #178 DONE 0.2s [2024-03-04T20:25:22.865Z] [2024-03-04T20:25:22.865Z] #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-04T20:25:24.807Z] #179 DONE 1.8s [2024-03-04T20:25:24.807Z] [2024-03-04T20:25:24.807Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:25:24.807Z] #139 ... [2024-03-04T20:25:24.807Z] [2024-03-04T20:25:24.807Z] #103 [core-common-config-bootstrapper] exporting to image [2024-03-04T20:25:24.807Z] #103 exporting layers [2024-03-04T20:25:25.076Z] #103 exporting layers 0.6s done [2024-03-04T20:25:25.341Z] #103 writing image sha256:3c686517b80d276d43021a47e60eeedcb568835ab205600543e93aab5f7e0178 0.0s done [2024-03-04T20:25:25.341Z] #103 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-03-04T20:25:25.341Z] #103 DONE 8.7s [2024-03-04T20:25:25.341Z] [2024-03-04T20:25:25.341Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:25:51.985Z] #55 ... [2024-03-04T20:25:51.985Z] [2024-03-04T20:25:51.985Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-04T20:25:51.985Z] #134 DONE 866.3s [2024-03-04T20:25:52.259Z] [2024-03-04T20:25:52.259Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:25:52.847Z] #139 ... [2024-03-04T20:25:52.847Z] [2024-03-04T20:25:52.847Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:25:52.847Z] #180 DONE 0.1s [2024-03-04T20:25:52.847Z] [2024-03-04T20:25:52.847Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:25:52.847Z] #181 DONE 0.2s [2024-03-04T20:25:52.847Z] [2024-03-04T20:25:52.847Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-03-04T20:25:53.433Z] #182 DONE 0.3s [2024-03-04T20:25:53.433Z] [2024-03-04T20:25:53.433Z] #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:25:53.433Z] #183 DONE 0.1s [2024-03-04T20:25:53.433Z] [2024-03-04T20:25:53.433Z] #103 [core-command] exporting to image [2024-03-04T20:25:53.433Z] #103 exporting layers [2024-03-04T20:25:53.433Z] #103 exporting layers 0.2s done [2024-03-04T20:25:53.433Z] #103 writing image sha256:7b8a48f890e62e9ad654c81461f1e0442f4ace5c772442b1e61576ab8c995c5a 0.0s done [2024-03-04T20:25:53.433Z] #103 naming to docker.io/library/core-command-arm64 done [2024-03-04T20:25:53.433Z] #103 DONE 8.9s [2024-03-04T20:25:53.433Z] [2024-03-04T20:25:53.433Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:26:03.498Z] #133 ... [2024-03-04T20:26:03.498Z] [2024-03-04T20:26:03.498Z] #110 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-04T20:26:03.498Z] #110 DONE 877.1s [2024-03-04T20:26:03.498Z] [2024-03-04T20:26:03.498Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:26:03.764Z] #133 ... [2024-03-04T20:26:03.764Z] [2024-03-04T20:26:03.764Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-04T20:26:03.764Z] #122 DONE 878.0s [2024-03-04T20:26:03.764Z] [2024-03-04T20:26:03.764Z] #184 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:26:04.037Z] #184 DONE 0.3s [2024-03-04T20:26:04.037Z] [2024-03-04T20:26:04.037Z] #185 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:26:04.327Z] #185 DONE 0.3s [2024-03-04T20:26:04.327Z] [2024-03-04T20:26:04.327Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:26:04.594Z] #55 ... [2024-03-04T20:26:04.594Z] [2024-03-04T20:26:04.594Z] #186 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-03-04T20:26:04.870Z] #186 ... [2024-03-04T20:26:04.870Z] [2024-03-04T20:26:04.870Z] #187 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:26:04.870Z] #187 DONE 0.3s [2024-03-04T20:26:04.870Z] [2024-03-04T20:26:04.870Z] #186 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-03-04T20:26:04.870Z] #186 DONE 0.5s [2024-03-04T20:26:04.870Z] [2024-03-04T20:26:04.870Z] #188 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:26:04.870Z] #188 DONE 0.1s [2024-03-04T20:26:04.870Z] [2024-03-04T20:26:04.870Z] #189 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:26:05.147Z] #189 DONE 0.3s [2024-03-04T20:26:05.147Z] [2024-03-04T20:26:05.147Z] #190 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-03-04T20:26:05.742Z] #190 DONE 0.5s [2024-03-04T20:26:05.742Z] [2024-03-04T20:26:05.742Z] #191 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:26:05.742Z] #191 DONE 0.2s [2024-03-04T20:26:05.742Z] [2024-03-04T20:26:05.742Z] #103 [core-data] exporting to image [2024-03-04T20:26:05.742Z] #103 exporting layers 0.5s done [2024-03-04T20:26:05.742Z] #103 writing image sha256:8285d0e4b964f9857528cb517cb51cbea5d833d70583dc97897f3d32fff45d1d done [2024-03-04T20:26:05.742Z] #103 naming to docker.io/library/core-data-arm64 done [2024-03-04T20:26:05.742Z] #103 DONE 9.5s [2024-03-04T20:26:05.742Z] [2024-03-04T20:26:05.742Z] #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-03-04T20:26:06.007Z] #192 DONE 0.2s [2024-03-04T20:26:06.007Z] [2024-03-04T20:26:06.007Z] #103 [core-metadata] exporting to image [2024-03-04T20:26:06.272Z] #103 exporting layers 0.2s done [2024-03-04T20:26:06.272Z] #103 writing image sha256:258b31c2f59c304bb8d180930dd47565d92e0f0f6e09977e62c0e87de90efb7c done [2024-03-04T20:26:06.272Z] #103 naming to docker.io/library/core-metadata-arm64 done [2024-03-04T20:26:06.272Z] #103 DONE 9.7s [2024-03-04T20:26:06.272Z] [2024-03-04T20:26:06.272Z] #31 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:26:28.320Z] #31 ... [2024-03-04T20:26:28.320Z] [2024-03-04T20:26:28.320Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-04T20:26:28.320Z] #133 DONE 895.4s [2024-03-04T20:26:28.320Z] [2024-03-04T20:26:28.320Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:26:28.588Z] #55 ... [2024-03-04T20:26:28.588Z] [2024-03-04T20:26:28.588Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:26:28.855Z] #193 DONE 0.2s [2024-03-04T20:26:28.855Z] [2024-03-04T20:26:28.855Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:26:28.855Z] #194 DONE 0.1s [2024-03-04T20:26:28.855Z] [2024-03-04T20:26:28.855Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:26:28.855Z] #139 ... [2024-03-04T20:26:28.855Z] [2024-03-04T20:26:28.855Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-03-04T20:26:29.123Z] #195 DONE 0.2s [2024-03-04T20:26:29.123Z] [2024-03-04T20:26:29.123Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:26:29.392Z] #196 DONE 0.1s [2024-03-04T20:26:29.392Z] [2024-03-04T20:26:29.392Z] #103 [security-spiffe-token-provider] exporting to image [2024-03-04T20:26:29.392Z] #103 exporting layers [2024-03-04T20:26:29.974Z] #103 exporting layers 0.5s done [2024-03-04T20:26:29.974Z] #103 writing image sha256:e3cdfa3b47e603b4ca2d1d0f03cc2c049b0f1efa5a5e32500f24fd0e12c4b41e 0.0s done [2024-03-04T20:26:29.974Z] #103 naming to docker.io/library/security-spiffe-token-provider-arm64 [2024-03-04T20:26:29.974Z] #103 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-03-04T20:26:29.974Z] #103 DONE 10.3s [2024-03-04T20:26:29.974Z] [2024-03-04T20:26:29.974Z] #31 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:26:52.011Z] #31 ... [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-04T20:26:52.011Z] #137 DONE 922.8s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:26:52.011Z] #55 ... [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:26:52.011Z] #197 DONE 0.3s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #31 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-04T20:26:52.011Z] #31 ... [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-04T20:26:52.011Z] #139 DONE 911.5s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #198 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:26:52.011Z] #198 DONE 0.1s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-03-04T20:26:52.011Z] #199 DONE 0.4s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #200 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-04T20:26:52.011Z] #200 DONE 0.1s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #201 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:26:52.011Z] #201 DONE 0.1s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #202 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-04T20:26:52.011Z] #202 DONE 0.1s [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.011Z] #103 [support-scheduler] exporting to image [2024-03-04T20:26:52.011Z] #103 exporting layers [2024-03-04T20:26:52.011Z] #103 ... [2024-03-04T20:26:52.011Z] [2024-03-04T20:26:52.012Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-03-04T20:26:52.012Z] #203 DONE 0.3s [2024-03-04T20:26:52.012Z] [2024-03-04T20:26:52.012Z] #103 [support-scheduler] exporting to image [2024-03-04T20:26:52.012Z] #103 exporting layers 0.4s done [2024-03-04T20:26:52.012Z] #103 writing image sha256:2ee098b40e6da81fc4cfcbbfec35c3427276ff84b1ab9853fca11af2202e0c2a done [2024-03-04T20:26:52.012Z] #103 naming to docker.io/library/support-scheduler-arm64 done [2024-03-04T20:26:52.012Z] #103 DONE 10.8s [2024-03-04T20:26:52.012Z] [2024-03-04T20:26:52.012Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-03-04T20:26:52.012Z] #204 DONE 0.2s [2024-03-04T20:26:52.012Z] [2024-03-04T20:26:52.012Z] #103 [support-notifications] exporting to image [2024-03-04T20:26:52.012Z] #103 exporting layers 0.3s done [2024-03-04T20:26:52.012Z] #103 writing image sha256:af215dbb95396d617e6a7cdaa353894f4b7a4235fe0fc5e5c769fc6628642c4f done [2024-03-04T20:26:52.012Z] #103 naming to docker.io/library/support-notifications-arm64 [2024-03-04T20:26:52.012Z] #103 naming to docker.io/library/support-notifications-arm64 done [2024-03-04T20:26:52.012Z] #103 DONE 11.0s [2024-03-04T20:26:52.012Z] [2024-03-04T20:26:52.012Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-04T20:26:52.012Z] time="2024-03-04T20:09:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-03-04T20:26:52.038Z] $ docker stop --time=1 f73d7e26e87751d89e5d6b489213d3e626b7594d7f7b131df63b161733e048e3 [2024-03-04T20:26:53.716Z] $ docker rm -f --volumes f73d7e26e87751d89e5d6b489213d3e626b7594d7f7b131df63b161733e048e3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-04T20:26:54.376Z] + docker images [2024-03-04T20:26:54.376Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-03-04T20:26:54.376Z] support-notifications-arm64 latest af215dbb9539 4 seconds ago 26.6MB [2024-03-04T20:26:54.376Z] support-scheduler-arm64 latest 2ee098b40e6d 5 seconds ago 25.9MB [2024-03-04T20:26:54.376Z] security-spiffe-token-provider-arm64 latest e3cdfa3b47e6 25 seconds ago 29.1MB [2024-03-04T20:26:54.376Z] core-metadata-arm64 latest 258b31c2f59c 49 seconds ago 17.4MB [2024-03-04T20:26:54.376Z] core-data-arm64 latest 8285d0e4b964 50 seconds ago 17.2MB [2024-03-04T20:26:54.376Z] core-command-arm64 latest 7b8a48f890e6 About a minute ago 17.1MB [2024-03-04T20:26:54.376Z] core-common-config-bootstrapper-arm64 latest 3c686517b80d About a minute ago 15.1MB [2024-03-04T20:26:54.376Z] security-proxy-auth-arm64 latest 309513051eab About a minute ago 15.9MB [2024-03-04T20:26:54.376Z] security-bootstrapper-arm64 latest 96b2cc908236 About a minute ago 18.5MB [2024-03-04T20:26:54.376Z] security-secretstore-setup-arm64 latest 8ed111ccbd1f 2 minutes ago 35.9MB [2024-03-04T20:26:54.376Z] security-proxy-setup-arm64 latest 906d8e367ee1 2 minutes ago 25.9MB [2024-03-04T20:26:54.376Z] security-spire-server-arm64 latest 48752cf33d06 15 minutes ago 96.7MB [2024-03-04T20:26:54.376Z] security-spire-config-arm64 latest 2cdd0d3bd44c 15 minutes ago 95.8MB [2024-03-04T20:26:54.376Z] security-spire-agent-arm64 latest 1790e554b8f2 15 minutes ago 152MB [2024-03-04T20:26:54.376Z] ci-base-image-arm64 latest 1135b05dc0aa 27 minutes ago 881MB [2024-03-04T20:26:54.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 3 months ago 560MB [2024-03-04T20:26:54.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 9 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 [2024-03-04T20:26:55.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-04T20:26:55.635Z] [2024-03-04T20:26:55.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T20:26:56.075Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-04T20:26:56.339Z] arm64: Pulling from edgex-lftools-log-publisher [2024-03-04T20:26:56.339Z] 8998bd30e6a1: Pulling fs layer [2024-03-04T20:26:56.339Z] 04944245beec: Pulling fs layer [2024-03-04T20:26:56.339Z] 699f458cf7ca: Pulling fs layer [2024-03-04T20:26:56.339Z] 765212b225bb: Pulling fs layer [2024-03-04T20:26:56.339Z] f23df028b6ca: Pulling fs layer [2024-03-04T20:26:56.339Z] d65c8cfc05b1: Pulling fs layer [2024-03-04T20:26:56.339Z] 2437ff75d9bd: Pulling fs layer [2024-03-04T20:26:56.339Z] f23df028b6ca: Waiting [2024-03-04T20:26:56.339Z] d65c8cfc05b1: Waiting [2024-03-04T20:26:56.339Z] 765212b225bb: Waiting [2024-03-04T20:26:56.339Z] 2437ff75d9bd: Waiting [2024-03-04T20:26:56.339Z] 04944245beec: Verifying Checksum [2024-03-04T20:26:56.339Z] 04944245beec: Download complete [2024-03-04T20:26:56.339Z] 765212b225bb: Verifying Checksum [2024-03-04T20:26:56.339Z] 765212b225bb: Download complete [2024-03-04T20:26:56.604Z] f23df028b6ca: Download complete [2024-03-04T20:26:56.604Z] d65c8cfc05b1: Verifying Checksum [2024-03-04T20:26:56.604Z] d65c8cfc05b1: Download complete [2024-03-04T20:26:56.604Z] 699f458cf7ca: Verifying Checksum [2024-03-04T20:26:56.604Z] 699f458cf7ca: Download complete [2024-03-04T20:26:57.181Z] 8998bd30e6a1: Download complete [2024-03-04T20:26:59.747Z] 2437ff75d9bd: Verifying Checksum [2024-03-04T20:26:59.747Z] 2437ff75d9bd: Download complete [2024-03-04T20:27:01.680Z] 8998bd30e6a1: Pull complete [2024-03-04T20:27:02.257Z] 04944245beec: Pull complete [2024-03-04T20:27:04.191Z] 699f458cf7ca: Pull complete [2024-03-04T20:27:04.191Z] 765212b225bb: Pull complete [2024-03-04T20:27:05.218Z] f23df028b6ca: Pull complete [2024-03-04T20:27:05.218Z] d65c8cfc05b1: Pull complete [2024-03-04T20:27:23.545Z] 2437ff75d9bd: Pull complete [2024-03-04T20:27:23.545Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-03-04T20:27:23.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-04T20:27:23.545Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T20:27:24.031Z] prd-ubuntu20.04-docker-arm64-4c-16g-4885 does not seem to be running inside a container [2024-03-04T20:27:24.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-03-04T20:27:26.872Z] $ docker top bffbfa3ca66783fdf0b3a915adc826b2a0a8c684e9ceac87fdb56b255adbc03a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:27.959Z] ---> job-cost.sh [2024-03-04T20:27:27.959Z] lf-activate-venv: SKIPPING [2024-03-04T20:27:27.959Z] INFO: No Stack... [2024-03-04T20:27:28.539Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-03-04T20:27:29.121Z] INFO: Archiving Costs [Pipeline] sh [2024-03-04T20:27:30.029Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-03-04T20:27:30.030Z] + cut -d, -f6 [Pipeline] lock [2024-03-04T20:27:30.109Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4770-1-stack-cost] [2024-03-04T20:27:30.115Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4770-1-stack-cost] did not exist. Created. [2024-03-04T20:27:30.127Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4770-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-04T20:27:30.939Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-03-04T20:27:31.150Z] Stashed 1 file(s) [Pipeline] } [2024-03-04T20:27:31.165Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4770-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-04T20:27:31.317Z] $ docker stop --time=1 bffbfa3ca66783fdf0b3a915adc826b2a0a8c684e9ceac87fdb56b255adbc03a [2024-03-04T20:27:32.895Z] $ docker rm -f --volumes bffbfa3ca66783fdf0b3a915adc826b2a0a8c684e9ceac87fdb56b255adbc03a [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 [2024-03-04T20:27:34.925Z] provisioning config files... [2024-03-04T20:27:34.932Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9110094040761219907tmp [Pipeline] { [Pipeline] sh [2024-03-04T20:27:35.365Z] + set +x [2024-03-04T20:27:35.365Z] + bash -s -- [2024-03-04T20:27:35.365Z] + curl -s https://codecov.io/bash [2024-03-04T20:27:35.365Z] [2024-03-04T20:27:35.365Z] _____ _ [2024-03-04T20:27:35.365Z] / ____| | | [2024-03-04T20:27:35.365Z] | | ___ __| | ___ ___ _____ __ [2024-03-04T20:27:35.365Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-03-04T20:27:35.365Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-03-04T20:27:35.365Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-03-04T20:27:35.365Z] Bash-1.0.6 [2024-03-04T20:27:35.365Z] [2024-03-04T20:27:35.365Z] [2024-03-04T20:27:35.365Z] ==> git version 2.25.1 found [2024-03-04T20:27:35.365Z] ==> 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 [2024-03-04T20:27:35.365Z] Release-Date: 2020-01-08 [2024-03-04T20:27:35.365Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-03-04T20:27:35.365Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-03-04T20:27:35.365Z] ==> Jenkins CI detected. [2024-03-04T20:27:35.365Z] current dir:  /w/workspace/edgex-go/1 [2024-03-04T20:27:35.365Z] project root: . [2024-03-04T20:27:35.365Z] --> token set from env [2024-03-04T20:27:35.365Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-03-04T20:27:35.625Z] ==> Running gcov in . (disable via -X gcov) [2024-03-04T20:27:35.625Z] ==> Python coveragepy not found [2024-03-04T20:27:35.625Z] ==> Searching for coverage reports in: [2024-03-04T20:27:35.625Z] + . [2024-03-04T20:27:35.625Z] -> Found 1 reports [2024-03-04T20:27:35.625Z] ==> Detecting git/mercurial file structure [2024-03-04T20:27:35.625Z] ==> Reading reports [2024-03-04T20:27:35.625Z] + ./coverage.out bytes=453602 [2024-03-04T20:27:35.625Z] ==> Appending adjustments [2024-03-04T20:27:35.625Z] https://docs.codecov.io/docs/fixing-reports [2024-03-04T20:27:36.567Z] + Found adjustments [2024-03-04T20:27:36.567Z] ==> Gzipping contents [2024-03-04T20:27:36.567Z] 60K /tmp/codecov.EDv2Q0.gz [2024-03-04T20:27:36.567Z] ==> Uploading reports [2024-03-04T20:27:36.567Z] url: https://codecov.io [2024-03-04T20:27:36.567Z] query: branch=PR-4770&commit=85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4770%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4770&job=&cmd_args= [2024-03-04T20:27:36.567Z] -> Pinging Codecov [2024-03-04T20:27:36.567Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4770&commit=85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4770%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4770&job=&cmd_args= [2024-03-04T20:27:36.826Z] -> Uploading to [2024-03-04T20:27:36.826Z] https://storage.googleapis.com/codecov/v4/raw/2024-03-04/00271124DB129430A58F1EEE437C3FCB/85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9/86b9e22c-1799-4b17-8306-23b09a202717.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240304T202736Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f021ea83955a1890a1e91d8d21acd3ecc013b49a7159e6c5e7c6c2bbb2a2a5b7 [2024-03-04T20:27:36.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-04T20:27:36.826Z] Dload Upload Total Spent Left Speed [2024-03-04T20:27:37.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57724 0 0 100 57724 0 165k --:--:-- --:--:-- --:--:-- 164k 100 57724 0 0 100 57724 0 164k --:--:-- --:--:-- --:--:-- 164k [2024-03-04T20:27:37.395Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/85d5229e07fdecb78dfe16d9b92e0a08dbe78dd9 [Pipeline] } [2024-03-04T20:27:37.423Z] 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 [2024-03-04T20:27:39.998Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:40.319Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:41.210Z] ---> package-listing.sh [2024-03-04T20:27:41.210Z] ++ facter osfamily [2024-03-04T20:27:41.210Z] ++ tr '[:upper:]' '[:lower:]' [2024-03-04T20:27:41.470Z] + OS_FAMILY=debian [2024-03-04T20:27:41.470Z] + workspace=/w/workspace/edgex-go/1 [2024-03-04T20:27:41.470Z] + START_PACKAGES=/tmp/packages_start.txt [2024-03-04T20:27:41.470Z] + END_PACKAGES=/tmp/packages_end.txt [2024-03-04T20:27:41.470Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-03-04T20:27:41.470Z] + PACKAGES=/tmp/packages_start.txt [2024-03-04T20:27:41.470Z] + '[' /w/workspace/edgex-go/1 ']' [2024-03-04T20:27:41.470Z] + PACKAGES=/tmp/packages_end.txt [2024-03-04T20:27:41.470Z] + case "${OS_FAMILY}" in [2024-03-04T20:27:41.470Z] + dpkg -l [2024-03-04T20:27:41.470Z] + grep '^ii' [2024-03-04T20:27:41.470Z] + '[' -f /tmp/packages_start.txt ']' [2024-03-04T20:27:41.470Z] + '[' -f /tmp/packages_end.txt ']' [2024-03-04T20:27:41.470Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-03-04T20:27:41.470Z] + '[' /w/workspace/edgex-go/1 ']' [2024-03-04T20:27:41.470Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-03-04T20:27:41.470Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-03-04T20:27:41.507Z] 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 [2024-03-04T20:27:41.801Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T20:27:42.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-04T20:27:42.481Z] [2024-03-04T20:27:42.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-04T20:27:42.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-04T20:27:42.912Z] latest: Pulling from edgex-lftools-log-publisher [2024-03-04T20:27:42.912Z] 5eb5b503b376: Pulling fs layer [2024-03-04T20:27:42.912Z] 5c69ac0246d0: Pulling fs layer [2024-03-04T20:27:42.912Z] ec43610c2a17: Pulling fs layer [2024-03-04T20:27:42.912Z] 3a2ae6a8a46f: Pulling fs layer [2024-03-04T20:27:42.912Z] 33b1e0a273af: Pulling fs layer [2024-03-04T20:27:42.912Z] 5d3b04190fa2: Pulling fs layer [2024-03-04T20:27:42.912Z] 2f39f015ded8: Pulling fs layer [2024-03-04T20:27:42.912Z] 33b1e0a273af: Waiting [2024-03-04T20:27:42.912Z] 5d3b04190fa2: Waiting [2024-03-04T20:27:42.912Z] 3a2ae6a8a46f: Waiting [2024-03-04T20:27:42.912Z] 5c69ac0246d0: Verifying Checksum [2024-03-04T20:27:42.912Z] 5c69ac0246d0: Download complete [2024-03-04T20:27:42.912Z] 3a2ae6a8a46f: Verifying Checksum [2024-03-04T20:27:42.912Z] 3a2ae6a8a46f: Download complete [2024-03-04T20:27:42.912Z] 33b1e0a273af: Verifying Checksum [2024-03-04T20:27:42.912Z] 33b1e0a273af: Download complete [2024-03-04T20:27:42.912Z] ec43610c2a17: Verifying Checksum [2024-03-04T20:27:42.912Z] ec43610c2a17: Download complete [2024-03-04T20:27:42.912Z] 5d3b04190fa2: Verifying Checksum [2024-03-04T20:27:42.912Z] 5d3b04190fa2: Download complete [2024-03-04T20:27:43.170Z] 5eb5b503b376: Verifying Checksum [2024-03-04T20:27:43.170Z] 5eb5b503b376: Download complete [2024-03-04T20:27:43.736Z] 2f39f015ded8: Download complete [2024-03-04T20:27:44.302Z] 5eb5b503b376: Pull complete [2024-03-04T20:27:44.560Z] 5c69ac0246d0: Pull complete [2024-03-04T20:27:44.819Z] ec43610c2a17: Pull complete [2024-03-04T20:27:44.819Z] 3a2ae6a8a46f: Pull complete [2024-03-04T20:27:45.078Z] 33b1e0a273af: Pull complete [2024-03-04T20:27:45.078Z] 5d3b04190fa2: Pull complete [2024-03-04T20:27:49.266Z] 2f39f015ded8: Pull complete [2024-03-04T20:27:49.267Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-03-04T20:27:49.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-04T20:27:49.267Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-04T20:27:49.664Z] prd-ubuntu20.04-docker-8c-8g-4883 does not seem to be running inside a container [2024-03-04T20:27:49.684Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-03-04T20:27:52.596Z] $ docker top 42f8d2eb521978fe872ff9f23164eedaf30a050280957d2fcf72d5649d442dd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-04T20:27:53.101Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-03-04T20:27:53.420Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-03-04T20:27:53.732Z] + ls /var/log/sa-host [2024-03-04T20:27:53.732Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-04T20:27:54.007Z] provisioning config files... [2024-03-04T20:27:54.016Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11167528159968453788tmp [Pipeline] { [Pipeline] echo [2024-03-04T20:27:54.165Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:54.481Z] ---> create-netrc.sh [Pipeline] } [2024-03-04T20:27:54.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:55.008Z] ---> python-tools-install.sh [Pipeline] echo [2024-03-04T20:27:55.038Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:55.354Z] ---> sudo-logs.sh [2024-03-04T20:27:55.354Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-03-04T20:27:55.492Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:55.806Z] ---> job-cost.sh [2024-03-04T20:27:55.806Z] lf-activate-venv: SKIPPING [2024-03-04T20:27:55.806Z] DEBUG: total: 0.10999999940395355 [2024-03-04T20:27:55.806Z] INFO: Retrieving Stack Cost... [2024-03-04T20:27:56.068Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-04T20:27:56.641Z] INFO: Archiving Costs [Pipeline] echo [2024-03-04T20:27:56.673Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-04T20:27:56.996Z] ---> logs-deploy.sh [2024-03-04T20:27:56.996Z] lf-activate-venv: SKIPPING [2024-03-04T20:27:56.996Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4770/1 [2024-03-04T20:27:56.996Z] INFO: archiving workspace using pattern(s): [2024-03-04T20:27:57.939Z] Archives upload complete. [2024-03-04T20:27:58.200Z] INFO: archiving logs to Nexus [2024-03-04T20:27:58.781Z] ---> uname -a: [2024-03-04T20:27:58.782Z] Linux prd-ubuntu20-04-docker-8c-8g-4883 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-03-04T20:27:58.782Z] [2024-03-04T20:27:58.782Z] [2024-03-04T20:27:58.782Z] ---> lscpu: [2024-03-04T20:27:58.782Z] Architecture: x86_64 [2024-03-04T20:27:58.782Z] CPU op-mode(s): 32-bit, 64-bit [2024-03-04T20:27:58.782Z] Byte Order: Little Endian [2024-03-04T20:27:58.782Z] Address sizes: 40 bits physical, 48 bits virtual [2024-03-04T20:27:58.782Z] CPU(s): 8 [2024-03-04T20:27:58.782Z] On-line CPU(s) list: 0-7 [2024-03-04T20:27:58.782Z] Thread(s) per core: 1 [2024-03-04T20:27:58.782Z] Core(s) per socket: 1 [2024-03-04T20:27:58.782Z] Socket(s): 8 [2024-03-04T20:27:58.782Z] NUMA node(s): 1 [2024-03-04T20:27:58.782Z] Vendor ID: AuthenticAMD [2024-03-04T20:27:58.782Z] CPU family: 23 [2024-03-04T20:27:58.782Z] Model: 49 [2024-03-04T20:27:58.782Z] Model name: AMD EPYC-Rome Processor [2024-03-04T20:27:58.782Z] Stepping: 0 [2024-03-04T20:27:58.782Z] CPU MHz: 2799.998 [2024-03-04T20:27:58.782Z] BogoMIPS: 5599.99 [2024-03-04T20:27:58.782Z] Virtualization: AMD-V [2024-03-04T20:27:58.782Z] Hypervisor vendor: KVM [2024-03-04T20:27:58.782Z] Virtualization type: full [2024-03-04T20:27:58.782Z] L1d cache: 256 KiB [2024-03-04T20:27:58.782Z] L1i cache: 256 KiB [2024-03-04T20:27:58.782Z] L2 cache: 4 MiB [2024-03-04T20:27:58.782Z] L3 cache: 128 MiB [2024-03-04T20:27:58.782Z] NUMA node0 CPU(s): 0-7 [2024-03-04T20:27:58.782Z] Vulnerability Itlb multihit: Not affected [2024-03-04T20:27:58.782Z] Vulnerability L1tf: Not affected [2024-03-04T20:27:58.782Z] Vulnerability Mds: Not affected [2024-03-04T20:27:58.782Z] Vulnerability Meltdown: Not affected [2024-03-04T20:27:58.782Z] Vulnerability Mmio stale data: Not affected [2024-03-04T20:27:58.782Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-03-04T20:27:58.782Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-03-04T20:27:58.782Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-03-04T20:27:58.782Z] Vulnerability Srbds: Not affected [2024-03-04T20:27:58.782Z] Vulnerability Tsx async abort: Not affected [2024-03-04T20:27:58.782Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-03-04T20:27:58.782Z] [2024-03-04T20:27:58.782Z] [2024-03-04T20:27:58.782Z] ---> nproc: [2024-03-04T20:27:58.782Z] 8 [2024-03-04T20:27:58.782Z] [2024-03-04T20:27:58.782Z] [2024-03-04T20:27:58.782Z] ---> df -h: [2024-03-04T20:27:58.782Z] Filesystem Size Used Avail Use% Mounted on [2024-03-04T20:27:58.782Z] overlay 155G 20G 136G 13% / [2024-03-04T20:27:58.782Z] tmpfs 64M 0 64M 0% /dev [2024-03-04T20:27:58.782Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-03-04T20:27:58.782Z] shm 64M 0 64M 0% /dev/shm [2024-03-04T20:27:58.782Z] /dev/vda1 155G 20G 136G 13% /facter-os [2024-03-04T20:27:58.782Z] [2024-03-04T20:27:58.782Z]