Pull request #4920 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5ee008cd0d85b374737bfb2dec7c4c829cbbabda+39fb80160b69b3d3eb729ce139bf3991b631cf1c (370c1e9aa85bc41828a08f98315f07e7813981e2) 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-ssh3767429780229699409.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh12965477579997918065.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 f3350a1713306dce7682ed7e37d5774890d03277 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-4920/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-4920/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5664725754474131775.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-4920/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9853928229993185221.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh8439301356331085991.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-4920/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-4920/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2713152895459871154.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 f3350a1713306dce7682ed7e37d5774890d03277 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-10755 in /w/workspace/edgexfoundry_edgex-go_PR-4920 [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 39fb80160b69b3d3eb729ce139bf3991b631cf1c into PR head commit 5ee008cd0d85b374737bfb2dec7c4c829cbbabda Merge succeeded, producing 5ee008cd0d85b374737bfb2dec7c4c829cbbabda Checking out Revision 5ee008cd0d85b374737bfb2dec7c4c829cbbabda (PR-4920) Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.12.0 to 2.12.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 > 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/4920/head:refs/remotes/origin/PR-4920 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ee008cd0d85b374737bfb2dec7c4c829cbbabda # 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 39fb80160b69b3d3eb729ce139bf3991b631cf1c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ee008cd0d85b374737bfb2dec7c4c829cbbabda # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:27:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:27:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:27:15 ========================================================= 19:27:15 EdgeX Global Pipelines Version Info 19:27:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:27:16 ------------------- 19:27:16 stable info: 19:27:16 ------------------- 19:27:16 Commited By: Cherry Wang cherry@iotechsys.com 19:27:16 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 19:27:16 Message: update stable to v1.0.263 19:27:16 ------------------- 19:27:16 experimental info: 19:27:16 ------------------- 19:27:16 Commited By: Cherry Wang cherry@iotechsys.com 19:27:16 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 19:27:16 Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:27:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4920 [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4920 [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4920 [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ee008cd0d85b374737bfb2dec7c4c829cbbabda [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ee008c [Pipeline] echo 19:27:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:27:19 provisioning config files... 19:27:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2919112859998521652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:27:19 ---> ****-login.sh 19:27:19 nexus3.edgexfoundry.org:10001 19:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:27:19 Configure a credential helper to remove this warning. See 19:27:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:27:19 19:27:19 Login Succeeded 19:27:19 nexus3.edgexfoundry.org:10002 19:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:27:19 Configure a credential helper to remove this warning. See 19:27:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:27:19 19:27:19 Login Succeeded 19:27:19 nexus3.edgexfoundry.org:10003 19:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:27:19 Configure a credential helper to remove this warning. See 19:27:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:27:19 19:27:19 Login Succeeded 19:27:19 nexus3.edgexfoundry.org:10004 19:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:27:20 Configure a credential helper to remove this warning. See 19:27:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:27:20 19:27:20 Login Succeeded 19:27:20 ****.io 19:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:27:20 Configure a credential helper to remove this warning. See 19:27:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:27:20 19:27:20 Login Succeeded 19:27:20 ---> ****-login.sh ends [Pipeline] } 19:27:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:20 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:27:20 + dirname cmd/core-command/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo core-command,cmd/core-command/Dockerfile 19:27:20 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:27:20 cut -d/ -f2 19:27:20 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:27:20 + + dirname cmd/core-data/Dockerfilecut 19:27:20 -d/ -f2 19:27:20 + echo core-data,cmd/core-data/Dockerfile 19:27:20 + dirname cmd/core-keeper/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo core-keeper,cmd/core-keeper/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + dirname cmd/core-metadata/Dockerfile 19:27:20 + echo core-metadata,cmd/core-metadata/Dockerfile 19:27:20 + dirname cmd/security-bootstrapper/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:27:20 + dirname cmd/security-proxy-auth/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:27:20 + dirname cmd/security-proxy-setup/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:27:20 + dirname cmd/security-secretstore-setup/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:27:20 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:27:20 + dirname cmd/security-spire-agent/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:27:20 + dirname cmd/security-spire-config/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:27:20 + + cut -d/ -f2dirname 19:27:20 cmd/security-spire-server/Dockerfile 19:27:20 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:27:20 + + dirname cmd/support-cron-scheduler/Dockerfile 19:27:20 cut -d/ -f2 19:27:20 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 19:27:20 + dirname+ cmd/support-notifications/Dockerfile 19:27:20 cut -d/ -f2 19:27:20 + echo support-notifications,cmd/support-notifications/Dockerfile 19:27:20 + dirname cmd/support-scheduler/Dockerfile 19:27:20 + cut -d/ -f2 19:27:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:27:21 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-keeper, dockerfile:cmd/core-keeper/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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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 19:27:21 + git rev-list -1 --merges 5ee008cd0d85b374737bfb2dec7c4c829cbbabda~1..5ee008cd0d85b374737bfb2dec7c4c829cbbabda [Pipeline] echo 19:27:21 -----------> git rev-list -1 --merges 5ee008cd0d85b374737bfb2dec7c4c829cbbabda~1..5ee008cd0d85b374737bfb2dec7c4c829cbbabda 5ee008cd0d85b374737bfb2dec7c4c829cbbabda [false] [Pipeline] sh 19:27:21 + git log --format=format:%s -1 5ee008cd0d85b374737bfb2dec7c4c829cbbabda [Pipeline] echo 19:27:21 ========================================================= 19:27:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:27:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:27:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:27:22 + grep -v github /etc/ssh/ssh_known_hosts 19:27:22 + [ -e /tmp/ssh_known_hosts ] 19:27:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:27:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:27:22 + sudo tee -a /etc/ssh/ssh_known_hosts 19:27:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:27:23 19:27:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:27:23 0.1.4: Pulling from edgex-devops/py-git-semver 19:27:23 b85a868b505f: Pulling fs layer 19:27:23 e2be974225ed: Pulling fs layer 19:27:23 339a4e72a1f5: Pulling fs layer 19:27:23 988bab9f4d93: Pulling fs layer 19:27:23 1469e6f7b9e6: Pulling fs layer 19:27:23 eaf3925da568: Pulling fs layer 19:27:23 bab4dde63d76: Pulling fs layer 19:27:23 bde34c3a00c8: Pulling fs layer 19:27:23 b352a97aabf1: Pulling fs layer 19:27:23 4872d77fe225: Pulling fs layer 19:27:23 5851b861e8e6: Pulling fs layer 19:27:23 1469e6f7b9e6: Waiting 19:27:23 eaf3925da568: Waiting 19:27:23 bab4dde63d76: Waiting 19:27:23 bde34c3a00c8: Waiting 19:27:23 b352a97aabf1: Waiting 19:27:23 4872d77fe225: Waiting 19:27:23 5851b861e8e6: Waiting 19:27:23 e2be974225ed: Verifying Checksum 19:27:23 e2be974225ed: Download complete 19:27:23 988bab9f4d93: Verifying Checksum 19:27:23 988bab9f4d93: Download complete 19:27:23 1469e6f7b9e6: Verifying Checksum 19:27:23 1469e6f7b9e6: Download complete 19:27:23 eaf3925da568: Verifying Checksum 19:27:23 eaf3925da568: Download complete 19:27:23 339a4e72a1f5: Verifying Checksum 19:27:23 339a4e72a1f5: Download complete 19:27:23 bde34c3a00c8: Verifying Checksum 19:27:23 bde34c3a00c8: Download complete 19:27:23 b352a97aabf1: Verifying Checksum 19:27:23 b352a97aabf1: Download complete 19:27:23 4872d77fe225: Verifying Checksum 19:27:23 4872d77fe225: Download complete 19:27:23 5851b861e8e6: Verifying Checksum 19:27:23 5851b861e8e6: Download complete 19:27:23 b85a868b505f: Verifying Checksum 19:27:23 b85a868b505f: Download complete 19:27:23 bab4dde63d76: Verifying Checksum 19:27:23 bab4dde63d76: Download complete 19:27:24 b85a868b505f: Pull complete 19:27:25 e2be974225ed: Pull complete 19:27:25 339a4e72a1f5: Pull complete 19:27:25 988bab9f4d93: Pull complete 19:27:25 1469e6f7b9e6: Pull complete 19:27:25 eaf3925da568: Pull complete 19:27:27 bab4dde63d76: Pull complete 19:27:27 bde34c3a00c8: Pull complete 19:27:27 b352a97aabf1: Pull complete 19:27:27 4872d77fe225: Pull complete 19:27:27 5851b861e8e6: Pull complete 19:27:27 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:27:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:27:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:28 prd-ubuntu20.04-docker-8c-8g-10755 does not seem to be running inside a container 19:27:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:27:33 $ docker top 361656f5a5342c1a25256bc48e043da80b810ec79b937852752f20680f1f02b1 -eo pid,comm 19:27:33 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). 19:27:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:33 [ssh-agent] Looking for ssh-agent implementation... 19:27:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:33 $ docker exec 361656f5a5342c1a25256bc48e043da80b810ec79b937852752f20680f1f02b1 ssh-agent 19:27:33 SSH_AUTH_SOCK=/tmp/ssh-xnGKsx8f7j5W/agent.31 19:27:33 SSH_AGENT_PID=37 19:27:33 Running ssh-add (command line suppressed) 19:27:33 Identity added: /w/workspace/edgex-go/1@tmp/private_key_12159378262246535822.key (/w/workspace/edgex-go/1@tmp/private_key_12159378262246535822.key) 19:27:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:34 + git tag --points-at HEAD [Pipeline] } 19:27:34 $ docker exec --env ******** --env ******** 361656f5a5342c1a25256bc48e043da80b810ec79b937852752f20680f1f02b1 ssh-agent -k 19:27:34 unset SSH_AUTH_SOCK; 19:27:34 unset SSH_AGENT_PID; 19:27:34 echo Agent pid 37 killed; 19:27:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:27:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:34 [ssh-agent] Looking for ssh-agent implementation... 19:27:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:34 $ docker exec 361656f5a5342c1a25256bc48e043da80b810ec79b937852752f20680f1f02b1 ssh-agent 19:27:34 SSH_AUTH_SOCK=/tmp/ssh-exl0ev304LDu/agent.70 19:27:34 SSH_AGENT_PID=76 19:27:34 Running ssh-add (command line suppressed) 19:27:34 Identity added: /w/workspace/edgex-go/1@tmp/private_key_12737096600850421219.key (/w/workspace/edgex-go/1@tmp/private_key_12737096600850421219.key) 19:27:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:35 + git semver init 19:27:35 2024-09-20 19:27:35,347 [run_init] DEBUG init version:0.0.0 force:False 19:27:35 2024-09-20 19:27:35,348 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:27:35 2024-09-20 19:27:35,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:27:35 2024-09-20 19:27:35,349 [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) 19:27:41 2024-09-20 19:27:41,382 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:27:41 2024-09-20 19:27:41,383 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4920 with force:False 19:27:41 2024-09-20 19:27:41,383 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4920 19:27:41 2024-09-20 19:27:41,388 [execute] INFO git cat-file --batch-check 19:27:41 2024-09-20 19:27:41,388 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:27:41 2024-09-20 19:27:41,395 [execute] INFO git cat-file --batch 19:27:41 2024-09-20 19:27:41,395 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:27:41 2024-09-20 19:27:41,400 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4920 19:27:41 0.0.0 [Pipeline] } 19:27:42 $ docker exec --env ******** --env ******** 361656f5a5342c1a25256bc48e043da80b810ec79b937852752f20680f1f02b1 ssh-agent -k 19:27:42 unset SSH_AUTH_SOCK; 19:27:42 unset SSH_AGENT_PID; 19:27:42 echo Agent pid 76 killed; 19:27:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:42 + git semver [Pipeline] } 19:27:42 $ docker stop --time=1 361656f5a5342c1a25256bc48e043da80b810ec79b937852752f20680f1f02b1 19:27:44 $ docker rm -f --volumes 361656f5a5342c1a25256bc48e043da80b810ec79b937852752f20680f1f02b1 [Pipeline] // withDockerContainer [Pipeline] sh 19:27:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:27:44 Stashed 1 file(s) [Pipeline] echo 19:27:44 [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 19:27:45 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:27:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:27:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:27:45 ========================================================= 19:27:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 19:27:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:27:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:27:46 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 19:27:46 619be1103602: Pulling fs layer 19:27:46 7862e08f4a3e: Pulling fs layer 19:27:46 5df492c9dc93: Pulling fs layer 19:27:46 7629e6793208: Pulling fs layer 19:27:46 4f4fb700ef54: Pulling fs layer 19:27:46 fb5054dd5b73: Pulling fs layer 19:27:46 eeca6798cff9: Pulling fs layer 19:27:46 aa269ceb94a6: Pulling fs layer 19:27:46 ada007ff1a6a: Pulling fs layer 19:27:46 4f4fb700ef54: Waiting 19:27:46 fb5054dd5b73: Waiting 19:27:46 eeca6798cff9: Waiting 19:27:46 aa269ceb94a6: Waiting 19:27:46 ada007ff1a6a: Waiting 19:27:46 7629e6793208: Waiting 19:27:46 7862e08f4a3e: Download complete 19:27:46 7629e6793208: Verifying Checksum 19:27:46 7629e6793208: Download complete 19:27:46 4f4fb700ef54: Verifying Checksum 19:27:46 4f4fb700ef54: Download complete 19:27:46 fb5054dd5b73: Verifying Checksum 19:27:46 fb5054dd5b73: Download complete 19:27:46 619be1103602: Verifying Checksum 19:27:46 619be1103602: Download complete 19:27:46 eeca6798cff9: Verifying Checksum 19:27:46 eeca6798cff9: Download complete 19:27:46 619be1103602: Pull complete 19:27:46 ada007ff1a6a: Verifying Checksum 19:27:46 ada007ff1a6a: Download complete 19:27:46 7862e08f4a3e: Pull complete 19:27:46 5df492c9dc93: Verifying Checksum 19:27:46 5df492c9dc93: Download complete 19:27:47 aa269ceb94a6: Verifying Checksum 19:27:47 aa269ceb94a6: Download complete 19:27:50 5df492c9dc93: Pull complete 19:27:50 7629e6793208: Pull complete 19:27:50 4f4fb700ef54: Pull complete 19:27:50 fb5054dd5b73: Pull complete 19:27:51 eeca6798cff9: Pull complete 19:27:53 aa269ceb94a6: Pull complete 19:27:54 ada007ff1a6a: Pull complete 19:27:54 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 19:27:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:27:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:27:54 + + docker build -t ci-base-image-x86_64 -f - . 19:27:54 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:27:54 WORKDIR /edgex 19:27:54 COPY go.mod . 19:27:54 RUN go mod download 19:27:54 Sending build context to Docker daemon 179.4MB 19:27:54 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:27:54 ---> f489d0715acc 19:27:54 Step 2/4 : WORKDIR /edgex 19:28:00 Still waiting to schedule task 19:28:00 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:28:04 ---> Running in 8879e05e69aa 19:28:04 Removing intermediate container 8879e05e69aa 19:28:04 ---> 00fe11f6c338 19:28:04 Step 3/4 : COPY go.mod . 19:28:04 ---> 5908ae5a71c2 19:28:04 Step 4/4 : RUN go mod download 19:28:04 ---> Running in 27c18231b084 19:28:37 Removing intermediate container 27c18231b084 19:28:37 ---> 37157fdadb38 19:28:37 Successfully built 37157fdadb38 19:28:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:37 + docker inspect -f . ci-base-image-x86_64 19:28:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:37 prd-ubuntu20.04-docker-8c-8g-10755 does not seem to be running inside a container 19:28:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:28:38 $ docker top 90cd17ba24080d78844abaaec6d8dbedd2e8f3d518b22990d06c82143ff92e52 -eo pid,comm [Pipeline] { [Pipeline] sh 19:28:38 + go version 19:28:38 go version go1.21.9 linux/amd64 [Pipeline] } 19:28:38 $ docker stop --time=1 90cd17ba24080d78844abaaec6d8dbedd2e8f3d518b22990d06c82143ff92e52 19:28:39 $ docker rm -f --volumes 90cd17ba24080d78844abaaec6d8dbedd2e8f3d518b22990d06c82143ff92e52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:40 + docker inspect -f . ci-base-image-x86_64 19:28:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:40 prd-ubuntu20.04-docker-8c-8g-10755 does not seem to be running inside a container 19:28:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:28:41 $ docker top 8d5f11e0e264d62bfb6cdd3c3713c7792ac398ecf665aaf5001cdd18fe0c1053 -eo pid,comm [Pipeline] { [Pipeline] echo 19:28:41 ========================================================= 19:28:41 [edgeXBuildGoParallel] Running Tests and Build... 19:28:41 ========================================================= [Pipeline] sh 19:28:41 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:28:42 + make test 19:28:42 go test -race -coverprofile=coverage.out ./... 19:28:50 ? github.com/edgexfoundry/edgex-go [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.025s coverage: 28.7% of statements 19:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 19:29:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:29:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 19:29:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 19:29:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 19:29:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.055s coverage: 69.2% of statements 19:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.042s coverage: 53.2% of statements 19:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.707s coverage: 93.4% of statements 19:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 91.7% of statements 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 19:29:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:29:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.044s coverage: 7.0% of statements 19:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] 19:29:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.421s coverage: 95.8% of statements 19:29:29 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 19:29:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:29:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:29:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.022s coverage: 0.0% of statements [no tests to run] 19:29:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.047s coverage: 0.8% of statements 19:29:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.036s coverage: 30.7% of statements 19:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 41.7% of statements 19:29:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 77.8% of statements 19:29:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements 19:29:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.040s coverage: 96.3% of statements 19:29:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:29:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 19:29:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 19:29:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 19:29:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:29:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:29:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:29:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:29:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:29:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:29:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:29:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:29:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:29:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10756 in /w/workspace/edgexfoundry_edgex-go_PR-4920 [Pipeline] { [Pipeline] ws 19:29:38 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:29:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:29:41 The recommended git tool is: git 19:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:29:43 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:29:43 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 19:29:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.031s coverage: 94.4% of statements 19:29:44 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 19:29:44 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] 19:29:44 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 19:29:45 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 19:29:45 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 19:29:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:29:46 using credential edgex-jenkins-ssh 19:29:46 Cloning the remote Git repository 19:29:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:29:46 > git init /w/workspace/edgex-go/1 # timeout=10 19:29:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:29:46 > git --version # timeout=10 19:29:46 > git --version # 'git version 2.25.1' 19:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:29:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:29:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:29:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:29:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:29:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:29:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:29:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:29:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:29:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.262s coverage: 79.9% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.044s coverage: 92.9% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 66.7% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 75.0% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.015s coverage: 20.0% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.069s coverage: 81.8% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.068s coverage: 82.1% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.141s coverage: 63.1% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.158s coverage: 36.5% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 89.5% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 84.8% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.028s coverage: 4.9% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.061s coverage: 97.1% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.026s coverage: 35.9% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.042s coverage: 19.9% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.091s coverage: 95.7% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements 19:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 98.9% of statements 19:29:58 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 19:29:58 running golangci-lint 19:29:58 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 19:29:58 go version go1.21.9 linux/amd64 19:29:58 level=info msg="[config_reader] Used config file .golangci.yml" 19:29:58 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:30:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:30:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:30:04 Merging remotes/origin/main commit 39fb80160b69b3d3eb729ce139bf3991b631cf1c into PR head commit 5ee008cd0d85b374737bfb2dec7c4c829cbbabda 19:30:05 Merge succeeded, producing 5ee008cd0d85b374737bfb2dec7c4c829cbbabda 19:30:05 Checking out Revision 5ee008cd0d85b374737bfb2dec7c4c829cbbabda (PR-4920) 19:30:05 Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.12.0 to 2.12.1" 19:30:05 > git --version # timeout=10 19:30:05 > git --version # 'git version 2.25.1' 19:30:06 fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 19:30:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:30:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:30:04 using GIT_SSH to set credentials SSH Credentials for GitHub 19:30:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4920/head:refs/remotes/origin/PR-4920 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:30:04 > git config core.sparsecheckout # timeout=10 19:30:04 > git checkout -f 5ee008cd0d85b374737bfb2dec7c4c829cbbabda # timeout=10 19:30:05 > git remote # timeout=10 19:30:05 > git config --get remote.origin.url # timeout=10 19:30:05 using GIT_SSH to set credentials SSH Credentials for GitHub 19:30:05 > git merge 39fb80160b69b3d3eb729ce139bf3991b631cf1c # timeout=10 19:30:05 > git rev-parse HEAD^{commit} # timeout=10 19:30:05 > git config core.sparsecheckout # timeout=10 19:30:05 > git checkout -f 5ee008cd0d85b374737bfb2dec7c4c829cbbabda # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:30:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:30:10 % Total % Received % Xferd Average Speed Time Time Time Current 19:30:10 Dload Upload Total Spent Left Speed 19:30:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 45489 0 --:--:-- --:--:-- --:--:-- 45489 [Pipeline] sh 19:30:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:30:11 + sudo tee /etc/docker/daemon.new 19:30:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:30:11 { 19:30:11 "registry-mirrors": [ 19:30:11 "https://nexus3.edgexfoundry.org:10001" 19:30:11 ], 19:30:11 "bip": "10.250.0.254/24", 19:30:11 "hosts": [ 19:30:11 "tcp://0.0.0.0:5555", 19:30:11 "unix:///var/run/docker.sock" 19:30:11 ], 19:30:11 "mtu": 1458, 19:30:11 "selinux-enabled": true, 19:30:11 "seccomp-profile": "/etc/docker/seccomp.json" 19:30:11 } [Pipeline] sh 19:30:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:30:12 + sudo service docker restart 19:30:20 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|imports|exports_file|files|name) took 22.235747596s" 19:30:20 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 47.659009ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:30:30 provisioning config files... 19:30:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17647373879829213481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:30:31 ---> ****-login.sh 19:30:31 nexus3.edgexfoundry.org:10001 19:30:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:30:32 Configure a credential helper to remove this warning. See 19:30:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:30:32 19:30:32 Login Succeeded 19:30:32 nexus3.edgexfoundry.org:10002 19:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:30:32 Configure a credential helper to remove this warning. See 19:30:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:30:32 19:30:32 Login Succeeded 19:30:32 nexus3.edgexfoundry.org:10003 19:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:30:32 Configure a credential helper to remove this warning. See 19:30:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:30:32 19:30:32 Login Succeeded 19:30:32 nexus3.edgexfoundry.org:10004 19:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:30:33 Configure a credential helper to remove this warning. See 19:30:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:30:33 19:30:33 Login Succeeded 19:30:33 ****.io 19:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:30:33 Configure a credential helper to remove this warning. See 19:30:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:30:33 19:30:33 Login Succeeded 19:30:33 ---> ****-login.sh ends [Pipeline] } 19:30:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:30:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:30:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:30:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:30:34 ========================================================= 19:30:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 19:30:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:30:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:30:34 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:30:34 c6b39de5b339: Pulling fs layer 19:30:34 a69c41024577: Pulling fs layer 19:30:34 d6de4b400683: Pulling fs layer 19:30:34 35cb2a7552d0: Pulling fs layer 19:30:34 4f4fb700ef54: Pulling fs layer 19:30:34 464afbd9ba4c: Pulling fs layer 19:30:34 00f215d4a9da: Pulling fs layer 19:30:34 d496ad576159: Pulling fs layer 19:30:34 35cb2a7552d0: Waiting 19:30:34 4f4fb700ef54: Waiting 19:30:34 464afbd9ba4c: Waiting 19:30:34 00f215d4a9da: Waiting 19:30:34 d496ad576159: Waiting 19:30:35 level=info msg="[linters_context/goanalysis] analyzers took 1m55.316407047s with top 10 stages: buildir: 1m4.229498774s, gosec: 9.870403214s, fact_deprecated: 2.977170225s, inspect: 2.946379233s, printf: 2.345319005s, ctrlflow: 2.027745071s, fact_purity: 1.656219213s, nilness: 1.490052805s, S1038: 1.359806482s, SA5012: 1.054649473s" 19:30:35 level=info msg="[runner] Issues before processing: 214, after processing: 0" 19:30:35 level=info msg="[runner] Processors filtering stat (out/in): cgo: 214/214, identifier_marker: 214/214, skip_dirs: 214/214, exclude-rules: 22/214, path_prettifier: 214/214, skip_files: 214/214, autogenerated_exclude: 214/214, nolint: 0/22, filename_unadjuster: 214/214, exclude: 214/214" 19:30:35 level=info msg="[runner] processing took 17.208384ms with stages: nolint: 7.197028ms, identifier_marker: 4.764957ms, exclude-rules: 1.67448ms, path_prettifier: 1.502113ms, autogenerated_exclude: 1.16808ms, skip_dirs: 848.945µs, cgo: 31.741µs, filename_unadjuster: 16.33µs, max_same_issues: 1µs, skip_files: 630ns, uniq_by_line: 620ns, diff: 470ns, fixer: 420ns, exclude: 360ns, severity-rules: 260ns, sort_results: 250ns, max_from_linter: 190ns, source_code: 150ns, max_per_file_from_linter: 130ns, path_shortener: 120ns, path_prefixer: 110ns" 19:30:35 level=info msg="[runner] linters took 14.286587599s with stages: goanalysis_metalinter: 14.269270988s" 19:30:35 level=info msg="File cache stats: 0 entries of total size 0B" 19:30:35 level=info msg="Memory: 366 samples, avg is 351.1MB, max is 1392.2MB" 19:30:35 level=info msg="Execution took 36.579941006s" 19:30:35 go vet ./... 19:30:35 a69c41024577: Verifying Checksum 19:30:35 a69c41024577: Download complete 19:30:35 35cb2a7552d0: Verifying Checksum 19:30:35 35cb2a7552d0: Download complete 19:30:35 4f4fb700ef54: Verifying Checksum 19:30:35 4f4fb700ef54: Download complete 19:30:35 464afbd9ba4c: Verifying Checksum 19:30:35 464afbd9ba4c: Download complete 19:30:35 c6b39de5b339: Verifying Checksum 19:30:35 c6b39de5b339: Download complete 19:30:35 d496ad576159: Verifying Checksum 19:30:35 d496ad576159: Download complete 19:30:35 c6b39de5b339: Pull complete 19:30:36 a69c41024577: Pull complete 19:30:36 d6de4b400683: Verifying Checksum 19:30:36 d6de4b400683: Download complete 19:30:38 00f215d4a9da: Verifying Checksum 19:30:38 00f215d4a9da: Download complete 19:30:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:30:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:30:41 ./bin/test-attribution-txt.sh 19:30:42 An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add 19:30:42 An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo 19:30:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:30:42 + ls -al . 19:30:42 total 936 19:30:42 drwxrwxr-x 11 1001 1001 4096 Sep 20 19:28 . 19:30:42 drwxr-xr-x 4 root root 4096 Sep 20 19:28 .. 19:30:42 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:27 .blubracket 19:30:42 -rw-rw-r-- 1 1001 1001 10 Sep 20 19:27 .dockerignore 19:30:42 drwxrwxr-x 8 1001 1001 4096 Sep 20 19:29 .git 19:30:42 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:27 .github 19:30:42 -rw-rw-r-- 1 1001 1001 1102 Sep 20 19:27 .gitignore 19:30:42 -rw-rw-r-- 1 1001 1001 42 Sep 20 19:27 .golangci.yml 19:30:42 -rw-rw-r-- 1 1001 1001 100 Sep 20 19:27 .hadolint.yml 19:30:42 drwxr-xr-x 3 1001 1001 4096 Sep 20 19:27 .semver 19:30:42 -rw-rw-r-- 1 1001 1001 155 Sep 20 19:27 .sonarcloud.properties 19:30:42 -rw-rw-r-- 1 1001 1001 1171 Sep 20 19:27 ADOPTERS.md 19:30:42 -rw-rw-r-- 1 1001 1001 21286 Sep 20 19:27 Attribution.txt 19:30:42 -rw-rw-r-- 1 1001 1001 100284 Sep 20 19:27 CHANGELOG.md 19:30:42 -rw-rw-r-- 1 1001 1001 3804 Sep 20 19:27 CONTRIBUTING.md 19:30:42 -rw-rw-r-- 1 1001 1001 677 Sep 20 19:27 GOVERNANCE.md 19:30:42 -rw-rw-r-- 1 1001 1001 861 Sep 20 19:27 Jenkinsfile 19:30:42 -rw-rw-r-- 1 1001 1001 10775 Sep 20 19:27 LICENSE 19:30:42 -rw-rw-r-- 1 1001 1001 16854 Sep 20 19:27 Makefile 19:30:42 -rw-rw-r-- 1 1001 1001 582 Sep 20 19:27 OWNERS.md 19:30:42 -rw-rw-r-- 1 1001 1001 9528 Sep 20 19:27 README.md 19:30:42 -rw-rw-r-- 1 1001 1001 789 Sep 20 19:27 SECURITY.md 19:30:42 -rw-rw-r-- 1 1001 1001 5 Sep 20 19:27 VERSION 19:30:42 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:27 bin 19:30:42 drwxrwxr-x 20 1001 1001 4096 Sep 20 19:27 cmd 19:30:42 -rw-r--r-- 1 root root 566233 Sep 20 19:29 coverage.out 19:30:42 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:27 fuzz_test 19:30:42 -rw-rw-r-- 1 1001 1001 7305 Sep 20 19:27 go.mod 19:30:42 -rw-rw-r-- 1 1001 1001 102748 Sep 20 19:27 go.sum 19:30:42 drwxrwxr-x 7 1001 1001 4096 Sep 20 19:27 internal 19:30:42 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:27 openapi 19:30:42 -rw-rw-r-- 1 1001 1001 584 Sep 20 19:27 security.txt 19:30:42 -rw-rw-r-- 1 1001 1001 204 Sep 20 19:27 version.go [Pipeline] sh 19:30:43 + '[' -e coverage.out ] 19:30:43 + chown 1001:1001 coverage.out [Pipeline] stash 19:30:43 Stashed 1 file(s) [Pipeline] sh 19:30:43 + make build 19:30:43 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 19:30:50 d6de4b400683: Pull complete 19:30:50 35cb2a7552d0: Pull complete 19:30:50 4f4fb700ef54: Pull complete 19:30:50 464afbd9ba4c: Pull complete 19:30:58 00f215d4a9da: Pull complete 19:31:00 d496ad576159: Pull complete 19:31:00 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 19:31:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:31:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:31:00 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:31:00 WORKDIR /edgex 19:31:00 COPY go.mod . 19:31:00 RUN go mod download -t 19:31:00 ci-base-image-arm64 -f - . 19:31:01 Sending build context to Docker daemon 3.573MB 19:31:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:31:01 ---> f246e2811388 19:31:01 Step 2/4 : WORKDIR /edgex 19:31:03 ---> Running in 4d72ab3d0e49 19:31:03 Removing intermediate container 4d72ab3d0e49 19:31:03 ---> b4d735d424a9 19:31:03 Step 3/4 : COPY go.mod . 19:31:03 ---> 8d8c395b00fc 19:31:03 Step 4/4 : RUN go mod download 19:31:03 ---> Running in b507f728d792 19:31:10 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 19:31:10 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 19:31:11 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 19:31:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:31:14 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 19:31:18 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 19:31:19 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:31:21 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 19:31:23 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 19:31:23 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 19:31:24 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 19:31:25 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 19:31:26 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] } 19:31:27 $ docker stop --time=1 8d5f11e0e264d62bfb6cdd3c3713c7792ac398ecf665aaf5001cdd18fe0c1053 19:31:33 $ docker rm -f --volumes 8d5f11e0e264d62bfb6cdd3c3713c7792ac398ecf665aaf5001cdd18fe0c1053 [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 19:32:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:04 19:32:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:05 latest: Pulling from edgex-devops/edgex-compose 19:32:05 91d30c5bc195: Pulling fs layer 19:32:05 2e9b0aa3be6d: Pulling fs layer 19:32:05 9c61dcf015f6: Pulling fs layer 19:32:05 4698f68db338: Pulling fs layer 19:32:05 2a2f49069b9e: Pulling fs layer 19:32:05 e0025b399a48: Pulling fs layer 19:32:05 4698f68db338: Waiting 19:32:05 2a2f49069b9e: Waiting 19:32:05 91d30c5bc195: Verifying Checksum 19:32:05 91d30c5bc195: Download complete 19:32:05 4698f68db338: Download complete 19:32:05 2e9b0aa3be6d: Verifying Checksum 19:32:05 2e9b0aa3be6d: Download complete 19:32:05 e0025b399a48: Download complete 19:32:05 91d30c5bc195: Pull complete 19:32:05 2a2f49069b9e: Verifying Checksum 19:32:05 2a2f49069b9e: Download complete 19:32:05 2e9b0aa3be6d: Pull complete 19:32:05 9c61dcf015f6: Verifying Checksum 19:32:05 9c61dcf015f6: Download complete 19:32:08 9c61dcf015f6: Pull complete 19:32:08 4698f68db338: Pull complete 19:32:08 2a2f49069b9e: Pull complete 19:32:08 e0025b399a48: Pull complete 19:32:08 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:32:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:08 prd-ubuntu20.04-docker-8c-8g-10755 does not seem to be running inside a container 19:32:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:32:11 Removing intermediate container b507f728d792 19:32:11 ---> 0507ad0fa702 19:32:11 Successfully built 0507ad0fa702 19:32:11 Successfully tagged ci-base-image-arm64:latest 19:32:13 $ docker top 324bfe0d26dc8fa27f82cc13a1ba2e94887454473e4592a59672985b18608449 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:13 + docker compose -f ./docker-compose-build.yml build --parallel 19:32:14 + docker inspect -f . ci-base-image-arm64 19:32:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:14 prd-ubuntu20.04-docker-arm64-4c-16g-10756 does not seem to be running inside a container 19:32:14 $ 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 19:32:15 $ docker top 9d49bca4f22e2da11c6e03afd4c91914aaa81564617dfbbdfa8aaa17e440a6c9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:32:16 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:32:16 #1 transferring dockerfile: 1.89kB done 19:32:16 #1 DONE 0.0s 19:32:16 19:32:16 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:32:16 #2 transferring dockerfile: 2.23kB done 19:32:16 #2 DONE 0.0s 19:32:16 19:32:16 #3 [security-secretstore-setup internal] load build definition from Dockerfile 19:32:16 #3 transferring dockerfile: 2.49kB done 19:32:16 #3 DONE 0.0s 19:32:16 19:32:16 #4 [security-spire-server internal] load build definition from Dockerfile 19:32:16 #4 transferring dockerfile: 1.70kB done 19:32:16 #4 DONE 0.0s 19:32:16 19:32:16 #5 [support-scheduler internal] load build definition from Dockerfile 19:32:16 #5 transferring dockerfile: 1.93kB done 19:32:16 #5 DONE 0.0s 19:32:16 19:32:16 #6 [security-spire-agent internal] load build definition from Dockerfile 19:32:16 #6 transferring dockerfile: 1.81kB done 19:32:16 #6 DONE 0.0s 19:32:16 19:32:16 #7 [core-command internal] load build definition from Dockerfile 19:32:16 #7 transferring dockerfile: 1.93kB done 19:32:16 #7 DONE 0.0s 19:32:16 19:32:16 #8 [support-cron-scheduler internal] load build definition from Dockerfile 19:32:16 #8 transferring dockerfile: 1.85kB done 19:32:16 #8 DONE 0.0s 19:32:16 19:32:16 #9 [security-spire-config internal] load build definition from Dockerfile 19:32:16 #9 transferring dockerfile: 1.69kB done 19:32:16 #9 DONE 0.0s 19:32:16 19:32:16 #10 [security-bootstrapper internal] load build definition from Dockerfile 19:32:16 #10 transferring dockerfile: 3.17kB done 19:32:16 #10 DONE 0.0s 19:32:16 19:32:16 #11 [core-metadata internal] load build definition from Dockerfile 19:32:16 #11 transferring dockerfile: 2.06kB done 19:32:16 #11 DONE 0.0s 19:32:16 19:32:16 #12 [security-spiffe-token-provider internal] load .dockerignore 19:32:16 #12 transferring context: 50B done 19:32:16 #12 DONE 0.0s 19:32:16 19:32:16 #13 [support-notifications internal] load build definition from Dockerfile 19:32:16 + go version 19:32:16 go version go1.21.9 linux/arm64 [Pipeline] } 19:32:16 $ docker stop --time=1 9d49bca4f22e2da11c6e03afd4c91914aaa81564617dfbbdfa8aaa17e440a6c9 19:32:16 #13 transferring dockerfile: 1.95kB done 19:32:16 #13 DONE 0.0s 19:32:16 19:32:16 #14 [core-data internal] load build definition from Dockerfile 19:32:16 #14 transferring dockerfile: 2.07kB done 19:32:16 #14 DONE 0.0s 19:32:16 19:32:16 #15 [security-proxy-auth internal] load build definition from Dockerfile 19:32:16 #15 transferring dockerfile: 2.15kB done 19:32:16 #15 DONE 0.0s 19:32:16 19:32:16 #16 [security-proxy-setup internal] load build definition from Dockerfile 19:32:16 #16 transferring dockerfile: 2.50kB done 19:32:16 #16 DONE 0.0s 19:32:16 19:32:16 #17 [core-keeper internal] load build definition from Dockerfile 19:32:16 #17 transferring dockerfile: 2.07kB done 19:32:16 #17 DONE 0.0s 19:32:16 19:32:16 #18 [core-common-config-bootstrapper internal] load .dockerignore 19:32:16 #18 transferring context: 50B done 19:32:16 #18 DONE 0.0s 19:32:16 19:32:16 #19 [security-secretstore-setup internal] load .dockerignore 19:32:16 #19 transferring context: 50B done 19:32:16 #19 DONE 0.0s 19:32:16 19:32:16 #20 [security-spire-server internal] load .dockerignore 19:32:16 #20 transferring context: 50B done 19:32:16 #20 DONE 0.0s 19:32:16 19:32:16 #21 [support-scheduler internal] load .dockerignore 19:32:16 #21 transferring context: 50B done 19:32:16 #21 DONE 0.0s 19:32:16 19:32:16 #22 [security-spire-agent internal] load .dockerignore 19:32:16 #22 transferring context: 50B done 19:32:16 #22 DONE 0.0s 19:32:16 19:32:16 #23 [core-command internal] load .dockerignore 19:32:16 #23 transferring context: 50B done 19:32:16 #23 DONE 0.0s 19:32:16 19:32:16 #24 [support-cron-scheduler internal] load .dockerignore 19:32:16 #24 transferring context: 50B done 19:32:16 #24 DONE 0.0s 19:32:16 19:32:16 #25 [security-spire-config internal] load .dockerignore 19:32:16 #25 transferring context: 50B done 19:32:16 #25 DONE 0.0s 19:32:16 19:32:16 #26 [security-bootstrapper internal] load .dockerignore 19:32:16 #26 transferring context: 50B done 19:32:16 #26 DONE 0.0s 19:32:16 19:32:16 #27 [core-metadata internal] load .dockerignore 19:32:16 #27 transferring context: 50B done 19:32:16 #27 DONE 0.0s 19:32:16 19:32:16 #28 [support-notifications internal] load .dockerignore 19:32:16 #28 transferring context: 50B done 19:32:16 #28 DONE 0.0s 19:32:16 19:32:16 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:16 #29 DONE 0.0s 19:32:16 19:32:16 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 19:32:16 #30 DONE 0.1s 19:32:16 19:32:16 #31 [security-proxy-auth internal] load .dockerignore 19:32:16 #31 transferring context: 50B done 19:32:16 #31 DONE 0.1s 19:32:16 19:32:16 #32 [core-data internal] load .dockerignore 19:32:16 #32 transferring context: 50B done 19:32:16 #32 DONE 0.0s 19:32:16 19:32:16 #33 [security-proxy-setup internal] load .dockerignore 19:32:16 #33 transferring context: 50B done 19:32:16 #33 DONE 0.1s 19:32:16 19:32:16 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:16 #29 DONE 0.0s 19:32:16 19:32:16 #34 [core-keeper internal] load .dockerignore 19:32:16 #34 transferring context: 50B done 19:32:17 #34 DONE 0.2s 19:32:17 19:32:17 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:17 #29 DONE 0.0s 19:32:17 19:32:17 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 19:32:17 #30 DONE 0.1s 19:32:17 19:32:17 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:32:17 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 19:32:17 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:32:17 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 19:32:17 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 19:32:17 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s 19:32:17 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 19:32:17 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s done 19:32:17 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 19:32:17 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 19:32:17 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:32:17 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 19:32:17 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 19:32:17 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s done 19:32:17 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 19:32:17 #35 ... 19:32:17 19:32:17 #29 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:17 #29 DONE 0.0s 19:32:17 19:32:17 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:32:17 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 19:32:17 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:32:17 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 19:32:17 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 19:32:17 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s done 19:32:17 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 19:32:17 #35 ... 19:32:17 19:32:17 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:17 #29 DONE 0.0s 19:32:17 19:32:17 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:17 #29 DONE 0.0s 19:32:17 19:32:17 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:32:17 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 19:32:17 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:32:17 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 19:32:17 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 19:32:17 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s done 19:32:17 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 19:32:17 #35 ... 19:32:17 19:32:17 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:17 #29 DONE 0.0s 19:32:17 19:32:17 #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:32:17 #36 DONE 1.2s 19:32:17 19:32:17 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:17 #29 DONE 0.0s 19:32:17 19:32:17 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 19:32:18 #30 ... 19:32:18 19:32:18 #29 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:18 #29 DONE 0.0s 19:32:18 19:32:18 #30 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 19:32:18 $ docker rm -f --volumes 9d49bca4f22e2da11c6e03afd4c91914aaa81564617dfbbdfa8aaa17e440a6c9 19:32:18 #30 DONE 1.1s 19:32:18 19:32:18 #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:32:18 #36 DONE 1.2s 19:32:18 19:32:18 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 19:32:18 #37 DONE 1.0s 19:32:18 19:32:18 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:32:18 #38 DONE 1.2s 19:32:18 19:32:18 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:32:18 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 19:32:18 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:32:18 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 19:32:18 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 19:32:18 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s done 19:32:18 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:19 + docker inspect -f . ci-base-image-arm64 19:32:19 . [Pipeline] } 19:32:19 #35 ... 19:32:19 19:32:19 #39 [security-spire-config internal] load build context 19:32:19 #39 transferring context: 25.96kB 0.0s done 19:32:19 #39 DONE 0.9s 19:32:19 19:32:19 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:19 #40 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.9s done 19:32:19 #40 DONE 0.9s 19:32:19 19:32:19 #41 [security-spire-agent internal] load build context 19:32:19 #41 transferring context: 27.24kB 0.0s done 19:32:19 #41 DONE 1.0s 19:32:19 19:32:19 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:19 #40 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:19 prd-ubuntu20.04-docker-arm64-4c-16g-10756 does not seem to be running inside a container 19:32:19 $ 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 19:32:20 #40 ... 19:32:20 19:32:20 #42 [security-spire-server internal] load build context 19:32:20 #42 transferring context: 27.71kB 0.0s done 19:32:20 #42 DONE 2.5s 19:32:20 $ docker top 5003565ae69d7caf4f14398399e1f2b9428d1b5c4eac55b65353bb9884a66993 -eo pid,comm 19:32:21 19:32:21 #43 [security-secretstore-setup internal] load build context [Pipeline] { [Pipeline] echo 19:32:21 ========================================================= 19:32:21 [edgeXBuildGoParallel] Running Tests and Build... 19:32:21 ========================================================= [Pipeline] sh 19:32:21 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:32:22 + make test 19:32:22 go test -race -coverprofile=coverage.out ./... 19:32:22 #43 ... 19:32:22 19:32:22 #44 [core-command internal] load build context 19:32:22 #44 ... 19:32:22 19:32:22 #43 [security-secretstore-setup internal] load build context 19:32:24 #43 transferring context: 257.95MB 7.3s 19:32:26 #43 ... 19:32:26 19:32:26 #45 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 19:32:26 #0 0.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:26 #0 1.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:26 #0 1.454 (1/2) Installing dumb-init (1.2.5-r2) 19:32:26 #0 1.470 (2/2) Installing su-exec (0.2-r3) 19:32:26 #0 1.476 Executing busybox-1.36.1-r7.trigger 19:32:26 #0 1.482 OK: 7 MiB in 17 packages 19:32:26 #45 DONE 7.8s 19:32:26 19:32:26 #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:32:26 #0 4.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:26 #0 4.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:26 #0 4.338 (1/4) Installing ca-certificates (20240226-r0) 19:32:26 #0 4.506 (2/4) Installing dumb-init (1.2.5-r2) 19:32:26 #0 4.508 (3/4) Installing su-exec (0.2-r3) 19:32:26 #0 4.513 (4/4) Installing yq (4.33.3-r5) 19:32:26 #0 4.667 Executing busybox-1.36.1-r7.trigger 19:32:26 #0 4.673 Executing ca-certificates-20240226-r0.trigger 19:32:26 #0 4.713 OK: 17 MiB in 19 packages 19:32:26 #46 DONE 7.6s 19:32:26 19:32:26 #47 [core-data builder 2/7] WORKDIR /edgex-go 19:32:26 #47 DONE 7.6s 19:32:26 19:32:26 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:26 #0 3.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:26 #0 3.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:26 #0 3.750 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:32:26 #0 3.750 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:32:26 #0 3.750 OK: 20070 distinct packages available 19:32:26 #0 3.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:26 #0 3.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:26 #0 4.041 (1/11) Installing ca-certificates (20240226-r0) 19:32:26 #0 4.073 (2/11) Installing brotli-libs (1.0.9-r14) 19:32:26 #0 4.286 (3/11) Installing libunistring (1.1-r1) 19:32:26 #0 4.310 (4/11) Installing libidn2 (2.3.4-r1) 19:32:26 #0 4.319 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:32:26 #0 4.325 (6/11) Installing libcurl (8.9.1-r0) 19:32:26 #0 4.333 (7/11) Installing curl (8.9.1-r0) 19:32:26 #0 4.338 (8/11) Installing dumb-init (1.2.5-r2) 19:32:26 #0 4.343 (9/11) Installing musl-obstack (1.2.3-r2) 19:32:26 #0 4.349 (10/11) Installing libucontext (1.2-r2) 19:32:26 #0 4.354 (11/11) Installing gcompat (1.1.0-r1) 19:32:26 #0 4.358 Executing busybox-1.36.1-r7.trigger 19:32:26 #0 4.369 Executing ca-certificates-20240226-r0.trigger 19:32:26 #0 4.573 OK: 12 MiB in 26 packages 19:32:26 #48 DONE 7.6s 19:32:26 19:32:26 #43 [security-secretstore-setup internal] load build context 19:32:26 #43 ... 19:32:26 19:32:26 #49 [security-spiffe-token-provider internal] load build context 19:32:26 #49 ... 19:32:26 19:32:26 #50 [core-common-config-bootstrapper internal] load build context 19:32:27 #50 ... 19:32:27 19:32:27 #49 [security-spiffe-token-provider internal] load build context 19:32:27 #49 ... 19:32:27 19:32:27 #51 [support-scheduler internal] load build context 19:32:27 #51 ... 19:32:27 19:32:27 #52 [support-cron-scheduler internal] load build context 19:32:27 #52 ... 19:32:27 19:32:27 #51 [support-scheduler internal] load build context 19:32:27 #51 ... 19:32:27 19:32:27 #53 [core-metadata internal] load build context 19:32:27 #53 ... 19:32:28 19:32:28 #54 [security-bootstrapper internal] load build context 19:32:28 #54 ... 19:32:28 19:32:28 #51 [support-scheduler internal] load build context 19:32:28 #51 ... 19:32:28 19:32:28 #55 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:32:28 #0 8.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.666 (1/3) Installing ca-certificates (20240226-r0) 19:32:28 #0 8.681 (2/3) Installing dumb-init (1.2.5-r2) 19:32:28 #0 8.690 (3/3) Installing tzdata (2024a-r0) 19:32:28 #0 8.750 Executing busybox-1.36.1-r7.trigger 19:32:28 #0 8.757 Executing ca-certificates-20240226-r0.trigger 19:32:28 #0 8.829 OK: 11 MiB in 18 packages 19:32:28 #55 ... 19:32:28 19:32:28 #56 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:32:28 #0 8.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.603 (1/1) Installing dumb-init (1.2.5-r2) 19:32:28 #0 8.610 Executing busybox-1.36.1-r7.trigger 19:32:28 #0 8.617 OK: 7 MiB in 16 packages 19:32:28 #56 ... 19:32:28 19:32:28 #57 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:28 #57 DONE 9.2s 19:32:28 19:32:28 #58 [support-notifications internal] load build context 19:32:28 #58 ... 19:32:28 19:32:28 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:32:28 #0 7.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 7.486 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 7.812 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:32:28 #0 7.812 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:32:28 #0 7.812 OK: 20070 distinct packages available 19:32:28 #0 7.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 7.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.202 (1/4) Installing dumb-init (1.2.5-r2) 19:32:28 #0 8.204 (2/4) Installing musl-obstack (1.2.3-r2) 19:32:28 #0 8.209 (3/4) Installing libucontext (1.2-r2) 19:32:28 #0 8.213 (4/4) Installing gcompat (1.1.0-r1) 19:32:28 #0 8.221 Executing busybox-1.36.1-r7.trigger 19:32:28 #0 8.231 OK: 8 MiB in 19 packages 19:32:28 #59 DONE 9.6s 19:32:28 19:32:28 #58 [support-notifications internal] load build context 19:32:28 #58 ... 19:32:28 19:32:28 #60 [core-data internal] load build context 19:32:28 #60 ... 19:32:28 19:32:28 #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:28 #0 7.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 7.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 7.741 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:32:28 #0 7.741 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:32:28 #0 7.741 OK: 20070 distinct packages available 19:32:28 #0 7.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 7.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.100 (1/5) Installing dumb-init (1.2.5-r2) 19:32:28 #0 8.104 (2/5) Installing musl-obstack (1.2.3-r2) 19:32:28 #0 8.109 (3/5) Installing libucontext (1.2-r2) 19:32:28 #0 8.111 (4/5) Installing gcompat (1.1.0-r1) 19:32:28 #0 8.114 (5/5) Installing openssl (3.1.7-r0) 19:32:28 #0 8.124 Executing busybox-1.36.1-r7.trigger 19:32:28 #0 8.137 OK: 8 MiB in 20 packages 19:32:28 #61 DONE 9.5s 19:32:28 19:32:28 #60 [core-data internal] load build context 19:32:28 #60 ... 19:32:28 19:32:28 #62 [security-proxy-auth internal] load build context 19:32:28 #62 ... 19:32:28 19:32:28 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:32:28 #0 8.233 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.527 (1/2) Installing ca-certificates (20240226-r0) 19:32:28 #0 8.556 (2/2) Installing dumb-init (1.2.5-r2) 19:32:28 #0 8.556 Executing busybox-1.36.1-r7.trigger 19:32:28 #0 8.573 Executing ca-certificates-20240226-r0.trigger 19:32:28 #0 8.618 OK: 8 MiB in 17 packages 19:32:28 #63 DONE 9.6s 19:32:28 19:32:28 #62 [security-proxy-auth internal] load build context 19:32:28 #62 ... 19:32:28 19:32:28 #64 [core-keeper internal] load build context 19:32:28 #64 ... 19:32:28 19:32:28 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:32:28 #0 8.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:28 #0 8.742 (1/1) Installing dumb-init (1.2.5-r2) 19:32:28 #0 8.747 Executing busybox-1.36.1-r7.trigger 19:32:28 #0 8.753 OK: 7 MiB in 16 packages 19:32:28 #65 DONE 9.7s 19:32:28 19:32:28 #64 [core-keeper internal] load build context 19:32:28 #64 ... 19:32:28 19:32:28 #66 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:28 #66 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.9s done 19:32:28 #66 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:32:28 #66 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 19:32:28 #66 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 19:32:28 #66 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done 19:32:28 #66 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s done 19:32:28 #66 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.5s done 19:32:28 #66 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 19:32:28 #66 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.1s done 19:32:28 #66 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 19:32:28 #66 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 19:32:28 #66 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s 19:32:29 #66 ... 19:32:29 19:32:29 #56 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:32:29 #56 DONE 10.7s 19:32:29 19:32:29 #66 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:29 #66 ... 19:32:29 19:32:29 #67 [security-proxy-setup internal] load build context 19:32:29 #67 ... 19:32:29 19:32:29 #55 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:32:29 #55 DONE 10.8s 19:32:29 19:32:29 #68 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:32:29 #0 8.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:29 #0 8.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:29 #0 8.721 (1/4) Installing dumb-init (1.2.5-r2) 19:32:29 #0 8.726 (2/4) Installing openssl (3.1.7-r0) 19:32:29 #0 8.735 (3/4) Installing su-exec (0.2-r3) 19:32:29 #0 8.738 (4/4) Installing yq (4.33.3-r5) 19:32:29 #0 8.806 Executing busybox-1.36.1-r7.trigger 19:32:29 #0 8.817 OK: 17 MiB in 19 packages 19:32:29 #68 DONE 9.9s 19:32:29 19:32:29 #67 [security-proxy-setup internal] load build context 19:32:29 #67 ... 19:32:29 19:32:29 #69 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 19:32:29 #69 ... 19:32:29 19:32:29 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:29 #70 DONE 3.7s 19:32:29 19:32:29 #66 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:29 #66 ... 19:32:29 19:32:29 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:32:29 #0 2.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:29 #0 2.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:29 #0 3.086 OK: 264 MiB in 52 packages 19:32:29 #71 DONE 4.1s 19:32:29 19:32:29 #66 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:29 #66 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 3.0s done 19:32:29 #66 ... 19:32:29 19:32:29 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:32:29 #0 2.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:29 #0 3.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:29 #0 3.339 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:32:29 #0 3.339 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:32:29 #0 3.339 OK: 20079 distinct packages available 19:32:29 #0 3.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:29 #0 3.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:29 #0 3.701 OK: 264 MiB in 52 packages 19:32:29 #72 DONE 4.2s 19:32:30 19:32:30 #64 [core-keeper internal] load build context 19:32:30 #64 transferring context: 426.95MB 10.9s 19:32:30 #64 ... 19:32:30 19:32:30 #53 [core-metadata internal] load build context 19:32:30 #53 transferring context: 496.34MB 12.1s done 19:32:30 #53 DONE 12.5s 19:32:30 19:32:30 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:30 #40 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 19:32:30 #40 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 19:32:30 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 19:32:30 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 19:32:30 #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 19:32:30 #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.5s done 19:32:30 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.9s done 19:32:30 #40 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 19:32:30 #40 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.7s done 19:32:30 #40 DONE 11.9s 19:32:30 19:32:30 #66 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:30 #66 DONE 11.9s 19:32:30 19:32:30 #64 [core-keeper internal] load build context 19:32:31 #64 ... 19:32:31 19:32:31 #50 [core-common-config-bootstrapper internal] load build context 19:32:31 #50 transferring context: 496.34MB 13.6s done 19:32:31 #50 DONE 14.5s 19:32:31 19:32:31 #64 [core-keeper internal] load build context 19:32:31 #64 transferring context: 496.34MB 12.3s done 19:32:31 #64 ... 19:32:31 19:32:31 #73 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 19:32:31 #0 4.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:31 #0 4.320 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:31 #0 4.538 OK: 7 MiB in 17 packages 19:32:31 #73 DONE 5.9s 19:32:31 19:32:31 #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:32:31 #0 4.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:31 #0 4.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:31 #0 4.599 OK: 264 MiB in 52 packages 19:32:31 #74 DONE 6.0s 19:32:31 19:32:31 #64 [core-keeper internal] load build context 19:32:31 #64 DONE 13.4s 19:32:31 19:32:31 #43 [security-secretstore-setup internal] load build context 19:32:31 #43 transferring context: 496.34MB 14.4s done 19:32:31 #43 DONE 14.7s 19:32:31 19:32:31 #60 [core-data internal] load build context 19:32:31 #60 ... 19:32:31 19:32:31 #52 [support-cron-scheduler internal] load build context 19:32:31 #52 transferring context: 496.34MB 14.3s done 19:32:31 #52 DONE 14.4s 19:32:32 19:32:32 #60 [core-data internal] load build context 19:32:32 #60 ... 19:32:32 19:32:32 #54 [security-bootstrapper internal] load build context 19:32:32 #54 transferring context: 496.34MB 14.1s done 19:32:32 #54 DONE 14.6s 19:32:32 19:32:32 #60 [core-data internal] load build context 19:32:32 #60 ... 19:32:32 19:32:32 #75 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:32:32 #0 5.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:32 #0 5.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:32 #0 6.215 OK: 264 MiB in 52 packages 19:32:32 #75 DONE 6.6s 19:32:32 19:32:32 #51 [support-scheduler internal] load build context 19:32:32 #51 transferring context: 496.34MB 14.8s done 19:32:32 #51 DONE 15.1s 19:32:32 19:32:32 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:32:32 #76 DONE 0.6s 19:32:32 19:32:32 #49 [security-spiffe-token-provider internal] load build context 19:32:32 #49 transferring context: 496.34MB 15.3s done 19:32:32 #49 DONE 15.6s 19:32:32 19:32:32 #60 [core-data internal] load build context 19:32:32 #60 ... 19:32:32 19:32:32 #44 [core-command internal] load build context 19:32:32 #44 transferring context: 496.34MB 15.2s done 19:32:32 #44 ... 19:32:32 19:32:32 #60 [core-data internal] load build context 19:32:33 #60 transferring context: 496.34MB 13.8s done 19:32:36 #60 ... 19:32:36 19:32:36 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:32:36 #0 6.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:36 #0 6.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:36 #0 6.737 OK: 12 MiB in 26 packages 19:32:36 #77 ... 19:32:36 19:32:36 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:32:36 #0 6.473 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:36 #0 6.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:36 #0 6.790 OK: 17 MiB in 19 packages 19:32:36 #78 ... 19:32:36 19:32:36 #58 [support-notifications internal] load build context 19:32:36 #58 transferring context: 496.34MB 15.4s done 19:32:37 #58 ... 19:32:37 19:32:37 #79 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 19:32:37 #79 DONE 5.3s 19:32:37 19:32:37 #80 [core-data stage-1 3/8] RUN apk --no-cache upgrade 19:32:37 #0 3.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:37 #0 3.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:37 #0 3.695 OK: 7 MiB in 16 packages 19:32:37 #80 DONE 8.3s 19:32:37 19:32:37 #44 [core-command internal] load build context 19:32:37 #44 DONE 19.8s 19:32:37 19:32:37 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:32:37 #78 DONE 11.4s 19:32:37 19:32:37 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:32:37 #0 4.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:37 #0 4.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:37 #0 4.981 OK: 8 MiB in 19 packages 19:32:37 #81 DONE 8.7s 19:32:37 19:32:37 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:32:37 #77 DONE 11.4s 19:32:37 19:32:37 #82 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:37 #82 ... 19:32:37 19:32:37 #83 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 19:32:37 #0 4.432 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:37 #0 5.016 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:37 #0 5.700 (1/1) Installing dumb-init (1.2.5-r2) 19:32:37 #0 6.010 Executing busybox-1.36.1-r7.trigger 19:32:37 #0 6.023 OK: 7 MiB in 16 packages 19:32:37 #83 DONE 8.8s 19:32:37 19:32:37 #60 [core-data internal] load build context 19:32:37 #60 DONE 18.9s 19:32:37 19:32:37 #67 [security-proxy-setup internal] load build context 19:32:37 #67 transferring context: 496.34MB 14.8s done 19:32:37 #67 DONE 18.9s 19:32:37 19:32:37 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:32:37 #0 6.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:37 #0 7.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:37 #0 7.285 OK: 8 MiB in 17 packages 19:32:37 #84 DONE 8.5s 19:32:37 19:32:37 #62 [security-proxy-auth internal] load build context 19:32:37 #62 transferring context: 496.34MB 14.1s done 19:32:37 #62 DONE 18.9s 19:32:37 19:32:37 #58 [support-notifications internal] load build context 19:32:37 #58 DONE 18.9s 19:32:37 19:32:37 #85 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:32:37 #85 DONE 4.9s 19:32:37 19:32:37 #86 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:32:37 #86 DONE 4.7s 19:32:37 19:32:37 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:38 #87 ... 19:32:38 19:32:38 #88 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:32:38 #88 DONE 1.3s 19:32:38 19:32:38 #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:32:38 #89 DONE 0.0s 19:32:38 19:32:38 #90 [security-spire-config stage-2 6/10] COPY security.txt / 19:32:38 #90 DONE 0.0s 19:32:38 19:32:38 #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:32:38 #91 DONE 0.0s 19:32:38 19:32:38 #92 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:32:38 #92 DONE 0.0s 19:32:38 19:32:38 #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:32:38 #93 DONE 0.0s 19:32:38 19:32:38 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 19:32:38 #94 ... 19:32:38 19:32:38 #95 [security-spire-config] exporting to image 19:32:38 #95 exporting layers 19:32:39 #95 ... 19:32:39 19:32:39 #96 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:32:39 #96 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:39 #96 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:39 #96 ... 19:32:39 19:32:39 #97 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:32:39 #0 9.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:39 #0 9.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:39 #97 10.15 OK: 17 MiB in 19 packages 19:32:39 #97 ... 19:32:39 19:32:39 #69 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 19:32:39 #69 9.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:39 #69 9.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:39 #69 10.21 OK: 7 MiB in 16 packages 19:32:39 #69 DONE 10.3s 19:32:39 19:32:39 #97 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:32:39 #97 DONE 10.3s 19:32:39 19:32:39 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 19:32:39 #94 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:39 #94 10.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:39 #94 10.52 OK: 8 MiB in 20 packages 19:32:39 #94 DONE 10.6s 19:32:39 19:32:39 #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:32:39 #98 DONE 0.0s 19:32:39 19:32:39 #95 [security-spire-config] exporting to image 19:32:39 #95 exporting layers 0.7s done 19:32:39 #95 writing image sha256:c3e912db4639e138b238b5a876750f4cbef95f222c43d75becd82e9708764e96 done 19:32:39 #95 naming to docker.io/library/security-spire-config done 19:32:39 #95 DONE 0.7s 19:32:39 19:32:39 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:32:39 #99 ... 19:32:39 19:32:39 #100 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:32:39 #0 9.767 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:32:39 #100 10.24 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:32:39 #100 ... 19:32:39 19:32:39 #96 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:32:39 #96 10.37 OK: 11 MiB in 18 packages 19:32:41 #96 DONE 11.9s 19:32:41 19:32:41 #100 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:32:41 #100 10.84 OK: 264 MiB in 52 packages 19:32:41 #100 DONE 11.4s 19:32:41 19:32:41 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:32:41 #101 DONE 1.6s 19:32:41 19:32:41 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:32:41 #99 DONE 1.6s 19:32:41 19:32:41 #102 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:32:41 #102 DONE 9.3s 19:32:41 19:32:41 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:32:41 #103 ... 19:32:41 19:32:41 #104 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:32:41 #104 DONE 0.1s 19:32:41 19:32:41 #105 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:41 #105 ... 19:32:41 19:32:41 #106 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 19:32:41 #106 DONE 0.7s 19:32:41 19:32:41 #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:32:41 #107 DONE 0.7s 19:32:41 19:32:41 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:32:41 #103 DONE 0.7s 19:32:41 19:32:41 #108 [security-spire-server stage-2 6/9] COPY security.txt / 19:32:41 #108 DONE 0.0s 19:32:41 19:32:41 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:32:41 #109 DONE 0.0s 19:32:41 19:32:41 #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:32:41 #110 DONE 0.0s 19:32:41 19:32:41 #111 [security-spire-agent stage-3 7/10] COPY security.txt / 19:32:41 #111 DONE 0.0s 19:32:41 19:32:41 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:32:41 #112 DONE 0.1s 19:32:41 19:32:41 #113 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:32:41 #113 DONE 0.1s 19:32:41 19:32:41 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:32:41 #114 DONE 0.0s 19:32:41 19:32:41 #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:32:41 #115 DONE 0.0s 19:32:41 19:32:41 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:32:41 #116 DONE 0.1s 19:32:41 19:32:41 #95 [security-spire-server] exporting to image 19:32:42 #95 ... 19:32:42 19:32:42 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:42 #117 ... 19:32:42 19:32:42 #95 [security-spire-agent] exporting to image 19:32:42 #95 exporting layers 0.6s done 19:32:42 #95 writing image sha256:2782a6c581cb88836cdca8ee82e1b33997f5d2ce6d5dd51d68485592494dbb18 0.0s done 19:32:42 #95 naming to docker.io/library/security-spire-server done 19:32:42 #95 writing image sha256:855275b4abc1072af1800e70b22c307de6fafa7aa880ea7d9fbf7b26894d87e2 done 19:32:42 #95 naming to docker.io/library/security-spire-agent done 19:32:42 #95 DONE 1.4s 19:32:42 19:32:42 #118 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:09 ? github.com/edgexfoundry/edgex-go [no test files] 19:33:15 #118 ... 19:33:15 19:33:15 #105 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #105 DONE 29.8s 19:33:15 19:33:15 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #117 DONE 38.3s 19:33:15 19:33:15 #82 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #82 DONE 33.6s 19:33:15 19:33:15 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #87 DONE 33.5s 19:33:15 19:33:15 #119 [support-cron-scheduler builder 6/7] COPY . . 19:33:15 #119 ... 19:33:15 19:33:15 #118 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #118 DONE 33.5s 19:33:15 19:33:15 #120 [core-common-config-bootstrapper builder 6/7] COPY . . 19:33:15 #120 ... 19:33:15 19:33:15 #119 [support-cron-scheduler builder 6/7] COPY . . 19:33:15 #119 DONE 3.9s 19:33:15 19:33:15 #121 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #121 CACHED 19:33:15 19:33:15 #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:33:15 #122 CACHED 19:33:15 19:33:15 #123 [security-proxy-setup builder 6/7] COPY . . 19:33:15 #123 CACHED 19:33:15 19:33:15 #124 [core-keeper builder 7/8] COPY . . 19:33:15 #124 DONE 3.9s 19:33:15 19:33:15 #125 [support-notifications builder 6/7] COPY . . 19:33:15 #125 CACHED 19:33:15 19:33:15 #126 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:33:15 #126 CACHED 19:33:15 19:33:15 #127 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #127 CACHED 19:33:15 19:33:15 #128 [security-secretstore-setup builder 6/7] COPY . . 19:33:15 #128 DONE 3.9s 19:33:15 19:33:15 #129 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:33:15 #129 CACHED 19:33:15 19:33:15 #130 [security-bootstrapper builder 6/7] COPY . . 19:33:15 #130 CACHED 19:33:15 19:33:15 #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #131 CACHED 19:33:15 19:33:15 #132 [core-command builder 6/7] COPY . . 19:33:15 #132 CACHED 19:33:15 19:33:15 #133 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #133 CACHED 19:33:15 19:33:15 #134 [core-command builder 4/7] COPY go.mod vendor* ./ 19:33:15 #134 CACHED 19:33:15 19:33:15 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #135 CACHED 19:33:15 19:33:15 #136 [security-proxy-auth builder 6/7] COPY . . 19:33:15 #136 CACHED 19:33:15 19:33:15 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:33:15 #137 CACHED 19:33:15 19:33:15 #138 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:33:15 #138 CACHED 19:33:15 19:33:15 #139 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #139 CACHED 19:33:15 19:33:15 #140 [support-scheduler builder 6/7] COPY . . 19:33:15 #140 CACHED 19:33:15 19:33:15 #120 [core-common-config-bootstrapper builder 6/7] COPY . . 19:33:15 #120 DONE 3.9s 19:33:15 19:33:15 #141 [core-data builder 6/7] COPY . . 19:33:15 #141 CACHED 19:33:15 19:33:15 #142 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #142 CACHED 19:33:15 19:33:15 #143 [core-data builder 4/7] COPY go.mod vendor* ./ 19:33:15 #143 CACHED 19:33:15 19:33:15 #144 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:33:15 #144 CACHED 19:33:15 19:33:15 #145 [core-metadata builder 6/7] COPY . . 19:33:15 #145 CACHED 19:33:15 19:33:15 #146 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:15 #146 CACHED 19:33:15 19:33:15 #147 [security-spiffe-token-provider builder 6/7] COPY . . 19:33:15 #147 DONE 3.9s 19:33:15 19:33:15 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:33:16 #148 1.682 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 19:33:26 #148 ... 19:33:26 19:33:26 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:33:26 #0 0.504 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:33:26 #149 ... 19:33:26 19:33:26 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:33:26 #0 0.674 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 19:33:26 #150 ... 19:33:26 19:33:26 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:33:26 #0 1.195 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 19:33:26 #151 ... 19:33:26 19:33:26 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:33:26 #0 0.656 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 19:33:26 #152 ... 19:33:26 19:33:26 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:33:26 #0 1.625 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 19:33:26 #153 ... 19:33:26 19:33:26 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:33:26 #0 1.339 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 19:33:26 #154 ... 19:33:26 19:33:26 #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:33:26 #0 0.913 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 19:33:26 #155 ... 19:33:26 19:33:26 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:33:26 #0 1.019 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 19:33:26 #156 ... 19:33:26 19:33:26 #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:33:26 #0 0.960 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:33:26 #157 ... 19:33:26 19:33:26 #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:33:26 #0 0.452 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 19:33:26 #158 ... 19:33:26 19:33:26 #159 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:33:26 #0 1.341 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 19:33:26 #159 ... 19:33:26 19:33:26 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:33:26 #0 1.334 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 19:34:48 #160 ... 19:34:48 19:34:48 #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:34:48 #155 90.72 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 19:36:10 #155 DONE 172.9s 19:36:10 19:36:10 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:36:10 #154 DONE 172.9s 19:36:10 19:36:10 #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:36:10 #157 DONE 172.9s 19:36:10 19:36:10 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:36:10 #150 DONE 173.0s 19:36:10 19:36:10 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:36:10 #156 DONE 172.9s 19:36:10 19:36:10 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:36:10 #151 DONE 173.0s 19:36:10 19:36:10 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:36:10 #148 DONE 172.9s 19:36:10 19:36:10 #161 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #161 ... 19:36:10 19:36:10 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:36:10 #152 DONE 173.5s 19:36:10 19:36:10 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:36:10 #149 DONE 173.6s 19:36:10 19:36:10 #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:36:10 #158 DONE 173.7s 19:36:10 19:36:10 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:36:10 #160 DONE 173.7s 19:36:10 19:36:10 #159 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:36:10 #159 DONE 173.7s 19:36:10 19:36:10 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:36:10 #153 DONE 173.7s 19:36:10 19:36:10 #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #162 ... 19:36:10 19:36:10 #163 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #163 DONE 1.2s 19:36:10 19:36:10 #164 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #164 DONE 1.3s 19:36:10 19:36:10 #161 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #161 DONE 1.3s 19:36:10 19:36:10 #165 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:36:10 #165 ... 19:36:10 19:36:10 #166 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #166 DONE 1.2s 19:36:10 19:36:10 #167 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:36:10 #167 DONE 1.2s 19:36:10 19:36:10 #168 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #168 DONE 1.1s 19:36:10 19:36:10 #169 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #169 DONE 1.2s 19:36:10 19:36:10 #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #162 DONE 0.7s 19:36:10 19:36:10 #170 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #170 DONE 0.5s 19:36:10 19:36:10 #171 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:36:10 #171 ... 19:36:10 19:36:10 #172 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:36:10 #172 DONE 1.7s 19:36:10 19:36:10 #173 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:36:10 #173 DONE 1.7s 19:36:10 19:36:10 #174 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #174 CACHED 19:36:10 19:36:10 #175 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:36:10 #175 CACHED 19:36:10 19:36:10 #176 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:36:10 #176 DONE 1.6s 19:36:10 19:36:10 #177 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #177 CACHED 19:36:10 19:36:10 #178 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:36:10 #178 CACHED 19:36:10 19:36:10 #179 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #179 CACHED 19:36:10 19:36:10 #180 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:36:10 #180 CACHED 19:36:10 19:36:10 #181 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:36:10 #181 CACHED 19:36:10 19:36:10 #182 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:36:10 #182 CACHED 19:36:10 19:36:10 #183 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 19:36:10 #183 DONE 1.6s 19:36:10 19:36:10 #184 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:36:10 #184 DONE 1.6s 19:36:10 19:36:10 #185 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:36:10 #185 DONE 1.6s 19:36:10 19:36:10 #165 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:36:10 #165 DONE 1.6s 19:36:10 19:36:10 #171 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:36:10 #171 DONE 1.6s 19:36:10 19:36:10 #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:36:14 #186 ... 19:36:14 19:36:14 #187 [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 19:36:14 #187 DONE 3.6s 19:36:14 19:36:14 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:36:14 #188 DONE 3.6s 19:36:14 19:36:14 #189 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:36:14 #189 DONE 3.6s 19:36:14 19:36:14 #190 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:36:14 #190 DONE 3.6s 19:36:14 19:36:14 #191 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:36:14 #191 ... 19:36:14 19:36:14 #192 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:36:14 #192 DONE 4.2s 19:36:14 19:36:14 #193 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:36:14 #193 DONE 4.2s 19:36:14 19:36:14 #194 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 19:36:14 #194 DONE 4.2s 19:36:14 19:36:14 #195 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 19:36:14 #195 DONE 4.1s 19:36:14 19:36:14 #196 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:36:14 #196 DONE 4.2s 19:36:14 19:36:14 #197 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:36:14 #197 DONE 4.1s 19:36:14 19:36:14 #198 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 19:36:14 #198 DONE 5.9s 19:36:14 19:36:14 #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:36:14 #199 DONE 4.2s 19:36:14 19:36:14 #200 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:36:14 #200 ... 19:36:14 19:36:14 #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:36:14 #186 DONE 4.2s 19:36:15 19:36:15 #201 [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 19:36:15 #201 DONE 0.9s 19:36:15 19:36:15 #202 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:36:15 #202 ... 19:36:15 19:36:15 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:36:15 #203 DONE 0.9s 19:36:15 19:36:15 #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:36:15 #204 DONE 1.0s 19:36:15 19:36:15 #191 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:36:15 #191 DONE 1.0s 19:36:15 19:36:15 #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:36:15 #205 DONE 0.5s 19:36:15 19:36:15 #206 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 19:36:15 #206 DONE 0.5s 19:36:15 19:36:15 #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:36:15 #207 DONE 0.5s 19:36:15 19:36:15 #208 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 19:36:15 #208 DONE 0.5s 19:36:15 19:36:15 #209 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:36:15 #209 DONE 0.5s 19:36:15 19:36:15 #210 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:36:15 #210 DONE 0.6s 19:36:15 19:36:15 #200 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:36:15 #200 DONE 0.5s 19:36:15 19:36:15 #95 [support-cron-scheduler] exporting to image 19:36:15 #95 exporting layers 19:36:15 #95 ... 19:36:15 19:36:15 #202 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:36:15 #202 DONE 0.6s 19:36:15 19:36:15 #211 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 19:36:15 #211 DONE 0.6s 19:36:15 19:36:15 #95 [security-spiffe-token-provider] exporting to image 19:36:15 #95 exporting layers 0.4s done 19:36:15 #95 ... 19:36:15 19:36:15 #212 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 19:36:15 #212 DONE 0.3s 19:36:15 19:36:15 #213 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:36:15 #213 DONE 0.5s 19:36:15 19:36:15 #95 [core-data] exporting to image 19:36:15 #95 ... 19:36:15 19:36:15 #214 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:36:15 #214 DONE 0.7s 19:36:15 19:36:15 #215 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:36:15 #215 DONE 0.6s 19:36:15 19:36:15 #216 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:36:15 #216 DONE 0.5s 19:36:15 19:36:15 #95 [core-metadata] exporting to image 19:36:15 #95 writing image sha256:f956738300633eeca2c1f032b1e3255445e25d423f0b982987a044d212589cbd done 19:36:15 #95 naming to docker.io/library/core-command done 19:36:15 #95 writing image sha256:6d4ee74402e4446040692918056de2cec08d00f48f939b1415ebd7bfef9440f6 0.0s done 19:36:15 #95 naming to docker.io/library/support-scheduler 19:36:15 #95 ... 19:36:15 19:36:15 #217 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:36:15 #217 DONE 0.5s 19:36:15 19:36:15 #218 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 19:36:15 #218 DONE 0.4s 19:36:15 19:36:15 #95 [support-scheduler] exporting to image 19:36:15 #95 exporting layers 0.6s done 19:36:15 #95 naming to docker.io/library/support-scheduler done 19:36:16 #95 ... 19:36:16 19:36:16 #219 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:36:16 #219 DONE 0.3s 19:36:16 19:36:16 #220 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:36:16 #220 DONE 0.2s 19:36:16 19:36:16 #95 [support-scheduler] exporting to image 19:36:16 #95 exporting layers 0.7s done 19:36:16 #95 writing image sha256:27d6dafd8f377f836bade872cfd6c299fa230bdbee7ba59c586ed8206dcfe849 19:36:16 #95 writing image sha256:c30bd48881ab2a75e3a9c5f958130620307eed3a800c0d9b0b3e7e3862de916d 19:36:16 #95 ... 19:36:16 19:36:16 #221 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:36:16 #221 DONE 0.6s 19:36:16 19:36:16 #95 [security-spiffe-token-provider] exporting to image 19:36:16 #95 exporting layers 0.6s done 19:36:16 #95 writing image sha256:27d6dafd8f377f836bade872cfd6c299fa230bdbee7ba59c586ed8206dcfe849 0.4s done 19:36:16 #95 writing image sha256:c30bd48881ab2a75e3a9c5f958130620307eed3a800c0d9b0b3e7e3862de916d 0.4s done 19:36:16 #95 naming to docker.io/library/core-keeper done 19:36:16 #95 naming to docker.io/library/security-spiffe-token-provider done 19:36:16 #95 writing image sha256:1b59dec36faceca15ed2ad0a41fd2b43adfc523a2cc8f31b81912444484dd310 19:36:17 #95 exporting layers 1.3s done 19:36:17 #95 writing image sha256:1b59dec36faceca15ed2ad0a41fd2b43adfc523a2cc8f31b81912444484dd310 0.0s done 19:36:17 #95 writing image sha256:df7889619957a756586c8ef4df0c3c0be5810d7c8726f8e0a4d1db8c1b30ce8b 0.0s done 19:36:17 #95 writing image sha256:7f221971f94f7499f1e763e3fde8904aa2cbfff54e464b0a3bd80015e5d5584c 0.0s done 19:36:17 #95 naming to docker.io/library/support-notifications 0.0s done 19:36:17 #95 naming to docker.io/library/support-cron-scheduler done 19:36:17 #95 naming to docker.io/library/core-metadata done 19:36:17 #95 writing image sha256:86433dbc2c2ae75707cce71aaa1688824a47e847dc963955c3aa7bb81a33aaf0 done 19:36:17 #95 naming to docker.io/library/core-data done 19:36:17 #95 DONE 3.1s 19:36:17 19:36:17 #222 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:36:17 #222 DONE 0.8s 19:36:17 19:36:17 #223 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:36:17 #223 DONE 0.4s 19:36:17 19:36:17 #224 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:36:17 #224 DONE 0.2s 19:36:17 19:36:17 #225 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:36:17 #225 DONE 0.1s 19:36:17 19:36:17 #226 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:36:17 #226 DONE 1.2s 19:36:17 19:36:17 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:36:17 #227 DONE 1.2s 19:36:17 19:36:17 #95 [security-proxy-auth] exporting to image 19:36:17 #95 ... 19:36:17 19:36:17 #228 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 19:36:17 #228 DONE 0.1s 19:36:17 19:36:17 #229 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:36:17 #229 DONE 0.1s 19:36:17 19:36:17 #95 [core-common-config-bootstrapper] exporting to image 19:36:17 #95 exporting layers 0.2s done 19:36:17 #95 writing image sha256:ccd9bfc5aa002343eed0246da345808d72951b50a53d975af3ec5f6f283bd224 done 19:36:17 #95 naming to docker.io/library/core-common-config-bootstrapper done 19:36:17 #95 ... 19:36:17 19:36:17 #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:36:17 #230 DONE 1.3s 19:36:17 19:36:17 #231 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:36:17 #231 DONE 0.1s 19:36:17 19:36:17 #95 [security-proxy-setup] exporting to image 19:36:17 #95 writing image sha256:38ee1a1033781ad1a4b6ada7b9bcac04e3d41524c6bd9c2311b754db46a3bb13 done 19:36:17 #95 naming to docker.io/library/security-proxy-auth done 19:36:17 #95 ... 19:36:17 19:36:17 #232 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:36:17 #232 DONE 0.1s 19:36:17 19:36:17 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:36:17 #233 DONE 0.6s 19:36:17 19:36:17 #95 [security-secretstore-setup] exporting to image 19:36:17 #95 writing image sha256:3ece211e60984aa46edfc4551266c3792d8fd794217f12f0275e011e9ed313b2 done 19:36:17 #95 naming to docker.io/library/security-proxy-setup done 19:36:18 #95 ... 19:36:18 19:36:18 #234 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 19:36:18 #234 DONE 0.4s 19:36:18 19:36:18 #95 [security-secretstore-setup] exporting to image 19:36:18 #95 exporting layers 0.3s done 19:36:18 #95 writing image sha256:1b2711be984a170faf636912dcce95b24a0e465e88ac8cc570ae04660016b026 done 19:36:18 #95 naming to docker.io/library/security-secretstore-setup done 19:36:18 #95 exporting layers 0.2s done 19:36:18 #95 writing image sha256:d926bb783a819103f761346e4c5597f993c39dcaaa6c1e9572f00bc572b8dede done 19:36:18 #95 naming to docker.io/library/security-bootstrapper done 19:36:18 #95 DONE 4.1s 19:36:18 19:36:18 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:36:18 time="2024-09-20T19:32:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:36:18 time="2024-09-20T19:32:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:36:18 $ docker stop --time=1 324bfe0d26dc8fa27f82cc13a1ba2e94887454473e4592a59672985b18608449 19:36:19 $ docker rm -f --volumes 324bfe0d26dc8fa27f82cc13a1ba2e94887454473e4592a59672985b18608449 [Pipeline] // withDockerContainer [Pipeline] sh 19:36:19 + docker images 19:36:19 REPOSITORY TAG IMAGE ID CREATED SIZE 19:36:19 security-secretstore-setup latest 1b2711be984a 2 seconds ago 37MB 19:36:19 security-proxy-setup latest 3ece211e6098 2 seconds ago 26.2MB 19:36:19 security-bootstrapper latest d926bb783a81 2 seconds ago 19MB 19:36:19 security-proxy-auth latest 38ee1a103378 3 seconds ago 33.1MB 19:36:19 core-common-config-bootstrapper latest ccd9bfc5aa00 3 seconds ago 15.2MB 19:36:19 core-command latest f95673830063 4 seconds ago 35.5MB 19:36:19 core-metadata latest 1b59dec36fac 4 seconds ago 39.9MB 19:36:19 support-notifications latest 7f221971f94f 4 seconds ago 42.7MB 19:36:19 security-spiffe-token-provider latest c30bd48881ab 4 seconds ago 28.9MB 19:36:19 core-data latest 86433dbc2c2a 4 seconds ago 39.8MB 19:36:19 support-scheduler latest 6d4ee74402e4 4 seconds ago 42.1MB 19:36:19 core-keeper latest 27d6dafd8f37 4 seconds ago 39.7MB 19:36:19 support-cron-scheduler latest df7889619957 4 seconds ago 44.3MB 19:36:19 security-spire-server latest 2782a6c581cb 3 minutes ago 121MB 19:36:19 security-spire-agent latest 855275b4abc1 3 minutes ago 182MB 19:36:19 security-spire-config latest c3e912db4639 3 minutes ago 120MB 19:36:19 ci-base-image-x86_64 latest 37157fdadb38 7 minutes ago 971MB 19:36:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 5 months ago 565MB 19:36:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 15 months ago 334MB 19:36:19 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:36:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:36:47 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:37:37 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 19:37:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:37:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:37:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.123s coverage: 28.7% of statements 19:38:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.187s coverage: 97.0% of statements 19:38:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:38:05 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:38:05 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:38:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.271s coverage: 69.2% of statements 19:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.217s coverage: 53.2% of statements 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:38:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 19:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 19:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 19:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 19:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 10.278s coverage: 93.4% of statements 19:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.271s coverage: 91.7% of statements 19:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.212s coverage: 7.0% of statements 19:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.688s coverage: 95.8% of statements 19:38:44 ok github.com/edgexfoundry/edgex-go/internal/io 1.091s coverage: 72.2% of statements 19:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] 19:38:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.151s coverage: 0.0% of statements [no tests to run] 19:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:38:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.295s coverage: 0.8% of statements 19:38:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.143s coverage: 30.7% of statements 19:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.145s coverage: 41.7% of statements 19:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.099s coverage: 77.8% of statements 19:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.092s coverage: 94.1% of statements 19:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.106s coverage: 96.3% of statements 19:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.126s coverage: 87.5% of statements 19:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:39:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:39:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:39:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.111s coverage: 94.4% of statements 19:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 19:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 19:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 19:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:39:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.965s coverage: 79.9% of statements 19:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.163s coverage: 92.9% of statements 19:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.091s coverage: 66.7% of statements 19:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.111s coverage: 62.3% of statements 19:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.106s coverage: 75.0% of statements 19:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.107s coverage: 87.2% of statements 19:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.076s coverage: 20.0% of statements 19:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.077s coverage: 100.0% of statements 19:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.280s coverage: 81.8% of statements 19:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.272s coverage: 82.1% of statements 19:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.117s coverage: 86.0% of statements 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.786s coverage: 63.1% of statements 19:39:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.108s coverage: 100.0% of statements 19:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.116s coverage: 89.4% of statements 19:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.095s coverage: 100.0% of statements 19:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.119s coverage: 73.7% of statements 19:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.071s coverage: 100.0% of statements 19:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.695s coverage: 36.5% of statements 19:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.108s coverage: 89.5% of statements 19:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 19:39:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.104s coverage: 84.8% of statements 19:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 19:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] 19:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 19:39:59 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.126s coverage: 4.9% of statements 19:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 19:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 19:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.335s coverage: 97.1% of statements 19:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.126s coverage: 35.9% of statements 19:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:40:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.172s coverage: 19.9% of statements 19:40:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:40:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:40:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:40:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:40:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.485s coverage: 95.7% of statements 19:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:40:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.150s coverage: 61.8% of statements 19:40:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:40:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:40:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.271s coverage: 98.9% of statements 19:40:31 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 19:40:31 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:40:31 go vet ./... 19:44:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:44:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:44:53 ./bin/test-attribution-txt.sh 19:44:53 An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add 19:44:53 An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo 19:44:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:44:53 + ls -al . 19:44:53 total 932 19:44:53 drwxrwxr-x 10 1001 1001 4096 Sep 20 19:32 . 19:44:53 drwxr-xr-x 4 root root 4096 Sep 20 19:32 .. 19:44:53 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:30 .blubracket 19:44:53 -rw-rw-r-- 1 1001 1001 10 Sep 20 19:30 .dockerignore 19:44:53 drwxrwxr-x 8 1001 1001 4096 Sep 20 19:30 .git 19:44:53 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:30 .github 19:44:53 -rw-rw-r-- 1 1001 1001 1102 Sep 20 19:30 .gitignore 19:44:53 -rw-rw-r-- 1 1001 1001 42 Sep 20 19:30 .golangci.yml 19:44:53 -rw-rw-r-- 1 1001 1001 100 Sep 20 19:30 .hadolint.yml 19:44:53 -rw-rw-r-- 1 1001 1001 155 Sep 20 19:30 .sonarcloud.properties 19:44:53 -rw-rw-r-- 1 1001 1001 1171 Sep 20 19:30 ADOPTERS.md 19:44:53 -rw-rw-r-- 1 1001 1001 21286 Sep 20 19:30 Attribution.txt 19:44:53 -rw-rw-r-- 1 1001 1001 100284 Sep 20 19:30 CHANGELOG.md 19:44:53 -rw-rw-r-- 1 1001 1001 3804 Sep 20 19:30 CONTRIBUTING.md 19:44:53 -rw-rw-r-- 1 1001 1001 677 Sep 20 19:30 GOVERNANCE.md 19:44:53 -rw-rw-r-- 1 1001 1001 861 Sep 20 19:30 Jenkinsfile 19:44:53 -rw-rw-r-- 1 1001 1001 10775 Sep 20 19:30 LICENSE 19:44:53 -rw-rw-r-- 1 1001 1001 16854 Sep 20 19:30 Makefile 19:44:53 -rw-rw-r-- 1 1001 1001 582 Sep 20 19:30 OWNERS.md 19:44:53 -rw-rw-r-- 1 1001 1001 9528 Sep 20 19:30 README.md 19:44:53 -rw-rw-r-- 1 1001 1001 789 Sep 20 19:30 SECURITY.md 19:44:53 -rw-rw-r-- 1 1001 1001 5 Sep 20 19:27 VERSION 19:44:53 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:30 bin 19:44:53 drwxrwxr-x 20 1001 1001 4096 Sep 20 19:30 cmd 19:44:53 -rw-r--r-- 1 root root 566233 Sep 20 19:40 coverage.out 19:44:53 drwxrwxr-x 2 1001 1001 4096 Sep 20 19:30 fuzz_test 19:44:53 -rw-rw-r-- 1 1001 1001 7305 Sep 20 19:30 go.mod 19:44:53 -rw-rw-r-- 1 1001 1001 102748 Sep 20 19:30 go.sum 19:44:53 drwxrwxr-x 7 1001 1001 4096 Sep 20 19:30 internal 19:44:53 drwxrwxr-x 3 1001 1001 4096 Sep 20 19:30 openapi 19:44:53 -rw-rw-r-- 1 1001 1001 584 Sep 20 19:30 security.txt 19:44:53 -rw-rw-r-- 1 1001 1001 204 Sep 20 19:30 version.go [Pipeline] sh 19:44:54 + '[' -e coverage.out ] 19:44:54 + chown 1001:1001 coverage.out [Pipeline] stash 19:44:54 Warning: overwriting stash ‘coverage-report’ 19:44:55 Stashed 1 file(s) [Pipeline] sh 19:44:55 + make build 19:44:55 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 19:48:17 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 19:48:18 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 19:48:26 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 19:48:30 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:48:38 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 19:49:04 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 19:49:15 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:49:25 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 19:49:35 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 19:49:39 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 19:49:42 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 19:49:46 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 19:49:51 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] } 19:49:54 $ docker stop --time=1 5003565ae69d7caf4f14398399e1f2b9428d1b5c4eac55b65353bb9884a66993 19:49:57 $ docker rm -f --volumes 5003565ae69d7caf4f14398399e1f2b9428d1b5c4eac55b65353bb9884a66993 [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 19:50:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:50:01 19:50:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:50:02 latest: Pulling from edgex-devops/edgex-compose-arm64 19:50:02 547446be3368: Pulling fs layer 19:50:02 d125d8839a47: Pulling fs layer 19:50:02 3e85d5ac6304: Pulling fs layer 19:50:02 c3105a71a48b: Pulling fs layer 19:50:02 0f093f025ec4: Pulling fs layer 19:50:02 c3106fc0e877: Pulling fs layer 19:50:02 c3105a71a48b: Waiting 19:50:02 c3106fc0e877: Waiting 19:50:02 0f093f025ec4: Waiting 19:50:02 547446be3368: Verifying Checksum 19:50:02 547446be3368: Download complete 19:50:02 c3105a71a48b: Verifying Checksum 19:50:02 c3105a71a48b: Download complete 19:50:02 d125d8839a47: Verifying Checksum 19:50:02 d125d8839a47: Download complete 19:50:02 c3106fc0e877: Verifying Checksum 19:50:02 c3106fc0e877: Download complete 19:50:02 0f093f025ec4: Verifying Checksum 19:50:02 0f093f025ec4: Download complete 19:50:02 547446be3368: Pull complete 19:50:03 d125d8839a47: Pull complete 19:50:04 3e85d5ac6304: Download complete 19:50:14 3e85d5ac6304: Pull complete 19:50:14 c3105a71a48b: Pull complete 19:50:15 0f093f025ec4: Pull complete 19:50:15 c3106fc0e877: Pull complete 19:50:15 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 19:50:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:50:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:50:16 prd-ubuntu20.04-docker-arm64-4c-16g-10756 does not seem to be running inside a container 19:50:16 $ 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 19:50:18 $ docker top 3b85389e955bf983c6ff0e05ae33ec887be5cbee71d3ce1515f355c6fdbde421 -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:18 + docker compose -f ./docker-compose-build.yml build --parallel 19:50:28 #1 [security-spire-agent internal] load build definition from Dockerfile 19:50:28 #1 transferring dockerfile: 1.81kB 0.0s done 19:50:28 #1 DONE 0.1s 19:50:29 19:50:29 #2 [core-command internal] load build definition from Dockerfile 19:50:29 #2 transferring dockerfile: 1.93kB 0.0s done 19:50:29 #2 DONE 0.0s 19:50:29 19:50:29 #3 [support-scheduler internal] load build definition from Dockerfile 19:50:29 #3 transferring dockerfile: 1.93kB done 19:50:29 #3 DONE 0.1s 19:50:29 19:50:29 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:50:29 #4 transferring dockerfile: 1.89kB done 19:50:29 #4 DONE 0.1s 19:50:29 19:50:29 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:50:29 #5 transferring dockerfile: 2.23kB done 19:50:29 #5 DONE 0.1s 19:50:29 19:50:29 #6 [core-data internal] load build definition from Dockerfile 19:50:29 #6 transferring dockerfile: 2.07kB done 19:50:29 #6 DONE 0.1s 19:50:29 19:50:29 #7 [security-proxy-auth internal] load build definition from Dockerfile 19:50:29 #7 transferring dockerfile: 2.15kB done 19:50:29 #7 DONE 0.1s 19:50:29 19:50:29 #8 [security-spire-server internal] load build definition from Dockerfile 19:50:29 #8 transferring dockerfile: 1.70kB done 19:50:29 #8 DONE 0.1s 19:50:29 19:50:29 #9 [core-keeper internal] load build definition from Dockerfile 19:50:29 #9 transferring dockerfile: 2.07kB 0.0s done 19:50:29 #9 DONE 0.1s 19:50:29 19:50:29 #10 [security-bootstrapper internal] load build definition from Dockerfile 19:50:29 #10 transferring dockerfile: 3.17kB done 19:50:29 #10 DONE 0.1s 19:50:29 19:50:29 #11 [support-cron-scheduler internal] load build definition from Dockerfile 19:50:29 #11 transferring dockerfile: 1.85kB done 19:50:29 #11 DONE 0.1s 19:50:29 19:50:29 #12 [core-metadata internal] load build definition from Dockerfile 19:50:30 #12 transferring dockerfile: 2.06kB 0.0s done 19:50:30 #12 DONE 0.1s 19:50:30 19:50:30 #13 [security-secretstore-setup internal] load build definition from Dockerfile 19:50:30 #13 transferring dockerfile: 2.49kB done 19:50:30 #13 DONE 0.1s 19:50:30 19:50:30 #14 [support-notifications internal] load build definition from Dockerfile 19:50:30 #14 transferring dockerfile: 1.95kB done 19:50:30 #14 DONE 0.1s 19:50:30 19:50:30 #15 [security-proxy-setup internal] load build definition from Dockerfile 19:50:30 #15 transferring dockerfile: 2.50kB done 19:50:30 #15 DONE 0.1s 19:50:30 19:50:30 #16 [security-spire-config internal] load build definition from Dockerfile 19:50:30 #16 transferring dockerfile: 1.69kB done 19:50:30 #16 DONE 0.1s 19:50:30 19:50:30 #17 [security-spire-agent internal] load .dockerignore 19:50:30 #17 transferring context: 19:50:30 #17 transferring context: 50B 0.0s done 19:50:30 #17 DONE 0.1s 19:50:30 19:50:30 #18 [core-command internal] load .dockerignore 19:50:30 #18 transferring context: 50B done 19:50:30 #18 DONE 0.0s 19:50:31 19:50:31 #19 [support-scheduler internal] load .dockerignore 19:50:31 #19 transferring context: 50B 0.0s done 19:50:31 #19 DONE 0.1s 19:50:31 19:50:31 #20 [security-spiffe-token-provider internal] load .dockerignore 19:50:31 #20 transferring context: 50B 0.0s done 19:50:31 #20 DONE 0.1s 19:50:31 19:50:31 #21 [core-common-config-bootstrapper internal] load .dockerignore 19:50:31 #21 transferring context: 50B 0.0s done 19:50:31 #21 DONE 0.1s 19:50:31 19:50:31 #22 [core-data internal] load .dockerignore 19:50:31 #22 transferring context: 50B done 19:50:31 #22 DONE 0.1s 19:50:31 19:50:31 #23 [security-proxy-auth internal] load .dockerignore 19:50:31 #23 transferring context: 50B 0.0s done 19:50:31 #23 DONE 0.1s 19:50:31 19:50:31 #24 [security-spire-server internal] load .dockerignore 19:50:31 #24 transferring context: 50B 0.0s done 19:50:31 #24 DONE 0.1s 19:50:31 19:50:31 #25 [core-keeper internal] load .dockerignore 19:50:31 #25 transferring context: 50B done 19:50:31 #25 DONE 0.1s 19:50:31 19:50:31 #26 [security-bootstrapper internal] load .dockerignore 19:50:31 #26 transferring context: 50B 0.0s done 19:50:31 #26 DONE 0.1s 19:50:31 19:50:31 #27 [support-cron-scheduler internal] load .dockerignore 19:50:31 #27 transferring context: 50B 0.0s done 19:50:31 #27 DONE 0.1s 19:50:31 19:50:31 #28 [core-metadata internal] load .dockerignore 19:50:31 #28 transferring context: 50B 0.0s done 19:50:31 #28 DONE 0.1s 19:50:31 19:50:31 #29 [security-secretstore-setup internal] load .dockerignore 19:50:31 #29 transferring context: 50B 0.0s done 19:50:31 #29 DONE 0.1s 19:50:31 19:50:31 #30 [support-notifications internal] load .dockerignore 19:50:31 #30 transferring context: 50B done 19:50:31 #30 DONE 0.1s 19:50:31 19:50:31 #31 [security-proxy-setup internal] load .dockerignore 19:50:31 #31 transferring context: 50B done 19:50:31 #31 DONE 0.1s 19:50:31 19:50:31 #32 [security-spire-config internal] load .dockerignore 19:50:31 #32 transferring context: 50B 0.0s done 19:50:31 #32 DONE 0.1s 19:50:31 19:50:31 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 19:50:31 #33 ... 19:50:31 19:50:31 #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 19:50:31 #34 DONE 0.2s 19:50:32 19:50:32 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:50:32 #35 DONE 0.6s 19:50:32 19:50:32 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 19:50:32 #33 DONE 0.6s 19:50:32 19:50:32 #36 [security-spire-agent internal] load build context 19:50:32 #36 transferring context: 27.24kB 0.0s done 19:50:32 #36 DONE 0.1s 19:50:32 19:50:32 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:32 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 19:50:32 #37 ... 19:50:32 19:50:32 #38 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:32 #38 DONE 0.0s 19:50:32 19:50:32 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:32 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.0s 19:50:32 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.0s 19:50:32 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:50:32 #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 19:50:32 #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 19:50:32 #37 ... 19:50:32 19:50:32 #38 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:32 #38 DONE 0.0s 19:50:32 19:50:32 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:32 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 19:50:32 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s 19:50:33 #37 ... 19:50:33 19:50:33 #38 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:33 #38 DONE 0.0s 19:50:33 19:50:33 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:33 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 19:50:33 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s 19:50:33 #37 ... 19:50:33 19:50:33 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 19:50:33 #34 DONE 0.3s 19:50:33 19:50:33 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:33 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 19:50:33 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.3s 19:50:33 #37 ... 19:50:33 19:50:33 #38 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:33 #38 DONE 0.0s 19:50:33 19:50:33 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:33 #37 ... 19:50:33 19:50:33 #38 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:33 #38 DONE 0.0s 19:50:33 19:50:33 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:33 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.22MB / 28.04MB 0.6s 19:50:33 #37 ... 19:50:33 19:50:33 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 19:50:33 #34 DONE 0.5s 19:50:33 19:50:33 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:33 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:33 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:33 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:33 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:33 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:33 #39 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 19:50:33 #39 ... 19:50:33 19:50:33 #38 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:33 #38 DONE 0.0s 19:50:34 19:50:34 #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 19:50:34 #34 DONE 0.8s 19:50:34 19:50:34 #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:50:34 #35 DONE 0.9s 19:50:34 19:50:34 #39 [core-keeper stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:34 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:34 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:34 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:34 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:34 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:34 #39 ... 19:50:34 19:50:34 #38 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:34 #38 DONE 0.0s 19:50:34 19:50:34 #39 [core-keeper stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:34 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:34 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:34 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:34 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:34 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:34 #39 ... 19:50:34 19:50:34 #38 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:34 #38 DONE 0.0s 19:50:34 19:50:34 #39 [security-spire-server stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:34 #39 ... 19:50:34 19:50:34 #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:50:34 #34 DONE 1.3s 19:50:34 19:50:34 #39 [support-cron-scheduler stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:34 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:34 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:34 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:34 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:34 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:34 #39 ... 19:50:34 19:50:34 #38 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:34 #38 DONE 0.1s 19:50:34 19:50:34 #39 [security-bootstrapper stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:34 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:34 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:34 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:34 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:34 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:34 #39 ... 19:50:34 19:50:34 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 19:50:34 #34 DONE 1.4s 19:50:35 19:50:35 #39 [core-metadata stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:35 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:35 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:35 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:35 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:35 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:35 #39 ... 19:50:35 19:50:35 #38 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:35 #38 DONE 0.1s 19:50:35 19:50:35 #39 [core-metadata stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:35 #39 ... 19:50:35 19:50:35 #38 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:35 #38 DONE 0.1s 19:50:35 19:50:35 #39 [core-metadata stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:35 #39 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 2.8s done 19:50:36 #39 ... 19:50:36 19:50:36 #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 19:50:36 #34 DONE 2.0s 19:50:36 19:50:36 #38 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:50:36 #38 DONE 0.1s 19:50:36 19:50:36 #39 [security-secretstore-setup stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:36 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:36 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:36 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:36 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:36 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:36 #39 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 2.8s done 19:50:36 #39 ... 19:50:36 19:50:36 #40 [security-spire-server internal] load build context 19:50:36 #40 transferring context: 27.71kB 0.2s done 19:50:36 #40 DONE 1.9s 19:50:36 19:50:36 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:36 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 19:50:36 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 19:50:36 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 19:50:36 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:50:36 #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 19:50:36 #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 19:50:36 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 19:50:36 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.6s done 19:50:36 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 19:50:36 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 19:50:36 #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 19:50:36 #37 ... 19:50:36 19:50:36 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 19:50:36 #34 DONE 2.8s 19:50:36 19:50:36 #39 [security-proxy-setup stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:36 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:36 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:36 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:36 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:36 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:36 #39 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 2.8s done 19:50:36 #39 ... 19:50:36 19:50:36 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:50:36 #35 DONE 1.6s 19:50:37 19:50:37 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:37 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 19:50:37 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 19:50:37 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 19:50:37 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:50:37 #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 19:50:37 #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 19:50:37 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 19:50:37 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.6s done 19:50:37 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 19:50:37 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 19:50:37 #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 19:50:37 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19:50:40 #37 ... 19:50:40 19:50:40 #41 [security-spire-config internal] load build context 19:50:40 #41 transferring context: 25.96kB 0.2s done 19:50:40 #41 DONE 2.8s 19:50:40 19:50:40 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:41 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.4s 19:50:42 #37 ... 19:50:42 19:50:42 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:50:42 #42 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done 19:50:42 #42 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 19:50:42 #42 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 19:50:42 #42 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 19:50:42 #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 19:50:42 #42 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.1s done 19:50:42 #42 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 19:50:42 #42 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 19:50:42 #42 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 3.4s done 19:50:42 #42 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 19:50:42 #42 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.9s 19:50:42 #42 ... 19:50:42 19:50:42 #43 [support-scheduler internal] load build context 19:50:42 #43 ... 19:50:42 19:50:42 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:42 #37 ... 19:50:42 19:50:42 #44 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:50:42 #44 DONE 10.3s 19:50:42 19:50:42 #45 [core-command internal] load build context 19:50:42 #45 ... 19:50:42 19:50:42 #46 [security-spiffe-token-provider internal] load build context 19:50:43 #46 ... 19:50:43 19:50:43 #47 [core-common-config-bootstrapper internal] load build context 19:50:43 #47 ... 19:50:43 19:50:43 #48 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 19:50:43 #48 ... 19:50:43 19:50:43 #49 [security-proxy-auth internal] load build context 19:50:43 #49 ... 19:50:43 19:50:43 #50 [core-data internal] load build context 19:50:43 #50 transferring context: 41.83MB 9.4s 19:50:43 #50 ... 19:50:43 19:50:43 #47 [core-common-config-bootstrapper internal] load build context 19:50:44 #47 ... 19:50:44 19:50:44 #51 [core-keeper internal] load build context 19:50:44 #51 ... 19:50:44 19:50:44 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:44 #37 ... 19:50:44 19:50:44 #52 [support-cron-scheduler internal] load build context 19:50:44 #52 ... 19:50:44 19:50:44 #51 [core-keeper internal] load build context 19:50:44 #51 ... 19:50:44 19:50:44 #53 [security-bootstrapper internal] load build context 19:50:45 #53 ... 19:50:45 19:50:45 #48 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 19:50:45 #48 DONE 2.1s 19:50:45 19:50:45 #53 [security-bootstrapper internal] load build context 19:50:45 #53 ... 19:50:45 19:50:45 #54 [core-metadata internal] load build context 19:50:45 #54 ... 19:50:45 19:50:45 #49 [security-proxy-auth internal] load build context 19:50:46 #49 ... 19:50:46 19:50:46 #55 [security-secretstore-setup internal] load build context 19:50:46 #55 ... 19:50:46 19:50:46 #56 [support-notifications internal] load build context 19:50:46 #56 ... 19:50:46 19:50:46 #55 [security-secretstore-setup internal] load build context 19:50:46 #55 ... 19:50:46 19:50:46 #57 [security-proxy-setup internal] load build context 19:50:46 #57 ... 19:50:46 19:50:46 #54 [core-metadata internal] load build context 19:50:47 #54 ... 19:50:47 19:50:47 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 19:50:47 #39 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.1s done 19:50:47 #39 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 19:50:47 #39 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 19:50:47 #39 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 19:50:47 #39 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 19:50:47 #39 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 2.8s done 19:50:47 #39 ... 19:50:47 19:50:47 #57 [security-proxy-setup internal] load build context 19:50:48 #57 ... 19:50:48 19:50:48 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:50:48 #0 8.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:48 #0 9.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:48 #58 ... 19:50:48 19:50:48 #57 [security-proxy-setup internal] load build context 19:50:48 #57 ... 19:50:48 19:50:48 #59 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:50:48 #0 9.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:48 #59 ... 19:50:48 19:50:48 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:50:48 #58 10.58 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:50:48 #58 10.58 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:50:48 #58 10.58 OK: 19946 distinct packages available 19:50:49 #58 ... 19:50:49 19:50:49 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:50:49 #60 ... 19:50:49 19:50:49 #61 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:50:49 #61 ... 19:50:49 19:50:49 #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:50:49 #0 7.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:49 #0 8.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:49 #62 10.22 (1/1) Installing dumb-init (1.2.5-r2) 19:50:49 #62 ... 19:50:49 19:50:49 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:50:49 #63 ... 19:50:49 19:50:49 #64 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:49 #64 ... 19:50:49 19:50:49 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 19:50:49 #65 ... 19:50:49 19:50:49 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:50:49 #66 ... 19:50:49 19:50:49 #67 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:50:50 #67 ... 19:50:50 19:50:50 #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:50:50 #68 ... 19:50:50 19:50:50 #46 [security-spiffe-token-provider internal] load build context 19:50:50 #46 transferring context: 53.91MB 16.5s 19:50:50 #46 ... 19:50:50 19:50:50 #59 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:50:50 #59 11.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:51 #59 ... 19:50:51 19:50:51 #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:50:51 #62 10.37 Executing busybox-1.36.1-r7.trigger 19:50:51 #62 10.42 OK: 8 MiB in 16 packages 19:50:51 #62 DONE 12.0s 19:50:51 19:50:51 #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade 19:50:53 #69 ... 19:50:53 19:50:53 #43 [support-scheduler internal] load build context 19:50:53 #43 ... 19:50:53 19:50:53 #59 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:50:53 #59 13.97 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:50:53 #59 13.97 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:50:53 #59 13.97 OK: 19946 distinct packages available 19:50:53 #59 ... 19:50:53 19:50:53 #45 [core-command internal] load build context 19:50:53 #45 ... 19:50:53 19:50:53 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:50:53 #42 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 17.1s 19:50:53 #42 ... 19:50:53 19:50:53 #64 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:53 #64 DONE 14.1s 19:50:53 19:50:53 #46 [security-spiffe-token-provider internal] load build context 19:50:53 #46 ... 19:50:53 19:50:53 #50 [core-data internal] load build context 19:50:53 #50 ... 19:50:53 19:50:53 #46 [security-spiffe-token-provider internal] load build context 19:50:54 #46 ... 19:50:54 19:50:54 #47 [core-common-config-bootstrapper internal] load build context 19:50:54 #47 ... 19:50:54 19:50:54 #46 [security-spiffe-token-provider internal] load build context 19:50:55 #46 ... 19:50:55 19:50:55 #52 [support-cron-scheduler internal] load build context 19:50:55 #52 ... 19:50:55 19:50:55 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:50:55 #58 10.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:55 #58 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:55 #58 15.06 (1/4) Installing dumb-init (1.2.5-r2) 19:50:55 #58 15.06 (2/4) Installing musl-obstack (1.2.3-r2) 19:50:55 #58 15.06 (3/4) Installing libucontext (1.2-r2) 19:50:55 #58 15.06 (4/4) Installing gcompat (1.1.0-r1) 19:50:55 #58 15.06 Executing busybox-1.36.1-r7.trigger 19:50:55 #58 15.06 OK: 8 MiB in 19 packages 19:50:55 #58 DONE 16.6s 19:50:55 19:50:55 #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:50:55 #68 15.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:55 #68 ... 19:50:55 19:50:55 #51 [core-keeper internal] load build context 19:50:55 #51 transferring context: 38.54MB 20.0s 19:50:55 #51 ... 19:50:55 19:50:55 #52 [support-cron-scheduler internal] load build context 19:50:55 #52 ... 19:50:55 19:50:55 #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:50:55 #61 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:55 #61 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:55 #61 15.23 (1/1) Installing dumb-init (1.2.5-r2) 19:50:55 #61 15.23 Executing busybox-1.36.1-r7.trigger 19:50:55 #61 15.41 OK: 8 MiB in 16 packages 19:50:55 #61 DONE 16.7s 19:50:55 19:50:55 #70 [core-data builder 3/7] RUN apk add --update --no-cache make git 19:50:55 #70 ... 19:50:55 19:50:55 #71 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:50:55 #71 ... 19:50:55 19:50:55 #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:50:55 #72 ... 19:50:55 19:50:55 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:50:56 #73 ... 19:50:56 19:50:56 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:56 #74 ... 19:50:56 19:50:56 #49 [security-proxy-auth internal] load build context 19:50:56 #49 ... 19:50:56 19:50:56 #56 [support-notifications internal] load build context 19:50:56 #56 ... 19:50:56 19:50:56 #53 [security-bootstrapper internal] load build context 19:50:56 #53 ... 19:50:56 19:50:56 #56 [support-notifications internal] load build context 19:50:56 #56 ... 19:50:56 19:50:56 #55 [security-secretstore-setup internal] load build context 19:50:56 #55 ... 19:50:56 19:50:56 #56 [support-notifications internal] load build context 19:50:57 #56 ... 19:50:57 19:50:57 #54 [core-metadata internal] load build context 19:50:57 #54 ... 19:50:57 19:50:57 #55 [security-secretstore-setup internal] load build context 19:50:57 #55 ... 19:50:57 19:50:57 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:50:57 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.1s 19:50:57 #37 ... 19:50:57 19:50:57 #55 [security-secretstore-setup internal] load build context 19:50:58 #55 ... 19:50:58 19:50:58 #59 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:50:58 #59 14.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:50:58 #59 15.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:50:58 #59 18.46 (1/5) Installing dumb-init (1.2.5-r2) 19:50:58 #59 18.46 (2/5) Installing musl-obstack (1.2.3-r2) 19:50:58 #59 18.46 (3/5) Installing libucontext (1.2-r2) 19:50:58 #59 18.46 (4/5) Installing gcompat (1.1.0-r1) 19:50:58 #59 18.46 (5/5) Installing openssl (3.1.7-r0) 19:50:58 #59 18.46 Executing busybox-1.36.1-r7.trigger 19:50:58 #59 18.46 OK: 9 MiB in 20 packages 19:50:58 #59 DONE 20.8s 19:50:58 19:50:58 #57 [security-proxy-setup internal] load build context 19:50:59 #57 ... 19:50:59 19:50:59 #75 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 19:51:01 #75 ... 19:51:01 19:51:01 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:51:01 #60 12.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:01 #60 13.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:01 #60 16.31 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:51:01 #60 16.31 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:51:01 #60 16.31 OK: 19946 distinct packages available 19:51:01 #60 16.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:01 #60 17.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:01 #60 19.38 (1/11) Installing ca-certificates (20240226-r0) 19:51:01 #60 19.58 (2/11) Installing brotli-libs (1.0.9-r14) 19:51:01 #60 19.58 (3/11) Installing libunistring (1.1-r1) 19:51:01 #60 19.68 (4/11) Installing libidn2 (2.3.4-r1) 19:51:01 #60 19.68 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:51:01 #60 19.75 (6/11) Installing libcurl (8.9.1-r0) 19:51:01 #60 19.75 (7/11) Installing curl (8.9.1-r0) 19:51:01 #60 19.75 (8/11) Installing dumb-init (1.2.5-r2) 19:51:01 #60 19.77 (9/11) Installing musl-obstack (1.2.3-r2) 19:51:01 #60 19.78 (10/11) Installing libucontext (1.2-r2) 19:51:01 #60 19.79 (11/11) Installing gcompat (1.1.0-r1) 19:51:01 #60 19.80 Executing busybox-1.36.1-r7.trigger 19:51:01 #60 19.85 Executing ca-certificates-20240226-r0.trigger 19:51:01 #60 20.35 OK: 13 MiB in 26 packages 19:51:01 #60 DONE 22.6s 19:51:01 19:51:01 #47 [core-common-config-bootstrapper internal] load build context 19:51:01 #47 transferring context: 65.04MB 28.1s 19:51:01 #47 ... 19:51:01 19:51:01 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:51:02 #76 ... 19:51:02 19:51:02 #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:51:02 #68 16.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:02 #68 19.08 (1/3) Installing ca-certificates (20240226-r0) 19:51:02 #68 19.22 (2/3) Installing dumb-init (1.2.5-r2) 19:51:02 #68 19.22 (3/3) Installing tzdata (2024a-r0) 19:51:02 #68 19.94 Executing busybox-1.36.1-r7.trigger 19:51:02 #68 19.96 Executing ca-certificates-20240226-r0.trigger 19:51:02 #68 20.87 OK: 12 MiB in 18 packages 19:51:02 #68 DONE 23.3s 19:51:02 19:51:02 #47 [core-common-config-bootstrapper internal] load build context 19:51:03 #47 ... 19:51:03 19:51:03 #43 [support-scheduler internal] load build context 19:51:03 #43 ... 19:51:03 19:51:03 #47 [core-common-config-bootstrapper internal] load build context 19:51:03 #47 ... 19:51:03 19:51:03 #45 [core-command internal] load build context 19:51:03 #45 ... 19:51:03 19:51:03 #47 [core-common-config-bootstrapper internal] load build context 19:51:03 #47 ... 19:51:03 19:51:03 #77 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 19:51:03 #77 ... 19:51:03 19:51:03 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:51:03 #42 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 27.8s 19:51:04 #42 ... 19:51:04 19:51:04 #50 [core-data internal] load build context 19:51:04 #50 ... 19:51:04 19:51:04 #47 [core-common-config-bootstrapper internal] load build context 19:51:04 #47 ... 19:51:04 19:51:04 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:04 #74 DONE 19.1s 19:51:04 19:51:04 #47 [core-common-config-bootstrapper internal] load build context 19:51:05 #47 ... 19:51:05 19:51:05 #46 [security-spiffe-token-provider internal] load build context 19:51:05 #46 ... 19:51:05 19:51:05 #47 [core-common-config-bootstrapper internal] load build context 19:51:05 #47 ... 19:51:05 19:51:05 #51 [core-keeper internal] load build context 19:51:05 #51 ... 19:51:05 19:51:05 #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:51:05 #78 ... 19:51:05 19:51:05 #52 [support-cron-scheduler internal] load build context 19:51:05 #52 ... 19:51:05 19:51:05 #79 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 19:51:05 #79 ... 19:51:05 19:51:05 #50 [core-data internal] load build context 19:51:06 #50 ... 19:51:06 19:51:06 #49 [security-proxy-auth internal] load build context 19:51:06 #49 ... 19:51:06 19:51:06 #50 [core-data internal] load build context 19:51:06 #50 transferring context: 81.01MB 32.5s 19:51:06 #50 ... 19:51:06 19:51:06 #53 [security-bootstrapper internal] load build context 19:51:07 #53 ... 19:51:07 19:51:07 #50 [core-data internal] load build context 19:51:07 #50 ... 19:51:07 19:51:07 #67 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:51:07 #67 21.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:07 #67 22.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:07 #67 24.87 (1/4) Installing dumb-init (1.2.5-r2) 19:51:07 #67 24.87 (2/4) Installing openssl (3.1.7-r0) 19:51:07 #67 24.87 (3/4) Installing su-exec (0.2-r3) 19:51:07 #67 24.87 (4/4) Installing yq (4.33.3-r5) 19:51:07 #67 25.60 Executing busybox-1.36.1-r7.trigger 19:51:07 #67 25.69 OK: 18 MiB in 19 packages 19:51:07 #67 DONE 27.6s 19:51:07 19:51:07 #50 [core-data internal] load build context 19:51:07 #50 ... 19:51:07 19:51:07 #56 [support-notifications internal] load build context 19:51:07 #56 ... 19:51:07 19:51:07 #54 [core-metadata internal] load build context 19:51:07 #54 ... 19:51:07 19:51:07 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:51:07 #63 20.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:07 #63 22.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:07 #63 24.83 (1/2) Installing ca-certificates (20240226-r0) 19:51:07 #63 25.14 (2/2) Installing dumb-init (1.2.5-r2) 19:51:07 #63 25.19 Executing busybox-1.36.1-r7.trigger 19:51:07 #63 25.47 Executing ca-certificates-20240226-r0.trigger 19:51:07 #63 26.48 OK: 9 MiB in 17 packages 19:51:07 #63 DONE 28.0s 19:51:07 19:51:07 #56 [support-notifications internal] load build context 19:51:07 #56 ... 19:51:07 19:51:07 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:51:07 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 29.9s 19:51:08 #37 ... 19:51:08 19:51:08 #54 [core-metadata internal] load build context 19:51:09 #54 ... 19:51:09 19:51:09 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 19:51:09 #65 20.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:09 #65 22.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:09 #65 26.78 (1/2) Installing dumb-init (1.2.5-r2) 19:51:09 #65 26.78 (2/2) Installing su-exec (0.2-r3) 19:51:09 #65 26.78 Executing busybox-1.36.1-r7.trigger 19:51:09 #65 26.78 OK: 8 MiB in 17 packages 19:51:09 #65 DONE 29.4s 19:51:09 19:51:09 #54 [core-metadata internal] load build context 19:51:09 #54 ... 19:51:09 19:51:09 #55 [security-secretstore-setup internal] load build context 19:51:09 #55 ... 19:51:09 19:51:09 #54 [core-metadata internal] load build context 19:51:09 #54 ... 19:51:09 19:51:09 #57 [security-proxy-setup internal] load build context 19:51:09 #57 ... 19:51:09 19:51:09 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:51:09 #37 ... 19:51:09 19:51:09 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:51:09 #66 20.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:09 #66 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:09 #66 25.30 (1/4) Installing ca-certificates (20240226-r0) 19:51:09 #66 25.53 (2/4) Installing dumb-init (1.2.5-r2) 19:51:09 #66 25.53 (3/4) Installing su-exec (0.2-r3) 19:51:09 #66 25.53 (4/4) Installing yq (4.33.3-r5) 19:51:09 #66 26.38 Executing busybox-1.36.1-r7.trigger 19:51:09 #66 26.46 Executing ca-certificates-20240226-r0.trigger 19:51:09 #66 27.75 OK: 18 MiB in 19 packages 19:51:09 #66 DONE 30.6s 19:51:09 19:51:09 #50 [core-data internal] load build context 19:51:10 #50 ... 19:51:10 19:51:10 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:51:10 #70 17.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:10 #70 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:10 #70 22.86 OK: 266 MiB in 52 packages 19:51:10 #70 DONE 25.4s 19:51:10 19:51:10 #50 [core-data internal] load build context 19:51:11 #50 transferring context: 88.45MB 37.6s 19:51:12 #50 ... 19:51:12 19:51:12 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:51:12 #73 18.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:12 #73 19.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:12 #73 22.91 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:51:12 #73 22.91 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:51:12 #73 22.91 OK: 19955 distinct packages available 19:51:12 #73 23.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:12 #73 23.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:12 #73 25.38 OK: 266 MiB in 52 packages 19:51:12 #73 DONE 26.9s 19:51:12 19:51:12 #50 [core-data internal] load build context 19:51:13 #50 ... 19:51:13 19:51:13 #71 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:51:13 #71 23.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:13 #71 23.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:13 #71 25.66 OK: 266 MiB in 52 packages 19:51:13 #71 DONE 27.5s 19:51:13 19:51:13 #50 [core-data internal] load build context 19:51:13 #50 ... 19:51:13 19:51:13 #80 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:51:13 #80 ... 19:51:13 19:51:13 #57 [security-proxy-setup internal] load build context 19:51:13 #57 ... 19:51:13 19:51:13 #43 [support-scheduler internal] load build context 19:51:13 #43 ... 19:51:13 19:51:13 #57 [security-proxy-setup internal] load build context 19:51:13 #57 ... 19:51:13 19:51:13 #45 [core-command internal] load build context 19:51:13 #45 ... 19:51:13 19:51:13 #57 [security-proxy-setup internal] load build context 19:51:14 #57 ... 19:51:14 19:51:14 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:51:14 #42 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 37.8s done 19:51:14 #42 ... 19:51:14 19:51:14 #57 [security-proxy-setup internal] load build context 19:51:15 #57 ... 19:51:15 19:51:15 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:51:15 #81 ... 19:51:15 19:51:15 #57 [security-proxy-setup internal] load build context 19:51:15 #57 ... 19:51:15 19:51:15 #46 [security-spiffe-token-provider internal] load build context 19:51:15 #46 ... 19:51:15 19:51:15 #57 [security-proxy-setup internal] load build context 19:51:15 #57 ... 19:51:15 19:51:15 #47 [core-common-config-bootstrapper internal] load build context 19:51:15 #47 ... 19:51:15 19:51:15 #57 [security-proxy-setup internal] load build context 19:51:15 #57 ... 19:51:15 19:51:15 #51 [core-keeper internal] load build context 19:51:15 #51 ... 19:51:15 19:51:15 #57 [security-proxy-setup internal] load build context 19:51:15 #57 ... 19:51:15 19:51:15 #52 [support-cron-scheduler internal] load build context 19:51:16 #52 ... 19:51:16 19:51:16 #79 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 19:51:16 #79 20.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:17 #79 ... 19:51:17 19:51:17 #49 [security-proxy-auth internal] load build context 19:51:17 #49 transferring context: 80.49MB 42.7s 19:51:17 #49 ... 19:51:17 19:51:17 #53 [security-bootstrapper internal] load build context 19:51:17 #53 ... 19:51:17 19:51:17 #49 [security-proxy-auth internal] load build context 19:51:17 #49 ... 19:51:17 19:51:17 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:51:17 #82 ... 19:51:17 19:51:17 #79 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 19:51:17 #79 22.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:17 #79 ... 19:51:17 19:51:17 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:51:17 #72 27.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:17 #72 27.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:17 #72 29.54 OK: 266 MiB in 52 packages 19:51:17 #72 DONE 32.6s 19:51:18 19:51:18 #50 [core-data internal] load build context 19:51:18 #50 ... 19:51:18 19:51:18 #56 [support-notifications internal] load build context 19:51:18 #56 ... 19:51:18 19:51:18 #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:51:18 #83 ... 19:51:18 19:51:18 #50 [core-data internal] load build context 19:51:19 #50 ... 19:51:19 19:51:19 #54 [core-metadata internal] load build context 19:51:19 #54 ... 19:51:19 19:51:19 #55 [security-secretstore-setup internal] load build context 19:51:19 #55 ... 19:51:19 19:51:19 #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 19:51:19 #84 ... 19:51:19 19:51:19 #55 [security-secretstore-setup internal] load build context 19:51:20 #55 ... 19:51:20 19:51:20 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:51:20 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 43.0s 19:51:20 #37 ... 19:51:20 19:51:20 #55 [security-secretstore-setup internal] load build context 19:51:20 #55 ... 19:51:20 19:51:20 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:51:20 #42 DONE 47.7s 19:51:20 19:51:20 #49 [security-proxy-auth internal] load build context 19:51:20 #49 ... 19:51:20 19:51:20 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:51:20 #85 ... 19:51:20 19:51:20 #49 [security-proxy-auth internal] load build context 19:51:21 #49 ... 19:51:21 19:51:21 #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade 19:51:21 #69 23.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:21 #69 23.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:21 #69 27.50 OK: 8 MiB in 16 packages 19:51:21 #69 DONE 29.9s 19:51:21 19:51:21 #49 [security-proxy-auth internal] load build context 19:51:22 #49 transferring context: 87.83MB 47.9s 19:51:22 #49 ... 19:51:22 19:51:22 #77 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 19:51:22 #77 19.23 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:22 #77 20.47 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:22 #77 24.91 (1/1) Installing dumb-init (1.2.5-r2) 19:51:22 #77 26.10 Executing busybox-1.36.1-r7.trigger 19:51:22 #77 26.24 OK: 8 MiB in 16 packages 19:51:22 #77 DONE 29.0s 19:51:22 19:51:22 #49 [security-proxy-auth internal] load build context 19:51:23 #49 ... 19:51:23 19:51:23 #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 19:51:23 #75 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:23 #75 18.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:23 #75 22.39 OK: 9 MiB in 20 packages 19:51:23 #75 DONE 25.1s 19:51:23 19:51:23 #49 [security-proxy-auth internal] load build context 19:51:23 #49 ... 19:51:23 19:51:23 #79 [core-command stage-1 3/8] RUN apk --no-cache upgrade 19:51:23 #79 26.45 OK: 8 MiB in 16 packages 19:51:23 #79 DONE 28.1s 19:51:23 19:51:23 #49 [security-proxy-auth internal] load build context 19:51:23 #49 ... 19:51:23 19:51:23 #43 [support-scheduler internal] load build context 19:51:23 #43 ... 19:51:23 19:51:23 #49 [security-proxy-auth internal] load build context 19:51:24 #49 ... 19:51:24 19:51:24 #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:51:24 #78 21.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:24 #78 22.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:24 #78 26.56 OK: 8 MiB in 19 packages 19:51:24 #78 DONE 28.5s 19:51:24 19:51:24 #45 [core-command internal] load build context 19:51:24 #45 ... 19:51:24 19:51:24 #49 [security-proxy-auth internal] load build context 19:51:25 #49 ... 19:51:25 19:51:25 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:51:25 #76 17.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:25 #76 19.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:25 #76 22.07 OK: 13 MiB in 26 packages 19:51:25 #76 DONE 23.0s 19:51:25 19:51:25 #49 [security-proxy-auth internal] load build context 19:51:25 #49 ... 19:51:25 19:51:25 #46 [security-spiffe-token-provider internal] load build context 19:51:25 #46 ... 19:51:25 19:51:25 #49 [security-proxy-auth internal] load build context 19:51:25 #49 ... 19:51:25 19:51:25 #47 [core-common-config-bootstrapper internal] load build context 19:51:25 #47 ... 19:51:25 19:51:25 #80 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:51:25 #80 19.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:25 #80 20.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:25 #80 22.09 OK: 12 MiB in 18 packages 19:51:25 #80 DONE 23.1s 19:51:25 19:51:25 #47 [core-common-config-bootstrapper internal] load build context 19:51:25 #47 ... 19:51:25 19:51:25 #51 [core-keeper internal] load build context 19:51:26 #51 ... 19:51:26 19:51:26 #52 [support-cron-scheduler internal] load build context 19:51:26 #52 ... 19:51:26 19:51:26 #57 [security-proxy-setup internal] load build context 19:51:26 #57 ... 19:51:26 19:51:26 #52 [support-cron-scheduler internal] load build context 19:51:27 #52 ... 19:51:27 19:51:27 #53 [security-bootstrapper internal] load build context 19:51:27 #53 transferring context: 21.03MB 51.3s 19:51:27 #53 ... 19:51:27 19:51:27 #46 [security-spiffe-token-provider internal] load build context 19:51:28 #46 ... 19:51:28 19:51:28 #56 [support-notifications internal] load build context 19:51:28 #56 ... 19:51:28 19:51:28 #46 [security-spiffe-token-provider internal] load build context 19:51:29 #46 ... 19:51:29 19:51:29 #86 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:51:29 #86 DONE 2.2s 19:51:29 19:51:29 #46 [security-spiffe-token-provider internal] load build context 19:51:29 #46 ... 19:51:29 19:51:29 #50 [core-data internal] load build context 19:51:29 #50 ... 19:51:29 19:51:29 #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:51:29 #83 16.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:29 #83 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:29 #83 20.75 OK: 9 MiB in 17 packages 19:51:29 #83 DONE 21.5s 19:51:29 19:51:29 #50 [core-data internal] load build context 19:51:29 #50 ... 19:51:29 19:51:29 #54 [core-metadata internal] load build context 19:51:29 #54 ... 19:51:29 19:51:29 #46 [security-spiffe-token-provider internal] load build context 19:51:29 #46 ... 19:51:29 19:51:29 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:51:29 #81 18.15 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:29 #81 19.28 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:29 #81 23.43 OK: 266 MiB in 52 packages 19:51:29 #81 DONE 24.9s 19:51:29 19:51:29 #46 [security-spiffe-token-provider internal] load build context 19:51:30 #46 ... 19:51:30 19:51:30 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:51:30 #82 17.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:30 #82 18.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:30 #82 22.02 OK: 18 MiB in 19 packages 19:51:30 #82 DONE 23.3s 19:51:30 19:51:30 #46 [security-spiffe-token-provider internal] load build context 19:51:30 #46 ... 19:51:30 19:51:30 #55 [security-secretstore-setup internal] load build context 19:51:30 #55 ... 19:51:30 19:51:30 #46 [security-spiffe-token-provider internal] load build context 19:51:31 #46 ... 19:51:31 19:51:31 #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 19:51:31 #84 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:31 #84 18.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:31 #84 21.21 OK: 8 MiB in 17 packages 19:51:31 #84 DONE 22.0s 19:51:31 19:51:31 #46 [security-spiffe-token-provider internal] load build context 19:51:31 #46 ... 19:51:31 19:51:31 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:51:31 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 54.1s 19:51:31 #37 ... 19:51:31 19:51:31 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:51:31 #85 15.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:51:31 #85 16.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:51:31 #85 20.04 OK: 18 MiB in 19 packages 19:51:31 #85 DONE 21.1s 19:51:31 19:51:31 #56 [support-notifications internal] load build context 19:51:32 #56 transferring context: 123.89MB 54.9s 19:51:32 #56 ... 19:51:32 19:51:32 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:51:32 #87 DONE 1.8s 19:51:32 19:51:32 #56 [support-notifications internal] load build context 19:51:34 #56 ... 19:51:34 19:51:34 #45 [core-command internal] load build context 19:51:34 #45 ... 19:51:34 19:51:34 #56 [support-notifications internal] load build context 19:51:35 #56 ... 19:51:35 19:51:35 #88 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:51:35 #88 DONE 4.0s 19:51:35 19:51:35 #56 [support-notifications internal] load build context 19:51:35 #56 ... 19:51:35 19:51:35 #43 [support-scheduler internal] load build context 19:51:35 #43 ... 19:51:35 19:51:35 #56 [support-notifications internal] load build context 19:51:35 #56 ... 19:51:35 19:51:35 #49 [security-proxy-auth internal] load build context 19:51:36 #49 ... 19:51:36 19:51:36 #47 [core-common-config-bootstrapper internal] load build context 19:51:36 #47 ... 19:51:36 19:51:36 #49 [security-proxy-auth internal] load build context 19:51:36 #49 ... 19:51:36 19:51:36 #51 [core-keeper internal] load build context 19:51:36 #51 ... 19:51:36 19:51:36 #56 [support-notifications internal] load build context 19:51:36 #56 ... 19:51:36 19:51:36 #57 [security-proxy-setup internal] load build context 19:51:36 #57 ... 19:51:36 19:51:36 #56 [support-notifications internal] load build context 19:51:37 #56 ... 19:51:37 19:51:37 #89 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 19:51:37 #89 DONE 1.4s 19:51:37 19:51:37 #56 [support-notifications internal] load build context 19:51:37 #56 ... 19:51:37 19:51:37 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:51:37 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 57.8s done 19:51:37 #37 DONE 65.5s 19:51:37 19:51:37 #56 [support-notifications internal] load build context 19:51:37 #56 ... 19:51:37 19:51:37 #52 [support-cron-scheduler internal] load build context 19:51:37 #52 transferring context: 47.64MB 61.4s 19:51:37 #52 ... 19:51:37 19:51:37 #53 [security-bootstrapper internal] load build context 19:51:37 #53 ... 19:51:37 19:51:37 #52 [support-cron-scheduler internal] load build context 19:51:39 #52 ... 19:51:39 19:51:39 #50 [core-data internal] load build context 19:51:39 #50 ... 19:51:39 19:51:39 #54 [core-metadata internal] load build context 19:51:39 #54 ... 19:51:39 19:51:39 #52 [support-cron-scheduler internal] load build context 19:51:41 #52 ... 19:51:41 19:51:41 #55 [security-secretstore-setup internal] load build context 19:51:41 #55 ... 19:51:41 19:51:41 #52 [support-cron-scheduler internal] load build context 19:51:41 #52 ... 19:51:41 19:51:41 #46 [security-spiffe-token-provider internal] load build context 19:51:41 #46 ... 19:51:41 19:51:41 #55 [security-secretstore-setup internal] load build context 19:51:42 #55 transferring context: 82.75MB 65.4s 19:51:44 #55 ... 19:51:44 19:51:44 #90 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:51:44 #90 DONE 4.2s 19:51:44 19:51:44 #55 [security-secretstore-setup internal] load build context 19:51:44 #55 ... 19:51:44 19:51:44 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:51:44 #91 DONE 4.3s 19:51:44 19:51:44 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:51:44 #92 DONE 3.9s 19:51:44 19:51:44 #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:51:44 #93 ... 19:51:44 19:51:44 #45 [core-command internal] load build context 19:51:44 #45 ... 19:51:44 19:51:44 #55 [security-secretstore-setup internal] load build context 19:51:45 #55 ... 19:51:45 19:51:45 #94 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:51:45 #94 DONE 1.0s 19:51:45 19:51:45 #55 [security-secretstore-setup internal] load build context 19:51:45 #55 ... 19:51:45 19:51:45 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:51:45 #95 DONE 1.2s 19:51:45 19:51:45 #43 [support-scheduler internal] load build context 19:51:45 #43 ... 19:51:45 19:51:45 #55 [security-secretstore-setup internal] load build context 19:51:46 #55 ... 19:51:46 19:51:46 #47 [core-common-config-bootstrapper internal] load build context 19:51:46 #47 ... 19:51:46 19:51:46 #49 [security-proxy-auth internal] load build context 19:51:46 #49 ... 19:51:46 19:51:46 #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:51:46 #93 DONE 2.1s 19:51:46 19:51:46 #49 [security-proxy-auth internal] load build context 19:51:46 #49 ... 19:51:46 19:51:46 #51 [core-keeper internal] load build context 19:51:46 #51 ... 19:51:46 19:51:46 #96 [security-spire-server stage-2 6/9] COPY security.txt / 19:51:46 #96 ... 19:51:46 19:51:46 #57 [security-proxy-setup internal] load build context 19:51:46 #57 ... 19:51:46 19:51:46 #47 [core-common-config-bootstrapper internal] load build context 19:51:47 #47 ... 19:51:47 19:51:47 #97 [security-spire-agent stage-3 7/10] COPY security.txt / 19:51:47 #97 DONE 1.5s 19:51:47 19:51:47 #47 [core-common-config-bootstrapper internal] load build context 19:51:47 #47 ... 19:51:47 19:51:47 #98 [security-spire-config stage-2 6/10] COPY security.txt / 19:51:47 #98 DONE 1.8s 19:51:47 19:51:47 #47 [core-common-config-bootstrapper internal] load build context 19:51:47 #47 transferring context: 183.02MB 73.9s 19:51:47 #47 ... 19:51:47 19:51:47 #56 [support-notifications internal] load build context 19:51:47 #56 ... 19:51:47 19:51:47 #47 [core-common-config-bootstrapper internal] load build context 19:51:47 #47 ... 19:51:47 19:51:47 #53 [security-bootstrapper internal] load build context 19:51:47 #53 ... 19:51:47 19:51:47 #56 [support-notifications internal] load build context 19:51:48 #56 ... 19:51:48 19:51:48 #96 [security-spire-server stage-2 6/9] COPY security.txt / 19:51:48 #96 DONE 1.5s 19:51:48 19:51:48 #56 [support-notifications internal] load build context 19:51:48 #56 ... 19:51:48 19:51:48 #99 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:51:48 #99 DONE 1.7s 19:51:48 19:51:48 #56 [support-notifications internal] load build context 19:51:49 #56 ... 19:51:49 19:51:49 #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:51:49 #100 DONE 1.4s 19:51:49 19:51:49 #56 [support-notifications internal] load build context 19:51:49 #56 ... 19:51:49 19:51:49 #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:51:49 #101 DONE 1.4s 19:51:49 19:51:49 #56 [support-notifications internal] load build context 19:51:49 #56 ... 19:51:49 19:51:49 #50 [core-data internal] load build context 19:51:49 #50 ... 19:51:49 19:51:49 #56 [support-notifications internal] load build context 19:51:50 #56 ... 19:51:50 19:51:50 #54 [core-metadata internal] load build context 19:51:50 #54 ... 19:51:50 19:51:50 #56 [support-notifications internal] load build context 19:51:50 #56 ... 19:51:50 19:51:50 #102 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:51:50 #102 DONE 1.5s 19:51:50 19:51:50 #56 [support-notifications internal] load build context 19:51:50 #56 ... 19:51:50 19:51:50 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:51:50 #103 DONE 1.4s 19:51:50 19:51:50 #56 [support-notifications internal] load build context 19:51:51 #56 ... 19:51:51 19:51:51 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:51:51 #104 DONE 1.2s 19:51:51 19:51:51 #56 [support-notifications internal] load build context 19:51:51 #56 ... 19:51:51 19:51:51 #52 [support-cron-scheduler internal] load build context 19:51:52 #52 ... 19:51:52 19:51:52 #105 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:51:52 #105 DONE 1.4s 19:51:52 19:51:52 #52 [support-cron-scheduler internal] load build context 19:51:52 #52 ... 19:51:52 19:51:52 #46 [security-spiffe-token-provider internal] load build context 19:51:52 #46 ... 19:51:52 19:51:52 #56 [support-notifications internal] load build context 19:51:52 #56 ... 19:51:52 19:51:52 #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:51:52 #106 DONE 1.6s 19:51:52 19:51:52 #56 [support-notifications internal] load build context 19:51:52 #56 transferring context: 225.12MB 75.0s 19:51:53 #56 ... 19:51:53 19:51:53 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:51:53 #107 DONE 1.8s 19:51:53 19:51:53 #56 [support-notifications internal] load build context 19:51:55 #56 ... 19:51:55 19:51:55 #45 [core-command internal] load build context 19:51:55 #45 ... 19:51:55 19:51:55 #50 [core-data internal] load build context 19:51:55 #50 ... 19:51:55 19:51:55 #56 [support-notifications internal] load build context 19:51:55 #56 ... 19:51:55 19:51:55 #43 [support-scheduler internal] load build context 19:51:55 #43 ... 19:51:55 19:51:55 #56 [support-notifications internal] load build context 19:51:56 #56 ... 19:51:56 19:51:56 #55 [security-secretstore-setup internal] load build context 19:51:56 #55 ... 19:51:56 19:51:56 #56 [support-notifications internal] load build context 19:51:56 #56 ... 19:51:56 19:51:56 #49 [security-proxy-auth internal] load build context 19:51:56 #49 ... 19:51:56 19:51:56 #51 [core-keeper internal] load build context 19:51:57 #51 ... 19:51:57 19:51:57 #56 [support-notifications internal] load build context 19:51:57 #56 ... 19:51:57 19:51:57 #57 [security-proxy-setup internal] load build context 19:51:57 #57 ... 19:51:57 19:51:57 #51 [core-keeper internal] load build context 19:51:57 #51 transferring context: 166.08MB 82.3s 19:51:57 #51 ... 19:51:57 19:51:57 #47 [core-common-config-bootstrapper internal] load build context 19:51:57 #47 ... 19:51:57 19:51:57 #53 [security-bootstrapper internal] load build context 19:51:57 #53 ... 19:51:57 19:51:57 #47 [core-common-config-bootstrapper internal] load build context 19:51:59 #47 ... 19:51:59 19:51:59 #108 [security-spire-config] exporting to image 19:51:59 #108 exporting layers 6.3s done 19:51:59 #108 writing image sha256:7918ed12cb73f2d24f165fb20cb68d98896ca99eab08321b3bc4ca9159bed24f 0.1s done 19:51:59 #108 writing image sha256:0ef01489ba8ad6b972eb947b21132758d198b9efdb1ca8f5ca791d91f2e6c8bf 0.1s done 19:51:59 #108 naming to docker.io/library/security-spire-agent-arm64 0.1s done 19:51:59 #108 naming to docker.io/library/security-spire-server-arm64 0.0s done 19:51:59 #108 writing image sha256:864a661b0d0d3011843e43ccd489a1b639f76796db798751b6beedb55955bdc4 done 19:51:59 #108 naming to docker.io/library/security-spire-config-arm64 0.0s done 19:51:59 #108 DONE 7.0s 19:51:59 19:51:59 #47 [core-common-config-bootstrapper internal] load build context 19:52:00 #47 ... 19:52:00 19:52:00 #54 [core-metadata internal] load build context 19:52:00 #54 ... 19:52:00 19:52:00 #47 [core-common-config-bootstrapper internal] load build context 19:52:02 #47 ... 19:52:02 19:52:02 #52 [support-cron-scheduler internal] load build context 19:52:02 #52 ... 19:52:02 19:52:02 #46 [security-spiffe-token-provider internal] load build context 19:52:02 #46 ... 19:52:02 19:52:02 #47 [core-common-config-bootstrapper internal] load build context 19:52:02 #47 transferring context: 257.31MB 89.0s 19:52:05 #47 ... 19:52:05 19:52:05 #45 [core-command internal] load build context 19:52:05 #45 ... 19:52:05 19:52:05 #47 [core-common-config-bootstrapper internal] load build context 19:52:05 #47 ... 19:52:05 19:52:05 #50 [core-data internal] load build context 19:52:05 #50 ... 19:52:05 19:52:05 #47 [core-common-config-bootstrapper internal] load build context 19:52:06 #47 ... 19:52:06 19:52:06 #43 [support-scheduler internal] load build context 19:52:06 #43 ... 19:52:06 19:52:06 #50 [core-data internal] load build context 19:52:06 #50 ... 19:52:06 19:52:06 #55 [security-secretstore-setup internal] load build context 19:52:06 #55 ... 19:52:06 19:52:06 #50 [core-data internal] load build context 19:52:06 #50 ... 19:52:06 19:52:06 #49 [security-proxy-auth internal] load build context 19:52:06 #49 ... 19:52:06 19:52:06 #50 [core-data internal] load build context 19:52:07 #50 ... 19:52:07 19:52:07 #56 [support-notifications internal] load build context 19:52:07 #56 ... 19:52:07 19:52:07 #57 [security-proxy-setup internal] load build context 19:52:07 #57 ... 19:52:07 19:52:07 #46 [security-spiffe-token-provider internal] load build context 19:52:07 #46 transferring context: 310.81MB 93.5s done 19:52:07 #46 DONE 94.3s 19:52:07 19:52:07 #57 [security-proxy-setup internal] load build context 19:52:07 #57 ... 19:52:07 19:52:07 #56 [support-notifications internal] load build context 19:52:08 #56 ... 19:52:08 19:52:08 #50 [core-data internal] load build context 19:52:08 #50 transferring context: 310.81MB 93.4s done 19:52:08 #50 DONE 94.5s 19:52:08 19:52:08 #56 [support-notifications internal] load build context 19:52:08 #56 ... 19:52:08 19:52:08 #51 [core-keeper internal] load build context 19:52:08 #51 ... 19:52:08 19:52:08 #53 [security-bootstrapper internal] load build context 19:52:08 #53 ... 19:52:08 19:52:08 #51 [core-keeper internal] load build context 19:52:10 #51 ... 19:52:10 19:52:10 #56 [support-notifications internal] load build context 19:52:10 #56 transferring context: 310.81MB 90.7s done 19:52:10 #56 DONE 93.8s 19:52:10 19:52:10 #51 [core-keeper internal] load build context 19:52:10 #51 ... 19:52:10 19:52:10 #54 [core-metadata internal] load build context 19:52:10 #54 ... 19:52:10 19:52:10 #55 [security-secretstore-setup internal] load build context 19:52:10 #55 ... 19:52:10 19:52:10 #109 [core-data builder 4/7] COPY go.mod vendor* ./ 19:52:10 #109 DONE 2.2s 19:52:10 19:52:10 #110 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:52:10 #110 DONE 3.2s 19:52:10 19:52:10 #55 [security-secretstore-setup internal] load build context 19:52:11 #55 ... 19:52:11 19:52:11 #111 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:52:11 #111 DONE 1.8s 19:52:11 19:52:11 #55 [security-secretstore-setup internal] load build context 19:52:12 #55 ... 19:52:12 19:52:12 #52 [support-cron-scheduler internal] load build context 19:52:12 #52 ... 19:52:12 19:52:12 #54 [core-metadata internal] load build context 19:52:13 #54 ... 19:52:13 19:52:13 #47 [core-common-config-bootstrapper internal] load build context 19:52:13 #47 transferring context: 310.81MB 99.6s done 19:52:13 #47 DONE 100.3s 19:52:13 19:52:13 #54 [core-metadata internal] load build context 19:52:14 #54 transferring context: 310.81MB 98.2s done 19:52:14 #54 DONE 99.3s 19:52:14 19:52:14 #49 [security-proxy-auth internal] load build context 19:52:14 #49 ... 19:52:14 19:52:14 #55 [security-secretstore-setup internal] load build context 19:52:15 #55 ... 19:52:15 19:52:15 #45 [core-command internal] load build context 19:52:15 #45 ... 19:52:15 19:52:15 #55 [security-secretstore-setup internal] load build context 19:52:16 #55 ... 19:52:16 19:52:16 #43 [support-scheduler internal] load build context 19:52:16 #43 ... 19:52:16 19:52:16 #49 [security-proxy-auth internal] load build context 19:52:17 #49 transferring context: 310.81MB 103.3s done 19:52:17 #49 ... 19:52:17 19:52:17 #57 [security-proxy-setup internal] load build context 19:52:17 #57 ... 19:52:17 19:52:17 #49 [security-proxy-auth internal] load build context 19:52:17 #49 DONE 104.3s 19:52:17 19:52:17 #55 [security-secretstore-setup internal] load build context 19:52:18 #55 ... 19:52:18 19:52:18 #53 [security-bootstrapper internal] load build context 19:52:18 #53 ... 19:52:18 19:52:18 #55 [security-secretstore-setup internal] load build context 19:52:20 #55 ... 19:52:20 19:52:20 #57 [security-proxy-setup internal] load build context 19:52:20 #57 transferring context: 310.81MB 101.9s done 19:52:20 #57 DONE 103.7s 19:52:20 19:52:20 #55 [security-secretstore-setup internal] load build context 19:52:20 #55 ... 19:52:20 19:52:20 #51 [core-keeper internal] load build context 19:52:20 #51 ... 19:52:20 19:52:20 #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:20 #112 ... 19:52:20 19:52:20 #55 [security-secretstore-setup internal] load build context 19:52:21 #55 ... 19:52:21 19:52:21 #113 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:21 #113 ... 19:52:21 19:52:21 #55 [security-secretstore-setup internal] load build context 19:52:21 #55 ... 19:52:21 19:52:21 #114 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:52:21 #114 DONE 1.2s 19:52:21 19:52:21 #55 [security-secretstore-setup internal] load build context 19:52:22 #55 ... 19:52:22 19:52:22 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:22 #115 ... 19:52:22 19:52:22 #55 [security-secretstore-setup internal] load build context 19:52:22 #55 ... 19:52:22 19:52:22 #52 [support-cron-scheduler internal] load build context 19:52:22 #52 ... 19:52:22 19:52:22 #55 [security-secretstore-setup internal] load build context 19:52:23 #55 transferring context: 310.81MB 106.3s done 19:52:23 #55 DONE 107.6s 19:52:23 19:52:23 #51 [core-keeper internal] load build context 19:52:25 #51 ... 19:52:25 19:52:25 #45 [core-command internal] load build context 19:52:25 #45 ... 19:52:25 19:52:25 #52 [support-cron-scheduler internal] load build context 19:52:26 #52 ... 19:52:26 19:52:26 #43 [support-scheduler internal] load build context 19:52:26 #43 ... 19:52:26 19:52:26 #52 [support-cron-scheduler internal] load build context 19:52:27 #52 ... 19:52:27 19:52:27 #43 [support-scheduler internal] load build context 19:52:27 #43 transferring context: 310.81MB 114.1s done 19:52:27 #43 DONE 114.4s 19:52:27 19:52:27 #52 [support-cron-scheduler internal] load build context 19:52:28 #52 ... 19:52:28 19:52:28 #53 [security-bootstrapper internal] load build context 19:52:28 #53 ... 19:52:28 19:52:28 #52 [support-cron-scheduler internal] load build context 19:52:29 #52 ... 19:52:29 19:52:29 #51 [core-keeper internal] load build context 19:52:29 #51 transferring context: 310.81MB 114.2s done 19:52:29 #51 DONE 115.3s 19:52:29 19:52:29 #52 [support-cron-scheduler internal] load build context 19:52:30 #52 ... 19:52:30 19:52:30 #116 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:52:30 #116 DONE 1.3s 19:52:30 19:52:30 #52 [support-cron-scheduler internal] load build context 19:52:30 #52 ... 19:52:30 19:52:30 #45 [core-command internal] load build context 19:52:31 #45 transferring context: 310.81MB 117.8s done 19:52:31 #45 DONE 118.1s 19:52:31 19:52:31 #52 [support-cron-scheduler internal] load build context 19:52:32 #52 transferring context: 310.81MB 115.8s done 19:52:32 #52 ... 19:52:32 19:52:32 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:32 #117 ... 19:52:32 19:52:32 #52 [support-cron-scheduler internal] load build context 19:52:32 #52 DONE 117.3s 19:52:32 19:52:32 #53 [security-bootstrapper internal] load build context 19:52:32 #53 transferring context: 310.81MB 116.6s done 19:52:32 #53 DONE 117.8s 19:52:32 19:52:32 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 #118 ... 19:53:40 19:53:40 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 #115 DONE 87.3s 19:53:40 19:53:40 #113 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 #113 DONE 88.1s 19:53:40 19:53:40 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 #117 DONE 77.4s 19:53:40 19:53:40 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 #118 DONE 68.4s 19:53:40 19:53:40 #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:40 #112 DONE 88.3s 19:53:40 19:53:40 #119 [security-proxy-setup builder 6/7] COPY . . 19:53:45 #119 ... 19:53:45 19:53:45 #120 [core-keeper builder 7/8] COPY . . 19:53:45 #120 DONE 5.4s 19:53:45 19:53:45 #121 [security-spiffe-token-provider builder 6/7] COPY . . 19:53:45 #121 DONE 5.5s 19:53:45 19:53:45 #122 [support-notifications builder 6/7] COPY . . 19:53:45 #122 DONE 5.5s 19:53:45 19:53:45 #119 [security-proxy-setup builder 6/7] COPY . . 19:53:45 #119 DONE 5.5s 19:53:45 19:53:45 #123 [security-secretstore-setup builder 6/7] COPY . . 19:53:45 #123 CACHED 19:53:45 19:53:45 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:53:45 #124 CACHED 19:53:45 19:53:45 #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #125 CACHED 19:53:45 19:53:45 #126 [support-cron-scheduler builder 6/7] COPY . . 19:53:45 #126 CACHED 19:53:45 19:53:45 #127 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #127 CACHED 19:53:45 19:53:45 #128 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 19:53:45 #128 CACHED 19:53:45 19:53:45 #129 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #129 CACHED 19:53:45 19:53:45 #130 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:53:45 #130 CACHED 19:53:45 19:53:45 #131 [security-bootstrapper builder 6/7] COPY . . 19:53:45 #131 CACHED 19:53:45 19:53:45 #132 [core-data builder 6/7] COPY . . 19:53:45 #132 DONE 5.6s 19:53:45 19:53:45 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:53:45 #133 ... 19:53:45 19:53:45 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #134 CACHED 19:53:45 19:53:45 #135 [core-metadata builder 6/7] COPY . . 19:53:45 #135 CACHED 19:53:45 19:53:45 #136 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:53:45 #136 CACHED 19:53:45 19:53:45 #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #137 CACHED 19:53:45 19:53:45 #138 [security-proxy-auth builder 6/7] COPY . . 19:53:45 #138 CACHED 19:53:45 19:53:45 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:53:45 #139 CACHED 19:53:45 19:53:45 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 19:53:45 #140 CACHED 19:53:45 19:53:45 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #141 CACHED 19:53:45 19:53:45 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:53:45 #142 CACHED 19:53:45 19:53:45 #143 [core-command builder 4/7] COPY go.mod vendor* ./ 19:53:45 #143 CACHED 19:53:45 19:53:45 #144 [core-command builder 6/7] COPY . . 19:53:45 #144 CACHED 19:53:45 19:53:45 #145 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #145 CACHED 19:53:45 19:53:45 #146 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:53:45 #146 CACHED 19:53:45 19:53:45 #147 [support-scheduler builder 6/7] COPY . . 19:53:45 #147 CACHED 19:53:45 19:53:45 #148 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:45 #148 CACHED 19:53:45 19:53:45 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:53:50 #149 ... 19:53:50 19:53:50 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:53:50 #133 5.320 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 19:53:54 #133 ... 19:53:54 19:53:54 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:53:54 #0 5.717 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 19:53:54 #150 ... 19:53:54 19:53:54 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:53:54 #0 6.986 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 19:53:55 #151 ... 19:53:55 19:53:55 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:53:55 #0 6.192 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 19:53:55 #152 ... 19:53:55 19:53:55 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:53:55 #0 6.995 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 19:53:55 #153 ... 19:53:55 19:53:55 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 19:53:55 #0 5.084 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 19:53:55 #154 ... 19:53:55 19:53:55 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:53:55 #0 6.629 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 19:53:55 #155 ... 19:53:55 19:53:55 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:53:55 #0 6.884 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 19:53:56 #156 ... 19:53:56 19:53:56 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:53:56 #0 6.826 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 19:53:56 #157 ... 19:53:56 19:53:56 #158 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:53:56 #0 6.508 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 19:53:56 #158 ... 19:53:56 19:53:56 #159 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:53:56 #0 6.410 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 19:53:56 #159 ... 19:53:56 19:53:56 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:53:56 #0 3.924 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 19:53:56 #160 ... 19:53:56 19:53:56 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:53:56 #149 7.007 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 20:14:04 #149 ... 20:14:04 20:14:04 #159 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:14:04 #159 DONE 1213.3s 20:14:04 20:14:04 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:14:04 #153 ... 20:14:04 20:14:04 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:14:04 #150 DONE 1213.6s 20:14:04 20:14:04 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:14:04 #161 DONE 0.5s 20:14:04 20:14:04 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 20:14:04 #162 DONE 0.3s 20:14:04 20:14:04 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:14:04 #153 ... 20:14:04 20:14:04 #163 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:14:04 #163 DONE 0.4s 20:14:04 20:14:04 #164 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 20:14:04 #164 DONE 0.4s 20:14:04 20:14:04 #165 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 20:14:04 #165 ... 20:14:04 20:14:04 #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:14:04 #166 DONE 0.3s 20:14:04 20:14:04 #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:14:04 #167 DONE 0.5s 20:14:04 20:14:04 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:14:04 #155 ... 20:14:04 20:14:04 #168 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:14:04 #168 DONE 0.2s 20:14:04 20:14:04 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:14:04 #169 ... 20:14:04 20:14:04 #165 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 20:14:04 #165 DONE 3.2s 20:14:04 20:14:04 #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 20:14:04 #170 DONE 0.4s 20:14:04 20:14:04 #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 20:14:04 #171 DONE 0.3s 20:14:04 20:14:04 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:14:04 #169 DONE 2.9s 20:14:04 20:14:04 #108 [security-proxy-setup] exporting to image 20:14:04 #108 exporting layers 20:14:04 #108 ... 20:14:04 20:14:04 #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:14:04 #172 DONE 0.8s 20:14:04 20:14:04 #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:14:04 #173 DONE 0.2s 20:14:04 20:14:04 #174 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 20:14:04 #174 DONE 0.1s 20:14:04 20:14:04 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:14:04 #133 1216.9 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 20:14:05 #133 ... 20:14:05 20:14:05 #108 [security-proxy-setup] exporting to image 20:14:05 #108 exporting layers 1.3s done 20:14:05 #108 writing image sha256:527141864ec02839a7ff42367484343b0280a4c5e41b316c31f5c2a69b474048 0.1s done 20:14:05 #108 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 20:14:05 #108 DONE 8.4s 20:14:05 20:14:05 #175 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 20:14:05 #175 DONE 0.2s 20:14:05 20:14:05 #176 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 20:14:05 #176 DONE 0.3s 20:14:05 20:14:05 #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:14:05 #177 DONE 0.2s 20:14:05 20:14:05 #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:14:05 #178 DONE 0.2s 20:14:05 20:14:05 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:14:05 #153 ... 20:14:05 20:14:05 #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 20:14:07 #179 DONE 2.0s 20:14:07 20:14:07 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:14:07 #149 ... 20:14:07 20:14:07 #108 [security-bootstrapper] exporting to image 20:14:08 #108 exporting layers 1.0s done 20:14:08 #108 writing image sha256:36f9495e4df6788f75c1edaca437d673f8a5312a9486365cd82c4f31f7e72bcd done 20:14:08 #108 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 20:14:08 #108 DONE 9.4s 20:14:08 20:14:08 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:14:23 #152 ... 20:14:23 20:14:23 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:14:23 #133 DONE 1239.0s 20:14:23 20:14:23 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:14:24 #160 ... 20:14:24 20:14:24 #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 20:14:24 #180 DONE 0.2s 20:14:24 20:14:24 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 20:14:24 #181 DONE 0.2s 20:14:24 20:14:24 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:14:24 #149 ... 20:14:24 20:14:24 #182 [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 20:14:24 #182 DONE 0.3s 20:14:24 20:14:24 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:14:24 #160 ... 20:14:24 20:14:24 #183 [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 20:14:24 #183 DONE 0.1s 20:14:24 20:14:24 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:14:24 #184 DONE 0.1s 20:14:24 20:14:24 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:14:25 #153 ... 20:14:25 20:14:25 #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:14:25 #185 DONE 0.3s 20:14:25 20:14:25 #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:14:25 #186 DONE 0.4s 20:14:25 20:14:25 #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:14:25 #187 DONE 0.1s 20:14:25 20:14:25 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:14:27 #188 DONE 2.0s 20:14:27 20:14:27 #108 [security-secretstore-setup] exporting to image 20:14:27 #108 exporting layers 20:14:29 #108 exporting layers 1.4s done 20:14:29 #108 writing image sha256:d8bd9bedd1c8e77dd7ef46f176eac8f29f1d6192b08f63f6fcf421c9b27fae7d done 20:14:29 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 20:14:29 #108 DONE 10.9s 20:14:29 20:14:29 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:15:16 #160 ... 20:15:16 20:15:16 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:15:16 #152 DONE 1285.8s 20:15:16 20:15:16 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:15:16 #151 ... 20:15:16 20:15:16 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:15:16 #189 DONE 0.3s 20:15:16 20:15:16 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:15:16 #155 ... 20:15:16 20:15:16 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:15:16 #190 DONE 0.2s 20:15:16 20:15:16 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:15:16 #191 DONE 0.3s 20:15:16 20:15:16 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:15:16 #192 DONE 0.2s 20:15:16 20:15:16 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:15:16 #193 DONE 0.1s 20:15:16 20:15:16 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:15:16 #194 DONE 1.8s 20:15:16 20:15:16 #108 [core-common-config-bootstrapper] exporting to image 20:15:16 #108 exporting layers 20:15:16 #108 exporting layers 0.8s done 20:15:16 #108 writing image sha256:efc2f6de16e6356c6b9280bb649ac17e24c0ef4b09bcb88650594f41b4736041 done 20:15:16 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 20:15:16 #108 DONE 11.7s 20:15:16 20:15:16 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:17:22 #154 ... 20:17:22 20:17:22 #158 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:17:22 #158 DONE 1414.1s 20:17:22 20:17:22 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:17:22 #157 ... 20:17:22 20:17:22 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:17:22 #195 DONE 0.3s 20:17:22 20:17:22 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:17:22 #196 DONE 0.2s 20:17:22 20:17:22 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:17:22 #197 DONE 0.3s 20:17:22 20:17:22 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:17:22 #198 DONE 0.1s 20:17:22 20:17:22 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:17:22 #156 ... 20:17:22 20:17:22 #108 [security-spiffe-token-provider] exporting to image 20:17:22 #108 exporting layers 20:17:22 #108 exporting layers 0.8s done 20:17:22 #108 writing image sha256:3e206fd4f5961f8f577f31c35d49137fe0bbc6071cf90328f1b4289d744677b5 done 20:17:22 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 20:17:22 #108 DONE 12.5s 20:17:22 20:17:22 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:25:29 #149 ... 20:25:29 20:25:29 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:25:29 #151 DONE 1904.1s 20:25:29 20:25:29 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:25:29 #153 ... 20:25:29 20:25:29 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:25:29 #199 DONE 0.1s 20:25:29 20:25:29 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:25:29 #155 ... 20:25:29 20:25:29 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:25:29 #200 DONE 0.2s 20:25:29 20:25:29 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:25:30 #201 DONE 0.4s 20:25:30 20:25:30 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:25:30 #202 DONE 0.1s 20:25:30 20:25:30 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:25:30 #160 ... 20:25:30 20:25:30 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:25:30 #203 DONE 0.1s 20:25:30 20:25:30 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:25:33 #204 DONE 2.1s 20:25:33 20:25:33 #108 [security-proxy-auth] exporting to image 20:25:33 #108 exporting layers 20:25:33 #108 exporting layers 0.6s done 20:25:33 #108 writing image sha256:8f6e056b593db783055b170b67e30433b23153edc9fcc8508ae8d657333d7600 0.0s done 20:25:33 #108 naming to docker.io/library/security-proxy-auth-arm64 done 20:25:33 #108 DONE 13.2s 20:25:33 20:25:33 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:26:41 #154 ... 20:26:41 20:26:41 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:26:41 #156 DONE 1976.3s 20:26:41 20:26:41 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 20:26:41 #39 ... 20:26:41 20:26:41 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:26:41 #205 DONE 0.2s 20:26:41 20:26:41 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:26:42 #206 DONE 0.3s 20:26:42 20:26:42 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:26:42 #207 DONE 0.4s 20:26:42 20:26:42 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:26:42 #208 DONE 0.3s 20:26:42 20:26:42 #108 [core-command] exporting to image 20:26:42 #108 exporting layers 20:26:43 #108 exporting layers 0.6s done 20:26:43 #108 writing image sha256:45b2fa7a53f6afa4b8b88412a98931cadf37acb9c66a3632c76b830e93ece668 done 20:26:43 #108 naming to docker.io/library/core-command-arm64 0.0s done 20:26:43 #108 DONE 13.8s 20:26:43 20:26:43 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:28:50 #155 ... 20:28:50 20:28:50 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:28:50 #153 DONE 2100.5s 20:28:50 20:28:50 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 20:28:50 #39 ... 20:28:50 20:28:50 #209 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:28:50 #209 DONE 0.2s 20:28:50 20:28:50 #210 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:28:50 #210 DONE 0.1s 20:28:50 20:28:50 #211 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:28:50 #211 ... 20:28:50 20:28:50 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:28:50 #160 DONE 2102.3s 20:28:50 20:28:50 #211 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:28:50 #211 DONE 0.5s 20:28:50 20:28:50 #212 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:28:50 #212 DONE 0.4s 20:28:50 20:28:50 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:28:50 #157 ... 20:28:50 20:28:50 #213 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:28:50 #213 ... 20:28:50 20:28:50 #214 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 20:28:50 #214 DONE 0.4s 20:28:50 20:28:50 #213 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:28:50 #213 DONE 0.4s 20:28:50 20:28:50 #108 [core-data] exporting to image 20:28:50 #108 exporting layers 20:28:50 #108 ... 20:28:50 20:28:50 #215 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 20:28:50 #215 DONE 1.0s 20:28:50 20:28:50 #108 [core-data] exporting to image 20:28:50 #108 exporting layers 1.2s done 20:28:50 #108 writing image sha256:1671cadcea875d9c3df70f448c57790f6badb0ceebfc92bf9d3a81407f7f46fa 0.0s done 20:28:50 #108 naming to docker.io/library/core-data-arm64 0.0s done 20:28:50 #108 DONE 15.0s 20:28:50 20:28:50 #216 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 20:28:50 #216 DONE 0.2s 20:28:50 20:28:50 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 20:28:50 #39 ... 20:28:50 20:28:50 #217 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 20:28:50 #217 DONE 0.1s 20:28:50 20:28:50 #108 [core-keeper] exporting to image 20:28:50 #108 exporting layers 0.5s done 20:28:50 #108 writing image sha256:61cf81738833b2f687ddbf0dcdd066bb5894eb70d15443cf7103fc70e59dc77a done 20:28:50 #108 naming to docker.io/library/core-keeper-arm64 done 20:28:50 #108 DONE 15.5s 20:28:50 20:28:50 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:28:51 #155 ... 20:28:51 20:28:51 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:28:51 #157 DONE 2106.0s 20:28:51 20:28:51 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 20:28:51 #39 ... 20:28:51 20:28:51 #218 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:28:51 #218 DONE 0.3s 20:28:51 20:28:51 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:28:51 #155 ... 20:28:51 20:28:51 #219 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:28:51 #219 DONE 0.2s 20:28:51 20:28:51 #220 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:28:51 #220 DONE 0.4s 20:28:51 20:28:51 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:28:52 #155 ... 20:28:52 20:28:52 #221 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:28:52 #221 DONE 0.1s 20:28:52 20:28:52 #222 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:28:52 #222 DONE 0.1s 20:28:52 20:28:52 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:28:52 #155 ... 20:28:52 20:28:52 #108 [core-metadata] exporting to image 20:28:53 #108 exporting layers 0.6s done 20:28:53 #108 writing image sha256:c81aeb4a4528260cf329a5cc5c0112d8fe9c5fef6a4da533f3b8c8b5c46a744e done 20:28:53 #108 naming to docker.io/library/core-metadata-arm64 done 20:28:53 #108 DONE 16.1s 20:28:53 20:28:53 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 20:29:31 #39 ... 20:29:31 20:29:31 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:29:31 #155 DONE 2141.5s 20:29:31 20:29:31 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:29:31 #149 DONE 2141.5s 20:29:31 20:29:31 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 20:29:31 #154 DONE 2142.4s 20:29:31 20:29:31 #223 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:31 #223 DONE 0.1s 20:29:31 20:29:31 #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:31 #224 DONE 0.2s 20:29:31 20:29:31 #225 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:31 #225 ... 20:29:31 20:29:31 #226 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:29:31 #226 DONE 0.2s 20:29:31 20:29:31 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:29:31 #227 DONE 0.2s 20:29:31 20:29:31 #225 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:29:31 #225 DONE 0.2s 20:29:31 20:29:31 #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:29:31 #228 DONE 0.5s 20:29:31 20:29:31 #229 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:29:31 #229 DONE 0.3s 20:29:31 20:29:31 #230 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:29:31 #230 DONE 0.6s 20:29:31 20:29:31 #231 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:29:31 #231 ... 20:29:31 20:29:31 #232 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:29:31 #232 DONE 0.1s 20:29:31 20:29:31 #108 [support-scheduler] exporting to image 20:29:31 #108 exporting layers 20:29:31 #108 ... 20:29:31 20:29:31 #231 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:29:31 #231 DONE 0.3s 20:29:31 20:29:31 #108 [support-notifications] exporting to image 20:29:31 #108 ... 20:29:31 20:29:31 #233 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 20:29:31 #233 DONE 0.5s 20:29:31 20:29:31 #234 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 20:29:31 #234 DONE 0.2s 20:29:31 20:29:31 #108 [support-notifications] exporting to image 20:29:31 #108 exporting layers 0.7s done 20:29:31 #108 writing image sha256:6ec7fc0fdcec849b41798bafb9aeaa6866712a14dad71eabe389b84e2e85eeb0 done 20:29:31 #108 naming to docker.io/library/support-scheduler-arm64 done 20:29:31 #108 exporting layers 0.8s done 20:29:31 #108 writing image sha256:aff264bdeb26a40963a3acb4f9026cc4c3b8d50d31f5534ef39155702e293080 20:29:31 #108 writing image sha256:aff264bdeb26a40963a3acb4f9026cc4c3b8d50d31f5534ef39155702e293080 done 20:29:31 #108 naming to docker.io/library/support-notifications-arm64 done 20:29:31 #108 exporting layers 1.4s done 20:29:31 #108 writing image sha256:c1e0993ff7a613cc6c64fb70fc03ddbea93a2c37bf97e4c8ea7a9eefd64ad99b done 20:29:31 #108 naming to docker.io/library/support-cron-scheduler-arm64 done 20:29:31 #108 DONE 18.1s 20:29:31 20:29:31 #39 [security-proxy-auth stage-3 1/10] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:29:31 time="2024-09-20T19:50:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:29:31 $ docker stop --time=1 3b85389e955bf983c6ff0e05ae33ec887be5cbee71d3ce1515f355c6fdbde421 20:29:33 $ docker rm -f --volumes 3b85389e955bf983c6ff0e05ae33ec887be5cbee71d3ce1515f355c6fdbde421 [Pipeline] // withDockerContainer [Pipeline] sh 20:29:34 + docker images 20:29:34 REPOSITORY TAG IMAGE ID CREATED SIZE 20:29:34 support-cron-scheduler-arm64 latest c1e0993ff7a6 6 seconds ago 43.7MB 20:29:34 support-notifications-arm64 latest aff264bdeb26 6 seconds ago 42.2MB 20:29:34 support-scheduler-arm64 latest 6ec7fc0fdcec 7 seconds ago 41.4MB 20:29:34 core-metadata-arm64 latest c81aeb4a4528 42 seconds ago 39.4MB 20:29:34 core-keeper-arm64 latest 61cf81738833 45 seconds ago 39.2MB 20:29:34 core-data-arm64 latest 1671cadcea87 47 seconds ago 39.3MB 20:29:34 core-command-arm64 latest 45b2fa7a53f6 2 minutes ago 35.1MB 20:29:34 security-proxy-auth-arm64 latest 8f6e056b593d 4 minutes ago 32.7MB 20:29:34 security-spiffe-token-provider-arm64 latest 3e206fd4f596 12 minutes ago 29.1MB 20:29:34 core-common-config-bootstrapper-arm64 latest efc2f6de16e6 14 minutes ago 15.4MB 20:29:34 security-secretstore-setup-arm64 latest d8bd9bedd1c8 15 minutes ago 36.4MB 20:29:34 security-bootstrapper-arm64 latest 36f9495e4df6 15 minutes ago 18.9MB 20:29:34 security-proxy-setup-arm64 latest 527141864ec0 15 minutes ago 26.2MB 20:29:34 security-spire-server-arm64 latest 7918ed12cb73 37 minutes ago 116MB 20:29:34 security-spire-config-arm64 latest 864a661b0d0d 37 minutes ago 115MB 20:29:34 security-spire-agent-arm64 latest 0ef01489ba8a 37 minutes ago 174MB 20:29:34 ci-base-image-arm64 latest 0507ad0fa702 57 minutes ago 967MB 20:29:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 5 months ago 561MB 20:29:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 15 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:29:35 20:29:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:29:35 arm64: Pulling from edgex-lftools-log-publisher 20:29:35 8998bd30e6a1: Pulling fs layer 20:29:35 04944245beec: Pulling fs layer 20:29:35 699f458cf7ca: Pulling fs layer 20:29:35 765212b225bb: Pulling fs layer 20:29:35 f23df028b6ca: Pulling fs layer 20:29:35 d65c8cfc05b1: Pulling fs layer 20:29:35 2437ff75d9bd: Pulling fs layer 20:29:35 f23df028b6ca: Waiting 20:29:35 d65c8cfc05b1: Waiting 20:29:35 2437ff75d9bd: Waiting 20:29:35 765212b225bb: Waiting 20:29:35 04944245beec: Verifying Checksum 20:29:35 04944245beec: Download complete 20:29:35 765212b225bb: Verifying Checksum 20:29:35 765212b225bb: Download complete 20:29:35 f23df028b6ca: Download complete 20:29:36 d65c8cfc05b1: Verifying Checksum 20:29:36 d65c8cfc05b1: Download complete 20:29:36 699f458cf7ca: Verifying Checksum 20:29:36 699f458cf7ca: Download complete 20:29:36 8998bd30e6a1: Verifying Checksum 20:29:36 8998bd30e6a1: Download complete 20:29:39 2437ff75d9bd: Verifying Checksum 20:29:39 2437ff75d9bd: Download complete 20:29:41 8998bd30e6a1: Pull complete 20:29:41 04944245beec: Pull complete 20:29:43 699f458cf7ca: Pull complete 20:29:43 765212b225bb: Pull complete 20:29:44 f23df028b6ca: Pull complete 20:29:44 d65c8cfc05b1: Pull complete 20:30:02 2437ff75d9bd: Pull complete 20:30:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:30:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:03 prd-ubuntu20.04-docker-arm64-4c-16g-10756 does not seem to be running inside a container 20:30:03 $ 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 20:30:06 $ docker top e9f78ddc89a7771ec20b6fd9c00e84b2355f66c1361888eb7fb9be172ac413ea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:07 ---> job-cost.sh 20:30:07 lf-activate-venv: SKIPPING 20:30:07 INFO: No Stack... 20:30:08 INFO: Retrieving Pricing Info for: v3-standard-4 20:30:08 INFO: Archiving Costs [Pipeline] sh 20:30:09 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:30:09 + cut -d, -f6 [Pipeline] lock 20:30:09 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4920-1-stack-cost] 20:30:09 Resource [jenkins-edgexfoundry-edgex-go-PR-4920-1-stack-cost] did not exist. Created. 20:30:09 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4920-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:30:10 + echo total: 0.2199999988079071 [Pipeline] stash 20:30:10 Stashed 1 file(s) [Pipeline] } 20:30:10 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4920-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:30:10 $ docker stop --time=1 e9f78ddc89a7771ec20b6fd9c00e84b2355f66c1361888eb7fb9be172ac413ea 20:30:12 $ docker rm -f --volumes e9f78ddc89a7771ec20b6fd9c00e84b2355f66c1361888eb7fb9be172ac413ea [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 20:30:13 provisioning config files... 20:30:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4022239864865922707tmp [Pipeline] { [Pipeline] sh 20:30:13 + set +x 20:30:13 + curl -s https://codecov.io/bash 20:30:13 + bash -s -- 20:30:13 20:30:13 _____ _ 20:30:13 / ____| | | 20:30:13 | | ___ __| | ___ ___ _____ __ 20:30:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:30:13 | |___| (_) | (_| | __/ (_| (_) \ V / 20:30:13 \_____\___/ \__,_|\___|\___\___/ \_/ 20:30:13 Bash-1.0.6 20:30:13 20:30:13 20:30:13 ==> git version 2.25.1 found 20:30:13 ==> 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 20:30:13 Release-Date: 2020-01-08 20:30:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:30:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:30:13 ==> Jenkins CI detected. 20:30:13 current dir:  /w/workspace/edgex-go/1 20:30:13 project root: . 20:30:13 --> token set from env 20:30:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:30:13 ==> Running gcov in . (disable via -X gcov) 20:30:13 ==> Python coveragepy not found 20:30:13 ==> Searching for coverage reports in: 20:30:13 + . 20:30:13 -> Found 1 reports 20:30:13 ==> Detecting git/mercurial file structure 20:30:13 ==> Reading reports 20:30:13 + ./coverage.out bytes=566233 20:30:13 ==> Appending adjustments 20:30:13 https://docs.codecov.io/docs/fixing-reports 20:30:15 + Found adjustments 20:30:15 ==> Gzipping contents 20:30:15 72K /tmp/codecov.DiphiF.gz 20:30:15 ==> Uploading reports 20:30:15 url: https://codecov.io 20:30:15 query: branch=PR-4920&commit=5ee008cd0d85b374737bfb2dec7c4c829cbbabda&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4920%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4920&job=&cmd_args= 20:30:15 -> Pinging Codecov 20:30:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4920&commit=5ee008cd0d85b374737bfb2dec7c4c829cbbabda&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4920%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4920&job=&cmd_args= 20:30:15 -> Uploading to 20:30:15 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/5ee008cd0d85b374737bfb2dec7c4c829cbbabda/ca62debd-86da-46a3-839e-d9c5621d341f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20240920%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20240920T203015Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=5520f2f4ead61e67ba5326c28f0c62a596afc4d5ec08be05c121b68e82bfb8bf 20:30:15 % Total % Received % Xferd Average Speed Time Time Time Current 20:30:15 Dload Upload Total Spent Left Speed 20:30:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69843 0 0 100 69843 0 263k --:--:-- --:--:-- --:--:-- 263k 20:30:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/5ee008cd0d85b374737bfb2dec7c4c829cbbabda [Pipeline] } 20:30:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:30:17 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:30:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:30:18 ---> package-listing.sh 20:30:18 ++ tr '[:upper:]' '[:lower:]' 20:30:18 ++ facter osfamily 20:30:19 + OS_FAMILY=debian 20:30:19 + workspace=/w/workspace/edgex-go/1 20:30:19 + START_PACKAGES=/tmp/packages_start.txt 20:30:19 + END_PACKAGES=/tmp/packages_end.txt 20:30:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:30:19 + PACKAGES=/tmp/packages_start.txt 20:30:19 + '[' /w/workspace/edgex-go/1 ']' 20:30:19 + PACKAGES=/tmp/packages_end.txt 20:30:19 + case "${OS_FAMILY}" in 20:30:19 + dpkg -l 20:30:19 + grep '^ii' 20:30:19 + '[' -f /tmp/packages_start.txt ']' 20:30:19 + '[' -f /tmp/packages_end.txt ']' 20:30:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:30:19 + '[' /w/workspace/edgex-go/1 ']' 20:30:19 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:30:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:30:19 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 20:30:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:20 20:30:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:20 latest: Pulling from edgex-lftools-log-publisher 20:30:20 5eb5b503b376: Pulling fs layer 20:30:20 5c69ac0246d0: Pulling fs layer 20:30:20 ec43610c2a17: Pulling fs layer 20:30:20 3a2ae6a8a46f: Pulling fs layer 20:30:20 33b1e0a273af: Pulling fs layer 20:30:20 5d3b04190fa2: Pulling fs layer 20:30:20 2f39f015ded8: Pulling fs layer 20:30:20 3a2ae6a8a46f: Waiting 20:30:20 33b1e0a273af: Waiting 20:30:20 5d3b04190fa2: Waiting 20:30:20 2f39f015ded8: Waiting 20:30:20 5c69ac0246d0: Download complete 20:30:20 3a2ae6a8a46f: Verifying Checksum 20:30:20 3a2ae6a8a46f: Download complete 20:30:20 33b1e0a273af: Verifying Checksum 20:30:20 33b1e0a273af: Download complete 20:30:20 5d3b04190fa2: Verifying Checksum 20:30:20 5d3b04190fa2: Download complete 20:30:20 ec43610c2a17: Verifying Checksum 20:30:20 ec43610c2a17: Download complete 20:30:21 5eb5b503b376: Verifying Checksum 20:30:21 5eb5b503b376: Download complete 20:30:21 2f39f015ded8: Download complete 20:30:22 5eb5b503b376: Pull complete 20:30:22 5c69ac0246d0: Pull complete 20:30:22 ec43610c2a17: Pull complete 20:30:22 3a2ae6a8a46f: Pull complete 20:30:23 33b1e0a273af: Pull complete 20:30:23 5d3b04190fa2: Pull complete 20:30:27 2f39f015ded8: Pull complete 20:30:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:30:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:27 prd-ubuntu20.04-docker-8c-8g-10755 does not seem to be running inside a container 20:30:27 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:30:34 $ docker top 2fa899e321e319d855a5c70c73e5c402c402cea791eb4479c9da18481101cbb7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:34 + touch /tmp/pre-build-complete [Pipeline] sh 20:30:35 + mkdir -p /var/log/sysstat [Pipeline] sh 20:30:35 + ls /var/log/sa-host 20:30:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:30:35 provisioning config files... 20:30:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3756697615189144197tmp [Pipeline] { [Pipeline] echo 20:30:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:30:36 ---> create-netrc.sh [Pipeline] } 20:30:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:30:36 ---> python-tools-install.sh [Pipeline] echo 20:30:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:30:37 ---> sudo-logs.sh 20:30:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:30:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:30:37 ---> job-cost.sh 20:30:37 lf-activate-venv: SKIPPING 20:30:37 DEBUG: total: 0.2199999988079071 20:30:37 INFO: Retrieving Stack Cost... 20:30:37 INFO: Retrieving Pricing Info for: v3-standard-8 20:30:38 INFO: Archiving Costs [Pipeline] echo 20:30:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:30:38 ---> logs-deploy.sh 20:30:38 lf-activate-venv: SKIPPING 20:30:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4920/1 20:30:38 INFO: archiving workspace using pattern(s): 20:30:39 Archives upload complete. 20:30:39 INFO: archiving logs to Nexus