Pull request #4739 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 195d80e99bd5911d270ced140fb5259254bb7648+420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 (bfe8b707cb9a38d33d167143a40b359c65d4d54d) 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-ssh5024390246576072104.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-ssh15896496520987020138.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-4739/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-4739/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5999401954961376014.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-4739/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8482755387281583274.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-ssh15538806859648051929.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-4739/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-4739/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4330862204342957498.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-26198 in /w/workspace/edgexfoundry_edgex-go_PR-4739 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 into PR head commit 195d80e99bd5911d270ced140fb5259254bb7648 Merge succeeded, producing 195d80e99bd5911d270ced140fb5259254bb7648 Checking out Revision 195d80e99bd5911d270ced140fb5259254bb7648 (PR-4739) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/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 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/4739/head:refs/remotes/origin/PR-4739 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # 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 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-12-26T19:08:08.970Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-12-26T19:08:09.218Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-12-26T19:08:09.361Z] ========================================================= [2023-12-26T19:08:09.361Z] EdgeX Global Pipelines Version Info [2023-12-26T19:08:09.361Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:08:10.126Z] ------------------- [2023-12-26T19:08:10.126Z] stable info: [2023-12-26T19:08:10.126Z] ------------------- [2023-12-26T19:08:10.126Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-12-26T19:08:10.126Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-26T19:08:10.126Z] Message: update stable to v1.0.258 [2023-12-26T19:08:10.698Z] ------------------- [2023-12-26T19:08:10.698Z] experimental info: [2023-12-26T19:08:10.699Z] ------------------- [2023-12-26T19:08:10.699Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-12-26T19:08:10.699Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-26T19:08:10.699Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-12-26T19:08:10.916Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-12-26T19:08:10.968Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-12-26T19:08:11.021Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-12-26T19:08:11.076Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-12-26T19:08:11.134Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-12-26T19:08:11.193Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-12-26T19:08:11.255Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-12-26T19:08:11.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-12-26T19:08:11.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-12-26T19:08:11.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-12-26T19:08:11.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-12-26T19:08:11.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-12-26T19:08:11.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-12-26T19:08:11.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-12-26T19:08:11.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-12-26T19:08:11.816Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-12-26T19:08:11.879Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-12-26T19:08:11.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-12-26T19:08:12.060Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-12-26T19:08:12.122Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-12-26T19:08:12.212Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-12-26T19:08:12.275Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-12-26T19:08:12.338Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-12-26T19:08:12.433Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4739 [Pipeline] echo [2023-12-26T19:08:12.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4739 [Pipeline] echo [2023-12-26T19:08:12.571Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4739 [Pipeline] echo [2023-12-26T19:08:12.659Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] echo [2023-12-26T19:08:12.728Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 195d80e [Pipeline] echo [2023-12-26T19:08:12.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-26T19:08:12.991Z] provisioning config files... [2023-12-26T19:08:13.010Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14147006280442735814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:08:13.409Z] ---> ****-login.sh [2023-12-26T19:08:13.409Z] nexus3.edgexfoundry.org:10001 [2023-12-26T19:08:13.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:08:13.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:08:13.930Z] Configure a credential helper to remove this warning. See [2023-12-26T19:08:13.930Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:08:13.930Z] [2023-12-26T19:08:13.930Z] Login Succeeded [2023-12-26T19:08:13.930Z] nexus3.edgexfoundry.org:10002 [2023-12-26T19:08:13.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:08:13.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:08:13.930Z] Configure a credential helper to remove this warning. See [2023-12-26T19:08:13.930Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:08:13.930Z] [2023-12-26T19:08:13.930Z] Login Succeeded [2023-12-26T19:08:13.930Z] nexus3.edgexfoundry.org:10003 [2023-12-26T19:08:14.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:08:14.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:08:14.191Z] Configure a credential helper to remove this warning. See [2023-12-26T19:08:14.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:08:14.191Z] [2023-12-26T19:08:14.191Z] Login Succeeded [2023-12-26T19:08:14.191Z] nexus3.edgexfoundry.org:10004 [2023-12-26T19:08:14.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:08:14.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:08:14.191Z] Configure a credential helper to remove this warning. See [2023-12-26T19:08:14.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:08:14.191Z] [2023-12-26T19:08:14.191Z] Login Succeeded [2023-12-26T19:08:14.191Z] ****.io [2023-12-26T19:08:14.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:08:14.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:08:14.452Z] Configure a credential helper to remove this warning. See [2023-12-26T19:08:14.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:08:14.452Z] [2023-12-26T19:08:14.452Z] Login Succeeded [2023-12-26T19:08:14.452Z] ---> ****-login.sh ends [Pipeline] } [2023-12-26T19:08:14.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-26T19:08:14.978Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/core-command/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo core-command,cmd/core-command/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/core-data/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo core-data,cmd/core-data/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/core-metadata/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-12-26T19:08:14.978Z] + + cut -d/ -f2dirname [2023-12-26T19:08:14.978Z] cmd/security-secretstore-setup/Dockerfile [2023-12-26T19:08:14.978Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/security-spire-agent/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/security-spire-config/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-12-26T19:08:14.978Z] + + cut -d/dirname -f2 cmd/security-spire-server/Dockerfile [2023-12-26T19:08:14.978Z] [2023-12-26T19:08:14.978Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-12-26T19:08:14.978Z] + + cut -d/ -f2 [2023-12-26T19:08:14.978Z] dirname cmd/support-notifications/Dockerfile [2023-12-26T19:08:14.978Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-12-26T19:08:14.978Z] + dirname cmd/support-scheduler/Dockerfile [2023-12-26T19:08:14.978Z] + cut -d/ -f2 [2023-12-26T19:08:14.978Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-12-26T19:08:15.031Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-12-26T19:08:15.624Z] + git rev-list -1 --merges 195d80e99bd5911d270ced140fb5259254bb7648~1..195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] echo [2023-12-26T19:08:15.656Z] -----------> git rev-list -1 --merges 195d80e99bd5911d270ced140fb5259254bb7648~1..195d80e99bd5911d270ced140fb5259254bb7648 195d80e99bd5911d270ced140fb5259254bb7648 [false] [Pipeline] sh [2023-12-26T19:08:15.982Z] + git log --format=format:%s -1 195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] echo [2023-12-26T19:08:16.023Z] ========================================================= [2023-12-26T19:08:16.023Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-12-26T19:08:16.023Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-12-26T19:08:16.561Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-26T19:08:16.561Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-12-26T19:08:16.561Z] + [ -e /tmp/ssh_known_hosts ] [2023-12-26T19:08:16.561Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-12-26T19:08:16.561Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-12-26T19:08:16.561Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-12-26T19:08:16.561Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:08:17.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-26T19:08:17.080Z] [2023-12-26T19:08:17.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:08:17.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-26T19:08:17.476Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-12-26T19:08:17.476Z] b85a868b505f: Pulling fs layer [2023-12-26T19:08:17.476Z] e2be974225ed: Pulling fs layer [2023-12-26T19:08:17.476Z] 339a4e72a1f5: Pulling fs layer [2023-12-26T19:08:17.476Z] 988bab9f4d93: Pulling fs layer [2023-12-26T19:08:17.476Z] 1469e6f7b9e6: Pulling fs layer [2023-12-26T19:08:17.476Z] eaf3925da568: Pulling fs layer [2023-12-26T19:08:17.476Z] bab4dde63d76: Pulling fs layer [2023-12-26T19:08:17.476Z] bde34c3a00c8: Pulling fs layer [2023-12-26T19:08:17.476Z] b352a97aabf1: Pulling fs layer [2023-12-26T19:08:17.476Z] 4872d77fe225: Pulling fs layer [2023-12-26T19:08:17.476Z] 5851b861e8e6: Pulling fs layer [2023-12-26T19:08:17.476Z] 988bab9f4d93: Waiting [2023-12-26T19:08:17.476Z] 1469e6f7b9e6: Waiting [2023-12-26T19:08:17.476Z] bde34c3a00c8: Waiting [2023-12-26T19:08:17.476Z] bab4dde63d76: Waiting [2023-12-26T19:08:17.476Z] b352a97aabf1: Waiting [2023-12-26T19:08:17.476Z] eaf3925da568: Waiting [2023-12-26T19:08:17.476Z] 5851b861e8e6: Waiting [2023-12-26T19:08:17.476Z] 4872d77fe225: Waiting [2023-12-26T19:08:17.476Z] e2be974225ed: Download complete [2023-12-26T19:08:17.476Z] 988bab9f4d93: Verifying Checksum [2023-12-26T19:08:17.476Z] 988bab9f4d93: Download complete [2023-12-26T19:08:17.476Z] 1469e6f7b9e6: Verifying Checksum [2023-12-26T19:08:17.476Z] 1469e6f7b9e6: Download complete [2023-12-26T19:08:17.476Z] 339a4e72a1f5: Verifying Checksum [2023-12-26T19:08:17.476Z] 339a4e72a1f5: Download complete [2023-12-26T19:08:17.476Z] eaf3925da568: Verifying Checksum [2023-12-26T19:08:17.476Z] eaf3925da568: Download complete [2023-12-26T19:08:17.736Z] bde34c3a00c8: Verifying Checksum [2023-12-26T19:08:17.736Z] bde34c3a00c8: Download complete [2023-12-26T19:08:17.736Z] b352a97aabf1: Verifying Checksum [2023-12-26T19:08:17.736Z] b352a97aabf1: Download complete [2023-12-26T19:08:17.736Z] 4872d77fe225: Download complete [2023-12-26T19:08:17.736Z] 5851b861e8e6: Verifying Checksum [2023-12-26T19:08:17.736Z] 5851b861e8e6: Download complete [2023-12-26T19:08:17.736Z] b85a868b505f: Verifying Checksum [2023-12-26T19:08:17.736Z] b85a868b505f: Download complete [2023-12-26T19:08:17.996Z] bab4dde63d76: Verifying Checksum [2023-12-26T19:08:17.996Z] bab4dde63d76: Download complete [2023-12-26T19:08:18.934Z] b85a868b505f: Pull complete [2023-12-26T19:08:18.934Z] e2be974225ed: Pull complete [2023-12-26T19:08:19.501Z] 339a4e72a1f5: Pull complete [2023-12-26T19:08:19.501Z] 988bab9f4d93: Pull complete [2023-12-26T19:08:19.761Z] 1469e6f7b9e6: Pull complete [2023-12-26T19:08:20.019Z] eaf3925da568: Pull complete [2023-12-26T19:08:21.416Z] bab4dde63d76: Pull complete [2023-12-26T19:08:21.674Z] bde34c3a00c8: Pull complete [2023-12-26T19:08:21.674Z] b352a97aabf1: Pull complete [2023-12-26T19:08:21.934Z] 4872d77fe225: Pull complete [2023-12-26T19:08:21.934Z] 5851b861e8e6: Pull complete [2023-12-26T19:08:21.934Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-12-26T19:08:21.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-26T19:08:21.934Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:08:22.275Z] prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container [2023-12-26T19:08:22.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-12-26T19:08:24.888Z] $ docker top 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 -eo pid,comm [2023-12-26T19:08:24.942Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-12-26T19:08:24.942Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-26T19:08:25.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-26T19:08:25.127Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-26T19:08:25.244Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-26T19:08:25.249Z] $ docker exec 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent [2023-12-26T19:08:25.369Z] SSH_AUTH_SOCK=/tmp/ssh-DSLi4vYgUDhv/agent.31 [2023-12-26T19:08:25.369Z] SSH_AGENT_PID=37 [2023-12-26T19:08:25.378Z] Running ssh-add (command line suppressed) [2023-12-26T19:08:25.485Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4448903884246006524.key (/w/workspace/edgex-go/1@tmp/private_key_4448903884246006524.key) [2023-12-26T19:08:25.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-26T19:08:25.848Z] + git tag --points-at HEAD [Pipeline] } [2023-12-26T19:08:25.879Z] $ docker exec --env ******** --env ******** 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent -k [2023-12-26T19:08:25.967Z] unset SSH_AUTH_SOCK; [2023-12-26T19:08:25.968Z] unset SSH_AGENT_PID; [2023-12-26T19:08:25.968Z] echo Agent pid 37 killed; [2023-12-26T19:08:25.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-12-26T19:08:26.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-26T19:08:26.110Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-26T19:08:26.220Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-26T19:08:26.224Z] $ docker exec 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent [2023-12-26T19:08:26.332Z] SSH_AUTH_SOCK=/tmp/ssh-xFt34yUQvb3H/agent.69 [2023-12-26T19:08:26.332Z] SSH_AGENT_PID=76 [2023-12-26T19:08:26.337Z] Running ssh-add (command line suppressed) [2023-12-26T19:08:26.431Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11326127884016746805.key (/w/workspace/edgex-go/1@tmp/private_key_11326127884016746805.key) [2023-12-26T19:08:26.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-26T19:08:26.799Z] + git semver init [2023-12-26T19:08:27.060Z] 2023-12-26 19:08:26,992 [run_init] DEBUG init version:0.0.0 force:False [2023-12-26T19:08:27.060Z] 2023-12-26 19:08:26,994 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-12-26T19:08:27.060Z] 2023-12-26 19:08:26,994 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-12-26T19:08:27.060Z] 2023-12-26 19:08:26,994 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,062 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,063 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4739 with force:False [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,063 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4739 [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,067 [execute] INFO git cat-file --batch-check [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,068 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,074 [execute] INFO git cat-file --batch [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,075 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-12-26T19:08:32.354Z] 2023-12-26 19:08:32,080 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4739 [2023-12-26T19:08:32.354Z] 0.0.0 [Pipeline] } [2023-12-26T19:08:32.391Z] $ docker exec --env ******** --env ******** 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent -k [2023-12-26T19:08:32.493Z] unset SSH_AUTH_SOCK; [2023-12-26T19:08:32.494Z] unset SSH_AGENT_PID; [2023-12-26T19:08:32.495Z] echo Agent pid 76 killed; [2023-12-26T19:08:32.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-26T19:08:33.144Z] + git semver [Pipeline] } [2023-12-26T19:08:33.429Z] $ docker stop --time=1 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 [2023-12-26T19:08:34.733Z] $ docker rm -f --volumes 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-26T19:08:35.192Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-12-26T19:08:35.518Z] Stashed 1 file(s) [Pipeline] echo [2023-12-26T19:08:35.581Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-26T19:08:36.657Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-12-26T19:08:36.735Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-26T19:08:36.790Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-26T19:08:36.845Z] ========================================================= [2023-12-26T19:08:36.845Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-12-26T19:08:36.845Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-12-26T19:08:37.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-12-26T19:08:37.282Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-12-26T19:08:37.282Z] 7264a8db6415: Pulling fs layer [2023-12-26T19:08:37.282Z] c4d48a809fc2: Pulling fs layer [2023-12-26T19:08:37.282Z] 4f1c88b9dad5: Pulling fs layer [2023-12-26T19:08:37.282Z] ad3a456e5733: Pulling fs layer [2023-12-26T19:08:37.282Z] 69c7f0334f64: Pulling fs layer [2023-12-26T19:08:37.282Z] 1f1c1a5573a3: Pulling fs layer [2023-12-26T19:08:37.282Z] ce7588e14bc9: Pulling fs layer [2023-12-26T19:08:37.282Z] b5e4710f87ac: Pulling fs layer [2023-12-26T19:08:37.282Z] ad3a456e5733: Waiting [2023-12-26T19:08:37.282Z] 1f1c1a5573a3: Waiting [2023-12-26T19:08:37.282Z] 69c7f0334f64: Waiting [2023-12-26T19:08:37.282Z] ce7588e14bc9: Waiting [2023-12-26T19:08:37.282Z] b5e4710f87ac: Waiting [2023-12-26T19:08:37.282Z] c4d48a809fc2: Download complete [2023-12-26T19:08:37.282Z] ad3a456e5733: Verifying Checksum [2023-12-26T19:08:37.282Z] ad3a456e5733: Download complete [2023-12-26T19:08:37.282Z] 69c7f0334f64: Verifying Checksum [2023-12-26T19:08:37.282Z] 69c7f0334f64: Download complete [2023-12-26T19:08:37.282Z] 7264a8db6415: Download complete [2023-12-26T19:08:37.282Z] 1f1c1a5573a3: Verifying Checksum [2023-12-26T19:08:37.282Z] 1f1c1a5573a3: Download complete [2023-12-26T19:08:37.541Z] 7264a8db6415: Pull complete [2023-12-26T19:08:37.541Z] b5e4710f87ac: Verifying Checksum [2023-12-26T19:08:37.541Z] b5e4710f87ac: Download complete [2023-12-26T19:08:37.541Z] c4d48a809fc2: Pull complete [2023-12-26T19:08:37.800Z] 4f1c88b9dad5: Verifying Checksum [2023-12-26T19:08:37.800Z] 4f1c88b9dad5: Download complete [2023-12-26T19:08:38.059Z] ce7588e14bc9: Verifying Checksum [2023-12-26T19:08:38.059Z] ce7588e14bc9: Download complete [2023-12-26T19:08:41.362Z] 4f1c88b9dad5: Pull complete [2023-12-26T19:08:41.362Z] ad3a456e5733: Pull complete [2023-12-26T19:08:41.362Z] 69c7f0334f64: Pull complete [2023-12-26T19:08:41.362Z] 1f1c1a5573a3: Pull complete [2023-12-26T19:08:43.890Z] ce7588e14bc9: Pull complete [2023-12-26T19:08:44.149Z] b5e4710f87ac: Pull complete [2023-12-26T19:08:44.149Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-12-26T19:08:44.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-12-26T19:08:44.149Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-12-26T19:08:44.613Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-12-26T19:08:44.613Z] WORKDIR /edgex [2023-12-26T19:08:44.613Z] COPY go.mod . [2023-12-26T19:08:44.613Z] RUN go mod download [2023-12-26T19:08:44.613Z] + docker build -t ci-base-image-x86_64 -f - . [2023-12-26T19:08:45.181Z] Sending build context to Docker daemon 175.1MB [2023-12-26T19:08:45.181Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-12-26T19:08:45.181Z] ---> 88b5674ff536 [2023-12-26T19:08:45.181Z] Step 2/4 : WORKDIR /edgex [2023-12-26T19:08:49.410Z] ---> Running in bc21e08abeed [2023-12-26T19:08:49.410Z] Removing intermediate container bc21e08abeed [2023-12-26T19:08:49.410Z] ---> 6f1277dbbbfe [2023-12-26T19:08:49.410Z] Step 3/4 : COPY go.mod . [2023-12-26T19:08:49.410Z] ---> 384956ad515a [2023-12-26T19:08:49.410Z] Step 4/4 : RUN go mod download [2023-12-26T19:08:49.410Z] ---> Running in d45b9a5f657d [2023-12-26T19:08:51.059Z] Still waiting to schedule task [2023-12-26T19:08:51.060Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-12-26T19:09:07.580Z] Removing intermediate container d45b9a5f657d [2023-12-26T19:09:07.580Z] ---> af3fe5c3c3a3 [2023-12-26T19:09:07.580Z] Successfully built af3fe5c3c3a3 [2023-12-26T19:09:07.580Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:09:07.987Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-26T19:09:07.987Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:09:08.189Z] prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container [2023-12-26T19:09:08.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-12-26T19:09:08.644Z] $ docker top e496bc3a2b19f590bfe2a473c3e933d7a7d8231a4407796e086e7dcb9cfc0c9e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-26T19:09:09.083Z] + go version [2023-12-26T19:09:09.083Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-12-26T19:09:09.116Z] $ docker stop --time=1 e496bc3a2b19f590bfe2a473c3e933d7a7d8231a4407796e086e7dcb9cfc0c9e [2023-12-26T19:09:10.359Z] $ docker rm -f --volumes e496bc3a2b19f590bfe2a473c3e933d7a7d8231a4407796e086e7dcb9cfc0c9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:09:11.290Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-26T19:09:11.290Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:09:11.512Z] prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container [2023-12-26T19:09:11.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-12-26T19:09:11.876Z] $ docker top 4cd59a6a2da1f70a87390dc3517ff9151bf4d8f35e21ee8fafcd98ec7ccbadc4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-12-26T19:09:12.042Z] ========================================================= [2023-12-26T19:09:12.042Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-12-26T19:09:12.042Z] ========================================================= [Pipeline] sh [2023-12-26T19:09:12.332Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-12-26T19:09:12.715Z] + make test [2023-12-26T19:09:12.715Z] go test -race -coverprofile=coverage.out ./... [2023-12-26T19:09:19.317Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-12-26T19:09:31.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-12-26T19:09:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-12-26T19:09:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-12-26T19:09:33.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.037s coverage: 28.7% of statements [2023-12-26T19:09:35.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.055s coverage: 97.0% of statements [2023-12-26T19:09:35.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-12-26T19:09:35.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-12-26T19:09:35.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-12-26T19:09:36.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-12-26T19:09:36.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-12-26T19:09:38.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-12-26T19:09:38.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-12-26T19:09:38.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:09:38.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-12-26T19:09:38.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-12-26T19:09:39.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-12-26T19:09:39.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-12-26T19:09:39.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.079s coverage: 69.2% of statements [2023-12-26T19:09:39.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.057s coverage: 53.2% of statements [2023-12-26T19:09:41.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.096s coverage: 93.4% of statements [2023-12-26T19:09:41.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.063s coverage: 4.1% of statements [2023-12-26T19:09:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-12-26T19:09:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:09:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-12-26T19:09:41.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-12-26T19:09:41.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-12-26T19:09:41.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-12-26T19:09:41.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-12-26T19:09:41.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-12-26T19:09:41.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-12-26T19:09:41.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-12-26T19:09:42.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.385s coverage: 97.6% of statements [2023-12-26T19:09:42.679Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.036s coverage: 72.2% of statements [2023-12-26T19:09:43.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-12-26T19:09:43.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-12-26T19:09:44.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.056s coverage: 0.9% of statements [2023-12-26T19:09:44.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.043s coverage: 32.2% of statements [2023-12-26T19:09:44.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.048s coverage: 41.7% of statements [2023-12-26T19:09:44.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.038s coverage: 82.9% of statements [2023-12-26T19:09:44.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.035s coverage: 94.1% of statements [2023-12-26T19:09:44.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.052s coverage: 96.3% of statements [2023-12-26T19:09:44.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.039s coverage: 87.5% of statements [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-12-26T19:09:45.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-12-26T19:09:46.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-12-26T19:09:46.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-12-26T19:09:46.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-12-26T19:09:46.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-12-26T19:09:46.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-12-26T19:09:46.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-12-26T19:09:47.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-12-26T19:09:48.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-12-26T19:09:49.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-12-26T19:09:50.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-12-26T19:09:50.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-12-26T19:09:53.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-12-26T19:09:53.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-12-26T19:09:53.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-12-26T19:09:54.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-12-26T19:09:54.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-12-26T19:09:54.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-12-26T19:09:55.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-12-26T19:09:55.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-12-26T19:09:55.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-12-26T19:09:55.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-12-26T19:09:56.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements [2023-12-26T19:09:56.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-12-26T19:09:56.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-12-26T19:09:56.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-12-26T19:09:56.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-12-26T19:09:58.233Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-12-26T19:09:58.233Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-12-26T19:09:58.233Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:09:58.233Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-12-26T19:09:59.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-12-26T19:09:59.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-12-26T19:10:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-12-26T19:10:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.243s coverage: 79.9% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.057s coverage: 92.9% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.011s coverage: 64.4% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.042s coverage: 62.3% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.043s coverage: 87.2% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.102s coverage: 20.0% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.033s coverage: 100.0% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.079s coverage: 81.8% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.035s coverage: 86.0% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.170s coverage: 63.1% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.033s coverage: 100.0% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.253s coverage: 38.4% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.086s coverage: 89.5% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.046s coverage: 84.8% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 19.9% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.125s coverage: 95.7% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.046s coverage: 61.8% of statements [2023-12-26T19:10:10.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.079s coverage: 98.9% of statements [2023-12-26T19:10:10.115Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-12-26T19:10:10.115Z] running golangci-lint [2023-12-26T19:10:10.115Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2023-12-26T19:10:10.115Z] go version go1.21.0 linux/amd64 [2023-12-26T19:10:10.115Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-12-26T19:10:10.115Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2023-12-26T19:10:24.996Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|name|types_sizes|compiled_files|files) took 13.816867018s" [2023-12-26T19:10:24.996Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.060116ms" [2023-12-26T19:10:34.990Z] level=info msg="[linters_context/goanalysis] analyzers took 1m25.687678963s with top 10 stages: buildir: 39.60748663s, gosec: 8.672175484s, fact_deprecated: 2.441969215s, inspect: 2.29636952s, printf: 1.436037132s, ctrlflow: 1.378154177s, S1038: 1.218405139s, isgenerated: 989.837991ms, nilness: 805.388195ms, fact_purity: 802.803589ms" [2023-12-26T19:10:34.990Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2023-12-26T19:10:34.990Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 197/197, autogenerated_exclude: 197/197, identifier_marker: 197/197, filename_unadjuster: 197/197, exclude: 197/197, nolint: 0/21, skip_dirs: 197/197, cgo: 197/197, path_prettifier: 197/197, exclude-rules: 21/197" [2023-12-26T19:10:34.990Z] level=info msg="[runner] processing took 13.363898ms with stages: nolint: 7.119976ms, identifier_marker: 3.258456ms, exclude-rules: 1.048716ms, autogenerated_exclude: 855.224µs, path_prettifier: 722.584µs, skip_dirs: 312.362µs, cgo: 31.07µs, filename_unadjuster: 10.98µs, max_same_issues: 780ns, fixer: 650ns, uniq_by_line: 580ns, severity-rules: 410ns, skip_files: 400ns, exclude: 380ns, sort_results: 370ns, diff: 330ns, max_from_linter: 160ns, source_code: 140ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, path_prefixer: 100ns" [2023-12-26T19:10:34.990Z] level=info msg="[runner] linters took 9.465692972s with stages: goanalysis_metalinter: 9.452244154s" [2023-12-26T19:10:34.990Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-12-26T19:10:34.990Z] level=info msg="Memory: 235 samples, avg is 256.6MB, max is 954.8MB" [2023-12-26T19:10:34.990Z] level=info msg="Execution took 23.32840209s" [2023-12-26T19:10:34.990Z] go vet ./... [2023-12-26T19:10:37.528Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-12-26T19:10:37.787Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-12-26T19:10:37.787Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-12-26T19:10:38.083Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2023-12-26T19:10:38.432Z] + ls -al . [2023-12-26T19:10:38.432Z] total 736 [2023-12-26T19:10:38.432Z] drwxrwxr-x 11 1001 1001 4096 Dec 26 19:09 . [2023-12-26T19:10:38.432Z] drwxr-xr-x 4 root root 4096 Dec 26 19:09 .. [2023-12-26T19:10:38.432Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 19:08 .blubracket [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 10 Dec 26 19:08 .dockerignore [2023-12-26T19:10:38.432Z] drwxrwxr-x 8 1001 1001 4096 Dec 26 19:10 .git [2023-12-26T19:10:38.432Z] drwxrwxr-x 3 1001 1001 4096 Dec 26 19:08 .github [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 1074 Dec 26 19:08 .gitignore [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 42 Dec 26 19:08 .golangci.yml [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 100 Dec 26 19:08 .hadolint.yml [2023-12-26T19:10:38.432Z] drwxr-xr-x 3 1001 1001 4096 Dec 26 19:08 .semver [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 155 Dec 26 19:08 .sonarcloud.properties [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 1171 Dec 26 19:08 ADOPTERS.md [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 11674 Dec 26 19:08 Attribution.txt [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 100284 Dec 26 19:08 CHANGELOG.md [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 3804 Dec 26 19:08 CONTRIBUTING.md [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 677 Dec 26 19:08 GOVERNANCE.md [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 861 Dec 26 19:08 Jenkinsfile [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 10775 Dec 26 19:08 LICENSE [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 15060 Dec 26 19:08 Makefile [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 582 Dec 26 19:08 OWNERS.md [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 9528 Dec 26 19:08 README.md [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 789 Dec 26 19:08 SECURITY.md [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 5 Dec 26 19:08 VERSION [2023-12-26T19:10:38.432Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 19:08 bin [2023-12-26T19:10:38.432Z] drwxrwxr-x 18 1001 1001 4096 Dec 26 19:08 cmd [2023-12-26T19:10:38.432Z] -rw-r--r-- 1 root root 453602 Dec 26 19:10 coverage.out [2023-12-26T19:10:38.432Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 19:08 fuzz_test [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 3685 Dec 26 19:08 go.mod [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 34037 Dec 26 19:08 go.sum [2023-12-26T19:10:38.432Z] drwxrwxr-x 7 1001 1001 4096 Dec 26 19:08 internal [2023-12-26T19:10:38.432Z] drwxrwxr-x 3 1001 1001 4096 Dec 26 19:08 openapi [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 584 Dec 26 19:08 security.txt [2023-12-26T19:10:38.432Z] -rw-rw-r-- 1 1001 1001 204 Dec 26 19:08 version.go [Pipeline] sh [2023-12-26T19:10:38.810Z] + '[' -e coverage.out ] [2023-12-26T19:10:38.811Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-12-26T19:10:38.948Z] Stashed 1 file(s) [Pipeline] sh [2023-12-26T19:10:39.248Z] + make build [2023-12-26T19:10:39.248Z] 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 [2023-12-26T19:10:46.257Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-26199 in /w/workspace/edgexfoundry_edgex-go_PR-4739 [Pipeline] { [Pipeline] ws [2023-12-26T19:10:46.347Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-12-26T19:10:49.465Z] The recommended git tool is: git [2023-12-26T19:10:51.462Z] 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 [2023-12-26T19:10:51.720Z] 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 [2023-12-26T19:10:52.659Z] 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 [2023-12-26T19:10:53.226Z] 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 [2023-12-26T19:10:54.670Z] using credential edgex-jenkins-ssh [2023-12-26T19:10:54.690Z] Cloning the remote Git repository [2023-12-26T19:10:54.733Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-12-26T19:10:54.835Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-12-26T19:10:54.968Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-12-26T19:10:54.969Z] > git --version # timeout=10 [2023-12-26T19:10:54.987Z] > git --version # 'git version 2.25.1' [2023-12-26T19:10:54.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-26T19:10:55.126Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-26T19:10:59.856Z] 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 [2023-12-26T19:11:00.426Z] 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 [2023-12-26T19:11:01.799Z] 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 [2023-12-26T19:11:02.367Z] 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 [2023-12-26T19:11:02.935Z] 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 [2023-12-26T19:11:03.501Z] 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 [2023-12-26T19:11:04.438Z] 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] } [2023-12-26T19:11:05.399Z] $ docker stop --time=1 4cd59a6a2da1f70a87390dc3517ff9151bf4d8f35e21ee8fafcd98ec7ccbadc4 [2023-12-26T19:11:09.152Z] $ docker rm -f --volumes 4cd59a6a2da1f70a87390dc3517ff9151bf4d8f35e21ee8fafcd98ec7ccbadc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:11:10.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-12-26T19:11:10.835Z] [2023-12-26T19:11:10.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:11:11.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-12-26T19:11:11.256Z] latest: Pulling from edgex-devops/edgex-compose [2023-12-26T19:11:11.256Z] 91d30c5bc195: Pulling fs layer [2023-12-26T19:11:11.256Z] 2e9b0aa3be6d: Pulling fs layer [2023-12-26T19:11:11.256Z] 9c61dcf015f6: Pulling fs layer [2023-12-26T19:11:11.256Z] 4698f68db338: Pulling fs layer [2023-12-26T19:11:11.256Z] 2a2f49069b9e: Pulling fs layer [2023-12-26T19:11:11.256Z] e0025b399a48: Pulling fs layer [2023-12-26T19:11:11.256Z] 4698f68db338: Waiting [2023-12-26T19:11:11.256Z] 2a2f49069b9e: Waiting [2023-12-26T19:11:11.256Z] e0025b399a48: Waiting [2023-12-26T19:11:11.256Z] 91d30c5bc195: Verifying Checksum [2023-12-26T19:11:11.256Z] 91d30c5bc195: Download complete [2023-12-26T19:11:11.515Z] 4698f68db338: Verifying Checksum [2023-12-26T19:11:11.515Z] 4698f68db338: Download complete [2023-12-26T19:11:11.515Z] 91d30c5bc195: Pull complete [2023-12-26T19:11:11.515Z] 2e9b0aa3be6d: Verifying Checksum [2023-12-26T19:11:11.515Z] 2e9b0aa3be6d: Download complete [2023-12-26T19:11:11.515Z] e0025b399a48: Verifying Checksum [2023-12-26T19:11:11.515Z] e0025b399a48: Download complete [2023-12-26T19:11:11.515Z] 2a2f49069b9e: Verifying Checksum [2023-12-26T19:11:11.515Z] 2a2f49069b9e: Download complete [2023-12-26T19:11:11.505Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-12-26T19:11:11.530Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-26T19:11:11.774Z] 2e9b0aa3be6d: Pull complete [2023-12-26T19:11:12.032Z] 9c61dcf015f6: Verifying Checksum [2023-12-26T19:11:12.032Z] 9c61dcf015f6: Download complete [2023-12-26T19:11:13.073Z] Merging remotes/origin/main commit 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 into PR head commit 195d80e99bd5911d270ced140fb5259254bb7648 [2023-12-26T19:11:13.459Z] Merge succeeded, producing 195d80e99bd5911d270ced140fb5259254bb7648 [2023-12-26T19:11:13.459Z] Checking out Revision 195d80e99bd5911d270ced140fb5259254bb7648 (PR-4739) [2023-12-26T19:11:12.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-12-26T19:11:12.375Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-12-26T19:11:12.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-26T19:11:12.392Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4739/head:refs/remotes/origin/PR-4739 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-12-26T19:11:13.089Z] > git config core.sparsecheckout # timeout=10 [2023-12-26T19:11:13.153Z] > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # timeout=10 [2023-12-26T19:11:13.363Z] > git remote # timeout=10 [2023-12-26T19:11:13.390Z] > git config --get remote.origin.url # timeout=10 [2023-12-26T19:11:13.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-26T19:11:13.417Z] > git merge 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 # timeout=10 [2023-12-26T19:11:13.440Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-12-26T19:11:13.464Z] > git config core.sparsecheckout # timeout=10 [2023-12-26T19:11:13.476Z] > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # timeout=10 [2023-12-26T19:11:14.080Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-12-26T19:11:14.126Z] > git --version # timeout=10 [2023-12-26T19:11:14.139Z] > git --version # 'git version 2.25.1' [2023-12-26T19:11:14.152Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-26T19:11:15.324Z] 9c61dcf015f6: Pull complete [2023-12-26T19:11:15.324Z] 4698f68db338: Pull complete [2023-12-26T19:11:15.324Z] 2a2f49069b9e: Pull complete [2023-12-26T19:11:15.324Z] e0025b399a48: Pull complete [2023-12-26T19:11:15.324Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-12-26T19:11:15.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-12-26T19:11:15.324Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2023-12-26T19:11:15.598Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-12-26T19:11:15.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-12-26T19:11:15.598Z] Dload Upload Total Spent Left Speed [2023-12-26T19:11:15.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 90585 0 --:--:-- --:--:-- --:--:-- 90585 [Pipeline] withDockerContainer [2023-12-26T19:11:15.692Z] prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container [2023-12-26T19:11:15.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-12-26T19:11:17.978Z] $ docker top 80db8f0455f08a635f3dce0440479c20ce55fadea3e36a8764a3ff077c7b2829 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-12-26T19:11:18.479Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-12-26T19:11:18.564Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-12-26T19:11:18.819Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-12-26T19:11:18.819Z] + sudo tee /etc/docker/daemon.new [2023-12-26T19:11:18.819Z] { [2023-12-26T19:11:18.819Z] "registry-mirrors": [ [2023-12-26T19:11:18.819Z] "https://nexus3.edgexfoundry.org:10001" [2023-12-26T19:11:18.819Z] ], [2023-12-26T19:11:18.819Z] "bip": "10.250.0.254/24", [2023-12-26T19:11:18.819Z] "hosts": [ [2023-12-26T19:11:18.819Z] "tcp://0.0.0.0:5555", [2023-12-26T19:11:18.819Z] "unix:///var/run/docker.sock" [2023-12-26T19:11:18.819Z] ], [2023-12-26T19:11:18.819Z] "mtu": 1458, [2023-12-26T19:11:18.819Z] "selinux-enabled": true, [2023-12-26T19:11:18.819Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-12-26T19:11:18.819Z] } [Pipeline] sh [2023-12-26T19:11:19.159Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-12-26T19:11:19.503Z] + sudo service docker restart [2023-12-26T19:11:21.098Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #1 transferring dockerfile: 2.49kB done [2023-12-26T19:11:21.098Z] #1 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #2 [core-metadata internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #2 transferring dockerfile: 2.06kB done [2023-12-26T19:11:21.098Z] #2 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #3 transferring dockerfile: 2.23kB done [2023-12-26T19:11:21.098Z] #3 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #4 transferring dockerfile: 1.81kB done [2023-12-26T19:11:21.098Z] #4 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #5 transferring dockerfile: 2.50kB done [2023-12-26T19:11:21.098Z] #5 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #6 [security-spire-config internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #6 transferring dockerfile: 1.69kB done [2023-12-26T19:11:21.098Z] #6 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #7 [core-command internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #7 transferring dockerfile: 1.93kB done [2023-12-26T19:11:21.098Z] #7 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #8 [support-scheduler internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #8 transferring dockerfile: 1.93kB done [2023-12-26T19:11:21.098Z] #8 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #9 [support-notifications internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #9 transferring dockerfile: 1.95kB done [2023-12-26T19:11:21.098Z] #9 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #10 [security-spire-server internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #10 transferring dockerfile: 1.70kB done [2023-12-26T19:11:21.098Z] #10 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #11 transferring dockerfile: 2.93kB done [2023-12-26T19:11:21.098Z] #11 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #12 transferring dockerfile: 1.89kB done [2023-12-26T19:11:21.098Z] #12 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #13 transferring dockerfile: 2.15kB done [2023-12-26T19:11:21.098Z] #13 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #14 [core-data internal] load build definition from Dockerfile [2023-12-26T19:11:21.098Z] #14 transferring dockerfile: 2.01kB done [2023-12-26T19:11:21.098Z] #14 DONE 0.0s [2023-12-26T19:11:21.098Z] [2023-12-26T19:11:21.098Z] #15 [security-secretstore-setup internal] load .dockerignore [2023-12-26T19:11:21.098Z] #15 transferring context: 50B done [2023-12-26T19:11:21.098Z] #15 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #16 [core-metadata internal] load .dockerignore [2023-12-26T19:11:21.359Z] #16 transferring context: 50B done [2023-12-26T19:11:21.359Z] #16 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2023-12-26T19:11:21.359Z] #17 transferring context: 50B done [2023-12-26T19:11:21.359Z] #17 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #18 [security-spire-agent internal] load .dockerignore [2023-12-26T19:11:21.359Z] #18 transferring context: 50B done [2023-12-26T19:11:21.359Z] #18 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #19 [security-proxy-setup internal] load .dockerignore [2023-12-26T19:11:21.359Z] #19 transferring context: 50B done [2023-12-26T19:11:21.359Z] #19 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #20 [security-spire-config internal] load .dockerignore [2023-12-26T19:11:21.359Z] #20 transferring context: 50B done [2023-12-26T19:11:21.359Z] #20 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #21 [core-command internal] load .dockerignore [2023-12-26T19:11:21.359Z] #21 transferring context: 50B done [2023-12-26T19:11:21.359Z] #21 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #22 [support-scheduler internal] load .dockerignore [2023-12-26T19:11:21.359Z] #22 transferring context: 50B done [2023-12-26T19:11:21.359Z] #22 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #23 [security-spire-server internal] load .dockerignore [2023-12-26T19:11:21.359Z] #23 transferring context: 50B done [2023-12-26T19:11:21.359Z] #23 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #24 [support-notifications internal] load .dockerignore [2023-12-26T19:11:21.359Z] #24 transferring context: 50B done [2023-12-26T19:11:21.359Z] #24 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #25 [security-bootstrapper internal] load .dockerignore [2023-12-26T19:11:21.359Z] #25 transferring context: 50B done [2023-12-26T19:11:21.359Z] #25 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #26 [security-proxy-auth internal] load .dockerignore [2023-12-26T19:11:21.359Z] #26 transferring context: 50B done [2023-12-26T19:11:21.359Z] #26 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #27 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-12-26T19:11:21.359Z] #27 DONE 0.0s [2023-12-26T19:11:21.359Z] [2023-12-26T19:11:21.359Z] #28 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2023-12-26T19:11:21.618Z] #28 ... [2023-12-26T19:11:21.618Z] [2023-12-26T19:11:21.618Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2023-12-26T19:11:21.618Z] #29 transferring context: 50B done [2023-12-26T19:11:21.618Z] #29 DONE 0.1s [2023-12-26T19:11:21.618Z] [2023-12-26T19:11:21.618Z] #30 [core-data internal] load .dockerignore [2023-12-26T19:11:21.618Z] #30 transferring context: 50B done [2023-12-26T19:11:21.618Z] #30 DONE 0.0s [2023-12-26T19:11:21.618Z] [2023-12-26T19:11:21.618Z] #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-12-26T19:11:21.618Z] #27 DONE 0.0s [2023-12-26T19:11:21.618Z] [2023-12-26T19:11:21.618Z] #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2023-12-26T19:11:21.618Z] #28 ... [2023-12-26T19:11:21.618Z] [2023-12-26T19:11:21.618Z] #27 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-12-26T19:11:21.618Z] #27 DONE 0.0s [2023-12-26T19:11:21.618Z] [2023-12-26T19:11:21.618Z] #28 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2023-12-26T19:11:21.878Z] #28 ... [2023-12-26T19:11:21.878Z] [2023-12-26T19:11:21.878Z] #27 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-12-26T19:11:21.878Z] #27 DONE 0.0s [2023-12-26T19:11:21.878Z] [2023-12-26T19:11:21.878Z] #28 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2023-12-26T19:11:22.137Z] #28 DONE 0.6s [2023-12-26T19:11:22.137Z] [2023-12-26T19:11:22.137Z] #31 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:11:22.137Z] #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:11:22.137Z] #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done [2023-12-26T19:11:22.137Z] #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:11:22.137Z] #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done [2023-12-26T19:11:22.137Z] #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done [2023-12-26T19:11:22.137Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0B / 3.40MB 0.1s [2023-12-26T19:11:22.396Z] #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:11:22.397Z] #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done [2023-12-26T19:11:22.397Z] #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done [2023-12-26T19:11:22.397Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.15MB / 3.40MB 0.2s [2023-12-26T19:11:22.397Z] #31 ... [2023-12-26T19:11:22.397Z] [2023-12-26T19:11:22.397Z] #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-12-26T19:11:22.397Z] #32 DONE 0.8s [2023-12-26T19:11:22.397Z] [2023-12-26T19:11:22.397Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-12-26T19:11:22.397Z] #33 DONE 0.9s [2023-12-26T19:11:22.397Z] [2023-12-26T19:11:22.397Z] #31 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:11:22.397Z] #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done [2023-12-26T19:11:22.397Z] #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:11:22.397Z] #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done [2023-12-26T19:11:22.397Z] #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done [2023-12-26T19:11:22.397Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.3s [2023-12-26T19:11:22.397Z] #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.3s done [2023-12-26T19:11:22.397Z] #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c [2023-12-26T19:11:22.963Z] #31 ... [2023-12-26T19:11:22.963Z] [2023-12-26T19:11:22.963Z] #34 [security-spire-config internal] load build context [2023-12-26T19:11:22.963Z] #34 transferring context: 16.35kB done [2023-12-26T19:11:22.963Z] #34 DONE 0.4s [2023-12-26T19:11:22.963Z] [2023-12-26T19:11:22.963Z] #31 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:11:22.963Z] #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done [2023-12-26T19:11:22.963Z] #31 ... [2023-12-26T19:11:22.963Z] [2023-12-26T19:11:22.963Z] #35 [security-spire-server internal] load build context [2023-12-26T19:11:22.963Z] #35 transferring context: 18.10kB 0.0s done [2023-12-26T19:11:22.963Z] #35 DONE 0.5s [2023-12-26T19:11:22.963Z] [2023-12-26T19:11:22.963Z] #36 [security-spire-agent internal] load build context [2023-12-26T19:11:22.963Z] #36 transferring context: 17.63kB 0.0s done [2023-12-26T19:11:22.963Z] #36 DONE 0.4s [2023-12-26T19:11:22.963Z] [2023-12-26T19:11:22.963Z] #31 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:11:22.963Z] #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done [2023-12-26T19:11:23.223Z] #31 DONE 1.3s [2023-12-26T19:11:23.223Z] [2023-12-26T19:11:23.223Z] #37 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-12-26T19:11:23.792Z] #37 ... [2023-12-26T19:11:23.792Z] [2023-12-26T19:11:23.792Z] #38 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-12-26T19:11:23.792Z] #38 DONE 2.1s [2023-12-26T19:11:24.199Z] [2023-12-26T19:11:24.199Z] #39 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-12-26T19:11:29.479Z] #39 ... [2023-12-26T19:11:29.479Z] [2023-12-26T19:11:29.479Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-12-26T19:11:29.479Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2023-12-26T19:11:29.479Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-12-26T19:11:29.479Z] #40 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-12-26T19:11:29.479Z] #40 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-12-26T19:11:29.479Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done [2023-12-26T19:11:29.479Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-12-26T19:11:29.479Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-12-26T19:11:29.479Z] #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.7s done [2023-12-26T19:11:29.479Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-12-26T19:11:29.479Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-12-26T19:11:29.479Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-12-26T19:11:29.479Z] #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.9s done [2023-12-26T19:11:32.522Z] #40 ... [2023-12-26T19:11:32.522Z] [2023-12-26T19:11:32.522Z] #41 [core-data internal] load build context [2023-12-26T19:11:32.522Z] #41 transferring context: 309.49MB 8.5s done [2023-12-26T19:11:32.522Z] #41 ... [2023-12-26T19:11:32.522Z] [2023-12-26T19:11:32.522Z] #42 [security-secretstore-setup internal] load build context [2023-12-26T19:11:32.522Z] #42 transferring context: 309.49MB 10.0s done [2023-12-26T19:11:32.522Z] #42 ... [2023-12-26T19:11:32.522Z] [2023-12-26T19:11:32.522Z] #43 [core-common-config-bootstrapper internal] load build context [2023-12-26T19:11:32.522Z] #43 ... [2023-12-26T19:11:32.522Z] [2023-12-26T19:11:32.522Z] #44 [security-proxy-setup internal] load build context [2023-12-26T19:11:32.522Z] #44 transferring context: 309.49MB 8.5s done [2023-12-26T19:11:32.522Z] #44 ... [2023-12-26T19:11:32.522Z] [2023-12-26T19:11:32.522Z] #45 [support-scheduler internal] load build context [2023-12-26T19:11:32.522Z] #45 transferring context: 309.49MB 10.1s done [2023-12-26T19:11:32.780Z] #45 ... [2023-12-26T19:11:32.780Z] [2023-12-26T19:11:32.780Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-12-26T19:11:32.780Z] #46 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done [2023-12-26T19:11:32.780Z] #46 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-12-26T19:11:32.780Z] #46 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-12-26T19:11:32.780Z] #46 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-12-26T19:11:32.780Z] #46 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2023-12-26T19:11:32.780Z] #46 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2023-12-26T19:11:32.780Z] #46 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-12-26T19:11:32.780Z] #46 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.4s done [2023-12-26T19:11:32.780Z] #46 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-12-26T19:11:32.780Z] #46 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.0s done [2023-12-26T19:11:32.780Z] #46 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-12-26T19:11:32.780Z] #46 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.5s done [2023-12-26T19:11:32.780Z] #46 ... [2023-12-26T19:11:32.780Z] [2023-12-26T19:11:32.780Z] #47 [core-metadata internal] load build context [2023-12-26T19:11:32.780Z] #47 transferring context: 309.49MB 8.5s done [2023-12-26T19:11:33.039Z] #47 ... [2023-12-26T19:11:33.039Z] [2023-12-26T19:11:33.039Z] #48 [core-command internal] load build context [2023-12-26T19:11:33.039Z] #48 transferring context: 309.49MB 9.9s done [2023-12-26T19:11:33.039Z] #48 ... [2023-12-26T19:11:33.039Z] [2023-12-26T19:11:33.039Z] #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-26T19:11:33.297Z] #49 ... [2023-12-26T19:11:33.297Z] [2023-12-26T19:11:33.297Z] #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-12-26T19:11:33.575Z] #50 ... [2023-12-26T19:11:33.575Z] [2023-12-26T19:11:33.575Z] #51 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-12-26T19:11:33.575Z] #51 ... [2023-12-26T19:11:33.575Z] [2023-12-26T19:11:33.575Z] #52 [support-notifications internal] load build context [2023-12-26T19:11:33.575Z] #52 transferring context: 309.49MB 9.1s done [2023-12-26T19:11:33.834Z] #52 ... [2023-12-26T19:11:33.834Z] [2023-12-26T19:11:33.834Z] #53 [security-spiffe-token-provider internal] load build context [2023-12-26T19:11:33.834Z] #53 transferring context: 309.49MB 8.6s done [2023-12-26T19:11:33.834Z] #53 ... [2023-12-26T19:11:33.834Z] [2023-12-26T19:11:33.834Z] #54 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-12-26T19:11:34.094Z] #54 ... [2023-12-26T19:11:34.094Z] [2023-12-26T19:11:34.094Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-12-26T19:11:34.094Z] #55 ... [2023-12-26T19:11:34.094Z] [2023-12-26T19:11:34.094Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-12-26T19:11:34.588Z] #56 ... [2023-12-26T19:11:34.588Z] [2023-12-26T19:11:34.588Z] #57 [security-bootstrapper internal] load build context [2023-12-26T19:11:34.588Z] #57 transferring context: 309.49MB 10.2s done [2023-12-26T19:11:34.849Z] #57 ... [2023-12-26T19:11:34.849Z] [2023-12-26T19:11:34.849Z] #58 [security-proxy-auth internal] load build context [2023-12-26T19:11:34.849Z] #58 transferring context: 309.49MB 9.4s done [2023-12-26T19:11:34.849Z] #58 ... [2023-12-26T19:11:34.849Z] [2023-12-26T19:11:34.849Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-12-26T19:11:35.231Z] #59 ... [2023-12-26T19:11:35.231Z] [2023-12-26T19:11:35.231Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-12-26T19:11:35.493Z] #60 ... [2023-12-26T19:11:35.493Z] [2023-12-26T19:11:35.493Z] #43 [core-common-config-bootstrapper internal] load build context [2023-12-26T19:11:35.493Z] #43 transferring context: 309.49MB 11.8s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-26T19:11:37.846Z] provisioning config files... [2023-12-26T19:11:37.872Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13618324208885780309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:11:38.034Z] #43 ... [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #47 [core-metadata internal] load build context [2023-12-26T19:11:38.034Z] #47 DONE 15.8s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #41 [core-data internal] load build context [2023-12-26T19:11:38.034Z] #41 DONE 15.8s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #44 [security-proxy-setup internal] load build context [2023-12-26T19:11:38.034Z] #44 DONE 15.8s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #53 [security-spiffe-token-provider internal] load build context [2023-12-26T19:11:38.034Z] #53 DONE 15.9s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #52 [support-notifications internal] load build context [2023-12-26T19:11:38.034Z] #52 DONE 15.9s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #58 [security-proxy-auth internal] load build context [2023-12-26T19:11:38.034Z] #58 DONE 15.9s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #39 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-12-26T19:11:38.034Z] #39 DONE 14.1s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #61 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-12-26T19:11:38.034Z] #61 ... [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #48 [core-command internal] load build context [2023-12-26T19:11:38.034Z] #48 DONE 15.9s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #57 [security-bootstrapper internal] load build context [2023-12-26T19:11:38.034Z] #57 DONE 15.9s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #45 [support-scheduler internal] load build context [2023-12-26T19:11:38.034Z] #45 DONE 15.9s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #43 [core-common-config-bootstrapper internal] load build context [2023-12-26T19:11:38.034Z] #43 DONE 15.9s [2023-12-26T19:11:38.034Z] [2023-12-26T19:11:38.034Z] #42 [security-secretstore-setup internal] load build context [2023-12-26T19:11:38.034Z] #42 DONE 15.9s [2023-12-26T19:11:38.292Z] [2023-12-26T19:11:38.292Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-12-26T19:11:38.292Z] #40 DONE 15.7s [2023-12-26T19:11:38.292Z] [2023-12-26T19:11:38.292Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-12-26T19:11:38.292Z] #59 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:38.453Z] ---> ****-login.sh [2023-12-26T19:11:38.453Z] nexus3.edgexfoundry.org:10001 [2023-12-26T19:11:38.555Z] #59 15.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:38.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:11:38.814Z] #59 15.47 (1/2) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:38.814Z] #59 15.47 (2/2) Installing su-exec (0.2-r3) [2023-12-26T19:11:38.814Z] #59 15.48 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:38.814Z] #59 15.48 OK: 7 MiB in 17 packages [2023-12-26T19:11:38.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:11:38.994Z] Configure a credential helper to remove this warning. See [2023-12-26T19:11:38.994Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:11:38.994Z] [2023-12-26T19:11:38.994Z] Login Succeeded [2023-12-26T19:11:38.994Z] nexus3.edgexfoundry.org:10002 [2023-12-26T19:11:38.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:11:39.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:11:39.263Z] Configure a credential helper to remove this warning. See [2023-12-26T19:11:39.263Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:11:39.263Z] [2023-12-26T19:11:39.263Z] Login Succeeded [2023-12-26T19:11:39.263Z] nexus3.edgexfoundry.org:10003 [2023-12-26T19:11:39.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:11:39.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:11:39.535Z] Configure a credential helper to remove this warning. See [2023-12-26T19:11:39.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:11:39.535Z] [2023-12-26T19:11:39.535Z] Login Succeeded [2023-12-26T19:11:39.535Z] nexus3.edgexfoundry.org:10004 [2023-12-26T19:11:39.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:11:39.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:11:39.803Z] Configure a credential helper to remove this warning. See [2023-12-26T19:11:39.803Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:11:39.803Z] [2023-12-26T19:11:39.803Z] Login Succeeded [2023-12-26T19:11:39.803Z] ****.io [2023-12-26T19:11:40.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-26T19:11:40.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-26T19:11:40.341Z] Configure a credential helper to remove this warning. See [2023-12-26T19:11:40.341Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-26T19:11:40.341Z] [2023-12-26T19:11:40.341Z] Login Succeeded [2023-12-26T19:11:40.341Z] ---> ****-login.sh ends [Pipeline] } [2023-12-26T19:11:40.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-12-26T19:11:41.196Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-12-26T19:11:41.238Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-26T19:11:41.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-26T19:11:41.374Z] ========================================================= [2023-12-26T19:11:41.374Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-12-26T19:11:41.374Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-12-26T19:11:41.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-26T19:11:42.051Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-12-26T19:11:42.051Z] 9fda8d8052c6: Pulling fs layer [2023-12-26T19:11:42.051Z] 5d54e960e981: Pulling fs layer [2023-12-26T19:11:42.051Z] c4a7e357bf2a: Pulling fs layer [2023-12-26T19:11:42.051Z] f0e02332f6b5: Pulling fs layer [2023-12-26T19:11:42.051Z] 872ee5b61b7b: Pulling fs layer [2023-12-26T19:11:42.051Z] 0c6a40ed1a82: Pulling fs layer [2023-12-26T19:11:42.051Z] 94ae7d8d031c: Pulling fs layer [2023-12-26T19:11:42.051Z] f0e02332f6b5: Waiting [2023-12-26T19:11:42.051Z] 872ee5b61b7b: Waiting [2023-12-26T19:11:42.051Z] 0c6a40ed1a82: Waiting [2023-12-26T19:11:42.051Z] 94ae7d8d031c: Waiting [2023-12-26T19:11:42.051Z] 5d54e960e981: Verifying Checksum [2023-12-26T19:11:42.051Z] 5d54e960e981: Download complete [2023-12-26T19:11:42.051Z] f0e02332f6b5: Verifying Checksum [2023-12-26T19:11:42.051Z] f0e02332f6b5: Download complete [2023-12-26T19:11:42.051Z] 9fda8d8052c6: Verifying Checksum [2023-12-26T19:11:42.051Z] 9fda8d8052c6: Download complete [2023-12-26T19:11:42.104Z] #59 ... [2023-12-26T19:11:42.104Z] [2023-12-26T19:11:42.104Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-12-26T19:11:42.104Z] #56 15.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.104Z] #56 15.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.104Z] #56 15.57 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:11:42.104Z] #56 15.57 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:11:42.104Z] #56 15.57 OK: 20069 distinct packages available [2023-12-26T19:11:42.104Z] #56 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.104Z] #56 15.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.104Z] #56 16.05 (1/4) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.104Z] #56 16.09 (2/4) Installing musl-obstack (1.2.3-r2) [2023-12-26T19:11:42.104Z] #56 16.10 (3/4) Installing libucontext (1.2-r2) [2023-12-26T19:11:42.105Z] #56 16.10 (4/4) Installing gcompat (1.1.0-r1) [2023-12-26T19:11:42.105Z] #56 16.11 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.105Z] #56 16.11 OK: 8 MiB in 19 packages [2023-12-26T19:11:42.105Z] #56 DONE 19.1s [2023-12-26T19:11:42.326Z] 94ae7d8d031c: Verifying Checksum [2023-12-26T19:11:42.326Z] 94ae7d8d031c: Download complete [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-12-26T19:11:42.364Z] #50 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #50 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #50 15.49 (1/1) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.364Z] #50 15.50 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.364Z] #50 15.50 OK: 7 MiB in 16 packages [2023-12-26T19:11:42.364Z] #50 DONE 19.0s [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #51 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-12-26T19:11:42.364Z] #51 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #51 17.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #51 17.50 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:11:42.364Z] #51 17.50 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:11:42.364Z] #51 17.50 OK: 20069 distinct packages available [2023-12-26T19:11:42.364Z] #51 17.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #51 17.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #51 17.95 (1/5) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.364Z] #51 17.97 (2/5) Installing musl-obstack (1.2.3-r2) [2023-12-26T19:11:42.364Z] #51 17.97 (3/5) Installing libucontext (1.2-r2) [2023-12-26T19:11:42.364Z] #51 17.97 (4/5) Installing gcompat (1.1.0-r1) [2023-12-26T19:11:42.364Z] #51 17.97 (5/5) Installing openssl (3.1.4-r1) [2023-12-26T19:11:42.364Z] #51 17.99 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.364Z] #51 18.00 OK: 8 MiB in 20 packages [2023-12-26T19:11:42.364Z] #51 DONE 19.0s [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-26T19:11:42.364Z] #49 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #49 18.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #49 18.24 (1/2) Installing ca-certificates (20230506-r0) [2023-12-26T19:11:42.364Z] #49 18.28 (2/2) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.364Z] #49 18.28 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.364Z] #49 18.29 Executing ca-certificates-20230506-r0.trigger [2023-12-26T19:11:42.364Z] #49 18.34 OK: 8 MiB in 17 packages [2023-12-26T19:11:42.364Z] #49 DONE 19.0s [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-12-26T19:11:42.364Z] #59 DONE 19.0s [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #37 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-12-26T19:11:42.364Z] #37 14.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #37 15.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #37 15.50 (1/4) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.364Z] #37 15.51 (2/4) Installing openssl (3.1.4-r1) [2023-12-26T19:11:42.364Z] #37 15.51 (3/4) Installing su-exec (0.2-r3) [2023-12-26T19:11:42.364Z] #37 15.52 (4/4) Installing yq (4.33.3-r5) [2023-12-26T19:11:42.364Z] #37 15.69 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.364Z] #37 15.70 OK: 17 MiB in 19 packages [2023-12-26T19:11:42.364Z] #37 DONE 19.1s [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-12-26T19:11:42.364Z] #0 3.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #0 3.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #0 3.615 OK: 264 MiB in 52 packages [2023-12-26T19:11:42.364Z] #62 DONE 4.4s [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-12-26T19:11:42.364Z] #55 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #55 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #55 15.47 (1/4) Installing ca-certificates (20230506-r0) [2023-12-26T19:11:42.364Z] #55 15.50 (2/4) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.364Z] #55 15.51 (3/4) Installing su-exec (0.2-r3) [2023-12-26T19:11:42.364Z] #55 15.53 (4/4) Installing yq (4.33.3-r5) [2023-12-26T19:11:42.364Z] #55 15.63 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.364Z] #55 15.64 Executing ca-certificates-20230506-r0.trigger [2023-12-26T19:11:42.364Z] #55 15.68 OK: 17 MiB in 19 packages [2023-12-26T19:11:42.364Z] #55 DONE 19.0s [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #63 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2023-12-26T19:11:42.364Z] #63 ... [2023-12-26T19:11:42.364Z] [2023-12-26T19:11:42.364Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-12-26T19:11:42.364Z] #60 15.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #60 15.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #60 15.57 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:11:42.364Z] #60 15.57 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:11:42.364Z] #60 15.57 OK: 20069 distinct packages available [2023-12-26T19:11:42.364Z] #60 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #60 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.364Z] #60 16.03 (1/11) Installing ca-certificates (20230506-r0) [2023-12-26T19:11:42.364Z] #60 16.05 (2/11) Installing brotli-libs (1.0.9-r14) [2023-12-26T19:11:42.364Z] #60 16.06 (3/11) Installing libunistring (1.1-r1) [2023-12-26T19:11:42.364Z] #60 16.08 (4/11) Installing libidn2 (2.3.4-r1) [2023-12-26T19:11:42.364Z] #60 16.09 (5/11) Installing nghttp2-libs (1.57.0-r0) [2023-12-26T19:11:42.364Z] #60 16.12 (6/11) Installing libcurl (8.5.0-r0) [2023-12-26T19:11:42.364Z] #60 16.14 (7/11) Installing curl (8.5.0-r0) [2023-12-26T19:11:42.364Z] #60 16.14 (8/11) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.364Z] #60 16.15 (9/11) Installing musl-obstack (1.2.3-r2) [2023-12-26T19:11:42.364Z] #60 16.16 (10/11) Installing libucontext (1.2-r2) [2023-12-26T19:11:42.364Z] #60 16.17 (11/11) Installing gcompat (1.1.0-r1) [2023-12-26T19:11:42.364Z] #60 16.17 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.364Z] #60 16.18 Executing ca-certificates-20230506-r0.trigger [2023-12-26T19:11:42.364Z] #60 16.22 OK: 12 MiB in 26 packages [2023-12-26T19:11:42.364Z] #60 DONE 19.2s [2023-12-26T19:11:42.596Z] 9fda8d8052c6: Pull complete [2023-12-26T19:11:42.624Z] [2023-12-26T19:11:42.624Z] #64 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:11:42.624Z] #64 DONE 0.1s [2023-12-26T19:11:42.624Z] [2023-12-26T19:11:42.624Z] #54 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-12-26T19:11:42.624Z] #54 18.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.624Z] #54 18.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.624Z] #54 19.12 (1/1) Installing dumb-init (1.2.5-r2) [2023-12-26T19:11:42.624Z] #54 19.13 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:11:42.624Z] #54 19.13 OK: 7 MiB in 16 packages [2023-12-26T19:11:42.624Z] #54 DONE 19.3s [2023-12-26T19:11:42.624Z] [2023-12-26T19:11:42.624Z] #65 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:11:42.887Z] #65 ... [2023-12-26T19:11:42.887Z] [2023-12-26T19:11:42.887Z] #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-12-26T19:11:42.887Z] #61 4.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.887Z] #61 4.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:42.887Z] #61 4.742 OK: 264 MiB in 52 packages [2023-12-26T19:11:42.887Z] #61 DONE 4.9s [2023-12-26T19:11:42.887Z] [2023-12-26T19:11:42.887Z] #66 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:11:42.887Z] #66 DONE 0.0s [2023-12-26T19:11:42.887Z] [2023-12-26T19:11:42.887Z] #67 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:11:43.145Z] #67 ... [2023-12-26T19:11:43.145Z] [2023-12-26T19:11:43.145Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-12-26T19:11:43.145Z] #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:43.145Z] #0 4.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:43.145Z] #0 4.806 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:11:43.145Z] #0 4.806 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:11:43.145Z] #0 4.806 OK: 20071 distinct packages available [2023-12-26T19:11:43.146Z] #0 4.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:43.146Z] #0 4.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:43.146Z] #0 5.222 OK: 264 MiB in 52 packages [2023-12-26T19:11:43.146Z] #68 DONE 5.3s [2023-12-26T19:11:43.185Z] 5d54e960e981: Pull complete [2023-12-26T19:11:43.405Z] [2023-12-26T19:11:43.405Z] #69 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:11:43.405Z] #69 DONE 0.0s [2023-12-26T19:11:43.405Z] [2023-12-26T19:11:43.405Z] #70 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:11:43.474Z] c4a7e357bf2a: Verifying Checksum [2023-12-26T19:11:43.474Z] c4a7e357bf2a: Download complete [2023-12-26T19:11:44.351Z] #70 ... [2023-12-26T19:11:44.351Z] [2023-12-26T19:11:44.351Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-12-26T19:11:44.351Z] #0 5.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:44.351Z] #0 5.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:44.351Z] #0 6.132 OK: 264 MiB in 52 packages [2023-12-26T19:11:44.351Z] #71 DONE 6.4s [2023-12-26T19:11:44.351Z] [2023-12-26T19:11:44.351Z] #72 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:11:44.351Z] #72 DONE 0.1s [2023-12-26T19:11:44.351Z] [2023-12-26T19:11:44.351Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:11:44.896Z] 0c6a40ed1a82: Download complete [2023-12-26T19:11:44.918Z] #73 ... [2023-12-26T19:11:44.918Z] [2023-12-26T19:11:44.918Z] #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2023-12-26T19:11:44.918Z] #0 2.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:44.918Z] #0 2.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:44.918Z] #0 2.490 OK: 8 MiB in 20 packages [2023-12-26T19:11:44.918Z] #74 DONE 2.7s [2023-12-26T19:11:44.918Z] [2023-12-26T19:11:44.918Z] #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2023-12-26T19:11:44.918Z] #0 2.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:44.918Z] #0 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:44.918Z] #0 2.526 OK: 8 MiB in 19 packages [2023-12-26T19:11:44.918Z] #75 DONE 2.7s [2023-12-26T19:11:44.918Z] [2023-12-26T19:11:44.918Z] #63 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2023-12-26T19:11:44.918Z] #63 2.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:44.918Z] #63 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:45.182Z] #63 2.913 OK: 17 MiB in 19 packages [2023-12-26T19:11:46.117Z] #63 ... [2023-12-26T19:11:46.117Z] [2023-12-26T19:11:46.117Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:11:46.117Z] #0 2.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.117Z] #0 2.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.117Z] #0 2.607 OK: 7 MiB in 16 packages [2023-12-26T19:11:46.117Z] #76 DONE 4.0s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2023-12-26T19:11:46.408Z] #0 2.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.941 OK: 7 MiB in 17 packages [2023-12-26T19:11:46.408Z] #77 DONE 4.0s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #78 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:11:46.408Z] #78 DONE 1.3s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:11:46.408Z] #0 2.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.651 OK: 8 MiB in 17 packages [2023-12-26T19:11:46.408Z] #79 DONE 4.0s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:11:46.408Z] #0 2.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.996 OK: 12 MiB in 26 packages [2023-12-26T19:11:46.408Z] #80 DONE 4.0s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-12-26T19:11:46.408Z] #81 DONE 1.4s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #63 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2023-12-26T19:11:46.408Z] #63 DONE 4.0s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #82 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:11:46.408Z] #82 DONE 1.5s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2023-12-26T19:11:46.408Z] #83 DONE 0.1s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2023-12-26T19:11:46.408Z] #0 2.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:46.408Z] #0 2.766 OK: 17 MiB in 19 packages [2023-12-26T19:11:46.408Z] #84 DONE 4.0s [2023-12-26T19:11:46.408Z] [2023-12-26T19:11:46.408Z] #85 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2023-12-26T19:11:46.979Z] #85 DONE 0.6s [2023-12-26T19:11:46.979Z] [2023-12-26T19:11:46.979Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2023-12-26T19:11:46.979Z] #86 DONE 0.6s [2023-12-26T19:11:46.979Z] [2023-12-26T19:11:46.979Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2023-12-26T19:11:46.979Z] #87 DONE 0.6s [2023-12-26T19:11:46.979Z] [2023-12-26T19:11:46.979Z] #88 [security-spire-server stage-2 6/9] COPY security.txt / [2023-12-26T19:11:46.979Z] #88 DONE 0.1s [2023-12-26T19:11:46.979Z] [2023-12-26T19:11:46.979Z] #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:11:46.979Z] #89 DONE 0.6s [2023-12-26T19:11:46.979Z] [2023-12-26T19:11:46.979Z] #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2023-12-26T19:11:46.979Z] #90 DONE 0.1s [2023-12-26T19:11:46.979Z] [2023-12-26T19:11:46.979Z] #91 [security-spire-agent stage-3 7/10] COPY security.txt / [2023-12-26T19:11:47.236Z] #91 DONE 0.1s [2023-12-26T19:11:47.236Z] [2023-12-26T19:11:47.236Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-12-26T19:11:47.236Z] #92 DONE 0.1s [2023-12-26T19:11:47.236Z] [2023-12-26T19:11:47.236Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-12-26T19:11:47.236Z] #93 DONE 0.1s [2023-12-26T19:11:47.236Z] [2023-12-26T19:11:47.236Z] #94 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-12-26T19:11:47.236Z] #94 DONE 0.1s [2023-12-26T19:11:47.237Z] [2023-12-26T19:11:47.237Z] #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-12-26T19:11:47.237Z] #95 DONE 0.1s [2023-12-26T19:11:47.237Z] [2023-12-26T19:11:47.237Z] #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-12-26T19:11:47.237Z] #96 DONE 0.1s [2023-12-26T19:11:47.237Z] [2023-12-26T19:11:47.237Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-12-26T19:11:47.237Z] #97 DONE 0.1s [2023-12-26T19:11:47.237Z] [2023-12-26T19:11:47.237Z] #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-12-26T19:11:47.237Z] #98 DONE 0.1s [2023-12-26T19:11:47.237Z] [2023-12-26T19:11:47.237Z] #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-12-26T19:11:47.237Z] #99 DONE 0.1s [2023-12-26T19:11:47.237Z] [2023-12-26T19:11:47.237Z] #100 [security-spire-config] exporting to image [2023-12-26T19:11:47.237Z] #100 exporting layers [2023-12-26T19:11:47.494Z] #100 ... [2023-12-26T19:11:47.494Z] [2023-12-26T19:11:47.494Z] #65 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:11:47.494Z] #65 4.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:47.494Z] #65 4.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-26T19:11:47.494Z] #65 4.771 OK: 7 MiB in 16 packages [2023-12-26T19:11:47.494Z] #65 DONE 4.9s [2023-12-26T19:11:47.494Z] [2023-12-26T19:11:47.494Z] #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-12-26T19:11:47.494Z] #101 DONE 0.1s [2023-12-26T19:11:47.494Z] [2023-12-26T19:11:47.494Z] #100 [security-spire-agent] exporting to image [2023-12-26T19:11:47.494Z] #100 ... [2023-12-26T19:11:47.494Z] [2023-12-26T19:11:47.494Z] #102 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-12-26T19:11:47.494Z] #102 DONE 1.3s [2023-12-26T19:11:47.753Z] [2023-12-26T19:11:47.753Z] #103 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2023-12-26T19:11:47.753Z] #103 DONE 0.0s [2023-12-26T19:11:47.753Z] [2023-12-26T19:11:47.753Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:11:47.753Z] #104 ... [2023-12-26T19:11:47.753Z] [2023-12-26T19:11:47.753Z] #100 [security-spire-agent] exporting to image [2023-12-26T19:11:47.753Z] #100 exporting layers 0.6s done [2023-12-26T19:11:47.753Z] #100 writing image sha256:6ceb5917f5a764028ad2d0529e3953ac86f32a3b303c8428ec0a8f76a6078c2c done [2023-12-26T19:11:47.753Z] #100 naming to docker.io/library/security-spire-server [2023-12-26T19:11:48.011Z] #100 exporting layers 0.5s done [2023-12-26T19:11:48.011Z] #100 naming to docker.io/library/security-spire-server done [2023-12-26T19:11:48.011Z] #100 writing image sha256:b9fb97e69eee8713d1408fc48155363187c71a1f6d66cca545ad38ff204c0e07 0.0s done [2023-12-26T19:11:48.011Z] #100 naming to docker.io/library/security-spire-config done [2023-12-26T19:11:48.011Z] #100 writing image sha256:d8d2ead3ac7bdb9214c63206adbafab0b833152f38c6616afe5b0a79d2c29afd done [2023-12-26T19:11:48.011Z] #100 naming to docker.io/library/security-spire-agent done [2023-12-26T19:11:48.011Z] #100 DONE 0.7s [2023-12-26T19:11:48.011Z] [2023-12-26T19:11:48.011Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-12-26T19:12:03.110Z] c4a7e357bf2a: Pull complete [2023-12-26T19:12:03.110Z] f0e02332f6b5: Pull complete [2023-12-26T19:12:03.110Z] 872ee5b61b7b: Pull complete [2023-12-26T19:12:13.199Z] 0c6a40ed1a82: Pull complete [2023-12-26T19:12:13.782Z] 94ae7d8d031c: Pull complete [2023-12-26T19:12:13.782Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-12-26T19:12:13.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-26T19:12:13.782Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-12-26T19:12:14.202Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-26T19:12:14.202Z] WORKDIR /edgex [2023-12-26T19:12:14.202Z] COPY go.mod . [2023-12-26T19:12:14.202Z] RUN go mod download [2023-12-26T19:12:14.202Z] + docker build -t ci-base-image-arm64 -f - . [2023-12-26T19:12:15.164Z] #0 building with "default" instance using docker driver [2023-12-26T19:12:15.164Z] [2023-12-26T19:12:15.164Z] #1 [internal] load build definition from Dockerfile [2023-12-26T19:12:15.164Z] #1 transferring dockerfile: 172B 0.0s done [2023-12-26T19:12:15.164Z] #1 DONE 0.1s [2023-12-26T19:12:15.164Z] [2023-12-26T19:12:15.164Z] #2 [internal] load .dockerignore [2023-12-26T19:12:15.164Z] #2 transferring context: 50B done [2023-12-26T19:12:15.164Z] #2 DONE 0.1s [2023-12-26T19:12:15.164Z] [2023-12-26T19:12:15.164Z] #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-26T19:12:15.164Z] #3 DONE 0.0s [2023-12-26T19:12:15.431Z] [2023-12-26T19:12:15.431Z] #4 [internal] load build context [2023-12-26T19:12:15.431Z] #4 transferring context: 3.72kB done [2023-12-26T19:12:15.431Z] #4 DONE 0.1s [2023-12-26T19:12:15.431Z] [2023-12-26T19:12:15.431Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-26T19:12:15.431Z] #5 DONE 0.2s [2023-12-26T19:12:15.431Z] [2023-12-26T19:12:15.431Z] #6 [2/4] WORKDIR /edgex [2023-12-26T19:12:16.389Z] #6 DONE 1.0s [2023-12-26T19:12:16.389Z] [2023-12-26T19:12:16.389Z] #7 [3/4] COPY go.mod . [2023-12-26T19:12:16.389Z] #7 DONE 0.1s [2023-12-26T19:12:16.657Z] [2023-12-26T19:12:16.657Z] #8 [4/4] RUN go mod download [2023-12-26T19:12:20.138Z] #46 ... [2023-12-26T19:12:20.138Z] [2023-12-26T19:12:20.138Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:20.138Z] #104 DONE 34.5s [2023-12-26T19:12:20.138Z] [2023-12-26T19:12:20.138Z] #70 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:20.138Z] #70 DONE 33.8s [2023-12-26T19:12:20.138Z] [2023-12-26T19:12:20.138Z] #67 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:20.138Z] #67 DONE 34.2s [2023-12-26T19:12:20.138Z] [2023-12-26T19:12:20.138Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:20.138Z] #73 DONE 32.8s [2023-12-26T19:12:20.138Z] [2023-12-26T19:12:20.138Z] #105 [security-secretstore-setup builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #105 DONE 5.4s [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #106 [support-scheduler builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #106 DONE 5.5s [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #107 [security-bootstrapper builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #107 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #108 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:12:22.687Z] #108 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #109 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:22.687Z] #109 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #110 [security-spiffe-token-provider builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #110 DONE 5.5s [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #111 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:12:22.687Z] #111 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #112 [security-proxy-setup builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #112 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #113 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:22.687Z] #113 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #114 [support-notifications builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #114 DONE 5.5s [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #115 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:12:22.687Z] #115 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #116 [core-data builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #116 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:22.687Z] #117 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:22.687Z] #118 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #119 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:12:22.687Z] #119 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #120 [security-proxy-auth builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #120 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #121 [core-command builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #121 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #122 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:22.687Z] #122 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #123 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:12:22.687Z] #123 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:22.687Z] #124 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:12:22.687Z] #125 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #126 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:12:22.687Z] #127 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #128 [core-metadata builder 6/7] COPY . . [2023-12-26T19:12:22.687Z] #128 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:12:22.687Z] #129 CACHED [2023-12-26T19:12:22.687Z] [2023-12-26T19:12:22.687Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-12-26T19:12:24.059Z] #130 1.323 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 [2023-12-26T19:12:28.984Z] #8 DONE 11.9s [2023-12-26T19:12:28.984Z] [2023-12-26T19:12:28.985Z] #9 exporting to image [2023-12-26T19:12:28.985Z] #9 exporting layers [2023-12-26T19:12:34.030Z] #130 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-12-26T19:12:34.031Z] #0 0.892 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 [2023-12-26T19:12:34.031Z] #131 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-12-26T19:12:34.031Z] #0 1.363 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 [2023-12-26T19:12:34.031Z] #132 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-12-26T19:12:34.031Z] #0 1.215 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 [2023-12-26T19:12:34.031Z] #133 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:12:34.031Z] #0 0.873 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 [2023-12-26T19:12:34.031Z] #134 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-12-26T19:12:34.031Z] #0 0.311 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 [2023-12-26T19:12:34.031Z] #135 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-12-26T19:12:34.031Z] #0 1.331 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 [2023-12-26T19:12:34.031Z] #136 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-12-26T19:12:34.031Z] #0 0.460 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 [2023-12-26T19:12:34.031Z] #137 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-12-26T19:12:34.031Z] #0 0.561 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 [2023-12-26T19:12:34.031Z] #138 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-12-26T19:12:34.031Z] #0 0.858 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 [2023-12-26T19:12:34.031Z] #139 ... [2023-12-26T19:12:34.031Z] [2023-12-26T19:12:34.031Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-12-26T19:12:34.031Z] #0 1.253 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 [2023-12-26T19:12:41.303Z] #9 exporting layers 12.2s done [2023-12-26T19:12:41.304Z] #9 writing image sha256:3fa2dc6c796113c090f7fba086824afac0c3d8be5febfc944d4311333a526986 done [2023-12-26T19:12:41.304Z] #9 naming to docker.io/library/ci-base-image-arm64 done [2023-12-26T19:12:41.304Z] #9 DONE 12.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:12:41.744Z] + docker inspect -f . ci-base-image-arm64 [2023-12-26T19:12:41.744Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:12:42.075Z] prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container [2023-12-26T19:12:42.144Z] $ 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 [2023-12-26T19:12:43.233Z] $ docker top 95dfdb244614ecf80d9db2ae777b0376060b9447428bb39fd91589a7ace3f480 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-26T19:12:43.816Z] + go version [2023-12-26T19:12:43.816Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-12-26T19:12:43.848Z] $ docker stop --time=1 95dfdb244614ecf80d9db2ae777b0376060b9447428bb39fd91589a7ace3f480 [2023-12-26T19:12:45.393Z] $ docker rm -f --volumes 95dfdb244614ecf80d9db2ae777b0376060b9447428bb39fd91589a7ace3f480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:12:46.583Z] + docker inspect -f . ci-base-image-arm64 [2023-12-26T19:12:46.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:12:46.878Z] prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container [2023-12-26T19:12:46.935Z] $ 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 [2023-12-26T19:12:49.997Z] $ docker top 803eb753d06fd64a8eabb651f6bce8260e230623365ac24753ebc7a3b2017bfc -eo pid,comm [Pipeline] { [Pipeline] echo [2023-12-26T19:12:50.284Z] ========================================================= [2023-12-26T19:12:50.284Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-12-26T19:12:50.284Z] ========================================================= [Pipeline] sh [2023-12-26T19:12:50.615Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-12-26T19:12:51.053Z] + make test [2023-12-26T19:12:51.053Z] go test -race -coverprofile=coverage.out ./... [2023-12-26T19:13:23.278Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-12-26T19:13:30.317Z] #140 ... [2023-12-26T19:13:30.317Z] [2023-12-26T19:13:30.317Z] #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-12-26T19:13:30.317Z] #137 67.63 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 [2023-12-26T19:13:33.622Z] #137 ... [2023-12-26T19:13:33.622Z] [2023-12-26T19:13:33.622Z] #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-12-26T19:13:33.622Z] #135 DONE 70.7s [2023-12-26T19:13:33.622Z] [2023-12-26T19:13:33.622Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-12-26T19:13:33.622Z] #138 DONE 70.7s [2023-12-26T19:13:33.622Z] [2023-12-26T19:13:33.622Z] #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-12-26T19:13:33.622Z] #137 DONE 70.7s [2023-12-26T19:13:33.622Z] [2023-12-26T19:13:33.622Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-12-26T19:13:34.189Z] #140 ... [2023-12-26T19:13:34.189Z] [2023-12-26T19:13:34.189Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-12-26T19:13:34.189Z] #131 DONE 71.5s [2023-12-26T19:13:34.189Z] [2023-12-26T19:13:34.189Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-12-26T19:13:37.526Z] #141 ... [2023-12-26T19:13:37.526Z] [2023-12-26T19:13:37.526Z] #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:37.526Z] #142 DONE 3.2s [2023-12-26T19:13:37.526Z] [2023-12-26T19:13:37.526Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-12-26T19:13:37.526Z] #141 DONE 3.2s [2023-12-26T19:13:37.526Z] [2023-12-26T19:13:37.526Z] #143 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:37.526Z] #143 DONE 3.2s [2023-12-26T19:13:37.526Z] [2023-12-26T19:13:37.526Z] #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-12-26T19:13:37.526Z] #144 ... [2023-12-26T19:13:37.526Z] [2023-12-26T19:13:37.526Z] #145 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:37.526Z] #145 DONE 2.8s [2023-12-26T19:13:37.526Z] [2023-12-26T19:13:37.526Z] #146 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:37.897Z] #146 ... [2023-12-26T19:13:37.897Z] [2023-12-26T19:13:37.897Z] #147 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:37.897Z] #147 DONE 0.6s [2023-12-26T19:13:37.897Z] [2023-12-26T19:13:37.897Z] #148 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:37.897Z] #148 DONE 0.7s [2023-12-26T19:13:38.158Z] [2023-12-26T19:13:38.158Z] #149 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-12-26T19:13:38.724Z] #149 ... [2023-12-26T19:13:38.724Z] [2023-12-26T19:13:38.724Z] #146 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:38.724Z] #146 DONE 1.3s [2023-12-26T19:13:38.724Z] [2023-12-26T19:13:38.724Z] #150 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-12-26T19:13:39.324Z] #150 ... [2023-12-26T19:13:39.324Z] [2023-12-26T19:13:39.324Z] #149 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-12-26T19:13:39.324Z] #149 DONE 1.6s [2023-12-26T19:13:39.324Z] [2023-12-26T19:13:39.324Z] #151 [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 [2023-12-26T19:13:39.324Z] #151 DONE 1.3s [2023-12-26T19:13:39.603Z] [2023-12-26T19:13:39.603Z] #152 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-12-26T19:13:39.603Z] #152 ... [2023-12-26T19:13:39.603Z] [2023-12-26T19:13:39.603Z] #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-12-26T19:13:39.603Z] #144 DONE 2.4s [2023-12-26T19:13:39.862Z] [2023-12-26T19:13:39.862Z] #150 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-12-26T19:13:39.862Z] #150 DONE 1.1s [2023-12-26T19:13:39.862Z] [2023-12-26T19:13:39.862Z] #153 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:40.427Z] #153 ... [2023-12-26T19:13:40.427Z] [2023-12-26T19:13:40.427Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-12-26T19:13:40.427Z] #130 DONE 77.7s [2023-12-26T19:13:40.427Z] [2023-12-26T19:13:40.427Z] #154 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:40.997Z] #154 ... [2023-12-26T19:13:40.997Z] [2023-12-26T19:13:40.997Z] #155 [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 [2023-12-26T19:13:40.997Z] #155 DONE 1.4s [2023-12-26T19:13:40.997Z] [2023-12-26T19:13:40.997Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-12-26T19:13:42.387Z] #46 ... [2023-12-26T19:13:42.387Z] [2023-12-26T19:13:42.387Z] #156 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:44.362Z] #156 ... [2023-12-26T19:13:44.362Z] [2023-12-26T19:13:44.362Z] #157 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:44.362Z] #157 CACHED [2023-12-26T19:13:44.362Z] [2023-12-26T19:13:44.362Z] #158 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:44.362Z] #158 CACHED [2023-12-26T19:13:44.362Z] [2023-12-26T19:13:44.362Z] #153 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:44.362Z] #153 DONE 4.3s [2023-12-26T19:13:44.362Z] [2023-12-26T19:13:44.362Z] #159 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-12-26T19:13:44.637Z] #159 ... [2023-12-26T19:13:44.637Z] [2023-12-26T19:13:44.637Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-12-26T19:13:44.637Z] #133 DONE 82.1s [2023-12-26T19:13:44.898Z] [2023-12-26T19:13:44.898Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:44.898Z] #160 ... [2023-12-26T19:13:44.898Z] [2023-12-26T19:13:44.898Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-12-26T19:13:44.898Z] #140 DONE 82.3s [2023-12-26T19:13:44.898Z] [2023-12-26T19:13:44.898Z] #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-12-26T19:13:44.898Z] #139 DONE 82.4s [2023-12-26T19:13:44.898Z] [2023-12-26T19:13:44.898Z] #161 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:44.898Z] #161 CACHED [2023-12-26T19:13:44.898Z] [2023-12-26T19:13:44.898Z] #162 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:44.898Z] #162 CACHED [2023-12-26T19:13:44.898Z] [2023-12-26T19:13:44.898Z] #154 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:44.898Z] #154 DONE 4.9s [2023-12-26T19:13:45.157Z] [2023-12-26T19:13:45.157Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-12-26T19:13:45.157Z] #136 DONE 82.5s [2023-12-26T19:13:45.157Z] [2023-12-26T19:13:45.157Z] #163 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:45.157Z] #163 CACHED [2023-12-26T19:13:45.157Z] [2023-12-26T19:13:45.157Z] #164 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:45.157Z] #164 CACHED [2023-12-26T19:13:45.157Z] [2023-12-26T19:13:45.157Z] #165 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-12-26T19:13:45.157Z] #165 ... [2023-12-26T19:13:45.157Z] [2023-12-26T19:13:45.157Z] #152 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-12-26T19:13:45.157Z] #152 DONE 5.6s [2023-12-26T19:13:45.157Z] [2023-12-26T19:13:45.157Z] #159 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-12-26T19:13:45.157Z] #159 DONE 1.2s [2023-12-26T19:13:45.417Z] [2023-12-26T19:13:45.417Z] #166 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:45.676Z] #166 ... [2023-12-26T19:13:45.676Z] [2023-12-26T19:13:45.676Z] #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:13:45.676Z] #134 DONE 83.2s [2023-12-26T19:13:45.937Z] [2023-12-26T19:13:45.937Z] #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-12-26T19:13:46.197Z] #167 ... [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:46.197Z] #160 DONE 1.5s [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #168 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-12-26T19:13:46.197Z] #168 DONE 1.2s [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:46.197Z] #169 DONE 1.2s [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #156 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:46.197Z] #156 DONE 3.8s [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-12-26T19:13:46.197Z] #132 DONE 83.7s [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #170 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-12-26T19:13:46.197Z] #170 DONE 1.3s [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #165 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-12-26T19:13:46.197Z] #165 DONE 1.2s [2023-12-26T19:13:46.197Z] [2023-12-26T19:13:46.197Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:46.457Z] #171 ... [2023-12-26T19:13:46.457Z] [2023-12-26T19:13:46.457Z] #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:46.457Z] #172 DONE 1.2s [2023-12-26T19:13:46.457Z] [2023-12-26T19:13:46.457Z] #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-12-26T19:13:46.457Z] #167 DONE 1.2s [2023-12-26T19:13:46.457Z] [2023-12-26T19:13:46.457Z] #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:46.457Z] #173 CACHED [2023-12-26T19:13:46.457Z] [2023-12-26T19:13:46.457Z] #174 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:46.457Z] #174 CACHED [2023-12-26T19:13:46.457Z] [2023-12-26T19:13:46.457Z] #166 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:46.457Z] #166 DONE 1.2s [2023-12-26T19:13:46.457Z] [2023-12-26T19:13:46.457Z] #100 [core-command] exporting to image [2023-12-26T19:13:46.457Z] #100 exporting layers [2023-12-26T19:13:46.716Z] #100 ... [2023-12-26T19:13:46.716Z] [2023-12-26T19:13:46.716Z] #175 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:13:46.716Z] #175 DONE 0.7s [2023-12-26T19:13:46.975Z] [2023-12-26T19:13:46.975Z] #176 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:46.975Z] #176 ... [2023-12-26T19:13:46.975Z] [2023-12-26T19:13:46.975Z] #177 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:46.975Z] #177 DONE 0.9s [2023-12-26T19:13:46.975Z] [2023-12-26T19:13:46.975Z] #178 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-12-26T19:13:46.975Z] #178 DONE 1.0s [2023-12-26T19:13:46.975Z] [2023-12-26T19:13:46.975Z] #179 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:46.975Z] #179 DONE 1.0s [2023-12-26T19:13:46.975Z] [2023-12-26T19:13:46.975Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:46.975Z] #171 DONE 0.8s [2023-12-26T19:13:46.975Z] [2023-12-26T19:13:46.975Z] #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:46.975Z] #180 DONE 0.8s [2023-12-26T19:13:46.975Z] [2023-12-26T19:13:46.975Z] #181 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-12-26T19:13:46.975Z] #181 DONE 1.0s [2023-12-26T19:13:47.235Z] [2023-12-26T19:13:47.235Z] #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-12-26T19:13:47.235Z] #182 DONE 0.9s [2023-12-26T19:13:47.235Z] [2023-12-26T19:13:47.235Z] #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-12-26T19:13:47.235Z] #183 DONE 0.8s [2023-12-26T19:13:47.235Z] [2023-12-26T19:13:47.235Z] #100 [core-command] exporting to image [2023-12-26T19:13:47.235Z] #100 exporting layers 0.7s done [2023-12-26T19:13:47.235Z] #100 writing image sha256:a5bb0dda644f8b1549dd628838ec62277f396b0a7cd3a6b10bfdec08edb9e911 done [2023-12-26T19:13:47.235Z] #100 naming to docker.io/library/core-command done [2023-12-26T19:13:47.235Z] #100 DONE 1.5s [2023-12-26T19:13:47.235Z] [2023-12-26T19:13:47.235Z] #184 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:47.494Z] #184 ... [2023-12-26T19:13:47.494Z] [2023-12-26T19:13:47.494Z] #176 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:13:47.494Z] #176 DONE 0.8s [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:13:47.753Z] #185 DONE 1.4s [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-12-26T19:13:47.753Z] #186 ... [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #187 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-12-26T19:13:47.753Z] #187 DONE 0.7s [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #188 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-12-26T19:13:47.753Z] #188 DONE 0.7s [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #189 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-12-26T19:13:47.753Z] #189 DONE 0.7s [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #190 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-12-26T19:13:47.753Z] #190 DONE 0.7s [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #191 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-12-26T19:13:47.753Z] #191 DONE 0.6s [2023-12-26T19:13:47.753Z] [2023-12-26T19:13:47.753Z] #192 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-12-26T19:13:47.753Z] #192 DONE 0.7s [2023-12-26T19:13:48.013Z] [2023-12-26T19:13:48.013Z] #184 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:48.013Z] #184 DONE 0.7s [2023-12-26T19:13:48.013Z] [2023-12-26T19:13:48.013Z] #100 [support-scheduler] exporting to image [2023-12-26T19:13:48.013Z] #100 ... [2023-12-26T19:13:48.013Z] [2023-12-26T19:13:48.013Z] #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-12-26T19:13:48.013Z] #186 DONE 0.6s [2023-12-26T19:13:48.013Z] [2023-12-26T19:13:48.013Z] #193 [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/ [2023-12-26T19:13:48.013Z] #193 DONE 0.4s [2023-12-26T19:13:48.013Z] [2023-12-26T19:13:48.013Z] #100 [support-scheduler] exporting to image [2023-12-26T19:13:48.013Z] #100 exporting layers 0.3s done [2023-12-26T19:13:48.013Z] #100 writing image sha256:5e78ef722ac2514605609748858673f4995cd9fc37cbc5d511259cde331e9d7d [2023-12-26T19:13:48.272Z] #100 ... [2023-12-26T19:13:48.272Z] [2023-12-26T19:13:48.272Z] #194 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:48.272Z] #194 DONE 0.5s [2023-12-26T19:13:48.272Z] [2023-12-26T19:13:48.272Z] #195 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-12-26T19:13:48.272Z] #195 DONE 0.5s [2023-12-26T19:13:48.272Z] [2023-12-26T19:13:48.272Z] #100 [core-metadata] exporting to image [2023-12-26T19:13:48.272Z] #100 writing image sha256:5e78ef722ac2514605609748858673f4995cd9fc37cbc5d511259cde331e9d7d 0.1s done [2023-12-26T19:13:48.272Z] #100 naming to docker.io/library/core-common-config-bootstrapper done [2023-12-26T19:13:48.272Z] #100 writing image sha256:ceedcadb7a0e9c9c3651442a00f6ebda26dded3ec9ead4187a1742d07c057693 done [2023-12-26T19:13:48.272Z] #100 naming to docker.io/library/core-metadata done [2023-12-26T19:13:48.272Z] #100 ... [2023-12-26T19:13:48.272Z] [2023-12-26T19:13:48.272Z] #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:48.272Z] #196 DONE 0.5s [2023-12-26T19:13:48.272Z] [2023-12-26T19:13:48.272Z] #197 [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/ [2023-12-26T19:13:48.272Z] #197 DONE 0.1s [2023-12-26T19:13:48.272Z] [2023-12-26T19:13:48.272Z] #100 [core-data] exporting to image [2023-12-26T19:13:48.530Z] #100 ... [2023-12-26T19:13:48.530Z] [2023-12-26T19:13:48.530Z] #198 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:13:48.530Z] #198 DONE 1.2s [2023-12-26T19:13:48.530Z] [2023-12-26T19:13:48.530Z] #199 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:13:48.530Z] #199 DONE 0.4s [2023-12-26T19:13:48.530Z] [2023-12-26T19:13:48.530Z] #100 [support-notifications] exporting to image [2023-12-26T19:13:48.530Z] #100 writing image sha256:e5c4daa3c054b42552793c87c76572a1c2df7b04b70eaac40aa2e824f246a5fa [2023-12-26T19:13:48.530Z] #100 ... [2023-12-26T19:13:48.530Z] [2023-12-26T19:13:48.530Z] #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-12-26T19:13:48.530Z] #200 DONE 0.2s [2023-12-26T19:13:48.530Z] [2023-12-26T19:13:48.530Z] #201 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-12-26T19:13:48.530Z] #201 DONE 0.1s [2023-12-26T19:13:48.530Z] [2023-12-26T19:13:48.530Z] #100 [support-scheduler] exporting to image [2023-12-26T19:13:48.530Z] #100 exporting layers 0.2s done [2023-12-26T19:13:48.530Z] #100 writing image sha256:e5c4daa3c054b42552793c87c76572a1c2df7b04b70eaac40aa2e824f246a5fa 0.1s done [2023-12-26T19:13:48.530Z] #100 writing image sha256:54bda4d87794f89e0c347a79ac5a1f3fc111fd9a92bf2e81c943b2397cda5a1f [2023-12-26T19:13:48.530Z] #100 naming to docker.io/library/support-scheduler done [2023-12-26T19:13:48.828Z] #100 ... [2023-12-26T19:13:48.828Z] [2023-12-26T19:13:48.828Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:13:48.828Z] #202 DONE 0.8s [2023-12-26T19:13:48.828Z] [2023-12-26T19:13:48.828Z] #100 [security-spiffe-token-provider] exporting to image [2023-12-26T19:13:48.828Z] #100 exporting layers 0.5s done [2023-12-26T19:13:48.828Z] #100 writing image sha256:54bda4d87794f89e0c347a79ac5a1f3fc111fd9a92bf2e81c943b2397cda5a1f 0.1s done [2023-12-26T19:13:48.828Z] #100 naming to docker.io/library/core-data done [2023-12-26T19:13:48.828Z] #100 writing image sha256:200530568b24789e85bb9e5564ae1d18e0a666508fac1e232369041c8b262bef 0.0s done [2023-12-26T19:13:48.828Z] #100 naming to docker.io/library/security-spiffe-token-provider done [2023-12-26T19:13:48.828Z] #100 exporting layers 0.4s done [2023-12-26T19:13:48.828Z] #100 writing image sha256:3ee4e4989531f2a78389daadeefb6a0de207d5bbe20181f8e36a2769e0585620 0.0s done [2023-12-26T19:13:48.828Z] #100 naming to docker.io/library/support-notifications done [2023-12-26T19:13:48.828Z] #100 writing image sha256:d4fc2d38c1180573f6c8e249e499438b87b4ad538f77640f426214be3b082408 done [2023-12-26T19:13:48.828Z] #100 naming to docker.io/library/security-proxy-auth done [2023-12-26T19:13:48.828Z] #100 writing image sha256:63fabd59a38b90f9cfed0c3a254ebe1c3dc0bfa6ec0befa5fd20a4f12f5d437b [2023-12-26T19:13:49.088Z] #100 writing image sha256:63fabd59a38b90f9cfed0c3a254ebe1c3dc0bfa6ec0befa5fd20a4f12f5d437b done [2023-12-26T19:13:49.088Z] #100 naming to docker.io/library/security-proxy-setup done [2023-12-26T19:13:49.088Z] #100 DONE 2.7s [2023-12-26T19:13:49.088Z] [2023-12-26T19:13:49.088Z] #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2023-12-26T19:13:49.088Z] #203 DONE 0.5s [2023-12-26T19:13:49.088Z] [2023-12-26T19:13:49.088Z] #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:13:49.088Z] #204 DONE 0.8s [2023-12-26T19:13:49.088Z] [2023-12-26T19:13:49.088Z] #100 [security-secretstore-setup] exporting to image [2023-12-26T19:13:49.347Z] #100 exporting layers 0.3s done [2023-12-26T19:13:49.347Z] #100 writing image sha256:e6ea55672007f7723ca75d87171747c01c2959099de15cfda5d914b5aeb0bc42 done [2023-12-26T19:13:49.347Z] #100 naming to docker.io/library/security-secretstore-setup done [2023-12-26T19:13:49.347Z] #100 writing image sha256:8433145c2292edac20a6e78228beebe2f3a353557b550142506743c886159bd2 [2023-12-26T19:13:49.347Z] #100 writing image sha256:8433145c2292edac20a6e78228beebe2f3a353557b550142506743c886159bd2 done [2023-12-26T19:13:49.347Z] #100 naming to docker.io/library/security-bootstrapper done [2023-12-26T19:13:49.347Z] #100 DONE 3.1s [2023-12-26T19:13:49.347Z] [2023-12-26T19:13:49.347Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:13:49.347Z] time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-12-26T19:13:49.384Z] $ docker stop --time=1 80db8f0455f08a635f3dce0440479c20ce55fadea3e36a8764a3ff077c7b2829 [2023-12-26T19:13:51.193Z] $ docker rm -f --volumes 80db8f0455f08a635f3dce0440479c20ce55fadea3e36a8764a3ff077c7b2829 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-26T19:13:51.686Z] + docker images [2023-12-26T19:13:51.687Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-12-26T19:13:51.687Z] security-proxy-setup latest 63fabd59a38b 3 seconds ago 25.8MB [2023-12-26T19:13:51.687Z] security-bootstrapper latest 8433145c2292 3 seconds ago 18.5MB [2023-12-26T19:13:51.687Z] security-secretstore-setup latest e6ea55672007 3 seconds ago 36.2MB [2023-12-26T19:13:51.687Z] security-proxy-auth latest d4fc2d38c118 3 seconds ago 15.8MB [2023-12-26T19:13:51.687Z] support-notifications latest 3ee4e4989531 3 seconds ago 26.5MB [2023-12-26T19:13:51.687Z] core-data latest 54bda4d87794 3 seconds ago 17.1MB [2023-12-26T19:13:51.687Z] support-scheduler latest e5c4daa3c054 4 seconds ago 26MB [2023-12-26T19:13:51.687Z] core-common-config-bootstrapper latest 5e78ef722ac2 4 seconds ago 14.9MB [2023-12-26T19:13:51.687Z] security-spiffe-token-provider latest 200530568b24 4 seconds ago 28.5MB [2023-12-26T19:13:51.687Z] core-metadata latest ceedcadb7a0e 4 seconds ago 17.4MB [2023-12-26T19:13:51.687Z] core-command latest a5bb0dda644f 5 seconds ago 17MB [2023-12-26T19:13:51.687Z] security-spire-agent latest d8d2ead3ac7b 2 minutes ago 161MB [2023-12-26T19:13:51.687Z] security-spire-server latest 6ceb5917f5a7 2 minutes ago 102MB [2023-12-26T19:13:51.687Z] security-spire-config latest b9fb97e69eee 2 minutes ago 102MB [2023-12-26T19:13:51.687Z] ci-base-image-x86_64 latest af3fe5c3c3a3 4 minutes ago 937MB [2023-12-26T19:13:51.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 6 weeks ago 564MB [2023-12-26T19:13:51.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 6 months ago 334MB [2023-12-26T19:13:51.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 17 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-12-26T19:14:31.125Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-12-26T19:14:36.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-12-26T19:14:36.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-12-26T19:14:37.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.193s coverage: 28.7% of statements [2023-12-26T19:14:45.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.258s coverage: 97.0% of statements [2023-12-26T19:14:49.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-12-26T19:14:49.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-12-26T19:14:49.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-12-26T19:14:53.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.341s coverage: 69.2% of statements [2023-12-26T19:14:53.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-12-26T19:14:53.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-12-26T19:14:55.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.294s coverage: 53.2% of statements [2023-12-26T19:14:59.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-12-26T19:14:59.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-12-26T19:14:59.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:14:59.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-12-26T19:14:59.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-12-26T19:15:06.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-12-26T19:15:06.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-12-26T19:15:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.700s coverage: 93.4% of statements [2023-12-26T19:15:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.394s coverage: 4.1% of statements [2023-12-26T19:15:18.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-12-26T19:15:18.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-12-26T19:15:18.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:15:19.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-12-26T19:15:19.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-12-26T19:15:19.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-12-26T19:15:19.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-12-26T19:15:19.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-12-26T19:15:19.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-12-26T19:15:19.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-12-26T19:15:20.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.530s coverage: 97.6% of statements [2023-12-26T19:15:20.954Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.194s coverage: 72.2% of statements [2023-12-26T19:15:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-12-26T19:15:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-12-26T19:15:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.385s coverage: 0.9% of statements [2023-12-26T19:15:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.275s coverage: 32.2% of statements [2023-12-26T19:15:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.252s coverage: 41.7% of statements [2023-12-26T19:15:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.213s coverage: 82.9% of statements [2023-12-26T19:15:30.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.206s coverage: 94.1% of statements [2023-12-26T19:15:31.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.219s coverage: 96.3% of statements [2023-12-26T19:15:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.203s coverage: 87.5% of statements [2023-12-26T19:15:34.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-12-26T19:15:34.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-12-26T19:15:34.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-12-26T19:15:34.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-12-26T19:15:35.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-12-26T19:15:35.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-12-26T19:15:35.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-12-26T19:15:35.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-12-26T19:15:40.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-12-26T19:15:40.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-12-26T19:15:40.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-12-26T19:15:40.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-12-26T19:15:41.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-12-26T19:15:41.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-12-26T19:15:43.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-12-26T19:15:45.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.194s coverage: 94.4% of statements [2023-12-26T19:15:46.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-12-26T19:15:47.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-12-26T19:15:52.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-12-26T19:15:52.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-12-26T19:15:54.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-12-26T19:15:54.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-12-26T19:15:54.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-12-26T19:15:58.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.959s coverage: 79.9% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.257s coverage: 92.9% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.075s coverage: 64.4% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.204s coverage: 62.3% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.213s coverage: 87.2% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.179s coverage: 20.0% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.173s coverage: 100.0% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.397s coverage: 81.8% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.349s coverage: 82.1% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.204s coverage: 86.0% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.834s coverage: 63.1% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.214s coverage: 100.0% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.101s coverage: 89.4% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.074s coverage: 100.0% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.074s coverage: 73.7% of statements [2023-12-26T19:15:58.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.075s coverage: 100.0% of statements [2023-12-26T19:16:00.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-12-26T19:16:00.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-12-26T19:16:00.369Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-12-26T19:16:00.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-12-26T19:16:00.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-12-26T19:16:00.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-12-26T19:16:00.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-12-26T19:16:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.796s coverage: 38.4% of statements [2023-12-26T19:16:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.219s coverage: 89.5% of statements [2023-12-26T19:16:02.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.197s coverage: 84.8% of statements [2023-12-26T19:16:05.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-12-26T19:16:05.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-12-26T19:16:05.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-12-26T19:16:05.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-12-26T19:16:09.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-12-26T19:16:09.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:16:09.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-12-26T19:16:09.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-12-26T19:16:09.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-12-26T19:16:09.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-12-26T19:16:13.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.293s coverage: 19.9% of statements [2023-12-26T19:16:13.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.584s coverage: 95.7% of statements [2023-12-26T19:16:13.549Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.233s coverage: 61.8% of statements [2023-12-26T19:16:16.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-12-26T19:16:16.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-12-26T19:16:17.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.363s coverage: 98.9% of statements [2023-12-26T19:16:18.033Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-12-26T19:16:18.300Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-12-26T19:16:18.300Z] go vet ./... [2023-12-26T19:17:39.912Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-12-26T19:17:39.912Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-12-26T19:17:39.912Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-12-26T19:17:39.954Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2023-12-26T19:17:40.431Z] + ls -al . [2023-12-26T19:17:40.431Z] total 732 [2023-12-26T19:17:40.431Z] drwxrwxr-x 10 1001 1001 4096 Dec 26 19:12 . [2023-12-26T19:17:40.431Z] drwxr-xr-x 4 root root 4096 Dec 26 19:12 .. [2023-12-26T19:17:40.431Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 19:11 .blubracket [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 10 Dec 26 19:11 .dockerignore [2023-12-26T19:17:40.431Z] drwxrwxr-x 8 1001 1001 4096 Dec 26 19:11 .git [2023-12-26T19:17:40.431Z] drwxrwxr-x 3 1001 1001 4096 Dec 26 19:11 .github [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 1074 Dec 26 19:11 .gitignore [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 42 Dec 26 19:11 .golangci.yml [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 100 Dec 26 19:11 .hadolint.yml [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 155 Dec 26 19:11 .sonarcloud.properties [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 1171 Dec 26 19:11 ADOPTERS.md [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 11674 Dec 26 19:11 Attribution.txt [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 100284 Dec 26 19:11 CHANGELOG.md [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 3804 Dec 26 19:11 CONTRIBUTING.md [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 677 Dec 26 19:11 GOVERNANCE.md [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 861 Dec 26 19:11 Jenkinsfile [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 10775 Dec 26 19:11 LICENSE [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 15060 Dec 26 19:11 Makefile [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 582 Dec 26 19:11 OWNERS.md [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 9528 Dec 26 19:11 README.md [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 789 Dec 26 19:11 SECURITY.md [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 5 Dec 26 19:08 VERSION [2023-12-26T19:17:40.431Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 19:11 bin [2023-12-26T19:17:40.431Z] drwxrwxr-x 18 1001 1001 4096 Dec 26 19:11 cmd [2023-12-26T19:17:40.431Z] -rw-r--r-- 1 root root 453602 Dec 26 19:16 coverage.out [2023-12-26T19:17:40.431Z] drwxrwxr-x 2 1001 1001 4096 Dec 26 19:11 fuzz_test [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 3685 Dec 26 19:11 go.mod [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 34037 Dec 26 19:11 go.sum [2023-12-26T19:17:40.431Z] drwxrwxr-x 7 1001 1001 4096 Dec 26 19:11 internal [2023-12-26T19:17:40.431Z] drwxrwxr-x 3 1001 1001 4096 Dec 26 19:11 openapi [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 584 Dec 26 19:11 security.txt [2023-12-26T19:17:40.431Z] -rw-rw-r-- 1 1001 1001 204 Dec 26 19:11 version.go [Pipeline] sh [2023-12-26T19:17:40.773Z] + '[' -e coverage.out ] [2023-12-26T19:17:40.773Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-12-26T19:17:40.806Z] Warning: overwriting stash ‘coverage-report’ [2023-12-26T19:17:41.626Z] Stashed 1 file(s) [Pipeline] sh [2023-12-26T19:17:41.988Z] + make build [2023-12-26T19:17:41.989Z] 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 [2023-12-26T19:18:38.375Z] 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 [2023-12-26T19:18:38.375Z] 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 [2023-12-26T19:18:39.773Z] 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 [2023-12-26T19:18:41.712Z] 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 [2023-12-26T19:19:08.375Z] 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 [2023-12-26T19:19:10.315Z] 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 [2023-12-26T19:19:15.645Z] 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 [2023-12-26T19:19:18.221Z] 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 [2023-12-26T19:19:20.796Z] 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 [2023-12-26T19:19:23.367Z] 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 [2023-12-26T19:19:26.697Z] 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] } [2023-12-26T19:19:30.049Z] $ docker stop --time=1 803eb753d06fd64a8eabb651f6bce8260e230623365ac24753ebc7a3b2017bfc [2023-12-26T19:19:32.088Z] $ docker rm -f --volumes 803eb753d06fd64a8eabb651f6bce8260e230623365ac24753ebc7a3b2017bfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:19:35.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-12-26T19:19:35.227Z] [2023-12-26T19:19:35.227Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:19:35.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-12-26T19:19:35.938Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-12-26T19:19:35.938Z] 547446be3368: Pulling fs layer [2023-12-26T19:19:35.938Z] d125d8839a47: Pulling fs layer [2023-12-26T19:19:35.938Z] 3e85d5ac6304: Pulling fs layer [2023-12-26T19:19:35.938Z] c3105a71a48b: Pulling fs layer [2023-12-26T19:19:35.938Z] 0f093f025ec4: Pulling fs layer [2023-12-26T19:19:35.938Z] c3106fc0e877: Pulling fs layer [2023-12-26T19:19:35.938Z] c3105a71a48b: Waiting [2023-12-26T19:19:35.938Z] 0f093f025ec4: Waiting [2023-12-26T19:19:35.938Z] c3106fc0e877: Waiting [2023-12-26T19:19:35.938Z] 547446be3368: Verifying Checksum [2023-12-26T19:19:35.938Z] 547446be3368: Download complete [2023-12-26T19:19:36.206Z] c3105a71a48b: Verifying Checksum [2023-12-26T19:19:36.206Z] c3105a71a48b: Download complete [2023-12-26T19:19:36.206Z] d125d8839a47: Verifying Checksum [2023-12-26T19:19:36.206Z] d125d8839a47: Download complete [2023-12-26T19:19:36.472Z] c3106fc0e877: Download complete [2023-12-26T19:19:36.472Z] 0f093f025ec4: Verifying Checksum [2023-12-26T19:19:36.472Z] 0f093f025ec4: Download complete [2023-12-26T19:19:37.876Z] 547446be3368: Pull complete [2023-12-26T19:19:38.141Z] 3e85d5ac6304: Verifying Checksum [2023-12-26T19:19:38.142Z] 3e85d5ac6304: Download complete [2023-12-26T19:19:38.725Z] d125d8839a47: Pull complete [2023-12-26T19:19:53.692Z] 3e85d5ac6304: Pull complete [2023-12-26T19:19:53.692Z] c3105a71a48b: Pull complete [2023-12-26T19:19:53.692Z] 0f093f025ec4: Pull complete [2023-12-26T19:19:53.692Z] c3106fc0e877: Pull complete [2023-12-26T19:19:53.692Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-12-26T19:19:53.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-12-26T19:19:53.692Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:19:54.133Z] prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container [2023-12-26T19:19:54.191Z] $ 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 [2023-12-26T19:19:55.956Z] $ docker top 5aa23153910dcaec3bc268cff4947aba24eda6a3b35f9b94cc401e692f8f33f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-26T19:19:56.536Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-12-26T19:19:58.477Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2023-12-26T19:19:58.477Z] #1 transferring dockerfile: [2023-12-26T19:19:58.477Z] #1 transferring dockerfile: 2.50kB 0.0s done [2023-12-26T19:19:58.477Z] #1 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #2 [security-proxy-setup internal] load .dockerignore [2023-12-26T19:19:58.477Z] #2 transferring context: 50B 0.0s done [2023-12-26T19:19:58.477Z] #2 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:58.477Z] #3 DONE 0.0s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #4 [security-spire-config internal] load .dockerignore [2023-12-26T19:19:58.477Z] #4 transferring context: 50B done [2023-12-26T19:19:58.477Z] #4 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #5 [security-spire-config internal] load build definition from Dockerfile [2023-12-26T19:19:58.477Z] #5 transferring dockerfile: 1.69kB 0.0s done [2023-12-26T19:19:58.477Z] #5 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #6 [core-data internal] load build definition from Dockerfile [2023-12-26T19:19:58.477Z] #6 transferring dockerfile: 2.01kB done [2023-12-26T19:19:58.477Z] #6 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #7 [core-data internal] load .dockerignore [2023-12-26T19:19:58.477Z] #7 transferring context: 50B 0.0s done [2023-12-26T19:19:58.477Z] #7 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #3 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:58.477Z] #3 DONE 0.0s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #8 [security-bootstrapper internal] load .dockerignore [2023-12-26T19:19:58.477Z] #8 transferring context: 50B done [2023-12-26T19:19:58.477Z] #8 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2023-12-26T19:19:58.477Z] #9 transferring dockerfile: 2.15kB done [2023-12-26T19:19:58.477Z] #9 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #10 [security-proxy-auth internal] load .dockerignore [2023-12-26T19:19:58.477Z] #10 transferring context: 50B done [2023-12-26T19:19:58.477Z] #10 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:58.477Z] #3 DONE 0.0s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2023-12-26T19:19:58.477Z] #11 transferring dockerfile: 2.93kB 0.0s done [2023-12-26T19:19:58.477Z] #11 DONE 0.1s [2023-12-26T19:19:58.477Z] [2023-12-26T19:19:58.477Z] #12 [security-spire-agent internal] load .dockerignore [2023-12-26T19:19:58.744Z] #12 transferring context: 50B done [2023-12-26T19:19:58.744Z] #12 DONE 0.1s [2023-12-26T19:19:58.744Z] [2023-12-26T19:19:58.744Z] #3 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:58.744Z] #3 DONE 0.0s [2023-12-26T19:19:58.744Z] [2023-12-26T19:19:58.744Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2023-12-26T19:19:58.744Z] #13 transferring dockerfile: 1.81kB done [2023-12-26T19:19:58.744Z] #13 DONE 0.1s [2023-12-26T19:19:58.744Z] [2023-12-26T19:19:58.744Z] #14 [core-common-config-bootstrapper internal] load .dockerignore [2023-12-26T19:19:58.744Z] #14 transferring context: 50B 0.0s done [2023-12-26T19:19:58.744Z] #14 DONE 0.1s [2023-12-26T19:19:58.744Z] [2023-12-26T19:19:58.744Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-12-26T19:19:58.744Z] #15 transferring dockerfile: 2.23kB done [2023-12-26T19:19:58.744Z] #15 DONE 0.1s [2023-12-26T19:19:58.744Z] [2023-12-26T19:19:58.744Z] #16 [core-command internal] load .dockerignore [2023-12-26T19:19:59.011Z] #16 transferring context: 50B done [2023-12-26T19:19:59.011Z] #16 DONE 0.1s [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #17 [core-command internal] load build definition from Dockerfile [2023-12-26T19:19:59.011Z] #17 transferring dockerfile: 1.93kB done [2023-12-26T19:19:59.011Z] #17 DONE 0.1s [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #3 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:59.011Z] #3 DONE 0.0s [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #18 [support-scheduler internal] load build definition from Dockerfile [2023-12-26T19:19:59.011Z] #18 transferring dockerfile: 1.93kB done [2023-12-26T19:19:59.011Z] #18 DONE 0.1s [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #19 [security-secretstore-setup internal] load build definition from Dockerfile [2023-12-26T19:19:59.011Z] #19 ... [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #20 [support-scheduler internal] load .dockerignore [2023-12-26T19:19:59.011Z] #20 transferring context: 50B 0.0s done [2023-12-26T19:19:59.011Z] #20 DONE 0.2s [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:59.011Z] #3 DONE 0.0s [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #21 [core-metadata internal] load build definition from Dockerfile [2023-12-26T19:19:59.011Z] #21 transferring dockerfile: 2.06kB 0.0s done [2023-12-26T19:19:59.011Z] #21 DONE 0.2s [2023-12-26T19:19:59.011Z] [2023-12-26T19:19:59.011Z] #22 [core-metadata internal] load .dockerignore [2023-12-26T19:19:59.011Z] #22 transferring context: 50B 0.0s done [2023-12-26T19:19:59.011Z] #22 DONE 0.2s [2023-12-26T19:19:59.277Z] [2023-12-26T19:19:59.277Z] #3 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:59.277Z] #3 DONE 0.0s [2023-12-26T19:19:59.277Z] [2023-12-26T19:19:59.277Z] #23 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:19:59.277Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:19:59.277Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done [2023-12-26T19:19:59.543Z] #23 ... [2023-12-26T19:19:59.543Z] [2023-12-26T19:19:59.543Z] #19 [security-secretstore-setup internal] load build definition from Dockerfile [2023-12-26T19:19:59.543Z] #19 transferring dockerfile: 2.49kB done [2023-12-26T19:19:59.543Z] #19 DONE 0.5s [2023-12-26T19:19:59.543Z] [2023-12-26T19:19:59.543Z] #24 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2023-12-26T19:19:59.543Z] #24 DONE 1.0s [2023-12-26T19:19:59.543Z] [2023-12-26T19:19:59.543Z] #25 [security-secretstore-setup internal] load .dockerignore [2023-12-26T19:19:59.543Z] #25 transferring context: 50B done [2023-12-26T19:19:59.543Z] #25 DONE 0.6s [2023-12-26T19:19:59.543Z] [2023-12-26T19:19:59.543Z] #23 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:19:59.543Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done [2023-12-26T19:19:59.543Z] #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:19:59.543Z] #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-26T19:19:59.543Z] #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-26T19:19:59.543Z] #23 ... [2023-12-26T19:19:59.543Z] [2023-12-26T19:19:59.543Z] #3 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:59.543Z] #3 DONE 0.0s [2023-12-26T19:19:59.543Z] [2023-12-26T19:19:59.543Z] #26 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-12-26T19:19:59.543Z] #26 DONE 1.3s [2023-12-26T19:19:59.543Z] [2023-12-26T19:19:59.543Z] #23 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:19:59.543Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0B / 3.33MB 0.1s [2023-12-26T19:19:59.810Z] #23 ... [2023-12-26T19:19:59.810Z] [2023-12-26T19:19:59.810Z] #27 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-12-26T19:19:59.810Z] #27 transferring dockerfile: 1.89kB 0.0s done [2023-12-26T19:19:59.810Z] #27 DONE 0.6s [2023-12-26T19:19:59.810Z] [2023-12-26T19:19:59.810Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2023-12-26T19:19:59.810Z] #28 transferring context: 50B 0.1s done [2023-12-26T19:19:59.810Z] #28 DONE 0.6s [2023-12-26T19:19:59.810Z] [2023-12-26T19:19:59.810Z] #23 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:19:59.810Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done [2023-12-26T19:19:59.810Z] #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:19:59.810Z] #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-26T19:19:59.810Z] #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-26T19:19:59.810Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 917.50kB / 3.33MB 0.2s [2023-12-26T19:19:59.810Z] #23 ... [2023-12-26T19:19:59.810Z] [2023-12-26T19:19:59.810Z] #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:19:59.810Z] #3 DONE 0.0s [2023-12-26T19:19:59.810Z] [2023-12-26T19:19:59.810Z] #23 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:19:59.810Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.3s [2023-12-26T19:20:00.081Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s [2023-12-26T19:20:00.081Z] #23 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 [2023-12-26T19:20:00.081Z] #23 ... [2023-12-26T19:20:00.081Z] [2023-12-26T19:20:00.081Z] #24 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2023-12-26T19:20:00.081Z] #24 DONE 1.5s [2023-12-26T19:20:00.081Z] [2023-12-26T19:20:00.081Z] #29 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-12-26T19:20:00.081Z] #29 DONE 1.4s [2023-12-26T19:20:00.081Z] [2023-12-26T19:20:00.081Z] #23 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:00.081Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done [2023-12-26T19:20:00.081Z] #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:20:00.081Z] #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-26T19:20:00.081Z] #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-26T19:20:00.081Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done [2023-12-26T19:20:00.352Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done [2023-12-26T19:20:00.352Z] #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:20:00.352Z] #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-26T19:20:00.352Z] #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-26T19:20:00.352Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done [2023-12-26T19:20:00.352Z] #23 ... [2023-12-26T19:20:00.352Z] [2023-12-26T19:20:00.352Z] #30 [security-spire-config internal] load build context [2023-12-26T19:20:00.352Z] #30 transferring context: 16.35kB 0.1s done [2023-12-26T19:20:00.352Z] #30 DONE 0.7s [2023-12-26T19:20:00.618Z] [2023-12-26T19:20:00.618Z] #31 [support-notifications internal] load .dockerignore [2023-12-26T19:20:00.618Z] #31 transferring context: 50B 0.1s done [2023-12-26T19:20:00.618Z] #31 DONE 1.2s [2023-12-26T19:20:00.618Z] [2023-12-26T19:20:00.618Z] #32 [support-scheduler builder 2/7] WORKDIR /edgex-go [2023-12-26T19:20:00.887Z] #32 ... [2023-12-26T19:20:00.887Z] [2023-12-26T19:20:00.887Z] #33 [support-notifications internal] load build definition from Dockerfile [2023-12-26T19:20:00.887Z] #33 transferring dockerfile: 1.95kB 0.1s done [2023-12-26T19:20:00.887Z] #33 DONE 1.7s [2023-12-26T19:20:00.887Z] [2023-12-26T19:20:00.887Z] #34 [security-spire-server internal] load .dockerignore [2023-12-26T19:20:00.887Z] #34 transferring context: 50B 0.0s done [2023-12-26T19:20:00.887Z] #34 DONE 1.7s [2023-12-26T19:20:00.887Z] [2023-12-26T19:20:00.887Z] #35 [security-spire-server internal] load build definition from Dockerfile [2023-12-26T19:20:00.887Z] #35 transferring dockerfile: 1.70kB 0.1s done [2023-12-26T19:20:00.887Z] #35 DONE 1.7s [2023-12-26T19:20:00.887Z] [2023-12-26T19:20:00.887Z] #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:01.153Z] #23 ... [2023-12-26T19:20:01.153Z] [2023-12-26T19:20:01.153Z] #3 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-26T19:20:01.153Z] #3 DONE 0.0s [2023-12-26T19:20:01.153Z] [2023-12-26T19:20:01.153Z] #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:01.422Z] #23 ... [2023-12-26T19:20:01.422Z] [2023-12-26T19:20:01.422Z] #36 [security-spire-agent internal] load build context [2023-12-26T19:20:01.422Z] #36 transferring context: 17.63kB 0.1s done [2023-12-26T19:20:01.422Z] #36 DONE 1.1s [2023-12-26T19:20:01.422Z] [2023-12-26T19:20:01.422Z] #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:01.691Z] #23 ... [2023-12-26T19:20:01.691Z] [2023-12-26T19:20:01.691Z] #32 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-12-26T19:20:01.691Z] #32 DONE 1.5s [2023-12-26T19:20:01.691Z] [2023-12-26T19:20:01.691Z] #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:01.964Z] #23 ... [2023-12-26T19:20:01.964Z] [2023-12-26T19:20:01.964Z] #32 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-12-26T19:20:01.964Z] #32 DONE 1.5s [2023-12-26T19:20:01.964Z] [2023-12-26T19:20:01.964Z] #24 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2023-12-26T19:20:01.964Z] #24 DONE 2.3s [2023-12-26T19:20:01.964Z] [2023-12-26T19:20:01.964Z] #23 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:01.964Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done [2023-12-26T19:20:01.964Z] #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:20:01.964Z] #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-26T19:20:01.964Z] #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-26T19:20:01.964Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done [2023-12-26T19:20:02.242Z] #23 ... [2023-12-26T19:20:02.242Z] [2023-12-26T19:20:02.242Z] #26 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-12-26T19:20:02.242Z] #26 DONE 2.3s [2023-12-26T19:20:02.242Z] [2023-12-26T19:20:02.242Z] #23 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:02.242Z] #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done [2023-12-26T19:20:02.242Z] #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-26T19:20:02.242Z] #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-26T19:20:02.242Z] #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-26T19:20:02.242Z] #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done [2023-12-26T19:20:02.242Z] #23 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.2s done [2023-12-26T19:20:02.830Z] #23 ... [2023-12-26T19:20:02.830Z] [2023-12-26T19:20:02.830Z] #37 [security-spire-server internal] load build context [2023-12-26T19:20:02.830Z] #37 transferring context: 18.10kB 0.3s done [2023-12-26T19:20:02.830Z] #37 DONE 0.5s [2023-12-26T19:20:03.103Z] [2023-12-26T19:20:03.103Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-12-26T19:20:03.103Z] #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.5s done [2023-12-26T19:20:03.103Z] #38 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-12-26T19:20:03.103Z] #38 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-12-26T19:20:03.103Z] #38 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-12-26T19:20:03.103Z] #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2023-12-26T19:20:03.103Z] #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done [2023-12-26T19:20:03.103Z] #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s done [2023-12-26T19:20:03.103Z] #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-12-26T19:20:03.103Z] #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2023-12-26T19:20:03.103Z] #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.6s done [2023-12-26T19:20:03.103Z] #38 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2023-12-26T19:20:03.103Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2023-12-26T19:20:08.446Z] #38 ... [2023-12-26T19:20:08.446Z] [2023-12-26T19:20:08.446Z] #23 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-26T19:20:08.446Z] #23 DONE 9.5s [2023-12-26T19:20:08.446Z] [2023-12-26T19:20:08.446Z] #39 [core-command internal] load build context [2023-12-26T19:20:08.446Z] #39 transferring context: 69.39MB 8.9s [2023-12-26T19:20:08.446Z] #39 ... [2023-12-26T19:20:08.446Z] [2023-12-26T19:20:08.446Z] #40 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2023-12-26T19:20:08.714Z] #40 ... [2023-12-26T19:20:08.714Z] [2023-12-26T19:20:08.714Z] #41 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-12-26T19:20:08.714Z] #0 2.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:08.714Z] #0 2.604 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:08.714Z] #0 3.758 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:20:08.714Z] #0 3.758 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:20:08.714Z] #0 3.758 OK: 19948 distinct packages available [2023-12-26T19:20:08.714Z] #0 3.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:08.714Z] #0 4.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:08.714Z] #0 5.605 OK: 266 MiB in 52 packages [2023-12-26T19:20:08.714Z] #41 DONE 7.1s [2023-12-26T19:20:08.982Z] [2023-12-26T19:20:08.982Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-12-26T19:20:08.982Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.8s [2023-12-26T19:20:08.982Z] #38 ... [2023-12-26T19:20:08.982Z] [2023-12-26T19:20:08.982Z] #42 [security-proxy-setup internal] load build context [2023-12-26T19:20:09.247Z] #42 ... [2023-12-26T19:20:09.247Z] [2023-12-26T19:20:09.247Z] #43 [core-common-config-bootstrapper internal] load build context [2023-12-26T19:20:09.247Z] #43 ... [2023-12-26T19:20:09.247Z] [2023-12-26T19:20:09.247Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:20:09.512Z] #44 ... [2023-12-26T19:20:09.512Z] [2023-12-26T19:20:09.512Z] #45 [security-proxy-auth internal] load build context [2023-12-26T19:20:09.512Z] #45 ... [2023-12-26T19:20:09.512Z] [2023-12-26T19:20:09.512Z] #46 [security-bootstrapper internal] load build context [2023-12-26T19:20:09.512Z] #46 ... [2023-12-26T19:20:09.512Z] [2023-12-26T19:20:09.512Z] #47 [support-scheduler internal] load build context [2023-12-26T19:20:09.778Z] #47 ... [2023-12-26T19:20:09.778Z] [2023-12-26T19:20:09.778Z] #48 [core-data internal] load build context [2023-12-26T19:20:09.778Z] #48 ... [2023-12-26T19:20:09.778Z] [2023-12-26T19:20:09.778Z] #49 [core-metadata internal] load build context [2023-12-26T19:20:10.044Z] #49 ... [2023-12-26T19:20:10.044Z] [2023-12-26T19:20:10.044Z] #50 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-12-26T19:20:10.044Z] #0 5.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:10.044Z] #0 6.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:10.044Z] #0 7.488 OK: 266 MiB in 52 packages [2023-12-26T19:20:10.044Z] #50 DONE 8.5s [2023-12-26T19:20:10.044Z] [2023-12-26T19:20:10.044Z] #49 [core-metadata internal] load build context [2023-12-26T19:20:10.044Z] #49 ... [2023-12-26T19:20:10.044Z] [2023-12-26T19:20:10.044Z] #48 [core-data internal] load build context [2023-12-26T19:20:10.044Z] #48 ... [2023-12-26T19:20:10.044Z] [2023-12-26T19:20:10.044Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-12-26T19:20:10.044Z] #0 5.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:10.044Z] #0 6.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:10.044Z] #0 7.619 OK: 266 MiB in 52 packages [2023-12-26T19:20:10.044Z] #51 DONE 8.1s [2023-12-26T19:20:10.044Z] [2023-12-26T19:20:10.044Z] #52 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-12-26T19:20:10.044Z] #0 5.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:10.044Z] #0 6.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:10.044Z] #0 7.561 OK: 266 MiB in 52 packages [2023-12-26T19:20:10.044Z] #52 DONE 8.5s [2023-12-26T19:20:10.044Z] [2023-12-26T19:20:10.044Z] #48 [core-data internal] load build context [2023-12-26T19:20:10.044Z] #48 ... [2023-12-26T19:20:10.044Z] [2023-12-26T19:20:10.044Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-12-26T19:20:10.044Z] #53 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done [2023-12-26T19:20:10.044Z] #53 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-12-26T19:20:10.044Z] #53 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-12-26T19:20:10.044Z] #53 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done [2023-12-26T19:20:10.044Z] #53 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2023-12-26T19:20:10.044Z] #53 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-12-26T19:20:10.044Z] #53 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-12-26T19:20:10.044Z] #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.5s done [2023-12-26T19:20:10.044Z] #53 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 1.4s done [2023-12-26T19:20:10.044Z] #53 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2023-12-26T19:20:10.044Z] #53 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.6s [2023-12-26T19:20:10.310Z] #53 ... [2023-12-26T19:20:10.310Z] [2023-12-26T19:20:10.310Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:10.310Z] #54 ... [2023-12-26T19:20:10.310Z] [2023-12-26T19:20:10.310Z] #55 [security-spiffe-token-provider internal] load build context [2023-12-26T19:20:10.578Z] #55 ... [2023-12-26T19:20:10.578Z] [2023-12-26T19:20:10.578Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:11.992Z] #54 ... [2023-12-26T19:20:11.992Z] [2023-12-26T19:20:11.992Z] #56 [support-notifications internal] load build context [2023-12-26T19:20:12.260Z] #56 ... [2023-12-26T19:20:12.260Z] [2023-12-26T19:20:12.260Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:13.668Z] #54 transferring context: 95.25MB 13.0s [2023-12-26T19:20:13.669Z] #54 ... [2023-12-26T19:20:13.669Z] [2023-12-26T19:20:13.669Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-12-26T19:20:13.669Z] #53 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.8s done [2023-12-26T19:20:13.669Z] #53 DONE 13.5s [2023-12-26T19:20:13.669Z] [2023-12-26T19:20:13.669Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:15.077Z] #54 ... [2023-12-26T19:20:15.077Z] [2023-12-26T19:20:15.077Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2023-12-26T19:20:15.077Z] #0 3.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:15.077Z] #0 3.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:15.077Z] #0 4.994 (1/2) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:15.077Z] #0 4.994 (2/2) Installing su-exec (0.2-r3) [2023-12-26T19:20:15.077Z] #0 4.994 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:15.077Z] #0 5.058 OK: 8 MiB in 17 packages [2023-12-26T19:20:15.077Z] #57 DONE 6.3s [2023-12-26T19:20:15.077Z] [2023-12-26T19:20:15.077Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:16.041Z] #54 ... [2023-12-26T19:20:16.041Z] [2023-12-26T19:20:16.041Z] #40 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2023-12-26T19:20:16.041Z] #40 4.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:16.041Z] #40 5.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:16.041Z] #40 6.652 (1/1) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:16.041Z] #40 6.670 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:16.041Z] #40 6.768 OK: 8 MiB in 16 packages [2023-12-26T19:20:16.041Z] #40 DONE 7.7s [2023-12-26T19:20:16.041Z] [2023-12-26T19:20:16.041Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:16.309Z] #54 ... [2023-12-26T19:20:16.309Z] [2023-12-26T19:20:16.309Z] #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-12-26T19:20:16.309Z] #0 3.184 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:16.309Z] #0 3.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:16.309Z] #0 5.245 (1/4) Installing ca-certificates (20230506-r0) [2023-12-26T19:20:16.309Z] #0 5.512 (2/4) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:16.309Z] #0 5.512 (3/4) Installing su-exec (0.2-r3) [2023-12-26T19:20:16.309Z] #0 5.533 (4/4) Installing yq (4.33.3-r5) [2023-12-26T19:20:16.309Z] #0 6.111 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:16.309Z] #0 6.167 Executing ca-certificates-20230506-r0.trigger [2023-12-26T19:20:16.309Z] #0 6.821 OK: 18 MiB in 19 packages [2023-12-26T19:20:16.309Z] #58 DONE 7.7s [2023-12-26T19:20:16.309Z] [2023-12-26T19:20:16.309Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:16.309Z] #54 ... [2023-12-26T19:20:16.309Z] [2023-12-26T19:20:16.309Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-12-26T19:20:16.309Z] #0 4.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:16.309Z] #0 5.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:16.309Z] #0 7.173 (1/1) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:16.309Z] #0 7.295 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:16.309Z] #0 7.295 OK: 8 MiB in 16 packages [2023-12-26T19:20:16.309Z] #59 DONE 8.0s [2023-12-26T19:20:16.576Z] [2023-12-26T19:20:16.576Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:18.524Z] #54 ... [2023-12-26T19:20:18.524Z] [2023-12-26T19:20:18.524Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-12-26T19:20:18.524Z] #0 7.691 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.524Z] #0 8.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.524Z] #60 10.18 (1/4) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:18.524Z] #60 ... [2023-12-26T19:20:18.524Z] [2023-12-26T19:20:18.524Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-26T19:20:18.524Z] #0 7.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.524Z] #0 8.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.524Z] #0 10.09 (1/2) Installing ca-certificates (20230506-r0) [2023-12-26T19:20:18.792Z] #61 10.23 (2/2) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:18.792Z] #61 10.23 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:18.792Z] #61 10.35 Executing ca-certificates-20230506-r0.trigger [2023-12-26T19:20:18.792Z] #61 ... [2023-12-26T19:20:18.792Z] [2023-12-26T19:20:18.792Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-12-26T19:20:18.792Z] #0 6.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.792Z] #0 7.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.792Z] #0 8.741 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:20:18.792Z] #0 8.741 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:20:18.792Z] #0 8.741 OK: 19946 distinct packages available [2023-12-26T19:20:18.792Z] #0 9.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.792Z] #0 9.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.792Z] #62 ... [2023-12-26T19:20:18.792Z] [2023-12-26T19:20:18.792Z] #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-12-26T19:20:18.792Z] #0 6.682 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.792Z] #0 7.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.792Z] #0 9.595 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:20:18.792Z] #0 9.595 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:20:18.792Z] #0 9.595 OK: 19946 distinct packages available [2023-12-26T19:20:18.792Z] #0 9.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:18.792Z] #0 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:19.060Z] #63 ... [2023-12-26T19:20:19.060Z] [2023-12-26T19:20:19.060Z] #39 [core-command internal] load build context [2023-12-26T19:20:19.060Z] #39 transferring context: 112.10MB 19.5s [2023-12-26T19:20:19.060Z] #39 ... [2023-12-26T19:20:19.060Z] [2023-12-26T19:20:19.060Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-12-26T19:20:19.060Z] #0 5.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:19.060Z] #0 5.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:19.060Z] #0 7.944 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-12-26T19:20:19.060Z] #0 7.944 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-12-26T19:20:19.060Z] #0 7.944 OK: 19946 distinct packages available [2023-12-26T19:20:19.060Z] #0 8.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:19.060Z] #0 9.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:19.332Z] #64 ... [2023-12-26T19:20:19.332Z] [2023-12-26T19:20:19.332Z] #39 [core-command internal] load build context [2023-12-26T19:20:19.332Z] #39 ... [2023-12-26T19:20:19.332Z] [2023-12-26T19:20:19.332Z] #42 [security-proxy-setup internal] load build context [2023-12-26T19:20:19.629Z] #42 ... [2023-12-26T19:20:19.629Z] [2023-12-26T19:20:19.629Z] #43 [core-common-config-bootstrapper internal] load build context [2023-12-26T19:20:19.629Z] #43 ... [2023-12-26T19:20:19.629Z] [2023-12-26T19:20:19.629Z] #45 [security-proxy-auth internal] load build context [2023-12-26T19:20:19.629Z] #45 ... [2023-12-26T19:20:19.629Z] [2023-12-26T19:20:19.629Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-12-26T19:20:19.629Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.6s [2023-12-26T19:20:19.897Z] #38 ... [2023-12-26T19:20:19.897Z] [2023-12-26T19:20:19.897Z] #46 [security-bootstrapper internal] load build context [2023-12-26T19:20:19.897Z] #46 ... [2023-12-26T19:20:19.897Z] [2023-12-26T19:20:19.897Z] #47 [support-scheduler internal] load build context [2023-12-26T19:20:19.897Z] #47 ... [2023-12-26T19:20:19.897Z] [2023-12-26T19:20:19.897Z] #45 [security-proxy-auth internal] load build context [2023-12-26T19:20:20.167Z] #45 ... [2023-12-26T19:20:20.167Z] [2023-12-26T19:20:20.167Z] #49 [core-metadata internal] load build context [2023-12-26T19:20:20.167Z] #49 ... [2023-12-26T19:20:20.167Z] [2023-12-26T19:20:20.167Z] #48 [core-data internal] load build context [2023-12-26T19:20:20.434Z] #48 ... [2023-12-26T19:20:20.434Z] [2023-12-26T19:20:20.434Z] #49 [core-metadata internal] load build context [2023-12-26T19:20:20.434Z] #49 ... [2023-12-26T19:20:20.434Z] [2023-12-26T19:20:20.434Z] #55 [security-spiffe-token-provider internal] load build context [2023-12-26T19:20:20.701Z] #55 ... [2023-12-26T19:20:20.701Z] [2023-12-26T19:20:20.701Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-12-26T19:20:20.701Z] #62 12.03 (1/11) Installing ca-certificates (20230506-r0) [2023-12-26T19:20:20.701Z] #62 12.10 (2/11) Installing brotli-libs (1.0.9-r14) [2023-12-26T19:20:20.701Z] #62 12.14 (3/11) Installing libunistring (1.1-r1) [2023-12-26T19:20:20.701Z] #62 12.18 (4/11) Installing libidn2 (2.3.4-r1) [2023-12-26T19:20:20.701Z] #62 12.20 (5/11) Installing nghttp2-libs (1.57.0-r0) [2023-12-26T19:20:20.701Z] #62 12.21 (6/11) Installing libcurl (8.5.0-r0) [2023-12-26T19:20:20.701Z] #62 12.24 (7/11) Installing curl (8.5.0-r0) [2023-12-26T19:20:20.701Z] #62 12.26 (8/11) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:20.701Z] #62 12.27 (9/11) Installing musl-obstack (1.2.3-r2) [2023-12-26T19:20:20.701Z] #62 12.28 (10/11) Installing libucontext (1.2-r2) [2023-12-26T19:20:20.701Z] #62 12.31 (11/11) Installing gcompat (1.1.0-r1) [2023-12-26T19:20:20.701Z] #62 12.31 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:20.701Z] #62 12.36 Executing ca-certificates-20230506-r0.trigger [2023-12-26T19:20:21.289Z] #62 12.74 OK: 13 MiB in 26 packages [2023-12-26T19:20:22.265Z] #62 ... [2023-12-26T19:20:22.265Z] [2023-12-26T19:20:22.265Z] #56 [support-notifications internal] load build context [2023-12-26T19:20:22.265Z] #56 ... [2023-12-26T19:20:22.265Z] [2023-12-26T19:20:22.265Z] #45 [security-proxy-auth internal] load build context [2023-12-26T19:20:23.237Z] #45 ... [2023-12-26T19:20:23.237Z] [2023-12-26T19:20:23.237Z] #54 [security-secretstore-setup internal] load build context [2023-12-26T19:20:23.237Z] #54 transferring context: 132.21MB 20.9s done [2023-12-26T19:20:23.237Z] #54 DONE 23.0s [2023-12-26T19:20:23.237Z] [2023-12-26T19:20:23.237Z] #45 [security-proxy-auth internal] load build context [2023-12-26T19:20:23.504Z] #45 ... [2023-12-26T19:20:23.505Z] [2023-12-26T19:20:23.505Z] #49 [core-metadata internal] load build context [2023-12-26T19:20:23.505Z] #49 transferring context: 132.21MB 21.5s done [2023-12-26T19:20:23.505Z] #49 DONE 24.0s [2023-12-26T19:20:23.505Z] [2023-12-26T19:20:23.505Z] #42 [security-proxy-setup internal] load build context [2023-12-26T19:20:23.505Z] #42 transferring context: 132.21MB 20.4s done [2023-12-26T19:20:23.505Z] #42 DONE 24.5s [2023-12-26T19:20:23.505Z] [2023-12-26T19:20:23.505Z] #45 [security-proxy-auth internal] load build context [2023-12-26T19:20:23.773Z] #45 ... [2023-12-26T19:20:23.773Z] [2023-12-26T19:20:23.773Z] #56 [support-notifications internal] load build context [2023-12-26T19:20:23.773Z] #56 transferring context: 132.21MB 20.4s done [2023-12-26T19:20:23.773Z] #56 DONE 21.8s [2023-12-26T19:20:23.773Z] [2023-12-26T19:20:23.773Z] #39 [core-command internal] load build context [2023-12-26T19:20:23.773Z] #39 transferring context: 132.21MB 22.8s done [2023-12-26T19:20:23.773Z] #39 DONE 24.5s [2023-12-26T19:20:23.773Z] [2023-12-26T19:20:23.773Z] #43 [core-common-config-bootstrapper internal] load build context [2023-12-26T19:20:23.773Z] #43 transferring context: 132.21MB 23.3s done [2023-12-26T19:20:23.773Z] #43 DONE 24.6s [2023-12-26T19:20:23.773Z] [2023-12-26T19:20:23.773Z] #55 [security-spiffe-token-provider internal] load build context [2023-12-26T19:20:23.773Z] #55 transferring context: 132.21MB 22.3s done [2023-12-26T19:20:23.773Z] #55 DONE 23.6s [2023-12-26T19:20:23.773Z] [2023-12-26T19:20:23.773Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-12-26T19:20:23.773Z] #60 10.20 (2/4) Installing openssl (3.1.4-r1) [2023-12-26T19:20:23.773Z] #60 10.26 (3/4) Installing su-exec (0.2-r3) [2023-12-26T19:20:23.773Z] #60 10.26 (4/4) Installing yq (4.33.3-r5) [2023-12-26T19:20:23.773Z] #60 10.65 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:23.774Z] #60 10.72 OK: 18 MiB in 19 packages [2023-12-26T19:20:23.774Z] #60 DONE 15.4s [2023-12-26T19:20:23.774Z] [2023-12-26T19:20:23.774Z] #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:23.774Z] #65 ... [2023-12-26T19:20:23.774Z] [2023-12-26T19:20:24.041Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-12-26T19:20:24.041Z] #62 DONE 15.5s [2023-12-26T19:20:24.041Z] [2023-12-26T19:20:24.041Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2023-12-26T19:20:24.041Z] #0 4.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:24.041Z] #0 5.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:24.041Z] #0 6.694 OK: 8 MiB in 17 packages [2023-12-26T19:20:24.041Z] #66 DONE 9.1s [2023-12-26T19:20:24.041Z] [2023-12-26T19:20:24.041Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-12-26T19:20:24.041Z] #64 10.83 (1/4) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:24.041Z] #64 10.85 (2/4) Installing musl-obstack (1.2.3-r2) [2023-12-26T19:20:24.041Z] #64 10.86 (3/4) Installing libucontext (1.2-r2) [2023-12-26T19:20:24.041Z] #64 10.88 (4/4) Installing gcompat (1.1.0-r1) [2023-12-26T19:20:24.041Z] #64 10.89 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:24.041Z] #64 11.05 OK: 8 MiB in 19 packages [2023-12-26T19:20:24.041Z] #64 DONE 15.5s [2023-12-26T19:20:24.041Z] [2023-12-26T19:20:24.041Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2023-12-26T19:20:24.041Z] #61 11.00 OK: 9 MiB in 17 packages [2023-12-26T19:20:24.041Z] #61 DONE 15.6s [2023-12-26T19:20:24.041Z] [2023-12-26T19:20:24.041Z] #47 [support-scheduler internal] load build context [2023-12-26T19:20:24.041Z] #47 transferring context: 132.21MB 23.0s done [2023-12-26T19:20:24.041Z] #47 DONE 24.5s [2023-12-26T19:20:24.041Z] [2023-12-26T19:20:24.041Z] #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-12-26T19:20:24.041Z] #63 12.63 (1/5) Installing dumb-init (1.2.5-r2) [2023-12-26T19:20:24.041Z] #63 12.63 (2/5) Installing musl-obstack (1.2.3-r2) [2023-12-26T19:20:24.041Z] #63 12.63 (3/5) Installing libucontext (1.2-r2) [2023-12-26T19:20:24.041Z] #63 12.66 (4/5) Installing gcompat (1.1.0-r1) [2023-12-26T19:20:24.041Z] #63 12.67 (5/5) Installing openssl (3.1.4-r1) [2023-12-26T19:20:24.041Z] #63 12.71 Executing busybox-1.36.1-r5.trigger [2023-12-26T19:20:24.041Z] #63 12.74 OK: 9 MiB in 20 packages [2023-12-26T19:20:24.041Z] #63 DONE 15.8s [2023-12-26T19:20:24.041Z] [2023-12-26T19:20:24.041Z] #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:20:24.309Z] #67 ... [2023-12-26T19:20:24.309Z] [2023-12-26T19:20:24.309Z] #46 [security-bootstrapper internal] load build context [2023-12-26T19:20:24.309Z] #46 transferring context: 132.21MB 23.8s done [2023-12-26T19:20:24.309Z] #46 DONE 25.1s [2023-12-26T19:20:24.309Z] [2023-12-26T19:20:24.309Z] #48 [core-data internal] load build context [2023-12-26T19:20:25.280Z] #48 ... [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #45 [security-proxy-auth internal] load build context [2023-12-26T19:20:25.280Z] #45 transferring context: 132.21MB 24.7s done [2023-12-26T19:20:25.280Z] #45 DONE 25.9s [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #48 [core-data internal] load build context [2023-12-26T19:20:25.280Z] #48 ... [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #68 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:25.280Z] #68 DONE 1.7s [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2023-12-26T19:20:25.280Z] #0 6.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:25.280Z] #0 6.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:25.280Z] #0 8.086 OK: 18 MiB in 19 packages [2023-12-26T19:20:25.280Z] #69 DONE 8.9s [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:25.280Z] #65 DONE 1.5s [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #70 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2023-12-26T19:20:25.280Z] #0 6.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:25.280Z] #0 7.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:25.280Z] #0 8.312 OK: 8 MiB in 16 packages [2023-12-26T19:20:25.280Z] #70 DONE 9.2s [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:20:25.280Z] #0 6.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:25.280Z] #0 6.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:25.280Z] #0 8.187 OK: 8 MiB in 16 packages [2023-12-26T19:20:25.280Z] #71 DONE 8.9s [2023-12-26T19:20:25.280Z] [2023-12-26T19:20:25.280Z] #48 [core-data internal] load build context [2023-12-26T19:20:25.548Z] #48 ... [2023-12-26T19:20:25.548Z] [2023-12-26T19:20:25.548Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:25.548Z] #72 DONE 1.5s [2023-12-26T19:20:25.548Z] [2023-12-26T19:20:25.548Z] #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:25.548Z] #73 DONE 1.4s [2023-12-26T19:20:25.548Z] [2023-12-26T19:20:25.548Z] #48 [core-data internal] load build context [2023-12-26T19:20:25.824Z] #48 ... [2023-12-26T19:20:25.824Z] [2023-12-26T19:20:25.824Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-12-26T19:20:25.824Z] #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.0s done [2023-12-26T19:20:25.824Z] #38 DONE 26.2s [2023-12-26T19:20:25.824Z] [2023-12-26T19:20:25.824Z] #48 [core-data internal] load build context [2023-12-26T19:20:27.777Z] #48 transferring context: 132.21MB 28.2s done [2023-12-26T19:20:27.777Z] #48 DONE 28.5s [2023-12-26T19:20:27.777Z] [2023-12-26T19:20:27.777Z] #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2023-12-26T19:20:28.052Z] #74 3.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:28.334Z] #74 ... [2023-12-26T19:20:28.334Z] [2023-12-26T19:20:28.334Z] #75 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-12-26T19:20:28.334Z] #75 DONE 4.3s [2023-12-26T19:20:28.334Z] [2023-12-26T19:20:28.334Z] #76 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2023-12-26T19:20:28.334Z] #76 DONE 0.1s [2023-12-26T19:20:28.334Z] [2023-12-26T19:20:28.334Z] #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2023-12-26T19:20:28.334Z] #74 4.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:29.759Z] #74 ... [2023-12-26T19:20:29.759Z] [2023-12-26T19:20:29.759Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2023-12-26T19:20:29.759Z] #0 3.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:29.759Z] #0 3.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:29.759Z] #0 5.278 OK: 8 MiB in 19 packages [2023-12-26T19:20:29.759Z] #77 DONE 5.6s [2023-12-26T19:20:29.759Z] [2023-12-26T19:20:29.759Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2023-12-26T19:20:29.759Z] #0 3.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:29.759Z] #0 3.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:29.759Z] #0 5.375 OK: 18 MiB in 19 packages [2023-12-26T19:20:29.759Z] #78 DONE 5.7s [2023-12-26T19:20:29.759Z] [2023-12-26T19:20:29.759Z] #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2023-12-26T19:20:30.031Z] #79 DONE 0.3s [2023-12-26T19:20:30.031Z] [2023-12-26T19:20:30.031Z] #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:20:30.304Z] #80 ... [2023-12-26T19:20:30.304Z] [2023-12-26T19:20:30.304Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:20:30.304Z] #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:30.304Z] #0 4.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:30.304Z] #0 5.812 OK: 13 MiB in 26 packages [2023-12-26T19:20:30.304Z] #81 DONE 6.2s [2023-12-26T19:20:30.304Z] [2023-12-26T19:20:30.304Z] #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2023-12-26T19:20:30.304Z] #67 3.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:30.304Z] #67 4.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-26T19:20:30.304Z] #67 5.916 OK: 9 MiB in 17 packages [2023-12-26T19:20:30.304Z] #67 DONE 6.3s [2023-12-26T19:20:30.304Z] [2023-12-26T19:20:30.304Z] #74 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2023-12-26T19:20:30.304Z] #74 5.831 OK: 9 MiB in 20 packages [2023-12-26T19:20:30.571Z] #74 DONE 6.4s [2023-12-26T19:20:30.571Z] [2023-12-26T19:20:30.571Z] #82 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-12-26T19:20:31.153Z] #82 DONE 0.8s [2023-12-26T19:20:31.153Z] [2023-12-26T19:20:31.153Z] #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:20:31.153Z] #80 DONE 1.6s [2023-12-26T19:20:31.153Z] [2023-12-26T19:20:31.153Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:20:31.427Z] #83 ... [2023-12-26T19:20:31.427Z] [2023-12-26T19:20:31.427Z] #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:20:31.427Z] #84 DONE 0.9s [2023-12-26T19:20:31.427Z] [2023-12-26T19:20:31.427Z] #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2023-12-26T19:20:31.427Z] #85 DONE 0.1s [2023-12-26T19:20:31.427Z] [2023-12-26T19:20:31.427Z] #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2023-12-26T19:20:31.427Z] #86 DONE 0.2s [2023-12-26T19:20:31.427Z] [2023-12-26T19:20:31.427Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2023-12-26T19:20:31.427Z] #87 DONE 0.2s [2023-12-26T19:20:31.427Z] [2023-12-26T19:20:31.427Z] #88 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-12-26T19:20:31.699Z] #88 ... [2023-12-26T19:20:31.699Z] [2023-12-26T19:20:31.699Z] #89 [security-spire-server stage-2 6/9] COPY security.txt / [2023-12-26T19:20:31.699Z] #89 DONE 0.2s [2023-12-26T19:20:31.699Z] [2023-12-26T19:20:31.699Z] #88 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-12-26T19:20:31.699Z] #88 DONE 0.2s [2023-12-26T19:20:31.699Z] [2023-12-26T19:20:31.699Z] #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-12-26T19:20:31.967Z] #90 DONE 0.2s [2023-12-26T19:20:31.967Z] [2023-12-26T19:20:31.967Z] #91 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-12-26T19:20:31.967Z] #91 DONE 0.2s [2023-12-26T19:20:31.967Z] [2023-12-26T19:20:31.967Z] #92 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-12-26T19:20:31.967Z] #92 ... [2023-12-26T19:20:31.967Z] [2023-12-26T19:20:31.967Z] #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-12-26T19:20:31.967Z] #93 DONE 0.2s [2023-12-26T19:20:32.238Z] [2023-12-26T19:20:32.238Z] #92 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-12-26T19:20:32.238Z] #92 DONE 0.2s [2023-12-26T19:20:32.238Z] [2023-12-26T19:20:32.238Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-12-26T19:20:32.238Z] #83 DONE 1.0s [2023-12-26T19:20:32.238Z] [2023-12-26T19:20:32.239Z] #94 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2023-12-26T19:20:32.510Z] #94 DONE 0.2s [2023-12-26T19:20:32.510Z] [2023-12-26T19:20:32.510Z] #95 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-12-26T19:20:32.510Z] #95 DONE 0.2s [2023-12-26T19:20:32.510Z] [2023-12-26T19:20:32.510Z] #96 [security-spire-server] exporting to image [2023-12-26T19:20:32.510Z] #96 exporting layers [2023-12-26T19:20:32.510Z] #96 ... [2023-12-26T19:20:32.510Z] [2023-12-26T19:20:32.510Z] #97 [security-spire-agent stage-3 7/10] COPY security.txt / [2023-12-26T19:20:32.510Z] #97 DONE 0.1s [2023-12-26T19:20:32.510Z] [2023-12-26T19:20:32.510Z] #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-12-26T19:20:32.510Z] #98 DONE 0.1s [2023-12-26T19:20:32.775Z] [2023-12-26T19:20:32.775Z] #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-12-26T19:20:32.775Z] #99 DONE 0.1s [2023-12-26T19:20:32.775Z] [2023-12-26T19:20:32.775Z] #100 [security-spire-config] exporting to image [2023-12-26T19:20:32.775Z] #100 ... [2023-12-26T19:20:32.775Z] [2023-12-26T19:20:32.775Z] #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-12-26T19:20:32.775Z] #101 DONE 0.1s [2023-12-26T19:20:33.042Z] [2023-12-26T19:20:33.042Z] #102 [security-spire-agent] exporting to image [2023-12-26T19:20:33.627Z] #102 ... [2023-12-26T19:20:33.627Z] [2023-12-26T19:20:33.627Z] #100 [security-spire-config] exporting to image [2023-12-26T19:20:33.627Z] #100 exporting layers 1.5s done [2023-12-26T19:20:33.627Z] #100 writing image sha256:c9f2fcff234dab6c34d58b732a3f23faab2989ecf0321b9836e101a5a792d449 0.0s done [2023-12-26T19:20:33.627Z] #100 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-12-26T19:20:33.627Z] #100 DONE 1.5s [2023-12-26T19:20:33.627Z] [2023-12-26T19:20:33.627Z] #96 [security-spire-server] exporting to image [2023-12-26T19:20:33.627Z] #96 exporting layers 1.3s done [2023-12-26T19:20:33.627Z] #96 writing image sha256:73e47b2fe60ee548b402e5141fa959da287472c29d1f84c87279b3c8e95bda30 done [2023-12-26T19:20:33.627Z] #96 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-12-26T19:20:33.627Z] #96 DONE 1.4s [2023-12-26T19:20:33.627Z] [2023-12-26T19:20:33.627Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:34.209Z] #103 ... [2023-12-26T19:20:34.209Z] [2023-12-26T19:20:34.209Z] #102 [security-spire-agent] exporting to image [2023-12-26T19:20:34.209Z] #102 exporting layers 1.2s done [2023-12-26T19:20:34.209Z] #102 writing image sha256:f55061fc43c6cce4410070a3293148e8b5ff3d794c0e8bfeb393c10645b3c55f done [2023-12-26T19:20:34.209Z] #102 naming to docker.io/library/security-spire-agent-arm64 done [2023-12-26T19:20:34.209Z] #102 DONE 1.2s [2023-12-26T19:20:34.209Z] [2023-12-26T19:20:34.209Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:35.163Z] #104 ... [2023-12-26T19:20:35.163Z] [2023-12-26T19:20:35.163Z] #105 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:35.428Z] #105 ... [2023-12-26T19:20:35.428Z] [2023-12-26T19:20:35.428Z] #106 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:57.470Z] #106 DONE 31.8s [2023-12-26T19:20:57.470Z] [2023-12-26T19:20:57.470Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:57.470Z] #103 DONE 31.8s [2023-12-26T19:20:57.470Z] [2023-12-26T19:20:57.470Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:57.470Z] #104 DONE 31.8s [2023-12-26T19:20:57.470Z] [2023-12-26T19:20:57.470Z] #105 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:57.470Z] #105 DONE 32.0s [2023-12-26T19:20:57.470Z] [2023-12-26T19:20:57.470Z] #107 [security-secretstore-setup builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #107 DONE 2.1s [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #108 [security-spiffe-token-provider builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #108 DONE 2.1s [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #109 [support-notifications builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #109 DONE 2.1s [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #110 [core-metadata builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #110 DONE 2.1s [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #111 [support-scheduler builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #111 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #112 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:59.418Z] #112 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #113 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:59.418Z] #113 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #114 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:59.418Z] #114 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #115 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:59.418Z] #115 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #116 [core-command builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #116 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #117 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #117 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #118 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:59.418Z] #118 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #119 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:59.418Z] #119 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:59.418Z] #120 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #121 [security-proxy-auth builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #121 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #122 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:59.418Z] #122 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #123 [security-bootstrapper builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #123 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:59.418Z] #124 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:59.418Z] #125 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #126 [core-data builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #126 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:59.418Z] #127 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:59.418Z] #128 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-12-26T19:20:59.418Z] #129 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #130 [security-proxy-setup builder 6/7] COPY . . [2023-12-26T19:20:59.418Z] #130 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-26T19:20:59.418Z] #131 CACHED [2023-12-26T19:20:59.418Z] [2023-12-26T19:20:59.418Z] #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-12-26T19:21:02.768Z] #132 2.909 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 [2023-12-26T19:21:09.563Z] #132 ... [2023-12-26T19:21:09.563Z] [2023-12-26T19:21:09.563Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-12-26T19:21:09.563Z] #0 2.099 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 [2023-12-26T19:21:09.563Z] #133 ... [2023-12-26T19:21:09.563Z] [2023-12-26T19:21:09.563Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-12-26T19:21:09.563Z] #0 1.750 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 [2023-12-26T19:21:09.563Z] #134 ... [2023-12-26T19:21:09.563Z] [2023-12-26T19:21:09.563Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-12-26T19:21:09.563Z] #0 2.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-12-26T19:21:09.836Z] #135 ... [2023-12-26T19:21:09.836Z] [2023-12-26T19:21:09.836Z] #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-12-26T19:21:09.836Z] #0 2.235 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 [2023-12-26T19:21:09.836Z] #136 ... [2023-12-26T19:21:09.836Z] [2023-12-26T19:21:09.836Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-12-26T19:21:09.836Z] #0 2.248 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 [2023-12-26T19:21:10.106Z] #137 ... [2023-12-26T19:21:10.106Z] [2023-12-26T19:21:10.106Z] #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:21:10.106Z] #0 3.079 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 [2023-12-26T19:21:10.106Z] #138 ... [2023-12-26T19:21:10.106Z] [2023-12-26T19:21:10.106Z] #139 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-12-26T19:21:10.106Z] #0 2.504 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 [2023-12-26T19:21:10.379Z] #139 ... [2023-12-26T19:21:10.379Z] [2023-12-26T19:21:10.379Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-12-26T19:21:10.379Z] #0 2.430 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 [2023-12-26T19:21:10.379Z] #140 ... [2023-12-26T19:21:10.379Z] [2023-12-26T19:21:10.379Z] #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-12-26T19:21:10.379Z] #0 2.706 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 [2023-12-26T19:21:10.783Z] #141 ... [2023-12-26T19:21:10.783Z] [2023-12-26T19:21:10.783Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-12-26T19:21:10.783Z] #0 1.657 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 [2023-12-26T19:27:04.871Z] #142 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #139 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-12-26T19:27:04.871Z] #139 355.8 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 [2023-12-26T19:27:04.871Z] #139 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-12-26T19:27:04.871Z] #141 DONE 356.9s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-12-26T19:27:04.871Z] #132 DONE 357.0s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #143 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:04.871Z] #143 DONE 0.8s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #144 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-12-26T19:27:04.871Z] #144 DONE 1.0s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #145 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-12-26T19:27:04.871Z] #145 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #146 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:04.871Z] #146 DONE 0.3s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #147 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-12-26T19:27:04.871Z] #147 DONE 0.3s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #148 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-12-26T19:27:04.871Z] #148 DONE 0.4s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-12-26T19:27:04.871Z] #136 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #149 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-12-26T19:27:04.871Z] #149 DONE 0.5s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #150 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-12-26T19:27:04.871Z] #150 DONE 0.2s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-12-26T19:27:04.871Z] #135 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #151 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:04.871Z] #151 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #145 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2023-12-26T19:27:04.871Z] #145 DONE 1.9s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #152 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:04.871Z] #152 DONE 0.4s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-12-26T19:27:04.871Z] #134 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #153 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:04.871Z] #153 DONE 0.5s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #154 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-12-26T19:27:04.871Z] #154 DONE 0.5s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #155 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-12-26T19:27:04.871Z] #155 DONE 0.3s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #151 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:04.871Z] #151 DONE 1.9s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #156 [security-proxy-setup] exporting to image [2023-12-26T19:27:04.871Z] #156 exporting layers [2023-12-26T19:27:04.871Z] #156 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #157 [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/ [2023-12-26T19:27:04.871Z] #157 DONE 0.5s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #158 [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/ [2023-12-26T19:27:04.871Z] #158 DONE 0.3s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:27:04.871Z] #138 ... [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-12-26T19:27:04.871Z] #136 DONE 362.5s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #159 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-12-26T19:27:04.871Z] #159 DONE 0.4s [2023-12-26T19:27:04.871Z] [2023-12-26T19:27:04.871Z] #156 [security-proxy-setup] exporting to image [2023-12-26T19:27:04.871Z] #156 exporting layers 1.2s done [2023-12-26T19:27:04.872Z] #156 writing image sha256:5de985abe6e2bf7b9ad095532de4740ab3dc817044739d5eba0d6e073c24fbb1 done [2023-12-26T19:27:04.872Z] #156 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2023-12-26T19:27:04.872Z] #156 DONE 1.3s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #160 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:04.872Z] #160 DONE 0.4s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #161 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-12-26T19:27:04.872Z] #161 DONE 0.4s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2023-12-26T19:27:04.872Z] #162 ... [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #163 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:04.872Z] #163 DONE 0.3s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #164 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-12-26T19:27:04.872Z] #164 DONE 0.4s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #165 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:04.872Z] #165 DONE 0.3s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #166 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-12-26T19:27:04.872Z] #166 ... [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #139 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-12-26T19:27:04.872Z] #139 DONE 364.6s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-12-26T19:27:04.872Z] #133 ... [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #166 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-12-26T19:27:04.872Z] #166 DONE 0.6s [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #167 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:04.872Z] #167 ... [2023-12-26T19:27:04.872Z] [2023-12-26T19:27:04.872Z] #168 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:04.872Z] #168 DONE 0.5s [2023-12-26T19:27:05.140Z] [2023-12-26T19:27:05.140Z] #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2023-12-26T19:27:05.140Z] #162 DONE 2.3s [2023-12-26T19:27:05.140Z] [2023-12-26T19:27:05.140Z] #169 [security-bootstrapper] exporting to image [2023-12-26T19:27:05.407Z] #169 ... [2023-12-26T19:27:05.407Z] [2023-12-26T19:27:05.407Z] #170 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:05.407Z] #170 DONE 0.6s [2023-12-26T19:27:05.676Z] [2023-12-26T19:27:05.676Z] #171 [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 [2023-12-26T19:27:05.958Z] #171 DONE 0.5s [2023-12-26T19:27:05.958Z] [2023-12-26T19:27:05.958Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:06.224Z] #44 ... [2023-12-26T19:27:06.224Z] [2023-12-26T19:27:06.224Z] #172 [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 [2023-12-26T19:27:06.224Z] #172 ... [2023-12-26T19:27:06.224Z] [2023-12-26T19:27:06.224Z] #169 [security-bootstrapper] exporting to image [2023-12-26T19:27:06.224Z] #169 exporting layers 1.3s done [2023-12-26T19:27:06.224Z] #169 writing image sha256:255b438d04add39fcc42656bf20d90350947ab013d83cf985bb723ef20029639 done [2023-12-26T19:27:06.224Z] #169 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2023-12-26T19:27:06.224Z] #169 DONE 1.3s [2023-12-26T19:27:06.489Z] [2023-12-26T19:27:06.489Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-12-26T19:27:06.489Z] #135 ... [2023-12-26T19:27:06.489Z] [2023-12-26T19:27:06.489Z] #172 [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 [2023-12-26T19:27:06.489Z] #172 DONE 0.4s [2023-12-26T19:27:06.489Z] [2023-12-26T19:27:06.489Z] #167 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:06.489Z] #167 DONE 2.1s [2023-12-26T19:27:06.489Z] [2023-12-26T19:27:06.489Z] #173 [security-proxy-auth] exporting to image [2023-12-26T19:27:07.073Z] #173 ... [2023-12-26T19:27:07.073Z] [2023-12-26T19:27:07.073Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:07.073Z] #174 DONE 0.7s [2023-12-26T19:27:07.338Z] [2023-12-26T19:27:07.338Z] #173 [security-proxy-auth] exporting to image [2023-12-26T19:27:07.338Z] #173 exporting layers 0.7s done [2023-12-26T19:27:07.338Z] #173 writing image sha256:bbf9faae226aeed8ca5476e647077ac227a27f0b9e24ccc37f50e7687f0670e9 0.0s done [2023-12-26T19:27:07.338Z] #173 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2023-12-26T19:27:07.338Z] #173 DONE 0.8s [2023-12-26T19:27:07.338Z] [2023-12-26T19:27:07.338Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-12-26T19:27:07.338Z] #175 DONE 0.3s [2023-12-26T19:27:07.338Z] [2023-12-26T19:27:07.338Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-12-26T19:27:07.603Z] #176 DONE 0.3s [2023-12-26T19:27:07.603Z] [2023-12-26T19:27:07.603Z] #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:27:07.870Z] #138 ... [2023-12-26T19:27:07.871Z] [2023-12-26T19:27:07.871Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-12-26T19:27:08.137Z] #177 DONE 0.2s [2023-12-26T19:27:08.137Z] [2023-12-26T19:27:08.137Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:08.720Z] #178 ... [2023-12-26T19:27:08.720Z] [2023-12-26T19:27:08.720Z] #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-12-26T19:27:08.720Z] #135 DONE 369.5s [2023-12-26T19:27:08.985Z] [2023-12-26T19:27:08.985Z] #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:27:09.255Z] #138 ... [2023-12-26T19:27:09.255Z] [2023-12-26T19:27:09.255Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:09.519Z] #179 DONE 0.3s [2023-12-26T19:27:09.519Z] [2023-12-26T19:27:09.519Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-12-26T19:27:09.786Z] #133 ... [2023-12-26T19:27:09.786Z] [2023-12-26T19:27:09.786Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:09.786Z] #180 DONE 0.1s [2023-12-26T19:27:09.786Z] [2023-12-26T19:27:09.786Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:09.786Z] #178 DONE 1.9s [2023-12-26T19:27:09.786Z] [2023-12-26T19:27:09.786Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-12-26T19:27:10.052Z] #181 DONE 0.4s [2023-12-26T19:27:10.052Z] [2023-12-26T19:27:10.052Z] #182 [security-secretstore-setup] exporting to image [2023-12-26T19:27:10.632Z] #182 ... [2023-12-26T19:27:10.632Z] [2023-12-26T19:27:10.632Z] #183 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:10.632Z] #183 DONE 0.3s [2023-12-26T19:27:10.632Z] [2023-12-26T19:27:10.632Z] #184 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-12-26T19:27:10.632Z] #184 DONE 0.2s [2023-12-26T19:27:10.632Z] [2023-12-26T19:27:10.632Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:10.898Z] #44 ... [2023-12-26T19:27:10.898Z] [2023-12-26T19:27:10.898Z] #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:11.162Z] #185 ... [2023-12-26T19:27:11.162Z] [2023-12-26T19:27:11.162Z] #182 [security-secretstore-setup] exporting to image [2023-12-26T19:27:11.162Z] #182 exporting layers 1.3s done [2023-12-26T19:27:11.162Z] #182 writing image sha256:03afd9338e1f2964ad08f55f9dc5d70b27c6e0bc7393b49fbdbb1872b294c173 0.0s done [2023-12-26T19:27:11.162Z] #182 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2023-12-26T19:27:11.162Z] #182 DONE 1.4s [2023-12-26T19:27:11.428Z] [2023-12-26T19:27:11.428Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-12-26T19:27:15.670Z] #137 ... [2023-12-26T19:27:15.670Z] [2023-12-26T19:27:15.670Z] #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-12-26T19:27:15.670Z] #185 DONE 4.9s [2023-12-26T19:27:15.670Z] [2023-12-26T19:27:15.670Z] #186 [core-common-config-bootstrapper] exporting to image [2023-12-26T19:27:15.935Z] #186 exporting layers 0.4s done [2023-12-26T19:27:15.935Z] #186 writing image sha256:8c548f64a358a8f247fdc2b1c81c7f6b552bf1ce43effdc644068e1ecb372a0e [2023-12-26T19:27:16.208Z] #186 writing image sha256:8c548f64a358a8f247fdc2b1c81c7f6b552bf1ce43effdc644068e1ecb372a0e done [2023-12-26T19:27:16.208Z] #186 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2023-12-26T19:27:16.208Z] #186 DONE 0.4s [2023-12-26T19:27:16.208Z] [2023-12-26T19:27:16.208Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:31.162Z] #44 ... [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-12-26T19:27:31.162Z] #137 DONE 390.1s [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-12-26T19:27:31.162Z] #134 ... [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #187 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:31.162Z] #187 DONE 0.2s [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #188 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:31.162Z] #188 DONE 0.2s [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #189 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-12-26T19:27:31.162Z] #189 DONE 0.4s [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:31.162Z] #190 DONE 0.2s [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #191 [core-command] exporting to image [2023-12-26T19:27:31.162Z] #191 exporting layers [2023-12-26T19:27:31.162Z] #191 exporting layers 0.2s done [2023-12-26T19:27:31.162Z] #191 writing image sha256:90d7998ca9de6ee5362b610a78da696df74bac603e56ba7d7ca5eed7b2e6393a done [2023-12-26T19:27:31.162Z] #191 naming to docker.io/library/core-command-arm64 done [2023-12-26T19:27:31.162Z] #191 DONE 0.3s [2023-12-26T19:27:31.162Z] [2023-12-26T19:27:31.162Z] #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-12-26T19:27:31.427Z] #134 DONE 392.1s [2023-12-26T19:27:31.427Z] [2023-12-26T19:27:31.427Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-12-26T19:27:31.697Z] #140 ... [2023-12-26T19:27:31.697Z] [2023-12-26T19:27:31.697Z] #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:31.962Z] #192 DONE 0.2s [2023-12-26T19:27:31.962Z] [2023-12-26T19:27:31.962Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-12-26T19:27:31.962Z] #142 ... [2023-12-26T19:27:31.962Z] [2023-12-26T19:27:31.962Z] #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:31.962Z] #193 DONE 0.1s [2023-12-26T19:27:32.227Z] [2023-12-26T19:27:32.227Z] #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-12-26T19:27:32.227Z] #194 DONE 0.3s [2023-12-26T19:27:32.227Z] [2023-12-26T19:27:32.227Z] #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:27:32.493Z] #138 ... [2023-12-26T19:27:32.493Z] [2023-12-26T19:27:32.493Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:32.493Z] #195 ... [2023-12-26T19:27:32.493Z] [2023-12-26T19:27:32.493Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-12-26T19:27:32.493Z] #133 DONE 393.2s [2023-12-26T19:27:32.757Z] [2023-12-26T19:27:32.757Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:32.757Z] #195 DONE 0.3s [2023-12-26T19:27:32.757Z] [2023-12-26T19:27:32.757Z] #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-12-26T19:27:33.023Z] #196 DONE 0.3s [2023-12-26T19:27:33.023Z] [2023-12-26T19:27:33.023Z] #197 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:33.289Z] #197 DONE 0.3s [2023-12-26T19:27:33.289Z] [2023-12-26T19:27:33.289Z] #198 [core-metadata] exporting to image [2023-12-26T19:27:33.289Z] #198 exporting layers 0.3s done [2023-12-26T19:27:33.289Z] #198 writing image sha256:60221322159eff6a6d803096b3fee8b2880f4a9b838f712e0037e50f1cb828ae 0.0s done [2023-12-26T19:27:33.289Z] #198 naming to docker.io/library/core-metadata-arm64 [2023-12-26T19:27:33.561Z] #198 naming to docker.io/library/core-metadata-arm64 0.0s done [2023-12-26T19:27:33.561Z] #198 DONE 0.4s [2023-12-26T19:27:33.561Z] [2023-12-26T19:27:33.561Z] #199 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:33.561Z] #199 DONE 0.3s [2023-12-26T19:27:33.561Z] [2023-12-26T19:27:33.561Z] #200 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-12-26T19:27:33.826Z] #200 DONE 0.3s [2023-12-26T19:27:33.826Z] [2023-12-26T19:27:33.826Z] #201 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:34.094Z] #201 DONE 0.1s [2023-12-26T19:27:34.094Z] [2023-12-26T19:27:34.094Z] #202 [core-data] exporting to image [2023-12-26T19:27:34.359Z] #202 exporting layers 0.3s done [2023-12-26T19:27:34.359Z] #202 writing image sha256:3b890e0c5116bfa2a7e81a1df70db9bfd6cd93484b43e781cf901ff7451a798a 0.0s done [2023-12-26T19:27:34.359Z] #202 naming to docker.io/library/core-data-arm64 0.0s done [2023-12-26T19:27:34.359Z] #202 DONE 0.4s [2023-12-26T19:27:34.359Z] [2023-12-26T19:27:34.359Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:46.636Z] #44 ... [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-12-26T19:27:46.636Z] #142 DONE 405.2s [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #203 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:46.636Z] #203 DONE 0.1s [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #204 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:46.636Z] #204 DONE 0.1s [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:46.636Z] #44 ... [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #205 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-12-26T19:27:46.636Z] #205 DONE 0.2s [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #206 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:46.636Z] #206 DONE 0.1s [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-12-26T19:27:46.636Z] #140 ... [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #207 [security-spiffe-token-provider] exporting to image [2023-12-26T19:27:46.636Z] #207 exporting layers [2023-12-26T19:27:46.636Z] #207 exporting layers 0.4s done [2023-12-26T19:27:46.636Z] #207 writing image sha256:63a907b9a180ef69d6957f9f7ba2d2bfdaee1e10c822a51b4a03471ef9499084 done [2023-12-26T19:27:46.636Z] #207 naming to docker.io/library/security-spiffe-token-provider-arm64 [2023-12-26T19:27:46.636Z] #207 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-12-26T19:27:46.636Z] #207 DONE 0.4s [2023-12-26T19:27:46.636Z] [2023-12-26T19:27:46.636Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:49.960Z] #44 ... [2023-12-26T19:27:49.960Z] [2023-12-26T19:27:49.960Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-12-26T19:27:49.960Z] #140 DONE 410.4s [2023-12-26T19:27:49.960Z] [2023-12-26T19:27:49.960Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:49.960Z] #44 ... [2023-12-26T19:27:49.960Z] [2023-12-26T19:27:49.960Z] #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-12-26T19:27:49.960Z] #138 DONE 410.6s [2023-12-26T19:27:49.960Z] [2023-12-26T19:27:49.960Z] #208 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:50.225Z] #208 DONE 0.1s [2023-12-26T19:27:50.225Z] [2023-12-26T19:27:50.225Z] #209 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-12-26T19:27:50.225Z] #209 DONE 0.1s [2023-12-26T19:27:50.225Z] [2023-12-26T19:27:50.225Z] #210 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:50.225Z] #210 DONE 0.2s [2023-12-26T19:27:50.225Z] [2023-12-26T19:27:50.225Z] #211 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-12-26T19:27:50.492Z] #211 DONE 0.3s [2023-12-26T19:27:50.492Z] [2023-12-26T19:27:50.492Z] #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2023-12-26T19:27:50.759Z] #212 DONE 0.2s [2023-12-26T19:27:50.759Z] [2023-12-26T19:27:50.759Z] #213 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:50.759Z] #213 DONE 0.1s [2023-12-26T19:27:50.759Z] [2023-12-26T19:27:50.759Z] #214 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-12-26T19:27:51.026Z] #214 DONE 0.3s [2023-12-26T19:27:51.026Z] [2023-12-26T19:27:51.026Z] #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-12-26T19:27:51.027Z] #215 DONE 0.1s [2023-12-26T19:27:51.027Z] [2023-12-26T19:27:51.027Z] #216 [support-scheduler] exporting to image [2023-12-26T19:27:51.027Z] #216 exporting layers 0.3s done [2023-12-26T19:27:51.027Z] #216 writing image sha256:6dcab4560be852526f4fdf23be1649660b5686da963171ce8632fe46f245ad46 done [2023-12-26T19:27:51.027Z] #216 naming to docker.io/library/support-scheduler-arm64 done [2023-12-26T19:27:51.027Z] #216 DONE 0.3s [2023-12-26T19:27:51.027Z] [2023-12-26T19:27:51.027Z] #217 [support-notifications] exporting to image [2023-12-26T19:27:51.293Z] #217 exporting layers 0.3s done [2023-12-26T19:27:51.293Z] #217 writing image sha256:cdd47db4cafcc42692085eccc916d56d03d640f0f825fd056e6e20b822bc6230 done [2023-12-26T19:27:51.293Z] #217 naming to docker.io/library/support-notifications-arm64 done [2023-12-26T19:27:51.293Z] #217 DONE 0.3s [2023-12-26T19:27:51.293Z] [2023-12-26T19:27:51.293Z] #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-12-26T19:27:51.293Z] time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-12-26T19:27:51.321Z] $ docker stop --time=1 5aa23153910dcaec3bc268cff4947aba24eda6a3b35f9b94cc401e692f8f33f8 [2023-12-26T19:27:52.835Z] $ docker rm -f --volumes 5aa23153910dcaec3bc268cff4947aba24eda6a3b35f9b94cc401e692f8f33f8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-26T19:27:53.416Z] + docker images [2023-12-26T19:27:53.416Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-12-26T19:27:53.416Z] support-scheduler-arm64 latest 6dcab4560be8 3 seconds ago 25.8MB [2023-12-26T19:27:53.416Z] support-notifications-arm64 latest cdd47db4cafc 3 seconds ago 26.4MB [2023-12-26T19:27:53.416Z] security-spiffe-token-provider-arm64 latest 63a907b9a180 8 seconds ago 28.9MB [2023-12-26T19:27:53.416Z] core-data-arm64 latest 3b890e0c5116 20 seconds ago 17.1MB [2023-12-26T19:27:53.416Z] core-metadata-arm64 latest 60221322159e 21 seconds ago 17.4MB [2023-12-26T19:27:53.416Z] core-command-arm64 latest 90d7998ca9de 23 seconds ago 17MB [2023-12-26T19:27:53.416Z] core-common-config-bootstrapper-arm64 latest 8c548f64a358 38 seconds ago 15.1MB [2023-12-26T19:27:53.416Z] security-secretstore-setup-arm64 latest 03afd9338e1f 44 seconds ago 35.7MB [2023-12-26T19:27:53.416Z] security-proxy-auth-arm64 latest bbf9faae226a 47 seconds ago 15.9MB [2023-12-26T19:27:53.416Z] security-bootstrapper-arm64 latest 255b438d04ad 49 seconds ago 18.5MB [2023-12-26T19:27:53.416Z] security-proxy-setup-arm64 latest 5de985abe6e2 53 seconds ago 25.8MB [2023-12-26T19:27:53.416Z] security-spire-agent-arm64 latest f55061fc43c6 7 minutes ago 152MB [2023-12-26T19:27:53.416Z] security-spire-server-arm64 latest 73e47b2fe60e 7 minutes ago 96.7MB [2023-12-26T19:27:53.416Z] security-spire-config-arm64 latest c9f2fcff234d 7 minutes ago 95.8MB [2023-12-26T19:27:53.416Z] ci-base-image-arm64 latest 3fa2dc6c7961 15 minutes ago 933MB [2023-12-26T19:27:53.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 6 weeks ago 560MB [2023-12-26T19:27:53.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 6 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:27:54.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-26T19:27:54.670Z] [2023-12-26T19:27:54.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:27:55.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-26T19:27:55.377Z] arm64: Pulling from edgex-lftools-log-publisher [2023-12-26T19:27:55.377Z] 8998bd30e6a1: Pulling fs layer [2023-12-26T19:27:55.377Z] 04944245beec: Pulling fs layer [2023-12-26T19:27:55.377Z] 699f458cf7ca: Pulling fs layer [2023-12-26T19:27:55.377Z] 765212b225bb: Pulling fs layer [2023-12-26T19:27:55.377Z] f23df028b6ca: Pulling fs layer [2023-12-26T19:27:55.377Z] d65c8cfc05b1: Pulling fs layer [2023-12-26T19:27:55.377Z] 2437ff75d9bd: Pulling fs layer [2023-12-26T19:27:55.377Z] f23df028b6ca: Waiting [2023-12-26T19:27:55.377Z] d65c8cfc05b1: Waiting [2023-12-26T19:27:55.377Z] 2437ff75d9bd: Waiting [2023-12-26T19:27:55.377Z] 765212b225bb: Waiting [2023-12-26T19:27:55.377Z] 04944245beec: Verifying Checksum [2023-12-26T19:27:55.377Z] 04944245beec: Download complete [2023-12-26T19:27:55.377Z] 765212b225bb: Verifying Checksum [2023-12-26T19:27:55.377Z] 765212b225bb: Download complete [2023-12-26T19:27:55.642Z] f23df028b6ca: Verifying Checksum [2023-12-26T19:27:55.642Z] f23df028b6ca: Download complete [2023-12-26T19:27:55.642Z] d65c8cfc05b1: Verifying Checksum [2023-12-26T19:27:55.642Z] d65c8cfc05b1: Download complete [2023-12-26T19:27:55.642Z] 699f458cf7ca: Verifying Checksum [2023-12-26T19:27:55.642Z] 699f458cf7ca: Download complete [2023-12-26T19:27:55.908Z] 8998bd30e6a1: Verifying Checksum [2023-12-26T19:27:55.908Z] 8998bd30e6a1: Download complete [2023-12-26T19:27:57.844Z] 2437ff75d9bd: Verifying Checksum [2023-12-26T19:27:57.844Z] 2437ff75d9bd: Download complete [2023-12-26T19:28:02.080Z] 8998bd30e6a1: Pull complete [2023-12-26T19:28:02.080Z] 04944245beec: Pull complete [2023-12-26T19:28:04.015Z] 699f458cf7ca: Pull complete [2023-12-26T19:28:04.015Z] 765212b225bb: Pull complete [2023-12-26T19:28:04.975Z] f23df028b6ca: Pull complete [2023-12-26T19:28:04.975Z] d65c8cfc05b1: Pull complete [2023-12-26T19:28:31.623Z] 2437ff75d9bd: Pull complete [2023-12-26T19:28:31.623Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-12-26T19:28:31.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-26T19:28:31.623Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:28:32.072Z] prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container [2023-12-26T19:28:32.124Z] $ 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 [2023-12-26T19:28:34.019Z] $ docker top bd6e41cc9a9d0e5d0528a1679aca35b6629c8efb879345dd6bec43be6ca2e88a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:28:34.740Z] ---> job-cost.sh [2023-12-26T19:28:35.003Z] lf-activate-venv: SKIPPING [2023-12-26T19:28:35.003Z] INFO: No Stack... [2023-12-26T19:28:35.581Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-26T19:28:36.157Z] INFO: Archiving Costs [Pipeline] sh [2023-12-26T19:28:36.492Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-12-26T19:28:36.492Z] + cut -d, -f6 [Pipeline] lock [2023-12-26T19:28:36.550Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] [2023-12-26T19:28:36.555Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] did not exist. Created. [2023-12-26T19:28:36.555Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-12-26T19:28:37.065Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-12-26T19:28:37.275Z] Stashed 1 file(s) [Pipeline] } [2023-12-26T19:28:37.291Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-12-26T19:28:37.453Z] $ docker stop --time=1 bd6e41cc9a9d0e5d0528a1679aca35b6629c8efb879345dd6bec43be6ca2e88a [2023-12-26T19:28:40.051Z] $ docker rm -f --volumes bd6e41cc9a9d0e5d0528a1679aca35b6629c8efb879345dd6bec43be6ca2e88a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-12-26T19:28:41.927Z] provisioning config files... [2023-12-26T19:28:41.946Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1105791847176406789tmp [Pipeline] { [Pipeline] sh [2023-12-26T19:28:42.378Z] + set +x [2023-12-26T19:28:42.378Z] + curl -s https://codecov.io/bash [2023-12-26T19:28:42.378Z] + bash -s -- [2023-12-26T19:28:42.646Z] [2023-12-26T19:28:42.646Z] _____ _ [2023-12-26T19:28:42.646Z] / ____| | | [2023-12-26T19:28:42.646Z] | | ___ __| | ___ ___ _____ __ [2023-12-26T19:28:42.646Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-12-26T19:28:42.646Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-12-26T19:28:42.646Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-12-26T19:28:42.646Z] Bash-1.0.6 [2023-12-26T19:28:42.646Z] [2023-12-26T19:28:42.646Z] [2023-12-26T19:28:42.646Z] ==> git version 2.25.1 found [2023-12-26T19:28:42.646Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-12-26T19:28:42.646Z] Release-Date: 2020-01-08 [2023-12-26T19:28:42.646Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-12-26T19:28:42.646Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-12-26T19:28:42.646Z] ==> Jenkins CI detected. [2023-12-26T19:28:42.646Z] current dir:  /w/workspace/edgex-go/1 [2023-12-26T19:28:42.646Z] project root: . [2023-12-26T19:28:42.646Z] --> token set from env [2023-12-26T19:28:42.646Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-12-26T19:28:42.646Z] ==> Running gcov in . (disable via -X gcov) [2023-12-26T19:28:42.646Z] ==> Python coveragepy not found [2023-12-26T19:28:42.646Z] ==> Searching for coverage reports in: [2023-12-26T19:28:42.646Z] + . [2023-12-26T19:28:42.646Z] -> Found 1 reports [2023-12-26T19:28:42.646Z] ==> Detecting git/mercurial file structure [2023-12-26T19:28:42.911Z] ==> Reading reports [2023-12-26T19:28:42.911Z] + ./coverage.out bytes=453602 [2023-12-26T19:28:42.911Z] ==> Appending adjustments [2023-12-26T19:28:42.911Z] https://docs.codecov.io/docs/fixing-reports [2023-12-26T19:28:43.881Z] + Found adjustments [2023-12-26T19:28:43.881Z] ==> Gzipping contents [2023-12-26T19:28:43.881Z] 60K /tmp/codecov.nSCUQj.gz [2023-12-26T19:28:43.881Z] ==> Uploading reports [2023-12-26T19:28:43.881Z] url: https://codecov.io [2023-12-26T19:28:43.881Z] query: branch=PR-4739&commit=195d80e99bd5911d270ced140fb5259254bb7648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4739%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4739&job=&cmd_args= [2023-12-26T19:28:43.881Z] -> Pinging Codecov [2023-12-26T19:28:43.881Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4739&commit=195d80e99bd5911d270ced140fb5259254bb7648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4739%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4739&job=&cmd_args= [2023-12-26T19:28:44.150Z] -> Uploading to [2023-12-26T19:28:44.151Z] https://storage.googleapis.com/codecov/v4/raw/2023-12-26/00271124DB129430A58F1EEE437C3FCB/195d80e99bd5911d270ced140fb5259254bb7648/692efd67-ed8c-4cdc-b7d7-615a690a3a6f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231226T192843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d923dee07719a5266e074bc26f6b618bc62a6f036734f3fd09afb4cb48891e98 [2023-12-26T19:28:44.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-12-26T19:28:44.151Z] Dload Upload Total Spent Left Speed [2023-12-26T19:28:44.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57724 0 0 100 57724 0 255k --:--:-- --:--:-- --:--:-- 253k 100 57724 0 0 100 57724 0 193k --:--:-- --:--:-- --:--:-- 193k [2023-12-26T19:28:44.409Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] } [2023-12-26T19:28:44.438Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-12-26T19:28:46.809Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:28:47.139Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:28:48.030Z] ---> package-listing.sh [2023-12-26T19:28:48.030Z] ++ tr '[:upper:]' '[:lower:]' [2023-12-26T19:28:48.030Z] ++ facter osfamily [2023-12-26T19:28:48.290Z] + OS_FAMILY=debian [2023-12-26T19:28:48.290Z] + workspace=/w/workspace/edgex-go/1 [2023-12-26T19:28:48.290Z] + START_PACKAGES=/tmp/packages_start.txt [2023-12-26T19:28:48.290Z] + END_PACKAGES=/tmp/packages_end.txt [2023-12-26T19:28:48.290Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-12-26T19:28:48.290Z] + PACKAGES=/tmp/packages_start.txt [2023-12-26T19:28:48.290Z] + '[' /w/workspace/edgex-go/1 ']' [2023-12-26T19:28:48.290Z] + PACKAGES=/tmp/packages_end.txt [2023-12-26T19:28:48.290Z] + case "${OS_FAMILY}" in [2023-12-26T19:28:48.290Z] + grep '^ii' [2023-12-26T19:28:48.290Z] + dpkg -l [2023-12-26T19:28:48.290Z] + '[' -f /tmp/packages_start.txt ']' [2023-12-26T19:28:48.290Z] + '[' -f /tmp/packages_end.txt ']' [2023-12-26T19:28:48.290Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-12-26T19:28:48.290Z] + '[' /w/workspace/edgex-go/1 ']' [2023-12-26T19:28:48.290Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-12-26T19:28:48.290Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-12-26T19:28:48.324Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-12-26T19:28:48.621Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:28:49.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-26T19:28:49.298Z] [2023-12-26T19:28:49.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-26T19:28:49.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-26T19:28:49.727Z] latest: Pulling from edgex-lftools-log-publisher [2023-12-26T19:28:49.727Z] 5eb5b503b376: Pulling fs layer [2023-12-26T19:28:49.727Z] 5c69ac0246d0: Pulling fs layer [2023-12-26T19:28:49.727Z] ec43610c2a17: Pulling fs layer [2023-12-26T19:28:49.727Z] 3a2ae6a8a46f: Pulling fs layer [2023-12-26T19:28:49.727Z] 33b1e0a273af: Pulling fs layer [2023-12-26T19:28:49.727Z] 5d3b04190fa2: Pulling fs layer [2023-12-26T19:28:49.727Z] 2f39f015ded8: Pulling fs layer [2023-12-26T19:28:49.727Z] 3a2ae6a8a46f: Waiting [2023-12-26T19:28:49.727Z] 33b1e0a273af: Waiting [2023-12-26T19:28:49.727Z] 5d3b04190fa2: Waiting [2023-12-26T19:28:49.727Z] 2f39f015ded8: Waiting [2023-12-26T19:28:49.727Z] 5c69ac0246d0: Download complete [2023-12-26T19:28:49.727Z] 3a2ae6a8a46f: Verifying Checksum [2023-12-26T19:28:49.727Z] 3a2ae6a8a46f: Download complete [2023-12-26T19:28:49.727Z] 33b1e0a273af: Verifying Checksum [2023-12-26T19:28:49.727Z] 33b1e0a273af: Download complete [2023-12-26T19:28:49.727Z] 5d3b04190fa2: Verifying Checksum [2023-12-26T19:28:49.727Z] 5d3b04190fa2: Download complete [2023-12-26T19:28:49.727Z] ec43610c2a17: Verifying Checksum [2023-12-26T19:28:49.727Z] ec43610c2a17: Download complete [2023-12-26T19:28:49.985Z] 5eb5b503b376: Verifying Checksum [2023-12-26T19:28:49.985Z] 5eb5b503b376: Download complete [2023-12-26T19:28:50.550Z] 2f39f015ded8: Download complete [2023-12-26T19:28:51.115Z] 5eb5b503b376: Pull complete [2023-12-26T19:28:51.115Z] 5c69ac0246d0: Pull complete [2023-12-26T19:28:51.681Z] ec43610c2a17: Pull complete [2023-12-26T19:28:51.681Z] 3a2ae6a8a46f: Pull complete [2023-12-26T19:28:51.940Z] 33b1e0a273af: Pull complete [2023-12-26T19:28:51.940Z] 5d3b04190fa2: Pull complete [2023-12-26T19:28:56.127Z] 2f39f015ded8: Pull complete [2023-12-26T19:28:56.127Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-12-26T19:28:56.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-26T19:28:56.127Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-26T19:28:56.515Z] prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container [2023-12-26T19:28:56.541Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-12-26T19:28:59.139Z] $ docker top 1fe64c66f60b7cfa89885c87f67508e0c8f3faf612bd7f8754378ddb11889bf8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-26T19:28:59.628Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-12-26T19:28:59.943Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-12-26T19:29:00.255Z] + ls /var/log/sa-host [2023-12-26T19:29:00.255Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-26T19:29:00.520Z] provisioning config files... [2023-12-26T19:29:00.528Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11616371979312172642tmp [Pipeline] { [Pipeline] echo [2023-12-26T19:29:00.672Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:29:00.995Z] ---> create-netrc.sh [Pipeline] } [2023-12-26T19:29:01.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:29:01.542Z] ---> python-tools-install.sh [Pipeline] echo [2023-12-26T19:29:01.581Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:29:01.901Z] ---> sudo-logs.sh [2023-12-26T19:29:01.901Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-12-26T19:29:02.028Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:29:02.350Z] ---> job-cost.sh [2023-12-26T19:29:02.350Z] lf-activate-venv: SKIPPING [2023-12-26T19:29:02.350Z] DEBUG: total: 0.2199999988079071 [2023-12-26T19:29:02.350Z] INFO: Retrieving Stack Cost... [2023-12-26T19:29:02.610Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-26T19:29:03.177Z] INFO: Archiving Costs [Pipeline] echo [2023-12-26T19:29:03.213Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-26T19:29:03.527Z] ---> logs-deploy.sh [2023-12-26T19:29:03.527Z] lf-activate-venv: SKIPPING [2023-12-26T19:29:03.527Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4739/1 [2023-12-26T19:29:03.527Z] INFO: archiving workspace using pattern(s): [2023-12-26T19:29:04.465Z] Archives upload complete. [2023-12-26T19:29:04.465Z] INFO: archiving logs to Nexus