Pull request #4818 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e9da4165acc2ca2a160f579c3c921964e3d8559+1563034bdd075c93d67b99643895e9c750b93b8f (a13b1df6494b2a1e1c4edd1751f80252926b4fc7) 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-ssh156839890384785066.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh18072571202419768296.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 590556114a56c6d90cc8043840e039c2f74196dc 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-4818/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-4818/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13527006923345610999.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-4818/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18010032318543801658.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh6448855233890856063.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-4818/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-4818/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17721689729746674308.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 590556114a56c6d90cc8043840e039c2f74196dc 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-5089 in /w/workspace/edgexfoundry_edgex-go_PR-4818 [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 > 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/4818/head:refs/remotes/origin/PR-4818 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1563034bdd075c93d67b99643895e9c750b93b8f into PR head commit 7e9da4165acc2ca2a160f579c3c921964e3d8559 Merge succeeded, producing 7e9da4165acc2ca2a160f579c3c921964e3d8559 Checking out Revision 7e9da4165acc2ca2a160f579c3c921964e3d8559 (PR-4818) Commit message: "build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git config core.sparsecheckout # timeout=10 > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # 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 1563034bdd075c93d67b99643895e9c750b93b8f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:40:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:40:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:40:01 ========================================================= 19:40:01 EdgeX Global Pipelines Version Info 19:40:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:40:02 ------------------- 19:40:02 stable info: 19:40:02 ------------------- 19:40:02 Commited By: Ginny Guan ginny@iotechsys.com 19:40:02 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 19:40:02 Message: update stable to v1.0.260 19:40:02 ------------------- 19:40:02 experimental info: 19:40:02 ------------------- 19:40:02 Commited By: Ginny Guan ginny@iotechsys.com 19:40:02 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 19:40:02 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4818 [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4818 [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4818 [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e9da41 [Pipeline] echo 19:40:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:40:05 provisioning config files... 19:40:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9354911789075440198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:40:05 ---> ****-login.sh 19:40:05 nexus3.edgexfoundry.org:10001 19:40:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:40:11 Configure a credential helper to remove this warning. See 19:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:40:11 19:40:11 Login Succeeded 19:40:11 nexus3.edgexfoundry.org:10002 19:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:40:11 Configure a credential helper to remove this warning. See 19:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:40:11 19:40:11 Login Succeeded 19:40:11 nexus3.edgexfoundry.org:10003 19:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:40:11 Configure a credential helper to remove this warning. See 19:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:40:11 19:40:11 Login Succeeded 19:40:11 nexus3.edgexfoundry.org:10004 19:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:40:11 Configure a credential helper to remove this warning. See 19:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:40:11 19:40:11 Login Succeeded 19:40:11 ****.io 19:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:40:11 Configure a credential helper to remove this warning. See 19:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:40:11 19:40:11 Login Succeeded 19:40:11 ---> ****-login.sh ends [Pipeline] } 19:40:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:40:12 + 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + dirname cmd/core-command/Dockerfile 19:40:12 + echo core-command,cmd/core-command/Dockerfile 19:40:12 + dirname cmd/core-common-config-bootstrapper/Dockerfile+ 19:40:12 cut -d/ -f2 19:40:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:40:12 + dirname+ cmd/core-data/Dockerfile 19:40:12 cut -d/ -f2 19:40:12 + echo core-data,cmd/core-data/Dockerfile 19:40:12 + dirname cmd/core-keeper/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo core-keeper,cmd/core-keeper/Dockerfile 19:40:12 + dirname cmd/core-metadata/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo core-metadata,cmd/core-metadata/Dockerfile 19:40:12 + + dirname cmd/security-bootstrapper/Dockerfile 19:40:12 cut -d/ -f2 19:40:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:40:12 + dirname cmd/security-proxy-auth/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:40:12 + dirname cmd/security-proxy-setup/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:40:12 + dirname cmd/security-secretstore-setup/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:40:12 + + cut -d/ -f2 19:40:12 dirname cmd/security-spiffe-token-provider/Dockerfile 19:40:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:40:12 + dirname cmd/security-spire-agent/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:40:12 + dirname cmd/security-spire-config/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:40:12 + dirname cmd/security-spire-server/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:40:12 + dirname cmd/support-notifications/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo support-notifications,cmd/support-notifications/Dockerfile 19:40:12 + dirname cmd/support-scheduler/Dockerfile 19:40:12 + cut -d/ -f2 19:40:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:40:12 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-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:40:12 + git rev-list -1 --merges 7e9da4165acc2ca2a160f579c3c921964e3d8559~1..7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] echo 19:40:12 -----------> git rev-list -1 --merges 7e9da4165acc2ca2a160f579c3c921964e3d8559~1..7e9da4165acc2ca2a160f579c3c921964e3d8559 7e9da4165acc2ca2a160f579c3c921964e3d8559 [false] [Pipeline] sh 19:40:13 + git log --format=format:%s -1 7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] echo 19:40:13 ========================================================= 19:40:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:40:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:40:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:40:13 + grep -v github /etc/ssh/ssh_known_hosts 19:40:13 + [ -e /tmp/ssh_known_hosts ] 19:40:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:40:13 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:40:13 + sudo tee -a /etc/ssh/ssh_known_hosts 19:40:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:40:14 19:40:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:40:14 0.1.4: Pulling from edgex-devops/py-git-semver 19:40:14 b85a868b505f: Pulling fs layer 19:40:14 e2be974225ed: Pulling fs layer 19:40:14 339a4e72a1f5: Pulling fs layer 19:40:14 988bab9f4d93: Pulling fs layer 19:40:14 1469e6f7b9e6: Pulling fs layer 19:40:14 eaf3925da568: Pulling fs layer 19:40:14 bab4dde63d76: Pulling fs layer 19:40:14 bde34c3a00c8: Pulling fs layer 19:40:14 b352a97aabf1: Pulling fs layer 19:40:14 4872d77fe225: Pulling fs layer 19:40:14 5851b861e8e6: Pulling fs layer 19:40:14 bab4dde63d76: Waiting 19:40:14 bde34c3a00c8: Waiting 19:40:14 b352a97aabf1: Waiting 19:40:14 988bab9f4d93: Waiting 19:40:14 4872d77fe225: Waiting 19:40:14 1469e6f7b9e6: Waiting 19:40:14 eaf3925da568: Waiting 19:40:14 5851b861e8e6: Waiting 19:40:14 e2be974225ed: Verifying Checksum 19:40:14 e2be974225ed: Download complete 19:40:14 988bab9f4d93: Download complete 19:40:14 1469e6f7b9e6: Verifying Checksum 19:40:14 1469e6f7b9e6: Download complete 19:40:14 339a4e72a1f5: Verifying Checksum 19:40:14 339a4e72a1f5: Download complete 19:40:14 eaf3925da568: Download complete 19:40:14 bde34c3a00c8: Download complete 19:40:14 b352a97aabf1: Verifying Checksum 19:40:14 b352a97aabf1: Download complete 19:40:14 4872d77fe225: Download complete 19:40:14 5851b861e8e6: Download complete 19:40:14 b85a868b505f: Verifying Checksum 19:40:14 b85a868b505f: Download complete 19:40:15 bab4dde63d76: Verifying Checksum 19:40:15 bab4dde63d76: Download complete 19:40:16 b85a868b505f: Pull complete 19:40:16 e2be974225ed: Pull complete 19:40:16 339a4e72a1f5: Pull complete 19:40:16 988bab9f4d93: Pull complete 19:40:17 1469e6f7b9e6: Pull complete 19:40:17 eaf3925da568: Pull complete 19:40:18 bab4dde63d76: Pull complete 19:40:18 bde34c3a00c8: Pull complete 19:40:18 b352a97aabf1: Pull complete 19:40:19 4872d77fe225: Pull complete 19:40:19 5851b861e8e6: Pull complete 19:40:19 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:40:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:40:19 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:40:19 prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container 19:40:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:40:22 $ docker top d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 -eo pid,comm 19:40:22 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:40:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:40:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:40:22 [ssh-agent] Looking for ssh-agent implementation... 19:40:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:40:22 $ docker exec d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent 19:40:22 SSH_AUTH_SOCK=/tmp/ssh-v3gQQIiViuxV/agent.31 19:40:22 SSH_AGENT_PID=37 19:40:22 Running ssh-add (command line suppressed) 19:40:22 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2580985218295117582.key (/w/workspace/edgex-go/1@tmp/private_key_2580985218295117582.key) 19:40:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:40:23 + git tag --points-at HEAD [Pipeline] } 19:40:23 $ docker exec --env ******** --env ******** d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent -k 19:40:23 unset SSH_AUTH_SOCK; 19:40:23 unset SSH_AGENT_PID; 19:40:23 echo Agent pid 37 killed; 19:40:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:40:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:40:23 [ssh-agent] Looking for ssh-agent implementation... 19:40:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:40:23 $ docker exec d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent 19:40:23 SSH_AUTH_SOCK=/tmp/ssh-fOVsj4e7NM0f/agent.70 19:40:23 SSH_AGENT_PID=76 19:40:23 Running ssh-add (command line suppressed) 19:40:23 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8563776593776311430.key (/w/workspace/edgex-go/1@tmp/private_key_8563776593776311430.key) 19:40:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:40:24 + git semver init 19:40:24 2024-07-05 19:40:24,475 [run_init] DEBUG init version:0.0.0 force:False 19:40:24 2024-07-05 19:40:24,475 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:40:24 2024-07-05 19:40:24,476 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:40:24 2024-07-05 19:40:24,476 [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:40:29 2024-07-05 19:40:29,831 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:40:29 2024-07-05 19:40:29,831 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4818 with force:False 19:40:29 2024-07-05 19:40:29,832 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4818 19:40:29 2024-07-05 19:40:29,836 [execute] INFO git cat-file --batch-check 19:40:29 2024-07-05 19:40:29,836 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:40:30 2024-07-05 19:40:29,843 [execute] INFO git cat-file --batch 19:40:30 2024-07-05 19:40:29,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:40:30 2024-07-05 19:40:29,848 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4818 19:40:30 0.0.0 [Pipeline] } 19:40:30 $ docker exec --env ******** --env ******** d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent -k 19:40:30 unset SSH_AUTH_SOCK; 19:40:30 unset SSH_AGENT_PID; 19:40:30 echo Agent pid 76 killed; 19:40:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:40:30 + git semver [Pipeline] } 19:40:30 $ docker stop --time=1 d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 19:40:32 $ docker rm -f --volumes d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 [Pipeline] // withDockerContainer [Pipeline] sh 19:40:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:40:33 Stashed 1 file(s) [Pipeline] echo 19:40:33 [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:40:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:40:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:40:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:40:34 ========================================================= 19:40:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 19:40:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:40:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:40:34 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 19:40:34 619be1103602: Pulling fs layer 19:40:34 7862e08f4a3e: Pulling fs layer 19:40:34 5df492c9dc93: Pulling fs layer 19:40:34 7629e6793208: Pulling fs layer 19:40:34 4f4fb700ef54: Pulling fs layer 19:40:34 fb5054dd5b73: Pulling fs layer 19:40:34 eeca6798cff9: Pulling fs layer 19:40:34 aa269ceb94a6: Pulling fs layer 19:40:34 ada007ff1a6a: Pulling fs layer 19:40:34 aa269ceb94a6: Waiting 19:40:34 fb5054dd5b73: Waiting 19:40:34 eeca6798cff9: Waiting 19:40:34 ada007ff1a6a: Waiting 19:40:34 7629e6793208: Waiting 19:40:34 4f4fb700ef54: Waiting 19:40:34 7862e08f4a3e: Verifying Checksum 19:40:34 7862e08f4a3e: Download complete 19:40:34 7629e6793208: Verifying Checksum 19:40:34 7629e6793208: Download complete 19:40:34 4f4fb700ef54: Verifying Checksum 19:40:34 4f4fb700ef54: Download complete 19:40:34 fb5054dd5b73: Verifying Checksum 19:40:34 fb5054dd5b73: Download complete 19:40:34 619be1103602: Verifying Checksum 19:40:34 619be1103602: Download complete 19:40:34 eeca6798cff9: Verifying Checksum 19:40:34 eeca6798cff9: Download complete 19:40:34 619be1103602: Pull complete 19:40:34 ada007ff1a6a: Verifying Checksum 19:40:34 ada007ff1a6a: Download complete 19:40:34 7862e08f4a3e: Pull complete 19:40:35 5df492c9dc93: Verifying Checksum 19:40:35 5df492c9dc93: Download complete 19:40:35 aa269ceb94a6: Verifying Checksum 19:40:35 aa269ceb94a6: Download complete 19:40:38 5df492c9dc93: Pull complete 19:40:38 7629e6793208: Pull complete 19:40:38 4f4fb700ef54: Pull complete 19:40:38 fb5054dd5b73: Pull complete 19:40:38 eeca6798cff9: Pull complete 19:40:41 aa269ceb94a6: Pull complete 19:40:41 ada007ff1a6a: Pull complete 19:40:41 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 19:40:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:40:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:40:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:40:41 WORKDIR /edgex 19:40:41 COPY go.mod . 19:40:41 RUN go mod download 19:40:41 + docker build -t ci-base-image-x86_64 -f - . 19:40:42 Sending build context to Docker daemon 178.5MB 19:40:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:40:42 ---> f489d0715acc 19:40:42 Step 2/4 : WORKDIR /edgex 19:40:48 Still waiting to schedule task 19:40:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:40:50 ---> Running in 0377b63bae35 19:40:50 Removing intermediate container 0377b63bae35 19:40:50 ---> b9ea9ff0a07e 19:40:50 Step 3/4 : COPY go.mod . 19:40:50 ---> 062f1e2eba25 19:40:50 Step 4/4 : RUN go mod download 19:40:50 ---> Running in 1da4ba473d40 19:41:22 Removing intermediate container 1da4ba473d40 19:41:22 ---> 965c0999bc6d 19:41:22 Successfully built 965c0999bc6d 19:41:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:23 + docker inspect -f . ci-base-image-x86_64 19:41:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:23 prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container 19:41:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:41:23 $ docker top 313b265a2d39b54013187e75bc0981de82e78ad23390e05d9764ae8d6c382200 -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:24 + go version 19:41:24 go version go1.21.9 linux/amd64 [Pipeline] } 19:41:24 $ docker stop --time=1 313b265a2d39b54013187e75bc0981de82e78ad23390e05d9764ae8d6c382200 19:41:25 $ docker rm -f --volumes 313b265a2d39b54013187e75bc0981de82e78ad23390e05d9764ae8d6c382200 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:26 + docker inspect -f . ci-base-image-x86_64 19:41:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:26 prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container 19:41:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:41:26 $ docker top 54da67b79a33775b4f10bbfbccef74c7b373e60ffe481812e7717d76f75bfbef -eo pid,comm [Pipeline] { [Pipeline] echo 19:41:27 ========================================================= 19:41:27 [edgeXBuildGoParallel] Running Tests and Build... 19:41:27 ========================================================= [Pipeline] sh 19:41:27 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:41:27 + make test 19:41:27 go test -race -coverprofile=coverage.out ./... 19:41:35 ? github.com/edgexfoundry/edgex-go [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:42:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:42:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:42:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements 19:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:42:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 19:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 19:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 19:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 19:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:42:13 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5090 in /w/workspace/edgexfoundry_edgex-go_PR-4818 [Pipeline] { [Pipeline] ws 19:42:13 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:42:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.055s coverage: 69.2% of statements 19:42:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements 19:42:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.400s coverage: 93.4% of statements 19:42:14 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.048s coverage: 91.7% of statements 19:42:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 6.5% of statements 19:42:16 The recommended git tool is: git 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:42:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:42:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.325s coverage: 95.8% of statements 19:42:18 ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements 19:42:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:42:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:42:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.051s coverage: 0.8% of statements 19:42:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 32.2% of statements 19:42:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 41.7% of statements 19:42:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.024s coverage: 77.8% of statements 19:42:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 19:42:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements 19:42:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 19:42:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:42:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:42:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:42:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:42:21 using credential edgex-jenkins-ssh 19:42:21 Cloning the remote Git repository 19:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:42:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:42:21 > git init /w/workspace/edgex-go/1 # timeout=10 19:42:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:42:21 > git --version # timeout=10 19:42:21 > git --version # 'git version 2.25.1' 19:42:21 using GIT_SSH to set credentials SSH Credentials for GitHub 19:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:42:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:42:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.029s coverage: 94.4% of statements 19:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:42:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:42:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:42:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:42:39 Merging remotes/origin/main commit 1563034bdd075c93d67b99643895e9c750b93b8f into PR head commit 7e9da4165acc2ca2a160f579c3c921964e3d8559 19:42:40 Merge succeeded, producing 7e9da4165acc2ca2a160f579c3c921964e3d8559 19:42:40 Checking out Revision 7e9da4165acc2ca2a160f579c3c921964e3d8559 (PR-4818) 19:42:40 Commit message: "build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0" 19:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:42:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 19:42:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4818/head:refs/remotes/origin/PR-4818 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:42:39 > git config core.sparsecheckout # timeout=10 19:42:39 > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # timeout=10 19:42:40 > git remote # timeout=10 19:42:40 > git config --get remote.origin.url # timeout=10 19:42:40 using GIT_SSH to set credentials SSH Credentials for GitHub 19:42:40 > git merge 1563034bdd075c93d67b99643895e9c750b93b8f # timeout=10 19:42:40 > git rev-parse HEAD^{commit} # timeout=10 19:42:40 > git config core.sparsecheckout # timeout=10 19:42:40 > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # timeout=10 19:42:40 > git --version # timeout=10 19:42:40 > git --version # 'git version 2.25.1' 19:42:40 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.239s coverage: 79.9% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.040s coverage: 92.9% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.025s coverage: 87.2% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 20.0% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.065s coverage: 81.8% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.065s coverage: 82.1% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.121s coverage: 63.1% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.029s coverage: 89.4% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.157s coverage: 38.4% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 84.8% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.045s coverage: 19.9% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.091s coverage: 95.7% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.048s coverage: 98.9% of statements 19:42:45 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:42:45 running golangci-lint 19:42:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:42:45 % Total % Received % Xferd Average Speed Time Time Time Current 19:42:45 Dload Upload Total Spent Left Speed 19:42:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 79677 0 --:--:-- --:--:-- --:--:-- 80175 19:42:45 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 19:42:45 go version go1.21.9 linux/amd64 19:42:45 level=info msg="[config_reader] Used config file .golangci.yml" [Pipeline] sh 19:42:45 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:42:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:42:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:42:46 + sudo tee /etc/docker/daemon.new 19:42:46 { 19:42:46 "registry-mirrors": [ 19:42:46 "https://nexus3.edgexfoundry.org:10001" 19:42:46 ], 19:42:46 "bip": "10.250.0.254/24", 19:42:46 "hosts": [ 19:42:46 "tcp://0.0.0.0:5555", 19:42:46 "unix:///var/run/docker.sock" 19:42:46 ], 19:42:46 "mtu": 1458, 19:42:46 "selinux-enabled": true, 19:42:46 "seccomp-profile": "/etc/docker/seccomp.json" 19:42:46 } [Pipeline] sh 19:42:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:42:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:43:05 provisioning config files... 19:43:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2039118302465825134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:43:06 ---> ****-login.sh 19:43:06 nexus3.edgexfoundry.org:10001 19:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:43:06 Configure a credential helper to remove this warning. See 19:43:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:43:06 19:43:06 Login Succeeded 19:43:06 nexus3.edgexfoundry.org:10002 19:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:43:07 Configure a credential helper to remove this warning. See 19:43:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:43:07 19:43:07 Login Succeeded 19:43:07 nexus3.edgexfoundry.org:10003 19:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:43:07 Configure a credential helper to remove this warning. See 19:43:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:43:07 19:43:07 Login Succeeded 19:43:07 nexus3.edgexfoundry.org:10004 19:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:43:07 Configure a credential helper to remove this warning. See 19:43:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:43:07 19:43:07 Login Succeeded 19:43:07 ****.io 19:43:07 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|types_sizes|deps|exports_file|imports|name) took 20.756159556s" 19:43:07 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.900729ms" 19:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:43:08 Configure a credential helper to remove this warning. See 19:43:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:43:08 19:43:08 Login Succeeded 19:43:08 ---> ****-login.sh ends [Pipeline] } 19:43:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:43:08 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:43:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:43:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:43:09 ========================================================= 19:43:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 19:43:09 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:43:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:43:09 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:43:09 c6b39de5b339: Pulling fs layer 19:43:09 a69c41024577: Pulling fs layer 19:43:09 d6de4b400683: Pulling fs layer 19:43:09 35cb2a7552d0: Pulling fs layer 19:43:09 4f4fb700ef54: Pulling fs layer 19:43:09 464afbd9ba4c: Pulling fs layer 19:43:09 00f215d4a9da: Pulling fs layer 19:43:09 d496ad576159: Pulling fs layer 19:43:09 4f4fb700ef54: Waiting 19:43:09 464afbd9ba4c: Waiting 19:43:09 00f215d4a9da: Waiting 19:43:09 35cb2a7552d0: Waiting 19:43:09 d496ad576159: Waiting 19:43:09 a69c41024577: Verifying Checksum 19:43:09 a69c41024577: Download complete 19:43:09 35cb2a7552d0: Verifying Checksum 19:43:09 35cb2a7552d0: Download complete 19:43:09 4f4fb700ef54: Verifying Checksum 19:43:09 4f4fb700ef54: Download complete 19:43:09 c6b39de5b339: Download complete 19:43:09 464afbd9ba4c: Download complete 19:43:10 d496ad576159: Download complete 19:43:10 c6b39de5b339: Pull complete 19:43:11 a69c41024577: Pull complete 19:43:11 d6de4b400683: Verifying Checksum 19:43:11 d6de4b400683: Download complete 19:43:12 00f215d4a9da: Verifying Checksum 19:43:12 00f215d4a9da: Download complete 19:43:20 level=info msg="[linters_context/goanalysis] analyzers took 1m49.952513333s with top 10 stages: buildir: 1m0.01300321s, gosec: 9.003918764s, fact_deprecated: 2.537120694s, inspect: 2.466564537s, printf: 1.649290183s, ctrlflow: 1.554823112s, fact_purity: 1.19783298s, nilness: 1.07633493s, S1038: 973.123512ms, directives: 768.471408ms" 19:43:20 level=info msg="[runner] Issues before processing: 209, after processing: 0" 19:43:20 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 209/209, identifier_marker: 209/209, cgo: 209/209, skip_dirs: 209/209, filename_unadjuster: 209/209, exclude-rules: 21/209, nolint: 0/21, path_prettifier: 209/209, autogenerated_exclude: 209/209, exclude: 209/209" 19:43:20 level=info msg="[runner] processing took 17.207904ms with stages: nolint: 6.829248ms, identifier_marker: 5.40656ms, autogenerated_exclude: 1.506131ms, path_prettifier: 1.462019ms, exclude-rules: 1.250752ms, skip_dirs: 704.423µs, cgo: 29.341µs, filename_unadjuster: 14.8µs, uniq_by_line: 740ns, fixer: 700ns, max_same_issues: 550ns, exclude: 410ns, diff: 390ns, path_prefixer: 390ns, skip_files: 380ns, severity-rules: 270ns, sort_results: 240ns, max_from_linter: 180ns, source_code: 140ns, max_per_file_from_linter: 130ns, path_shortener: 110ns" 19:43:20 level=info msg="[runner] linters took 12.435640645s with stages: goanalysis_metalinter: 12.418345818s" 19:43:20 level=info msg="File cache stats: 0 entries of total size 0B" 19:43:20 level=info msg="Memory: 330 samples, avg is 293.0MB, max is 1280.3MB" 19:43:20 level=info msg="Execution took 33.246344112s" 19:43:20 go vet ./... 19:43:24 d6de4b400683: Pull complete 19:43:24 35cb2a7552d0: Pull complete 19:43:24 4f4fb700ef54: Pull complete 19:43:24 464afbd9ba4c: Pull complete 19:43:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:43:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:43:25 ./bin/test-attribution-txt.sh [Pipeline] echo 19:43:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:43:26 + ls -al . 19:43:26 total 840 19:43:26 drwxrwxr-x 11 1001 1001 4096 Jul 5 19:41 . 19:43:26 drwxr-xr-x 4 root root 4096 Jul 5 19:41 .. 19:43:26 drwxrwxr-x 2 1001 1001 4096 Jul 5 19:39 .blubracket 19:43:26 -rw-rw-r-- 1 1001 1001 10 Jul 5 19:39 .dockerignore 19:43:26 drwxrwxr-x 8 1001 1001 4096 Jul 5 19:42 .git 19:43:26 drwxrwxr-x 3 1001 1001 4096 Jul 5 19:39 .github 19:43:26 -rw-rw-r-- 1 1001 1001 1102 Jul 5 19:39 .gitignore 19:43:26 -rw-rw-r-- 1 1001 1001 42 Jul 5 19:39 .golangci.yml 19:43:26 -rw-rw-r-- 1 1001 1001 100 Jul 5 19:39 .hadolint.yml 19:43:26 drwxr-xr-x 3 1001 1001 4096 Jul 5 19:40 .semver 19:43:26 -rw-rw-r-- 1 1001 1001 155 Jul 5 19:39 .sonarcloud.properties 19:43:26 -rw-rw-r-- 1 1001 1001 1171 Jul 5 19:39 ADOPTERS.md 19:43:26 -rw-rw-r-- 1 1001 1001 20361 Jul 5 19:39 Attribution.txt 19:43:26 -rw-rw-r-- 1 1001 1001 100284 Jul 5 19:39 CHANGELOG.md 19:43:26 -rw-rw-r-- 1 1001 1001 3804 Jul 5 19:39 CONTRIBUTING.md 19:43:26 -rw-rw-r-- 1 1001 1001 677 Jul 5 19:39 GOVERNANCE.md 19:43:26 -rw-rw-r-- 1 1001 1001 861 Jul 5 19:39 Jenkinsfile 19:43:26 -rw-rw-r-- 1 1001 1001 10775 Jul 5 19:39 LICENSE 19:43:26 -rw-rw-r-- 1 1001 1001 16051 Jul 5 19:39 Makefile 19:43:26 -rw-rw-r-- 1 1001 1001 582 Jul 5 19:39 OWNERS.md 19:43:26 -rw-rw-r-- 1 1001 1001 9528 Jul 5 19:39 README.md 19:43:26 -rw-rw-r-- 1 1001 1001 789 Jul 5 19:39 SECURITY.md 19:43:26 -rw-rw-r-- 1 1001 1001 5 Jul 5 19:40 VERSION 19:43:26 drwxrwxr-x 2 1001 1001 4096 Jul 5 19:39 bin 19:43:26 drwxrwxr-x 19 1001 1001 4096 Jul 5 19:39 cmd 19:43:26 -rw-r--r-- 1 root root 481596 Jul 5 19:42 coverage.out 19:43:26 drwxrwxr-x 2 1001 1001 4096 Jul 5 19:39 fuzz_test 19:43:26 -rw-rw-r-- 1 1001 1001 6911 Jul 5 19:39 go.mod 19:43:26 -rw-rw-r-- 1 1001 1001 101537 Jul 5 19:39 go.sum 19:43:26 drwxrwxr-x 7 1001 1001 4096 Jul 5 19:39 internal 19:43:26 drwxrwxr-x 3 1001 1001 4096 Jul 5 19:39 openapi 19:43:26 -rw-rw-r-- 1 1001 1001 584 Jul 5 19:39 security.txt 19:43:26 -rw-rw-r-- 1 1001 1001 204 Jul 5 19:39 version.go [Pipeline] sh 19:43:26 + '[' -e coverage.out ] 19:43:26 + chown 1001:1001 coverage.out [Pipeline] stash 19:43:26 Stashed 1 file(s) [Pipeline] sh 19:43:26 + make build 19:43: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-data/core-data ./cmd/core-data 19:43:34 00f215d4a9da: Pull complete 19:43:34 d496ad576159: Pull complete 19:43:35 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 19:43:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:43:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:43:35 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:43:35 WORKDIR /edgex 19:43:35 COPY go.mod . 19:43:35 RUN go mod download 19:43:35 + docker build -t ci-base-image-arm64 -f - . 19:43:36 Sending build context to Docker daemon 3.185MB 19:43:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:43:36 ---> f246e2811388 19:43:36 Step 2/4 : WORKDIR /edgex 19:43:38 ---> Running in c1e67db9f1e7 19:43:38 Removing intermediate container c1e67db9f1e7 19:43:38 ---> 17e4006e002b 19:43:38 Step 3/4 : COPY go.mod . 19:43:38 ---> b1eee007d65b 19:43:38 Step 4/4 : RUN go mod download 19:43:38 ---> Running in 9299f61cd606 19:43:48 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:43:48 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:43:50 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:43:50 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:43:52 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:43:56 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:43:57 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:43:59 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:44:00 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:44:00 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:44:01 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:44:02 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:44:03 $ docker stop --time=1 54da67b79a33775b4f10bbfbccef74c7b373e60ffe481812e7717d76f75bfbef 19:44:07 $ docker rm -f --volumes 54da67b79a33775b4f10bbfbccef74c7b373e60ffe481812e7717d76f75bfbef [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:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:44:08 19:44:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:44:09 latest: Pulling from edgex-devops/edgex-compose 19:44:09 91d30c5bc195: Pulling fs layer 19:44:09 2e9b0aa3be6d: Pulling fs layer 19:44:09 9c61dcf015f6: Pulling fs layer 19:44:09 4698f68db338: Pulling fs layer 19:44:09 2a2f49069b9e: Pulling fs layer 19:44:09 e0025b399a48: Pulling fs layer 19:44:09 2a2f49069b9e: Waiting 19:44:09 4698f68db338: Waiting 19:44:09 e0025b399a48: Waiting 19:44:09 91d30c5bc195: Verifying Checksum 19:44:09 91d30c5bc195: Download complete 19:44:09 4698f68db338: Verifying Checksum 19:44:09 4698f68db338: Download complete 19:44:09 2e9b0aa3be6d: Verifying Checksum 19:44:09 2e9b0aa3be6d: Download complete 19:44:09 e0025b399a48: Verifying Checksum 19:44:09 e0025b399a48: Download complete 19:44:09 91d30c5bc195: Pull complete 19:44:09 2a2f49069b9e: Download complete 19:44:09 2e9b0aa3be6d: Pull complete 19:44:10 9c61dcf015f6: Verifying Checksum 19:44:10 9c61dcf015f6: Download complete 19:44:12 9c61dcf015f6: Pull complete 19:44:12 4698f68db338: Pull complete 19:44:12 2a2f49069b9e: Pull complete 19:44:12 e0025b399a48: Pull complete 19:44:12 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:44:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:44:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:12 prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container 19:44:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:44:14 $ docker top 6a17f1724e0325bc9c0961db0ebfb9064f3fb66f8b64614d8e6377ed34708230 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:15 + docker compose -f ./docker-compose-build.yml build --parallel 19:44:17 #1 [core-metadata internal] load build definition from Dockerfile 19:44:17 #1 transferring dockerfile: 2.06kB done 19:44:17 #1 DONE 0.0s 19:44:17 19:44:17 #2 [security-bootstrapper internal] load build definition from Dockerfile 19:44:17 #2 transferring dockerfile: 2.93kB done 19:44:17 #2 DONE 0.0s 19:44:17 19:44:17 #3 [security-spire-config internal] load build definition from Dockerfile 19:44:17 #3 transferring dockerfile: 1.69kB done 19:44:17 #3 DONE 0.0s 19:44:17 19:44:17 #4 [support-notifications internal] load build definition from Dockerfile 19:44:17 #4 transferring dockerfile: 1.95kB done 19:44:17 #4 DONE 0.0s 19:44:17 19:44:17 #5 [core-keeper internal] load build definition from Dockerfile 19:44:17 #5 transferring dockerfile: 2.01kB done 19:44:17 #5 DONE 0.1s 19:44:17 19:44:17 #6 [security-secretstore-setup internal] load build definition from Dockerfile 19:44:17 #6 ... 19:44:17 19:44:17 #7 [security-spire-agent internal] load build definition from Dockerfile 19:44:17 #7 transferring dockerfile: 1.81kB done 19:44:17 #7 DONE 0.1s 19:44:17 19:44:17 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:44:17 #8 transferring dockerfile: 1.89kB done 19:44:17 #8 DONE 0.1s 19:44:17 19:44:17 #9 [core-command internal] load build definition from Dockerfile 19:44:17 #9 transferring dockerfile: 1.93kB done 19:44:17 #9 DONE 0.1s 19:44:17 19:44:17 #10 [security-proxy-setup internal] load build definition from Dockerfile 19:44:17 #10 transferring dockerfile: 2.50kB done 19:44:17 #10 DONE 0.1s 19:44:17 19:44:17 #11 [core-metadata internal] load .dockerignore 19:44:17 #11 transferring context: 50B done 19:44:17 #11 DONE 0.1s 19:44:17 19:44:17 #6 [security-secretstore-setup internal] load build definition from Dockerfile 19:44:17 #6 transferring dockerfile: 2.49kB done 19:44:17 #6 DONE 0.1s 19:44:17 19:44:17 #12 [security-spire-server internal] load build definition from Dockerfile 19:44:17 #12 transferring dockerfile: 1.70kB done 19:44:17 #12 DONE 0.1s 19:44:17 19:44:17 #13 [support-scheduler internal] load build definition from Dockerfile 19:44:17 #13 transferring dockerfile: 1.93kB done 19:44:17 #13 DONE 0.1s 19:44:17 19:44:17 #14 [core-data internal] load build definition from Dockerfile 19:44:17 #14 transferring dockerfile: 2.01kB done 19:44:17 #14 DONE 0.1s 19:44:17 19:44:17 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:44:17 #15 transferring dockerfile: 2.23kB done 19:44:17 #15 DONE 0.1s 19:44:17 19:44:17 #16 [security-proxy-auth internal] load build definition from Dockerfile 19:44:17 #16 transferring dockerfile: 2.15kB done 19:44:17 #16 DONE 0.1s 19:44:17 19:44:17 #17 [security-bootstrapper internal] load .dockerignore 19:44:17 #17 transferring context: 50B done 19:44:17 #17 DONE 0.0s 19:44:17 19:44:17 #18 [security-spire-config internal] load .dockerignore 19:44:17 #18 transferring context: 50B done 19:44:17 #18 DONE 0.0s 19:44:17 19:44:17 #19 [support-notifications internal] load .dockerignore 19:44:17 #19 transferring context: 50B done 19:44:17 #19 DONE 0.0s 19:44:17 19:44:17 #20 [core-keeper internal] load .dockerignore 19:44:17 #20 transferring context: 50B done 19:44:17 #20 DONE 0.0s 19:44:17 19:44:17 #21 [security-spire-agent internal] load .dockerignore 19:44:17 #21 transferring context: 50B done 19:44:17 #21 DONE 0.0s 19:44:17 19:44:17 #22 [security-spire-server internal] load .dockerignore 19:44:17 #22 transferring context: 50B done 19:44:17 #22 DONE 0.1s 19:44:17 19:44:17 #23 [security-spiffe-token-provider internal] load .dockerignore 19:44:17 #23 transferring context: 50B done 19:44:17 #23 DONE 0.1s 19:44:17 19:44:17 #24 [core-command internal] load .dockerignore 19:44:17 #24 transferring context: 50B done 19:44:17 #24 DONE 0.1s 19:44:17 19:44:17 #25 [security-proxy-setup internal] load .dockerignore 19:44:17 #25 transferring context: 50B done 19:44:17 #25 DONE 0.1s 19:44:17 19:44:17 #26 [security-secretstore-setup internal] load .dockerignore 19:44:17 #26 transferring context: 50B done 19:44:17 #26 DONE 0.1s 19:44:17 19:44:17 #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:44:17 #27 DONE 0.0s 19:44:17 19:44:17 #28 [core-data internal] load .dockerignore 19:44:17 #28 transferring context: 50B done 19:44:18 #28 DONE 0.1s 19:44:18 19:44:18 #29 [support-scheduler internal] load .dockerignore 19:44:18 #29 transferring context: 50B done 19:44:18 #29 DONE 0.1s 19:44:18 19:44:18 #30 [security-proxy-auth internal] load .dockerignore 19:44:18 #30 transferring context: 50B done 19:44:18 #30 DONE 0.1s 19:44:18 19:44:18 #31 [core-common-config-bootstrapper internal] load .dockerignore 19:44:18 #31 transferring context: 50B done 19:44:18 #31 DONE 0.1s 19:44:18 19:44:18 #27 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:44:18 #27 DONE 0.0s 19:44:18 19:44:18 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 19:44:18 #32 ... 19:44:18 19:44:18 #27 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:44:18 #27 DONE 0.0s 19:44:18 19:44:18 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 19:44:18 #32 ... 19:44:18 19:44:18 #27 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:44:18 #27 DONE 0.0s 19:44:18 19:44:18 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:44:18 #32 ... 19:44:18 19:44:18 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 19:44:18 #33 DONE 0.4s 19:44:18 19:44:18 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 19:44:18 #34 DONE 0.4s 19:44:18 19:44:18 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 19:44:18 #32 DONE 0.6s 19:44:18 19:44:18 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 19:44:18 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done 19:44:18 #35 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 19:44:18 #35 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0B / 3.41MB 0.1s 19:44:18 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 19:44:18 #35 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 19:44:18 #35 ... 19:44:18 19:44:18 #36 [security-spire-config internal] load build context 19:44:18 #36 transferring context: 25.04kB 0.0s done 19:44:18 #36 DONE 0.3s 19:44:18 19:44:18 #37 [security-spire-agent internal] load build context 19:44:18 #37 transferring context: 26.32kB 0.0s done 19:44:18 #37 DONE 0.3s 19:44:18 19:44:18 #38 [security-spire-server internal] load build context 19:44:18 #38 transferring context: 26.79kB 0.0s done 19:44:18 #38 DONE 0.3s 19:44:18 19:44:18 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 19:44:18 #35 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 2.10MB / 3.41MB 0.2s 19:44:18 #35 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.3s done 19:44:18 #35 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 19:44:19 #35 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done 19:44:19 #35 DONE 1.4s 19:44:19 19:44:19 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:44:19 #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 19:44:19 #39 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 19:44:19 #39 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 19:44:19 #39 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 19:44:19 #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 19:44:19 #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done 19:44:19 #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:44:19 #39 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done 19:44:19 #39 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s done 19:44:19 #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 19:44:19 #39 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done 19:44:19 #39 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.1s 19:44:20 #39 ... 19:44:20 19:44:20 #40 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:44:20 #40 DONE 1.9s 19:44:20 19:44:20 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:44:23 #39 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 3.6s done 19:44:26 #39 ... 19:44:26 19:44:26 #41 [security-proxy-auth internal] load build context 19:44:26 #41 transferring context: 243.89MB 7.8s 19:44:27 #41 ... 19:44:27 19:44:27 #42 [security-bootstrapper internal] load build context 19:44:27 #42 ... 19:44:27 19:44:27 #41 [security-proxy-auth internal] load build context 19:44:28 #41 ... 19:44:28 19:44:28 #43 [security-proxy-setup internal] load build context 19:44:28 #43 ... 19:44:28 19:44:28 #44 [core-command internal] load build context 19:44:28 #44 ... 19:44:28 19:44:28 #45 [support-scheduler internal] load build context 19:44:28 #45 ... 19:44:28 19:44:28 #46 [core-common-config-bootstrapper internal] load build context 19:44:29 #46 ... 19:44:29 19:44:29 #47 [core-keeper internal] load build context 19:44:29 #47 ... 19:44:29 19:44:29 #48 [core-metadata internal] load build context 19:44:29 #48 ... 19:44:29 19:44:29 #49 [core-data internal] load build context 19:44:29 #49 ... 19:44:29 19:44:29 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:44:29 #50 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done 19:44:29 #50 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 19:44:29 #50 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 19:44:29 #50 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 19:44:29 #50 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 19:44:29 #50 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done 19:44:29 #50 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:44:29 #50 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.4s done 19:44:29 #50 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 19:44:29 #50 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done 19:44:29 #50 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 19:44:29 #50 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.0s done 19:44:29 #50 ... 19:44:29 19:44:29 #51 [security-secretstore-setup internal] load build context 19:44:29 #51 ... 19:44:29 19:44:29 #52 [support-notifications internal] load build context 19:44:30 #52 ... 19:44:30 19:44:30 #53 [security-spiffe-token-provider internal] load build context 19:44:30 #53 ... 19:44:30 19:44:30 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:44:31 #54 ... 19:44:31 19:44:31 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:31 #55 ... 19:44:31 19:44:31 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:44:31 #56 ... 19:44:31 19:44:31 #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:44:31 #57 ... 19:44:31 19:44:31 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:44:31 #0 3.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:44:31 #0 4.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:44:31 #0 4.357 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:44:31 #0 4.357 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:44:31 #0 4.357 OK: 20072 distinct packages available 19:44:31 #0 4.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:44:31 #0 4.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:44:31 #0 4.659 (1/4) Installing dumb-init (1.2.5-r2) 19:44:31 #0 4.831 (2/4) Installing musl-obstack (1.2.3-r2) 19:44:31 #0 4.847 (3/4) Installing libucontext (1.2-r2) 19:44:31 #0 4.852 (4/4) Installing gcompat (1.1.0-r1) 19:44:31 #0 4.876 Executing busybox-1.36.1-r7.trigger 19:44:31 #0 4.888 OK: 8 MiB in 19 packages 19:44:31 #58 ... 19:44:31 19:44:31 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:44:31 #59 ... 19:44:31 19:44:31 #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:44:31 #60 ... 19:44:31 19:44:31 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:44:32 #61 ... 19:44:32 19:44:32 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:44:32 #62 ... 19:44:32 19:44:32 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:44:32 #63 ... 19:44:32 19:44:32 #64 [core-metadata builder 2/7] WORKDIR /edgex-go 19:44:32 #64 ... 19:44:32 19:44:32 #53 [security-spiffe-token-provider internal] load build context 19:44:32 #53 transferring context: 403.29MB 13.7s 19:44:33 #53 transferring context: 439.73MB 14.6s done 19:44:35 Removing intermediate container 9299f61cd606 19:44:35 ---> 4255e3fcd9a8 19:44:35 Successfully built 4255e3fcd9a8 19:44:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:35 + docker inspect -f . ci-base-image-arm64 19:44:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:35 prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container 19:44:35 $ 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:44:36 #53 ... 19:44:36 19:44:36 #52 [support-notifications internal] load build context 19:44:36 #52 transferring context: 439.73MB 17.2s done 19:44:37 $ docker top 664c47f40174bbf5da2e698e7acfa10429aba054a8c35cca7af3cfdf1acef24b -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:37 #52 ... 19:44:37 19:44:37 #42 [security-bootstrapper internal] load build context 19:44:37 #42 transferring context: 439.73MB 16.7s done 19:44:37 #42 ... 19:44:37 19:44:37 #43 [security-proxy-setup internal] load build context 19:44:37 #43 transferring context: 439.73MB 17.6s done 19:44:37 + go version 19:44:37 go version go1.21.9 linux/arm64 [Pipeline] } 19:44:38 $ docker stop --time=1 664c47f40174bbf5da2e698e7acfa10429aba054a8c35cca7af3cfdf1acef24b 19:44:38 #43 ... 19:44:38 19:44:38 #45 [support-scheduler internal] load build context 19:44:38 #45 transferring context: 439.73MB 16.7s done 19:44:38 #45 ... 19:44:38 19:44:38 #41 [security-proxy-auth internal] load build context 19:44:38 #41 transferring context: 439.73MB 14.8s done 19:44:39 #41 ... 19:44:39 19:44:39 #46 [core-common-config-bootstrapper internal] load build context 19:44:39 #46 transferring context: 439.73MB 15.0s done 19:44:39 #46 ... 19:44:39 19:44:39 #47 [core-keeper internal] load build context 19:44:39 #47 transferring context: 439.73MB 17.0s done 19:44:39 $ docker rm -f --volumes 664c47f40174bbf5da2e698e7acfa10429aba054a8c35cca7af3cfdf1acef24b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:40 + docker inspect -f . ci-base-image-arm64 19:44:40 . 19:44:40 #47 ... 19:44:40 19:44:40 #44 [core-command internal] load build context 19:44:40 #44 transferring context: 439.73MB 15.3s done [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:40 #44 ... 19:44:40 19:44:40 #49 [core-data internal] load build context 19:44:40 #49 transferring context: 439.73MB 16.9s done 19:44:40 #49 ... 19:44:40 19:44:40 #48 [core-metadata internal] load build context 19:44:40 #48 transferring context: 439.73MB 14.8s done 19:44:40 prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container 19:44: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-arm64 cat 19:44:41 #48 ... 19:44:41 19:44:41 #51 [security-secretstore-setup internal] load build context 19:44:41 #51 transferring context: 439.73MB 13.5s done 19:44:42 $ docker top 5763b567458edf7ae21cc68a31c5c2315a467fc37dc969f99a789e5ad6969719 -eo pid,comm [Pipeline] { [Pipeline] echo 19:44:42 ========================================================= 19:44:42 [edgeXBuildGoParallel] Running Tests and Build... 19:44:42 ========================================================= [Pipeline] sh 19:44:42 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:44:43 + make test 19:44:43 go test -race -coverprofile=coverage.out ./... 19:45:13 #51 DONE 50.0s 19:45:13 19:45:13 #53 [security-spiffe-token-provider internal] load build context 19:45:13 #53 DONE 50.0s 19:45:13 19:45:13 #41 [security-proxy-auth internal] load build context 19:45:13 #41 DONE 50.0s 19:45:13 19:45:13 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:45:13 #58 DONE 48.6s 19:45:13 19:45:13 #46 [core-common-config-bootstrapper internal] load build context 19:45:13 #46 DONE 50.0s 19:45:13 19:45:13 #44 [core-command internal] load build context 19:45:13 #44 DONE 50.0s 19:45:13 19:45:13 #64 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 19:45:13 #64 DONE 48.4s 19:45:13 19:45:13 #48 [core-metadata internal] load build context 19:45:13 #48 DONE 50.0s 19:45:13 19:45:13 #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:45:13 #65 ... 19:45:13 19:45:13 #45 [support-scheduler internal] load build context 19:45:13 #45 DONE 50.1s 19:45:13 19:45:13 #49 [core-data internal] load build context 19:45:13 #49 DONE 50.1s 19:45:13 19:45:13 #42 [security-bootstrapper internal] load build context 19:45:13 #42 DONE 50.1s 19:45:13 19:45:13 #47 [core-keeper internal] load build context 19:45:13 #47 DONE 50.1s 19:45:13 19:45:13 #52 [support-notifications internal] load build context 19:45:13 #52 DONE 50.2s 19:45:13 19:45:13 #43 [security-proxy-setup internal] load build context 19:45:13 #43 DONE 50.2s 19:45:13 19:45:13 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:45:13 #50 DONE 50.2s 19:45:13 19:45:13 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:45:13 #39 ... 19:45:13 19:45:13 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:13 #55 DONE 49.4s 19:45:13 19:45:13 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:45:13 #59 49.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #59 49.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #59 49.33 (1/2) Installing dumb-init (1.2.5-r2) 19:45:13 #59 49.33 (2/2) Installing su-exec (0.2-r3) 19:45:13 #59 49.34 Executing busybox-1.36.1-r7.trigger 19:45:13 #59 49.38 OK: 7 MiB in 17 packages 19:45:13 #59 DONE 49.5s 19:45:13 19:45:13 #60 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:45:13 #60 49.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #60 49.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #60 49.32 (1/1) Installing dumb-init (1.2.5-r2) 19:45:13 #60 49.32 Executing busybox-1.36.1-r7.trigger 19:45:13 #60 49.32 OK: 7 MiB in 16 packages 19:45:13 #60 DONE 49.6s 19:45:13 19:45:13 #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 19:45:13 #66 ... 19:45:13 19:45:13 #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:45:13 #57 48.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #57 48.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #57 49.36 (1/1) Installing dumb-init (1.2.5-r2) 19:45:13 #57 49.37 Executing busybox-1.36.1-r7.trigger 19:45:13 #57 49.37 OK: 7 MiB in 16 packages 19:45:13 #57 DONE 49.5s 19:45:13 19:45:13 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:45:13 #61 49.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #61 49.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #61 49.43 (1/4) Installing ca-certificates (20240226-r0) 19:45:13 #61 49.45 (2/4) Installing dumb-init (1.2.5-r2) 19:45:13 #61 49.46 (3/4) Installing su-exec (0.2-r3) 19:45:13 #61 49.48 (4/4) Installing yq (4.33.3-r5) 19:45:13 #61 49.57 Executing busybox-1.36.1-r7.trigger 19:45:13 #61 49.58 Executing ca-certificates-20240226-r0.trigger 19:45:13 #61 49.62 OK: 17 MiB in 19 packages 19:45:13 #61 DONE 50.3s 19:45:13 19:45:13 #67 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:45:13 #67 ... 19:45:13 19:45:13 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:45:13 #0 0.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 0.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 1.146 OK: 264 MiB in 52 packages 19:45:13 #68 DONE 1.7s 19:45:13 19:45:13 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:45:13 #54 49.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #54 49.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #54 49.38 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:45:13 #54 49.38 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:45:13 #54 49.38 OK: 20072 distinct packages available 19:45:13 #54 49.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #54 49.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #54 49.70 (1/11) Installing ca-certificates (20240226-r0) 19:45:13 #54 49.71 (2/11) Installing brotli-libs (1.0.9-r14) 19:45:13 #54 49.72 (3/11) Installing libunistring (1.1-r1) 19:45:13 #54 49.73 (4/11) Installing libidn2 (2.3.4-r1) 19:45:13 #54 49.74 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:45:13 #54 49.74 (6/11) Installing libcurl (8.5.0-r0) 19:45:13 #54 49.75 (7/11) Installing curl (8.5.0-r0) 19:45:13 #54 49.75 (8/11) Installing dumb-init (1.2.5-r2) 19:45:13 #54 49.76 (9/11) Installing musl-obstack (1.2.3-r2) 19:45:13 #54 49.76 (10/11) Installing libucontext (1.2-r2) 19:45:13 #54 49.76 (11/11) Installing gcompat (1.1.0-r1) 19:45:13 #54 49.77 Executing busybox-1.36.1-r7.trigger 19:45:13 #54 49.78 Executing ca-certificates-20240226-r0.trigger 19:45:13 #54 49.83 OK: 12 MiB in 26 packages 19:45:13 #54 DONE 50.4s 19:45:13 19:45:13 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:45:13 #62 49.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #62 49.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #62 49.70 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #62 49.74 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #62 49.75 (3/6) Installing dumb-init (1.2.5-r2) 19:45:13 #62 49.75 (4/6) Installing openssl (3.1.6-r0) 19:45:13 #62 49.77 (5/6) Installing su-exec (0.2-r3) 19:45:13 #62 49.77 (6/6) Installing yq (4.33.3-r5) 19:45:13 #62 49.88 Executing busybox-1.36.1-r7.trigger 19:45:13 #62 49.94 OK: 17 MiB in 19 packages 19:45:13 #62 DONE 50.3s 19:45:13 19:45:13 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:45:13 #63 49.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #63 49.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #63 49.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:45:13 #63 49.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:45:13 #63 49.85 OK: 20072 distinct packages available 19:45:13 #63 49.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #63 49.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #63 50.16 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #63 50.24 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #63 50.24 (3/7) Installing dumb-init (1.2.5-r2) 19:45:13 #63 50.26 (4/7) Installing musl-obstack (1.2.3-r2) 19:45:13 #63 50.27 (5/7) Installing libucontext (1.2-r2) 19:45:13 #63 50.27 (6/7) Installing gcompat (1.1.0-r1) 19:45:13 #63 50.32 (7/7) Installing openssl (3.1.6-r0) 19:45:13 #63 50.33 Executing busybox-1.36.1-r7.trigger 19:45:13 #63 50.34 OK: 8 MiB in 20 packages 19:45:13 #63 DONE 50.5s 19:45:13 19:45:13 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:13 #69 DONE 1.8s 19:45:13 19:45:13 #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:45:13 #70 ... 19:45:13 19:45:13 #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:45:13 #71 DONE 0.3s 19:45:13 19:45:13 #65 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:45:13 #65 1.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #65 1.633 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #65 1.826 OK: 264 MiB in 52 packages 19:45:13 #65 DONE 2.1s 19:45:13 19:45:13 #72 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:45:13 #72 DONE 0.1s 19:45:13 19:45:13 #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:13 #73 ... 19:45:13 19:45:13 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:45:13 #56 49.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #56 50.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #56 50.48 (1/2) Installing ca-certificates (20240226-r0) 19:45:13 #56 50.53 (2/2) Installing dumb-init (1.2.5-r2) 19:45:13 #56 50.53 Executing busybox-1.36.1-r7.trigger 19:45:13 #56 50.54 Executing ca-certificates-20240226-r0.trigger 19:45:13 #56 50.64 OK: 8 MiB in 17 packages 19:45:13 #56 DONE 51.0s 19:45:13 19:45:13 #74 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:45:13 #0 1.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 2.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 2.218 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 2.253 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 2.260 OK: 8 MiB in 19 packages 19:45:13 #74 DONE 2.4s 19:45:13 19:45:13 #75 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:45:13 #75 DONE 0.8s 19:45:13 19:45:13 #76 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:45:13 #76 DONE 0.0s 19:45:13 19:45:13 #77 [security-spire-config stage-2 6/10] COPY security.txt / 19:45:13 #77 DONE 0.0s 19:45:13 19:45:13 #78 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:45:13 #0 3.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #78 ... 19:45:13 19:45:13 #79 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:45:13 #79 DONE 0.1s 19:45:13 19:45:13 #78 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:45:13 #78 3.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #78 ... 19:45:13 19:45:13 #80 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:45:13 #80 DONE 0.1s 19:45:13 19:45:13 #81 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:45:13 #81 DONE 0.1s 19:45:13 19:45:13 #78 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:45:13 #78 3.530 OK: 264 MiB in 52 packages 19:45:13 #78 DONE 3.7s 19:45:13 19:45:13 #82 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:45:13 #82 DONE 0.1s 19:45:13 19:45:13 #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:13 #83 ... 19:45:13 19:45:13 #84 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:45:13 #0 3.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.584 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:45:13 #0 3.584 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:45:13 #0 3.584 OK: 20075 distinct packages available 19:45:13 #0 3.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.917 OK: 264 MiB in 52 packages 19:45:13 #84 DONE 4.0s 19:45:13 19:45:13 #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:45:13 #85 DONE 0.1s 19:45:13 19:45:13 #86 [security-spire-config] exporting to image 19:45:13 #86 exporting layers 0.6s done 19:45:13 #86 writing image sha256:24c62fc56d60277488fcbab50fe0ae7ae2ad9ed687a93a0fe606b63f5edec825 done 19:45:13 #86 naming to docker.io/library/security-spire-config done 19:45:13 #86 DONE 0.6s 19:45:13 19:45:13 #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 19:45:13 #66 3.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #66 3.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #66 3.532 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #66 3.564 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #66 3.572 OK: 7 MiB in 16 packages 19:45:13 #66 DONE 4.0s 19:45:13 19:45:13 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:45:13 #0 3.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.448 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 3.481 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 3.489 OK: 7 MiB in 16 packages 19:45:13 #87 DONE 3.7s 19:45:13 19:45:13 #67 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:45:13 #67 2.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #67 2.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #67 2.883 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #67 2.971 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #67 2.979 Executing ca-certificates-20240226-r0.trigger 19:45:13 #67 3.026 OK: 17 MiB in 19 packages 19:45:13 #67 DONE 3.2s 19:45:13 19:45:13 #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:45:13 #0 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 2.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.162 OK: 17 MiB in 19 packages 19:45:13 #88 DONE 3.3s 19:45:13 19:45:13 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:45:13 #89 DONE 0.1s 19:45:13 19:45:13 #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:45:13 #70 3.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #70 ... 19:45:13 19:45:13 #90 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:45:13 #0 3.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 4.080 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 4.179 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 4.190 OK: 7 MiB in 17 packages 19:45:13 #90 DONE 4.4s 19:45:13 19:45:13 #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:45:13 #70 3.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #70 ... 19:45:13 19:45:13 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:45:13 #0 2.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:13 #0 3.214 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 3.332 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:13 #0 3.344 Executing ca-certificates-20240226-r0.trigger 19:45:13 #0 3.434 OK: 12 MiB in 26 packages 19:45:13 #91 DONE 3.7s 19:45:14 19:45:14 #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:45:14 #70 3.802 OK: 8 MiB in 20 packages 19:45:14 #70 DONE 3.9s 19:45:14 19:45:14 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:45:15 #92 DONE 1.4s 19:45:15 19:45:15 #93 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 19:45:15 #0 3.384 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:15 #0 3.908 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:15 #0 4.558 (1/1) Installing dumb-init (1.2.5-r2) 19:45:15 #0 4.867 Executing busybox-1.36.1-r7.trigger 19:45:15 #0 4.870 OK: 7 MiB in 16 packages 19:45:15 #93 DONE 6.2s 19:45:15 19:45:15 #94 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:45:15 #0 2.875 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:15 #0 3.351 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:15 #0 4.538 OK: 264 MiB in 52 packages 19:45:15 #94 DONE 5.2s 19:45:15 19:45:15 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:45:15 #95 DONE 1.4s 19:45:15 19:45:15 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:45:15 #96 DONE 0.1s 19:45:15 19:45:15 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:45:15 #97 DONE 0.2s 19:45:15 19:45:15 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:16 #98 ... 19:45:16 19:45:16 #99 [security-spire-server stage-2 6/9] COPY security.txt / 19:45:16 #99 DONE 0.7s 19:45:16 19:45:16 #100 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:45:16 #0 4.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:45:16 #0 4.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:45:16 #0 4.888 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 19:45:16 #0 5.092 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 19:45:16 #0 5.101 Executing ca-certificates-20240226-r0.trigger 19:45:16 #0 5.151 OK: 8 MiB in 17 packages 19:45:16 #100 DONE 5.5s 19:45:16 19:45:16 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:45:16 #101 DONE 0.9s 19:45:16 19:45:16 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:45:16 #102 DONE 0.1s 19:45:16 19:45:16 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:45:16 #103 DONE 0.1s 19:45:16 19:45:16 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 19:45:16 #104 DONE 0.1s 19:45:16 19:45:16 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:45:16 #105 DONE 0.1s 19:45:16 19:45:16 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:45:16 #106 DONE 0.1s 19:45:16 19:45:16 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:45:16 #107 DONE 0.2s 19:45:16 19:45:16 #108 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:45:16 #108 DONE 2.9s 19:45:16 19:45:16 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:45:16 #109 DONE 0.1s 19:45:16 19:45:16 #86 [security-spire-server] exporting to image 19:45:16 #86 ... 19:45:16 19:45:16 #110 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:45:16 #110 DONE 0.1s 19:45:16 19:45:16 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:45:16 #111 DONE 0.0s 19:45:16 19:45:16 #86 [security-spire-agent] exporting to image 19:45:17 #86 exporting layers 0.6s done 19:45:17 #86 writing image sha256:e43376186996db281ce4daa3b0b660972d25cc0a857928f615f77267082b5c4f done 19:45:17 #86 naming to docker.io/library/security-spire-server done 19:45:17 #86 exporting layers 0.6s done 19:45:17 #86 writing image sha256:9329fe65ce2caf0e60a19e2dec0a54e898ec19f53c8377a922136882bf570514 done 19:45:17 #86 naming to docker.io/library/security-spire-agent done 19:45:17 #86 DONE 1.3s 19:45:17 19:45:17 #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:20 #112 ... 19:45:20 19:45:20 #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:30 ? github.com/edgexfoundry/edgex-go [no test files] 19:45:52 #113 DONE 42.0s 19:45:52 19:45:52 #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:52 #112 DONE 39.8s 19:45:52 19:45:52 #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:52 #83 DONE 40.2s 19:45:52 19:45:52 #114 [security-proxy-setup builder 6/7] COPY . . 19:45:52 #114 ... 19:45:52 19:45:52 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:52 #98 DONE 36.8s 19:45:52 19:45:52 #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:52 #73 DONE 41.9s 19:45:52 19:45:52 #115 [core-metadata builder 6/7] COPY . . 19:46:02 #115 ... 19:46:02 19:46:02 #116 [core-keeper builder 7/8] COPY . . 19:46:02 #116 ... 19:46:02 19:46:02 #117 [security-spiffe-token-provider builder 6/7] COPY . . 19:46:02 #117 ... 19:46:02 19:46:02 #118 [support-notifications builder 6/7] COPY . . 19:46:10 #118 ... 19:46:10 19:46:10 #119 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:10 #119 CACHED 19:46:10 19:46:10 #120 [core-data builder 4/7] COPY go.mod vendor* ./ 19:46:10 #120 CACHED 19:46:10 19:46:10 #121 [core-data builder 6/7] COPY . . 19:46:10 #121 CACHED 19:46:10 19:46:10 #115 [core-metadata builder 6/7] COPY . . 19:46:10 #115 DONE 17.3s 19:46:10 19:46:10 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:46:10 #122 ... 19:46:10 19:46:10 #123 [security-proxy-auth builder 6/7] COPY . . 19:46:10 #123 CACHED 19:46:10 19:46:10 #124 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:46:10 #124 CACHED 19:46:10 19:46:10 #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:10 #125 CACHED 19:46:10 19:46:10 #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:46:10 #126 CACHED 19:46:10 19:46:10 #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:10 #127 CACHED 19:46:10 19:46:10 #128 [core-common-config-bootstrapper builder 6/7] COPY . . 19:46:10 #128 CACHED 19:46:10 19:46:10 #129 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:10 #129 CACHED 19:46:10 19:46:10 #130 [support-scheduler builder 6/7] COPY . . 19:46:10 #130 CACHED 19:46:10 19:46:10 #131 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:46:10 #131 CACHED 19:46:10 19:46:10 #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:10 #132 CACHED 19:46:10 19:46:10 #133 [core-command builder 6/7] COPY . . 19:46:10 #133 CACHED 19:46:10 19:46:10 #134 [core-command builder 4/7] COPY go.mod vendor* ./ 19:46:10 #134 CACHED 19:46:10 19:46:10 #118 [support-notifications builder 6/7] COPY . . 19:46:10 #118 DONE 17.4s 19:46:10 19:46:10 #116 [core-keeper builder 7/8] COPY . . 19:46:10 #116 DONE 17.4s 19:46:10 19:46:10 #117 [security-spiffe-token-provider builder 6/7] COPY . . 19:46:10 #117 DONE 17.5s 19:46:10 19:46:10 #114 [security-proxy-setup builder 6/7] COPY . . 19:46:10 #114 DONE 17.5s 19:46:10 19:46:10 #135 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:46:10 #135 CACHED 19:46:10 19:46:10 #136 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:10 #136 CACHED 19:46:10 19:46:10 #137 [security-secretstore-setup builder 6/7] COPY . . 19:46:10 #137 CACHED 19:46:10 19:46:10 #138 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:10 #138 CACHED 19:46:10 19:46:10 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:46:10 #139 CACHED 19:46:10 19:46:10 #140 [security-bootstrapper builder 6/7] COPY . . 19:46:10 #140 CACHED 19:46:10 19:46:10 #141 [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:46:12 #141 2.345 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:46:20 #141 ... 19:46:20 19:46:20 #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:46:20 #0 1.067 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:46:20 #142 ... 19:46:20 19:46:20 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:46:20 #0 0.604 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:46:20 #143 ... 19:46:20 19:46:20 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:46:20 #0 0.573 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:46:20 #144 ... 19:46:20 19:46:20 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:46:20 #0 0.709 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:46:20 #145 ... 19:46:20 19:46:20 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:46:20 #0 1.277 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:46:20 #146 ... 19:46:20 19:46:20 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:46:20 #0 1.958 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:46:20 #147 ... 19:46:20 19:46:20 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:46:20 #0 1.164 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:46:20 #148 ... 19:46:20 19:46:20 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:46:20 #122 1.074 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:46:20 #122 ... 19:46:20 19:46:20 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:46:20 #0 1.966 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:46:21 #149 ... 19:46:21 19:46:21 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:46:21 #0 1.006 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:46:21 #150 ... 19:46:21 19:46:21 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:46:21 #0 1.890 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:47:58 #151 ... 19:47:58 19:47:58 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:47:58 #145 DONE 95.3s 19:47:58 19:47:58 #152 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:47:58 #152 DONE 0.2s 19:47:58 19:47:58 #153 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:47:58 #153 DONE 0.1s 19:47:58 19:47:58 #154 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:47:58 #154 DONE 0.2s 19:47:58 19:47:58 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:47:58 #144 ... 19:47:58 19:47:58 #155 [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:47:58 #155 DONE 0.2s 19:47:58 19:47:58 #156 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:47:58 #156 DONE 0.3s 19:47:58 19:47:58 #157 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:47:58 #157 ... 19:47:58 19:47:58 #141 [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:47:58 #141 101.1 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:47:58 #141 ... 19:47:58 19:47:58 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:47:58 #147 DONE 107.3s 19:47:58 19:47:58 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:48:02 #122 ... 19:48:02 19:48:02 #157 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:48:02 #157 DONE 15.3s 19:48:02 19:48:02 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:48:03 #146 ... 19:48:03 19:48:03 #86 [core-common-config-bootstrapper] exporting to image 19:48:03 #86 exporting layers 19:48:21 #86 ... 19:48:21 19:48:21 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:48:21 #149 DONE 131.5s 19:48:21 19:48:21 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:48:32 #39 ... 19:48:32 19:48:32 #141 [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:48:32 #141 DONE 140.3s 19:48:32 19:48:32 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:48:32 #143 ... 19:48:32 19:48:32 #158 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:48:35 #158 ... 19:48:35 19:48:35 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:48:35 #148 DONE 144.6s 19:48:35 19:48:35 #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:48:35 #142 DONE 144.7s 19:48:35 19:48:35 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:48:35 #150 DONE 144.9s 19:48:35 19:48:35 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:48:35 #151 DONE 144.8s 19:48:35 19:48:35 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:48:35 #143 DONE 144.9s 19:48:35 19:48:35 #159 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:48:35 #159 ... 19:48:35 19:48:35 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:48:35 #144 DONE 144.9s 19:48:35 19:48:35 #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:48:35 #122 DONE 145.0s 19:48:35 19:48:35 #160 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:48:35 #160 CACHED 19:48:35 19:48:35 #161 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:48:35 #161 CACHED 19:48:35 19:48:35 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:48:35 #146 DONE 145.0s 19:48:35 19:48:35 #162 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:48:35 #162 CACHED 19:48:35 19:48:35 #163 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:48:35 #163 CACHED 19:48:35 19:48:35 #164 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:48:35 #164 ... 19:48:35 19:48:35 #165 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:48:35 #165 CACHED 19:48:35 19:48:35 #166 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:48:35 #166 CACHED 19:48:35 19:48:35 #86 [core-common-config-bootstrapper] exporting to image 19:48:35 #86 exporting layers 31.6s done 19:48:35 #86 writing image sha256:e73f3d4cd09523a03fd5bd33c99959e186ffdd095e368adbcd9b7b339b5ec007 0.0s done 19:48:35 #86 naming to docker.io/library/core-common-config-bootstrapper 0.1s done 19:48:35 #86 DONE 33.4s 19:48:35 19:48:35 #167 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:48:35 #167 CACHED 19:48:35 19:48:35 #168 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:48:35 #168 CACHED 19:48:35 19:48:35 #169 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:48:36 #169 ... 19:48:36 19:48:36 #158 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:48:36 #158 DONE 4.1s 19:48:36 19:48:36 #170 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:48:36 #170 DONE 1.3s 19:48:36 19:48:36 #171 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:48:36 #171 DONE 1.3s 19:48:36 19:48:36 #159 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:48:36 #159 DONE 1.2s 19:48:36 19:48:36 #172 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:48:37 #172 ... 19:48:37 19:48:37 #173 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:48:37 #173 DONE 2.1s 19:48:37 19:48:37 #174 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:48:37 #174 ... 19:48:37 19:48:37 #164 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:48:37 #164 DONE 2.6s 19:48:37 19:48:37 #175 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 19:48:37 #175 DONE 2.6s 19:48:37 19:48:37 #176 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:48:37 #176 DONE 2.5s 19:48:37 19:48:37 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:48:37 #177 DONE 1.9s 19:48:37 19:48:37 #169 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:48:37 #169 DONE 2.5s 19:48:37 19:48:37 #178 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:48:37 #178 DONE 2.5s 19:48:37 19:48:37 #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:48:37 #179 ... 19:48:37 19:48:37 #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:48:37 #180 DONE 1.9s 19:48:37 19:48:37 #181 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:48:37 #181 DONE 1.8s 19:48:37 19:48:37 #172 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:48:37 #172 DONE 1.9s 19:48:38 19:48:38 #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:48:38 #182 ... 19:48:38 19:48:38 #174 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:48:38 #174 DONE 1.3s 19:48:38 19:48:38 #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:48:38 #183 DONE 0.8s 19:48:38 19:48:38 #184 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:48:38 #184 DONE 0.8s 19:48:38 19:48:38 #185 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:48:38 #185 DONE 0.8s 19:48:38 19:48:38 #186 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 19:48:38 #186 DONE 0.8s 19:48:38 19:48:38 #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:48:38 #179 DONE 0.8s 19:48:38 19:48:38 #86 [core-command] exporting to image 19:48:38 #86 ... 19:48:38 19:48:38 #187 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:48:38 #187 DONE 1.1s 19:48:38 19:48:38 #188 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:48:38 #188 DONE 2.9s 19:48:38 19:48:38 #189 [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:48:38 #189 DONE 1.0s 19:48:38 19:48:38 #190 [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:48:38 #190 DONE 1.0s 19:48:38 19:48:38 #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:48:38 #182 DONE 1.0s 19:48:38 19:48:38 #86 [support-scheduler] exporting to image 19:48:38 #86 exporting layers 0.4s done 19:48:38 #86 writing image sha256:61ad245df3ee1834455f9ad69e0b530ca11fad8add0fe1798d7da982ce391a6f done 19:48:38 #86 naming to docker.io/library/core-command done 19:48:39 #86 ... 19:48:39 19:48:39 #191 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:48:39 #191 DONE 0.9s 19:48:39 19:48:39 #86 [core-command] exporting to image 19:48:39 #86 exporting layers 0.6s done 19:48:39 #86 ... 19:48:39 19:48:39 #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 19:48:39 #192 DONE 1.3s 19:48:39 19:48:39 #193 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:48:39 #193 DONE 1.0s 19:48:39 19:48:39 #194 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:48:39 #194 DONE 1.0s 19:48:39 19:48:39 #195 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:48:39 #195 DONE 1.0s 19:48:39 19:48:39 #196 [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:48:39 #196 DONE 1.0s 19:48:39 19:48:39 #197 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:48:39 #197 DONE 1.3s 19:48:39 19:48:39 #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:48:39 #198 ... 19:48:39 19:48:39 #199 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:48:39 #199 DONE 1.1s 19:48:39 19:48:39 #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:48:39 #200 DONE 1.0s 19:48:40 19:48:40 #201 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:48:40 #201 DONE 0.3s 19:48:40 19:48:40 #86 [security-spiffe-token-provider] exporting to image 19:48:40 #86 writing image sha256:a8b0e2cc8875383363806118a9d713b61634c08487a120527829889417c9fe5c 0.0s done 19:48:40 #86 naming to docker.io/library/support-scheduler done 19:48:40 #86 ... 19:48:40 19:48:40 #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:48:40 #198 DONE 0.3s 19:48:40 19:48:40 #202 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:48:40 #202 DONE 0.3s 19:48:40 19:48:40 #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:48:40 #203 DONE 0.4s 19:48:40 19:48:40 #204 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:48:40 #204 DONE 0.3s 19:48:40 19:48:40 #86 [core-data] exporting to image 19:48:40 #86 ... 19:48:40 19:48:40 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:48:40 #205 DONE 1.0s 19:48:40 19:48:40 #86 [security-proxy-auth] exporting to image 19:48:40 #86 writing image sha256:4915000225a985333ebb94d98947d5daccae07213b2fdfa70a28e6a11ffcc17b 19:48:40 #86 writing image sha256:6f3c79308c3fbe65ba8dc70d84c0aa598c63483ba2c979a501a7dbfe79e950b9 19:48:40 #86 writing image sha256:4915000225a985333ebb94d98947d5daccae07213b2fdfa70a28e6a11ffcc17b 0.4s done 19:48:40 #86 writing image sha256:6f3c79308c3fbe65ba8dc70d84c0aa598c63483ba2c979a501a7dbfe79e950b9 0.4s done 19:48:40 #86 naming to docker.io/library/core-keeper done 19:48:40 #86 naming to docker.io/library/core-metadata 19:48:40 #86 ... 19:48:40 19:48:40 #206 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:48:40 #206 DONE 0.6s 19:48:40 19:48:40 #207 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:48:40 #207 DONE 0.6s 19:48:40 19:48:40 #208 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:48:40 #208 DONE 0.6s 19:48:40 19:48:40 #86 [core-metadata] exporting to image 19:48:40 #86 exporting layers 1.0s done 19:48:40 #86 naming to docker.io/library/core-metadata done 19:48:40 #86 writing image sha256:7b34731aa5882abc2f5dd837a8f49ed1fb20253b89086415d119d70c06268d37 19:48:40 #86 ... 19:48:40 19:48:40 #209 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:48:40 #209 DONE 0.3s 19:48:40 19:48:40 #86 [security-spiffe-token-provider] exporting to image 19:48:40 #86 writing image sha256:7b34731aa5882abc2f5dd837a8f49ed1fb20253b89086415d119d70c06268d37 0.2s done 19:48:40 #86 naming to docker.io/library/security-spiffe-token-provider done 19:48:41 #86 exporting layers 0.9s done 19:48:41 #86 writing image sha256:727d2a87a268e798bc3c2354094b209cb923cefcd07b6ef0b5ffc36c42e4cec5 done 19:48:41 #86 writing image sha256:9f89da21905dd3d9a4649370e9c10f1e137aa5b8a5ac759695b7e5ef845118d0 done 19:48:41 #86 naming to docker.io/library/support-notifications done 19:48:41 #86 naming to docker.io/library/security-proxy-auth done 19:48:41 #86 writing image sha256:a64a172d9947e1a563f1cfe0a2131cbfe9cc3dedb875c7d183feeb9b06f13ed4 done 19:48:41 #86 naming to docker.io/library/core-data done 19:48:41 #86 DONE 36.2s 19:48:41 19:48:41 #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:48:41 #210 DONE 0.3s 19:48:41 19:48:41 #211 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:48:41 #211 DONE 0.2s 19:48:41 19:48:41 #212 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:48:41 #212 DONE 0.2s 19:48:41 19:48:41 #213 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:48:41 #213 DONE 0.1s 19:48:41 19:48:41 #214 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:48:41 #214 DONE 0.1s 19:48:41 19:48:41 #215 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:48:41 #215 DONE 0.6s 19:48:41 19:48:41 #86 [security-proxy-setup] exporting to image 19:48:41 #86 ... 19:48:41 19:48:41 #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:48:41 #216 DONE 0.1s 19:48:41 19:48:41 #217 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:48:41 #217 DONE 0.4s 19:48:41 19:48:41 #86 [security-secretstore-setup] exporting to image 19:48:41 #86 exporting layers 0.3s done 19:48:41 #86 writing image sha256:fa773662798e3743033c23b41c9d46a1c95d908abf370119e437b3ac97acccef done 19:48:41 #86 naming to docker.io/library/security-proxy-setup done 19:48:41 #86 ... 19:48:41 19:48:41 #218 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:48:41 #218 DONE 0.4s 19:48:41 19:48:41 #86 [security-bootstrapper] exporting to image 19:48:41 #86 writing image sha256:e723a0b00175c7f5f000713d2af4fcf8f113d6482d5683596a1a6596406a0b66 done 19:48:41 #86 naming to docker.io/library/security-secretstore-setup done 19:48:42 #86 exporting layers 0.8s done 19:48:42 #86 writing image sha256:1d96e8aec44181efe41e6861b43fb8fb76d2594e06846c53204a880d0d574d1a done 19:48:42 #86 naming to docker.io/library/security-bootstrapper done 19:48:42 #86 DONE 37.5s 19:48:42 19:48:42 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:48:42 time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:48:42 $ docker stop --time=1 6a17f1724e0325bc9c0961db0ebfb9064f3fb66f8b64614d8e6377ed34708230 19:48:44 $ docker rm -f --volumes 6a17f1724e0325bc9c0961db0ebfb9064f3fb66f8b64614d8e6377ed34708230 [Pipeline] // withDockerContainer [Pipeline] sh 19:48:44 + docker images 19:48:44 REPOSITORY TAG IMAGE ID CREATED SIZE 19:48:44 security-proxy-setup latest fa773662798e 3 seconds ago 31.2MB 19:48:44 security-secretstore-setup latest e723a0b00175 3 seconds ago 42.2MB 19:48:44 security-bootstrapper latest 1d96e8aec441 3 seconds ago 24MB 19:48:44 security-proxy-auth latest 727d2a87a268 5 seconds ago 38MB 19:48:44 core-metadata latest 6f3c79308c3f 5 seconds ago 41MB 19:48:44 core-data latest a64a172d9947 5 seconds ago 40.8MB 19:48:44 core-keeper latest 4915000225a9 5 seconds ago 35.6MB 19:48:44 support-notifications latest 9f89da21905d 5 seconds ago 43.9MB 19:48:44 security-spiffe-token-provider latest 7b34731aa588 5 seconds ago 34MB 19:48:44 support-scheduler latest a8b0e2cc8875 6 seconds ago 43.1MB 19:48:44 core-command latest 61ad245df3ee 6 seconds ago 40.4MB 19:48:44 core-common-config-bootstrapper latest e73f3d4cd095 47 seconds ago 20.2MB 19:48:44 security-spire-agent latest 9329fe65ce2c 3 minutes ago 166MB 19:48:44 security-spire-server latest e43376186996 3 minutes ago 107MB 19:48:44 security-spire-config latest 24c62fc56d60 3 minutes ago 107MB 19:48:44 ci-base-image-x86_64 latest 965c0999bc6d 7 minutes ago 966MB 19:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB 19:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB 19:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 24 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] 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:49:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:49:07 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:49:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:49:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:49:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:49:09 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:49:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:49:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:49:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.132s coverage: 28.7% of statements 19:49:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.188s coverage: 97.0% of statements 19:49:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:49:36 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:49:36 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.285s coverage: 69.2% of statements 19:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:49:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.211s coverage: 53.2% of statements 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 19:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 19:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 19:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 19:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 10.741s coverage: 93.4% of statements 19:49:58 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.280s coverage: 91.7% of statements 19:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.224s coverage: 6.5% of statements 19:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:50:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.613s coverage: 95.8% of statements 19:50:14 ok github.com/edgexfoundry/edgex-go/internal/io 1.092s coverage: 72.2% of statements 19:50:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:50:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:50:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.307s coverage: 0.8% of statements 19:50:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.140s coverage: 32.2% of statements 19:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.128s coverage: 41.7% of statements 19:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.125s coverage: 77.8% of statements 19:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.109s coverage: 94.1% of statements 19:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.101s coverage: 96.3% of statements 19:50:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.107s coverage: 87.5% of statements 19:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:50:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.105s coverage: 94.4% of statements 19:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:50:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:50:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:50:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:51:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.771s coverage: 79.9% of statements 19:51:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.153s coverage: 92.9% of statements 19:51:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.072s coverage: 64.4% of statements 19:51:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.122s coverage: 62.3% of statements 19:51:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.104s coverage: 87.2% of statements 19:51:00 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.078s coverage: 20.0% of statements 19:51:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.078s coverage: 100.0% of statements 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:51:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.280s coverage: 81.8% of statements 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.279s coverage: 82.1% of statements 19:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.117s coverage: 86.0% of statements 19:51:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:51:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:51:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.750s coverage: 63.1% of statements 19:51:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.107s coverage: 100.0% of statements 19:51:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.119s coverage: 89.4% of statements 19:51:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.073s coverage: 100.0% of statements 19:51:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:51:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:51:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:51:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.072s coverage: 73.7% of statements 19:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.091s coverage: 100.0% of statements 19:51:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:51:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:51:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:51:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.676s coverage: 38.4% of statements 19:51:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.114s coverage: 89.5% of statements 19:51:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:51:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:51:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:51:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:51:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.103s coverage: 84.8% of statements 19:51:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:51:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:51:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:51:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:51:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.171s coverage: 19.9% of statements 19:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:51:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.481s coverage: 95.7% of statements 19:51:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:51:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:51:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.158s coverage: 61.8% of statements 19:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.268s coverage: 98.9% of statements 19:51:48 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:51:48 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:51:48 go vet ./... 19:55:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:55:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:55:39 ./bin/test-attribution-txt.sh [Pipeline] echo 19:55:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:55:40 + ls -al . 19:55:40 total 836 19:55:40 drwxrwxr-x 10 1001 1001 4096 Jul 5 19:44 . 19:55:40 drwxr-xr-x 4 root root 4096 Jul 5 19:44 .. 19:55:40 drwxrwxr-x 2 1001 1001 4096 Jul 5 19:42 .blubracket 19:55:40 -rw-rw-r-- 1 1001 1001 10 Jul 5 19:42 .dockerignore 19:55:40 drwxrwxr-x 8 1001 1001 4096 Jul 5 19:42 .git 19:55:40 drwxrwxr-x 3 1001 1001 4096 Jul 5 19:42 .github 19:55:40 -rw-rw-r-- 1 1001 1001 1102 Jul 5 19:42 .gitignore 19:55:40 -rw-rw-r-- 1 1001 1001 42 Jul 5 19:42 .golangci.yml 19:55:40 -rw-rw-r-- 1 1001 1001 100 Jul 5 19:42 .hadolint.yml 19:55:40 -rw-rw-r-- 1 1001 1001 155 Jul 5 19:42 .sonarcloud.properties 19:55:40 -rw-rw-r-- 1 1001 1001 1171 Jul 5 19:42 ADOPTERS.md 19:55:40 -rw-rw-r-- 1 1001 1001 20361 Jul 5 19:42 Attribution.txt 19:55:40 -rw-rw-r-- 1 1001 1001 100284 Jul 5 19:42 CHANGELOG.md 19:55:40 -rw-rw-r-- 1 1001 1001 3804 Jul 5 19:42 CONTRIBUTING.md 19:55:40 -rw-rw-r-- 1 1001 1001 677 Jul 5 19:42 GOVERNANCE.md 19:55:40 -rw-rw-r-- 1 1001 1001 861 Jul 5 19:42 Jenkinsfile 19:55:40 -rw-rw-r-- 1 1001 1001 10775 Jul 5 19:42 LICENSE 19:55:40 -rw-rw-r-- 1 1001 1001 16051 Jul 5 19:42 Makefile 19:55:40 -rw-rw-r-- 1 1001 1001 582 Jul 5 19:42 OWNERS.md 19:55:40 -rw-rw-r-- 1 1001 1001 9528 Jul 5 19:42 README.md 19:55:40 -rw-rw-r-- 1 1001 1001 789 Jul 5 19:42 SECURITY.md 19:55:40 -rw-rw-r-- 1 1001 1001 5 Jul 5 19:40 VERSION 19:55:40 drwxrwxr-x 2 1001 1001 4096 Jul 5 19:42 bin 19:55:40 drwxrwxr-x 19 1001 1001 4096 Jul 5 19:42 cmd 19:55:40 -rw-r--r-- 1 root root 481596 Jul 5 19:51 coverage.out 19:55:40 drwxrwxr-x 2 1001 1001 4096 Jul 5 19:42 fuzz_test 19:55:40 -rw-rw-r-- 1 1001 1001 6911 Jul 5 19:42 go.mod 19:55:40 -rw-rw-r-- 1 1001 1001 101537 Jul 5 19:42 go.sum 19:55:40 drwxrwxr-x 7 1001 1001 4096 Jul 5 19:42 internal 19:55:40 drwxrwxr-x 3 1001 1001 4096 Jul 5 19:42 openapi 19:55:40 -rw-rw-r-- 1 1001 1001 584 Jul 5 19:42 security.txt 19:55:40 -rw-rw-r-- 1 1001 1001 204 Jul 5 19:42 version.go [Pipeline] sh 19:55:41 + '[' -e coverage.out ] 19:55:41 + chown 1001:1001 coverage.out [Pipeline] stash 19:55:41 Warning: overwriting stash ‘coverage-report’ 19:55:42 Stashed 1 file(s) [Pipeline] sh 19:55:42 + make build 19:55:42 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:58:34 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:58:42 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:58:52 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:58:54 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:59:02 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:59:29 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:59:37 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:59:47 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:59: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:59:54 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:59:57 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 20:00:03 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] } 20:00:06 $ docker stop --time=1 5763b567458edf7ae21cc68a31c5c2315a467fc37dc969f99a789e5ad6969719 20:00:08 $ docker rm -f --volumes 5763b567458edf7ae21cc68a31c5c2315a467fc37dc969f99a789e5ad6969719 [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 20:00:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:00:12 20:00:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:00:12 latest: Pulling from edgex-devops/edgex-compose-arm64 20:00:12 547446be3368: Pulling fs layer 20:00:12 d125d8839a47: Pulling fs layer 20:00:12 3e85d5ac6304: Pulling fs layer 20:00:12 c3105a71a48b: Pulling fs layer 20:00:12 0f093f025ec4: Pulling fs layer 20:00:12 c3106fc0e877: Pulling fs layer 20:00:12 c3105a71a48b: Waiting 20:00:12 0f093f025ec4: Waiting 20:00:12 c3106fc0e877: Waiting 20:00:12 547446be3368: Verifying Checksum 20:00:12 c3105a71a48b: Verifying Checksum 20:00:12 c3105a71a48b: Download complete 20:00:13 d125d8839a47: Verifying Checksum 20:00:13 d125d8839a47: Download complete 20:00:13 c3106fc0e877: Verifying Checksum 20:00:13 c3106fc0e877: Download complete 20:00:13 0f093f025ec4: Verifying Checksum 20:00:13 0f093f025ec4: Download complete 20:00:13 547446be3368: Pull complete 20:00:14 d125d8839a47: Pull complete 20:00:15 3e85d5ac6304: Verifying Checksum 20:00:15 3e85d5ac6304: Download complete 20:00:25 3e85d5ac6304: Pull complete 20:00:25 c3105a71a48b: Pull complete 20:00:26 0f093f025ec4: Pull complete 20:00:26 c3106fc0e877: Pull complete 20:00:26 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 20:00:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:00:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:27 prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container 20:00:27 $ 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 20:00:29 $ docker top 0a357d7945aed3006a9a64197bbffa665ae02cc29b506355681acda03bf883f0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:30 + docker compose -f ./docker-compose-build.yml build --parallel 20:00:40 #1 [security-bootstrapper internal] load build definition from Dockerfile 20:00:40 #1 transferring dockerfile: 2.93kB done 20:00:40 #1 DONE 0.1s 20:00:40 20:00:40 #2 [core-metadata internal] load build definition from Dockerfile 20:00:40 #2 transferring dockerfile: 2.06kB done 20:00:40 #2 DONE 0.0s 20:00:40 20:00:40 #3 [core-command internal] load build definition from Dockerfile 20:00:40 #3 transferring dockerfile: 1.93kB 0.0s done 20:00:40 #3 DONE 0.1s 20:00:40 20:00:40 #4 [core-data internal] load build definition from Dockerfile 20:00:40 #4 transferring dockerfile: 2.01kB done 20:00:40 #4 DONE 0.0s 20:00:40 20:00:40 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 20:00:40 #5 transferring dockerfile: 2.23kB done 20:00:40 #5 DONE 0.1s 20:00:40 20:00:40 #6 [support-scheduler internal] load build definition from Dockerfile 20:00:40 #6 transferring dockerfile: 1.93kB done 20:00:40 #6 DONE 0.0s 20:00:40 20:00:40 #7 [support-notifications internal] load build definition from Dockerfile 20:00:40 #7 transferring dockerfile: 1.95kB done 20:00:40 #7 DONE 0.1s 20:00:40 20:00:40 #8 [security-secretstore-setup internal] load build definition from Dockerfile 20:00:40 #8 transferring dockerfile: 2.49kB done 20:00:40 #8 DONE 0.1s 20:00:40 20:00:40 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 20:00:40 #9 transferring dockerfile: 1.89kB done 20:00:40 #9 DONE 0.1s 20:00:40 20:00:40 #10 [security-spire-server internal] load build definition from Dockerfile 20:00:40 #10 transferring dockerfile: 1.70kB 0.0s done 20:00:40 #10 DONE 0.1s 20:00:40 20:00:40 #11 [core-keeper internal] load build definition from Dockerfile 20:00:40 #11 transferring dockerfile: 2.01kB done 20:00:40 #11 DONE 0.1s 20:00:40 20:00:40 #12 [security-spire-agent internal] load build definition from Dockerfile 20:00:40 #12 transferring dockerfile: 1.81kB 0.0s done 20:00:40 #12 DONE 0.1s 20:00:40 20:00:40 #13 [security-spire-config internal] load build definition from Dockerfile 20:00:40 #13 transferring dockerfile: 1.69kB done 20:00:40 #13 DONE 0.1s 20:00:40 20:00:40 #14 [security-proxy-auth internal] load build definition from Dockerfile 20:00:40 #14 transferring dockerfile: 2.15kB 0.0s done 20:00:40 #14 DONE 0.1s 20:00:40 20:00:40 #15 [security-proxy-setup internal] load build definition from Dockerfile 20:00:40 #15 transferring dockerfile: 2.50kB 0.0s done 20:00:40 #15 DONE 0.1s 20:00:40 20:00:40 #16 [security-bootstrapper internal] load .dockerignore 20:00:40 #16 transferring context: 20:00:40 #16 transferring context: 50B 0.0s done 20:00:40 #16 DONE 0.1s 20:00:40 20:00:40 #17 [core-metadata internal] load .dockerignore 20:00:40 #17 transferring context: 50B done 20:00:40 #17 DONE 0.0s 20:00:41 20:00:41 #18 [core-command internal] load .dockerignore 20:00:41 #18 transferring context: 50B done 20:00:41 #18 DONE 0.0s 20:00:41 20:00:41 #19 [core-data internal] load .dockerignore 20:00:41 #19 transferring context: 50B done 20:00:41 #19 DONE 0.0s 20:00:41 20:00:41 #20 [core-common-config-bootstrapper internal] load .dockerignore 20:00:41 #20 transferring context: 50B 0.0s done 20:00:41 #20 DONE 0.1s 20:00:41 20:00:41 #21 [support-scheduler internal] load .dockerignore 20:00:41 #21 transferring context: 50B done 20:00:41 #21 DONE 0.1s 20:00:41 20:00:41 #22 [support-notifications internal] load .dockerignore 20:00:41 #22 transferring context: 50B 0.0s done 20:00:41 #22 DONE 0.1s 20:00:41 20:00:41 #23 [security-secretstore-setup internal] load .dockerignore 20:00:41 #23 transferring context: 50B done 20:00:41 #23 DONE 0.1s 20:00:41 20:00:41 #24 [security-spire-server internal] load .dockerignore 20:00:41 #24 transferring context: 50B done 20:00:41 #24 DONE 0.1s 20:00:41 20:00:41 #25 [security-spiffe-token-provider internal] load .dockerignore 20:00:41 #25 transferring context: 50B done 20:00:41 #25 DONE 0.0s 20:00:41 20:00:41 #26 [core-keeper internal] load .dockerignore 20:00:41 #26 transferring context: 50B done 20:00:41 #26 DONE 0.1s 20:00:41 20:00:41 #27 [security-spire-agent internal] load .dockerignore 20:00:41 #27 transferring context: 50B done 20:00:41 #27 DONE 0.1s 20:00:41 20:00:41 #28 [security-spire-config internal] load .dockerignore 20:00:41 #28 transferring context: 50B done 20:00:41 #28 DONE 0.1s 20:00:41 20:00:41 #29 [security-proxy-auth internal] load .dockerignore 20:00:41 #29 transferring context: 50B done 20:00:41 #29 DONE 0.0s 20:00:42 20:00:42 #30 [security-proxy-setup internal] load .dockerignore 20:00:42 #30 transferring context: 50B done 20:00:42 #30 DONE 0.0s 20:00:42 20:00:42 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:42 #31 DONE 0.0s 20:00:42 20:00:42 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 20:00:42 #32 DONE 0.4s 20:00:42 20:00:42 #33 [security-bootstrapper internal] load build context 20:00:42 #33 DONE 0.0s 20:00:42 20:00:42 #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:42 #34 DONE 0.0s 20:00:42 20:00:42 #35 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:42 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:42 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:42 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:42 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:42 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0B / 3.34MB 0.1s 20:00:42 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.10MB / 3.34MB 0.2s 20:00:42 #35 ... 20:00:42 20:00:42 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:42 #31 DONE 0.0s 20:00:42 20:00:42 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 20:00:42 #32 DONE 0.4s 20:00:42 20:00:42 #35 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:42 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:42 #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 20:00:42 #35 ... 20:00:42 20:00:42 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:42 #31 DONE 0.0s 20:00:42 20:00:42 #32 [core-command internal] load metadata for docker.io/library/alpine:3.18 20:00:42 #32 DONE 0.4s 20:00:42 20:00:42 #35 [core-metadata stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:42 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:42 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:42 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:42 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:42 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:43 #35 ... 20:00:43 20:00:43 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:43 #31 DONE 0.0s 20:00:43 20:00:43 #35 [core-command stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:43 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:43 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:43 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:43 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:43 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:43 #35 ... 20:00:43 20:00:43 #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 20:00:43 #32 DONE 0.5s 20:00:43 20:00:43 #35 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:43 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:43 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:43 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:43 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:43 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:43 #35 ... 20:00:43 20:00:43 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:43 #31 DONE 0.0s 20:00:43 20:00:43 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 20:00:43 #32 DONE 0.7s 20:00:43 20:00:43 #35 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:43 #35 ... 20:00:43 20:00:43 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:43 #31 DONE 0.0s 20:00:43 20:00:43 #35 [core-common-config-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:43 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:43 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:43 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:43 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:43 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:43 #35 ... 20:00:43 20:00:43 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 20:00:43 #32 DONE 0.9s 20:00:43 20:00:43 #35 [core-common-config-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:43 #35 ... 20:00:43 20:00:43 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:43 #31 DONE 0.0s 20:00:43 20:00:43 #35 [support-scheduler stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:43 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:43 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:43 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:43 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:43 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:43 #35 ... 20:00:43 20:00:43 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 20:00:43 #32 DONE 1.1s 20:00:43 20:00:43 #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:43 #34 DONE 2.3s 20:00:43 20:00:43 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:43 #31 DONE 0.0s 20:00:43 20:00:43 #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:43 #34 DONE 2.3s 20:00:43 20:00:43 #35 [support-notifications stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:43 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:43 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:43 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:43 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:43 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:44 #35 ... 20:00:44 20:00:44 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 20:00:44 #32 DONE 1.5s 20:00:44 20:00:44 #35 [support-notifications stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:44 #35 ... 20:00:44 20:00:44 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:44 #31 DONE 0.1s 20:00:44 20:00:44 #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:44 #34 DONE 2.3s 20:00:44 20:00:44 #35 [security-secretstore-setup stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:44 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:44 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:44 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:44 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:44 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:45 #35 ... 20:00:45 20:00:45 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:45 #31 DONE 0.1s 20:00:45 20:00:45 #36 [support-scheduler builder 2/7] WORKDIR /edgex-go 20:00:45 #36 DONE 1.6s 20:00:45 20:00:45 #35 [security-secretstore-setup stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:45 #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done 20:00:45 #35 ... 20:00:45 20:00:45 #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:45 #34 DONE 2.4s 20:00:45 20:00:45 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 20:00:45 #32 DONE 1.9s 20:00:45 20:00:45 #36 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 20:00:45 #36 DONE 1.7s 20:00:45 20:00:45 #35 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:45 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:45 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:45 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:45 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:45 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:45 #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done 20:00:45 #35 ... 20:00:45 20:00:45 #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:45 #34 DONE 2.4s 20:00:45 20:00:45 #36 [core-keeper builder 2/7] WORKDIR /edgex-go 20:00:45 #36 DONE 1.7s 20:00:45 20:00:45 #35 [core-keeper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:45 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:45 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:45 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:45 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:45 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:45 #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done 20:00:46 #35 ... 20:00:46 20:00:46 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:46 #31 DONE 0.1s 20:00:46 20:00:46 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 20:00:46 #31 DONE 0.1s 20:00:46 20:00:46 #33 [security-bootstrapper internal] load build context 20:00:46 #33 transferring context: 27.68MB 3.6s 20:00:46 #33 ... 20:00:46 20:00:46 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 20:00:46 #32 DONE 2.9s 20:00:46 20:00:46 #33 [security-bootstrapper internal] load build context 20:00:46 #33 ... 20:00:46 20:00:46 #34 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:46 #34 DONE 2.5s 20:00:46 20:00:46 #36 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 20:00:46 #36 DONE 1.8s 20:00:46 20:00:46 #33 [security-bootstrapper internal] load build context 20:00:46 #33 ... 20:00:46 20:00:46 #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 20:00:46 #34 DONE 2.5s 20:00:46 20:00:46 #36 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 20:00:46 #36 DONE 1.8s 20:00:46 20:00:46 #33 [security-bootstrapper internal] load build context 20:00:47 #33 ... 20:00:47 20:00:47 #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 20:00:47 #37 DONE 2.5s 20:00:47 20:00:47 #35 [security-spire-server stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:47 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:47 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:47 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:47 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:47 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:47 #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done 20:00:47 #35 ... 20:00:47 20:00:47 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 20:00:47 #38 DONE 2.3s 20:00:47 20:00:47 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:47 #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.7s done 20:00:47 #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.7s done 20:00:47 #39 ... 20:00:47 20:00:47 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:00:47 #40 DONE 0.0s 20:00:47 20:00:47 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:47 #39 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 20:00:47 #39 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 20:00:48 #39 ... 20:00:48 20:00:48 #35 [support-notifications stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 20:00:48 #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 20:00:48 #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 20:00:48 #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 20:00:48 #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 20:00:48 #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 20:00:48 #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done 20:00:48 #35 DONE 6.6s 20:00:48 20:00:48 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:48 #39 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 20:00:48 #39 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 20:00:48 #39 ... 20:00:48 20:00:48 #41 [security-spire-config internal] load build context 20:00:48 #41 transferring context: 25.04kB 0.3s done 20:00:48 #41 DONE 1.4s 20:00:48 20:00:48 #42 [security-spire-server internal] load build context 20:00:48 #42 transferring context: 26.79kB 0.2s done 20:00:48 #42 DONE 1.5s 20:00:48 20:00:48 #43 [core-metadata internal] load build context 20:00:49 #43 ... 20:00:49 20:00:49 #44 [security-spire-agent internal] load build context 20:00:49 #44 transferring context: 26.32kB 0.2s done 20:00:49 #44 DONE 1.5s 20:00:49 20:00:49 #43 [core-metadata internal] load build context 20:00:49 #43 ... 20:00:49 20:00:49 #45 [core-common-config-bootstrapper internal] load build context 20:00:49 #45 ... 20:00:49 20:00:49 #43 [core-metadata internal] load build context 20:00:52 #43 ... 20:00:52 20:00:52 #46 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:00:52 #46 DONE 7.6s 20:00:52 20:00:52 #43 [core-metadata internal] load build context 20:00:53 #43 ... 20:00:53 20:00:53 #47 [core-command internal] load build context 20:00:53 #47 ... 20:00:53 20:00:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:53 #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 3.0s done 20:00:53 #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 3.1s done 20:00:53 #39 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 3.2s done 20:00:53 #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 20:00:53 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 4.5s 20:00:53 #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 20:00:53 #39 ... 20:00:53 20:00:53 #48 [core-data internal] load build context 20:00:53 #48 ... 20:00:53 20:00:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:53 #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done 20:00:53 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.28MB / 23.39MB 4.9s 20:00:53 #39 ... 20:00:53 20:00:53 #49 [support-scheduler internal] load build context 20:00:53 #49 ... 20:00:53 20:00:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:53 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.15MB / 23.39MB 5.4s 20:00:53 #39 ... 20:00:53 20:00:53 #50 [support-notifications internal] load build context 20:00:54 #50 transferring context: 24.92MB 9.7s 20:00:54 #50 ... 20:00:54 20:00:54 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:54 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.24MB / 23.39MB 5.9s 20:00:54 #39 ... 20:00:54 20:00:54 #51 [security-secretstore-setup internal] load build context 20:00:54 #51 ... 20:00:54 20:00:54 #50 [support-notifications internal] load build context 20:00:54 #50 ... 20:00:54 20:00:54 #52 [core-keeper internal] load build context 20:00:55 #52 ... 20:00:55 20:00:55 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:00:55 #0 7.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:00:55 #0 7.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:00:55 #53 ... 20:00:55 20:00:55 #54 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 20:00:55 #0 8.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:00:55 #0 9.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:00:55 #54 ... 20:00:55 20:00:55 #55 [security-spiffe-token-provider internal] load build context 20:00:55 #55 ... 20:00:55 20:00:55 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:00:55 #0 5.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:00:55 #0 6.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:00:55 #0 8.747 OK: 266 MiB in 52 packages 20:00:55 #56 ... 20:00:55 20:00:55 #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 20:00:55 #0 9.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:00:55 #0 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:00:55 #57 ... 20:00:55 20:00:55 #55 [security-spiffe-token-provider internal] load build context 20:00:56 #55 ... 20:00:56 20:00:56 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 20:00:56 #56 DONE 11.5s 20:00:56 20:00:56 #55 [security-spiffe-token-provider internal] load build context 20:00:56 #55 ... 20:00:56 20:00:56 #58 [security-proxy-auth internal] load build context 20:00:56 #58 ... 20:00:56 20:00:56 #59 [security-proxy-setup internal] load build context 20:00:56 #59 ... 20:00:56 20:00:56 #58 [security-proxy-auth internal] load build context 20:00:56 #58 ... 20:00:56 20:00:56 #33 [security-bootstrapper internal] load build context 20:00:57 #33 ... 20:00:57 20:00:57 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:57 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.53MB / 23.39MB 8.4s 20:00:57 #39 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.3s done 20:00:57 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.19MB / 23.39MB 8.8s 20:00:57 #39 ... 20:00:57 20:00:57 #54 [core-command builder 3/7] RUN apk add --update --no-cache make git 20:00:57 #54 11.66 OK: 266 MiB in 52 packages 20:00:57 #54 DONE 12.7s 20:00:57 20:00:57 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:58 #39 ... 20:00:58 20:00:58 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:00:58 #40 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 3.1s done 20:00:58 #40 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 20:00:58 #40 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 20:00:58 #40 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 20:00:58 #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done 20:00:58 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done 20:00:58 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 20:00:58 #40 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.7s done 20:00:58 #40 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 3.15MB / 17.12MB 3.6s 20:00:58 #40 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 20:00:58 #40 ... 20:00:58 20:00:58 #49 [support-scheduler internal] load build context 20:00:58 #49 ... 20:00:58 20:00:58 #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 20:00:58 #57 13.08 OK: 266 MiB in 52 packages 20:00:58 #57 DONE 14.3s 20:00:58 20:00:58 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:00:58 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 9.9s 20:00:59 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 10.8s 20:00:59 #39 ... 20:00:59 20:00:59 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:00:59 #60 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:00:59 #60 ... 20:00:59 20:00:59 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:00:59 #61 ... 20:00:59 20:00:59 #45 [core-common-config-bootstrapper internal] load build context 20:00:59 #45 transferring context: 33.69MB 16.0s 20:00:59 #45 ... 20:00:59 20:00:59 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:00:59 #62 ... 20:00:59 20:00:59 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 20:00:59 #53 10.80 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:00:59 #53 10.80 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:00:59 #53 10.80 OK: 19951 distinct packages available 20:00:59 #53 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:00:59 #53 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:00:59 #53 14.04 OK: 266 MiB in 52 packages 20:00:59 #53 DONE 14.9s 20:00:59 20:00:59 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 20:00:59 #63 ... 20:00:59 20:00:59 #64 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 20:01:00 #64 ... 20:01:00 20:01:00 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:01:00 #65 ... 20:01:00 20:01:00 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:01:00 #66 ... 20:01:00 20:01:00 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:01:00 #67 ... 20:01:00 20:01:00 #68 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 20:01:00 #68 ... 20:01:00 20:01:00 #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:01:00 #69 ... 20:01:00 20:01:00 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:00 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.87MB / 23.39MB 12.0s 20:01:02 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.00MB / 23.39MB 13.4s 20:01:02 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.0s 20:01:02 #39 ... 20:01:02 20:01:02 #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 20:01:02 #70 ... 20:01:02 20:01:02 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:01:02 #61 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:02 #61 ... 20:01:02 20:01:02 #43 [core-metadata internal] load build context 20:01:03 #43 ... 20:01:03 20:01:03 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:03 #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.4s done 20:01:03 #39 ... 20:01:03 20:01:03 #47 [core-command internal] load build context 20:01:03 #47 ... 20:01:03 20:01:03 #48 [core-data internal] load build context 20:01:03 #48 ... 20:01:03 20:01:03 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:03 #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20:01:04 #39 ... 20:01:04 20:01:04 #51 [security-secretstore-setup internal] load build context 20:01:04 #51 ... 20:01:04 20:01:04 #33 [security-bootstrapper internal] load build context 20:01:04 #33 transferring context: 61.72MB 22.4s 20:01:04 #33 ... 20:01:04 20:01:04 #49 [support-scheduler internal] load build context 20:01:05 #49 ... 20:01:05 20:01:05 #50 [support-notifications internal] load build context 20:01:05 #50 ... 20:01:05 20:01:05 #49 [support-scheduler internal] load build context 20:01:05 #49 ... 20:01:05 20:01:05 #52 [core-keeper internal] load build context 20:01:05 #52 ... 20:01:05 20:01:05 #50 [support-notifications internal] load build context 20:01:06 #50 ... 20:01:06 20:01:06 #55 [security-spiffe-token-provider internal] load build context 20:01:06 #55 ... 20:01:06 20:01:06 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:06 #39 ... 20:01:06 20:01:06 #59 [security-proxy-setup internal] load build context 20:01:07 #59 ... 20:01:07 20:01:07 #50 [support-notifications internal] load build context 20:01:07 #50 ... 20:01:07 20:01:07 #58 [security-proxy-auth internal] load build context 20:01:07 #58 ... 20:01:07 20:01:07 #49 [support-scheduler internal] load build context 20:01:08 #49 ... 20:01:08 20:01:08 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:01:08 #40 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 9.9s done 20:01:08 #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 3.7s 20:01:08 #40 ... 20:01:08 20:01:08 #49 [support-scheduler internal] load build context 20:01:08 #49 ... 20:01:08 20:01:08 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 20:01:08 #60 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:08 #60 11.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:01:08 #60 11.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:01:08 #60 11.85 OK: 19948 distinct packages available 20:01:08 #60 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:08 #60 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:08 #60 16.42 (1/4) Installing dumb-init (1.2.5-r2) 20:01:08 #60 16.42 (2/4) Installing musl-obstack (1.2.3-r2) 20:01:08 #60 16.48 (3/4) Installing libucontext (1.2-r2) 20:01:08 #60 16.48 (4/4) Installing gcompat (1.1.0-r1) 20:01:08 #60 16.48 Executing busybox-1.36.1-r7.trigger 20:01:08 #60 16.58 OK: 8 MiB in 19 packages 20:01:08 #60 DONE 18.9s 20:01:08 20:01:08 #49 [support-scheduler internal] load build context 20:01:09 #49 ... 20:01:09 20:01:09 #64 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 20:01:09 #64 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:09 #64 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:09 #64 17.55 (1/1) Installing dumb-init (1.2.5-r2) 20:01:09 #64 17.55 Executing busybox-1.36.1-r7.trigger 20:01:09 #64 17.72 OK: 8 MiB in 16 packages 20:01:09 #64 DONE 20.0s 20:01:09 20:01:09 #49 [support-scheduler internal] load build context 20:01:09 #49 ... 20:01:09 20:01:09 #45 [core-common-config-bootstrapper internal] load build context 20:01:09 #45 ... 20:01:09 20:01:09 #71 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 20:01:10 #71 ... 20:01:10 20:01:10 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:01:10 #66 DONE 20.0s 20:01:10 20:01:10 #49 [support-scheduler internal] load build context 20:01:10 #49 ... 20:01:10 20:01:10 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 20:01:10 #61 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:10 #61 18.01 (1/2) Installing dumb-init (1.2.5-r2) 20:01:10 #61 18.01 (2/2) Installing su-exec (0.2-r3) 20:01:10 #61 18.01 Executing busybox-1.36.1-r7.trigger 20:01:10 #61 18.19 OK: 8 MiB in 17 packages 20:01:10 #61 DONE 21.1s 20:01:10 20:01:10 #50 [support-notifications internal] load build context 20:01:10 #50 transferring context: 51.29MB 26.4s 20:01:11 #50 ... 20:01:11 20:01:11 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 20:01:11 #62 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:11 #62 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:11 #62 17.58 (1/1) Installing dumb-init (1.2.5-r2) 20:01:11 #62 17.58 Executing busybox-1.36.1-r7.trigger 20:01:11 #62 17.84 OK: 8 MiB in 16 packages 20:01:11 #62 DONE 21.5s 20:01:11 20:01:11 #50 [support-notifications internal] load build context 20:01:12 #50 ... 20:01:12 20:01:12 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 20:01:12 #65 14.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:12 #65 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:12 #65 19.02 (1/4) Installing ca-certificates (20240226-r0) 20:01:12 #65 19.05 (2/4) Installing dumb-init (1.2.5-r2) 20:01:12 #65 19.05 (3/4) Installing su-exec (0.2-r3) 20:01:12 #65 19.10 (4/4) Installing yq (4.33.3-r5) 20:01:12 #65 19.50 Executing busybox-1.36.1-r7.trigger 20:01:12 #65 19.67 Executing ca-certificates-20240226-r0.trigger 20:01:12 #65 20.01 OK: 18 MiB in 19 packages 20:01:12 #65 DONE 22.0s 20:01:12 20:01:12 #50 [support-notifications internal] load build context 20:01:12 #50 ... 20:01:12 20:01:12 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 20:01:12 #63 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:12 #63 17.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:12 #63 19.76 (1/2) Installing ca-certificates (20240226-r0) 20:01:12 #63 19.93 (2/2) Installing dumb-init (1.2.5-r2) 20:01:12 #63 19.97 Executing busybox-1.36.1-r7.trigger 20:01:12 #63 20.07 Executing ca-certificates-20240226-r0.trigger 20:01:12 #63 20.59 OK: 9 MiB in 17 packages 20:01:12 #63 DONE 22.8s 20:01:12 20:01:12 #50 [support-notifications internal] load build context 20:01:13 #50 ... 20:01:13 20:01:13 #43 [core-metadata internal] load build context 20:01:13 #43 ... 20:01:13 20:01:13 #50 [support-notifications internal] load build context 20:01:13 #50 ... 20:01:13 20:01:13 #47 [core-command internal] load build context 20:01:13 #47 ... 20:01:13 20:01:13 #48 [core-data internal] load build context 20:01:13 #48 ... 20:01:13 20:01:13 #47 [core-command internal] load build context 20:01:15 #47 ... 20:01:15 20:01:15 #33 [security-bootstrapper internal] load build context 20:01:15 #33 transferring context: 78.48MB 32.5s 20:01:15 #33 ... 20:01:15 20:01:15 #51 [security-secretstore-setup internal] load build context 20:01:15 #51 ... 20:01:15 20:01:15 #47 [core-command internal] load build context 20:01:15 #47 ... 20:01:15 20:01:15 #52 [core-keeper internal] load build context 20:01:15 #52 ... 20:01:15 20:01:15 #47 [core-command internal] load build context 20:01:17 #47 ... 20:01:17 20:01:17 #55 [security-spiffe-token-provider internal] load build context 20:01:17 #55 ... 20:01:17 20:01:17 #47 [core-command internal] load build context 20:01:17 #47 ... 20:01:17 20:01:17 #59 [security-proxy-setup internal] load build context 20:01:17 #59 ... 20:01:17 20:01:17 #51 [security-secretstore-setup internal] load build context 20:01:17 #51 ... 20:01:17 20:01:17 #58 [security-proxy-auth internal] load build context 20:01:17 #58 ... 20:01:17 20:01:17 #51 [security-secretstore-setup internal] load build context 20:01:17 #51 ... 20:01:17 20:01:17 #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 20:01:17 #70 19.05 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:18 #70 19.87 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:18 #70 23.51 OK: 266 MiB in 52 packages 20:01:18 #70 DONE 25.1s 20:01:18 20:01:18 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:18 #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.8s 20:01:18 #39 ... 20:01:18 20:01:18 #47 [core-command internal] load build context 20:01:18 #47 ... 20:01:18 20:01:18 #68 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 20:01:18 #68 20.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:18 #68 21.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:18 #68 24.07 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:18 #68 24.34 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:18 #68 24.43 (3/6) Installing dumb-init (1.2.5-r2) 20:01:18 #68 24.43 (4/6) Installing openssl (3.1.6-r0) 20:01:18 #68 24.51 (5/6) Installing su-exec (0.2-r3) 20:01:18 #68 24.51 (6/6) Installing yq (4.33.3-r5) 20:01:18 #68 25.30 Executing busybox-1.36.1-r7.trigger 20:01:18 #68 25.34 OK: 18 MiB in 19 packages 20:01:18 #68 DONE 27.9s 20:01:18 20:01:18 #47 [core-command internal] load build context 20:01:18 #47 ... 20:01:18 20:01:18 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 20:01:18 #72 ... 20:01:18 20:01:18 #47 [core-command internal] load build context 20:01:19 #47 ... 20:01:19 20:01:19 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:01:19 #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 13.2s 20:01:19 #40 ... 20:01:19 20:01:19 #47 [core-command internal] load build context 20:01:20 #47 ... 20:01:20 20:01:20 #45 [core-common-config-bootstrapper internal] load build context 20:01:20 #45 ... 20:01:20 20:01:20 #49 [support-scheduler internal] load build context 20:01:20 #49 ... 20:01:20 20:01:20 #47 [core-command internal] load build context 20:01:20 #47 ... 20:01:20 20:01:20 #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:01:20 #69 20.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:20 #69 21.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:20 #69 24.44 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:01:20 #69 24.44 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:01:20 #69 24.44 OK: 19948 distinct packages available 20:01:20 #69 25.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:20 #69 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:20 #69 27.95 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:20 #69 28.11 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:20 #69 28.16 (3/7) Installing dumb-init (1.2.5-r2) 20:01:20 #69 28.16 (4/7) Installing musl-obstack (1.2.3-r2) 20:01:20 #69 28.31 (5/7) Installing libucontext (1.2-r2) 20:01:20 #69 28.31 (6/7) Installing gcompat (1.1.0-r1) 20:01:20 #69 28.31 (7/7) Installing openssl (3.1.6-r0) 20:01:20 #69 28.31 Executing busybox-1.36.1-r7.trigger 20:01:20 #69 28.35 OK: 9 MiB in 20 packages 20:01:20 #69 DONE 30.1s 20:01:20 20:01:20 #47 [core-command internal] load build context 20:01:20 #47 ... 20:01:20 20:01:20 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 20:01:20 #73 ... 20:01:20 20:01:20 #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 20:01:21 #74 ... 20:01:21 20:01:21 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 20:01:21 #75 ... 20:01:21 20:01:21 #45 [core-common-config-bootstrapper internal] load build context 20:01:21 #45 transferring context: 67.59MB 37.4s 20:01:21 #45 ... 20:01:21 20:01:21 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 20:01:21 #76 ... 20:01:21 20:01:21 #45 [core-common-config-bootstrapper internal] load build context 20:01:22 #45 ... 20:01:22 20:01:22 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:01:22 #67 21.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:22 #67 22.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:22 #67 26.35 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 20:01:22 #67 26.35 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 20:01:22 #67 26.35 OK: 19948 distinct packages available 20:01:22 #67 26.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:22 #67 27.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:22 #67 29.81 (1/11) Installing ca-certificates (20240226-r0) 20:01:22 #67 29.93 (2/11) Installing brotli-libs (1.0.9-r14) 20:01:22 #67 30.01 (3/11) Installing libunistring (1.1-r1) 20:01:22 #67 30.01 (4/11) Installing libidn2 (2.3.4-r1) 20:01:22 #67 30.07 (5/11) Installing nghttp2-libs (1.57.0-r0) 20:01:22 #67 30.07 (6/11) Installing libcurl (8.5.0-r0) 20:01:22 #67 30.10 (7/11) Installing curl (8.5.0-r0) 20:01:22 #67 30.12 (8/11) Installing dumb-init (1.2.5-r2) 20:01:22 #67 30.15 (9/11) Installing musl-obstack (1.2.3-r2) 20:01:22 #67 30.15 (10/11) Installing libucontext (1.2-r2) 20:01:22 #67 30.15 (11/11) Installing gcompat (1.1.0-r1) 20:01:22 #67 30.15 Executing busybox-1.36.1-r7.trigger 20:01:22 #67 30.31 Executing ca-certificates-20240226-r0.trigger 20:01:22 #67 30.68 OK: 13 MiB in 26 packages 20:01:22 #67 ... 20:01:22 20:01:22 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 20:01:22 #73 11.43 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:22 #73 ... 20:01:22 20:01:22 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:01:22 #67 DONE 32.1s 20:01:22 20:01:22 #49 [support-scheduler internal] load build context 20:01:22 #49 ... 20:01:22 20:01:22 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 20:01:22 #77 ... 20:01:22 20:01:22 #49 [support-scheduler internal] load build context 20:01:22 #49 ... 20:01:22 20:01:22 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 20:01:23 #78 ... 20:01:23 20:01:23 #47 [core-command internal] load build context 20:01:23 #47 ... 20:01:23 20:01:23 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 20:01:23 #72 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:23 #72 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:23 #72 12.70 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:23 #72 12.85 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:23 #72 12.89 OK: 8 MiB in 19 packages 20:01:23 #72 DONE 14.7s 20:01:23 20:01:23 #47 [core-command internal] load build context 20:01:23 #47 ... 20:01:23 20:01:23 #50 [support-notifications internal] load build context 20:01:23 #50 ... 20:01:23 20:01:23 #43 [core-metadata internal] load build context 20:01:23 #43 ... 20:01:23 20:01:23 #48 [core-data internal] load build context 20:01:23 #48 ... 20:01:23 20:01:23 #43 [core-metadata internal] load build context 20:01:25 #43 ... 20:01:25 20:01:25 #33 [security-bootstrapper internal] load build context 20:01:25 #33 transferring context: 92.70MB 43.1s 20:01:25 #33 ... 20:01:25 20:01:25 #43 [core-metadata internal] load build context 20:01:25 #43 ... 20:01:25 20:01:25 #52 [core-keeper internal] load build context 20:01:26 #52 ... 20:01:26 20:01:26 #43 [core-metadata internal] load build context 20:01:27 #43 ... 20:01:27 20:01:27 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 20:01:27 #75 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:27 #75 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:27 #75 13.71 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:27 #75 14.20 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:27 #75 14.37 OK: 8 MiB in 17 packages 20:01:27 #75 DONE 15.8s 20:01:27 20:01:27 #43 [core-metadata internal] load build context 20:01:27 #43 ... 20:01:27 20:01:27 #55 [security-spiffe-token-provider internal] load build context 20:01:27 #55 ... 20:01:27 20:01:27 #33 [security-bootstrapper internal] load build context 20:01:27 #33 ... 20:01:27 20:01:27 #59 [security-proxy-setup internal] load build context 20:01:27 #59 ... 20:01:27 20:01:27 #43 [core-metadata internal] load build context 20:01:27 #43 ... 20:01:27 20:01:27 #58 [security-proxy-auth internal] load build context 20:01:27 #58 ... 20:01:27 20:01:27 #43 [core-metadata internal] load build context 20:01:28 #43 ... 20:01:28 20:01:28 #51 [security-secretstore-setup internal] load build context 20:01:28 #51 ... 20:01:28 20:01:28 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:28 #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 24.8s 20:01:28 #39 ... 20:01:28 20:01:28 #43 [core-metadata internal] load build context 20:01:28 #43 ... 20:01:28 20:01:28 #71 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 20:01:28 #71 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:28 #71 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:28 #71 16.26 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:28 #71 16.51 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:28 #71 16.67 OK: 8 MiB in 16 packages 20:01:28 #71 DONE 19.2s 20:01:28 20:01:28 #43 [core-metadata internal] load build context 20:01:28 #43 ... 20:01:28 20:01:28 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 20:01:28 #0 9.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:28 #79 ... 20:01:28 20:01:28 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:29 #39 ... 20:01:29 20:01:29 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:01:29 #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 24.5s 20:01:29 #40 ... 20:01:29 20:01:29 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 20:01:29 #73 12.61 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:29 #73 16.72 (1/1) Installing dumb-init (1.2.5-r2) 20:01:29 #73 17.53 Executing busybox-1.36.1-r7.trigger 20:01:29 #73 17.66 OK: 8 MiB in 16 packages 20:01:29 #73 DONE 18.9s 20:01:29 20:01:29 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:01:29 #40 ... 20:01:29 20:01:29 #51 [security-secretstore-setup internal] load build context 20:01:31 #51 ... 20:01:31 20:01:31 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 20:01:31 #76 12.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:31 #76 12.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:31 #76 17.47 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:31 #76 17.81 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:31 #76 17.87 OK: 8 MiB in 16 packages 20:01:31 #76 DONE 19.5s 20:01:31 20:01:31 #51 [security-secretstore-setup internal] load build context 20:01:31 #51 transferring context: 82.02MB 46.5s 20:01:31 #51 ... 20:01:31 20:01:31 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 20:01:31 #77 12.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:31 #77 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:31 #77 16.97 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:31 #77 17.28 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:31 #77 17.46 Executing ca-certificates-20240226-r0.trigger 20:01:31 #77 18.23 OK: 18 MiB in 19 packages 20:01:31 #77 DONE 19.4s 20:01:31 20:01:31 #51 [security-secretstore-setup internal] load build context 20:01:32 #51 ... 20:01:32 20:01:32 #45 [core-common-config-bootstrapper internal] load build context 20:01:32 #45 ... 20:01:32 20:01:32 #51 [security-secretstore-setup internal] load build context 20:01:32 #51 ... 20:01:32 20:01:32 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 20:01:32 #79 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:32 #79 12.95 OK: 18 MiB in 19 packages 20:01:32 #79 DONE 13.6s 20:01:32 20:01:32 #51 [security-secretstore-setup internal] load build context 20:01:32 #51 ... 20:01:32 20:01:32 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 20:01:32 #0 9.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:32 #0 9.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:32 #80 ... 20:01:32 20:01:32 #47 [core-command internal] load build context 20:01:32 #47 ... 20:01:32 20:01:32 #51 [security-secretstore-setup internal] load build context 20:01:33 #51 ... 20:01:33 20:01:33 #49 [support-scheduler internal] load build context 20:01:33 #49 ... 20:01:33 20:01:33 #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 20:01:33 #81 DONE 1.0s 20:01:33 20:01:33 #49 [support-scheduler internal] load build context 20:01:33 #49 ... 20:01:33 20:01:33 #51 [security-secretstore-setup internal] load build context 20:01:33 #51 ... 20:01:33 20:01:33 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 20:01:33 #78 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:33 #78 14.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:33 #78 17.77 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:33 #78 18.78 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:33 #78 18.83 Executing ca-certificates-20240226-r0.trigger 20:01:33 #78 19.32 OK: 9 MiB in 17 packages 20:01:33 #78 DONE 20.6s 20:01:33 20:01:33 #51 [security-secretstore-setup internal] load build context 20:01:33 #51 ... 20:01:33 20:01:33 #50 [support-notifications internal] load build context 20:01:34 #50 ... 20:01:34 20:01:34 #51 [security-secretstore-setup internal] load build context 20:01:34 #51 ... 20:01:34 20:01:34 #48 [core-data internal] load build context 20:01:34 #48 ... 20:01:34 20:01:34 #47 [core-command internal] load build context 20:01:34 #47 ... 20:01:34 20:01:34 #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 20:01:34 #82 DONE 7.4s 20:01:34 20:01:34 #47 [core-command internal] load build context 20:01:34 #47 ... 20:01:34 20:01:34 #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 20:01:34 #74 9.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 20:01:34 #74 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 20:01:34 #74 13.16 OK: 9 MiB in 20 packages 20:01:34 #74 DONE 14.3s 20:01:34 20:01:34 #47 [core-command internal] load build context 20:01:35 #47 ... 20:01:35 20:01:35 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 20:01:35 #80 11.81 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 20:01:35 #80 11.99 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 20:01:35 #80 12.13 Executing ca-certificates-20240226-r0.trigger 20:01:35 #80 12.33 OK: 13 MiB in 26 packages 20:01:35 #80 DONE 13.2s 20:01:35 20:01:35 #47 [core-command internal] load build context 20:01:36 #47 ... 20:01:36 20:01:36 #83 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 20:01:36 #83 DONE 1.4s 20:01:36 20:01:36 #47 [core-command internal] load build context 20:01:36 #47 ... 20:01:36 20:01:36 #52 [core-keeper internal] load build context 20:01:36 #52 ... 20:01:36 20:01:36 #47 [core-command internal] load build context 20:01:36 #47 transferring context: 115.85MB 53.2s 20:01:37 #47 ... 20:01:37 20:01:37 #55 [security-spiffe-token-provider internal] load build context 20:01:37 #55 ... 20:01:37 20:01:37 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:37 #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 34.0s 20:01:37 #39 ... 20:01:37 20:01:37 #59 [security-proxy-setup internal] load build context 20:01:37 #59 ... 20:01:37 20:01:37 #33 [security-bootstrapper internal] load build context 20:01:37 #33 ... 20:01:37 20:01:37 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:38 #39 ... 20:01:38 20:01:38 #58 [security-proxy-auth internal] load build context 20:01:38 #58 ... 20:01:38 20:01:38 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:39 #39 ... 20:01:39 20:01:39 #43 [core-metadata internal] load build context 20:01:39 #43 ... 20:01:39 20:01:39 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:40 #39 ... 20:01:40 20:01:40 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:01:40 #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 34.7s done 20:01:40 #40 ... 20:01:40 20:01:40 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:42 #39 ... 20:01:42 20:01:42 #45 [core-common-config-bootstrapper internal] load build context 20:01:42 #45 transferring context: 127.62MB 58.4s 20:01:42 #45 ... 20:01:42 20:01:42 #33 [security-bootstrapper internal] load build context 20:01:43 #33 ... 20:01:43 20:01:43 #49 [support-scheduler internal] load build context 20:01:43 #49 ... 20:01:43 20:01:43 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:43 #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 39.9s 20:01:44 #39 ... 20:01:44 20:01:44 #50 [support-notifications internal] load build context 20:01:44 #50 ... 20:01:44 20:01:44 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:44 #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 40.8s done 20:01:44 #39 ... 20:01:44 20:01:44 #51 [security-secretstore-setup internal] load build context 20:01:44 #51 ... 20:01:44 20:01:44 #48 [core-data internal] load build context 20:01:44 #48 ... 20:01:44 20:01:44 #51 [security-secretstore-setup internal] load build context 20:01:46 #51 ... 20:01:46 20:01:46 #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 20:01:46 #84 DONE 1.8s 20:01:46 20:01:46 #51 [security-secretstore-setup internal] load build context 20:01:46 #51 ... 20:01:46 20:01:46 #52 [core-keeper internal] load build context 20:01:46 #52 ... 20:01:46 20:01:46 #48 [core-data internal] load build context 20:01:47 #48 transferring context: 143.58MB 63.5s 20:01:47 #48 ... 20:01:47 20:01:47 #55 [security-spiffe-token-provider internal] load build context 20:01:47 #55 ... 20:01:47 20:01:47 #47 [core-command internal] load build context 20:01:47 #47 ... 20:01:47 20:01:47 #59 [security-proxy-setup internal] load build context 20:01:48 #59 ... 20:01:48 20:01:48 #47 [core-command internal] load build context 20:01:48 #47 ... 20:01:48 20:01:48 #58 [security-proxy-auth internal] load build context 20:01:48 #58 ... 20:01:48 20:01:48 #47 [core-command internal] load build context 20:01:49 #47 ... 20:01:49 20:01:49 #43 [core-metadata internal] load build context 20:01:49 #43 ... 20:01:49 20:01:49 #47 [core-command internal] load build context 20:01:50 #47 ... 20:01:50 20:01:50 #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:01:50 #85 DONE 2.9s 20:01:50 20:01:50 #47 [core-command internal] load build context 20:01:50 #47 ... 20:01:50 20:01:50 #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:01:50 #86 DONE 3.3s 20:01:50 20:01:50 #47 [core-command internal] load build context 20:01:50 #47 ... 20:01:50 20:01:50 #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 20:01:50 #87 DONE 3.0s 20:01:50 20:01:50 #47 [core-command internal] load build context 20:01:51 #47 ... 20:01:51 20:01:51 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 20:01:51 #40 ... 20:01:51 20:01:51 #47 [core-command internal] load build context 20:01:51 #47 ... 20:01:51 20:01:51 #88 [security-spire-server stage-2 5/9] COPY Attribution.txt / 20:01:51 #88 DONE 0.9s 20:01:51 20:01:51 #47 [core-command internal] load build context 20:01:52 #47 ... 20:01:52 20:01:52 #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / 20:01:52 #89 DONE 0.9s 20:01:52 20:01:52 #47 [core-command internal] load build context 20:01:52 #47 transferring context: 198.58MB 68.9s 20:01:52 #47 ... 20:01:52 20:01:52 #45 [core-common-config-bootstrapper internal] load build context 20:01:52 #45 ... 20:01:52 20:01:52 #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 20:01:52 #90 DONE 1.3s 20:01:52 20:01:52 #45 [core-common-config-bootstrapper internal] load build context 20:01:52 #45 ... 20:01:52 20:01:52 #47 [core-command internal] load build context 20:01:52 #47 ... 20:01:52 20:01:52 #91 [security-spire-config stage-2 6/10] COPY security.txt / 20:01:52 #91 DONE 0.9s 20:01:53 20:01:53 #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:01:53 #92 ... 20:01:53 20:01:53 #93 [security-spire-server stage-2 6/9] COPY security.txt / 20:01:53 #93 DONE 1.4s 20:01:53 20:01:53 #47 [core-command internal] load build context 20:01:53 #47 ... 20:01:53 20:01:53 #49 [support-scheduler internal] load build context 20:01:53 #49 ... 20:01:53 20:01:53 #94 [security-spire-agent stage-3 7/10] COPY security.txt / 20:01:53 #94 DONE 1.2s 20:01:53 20:01:53 #33 [security-bootstrapper internal] load build context 20:01:53 #33 ... 20:01:53 20:01:53 #47 [core-command internal] load build context 20:01:53 #47 ... 20:01:53 20:01:53 #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:01:53 #92 DONE 0.9s 20:01:53 20:01:53 #47 [core-command internal] load build context 20:01:54 #47 ... 20:01:54 20:01:54 #50 [support-notifications internal] load build context 20:01:54 #50 ... 20:01:54 20:01:54 #47 [core-command internal] load build context 20:01:54 #47 ... 20:01:54 20:01:54 #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:01:54 #95 DONE 1.2s 20:01:54 20:01:54 #47 [core-command internal] load build context 20:01:54 #47 ... 20:01:54 20:01:54 #96 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:01:54 #96 DONE 1.1s 20:01:54 20:01:54 #47 [core-command internal] load build context 20:01:55 #47 ... 20:01:55 20:01:55 #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 20:01:55 #97 DONE 1.0s 20:01:55 20:01:55 #47 [core-command internal] load build context 20:01:55 #47 ... 20:01:55 20:01:55 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:01:55 #39 ... 20:01:55 20:01:55 #47 [core-command internal] load build context 20:01:55 #47 ... 20:01:55 20:01:55 #98 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:01:55 #98 DONE 1.2s 20:01:55 20:01:55 #47 [core-command internal] load build context 20:01:56 #47 ... 20:01:56 20:01:56 #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:01:56 #99 DONE 0.9s 20:01:56 20:01:56 #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:01:56 #100 DONE 1.1s 20:01:56 20:01:56 #47 [core-command internal] load build context 20:01:56 #47 ... 20:01:56 20:01:56 #51 [security-secretstore-setup internal] load build context 20:01:56 #51 ... 20:01:56 20:01:56 #52 [core-keeper internal] load build context 20:01:57 #52 ... 20:01:57 20:01:57 #51 [security-secretstore-setup internal] load build context 20:01:57 #51 ... 20:01:57 20:01:57 #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:01:57 #101 DONE 1.2s 20:01:57 20:01:57 #51 [security-secretstore-setup internal] load build context 20:01:57 #51 ... 20:01:57 20:01:57 #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:01:57 #102 DONE 1.1s 20:01:57 20:01:57 #51 [security-secretstore-setup internal] load build context 20:01:57 #51 transferring context: 212.04MB 72.3s 20:01:57 #51 ... 20:01:57 20:01:57 #48 [core-data internal] load build context 20:01:57 #48 ... 20:01:57 20:01:57 #55 [security-spiffe-token-provider internal] load build context 20:01:57 #55 ... 20:01:57 20:01:57 #51 [security-secretstore-setup internal] load build context 20:01:58 #51 ... 20:01:58 20:01:58 #59 [security-proxy-setup internal] load build context 20:01:58 #59 ... 20:01:58 20:01:58 #55 [security-spiffe-token-provider internal] load build context 20:01:58 #55 ... 20:01:58 20:01:58 #58 [security-proxy-auth internal] load build context 20:01:58 #58 ... 20:01:58 20:01:58 #51 [security-secretstore-setup internal] load build context 20:01:59 #51 ... 20:01:59 20:01:59 #43 [core-metadata internal] load build context 20:01:59 #43 ... 20:01:59 20:01:59 #51 [security-secretstore-setup internal] load build context 20:02:01 #51 ... 20:02:01 20:02:01 #103 [security-spire-server] exporting to image 20:02:01 #103 exporting layers 4.6s done 20:02:01 #103 writing image sha256:9b7b4ad875d2ea9bba6f4fbc408c9af3acbdd1e927a1a701a186d55369f80554 0.0s done 20:02:01 #103 naming to docker.io/library/security-spire-config-arm64 0.0s done 20:02:01 #103 writing image sha256:847c4fc400cb503054db482cc518b64453750ff195f82369f34d83c378900af1 0.1s done 20:02:01 #103 naming to docker.io/library/security-spire-agent-arm64 0.1s done 20:02:01 #103 writing image sha256:ef09049427ef4ee128fc64cd465809af76d515fa1a29c18634b2cc320da70f01 0.0s done 20:02:01 #103 naming to docker.io/library/security-spire-server-arm64 0.0s done 20:02:01 #103 DONE 5.8s 20:02:01 20:02:01 #51 [security-secretstore-setup internal] load build context 20:02:02 #51 transferring context: 233.76MB 77.4s 20:02:02 #51 ... 20:02:02 20:02:02 #45 [core-common-config-bootstrapper internal] load build context 20:02:02 #45 ... 20:02:02 20:02:02 #51 [security-secretstore-setup internal] load build context 20:02:02 #51 ... 20:02:02 20:02:02 #43 [core-metadata internal] load build context 20:02:02 #43 transferring context: 256.25MB 79.0s done 20:02:02 #43 DONE 79.9s 20:02:02 20:02:02 #51 [security-secretstore-setup internal] load build context 20:02:03 #51 ... 20:02:03 20:02:03 #47 [core-command internal] load build context 20:02:03 #47 transferring context: 256.25MB 80.0s done 20:02:03 #47 DONE 80.4s 20:02:03 20:02:03 #51 [security-secretstore-setup internal] load build context 20:02:03 #51 ... 20:02:03 20:02:03 #49 [support-scheduler internal] load build context 20:02:03 #49 ... 20:02:03 20:02:03 #33 [security-bootstrapper internal] load build context 20:02:03 #33 ... 20:02:03 20:02:03 #49 [support-scheduler internal] load build context 20:02:04 #49 ... 20:02:04 20:02:04 #50 [support-notifications internal] load build context 20:02:04 #50 ... 20:02:04 20:02:04 #49 [support-scheduler internal] load build context 20:02:04 #49 ... 20:02:04 20:02:04 #104 [core-metadata builder 4/7] COPY go.mod vendor* ./ 20:02:04 #104 DONE 1.7s 20:02:04 20:02:04 #49 [support-scheduler internal] load build context 20:02:06 #49 ... 20:02:06 20:02:06 #51 [security-secretstore-setup internal] load build context 20:02:06 #51 transferring context: 256.25MB 81.1s done 20:02:06 #51 DONE 81.6s 20:02:06 20:02:06 #49 [support-scheduler internal] load build context 20:02:07 #49 ... 20:02:07 20:02:07 #52 [core-keeper internal] load build context 20:02:07 #52 ... 20:02:07 20:02:07 #49 [support-scheduler internal] load build context 20:02:07 #49 ... 20:02:07 20:02:07 #50 [support-notifications internal] load build context 20:02:07 #50 transferring context: 256.25MB 82.8s done 20:02:07 #50 DONE 83.4s 20:02:07 20:02:07 #105 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 20:02:07 #105 DONE 1.3s 20:02:07 20:02:07 #106 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:07 #106 ... 20:02:07 20:02:07 #33 [security-bootstrapper internal] load build context 20:02:07 #33 transferring context: 256.25MB 85.0s done 20:02:07 #33 DONE 85.2s 20:02:07 20:02:07 #55 [security-spiffe-token-provider internal] load build context 20:02:07 #55 ... 20:02:07 20:02:07 #48 [core-data internal] load build context 20:02:08 #48 ... 20:02:08 20:02:08 #49 [support-scheduler internal] load build context 20:02:08 #49 ... 20:02:08 20:02:08 #59 [security-proxy-setup internal] load build context 20:02:08 #59 ... 20:02:08 20:02:08 #49 [support-scheduler internal] load build context 20:02:08 #49 ... 20:02:08 20:02:08 #48 [core-data internal] load build context 20:02:08 #48 transferring context: 256.25MB 84.5s done 20:02:08 #48 DONE 85.2s 20:02:08 20:02:08 #49 [support-scheduler internal] load build context 20:02:08 #49 ... 20:02:08 20:02:08 #107 [support-notifications builder 4/7] COPY go.mod vendor* ./ 20:02:08 #107 DONE 1.2s 20:02:08 20:02:08 #49 [support-scheduler internal] load build context 20:02:09 #49 ... 20:02:09 20:02:09 #58 [security-proxy-auth internal] load build context 20:02:09 #58 ... 20:02:09 20:02:09 #49 [support-scheduler internal] load build context 20:02:09 #49 transferring context: 256.25MB 85.3s done 20:02:09 #49 DONE 85.6s 20:02:09 20:02:09 #58 [security-proxy-auth internal] load build context 20:02:09 #58 ... 20:02:09 20:02:09 #45 [core-common-config-bootstrapper internal] load build context 20:02:09 #45 transferring context: 256.25MB 85.9s done 20:02:09 #45 DONE 86.1s 20:02:09 20:02:09 #58 [security-proxy-auth internal] load build context 20:02:14 #58 ... 20:02:14 20:02:14 #108 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:14 #108 ... 20:02:14 20:02:14 #58 [security-proxy-auth internal] load build context 20:02:14 #58 transferring context: 157.77MB 87.8s 20:02:17 #58 ... 20:02:17 20:02:17 #52 [core-keeper internal] load build context 20:02:17 #52 transferring context: 256.25MB 91.2s done 20:02:17 #52 DONE 92.3s 20:02:17 20:02:17 #58 [security-proxy-auth internal] load build context 20:02:18 #58 ... 20:02:18 20:02:18 #55 [security-spiffe-token-provider internal] load build context 20:02:18 #55 transferring context: 256.25MB 92.6s done 20:02:18 #55 DONE 93.2s 20:02:18 20:02:18 #58 [security-proxy-auth internal] load build context 20:02:18 #58 ... 20:02:18 20:02:18 #59 [security-proxy-setup internal] load build context 20:02:18 #59 ... 20:02:18 20:02:18 #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ 20:02:18 #109 DONE 1.2s 20:02:18 20:02:18 #59 [security-proxy-setup internal] load build context 20:02:18 #59 ... 20:02:18 20:02:18 #110 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:18 #110 ... 20:02:18 20:02:18 #111 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:18 #111 ... 20:02:18 20:02:18 #59 [security-proxy-setup internal] load build context 20:02:19 #59 ... 20:02:19 20:02:19 #112 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 20:02:19 #112 DONE 0.7s 20:02:19 20:02:19 #59 [security-proxy-setup internal] load build context 20:02:21 #59 transferring context: 256.25MB 94.6s done 20:02:21 #59 DONE 95.1s 20:02:21 20:02:21 #58 [security-proxy-auth internal] load build context 20:02:22 #58 transferring context: 256.25MB 95.6s done 20:02:22 #58 DONE 96.2s 20:02:22 20:02:22 #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #113 ... 20:03:30 20:03:30 #106 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #106 DONE 76.9s 20:03:30 20:03:30 #111 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #111 DONE 75.8s 20:03:30 20:03:30 #108 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #108 DONE 79.7s 20:03:30 20:03:30 #114 [support-notifications builder 6/7] COPY . . 20:03:30 #114 ... 20:03:30 20:03:30 #110 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #110 DONE 67.7s 20:03:30 20:03:30 #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #113 DONE 67.3s 20:03:30 20:03:30 #115 [security-spiffe-token-provider builder 6/7] COPY . . 20:03:30 #115 ... 20:03:30 20:03:30 #116 [security-proxy-setup builder 6/7] COPY . . 20:03:30 #116 CACHED 20:03:30 20:03:30 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #117 CACHED 20:03:30 20:03:30 #118 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 20:03:30 #118 CACHED 20:03:30 20:03:30 #119 [security-proxy-auth builder 6/7] COPY . . 20:03:30 #119 CACHED 20:03:30 20:03:30 #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 20:03:30 #120 CACHED 20:03:30 20:03:30 #121 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #121 CACHED 20:03:30 20:03:30 #122 [core-keeper builder 7/8] COPY . . 20:03:30 #122 DONE 2.9s 20:03:30 20:03:30 #114 [support-notifications builder 6/7] COPY . . 20:03:30 #114 DONE 4.7s 20:03:30 20:03:30 #123 [security-secretstore-setup builder 6/7] COPY . . 20:03:30 #123 DONE 4.8s 20:03:30 20:03:30 #124 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 20:03:30 #124 CACHED 20:03:30 20:03:30 #125 [support-scheduler builder 6/7] COPY . . 20:03:30 #125 CACHED 20:03:30 20:03:30 #126 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #126 CACHED 20:03:30 20:03:30 #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #127 CACHED 20:03:30 20:03:30 #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:03:30 #128 CACHED 20:03:30 20:03:30 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 20:03:30 #129 CACHED 20:03:30 20:03:30 #130 [core-data builder 4/7] COPY go.mod vendor* ./ 20:03:30 #130 CACHED 20:03:30 20:03:30 #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #131 CACHED 20:03:30 20:03:30 #132 [core-data builder 6/7] COPY . . 20:03:30 #132 CACHED 20:03:30 20:03:30 #133 [core-metadata builder 6/7] COPY . . 20:03:30 #133 DONE 4.8s 20:03:30 20:03:30 #134 [core-command builder 4/7] COPY go.mod vendor* ./ 20:03:30 #134 CACHED 20:03:30 20:03:30 #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #135 CACHED 20:03:30 20:03:30 #136 [core-command builder 6/7] COPY . . 20:03:30 #136 CACHED 20:03:30 20:03:30 #137 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 20:03:30 #137 CACHED 20:03:30 20:03:30 #138 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 #138 CACHED 20:03:30 20:03:30 #139 [security-bootstrapper builder 6/7] COPY . . 20:03:30 #139 CACHED 20:03:30 20:03:30 #115 [security-spiffe-token-provider builder 6/7] COPY . . 20:03:30 #115 DONE 3.0s 20:03:30 20:03:30 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:03:34 #140 ... 20:03:34 20:03:34 #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:03:34 #0 5.238 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 20:03:35 #141 ... 20:03:35 20:03:35 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:03:35 #140 5.907 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 20:03:39 #140 ... 20:03:39 20:03:39 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:03:39 #0 4.480 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 20:03:39 #142 ... 20:03:39 20:03:39 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:03:39 #0 5.751 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 20:03:39 #143 ... 20:03:39 20:03:39 #144 [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:03:39 #0 5.338 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 20:03:39 #144 ... 20:03:39 20:03:39 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:03:39 #0 5.078 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 20:03:39 #145 ... 20:03:39 20:03:39 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:03:39 #0 4.794 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 20:03:39 #146 ... 20:03:39 20:03:39 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:03:39 #0 5.577 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 20:03:40 #147 ... 20:03:40 20:03:40 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:03:40 #0 5.180 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 20:03:40 #148 ... 20:03:40 20:03:40 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:03:40 #0 5.755 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 20:03:40 #149 ... 20:03:40 20:03:40 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:03:40 #0 5.808 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 20:03:40 #150 ... 20:03:40 20:03:40 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:03:40 #0 4.836 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:21:33 #151 ... 20:21:33 20:21:33 #144 [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:21:33 #144 1070.0 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:21:33 #144 ... 20:21:33 20:21:33 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 20:21:33 #146 DONE 1075.5s 20:21:33 20:21:33 #144 [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:21:33 #144 ... 20:21:33 20:21:33 #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 20:21:33 #152 DONE 0.4s 20:21:33 20:21:33 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:21:33 #150 ... 20:21:33 20:21:33 #153 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 20:21:33 #153 DONE 0.2s 20:21:33 20:21:33 #154 [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:21:33 #154 DONE 0.2s 20:21:33 20:21:33 #155 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:21:33 #155 DONE 0.1s 20:21:33 20:21:33 #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:21:33 #156 DONE 0.3s 20:21:33 20:21:33 #157 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:21:33 #157 DONE 0.1s 20:21:33 20:21:33 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:21:33 #147 ... 20:21:33 20:21:33 #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:21:33 #158 ... 20:21:33 20:21:33 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 20:21:33 #149 DONE 1078.9s 20:21:33 20:21:33 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:21:33 #140 ... 20:21:33 20:21:33 #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 20:21:33 #159 DONE 0.2s 20:21:33 20:21:33 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:21:33 #160 ... 20:21:33 20:21:33 #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:21:33 #158 DONE 3.1s 20:21:33 20:21:33 #103 [security-proxy-setup] exporting to image 20:21:33 #103 exporting layers 20:21:33 #103 exporting layers 1.5s done 20:21:33 #103 writing image sha256:29bfea0541feda03c805a58a0df5bc8dbe675ee930a97e806de5f7aa717fc256 done 20:21:33 #103 naming to docker.io/library/security-proxy-setup-arm64 done 20:21:33 #103 DONE 7.3s 20:21:33 20:21:33 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:21:33 #147 ... 20:21:33 20:21:33 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 20:21:33 #160 DONE 2.3s 20:21:33 20:21:33 #161 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 20:21:33 #161 DONE 0.3s 20:21:33 20:21:33 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:21:33 #39 ... 20:21:33 20:21:33 #162 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 20:21:33 #162 DONE 0.2s 20:21:33 20:21:33 #163 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:21:33 #163 DONE 0.2s 20:21:33 20:21:33 #164 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:21:33 #164 DONE 0.1s 20:21:33 20:21:33 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:21:33 #145 ... 20:21:33 20:21:33 #165 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 20:21:33 #165 DONE 0.1s 20:21:33 20:21:33 #166 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 20:21:33 #166 DONE 0.2s 20:21:33 20:21:33 #167 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 20:21:33 #167 DONE 0.2s 20:21:33 20:21:33 #168 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:21:33 #168 DONE 0.2s 20:21:33 20:21:33 #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:21:33 #141 ... 20:21:33 20:21:33 #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 20:21:35 #169 DONE 2.0s 20:21:35 20:21:35 #103 [security-bootstrapper] exporting to image 20:21:36 #103 exporting layers 1.1s done 20:21:36 #103 writing image sha256:502c53d0b0c3f3948e02d07d2dbc2078b54614cf1388d32392bb021c8cc3033e done 20:21:36 #103 naming to docker.io/library/security-bootstrapper-arm64 done 20:21:36 #103 DONE 8.4s 20:21:36 20:21:36 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:21:41 #142 ... 20:21:41 20:21:41 #144 [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:21:41 #144 DONE 1091.5s 20:21:41 20:21:41 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:21:41 #150 ... 20:21:41 20:21:41 #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 20:21:41 #170 DONE 0.2s 20:21:41 20:21:41 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 20:21:41 #171 DONE 0.1s 20:21:41 20:21:41 #172 [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:21:42 #172 DONE 0.2s 20:21:42 20:21:42 #173 [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:21:42 #173 DONE 0.1s 20:21:42 20:21:42 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:21:42 #174 DONE 0.1s 20:21:42 20:21:42 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:21:42 #175 DONE 0.3s 20:21:42 20:21:42 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:21:42 #151 ... 20:21:42 20:21:42 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:21:42 #176 DONE 0.3s 20:21:42 20:21:42 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:21:42 #150 ... 20:21:42 20:21:42 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:21:42 #177 DONE 0.1s 20:21:43 20:21:43 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:21:45 #178 DONE 2.3s 20:21:45 20:21:45 #103 [security-secretstore-setup] exporting to image 20:21:45 #103 exporting layers 20:21:46 #103 exporting layers 1.4s done 20:21:46 #103 writing image sha256:9543396fceffa40fc30bf523898b2b804d7fd6b75a7661b6e2d0ab85a287d74d 0.0s done 20:21:46 #103 naming to docker.io/library/security-secretstore-setup-arm64 done 20:21:46 #103 DONE 9.8s 20:21:46 20:21:46 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:22:33 #150 ... 20:22:33 20:22:33 #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:22:33 #141 DONE 1140.5s 20:22:33 20:22:33 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:22:33 #151 ... 20:22:33 20:22:33 #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:22:33 #179 DONE 0.2s 20:22:33 20:22:33 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:22:33 #145 ... 20:22:33 20:22:33 #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:22:33 #180 DONE 0.1s 20:22:33 20:22:33 #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:22:33 #181 DONE 0.3s 20:22:33 20:22:33 #182 [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:22:33 #182 DONE 0.4s 20:22:33 20:22:33 #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:22:33 #183 DONE 0.1s 20:22:33 20:22:33 #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:22:34 #184 DONE 2.1s 20:22:34 20:22:34 #103 [core-common-config-bootstrapper] exporting to image 20:22:34 #103 exporting layers 20:22:34 #103 exporting layers 0.7s done 20:22:34 #103 writing image sha256:d85e494c9cf7e84a433afa8e48059a404e108c9cafa3d87642291d54eae38be7 done 20:22:34 #103 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 20:22:34 #103 DONE 10.6s 20:22:34 20:22:34 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:24:41 #140 DONE 1257.2s 20:24:41 20:24:41 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:24:41 #145 ... 20:24:41 20:24:41 #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:24:41 #185 DONE 0.3s 20:24:41 20:24:41 #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:24:41 #186 DONE 0.1s 20:24:41 20:24:41 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:24:41 #150 ... 20:24:41 20:24:41 #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:24:41 #187 DONE 0.3s 20:24:41 20:24:41 #188 [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:24:41 #188 DONE 0.1s 20:24:41 20:24:41 #103 [security-spiffe-token-provider] exporting to image 20:24:41 #103 exporting layers 20:24:41 #103 exporting layers 0.8s done 20:24:41 #103 writing image sha256:4f8bbc4def5dfe50a534ea04ff39f506d6cd7640922c3fa4c9f28b0ef57539ed done 20:24:41 #103 naming to docker.io/library/security-spiffe-token-provider-arm64 done 20:24:41 #103 DONE 11.4s 20:24:41 20:24:41 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:31:18 #145 ... 20:31:18 20:31:18 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 20:31:18 #143 DONE 1656.0s 20:31:18 20:31:18 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:31:18 #148 ... 20:31:18 20:31:18 #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:31:18 #189 DONE 0.2s 20:31:18 20:31:18 #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:31:18 #190 DONE 0.2s 20:31:18 20:31:18 #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:31:18 #191 DONE 0.3s 20:31:18 20:31:18 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:31:18 #192 DONE 0.1s 20:31:18 20:31:18 #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:31:18 #193 DONE 0.1s 20:31:18 20:31:18 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:31:18 #151 ... 20:31:18 20:31:18 #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:31:18 #194 DONE 1.9s 20:31:18 20:31:18 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:31:18 #150 ... 20:31:18 20:31:18 #103 [security-proxy-auth] exporting to image 20:31:18 #103 exporting layers 20:31:18 #103 exporting layers 0.8s done 20:31:18 #103 writing image sha256:d3a64f629b037c515d6d2cc97d756fa7d04cd94e1335949f66be28e3f6ef88b7 done 20:31:18 #103 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 20:31:18 #103 DONE 12.2s 20:31:18 20:31:18 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:32:05 #145 ... 20:32:05 20:32:05 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 20:32:05 #147 DONE 1713.1s 20:32:05 20:32:05 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:32:05 #150 ... 20:32:05 20:32:05 #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 20:32:05 #195 DONE 0.2s 20:32:05 20:32:05 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:32:05 #151 ... 20:32:05 20:32:05 #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 20:32:05 #196 DONE 0.3s 20:32:05 20:32:05 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:32:05 #197 DONE 0.5s 20:32:05 20:32:05 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:32:05 #198 DONE 0.1s 20:32:05 20:32:05 #103 [core-command] exporting to image 20:32:05 #103 exporting layers 20:32:05 #103 exporting layers 0.4s done 20:32:05 #103 writing image sha256:9cbc62648cd3fe16505dea6302ad57b35f8167f11edde78d5885b04fab484b4b done 20:32:05 #103 naming to docker.io/library/core-command-arm64 done 20:32:05 #103 DONE 12.6s 20:32:05 20:32:05 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 20:32:13 #150 DONE 1723.8s 20:32:13 20:32:13 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:32:13 #148 ... 20:32:13 20:32:13 #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:32:14 #199 DONE 0.3s 20:32:14 20:32:14 #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:32:14 #200 DONE 0.2s 20:32:14 20:32:14 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:32:14 #201 DONE 0.5s 20:32:14 20:32:14 #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:32:14 #202 DONE 0.1s 20:32:14 20:32:14 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:32:14 #151 ... 20:32:14 20:32:14 #103 [core-data] exporting to image 20:32:14 #103 exporting layers 20:32:15 #103 exporting layers 0.6s done 20:32:15 #103 writing image sha256:b2216ae7bb4ba3700ccb883a6942bbfe86be32bb26533e4c1bad666fea19af91 done 20:32:15 #103 naming to docker.io/library/core-data-arm64 done 20:32:15 #103 DONE 13.2s 20:32:15 20:32:15 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:32:17 #39 ... 20:32:17 20:32:17 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 20:32:17 #145 DONE 1728.1s 20:32:17 20:32:17 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:32:18 #148 ... 20:32:18 20:32:18 #203 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 20:32:18 #203 DONE 0.1s 20:32:18 20:32:18 #204 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 20:32:18 #204 DONE 0.5s 20:32:18 20:32:18 #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 20:32:18 #205 DONE 0.1s 20:32:18 20:32:18 #103 [core-keeper] exporting to image 20:32:19 #103 exporting layers 0.5s done 20:32:19 #103 writing image sha256:d1ac4f2210fa9d87a42264e5f5a1748ba9a29737cc8a9365768fc267d7934dbc done 20:32:19 #103 naming to docker.io/library/core-keeper-arm64 done 20:32:19 #103 DONE 13.7s 20:32:19 20:32:19 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:32:20 #142 ... 20:32:20 20:32:20 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 20:32:20 #148 DONE 1731.4s 20:32:20 20:32:20 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:32:21 #151 ... 20:32:21 20:32:21 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 20:32:21 #206 DONE 0.2s 20:32:21 20:32:21 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:32:21 #151 ... 20:32:21 20:32:21 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 20:32:21 #207 DONE 0.2s 20:32:21 20:32:21 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:32:22 #208 DONE 0.4s 20:32:22 20:32:22 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:32:22 #209 DONE 0.1s 20:32:22 20:32:22 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:32:22 #151 ... 20:32:22 20:32:22 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:32:22 #210 DONE 0.1s 20:32:22 20:32:22 #103 [core-metadata] exporting to image 20:32:22 #103 exporting layers 0.6s done 20:32:22 #103 writing image sha256:da3468ad347b2f920936f5c6e375a22ffdbd99e06d24ee7a037885572314c351 done 20:32:22 #103 naming to docker.io/library/core-metadata-arm64 done 20:32:22 #103 DONE 14.2s 20:32:22 20:32:22 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:32:49 #39 ... 20:32:49 20:32:49 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 20:32:49 #142 DONE 1758.1s 20:32:49 20:32:49 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 20:32:49 #151 DONE 1758.0s 20:32:49 20:32:49 #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:32:49 #211 DONE 0.2s 20:32:49 20:32:49 #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:32:49 #212 DONE 0.1s 20:32:49 20:32:49 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:32:49 #39 ... 20:32:49 20:32:49 #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:32:49 #213 ... 20:32:49 20:32:49 #214 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 20:32:49 #214 DONE 0.1s 20:32:49 20:32:49 #215 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 20:32:49 #215 DONE 0.1s 20:32:49 20:32:49 #216 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:32:49 #216 DONE 0.4s 20:32:49 20:32:49 #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:32:49 #213 DONE 0.5s 20:32:49 20:32:49 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:32:49 #217 DONE 0.1s 20:32:49 20:32:49 #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:32:49 #218 DONE 0.1s 20:32:49 20:32:49 #103 [support-scheduler] exporting to image 20:32:49 #103 exporting layers 20:32:49 #103 exporting layers 0.4s done 20:32:49 #103 writing image sha256:734dcb85942763b63f80e0e01dfa536065198f7174edeab5097c6deafb4e2865 done 20:32:49 #103 naming to docker.io/library/support-scheduler-arm64 done 20:32:49 #103 exporting layers 0.6s done 20:32:49 #103 writing image sha256:25c8d5d750bffac8485f5859a50ce07b1ebeee306ead7e8ce9d5eef28c28cf68 done 20:32:49 #103 naming to docker.io/library/support-notifications-arm64 done 20:32:49 #103 DONE 14.9s 20:32:49 20:32:49 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 20:32:49 time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 20:32:49 $ docker stop --time=1 0a357d7945aed3006a9a64197bbffa665ae02cc29b506355681acda03bf883f0 20:32:51 $ docker rm -f --volumes 0a357d7945aed3006a9a64197bbffa665ae02cc29b506355681acda03bf883f0 [Pipeline] // withDockerContainer [Pipeline] sh 20:32:51 + docker images 20:32:51 REPOSITORY TAG IMAGE ID CREATED SIZE 20:32:51 support-scheduler-arm64 latest 734dcb859427 3 seconds ago 42.4MB 20:32:51 support-notifications-arm64 latest 25c8d5d750bf 3 seconds ago 43.3MB 20:32:51 core-metadata-arm64 latest da3468ad347b 29 seconds ago 40.3MB 20:32:51 core-keeper-arm64 latest d1ac4f2210fa 33 seconds ago 35.2MB 20:32:51 core-data-arm64 latest b2216ae7bb4b 37 seconds ago 40.2MB 20:32:51 core-command-arm64 latest 9cbc62648cd3 48 seconds ago 39.9MB 20:32:51 security-proxy-auth-arm64 latest d3a64f629b03 About a minute ago 37.4MB 20:32:51 security-spiffe-token-provider-arm64 latest 4f8bbc4def5d 8 minutes ago 34.1MB 20:32:51 core-common-config-bootstrapper-arm64 latest d85e494c9cf7 10 minutes ago 20.1MB 20:32:51 security-secretstore-setup-arm64 latest 9543396fceff 11 minutes ago 41.5MB 20:32:51 security-bootstrapper-arm64 latest 502c53d0b0c3 11 minutes ago 23.7MB 20:32:51 security-proxy-setup-arm64 latest 29bfea0541fe 11 minutes ago 31MB 20:32:51 security-spire-agent-arm64 latest 847c4fc400cb 30 minutes ago 157MB 20:32:51 security-spire-server-arm64 latest ef09049427ef 30 minutes ago 102MB 20:32:51 security-spire-config-arm64 latest 9b7b4ad875d2 30 minutes ago 101MB 20:32:51 ci-base-image-arm64 latest 4255e3fcd9a8 48 minutes ago 962MB 20:32:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB 20:32:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 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:32:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:32:52 20:32:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:32:53 arm64: Pulling from edgex-lftools-log-publisher 20:32:53 8998bd30e6a1: Pulling fs layer 20:32:53 04944245beec: Pulling fs layer 20:32:53 699f458cf7ca: Pulling fs layer 20:32:53 765212b225bb: Pulling fs layer 20:32:53 f23df028b6ca: Pulling fs layer 20:32:53 d65c8cfc05b1: Pulling fs layer 20:32:53 2437ff75d9bd: Pulling fs layer 20:32:53 765212b225bb: Waiting 20:32:53 d65c8cfc05b1: Waiting 20:32:53 f23df028b6ca: Waiting 20:32:53 04944245beec: Verifying Checksum 20:32:53 04944245beec: Download complete 20:32:53 765212b225bb: Download complete 20:32:53 f23df028b6ca: Verifying Checksum 20:32:53 f23df028b6ca: Download complete 20:32:53 d65c8cfc05b1: Verifying Checksum 20:32:53 d65c8cfc05b1: Download complete 20:32:53 699f458cf7ca: Verifying Checksum 20:32:53 699f458cf7ca: Download complete 20:32:54 8998bd30e6a1: Verifying Checksum 20:32:54 8998bd30e6a1: Download complete 20:32:56 2437ff75d9bd: Verifying Checksum 20:32:56 2437ff75d9bd: Download complete 20:32:58 8998bd30e6a1: Pull complete 20:32:59 04944245beec: Pull complete 20:33:00 699f458cf7ca: Pull complete 20:33:01 765212b225bb: Pull complete 20:33:02 f23df028b6ca: Pull complete 20:33:02 d65c8cfc05b1: Pull complete 20:33:20 2437ff75d9bd: Pull complete 20:33:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:33:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:33:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:33:20 prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container 20:33:20 $ 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:33:23 $ docker top 50d6c75e99f75af619dae79511d33ff13f343acb06bcbcfad7a9f68dfd632985 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:33:24 ---> job-cost.sh 20:33:24 lf-activate-venv: SKIPPING 20:33:24 INFO: No Stack... 20:33:25 INFO: Retrieving Pricing Info for: v3-standard-4 20:33:26 INFO: Archiving Costs [Pipeline] sh 20:33:26 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:33:26 + cut -d, -f6 [Pipeline] lock 20:33:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] 20:33:26 Resource [jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] did not exist. Created. 20:33:26 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:33:27 + echo total: 0.10999999940395355 [Pipeline] stash 20:33:27 Stashed 1 file(s) [Pipeline] } 20:33:27 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:33:28 $ docker stop --time=1 50d6c75e99f75af619dae79511d33ff13f343acb06bcbcfad7a9f68dfd632985 20:33:29 $ docker rm -f --volumes 50d6c75e99f75af619dae79511d33ff13f343acb06bcbcfad7a9f68dfd632985 [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:33:30 provisioning config files... 20:33:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9431185920057027106tmp [Pipeline] { [Pipeline] sh 20:33:31 + set +x 20:33:31 + + bashcurl -s -s -- https://codecov.io/bash 20:33:31 20:33:31 20:33:31 _____ _ 20:33:31 / ____| | | 20:33:31 | | ___ __| | ___ ___ _____ __ 20:33:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:33:31 | |___| (_) | (_| | __/ (_| (_) \ V / 20:33:31 \_____\___/ \__,_|\___|\___\___/ \_/ 20:33:31 Bash-1.0.6 20:33:31 20:33:31 20:33:31 ==> git version 2.25.1 found 20:33:31 ==> 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:33:31 Release-Date: 2020-01-08 20:33:31 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:33:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:33:31 ==> Jenkins CI detected. 20:33:31 current dir:  /w/workspace/edgex-go/1 20:33:31 project root: . 20:33:31 --> token set from env 20:33:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:33:31 ==> Running gcov in . (disable via -X gcov) 20:33:31 ==> Python coveragepy not found 20:33:31 ==> Searching for coverage reports in: 20:33:31 + . 20:33:31 -> Found 1 reports 20:33:31 ==> Detecting git/mercurial file structure 20:33:31 ==> Reading reports 20:33:31 + ./coverage.out bytes=481596 20:33:31 ==> Appending adjustments 20:33:31 https://docs.codecov.io/docs/fixing-reports 20:33:32 + Found adjustments 20:33:32 ==> Gzipping contents 20:33:32 60K /tmp/codecov.wwHEwD.gz 20:33:32 ==> Uploading reports 20:33:32 url: https://codecov.io 20:33:32 query: branch=PR-4818&commit=7e9da4165acc2ca2a160f579c3c921964e3d8559&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4818%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4818&job=&cmd_args= 20:33:32 -> Pinging Codecov 20:33:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4818&commit=7e9da4165acc2ca2a160f579c3c921964e3d8559&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4818%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4818&job=&cmd_args= 20:33:32 -> Uploading to 20:33:32 https://storage.googleapis.com/codecov/v4/raw/2024-07-05/00271124DB129430A58F1EEE437C3FCB/7e9da4165acc2ca2a160f579c3c921964e3d8559/8612f01c-8de3-46ee-8254-8e23cb6a5392.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240705%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240705T203332Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a612ecef3f8db6b27fc99c27ebde0ca1918307da8c52d35c4b29646e0d95943 20:33:32 % Total % Received % Xferd Average Speed Time Time Time Current 20:33:32 Dload Upload Total Spent Left Speed 20:33:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61280 0 0 100 61280 0 205k --:--:-- --:--:-- --:--:-- 205k 20:33:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] } 20:33:33 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:33:34 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:33:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:33:36 ---> package-listing.sh 20:33:36 ++ facter osfamily 20:33:36 ++ tr '[:upper:]' '[:lower:]' 20:33:36 + OS_FAMILY=debian 20:33:36 + workspace=/w/workspace/edgex-go/1 20:33:36 + START_PACKAGES=/tmp/packages_start.txt 20:33:36 + END_PACKAGES=/tmp/packages_end.txt 20:33:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:33:36 + PACKAGES=/tmp/packages_start.txt 20:33:36 + '[' /w/workspace/edgex-go/1 ']' 20:33:36 + PACKAGES=/tmp/packages_end.txt 20:33:36 + case "${OS_FAMILY}" in 20:33:36 + dpkg -l 20:33:36 + grep '^ii' 20:33:36 + '[' -f /tmp/packages_start.txt ']' 20:33:36 + '[' -f /tmp/packages_end.txt ']' 20:33:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:33:36 + '[' /w/workspace/edgex-go/1 ']' 20:33:36 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:33:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:33:36 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:33:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:33:37 20:33:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:33:37 latest: Pulling from edgex-lftools-log-publisher 20:33:37 5eb5b503b376: Pulling fs layer 20:33:37 5c69ac0246d0: Pulling fs layer 20:33:37 ec43610c2a17: Pulling fs layer 20:33:37 3a2ae6a8a46f: Pulling fs layer 20:33:37 33b1e0a273af: Pulling fs layer 20:33:37 5d3b04190fa2: Pulling fs layer 20:33:37 2f39f015ded8: Pulling fs layer 20:33:37 3a2ae6a8a46f: Waiting 20:33:37 33b1e0a273af: Waiting 20:33:37 5d3b04190fa2: Waiting 20:33:37 5c69ac0246d0: Download complete 20:33:37 3a2ae6a8a46f: Verifying Checksum 20:33:37 3a2ae6a8a46f: Download complete 20:33:37 33b1e0a273af: Verifying Checksum 20:33:37 33b1e0a273af: Download complete 20:33:37 5d3b04190fa2: Download complete 20:33:37 ec43610c2a17: Verifying Checksum 20:33:37 ec43610c2a17: Download complete 20:33:38 5eb5b503b376: Verifying Checksum 20:33:38 5eb5b503b376: Download complete 20:33:38 2f39f015ded8: Download complete 20:33:39 5eb5b503b376: Pull complete 20:33:39 5c69ac0246d0: Pull complete 20:33:39 ec43610c2a17: Pull complete 20:33:39 3a2ae6a8a46f: Pull complete 20:33:39 33b1e0a273af: Pull complete 20:33:40 5d3b04190fa2: Pull complete 20:33:43 2f39f015ded8: Pull complete 20:33:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:33:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:33:43 prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container 20:33:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:33:46 $ docker top fa7ae9efbeefac4dcb5dab04a3797ad097723bd6a52b274d3c7331ad12f54c59 -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:47 + touch /tmp/pre-build-complete [Pipeline] sh 20:33:47 + mkdir -p /var/log/sysstat [Pipeline] sh 20:33:47 + ls /var/log/sa-host 20:33:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:33:47 provisioning config files... 20:33:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4554057372132698301tmp [Pipeline] { [Pipeline] echo 20:33:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:33:48 ---> create-netrc.sh [Pipeline] } 20:33:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:33:48 ---> python-tools-install.sh [Pipeline] echo 20:33:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:33:49 ---> sudo-logs.sh 20:33:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:33:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:33:49 ---> job-cost.sh 20:33:49 lf-activate-venv: SKIPPING 20:33:49 DEBUG: total: 0.10999999940395355 20:33:49 INFO: Retrieving Stack Cost... 20:33:49 INFO: Retrieving Pricing Info for: v3-standard-8 20:33:50 INFO: Archiving Costs [Pipeline] echo 20:33:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:33:50 ---> logs-deploy.sh 20:33:50 lf-activate-venv: SKIPPING 20:33:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4818/1 20:33:50 INFO: archiving workspace using pattern(s): 20:33:51 Archives upload complete. 20:33:51 INFO: archiving logs to Nexus