Pull request #4774 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8+0d425ac2ae011753f394f0a7a36a0711b6bec884 (2c5d62394069eb389c86cafe7feac7c61605cbec) 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-ssh4715228912246066756.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5604497253579517958.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4774/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-4774/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2494823996819673689.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-4774/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14705321650474065601.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10907753981617816194.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-4774/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-4774/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11342355483136221068.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5565 in /w/workspace/edgexfoundry_edgex-go_PR-4774 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 0d425ac2ae011753f394f0a7a36a0711b6bec884 into PR head commit b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 Merge succeeded, producing b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 Checking out Revision b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 (PR-4774) > 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/4774/head:refs/remotes/origin/PR-4774 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 # 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 0d425ac2ae011753f394f0a7a36a0711b6bec884 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 # timeout=10 Commit message: "build(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-13T23:33:37.740Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-03-13T23:33:37.940Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-03-13T23:33:38.060Z] ========================================================= [2024-03-13T23:33:38.060Z] EdgeX Global Pipelines Version Info [2024-03-13T23:33:38.060Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-03-13T23:33:38.831Z] ------------------- [2024-03-13T23:33:38.831Z] stable info: [2024-03-13T23:33:38.831Z] ------------------- [2024-03-13T23:33:38.831Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-03-13T23:33:38.831Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-13T23:33:38.831Z] Message: update stable to v1.0.258 [2024-03-13T23:33:39.403Z] ------------------- [2024-03-13T23:33:39.403Z] experimental info: [2024-03-13T23:33:39.403Z] ------------------- [2024-03-13T23:33:39.403Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-03-13T23:33:39.403Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-13T23:33:39.403Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-03-13T23:33:39.616Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-03-13T23:33:39.676Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-03-13T23:33:39.738Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-03-13T23:33:39.797Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-03-13T23:33:39.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-03-13T23:33:39.918Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-03-13T23:33:39.976Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-03-13T23:33:40.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-03-13T23:33:40.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-03-13T23:33:40.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-03-13T23:33:40.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-03-13T23:33:40.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-03-13T23:33:40.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-03-13T23:33:40.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-03-13T23:33:40.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-03-13T23:33:40.532Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-03-13T23:33:40.599Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-03-13T23:33:40.659Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-03-13T23:33:40.724Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-03-13T23:33:40.794Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-03-13T23:33:40.874Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-03-13T23:33:40.952Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-03-13T23:33:41.049Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-03-13T23:33:41.131Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4774 [Pipeline] echo [2024-03-13T23:33:41.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4774 [Pipeline] echo [2024-03-13T23:33:41.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4774 [Pipeline] echo [2024-03-13T23:33:41.390Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 [Pipeline] echo [2024-03-13T23:33:41.475Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b543cd8 [Pipeline] echo [2024-03-13T23:33:41.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-13T23:33:41.840Z] provisioning config files... [2024-03-13T23:33:41.852Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17855977630952736978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-13T23:33:42.340Z] ---> ****-login.sh [2024-03-13T23:33:42.340Z] nexus3.edgexfoundry.org:10001 [2024-03-13T23:33:42.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:33:42.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:33:42.608Z] Configure a credential helper to remove this warning. See [2024-03-13T23:33:42.608Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:33:42.608Z] [2024-03-13T23:33:42.608Z] Login Succeeded [2024-03-13T23:33:42.608Z] nexus3.edgexfoundry.org:10002 [2024-03-13T23:33:42.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:33:42.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:33:42.869Z] Configure a credential helper to remove this warning. See [2024-03-13T23:33:42.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:33:42.869Z] [2024-03-13T23:33:42.869Z] Login Succeeded [2024-03-13T23:33:42.869Z] nexus3.edgexfoundry.org:10003 [2024-03-13T23:33:42.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:33:42.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:33:42.869Z] Configure a credential helper to remove this warning. See [2024-03-13T23:33:42.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:33:42.869Z] [2024-03-13T23:33:42.869Z] Login Succeeded [2024-03-13T23:33:42.869Z] nexus3.edgexfoundry.org:10004 [2024-03-13T23:33:42.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:33:43.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:33:43.129Z] Configure a credential helper to remove this warning. See [2024-03-13T23:33:43.129Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:33:43.129Z] [2024-03-13T23:33:43.129Z] Login Succeeded [2024-03-13T23:33:43.129Z] ****.io [2024-03-13T23:33:43.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:33:43.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:33:43.390Z] Configure a credential helper to remove this warning. See [2024-03-13T23:33:43.390Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:33:43.390Z] [2024-03-13T23:33:43.390Z] Login Succeeded [2024-03-13T23:33:43.391Z] ---> ****-login.sh ends [Pipeline] } [2024-03-13T23:33:43.430Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-13T23:33:43.917Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/core-command/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo core-command,cmd/core-command/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/core-data/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo core-data,cmd/core-data/Dockerfile [2024-03-13T23:33:43.917Z] + + dirname cmd/core-metadata/Dockerfile [2024-03-13T23:33:43.917Z] cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-03-13T23:33:43.917Z] + + dirname cmd/security-bootstrapper/Dockerfile [2024-03-13T23:33:43.917Z] cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/security-spire-agent/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/security-spire-config/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/security-spire-server/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/support-notifications/Dockerfile [2024-03-13T23:33:43.917Z] + cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-03-13T23:33:43.917Z] + dirname cmd/support-scheduler/Dockerfile+ [2024-03-13T23:33:43.917Z] cut -d/ -f2 [2024-03-13T23:33:43.917Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-03-13T23:33:44.241Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-03-13T23:33:44.864Z] + git rev-list -1 --merges b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8~1..b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 [Pipeline] echo [2024-03-13T23:33:44.903Z] -----------> git rev-list -1 --merges b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8~1..b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 [false] [Pipeline] sh [2024-03-13T23:33:45.234Z] + git log --format=format:%s -1 b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 [Pipeline] echo [2024-03-13T23:33:45.263Z] ========================================================= [2024-03-13T23:33:45.263Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-03-13T23:33:45.263Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-03-13T23:33:45.753Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-13T23:33:45.753Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-03-13T23:33:45.753Z] + [ -e /tmp/ssh_known_hosts ] [2024-03-13T23:33:45.753Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-03-13T23:33:45.753Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-03-13T23:33:45.753Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-03-13T23:33:45.753Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:33:46.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-13T23:33:46.209Z] [2024-03-13T23:33:46.209Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:33:46.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-13T23:33:46.619Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-03-13T23:33:46.619Z] b85a868b505f: Pulling fs layer [2024-03-13T23:33:46.619Z] e2be974225ed: Pulling fs layer [2024-03-13T23:33:46.619Z] 339a4e72a1f5: Pulling fs layer [2024-03-13T23:33:46.619Z] 988bab9f4d93: Pulling fs layer [2024-03-13T23:33:46.619Z] 1469e6f7b9e6: Pulling fs layer [2024-03-13T23:33:46.619Z] eaf3925da568: Pulling fs layer [2024-03-13T23:33:46.619Z] bab4dde63d76: Pulling fs layer [2024-03-13T23:33:46.619Z] bde34c3a00c8: Pulling fs layer [2024-03-13T23:33:46.619Z] b352a97aabf1: Pulling fs layer [2024-03-13T23:33:46.619Z] 4872d77fe225: Pulling fs layer [2024-03-13T23:33:46.619Z] 5851b861e8e6: Pulling fs layer [2024-03-13T23:33:46.619Z] 4872d77fe225: Waiting [2024-03-13T23:33:46.619Z] 5851b861e8e6: Waiting [2024-03-13T23:33:46.619Z] 1469e6f7b9e6: Waiting [2024-03-13T23:33:46.619Z] 988bab9f4d93: Waiting [2024-03-13T23:33:46.619Z] b352a97aabf1: Waiting [2024-03-13T23:33:46.619Z] bde34c3a00c8: Waiting [2024-03-13T23:33:46.619Z] eaf3925da568: Waiting [2024-03-13T23:33:46.619Z] bab4dde63d76: Waiting [2024-03-13T23:33:46.619Z] e2be974225ed: Download complete [2024-03-13T23:33:46.619Z] 988bab9f4d93: Download complete [2024-03-13T23:33:46.619Z] 1469e6f7b9e6: Verifying Checksum [2024-03-13T23:33:46.619Z] 1469e6f7b9e6: Download complete [2024-03-13T23:33:46.884Z] eaf3925da568: Verifying Checksum [2024-03-13T23:33:46.884Z] eaf3925da568: Download complete [2024-03-13T23:33:46.884Z] 339a4e72a1f5: Verifying Checksum [2024-03-13T23:33:46.884Z] 339a4e72a1f5: Download complete [2024-03-13T23:33:46.884Z] bde34c3a00c8: Download complete [2024-03-13T23:33:46.884Z] b352a97aabf1: Verifying Checksum [2024-03-13T23:33:46.884Z] b352a97aabf1: Download complete [2024-03-13T23:33:46.884Z] 4872d77fe225: Verifying Checksum [2024-03-13T23:33:46.884Z] 4872d77fe225: Download complete [2024-03-13T23:33:46.884Z] 5851b861e8e6: Verifying Checksum [2024-03-13T23:33:46.884Z] 5851b861e8e6: Download complete [2024-03-13T23:33:46.884Z] b85a868b505f: Verifying Checksum [2024-03-13T23:33:46.884Z] b85a868b505f: Download complete [2024-03-13T23:33:47.144Z] bab4dde63d76: Verifying Checksum [2024-03-13T23:33:47.144Z] bab4dde63d76: Download complete [2024-03-13T23:33:48.082Z] b85a868b505f: Pull complete [2024-03-13T23:33:48.343Z] e2be974225ed: Pull complete [2024-03-13T23:33:48.602Z] 339a4e72a1f5: Pull complete [2024-03-13T23:33:48.862Z] 988bab9f4d93: Pull complete [2024-03-13T23:33:49.121Z] 1469e6f7b9e6: Pull complete [2024-03-13T23:33:49.121Z] eaf3925da568: Pull complete [2024-03-13T23:33:51.021Z] bab4dde63d76: Pull complete [2024-03-13T23:33:51.021Z] bde34c3a00c8: Pull complete [2024-03-13T23:33:51.280Z] b352a97aabf1: Pull complete [2024-03-13T23:33:51.849Z] 4872d77fe225: Pull complete [2024-03-13T23:33:52.109Z] 5851b861e8e6: Pull complete [2024-03-13T23:33:52.109Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-03-13T23:33:52.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-13T23:33:52.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-13T23:33:52.455Z] prd-ubuntu20.04-docker-8c-8g-5565 does not seem to be running inside a container [2024-03-13T23:33:52.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-03-13T23:33:56.400Z] $ docker top 2a138527cee5d6df3e6a4be0f1b018f14d002ed9e8690cf09a885db1d8db8447 -eo pid,comm [2024-03-13T23:33:56.625Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-03-13T23:33:56.625Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-13T23:33:56.841Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-13T23:33:56.841Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-13T23:33:56.975Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-13T23:33:56.978Z] $ docker exec 2a138527cee5d6df3e6a4be0f1b018f14d002ed9e8690cf09a885db1d8db8447 ssh-agent [2024-03-13T23:33:57.116Z] SSH_AUTH_SOCK=/tmp/ssh-g5AWPmwnCnBs/agent.32 [2024-03-13T23:33:57.116Z] SSH_AGENT_PID=38 [2024-03-13T23:33:57.124Z] Running ssh-add (command line suppressed) [2024-03-13T23:33:57.223Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9966432713454768467.key (/w/workspace/edgex-go/1@tmp/private_key_9966432713454768467.key) [2024-03-13T23:33:57.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-13T23:33:57.606Z] + git tag --points-at HEAD [Pipeline] } [2024-03-13T23:33:57.624Z] $ docker exec --env ******** --env ******** 2a138527cee5d6df3e6a4be0f1b018f14d002ed9e8690cf09a885db1d8db8447 ssh-agent -k [2024-03-13T23:33:57.734Z] unset SSH_AUTH_SOCK; [2024-03-13T23:33:57.735Z] unset SSH_AGENT_PID; [2024-03-13T23:33:57.735Z] echo Agent pid 38 killed; [2024-03-13T23:33:57.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-03-13T23:33:57.879Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-13T23:33:57.879Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-13T23:33:57.996Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-13T23:33:57.993Z] $ docker exec 2a138527cee5d6df3e6a4be0f1b018f14d002ed9e8690cf09a885db1d8db8447 ssh-agent [2024-03-13T23:33:58.113Z] SSH_AUTH_SOCK=/tmp/ssh-fn2gzgqkCqnw/agent.70 [2024-03-13T23:33:58.113Z] SSH_AGENT_PID=76 [2024-03-13T23:33:58.118Z] Running ssh-add (command line suppressed) [2024-03-13T23:33:58.211Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2273741518722979267.key (/w/workspace/edgex-go/1@tmp/private_key_2273741518722979267.key) [2024-03-13T23:33:58.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-13T23:33:58.628Z] + git semver init [2024-03-13T23:33:58.888Z] 2024-03-13 23:33:58,813 [run_init] DEBUG init version:0.0.0 force:False [2024-03-13T23:33:58.888Z] 2024-03-13 23:33:58,814 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-03-13T23:33:58.888Z] 2024-03-13 23:33:58,815 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-03-13T23:33:58.888Z] 2024-03-13 23:33:58,815 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,656 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,656 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4774 with force:False [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,656 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4774 [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,660 [execute] INFO git cat-file --batch-check [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,661 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,667 [execute] INFO git cat-file --batch [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,667 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-03-13T23:34:04.185Z] 2024-03-13 23:34:03,672 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4774 [2024-03-13T23:34:04.185Z] 0.0.0 [Pipeline] } [2024-03-13T23:34:04.205Z] $ docker exec --env ******** --env ******** 2a138527cee5d6df3e6a4be0f1b018f14d002ed9e8690cf09a885db1d8db8447 ssh-agent -k [2024-03-13T23:34:04.302Z] unset SSH_AUTH_SOCK; [2024-03-13T23:34:04.303Z] unset SSH_AGENT_PID; [2024-03-13T23:34:04.303Z] echo Agent pid 76 killed; [2024-03-13T23:34:04.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-13T23:34:04.817Z] + git semver [Pipeline] } [2024-03-13T23:34:05.101Z] $ docker stop --time=1 2a138527cee5d6df3e6a4be0f1b018f14d002ed9e8690cf09a885db1d8db8447 [2024-03-13T23:34:06.416Z] $ docker rm -f --volumes 2a138527cee5d6df3e6a4be0f1b018f14d002ed9e8690cf09a885db1d8db8447 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-13T23:34:06.859Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-03-13T23:34:07.269Z] Stashed 1 file(s) [Pipeline] echo [2024-03-13T23:34:07.287Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-13T23:34:08.438Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-03-13T23:34:08.472Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-13T23:34:08.534Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-13T23:34:08.593Z] ========================================================= [2024-03-13T23:34:08.593Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-03-13T23:34:08.593Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-03-13T23:34:08.959Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-13T23:34:08.959Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-03-13T23:34:08.959Z] 7264a8db6415: Pulling fs layer [2024-03-13T23:34:08.959Z] c4d48a809fc2: Pulling fs layer [2024-03-13T23:34:08.959Z] 4f1c88b9dad5: Pulling fs layer [2024-03-13T23:34:08.959Z] ad3a456e5733: Pulling fs layer [2024-03-13T23:34:08.959Z] 69c7f0334f64: Pulling fs layer [2024-03-13T23:34:08.959Z] 1f1c1a5573a3: Pulling fs layer [2024-03-13T23:34:08.959Z] ce7588e14bc9: Pulling fs layer [2024-03-13T23:34:08.959Z] b5e4710f87ac: Pulling fs layer [2024-03-13T23:34:08.959Z] 1f1c1a5573a3: Waiting [2024-03-13T23:34:08.959Z] ad3a456e5733: Waiting [2024-03-13T23:34:08.959Z] ce7588e14bc9: Waiting [2024-03-13T23:34:08.959Z] 69c7f0334f64: Waiting [2024-03-13T23:34:08.959Z] b5e4710f87ac: Waiting [2024-03-13T23:34:08.959Z] c4d48a809fc2: Verifying Checksum [2024-03-13T23:34:08.959Z] c4d48a809fc2: Download complete [2024-03-13T23:34:08.959Z] ad3a456e5733: Download complete [2024-03-13T23:34:08.959Z] 69c7f0334f64: Verifying Checksum [2024-03-13T23:34:08.959Z] 69c7f0334f64: Download complete [2024-03-13T23:34:08.959Z] 7264a8db6415: Verifying Checksum [2024-03-13T23:34:08.959Z] 7264a8db6415: Download complete [2024-03-13T23:34:08.959Z] 1f1c1a5573a3: Verifying Checksum [2024-03-13T23:34:08.959Z] 1f1c1a5573a3: Download complete [2024-03-13T23:34:09.220Z] 7264a8db6415: Pull complete [2024-03-13T23:34:09.220Z] b5e4710f87ac: Verifying Checksum [2024-03-13T23:34:09.220Z] b5e4710f87ac: Download complete [2024-03-13T23:34:09.220Z] c4d48a809fc2: Pull complete [2024-03-13T23:34:09.477Z] 4f1c88b9dad5: Verifying Checksum [2024-03-13T23:34:09.477Z] 4f1c88b9dad5: Download complete [2024-03-13T23:34:09.735Z] ce7588e14bc9: Verifying Checksum [2024-03-13T23:34:09.735Z] ce7588e14bc9: Download complete [2024-03-13T23:34:13.030Z] 4f1c88b9dad5: Pull complete [2024-03-13T23:34:13.030Z] ad3a456e5733: Pull complete [2024-03-13T23:34:13.030Z] 69c7f0334f64: Pull complete [2024-03-13T23:34:13.291Z] 1f1c1a5573a3: Pull complete [2024-03-13T23:34:15.819Z] ce7588e14bc9: Pull complete [2024-03-13T23:34:16.760Z] b5e4710f87ac: Pull complete [2024-03-13T23:34:16.760Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-03-13T23:34:16.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-13T23:34:16.760Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-03-13T23:34:17.142Z] + + docker build -t ci-base-image-x86_64 -f - . [2024-03-13T23:34:17.142Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-13T23:34:17.142Z] WORKDIR /edgex [2024-03-13T23:34:17.142Z] COPY go.mod . [2024-03-13T23:34:17.142Z] RUN go mod download [2024-03-13T23:34:18.078Z] Sending build context to Docker daemon 175.2MB [2024-03-13T23:34:18.078Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-13T23:34:18.078Z] ---> 88b5674ff536 [2024-03-13T23:34:18.078Z] Step 2/4 : WORKDIR /edgex [2024-03-13T23:34:22.756Z] Still waiting to schedule task [2024-03-13T23:34:22.756Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5566’ [2024-03-13T23:34:24.687Z] ---> Running in 19996e8e2e3c [2024-03-13T23:34:24.687Z] Removing intermediate container 19996e8e2e3c [2024-03-13T23:34:24.687Z] ---> 11958b16775f [2024-03-13T23:34:24.687Z] Step 3/4 : COPY go.mod . [2024-03-13T23:34:24.687Z] ---> 17f21ee16b83 [2024-03-13T23:34:24.687Z] Step 4/4 : RUN go mod download [2024-03-13T23:34:24.687Z] ---> Running in 209e12ce8d65 [2024-03-13T23:34:51.346Z] Removing intermediate container 209e12ce8d65 [2024-03-13T23:34:51.346Z] ---> 10c26629c659 [2024-03-13T23:34:51.346Z] Successfully built 10c26629c659 [2024-03-13T23:34:51.346Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:34:51.752Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-13T23:34:51.752Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-13T23:34:51.959Z] prd-ubuntu20.04-docker-8c-8g-5565 does not seem to be running inside a container [2024-03-13T23:34:51.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-03-13T23:34:52.791Z] $ docker top b5d568e9c056dd7d6e512dcbedd9aea65f6ee514791ff308a6b5befc5132c96a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-13T23:34:53.265Z] + go version [2024-03-13T23:34:53.265Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-03-13T23:34:53.310Z] $ docker stop --time=1 b5d568e9c056dd7d6e512dcbedd9aea65f6ee514791ff308a6b5befc5132c96a [2024-03-13T23:34:54.876Z] $ docker rm -f --volumes b5d568e9c056dd7d6e512dcbedd9aea65f6ee514791ff308a6b5befc5132c96a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:34:56.059Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-13T23:34:56.059Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-13T23:34:56.348Z] prd-ubuntu20.04-docker-8c-8g-5565 does not seem to be running inside a container [2024-03-13T23:34:56.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-03-13T23:34:57.063Z] $ docker top ac672696c71a35fa6ad68a98f76c73195b36c7f65f6e0c12896d1ad55e5016a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-13T23:34:57.252Z] ========================================================= [2024-03-13T23:34:57.252Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-03-13T23:34:57.252Z] ========================================================= [Pipeline] sh [2024-03-13T23:34:57.542Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-03-13T23:34:57.921Z] + make test [2024-03-13T23:34:57.921Z] go test -race -coverprofile=coverage.out ./... [2024-03-13T23:35:06.088Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-03-13T23:35:18.286Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-03-13T23:35:18.543Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-03-13T23:35:18.805Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-03-13T23:35:18.805Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-03-13T23:35:18.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-03-13T23:35:20.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-03-13T23:35:20.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-03-13T23:35:22.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.045s coverage: 28.7% of statements [2024-03-13T23:35:23.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements [2024-03-13T23:35:23.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-03-13T23:35:23.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-03-13T23:35:23.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-03-13T23:35:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-03-13T23:35:24.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-03-13T23:35:25.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-03-13T23:35:25.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:35:25.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-03-13T23:35:25.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-03-13T23:35:25.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-03-13T23:35:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-03-13T23:35:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-03-13T23:35:26.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.074s coverage: 69.2% of statements [2024-03-13T23:35:26.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.063s coverage: 53.2% of statements [2024-03-13T23:35:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.123s coverage: 93.4% of statements [2024-03-13T23:35:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.052s coverage: 4.1% of statements [2024-03-13T23:35:28.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-03-13T23:35:28.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:35:28.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-03-13T23:35:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-03-13T23:35:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-03-13T23:35:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-03-13T23:35:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-03-13T23:35:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-03-13T23:35:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-03-13T23:35:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-03-13T23:35:30.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.340s coverage: 97.6% of statements [2024-03-13T23:35:30.659Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.038s coverage: 72.2% of statements [2024-03-13T23:35:31.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-03-13T23:35:31.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-03-13T23:35:32.164Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.065s coverage: 0.9% of statements [2024-03-13T23:35:32.164Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.044s coverage: 32.2% of statements [2024-03-13T23:35:32.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.053s coverage: 41.7% of statements [2024-03-13T23:35:32.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.047s coverage: 82.9% of statements [2024-03-13T23:35:32.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.041s coverage: 94.1% of statements [2024-03-13T23:35:32.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.050s coverage: 96.3% of statements [2024-03-13T23:35:32.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.037s coverage: 87.5% of statements [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-03-13T23:35:33.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-03-13T23:35:34.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-03-13T23:35:34.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-03-13T23:35:34.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-03-13T23:35:34.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-03-13T23:35:34.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-03-13T23:35:34.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-03-13T23:35:35.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-03-13T23:35:36.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-03-13T23:35:37.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-03-13T23:35:38.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-03-13T23:35:38.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-03-13T23:35:41.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-03-13T23:35:41.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-03-13T23:35:41.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-03-13T23:35:42.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-03-13T23:35:42.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-03-13T23:35:42.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-03-13T23:35:43.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-03-13T23:35:43.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-03-13T23:35:43.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-03-13T23:35:43.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-03-13T23:35:44.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-03-13T23:35:44.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-03-13T23:35:44.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-03-13T23:35:44.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-03-13T23:35:45.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.046s coverage: 94.4% of statements [2024-03-13T23:35:45.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-03-13T23:35:45.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-03-13T23:35:45.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-03-13T23:35:45.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:35:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-03-13T23:35:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-03-13T23:35:47.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-03-13T23:35:47.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.252s coverage: 79.9% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.061s coverage: 92.9% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 64.4% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.048s coverage: 62.3% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.048s coverage: 87.2% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.029s coverage: 20.0% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.032s coverage: 100.0% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.081s coverage: 81.8% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.086s coverage: 82.1% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.040s coverage: 86.0% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.159s coverage: 63.1% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.019s coverage: 89.4% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.014s coverage: 100.0% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.179s coverage: 38.4% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.043s coverage: 89.5% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.036s coverage: 84.8% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.058s coverage: 19.9% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.114s coverage: 95.7% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.046s coverage: 61.8% of statements [2024-03-13T23:35:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.075s coverage: 98.9% of statements [2024-03-13T23:35:57.802Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-03-13T23:35:57.802Z] running golangci-lint [2024-03-13T23:35:58.061Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-03-13T23:35:58.061Z] go version go1.21.0 linux/amd64 [2024-03-13T23:35:58.319Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-03-13T23:35:58.319Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-03-13T23:36:13.209Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|imports|types_sizes|deps|exports_file|files|name) took 13.788784013s" [2024-03-13T23:36:13.209Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.289006ms" [2024-03-13T23:36:19.802Z] level=info msg="[linters_context/goanalysis] analyzers took 1m8.867284544s with top 10 stages: buildir: 31.066967213s, gosec: 6.254606326s, inspect: 1.877902988s, fact_deprecated: 1.790997164s, printf: 1.199217827s, ctrlflow: 1.154655348s, S1038: 713.74219ms, fact_purity: 700.986144ms, directives: 677.657734ms, nilness: 622.682047ms" [2024-03-13T23:36:19.802Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-03-13T23:36:19.802Z] level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 197/197, exclude-rules: 21/197, nolint: 0/21, autogenerated_exclude: 197/197, identifier_marker: 197/197, exclude: 197/197, cgo: 197/197, path_prettifier: 197/197, skip_files: 197/197, filename_unadjuster: 197/197" [2024-03-13T23:36:19.802Z] level=info msg="[runner] processing took 16.096345ms with stages: nolint: 6.975075ms, identifier_marker: 4.102035ms, path_prettifier: 1.446867ms, skip_dirs: 1.262186ms, autogenerated_exclude: 1.163261ms, exclude-rules: 1.024615ms, cgo: 66.444µs, filename_unadjuster: 51.662µs, max_same_issues: 860ns, diff: 590ns, fixer: 490ns, skip_files: 440ns, exclude: 310ns, uniq_by_line: 290ns, severity-rules: 250ns, source_code: 250ns, sort_results: 230ns, max_from_linter: 160ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, path_prefixer: 100ns" [2024-03-13T23:36:19.802Z] level=info msg="[runner] linters took 7.779788718s with stages: goanalysis_metalinter: 7.763582418s" [2024-03-13T23:36:19.802Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-03-13T23:36:19.802Z] level=info msg="Memory: 218 samples, avg is 222.5MB, max is 866.3MB" [2024-03-13T23:36:19.802Z] level=info msg="Execution took 21.613939812s" [2024-03-13T23:36:19.802Z] go vet ./... [2024-03-13T23:36:23.978Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-13T23:36:23.978Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-13T23:36:23.978Z] ./bin/test-attribution-txt.sh [2024-03-13T23:36:23.978Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-13T23:36:24.017Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-03-13T23:36:24.352Z] + ls -al . [2024-03-13T23:36:24.352Z] total 736 [2024-03-13T23:36:24.352Z] drwxrwxr-x 11 1001 1001 4096 Mar 13 23:34 . [2024-03-13T23:36:24.352Z] drwxr-xr-x 4 root root 4096 Mar 13 23:34 .. [2024-03-13T23:36:24.352Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 23:33 .blubracket [2024-03-13T23:36:24.352Z] -rw-rw-r-- 1 1001 1001 10 Mar 13 23:33 .dockerignore [2024-03-13T23:36:24.352Z] drwxrwxr-x 8 1001 1001 4096 Mar 13 23:35 .git [2024-03-13T23:36:24.352Z] drwxrwxr-x 3 1001 1001 4096 Mar 13 23:33 .github [2024-03-13T23:36:24.352Z] -rw-rw-r-- 1 1001 1001 1074 Mar 13 23:33 .gitignore [2024-03-13T23:36:24.352Z] -rw-rw-r-- 1 1001 1001 42 Mar 13 23:33 .golangci.yml [2024-03-13T23:36:24.352Z] -rw-rw-r-- 1 1001 1001 100 Mar 13 23:33 .hadolint.yml [2024-03-13T23:36:24.352Z] drwxr-xr-x 3 1001 1001 4096 Mar 13 23:34 .semver [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 155 Mar 13 23:33 .sonarcloud.properties [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 1171 Mar 13 23:33 ADOPTERS.md [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 11674 Mar 13 23:33 Attribution.txt [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 100284 Mar 13 23:33 CHANGELOG.md [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 3804 Mar 13 23:33 CONTRIBUTING.md [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 677 Mar 13 23:33 GOVERNANCE.md [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 861 Mar 13 23:33 Jenkinsfile [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 10775 Mar 13 23:33 LICENSE [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 15392 Mar 13 23:33 Makefile [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 582 Mar 13 23:33 OWNERS.md [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 9528 Mar 13 23:33 README.md [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 789 Mar 13 23:33 SECURITY.md [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 5 Mar 13 23:34 VERSION [2024-03-13T23:36:24.353Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 23:33 bin [2024-03-13T23:36:24.353Z] drwxrwxr-x 18 1001 1001 4096 Mar 13 23:33 cmd [2024-03-13T23:36:24.353Z] -rw-r--r-- 1 root root 453602 Mar 13 23:35 coverage.out [2024-03-13T23:36:24.353Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 23:33 fuzz_test [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 3734 Mar 13 23:33 go.mod [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 35731 Mar 13 23:33 go.sum [2024-03-13T23:36:24.353Z] drwxrwxr-x 7 1001 1001 4096 Mar 13 23:33 internal [2024-03-13T23:36:24.353Z] drwxrwxr-x 3 1001 1001 4096 Mar 13 23:33 openapi [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 584 Mar 13 23:33 security.txt [2024-03-13T23:36:24.353Z] -rw-rw-r-- 1 1001 1001 204 Mar 13 23:33 version.go [Pipeline] sh [2024-03-13T23:36:24.668Z] + '[' -e coverage.out ] [2024-03-13T23:36:24.669Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-03-13T23:36:24.792Z] Stashed 1 file(s) [Pipeline] sh [2024-03-13T23:36:25.093Z] + make build [2024-03-13T23:36:25.093Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-03-13T23:36:35.131Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-13T23:36:36.067Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-13T23:36:37.002Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-13T23:36:37.568Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-13T23:36:42.826Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-13T23:36:43.756Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-13T23:36:44.690Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-13T23:36:45.624Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-13T23:36:46.190Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-13T23:36:46.755Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-13T23:36:47.690Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-03-13T23:36:48.275Z] $ docker stop --time=1 ac672696c71a35fa6ad68a98f76c73195b36c7f65f6e0c12896d1ad55e5016a7 [2024-03-13T23:36:53.294Z] $ docker rm -f --volumes ac672696c71a35fa6ad68a98f76c73195b36c7f65f6e0c12896d1ad55e5016a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:36:54.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-13T23:36:54.819Z] [2024-03-13T23:36:54.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:36:55.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-13T23:36:55.232Z] latest: Pulling from edgex-devops/edgex-compose [2024-03-13T23:36:55.232Z] 91d30c5bc195: Pulling fs layer [2024-03-13T23:36:55.232Z] 2e9b0aa3be6d: Pulling fs layer [2024-03-13T23:36:55.232Z] 9c61dcf015f6: Pulling fs layer [2024-03-13T23:36:55.232Z] 4698f68db338: Pulling fs layer [2024-03-13T23:36:55.232Z] 2a2f49069b9e: Pulling fs layer [2024-03-13T23:36:55.232Z] e0025b399a48: Pulling fs layer [2024-03-13T23:36:55.232Z] 2a2f49069b9e: Waiting [2024-03-13T23:36:55.232Z] 4698f68db338: Waiting [2024-03-13T23:36:55.491Z] 91d30c5bc195: Download complete [2024-03-13T23:36:55.491Z] 4698f68db338: Verifying Checksum [2024-03-13T23:36:55.491Z] 4698f68db338: Download complete [2024-03-13T23:36:55.491Z] 2e9b0aa3be6d: Verifying Checksum [2024-03-13T23:36:55.491Z] 2e9b0aa3be6d: Download complete [2024-03-13T23:36:55.491Z] e0025b399a48: Verifying Checksum [2024-03-13T23:36:55.491Z] e0025b399a48: Download complete [2024-03-13T23:36:55.491Z] 91d30c5bc195: Pull complete [2024-03-13T23:36:55.753Z] 2a2f49069b9e: Verifying Checksum [2024-03-13T23:36:55.753Z] 2a2f49069b9e: Download complete [2024-03-13T23:36:55.753Z] 2e9b0aa3be6d: Pull complete [2024-03-13T23:36:56.010Z] 9c61dcf015f6: Verifying Checksum [2024-03-13T23:36:56.010Z] 9c61dcf015f6: Download complete [2024-03-13T23:36:58.534Z] 9c61dcf015f6: Pull complete [2024-03-13T23:36:58.534Z] 4698f68db338: Pull complete [2024-03-13T23:36:58.792Z] 2a2f49069b9e: Pull complete [2024-03-13T23:36:58.792Z] e0025b399a48: Pull complete [2024-03-13T23:36:58.792Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-03-13T23:36:58.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-03-13T23:36:58.792Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-13T23:36:59.122Z] prd-ubuntu20.04-docker-8c-8g-5565 does not seem to be running inside a container [2024-03-13T23:36:59.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-03-13T23:37:01.942Z] $ docker top c80b1dc79aef3555a9db58da67c0cbe2cf68098c735cccc19e2b4f52a30beb93 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-13T23:37:02.386Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-03-13T23:37:04.295Z] #1 [core-data internal] load build definition from Dockerfile [2024-03-13T23:37:04.295Z] #1 transferring dockerfile: 2.01kB done [2024-03-13T23:37:04.295Z] #1 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #2 [core-command internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #2 transferring dockerfile: 1.93kB done [2024-03-13T23:37:04.554Z] #2 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #3 transferring dockerfile: 1.89kB done [2024-03-13T23:37:04.554Z] #3 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #4 [support-notifications internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #4 transferring dockerfile: 1.95kB done [2024-03-13T23:37:04.554Z] #4 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #5 transferring dockerfile: 1.81kB done [2024-03-13T23:37:04.554Z] #5 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #6 [security-spire-server internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #6 transferring dockerfile: 1.70kB done [2024-03-13T23:37:04.554Z] #6 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #7 transferring dockerfile: 2.93kB done [2024-03-13T23:37:04.554Z] #7 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #8 [core-data internal] load .dockerignore [2024-03-13T23:37:04.554Z] #8 transferring context: 50B done [2024-03-13T23:37:04.554Z] #8 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #9 transferring dockerfile: 2.50kB done [2024-03-13T23:37:04.554Z] #9 DONE 0.1s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #10 [core-metadata internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #10 transferring dockerfile: 2.06kB done [2024-03-13T23:37:04.554Z] #10 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #11 transferring dockerfile: 2.15kB done [2024-03-13T23:37:04.554Z] #11 DONE 0.0s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #12 [support-scheduler internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #12 transferring dockerfile: 1.93kB done [2024-03-13T23:37:04.554Z] #12 DONE 0.1s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #13 transferring dockerfile: 2.23kB done [2024-03-13T23:37:04.554Z] #13 DONE 0.1s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #14 [security-spire-config internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #14 transferring dockerfile: 1.69kB done [2024-03-13T23:37:04.554Z] #14 DONE 0.1s [2024-03-13T23:37:04.554Z] [2024-03-13T23:37:04.554Z] #15 [security-secretstore-setup internal] load build definition from Dockerfile [2024-03-13T23:37:04.554Z] #15 transferring dockerfile: 2.49kB done [2024-03-13T23:37:04.554Z] #15 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #16 [core-command internal] load .dockerignore [2024-03-13T23:37:10.990Z] #16 transferring context: 50B done [2024-03-13T23:37:10.990Z] #16 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2024-03-13T23:37:10.990Z] #17 transferring context: 50B done [2024-03-13T23:37:10.990Z] #17 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #18 [support-notifications internal] load .dockerignore [2024-03-13T23:37:10.990Z] #18 transferring context: 50B done [2024-03-13T23:37:10.990Z] #18 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #19 [security-spire-agent internal] load .dockerignore [2024-03-13T23:37:10.990Z] #19 transferring context: 50B done [2024-03-13T23:37:10.990Z] #19 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #20 [security-spire-server internal] load .dockerignore [2024-03-13T23:37:10.990Z] #20 transferring context: 50B done [2024-03-13T23:37:10.990Z] #20 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #21 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-13T23:37:10.990Z] #21 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #22 [core-metadata internal] load .dockerignore [2024-03-13T23:37:10.990Z] #22 transferring context: 50B done [2024-03-13T23:37:10.990Z] #22 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #23 [security-bootstrapper internal] load .dockerignore [2024-03-13T23:37:10.990Z] #23 transferring context: 50B done [2024-03-13T23:37:10.990Z] #23 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #24 [security-proxy-auth internal] load .dockerignore [2024-03-13T23:37:10.990Z] #24 transferring context: 50B done [2024-03-13T23:37:10.990Z] #24 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #25 [security-proxy-setup internal] load .dockerignore [2024-03-13T23:37:10.990Z] #25 transferring context: 50B done [2024-03-13T23:37:10.990Z] #25 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #26 [support-scheduler internal] load .dockerignore [2024-03-13T23:37:10.990Z] #26 transferring context: 50B done [2024-03-13T23:37:10.990Z] #26 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2024-03-13T23:37:10.990Z] #27 transferring context: 50B done [2024-03-13T23:37:10.990Z] #27 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #28 [security-secretstore-setup internal] load .dockerignore [2024-03-13T23:37:10.990Z] #28 transferring context: 50B done [2024-03-13T23:37:10.990Z] #28 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #29 [security-spire-config internal] load .dockerignore [2024-03-13T23:37:10.990Z] #29 transferring context: 50B done [2024-03-13T23:37:10.990Z] #29 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #21 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-13T23:37:10.990Z] #21 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:37:10.990Z] #30 ... [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #21 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-03-13T23:37:10.990Z] #21 DONE 0.0s [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:37:10.990Z] #30 ... [2024-03-13T23:37:10.990Z] [2024-03-13T23:37:10.990Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-03-13T23:37:11.010Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5581 in /w/workspace/edgexfoundry_edgex-go_PR-4774 [Pipeline] { [2024-03-13T23:37:12.088Z] #31 DONE 6.0s [2024-03-13T23:37:12.088Z] [2024-03-13T23:37:12.088Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-03-13T23:37:12.088Z] #32 DONE 6.0s [2024-03-13T23:37:12.088Z] [2024-03-13T23:37:12.088Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:37:21.505Z] #30 DONE 7.3s [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:37:21.505Z] #33 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.1s done [2024-03-13T23:37:21.505Z] #33 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.1s done [2024-03-13T23:37:21.505Z] #33 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:37:21.505Z] #33 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:37:21.505Z] #33 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-03-13T23:37:21.505Z] #33 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-03-13T23:37:21.505Z] #33 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0B / 3.40MB 0.2s [2024-03-13T23:37:21.505Z] #33 ... [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #34 [security-spire-server internal] load build context [2024-03-13T23:37:21.505Z] #34 transferring context: 18.10kB 0.1s done [2024-03-13T23:37:21.505Z] #34 DONE 0.4s [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #35 [security-spire-config internal] load build context [2024-03-13T23:37:21.505Z] #35 transferring context: 16.35kB 0.1s done [2024-03-13T23:37:21.505Z] #35 DONE 0.4s [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:37:21.505Z] #33 ... [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #36 [security-spire-agent internal] load build context [2024-03-13T23:37:21.505Z] #36 transferring context: 17.63kB 0.1s done [2024-03-13T23:37:21.505Z] #36 DONE 0.4s [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:37:21.505Z] #33 ... [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-03-13T23:37:21.505Z] #37 DONE 1.6s [2024-03-13T23:37:21.505Z] [2024-03-13T23:37:21.505Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:37:21.505Z] #33 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0B / 3.40MB 5.3s [Pipeline] ws [2024-03-13T23:37:21.598Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-03-13T23:37:28.943Z] #33 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 9.4s [2024-03-13T23:37:28.943Z] #33 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #38 [security-secretstore-setup internal] load build context [2024-03-13T23:37:28.943Z] #38 transferring context: 310.79MB 8.2s done [2024-03-13T23:37:28.943Z] #38 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:37:28.943Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2024-03-13T23:37:28.943Z] #39 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-03-13T23:37:28.943Z] #39 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-03-13T23:37:28.943Z] #39 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-03-13T23:37:28.943Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-03-13T23:37:28.943Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s done [2024-03-13T23:37:28.943Z] #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-03-13T23:37:28.943Z] #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-03-13T23:37:28.943Z] #39 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.5s done [2024-03-13T23:37:28.943Z] #39 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.0s done [2024-03-13T23:37:28.943Z] #39 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-03-13T23:37:28.943Z] #39 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.9s done [2024-03-13T23:37:28.943Z] #39 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #40 [security-proxy-setup internal] load build context [2024-03-13T23:37:28.943Z] #40 transferring context: 310.79MB 8.2s done [2024-03-13T23:37:28.943Z] #40 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #41 [security-spiffe-token-provider internal] load build context [2024-03-13T23:37:28.943Z] #41 transferring context: 310.79MB 8.7s done [2024-03-13T23:37:28.943Z] #41 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #42 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:37:28.943Z] #42 transferring context: 310.79MB 8.3s done [2024-03-13T23:37:28.943Z] #42 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #43 [support-scheduler internal] load build context [2024-03-13T23:37:28.943Z] #43 transferring context: 310.79MB 7.7s done [2024-03-13T23:37:28.943Z] #43 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #44 [core-data internal] load build context [2024-03-13T23:37:28.943Z] #44 transferring context: 310.79MB 8.2s done [2024-03-13T23:37:28.943Z] #44 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #45 [security-bootstrapper internal] load build context [2024-03-13T23:37:28.943Z] #45 transferring context: 310.79MB 8.7s done [2024-03-13T23:37:28.943Z] #45 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:37:28.943Z] #46 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done [2024-03-13T23:37:28.943Z] #46 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-03-13T23:37:28.943Z] #46 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-03-13T23:37:28.943Z] #46 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-03-13T23:37:28.943Z] #46 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-03-13T23:37:28.943Z] #46 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2024-03-13T23:37:28.943Z] #46 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-03-13T23:37:28.943Z] #46 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-03-13T23:37:28.943Z] #46 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-03-13T23:37:28.943Z] #46 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.7s done [2024-03-13T23:37:28.943Z] #46 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.1s done [2024-03-13T23:37:28.943Z] #46 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.7s done [2024-03-13T23:37:28.943Z] #46 ... [2024-03-13T23:37:28.943Z] [2024-03-13T23:37:28.943Z] #47 [core-metadata internal] load build context [2024-03-13T23:37:28.943Z] #47 transferring context: 310.79MB 10.1s done [2024-03-13T23:37:29.006Z] The recommended git tool is: git [2024-03-13T23:37:29.757Z] #47 ... [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #48 [core-command internal] load build context [2024-03-13T23:37:29.757Z] #48 transferring context: 310.79MB 8.7s done [2024-03-13T23:37:29.757Z] #48 ... [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #49 [support-notifications internal] load build context [2024-03-13T23:37:29.757Z] #49 transferring context: 310.79MB 8.7s done [2024-03-13T23:37:29.757Z] #49 ... [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #50 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-03-13T23:37:29.757Z] #50 ... [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #51 [security-proxy-auth internal] load build context [2024-03-13T23:37:29.757Z] #51 transferring context: 310.79MB 8.6s done [2024-03-13T23:37:29.757Z] #51 ... [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:37:29.757Z] #33 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 11.7s done [2024-03-13T23:37:29.757Z] #33 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 [2024-03-13T23:37:29.757Z] #33 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-03-13T23:37:29.757Z] #33 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.2s done [2024-03-13T23:37:29.757Z] #33 ... [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #38 [security-secretstore-setup internal] load build context [2024-03-13T23:37:29.757Z] #38 DONE 17.2s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #43 [support-scheduler internal] load build context [2024-03-13T23:37:29.757Z] #43 DONE 17.2s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #40 [security-proxy-setup internal] load build context [2024-03-13T23:37:29.757Z] #40 DONE 17.2s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #42 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:37:29.757Z] #42 DONE 17.3s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #51 [security-proxy-auth internal] load build context [2024-03-13T23:37:29.757Z] #51 DONE 17.3s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #45 [security-bootstrapper internal] load build context [2024-03-13T23:37:29.757Z] #45 DONE 17.3s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #50 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-03-13T23:37:29.757Z] #50 DONE 15.9s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #49 [support-notifications internal] load build context [2024-03-13T23:37:29.757Z] #49 DONE 17.3s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #44 [core-data internal] load build context [2024-03-13T23:37:29.757Z] #44 DONE 17.2s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:37:29.757Z] #33 DONE 17.4s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #52 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-03-13T23:37:29.757Z] #52 ... [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #48 [core-command internal] load build context [2024-03-13T23:37:29.757Z] #48 DONE 17.3s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #41 [security-spiffe-token-provider internal] load build context [2024-03-13T23:37:29.757Z] #41 DONE 17.3s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #47 [core-metadata internal] load build context [2024-03-13T23:37:29.757Z] #47 DONE 17.3s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:37:29.757Z] #46 DONE 17.4s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:37:29.757Z] #39 DONE 17.5s [2024-03-13T23:37:29.757Z] [2024-03-13T23:37:29.757Z] #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-03-13T23:37:31.138Z] #53 1.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:31.781Z] #53 2.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.041Z] #53 ... [2024-03-13T23:37:32.041Z] [2024-03-13T23:37:32.041Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-13T23:37:32.041Z] #0 1.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.041Z] #0 2.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.041Z] #0 2.351 OK: 264 MiB in 52 packages [2024-03-13T23:37:32.041Z] #54 DONE 2.5s [2024-03-13T23:37:32.041Z] [2024-03-13T23:37:32.041Z] #55 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:37:32.642Z] #55 ... [2024-03-13T23:37:32.642Z] [2024-03-13T23:37:32.642Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-13T23:37:32.642Z] #0 1.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 2.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 2.271 (1/2) Installing ca-certificates (20230506-r0) [2024-03-13T23:37:32.642Z] #0 2.291 (2/2) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.642Z] #0 2.298 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.642Z] #0 2.302 Executing ca-certificates-20230506-r0.trigger [2024-03-13T23:37:32.642Z] #0 2.482 OK: 8 MiB in 17 packages [2024-03-13T23:37:32.642Z] #56 DONE 3.0s [2024-03-13T23:37:32.642Z] [2024-03-13T23:37:32.642Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-13T23:37:32.642Z] #0 1.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 2.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 2.281 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.642Z] #0 2.291 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.642Z] #0 2.312 OK: 7 MiB in 16 packages [2024-03-13T23:37:32.642Z] #57 DONE 3.0s [2024-03-13T23:37:32.642Z] [2024-03-13T23:37:32.642Z] #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-03-13T23:37:32.642Z] #0 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 2.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 2.604 OK: 264 MiB in 52 packages [2024-03-13T23:37:32.642Z] #58 DONE 3.1s [2024-03-13T23:37:32.642Z] [2024-03-13T23:37:32.642Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-13T23:37:32.642Z] #0 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 1.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #0 2.391 (1/2) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.642Z] #0 2.441 (2/2) Installing su-exec (0.2-r3) [2024-03-13T23:37:32.642Z] #0 2.448 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.642Z] #0 2.462 OK: 7 MiB in 17 packages [2024-03-13T23:37:32.642Z] #59 DONE 3.0s [2024-03-13T23:37:32.642Z] [2024-03-13T23:37:32.642Z] #52 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-03-13T23:37:32.642Z] #52 2.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #52 2.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.642Z] #52 2.600 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.642Z] #52 2.609 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.642Z] #52 2.676 OK: 7 MiB in 16 packages [2024-03-13T23:37:32.643Z] #52 DONE 3.1s [2024-03-13T23:37:32.643Z] [2024-03-13T23:37:32.643Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-13T23:37:32.643Z] #0 1.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 2.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 2.442 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.643Z] #0 2.479 (2/4) Installing openssl (3.1.4-r5) [2024-03-13T23:37:32.643Z] #0 2.497 (3/4) Installing su-exec (0.2-r3) [2024-03-13T23:37:32.643Z] #0 2.501 (4/4) Installing yq (4.33.3-r5) [2024-03-13T23:37:32.643Z] #0 2.658 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.643Z] #0 2.690 OK: 17 MiB in 19 packages [2024-03-13T23:37:32.643Z] #60 DONE 3.1s [2024-03-13T23:37:32.643Z] [2024-03-13T23:37:32.643Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-13T23:37:32.643Z] #0 1.763 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 1.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 2.417 (1/4) Installing ca-certificates (20230506-r0) [2024-03-13T23:37:32.643Z] #0 2.459 (2/4) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.643Z] #0 2.479 (3/4) Installing su-exec (0.2-r3) [2024-03-13T23:37:32.643Z] #0 2.479 (4/4) Installing yq (4.33.3-r5) [2024-03-13T23:37:32.643Z] #0 2.668 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.643Z] #0 2.699 Executing ca-certificates-20230506-r0.trigger [2024-03-13T23:37:32.643Z] #0 2.774 OK: 17 MiB in 19 packages [2024-03-13T23:37:32.643Z] #61 DONE 3.1s [2024-03-13T23:37:32.643Z] [2024-03-13T23:37:32.643Z] #55 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:37:32.643Z] #55 DONE 0.6s [2024-03-13T23:37:32.643Z] [2024-03-13T23:37:32.643Z] #62 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-13T23:37:32.643Z] #0 1.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 2.010 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 2.315 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:37:32.643Z] #0 2.315 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:37:32.643Z] #0 2.315 OK: 20070 distinct packages available [2024-03-13T23:37:32.643Z] #0 2.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 2.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.643Z] #0 2.810 (1/5) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.643Z] #0 2.815 (2/5) Installing musl-obstack (1.2.3-r2) [2024-03-13T23:37:32.643Z] #0 2.822 (3/5) Installing libucontext (1.2-r2) [2024-03-13T23:37:32.643Z] #0 2.831 (4/5) Installing gcompat (1.1.0-r1) [2024-03-13T23:37:32.643Z] #0 2.842 (5/5) Installing openssl (3.1.4-r5) [2024-03-13T23:37:32.643Z] #0 2.853 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.643Z] #0 2.861 OK: 8 MiB in 20 packages [2024-03-13T23:37:32.643Z] #62 DONE 3.1s [2024-03-13T23:37:32.643Z] [2024-03-13T23:37:32.643Z] #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-03-13T23:37:32.643Z] #53 2.804 OK: 264 MiB in 52 packages [2024-03-13T23:37:32.643Z] #53 DONE 3.2s [2024-03-13T23:37:32.643Z] [2024-03-13T23:37:32.643Z] #63 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-03-13T23:37:32.904Z] #63 ... [2024-03-13T23:37:32.904Z] [2024-03-13T23:37:32.904Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-13T23:37:32.904Z] #0 1.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.448 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:37:32.904Z] #0 2.448 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:37:32.904Z] #0 2.448 OK: 20070 distinct packages available [2024-03-13T23:37:32.904Z] #0 2.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.819 (1/11) Installing ca-certificates (20230506-r0) [2024-03-13T23:37:32.904Z] #0 2.836 (2/11) Installing brotli-libs (1.0.9-r14) [2024-03-13T23:37:32.904Z] #0 2.850 (3/11) Installing libunistring (1.1-r1) [2024-03-13T23:37:32.904Z] #0 2.871 (4/11) Installing libidn2 (2.3.4-r1) [2024-03-13T23:37:32.904Z] #0 2.875 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-03-13T23:37:32.904Z] #0 2.881 (6/11) Installing libcurl (8.5.0-r0) [2024-03-13T23:37:32.904Z] #0 2.903 (7/11) Installing curl (8.5.0-r0) [2024-03-13T23:37:32.904Z] #0 2.908 (8/11) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.904Z] #0 2.912 (9/11) Installing musl-obstack (1.2.3-r2) [2024-03-13T23:37:32.904Z] #0 2.918 (10/11) Installing libucontext (1.2-r2) [2024-03-13T23:37:32.904Z] #0 2.935 (11/11) Installing gcompat (1.1.0-r1) [2024-03-13T23:37:32.904Z] #0 2.940 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.904Z] #0 2.948 Executing ca-certificates-20230506-r0.trigger [2024-03-13T23:37:32.904Z] #0 3.056 OK: 12 MiB in 26 packages [2024-03-13T23:37:32.904Z] #64 DONE 3.2s [2024-03-13T23:37:32.904Z] [2024-03-13T23:37:32.904Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-13T23:37:32.904Z] #0 1.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.527 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:37:32.904Z] #0 2.527 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:37:32.904Z] #0 2.527 OK: 20070 distinct packages available [2024-03-13T23:37:32.904Z] #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 3.044 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-13T23:37:32.904Z] #0 3.048 (2/4) Installing musl-obstack (1.2.3-r2) [2024-03-13T23:37:32.904Z] #0 3.057 (3/4) Installing libucontext (1.2-r2) [2024-03-13T23:37:32.904Z] #0 3.065 (4/4) Installing gcompat (1.1.0-r1) [2024-03-13T23:37:32.904Z] #0 3.070 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:37:32.904Z] #0 3.077 OK: 8 MiB in 19 packages [2024-03-13T23:37:32.904Z] #65 DONE 3.2s [2024-03-13T23:37:32.904Z] [2024-03-13T23:37:32.904Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-13T23:37:32.904Z] #0 1.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.549 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:37:32.904Z] #0 2.549 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:37:32.904Z] #0 2.549 OK: 20075 distinct packages available [2024-03-13T23:37:32.904Z] #0 2.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 2.763 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:32.904Z] #0 3.147 OK: 264 MiB in 52 packages [2024-03-13T23:37:32.904Z] #66 DONE 3.3s [2024-03-13T23:37:32.904Z] [2024-03-13T23:37:32.904Z] #67 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:37:32.904Z] #67 DONE 0.2s [2024-03-13T23:37:32.904Z] [2024-03-13T23:37:32.904Z] #68 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:37:32.904Z] #68 DONE 0.2s [2024-03-13T23:37:32.904Z] [2024-03-13T23:37:32.904Z] #69 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:37:32.904Z] #69 DONE 0.1s [2024-03-13T23:37:32.904Z] [2024-03-13T23:37:32.904Z] #70 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:37:34.806Z] #70 ... [2024-03-13T23:37:34.806Z] [2024-03-13T23:37:34.806Z] #71 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:37:34.806Z] #0 1.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #0 1.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #0 2.066 OK: 8 MiB in 17 packages [2024-03-13T23:37:34.806Z] #71 DONE 2.2s [2024-03-13T23:37:34.806Z] [2024-03-13T23:37:34.806Z] #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:37:34.806Z] #0 1.659 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #0 1.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #0 1.951 OK: 7 MiB in 16 packages [2024-03-13T23:37:34.806Z] #72 DONE 2.1s [2024-03-13T23:37:34.806Z] [2024-03-13T23:37:34.806Z] #63 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-03-13T23:37:34.806Z] #63 1.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #63 1.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #63 2.096 OK: 7 MiB in 16 packages [2024-03-13T23:37:34.806Z] #63 DONE 2.2s [2024-03-13T23:37:34.806Z] [2024-03-13T23:37:34.806Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-13T23:37:34.806Z] #0 1.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #0 2.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:34.806Z] #0 2.258 OK: 7 MiB in 17 packages [2024-03-13T23:37:35.064Z] #73 DONE 2.3s [2024-03-13T23:37:35.064Z] [2024-03-13T23:37:35.064Z] #74 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-13T23:37:35.322Z] #74 ... [2024-03-13T23:37:35.322Z] [2024-03-13T23:37:35.322Z] #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-13T23:37:35.322Z] #0 2.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:35.322Z] #0 2.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:35.322Z] #0 2.449 OK: 17 MiB in 19 packages [2024-03-13T23:37:35.322Z] #75 DONE 2.6s [2024-03-13T23:37:35.322Z] [2024-03-13T23:37:35.322Z] #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-03-13T23:37:35.322Z] #0 2.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:35.322Z] #0 2.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:35.322Z] #0 2.498 OK: 8 MiB in 20 packages [2024-03-13T23:37:35.322Z] #76 DONE 2.6s [2024-03-13T23:37:35.322Z] [2024-03-13T23:37:35.322Z] #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-03-13T23:37:36.256Z] #77 DONE 1.0s [2024-03-13T23:37:36.256Z] [2024-03-13T23:37:36.256Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-13T23:37:36.256Z] #0 2.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:36.256Z] #0 3.151 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:36.256Z] #0 3.431 OK: 17 MiB in 19 packages [2024-03-13T23:37:36.256Z] #78 DONE 3.6s [2024-03-13T23:37:36.256Z] [2024-03-13T23:37:36.256Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:37:36.256Z] #0 2.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:36.256Z] #0 2.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:36.256Z] #0 2.844 OK: 12 MiB in 26 packages [2024-03-13T23:37:36.256Z] #79 DONE 3.5s [2024-03-13T23:37:36.256Z] [2024-03-13T23:37:36.256Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:37:36.256Z] #80 DONE 1.0s [2024-03-13T23:37:36.256Z] [2024-03-13T23:37:36.256Z] #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-03-13T23:37:36.256Z] #81 DONE 0.1s [2024-03-13T23:37:36.256Z] [2024-03-13T23:37:36.256Z] #82 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:37:36.514Z] #82 ... [2024-03-13T23:37:36.514Z] [2024-03-13T23:37:36.514Z] #83 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-03-13T23:37:36.514Z] #83 DONE 0.1s [2024-03-13T23:37:36.514Z] [2024-03-13T23:37:36.514Z] #84 [security-spire-server stage-2 6/9] COPY security.txt / [2024-03-13T23:37:36.779Z] #84 DONE 0.6s [2024-03-13T23:37:36.779Z] [2024-03-13T23:37:36.779Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-13T23:37:36.779Z] #0 3.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:36.779Z] #0 3.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-13T23:37:36.779Z] #0 3.810 OK: 8 MiB in 19 packages [2024-03-13T23:37:36.779Z] #85 DONE 4.2s [2024-03-13T23:37:36.779Z] [2024-03-13T23:37:36.779Z] #82 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:37:36.779Z] #82 DONE 0.7s [2024-03-13T23:37:36.779Z] [2024-03-13T23:37:36.779Z] #86 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-03-13T23:37:36.779Z] #86 DONE 0.0s [2024-03-13T23:37:36.779Z] [2024-03-13T23:37:36.779Z] #87 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-03-13T23:37:37.041Z] #87 DONE 0.1s [2024-03-13T23:37:37.041Z] [2024-03-13T23:37:37.041Z] #88 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-03-13T23:37:37.608Z] #88 DONE 0.5s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:37:37.608Z] #89 DONE 0.5s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #90 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-03-13T23:37:37.608Z] #90 DONE 0.5s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #91 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-13T23:37:37.608Z] #91 DONE 0.1s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #92 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-03-13T23:37:37.608Z] #92 DONE 0.1s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-03-13T23:37:37.608Z] #93 DONE 0.1s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2024-03-13T23:37:37.608Z] #94 DONE 0.0s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-03-13T23:37:37.608Z] #95 DONE 0.0s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #96 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-03-13T23:37:37.608Z] #96 DONE 0.0s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #97 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-03-13T23:37:37.608Z] #97 DONE 0.0s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #98 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-03-13T23:37:37.608Z] #98 DONE 0.1s [2024-03-13T23:37:37.608Z] [2024-03-13T23:37:37.608Z] #99 [security-spire-agent] exporting to image [2024-03-13T23:37:37.608Z] #99 exporting layers [2024-03-13T23:37:37.865Z] #99 ... [2024-03-13T23:37:37.865Z] [2024-03-13T23:37:37.865Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-03-13T23:37:37.865Z] #100 DONE 0.0s [2024-03-13T23:37:37.865Z] [2024-03-13T23:37:37.865Z] #74 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-13T23:37:37.865Z] #74 DONE 2.9s [2024-03-13T23:37:37.865Z] [2024-03-13T23:37:37.865Z] #99 [security-spire-config] exporting to image [2024-03-13T23:37:37.865Z] #99 ... [2024-03-13T23:37:37.865Z] [2024-03-13T23:37:37.865Z] #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-03-13T23:37:37.865Z] #101 DONE 0.0s [2024-03-13T23:37:38.123Z] [2024-03-13T23:37:38.123Z] #99 [security-spire-config] exporting to image [2024-03-13T23:37:38.123Z] #99 exporting layers 0.6s done [2024-03-13T23:37:38.123Z] #99 exporting layers 0.5s done [2024-03-13T23:37:38.123Z] #99 writing image sha256:89d081d5449bd3351490488c58204667c00d9fe2e22273f822cf8c93d84d0196 done [2024-03-13T23:37:38.123Z] #99 naming to docker.io/library/security-spire-server done [2024-03-13T23:37:38.123Z] #99 writing image sha256:7196e9456784726bd1bf182ace9aab0766fd6e189d0bc9da293f340cd4a6cc6e done [2024-03-13T23:37:38.123Z] #99 naming to docker.io/library/security-spire-agent done [2024-03-13T23:37:38.216Z] using credential edgex-jenkins-ssh [2024-03-13T23:37:38.239Z] Cloning the remote Git repository [2024-03-13T23:37:38.382Z] #99 exporting layers 0.5s done [2024-03-13T23:37:38.382Z] #99 writing image sha256:cdd593b8869d52f12f126195fdbe7fd1ebd877d482b75bd698d8807fdda9583b done [2024-03-13T23:37:38.382Z] #99 naming to docker.io/library/security-spire-config done [2024-03-13T23:37:38.382Z] #99 DONE 0.8s [2024-03-13T23:37:38.382Z] [2024-03-13T23:37:38.382Z] #102 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:37:38.297Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-03-13T23:37:38.420Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-03-13T23:37:38.623Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-03-13T23:37:38.624Z] > git --version # timeout=10 [2024-03-13T23:37:38.673Z] > git --version # 'git version 2.25.1' [2024-03-13T23:37:38.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-13T23:37:38.886Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-13T23:37:43.650Z] #102 ... [2024-03-13T23:37:43.650Z] [2024-03-13T23:37:43.650Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:37:43.650Z] #103 ... [2024-03-13T23:37:43.650Z] [2024-03-13T23:37:43.650Z] #104 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:37:58.813Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-03-13T23:37:58.874Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-13T23:38:01.168Z] Merging remotes/origin/main commit 0d425ac2ae011753f394f0a7a36a0711b6bec884 into PR head commit b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 [2024-03-13T23:38:01.821Z] Merge succeeded, producing b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 [2024-03-13T23:38:01.822Z] Checking out Revision b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 (PR-4774) [2024-03-13T23:38:00.319Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-03-13T23:38:00.384Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-03-13T23:38:00.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-13T23:38:00.412Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4774/head:refs/remotes/origin/PR-4774 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-03-13T23:38:01.200Z] > git config core.sparsecheckout # timeout=10 [2024-03-13T23:38:01.310Z] > git checkout -f b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 # timeout=10 [2024-03-13T23:38:01.650Z] > git remote # timeout=10 [2024-03-13T23:38:01.680Z] > git config --get remote.origin.url # timeout=10 [2024-03-13T23:38:01.732Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-13T23:38:01.759Z] > git merge 0d425ac2ae011753f394f0a7a36a0711b6bec884 # timeout=10 [2024-03-13T23:38:01.798Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-03-13T23:38:01.829Z] > git config core.sparsecheckout # timeout=10 [2024-03-13T23:38:01.859Z] > git checkout -f b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 # timeout=10 [2024-03-13T23:38:03.100Z] Commit message: "build(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0" [2024-03-13T23:38:03.194Z] > git --version # timeout=10 [2024-03-13T23:38:03.217Z] > git --version # 'git version 2.25.1' [2024-03-13T23:38:03.244Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-13T23:38:04.747Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-03-13T23:38:04.747Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-13T23:38:04.747Z] Dload Upload Total Spent Left Speed [2024-03-13T23:38:04.747Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 156k 0 --:--:-- --:--:-- --:--:-- 156k [Pipeline] sh [2024-03-13T23:38:05.157Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-03-13T23:38:05.548Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-03-13T23:38:05.548Z] + sudo tee /etc/docker/daemon.new [2024-03-13T23:38:05.548Z] { [2024-03-13T23:38:05.548Z] "registry-mirrors": [ [2024-03-13T23:38:05.548Z] "https://nexus3.edgexfoundry.org:10001" [2024-03-13T23:38:05.548Z] ], [2024-03-13T23:38:05.548Z] "bip": "10.250.0.254/24", [2024-03-13T23:38:05.548Z] "hosts": [ [2024-03-13T23:38:05.548Z] "tcp://0.0.0.0:5555", [2024-03-13T23:38:05.548Z] "unix:///var/run/docker.sock" [2024-03-13T23:38:05.548Z] ], [2024-03-13T23:38:05.548Z] "mtu": 1458, [2024-03-13T23:38:05.548Z] "selinux-enabled": true, [2024-03-13T23:38:05.548Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-03-13T23:38:05.548Z] } [Pipeline] sh [2024-03-13T23:38:05.585Z] #104 29.34 go: cloud.google.com/go/compute@v1.23.0: Get "https://proxy.golang.org/cloud.google.com/go/compute/@v/v1.23.0.info": dial tcp [2607:f8b0:400b:80c::2011]:443: connect: cannot assign requested address [2024-03-13T23:38:05.585Z] #104 29.35 skipping... [2024-03-13T23:38:05.585Z] #104 ... [2024-03-13T23:38:05.585Z] [2024-03-13T23:38:05.585Z] #102 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:05.585Z] #102 29.52 go: cloud.google.com/go/compute@v1.23.0: Get "https://proxy.golang.org/cloud.google.com/go/compute/@v/v1.23.0.info": dial tcp [2607:f8b0:400b:80c::2011]:443: connect: cannot assign requested address [2024-03-13T23:38:05.585Z] #102 29.52 skipping... [2024-03-13T23:38:05.928Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-03-13T23:38:06.330Z] + sudo service docker restart [2024-03-13T23:38:06.976Z] #102 ... [2024-03-13T23:38:06.976Z] [2024-03-13T23:38:06.976Z] #104 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:06.976Z] #104 DONE 34.2s [2024-03-13T23:38:06.976Z] [2024-03-13T23:38:06.976Z] #102 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:06.976Z] #102 DONE 34.2s [2024-03-13T23:38:06.976Z] [2024-03-13T23:38:06.976Z] #70 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:06.976Z] #70 32.52 go: cloud.google.com/go/compute@v1.23.0: Get "https://proxy.golang.org/cloud.google.com/go/compute/@v/v1.23.0.info": dial tcp [2607:f8b0:400b:80c::2011]:443: connect: cannot assign requested address [2024-03-13T23:38:06.976Z] #70 32.52 skipping... [2024-03-13T23:38:06.976Z] #70 DONE 34.1s [2024-03-13T23:38:06.976Z] [2024-03-13T23:38:06.976Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #105 DONE 5.9s [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #106 [security-secretstore-setup builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #106 DONE 5.9s [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #107 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #107 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #108 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:38:13.563Z] #108 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #109 [security-proxy-setup builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #109 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #110 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #111 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:38:13.563Z] #111 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #112 [security-bootstrapper builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #112 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #113 [support-scheduler builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #113 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #114 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #115 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:38:13.563Z] #115 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #116 [security-proxy-auth builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #116 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #117 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #118 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:38:13.563Z] #118 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #119 [core-command builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #119 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #120 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:38:13.563Z] #120 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #121 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #122 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #123 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #123 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:38:13.563Z] #124 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #103 36.41 go: cloud.google.com/go/compute@v1.23.0: Get "https://proxy.golang.org/cloud.google.com/go/compute/@v/v1.23.0.info": dial tcp [2607:f8b0:400b:80c::2011]:443: connect: cannot assign requested address [2024-03-13T23:38:13.563Z] #103 36.41 skipping... [2024-03-13T23:38:13.563Z] #103 DONE 40.2s [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #125 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:38:13.563Z] #125 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #126 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:38:13.563Z] #126 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #127 [core-metadata builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #127 CACHED [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #128 [core-data builder 6/7] COPY . . [2024-03-13T23:38:13.563Z] #128 DONE 5.9s [2024-03-13T23:38:13.563Z] [2024-03-13T23:38:13.563Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-13T23:38:15.472Z] #129 ... [2024-03-13T23:38:15.472Z] [2024-03-13T23:38:15.472Z] #130 [support-notifications builder 6/7] COPY . . [2024-03-13T23:38:15.472Z] #130 DONE 2.3s [2024-03-13T23:38:15.472Z] [2024-03-13T23:38:15.472Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-13T23:38:16.457Z] #131 1.062 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-13T23:38:23.010Z] #131 ... [2024-03-13T23:38:23.010Z] [2024-03-13T23:38:23.010Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-13T23:38:23.010Z] #0 3.042 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-13T23:38:23.010Z] #132 ... [2024-03-13T23:38:23.010Z] [2024-03-13T23:38:23.010Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-13T23:38:23.010Z] #0 2.651 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-13T23:38:23.267Z] #133 ... [2024-03-13T23:38:23.267Z] [2024-03-13T23:38:23.267Z] #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-13T23:38:23.267Z] #0 2.104 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-13T23:38:23.655Z] #134 ... [2024-03-13T23:38:23.655Z] [2024-03-13T23:38:23.655Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-13T23:38:23.655Z] #0 2.764 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-03-13T23:38:23.655Z] #135 ... [2024-03-13T23:38:23.655Z] [2024-03-13T23:38:23.655Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-13T23:38:23.655Z] #0 0.356 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-13T23:38:24.088Z] #136 ... [2024-03-13T23:38:24.088Z] [2024-03-13T23:38:24.088Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-13T23:38:24.088Z] #0 2.850 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-13T23:38:24.347Z] #137 ... [2024-03-13T23:38:24.347Z] [2024-03-13T23:38:24.347Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-13T23:38:24.347Z] #0 2.605 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-13T23:38:24.347Z] #138 ... [2024-03-13T23:38:24.347Z] [2024-03-13T23:38:24.347Z] #139 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-13T23:38:24.347Z] #0 2.989 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-13T23:38:24.606Z] #139 ... [2024-03-13T23:38:24.606Z] [2024-03-13T23:38:24.606Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-13T23:38:24.606Z] #0 3.208 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-13T23:38:24.905Z] provisioning config files... [2024-03-13T23:38:24.957Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11229131760014407556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-13T23:38:25.580Z] ---> ****-login.sh [2024-03-13T23:38:25.580Z] nexus3.edgexfoundry.org:10001 [2024-03-13T23:38:26.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:38:26.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:38:26.464Z] Configure a credential helper to remove this warning. See [2024-03-13T23:38:26.464Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:38:26.464Z] [2024-03-13T23:38:26.464Z] Login Succeeded [2024-03-13T23:38:26.464Z] nexus3.edgexfoundry.org:10002 [2024-03-13T23:38:26.501Z] #140 ... [2024-03-13T23:38:26.501Z] [2024-03-13T23:38:26.501Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-13T23:38:26.501Z] #129 3.248 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-13T23:38:26.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:38:27.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:38:27.030Z] Configure a credential helper to remove this warning. See [2024-03-13T23:38:27.031Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:38:27.031Z] [2024-03-13T23:38:27.031Z] Login Succeeded [2024-03-13T23:38:27.031Z] nexus3.edgexfoundry.org:10003 [2024-03-13T23:38:27.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:38:27.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:38:27.586Z] Configure a credential helper to remove this warning. See [2024-03-13T23:38:27.586Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:38:27.586Z] [2024-03-13T23:38:27.586Z] Login Succeeded [2024-03-13T23:38:27.586Z] nexus3.edgexfoundry.org:10004 [2024-03-13T23:38:28.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:38:28.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:38:28.075Z] Configure a credential helper to remove this warning. See [2024-03-13T23:38:28.075Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:38:28.075Z] [2024-03-13T23:38:28.075Z] Login Succeeded [2024-03-13T23:38:28.075Z] ****.io [2024-03-13T23:38:28.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-13T23:38:28.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-13T23:38:28.629Z] Configure a credential helper to remove this warning. See [2024-03-13T23:38:28.629Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-13T23:38:28.629Z] [2024-03-13T23:38:28.629Z] Login Succeeded [2024-03-13T23:38:28.630Z] ---> ****-login.sh ends [Pipeline] } [2024-03-13T23:38:28.665Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-03-13T23:38:29.636Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-03-13T23:38:29.675Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-13T23:38:29.749Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-13T23:38:29.819Z] ========================================================= [2024-03-13T23:38:29.819Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-03-13T23:38:29.819Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-03-13T23:38:30.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-13T23:38:30.521Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-03-13T23:38:30.521Z] 9fda8d8052c6: Pulling fs layer [2024-03-13T23:38:30.521Z] 5d54e960e981: Pulling fs layer [2024-03-13T23:38:30.521Z] c4a7e357bf2a: Pulling fs layer [2024-03-13T23:38:30.521Z] f0e02332f6b5: Pulling fs layer [2024-03-13T23:38:30.521Z] 872ee5b61b7b: Pulling fs layer [2024-03-13T23:38:30.521Z] 0c6a40ed1a82: Pulling fs layer [2024-03-13T23:38:30.521Z] 94ae7d8d031c: Pulling fs layer [2024-03-13T23:38:30.521Z] f0e02332f6b5: Waiting [2024-03-13T23:38:30.521Z] 872ee5b61b7b: Waiting [2024-03-13T23:38:30.521Z] 0c6a40ed1a82: Waiting [2024-03-13T23:38:30.521Z] 94ae7d8d031c: Waiting [2024-03-13T23:38:30.521Z] 5d54e960e981: Verifying Checksum [2024-03-13T23:38:30.521Z] 5d54e960e981: Download complete [2024-03-13T23:38:30.521Z] f0e02332f6b5: Verifying Checksum [2024-03-13T23:38:30.521Z] f0e02332f6b5: Download complete [2024-03-13T23:38:30.521Z] 872ee5b61b7b: Verifying Checksum [2024-03-13T23:38:30.521Z] 872ee5b61b7b: Download complete [2024-03-13T23:38:30.521Z] 9fda8d8052c6: Download complete [2024-03-13T23:38:31.117Z] 94ae7d8d031c: Verifying Checksum [2024-03-13T23:38:31.117Z] 94ae7d8d031c: Download complete [2024-03-13T23:38:31.747Z] 9fda8d8052c6: Pull complete [2024-03-13T23:38:32.735Z] 5d54e960e981: Pull complete [2024-03-13T23:38:33.007Z] c4a7e357bf2a: Verifying Checksum [2024-03-13T23:38:33.007Z] c4a7e357bf2a: Download complete [2024-03-13T23:38:34.525Z] 0c6a40ed1a82: Verifying Checksum [2024-03-13T23:38:34.525Z] 0c6a40ed1a82: Download complete [2024-03-13T23:38:49.609Z] c4a7e357bf2a: Pull complete [2024-03-13T23:38:49.609Z] f0e02332f6b5: Pull complete [2024-03-13T23:38:49.609Z] 872ee5b61b7b: Pull complete [2024-03-13T23:39:00.003Z] 0c6a40ed1a82: Pull complete [2024-03-13T23:39:00.593Z] 94ae7d8d031c: Pull complete [2024-03-13T23:39:00.593Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-03-13T23:39:00.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-13T23:39:00.593Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-03-13T23:39:01.035Z] + + docker build -t ci-base-image-arm64 -f - . [2024-03-13T23:39:01.035Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-13T23:39:01.035Z] WORKDIR /edgex [2024-03-13T23:39:01.035Z] COPY go.mod . [2024-03-13T23:39:01.035Z] RUN go mod download [2024-03-13T23:39:01.647Z] Sending build context to Docker daemon 2.92MB [2024-03-13T23:39:01.923Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-13T23:39:01.923Z] ---> 86de565de09d [2024-03-13T23:39:01.923Z] Step 2/4 : WORKDIR /edgex [2024-03-13T23:39:03.356Z] ---> Running in 1b3d08da268c [2024-03-13T23:39:03.628Z] Removing intermediate container 1b3d08da268c [2024-03-13T23:39:03.628Z] ---> 3a2508032052 [2024-03-13T23:39:03.628Z] Step 3/4 : COPY go.mod . [2024-03-13T23:39:04.224Z] ---> b2dc94886dc5 [2024-03-13T23:39:04.224Z] Step 4/4 : RUN go mod download [2024-03-13T23:39:04.495Z] ---> Running in e5316fc6a14c [2024-03-13T23:39:34.171Z] #129 ... [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-13T23:39:34.171Z] #134 70.48 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-13T23:39:34.171Z] #134 DONE 78.0s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-13T23:39:34.171Z] #133 DONE 77.9s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-13T23:39:34.171Z] #136 DONE 78.0s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-13T23:39:34.171Z] #140 ... [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #141 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:34.171Z] #141 ... [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-13T23:39:34.171Z] #138 DONE 78.2s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #142 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:34.171Z] #142 ... [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #141 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:34.171Z] #141 DONE 0.9s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #143 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:34.171Z] #143 ... [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #144 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-03-13T23:39:34.171Z] #144 DONE 1.3s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #145 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:34.171Z] #145 DONE 1.3s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #142 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:34.171Z] #142 DONE 1.2s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #146 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:34.171Z] #146 ... [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #143 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:34.171Z] #143 DONE 0.8s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #147 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:34.171Z] #147 DONE 0.3s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #146 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:34.171Z] #146 DONE 0.3s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #148 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-03-13T23:39:34.171Z] #148 ... [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #149 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-03-13T23:39:34.171Z] #149 DONE 0.9s [2024-03-13T23:39:34.171Z] [2024-03-13T23:39:34.171Z] #150 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-03-13T23:39:34.429Z] #150 ... [2024-03-13T23:39:34.429Z] [2024-03-13T23:39:34.429Z] #148 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-03-13T23:39:34.429Z] #148 DONE 1.6s [2024-03-13T23:39:34.686Z] [2024-03-13T23:39:34.686Z] #151 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:36.616Z] #151 ... [2024-03-13T23:39:36.616Z] [2024-03-13T23:39:36.616Z] #129 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-13T23:39:36.616Z] #129 DONE 83.5s [2024-03-13T23:39:36.616Z] [2024-03-13T23:39:36.616Z] #152 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-03-13T23:39:36.878Z] #152 DONE 4.0s [2024-03-13T23:39:36.878Z] [2024-03-13T23:39:36.878Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-13T23:39:36.878Z] #137 DONE 84.0s [2024-03-13T23:39:36.878Z] [2024-03-13T23:39:36.878Z] #153 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-13T23:39:36.878Z] #153 ... [2024-03-13T23:39:36.878Z] [2024-03-13T23:39:36.878Z] #154 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:36.878Z] #154 CACHED [2024-03-13T23:39:36.878Z] [2024-03-13T23:39:36.878Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:36.878Z] #155 CACHED [2024-03-13T23:39:36.878Z] [2024-03-13T23:39:36.878Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-13T23:39:36.878Z] #140 DONE 84.0s [2024-03-13T23:39:36.878Z] [2024-03-13T23:39:36.878Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-13T23:39:36.878Z] #156 DONE 4.5s [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #139 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-13T23:39:37.140Z] #139 DONE 84.2s [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-13T23:39:37.140Z] #135 DONE 84.3s [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #157 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:37.140Z] #157 ... [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #158 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:37.140Z] #158 CACHED [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #159 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:37.140Z] #159 CACHED [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #160 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:37.140Z] #160 CACHED [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #161 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:37.140Z] #161 CACHED [2024-03-13T23:39:37.140Z] [2024-03-13T23:39:37.140Z] #150 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-03-13T23:39:37.140Z] #150 DONE 3.6s [2024-03-13T23:39:37.402Z] [2024-03-13T23:39:37.402Z] #162 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:37.662Z] #162 ... [2024-03-13T23:39:37.662Z] [2024-03-13T23:39:37.662Z] #151 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:37.662Z] #151 DONE 2.9s [2024-03-13T23:39:37.662Z] [2024-03-13T23:39:37.662Z] #163 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-03-13T23:39:37.662Z] #163 ... [2024-03-13T23:39:37.662Z] [2024-03-13T23:39:37.662Z] #153 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-13T23:39:37.662Z] #153 DONE 0.9s [2024-03-13T23:39:37.662Z] [2024-03-13T23:39:37.662Z] #164 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-03-13T23:39:37.662Z] #164 DONE 0.8s [2024-03-13T23:39:37.662Z] [2024-03-13T23:39:37.662Z] #157 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:37.662Z] #157 DONE 0.8s [2024-03-13T23:39:37.662Z] [2024-03-13T23:39:37.662Z] #165 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-03-13T23:39:37.662Z] #165 DONE 0.6s [2024-03-13T23:39:37.923Z] [2024-03-13T23:39:37.923Z] #166 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-03-13T23:39:37.923Z] #166 DONE 0.7s [2024-03-13T23:39:37.923Z] [2024-03-13T23:39:37.923Z] #167 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:37.923Z] #167 DONE 0.8s [2024-03-13T23:39:37.923Z] [2024-03-13T23:39:37.923Z] #168 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:37.923Z] #168 ... [2024-03-13T23:39:37.923Z] [2024-03-13T23:39:37.923Z] #162 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:37.923Z] #162 DONE 0.8s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:38.192Z] #169 DONE 0.7s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #163 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-03-13T23:39:38.192Z] #163 DONE 0.4s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #170 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-03-13T23:39:38.192Z] #170 DONE 0.4s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #171 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:38.192Z] #171 DONE 0.4s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-03-13T23:39:38.192Z] #172 ... [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #173 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:38.192Z] #173 DONE 0.5s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #174 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:38.192Z] #174 DONE 0.5s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #168 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:38.192Z] #168 DONE 0.5s [2024-03-13T23:39:38.192Z] [2024-03-13T23:39:38.192Z] #175 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:38.192Z] #175 DONE 0.5s [2024-03-13T23:39:38.639Z] [2024-03-13T23:39:38.639Z] #99 [core-command] exporting to image [2024-03-13T23:39:38.639Z] #99 exporting layers [2024-03-13T23:39:38.639Z] #99 ... [2024-03-13T23:39:38.639Z] [2024-03-13T23:39:38.639Z] #176 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-03-13T23:39:38.639Z] #176 DONE 0.5s [2024-03-13T23:39:38.639Z] [2024-03-13T23:39:38.639Z] #177 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-13T23:39:39.244Z] #177 ... [2024-03-13T23:39:39.244Z] [2024-03-13T23:39:39.244Z] #178 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:39.244Z] #178 DONE 1.1s [2024-03-13T23:39:39.244Z] [2024-03-13T23:39:39.244Z] #179 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-03-13T23:39:39.244Z] #179 DONE 1.0s [2024-03-13T23:39:39.244Z] [2024-03-13T23:39:39.244Z] #180 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-13T23:39:39.578Z] #180 ... [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-03-13T23:39:39.578Z] #172 DONE 1.2s [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #181 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-03-13T23:39:39.578Z] #181 DONE 1.1s [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #182 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-03-13T23:39:39.578Z] #182 DONE 1.1s [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-13T23:39:39.578Z] #132 DONE 86.6s [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #183 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-03-13T23:39:39.578Z] #183 DONE 1.1s [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #184 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-13T23:39:39.578Z] #184 DONE 1.4s [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #177 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-13T23:39:39.578Z] #177 DONE 0.9s [2024-03-13T23:39:39.578Z] [2024-03-13T23:39:39.578Z] #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-13T23:39:40.083Z] #185 ... [2024-03-13T23:39:40.083Z] [2024-03-13T23:39:40.083Z] #186 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:40.083Z] #186 CACHED [2024-03-13T23:39:40.083Z] [2024-03-13T23:39:40.083Z] #187 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:40.083Z] #187 CACHED [2024-03-13T23:39:40.083Z] [2024-03-13T23:39:40.083Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-13T23:39:40.083Z] #131 DONE 84.7s [2024-03-13T23:39:40.083Z] [2024-03-13T23:39:40.083Z] #188 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-03-13T23:39:40.083Z] #188 DONE 0.7s [2024-03-13T23:39:40.083Z] [2024-03-13T23:39:40.083Z] #189 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:40.083Z] #189 ... [2024-03-13T23:39:40.083Z] [2024-03-13T23:39:40.083Z] #190 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-03-13T23:39:40.083Z] #190 DONE 0.6s [2024-03-13T23:39:40.083Z] [2024-03-13T23:39:40.083Z] #99 [core-metadata] exporting to image [2024-03-13T23:39:40.083Z] #99 exporting layers 0.3s done [2024-03-13T23:39:40.083Z] #99 writing image sha256:5fa00475714e3d79d308a69af2bc243a7f4721af9419a53630afa25d2348c3ce 0.0s done [2024-03-13T23:39:40.083Z] #99 naming to docker.io/library/core-command done [2024-03-13T23:39:40.083Z] #99 writing image sha256:e52706f35d8f5dcddcac68e854fe764bb7ae508eeb7b71843b66fc8359f6a10d done [2024-03-13T23:39:40.083Z] #99 naming to docker.io/library/core-metadata done [2024-03-13T23:39:40.366Z] #99 ... [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-13T23:39:40.366Z] #185 DONE 0.8s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #191 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-03-13T23:39:40.366Z] #191 DONE 0.6s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #192 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-13T23:39:40.366Z] #192 DONE 0.5s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #180 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-13T23:39:40.366Z] #180 DONE 1.2s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #193 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:40.366Z] #193 DONE 0.8s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #99 [core-data] exporting to image [2024-03-13T23:39:40.366Z] #99 ... [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #189 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:40.366Z] #189 DONE 0.5s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #194 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-03-13T23:39:40.366Z] #194 DONE 0.5s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #195 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-13T23:39:40.366Z] #195 DONE 0.2s [2024-03-13T23:39:40.366Z] [2024-03-13T23:39:40.366Z] #99 [security-spiffe-token-provider] exporting to image [2024-03-13T23:39:40.641Z] #99 ... [2024-03-13T23:39:40.641Z] [2024-03-13T23:39:40.641Z] #196 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:40.641Z] #196 DONE 0.2s [2024-03-13T23:39:40.641Z] [2024-03-13T23:39:40.641Z] #99 [support-scheduler] exporting to image [2024-03-13T23:39:40.641Z] #99 writing image sha256:3519b32b662a13e05ac511d234ab1ed34da8af23f9aa876e029ce480e3e46508 [2024-03-13T23:39:40.641Z] #99 ... [2024-03-13T23:39:40.641Z] [2024-03-13T23:39:40.642Z] #197 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-03-13T23:39:40.642Z] #197 DONE 0.2s [2024-03-13T23:39:40.642Z] [2024-03-13T23:39:40.642Z] #99 [support-scheduler] exporting to image [2024-03-13T23:39:40.642Z] #99 writing image sha256:36883a8e160497e013599f3d1bff588e221ba534f867844147a99a92b68442b7 [2024-03-13T23:39:40.924Z] #99 writing image sha256:3519b32b662a13e05ac511d234ab1ed34da8af23f9aa876e029ce480e3e46508 0.3s done [2024-03-13T23:39:40.924Z] #99 naming to docker.io/library/security-proxy-auth [2024-03-13T23:39:40.924Z] #99 ... [2024-03-13T23:39:40.924Z] [2024-03-13T23:39:40.924Z] #198 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-13T23:39:40.924Z] #198 DONE 1.5s [2024-03-13T23:39:40.924Z] [2024-03-13T23:39:40.924Z] #199 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-03-13T23:39:40.924Z] #199 DONE 0.4s [2024-03-13T23:39:40.924Z] [2024-03-13T23:39:40.924Z] #99 [core-common-config-bootstrapper] exporting to image [2024-03-13T23:39:40.924Z] #99 exporting layers 0.3s done [2024-03-13T23:39:40.924Z] #99 writing image sha256:36883a8e160497e013599f3d1bff588e221ba534f867844147a99a92b68442b7 0.3s done [2024-03-13T23:39:40.924Z] #99 naming to docker.io/library/security-proxy-auth done [2024-03-13T23:39:40.924Z] #99 naming to docker.io/library/core-data done [2024-03-13T23:39:40.924Z] #99 writing image sha256:c19790c0e1bf534ac08cf7e612d2197a9cc588bc0c513ccb48dea05d2a8cff78 [2024-03-13T23:39:41.211Z] #99 ... [2024-03-13T23:39:41.211Z] [2024-03-13T23:39:41.211Z] #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-03-13T23:39:41.211Z] #200 DONE 0.4s [2024-03-13T23:39:41.211Z] [2024-03-13T23:39:41.211Z] #201 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-03-13T23:39:41.211Z] #201 DONE 0.1s [2024-03-13T23:39:41.211Z] [2024-03-13T23:39:41.211Z] #202 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-03-13T23:39:41.211Z] #202 DONE 0.1s [2024-03-13T23:39:41.211Z] [2024-03-13T23:39:41.211Z] #99 [security-proxy-setup] exporting to image [2024-03-13T23:39:41.211Z] #99 exporting layers 0.2s done [2024-03-13T23:39:41.211Z] #99 writing image sha256:c19790c0e1bf534ac08cf7e612d2197a9cc588bc0c513ccb48dea05d2a8cff78 0.0s done [2024-03-13T23:39:41.211Z] #99 naming to docker.io/library/support-scheduler done [2024-03-13T23:39:41.211Z] #99 writing image sha256:4bcde7576fc020e3b8d8b7299c5d5abfbfd374b7b22482e58cb0c7e69eda3b83 done [2024-03-13T23:39:41.211Z] #99 writing image sha256:325e2394005529f380f5d69889efaf456febc370a1df77410ef131ef431eea2e done [2024-03-13T23:39:41.211Z] #99 naming to docker.io/library/security-spiffe-token-provider done [2024-03-13T23:39:41.211Z] #99 naming to docker.io/library/security-proxy-setup 0.0s done [2024-03-13T23:39:41.211Z] #99 exporting layers 0.1s done [2024-03-13T23:39:41.211Z] #99 writing image sha256:3e656447062751d9da1bc95b4aa4734879905002cf2d6d3e95a6c2ee041d8e9c 0.0s done [2024-03-13T23:39:41.211Z] #99 naming to docker.io/library/core-common-config-bootstrapper done [2024-03-13T23:39:41.211Z] #99 writing image sha256:3c9462b654bd763b695d02c973b65d72bfea57fd014e63e301d83db1a4b1b5c6 done [2024-03-13T23:39:41.211Z] #99 naming to docker.io/library/support-notifications 0.0s done [2024-03-13T23:39:41.211Z] #99 DONE 3.7s [2024-03-13T23:39:41.211Z] [2024-03-13T23:39:41.211Z] #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-13T23:39:41.477Z] #203 ... [2024-03-13T23:39:41.477Z] [2024-03-13T23:39:41.477Z] #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-13T23:39:41.477Z] #204 DONE 1.0s [2024-03-13T23:39:41.477Z] [2024-03-13T23:39:41.477Z] #99 [security-secretstore-setup] exporting to image [2024-03-13T23:39:41.477Z] #99 exporting layers 0.2s done [2024-03-13T23:39:41.477Z] #99 writing image sha256:f98a49c39f3556505e7cd954f6e39565dececcd88e5807fe56541ddf3724273d done [2024-03-13T23:39:41.477Z] #99 naming to docker.io/library/security-secretstore-setup done [2024-03-13T23:39:41.477Z] #99 DONE 3.8s [2024-03-13T23:39:41.477Z] [2024-03-13T23:39:41.477Z] #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-13T23:39:41.477Z] #203 DONE 0.4s [2024-03-13T23:39:41.738Z] [2024-03-13T23:39:41.738Z] #99 [security-bootstrapper] exporting to image [2024-03-13T23:39:41.738Z] #99 exporting layers 0.2s done [2024-03-13T23:39:41.738Z] #99 writing image sha256:e9d7bb6a029a09ba287eb18a6e5a45f74efd37cdf517fb45bb75cd23ef2f5cb6 done [2024-03-13T23:39:41.738Z] #99 naming to docker.io/library/security-bootstrapper done [2024-03-13T23:39:41.738Z] #99 DONE 4.0s [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-13T23:39:41.738Z] time="2024-03-13T23:37:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-03-13T23:39:41.774Z] $ docker stop --time=1 c80b1dc79aef3555a9db58da67c0cbe2cf68098c735cccc19e2b4f52a30beb93 [2024-03-13T23:39:43.111Z] $ docker rm -f --volumes c80b1dc79aef3555a9db58da67c0cbe2cf68098c735cccc19e2b4f52a30beb93 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-13T23:39:43.572Z] + docker images [2024-03-13T23:39:43.572Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-03-13T23:39:43.572Z] security-secretstore-setup latest f98a49c39f35 2 seconds ago 36.3MB [2024-03-13T23:39:43.572Z] security-bootstrapper latest e9d7bb6a029a 2 seconds ago 18.6MB [2024-03-13T23:39:43.572Z] security-proxy-setup latest 325e23940055 3 seconds ago 25.9MB [2024-03-13T23:39:43.572Z] support-notifications latest 3c9462b654bd 3 seconds ago 26.7MB [2024-03-13T23:39:43.573Z] security-spiffe-token-provider latest 4bcde7576fc0 3 seconds ago 28.7MB [2024-03-13T23:39:43.573Z] support-scheduler latest c19790c0e1bf 3 seconds ago 26.2MB [2024-03-13T23:39:43.573Z] core-common-config-bootstrapper latest 3e6564470627 3 seconds ago 15MB [2024-03-13T23:39:43.573Z] security-proxy-auth latest 3519b32b662a 4 seconds ago 15.8MB [2024-03-13T23:39:43.573Z] core-metadata latest e52706f35d8f 4 seconds ago 17.4MB [2024-03-13T23:39:43.573Z] core-data latest 36883a8e1604 4 seconds ago 17.2MB [2024-03-13T23:39:43.573Z] core-command latest 5fa00475714e 5 seconds ago 17MB [2024-03-13T23:39:43.573Z] security-spire-server latest 89d081d5449b 2 minutes ago 102MB [2024-03-13T23:39:43.573Z] security-spire-config latest cdd593b8869d 2 minutes ago 102MB [2024-03-13T23:39:43.573Z] security-spire-agent latest 7196e9456784 2 minutes ago 161MB [2024-03-13T23:39:43.573Z] ci-base-image-x86_64 latest 10c26629c659 5 minutes ago 887MB [2024-03-13T23:39:43.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 4 months ago 564MB [2024-03-13T23:39:43.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 9 months ago 334MB [2024-03-13T23:39:43.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 20 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-03-13T23:39:51.694Z] Removing intermediate container e5316fc6a14c [2024-03-13T23:39:51.694Z] ---> 8d872ce16f5f [2024-03-13T23:39:51.694Z] Successfully built 8d872ce16f5f [2024-03-13T23:39:51.694Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:39:52.221Z] + docker inspect -f . ci-base-image-arm64 [2024-03-13T23:39:52.221Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-13T23:39:52.669Z] prd-ubuntu20.04-docker-arm64-4c-16g-5581 does not seem to be running inside a container [2024-03-13T23:39:52.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-03-13T23:39:54.701Z] $ docker top b9b6483b534ac318ec311ce80331287c3d9e7a729bb7a12774915c9ec07ff2a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-13T23:39:55.835Z] + go version [2024-03-13T23:39:55.835Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-03-13T23:39:55.871Z] $ docker stop --time=1 b9b6483b534ac318ec311ce80331287c3d9e7a729bb7a12774915c9ec07ff2a3 [2024-03-13T23:39:57.683Z] $ docker rm -f --volumes b9b6483b534ac318ec311ce80331287c3d9e7a729bb7a12774915c9ec07ff2a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:39:58.958Z] + docker inspect -f . ci-base-image-arm64 [2024-03-13T23:39:58.958Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-13T23:39:59.313Z] prd-ubuntu20.04-docker-arm64-4c-16g-5581 does not seem to be running inside a container [2024-03-13T23:39:59.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-03-13T23:40:00.877Z] $ docker top fac56958caddebddf0ba0568fdc7247daa5edbd935b3483f879d0d9dea174b6b -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-13T23:40:01.278Z] ========================================================= [2024-03-13T23:40:01.278Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-03-13T23:40:01.278Z] ========================================================= [Pipeline] sh [2024-03-13T23:40:01.963Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-03-13T23:40:02.758Z] + make test [2024-03-13T23:40:02.758Z] go test -race -coverprofile=coverage.out ./... [2024-03-13T23:40:54.597Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-03-13T23:43:17.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-03-13T23:43:17.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-03-13T23:43:17.630Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-03-13T23:43:21.910Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-03-13T23:43:21.910Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-03-13T23:43:21.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-03-13T23:43:22.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-03-13T23:43:22.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-03-13T23:43:22.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-03-13T23:43:23.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-03-13T23:43:26.335Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-03-13T23:43:26.335Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-03-13T23:43:26.335Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-03-13T23:43:26.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-03-13T23:43:33.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-03-13T23:43:33.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-03-13T23:43:33.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.299s coverage: 28.7% of statements [2024-03-13T23:43:45.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.395s coverage: 97.0% of statements [2024-03-13T23:43:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-03-13T23:43:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-03-13T23:43:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-03-13T23:43:56.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.525s coverage: 69.2% of statements [2024-03-13T23:43:58.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-03-13T23:43:58.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-03-13T23:43:59.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.444s coverage: 53.2% of statements [2024-03-13T23:44:06.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-03-13T23:44:06.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-03-13T23:44:06.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:44:06.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-03-13T23:44:06.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-03-13T23:44:14.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-03-13T23:44:14.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-03-13T23:44:37.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-03-13T23:44:37.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:44:37.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-03-13T23:44:37.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 29.032s coverage: 93.4% of statements [2024-03-13T23:44:37.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.519s coverage: 4.1% of statements [2024-03-13T23:44:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-03-13T23:44:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-03-13T23:44:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-03-13T23:44:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-03-13T23:44:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-03-13T23:44:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-03-13T23:44:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-03-13T23:44:39.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.467s coverage: 97.6% of statements [2024-03-13T23:44:39.404Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.243s coverage: 72.2% of statements [2024-03-13T23:44:51.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-03-13T23:44:51.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-03-13T23:44:53.297Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.448s coverage: 0.9% of statements [2024-03-13T23:44:53.297Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.302s coverage: 32.2% of statements [2024-03-13T23:44:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.331s coverage: 41.7% of statements [2024-03-13T23:44:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.329s coverage: 82.9% of statements [2024-03-13T23:44:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.234s coverage: 94.1% of statements [2024-03-13T23:44:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.328s coverage: 96.3% of statements [2024-03-13T23:45:03.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.267s coverage: 87.5% of statements [2024-03-13T23:45:04.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-03-13T23:45:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-03-13T23:45:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-03-13T23:45:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-03-13T23:45:10.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-03-13T23:45:10.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-03-13T23:45:10.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-03-13T23:45:10.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-03-13T23:45:15.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.238s coverage: 94.4% of statements [2024-03-13T23:45:16.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-03-13T23:45:16.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-03-13T23:45:16.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-03-13T23:45:16.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-03-13T23:45:28.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-03-13T23:45:28.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-03-13T23:45:29.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-03-13T23:45:30.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.206s coverage: 79.9% of statements [2024-03-13T23:45:30.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.284s coverage: 92.9% of statements [2024-03-13T23:45:30.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.089s coverage: 64.4% of statements [2024-03-13T23:45:30.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.273s coverage: 62.3% of statements [2024-03-13T23:45:30.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.242s coverage: 87.2% of statements [2024-03-13T23:45:30.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.229s coverage: 20.0% of statements [2024-03-13T23:45:30.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.203s coverage: 100.0% of statements [2024-03-13T23:45:35.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-03-13T23:45:35.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-03-13T23:45:35.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.580s coverage: 81.8% of statements [2024-03-13T23:45:36.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.475s coverage: 82.1% of statements [2024-03-13T23:45:36.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.273s coverage: 86.0% of statements [2024-03-13T23:45:43.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-03-13T23:45:43.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-03-13T23:45:44.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 2.121s coverage: 63.1% of statements [2024-03-13T23:45:44.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.275s coverage: 100.0% of statements [2024-03-13T23:45:46.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.126s coverage: 89.4% of statements [2024-03-13T23:45:46.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.075s coverage: 100.0% of statements [2024-03-13T23:45:46.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-03-13T23:45:46.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-03-13T23:45:46.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-03-13T23:45:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.087s coverage: 73.7% of statements [2024-03-13T23:45:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.076s coverage: 100.0% of statements [2024-03-13T23:45:55.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-03-13T23:45:55.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-03-13T23:45:55.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-03-13T23:45:57.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 2.015s coverage: 38.4% of statements [2024-03-13T23:45:57.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.287s coverage: 89.5% of statements [2024-03-13T23:46:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-03-13T23:46:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-03-13T23:46:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-03-13T23:46:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-03-13T23:46:03.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.270s coverage: 84.8% of statements [2024-03-13T23:46:10.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-03-13T23:46:10.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-03-13T23:46:10.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-03-13T23:46:10.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-03-13T23:46:18.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.369s coverage: 19.9% of statements [2024-03-13T23:46:20.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-03-13T23:46:20.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:46:20.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-03-13T23:46:20.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-03-13T23:46:21.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.822s coverage: 95.7% of statements [2024-03-13T23:46:26.238Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-03-13T23:46:26.238Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-03-13T23:46:26.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.374s coverage: 61.8% of statements [2024-03-13T23:46:30.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-03-13T23:46:30.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-03-13T23:46:31.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.511s coverage: 98.9% of statements [2024-03-13T23:46:33.093Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-03-13T23:46:33.364Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-03-13T23:46:33.364Z] go vet ./... [2024-03-13T23:49:12.875Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-13T23:49:12.875Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-13T23:49:12.875Z] ./bin/test-attribution-txt.sh [2024-03-13T23:49:12.875Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-13T23:49:12.918Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-03-13T23:49:13.646Z] + ls -al . [2024-03-13T23:49:13.646Z] total 732 [2024-03-13T23:49:13.646Z] drwxrwxr-x 10 1001 1001 4096 Mar 13 23:40 . [2024-03-13T23:49:13.646Z] drwxr-xr-x 4 root root 4096 Mar 13 23:40 .. [2024-03-13T23:49:13.646Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 23:38 .blubracket [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 10 Mar 13 23:38 .dockerignore [2024-03-13T23:49:13.646Z] drwxrwxr-x 8 1001 1001 4096 Mar 13 23:38 .git [2024-03-13T23:49:13.646Z] drwxrwxr-x 3 1001 1001 4096 Mar 13 23:38 .github [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 1074 Mar 13 23:38 .gitignore [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 42 Mar 13 23:38 .golangci.yml [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 100 Mar 13 23:38 .hadolint.yml [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 155 Mar 13 23:38 .sonarcloud.properties [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 1171 Mar 13 23:38 ADOPTERS.md [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 11674 Mar 13 23:38 Attribution.txt [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 100284 Mar 13 23:38 CHANGELOG.md [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 3804 Mar 13 23:38 CONTRIBUTING.md [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 677 Mar 13 23:38 GOVERNANCE.md [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 861 Mar 13 23:38 Jenkinsfile [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 10775 Mar 13 23:38 LICENSE [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 15392 Mar 13 23:38 Makefile [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 582 Mar 13 23:38 OWNERS.md [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 9528 Mar 13 23:38 README.md [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 789 Mar 13 23:38 SECURITY.md [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 5 Mar 13 23:34 VERSION [2024-03-13T23:49:13.646Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 23:38 bin [2024-03-13T23:49:13.646Z] drwxrwxr-x 18 1001 1001 4096 Mar 13 23:38 cmd [2024-03-13T23:49:13.646Z] -rw-r--r-- 1 root root 453602 Mar 13 23:46 coverage.out [2024-03-13T23:49:13.646Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 23:38 fuzz_test [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 3734 Mar 13 23:38 go.mod [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 35731 Mar 13 23:38 go.sum [2024-03-13T23:49:13.646Z] drwxrwxr-x 7 1001 1001 4096 Mar 13 23:38 internal [2024-03-13T23:49:13.646Z] drwxrwxr-x 3 1001 1001 4096 Mar 13 23:38 openapi [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 584 Mar 13 23:38 security.txt [2024-03-13T23:49:13.646Z] -rw-rw-r-- 1 1001 1001 204 Mar 13 23:38 version.go [Pipeline] sh [2024-03-13T23:49:14.320Z] + '[' -e coverage.out ] [2024-03-13T23:49:14.320Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-03-13T23:49:14.356Z] Warning: overwriting stash ‘coverage-report’ [2024-03-13T23:49:15.256Z] Stashed 1 file(s) [Pipeline] sh [2024-03-13T23:49:15.906Z] + make build [2024-03-13T23:49:15.906Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-03-13T23:50:52.566Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-13T23:50:52.566Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-13T23:50:55.910Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-13T23:50:58.492Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-13T23:51:30.703Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-13T23:51:33.348Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-13T23:51:38.728Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-13T23:51:43.042Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-13T23:51:45.623Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-13T23:51:48.201Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-13T23:51:52.485Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-03-13T23:51:56.767Z] $ docker stop --time=1 fac56958caddebddf0ba0568fdc7247daa5edbd935b3483f879d0d9dea174b6b [2024-03-13T23:51:58.968Z] $ docker rm -f --volumes fac56958caddebddf0ba0568fdc7247daa5edbd935b3483f879d0d9dea174b6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:52:02.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-13T23:52:02.410Z] [2024-03-13T23:52:02.410Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-13T23:52:02.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-13T23:52:03.139Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-03-13T23:52:03.139Z] 547446be3368: Pulling fs layer [2024-03-13T23:52:03.139Z] d125d8839a47: Pulling fs layer [2024-03-13T23:52:03.139Z] 3e85d5ac6304: Pulling fs layer [2024-03-13T23:52:03.139Z] c3105a71a48b: Pulling fs layer [2024-03-13T23:52:03.139Z] 0f093f025ec4: Pulling fs layer [2024-03-13T23:52:03.139Z] c3106fc0e877: Pulling fs layer [2024-03-13T23:52:03.139Z] c3105a71a48b: Waiting [2024-03-13T23:52:03.139Z] 0f093f025ec4: Waiting [2024-03-13T23:52:03.139Z] c3106fc0e877: Waiting [2024-03-13T23:52:03.139Z] 547446be3368: Verifying Checksum [2024-03-13T23:52:03.139Z] 547446be3368: Download complete [2024-03-13T23:52:03.139Z] c3105a71a48b: Verifying Checksum [2024-03-13T23:52:03.139Z] c3105a71a48b: Download complete [2024-03-13T23:52:03.727Z] d125d8839a47: Verifying Checksum [2024-03-13T23:52:03.728Z] d125d8839a47: Download complete [2024-03-13T23:52:03.728Z] c3106fc0e877: Verifying Checksum [2024-03-13T23:52:03.728Z] c3106fc0e877: Download complete [2024-03-13T23:52:03.728Z] 0f093f025ec4: Verifying Checksum [2024-03-13T23:52:03.728Z] 0f093f025ec4: Download complete [2024-03-13T23:52:04.312Z] 547446be3368: Pull complete [2024-03-13T23:52:05.274Z] d125d8839a47: Pull complete [2024-03-13T23:52:05.859Z] 3e85d5ac6304: Download complete [2024-03-13T23:52:15.932Z] 3e85d5ac6304: Pull complete [2024-03-13T23:52:15.932Z] c3105a71a48b: Pull complete [2024-03-13T23:52:17.333Z] 0f093f025ec4: Pull complete [2024-03-13T23:52:17.333Z] c3106fc0e877: Pull complete [2024-03-13T23:52:17.333Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-03-13T23:52:17.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-03-13T23:52:17.333Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-13T23:52:17.829Z] prd-ubuntu20.04-docker-arm64-4c-16g-5581 does not seem to be running inside a container [2024-03-13T23:52:17.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-03-13T23:52:20.191Z] $ docker top b75efb7ec4e34df02291926b83f13180a943bbdf26e21a006b30108ba056a42d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-13T23:52:21.167Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-03-13T23:52:31.239Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #1 transferring dockerfile: [2024-03-13T23:52:31.239Z] #1 transferring dockerfile: 2.49kB 0.0s done [2024-03-13T23:52:31.239Z] #1 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #2 [support-scheduler internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #2 transferring dockerfile: 1.93kB 0.0s done [2024-03-13T23:52:31.239Z] #2 DONE 0.0s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #3 [core-metadata internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #3 DONE 0.0s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #4 [core-data internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #4 transferring dockerfile: 2.01kB 0.0s done [2024-03-13T23:52:31.239Z] #4 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #3 [core-metadata internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #3 transferring dockerfile: 2.06kB done [2024-03-13T23:52:31.239Z] #3 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #5 [security-spire-server internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #5 transferring dockerfile: 1.70kB done [2024-03-13T23:52:31.239Z] #5 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #6 transferring dockerfile: 1.81kB done [2024-03-13T23:52:31.239Z] #6 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #7 transferring dockerfile: 2.15kB 0.0s done [2024-03-13T23:52:31.239Z] #7 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #8 transferring dockerfile: 1.89kB done [2024-03-13T23:52:31.239Z] #8 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #9 transferring dockerfile: 2.93kB 0.0s done [2024-03-13T23:52:31.239Z] #9 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #10 [security-spire-config internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #10 transferring dockerfile: 1.69kB done [2024-03-13T23:52:31.239Z] #10 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-03-13T23:52:31.239Z] #11 transferring dockerfile: 2.23kB 0.0s done [2024-03-13T23:52:31.239Z] #11 DONE 0.1s [2024-03-13T23:52:31.239Z] [2024-03-13T23:52:31.239Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2024-03-13T23:52:31.506Z] #12 transferring dockerfile: 2.50kB done [2024-03-13T23:52:31.506Z] #12 DONE 0.1s [2024-03-13T23:52:31.506Z] [2024-03-13T23:52:31.506Z] #13 [support-notifications internal] load build definition from Dockerfile [2024-03-13T23:52:31.506Z] #13 transferring dockerfile: 1.95kB 0.0s done [2024-03-13T23:52:31.506Z] #13 DONE 0.1s [2024-03-13T23:52:31.506Z] [2024-03-13T23:52:31.506Z] #14 [core-command internal] load build definition from Dockerfile [2024-03-13T23:52:31.506Z] #14 transferring dockerfile: 1.93kB done [2024-03-13T23:52:31.506Z] #14 DONE 0.1s [2024-03-13T23:52:31.506Z] [2024-03-13T23:52:31.506Z] #15 [security-secretstore-setup internal] load .dockerignore [2024-03-13T23:52:31.506Z] #15 transferring context: 50B 0.0s done [2024-03-13T23:52:31.772Z] #15 DONE 0.1s [2024-03-13T23:52:32.369Z] [2024-03-13T23:52:32.369Z] #16 [support-scheduler internal] load .dockerignore [2024-03-13T23:52:32.369Z] #16 transferring context: 50B done [2024-03-13T23:52:32.369Z] #16 DONE 0.0s [2024-03-13T23:52:32.369Z] [2024-03-13T23:52:32.369Z] #17 [core-data internal] load .dockerignore [2024-03-13T23:52:32.369Z] #17 transferring context: 50B 0.0s done [2024-03-13T23:52:32.369Z] #17 DONE 0.1s [2024-03-13T23:52:32.369Z] [2024-03-13T23:52:32.369Z] #18 [core-metadata internal] load .dockerignore [2024-03-13T23:52:32.369Z] #18 transferring context: 50B 0.0s done [2024-03-13T23:52:32.369Z] #18 DONE 0.1s [2024-03-13T23:52:32.369Z] [2024-03-13T23:52:32.369Z] #19 [security-spire-server internal] load .dockerignore [2024-03-13T23:52:32.369Z] #19 transferring context: 50B 0.0s done [2024-03-13T23:52:32.369Z] #19 DONE 0.1s [2024-03-13T23:52:32.369Z] [2024-03-13T23:52:32.369Z] #20 [security-spire-agent internal] load .dockerignore [2024-03-13T23:52:32.640Z] #20 transferring context: 50B done [2024-03-13T23:52:32.640Z] #20 DONE 0.1s [2024-03-13T23:52:32.640Z] [2024-03-13T23:52:32.640Z] #21 [security-proxy-auth internal] load .dockerignore [2024-03-13T23:52:32.640Z] #21 transferring context: 50B 0.0s done [2024-03-13T23:52:32.640Z] #21 DONE 0.1s [2024-03-13T23:52:32.640Z] [2024-03-13T23:52:32.640Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2024-03-13T23:52:32.640Z] #22 transferring context: 50B done [2024-03-13T23:52:32.640Z] #22 DONE 0.1s [2024-03-13T23:52:32.640Z] [2024-03-13T23:52:32.640Z] #23 [security-bootstrapper internal] load .dockerignore [2024-03-13T23:52:32.640Z] #23 transferring context: 50B 0.0s done [2024-03-13T23:52:32.640Z] #23 DONE 0.1s [2024-03-13T23:52:32.909Z] [2024-03-13T23:52:32.909Z] #24 [security-spire-config internal] load .dockerignore [2024-03-13T23:52:32.909Z] #24 transferring context: 50B done [2024-03-13T23:52:32.909Z] #24 DONE 0.1s [2024-03-13T23:52:32.909Z] [2024-03-13T23:52:32.909Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-03-13T23:52:32.909Z] #25 transferring context: 50B 0.0s done [2024-03-13T23:52:32.909Z] #25 DONE 0.1s [2024-03-13T23:52:32.909Z] [2024-03-13T23:52:32.909Z] #26 [security-proxy-setup internal] load .dockerignore [2024-03-13T23:52:32.909Z] #26 transferring context: 50B 0.0s done [2024-03-13T23:52:33.176Z] #26 DONE 0.1s [2024-03-13T23:52:33.176Z] [2024-03-13T23:52:33.176Z] #27 [support-notifications internal] load .dockerignore [2024-03-13T23:52:33.176Z] #27 transferring context: 50B 0.0s done [2024-03-13T23:52:33.176Z] #27 DONE 0.1s [2024-03-13T23:52:33.176Z] [2024-03-13T23:52:33.176Z] #28 [core-command internal] load .dockerignore [2024-03-13T23:52:33.176Z] #28 transferring context: 50B done [2024-03-13T23:52:33.176Z] #28 DONE 0.1s [2024-03-13T23:52:33.176Z] [2024-03-13T23:52:33.176Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:33.176Z] #29 DONE 0.0s [2024-03-13T23:52:33.176Z] [2024-03-13T23:52:33.176Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:52:33.767Z] #30 DONE 0.5s [2024-03-13T23:52:33.767Z] [2024-03-13T23:52:33.767Z] #31 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:33.767Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:33.767Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:33.767Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:33.767Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:33.767Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 0B / 3.33MB 0.1s [2024-03-13T23:52:34.037Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.10MB / 3.33MB 0.3s [2024-03-13T23:52:34.037Z] #31 ... [2024-03-13T23:52:34.037Z] [2024-03-13T23:52:34.037Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:34.037Z] #29 DONE 0.0s [2024-03-13T23:52:34.037Z] [2024-03-13T23:52:34.037Z] #31 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:34.037Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s [2024-03-13T23:52:34.037Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 [2024-03-13T23:52:34.312Z] #31 ... [2024-03-13T23:52:34.312Z] [2024-03-13T23:52:34.312Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:34.312Z] #29 DONE 0.0s [2024-03-13T23:52:34.312Z] [2024-03-13T23:52:34.312Z] #31 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:34.312Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:34.312Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:34.312Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:34.312Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:34.312Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:34.312Z] #31 ... [2024-03-13T23:52:34.312Z] [2024-03-13T23:52:34.312Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:52:34.312Z] #30 DONE 0.5s [2024-03-13T23:52:34.312Z] [2024-03-13T23:52:34.312Z] #31 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:34.312Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:34.312Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:34.312Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:34.312Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:34.312Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:34.578Z] #31 ... [2024-03-13T23:52:34.578Z] [2024-03-13T23:52:34.578Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:34.578Z] #29 DONE 0.0s [2024-03-13T23:52:34.578Z] [2024-03-13T23:52:34.578Z] #32 [core-data internal] load build context [2024-03-13T23:52:34.853Z] #32 ... [2024-03-13T23:52:34.853Z] [2024-03-13T23:52:34.853Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:52:34.853Z] #30 DONE 0.6s [2024-03-13T23:52:34.853Z] [2024-03-13T23:52:34.853Z] #32 [core-data internal] load build context [2024-03-13T23:52:35.124Z] #32 ... [2024-03-13T23:52:35.124Z] [2024-03-13T23:52:35.124Z] #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:52:35.124Z] #30 DONE 0.9s [2024-03-13T23:52:35.124Z] [2024-03-13T23:52:35.124Z] #32 [core-data internal] load build context [2024-03-13T23:52:35.395Z] #32 ... [2024-03-13T23:52:35.395Z] [2024-03-13T23:52:35.395Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:35.395Z] #29 DONE 0.0s [2024-03-13T23:52:35.395Z] [2024-03-13T23:52:35.395Z] #32 [core-data internal] load build context [2024-03-13T23:52:35.663Z] #32 ... [2024-03-13T23:52:35.663Z] [2024-03-13T23:52:35.663Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:35.663Z] #29 DONE 0.0s [2024-03-13T23:52:35.663Z] [2024-03-13T23:52:35.663Z] #32 [core-data internal] load build context [2024-03-13T23:52:35.663Z] #32 ... [2024-03-13T23:52:35.663Z] [2024-03-13T23:52:35.663Z] #33 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-13T23:52:35.663Z] #33 DONE 2.8s [2024-03-13T23:52:35.663Z] [2024-03-13T23:52:35.663Z] #32 [core-data internal] load build context [2024-03-13T23:52:35.663Z] #32 ... [2024-03-13T23:52:35.663Z] [2024-03-13T23:52:35.663Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:35.663Z] #29 DONE 0.0s [2024-03-13T23:52:35.663Z] [2024-03-13T23:52:35.663Z] #32 [core-data internal] load build context [2024-03-13T23:52:35.936Z] #32 ... [2024-03-13T23:52:35.936Z] [2024-03-13T23:52:35.936Z] #33 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-13T23:52:35.936Z] #33 DONE 2.9s [2024-03-13T23:52:35.936Z] [2024-03-13T23:52:35.936Z] #32 [core-data internal] load build context [2024-03-13T23:52:36.229Z] #32 ... [2024-03-13T23:52:36.229Z] [2024-03-13T23:52:36.229Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:36.229Z] #29 DONE 0.0s [2024-03-13T23:52:36.229Z] [2024-03-13T23:52:36.229Z] #32 [core-data internal] load build context [2024-03-13T23:52:36.500Z] #32 ... [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:36.500Z] #29 DONE 0.0s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:52:36.500Z] #30 DONE 2.0s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #34 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-03-13T23:52:36.500Z] #34 DONE 1.6s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #31 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:36.500Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:36.500Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:36.500Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:36.500Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:36.500Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:36.500Z] #31 ... [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:36.500Z] #29 DONE 0.0s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:52:36.500Z] #35 DONE 0.0s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-13T23:52:36.500Z] #33 DONE 3.0s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-03-13T23:52:36.500Z] #36 DONE 1.6s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #34 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-03-13T23:52:36.500Z] #34 DONE 1.7s [2024-03-13T23:52:36.500Z] [2024-03-13T23:52:36.500Z] #31 [security-proxy-setup stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:36.500Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:36.500Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:36.500Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:36.500Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:36.500Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:36.768Z] #31 ... [2024-03-13T23:52:36.768Z] [2024-03-13T23:52:36.768Z] #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-13T23:52:36.768Z] #33 DONE 3.0s [2024-03-13T23:52:36.768Z] [2024-03-13T23:52:36.768Z] #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-03-13T23:52:36.768Z] #37 DONE 1.9s [2024-03-13T23:52:36.768Z] [2024-03-13T23:52:36.768Z] #34 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-03-13T23:52:36.768Z] #34 DONE 1.7s [2024-03-13T23:52:36.768Z] [2024-03-13T23:52:36.768Z] #31 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:36.768Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:36.768Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:36.768Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:36.768Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:36.768Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:36.768Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:36.768Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:36.768Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:36.768Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:36.768Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:37.034Z] #31 ... [2024-03-13T23:52:37.034Z] [2024-03-13T23:52:37.034Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-03-13T23:52:37.034Z] #29 DONE 0.1s [2024-03-13T23:52:37.034Z] [2024-03-13T23:52:37.034Z] #31 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:37.034Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:37.034Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:37.034Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:37.034Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:37.034Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:37.034Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.7s done [2024-03-13T23:52:37.618Z] #31 ... [2024-03-13T23:52:37.618Z] [2024-03-13T23:52:37.618Z] #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-13T23:52:37.618Z] #33 DONE 3.0s [2024-03-13T23:52:37.618Z] [2024-03-13T23:52:37.618Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-03-13T23:52:37.618Z] #30 DONE 2.9s [2024-03-13T23:52:37.618Z] [2024-03-13T23:52:37.618Z] #34 [core-command builder 2/7] WORKDIR /edgex-go [2024-03-13T23:52:37.618Z] #34 DONE 1.8s [2024-03-13T23:52:37.618Z] [2024-03-13T23:52:37.618Z] #31 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:37.618Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:37.618Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:37.618Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:37.618Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:37.618Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:37.618Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.7s done [2024-03-13T23:52:37.618Z] #31 ... [2024-03-13T23:52:37.618Z] [2024-03-13T23:52:37.618Z] #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-03-13T23:52:37.618Z] #33 DONE 3.0s [2024-03-13T23:52:37.618Z] [2024-03-13T23:52:37.618Z] #34 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-03-13T23:52:37.618Z] #34 DONE 1.8s [2024-03-13T23:52:37.618Z] [2024-03-13T23:52:37.618Z] #31 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:37.618Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-03-13T23:52:37.618Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-03-13T23:52:37.618Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-03-13T23:52:37.618Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-03-13T23:52:37.618Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-03-13T23:52:37.618Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.7s done [2024-03-13T23:52:39.068Z] #31 ... [2024-03-13T23:52:39.068Z] [2024-03-13T23:52:39.068Z] #38 [security-spire-server internal] load build context [2024-03-13T23:52:39.068Z] #38 transferring context: 18.10kB 0.3s done [2024-03-13T23:52:39.068Z] #38 DONE 2.0s [2024-03-13T23:52:39.068Z] [2024-03-13T23:52:39.068Z] #39 [security-spire-agent internal] load build context [2024-03-13T23:52:39.068Z] #39 transferring context: 17.63kB 0.2s done [2024-03-13T23:52:39.068Z] #39 DONE 2.1s [2024-03-13T23:52:39.068Z] [2024-03-13T23:52:39.068Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:39.068Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.2s done [2024-03-13T23:52:39.068Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-03-13T23:52:39.068Z] #40 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-03-13T23:52:39.068Z] #40 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-03-13T23:52:39.068Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2024-03-13T23:52:39.068Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.5s [2024-03-13T23:52:39.068Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-03-13T23:52:39.068Z] #40 ... [2024-03-13T23:52:39.068Z] [2024-03-13T23:52:39.068Z] #41 [security-spire-config internal] load build context [2024-03-13T23:52:39.068Z] #41 transferring context: 16.35kB 0.1s done [2024-03-13T23:52:39.068Z] #41 DONE 2.1s [2024-03-13T23:52:39.068Z] [2024-03-13T23:52:39.068Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:39.068Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2024-03-13T23:52:39.068Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 86.02kB / 123.55kB 0.7s [2024-03-13T23:52:39.335Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.8s [2024-03-13T23:52:39.335Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.8s [2024-03-13T23:52:39.335Z] #40 ... [2024-03-13T23:52:39.335Z] [2024-03-13T23:52:39.335Z] #31 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-13T23:52:39.335Z] #31 DONE 6.7s [2024-03-13T23:52:39.605Z] [2024-03-13T23:52:39.605Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:39.605Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s done [2024-03-13T23:52:39.605Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s done [2024-03-13T23:52:39.871Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.2s [2024-03-13T23:52:39.871Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.4s done [2024-03-13T23:52:40.845Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2024-03-13T23:52:40.845Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-03-13T23:52:41.434Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 2.8s [2024-03-13T23:52:42.018Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 3.6s [2024-03-13T23:52:42.603Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 4.2s [2024-03-13T23:52:42.873Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2024-03-13T23:52:43.457Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.4s done [2024-03-13T23:52:43.457Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.4s done [2024-03-13T23:52:43.457Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.57MB / 23.39MB 5.1s [2024-03-13T23:52:43.737Z] #40 ... [2024-03-13T23:52:43.737Z] [2024-03-13T23:52:43.737Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:43.737Z] #42 transferring context: 40.15MB 9.7s [2024-03-13T23:52:43.737Z] #42 ... [2024-03-13T23:52:43.737Z] [2024-03-13T23:52:43.737Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:44.322Z] #40 ... [2024-03-13T23:52:44.322Z] [2024-03-13T23:52:44.322Z] #43 [support-scheduler internal] load build context [2024-03-13T23:52:44.592Z] #43 ... [2024-03-13T23:52:44.592Z] [2024-03-13T23:52:44.592Z] #44 [core-metadata internal] load build context [2024-03-13T23:52:44.592Z] #44 ... [2024-03-13T23:52:44.592Z] [2024-03-13T23:52:44.592Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:44.863Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 6.3s [2024-03-13T23:52:45.822Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.44MB / 23.39MB 7.1s [2024-03-13T23:52:45.822Z] #40 ... [2024-03-13T23:52:45.822Z] [2024-03-13T23:52:45.822Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:52:45.822Z] #45 ... [2024-03-13T23:52:45.822Z] [2024-03-13T23:52:45.822Z] #43 [support-scheduler internal] load build context [2024-03-13T23:52:45.822Z] #43 ... [2024-03-13T23:52:45.822Z] [2024-03-13T23:52:45.822Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:52:46.094Z] #46 ... [2024-03-13T23:52:46.094Z] [2024-03-13T23:52:46.094Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:46.683Z] #40 ... [2024-03-13T23:52:46.683Z] [2024-03-13T23:52:46.683Z] #32 [core-data internal] load build context [2024-03-13T23:52:46.683Z] #32 ... [2024-03-13T23:52:46.683Z] [2024-03-13T23:52:46.683Z] #47 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-03-13T23:52:46.683Z] #0 9.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:46.683Z] #47 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:46.683Z] #47 ... [2024-03-13T23:52:46.683Z] [2024-03-13T23:52:46.683Z] #48 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-03-13T23:52:46.683Z] #0 8.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:46.683Z] #0 9.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:46.962Z] #48 ... [2024-03-13T23:52:46.962Z] [2024-03-13T23:52:46.962Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:52:46.962Z] #49 ... [2024-03-13T23:52:46.962Z] [2024-03-13T23:52:46.962Z] #50 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-13T23:52:46.962Z] #0 5.589 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:46.962Z] #0 6.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:46.962Z] #0 8.392 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:52:46.962Z] #0 8.392 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:52:46.962Z] #0 8.392 OK: 19951 distinct packages available [2024-03-13T23:52:46.962Z] #0 9.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:47.230Z] #50 10.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:47.230Z] #50 ... [2024-03-13T23:52:47.230Z] [2024-03-13T23:52:47.230Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:52:47.230Z] #51 ... [2024-03-13T23:52:47.230Z] [2024-03-13T23:52:47.230Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:52:47.230Z] #52 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.2s done [2024-03-13T23:52:47.230Z] #52 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-03-13T23:52:47.230Z] #52 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-03-13T23:52:47.230Z] #52 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-03-13T23:52:47.230Z] #52 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done [2024-03-13T23:52:47.230Z] #52 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.5s done [2024-03-13T23:52:47.230Z] #52 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-03-13T23:52:47.230Z] #52 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 5.3s done [2024-03-13T23:52:47.230Z] #52 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-03-13T23:52:47.230Z] #52 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.3s done [2024-03-13T23:52:47.230Z] #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c [2024-03-13T23:52:47.230Z] #52 ... [2024-03-13T23:52:47.230Z] [2024-03-13T23:52:47.230Z] #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-03-13T23:52:47.230Z] #0 5.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:47.230Z] #0 5.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:47.230Z] #0 7.944 OK: 266 MiB in 52 packages [2024-03-13T23:52:47.230Z] #53 DONE 9.7s [2024-03-13T23:52:47.230Z] [2024-03-13T23:52:47.230Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:52:47.230Z] #52 ... [2024-03-13T23:52:47.230Z] [2024-03-13T23:52:47.230Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:52:47.502Z] #35 ... [2024-03-13T23:52:47.502Z] [2024-03-13T23:52:47.502Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:47.502Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.53MB / 23.39MB 9.0s [2024-03-13T23:52:47.502Z] #40 ... [2024-03-13T23:52:47.502Z] [2024-03-13T23:52:47.502Z] #54 [core-command internal] load build context [2024-03-13T23:52:47.769Z] #54 ... [2024-03-13T23:52:47.769Z] [2024-03-13T23:52:47.769Z] #55 [support-notifications internal] load build context [2024-03-13T23:52:47.769Z] #55 ... [2024-03-13T23:52:47.769Z] [2024-03-13T23:52:47.769Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:48.354Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.63MB / 23.39MB 9.8s [2024-03-13T23:52:48.628Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.93MB / 23.39MB 10.2s [2024-03-13T23:52:50.039Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 11.6s [2024-03-13T23:52:50.039Z] #40 ... [2024-03-13T23:52:50.039Z] [2024-03-13T23:52:50.039Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-13T23:52:50.039Z] #56 ... [2024-03-13T23:52:50.039Z] [2024-03-13T23:52:50.039Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-13T23:52:50.306Z] #57 ... [2024-03-13T23:52:50.306Z] [2024-03-13T23:52:50.306Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:50.306Z] #40 ... [2024-03-13T23:52:50.306Z] [2024-03-13T23:52:50.306Z] #48 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-03-13T23:52:50.306Z] #48 12.05 OK: 266 MiB in 52 packages [2024-03-13T23:52:50.306Z] #48 DONE 14.1s [2024-03-13T23:52:50.306Z] [2024-03-13T23:52:50.306Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:50.572Z] #40 ... [2024-03-13T23:52:50.572Z] [2024-03-13T23:52:50.572Z] #47 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-03-13T23:52:50.572Z] #47 13.09 OK: 266 MiB in 52 packages [2024-03-13T23:52:50.572Z] #47 DONE 14.8s [2024-03-13T23:52:50.572Z] [2024-03-13T23:52:50.572Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:50.572Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.04MB / 23.39MB 12.2s [2024-03-13T23:52:50.572Z] #40 ... [2024-03-13T23:52:50.572Z] [2024-03-13T23:52:50.572Z] #50 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-03-13T23:52:50.572Z] #50 13.43 OK: 266 MiB in 52 packages [2024-03-13T23:52:50.572Z] #50 DONE 14.1s [2024-03-13T23:52:50.572Z] [2024-03-13T23:52:50.572Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:50.838Z] #40 ... [2024-03-13T23:52:50.838Z] [2024-03-13T23:52:50.838Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-13T23:52:50.838Z] #58 ... [2024-03-13T23:52:50.838Z] [2024-03-13T23:52:50.838Z] #59 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-13T23:52:51.105Z] #59 ... [2024-03-13T23:52:51.105Z] [2024-03-13T23:52:51.105Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-13T23:52:51.105Z] #60 ... [2024-03-13T23:52:51.105Z] [2024-03-13T23:52:51.105Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-13T23:52:51.371Z] #61 ... [2024-03-13T23:52:51.372Z] [2024-03-13T23:52:51.372Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-13T23:52:51.372Z] #62 ... [2024-03-13T23:52:51.372Z] [2024-03-13T23:52:51.372Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-13T23:52:51.638Z] #63 ... [2024-03-13T23:52:51.638Z] [2024-03-13T23:52:51.638Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-13T23:52:51.638Z] #64 ... [2024-03-13T23:52:51.638Z] [2024-03-13T23:52:51.638Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:52:51.638Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.92MB / 23.39MB 13.0s [2024-03-13T23:52:52.599Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.18MB / 23.39MB 13.8s [2024-03-13T23:52:52.865Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.4s [2024-03-13T23:52:53.141Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.5s done [2024-03-13T23:52:53.408Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2024-03-13T23:52:54.376Z] #40 ... [2024-03-13T23:52:54.376Z] [2024-03-13T23:52:54.376Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:54.376Z] #42 transferring context: 51.63MB 20.2s [2024-03-13T23:52:54.376Z] #42 ... [2024-03-13T23:52:54.376Z] [2024-03-13T23:52:54.376Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:52:54.643Z] #51 ... [2024-03-13T23:52:54.643Z] [2024-03-13T23:52:54.643Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:54.643Z] #42 ... [2024-03-13T23:52:54.643Z] [2024-03-13T23:52:54.643Z] #44 [core-metadata internal] load build context [2024-03-13T23:52:54.913Z] #44 ... [2024-03-13T23:52:54.913Z] [2024-03-13T23:52:54.913Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:55.876Z] #42 ... [2024-03-13T23:52:55.876Z] [2024-03-13T23:52:55.876Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:52:56.144Z] #45 ... [2024-03-13T23:52:56.144Z] [2024-03-13T23:52:56.144Z] #43 [support-scheduler internal] load build context [2024-03-13T23:52:56.144Z] #43 ... [2024-03-13T23:52:56.144Z] [2024-03-13T23:52:56.144Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:52:56.144Z] #46 ... [2024-03-13T23:52:56.144Z] [2024-03-13T23:52:56.144Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:56.728Z] #42 ... [2024-03-13T23:52:56.728Z] [2024-03-13T23:52:56.728Z] #32 [core-data internal] load build context [2024-03-13T23:52:56.728Z] #32 ... [2024-03-13T23:52:56.728Z] [2024-03-13T23:52:56.728Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:52:57.004Z] #46 ... [2024-03-13T23:52:57.004Z] [2024-03-13T23:52:57.004Z] #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-03-13T23:52:57.004Z] #57 10.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:57.004Z] #57 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:57.004Z] #57 13.92 (1/2) Installing ca-certificates (20230506-r0) [2024-03-13T23:52:57.004Z] #57 14.30 (2/2) Installing dumb-init (1.2.5-r2) [2024-03-13T23:52:57.004Z] #57 14.30 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:52:57.004Z] #57 14.30 Executing ca-certificates-20230506-r0.trigger [2024-03-13T23:52:57.004Z] #57 15.17 OK: 9 MiB in 17 packages [2024-03-13T23:52:57.004Z] #57 DONE 17.0s [2024-03-13T23:52:57.283Z] [2024-03-13T23:52:57.283Z] #65 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:52:57.283Z] #65 ... [2024-03-13T23:52:57.283Z] [2024-03-13T23:52:57.283Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:52:57.551Z] #49 ... [2024-03-13T23:52:57.551Z] [2024-03-13T23:52:57.551Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:57.551Z] #42 ... [2024-03-13T23:52:57.551Z] [2024-03-13T23:52:57.551Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:52:57.822Z] #35 ... [2024-03-13T23:52:57.822Z] [2024-03-13T23:52:57.822Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-13T23:52:57.822Z] #59 10.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:57.822Z] #59 11.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:57.822Z] #59 14.94 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-13T23:52:57.822Z] #59 14.94 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:52:57.822Z] #59 15.15 OK: 8 MiB in 16 packages [2024-03-13T23:52:57.822Z] #59 DONE 17.3s [2024-03-13T23:52:57.822Z] [2024-03-13T23:52:57.822Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:52:57.822Z] #35 ... [2024-03-13T23:52:57.822Z] [2024-03-13T23:52:57.822Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:57.822Z] #42 ... [2024-03-13T23:52:57.822Z] [2024-03-13T23:52:57.822Z] #55 [support-notifications internal] load build context [2024-03-13T23:52:58.093Z] #55 ... [2024-03-13T23:52:58.093Z] [2024-03-13T23:52:58.093Z] #54 [core-command internal] load build context [2024-03-13T23:52:58.093Z] #54 ... [2024-03-13T23:52:58.093Z] [2024-03-13T23:52:58.093Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:52:58.093Z] #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 13.2s [2024-03-13T23:52:58.359Z] #52 ... [2024-03-13T23:52:58.359Z] [2024-03-13T23:52:58.359Z] #66 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:52:59.320Z] #66 ... [2024-03-13T23:52:59.320Z] [2024-03-13T23:52:59.320Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-03-13T23:52:59.320Z] #56 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:59.320Z] #56 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:52:59.320Z] #56 14.50 (1/4) Installing ca-certificates (20230506-r0) [2024-03-13T23:52:59.320Z] #56 14.76 (2/4) Installing dumb-init (1.2.5-r2) [2024-03-13T23:52:59.320Z] #56 14.76 (3/4) Installing su-exec (0.2-r3) [2024-03-13T23:52:59.320Z] #56 14.76 (4/4) Installing yq (4.33.3-r5) [2024-03-13T23:52:59.320Z] #56 15.74 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:52:59.320Z] #56 15.81 Executing ca-certificates-20230506-r0.trigger [2024-03-13T23:52:59.320Z] #56 16.86 OK: 18 MiB in 19 packages [2024-03-13T23:52:59.320Z] #56 DONE 19.3s [2024-03-13T23:52:59.320Z] [2024-03-13T23:52:59.320Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:52:59.320Z] #42 transferring context: 59.26MB 25.6s [2024-03-13T23:53:02.669Z] #42 ... [2024-03-13T23:53:02.669Z] [2024-03-13T23:53:02.669Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-03-13T23:53:02.669Z] #60 12.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:02.669Z] #60 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:02.669Z] #60 18.07 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-13T23:53:02.669Z] #60 18.08 (2/4) Installing openssl (3.1.4-r5) [2024-03-13T23:53:02.669Z] #60 18.25 (3/4) Installing su-exec (0.2-r3) [2024-03-13T23:53:02.669Z] #60 18.25 (4/4) Installing yq (4.33.3-r5) [2024-03-13T23:53:02.669Z] #60 19.23 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:53:02.669Z] #60 19.42 OK: 18 MiB in 19 packages [2024-03-13T23:53:02.669Z] #60 DONE 21.6s [2024-03-13T23:53:02.669Z] [2024-03-13T23:53:02.669Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:53:04.077Z] #42 ... [2024-03-13T23:53:04.077Z] [2024-03-13T23:53:04.077Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-13T23:53:04.077Z] #61 12.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:04.077Z] #61 14.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:04.077Z] #61 18.13 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:53:04.077Z] #61 18.13 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:53:04.077Z] #61 18.13 OK: 19946 distinct packages available [2024-03-13T23:53:04.077Z] #61 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:04.077Z] #61 21.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:04.077Z] #61 ... [2024-03-13T23:53:04.077Z] [2024-03-13T23:53:04.077Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:53:04.665Z] #42 transferring context: 65.62MB 30.7s [2024-03-13T23:53:04.665Z] #42 ... [2024-03-13T23:53:04.665Z] [2024-03-13T23:53:04.665Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:53:04.665Z] #51 ... [2024-03-13T23:53:04.665Z] [2024-03-13T23:53:04.665Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:53:04.933Z] #42 ... [2024-03-13T23:53:04.933Z] [2024-03-13T23:53:04.933Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-03-13T23:53:04.933Z] #58 16.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:04.933Z] #58 17.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:04.933Z] #58 22.54 (1/1) Installing dumb-init (1.2.5-r2) [2024-03-13T23:53:04.933Z] #58 22.54 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:53:04.933Z] #58 22.69 OK: 8 MiB in 16 packages [2024-03-13T23:53:04.933Z] #58 DONE 24.0s [2024-03-13T23:53:04.933Z] [2024-03-13T23:53:04.933Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:53:04.933Z] #42 ... [2024-03-13T23:53:04.933Z] [2024-03-13T23:53:04.933Z] #44 [core-metadata internal] load build context [2024-03-13T23:53:05.199Z] #44 ... [2024-03-13T23:53:05.199Z] [2024-03-13T23:53:05.199Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:53:05.472Z] #51 ... [2024-03-13T23:53:05.472Z] [2024-03-13T23:53:05.472Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-03-13T23:53:05.472Z] #62 15.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:05.472Z] #62 17.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:05.472Z] #62 22.20 (1/2) Installing dumb-init (1.2.5-r2) [2024-03-13T23:53:05.472Z] #62 22.20 (2/2) Installing su-exec (0.2-r3) [2024-03-13T23:53:05.472Z] #62 22.20 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:53:05.472Z] #62 22.25 OK: 8 MiB in 17 packages [2024-03-13T23:53:05.472Z] #62 DONE 24.3s [2024-03-13T23:53:05.744Z] [2024-03-13T23:53:05.744Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:53:05.744Z] #51 ... [2024-03-13T23:53:05.744Z] [2024-03-13T23:53:05.744Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:05.744Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.5s [2024-03-13T23:53:06.010Z] #40 ... [2024-03-13T23:53:06.010Z] [2024-03-13T23:53:06.010Z] #44 [core-metadata internal] load build context [2024-03-13T23:53:06.293Z] #44 ... [2024-03-13T23:53:06.293Z] [2024-03-13T23:53:06.293Z] #43 [support-scheduler internal] load build context [2024-03-13T23:53:06.565Z] #43 ... [2024-03-13T23:53:06.565Z] [2024-03-13T23:53:06.565Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:06.565Z] #45 ... [2024-03-13T23:53:06.565Z] [2024-03-13T23:53:06.565Z] #44 [core-metadata internal] load build context [2024-03-13T23:53:07.149Z] #44 ... [2024-03-13T23:53:07.149Z] [2024-03-13T23:53:07.149Z] #32 [core-data internal] load build context [2024-03-13T23:53:07.149Z] #32 ... [2024-03-13T23:53:07.149Z] [2024-03-13T23:53:07.149Z] #66 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:53:07.149Z] #66 9.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:07.149Z] #66 ... [2024-03-13T23:53:07.149Z] [2024-03-13T23:53:07.149Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:53:07.415Z] #46 ... [2024-03-13T23:53:07.415Z] [2024-03-13T23:53:07.415Z] #32 [core-data internal] load build context [2024-03-13T23:53:07.688Z] #32 ... [2024-03-13T23:53:07.688Z] [2024-03-13T23:53:07.688Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:07.688Z] #49 ... [2024-03-13T23:53:07.688Z] [2024-03-13T23:53:07.688Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:53:07.688Z] #51 ... [2024-03-13T23:53:07.688Z] [2024-03-13T23:53:07.688Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:07.955Z] #35 ... [2024-03-13T23:53:07.955Z] [2024-03-13T23:53:07.955Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:07.955Z] #49 ... [2024-03-13T23:53:07.955Z] [2024-03-13T23:53:07.955Z] #55 [support-notifications internal] load build context [2024-03-13T23:53:08.224Z] #55 ... [2024-03-13T23:53:08.224Z] [2024-03-13T23:53:08.224Z] #54 [core-command internal] load build context [2024-03-13T23:53:08.224Z] #54 ... [2024-03-13T23:53:08.224Z] [2024-03-13T23:53:08.224Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-13T23:53:08.224Z] #64 17.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:08.224Z] #64 18.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:08.224Z] #64 23.87 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:53:08.224Z] #64 23.87 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:53:08.224Z] #64 23.87 OK: 19946 distinct packages available [2024-03-13T23:53:08.224Z] #64 24.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:08.224Z] #64 25.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:08.490Z] #64 ... [2024-03-13T23:53:08.490Z] [2024-03-13T23:53:08.490Z] #54 [core-command internal] load build context [2024-03-13T23:53:08.756Z] #54 ... [2024-03-13T23:53:08.756Z] [2024-03-13T23:53:08.756Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:53:08.756Z] #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 23.5s [2024-03-13T23:53:08.756Z] #52 ... [2024-03-13T23:53:08.756Z] [2024-03-13T23:53:08.756Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-13T23:53:08.756Z] #63 17.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:08.756Z] #63 19.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:08.756Z] #63 23.21 v3.18.6-79-g7c791c7dfa2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-03-13T23:53:08.756Z] #63 23.21 v3.18.6-91-ge59979f34b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-03-13T23:53:08.756Z] #63 23.21 OK: 19946 distinct packages available [2024-03-13T23:53:08.756Z] #63 23.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:08.756Z] #63 24.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:09.022Z] #63 ... [2024-03-13T23:53:09.022Z] [2024-03-13T23:53:09.022Z] #44 [core-metadata internal] load build context [2024-03-13T23:53:09.606Z] #44 ... [2024-03-13T23:53:09.606Z] [2024-03-13T23:53:09.606Z] #67 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-13T23:53:09.606Z] #0 7.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:09.606Z] #0 9.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:09.893Z] #67 ... [2024-03-13T23:53:09.893Z] [2024-03-13T23:53:09.893Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-13T23:53:09.893Z] #63 28.07 (1/5) Installing dumb-init (1.2.5-r2) [2024-03-13T23:53:09.893Z] #63 28.17 (2/5) Installing musl-obstack (1.2.3-r2) [2024-03-13T23:53:09.893Z] #63 28.27 (3/5) Installing libucontext (1.2-r2) [2024-03-13T23:53:09.893Z] #63 28.27 (4/5) Installing gcompat (1.1.0-r1) [2024-03-13T23:53:09.893Z] #63 28.30 (5/5) Installing openssl (3.1.4-r5) [2024-03-13T23:53:09.893Z] #63 28.40 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:53:09.893Z] #63 28.64 OK: 9 MiB in 20 packages [2024-03-13T23:53:10.488Z] #63 ... [2024-03-13T23:53:10.488Z] [2024-03-13T23:53:10.488Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-03-13T23:53:10.488Z] #61 25.24 (1/11) Installing ca-certificates (20230506-r0) [2024-03-13T23:53:10.488Z] #61 25.54 (2/11) Installing brotli-libs (1.0.9-r14) [2024-03-13T23:53:10.488Z] #61 25.78 (3/11) Installing libunistring (1.1-r1) [2024-03-13T23:53:10.488Z] #61 25.96 (4/11) Installing libidn2 (2.3.4-r1) [2024-03-13T23:53:10.488Z] #61 25.99 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-03-13T23:53:10.488Z] #61 26.03 (6/11) Installing libcurl (8.5.0-r0) [2024-03-13T23:53:10.488Z] #61 26.18 (7/11) Installing curl (8.5.0-r0) [2024-03-13T23:53:10.488Z] #61 26.18 (8/11) Installing dumb-init (1.2.5-r2) [2024-03-13T23:53:10.488Z] #61 26.18 (9/11) Installing musl-obstack (1.2.3-r2) [2024-03-13T23:53:10.488Z] #61 26.21 (10/11) Installing libucontext (1.2-r2) [2024-03-13T23:53:10.488Z] #61 26.24 (11/11) Installing gcompat (1.1.0-r1) [2024-03-13T23:53:10.488Z] #61 26.28 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:53:10.488Z] #61 26.37 Executing ca-certificates-20230506-r0.trigger [2024-03-13T23:53:10.488Z] #61 27.57 OK: 13 MiB in 26 packages [2024-03-13T23:53:10.488Z] #61 DONE 29.5s [2024-03-13T23:53:10.755Z] [2024-03-13T23:53:10.755Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:10.755Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.8s [2024-03-13T23:53:11.343Z] #40 ... [2024-03-13T23:53:11.343Z] [2024-03-13T23:53:11.343Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-03-13T23:53:11.343Z] #63 DONE 30.3s [2024-03-13T23:53:11.343Z] [2024-03-13T23:53:11.343Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-13T23:53:11.343Z] #64 30.06 (1/4) Installing dumb-init (1.2.5-r2) [2024-03-13T23:53:11.343Z] #64 30.06 (2/4) Installing musl-obstack (1.2.3-r2) [2024-03-13T23:53:11.343Z] #64 30.14 (3/4) Installing libucontext (1.2-r2) [2024-03-13T23:53:11.343Z] #64 30.14 (4/4) Installing gcompat (1.1.0-r1) [2024-03-13T23:53:11.343Z] #64 30.19 Executing busybox-1.36.1-r5.trigger [2024-03-13T23:53:11.343Z] #64 30.32 OK: 8 MiB in 19 packages [2024-03-13T23:53:12.309Z] #64 ... [2024-03-13T23:53:12.309Z] [2024-03-13T23:53:12.309Z] #65 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:53:12.309Z] #65 7.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:12.309Z] #65 8.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:12.309Z] #65 12.41 OK: 9 MiB in 17 packages [2024-03-13T23:53:12.309Z] #65 DONE 14.9s [2024-03-13T23:53:12.309Z] [2024-03-13T23:53:12.309Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:12.898Z] #40 ... [2024-03-13T23:53:12.898Z] [2024-03-13T23:53:12.898Z] #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-13T23:53:12.898Z] #0 8.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:12.898Z] #0 9.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:12.898Z] #68 ... [2024-03-13T23:53:12.898Z] [2024-03-13T23:53:12.898Z] #54 [core-command internal] load build context [2024-03-13T23:53:12.898Z] #54 transferring context: 45.43MB 33.8s [2024-03-13T23:53:13.169Z] #54 ... [2024-03-13T23:53:13.169Z] [2024-03-13T23:53:13.169Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-03-13T23:53:13.169Z] #64 DONE 32.0s [2024-03-13T23:53:13.169Z] [2024-03-13T23:53:13.169Z] #54 [core-command internal] load build context [2024-03-13T23:53:13.169Z] #54 ... [2024-03-13T23:53:13.169Z] [2024-03-13T23:53:13.169Z] #67 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-03-13T23:53:13.169Z] #67 12.54 OK: 18 MiB in 19 packages [2024-03-13T23:53:13.169Z] #67 DONE 13.6s [2024-03-13T23:53:13.434Z] [2024-03-13T23:53:13.434Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:13.434Z] #40 ... [2024-03-13T23:53:13.434Z] [2024-03-13T23:53:13.434Z] #66 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:53:13.434Z] #66 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:13.434Z] #66 14.81 OK: 8 MiB in 16 packages [2024-03-13T23:53:13.434Z] #66 DONE 16.0s [2024-03-13T23:53:13.434Z] [2024-03-13T23:53:13.434Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:14.844Z] #40 ... [2024-03-13T23:53:14.844Z] [2024-03-13T23:53:14.844Z] #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-03-13T23:53:14.844Z] #68 11.26 OK: 18 MiB in 19 packages [2024-03-13T23:53:14.844Z] #68 DONE 12.0s [2024-03-13T23:53:14.844Z] [2024-03-13T23:53:14.844Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:15.111Z] #40 ... [2024-03-13T23:53:15.111Z] [2024-03-13T23:53:15.111Z] #69 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:53:15.111Z] #0 7.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:15.111Z] #0 8.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:15.378Z] #69 ... [2024-03-13T23:53:15.378Z] [2024-03-13T23:53:15.378Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:53:15.378Z] #42 ... [2024-03-13T23:53:15.378Z] [2024-03-13T23:53:15.378Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:15.655Z] #35 ... [2024-03-13T23:53:15.655Z] [2024-03-13T23:53:15.655Z] #70 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-13T23:53:15.655Z] #0 7.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:15.655Z] #0 8.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:15.655Z] #70 ... [2024-03-13T23:53:15.655Z] [2024-03-13T23:53:15.655Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:15.655Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.2s [2024-03-13T23:53:15.928Z] #40 ... [2024-03-13T23:53:15.928Z] [2024-03-13T23:53:15.928Z] #71 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-03-13T23:53:15.928Z] #71 DONE 1.1s [2024-03-13T23:53:15.928Z] [2024-03-13T23:53:15.928Z] #70 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-03-13T23:53:15.928Z] #70 10.61 OK: 8 MiB in 17 packages [2024-03-13T23:53:16.515Z] #70 DONE 11.2s [2024-03-13T23:53:16.515Z] [2024-03-13T23:53:16.515Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:16.782Z] #40 ... [2024-03-13T23:53:16.782Z] [2024-03-13T23:53:16.782Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:16.782Z] #45 ... [2024-03-13T23:53:16.782Z] [2024-03-13T23:53:16.782Z] #69 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:53:16.782Z] #69 10.68 OK: 8 MiB in 16 packages [2024-03-13T23:53:16.782Z] #69 DONE 11.6s [2024-03-13T23:53:16.782Z] [2024-03-13T23:53:16.782Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:16.782Z] #45 ... [2024-03-13T23:53:16.782Z] [2024-03-13T23:53:16.782Z] #43 [support-scheduler internal] load build context [2024-03-13T23:53:17.054Z] #43 ... [2024-03-13T23:53:17.054Z] [2024-03-13T23:53:17.054Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:17.639Z] #35 transferring context: 58.02MB 40.6s [2024-03-13T23:53:17.639Z] #35 ... [2024-03-13T23:53:17.639Z] [2024-03-13T23:53:17.639Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:53:17.911Z] #46 ... [2024-03-13T23:53:17.911Z] [2024-03-13T23:53:17.911Z] #32 [core-data internal] load build context [2024-03-13T23:53:17.911Z] #32 ... [2024-03-13T23:53:17.911Z] [2024-03-13T23:53:17.911Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:53:18.181Z] #51 ... [2024-03-13T23:53:18.181Z] [2024-03-13T23:53:18.181Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:53:18.181Z] #46 ... [2024-03-13T23:53:18.181Z] [2024-03-13T23:53:18.181Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:18.181Z] #49 ... [2024-03-13T23:53:18.181Z] [2024-03-13T23:53:18.181Z] #32 [core-data internal] load build context [2024-03-13T23:53:18.446Z] #32 ... [2024-03-13T23:53:18.446Z] [2024-03-13T23:53:18.446Z] #55 [support-notifications internal] load build context [2024-03-13T23:53:18.446Z] #55 ... [2024-03-13T23:53:18.446Z] [2024-03-13T23:53:18.446Z] #32 [core-data internal] load build context [2024-03-13T23:53:19.032Z] #32 ... [2024-03-13T23:53:19.032Z] [2024-03-13T23:53:19.032Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:53:19.032Z] #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 33.4s done [2024-03-13T23:53:19.032Z] #52 ... [2024-03-13T23:53:19.032Z] [2024-03-13T23:53:19.032Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:20.699Z] #40 ... [2024-03-13T23:53:20.699Z] [2024-03-13T23:53:20.699Z] #44 [core-metadata internal] load build context [2024-03-13T23:53:20.699Z] #44 ... [2024-03-13T23:53:20.699Z] [2024-03-13T23:53:20.699Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:20.699Z] #40 ... [2024-03-13T23:53:20.699Z] [2024-03-13T23:53:20.699Z] #72 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:53:20.699Z] #0 8.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:20.699Z] #0 8.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:20.699Z] #72 ... [2024-03-13T23:53:20.699Z] [2024-03-13T23:53:20.699Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.939Z] #49 ... [2024-03-13T23:53:25.939Z] [2024-03-13T23:53:25.939Z] #73 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-03-13T23:53:25.939Z] #0 7.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:25.939Z] #0 9.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:25.939Z] #73 ... [2024-03-13T23:53:25.939Z] [2024-03-13T23:53:25.939Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.939Z] #49 ... [2024-03-13T23:53:25.939Z] [2024-03-13T23:53:25.939Z] #72 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-03-13T23:53:25.939Z] #72 10.37 OK: 13 MiB in 26 packages [2024-03-13T23:53:25.939Z] #72 DONE 11.7s [2024-03-13T23:53:25.939Z] [2024-03-13T23:53:25.939Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.939Z] #49 ... [2024-03-13T23:53:25.939Z] [2024-03-13T23:53:25.939Z] #74 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-03-13T23:53:25.939Z] #74 DONE 5.9s [2024-03-13T23:53:25.939Z] [2024-03-13T23:53:25.939Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.939Z] #49 transferring context: 84.44MB 45.6s [2024-03-13T23:53:25.939Z] #49 ... [2024-03-13T23:53:25.939Z] [2024-03-13T23:53:25.940Z] #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-03-13T23:53:25.940Z] #0 6.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:25.940Z] #0 7.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-13T23:53:25.940Z] #0 9.291 OK: 8 MiB in 19 packages [2024-03-13T23:53:25.940Z] #75 DONE 10.1s [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #54 [core-command internal] load build context [2024-03-13T23:53:25.940Z] #54 ... [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.940Z] #49 ... [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #73 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-03-13T23:53:25.940Z] #73 10.78 OK: 9 MiB in 20 packages [2024-03-13T23:53:25.940Z] #73 DONE 11.7s [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.940Z] #49 ... [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #76 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-03-13T23:53:25.940Z] #76 DONE 1.4s [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.940Z] #49 ... [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #44 [core-metadata internal] load build context [2024-03-13T23:53:25.940Z] #44 transferring context: 133.46MB 49.6s done [2024-03-13T23:53:25.940Z] #44 DONE 50.1s [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.940Z] #49 ... [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:53:25.940Z] #42 ... [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:25.940Z] #49 ... [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-03-13T23:53:25.940Z] #77 DONE 2.3s [2024-03-13T23:53:25.940Z] [2024-03-13T23:53:25.940Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:26.207Z] #49 ... [2024-03-13T23:53:26.207Z] [2024-03-13T23:53:26.207Z] #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:26.207Z] #78 DONE 1.2s [2024-03-13T23:53:26.207Z] [2024-03-13T23:53:26.207Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:27.174Z] #49 ... [2024-03-13T23:53:27.174Z] [2024-03-13T23:53:27.174Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:27.174Z] #45 ... [2024-03-13T23:53:27.174Z] [2024-03-13T23:53:27.174Z] #43 [support-scheduler internal] load build context [2024-03-13T23:53:27.174Z] #43 ... [2024-03-13T23:53:27.174Z] [2024-03-13T23:53:27.174Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:27.174Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 33.7s [2024-03-13T23:53:27.442Z] #40 ... [2024-03-13T23:53:27.442Z] [2024-03-13T23:53:27.442Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:28.031Z] #45 ... [2024-03-13T23:53:28.031Z] [2024-03-13T23:53:28.031Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:28.031Z] #35 ... [2024-03-13T23:53:28.031Z] [2024-03-13T23:53:28.031Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:28.300Z] #40 ... [2024-03-13T23:53:28.300Z] [2024-03-13T23:53:28.300Z] #43 [support-scheduler internal] load build context [2024-03-13T23:53:28.300Z] #43 transferring context: 133.46MB 53.5s done [2024-03-13T23:53:28.300Z] #43 DONE 53.9s [2024-03-13T23:53:28.300Z] [2024-03-13T23:53:28.300Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:28.300Z] #40 ... [2024-03-13T23:53:28.300Z] [2024-03-13T23:53:28.300Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:53:28.300Z] #51 transferring context: 133.46MB 51.0s done [2024-03-13T23:53:28.300Z] #51 ... [2024-03-13T23:53:28.300Z] [2024-03-13T23:53:28.300Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:53:28.300Z] #46 ... [2024-03-13T23:53:28.300Z] [2024-03-13T23:53:28.300Z] #51 [security-bootstrapper internal] load build context [2024-03-13T23:53:28.300Z] #51 DONE 51.7s [2024-03-13T23:53:28.300Z] [2024-03-13T23:53:28.300Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:53:28.300Z] #46 ... [2024-03-13T23:53:28.300Z] [2024-03-13T23:53:28.300Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:28.567Z] #40 ... [2024-03-13T23:53:28.567Z] [2024-03-13T23:53:28.567Z] #55 [support-notifications internal] load build context [2024-03-13T23:53:28.845Z] #55 ... [2024-03-13T23:53:28.845Z] [2024-03-13T23:53:28.845Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:29.110Z] #35 ... [2024-03-13T23:53:29.110Z] [2024-03-13T23:53:29.110Z] #32 [core-data internal] load build context [2024-03-13T23:53:29.376Z] #32 ... [2024-03-13T23:53:29.376Z] [2024-03-13T23:53:29.376Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:29.647Z] #45 ... [2024-03-13T23:53:29.647Z] [2024-03-13T23:53:29.647Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:29.647Z] #79 DONE 1.0s [2024-03-13T23:53:29.647Z] [2024-03-13T23:53:29.647Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:30.605Z] #45 ... [2024-03-13T23:53:30.605Z] [2024-03-13T23:53:30.605Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-13T23:53:30.605Z] #52 ... [2024-03-13T23:53:30.605Z] [2024-03-13T23:53:30.605Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:32.017Z] #45 ... [2024-03-13T23:53:32.017Z] [2024-03-13T23:53:32.017Z] #49 [core-common-config-bootstrapper internal] load build context [2024-03-13T23:53:32.017Z] #49 transferring context: 133.46MB 54.4s done [2024-03-13T23:53:32.017Z] #49 DONE 55.1s [2024-03-13T23:53:32.017Z] [2024-03-13T23:53:32.017Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:32.305Z] #45 ... [2024-03-13T23:53:32.305Z] [2024-03-13T23:53:32.305Z] #46 [security-spiffe-token-provider internal] load build context [2024-03-13T23:53:32.305Z] #46 transferring context: 133.46MB 56.1s done [2024-03-13T23:53:32.305Z] #46 DONE 56.3s [2024-03-13T23:53:32.305Z] [2024-03-13T23:53:32.305Z] #45 [security-proxy-auth internal] load build context [2024-03-13T23:53:32.305Z] #45 transferring context: 133.46MB 56.5s done [2024-03-13T23:53:32.573Z] #45 DONE 56.8s [2024-03-13T23:53:32.573Z] [2024-03-13T23:53:32.573Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:53:32.838Z] #80 ... [2024-03-13T23:53:32.838Z] [2024-03-13T23:53:32.838Z] #42 [security-secretstore-setup internal] load build context [2024-03-13T23:53:32.838Z] #42 transferring context: 133.46MB 58.7s done [2024-03-13T23:53:32.838Z] #42 DONE 59.2s [2024-03-13T23:53:33.105Z] [2024-03-13T23:53:33.105Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:33.674Z] #35 ... [2024-03-13T23:53:33.674Z] [2024-03-13T23:53:33.674Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:33.674Z] #81 DONE 1.2s [2024-03-13T23:53:33.674Z] [2024-03-13T23:53:33.674Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:33.674Z] #35 ... [2024-03-13T23:53:33.674Z] [2024-03-13T23:53:33.674Z] #54 [core-command internal] load build context [2024-03-13T23:53:33.674Z] #54 ... [2024-03-13T23:53:33.674Z] [2024-03-13T23:53:33.674Z] #35 [security-proxy-setup internal] load build context [2024-03-13T23:53:33.940Z] #35 transferring context: 133.46MB 56.8s done [2024-03-13T23:53:33.940Z] #35 DONE 57.4s [2024-03-13T23:53:33.940Z] [2024-03-13T23:53:33.940Z] #32 [core-data internal] load build context [2024-03-13T23:53:34.617Z] #32 ... [2024-03-13T23:53:34.617Z] [2024-03-13T23:53:34.617Z] #54 [core-command internal] load build context [2024-03-13T23:53:34.617Z] #54 transferring context: 133.46MB 55.4s done [2024-03-13T23:53:34.617Z] #54 DONE 57.0s [2024-03-13T23:53:34.617Z] [2024-03-13T23:53:34.617Z] #32 [core-data internal] load build context [2024-03-13T23:53:34.617Z] #32 ... [2024-03-13T23:53:34.617Z] [2024-03-13T23:53:34.617Z] #55 [support-notifications internal] load build context [2024-03-13T23:53:35.686Z] #55 ... [2024-03-13T23:53:35.686Z] [2024-03-13T23:53:35.686Z] #82 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:53:35.686Z] #82 DONE 3.5s [2024-03-13T23:53:35.686Z] [2024-03-13T23:53:35.686Z] #55 [support-notifications internal] load build context [2024-03-13T23:53:35.686Z] #55 ... [2024-03-13T23:53:35.686Z] [2024-03-13T23:53:35.687Z] #32 [core-data internal] load build context [2024-03-13T23:53:35.687Z] #32 ... [2024-03-13T23:53:35.687Z] [2024-03-13T23:53:35.687Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:53:35.687Z] #83 DONE 3.5s [2024-03-13T23:53:35.687Z] [2024-03-13T23:53:35.687Z] #32 [core-data internal] load build context [2024-03-13T23:53:35.961Z] #32 ... [2024-03-13T23:53:35.961Z] [2024-03-13T23:53:35.961Z] #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-03-13T23:53:35.961Z] #80 DONE 3.3s [2024-03-13T23:53:35.961Z] [2024-03-13T23:53:35.961Z] #32 [core-data internal] load build context [2024-03-13T23:53:35.961Z] #32 ... [2024-03-13T23:53:35.961Z] [2024-03-13T23:53:35.961Z] #84 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-03-13T23:53:35.961Z] #84 DONE 0.3s [2024-03-13T23:53:35.961Z] [2024-03-13T23:53:35.961Z] #32 [core-data internal] load build context [2024-03-13T23:53:36.265Z] #32 ... [2024-03-13T23:53:36.265Z] [2024-03-13T23:53:36.265Z] #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-03-13T23:53:36.265Z] #85 DONE 0.4s [2024-03-13T23:53:36.265Z] [2024-03-13T23:53:36.265Z] #32 [core-data internal] load build context [2024-03-13T23:53:36.265Z] #32 ... [2024-03-13T23:53:36.265Z] [2024-03-13T23:53:36.265Z] #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-03-13T23:53:36.265Z] #86 DONE 0.4s [2024-03-13T23:53:36.265Z] [2024-03-13T23:53:36.265Z] #32 [core-data internal] load build context [2024-03-13T23:53:36.559Z] #32 ... [2024-03-13T23:53:36.559Z] [2024-03-13T23:53:36.559Z] #87 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:36.559Z] #87 ... [2024-03-13T23:53:36.559Z] [2024-03-13T23:53:36.559Z] #32 [core-data internal] load build context [2024-03-13T23:53:36.559Z] #32 ... [2024-03-13T23:53:36.559Z] [2024-03-13T23:53:36.559Z] #88 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-03-13T23:53:36.559Z] #88 DONE 0.5s [2024-03-13T23:53:36.844Z] [2024-03-13T23:53:36.844Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2024-03-13T23:53:36.844Z] #89 DONE 0.5s [2024-03-13T23:53:36.844Z] [2024-03-13T23:53:36.844Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-03-13T23:53:36.844Z] #90 DONE 0.5s [2024-03-13T23:53:36.844Z] [2024-03-13T23:53:36.844Z] #91 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-03-13T23:53:37.129Z] #91 ... [2024-03-13T23:53:37.129Z] [2024-03-13T23:53:37.129Z] #92 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-03-13T23:53:37.129Z] #92 DONE 0.3s [2024-03-13T23:53:37.129Z] [2024-03-13T23:53:37.129Z] #93 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-03-13T23:53:37.446Z] #93 ... [2024-03-13T23:53:37.446Z] [2024-03-13T23:53:37.446Z] #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-03-13T23:53:37.446Z] #94 DONE 0.6s [2024-03-13T23:53:37.446Z] [2024-03-13T23:53:37.446Z] #91 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-03-13T23:53:37.446Z] #91 DONE 0.7s [2024-03-13T23:53:37.446Z] [2024-03-13T23:53:37.446Z] #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-03-13T23:53:38.077Z] #95 ... [2024-03-13T23:53:38.077Z] [2024-03-13T23:53:38.077Z] #93 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-03-13T23:53:38.077Z] #93 DONE 0.7s [2024-03-13T23:53:38.077Z] [2024-03-13T23:53:38.077Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-03-13T23:53:38.077Z] #96 DONE 0.6s [2024-03-13T23:53:38.077Z] [2024-03-13T23:53:38.077Z] #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-03-13T23:53:38.077Z] #95 DONE 0.5s [2024-03-13T23:53:38.077Z] [2024-03-13T23:53:38.077Z] #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-13T23:53:38.679Z] #97 ... [2024-03-13T23:53:38.679Z] [2024-03-13T23:53:38.679Z] #55 [support-notifications internal] load build context [2024-03-13T23:53:38.679Z] #55 transferring context: 133.46MB 59.3s done [2024-03-13T23:53:38.679Z] #55 DONE 60.9s [2024-03-13T23:53:38.679Z] [2024-03-13T23:53:38.679Z] #98 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-03-13T23:53:38.679Z] #98 DONE 0.5s [2024-03-13T23:53:38.679Z] [2024-03-13T23:53:38.679Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-13T23:53:38.679Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 35.3s done [2024-03-13T23:53:38.679Z] #40 ... [2024-03-13T23:53:38.679Z] [2024-03-13T23:53:38.679Z] #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-03-13T23:53:38.679Z] #97 DONE 0.7s [2024-03-13T23:53:38.679Z] [2024-03-13T23:53:38.679Z] #99 [security-spire-agent] exporting to image [2024-03-13T23:53:38.679Z] #99 exporting layers [2024-03-13T23:53:38.945Z] #99 ... [2024-03-13T23:53:38.945Z] [2024-03-13T23:53:38.945Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-03-13T23:53:38.945Z] #100 DONE 0.9s [2024-03-13T23:53:38.945Z] [2024-03-13T23:53:38.945Z] #32 [core-data internal] load build context [2024-03-13T23:53:38.945Z] #32 transferring context: 133.46MB 64.1s done [2024-03-13T23:53:38.945Z] #32 DONE 64.5s [2024-03-13T23:53:38.945Z] [2024-03-13T23:53:38.945Z] #99 [security-spire-server] exporting to image [2024-03-13T23:53:39.523Z] #99 ... [2024-03-13T23:53:39.523Z] [2024-03-13T23:53:39.523Z] #101 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:39.523Z] #101 DONE 1.0s [2024-03-13T23:53:39.523Z] [2024-03-13T23:53:39.523Z] #102 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:39.790Z] #102 ... [2024-03-13T23:53:39.790Z] [2024-03-13T23:53:39.790Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:42.375Z] #103 ... [2024-03-13T23:53:42.375Z] [2024-03-13T23:53:42.375Z] #99 [security-spire-config] exporting to image [2024-03-13T23:53:42.375Z] #99 exporting layers 3.3s done [2024-03-13T23:53:42.375Z] #99 writing image sha256:d614cbde1e0a7f3cd21d836788f8fbc3dd9b92fe184788c4673a489788bc132a 0.1s done [2024-03-13T23:53:42.375Z] #99 naming to docker.io/library/security-spire-agent-arm64 done [2024-03-13T23:53:42.375Z] #99 writing image sha256:56ecc8930cf19d10bb59296cf1d8f792b66a4842a8f55bf7844806fcf117b8ba 0.0s done [2024-03-13T23:53:42.375Z] #99 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-03-13T23:53:42.375Z] #99 writing image sha256:47dc3d5ca96e69563a77bcc37b211ad4321b2b80bb2b0210f08a47ae1cde087e 0.0s done [2024-03-13T23:53:42.375Z] #99 naming to docker.io/library/security-spire-config-arm64 done [2024-03-13T23:53:42.375Z] #99 DONE 3.6s [2024-03-13T23:53:42.375Z] [2024-03-13T23:53:42.375Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:54.670Z] #104 ... [2024-03-13T23:53:54.670Z] [2024-03-13T23:53:54.670Z] #102 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:54.670Z] #102 DONE 24.3s [2024-03-13T23:53:54.670Z] [2024-03-13T23:53:54.670Z] #87 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:54.670Z] #87 DONE 27.6s [2024-03-13T23:53:54.670Z] [2024-03-13T23:53:54.670Z] #105 [core-metadata builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #105 DONE 2.3s [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #106 [security-proxy-setup builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #106 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #107 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:56.611Z] #107 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #108 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #108 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #109 [security-bootstrapper builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #109 DONE 2.3s [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #110 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:56.611Z] #110 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #111 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #111 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #112 [security-secretstore-setup builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #112 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #113 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-13T23:53:56.611Z] #113 ... [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #114 [core-command builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #114 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #115 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #115 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #116 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:56.611Z] #116 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #117 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:56.611Z] #117 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #118 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #118 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #119 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #119 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #120 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #120 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #121 [security-proxy-auth builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #121 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #122 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:56.611Z] #122 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #123 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #123 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #124 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:56.611Z] #124 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #125 [core-data builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #125 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #126 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-03-13T23:53:56.611Z] #126 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #127 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #127 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #128 [support-scheduler builder 6/7] COPY . . [2024-03-13T23:53:56.611Z] #128 CACHED [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:53:56.611Z] #104 DONE 23.1s [2024-03-13T23:53:56.611Z] [2024-03-13T23:53:56.611Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-13T23:54:01.983Z] #129 5.227 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-03-13T23:54:01.983Z] #129 ... [2024-03-13T23:54:01.983Z] [2024-03-13T23:54:01.983Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-13T23:54:01.983Z] #103 DONE 22.1s [2024-03-13T23:54:01.983Z] [2024-03-13T23:54:01.983Z] #130 [support-notifications builder 6/7] COPY . . [2024-03-13T23:54:02.955Z] #130 ... [2024-03-13T23:54:02.955Z] [2024-03-13T23:54:02.955Z] #131 [security-spiffe-token-provider builder 6/7] COPY . . [2024-03-13T23:54:02.955Z] #131 DONE 6.1s [2024-03-13T23:54:02.955Z] [2024-03-13T23:54:02.955Z] #132 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-13T23:54:05.542Z] #132 2.399 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-03-13T23:54:05.542Z] #132 ... [2024-03-13T23:54:05.542Z] [2024-03-13T23:54:05.542Z] #130 [support-notifications builder 6/7] COPY . . [2024-03-13T23:54:05.542Z] #130 DONE 3.6s [2024-03-13T23:54:05.542Z] [2024-03-13T23:54:05.542Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-13T23:54:06.502Z] #133 ... [2024-03-13T23:54:06.502Z] [2024-03-13T23:54:06.502Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-13T23:54:06.502Z] #0 5.775 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-03-13T23:54:06.502Z] #134 ... [2024-03-13T23:54:06.502Z] [2024-03-13T23:54:06.502Z] #135 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-13T23:54:06.502Z] #0 6.001 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-03-13T23:54:06.770Z] #135 ... [2024-03-13T23:54:06.770Z] [2024-03-13T23:54:06.770Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-13T23:54:06.770Z] #0 5.531 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-03-13T23:54:06.770Z] #136 ... [2024-03-13T23:54:06.770Z] [2024-03-13T23:54:06.770Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-13T23:54:06.770Z] #0 5.135 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-03-13T23:54:07.037Z] #137 ... [2024-03-13T23:54:07.037Z] [2024-03-13T23:54:07.037Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-13T23:54:07.037Z] #0 5.625 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-03-13T23:54:07.037Z] #138 ... [2024-03-13T23:54:07.037Z] [2024-03-13T23:54:07.037Z] #139 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-13T23:54:07.037Z] #0 5.994 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-03-13T23:54:07.304Z] #139 ... [2024-03-13T23:54:07.304Z] [2024-03-13T23:54:07.304Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-13T23:54:07.304Z] #0 5.552 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-03-13T23:54:07.304Z] #140 ... [2024-03-13T23:54:07.304Z] [2024-03-13T23:54:07.304Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-13T23:54:07.304Z] #133 1.705 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-03-13T23:54:12.693Z] #133 ... [2024-03-13T23:54:12.693Z] [2024-03-13T23:54:12.693Z] #113 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-13T23:54:12.693Z] #113 5.763 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-03-14T00:05:49.970Z] #113 ... [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #139 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-14T00:05:49.970Z] #139 705.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-03-14T00:05:49.970Z] #139 ... [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-03-14T00:05:49.970Z] #137 DONE 711.6s [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T00:05:49.970Z] #134 ... [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:05:49.970Z] #141 DONE 0.5s [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #142 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:05:49.970Z] #142 DONE 0.2s [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #143 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-03-14T00:05:49.970Z] #143 DONE 0.1s [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #144 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-03-14T00:05:49.970Z] #144 DONE 0.1s [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #145 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-03-14T00:05:49.970Z] #145 DONE 0.3s [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #146 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-03-14T00:05:49.970Z] #146 DONE 0.2s [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T00:05:49.970Z] #40 ... [2024-03-14T00:05:49.970Z] [2024-03-14T00:05:49.970Z] #147 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T00:05:51.920Z] #147 DONE 1.8s [2024-03-14T00:05:51.920Z] [2024-03-14T00:05:51.920Z] #99 [security-proxy-setup] exporting to image [2024-03-14T00:05:51.920Z] #99 exporting layers [2024-03-14T00:05:52.883Z] #99 exporting layers 1.2s done [2024-03-14T00:05:52.883Z] #99 writing image sha256:0cfa8f9efd903f1f7715d24ceadd4d10905ae9d5b757387a64a1a89e8dc68663 done [2024-03-14T00:05:52.883Z] #99 naming to docker.io/library/security-proxy-setup-arm64 done [2024-03-14T00:05:52.883Z] #99 DONE 4.8s [2024-03-14T00:05:52.883Z] [2024-03-14T00:05:52.883Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-14T00:05:55.455Z] #136 ... [2024-03-14T00:05:55.455Z] [2024-03-14T00:05:55.455Z] #139 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-03-14T00:05:55.455Z] #139 DONE 719.1s [2024-03-14T00:05:55.722Z] [2024-03-14T00:05:55.722Z] #113 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T00:05:55.988Z] #113 ... [2024-03-14T00:05:55.988Z] [2024-03-14T00:05:55.988Z] #148 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:05:56.569Z] #148 DONE 0.4s [2024-03-14T00:05:56.569Z] [2024-03-14T00:05:56.569Z] #149 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:05:56.569Z] #149 DONE 0.2s [2024-03-14T00:05:56.569Z] [2024-03-14T00:05:56.569Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T00:05:56.569Z] #40 ... [2024-03-14T00:05:56.569Z] [2024-03-14T00:05:56.569Z] #150 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-03-14T00:05:56.840Z] #150 DONE 0.3s [2024-03-14T00:05:56.840Z] [2024-03-14T00:05:56.840Z] #132 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T00:05:56.840Z] #132 ... [2024-03-14T00:05:56.840Z] [2024-03-14T00:05:56.840Z] #151 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-03-14T00:05:56.840Z] #151 DONE 0.1s [2024-03-14T00:05:57.107Z] [2024-03-14T00:05:57.107Z] #152 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:05:57.107Z] #152 DONE 0.2s [2024-03-14T00:05:57.107Z] [2024-03-14T00:05:57.107Z] #153 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-03-14T00:05:57.373Z] #153 DONE 0.3s [2024-03-14T00:05:57.373Z] [2024-03-14T00:05:57.373Z] #154 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-03-14T00:05:57.652Z] #154 DONE 0.3s [2024-03-14T00:05:57.652Z] [2024-03-14T00:05:57.652Z] #135 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T00:05:57.921Z] #135 ... [2024-03-14T00:05:57.921Z] [2024-03-14T00:05:57.921Z] #155 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-03-14T00:05:57.921Z] #155 DONE 0.2s [2024-03-14T00:05:57.921Z] [2024-03-14T00:05:57.921Z] #156 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T00:05:59.338Z] #156 ... [2024-03-14T00:05:59.338Z] [2024-03-14T00:05:59.338Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-03-14T00:05:59.338Z] #136 DONE 723.1s [2024-03-14T00:05:59.603Z] [2024-03-14T00:05:59.603Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-03-14T00:05:59.870Z] #157 DONE 0.4s [2024-03-14T00:05:59.870Z] [2024-03-14T00:05:59.870Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T00:06:00.135Z] #133 ... [2024-03-14T00:06:00.135Z] [2024-03-14T00:06:00.135Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-14T00:06:00.402Z] #158 ... [2024-03-14T00:06:00.402Z] [2024-03-14T00:06:00.402Z] #156 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T00:06:00.402Z] #156 DONE 2.6s [2024-03-14T00:06:00.666Z] [2024-03-14T00:06:00.666Z] #99 [security-secretstore-setup] exporting to image [2024-03-14T00:06:00.666Z] #99 exporting layers [2024-03-14T00:06:03.284Z] #99 exporting layers 2.2s done [2024-03-14T00:06:03.284Z] #99 writing image sha256:ac3a744f633b1831fecc6452fe95ace86757479d055de213930451e8bdd32351 [2024-03-14T00:06:03.284Z] #99 writing image sha256:ac3a744f633b1831fecc6452fe95ace86757479d055de213930451e8bdd32351 0.2s done [2024-03-14T00:06:03.284Z] #99 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2024-03-14T00:06:03.284Z] #99 DONE 7.2s [2024-03-14T00:06:03.284Z] [2024-03-14T00:06:03.284Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-03-14T00:06:03.284Z] #158 DONE 3.0s [2024-03-14T00:06:03.284Z] [2024-03-14T00:06:03.284Z] #135 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T00:06:03.284Z] #135 ... [2024-03-14T00:06:03.284Z] [2024-03-14T00:06:03.284Z] #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:06:03.284Z] #159 DONE 0.3s [2024-03-14T00:06:03.284Z] [2024-03-14T00:06:03.284Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T00:06:03.284Z] #133 ... [2024-03-14T00:06:03.284Z] [2024-03-14T00:06:03.284Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:06:03.552Z] #160 DONE 0.2s [2024-03-14T00:06:03.552Z] [2024-03-14T00:06:03.552Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-03-14T00:06:03.820Z] #161 DONE 0.3s [2024-03-14T00:06:03.820Z] [2024-03-14T00:06:03.820Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T00:06:03.820Z] #138 ... [2024-03-14T00:06:03.820Z] [2024-03-14T00:06:03.820Z] #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-03-14T00:06:04.087Z] #162 DONE 0.2s [2024-03-14T00:06:04.087Z] [2024-03-14T00:06:04.087Z] #163 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-03-14T00:06:04.356Z] #163 DONE 0.3s [2024-03-14T00:06:04.356Z] [2024-03-14T00:06:04.356Z] #164 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-03-14T00:06:04.356Z] #164 DONE 0.2s [2024-03-14T00:06:04.356Z] [2024-03-14T00:06:04.356Z] #165 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-03-14T00:06:04.623Z] #165 DONE 0.1s [2024-03-14T00:06:04.623Z] [2024-03-14T00:06:04.623Z] #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-03-14T00:06:04.623Z] #166 DONE 0.2s [2024-03-14T00:06:04.623Z] [2024-03-14T00:06:04.623Z] #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-03-14T00:06:06.569Z] #167 DONE 1.9s [2024-03-14T00:06:06.569Z] [2024-03-14T00:06:06.569Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T00:06:06.836Z] #134 ... [2024-03-14T00:06:06.836Z] [2024-03-14T00:06:06.836Z] #99 [security-bootstrapper] exporting to image [2024-03-14T00:06:07.423Z] #99 exporting layers 0.9s done [2024-03-14T00:06:07.691Z] #99 writing image sha256:4beae52bb147d5458cbe311794df1b84c2799e9570257cdee8bdfbdbea8b8390 done [2024-03-14T00:06:07.691Z] #99 naming to docker.io/library/security-bootstrapper-arm64 done [2024-03-14T00:06:07.691Z] #99 DONE 8.1s [2024-03-14T00:06:07.691Z] [2024-03-14T00:06:07.691Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T00:06:17.743Z] #133 ... [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-03-14T00:06:17.743Z] #140 DONE 739.8s [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T00:06:17.743Z] #134 ... [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:06:17.743Z] #168 DONE 0.2s [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:06:17.743Z] #169 DONE 0.2s [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T00:06:17.743Z] #134 ... [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #170 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-03-14T00:06:17.743Z] #170 DONE 0.2s [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:06:17.743Z] #171 DONE 0.1s [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T00:06:17.743Z] #134 ... [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #172 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-03-14T00:06:17.743Z] #172 DONE 0.1s [2024-03-14T00:06:17.743Z] [2024-03-14T00:06:17.743Z] #173 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T00:06:19.684Z] #173 DONE 2.0s [2024-03-14T00:06:19.684Z] [2024-03-14T00:06:19.684Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T00:06:19.684Z] #129 ... [2024-03-14T00:06:19.684Z] [2024-03-14T00:06:19.684Z] #99 [security-proxy-auth] exporting to image [2024-03-14T00:06:19.684Z] #99 exporting layers [2024-03-14T00:06:19.948Z] #99 exporting layers 0.6s done [2024-03-14T00:06:19.948Z] #99 writing image sha256:761ba782169e4a985c176474cace2d6376aac53452cfda1ec25007204e611d29 done [2024-03-14T00:06:19.948Z] #99 naming to docker.io/library/security-proxy-auth-arm64 done [2024-03-14T00:06:19.948Z] #99 DONE 8.7s [2024-03-14T00:06:19.948Z] [2024-03-14T00:06:19.948Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T00:06:32.234Z] #52 ... [2024-03-14T00:06:32.234Z] [2024-03-14T00:06:32.234Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-03-14T00:06:32.234Z] #134 DONE 755.8s [2024-03-14T00:06:32.234Z] [2024-03-14T00:06:32.234Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T00:06:32.509Z] #138 ... [2024-03-14T00:06:32.509Z] [2024-03-14T00:06:32.509Z] #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:06:32.777Z] #174 DONE 0.2s [2024-03-14T00:06:32.777Z] [2024-03-14T00:06:32.777Z] #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:06:33.041Z] #175 DONE 0.1s [2024-03-14T00:06:33.041Z] [2024-03-14T00:06:33.041Z] #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-03-14T00:06:33.041Z] #176 DONE 0.2s [2024-03-14T00:06:33.041Z] [2024-03-14T00:06:33.041Z] #177 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:06:33.306Z] #177 DONE 0.3s [2024-03-14T00:06:33.306Z] [2024-03-14T00:06:33.306Z] #113 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T00:06:33.577Z] #113 ... [2024-03-14T00:06:33.577Z] [2024-03-14T00:06:33.577Z] #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-03-14T00:06:33.850Z] #178 DONE 0.2s [2024-03-14T00:06:33.850Z] [2024-03-14T00:06:33.850Z] #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-03-14T00:06:35.792Z] #179 DONE 1.8s [2024-03-14T00:06:35.792Z] [2024-03-14T00:06:35.792Z] #99 [core-common-config-bootstrapper] exporting to image [2024-03-14T00:06:35.792Z] #99 exporting layers [2024-03-14T00:06:36.056Z] #99 exporting layers 0.5s done [2024-03-14T00:06:36.056Z] #99 writing image sha256:ca5ccef842bdfb4ddef8843dc73ede4d70e8ace052a4881e938ed357ddb29e89 done [2024-03-14T00:06:36.056Z] #99 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-03-14T00:06:36.056Z] #99 DONE 9.1s [2024-03-14T00:06:36.056Z] [2024-03-14T00:06:36.056Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T00:07:02.704Z] #40 ... [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-03-14T00:07:02.704Z] #138 DONE 784.5s [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #132 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T00:07:02.704Z] #132 ... [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:07:02.704Z] #180 DONE 0.2s [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #135 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T00:07:02.704Z] #135 ... [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:07:02.704Z] #181 DONE 0.1s [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-03-14T00:07:02.704Z] #182 DONE 0.3s [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:07:02.704Z] #183 DONE 0.1s [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T00:07:02.704Z] #129 ... [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #99 [core-command] exporting to image [2024-03-14T00:07:02.704Z] #99 exporting layers [2024-03-14T00:07:02.704Z] #99 exporting layers 0.4s done [2024-03-14T00:07:02.704Z] #99 writing image sha256:419a70d9821541a73c9689740942a01c9a0a631c81ee2ba8634e4f7f9ab4280f done [2024-03-14T00:07:02.704Z] #99 naming to docker.io/library/core-command-arm64 done [2024-03-14T00:07:02.704Z] #99 DONE 9.5s [2024-03-14T00:07:02.704Z] [2024-03-14T00:07:02.704Z] #113 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-03-14T00:07:10.894Z] #113 DONE 794.5s [2024-03-14T00:07:10.894Z] [2024-03-14T00:07:10.894Z] #132 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T00:07:11.172Z] #132 ... [2024-03-14T00:07:11.172Z] [2024-03-14T00:07:11.172Z] #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:07:11.438Z] #184 DONE 0.2s [2024-03-14T00:07:11.438Z] [2024-03-14T00:07:11.438Z] #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:07:11.438Z] #185 DONE 0.1s [2024-03-14T00:07:11.438Z] [2024-03-14T00:07:11.438Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T00:07:11.715Z] #129 ... [2024-03-14T00:07:11.715Z] [2024-03-14T00:07:11.715Z] #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-03-14T00:07:11.981Z] #186 DONE 0.3s [2024-03-14T00:07:11.981Z] [2024-03-14T00:07:11.981Z] #187 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:07:12.249Z] #187 DONE 0.1s [2024-03-14T00:07:12.249Z] [2024-03-14T00:07:12.249Z] #188 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-03-14T00:07:12.249Z] #188 DONE 0.1s [2024-03-14T00:07:12.249Z] [2024-03-14T00:07:12.249Z] #99 [core-metadata] exporting to image [2024-03-14T00:07:12.249Z] #99 exporting layers [2024-03-14T00:07:12.515Z] #99 exporting layers 0.4s done [2024-03-14T00:07:12.515Z] #99 writing image sha256:294b68ba1b7f974a24895ad04f3170302e1f8635e53d70718daaf7edeb68066a done [2024-03-14T00:07:12.515Z] #99 naming to docker.io/library/core-metadata-arm64 done [2024-03-14T00:07:12.515Z] #99 DONE 9.9s [2024-03-14T00:07:12.515Z] [2024-03-14T00:07:12.515Z] #135 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-03-14T00:07:12.515Z] #135 DONE 796.2s [2024-03-14T00:07:12.515Z] [2024-03-14T00:07:12.515Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T00:07:13.106Z] #129 ... [2024-03-14T00:07:13.106Z] [2024-03-14T00:07:13.106Z] #189 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:07:13.106Z] #189 DONE 0.1s [2024-03-14T00:07:13.106Z] [2024-03-14T00:07:13.106Z] #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:07:13.373Z] #190 DONE 0.2s [2024-03-14T00:07:13.373Z] [2024-03-14T00:07:13.373Z] #191 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-03-14T00:07:13.373Z] #191 DONE 0.3s [2024-03-14T00:07:13.373Z] [2024-03-14T00:07:13.373Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T00:07:13.640Z] #52 ... [2024-03-14T00:07:13.640Z] [2024-03-14T00:07:13.640Z] #192 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:07:13.640Z] #192 DONE 0.1s [2024-03-14T00:07:13.640Z] [2024-03-14T00:07:13.640Z] #99 [core-data] exporting to image [2024-03-14T00:07:14.221Z] #99 exporting layers 0.4s done [2024-03-14T00:07:14.221Z] #99 writing image sha256:29b6a8d59cd63c1de8430aded559f6c7963aa3b24ed5afd9b6e8cd825bbf82a2 done [2024-03-14T00:07:14.221Z] #99 naming to docker.io/library/core-data-arm64 done [2024-03-14T00:07:14.221Z] #99 DONE 10.2s [2024-03-14T00:07:14.221Z] [2024-03-14T00:07:14.221Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T00:07:32.406Z] #133 ... [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #132 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-03-14T00:07:32.406Z] #132 DONE 808.3s [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T00:07:32.406Z] #133 ... [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:07:32.406Z] #193 DONE 0.2s [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:07:32.406Z] #194 DONE 0.2s [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-03-14T00:07:32.406Z] #195 DONE 0.3s [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:07:32.406Z] #196 DONE 0.1s [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T00:07:32.406Z] #129 ... [2024-03-14T00:07:32.406Z] [2024-03-14T00:07:32.406Z] #99 [security-spiffe-token-provider] exporting to image [2024-03-14T00:07:32.406Z] #99 exporting layers [2024-03-14T00:07:32.986Z] #99 exporting layers 0.4s done [2024-03-14T00:07:32.986Z] #99 writing image sha256:ff6de96593c9ce61824291a861e33fcf22c86cdbe93b594b8e893da077788caa done [2024-03-14T00:07:32.986Z] #99 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-03-14T00:07:32.986Z] #99 DONE 10.7s [2024-03-14T00:07:32.986Z] [2024-03-14T00:07:32.986Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T00:07:55.020Z] #40 ... [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-03-14T00:07:55.020Z] #129 DONE 835.1s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:07:55.020Z] #197 DONE 0.2s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T00:07:55.020Z] #40 ... [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #198 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:07:55.020Z] #198 DONE 0.1s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-03-14T00:07:55.020Z] #133 DONE 826.7s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-03-14T00:07:55.020Z] #199 DONE 0.3s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #200 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:07:55.020Z] #200 DONE 0.1s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #99 [support-scheduler] exporting to image [2024-03-14T00:07:55.020Z] #99 exporting layers [2024-03-14T00:07:55.020Z] #99 ... [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #201 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-03-14T00:07:55.020Z] #201 DONE 0.2s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #202 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-03-14T00:07:55.020Z] #202 DONE 0.1s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #99 [support-scheduler] exporting to image [2024-03-14T00:07:55.020Z] #99 exporting layers 0.3s done [2024-03-14T00:07:55.020Z] #99 writing image sha256:4aec7a3b30540468247a1e928bae66e375adf30a8520e0b94600521f70620830 done [2024-03-14T00:07:55.020Z] #99 naming to docker.io/library/support-scheduler-arm64 done [2024-03-14T00:07:55.020Z] #99 DONE 11.1s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-03-14T00:07:55.020Z] #203 DONE 0.3s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-03-14T00:07:55.020Z] #40 ... [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-03-14T00:07:55.020Z] #204 DONE 0.1s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #99 [support-notifications] exporting to image [2024-03-14T00:07:55.020Z] #99 exporting layers 0.4s done [2024-03-14T00:07:55.020Z] #99 writing image sha256:a04680602a22df590676463b2271324c568e2cbbb641dcec8f9aa68c74d0076a done [2024-03-14T00:07:55.020Z] #99 naming to docker.io/library/support-notifications-arm64 done [2024-03-14T00:07:55.020Z] #99 DONE 11.4s [2024-03-14T00:07:55.020Z] [2024-03-14T00:07:55.020Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-03-14T00:07:55.020Z] time="2024-03-13T23:52:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-03-14T00:07:55.048Z] $ docker stop --time=1 b75efb7ec4e34df02291926b83f13180a943bbdf26e21a006b30108ba056a42d [2024-03-14T00:07:56.705Z] $ docker rm -f --volumes b75efb7ec4e34df02291926b83f13180a943bbdf26e21a006b30108ba056a42d [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-14T00:07:57.404Z] + docker images [2024-03-14T00:07:57.405Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-03-14T00:07:57.405Z] support-scheduler-arm64 latest 4aec7a3b3054 5 seconds ago 25.9MB [2024-03-14T00:07:57.405Z] support-notifications-arm64 latest a04680602a22 5 seconds ago 26.6MB [2024-03-14T00:07:57.405Z] security-spiffe-token-provider-arm64 latest ff6de96593c9 25 seconds ago 29.1MB [2024-03-14T00:07:57.405Z] core-data-arm64 latest 29b6a8d59cd6 44 seconds ago 17.2MB [2024-03-14T00:07:57.405Z] core-metadata-arm64 latest 294b68ba1b7f 46 seconds ago 17.4MB [2024-03-14T00:07:57.405Z] core-command-arm64 latest 419a70d98215 56 seconds ago 17.1MB [2024-03-14T00:07:57.405Z] core-common-config-bootstrapper-arm64 latest ca5ccef842bd About a minute ago 15.1MB [2024-03-14T00:07:57.405Z] security-proxy-auth-arm64 latest 761ba782169e About a minute ago 15.9MB [2024-03-14T00:07:57.405Z] security-bootstrapper-arm64 latest 4beae52bb147 About a minute ago 18.5MB [2024-03-14T00:07:57.405Z] security-secretstore-setup-arm64 latest ac3a744f633b About a minute ago 35.9MB [2024-03-14T00:07:57.405Z] security-proxy-setup-arm64 latest 0cfa8f9efd90 2 minutes ago 25.9MB [2024-03-14T00:07:57.405Z] security-spire-agent-arm64 latest d614cbde1e0a 14 minutes ago 152MB [2024-03-14T00:07:57.405Z] security-spire-server-arm64 latest 56ecc8930cf1 14 minutes ago 96.7MB [2024-03-14T00:07:57.405Z] security-spire-config-arm64 latest 47dc3d5ca96e 14 minutes ago 95.8MB [2024-03-14T00:07:57.405Z] ci-base-image-arm64 latest 8d872ce16f5f 28 minutes ago 883MB [2024-03-14T00:07:57.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 4 months ago 560MB [2024-03-14T00:07:57.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 9 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T00:07:58.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-14T00:07:58.670Z] [2024-03-14T00:07:58.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T00:07:59.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-14T00:07:59.429Z] arm64: Pulling from edgex-lftools-log-publisher [2024-03-14T00:07:59.429Z] 8998bd30e6a1: Pulling fs layer [2024-03-14T00:07:59.429Z] 04944245beec: Pulling fs layer [2024-03-14T00:07:59.429Z] 699f458cf7ca: Pulling fs layer [2024-03-14T00:07:59.429Z] 765212b225bb: Pulling fs layer [2024-03-14T00:07:59.429Z] f23df028b6ca: Pulling fs layer [2024-03-14T00:07:59.429Z] d65c8cfc05b1: Pulling fs layer [2024-03-14T00:07:59.429Z] 2437ff75d9bd: Pulling fs layer [2024-03-14T00:07:59.429Z] f23df028b6ca: Waiting [2024-03-14T00:07:59.429Z] d65c8cfc05b1: Waiting [2024-03-14T00:07:59.429Z] 2437ff75d9bd: Waiting [2024-03-14T00:07:59.429Z] 765212b225bb: Waiting [2024-03-14T00:07:59.429Z] 04944245beec: Verifying Checksum [2024-03-14T00:07:59.429Z] 04944245beec: Download complete [2024-03-14T00:07:59.429Z] 765212b225bb: Verifying Checksum [2024-03-14T00:07:59.429Z] 765212b225bb: Download complete [2024-03-14T00:07:59.429Z] f23df028b6ca: Verifying Checksum [2024-03-14T00:07:59.429Z] f23df028b6ca: Download complete [2024-03-14T00:07:59.429Z] d65c8cfc05b1: Verifying Checksum [2024-03-14T00:07:59.429Z] d65c8cfc05b1: Download complete [2024-03-14T00:07:59.695Z] 699f458cf7ca: Verifying Checksum [2024-03-14T00:07:59.695Z] 699f458cf7ca: Download complete [2024-03-14T00:08:00.274Z] 8998bd30e6a1: Verifying Checksum [2024-03-14T00:08:00.274Z] 8998bd30e6a1: Download complete [2024-03-14T00:08:02.873Z] 2437ff75d9bd: Verifying Checksum [2024-03-14T00:08:02.873Z] 2437ff75d9bd: Download complete [2024-03-14T00:08:05.442Z] 8998bd30e6a1: Pull complete [2024-03-14T00:08:05.442Z] 04944245beec: Pull complete [2024-03-14T00:08:07.373Z] 699f458cf7ca: Pull complete [2024-03-14T00:08:07.374Z] 765212b225bb: Pull complete [2024-03-14T00:08:07.954Z] f23df028b6ca: Pull complete [2024-03-14T00:08:08.219Z] d65c8cfc05b1: Pull complete [2024-03-14T00:08:26.387Z] 2437ff75d9bd: Pull complete [2024-03-14T00:08:26.387Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-03-14T00:08:26.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-14T00:08:26.387Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T00:08:26.905Z] prd-ubuntu20.04-docker-arm64-4c-16g-5581 does not seem to be running inside a container [2024-03-14T00:08:26.957Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-03-14T00:08:29.683Z] $ docker top 7d9b809d5b28bee8c26deeffd1bf75bb3ea17020fddfa71c23f8c76154baf0a8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:08:30.735Z] ---> job-cost.sh [2024-03-14T00:08:30.735Z] lf-activate-venv: SKIPPING [2024-03-14T00:08:30.735Z] INFO: No Stack... [2024-03-14T00:08:31.312Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-03-14T00:08:32.266Z] INFO: Archiving Costs [Pipeline] sh [2024-03-14T00:08:32.925Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-03-14T00:08:32.925Z] + cut -d, -f6 [Pipeline] lock [2024-03-14T00:08:32.979Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4774-1-stack-cost] [2024-03-14T00:08:32.984Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4774-1-stack-cost] did not exist. Created. [2024-03-14T00:08:32.989Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4774-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-14T00:08:33.489Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-03-14T00:08:33.954Z] Stashed 1 file(s) [Pipeline] } [2024-03-14T00:08:33.974Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4774-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-14T00:08:34.127Z] $ docker stop --time=1 7d9b809d5b28bee8c26deeffd1bf75bb3ea17020fddfa71c23f8c76154baf0a8 [2024-03-14T00:08:35.688Z] $ docker rm -f --volumes 7d9b809d5b28bee8c26deeffd1bf75bb3ea17020fddfa71c23f8c76154baf0a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-03-14T00:08:37.879Z] provisioning config files... [2024-03-14T00:08:37.886Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7312877264582542224tmp [Pipeline] { [Pipeline] sh [2024-03-14T00:08:38.333Z] + set +x [2024-03-14T00:08:38.334Z] + bash -s -- [2024-03-14T00:08:38.334Z] + curl -s https://codecov.io/bash [2024-03-14T00:08:38.334Z] [2024-03-14T00:08:38.334Z] _____ _ [2024-03-14T00:08:38.334Z] / ____| | | [2024-03-14T00:08:38.334Z] | | ___ __| | ___ ___ _____ __ [2024-03-14T00:08:38.334Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-03-14T00:08:38.334Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-03-14T00:08:38.334Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-03-14T00:08:38.334Z] Bash-1.0.6 [2024-03-14T00:08:38.334Z] [2024-03-14T00:08:38.334Z] [2024-03-14T00:08:38.334Z] ==> git version 2.25.1 found [2024-03-14T00:08:38.334Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-03-14T00:08:38.334Z] Release-Date: 2020-01-08 [2024-03-14T00:08:38.334Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-03-14T00:08:38.334Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-03-14T00:08:38.334Z] ==> Jenkins CI detected. [2024-03-14T00:08:38.334Z] current dir:  /w/workspace/edgex-go/1 [2024-03-14T00:08:38.334Z] project root: . [2024-03-14T00:08:38.334Z] --> token set from env [2024-03-14T00:08:38.334Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-03-14T00:08:38.596Z] ==> Running gcov in . (disable via -X gcov) [2024-03-14T00:08:38.596Z] ==> Python coveragepy not found [2024-03-14T00:08:38.596Z] ==> Searching for coverage reports in: [2024-03-14T00:08:38.596Z] + . [2024-03-14T00:08:38.596Z] -> Found 1 reports [2024-03-14T00:08:38.596Z] ==> Detecting git/mercurial file structure [2024-03-14T00:08:38.596Z] ==> Reading reports [2024-03-14T00:08:38.596Z] + ./coverage.out bytes=453602 [2024-03-14T00:08:38.596Z] ==> Appending adjustments [2024-03-14T00:08:38.596Z] https://docs.codecov.io/docs/fixing-reports [2024-03-14T00:08:39.533Z] + Found adjustments [2024-03-14T00:08:39.534Z] ==> Gzipping contents [2024-03-14T00:08:39.534Z] 60K /tmp/codecov.oL7V6A.gz [2024-03-14T00:08:39.534Z] ==> Uploading reports [2024-03-14T00:08:39.534Z] url: https://codecov.io [2024-03-14T00:08:39.534Z] query: branch=PR-4774&commit=b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4774%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4774&job=&cmd_args= [2024-03-14T00:08:39.534Z] -> Pinging Codecov [2024-03-14T00:08:39.534Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4774&commit=b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4774%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4774&job=&cmd_args= [2024-03-14T00:08:39.793Z] -> Uploading to [2024-03-14T00:08:39.793Z] https://storage.googleapis.com/codecov/v4/raw/2024-03-14/00271124DB129430A58F1EEE437C3FCB/b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8/9d283bee-a8b4-4d6b-878b-88a0ca2ca6e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240314T000839Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=599c1aba7e7555b4fbe5686d793760190dab56b70a8c8ec8a81b27fe36c6db0d [2024-03-14T00:08:39.793Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-14T00:08:39.793Z] Dload Upload Total Spent Left Speed [2024-03-14T00:08:40.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57711 0 0 100 57711 0 170k --:--:-- --:--:-- --:--:-- 170k [2024-03-14T00:08:40.363Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b543cd846b3a5c4dc8a592c06f2f43c9e7da63f8 [Pipeline] } [2024-03-14T00:08:40.390Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-03-14T00:08:42.904Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:08:43.240Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:08:44.147Z] ---> package-listing.sh [2024-03-14T00:08:44.147Z] ++ facter osfamily [2024-03-14T00:08:44.147Z] ++ tr '[:upper:]' '[:lower:]' [2024-03-14T00:08:44.408Z] + OS_FAMILY=debian [2024-03-14T00:08:44.408Z] + workspace=/w/workspace/edgex-go/1 [2024-03-14T00:08:44.408Z] + START_PACKAGES=/tmp/packages_start.txt [2024-03-14T00:08:44.408Z] + END_PACKAGES=/tmp/packages_end.txt [2024-03-14T00:08:44.408Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-03-14T00:08:44.408Z] + PACKAGES=/tmp/packages_start.txt [2024-03-14T00:08:44.408Z] + '[' /w/workspace/edgex-go/1 ']' [2024-03-14T00:08:44.408Z] + PACKAGES=/tmp/packages_end.txt [2024-03-14T00:08:44.408Z] + case "${OS_FAMILY}" in [2024-03-14T00:08:44.408Z] + dpkg -l [2024-03-14T00:08:44.408Z] + grep '^ii' [2024-03-14T00:08:44.408Z] + '[' -f /tmp/packages_start.txt ']' [2024-03-14T00:08:44.408Z] + '[' -f /tmp/packages_end.txt ']' [2024-03-14T00:08:44.408Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-03-14T00:08:44.408Z] + '[' /w/workspace/edgex-go/1 ']' [2024-03-14T00:08:44.408Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-03-14T00:08:44.408Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-03-14T00:08:44.443Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-03-14T00:08:44.743Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T00:08:45.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-14T00:08:45.425Z] [2024-03-14T00:08:45.425Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-14T00:08:45.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-14T00:08:45.843Z] latest: Pulling from edgex-lftools-log-publisher [2024-03-14T00:08:45.843Z] 5eb5b503b376: Pulling fs layer [2024-03-14T00:08:45.843Z] 5c69ac0246d0: Pulling fs layer [2024-03-14T00:08:45.843Z] ec43610c2a17: Pulling fs layer [2024-03-14T00:08:45.843Z] 3a2ae6a8a46f: Pulling fs layer [2024-03-14T00:08:45.843Z] 33b1e0a273af: Pulling fs layer [2024-03-14T00:08:45.843Z] 5d3b04190fa2: Pulling fs layer [2024-03-14T00:08:45.843Z] 2f39f015ded8: Pulling fs layer [2024-03-14T00:08:45.843Z] 33b1e0a273af: Waiting [2024-03-14T00:08:45.843Z] 5d3b04190fa2: Waiting [2024-03-14T00:08:45.843Z] 3a2ae6a8a46f: Waiting [2024-03-14T00:08:45.843Z] 2f39f015ded8: Waiting [2024-03-14T00:08:45.843Z] 5c69ac0246d0: Download complete [2024-03-14T00:08:45.843Z] 3a2ae6a8a46f: Verifying Checksum [2024-03-14T00:08:45.843Z] 3a2ae6a8a46f: Download complete [2024-03-14T00:08:45.843Z] 33b1e0a273af: Verifying Checksum [2024-03-14T00:08:45.843Z] 33b1e0a273af: Download complete [2024-03-14T00:08:45.843Z] ec43610c2a17: Verifying Checksum [2024-03-14T00:08:45.843Z] ec43610c2a17: Download complete [2024-03-14T00:08:45.843Z] 5d3b04190fa2: Download complete [2024-03-14T00:08:46.100Z] 5eb5b503b376: Download complete [2024-03-14T00:08:46.665Z] 2f39f015ded8: Download complete [2024-03-14T00:08:47.229Z] 5eb5b503b376: Pull complete [2024-03-14T00:08:47.229Z] 5c69ac0246d0: Pull complete [2024-03-14T00:08:47.797Z] ec43610c2a17: Pull complete [2024-03-14T00:08:47.797Z] 3a2ae6a8a46f: Pull complete [2024-03-14T00:08:48.055Z] 33b1e0a273af: Pull complete [2024-03-14T00:08:48.055Z] 5d3b04190fa2: Pull complete [2024-03-14T00:08:52.236Z] 2f39f015ded8: Pull complete [2024-03-14T00:08:52.236Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-03-14T00:08:52.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-14T00:08:52.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-14T00:08:52.635Z] prd-ubuntu20.04-docker-8c-8g-5565 does not seem to be running inside a container [2024-03-14T00:08:52.685Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-03-14T00:08:55.695Z] $ docker top 5202f20d96bb4ba9e339924dd88a49d9139879f9a65c0d108353ed5b0704e5fd -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-14T00:08:56.167Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-03-14T00:08:56.483Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-03-14T00:08:56.794Z] + ls /var/log/sa-host [2024-03-14T00:08:56.794Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-14T00:08:57.078Z] provisioning config files... [2024-03-14T00:08:57.087Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10513208921356310699tmp [Pipeline] { [Pipeline] echo [2024-03-14T00:08:57.264Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:08:57.579Z] ---> create-netrc.sh [Pipeline] } [2024-03-14T00:08:57.609Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:08:58.118Z] ---> python-tools-install.sh [Pipeline] echo [2024-03-14T00:08:58.152Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:08:58.468Z] ---> sudo-logs.sh [2024-03-14T00:08:58.468Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-03-14T00:08:58.600Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:08:58.912Z] ---> job-cost.sh [2024-03-14T00:08:58.912Z] lf-activate-venv: SKIPPING [2024-03-14T00:08:58.912Z] DEBUG: total: 0.10999999940395355 [2024-03-14T00:08:58.912Z] INFO: Retrieving Stack Cost... [2024-03-14T00:08:59.171Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-14T00:08:59.742Z] INFO: Archiving Costs [Pipeline] echo [2024-03-14T00:08:59.779Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-14T00:09:00.088Z] ---> logs-deploy.sh [2024-03-14T00:09:00.088Z] lf-activate-venv: SKIPPING [2024-03-14T00:09:00.088Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4774/1 [2024-03-14T00:09:00.088Z] INFO: archiving workspace using pattern(s): [2024-03-14T00:09:01.025Z] Archives upload complete. [2024-03-14T00:09:01.025Z] INFO: archiving logs to Nexus