Pull request #4692 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of sixhj for edgexfoundry/edgex-go Loading trusted files from base branch main at fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 rather than be9ce11388644413529a85684ed7fdc04e3a2d07 Obtained Jenkinsfile from fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 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-ssh2137236681449681272.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh10866936521954269162.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-4692/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-4692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4275684069132423523.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-4692/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11433511048778294717.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh5844448417563246748.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-4692/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-4692/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2916698026392384597.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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], buildSnap:false] ========================================================= [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-7546 in /w/workspace/edgexfoundry_edgex-go_PR-4692 [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 fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 into PR head commit be9ce11388644413529a85684ed7fdc04e3a2d07 Merge succeeded, producing be9ce11388644413529a85684ed7fdc04e3a2d07 Checking out Revision be9ce11388644413529a85684ed7fdc04e3a2d07 (PR-4692) > 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/4692/head:refs/remotes/origin/PR-4692 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be9ce11388644413529a85684ed7fdc04e3a2d07 # 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 fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be9ce11388644413529a85684ed7fdc04e3a2d07 # timeout=10 Commit message: "fix: Remove duplicate definitions" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-21T06:55:30.242Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-21T06:55:30.407Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-21T06:55:30.501Z] ========================================================= [2023-09-21T06:55:30.501Z] EdgeX Global Pipelines Version Info [2023-09-21T06:55:30.501Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-21T06:55:31.253Z] ------------------- [2023-09-21T06:55:31.253Z] stable info: [2023-09-21T06:55:31.253Z] ------------------- [2023-09-21T06:55:31.253Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-21T06:55:31.253Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-21T06:55:31.253Z] Message: update stable to v1.0.254 [2023-09-21T06:55:31.823Z] ------------------- [2023-09-21T06:55:31.823Z] experimental info: [2023-09-21T06:55:31.823Z] ------------------- [2023-09-21T06:55:31.823Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-21T06:55:31.823Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-21T06:55:31.823Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-21T06:55:32.099Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-21T06:55:32.147Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-21T06:55:32.182Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-21T06:55:32.223Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-21T06:55:32.264Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-21T06:55:32.305Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-21T06:55:32.342Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-21T06:55:32.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-21T06:55:32.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-21T06:55:32.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-21T06:55:32.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-21T06:55:32.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-21T06:55:32.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-21T06:55:32.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-21T06:55:32.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-21T06:55:32.700Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-21T06:55:32.743Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-21T06:55:32.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-21T06:55:32.821Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-21T06:55:32.865Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-21T06:55:32.908Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-21T06:55:32.946Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-21T06:55:32.993Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-21T06:55:33.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4692 [Pipeline] echo [2023-09-21T06:55:33.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4692 [Pipeline] echo [2023-09-21T06:55:33.119Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4692 [Pipeline] echo [2023-09-21T06:55:33.158Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be9ce11388644413529a85684ed7fdc04e3a2d07 [Pipeline] echo [2023-09-21T06:55:33.200Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be9ce11 [Pipeline] echo [2023-09-21T06:55:33.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T06:55:33.361Z] provisioning config files... [2023-09-21T06:55:33.377Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5273607836815186579tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T06:55:33.725Z] ---> docker-login.sh [2023-09-21T06:55:33.725Z] nexus3.edgexfoundry.org:10001 [2023-09-21T06:55:34.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:55:34.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:55:34.298Z] Configure a credential helper to remove this warning. See [2023-09-21T06:55:34.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:55:34.298Z] [2023-09-21T06:55:34.298Z] Login Succeeded [2023-09-21T06:55:34.298Z] nexus3.edgexfoundry.org:10002 [2023-09-21T06:55:34.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:55:34.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:55:34.559Z] Configure a credential helper to remove this warning. See [2023-09-21T06:55:34.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:55:34.559Z] [2023-09-21T06:55:34.559Z] Login Succeeded [2023-09-21T06:55:34.559Z] nexus3.edgexfoundry.org:10003 [2023-09-21T06:55:34.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:55:34.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:55:34.559Z] Configure a credential helper to remove this warning. See [2023-09-21T06:55:34.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:55:34.559Z] [2023-09-21T06:55:34.559Z] Login Succeeded [2023-09-21T06:55:34.559Z] nexus3.edgexfoundry.org:10004 [2023-09-21T06:55:34.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:55:34.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:55:34.824Z] Configure a credential helper to remove this warning. See [2023-09-21T06:55:34.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:55:34.824Z] [2023-09-21T06:55:34.824Z] Login Succeeded [2023-09-21T06:55:34.824Z] docker.io [2023-09-21T06:55:34.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:55:35.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:55:35.085Z] Configure a credential helper to remove this warning. See [2023-09-21T06:55:35.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:55:35.085Z] [2023-09-21T06:55:35.085Z] Login Succeeded [2023-09-21T06:55:35.085Z] ---> docker-login.sh ends [Pipeline] } [2023-09-21T06:55:35.113Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-21T06:55:35.553Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/core-command/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-21T06:55:35.553Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-09-21T06:55:35.553Z] cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/core-data/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/core-metadata/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-21T06:55:35.553Z] + + dirname cmd/security-proxy-auth/Dockerfile [2023-09-21T06:55:35.553Z] cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-21T06:55:35.553Z] + + cut -d/ -f2dirname [2023-09-21T06:55:35.553Z] cmd/security-proxy-setup/Dockerfile [2023-09-21T06:55:35.553Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/security-secretstore-setup/Dockerfile+ [2023-09-21T06:55:35.553Z] cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-21T06:55:35.553Z] + + cut -d/ -f2 [2023-09-21T06:55:35.553Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-21T06:55:35.553Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/security-spire-config/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-21T06:55:35.553Z] + + dirname cmd/security-spire-server/Dockerfile [2023-09-21T06:55:35.553Z] cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/support-notifications/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-21T06:55:35.553Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-21T06:55:35.553Z] + cut -d/ -f2 [2023-09-21T06:55:35.553Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-21T06:55:35.656Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-21T06:55:36.156Z] + git rev-list -1 --merges be9ce11388644413529a85684ed7fdc04e3a2d07~1..be9ce11388644413529a85684ed7fdc04e3a2d07 [Pipeline] echo [2023-09-21T06:55:36.187Z] -----------> git rev-list -1 --merges be9ce11388644413529a85684ed7fdc04e3a2d07~1..be9ce11388644413529a85684ed7fdc04e3a2d07 be9ce11388644413529a85684ed7fdc04e3a2d07 [false] [Pipeline] sh [2023-09-21T06:55:36.494Z] + git log --format=format:%s -1 be9ce11388644413529a85684ed7fdc04e3a2d07 [Pipeline] echo [2023-09-21T06:55:36.536Z] ========================================================= [2023-09-21T06:55:36.536Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-21T06:55:36.536Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-21T06:55:37.051Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-21T06:55:37.051Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-21T06:55:37.051Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-21T06:55:37.051Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-21T06:55:37.051Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-09-21T06:55:37.051Z] -a /etc/ssh/ssh_known_hosts [2023-09-21T06:55:37.051Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T06:55:37.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T06:55:37.553Z] [2023-09-21T06:55:37.553Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T06:55:37.920Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T06:55:37.920Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-21T06:55:37.920Z] b85a868b505f: Pulling fs layer [2023-09-21T06:55:37.920Z] e2be974225ed: Pulling fs layer [2023-09-21T06:55:37.920Z] 339a4e72a1f5: Pulling fs layer [2023-09-21T06:55:37.920Z] 988bab9f4d93: Pulling fs layer [2023-09-21T06:55:37.920Z] 1469e6f7b9e6: Pulling fs layer [2023-09-21T06:55:37.920Z] eaf3925da568: Pulling fs layer [2023-09-21T06:55:37.920Z] bab4dde63d76: Pulling fs layer [2023-09-21T06:55:37.920Z] bde34c3a00c8: Pulling fs layer [2023-09-21T06:55:37.920Z] b352a97aabf1: Pulling fs layer [2023-09-21T06:55:37.920Z] 4872d77fe225: Pulling fs layer [2023-09-21T06:55:37.920Z] 988bab9f4d93: Waiting [2023-09-21T06:55:37.920Z] 1469e6f7b9e6: Waiting [2023-09-21T06:55:37.920Z] eaf3925da568: Waiting [2023-09-21T06:55:37.920Z] bde34c3a00c8: Waiting [2023-09-21T06:55:37.920Z] b352a97aabf1: Waiting [2023-09-21T06:55:37.920Z] 5851b861e8e6: Pulling fs layer [2023-09-21T06:55:37.920Z] 4872d77fe225: Waiting [2023-09-21T06:55:37.920Z] 5851b861e8e6: Waiting [2023-09-21T06:55:37.920Z] e2be974225ed: Download complete [2023-09-21T06:55:37.920Z] 988bab9f4d93: Verifying Checksum [2023-09-21T06:55:37.920Z] 988bab9f4d93: Download complete [2023-09-21T06:55:38.198Z] 1469e6f7b9e6: Verifying Checksum [2023-09-21T06:55:38.198Z] 1469e6f7b9e6: Download complete [2023-09-21T06:55:38.198Z] eaf3925da568: Download complete [2023-09-21T06:55:38.198Z] 339a4e72a1f5: Verifying Checksum [2023-09-21T06:55:38.198Z] 339a4e72a1f5: Download complete [2023-09-21T06:55:38.198Z] bde34c3a00c8: Download complete [2023-09-21T06:55:38.198Z] b352a97aabf1: Download complete [2023-09-21T06:55:38.198Z] 4872d77fe225: Verifying Checksum [2023-09-21T06:55:38.198Z] 4872d77fe225: Download complete [2023-09-21T06:55:38.198Z] 5851b861e8e6: Download complete [2023-09-21T06:55:38.458Z] b85a868b505f: Verifying Checksum [2023-09-21T06:55:38.458Z] b85a868b505f: Download complete [2023-09-21T06:55:38.718Z] bab4dde63d76: Verifying Checksum [2023-09-21T06:55:38.718Z] bab4dde63d76: Download complete [2023-09-21T06:55:39.653Z] b85a868b505f: Pull complete [2023-09-21T06:55:39.912Z] e2be974225ed: Pull complete [2023-09-21T06:55:40.171Z] 339a4e72a1f5: Pull complete [2023-09-21T06:55:40.432Z] 988bab9f4d93: Pull complete [2023-09-21T06:55:40.690Z] 1469e6f7b9e6: Pull complete [2023-09-21T06:55:40.690Z] eaf3925da568: Pull complete [2023-09-21T06:55:42.590Z] bab4dde63d76: Pull complete [2023-09-21T06:55:42.590Z] bde34c3a00c8: Pull complete [2023-09-21T06:55:42.850Z] b352a97aabf1: Pull complete [2023-09-21T06:55:42.850Z] 4872d77fe225: Pull complete [2023-09-21T06:55:42.850Z] 5851b861e8e6: Pull complete [2023-09-21T06:55:43.110Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-21T06:55:43.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T06:55:43.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T06:55:43.354Z] prd-ubuntu20.04-docker-8c-8g-7546 does not seem to be running inside a container [2023-09-21T06:55:43.380Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-21T06:55:47.208Z] $ docker top 2bef1ce270348ebb893993db94e3925799756718b6528fb72ce39a49a507e842 -eo pid,comm [2023-09-21T06:55:47.274Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-09-21T06:55:47.274Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-21T06:55:47.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-21T06:55:47.401Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-21T06:55:47.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-21T06:55:47.525Z] $ docker exec 2bef1ce270348ebb893993db94e3925799756718b6528fb72ce39a49a507e842 ssh-agent [2023-09-21T06:55:47.634Z] SSH_AUTH_SOCK=/tmp/ssh-uxbU0CHMJfY3/agent.33 [2023-09-21T06:55:47.634Z] SSH_AGENT_PID=39 [2023-09-21T06:55:47.642Z] Running ssh-add (command line suppressed) [2023-09-21T06:55:47.747Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10737106096862195199.key (/w/workspace/edgex-go/1@tmp/private_key_10737106096862195199.key) [2023-09-21T06:55:47.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-21T06:55:48.104Z] + git tag --points-at HEAD [Pipeline] } [2023-09-21T06:55:48.129Z] $ docker exec --env ******** --env ******** 2bef1ce270348ebb893993db94e3925799756718b6528fb72ce39a49a507e842 ssh-agent -k [2023-09-21T06:55:48.237Z] unset SSH_AUTH_SOCK; [2023-09-21T06:55:48.238Z] unset SSH_AGENT_PID; [2023-09-21T06:55:48.238Z] echo Agent pid 39 killed; [2023-09-21T06:55:48.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-21T06:55:48.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-21T06:55:48.342Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-21T06:55:48.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-21T06:55:48.458Z] $ docker exec 2bef1ce270348ebb893993db94e3925799756718b6528fb72ce39a49a507e842 ssh-agent [2023-09-21T06:55:48.568Z] SSH_AUTH_SOCK=/tmp/ssh-nwAz5hXuXHi6/agent.71 [2023-09-21T06:55:48.568Z] SSH_AGENT_PID=77 [2023-09-21T06:55:48.573Z] Running ssh-add (command line suppressed) [2023-09-21T06:55:48.673Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3978064346625388149.key (/w/workspace/edgex-go/1@tmp/private_key_3978064346625388149.key) [2023-09-21T06:55:48.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-21T06:55:49.035Z] + git semver init [2023-09-21T06:55:49.295Z] 2023-09-21 06:55:49,271 [run_init] DEBUG init version:0.0.0 force:False [2023-09-21T06:55:49.295Z] 2023-09-21 06:55:49,272 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-09-21T06:55:49.295Z] 2023-09-21 06:55:49,272 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-09-21T06:55:49.295Z] 2023-09-21 06:55:49,272 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,241 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,242 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4692 with force:False [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,242 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4692 [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,246 [execute] INFO git cat-file --batch-check [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,247 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,254 [execute] INFO git cat-file --batch [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,255 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-21T06:55:55.895Z] 2023-09-21 06:55:55,260 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4692 [2023-09-21T06:55:55.895Z] 0.0.0 [Pipeline] } [2023-09-21T06:55:55.920Z] $ docker exec --env ******** --env ******** 2bef1ce270348ebb893993db94e3925799756718b6528fb72ce39a49a507e842 ssh-agent -k [2023-09-21T06:55:56.023Z] unset SSH_AUTH_SOCK; [2023-09-21T06:55:56.023Z] unset SSH_AGENT_PID; [2023-09-21T06:55:56.023Z] echo Agent pid 77 killed; [2023-09-21T06:55:56.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-21T06:55:56.457Z] + git semver [Pipeline] } [2023-09-21T06:55:56.737Z] $ docker stop --time=1 2bef1ce270348ebb893993db94e3925799756718b6528fb72ce39a49a507e842 [2023-09-21T06:55:58.049Z] $ docker rm -f --volumes 2bef1ce270348ebb893993db94e3925799756718b6528fb72ce39a49a507e842 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T06:55:58.496Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-21T06:55:58.783Z] Stashed 1 file(s) [Pipeline] echo [2023-09-21T06:55:58.799Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-21T06:55:59.605Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-21T06:55:59.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T06:55:59.676Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T06:55:59.709Z] ========================================================= [2023-09-21T06:55:59.709Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-21T06:55:59.709Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-21T06:56:00.050Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T06:56:00.050Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-21T06:56:00.050Z] 7264a8db6415: Pulling fs layer [2023-09-21T06:56:00.050Z] c4d48a809fc2: Pulling fs layer [2023-09-21T06:56:00.050Z] 4f1c88b9dad5: Pulling fs layer [2023-09-21T06:56:00.050Z] ad3a456e5733: Pulling fs layer [2023-09-21T06:56:00.050Z] 33e27b845d1e: Pulling fs layer [2023-09-21T06:56:00.050Z] c68163c4e522: Pulling fs layer [2023-09-21T06:56:00.050Z] 50da416c3ac9: Pulling fs layer [2023-09-21T06:56:00.050Z] 23d2d4c4bb30: Pulling fs layer [2023-09-21T06:56:00.050Z] 50da416c3ac9: Waiting [2023-09-21T06:56:00.050Z] 23d2d4c4bb30: Waiting [2023-09-21T06:56:00.050Z] ad3a456e5733: Waiting [2023-09-21T06:56:00.050Z] c68163c4e522: Waiting [2023-09-21T06:56:00.050Z] 33e27b845d1e: Waiting [2023-09-21T06:56:00.050Z] c4d48a809fc2: Verifying Checksum [2023-09-21T06:56:00.050Z] c4d48a809fc2: Download complete [2023-09-21T06:56:00.050Z] ad3a456e5733: Verifying Checksum [2023-09-21T06:56:00.050Z] ad3a456e5733: Download complete [2023-09-21T06:56:00.050Z] 33e27b845d1e: Verifying Checksum [2023-09-21T06:56:00.050Z] 33e27b845d1e: Download complete [2023-09-21T06:56:00.050Z] 7264a8db6415: Verifying Checksum [2023-09-21T06:56:00.050Z] 7264a8db6415: Download complete [2023-09-21T06:56:00.312Z] c68163c4e522: Download complete [2023-09-21T06:56:00.312Z] 7264a8db6415: Pull complete [2023-09-21T06:56:00.571Z] c4d48a809fc2: Pull complete [2023-09-21T06:56:00.571Z] 23d2d4c4bb30: Verifying Checksum [2023-09-21T06:56:00.571Z] 23d2d4c4bb30: Download complete [2023-09-21T06:56:00.830Z] 4f1c88b9dad5: Download complete [2023-09-21T06:56:01.088Z] 50da416c3ac9: Verifying Checksum [2023-09-21T06:56:01.088Z] 50da416c3ac9: Download complete [2023-09-21T06:56:04.372Z] 4f1c88b9dad5: Pull complete [2023-09-21T06:56:04.372Z] ad3a456e5733: Pull complete [2023-09-21T06:56:04.630Z] 33e27b845d1e: Pull complete [2023-09-21T06:56:04.630Z] c68163c4e522: Pull complete [2023-09-21T06:56:07.164Z] 50da416c3ac9: Pull complete [2023-09-21T06:56:07.731Z] 23d2d4c4bb30: Pull complete [2023-09-21T06:56:07.731Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-09-21T06:56:07.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T06:56:07.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-21T06:56:08.081Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T06:56:08.081Z] WORKDIR /edgex [2023-09-21T06:56:08.081Z] COPY go.mod . [2023-09-21T06:56:08.081Z] RUN go mod download [2023-09-21T06:56:08.081Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-21T06:56:08.649Z] Sending build context to Docker daemon 171MB [2023-09-21T06:56:08.908Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T06:56:08.908Z] ---> 0786185ac409 [2023-09-21T06:56:08.908Z] Step 2/4 : WORKDIR /edgex [2023-09-21T06:56:14.126Z] Still waiting to schedule task [2023-09-21T06:56:14.127Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-21T06:56:18.919Z] ---> Running in d30b3c093cc2 [2023-09-21T06:56:18.919Z] Removing intermediate container d30b3c093cc2 [2023-09-21T06:56:18.919Z] ---> d0f13ec9db75 [2023-09-21T06:56:18.919Z] Step 3/4 : COPY go.mod . [2023-09-21T06:56:18.919Z] ---> bb2cbe771d97 [2023-09-21T06:56:18.919Z] Step 4/4 : RUN go mod download [2023-09-21T06:56:18.919Z] ---> Running in 810adb6fce4a [2023-09-21T06:56:45.476Z] Removing intermediate container 810adb6fce4a [2023-09-21T06:56:45.476Z] ---> f54441b5593d [2023-09-21T06:56:45.476Z] Successfully built f54441b5593d [2023-09-21T06:56:45.476Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T06:56:45.855Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-21T06:56:45.855Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T06:56:45.993Z] prd-ubuntu20.04-docker-8c-8g-7546 does not seem to be running inside a container [2023-09-21T06:56:46.023Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-21T06:56:46.848Z] $ docker top be6341ca2f9d354bf19fec6a67f2fb24d78e1eb2a7c1e25007a88abc7c469c7f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T06:56:47.243Z] + go version [2023-09-21T06:56:47.243Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-21T06:56:47.276Z] $ docker stop --time=1 be6341ca2f9d354bf19fec6a67f2fb24d78e1eb2a7c1e25007a88abc7c469c7f [2023-09-21T06:56:48.505Z] $ docker rm -f --volumes be6341ca2f9d354bf19fec6a67f2fb24d78e1eb2a7c1e25007a88abc7c469c7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T06:56:49.258Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-21T06:56:49.258Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T06:56:49.413Z] prd-ubuntu20.04-docker-8c-8g-7546 does not seem to be running inside a container [2023-09-21T06:56:49.441Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-21T06:56:49.804Z] $ docker top d88337a0015b4fb55e25ed1123569a498f755290c1bf2a6b0146ba035fcfeb8d -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-21T06:56:49.922Z] ========================================================= [2023-09-21T06:56:49.922Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-21T06:56:49.922Z] ========================================================= [Pipeline] sh [2023-09-21T06:56:50.213Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-21T06:56:50.577Z] + make test [2023-09-21T06:56:50.578Z] go test -race -coverprofile=coverage.out ./... [2023-09-21T06:56:58.689Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-21T06:57:10.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-21T06:57:10.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-21T06:57:11.161Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-21T06:57:11.420Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-21T06:57:11.677Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-21T06:57:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-21T06:57:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-21T06:57:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-21T06:57:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-21T06:57:12.192Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-21T06:57:12.450Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-21T06:57:12.450Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-21T06:57:12.450Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-21T06:57:12.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-21T06:57:14.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-21T06:57:14.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-21T06:57:15.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.042s coverage: 28.7% of statements [2023-09-21T06:57:17.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.054s coverage: 97.0% of statements [2023-09-21T06:57:17.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-21T06:57:17.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-21T06:57:17.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-21T06:57:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-21T06:57:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-21T06:57:19.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-21T06:57:19.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-21T06:57:19.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-21T06:57:19.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-21T06:57:19.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-21T06:57:20.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.077s coverage: 69.2% of statements [2023-09-21T06:57:20.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.057s coverage: 53.2% of statements [2023-09-21T06:57:20.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-21T06:57:20.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-21T06:57:23.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.550s coverage: 93.4% of statements [2023-09-21T06:57:23.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 4.1% of statements [2023-09-21T06:57:23.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-21T06:57:23.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-21T06:57:23.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-21T06:57:23.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-21T06:57:23.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-21T06:57:23.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-21T06:57:23.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-21T06:57:23.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-21T06:57:23.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-21T06:57:23.656Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-21T06:57:24.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.347s coverage: 97.6% of statements [2023-09-21T06:57:24.589Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.033s coverage: 72.2% of statements [2023-09-21T06:57:25.156Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-21T06:57:25.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-21T06:57:26.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.061s coverage: 0.9% of statements [2023-09-21T06:57:26.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.042s coverage: 32.2% of statements [2023-09-21T06:57:26.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.039s coverage: 41.7% of statements [2023-09-21T06:57:27.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.045s coverage: 82.9% of statements [2023-09-21T06:57:27.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.033s coverage: 94.1% of statements [2023-09-21T06:57:27.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.053s coverage: 96.3% of statements [2023-09-21T06:57:27.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-21T06:57:27.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-21T06:57:27.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-21T06:57:27.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-21T06:57:27.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-21T06:57:27.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-21T06:57:27.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-21T06:57:27.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-21T06:57:27.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.041s coverage: 87.5% of statements [2023-09-21T06:57:28.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-21T06:57:28.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-21T06:57:28.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-21T06:57:28.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-21T06:57:29.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-21T06:57:29.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-21T06:57:29.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-21T06:57:30.977Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-21T06:57:31.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-21T06:57:32.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-21T06:57:32.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-21T06:57:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-21T06:57:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-21T06:57:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-21T06:57:36.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-21T06:57:36.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-21T06:57:36.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-21T06:57:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-21T06:57:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-21T06:57:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-21T06:57:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-21T06:57:38.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-21T06:57:38.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-21T06:57:38.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-21T06:57:38.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-21T06:57:38.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.038s coverage: 94.4% of statements [2023-09-21T06:57:40.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-21T06:57:40.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-21T06:57:40.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-21T06:57:40.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-21T06:57:41.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-21T06:57:41.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-21T06:57:42.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-21T06:57:42.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-21T06:57:48.160Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7547 in /w/workspace/edgexfoundry_edgex-go_PR-4692 [Pipeline] { [Pipeline] ws [2023-09-21T06:57:48.222Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-09-21T06:57:48.299Z] The recommended git tool is: git [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.261s coverage: 79.9% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.055s coverage: 92.9% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.012s coverage: 64.4% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.046s coverage: 62.3% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.043s coverage: 87.2% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.031s coverage: 20.0% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.032s coverage: 100.0% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.087s coverage: 81.8% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.045s coverage: 86.0% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.184s coverage: 63.1% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.039s coverage: 100.0% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.019s coverage: 89.4% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.013s coverage: 100.0% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.155s coverage: 38.4% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.043s coverage: 89.5% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.040s coverage: 84.8% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 19.9% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.133s coverage: 95.7% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.046s coverage: 61.8% of statements [2023-09-21T06:57:52.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.082s coverage: 98.9% of statements [2023-09-21T06:57:52.104Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-09-21T06:57:52.104Z] running golangci-lint [2023-09-21T06:57:52.104Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2023-09-21T06:57:52.104Z] go version go1.21.0 linux/amd64 [2023-09-21T06:57:52.364Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-09-21T06:57:52.364Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2023-09-21T06:57:53.428Z] using credential edgex-jenkins-ssh [2023-09-21T06:57:53.443Z] Cloning the remote Git repository [2023-09-21T06:57:53.493Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-21T06:57:53.588Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-09-21T06:57:53.731Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-21T06:57:53.732Z] > git --version # timeout=10 [2023-09-21T06:57:53.752Z] > git --version # 'git version 2.25.1' [2023-09-21T06:57:53.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T06:57:53.898Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-21T06:58:04.565Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|name|deps|exports_file|imports|types_sizes) took 10.192314326s" [2023-09-21T06:58:04.565Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.56718ms" [2023-09-21T06:58:11.136Z] level=info msg="[linters_context/goanalysis] analyzers took 1m13.655217852s with top 10 stages: buildir: 30.778740377s, gosec: 6.598307955s, fact_deprecated: 1.586057155s, inspect: 1.502015017s, ctrlflow: 1.29379845s, printf: 1.21212863s, nilness: 1.020846976s, S1038: 838.500581ms, fact_purity: 824.103823ms, isgenerated: 611.267887ms" [2023-09-21T06:58:11.136Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2023-09-21T06:58:11.136Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 197/197, exclude-rules: 21/197, filename_unadjuster: 197/197, skip_dirs: 197/197, nolint: 0/21, cgo: 197/197, path_prettifier: 197/197, identifier_marker: 197/197, skip_files: 197/197, autogenerated_exclude: 197/197" [2023-09-21T06:58:11.136Z] level=info msg="[runner] processing took 17.963924ms with stages: nolint: 10.053684ms, identifier_marker: 3.156013ms, autogenerated_exclude: 1.528409ms, path_prettifier: 1.471077ms, exclude-rules: 1.02237ms, skip_dirs: 682.558µs, cgo: 27.881µs, filename_unadjuster: 13.701µs, max_same_issues: 1.93µs, uniq_by_line: 930ns, fixer: 881ns, max_from_linter: 770ns, diff: 640ns, skip_files: 520ns, source_code: 510ns, sort_results: 420ns, severity-rules: 410ns, path_shortener: 360ns, exclude: 350ns, max_per_file_from_linter: 270ns, path_prefixer: 240ns" [2023-09-21T06:58:11.136Z] level=info msg="[runner] linters took 7.66400913s with stages: goanalysis_metalinter: 7.645868409s" [2023-09-21T06:58:11.136Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-09-21T06:58:11.136Z] level=info msg="Memory: 181 samples, avg is 266.3MB, max is 907.7MB" [2023-09-21T06:58:11.136Z] level=info msg="Execution took 17.906048057s" [2023-09-21T06:58:11.136Z] go vet ./... [2023-09-21T06:58:12.039Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-21T06:58:12.058Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-21T06:58:13.688Z] Merging remotes/origin/main commit fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 into PR head commit be9ce11388644413529a85684ed7fdc04e3a2d07 [2023-09-21T06:58:14.104Z] Merge succeeded, producing be9ce11388644413529a85684ed7fdc04e3a2d07 [2023-09-21T06:58:14.104Z] Checking out Revision be9ce11388644413529a85684ed7fdc04e3a2d07 (PR-4692) [2023-09-21T06:58:14.412Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-21T06:58:14.412Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-21T06:58:14.412Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-21T06:58:14.448Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-21T06:58:12.877Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-21T06:58:12.917Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-21T06:58:12.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T06:58:12.936Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4692/head:refs/remotes/origin/PR-4692 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-21T06:58:13.710Z] > git config core.sparsecheckout # timeout=10 [2023-09-21T06:58:13.788Z] > git checkout -f be9ce11388644413529a85684ed7fdc04e3a2d07 # timeout=10 [2023-09-21T06:58:14.004Z] > git remote # timeout=10 [2023-09-21T06:58:14.024Z] > git config --get remote.origin.url # timeout=10 [2023-09-21T06:58:14.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T06:58:14.064Z] > git merge fd2f36c08ee23ae1cdadd07093df3e0c8fefad79 # timeout=10 [2023-09-21T06:58:14.091Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-21T06:58:14.114Z] > git config core.sparsecheckout # timeout=10 [2023-09-21T06:58:14.129Z] > git checkout -f be9ce11388644413529a85684ed7fdc04e3a2d07 # timeout=10 [2023-09-21T06:58:14.762Z] + ls -al . [2023-09-21T06:58:14.763Z] total 732 [2023-09-21T06:58:14.763Z] drwxrwxr-x 12 1001 1001 4096 Sep 21 06:56 . [2023-09-21T06:58:14.763Z] drwxr-xr-x 4 root root 4096 Sep 21 06:56 .. [2023-09-21T06:58:14.763Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 06:55 .blubracket [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 16 Sep 21 06:55 .dockerignore [2023-09-21T06:58:14.763Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 06:57 .git [2023-09-21T06:58:14.763Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 06:55 .github [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 1173 Sep 21 06:55 .gitignore [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 42 Sep 21 06:55 .golangci.yml [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 100 Sep 21 06:55 .hadolint.yml [2023-09-21T06:58:14.763Z] drwxr-xr-x 3 1001 1001 4096 Sep 21 06:55 .semver [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 166 Sep 21 06:55 .sonarcloud.properties [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 1171 Sep 21 06:55 ADOPTERS.md [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 11674 Sep 21 06:55 Attribution.txt [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 93407 Sep 21 06:55 CHANGELOG.md [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 3804 Sep 21 06:55 CONTRIBUTING.md [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 677 Sep 21 06:55 GOVERNANCE.md [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 883 Sep 21 06:55 Jenkinsfile [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 10775 Sep 21 06:55 LICENSE [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 14764 Sep 21 06:55 Makefile [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 582 Sep 21 06:55 OWNERS.md [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 9923 Sep 21 06:55 README.md [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 789 Sep 21 06:55 SECURITY.md [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 5 Sep 21 06:55 VERSION [2023-09-21T06:58:14.763Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 06:55 bin [2023-09-21T06:58:14.763Z] drwxrwxr-x 18 1001 1001 4096 Sep 21 06:55 cmd [2023-09-21T06:58:14.763Z] -rw-r--r-- 1 root root 453602 Sep 21 06:57 coverage.out [2023-09-21T06:58:14.763Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 06:55 fuzz_test [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 3688 Sep 21 06:55 go.mod [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 34975 Sep 21 06:55 go.sum [2023-09-21T06:58:14.763Z] drwxrwxr-x 7 1001 1001 4096 Sep 21 06:55 internal [2023-09-21T06:58:14.763Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 06:55 openapi [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 594 Sep 21 06:55 security.txt [2023-09-21T06:58:14.763Z] drwxrwxr-x 4 1001 1001 4096 Sep 21 06:55 snap [2023-09-21T06:58:14.763Z] -rw-rw-r-- 1 1001 1001 204 Sep 21 06:55 version.go [Pipeline] sh [2023-09-21T06:58:15.070Z] + '[' -e coverage.out ] [2023-09-21T06:58:15.070Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-21T06:58:15.204Z] Stashed 1 file(s) [Pipeline] sh [2023-09-21T06:58:15.498Z] + make build [2023-09-21T06:58:15.498Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T06:58:17.751Z] Commit message: "fix: Remove duplicate definitions" [2023-09-21T06:58:17.806Z] > git --version # timeout=10 [2023-09-21T06:58:17.819Z] > git --version # 'git version 2.25.1' [2023-09-21T06:58:17.836Z] fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-21T06:58:19.237Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-21T06:58:19.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T06:58:19.237Z] Dload Upload Total Spent Left Speed [2023-09-21T06:58:19.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 61009 0 --:--:-- --:--:-- --:--:-- 61009 [Pipeline] sh [2023-09-21T06:58:20.013Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-21T06:58:20.360Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-21T06:58:20.360Z] + sudo tee /etc/docker/daemon.new [2023-09-21T06:58:20.360Z] { [2023-09-21T06:58:20.360Z] "registry-mirrors": [ [2023-09-21T06:58:20.360Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-21T06:58:20.360Z] ], [2023-09-21T06:58:20.360Z] "bip": "10.250.0.254/24", [2023-09-21T06:58:20.360Z] "hosts": [ [2023-09-21T06:58:20.360Z] "tcp://0.0.0.0:5555", [2023-09-21T06:58:20.360Z] "unix:///var/run/docker.sock" [2023-09-21T06:58:20.360Z] ], [2023-09-21T06:58:20.360Z] "mtu": 1458, [2023-09-21T06:58:20.360Z] "selinux-enabled": true, [2023-09-21T06:58:20.360Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-21T06:58:20.360Z] } [Pipeline] sh [2023-09-21T06:58:20.707Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-21T06:58:21.054Z] + sudo service docker restart [2023-09-21T06:58:27.689Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T06:58:27.689Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T06:58:27.951Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-21T06:58:28.591Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T06:58:33.861Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T06:58:34.795Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T06:58:36.168Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T06:58:37.104Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T06:58:37.670Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T06:58:38.608Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T06:58:39.174Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-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] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T06:58:39.367Z] provisioning config files... [2023-09-21T06:58:39.393Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9937630231639891022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T06:58:39.785Z] ---> docker-login.sh [2023-09-21T06:58:39.785Z] nexus3.edgexfoundry.org:10001 [2023-09-21T06:58:40.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:58:40.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:58:40.326Z] Configure a credential helper to remove this warning. See [2023-09-21T06:58:40.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:58:40.326Z] [2023-09-21T06:58:40.326Z] Login Succeeded [2023-09-21T06:58:40.326Z] nexus3.edgexfoundry.org:10002 [Pipeline] } [2023-09-21T06:58:40.570Z] $ docker stop --time=1 d88337a0015b4fb55e25ed1123569a498f755290c1bf2a6b0146ba035fcfeb8d [2023-09-21T06:58:40.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:58:40.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:58:40.866Z] Configure a credential helper to remove this warning. See [2023-09-21T06:58:40.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:58:40.866Z] [2023-09-21T06:58:40.866Z] Login Succeeded [2023-09-21T06:58:40.866Z] nexus3.edgexfoundry.org:10003 [2023-09-21T06:58:41.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:58:41.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:58:41.136Z] Configure a credential helper to remove this warning. See [2023-09-21T06:58:41.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:58:41.137Z] [2023-09-21T06:58:41.137Z] Login Succeeded [2023-09-21T06:58:41.137Z] nexus3.edgexfoundry.org:10004 [2023-09-21T06:58:41.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:58:41.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:58:41.408Z] Configure a credential helper to remove this warning. See [2023-09-21T06:58:41.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:58:41.408Z] [2023-09-21T06:58:41.408Z] Login Succeeded [2023-09-21T06:58:41.408Z] docker.io [2023-09-21T06:58:41.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T06:58:41.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T06:58:41.947Z] Configure a credential helper to remove this warning. See [2023-09-21T06:58:41.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T06:58:41.947Z] [2023-09-21T06:58:41.947Z] Login Succeeded [2023-09-21T06:58:41.947Z] ---> docker-login.sh ends [2023-09-21T06:58:46.620Z] $ docker rm -f --volumes d88337a0015b4fb55e25ed1123569a498f755290c1bf2a6b0146ba035fcfeb8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-09-21T06:58:47.122Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T06:58:48.021Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-21T06:58:48.089Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T06:58:48.127Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T06:58:48.161Z] ========================================================= [2023-09-21T06:58:48.161Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-21T06:58:48.161Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-21T06:58:48.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-21T06:58:48.279Z] [2023-09-21T06:58:48.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T06:58:48.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T06:58:48.545Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-21T06:58:48.545Z] 9fda8d8052c6: Pulling fs layer [2023-09-21T06:58:48.545Z] 5d54e960e981: Pulling fs layer [2023-09-21T06:58:48.545Z] c4a7e357bf2a: Pulling fs layer [2023-09-21T06:58:48.545Z] f0e02332f6b5: Pulling fs layer [2023-09-21T06:58:48.545Z] cefa15bbcfad: Pulling fs layer [2023-09-21T06:58:48.545Z] 17808c966233: Pulling fs layer [2023-09-21T06:58:48.545Z] f0e02332f6b5: Waiting [2023-09-21T06:58:48.545Z] f4c1fc716caa: Pulling fs layer [2023-09-21T06:58:48.545Z] 17808c966233: Waiting [2023-09-21T06:58:48.545Z] cefa15bbcfad: Waiting [2023-09-21T06:58:48.545Z] f4c1fc716caa: Waiting [2023-09-21T06:58:48.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-21T06:58:48.704Z] latest: Pulling from edgex-devops/edgex-compose [2023-09-21T06:58:48.704Z] 91d30c5bc195: Pulling fs layer [2023-09-21T06:58:48.704Z] 2e9b0aa3be6d: Pulling fs layer [2023-09-21T06:58:48.704Z] 9c61dcf015f6: Pulling fs layer [2023-09-21T06:58:48.704Z] 4698f68db338: Pulling fs layer [2023-09-21T06:58:48.704Z] 2a2f49069b9e: Pulling fs layer [2023-09-21T06:58:48.704Z] e0025b399a48: Pulling fs layer [2023-09-21T06:58:48.704Z] e0025b399a48: Waiting [2023-09-21T06:58:48.704Z] 2a2f49069b9e: Waiting [2023-09-21T06:58:48.704Z] 4698f68db338: Waiting [2023-09-21T06:58:48.704Z] 91d30c5bc195: Verifying Checksum [2023-09-21T06:58:48.817Z] 5d54e960e981: Verifying Checksum [2023-09-21T06:58:48.817Z] 5d54e960e981: Download complete [2023-09-21T06:58:48.817Z] f0e02332f6b5: Verifying Checksum [2023-09-21T06:58:48.817Z] f0e02332f6b5: Download complete [2023-09-21T06:58:48.817Z] cefa15bbcfad: Download complete [2023-09-21T06:58:48.817Z] 9fda8d8052c6: Verifying Checksum [2023-09-21T06:58:48.817Z] 9fda8d8052c6: Download complete [2023-09-21T06:58:48.963Z] 4698f68db338: Verifying Checksum [2023-09-21T06:58:48.963Z] 4698f68db338: Download complete [2023-09-21T06:58:48.963Z] 91d30c5bc195: Pull complete [2023-09-21T06:58:48.963Z] 2e9b0aa3be6d: Verifying Checksum [2023-09-21T06:58:48.963Z] 2e9b0aa3be6d: Download complete [2023-09-21T06:58:49.103Z] f4c1fc716caa: Verifying Checksum [2023-09-21T06:58:49.103Z] f4c1fc716caa: Download complete [2023-09-21T06:58:49.230Z] e0025b399a48: Verifying Checksum [2023-09-21T06:58:49.231Z] e0025b399a48: Download complete [2023-09-21T06:58:49.231Z] 2a2f49069b9e: Download complete [2023-09-21T06:58:49.488Z] 2e9b0aa3be6d: Pull complete [2023-09-21T06:58:49.746Z] 9c61dcf015f6: Verifying Checksum [2023-09-21T06:58:49.746Z] 9c61dcf015f6: Download complete [2023-09-21T06:58:50.522Z] c4a7e357bf2a: Verifying Checksum [2023-09-21T06:58:50.523Z] c4a7e357bf2a: Download complete [2023-09-21T06:58:51.111Z] 17808c966233: Verifying Checksum [2023-09-21T06:58:51.111Z] 17808c966233: Download complete [2023-09-21T06:58:51.697Z] 9fda8d8052c6: Pull complete [2023-09-21T06:58:52.274Z] 9c61dcf015f6: Pull complete [2023-09-21T06:58:52.274Z] 4698f68db338: Pull complete [2023-09-21T06:58:52.274Z] 2a2f49069b9e: Pull complete [2023-09-21T06:58:52.274Z] e0025b399a48: Pull complete [2023-09-21T06:58:52.274Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-09-21T06:58:52.280Z] 5d54e960e981: Pull complete [2023-09-21T06:58:52.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-21T06:58:52.533Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T06:58:52.760Z] prd-ubuntu20.04-docker-8c-8g-7546 does not seem to be running inside a container [2023-09-21T06:58:52.793Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-09-21T06:58:56.060Z] $ docker top b86470c71d1b2f2c1e24b1ce446180251154a4ab8adc267f83026e68d77aa336 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T06:58:56.454Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-21T06:58:58.984Z] #1 [core-command internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #1 transferring dockerfile: 1.82kB done [2023-09-21T06:58:58.984Z] #1 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #2 transferring dockerfile: 2.82kB done [2023-09-21T06:58:58.984Z] #2 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #3 [core-data internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #3 transferring dockerfile: 1.90kB done [2023-09-21T06:58:58.984Z] #3 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #4 transferring dockerfile: 2.04kB done [2023-09-21T06:58:58.984Z] #4 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #5 transferring dockerfile: 1.70kB done [2023-09-21T06:58:58.984Z] #5 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #6 transferring dockerfile: 2.39kB done [2023-09-21T06:58:58.984Z] #6 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #7 transferring dockerfile: 1.78kB done [2023-09-21T06:58:58.984Z] #7 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #8 transferring dockerfile: 2.38kB done [2023-09-21T06:58:58.984Z] #8 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #9 [security-spire-config internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #9 transferring dockerfile: 1.58kB done [2023-09-21T06:58:58.984Z] #9 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #10 [support-scheduler internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #10 transferring dockerfile: 1.82kB done [2023-09-21T06:58:58.984Z] #10 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #11 [core-metadata internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #11 transferring dockerfile: 1.96kB done [2023-09-21T06:58:58.984Z] #11 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #12 [core-command internal] load .dockerignore [2023-09-21T06:58:58.984Z] #12 transferring context: 56B done [2023-09-21T06:58:58.984Z] #12 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #13 transferring dockerfile: 2.12kB done [2023-09-21T06:58:58.984Z] #13 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #14 [security-spire-server internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #14 transferring dockerfile: 1.59kB done [2023-09-21T06:58:58.984Z] #14 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #15 [support-notifications internal] load build definition from Dockerfile [2023-09-21T06:58:58.984Z] #15 transferring dockerfile: 1.84kB done [2023-09-21T06:58:58.984Z] #15 DONE 0.1s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #16 [security-bootstrapper internal] load .dockerignore [2023-09-21T06:58:58.984Z] #16 transferring context: 56B done [2023-09-21T06:58:58.984Z] #16 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #17 [core-data internal] load .dockerignore [2023-09-21T06:58:58.984Z] #17 transferring context: 56B done [2023-09-21T06:58:58.984Z] #17 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #18 [security-proxy-auth internal] load .dockerignore [2023-09-21T06:58:58.984Z] #18 transferring context: 56B done [2023-09-21T06:58:58.984Z] #18 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #19 [security-spire-agent internal] load .dockerignore [2023-09-21T06:58:58.984Z] #19 transferring context: 56B done [2023-09-21T06:58:58.984Z] #19 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #20 [security-secretstore-setup internal] load .dockerignore [2023-09-21T06:58:58.984Z] #20 transferring context: 56B done [2023-09-21T06:58:58.984Z] #20 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2023-09-21T06:58:58.984Z] #21 transferring context: 56B done [2023-09-21T06:58:58.984Z] #21 DONE 0.0s [2023-09-21T06:58:58.984Z] [2023-09-21T06:58:58.984Z] #22 [security-proxy-setup internal] load .dockerignore [2023-09-21T06:58:59.243Z] #22 transferring context: 56B done [2023-09-21T06:58:59.243Z] #22 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #23 [security-spire-config internal] load .dockerignore [2023-09-21T06:58:59.243Z] #23 transferring context: 56B done [2023-09-21T06:58:59.243Z] #23 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #24 [support-scheduler internal] load .dockerignore [2023-09-21T06:58:59.243Z] #24 transferring context: 56B done [2023-09-21T06:58:59.243Z] #24 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #25 [core-metadata internal] load .dockerignore [2023-09-21T06:58:59.243Z] #25 transferring context: 56B done [2023-09-21T06:58:59.243Z] #25 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-21T06:58:59.243Z] #26 transferring context: 56B done [2023-09-21T06:58:59.243Z] #26 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #27 [security-spire-server internal] load .dockerignore [2023-09-21T06:58:59.243Z] #27 transferring context: 56B done [2023-09-21T06:58:59.243Z] #27 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #28 [support-notifications internal] load .dockerignore [2023-09-21T06:58:59.243Z] #28 transferring context: 56B done [2023-09-21T06:58:59.243Z] #28 DONE 0.1s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T06:58:59.243Z] #29 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T06:58:59.243Z] #30 DONE 0.1s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T06:58:59.243Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T06:58:59.243Z] #31 ... [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T06:58:59.243Z] #29 DONE 0.0s [2023-09-21T06:58:59.243Z] [2023-09-21T06:58:59.243Z] #31 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T06:58:59.243Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T06:58:59.243Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T06:58:59.243Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T06:58:59.243Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T06:58:59.501Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T06:58:59.501Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T06:58:59.501Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T06:58:59.501Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T06:58:59.501Z] #31 DONE 0.2s [2023-09-21T06:58:59.501Z] [2023-09-21T06:58:59.501Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T06:58:59.501Z] #29 DONE 0.0s [2023-09-21T06:58:59.501Z] [2023-09-21T06:58:59.501Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T06:58:59.501Z] #30 ... [2023-09-21T06:58:59.501Z] [2023-09-21T06:58:59.501Z] #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T06:58:59.501Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T06:58:59.501Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T06:58:59.501Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T06:58:59.501Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T06:58:59.501Z] #31 DONE 0.2s [2023-09-21T06:58:59.501Z] [2023-09-21T06:58:59.501Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-21T06:58:59.501Z] #29 DONE 0.0s [2023-09-21T06:58:59.501Z] [2023-09-21T06:58:59.501Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T06:58:59.759Z] #30 DONE 0.3s [2023-09-21T06:58:59.759Z] [2023-09-21T06:58:59.759Z] #31 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T06:58:59.759Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T06:58:59.759Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T06:58:59.759Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T06:58:59.759Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T06:58:59.759Z] #31 DONE 0.2s [2023-09-21T06:58:59.759Z] [2023-09-21T06:58:59.759Z] #32 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-21T06:59:00.017Z] #32 ... [2023-09-21T06:59:00.017Z] [2023-09-21T06:59:00.017Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-21T06:59:00.017Z] #33 DONE 0.8s [2023-09-21T06:59:00.276Z] [2023-09-21T06:59:00.276Z] #31 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T06:59:00.276Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T06:59:00.276Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T06:59:00.276Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-21T06:59:00.276Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-21T06:59:00.276Z] #31 DONE 0.2s [2023-09-21T06:59:00.276Z] [2023-09-21T06:59:00.276Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-21T06:59:00.276Z] #34 DONE 0.8s [2023-09-21T06:59:00.276Z] [2023-09-21T06:59:00.276Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:00.276Z] #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:00.533Z] #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done [2023-09-21T06:59:00.533Z] #35 ... [2023-09-21T06:59:00.533Z] [2023-09-21T06:59:00.533Z] #32 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-21T06:59:00.533Z] #32 DONE 1.5s [2023-09-21T06:59:00.790Z] [2023-09-21T06:59:00.790Z] #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-09-21T06:59:06.080Z] #36 ... [2023-09-21T06:59:06.080Z] [2023-09-21T06:59:06.080Z] #37 [core-command internal] load build context [2023-09-21T06:59:06.080Z] #37 transferring context: 344.98MB 6.5s [2023-09-21T06:59:06.080Z] #37 transferring context: 364.82MB 6.7s done [2023-09-21T06:59:06.337Z] #37 ... [2023-09-21T06:59:06.337Z] [2023-09-21T06:59:06.337Z] #38 [core-data internal] load build context [2023-09-21T06:59:06.337Z] #38 transferring context: 364.82MB 6.9s done [2023-09-21T06:59:06.337Z] #38 ... [2023-09-21T06:59:06.337Z] [2023-09-21T06:59:06.337Z] #39 [security-spiffe-token-provider internal] load build context [2023-09-21T06:59:06.595Z] #39 ... [2023-09-21T06:59:06.595Z] [2023-09-21T06:59:06.595Z] #40 [support-scheduler internal] load build context [2023-09-21T06:59:06.595Z] #40 transferring context: 364.82MB 7.0s done [2023-09-21T06:59:06.595Z] #40 ... [2023-09-21T06:59:06.595Z] [2023-09-21T06:59:06.595Z] #39 [security-spiffe-token-provider internal] load build context [2023-09-21T06:59:07.285Z] c4a7e357bf2a: Pull complete [2023-09-21T06:59:07.286Z] f0e02332f6b5: Pull complete [2023-09-21T06:59:07.286Z] cefa15bbcfad: Pull complete [2023-09-21T06:59:07.529Z] #39 transferring context: 364.82MB 7.8s done [2023-09-21T06:59:09.614Z] #39 ... [2023-09-21T06:59:09.614Z] [2023-09-21T06:59:09.614Z] #41 [security-proxy-auth internal] load build context [2023-09-21T06:59:09.614Z] #41 transferring context: 364.82MB 6.4s done [2023-09-21T06:59:09.614Z] #41 ... [2023-09-21T06:59:09.614Z] [2023-09-21T06:59:09.614Z] #42 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T06:59:09.614Z] #0 0.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:09.614Z] #0 0.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:09.614Z] #0 1.102 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:09.614Z] #0 1.107 (2/2) Installing su-exec (0.2-r3) [2023-09-21T06:59:09.614Z] #0 1.128 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:09.614Z] #0 1.156 OK: 7 MiB in 17 packages [2023-09-21T06:59:09.873Z] #42 ... [2023-09-21T06:59:09.873Z] [2023-09-21T06:59:09.873Z] #43 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-09-21T06:59:09.873Z] #0 1.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:09.873Z] #0 1.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:09.873Z] #0 1.506 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:09.873Z] #0 1.512 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:09.873Z] #0 1.525 OK: 7 MiB in 16 packages [2023-09-21T06:59:09.873Z] #43 ... [2023-09-21T06:59:09.873Z] [2023-09-21T06:59:09.873Z] #44 [security-bootstrapper internal] load build context [2023-09-21T06:59:09.873Z] #44 transferring context: 364.82MB 8.5s done [2023-09-21T06:59:09.873Z] #44 ... [2023-09-21T06:59:09.873Z] [2023-09-21T06:59:09.873Z] #45 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T06:59:09.873Z] #0 0.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:09.873Z] #0 0.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:09.873Z] #0 1.162 (1/2) Installing ca-certificates (20230506-r0) [2023-09-21T06:59:09.873Z] #0 1.180 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:09.873Z] #0 1.190 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:09.873Z] #0 1.193 Executing ca-certificates-20230506-r0.trigger [2023-09-21T06:59:09.873Z] #0 1.228 OK: 8 MiB in 17 packages [2023-09-21T06:59:10.131Z] #45 ... [2023-09-21T06:59:10.132Z] [2023-09-21T06:59:10.132Z] #46 [security-secretstore-setup internal] load build context [2023-09-21T06:59:10.132Z] #46 transferring context: 364.82MB 7.4s done [2023-09-21T06:59:10.132Z] #46 ... [2023-09-21T06:59:10.132Z] [2023-09-21T06:59:10.132Z] #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T06:59:10.132Z] #0 4.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.132Z] #0 4.959 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.132Z] #0 5.186 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T06:59:10.132Z] #0 5.186 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T06:59:10.132Z] #0 5.186 OK: 20066 distinct packages available [2023-09-21T06:59:10.132Z] #0 5.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.132Z] #0 5.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.132Z] #0 5.504 (1/11) Installing ca-certificates (20230506-r0) [2023-09-21T06:59:10.132Z] #0 5.520 (2/11) Installing brotli-libs (1.0.9-r14) [2023-09-21T06:59:10.132Z] #0 5.537 (3/11) Installing libunistring (1.1-r1) [2023-09-21T06:59:10.132Z] #0 5.549 (4/11) Installing libidn2 (2.3.4-r1) [2023-09-21T06:59:10.132Z] #0 5.553 (5/11) Installing nghttp2-libs (1.55.1-r0) [2023-09-21T06:59:10.132Z] #0 5.558 (6/11) Installing libcurl (8.2.1-r0) [2023-09-21T06:59:10.132Z] #0 5.563 (7/11) Installing curl (8.2.1-r0) [2023-09-21T06:59:10.132Z] #0 5.570 (8/11) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:10.132Z] #0 5.574 (9/11) Installing musl-obstack (1.2.3-r2) [2023-09-21T06:59:10.132Z] #0 5.576 (10/11) Installing libucontext (1.2-r2) [2023-09-21T06:59:10.132Z] #0 5.584 (11/11) Installing gcompat (1.1.0-r1) [2023-09-21T06:59:10.132Z] #0 5.589 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:10.132Z] #0 5.594 Executing ca-certificates-20230506-r0.trigger [2023-09-21T06:59:10.132Z] #0 5.638 OK: 12 MiB in 26 packages [2023-09-21T06:59:10.390Z] #47 ... [2023-09-21T06:59:10.391Z] [2023-09-21T06:59:10.391Z] #48 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T06:59:10.391Z] #0 3.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.391Z] #0 3.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.391Z] #0 3.333 (1/6) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T06:59:10.391Z] #0 3.365 (2/6) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T06:59:10.391Z] #0 3.374 (3/6) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:10.391Z] #0 3.377 (4/6) Installing openssl (3.1.3-r0) [2023-09-21T06:59:10.391Z] #0 3.385 (5/6) Installing su-exec (0.2-r3) [2023-09-21T06:59:10.391Z] #0 3.387 (6/6) Installing yq (4.33.3-r3) [2023-09-21T06:59:10.391Z] #0 3.447 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:10.391Z] #0 3.447 OK: 17 MiB in 19 packages [2023-09-21T06:59:10.391Z] #48 ... [2023-09-21T06:59:10.391Z] [2023-09-21T06:59:10.391Z] #49 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-21T06:59:10.391Z] #0 0.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.391Z] #0 0.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:10.391Z] #0 1.170 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:10.391Z] #0 1.199 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:10.391Z] #0 1.207 OK: 7 MiB in 16 packages [2023-09-21T06:59:10.391Z] #49 ... [2023-09-21T06:59:10.391Z] [2023-09-21T06:59:10.391Z] #50 [support-notifications internal] load build context [2023-09-21T06:59:10.391Z] #50 transferring context: 364.82MB 6.7s done [2023-09-21T06:59:10.649Z] #50 ... [2023-09-21T06:59:10.649Z] [2023-09-21T06:59:10.649Z] #51 [security-proxy-setup internal] load build context [2023-09-21T06:59:10.649Z] #51 transferring context: 364.82MB 7.4s done [2023-09-21T06:59:10.649Z] #51 ... [2023-09-21T06:59:10.649Z] [2023-09-21T06:59:10.649Z] #52 [security-spire-config internal] load build context [2023-09-21T06:59:10.649Z] #52 transferring context: 16.36kB 0.1s done [2023-09-21T06:59:10.909Z] #52 ... [2023-09-21T06:59:10.909Z] [2023-09-21T06:59:10.909Z] #53 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T06:59:10.909Z] #53 ... [2023-09-21T06:59:10.909Z] [2023-09-21T06:59:10.909Z] #54 [security-spire-server internal] load build context [2023-09-21T06:59:10.909Z] #54 transferring context: 18.11kB 0.1s done [2023-09-21T06:59:11.167Z] #54 ... [2023-09-21T06:59:11.168Z] [2023-09-21T06:59:11.168Z] #55 [core-metadata internal] load build context [2023-09-21T06:59:11.168Z] #55 transferring context: 364.82MB 6.8s done [2023-09-21T06:59:11.168Z] #55 ... [2023-09-21T06:59:11.168Z] [2023-09-21T06:59:11.168Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T06:59:11.168Z] #56 transferring context: 364.82MB 7.1s done [2023-09-21T06:59:11.424Z] #56 ... [2023-09-21T06:59:11.424Z] [2023-09-21T06:59:11.424Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T06:59:11.424Z] #57 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done [2023-09-21T06:59:11.424Z] #57 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-21T06:59:11.424Z] #57 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-09-21T06:59:11.424Z] #57 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-09-21T06:59:11.424Z] #57 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 10.5s [2023-09-21T06:59:11.424Z] #57 ... [2023-09-21T06:59:11.424Z] [2023-09-21T06:59:11.424Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:11.424Z] #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-21T06:59:11.424Z] #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-21T06:59:11.424Z] #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-21T06:59:11.683Z] #35 ... [2023-09-21T06:59:11.683Z] [2023-09-21T06:59:11.683Z] #58 [security-spire-agent internal] load build context [2023-09-21T06:59:11.683Z] #58 transferring context: 17.64kB 0.1s done [2023-09-21T06:59:11.683Z] #58 ... [2023-09-21T06:59:11.683Z] [2023-09-21T06:59:11.683Z] #59 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T06:59:11.942Z] #59 ... [2023-09-21T06:59:11.942Z] [2023-09-21T06:59:11.942Z] #60 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T06:59:11.942Z] #0 1.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:11.942Z] #0 1.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:11.942Z] #0 1.391 (1/4) Installing ca-certificates (20230506-r0) [2023-09-21T06:59:11.942Z] #0 1.404 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:11.942Z] #0 1.410 (3/4) Installing su-exec (0.2-r3) [2023-09-21T06:59:11.942Z] #0 1.414 (4/4) Installing yq (4.33.3-r3) [2023-09-21T06:59:11.942Z] #0 1.475 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:11.942Z] #0 1.484 Executing ca-certificates-20230506-r0.trigger [2023-09-21T06:59:11.942Z] #0 1.519 OK: 17 MiB in 19 packages [2023-09-21T06:59:11.942Z] #60 ... [2023-09-21T06:59:11.942Z] [2023-09-21T06:59:11.942Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:12.655Z] 17808c966233: Pull complete [2023-09-21T06:59:13.623Z] f4c1fc716caa: Pull complete [2023-09-21T06:59:13.623Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-09-21T06:59:13.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T06:59:13.890Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-21T06:59:14.284Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T06:59:14.284Z] WORKDIR /edgex [2023-09-21T06:59:14.284Z] COPY go.mod . [2023-09-21T06:59:14.284Z] RUN go mod download [2023-09-21T06:59:14.284Z] docker build -t ci-base-image-arm64 -f - . [2023-09-21T06:59:14.877Z] Sending build context to Docker daemon 2.994MB [2023-09-21T06:59:14.877Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T06:59:14.877Z] ---> ea914061e18c [2023-09-21T06:59:14.877Z] Step 2/4 : WORKDIR /edgex [2023-09-21T06:59:15.844Z] ---> Running in 48badddc547e [2023-09-21T06:59:16.111Z] Removing intermediate container 48badddc547e [2023-09-21T06:59:16.111Z] ---> e82ed2ca19cd [2023-09-21T06:59:16.111Z] Step 3/4 : COPY go.mod . [2023-09-21T06:59:16.701Z] ---> 2302c5c97ddb [2023-09-21T06:59:16.702Z] Step 4/4 : RUN go mod download [2023-09-21T06:59:16.702Z] ---> Running in c461069cd46d [2023-09-21T06:59:17.211Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 15.7s [2023-09-21T06:59:17.211Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 16.0s [2023-09-21T06:59:17.471Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 16.7s [2023-09-21T06:59:21.663Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 20.5s [2023-09-21T06:59:21.663Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 20.7s [2023-09-21T06:59:21.663Z] #35 ... [2023-09-21T06:59:21.663Z] [2023-09-21T06:59:21.663Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T06:59:21.921Z] #57 ... [2023-09-21T06:59:21.921Z] [2023-09-21T06:59:21.921Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:22.180Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 21.6s [2023-09-21T06:59:22.439Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 21.8s [2023-09-21T06:59:25.724Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 23.2s done [2023-09-21T06:59:25.724Z] #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-21T06:59:27.625Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 26.7s [2023-09-21T06:59:27.625Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 26.9s [2023-09-21T06:59:27.625Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 27.0s done [2023-09-21T06:59:30.914Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 29.1s done [2023-09-21T06:59:31.849Z] #35 ... [2023-09-21T06:59:31.849Z] [2023-09-21T06:59:31.849Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T06:59:31.849Z] #57 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 23.2s done [2023-09-21T06:59:31.849Z] #57 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 26.9s done [2023-09-21T06:59:33.752Z] #57 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2023-09-21T06:59:34.010Z] #57 ... [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #52 [security-spire-config internal] load build context [2023-09-21T06:59:34.010Z] #52 DONE 33.8s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #54 [security-spire-server internal] load build context [2023-09-21T06:59:34.010Z] #54 DONE 33.8s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #45 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T06:59:34.010Z] #45 DONE 34.1s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #58 [security-spire-agent internal] load build context [2023-09-21T06:59:34.010Z] #58 DONE 33.8s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #49 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-21T06:59:34.010Z] #49 DONE 34.6s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #47 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T06:59:34.010Z] #47 DONE 34.5s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #48 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T06:59:34.010Z] #48 DONE 34.5s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #43 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-09-21T06:59:34.010Z] #43 DONE 34.8s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T06:59:34.010Z] #57 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-21T06:59:34.010Z] #57 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0B / 300B 33.2s [2023-09-21T06:59:34.010Z] #57 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 33.2s [2023-09-21T06:59:34.010Z] #57 ... [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:34.010Z] #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-21T06:59:34.010Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 33.3s [2023-09-21T06:59:34.010Z] #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-09-21T06:59:34.010Z] #35 ... [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #42 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T06:59:34.010Z] #42 DONE 34.6s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #60 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T06:59:34.010Z] #60 DONE 34.6s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #41 [security-proxy-auth internal] load build context [2023-09-21T06:59:34.010Z] #41 DONE 34.8s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #38 [core-data internal] load build context [2023-09-21T06:59:34.010Z] #38 DONE 34.8s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #40 [support-scheduler internal] load build context [2023-09-21T06:59:34.010Z] #40 DONE 34.6s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #50 [support-notifications internal] load build context [2023-09-21T06:59:34.010Z] #50 DONE 34.5s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.010Z] #55 [core-metadata internal] load build context [2023-09-21T06:59:34.010Z] #55 DONE 34.5s [2023-09-21T06:59:34.010Z] [2023-09-21T06:59:34.011Z] #46 [security-secretstore-setup internal] load build context [2023-09-21T06:59:34.011Z] #46 DONE 34.8s [2023-09-21T06:59:34.011Z] [2023-09-21T06:59:34.011Z] #37 [core-command internal] load build context [2023-09-21T06:59:34.011Z] #37 DONE 34.8s [2023-09-21T06:59:34.011Z] [2023-09-21T06:59:34.011Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:34.575Z] #35 ... [2023-09-21T06:59:34.575Z] [2023-09-21T06:59:34.575Z] #51 [security-proxy-setup internal] load build context [2023-09-21T06:59:34.575Z] #51 DONE 34.7s [2023-09-21T06:59:34.575Z] [2023-09-21T06:59:34.575Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T06:59:34.575Z] #56 DONE 34.6s [2023-09-21T06:59:34.575Z] [2023-09-21T06:59:34.575Z] #39 [security-spiffe-token-provider internal] load build context [2023-09-21T06:59:34.575Z] #39 DONE 34.7s [2023-09-21T06:59:34.575Z] [2023-09-21T06:59:34.575Z] #44 [security-bootstrapper internal] load build context [2023-09-21T06:59:34.575Z] #44 DONE 34.9s [2023-09-21T06:59:34.575Z] [2023-09-21T06:59:34.575Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:34.575Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 33.6s [2023-09-21T06:59:34.575Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 33.8s done [2023-09-21T06:59:34.575Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.1s [2023-09-21T06:59:34.833Z] #35 ... [2023-09-21T06:59:34.833Z] [2023-09-21T06:59:34.833Z] #61 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-21T06:59:34.833Z] #61 DONE 0.7s [2023-09-21T06:59:34.833Z] [2023-09-21T06:59:34.833Z] #36 [core-data builder 2/7] WORKDIR /edgex-go [2023-09-21T06:59:34.833Z] #36 DONE 34.3s [2023-09-21T06:59:34.833Z] [2023-09-21T06:59:34.833Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:35.397Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.0s done [2023-09-21T06:59:36.789Z] #35 ... [2023-09-21T06:59:36.789Z] [2023-09-21T06:59:36.789Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-21T06:59:36.789Z] #0 1.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:36.789Z] #0 1.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:36.789Z] #0 1.626 OK: 264 MiB in 52 packages [2023-09-21T06:59:36.789Z] #62 DONE 2.2s [2023-09-21T06:59:36.789Z] [2023-09-21T06:59:36.789Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-21T06:59:36.789Z] #63 DONE 2.9s [2023-09-21T06:59:36.789Z] [2023-09-21T06:59:36.789Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-21T06:59:36.789Z] #0 0.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:36.789Z] #0 0.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:36.789Z] #0 0.861 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T06:59:36.789Z] #0 0.861 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T06:59:36.789Z] #0 0.861 OK: 20066 distinct packages available [2023-09-21T06:59:36.789Z] #0 0.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:36.789Z] #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:36.789Z] #0 1.214 OK: 264 MiB in 52 packages [2023-09-21T06:59:36.789Z] #64 DONE 2.2s [2023-09-21T06:59:37.047Z] [2023-09-21T06:59:37.047Z] #59 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T06:59:37.047Z] #59 34.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #59 34.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #59 34.80 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T06:59:37.047Z] #59 34.80 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T06:59:37.047Z] #59 34.80 OK: 20066 distinct packages available [2023-09-21T06:59:37.047Z] #59 34.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #59 34.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #59 35.17 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:37.047Z] #59 35.17 (2/4) Installing musl-obstack (1.2.3-r2) [2023-09-21T06:59:37.047Z] #59 35.17 (3/4) Installing libucontext (1.2-r2) [2023-09-21T06:59:37.047Z] #59 35.18 (4/4) Installing gcompat (1.1.0-r1) [2023-09-21T06:59:37.047Z] #59 35.18 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:37.047Z] #59 35.19 OK: 8 MiB in 19 packages [2023-09-21T06:59:37.047Z] #59 DONE 36.6s [2023-09-21T06:59:37.047Z] [2023-09-21T06:59:37.047Z] #53 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T06:59:37.047Z] #53 34.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #53 34.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #53 34.84 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T06:59:37.047Z] #53 34.84 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T06:59:37.047Z] #53 34.84 OK: 20066 distinct packages available [2023-09-21T06:59:37.047Z] #53 34.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #53 34.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.047Z] #53 35.22 (1/7) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T06:59:37.047Z] #53 35.30 (2/7) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T06:59:37.047Z] #53 35.31 (3/7) Installing dumb-init (1.2.5-r2) [2023-09-21T06:59:37.047Z] #53 35.31 (4/7) Installing musl-obstack (1.2.3-r2) [2023-09-21T06:59:37.047Z] #53 35.31 (5/7) Installing libucontext (1.2-r2) [2023-09-21T06:59:37.047Z] #53 35.32 (6/7) Installing gcompat (1.1.0-r1) [2023-09-21T06:59:37.047Z] #53 35.32 (7/7) Installing openssl (3.1.3-r0) [2023-09-21T06:59:37.047Z] #53 35.33 Executing busybox-1.36.1-r2.trigger [2023-09-21T06:59:37.047Z] #53 35.33 OK: 8 MiB in 20 packages [2023-09-21T06:59:37.047Z] #53 DONE 36.6s [2023-09-21T06:59:37.047Z] [2023-09-21T06:59:37.047Z] #65 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-21T06:59:37.047Z] #65 DONE 0.1s [2023-09-21T06:59:37.047Z] [2023-09-21T06:59:37.047Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T06:59:37.047Z] #57 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 33.8s done [2023-09-21T06:59:37.047Z] #57 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 34.0s done [2023-09-21T06:59:37.047Z] #57 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-09-21T06:59:37.047Z] #57 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.7s done [2023-09-21T06:59:37.047Z] #57 ... [2023-09-21T06:59:37.047Z] [2023-09-21T06:59:37.047Z] #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-21T06:59:37.047Z] #66 DONE 0.2s [2023-09-21T06:59:37.047Z] [2023-09-21T06:59:37.047Z] #67 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-21T06:59:37.047Z] #67 DONE 0.2s [2023-09-21T06:59:37.047Z] [2023-09-21T06:59:37.047Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T06:59:37.304Z] #57 ... [2023-09-21T06:59:37.304Z] [2023-09-21T06:59:37.304Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T06:59:37.304Z] #0 2.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.304Z] #0 2.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.304Z] #0 2.520 OK: 264 MiB in 52 packages [2023-09-21T06:59:37.304Z] #68 DONE 2.6s [2023-09-21T06:59:37.304Z] [2023-09-21T06:59:37.304Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T06:59:37.304Z] #0 2.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.304Z] #0 2.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T06:59:37.304Z] #0 2.623 OK: 264 MiB in 52 packages [2023-09-21T06:59:37.304Z] #69 DONE 2.7s [2023-09-21T06:59:37.304Z] [2023-09-21T06:59:37.304Z] #70 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-21T06:59:37.304Z] #70 DONE 0.1s [2023-09-21T06:59:37.562Z] [2023-09-21T06:59:37.562Z] #71 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T06:59:37.562Z] #71 DONE 0.1s [2023-09-21T06:59:37.562Z] [2023-09-21T06:59:37.562Z] #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T06:59:38.498Z] #72 ... [2023-09-21T06:59:38.498Z] [2023-09-21T06:59:38.498Z] #73 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-21T06:59:38.498Z] #73 DONE 0.9s [2023-09-21T06:59:38.498Z] [2023-09-21T06:59:38.498Z] #74 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T06:59:41.026Z] #74 ... [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T06:59:41.026Z] #72 DONE 3.2s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #75 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T06:59:41.026Z] #75 DONE 2.4s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #74 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T06:59:41.026Z] #74 DONE 2.4s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #76 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-21T06:59:41.026Z] #76 DONE 0.0s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #77 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-21T06:59:41.026Z] #77 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #78 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-21T06:59:41.026Z] #78 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #79 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-21T06:59:41.026Z] #79 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #80 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-21T06:59:41.026Z] #80 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #81 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-21T06:59:41.026Z] #81 DONE 0.0s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #82 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T06:59:41.026Z] #82 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #83 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T06:59:41.026Z] #83 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #84 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T06:59:41.026Z] #84 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #85 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-21T06:59:41.026Z] #85 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #86 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-21T06:59:41.026Z] #86 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #87 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-21T06:59:41.026Z] #87 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #88 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-21T06:59:41.026Z] #88 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #89 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-21T06:59:41.026Z] #89 DONE 0.1s [2023-09-21T06:59:41.026Z] [2023-09-21T06:59:41.026Z] #90 [security-spire-agent] exporting to image [2023-09-21T06:59:41.026Z] #90 exporting layers [2023-09-21T06:59:41.284Z] #90 ... [2023-09-21T06:59:41.284Z] [2023-09-21T06:59:41.284Z] #91 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-21T06:59:41.284Z] #91 DONE 0.1s [2023-09-21T06:59:41.284Z] [2023-09-21T06:59:41.284Z] #90 [security-spire-server] exporting to image [2023-09-21T06:59:41.853Z] #90 exporting layers 0.6s done [2023-09-21T06:59:41.853Z] #90 exporting layers 0.7s done [2023-09-21T06:59:41.853Z] #90 writing image sha256:2ed06e20aff0c9283b435c1678f3316ecd7428c8ecb36e92a06007c5dcff8efa 0.0s done [2023-09-21T06:59:41.853Z] #90 writing image sha256:1f3a87acbacc75aca28801da2bf54f8c8d4d37567840cbd106f7b507648b230a done [2023-09-21T06:59:41.853Z] #90 naming to docker.io/library/security-spire-agent done [2023-09-21T06:59:41.853Z] #90 naming to docker.io/library/security-spire-server done [2023-09-21T06:59:41.853Z] #90 writing image sha256:dfc1d2e085b44609e480d440ab569dae392fdb1b61e56b5a58683e6e2fb93226 done [2023-09-21T06:59:41.853Z] #90 naming to docker.io/library/security-spire-config done [2023-09-21T06:59:41.853Z] #90 DONE 0.7s [2023-09-21T06:59:41.853Z] [2023-09-21T06:59:41.853Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T06:59:47.223Z] #35 ... [2023-09-21T06:59:47.223Z] [2023-09-21T06:59:47.223Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T06:59:47.223Z] #92 ... [2023-09-21T06:59:47.223Z] [2023-09-21T06:59:47.223Z] #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T06:59:47.483Z] #93 ... [2023-09-21T06:59:47.483Z] [2023-09-21T06:59:47.483Z] #94 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T06:59:47.483Z] #94 ... [2023-09-21T06:59:47.483Z] [2023-09-21T06:59:47.483Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T06:59:55.584Z] Removing intermediate container c461069cd46d [2023-09-21T06:59:55.584Z] ---> 68df511512f8 [2023-09-21T06:59:55.584Z] Successfully built 68df511512f8 [2023-09-21T06:59:55.584Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T06:59:55.990Z] + docker inspect -f . ci-base-image-arm64 [2023-09-21T06:59:55.990Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T06:59:56.282Z] prd-ubuntu20.04-docker-arm64-4c-16g-7547 does not seem to be running inside a container [2023-09-21T06:59:56.350Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-21T06:59:57.529Z] $ docker top ba4b989ac450d253fc3cb285a14623595294c8298e49153324ecae011d066275 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T06:59:58.424Z] + go version [2023-09-21T06:59:58.424Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-21T06:59:58.461Z] $ docker stop --time=1 ba4b989ac450d253fc3cb285a14623595294c8298e49153324ecae011d066275 [2023-09-21T07:00:00.056Z] $ docker rm -f --volumes ba4b989ac450d253fc3cb285a14623595294c8298e49153324ecae011d066275 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T07:00:00.926Z] + docker inspect -f . ci-base-image-arm64 [2023-09-21T07:00:00.926Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T07:00:01.179Z] prd-ubuntu20.04-docker-arm64-4c-16g-7547 does not seem to be running inside a container [2023-09-21T07:00:01.248Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-21T07:00:02.396Z] $ docker top 3a6618365c43e5863e0889a20cb760a43dbb693cfc79df41aaa1317cc955bdc4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-21T07:00:02.625Z] ========================================================= [2023-09-21T07:00:02.626Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-21T07:00:02.626Z] ========================================================= [Pipeline] sh [2023-09-21T07:00:02.944Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-21T07:00:03.385Z] + make test [2023-09-21T07:00:03.385Z] go test -race -coverprofile=coverage.out ./... [2023-09-21T07:00:29.122Z] #95 ... [2023-09-21T07:00:29.122Z] [2023-09-21T07:00:29.122Z] #94 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:29.122Z] #94 DONE 47.8s [2023-09-21T07:00:29.122Z] [2023-09-21T07:00:29.122Z] #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:29.122Z] #93 DONE 48.1s [2023-09-21T07:00:29.122Z] [2023-09-21T07:00:29.122Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:29.122Z] #95 DONE 47.8s [2023-09-21T07:00:29.122Z] [2023-09-21T07:00:29.122Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:29.122Z] #92 DONE 48.2s [2023-09-21T07:00:29.122Z] [2023-09-21T07:00:29.122Z] #96 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-21T07:00:35.731Z] #96 ... [2023-09-21T07:00:35.731Z] [2023-09-21T07:00:35.731Z] #97 [core-command builder 6/7] COPY . . [2023-09-21T07:00:35.989Z] #97 ... [2023-09-21T07:00:35.989Z] [2023-09-21T07:00:35.989Z] #98 [support-notifications builder 6/7] COPY . . [2023-09-21T07:00:35.989Z] #98 ... [2023-09-21T07:00:35.989Z] [2023-09-21T07:00:35.989Z] #96 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-21T07:00:35.989Z] #96 DONE 10.7s [2023-09-21T07:00:35.989Z] [2023-09-21T07:00:35.989Z] #99 [security-bootstrapper builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #99 DONE 10.7s [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #98 [support-notifications builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #98 DONE 10.8s [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #100 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:36.248Z] #100 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #101 [core-metadata builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #101 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #102 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:00:36.248Z] #102 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #103 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #103 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #104 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:36.248Z] #104 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #105 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:00:36.248Z] #105 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #106 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:00:36.248Z] #106 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #107 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:36.248Z] #107 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #108 [security-proxy-setup builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #108 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #109 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:36.248Z] #109 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #110 [security-secretstore-setup builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #110 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #111 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:00:36.248Z] #111 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #112 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:00:36.248Z] #112 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #113 [support-scheduler builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #113 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:36.248Z] #114 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #115 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:36.248Z] #115 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #116 [security-proxy-auth builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #116 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #117 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:00:36.248Z] #117 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #118 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:00:36.248Z] #118 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #119 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:00:36.248Z] #119 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #120 [core-data builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #120 CACHED [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #97 [core-command builder 6/7] COPY . . [2023-09-21T07:00:36.248Z] #97 DONE 10.8s [2023-09-21T07:00:36.248Z] [2023-09-21T07:00:36.248Z] #121 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T07:00:37.189Z] #121 1.226 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T07:00:40.018Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-21T07:00:47.158Z] #121 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #122 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T07:00:47.158Z] #0 0.717 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T07:00:47.158Z] #122 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #123 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:00:47.158Z] #0 0.964 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T07:00:47.158Z] #123 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #124 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:00:47.158Z] #0 0.399 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T07:00:47.158Z] #124 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #125 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T07:00:47.158Z] #0 0.842 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T07:00:47.158Z] #125 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #126 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T07:00:47.158Z] #0 1.286 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-21T07:00:47.158Z] #126 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T07:00:47.158Z] #0 0.792 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T07:00:47.158Z] #127 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:00:47.158Z] #0 0.875 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T07:00:47.158Z] #128 ... [2023-09-21T07:00:47.158Z] [2023-09-21T07:00:47.158Z] #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T07:00:47.158Z] #0 0.316 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-21T07:00:47.417Z] #129 ... [2023-09-21T07:00:47.417Z] [2023-09-21T07:00:47.417Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:00:47.417Z] #0 1.089 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T07:00:47.417Z] #130 ... [2023-09-21T07:00:47.417Z] [2023-09-21T07:00:47.417Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T07:00:47.417Z] #0 0.777 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T07:01:45.083Z] #131 ... [2023-09-21T07:01:45.083Z] [2023-09-21T07:01:45.083Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T07:01:45.083Z] #127 65.20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T07:02:03.208Z] #127 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #121 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T07:02:03.208Z] #121 DONE 84.2s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T07:02:03.208Z] #131 DONE 84.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #123 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:02:03.208Z] #123 DONE 84.2s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #125 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T07:02:03.208Z] #125 DONE 84.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #126 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T07:02:03.208Z] #126 DONE 84.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #127 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T07:02:03.208Z] #127 DONE 84.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #132 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #122 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T07:02:03.208Z] #122 DONE 84.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:02:03.208Z] #128 DONE 84.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #124 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:02:03.208Z] #124 DONE 84.5s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #133 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #133 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:02:03.208Z] #130 DONE 84.7s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T07:02:03.208Z] #129 DONE 84.8s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #134 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #134 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #132 DONE 0.7s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #135 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #135 DONE 0.7s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #136 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #136 DONE 0.6s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #133 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #133 DONE 0.5s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #137 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-21T07:02:03.208Z] #137 DONE 0.7s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #138 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #138 DONE 0.5s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #134 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #134 DONE 0.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #139 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #139 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #140 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #140 DONE 0.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #141 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #141 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #142 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #142 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #143 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #143 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #144 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #144 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #145 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #145 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #146 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #146 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #147 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #147 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #148 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.208Z] #148 CACHED [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #149 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #149 DONE 0.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #150 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #150 DONE 0.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #151 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-21T07:02:03.208Z] #151 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #152 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #152 DONE 0.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #139 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #139 DONE 0.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #153 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.208Z] #153 DONE 0.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #154 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-21T07:02:03.208Z] #154 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #155 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-21T07:02:03.208Z] #155 DONE 1.1s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #156 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-21T07:02:03.208Z] #156 DONE 1.1s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #157 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.208Z] #157 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #158 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-21T07:02:03.208Z] #158 DONE 1.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #159 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-21T07:02:03.208Z] #159 DONE 1.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #160 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-21T07:02:03.208Z] #160 DONE 1.4s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #161 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-21T07:02:03.208Z] #161 DONE 1.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #151 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-21T07:02:03.208Z] #151 DONE 1.3s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #162 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-21T07:02:03.208Z] #162 ... [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #163 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-21T07:02:03.208Z] #163 DONE 1.5s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #164 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-21T07:02:03.208Z] #164 DONE 1.9s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #165 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-21T07:02:03.208Z] #165 DONE 1.5s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #154 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-21T07:02:03.208Z] #154 DONE 1.6s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #157 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.208Z] #157 DONE 0.8s [2023-09-21T07:02:03.208Z] [2023-09-21T07:02:03.208Z] #166 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.471Z] #166 ... [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #167 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.471Z] #167 DONE 0.6s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.471Z] #168 DONE 0.6s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #169 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.471Z] #169 DONE 0.6s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #162 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-21T07:02:03.471Z] #162 DONE 0.6s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #170 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-21T07:02:03.471Z] #170 DONE 0.3s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #171 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.471Z] #171 DONE 0.6s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #172 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.471Z] #172 DONE 0.4s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.471Z] #173 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:02:03.471Z] #173 DONE 0.4s [2023-09-21T07:02:03.471Z] [2023-09-21T07:02:03.472Z] #174 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.472Z] #174 DONE 0.4s [2023-09-21T07:02:03.472Z] [2023-09-21T07:02:03.472Z] #90 [support-notifications] exporting to image [2023-09-21T07:02:03.472Z] #90 exporting layers [2023-09-21T07:02:03.731Z] #90 ... [2023-09-21T07:02:03.731Z] [2023-09-21T07:02:03.731Z] #166 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.731Z] #166 DONE 0.4s [2023-09-21T07:02:03.731Z] [2023-09-21T07:02:03.731Z] #90 [security-spiffe-token-provider] exporting to image [2023-09-21T07:02:03.991Z] #90 ... [2023-09-21T07:02:03.991Z] [2023-09-21T07:02:03.991Z] #175 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-21T07:02:03.991Z] #175 DONE 0.6s [2023-09-21T07:02:03.991Z] [2023-09-21T07:02:03.991Z] #176 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-21T07:02:03.991Z] #176 DONE 0.5s [2023-09-21T07:02:03.991Z] [2023-09-21T07:02:03.991Z] #177 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-21T07:02:03.991Z] #177 DONE 0.5s [2023-09-21T07:02:03.991Z] [2023-09-21T07:02:03.991Z] #178 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-21T07:02:03.991Z] #178 DONE 0.4s [2023-09-21T07:02:03.991Z] [2023-09-21T07:02:03.991Z] #179 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:02:03.991Z] #179 DONE 0.5s [2023-09-21T07:02:03.991Z] [2023-09-21T07:02:03.991Z] #180 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:02:03.991Z] #180 DONE 0.4s [2023-09-21T07:02:03.991Z] [2023-09-21T07:02:03.991Z] #90 [core-metadata] exporting to image [2023-09-21T07:02:03.991Z] #90 exporting layers 0.4s done [2023-09-21T07:02:03.991Z] #90 writing image sha256:c40ebc1d8d413c9d2b746127034fecae5b7f756c42e0accd3e9cd9161c15ac22 [2023-09-21T07:02:03.991Z] #90 writing image sha256:dc1a8c5b8998c0c2695929f3ce705f3a13f1b09478acbba235e9988d8841eaec 0.1s done [2023-09-21T07:02:03.991Z] #90 writing image sha256:90bdf9f474a6b064bd0a5f35278ff3722692aa4b31ae98dcc50a0a1d4eb1329a [2023-09-21T07:02:03.991Z] #90 writing image sha256:285719eba19f5259884e7e296a25f1035a8210396581481db39adc5cdd3fa838 [2023-09-21T07:02:03.991Z] #90 naming to docker.io/library/support-scheduler [2023-09-21T07:02:04.561Z] #90 ... [2023-09-21T07:02:04.561Z] [2023-09-21T07:02:04.561Z] #181 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-21T07:02:04.561Z] #181 DONE 0.5s [2023-09-21T07:02:04.561Z] [2023-09-21T07:02:04.561Z] #182 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T07:02:04.561Z] #182 DONE 0.5s [2023-09-21T07:02:04.561Z] [2023-09-21T07:02:04.561Z] #90 [core-command] exporting to image [2023-09-21T07:02:04.561Z] #90 exporting layers 0.7s done [2023-09-21T07:02:04.561Z] #90 writing image sha256:c40ebc1d8d413c9d2b746127034fecae5b7f756c42e0accd3e9cd9161c15ac22 0.4s done [2023-09-21T07:02:04.561Z] #90 writing image sha256:90bdf9f474a6b064bd0a5f35278ff3722692aa4b31ae98dcc50a0a1d4eb1329a 0.4s done [2023-09-21T07:02:04.561Z] #90 writing image sha256:285719eba19f5259884e7e296a25f1035a8210396581481db39adc5cdd3fa838 0.4s done [2023-09-21T07:02:04.561Z] #90 naming to docker.io/library/support-scheduler 0.4s done [2023-09-21T07:02:04.561Z] #90 naming to docker.io/library/support-notifications done [2023-09-21T07:02:04.561Z] #90 naming to docker.io/library/core-command done [2023-09-21T07:02:04.561Z] #90 naming to docker.io/library/core-data done [2023-09-21T07:02:04.561Z] #90 ... [2023-09-21T07:02:04.561Z] [2023-09-21T07:02:04.561Z] #183 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-21T07:02:04.561Z] #183 DONE 0.6s [2023-09-21T07:02:04.561Z] [2023-09-21T07:02:04.561Z] #90 [security-spiffe-token-provider] exporting to image [2023-09-21T07:02:04.561Z] #90 exporting layers 0.6s done [2023-09-21T07:02:04.561Z] #90 writing image sha256:13278fae955ddd2032be958b084e18325f889fa54c242d9a894c54e2f44e0807 done [2023-09-21T07:02:04.561Z] #90 naming to docker.io/library/security-spiffe-token-provider done [2023-09-21T07:02:04.561Z] #90 writing image sha256:854694daad4b1a57d18386863b97699093b70e7a0eb47d0321c6a2c2ad13a3ff done [2023-09-21T07:02:04.562Z] #90 naming to docker.io/library/core-metadata done [2023-09-21T07:02:04.562Z] #90 DONE 1.9s [2023-09-21T07:02:04.562Z] [2023-09-21T07:02:04.562Z] #184 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-21T07:02:04.823Z] #184 DONE 0.4s [2023-09-21T07:02:04.823Z] [2023-09-21T07:02:04.823Z] #185 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-21T07:02:04.823Z] #185 DONE 0.5s [2023-09-21T07:02:04.823Z] [2023-09-21T07:02:04.824Z] #186 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:02:04.824Z] #186 DONE 1.0s [2023-09-21T07:02:04.824Z] [2023-09-21T07:02:04.824Z] #187 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:02:04.824Z] #187 DONE 1.0s [2023-09-21T07:02:04.824Z] [2023-09-21T07:02:04.824Z] #188 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-21T07:02:04.824Z] #188 DONE 0.1s [2023-09-21T07:02:04.824Z] [2023-09-21T07:02:04.824Z] #90 [core-common-config-bootstrapper] exporting to image [2023-09-21T07:02:05.085Z] #90 ... [2023-09-21T07:02:05.085Z] [2023-09-21T07:02:05.085Z] #189 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T07:02:05.085Z] #189 DONE 0.1s [2023-09-21T07:02:05.085Z] [2023-09-21T07:02:05.085Z] #190 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-21T07:02:05.085Z] #190 DONE 0.1s [2023-09-21T07:02:05.085Z] [2023-09-21T07:02:05.085Z] #90 [security-proxy-auth] exporting to image [2023-09-21T07:02:05.085Z] #90 exporting layers 0.2s done [2023-09-21T07:02:05.085Z] #90 writing image sha256:d2e5fec9aafcc45f3b5c71397ad9c8275b967532c155d0a33abcd1c9d7917280 done [2023-09-21T07:02:05.085Z] #90 naming to docker.io/library/security-proxy-auth done [2023-09-21T07:02:05.085Z] #90 writing image sha256:c0af5673b1ff0e3360ebe16cde4e7ef0c72234f3dd1fe0e497f2adf8f454cc71 [2023-09-21T07:02:05.085Z] #90 writing image sha256:c0af5673b1ff0e3360ebe16cde4e7ef0c72234f3dd1fe0e497f2adf8f454cc71 done [2023-09-21T07:02:05.085Z] #90 naming to docker.io/library/core-common-config-bootstrapper done [2023-09-21T07:02:05.085Z] #90 DONE 2.1s [2023-09-21T07:02:05.085Z] [2023-09-21T07:02:05.085Z] #191 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-21T07:02:05.085Z] #191 DONE 0.1s [2023-09-21T07:02:05.085Z] [2023-09-21T07:02:05.085Z] #192 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-21T07:02:05.085Z] #192 DONE 0.1s [2023-09-21T07:02:05.085Z] [2023-09-21T07:02:05.085Z] #193 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:02:05.353Z] #193 DONE 0.4s [2023-09-21T07:02:05.353Z] [2023-09-21T07:02:05.353Z] #194 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:02:05.353Z] #194 DONE 1.0s [2023-09-21T07:02:05.353Z] [2023-09-21T07:02:05.353Z] #90 [security-proxy-setup] exporting to image [2023-09-21T07:02:05.619Z] #90 exporting layers 0.3s done [2023-09-21T07:02:05.619Z] #90 writing image sha256:eddcb6448a06e4f4ddb92d7b0e441cc4cd38f6ff02455d5ffa4c9139f2d1c93a done [2023-09-21T07:02:05.619Z] #90 naming to docker.io/library/security-proxy-setup done [2023-09-21T07:02:05.619Z] #90 writing image sha256:60722c033e528827763b924519760001620f0b05c7cbba706b10802e8fc12f09 done [2023-09-21T07:02:05.619Z] #90 naming to docker.io/library/security-secretstore-setup done [2023-09-21T07:02:05.619Z] #90 DONE 2.4s [2023-09-21T07:02:05.619Z] [2023-09-21T07:02:05.619Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-21T07:02:05.879Z] #195 DONE 0.6s [2023-09-21T07:02:05.879Z] [2023-09-21T07:02:05.879Z] #90 [security-bootstrapper] exporting to image [2023-09-21T07:02:05.879Z] #90 exporting layers 0.2s done [2023-09-21T07:02:05.879Z] #90 writing image sha256:3bb901ab74ddead30cca3e651f0e845d9db04c4c4f83268257b2ae87993daff4 done [2023-09-21T07:02:05.879Z] #90 naming to docker.io/library/security-bootstrapper done [2023-09-21T07:02:05.879Z] #90 DONE 2.6s [2023-09-21T07:02:05.879Z] [2023-09-21T07:02:05.879Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:02:05.879Z] time="2023-09-21T06:58:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-21T07:02:05.921Z] $ docker stop --time=1 b86470c71d1b2f2c1e24b1ce446180251154a4ab8adc267f83026e68d77aa336 [2023-09-21T07:02:07.155Z] $ docker rm -f --volumes b86470c71d1b2f2c1e24b1ce446180251154a4ab8adc267f83026e68d77aa336 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T07:02:07.559Z] + docker images [2023-09-21T07:02:07.559Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-21T07:02:07.559Z] security-proxy-setup latest eddcb6448a06 2 seconds ago 34.4MB [2023-09-21T07:02:07.559Z] security-secretstore-setup latest 60722c033e52 2 seconds ago 44.4MB [2023-09-21T07:02:07.559Z] security-bootstrapper latest 3bb901ab74dd 2 seconds ago 23.3MB [2023-09-21T07:02:07.559Z] security-proxy-auth latest d2e5fec9aafc 3 seconds ago 19.5MB [2023-09-21T07:02:07.559Z] core-common-config-bootstrapper latest c0af5673b1ff 3 seconds ago 18.2MB [2023-09-21T07:02:07.559Z] core-command latest 285719eba19f 4 seconds ago 21.2MB [2023-09-21T07:02:07.559Z] security-spiffe-token-provider latest 13278fae955d 4 seconds ago 35MB [2023-09-21T07:02:07.559Z] support-scheduler latest dc1a8c5b8998 4 seconds ago 34MB [2023-09-21T07:02:07.559Z] core-metadata latest 854694daad4b 4 seconds ago 21.7MB [2023-09-21T07:02:07.559Z] support-notifications latest c40ebc1d8d41 4 seconds ago 34.6MB [2023-09-21T07:02:07.559Z] core-data latest 90bdf9f474a6 4 seconds ago 21.4MB [2023-09-21T07:02:07.559Z] security-spire-config latest dfc1d2e085b4 2 minutes ago 101MB [2023-09-21T07:02:07.559Z] security-spire-agent latest 1f3a87acbacc 2 minutes ago 166MB [2023-09-21T07:02:07.559Z] security-spire-server latest 2ed06e20aff0 2 minutes ago 107MB [2023-09-21T07:02:07.559Z] ci-base-image-x86_64 latest f54441b5593d 5 minutes ago 927MB [2023-09-21T07:02:07.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 0786185ac409 16 hours ago 557MB [2023-09-21T07:02:07.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB [2023-09-21T07:02:07.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 14 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-21T07:02:16.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-21T07:02:26.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-21T07:02:26.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-21T07:02:27.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.248s coverage: 28.7% of statements [2023-09-21T07:02:36.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.294s coverage: 97.0% of statements [2023-09-21T07:02:40.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-21T07:02:40.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-21T07:02:40.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-21T07:02:45.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.394s coverage: 69.2% of statements [2023-09-21T07:02:46.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-21T07:02:46.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-21T07:02:47.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.351s coverage: 53.2% of statements [2023-09-21T07:02:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-21T07:02:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-21T07:02:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-21T07:02:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-21T07:02:53.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-21T07:03:01.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-21T07:03:01.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-21T07:03:07.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.684s coverage: 93.4% of statements [2023-09-21T07:03:07.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.864s coverage: 4.1% of statements [2023-09-21T07:03:16.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-21T07:03:16.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-21T07:03:16.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-21T07:03:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-21T07:03:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-21T07:03:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-21T07:03:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-21T07:03:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-21T07:03:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-21T07:03:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-21T07:03:19.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.007s coverage: 97.6% of statements [2023-09-21T07:03:19.403Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.212s coverage: 72.2% of statements [2023-09-21T07:03:29.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-21T07:03:29.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-21T07:03:30.460Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.525s coverage: 0.9% of statements [2023-09-21T07:03:30.460Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.359s coverage: 32.2% of statements [2023-09-21T07:03:34.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.409s coverage: 41.7% of statements [2023-09-21T07:03:34.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.440s coverage: 82.9% of statements [2023-09-21T07:03:34.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.372s coverage: 94.1% of statements [2023-09-21T07:03:34.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.208s coverage: 96.3% of statements [2023-09-21T07:03:40.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.292s coverage: 87.5% of statements [2023-09-21T07:03:40.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-21T07:03:42.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-21T07:03:42.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-21T07:03:42.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-21T07:03:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-21T07:03:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-21T07:03:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-21T07:03:45.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-21T07:03:52.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.241s coverage: 94.4% of statements [2023-09-21T07:03:52.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-21T07:03:52.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-21T07:03:52.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-21T07:03:52.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-21T07:04:02.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-21T07:04:02.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-21T07:04:02.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-21T07:04:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.279s coverage: 79.9% of statements [2023-09-21T07:04:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.253s coverage: 92.9% of statements [2023-09-21T07:04:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.097s coverage: 64.4% of statements [2023-09-21T07:04:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.237s coverage: 62.3% of statements [2023-09-21T07:04:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.223s coverage: 87.2% of statements [2023-09-21T07:04:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.176s coverage: 20.0% of statements [2023-09-21T07:04:06.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.194s coverage: 100.0% of statements [2023-09-21T07:04:06.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-21T07:04:06.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.375s coverage: 81.8% of statements [2023-09-21T07:04:08.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-21T07:04:08.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.392s coverage: 82.1% of statements [2023-09-21T07:04:09.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.207s coverage: 86.0% of statements [2023-09-21T07:04:12.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-21T07:04:12.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-21T07:04:14.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 2.084s coverage: 63.1% of statements [2023-09-21T07:04:14.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.246s coverage: 100.0% of statements [2023-09-21T07:04:15.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.110s coverage: 89.4% of statements [2023-09-21T07:04:15.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.069s coverage: 100.0% of statements [2023-09-21T07:04:15.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-21T07:04:15.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-21T07:04:15.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-21T07:04:16.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.073s coverage: 73.7% of statements [2023-09-21T07:04:16.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.066s coverage: 100.0% of statements [2023-09-21T07:04:23.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-21T07:04:23.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-21T07:04:23.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-21T07:04:24.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.841s coverage: 38.4% of statements [2023-09-21T07:04:24.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.236s coverage: 89.5% of statements [2023-09-21T07:04:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-21T07:04:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-21T07:04:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-21T07:04:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-21T07:04:29.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.231s coverage: 84.8% of statements [2023-09-21T07:04:34.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-21T07:04:34.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-21T07:04:34.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-21T07:04:34.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-21T07:04:41.153Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.304s coverage: 19.9% of statements [2023-09-21T07:04:41.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-21T07:04:41.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-21T07:04:41.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-21T07:04:41.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-21T07:04:43.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.662s coverage: 95.7% of statements [2023-09-21T07:04:45.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-21T07:04:45.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-21T07:04:46.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.254s coverage: 61.8% of statements [2023-09-21T07:04:48.397Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-21T07:04:48.397Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-21T07:04:49.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.401s coverage: 98.9% of statements [2023-09-21T07:04:50.389Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-09-21T07:04:50.389Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-21T07:04:50.389Z] go vet ./... [2023-09-21T07:06:42.067Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-21T07:06:42.651Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-21T07:06:43.235Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-21T07:06:43.853Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-21T07:06:44.196Z] + ls -al . [2023-09-21T07:06:44.196Z] total 728 [2023-09-21T07:06:44.196Z] drwxrwxr-x 11 1001 1001 4096 Sep 21 07:00 . [2023-09-21T07:06:44.196Z] drwxr-xr-x 4 root root 4096 Sep 21 07:00 .. [2023-09-21T07:06:44.196Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 06:58 .blubracket [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 16 Sep 21 06:58 .dockerignore [2023-09-21T07:06:44.196Z] drwxrwxr-x 8 1001 1001 4096 Sep 21 06:58 .git [2023-09-21T07:06:44.196Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 06:58 .github [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 1173 Sep 21 06:58 .gitignore [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 42 Sep 21 06:58 .golangci.yml [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 100 Sep 21 06:58 .hadolint.yml [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 166 Sep 21 06:58 .sonarcloud.properties [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 1171 Sep 21 06:58 ADOPTERS.md [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 11674 Sep 21 06:58 Attribution.txt [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 93407 Sep 21 06:58 CHANGELOG.md [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 3804 Sep 21 06:58 CONTRIBUTING.md [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 677 Sep 21 06:58 GOVERNANCE.md [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 883 Sep 21 06:58 Jenkinsfile [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 10775 Sep 21 06:58 LICENSE [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 14764 Sep 21 06:58 Makefile [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 582 Sep 21 06:58 OWNERS.md [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 9923 Sep 21 06:58 README.md [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 789 Sep 21 06:58 SECURITY.md [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 5 Sep 21 06:55 VERSION [2023-09-21T07:06:44.196Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 06:58 bin [2023-09-21T07:06:44.196Z] drwxrwxr-x 18 1001 1001 4096 Sep 21 06:58 cmd [2023-09-21T07:06:44.196Z] -rw-r--r-- 1 root root 453602 Sep 21 07:04 coverage.out [2023-09-21T07:06:44.196Z] drwxrwxr-x 2 1001 1001 4096 Sep 21 06:58 fuzz_test [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 3688 Sep 21 06:58 go.mod [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 34975 Sep 21 06:58 go.sum [2023-09-21T07:06:44.196Z] drwxrwxr-x 7 1001 1001 4096 Sep 21 06:58 internal [2023-09-21T07:06:44.196Z] drwxrwxr-x 3 1001 1001 4096 Sep 21 06:58 openapi [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 594 Sep 21 06:58 security.txt [2023-09-21T07:06:44.196Z] drwxrwxr-x 4 1001 1001 4096 Sep 21 06:58 snap [2023-09-21T07:06:44.196Z] -rw-rw-r-- 1 1001 1001 204 Sep 21 06:58 version.go [Pipeline] sh [2023-09-21T07:06:44.847Z] + '[' -e coverage.out ] [2023-09-21T07:06:44.847Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-21T07:06:44.885Z] Warning: overwriting stash ‘coverage-report’ [2023-09-21T07:06:45.720Z] Stashed 1 file(s) [Pipeline] sh [2023-09-21T07:06:46.373Z] + make build [2023-09-21T07:06:46.373Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T07:08:07.968Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T07:08:07.968Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T07:08:11.367Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-21T07:08:14.763Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T07:08:44.524Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T07:08:49.858Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T07:08:55.275Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T07:08:59.519Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T07:09:02.864Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T07:09:06.193Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T07:09:11.517Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-09-21T07:09:15.789Z] $ docker stop --time=1 3a6618365c43e5863e0889a20cb760a43dbb693cfc79df41aaa1317cc955bdc4 [2023-09-21T07:09:17.809Z] $ docker rm -f --volumes 3a6618365c43e5863e0889a20cb760a43dbb693cfc79df41aaa1317cc955bdc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T07:09:20.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-21T07:09:20.566Z] [2023-09-21T07:09:20.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T07:09:20.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-21T07:09:21.235Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-09-21T07:09:21.235Z] 547446be3368: Pulling fs layer [2023-09-21T07:09:21.235Z] d125d8839a47: Pulling fs layer [2023-09-21T07:09:21.235Z] 3e85d5ac6304: Pulling fs layer [2023-09-21T07:09:21.235Z] c3105a71a48b: Pulling fs layer [2023-09-21T07:09:21.235Z] 0f093f025ec4: Pulling fs layer [2023-09-21T07:09:21.235Z] c3106fc0e877: Pulling fs layer [2023-09-21T07:09:21.235Z] c3105a71a48b: Waiting [2023-09-21T07:09:21.235Z] 0f093f025ec4: Waiting [2023-09-21T07:09:21.235Z] c3106fc0e877: Waiting [2023-09-21T07:09:21.235Z] 547446be3368: Verifying Checksum [2023-09-21T07:09:21.235Z] 547446be3368: Download complete [2023-09-21T07:09:21.235Z] c3105a71a48b: Verifying Checksum [2023-09-21T07:09:21.235Z] c3105a71a48b: Download complete [2023-09-21T07:09:21.503Z] d125d8839a47: Verifying Checksum [2023-09-21T07:09:21.503Z] d125d8839a47: Download complete [2023-09-21T07:09:21.770Z] c3106fc0e877: Verifying Checksum [2023-09-21T07:09:21.770Z] c3106fc0e877: Download complete [2023-09-21T07:09:21.770Z] 0f093f025ec4: Verifying Checksum [2023-09-21T07:09:21.770Z] 0f093f025ec4: Download complete [2023-09-21T07:09:21.770Z] 547446be3368: Pull complete [2023-09-21T07:09:22.780Z] d125d8839a47: Pull complete [2023-09-21T07:09:23.362Z] 3e85d5ac6304: Download complete [2023-09-21T07:09:29.992Z] 3e85d5ac6304: Pull complete [2023-09-21T07:09:30.259Z] c3105a71a48b: Pull complete [2023-09-21T07:09:31.211Z] 0f093f025ec4: Pull complete [2023-09-21T07:09:31.211Z] c3106fc0e877: Pull complete [2023-09-21T07:09:31.211Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-09-21T07:09:31.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-21T07:09:31.211Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T07:09:31.531Z] prd-ubuntu20.04-docker-arm64-4c-16g-7547 does not seem to be running inside a container [2023-09-21T07:09:31.590Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-09-21T07:09:33.650Z] $ docker top 98eef9976681fec519178a5918b85f3624f8f8bf812d11370a9abd581e328b0f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T07:09:34.515Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-21T07:09:42.725Z] #1 [core-metadata internal] load build definition from Dockerfile [2023-09-21T07:09:42.725Z] #1 transferring dockerfile: [2023-09-21T07:09:42.725Z] #1 transferring dockerfile: 1.96kB done [2023-09-21T07:09:42.725Z] #1 DONE 0.1s [2023-09-21T07:09:42.992Z] [2023-09-21T07:09:42.992Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2023-09-21T07:09:42.992Z] #2 transferring dockerfile: 1.70kB done [2023-09-21T07:09:42.992Z] #2 DONE 0.0s [2023-09-21T07:09:42.992Z] [2023-09-21T07:09:42.992Z] #3 [support-scheduler internal] load build definition from Dockerfile [2023-09-21T07:09:43.262Z] #3 transferring dockerfile: 1.82kB done [2023-09-21T07:09:43.262Z] #3 DONE 0.1s [2023-09-21T07:09:43.262Z] [2023-09-21T07:09:43.262Z] #4 [core-command internal] load build definition from Dockerfile [2023-09-21T07:09:43.262Z] #4 transferring dockerfile: 1.82kB done [2023-09-21T07:09:43.262Z] #4 DONE 0.1s [2023-09-21T07:09:43.262Z] [2023-09-21T07:09:43.262Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-21T07:09:43.262Z] #5 transferring dockerfile: 2.04kB done [2023-09-21T07:09:43.262Z] #5 DONE 0.1s [2023-09-21T07:09:43.262Z] [2023-09-21T07:09:43.262Z] #6 [core-data internal] load build definition from Dockerfile [2023-09-21T07:09:43.262Z] #6 transferring dockerfile: 1.90kB done [2023-09-21T07:09:43.262Z] #6 DONE 0.1s [2023-09-21T07:09:43.262Z] [2023-09-21T07:09:43.262Z] #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-21T07:09:43.262Z] #7 transferring dockerfile: 2.12kB done [2023-09-21T07:09:43.529Z] #7 DONE 0.1s [2023-09-21T07:09:43.529Z] [2023-09-21T07:09:43.529Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-21T07:09:43.529Z] #8 transferring dockerfile: 1.78kB done [2023-09-21T07:09:43.529Z] #8 DONE 0.1s [2023-09-21T07:09:43.529Z] [2023-09-21T07:09:43.529Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-21T07:09:43.529Z] #9 transferring dockerfile: 2.38kB done [2023-09-21T07:09:43.529Z] #9 DONE 0.1s [2023-09-21T07:09:43.529Z] [2023-09-21T07:09:43.529Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-21T07:09:43.530Z] #10 transferring dockerfile: 2.82kB done [2023-09-21T07:09:43.530Z] #10 DONE 0.1s [2023-09-21T07:09:43.530Z] [2023-09-21T07:09:43.530Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-21T07:09:43.530Z] #11 transferring dockerfile: 2.39kB done [2023-09-21T07:09:43.530Z] #11 DONE 0.1s [2023-09-21T07:09:43.530Z] [2023-09-21T07:09:43.530Z] #12 [security-spire-config internal] load build definition from Dockerfile [2023-09-21T07:09:43.530Z] #12 transferring dockerfile: 1.58kB done [2023-09-21T07:09:43.797Z] #12 DONE 0.1s [2023-09-21T07:09:43.797Z] [2023-09-21T07:09:43.797Z] #13 [security-spire-server internal] load build definition from Dockerfile [2023-09-21T07:09:43.797Z] #13 transferring dockerfile: 1.59kB 0.0s done [2023-09-21T07:09:43.797Z] #13 DONE 0.1s [2023-09-21T07:09:43.797Z] [2023-09-21T07:09:43.797Z] #14 [support-notifications internal] load build definition from Dockerfile [2023-09-21T07:09:43.797Z] #14 transferring dockerfile: 1.84kB done [2023-09-21T07:09:43.797Z] #14 DONE 0.1s [2023-09-21T07:09:43.797Z] [2023-09-21T07:09:43.797Z] #15 [core-metadata internal] load .dockerignore [2023-09-21T07:09:43.797Z] #15 transferring context: 56B done [2023-09-21T07:09:43.797Z] #15 DONE 0.1s [2023-09-21T07:09:44.378Z] [2023-09-21T07:09:44.378Z] #16 [security-spire-agent internal] load .dockerignore [2023-09-21T07:09:44.378Z] #16 transferring context: 56B done [2023-09-21T07:09:44.378Z] #16 DONE 0.0s [2023-09-21T07:09:44.378Z] [2023-09-21T07:09:44.378Z] #17 [core-command internal] load .dockerignore [2023-09-21T07:09:44.646Z] #17 transferring context: 56B done [2023-09-21T07:09:44.646Z] #17 DONE 0.1s [2023-09-21T07:09:44.646Z] [2023-09-21T07:09:44.646Z] #18 [support-scheduler internal] load .dockerignore [2023-09-21T07:09:44.646Z] #18 transferring context: 56B done [2023-09-21T07:09:44.646Z] #18 DONE 0.1s [2023-09-21T07:09:44.646Z] [2023-09-21T07:09:44.646Z] #19 [security-proxy-auth internal] load .dockerignore [2023-09-21T07:09:44.646Z] #19 transferring context: 56B done [2023-09-21T07:09:44.646Z] #19 DONE 0.1s [2023-09-21T07:09:44.646Z] [2023-09-21T07:09:44.646Z] #20 [core-data internal] load .dockerignore [2023-09-21T07:09:44.646Z] #20 transferring context: 56B done [2023-09-21T07:09:44.646Z] #20 DONE 0.1s [2023-09-21T07:09:44.646Z] [2023-09-21T07:09:44.646Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-21T07:09:44.911Z] #21 transferring context: 56B done [2023-09-21T07:09:44.911Z] #21 DONE 0.0s [2023-09-21T07:09:44.911Z] [2023-09-21T07:09:44.911Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2023-09-21T07:09:44.911Z] #22 transferring context: 56B done [2023-09-21T07:09:44.911Z] #22 DONE 0.0s [2023-09-21T07:09:44.911Z] [2023-09-21T07:09:44.911Z] #23 [security-secretstore-setup internal] load .dockerignore [2023-09-21T07:09:44.911Z] #23 transferring context: 56B done [2023-09-21T07:09:44.911Z] #23 DONE 0.1s [2023-09-21T07:09:44.911Z] [2023-09-21T07:09:44.911Z] #24 [security-bootstrapper internal] load .dockerignore [2023-09-21T07:09:44.911Z] #24 transferring context: 56B 0.0s done [2023-09-21T07:09:44.911Z] #24 DONE 0.1s [2023-09-21T07:09:44.911Z] [2023-09-21T07:09:44.911Z] #25 [security-proxy-setup internal] load .dockerignore [2023-09-21T07:09:45.176Z] #25 transferring context: 56B 0.0s done [2023-09-21T07:09:45.176Z] #25 DONE 0.1s [2023-09-21T07:09:45.176Z] [2023-09-21T07:09:45.176Z] #26 [security-spire-config internal] load .dockerignore [2023-09-21T07:09:45.176Z] #26 transferring context: 56B done [2023-09-21T07:09:45.176Z] #26 DONE 0.1s [2023-09-21T07:09:45.176Z] [2023-09-21T07:09:45.176Z] #27 [security-spire-server internal] load .dockerignore [2023-09-21T07:09:45.176Z] #27 transferring context: 56B done [2023-09-21T07:09:45.176Z] #27 DONE 0.1s [2023-09-21T07:09:45.176Z] [2023-09-21T07:09:45.176Z] #28 [support-notifications internal] load .dockerignore [2023-09-21T07:09:45.176Z] #28 transferring context: 56B done [2023-09-21T07:09:45.176Z] #28 DONE 0.1s [2023-09-21T07:09:45.176Z] [2023-09-21T07:09:45.176Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:45.176Z] #29 DONE 0.0s [2023-09-21T07:09:45.176Z] [2023-09-21T07:09:45.176Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T07:09:45.441Z] #30 DONE 0.1s [2023-09-21T07:09:45.441Z] [2023-09-21T07:09:45.441Z] #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T07:09:45.441Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T07:09:45.441Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T07:09:45.441Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T07:09:45.441Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T07:09:45.441Z] #31 DONE 0.1s [2023-09-21T07:09:45.441Z] [2023-09-21T07:09:45.441Z] #32 [core-metadata internal] load build context [2023-09-21T07:09:46.027Z] #32 ... [2023-09-21T07:09:46.027Z] [2023-09-21T07:09:46.027Z] #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T07:09:46.027Z] #33 DONE 0.7s [2023-09-21T07:09:46.027Z] [2023-09-21T07:09:46.027Z] #32 [core-metadata internal] load build context [2023-09-21T07:09:46.294Z] #32 ... [2023-09-21T07:09:46.294Z] [2023-09-21T07:09:46.294Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:46.294Z] #29 DONE 0.0s [2023-09-21T07:09:46.294Z] [2023-09-21T07:09:46.294Z] #32 [core-metadata internal] load build context [2023-09-21T07:09:46.294Z] #32 ... [2023-09-21T07:09:46.294Z] [2023-09-21T07:09:46.294Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:46.294Z] #29 DONE 0.0s [2023-09-21T07:09:46.294Z] [2023-09-21T07:09:46.294Z] #32 [core-metadata internal] load build context [2023-09-21T07:09:46.294Z] #32 ... [2023-09-21T07:09:46.294Z] [2023-09-21T07:09:46.294Z] #31 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T07:09:46.294Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T07:09:46.294Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T07:09:46.294Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T07:09:46.294Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T07:09:46.294Z] #31 DONE 0.3s [2023-09-21T07:09:46.294Z] [2023-09-21T07:09:46.294Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T07:09:46.294Z] #30 DONE 0.4s [2023-09-21T07:09:46.294Z] [2023-09-21T07:09:46.294Z] #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T07:09:46.294Z] #33 DONE 1.3s [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:46.563Z] #29 DONE 0.0s [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #34 [core-command builder 2/7] WORKDIR /edgex-go [2023-09-21T07:09:46.563Z] #34 DONE 0.6s [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #35 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T07:09:46.563Z] #35 ... [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T07:09:46.563Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T07:09:46.563Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T07:09:46.563Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T07:09:46.563Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T07:09:46.563Z] #31 DONE 0.3s [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:46.563Z] #29 DONE 0.0s [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T07:09:46.563Z] #33 DONE 1.4s [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #34 [core-data builder 2/7] WORKDIR /edgex-go [2023-09-21T07:09:46.563Z] #34 DONE 0.6s [2023-09-21T07:09:46.563Z] [2023-09-21T07:09:46.563Z] #35 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T07:09:46.836Z] #35 ... [2023-09-21T07:09:46.836Z] [2023-09-21T07:09:46.836Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:46.836Z] #29 DONE 0.0s [2023-09-21T07:09:46.836Z] [2023-09-21T07:09:46.836Z] #36 [core-command internal] load build context [2023-09-21T07:09:47.420Z] #36 ... [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:47.420Z] #29 DONE 0.0s [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #36 [core-command internal] load build context [2023-09-21T07:09:47.420Z] #36 ... [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #31 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T07:09:47.420Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T07:09:47.420Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T07:09:47.420Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T07:09:47.420Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T07:09:47.420Z] #31 DONE 0.3s [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T07:09:47.420Z] #33 DONE 1.4s [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:47.420Z] #29 DONE 0.0s [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #36 [core-command internal] load build context [2023-09-21T07:09:47.420Z] #36 ... [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T07:09:47.420Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T07:09:47.420Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T07:09:47.420Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T07:09:47.420Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T07:09:47.420Z] #31 DONE 0.3s [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #33 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T07:09:47.420Z] #33 DONE 1.4s [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #34 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-09-21T07:09:47.420Z] #34 DONE 0.6s [2023-09-21T07:09:47.420Z] [2023-09-21T07:09:47.420Z] #36 [core-command internal] load build context [2023-09-21T07:09:48.001Z] #36 ... [2023-09-21T07:09:48.001Z] [2023-09-21T07:09:48.001Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-21T07:09:48.001Z] #29 DONE 0.1s [2023-09-21T07:09:48.001Z] [2023-09-21T07:09:48.001Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-21T07:09:48.001Z] #37 DONE 1.9s [2023-09-21T07:09:48.001Z] [2023-09-21T07:09:48.001Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:09:48.266Z] #38 ... [2023-09-21T07:09:48.266Z] [2023-09-21T07:09:48.266Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-21T07:09:48.266Z] #39 DONE 2.2s [2023-09-21T07:09:48.266Z] [2023-09-21T07:09:48.266Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:09:48.533Z] #38 ... [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #31 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T07:09:48.533Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T07:09:48.533Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T07:09:48.533Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T07:09:48.533Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T07:09:48.533Z] #31 DONE 0.4s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T07:09:48.533Z] #33 DONE 1.5s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #34 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-09-21T07:09:48.533Z] #34 DONE 0.7s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2023-09-21T07:09:48.533Z] #30 DONE 2.2s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #40 [security-spire-server internal] load build context [2023-09-21T07:09:48.533Z] #40 DONE 0.0s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:09:48.533Z] #38 ... [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #31 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T07:09:48.533Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-21T07:09:48.533Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-21T07:09:48.533Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-21T07:09:48.533Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-21T07:09:48.533Z] #31 DONE 0.4s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-21T07:09:48.533Z] #33 DONE 1.5s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #34 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-09-21T07:09:48.533Z] #34 DONE 0.7s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:09:48.533Z] #41 DONE 0.0s [2023-09-21T07:09:48.533Z] [2023-09-21T07:09:48.533Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:09:50.477Z] #38 transferring context: 3.60MB 2.5s [2023-09-21T07:09:51.058Z] #38 ... [2023-09-21T07:09:51.058Z] [2023-09-21T07:09:51.058Z] #40 [security-spire-server internal] load build context [2023-09-21T07:09:51.058Z] #40 transferring context: 18.11kB 0.6s done [2023-09-21T07:09:51.058Z] #40 DONE 2.4s [2023-09-21T07:09:51.058Z] [2023-09-21T07:09:51.058Z] #42 [support-scheduler internal] load build context [2023-09-21T07:09:51.324Z] #42 ... [2023-09-21T07:09:51.324Z] [2023-09-21T07:09:51.324Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:09:51.324Z] #43 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 2.6s done [2023-09-21T07:09:51.324Z] #43 DONE 2.7s [2023-09-21T07:09:51.324Z] [2023-09-21T07:09:51.324Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T07:09:51.324Z] #44 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 2.8s done [2023-09-21T07:09:51.324Z] #44 DONE 2.8s [2023-09-21T07:09:51.324Z] [2023-09-21T07:09:51.324Z] #42 [support-scheduler internal] load build context [2023-09-21T07:09:51.324Z] #42 ... [2023-09-21T07:09:51.324Z] [2023-09-21T07:09:51.324Z] #36 [core-command internal] load build context [2023-09-21T07:09:52.282Z] #36 ... [2023-09-21T07:09:52.282Z] [2023-09-21T07:09:52.282Z] #45 [security-spire-config internal] load build context [2023-09-21T07:09:52.282Z] #45 transferring context: 16.36kB 0.3s done [2023-09-21T07:09:52.282Z] #45 DONE 3.6s [2023-09-21T07:09:52.282Z] [2023-09-21T07:09:52.282Z] #36 [core-command internal] load build context [2023-09-21T07:09:53.691Z] #36 ... [2023-09-21T07:09:53.691Z] [2023-09-21T07:09:53.691Z] #46 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-21T07:09:53.691Z] #0 4.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:53.691Z] #0 4.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:53.691Z] #0 6.521 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T07:09:53.691Z] #0 6.521 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:09:53.691Z] #0 6.521 OK: 8 MiB in 16 packages [2023-09-21T07:09:53.691Z] #46 DONE 8.7s [2023-09-21T07:09:53.691Z] [2023-09-21T07:09:53.691Z] #36 [core-command internal] load build context [2023-09-21T07:09:53.957Z] #36 ... [2023-09-21T07:09:53.957Z] [2023-09-21T07:09:53.957Z] #47 [security-spire-agent internal] load build context [2023-09-21T07:09:53.957Z] #47 transferring context: 17.64kB 0.4s done [2023-09-21T07:09:53.957Z] #47 DONE 5.3s [2023-09-21T07:09:53.957Z] [2023-09-21T07:09:53.957Z] #36 [core-command internal] load build context [2023-09-21T07:09:55.365Z] #36 ... [2023-09-21T07:09:55.365Z] [2023-09-21T07:09:55.365Z] #48 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T07:09:55.365Z] #0 3.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:55.365Z] #0 4.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:55.365Z] #0 6.413 OK: 266 MiB in 52 packages [2023-09-21T07:09:55.365Z] #48 DONE 7.9s [2023-09-21T07:09:55.365Z] [2023-09-21T07:09:55.365Z] #36 [core-command internal] load build context [2023-09-21T07:09:55.948Z] #36 ... [2023-09-21T07:09:55.948Z] [2023-09-21T07:09:55.948Z] #49 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-21T07:09:55.948Z] #0 4.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:55.948Z] #0 5.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:55.948Z] #0 7.440 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-21T07:09:55.948Z] #0 7.440 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:09:55.948Z] #0 7.514 OK: 8 MiB in 16 packages [2023-09-21T07:09:55.948Z] #49 DONE 9.0s [2023-09-21T07:09:56.213Z] [2023-09-21T07:09:56.213Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:09:56.213Z] #43 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-21T07:09:56.213Z] #43 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-21T07:09:56.213Z] #43 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-21T07:09:56.213Z] #43 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s done [2023-09-21T07:09:56.213Z] #43 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.7s done [2023-09-21T07:09:56.213Z] #43 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-21T07:09:56.213Z] #43 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.7s done [2023-09-21T07:09:56.213Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.15MB / 23.39MB 2.6s [2023-09-21T07:09:56.479Z] #43 ... [2023-09-21T07:09:56.479Z] [2023-09-21T07:09:56.479Z] #32 [core-metadata internal] load build context [2023-09-21T07:09:56.479Z] #32 ... [2023-09-21T07:09:56.479Z] [2023-09-21T07:09:56.479Z] #50 [core-data internal] load build context [2023-09-21T07:09:56.745Z] #50 ... [2023-09-21T07:09:56.745Z] [2023-09-21T07:09:56.745Z] #51 [security-proxy-auth internal] load build context [2023-09-21T07:09:56.745Z] #51 ... [2023-09-21T07:09:56.745Z] [2023-09-21T07:09:56.745Z] #50 [core-data internal] load build context [2023-09-21T07:09:57.703Z] #50 ... [2023-09-21T07:09:57.703Z] [2023-09-21T07:09:57.703Z] #52 [security-secretstore-setup internal] load build context [2023-09-21T07:09:57.703Z] #52 transferring context: 9.83MB 9.1s [2023-09-21T07:09:57.703Z] #52 ... [2023-09-21T07:09:57.703Z] [2023-09-21T07:09:57.703Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-21T07:09:57.703Z] #0 6.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:57.703Z] #0 8.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:57.703Z] #53 10.26 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T07:09:57.703Z] #53 10.26 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T07:09:57.703Z] #53 10.26 OK: 19942 distinct packages available [2023-09-21T07:09:57.703Z] #53 ... [2023-09-21T07:09:57.703Z] [2023-09-21T07:09:57.703Z] #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T07:09:57.703Z] #0 9.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:57.703Z] #54 ... [2023-09-21T07:09:57.703Z] [2023-09-21T07:09:57.703Z] #35 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T07:09:57.703Z] #35 8.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:57.703Z] #35 9.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:57.969Z] #35 ... [2023-09-21T07:09:57.969Z] [2023-09-21T07:09:57.969Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:09:57.969Z] #55 ... [2023-09-21T07:09:57.969Z] [2023-09-21T07:09:57.969Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T07:09:58.234Z] #56 ... [2023-09-21T07:09:58.234Z] [2023-09-21T07:09:58.234Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T07:09:58.234Z] #0 9.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:09:58.234Z] #57 ... [2023-09-21T07:09:58.234Z] [2023-09-21T07:09:58.234Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T07:09:58.502Z] #58 ... [2023-09-21T07:09:58.502Z] [2023-09-21T07:09:58.502Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:09:58.502Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 4.7s [2023-09-21T07:09:58.502Z] #43 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done [2023-09-21T07:09:58.502Z] #43 ... [2023-09-21T07:09:58.502Z] [2023-09-21T07:09:58.502Z] #59 [support-notifications internal] load build context [2023-09-21T07:09:58.768Z] #59 ... [2023-09-21T07:09:58.768Z] [2023-09-21T07:09:58.768Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:09:58.768Z] #41 ... [2023-09-21T07:09:58.768Z] [2023-09-21T07:09:58.768Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-21T07:09:59.035Z] #60 ... [2023-09-21T07:09:59.035Z] [2023-09-21T07:09:59.035Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:09:59.035Z] #41 ... [2023-09-21T07:09:59.035Z] [2023-09-21T07:09:59.035Z] #35 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-09-21T07:09:59.035Z] #35 11.59 OK: 266 MiB in 52 packages [2023-09-21T07:09:59.035Z] #35 DONE 13.2s [2023-09-21T07:09:59.035Z] [2023-09-21T07:09:59.035Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:09:59.035Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.40MB / 23.39MB 5.5s [2023-09-21T07:09:59.613Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 5.9s [2023-09-21T07:10:00.192Z] #43 ... [2023-09-21T07:10:00.192Z] [2023-09-21T07:10:00.192Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T07:10:00.192Z] #61 ... [2023-09-21T07:10:00.192Z] [2023-09-21T07:10:00.192Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:00.192Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 6.5s [2023-09-21T07:10:00.192Z] #43 ... [2023-09-21T07:10:00.192Z] [2023-09-21T07:10:00.192Z] #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T07:10:00.192Z] #0 9.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:00.458Z] #62 ... [2023-09-21T07:10:00.458Z] [2023-09-21T07:10:00.458Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:00.458Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 7.0s [2023-09-21T07:10:00.458Z] #43 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2023-09-21T07:10:00.722Z] #43 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2023-09-21T07:10:00.722Z] #43 ... [2023-09-21T07:10:00.722Z] [2023-09-21T07:10:00.723Z] #63 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T07:10:00.723Z] #63 ... [2023-09-21T07:10:00.723Z] [2023-09-21T07:10:00.723Z] #64 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T07:10:00.987Z] #64 ... [2023-09-21T07:10:00.987Z] [2023-09-21T07:10:00.987Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:01.253Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.33MB / 23.39MB 7.6s [2023-09-21T07:10:01.253Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.80MB / 23.39MB 7.7s [2023-09-21T07:10:01.253Z] #43 ... [2023-09-21T07:10:01.253Z] [2023-09-21T07:10:01.253Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:10:01.522Z] #38 ... [2023-09-21T07:10:01.522Z] [2023-09-21T07:10:01.522Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:01.522Z] #42 ... [2023-09-21T07:10:01.522Z] [2023-09-21T07:10:01.522Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T07:10:01.522Z] #44 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-21T07:10:01.522Z] #44 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-09-21T07:10:01.522Z] #44 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-09-21T07:10:01.522Z] #44 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.6s done [2023-09-21T07:10:01.522Z] #44 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.6s done [2023-09-21T07:10:01.522Z] #44 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s done [2023-09-21T07:10:01.522Z] #44 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-21T07:10:01.522Z] #44 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 14.68MB / 17.12MB 8.1s [2023-09-21T07:10:01.522Z] #44 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.4s done [2023-09-21T07:10:01.522Z] #44 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done [2023-09-21T07:10:01.787Z] #44 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 15.73MB / 17.12MB 8.3s [2023-09-21T07:10:01.787Z] #44 ... [2023-09-21T07:10:01.787Z] [2023-09-21T07:10:01.787Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:01.787Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.02MB / 23.39MB 8.1s [2023-09-21T07:10:02.367Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.7s [2023-09-21T07:10:02.634Z] #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.9s done [2023-09-21T07:10:02.634Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2023-09-21T07:10:06.873Z] #43 ... [2023-09-21T07:10:06.873Z] [2023-09-21T07:10:06.873Z] #36 [core-command internal] load build context [2023-09-21T07:10:06.873Z] #36 transferring context: 47.57MB 19.6s [2023-09-21T07:10:06.873Z] #36 ... [2023-09-21T07:10:06.873Z] [2023-09-21T07:10:06.873Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:06.873Z] #43 ... [2023-09-21T07:10:06.873Z] [2023-09-21T07:10:06.873Z] #32 [core-metadata internal] load build context [2023-09-21T07:10:06.873Z] #32 ... [2023-09-21T07:10:06.873Z] [2023-09-21T07:10:06.873Z] #36 [core-command internal] load build context [2023-09-21T07:10:06.873Z] #36 ... [2023-09-21T07:10:06.873Z] [2023-09-21T07:10:06.873Z] #51 [security-proxy-auth internal] load build context [2023-09-21T07:10:07.143Z] #51 ... [2023-09-21T07:10:07.143Z] [2023-09-21T07:10:07.143Z] #36 [core-command internal] load build context [2023-09-21T07:10:07.416Z] #36 ... [2023-09-21T07:10:07.416Z] [2023-09-21T07:10:07.416Z] #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-21T07:10:07.416Z] #54 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:07.416Z] #54 15.56 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-21T07:10:07.416Z] #54 15.56 (2/2) Installing su-exec (0.2-r3) [2023-09-21T07:10:07.416Z] #54 15.63 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:10:07.416Z] #54 15.84 OK: 8 MiB in 17 packages [2023-09-21T07:10:07.416Z] #54 DONE 19.9s [2023-09-21T07:10:07.416Z] [2023-09-21T07:10:07.416Z] #36 [core-command internal] load build context [2023-09-21T07:10:07.683Z] #36 ... [2023-09-21T07:10:07.683Z] [2023-09-21T07:10:07.683Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-21T07:10:07.683Z] #53 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:07.683Z] #53 11.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:07.683Z] #53 17.71 OK: 266 MiB in 52 packages [2023-09-21T07:10:07.683Z] #53 DONE 20.2s [2023-09-21T07:10:07.683Z] [2023-09-21T07:10:07.683Z] #36 [core-command internal] load build context [2023-09-21T07:10:07.683Z] #36 ... [2023-09-21T07:10:07.683Z] [2023-09-21T07:10:07.683Z] #50 [core-data internal] load build context [2023-09-21T07:10:07.948Z] #50 ... [2023-09-21T07:10:07.948Z] [2023-09-21T07:10:07.948Z] #52 [security-secretstore-setup internal] load build context [2023-09-21T07:10:07.948Z] #52 ... [2023-09-21T07:10:07.948Z] [2023-09-21T07:10:07.948Z] #50 [core-data internal] load build context [2023-09-21T07:10:08.214Z] #50 ... [2023-09-21T07:10:08.214Z] [2023-09-21T07:10:08.214Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:08.481Z] #55 ... [2023-09-21T07:10:08.481Z] [2023-09-21T07:10:08.481Z] #50 [core-data internal] load build context [2023-09-21T07:10:08.481Z] #50 ... [2023-09-21T07:10:08.481Z] [2023-09-21T07:10:08.481Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T07:10:08.750Z] #56 ... [2023-09-21T07:10:08.750Z] [2023-09-21T07:10:08.750Z] #59 [support-notifications internal] load build context [2023-09-21T07:10:08.750Z] #59 ... [2023-09-21T07:10:08.750Z] [2023-09-21T07:10:08.750Z] #50 [core-data internal] load build context [2023-09-21T07:10:09.020Z] #50 ... [2023-09-21T07:10:09.020Z] [2023-09-21T07:10:09.020Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:09.285Z] #41 ... [2023-09-21T07:10:09.285Z] [2023-09-21T07:10:09.285Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-21T07:10:09.285Z] #60 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:09.285Z] #60 13.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:09.285Z] #60 19.10 OK: 266 MiB in 52 packages [2023-09-21T07:10:09.285Z] #60 DONE 20.6s [2023-09-21T07:10:09.285Z] [2023-09-21T07:10:09.285Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T07:10:09.285Z] #57 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:09.285Z] #57 17.55 (1/4) Installing ca-certificates (20230506-r0) [2023-09-21T07:10:09.285Z] #57 17.95 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-21T07:10:09.285Z] #57 18.09 (3/4) Installing su-exec (0.2-r3) [2023-09-21T07:10:09.285Z] #57 18.10 (4/4) Installing yq (4.33.3-r3) [2023-09-21T07:10:09.285Z] #57 19.33 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:10:09.285Z] #57 19.48 Executing ca-certificates-20230506-r0.trigger [2023-09-21T07:10:09.285Z] #57 20.71 OK: 18 MiB in 19 packages [2023-09-21T07:10:09.285Z] #57 ... [2023-09-21T07:10:09.285Z] [2023-09-21T07:10:09.285Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:09.551Z] #41 ... [2023-09-21T07:10:09.551Z] [2023-09-21T07:10:09.551Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T07:10:09.551Z] #58 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:09.551Z] #58 13.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:09.551Z] #58 20.41 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T07:10:09.551Z] #58 20.41 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T07:10:09.551Z] #58 20.41 OK: 19942 distinct packages available [2023-09-21T07:10:09.551Z] #58 21.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:09.551Z] #58 ... [2023-09-21T07:10:09.551Z] [2023-09-21T07:10:09.551Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:10.950Z] #41 ... [2023-09-21T07:10:10.950Z] [2023-09-21T07:10:10.950Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-21T07:10:10.950Z] #57 DONE 22.6s [2023-09-21T07:10:10.950Z] [2023-09-21T07:10:10.950Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:11.216Z] #41 transferring context: 18.68MB 19.1s [2023-09-21T07:10:11.482Z] #41 ... [2023-09-21T07:10:11.482Z] [2023-09-21T07:10:11.482Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:10:11.482Z] #38 ... [2023-09-21T07:10:11.482Z] [2023-09-21T07:10:11.482Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:11.482Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.9s [2023-09-21T07:10:11.747Z] #43 ... [2023-09-21T07:10:11.747Z] [2023-09-21T07:10:11.747Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:11.747Z] #42 ... [2023-09-21T07:10:11.747Z] [2023-09-21T07:10:11.747Z] #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T07:10:11.747Z] #62 11.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:11.747Z] #62 18.00 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T07:10:11.747Z] #62 18.00 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T07:10:11.747Z] #62 18.00 OK: 19942 distinct packages available [2023-09-21T07:10:11.747Z] #62 18.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:11.747Z] #62 20.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.014Z] #62 ... [2023-09-21T07:10:12.014Z] [2023-09-21T07:10:12.014Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T07:10:12.014Z] #44 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 8.9s done [2023-09-21T07:10:12.014Z] #44 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.0s [2023-09-21T07:10:12.014Z] #44 ... [2023-09-21T07:10:12.014Z] [2023-09-21T07:10:12.014Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T07:10:12.014Z] #61 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.014Z] #61 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.014Z] #61 19.41 (1/2) Installing ca-certificates (20230506-r0) [2023-09-21T07:10:12.014Z] #61 19.91 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-21T07:10:12.014Z] #61 19.99 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:10:12.014Z] #61 20.16 Executing ca-certificates-20230506-r0.trigger [2023-09-21T07:10:12.014Z] #61 21.17 OK: 9 MiB in 17 packages [2023-09-21T07:10:12.014Z] #61 ... [2023-09-21T07:10:12.014Z] [2023-09-21T07:10:12.014Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:12.972Z] #41 ... [2023-09-21T07:10:12.972Z] [2023-09-21T07:10:12.972Z] #64 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-21T07:10:12.972Z] #64 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.972Z] #64 14.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.972Z] #64 19.34 (1/6) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T07:10:12.972Z] #64 19.69 (2/6) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T07:10:12.972Z] #64 19.74 (3/6) Installing dumb-init (1.2.5-r2) [2023-09-21T07:10:12.972Z] #64 19.74 (4/6) Installing openssl (3.1.3-r0) [2023-09-21T07:10:12.972Z] #64 19.85 (5/6) Installing su-exec (0.2-r3) [2023-09-21T07:10:12.972Z] #64 19.85 (6/6) Installing yq (4.33.3-r3) [2023-09-21T07:10:12.972Z] #64 20.65 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:10:12.972Z] #64 20.79 OK: 18 MiB in 19 packages [2023-09-21T07:10:12.972Z] #64 DONE 21.9s [2023-09-21T07:10:12.972Z] [2023-09-21T07:10:12.972Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:12.972Z] #41 ... [2023-09-21T07:10:12.972Z] [2023-09-21T07:10:12.972Z] #63 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T07:10:12.972Z] #63 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.972Z] #63 14.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.972Z] #63 19.62 v3.18.3-227-g9bb5ef035c4 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-21T07:10:12.972Z] #63 19.62 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-21T07:10:12.972Z] #63 19.62 OK: 19942 distinct packages available [2023-09-21T07:10:12.972Z] #63 20.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.972Z] #63 21.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:12.972Z] #63 ... [2023-09-21T07:10:12.972Z] [2023-09-21T07:10:12.972Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:13.238Z] #41 ... [2023-09-21T07:10:13.238Z] [2023-09-21T07:10:13.238Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-21T07:10:13.238Z] #61 DONE 23.0s [2023-09-21T07:10:13.238Z] [2023-09-21T07:10:13.238Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:13.504Z] #41 ... [2023-09-21T07:10:13.504Z] [2023-09-21T07:10:13.504Z] #65 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-21T07:10:13.504Z] #65 DONE 6.0s [2023-09-21T07:10:13.504Z] [2023-09-21T07:10:13.504Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:14.084Z] #41 ... [2023-09-21T07:10:14.084Z] [2023-09-21T07:10:14.084Z] #66 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-21T07:10:14.084Z] #66 DONE 1.1s [2023-09-21T07:10:14.084Z] [2023-09-21T07:10:14.084Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:15.044Z] #41 ... [2023-09-21T07:10:15.044Z] [2023-09-21T07:10:15.044Z] #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-21T07:10:15.044Z] #67 DONE 1.0s [2023-09-21T07:10:15.044Z] [2023-09-21T07:10:15.044Z] #62 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T07:10:15.044Z] #62 23.99 (1/7) Upgrading libcrypto3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T07:10:15.044Z] #62 24.05 (2/7) Upgrading libssl3 (3.1.2-r0 -> 3.1.3-r0) [2023-09-21T07:10:15.044Z] #62 24.10 (3/7) Installing dumb-init (1.2.5-r2) [2023-09-21T07:10:15.044Z] #62 24.12 (4/7) Installing musl-obstack (1.2.3-r2) [2023-09-21T07:10:15.044Z] #62 24.14 (5/7) Installing libucontext (1.2-r2) [2023-09-21T07:10:15.044Z] #62 24.16 (6/7) Installing gcompat (1.1.0-r1) [2023-09-21T07:10:15.044Z] #62 24.16 (7/7) Installing openssl (3.1.3-r0) [2023-09-21T07:10:15.044Z] #62 24.27 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:10:15.044Z] #62 24.37 OK: 9 MiB in 20 packages [2023-09-21T07:10:16.000Z] #62 ... [2023-09-21T07:10:16.000Z] [2023-09-21T07:10:16.000Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-21T07:10:16.000Z] #58 22.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T07:10:16.000Z] #58 25.90 (1/11) Installing ca-certificates (20230506-r0) [2023-09-21T07:10:16.000Z] #58 26.06 (2/11) Installing brotli-libs (1.0.9-r14) [2023-09-21T07:10:16.000Z] #58 26.12 (3/11) Installing libunistring (1.1-r1) [2023-09-21T07:10:16.000Z] #58 26.25 (4/11) Installing libidn2 (2.3.4-r1) [2023-09-21T07:10:16.000Z] #58 26.25 (5/11) Installing nghttp2-libs (1.55.1-r0) [2023-09-21T07:10:16.000Z] #58 26.31 (6/11) Installing libcurl (8.2.1-r0) [2023-09-21T07:10:16.000Z] #58 26.31 (7/11) Installing curl (8.2.1-r0) [2023-09-21T07:10:16.000Z] #58 26.33 (8/11) Installing dumb-init (1.2.5-r2) [2023-09-21T07:10:16.000Z] #58 26.35 (9/11) Installing musl-obstack (1.2.3-r2) [2023-09-21T07:10:16.000Z] #58 26.37 (10/11) Installing libucontext (1.2-r2) [2023-09-21T07:10:16.000Z] #58 26.37 (11/11) Installing gcompat (1.1.0-r1) [2023-09-21T07:10:16.000Z] #58 26.40 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:10:16.000Z] #58 26.45 Executing ca-certificates-20230506-r0.trigger [2023-09-21T07:10:16.000Z] #58 26.99 OK: 13 MiB in 26 packages [2023-09-21T07:10:16.000Z] #58 DONE 28.1s [2023-09-21T07:10:16.000Z] [2023-09-21T07:10:16.000Z] #62 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-21T07:10:16.000Z] #62 DONE 25.8s [2023-09-21T07:10:16.000Z] [2023-09-21T07:10:16.000Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:16.266Z] #43 ... [2023-09-21T07:10:16.266Z] [2023-09-21T07:10:16.266Z] #63 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-21T07:10:16.266Z] #63 24.50 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-21T07:10:16.266Z] #63 24.53 (2/4) Installing musl-obstack (1.2.3-r2) [2023-09-21T07:10:16.266Z] #63 24.53 (3/4) Installing libucontext (1.2-r2) [2023-09-21T07:10:16.266Z] #63 24.58 (4/4) Installing gcompat (1.1.0-r1) [2023-09-21T07:10:16.266Z] #63 24.62 Executing busybox-1.36.1-r2.trigger [2023-09-21T07:10:16.266Z] #63 24.67 OK: 8 MiB in 19 packages [2023-09-21T07:10:16.266Z] #63 DONE 25.5s [2023-09-21T07:10:16.266Z] [2023-09-21T07:10:16.266Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:16.848Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.0s [2023-09-21T07:10:16.848Z] #43 ... [2023-09-21T07:10:16.848Z] [2023-09-21T07:10:16.848Z] #32 [core-metadata internal] load build context [2023-09-21T07:10:16.848Z] #32 transferring context: 114.99MB 31.5s [2023-09-21T07:10:17.114Z] #32 ... [2023-09-21T07:10:17.114Z] [2023-09-21T07:10:17.114Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:17.114Z] #43 ... [2023-09-21T07:10:17.114Z] [2023-09-21T07:10:17.114Z] #51 [security-proxy-auth internal] load build context [2023-09-21T07:10:17.379Z] #51 ... [2023-09-21T07:10:17.379Z] [2023-09-21T07:10:17.379Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:17.958Z] #43 ... [2023-09-21T07:10:17.958Z] [2023-09-21T07:10:17.958Z] #36 [core-command internal] load build context [2023-09-21T07:10:17.958Z] #36 ... [2023-09-21T07:10:17.958Z] [2023-09-21T07:10:17.958Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:18.223Z] #43 ... [2023-09-21T07:10:18.223Z] [2023-09-21T07:10:18.223Z] #52 [security-secretstore-setup internal] load build context [2023-09-21T07:10:18.223Z] #52 ... [2023-09-21T07:10:18.223Z] [2023-09-21T07:10:18.223Z] #36 [core-command internal] load build context [2023-09-21T07:10:18.488Z] #36 ... [2023-09-21T07:10:18.488Z] [2023-09-21T07:10:18.488Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:18.488Z] #55 ... [2023-09-21T07:10:18.488Z] [2023-09-21T07:10:18.488Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:19.071Z] #43 ... [2023-09-21T07:10:19.071Z] [2023-09-21T07:10:19.071Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T07:10:19.071Z] #56 ... [2023-09-21T07:10:19.071Z] [2023-09-21T07:10:19.071Z] #59 [support-notifications internal] load build context [2023-09-21T07:10:19.071Z] #59 ... [2023-09-21T07:10:19.071Z] [2023-09-21T07:10:19.071Z] #50 [core-data internal] load build context [2023-09-21T07:10:19.335Z] #50 ... [2023-09-21T07:10:19.335Z] [2023-09-21T07:10:19.335Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:21.908Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.1s [2023-09-21T07:10:21.908Z] #43 ... [2023-09-21T07:10:21.908Z] [2023-09-21T07:10:21.908Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:10:21.908Z] #38 ... [2023-09-21T07:10:21.908Z] [2023-09-21T07:10:21.908Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:21.908Z] #43 ... [2023-09-21T07:10:21.908Z] [2023-09-21T07:10:21.908Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:22.174Z] #42 ... [2023-09-21T07:10:22.174Z] [2023-09-21T07:10:22.174Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:22.174Z] #43 ... [2023-09-21T07:10:22.174Z] [2023-09-21T07:10:22.174Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-21T07:10:22.174Z] #44 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 16.6s done [2023-09-21T07:10:22.174Z] #44 DONE 33.4s [2023-09-21T07:10:22.174Z] [2023-09-21T07:10:22.174Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-21T07:10:22.440Z] #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.8s done [2023-09-21T07:10:23.840Z] #43 DONE 35.0s [2023-09-21T07:10:23.840Z] [2023-09-21T07:10:23.840Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:23.840Z] #42 transferring context: 103.26MB 37.1s [2023-09-21T07:10:25.237Z] #42 ... [2023-09-21T07:10:25.237Z] [2023-09-21T07:10:25.237Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:25.237Z] #41 ... [2023-09-21T07:10:25.237Z] [2023-09-21T07:10:25.237Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:26.647Z] #42 ... [2023-09-21T07:10:26.647Z] [2023-09-21T07:10:26.647Z] #68 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-21T07:10:26.647Z] #68 DONE 1.9s [2023-09-21T07:10:26.647Z] [2023-09-21T07:10:26.647Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:27.227Z] #42 ... [2023-09-21T07:10:27.227Z] [2023-09-21T07:10:27.227Z] #32 [core-metadata internal] load build context [2023-09-21T07:10:27.227Z] #32 transferring context: 189.32MB 41.3s done [2023-09-21T07:10:27.227Z] #32 DONE 41.7s [2023-09-21T07:10:27.227Z] [2023-09-21T07:10:27.227Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:27.492Z] #42 ... [2023-09-21T07:10:27.492Z] [2023-09-21T07:10:27.492Z] #51 [security-proxy-auth internal] load build context [2023-09-21T07:10:27.492Z] #51 ... [2023-09-21T07:10:27.492Z] [2023-09-21T07:10:27.492Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:28.446Z] #42 ... [2023-09-21T07:10:28.446Z] [2023-09-21T07:10:28.446Z] #52 [security-secretstore-setup internal] load build context [2023-09-21T07:10:28.446Z] #52 ... [2023-09-21T07:10:28.446Z] [2023-09-21T07:10:28.446Z] #69 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T07:10:28.446Z] #69 DONE 2.4s [2023-09-21T07:10:28.446Z] [2023-09-21T07:10:28.446Z] #52 [security-secretstore-setup internal] load build context [2023-09-21T07:10:28.446Z] #52 ... [2023-09-21T07:10:28.446Z] [2023-09-21T07:10:28.446Z] #36 [core-command internal] load build context [2023-09-21T07:10:28.711Z] #36 ... [2023-09-21T07:10:28.711Z] [2023-09-21T07:10:28.711Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:28.711Z] #55 ... [2023-09-21T07:10:28.711Z] [2023-09-21T07:10:28.711Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:28.711Z] #42 ... [2023-09-21T07:10:28.711Z] [2023-09-21T07:10:28.711Z] #70 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:10:28.711Z] #70 DONE 1.7s [2023-09-21T07:10:28.711Z] [2023-09-21T07:10:28.711Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:28.975Z] #42 ... [2023-09-21T07:10:28.975Z] [2023-09-21T07:10:28.975Z] #71 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T07:10:28.975Z] #71 DONE 2.9s [2023-09-21T07:10:28.975Z] [2023-09-21T07:10:28.975Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:28.975Z] #42 ... [2023-09-21T07:10:28.975Z] [2023-09-21T07:10:28.975Z] #72 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-21T07:10:28.975Z] #72 DONE 2.6s [2023-09-21T07:10:28.975Z] [2023-09-21T07:10:28.975Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:28.975Z] #42 ... [2023-09-21T07:10:28.975Z] [2023-09-21T07:10:28.975Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T07:10:29.244Z] #56 ... [2023-09-21T07:10:29.244Z] [2023-09-21T07:10:29.244Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:29.244Z] #42 ... [2023-09-21T07:10:29.244Z] [2023-09-21T07:10:29.244Z] #73 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-21T07:10:29.244Z] #73 DONE 0.7s [2023-09-21T07:10:29.244Z] [2023-09-21T07:10:29.244Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:29.244Z] #42 ... [2023-09-21T07:10:29.244Z] [2023-09-21T07:10:29.244Z] #59 [support-notifications internal] load build context [2023-09-21T07:10:29.523Z] #59 ... [2023-09-21T07:10:29.523Z] [2023-09-21T07:10:29.523Z] #50 [core-data internal] load build context [2023-09-21T07:10:29.523Z] #50 ... [2023-09-21T07:10:29.523Z] [2023-09-21T07:10:29.523Z] #36 [core-command internal] load build context [2023-09-21T07:10:30.480Z] #36 ... [2023-09-21T07:10:30.480Z] [2023-09-21T07:10:30.480Z] #74 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-21T07:10:30.480Z] #74 DONE 1.2s [2023-09-21T07:10:30.480Z] [2023-09-21T07:10:30.480Z] #36 [core-command internal] load build context [2023-09-21T07:10:30.745Z] #36 ... [2023-09-21T07:10:30.745Z] [2023-09-21T07:10:30.745Z] #75 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-21T07:10:30.745Z] #75 DONE 1.3s [2023-09-21T07:10:30.745Z] [2023-09-21T07:10:30.745Z] #36 [core-command internal] load build context [2023-09-21T07:10:30.745Z] #36 ... [2023-09-21T07:10:30.745Z] [2023-09-21T07:10:30.745Z] #76 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-21T07:10:30.745Z] #76 DONE 1.6s [2023-09-21T07:10:30.745Z] [2023-09-21T07:10:30.745Z] #36 [core-command internal] load build context [2023-09-21T07:10:31.324Z] #36 ... [2023-09-21T07:10:31.324Z] [2023-09-21T07:10:31.324Z] #77 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-21T07:10:31.324Z] #77 DONE 0.9s [2023-09-21T07:10:31.324Z] [2023-09-21T07:10:31.324Z] #36 [core-command internal] load build context [2023-09-21T07:10:31.907Z] #36 ... [2023-09-21T07:10:31.907Z] [2023-09-21T07:10:31.907Z] #78 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T07:10:31.907Z] #78 DONE 1.2s [2023-09-21T07:10:31.907Z] [2023-09-21T07:10:31.907Z] #79 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-21T07:10:31.907Z] #79 DONE 1.1s [2023-09-21T07:10:31.907Z] [2023-09-21T07:10:31.907Z] #36 [core-command internal] load build context [2023-09-21T07:10:32.173Z] #36 ... [2023-09-21T07:10:32.173Z] [2023-09-21T07:10:32.173Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:10:32.173Z] #38 ... [2023-09-21T07:10:32.173Z] [2023-09-21T07:10:32.173Z] #36 [core-command internal] load build context [2023-09-21T07:10:32.444Z] #36 ... [2023-09-21T07:10:32.444Z] [2023-09-21T07:10:32.444Z] #80 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T07:10:32.444Z] #80 DONE 1.0s [2023-09-21T07:10:32.444Z] [2023-09-21T07:10:32.444Z] #36 [core-command internal] load build context [2023-09-21T07:10:32.444Z] #36 transferring context: 159.61MB 46.0s [2023-09-21T07:10:33.033Z] #36 ... [2023-09-21T07:10:33.033Z] [2023-09-21T07:10:33.033Z] #81 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-21T07:10:33.033Z] #81 DONE 1.0s [2023-09-21T07:10:33.033Z] [2023-09-21T07:10:33.033Z] #36 [core-command internal] load build context [2023-09-21T07:10:33.033Z] #36 ... [2023-09-21T07:10:33.033Z] [2023-09-21T07:10:33.033Z] #82 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-21T07:10:33.033Z] #82 DONE 1.0s [2023-09-21T07:10:33.033Z] [2023-09-21T07:10:33.033Z] #36 [core-command internal] load build context [2023-09-21T07:10:33.300Z] #36 ... [2023-09-21T07:10:33.300Z] [2023-09-21T07:10:33.300Z] #83 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-21T07:10:33.300Z] #83 DONE 1.0s [2023-09-21T07:10:33.300Z] [2023-09-21T07:10:33.300Z] #36 [core-command internal] load build context [2023-09-21T07:10:33.880Z] #36 ... [2023-09-21T07:10:33.880Z] [2023-09-21T07:10:33.880Z] #84 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-21T07:10:33.880Z] #84 DONE 1.1s [2023-09-21T07:10:33.880Z] [2023-09-21T07:10:33.880Z] #36 [core-command internal] load build context [2023-09-21T07:10:34.153Z] #36 ... [2023-09-21T07:10:34.153Z] [2023-09-21T07:10:34.153Z] #85 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-21T07:10:34.153Z] #85 DONE 1.0s [2023-09-21T07:10:34.153Z] [2023-09-21T07:10:34.153Z] #36 [core-command internal] load build context [2023-09-21T07:10:35.106Z] #36 ... [2023-09-21T07:10:35.106Z] [2023-09-21T07:10:35.106Z] #86 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-21T07:10:35.106Z] #86 DONE 1.5s [2023-09-21T07:10:35.106Z] [2023-09-21T07:10:35.106Z] #36 [core-command internal] load build context [2023-09-21T07:10:35.106Z] #36 ... [2023-09-21T07:10:35.106Z] [2023-09-21T07:10:35.107Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:35.371Z] #41 ... [2023-09-21T07:10:35.372Z] [2023-09-21T07:10:35.372Z] #36 [core-command internal] load build context [2023-09-21T07:10:35.372Z] #36 ... [2023-09-21T07:10:35.372Z] [2023-09-21T07:10:35.372Z] #87 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-21T07:10:35.372Z] #87 DONE 1.2s [2023-09-21T07:10:35.372Z] [2023-09-21T07:10:35.372Z] #36 [core-command internal] load build context [2023-09-21T07:10:36.778Z] #36 ... [2023-09-21T07:10:36.778Z] [2023-09-21T07:10:36.778Z] #38 [security-bootstrapper internal] load build context [2023-09-21T07:10:36.778Z] #38 transferring context: 189.32MB 48.7s done [2023-09-21T07:10:36.778Z] #38 DONE 49.1s [2023-09-21T07:10:36.778Z] [2023-09-21T07:10:36.778Z] #36 [core-command internal] load build context [2023-09-21T07:10:36.778Z] #36 ... [2023-09-21T07:10:36.778Z] [2023-09-21T07:10:36.778Z] #51 [security-proxy-auth internal] load build context [2023-09-21T07:10:36.778Z] #51 transferring context: 189.32MB 49.5s done [2023-09-21T07:10:36.778Z] #51 DONE 50.1s [2023-09-21T07:10:36.778Z] [2023-09-21T07:10:36.778Z] #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:10:37.736Z] #88 DONE 1.0s [2023-09-21T07:10:37.736Z] [2023-09-21T07:10:37.736Z] #50 [core-data internal] load build context [2023-09-21T07:10:38.001Z] #50 ... [2023-09-21T07:10:38.001Z] [2023-09-21T07:10:38.001Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:10:38.267Z] #89 ... [2023-09-21T07:10:38.267Z] [2023-09-21T07:10:38.267Z] #50 [core-data internal] load build context [2023-09-21T07:10:38.267Z] #50 transferring context: 189.32MB 51.2s done [2023-09-21T07:10:38.267Z] #50 DONE 51.8s [2023-09-21T07:10:38.534Z] [2023-09-21T07:10:38.534Z] #36 [core-command internal] load build context [2023-09-21T07:10:38.799Z] #36 ... [2023-09-21T07:10:38.799Z] [2023-09-21T07:10:38.799Z] #52 [security-secretstore-setup internal] load build context [2023-09-21T07:10:38.799Z] #52 ... [2023-09-21T07:10:38.799Z] [2023-09-21T07:10:38.799Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:38.799Z] #55 ... [2023-09-21T07:10:38.799Z] [2023-09-21T07:10:38.799Z] #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:10:39.064Z] #90 ... [2023-09-21T07:10:39.064Z] [2023-09-21T07:10:39.064Z] #36 [core-command internal] load build context [2023-09-21T07:10:39.064Z] #36 transferring context: 189.32MB 52.4s done [2023-09-21T07:10:39.064Z] #36 DONE 52.7s [2023-09-21T07:10:39.064Z] [2023-09-21T07:10:39.064Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:39.064Z] #55 ... [2023-09-21T07:10:39.064Z] [2023-09-21T07:10:39.064Z] #52 [security-secretstore-setup internal] load build context [2023-09-21T07:10:39.064Z] #52 transferring context: 189.32MB 50.5s done [2023-09-21T07:10:39.064Z] #52 DONE 51.6s [2023-09-21T07:10:39.407Z] [2023-09-21T07:10:39.407Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:39.407Z] #55 ... [2023-09-21T07:10:39.407Z] [2023-09-21T07:10:39.407Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T07:10:39.407Z] #56 transferring context: 189.32MB 51.2s done [2023-09-21T07:10:39.407Z] #56 ... [2023-09-21T07:10:39.407Z] [2023-09-21T07:10:39.407Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:39.696Z] #42 ... [2023-09-21T07:10:39.696Z] [2023-09-21T07:10:39.696Z] #59 [support-notifications internal] load build context [2023-09-21T07:10:39.696Z] #59 ... [2023-09-21T07:10:39.696Z] [2023-09-21T07:10:39.696Z] #91 [security-spire-agent] exporting to image [2023-09-21T07:10:39.696Z] #91 exporting layers 3.9s done [2023-09-21T07:10:39.696Z] #91 writing image sha256:11174883683cbda63dca8a3d42ac96c96550bfe2eb7aa3c146350b5d65e3f619 0.1s done [2023-09-21T07:10:39.696Z] #91 writing image sha256:13c06f4b99abbc53f459e2f95b409350f781a46759a279c1a96b3def7f799800 0.1s done [2023-09-21T07:10:39.696Z] #91 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-09-21T07:10:39.696Z] #91 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-09-21T07:10:39.696Z] #91 writing image sha256:7495903aa69f2660947ecfc62f8cef3795b3913e9fc8f70cd3ea8faba3d79dbb 0.0s done [2023-09-21T07:10:39.696Z] #91 naming to docker.io/library/security-spire-agent-arm64 done [2023-09-21T07:10:39.696Z] #91 DONE 5.8s [2023-09-21T07:10:39.696Z] [2023-09-21T07:10:39.696Z] #56 [core-common-config-bootstrapper internal] load build context [2023-09-21T07:10:39.696Z] #56 DONE 52.3s [2023-09-21T07:10:39.696Z] [2023-09-21T07:10:39.696Z] #59 [support-notifications internal] load build context [2023-09-21T07:10:39.696Z] #59 ... [2023-09-21T07:10:39.696Z] [2023-09-21T07:10:39.696Z] #42 [support-scheduler internal] load build context [2023-09-21T07:10:41.141Z] #42 transferring context: 189.32MB 54.4s done [2023-09-21T07:10:41.141Z] #42 DONE 54.5s [2023-09-21T07:10:41.141Z] [2023-09-21T07:10:41.141Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:44.567Z] #55 ... [2023-09-21T07:10:44.567Z] [2023-09-21T07:10:44.567Z] #59 [support-notifications internal] load build context [2023-09-21T07:10:44.567Z] #59 transferring context: 189.32MB 52.4s done [2023-09-21T07:10:44.567Z] #59 DONE 56.0s [2023-09-21T07:10:44.567Z] [2023-09-21T07:10:44.567Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:44.567Z] #55 ... [2023-09-21T07:10:44.567Z] [2023-09-21T07:10:44.567Z] #92 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:10:45.527Z] #92 ... [2023-09-21T07:10:45.527Z] [2023-09-21T07:10:45.527Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:45.527Z] #41 ... [2023-09-21T07:10:45.527Z] [2023-09-21T07:10:45.527Z] #92 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:10:45.527Z] #92 DONE 1.0s [2023-09-21T07:10:45.527Z] [2023-09-21T07:10:45.527Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:45.527Z] #41 ... [2023-09-21T07:10:45.527Z] [2023-09-21T07:10:45.527Z] #55 [security-spiffe-token-provider internal] load build context [2023-09-21T07:10:46.491Z] #55 transferring context: 189.32MB 58.0s done [2023-09-21T07:10:46.491Z] #55 DONE 58.9s [2023-09-21T07:10:46.491Z] [2023-09-21T07:10:46.491Z] #41 [security-proxy-setup internal] load build context [2023-09-21T07:10:46.491Z] #41 transferring context: 189.32MB 54.2s done [2023-09-21T07:10:46.491Z] #41 DONE 57.8s [2023-09-21T07:10:46.491Z] [2023-09-21T07:10:46.491Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:10:46.761Z] #93 DONE 0.4s [2023-09-21T07:10:46.761Z] [2023-09-21T07:10:46.761Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:10:57.083Z] #94 ... [2023-09-21T07:10:57.083Z] [2023-09-21T07:10:57.083Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.117Z] #95 DONE 30.4s [2023-09-21T07:11:19.117Z] [2023-09-21T07:11:19.117Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.117Z] #89 DONE 38.2s [2023-09-21T07:11:19.117Z] [2023-09-21T07:11:19.117Z] #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.117Z] #90 DONE 47.1s [2023-09-21T07:11:19.117Z] [2023-09-21T07:11:19.117Z] #96 [security-bootstrapper builder 6/7] COPY . . [2023-09-21T07:11:19.117Z] #96 ... [2023-09-21T07:11:19.117Z] [2023-09-21T07:11:19.117Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.117Z] #94 DONE 30.2s [2023-09-21T07:11:19.117Z] [2023-09-21T07:11:19.117Z] #97 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #97 DONE 2.3s [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #98 [support-notifications builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #98 DONE 3.2s [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #96 [security-bootstrapper builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #96 DONE 3.1s [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #99 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:11:19.387Z] #99 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #100 [security-proxy-setup builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #100 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #101 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.387Z] #101 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #102 [security-secretstore-setup builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #102 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #103 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:11:19.387Z] #103 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #104 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.387Z] #104 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #105 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.387Z] #105 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #106 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #106 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #107 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:11:19.387Z] #107 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #108 [core-data builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #108 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #109 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:11:19.387Z] #109 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #110 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.387Z] #110 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #111 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:11:19.387Z] #111 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #112 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.387Z] #112 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #113 [security-proxy-auth builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #113 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #114 [support-scheduler builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #114 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.387Z] #115 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #116 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:11:19.387Z] #116 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #117 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-21T07:11:19.387Z] #117 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #118 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T07:11:19.387Z] #118 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #119 [core-command builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #119 CACHED [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #120 [core-metadata builder 6/7] COPY . . [2023-09-21T07:11:19.387Z] #120 DONE 3.2s [2023-09-21T07:11:19.387Z] [2023-09-21T07:11:19.387Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:11:24.733Z] #121 ... [2023-09-21T07:11:24.733Z] [2023-09-21T07:11:24.733Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T07:11:24.733Z] #0 4.993 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-21T07:11:24.733Z] #122 ... [2023-09-21T07:11:24.733Z] [2023-09-21T07:11:24.733Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:11:24.733Z] #0 5.582 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-21T07:11:25.006Z] #123 ... [2023-09-21T07:11:25.006Z] [2023-09-21T07:11:25.006Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:11:25.006Z] #121 5.678 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-21T07:11:29.251Z] #121 ... [2023-09-21T07:11:29.251Z] [2023-09-21T07:11:29.251Z] #124 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T07:11:29.252Z] #0 3.396 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-21T07:11:29.252Z] #124 ... [2023-09-21T07:11:29.252Z] [2023-09-21T07:11:29.252Z] #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T07:11:29.252Z] #0 4.107 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-21T07:11:29.582Z] #125 ... [2023-09-21T07:11:29.583Z] [2023-09-21T07:11:29.583Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T07:11:29.583Z] #0 3.511 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-21T07:11:29.857Z] #126 ... [2023-09-21T07:11:29.857Z] [2023-09-21T07:11:29.857Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:11:29.857Z] #0 5.084 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-21T07:11:29.857Z] #127 ... [2023-09-21T07:11:29.857Z] [2023-09-21T07:11:29.857Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:11:29.857Z] #0 5.491 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-21T07:11:30.141Z] #128 ... [2023-09-21T07:11:30.141Z] [2023-09-21T07:11:30.141Z] #129 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T07:11:30.141Z] #0 4.484 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-21T07:11:30.141Z] #129 ... [2023-09-21T07:11:30.141Z] [2023-09-21T07:11:30.141Z] #130 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T07:11:30.141Z] #0 5.494 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-21T07:11:30.407Z] #130 ... [2023-09-21T07:11:30.407Z] [2023-09-21T07:11:30.407Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T07:11:30.407Z] #0 5.508 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-21T07:24:23.434Z] #131 ... [2023-09-21T07:24:23.434Z] [2023-09-21T07:24:23.434Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T07:24:23.434Z] #126 779.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-21T07:24:27.697Z] #126 ... [2023-09-21T07:24:27.697Z] [2023-09-21T07:24:27.697Z] #124 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-21T07:24:27.698Z] #124 DONE 788.2s [2023-09-21T07:24:27.698Z] [2023-09-21T07:24:27.698Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:24:28.332Z] #121 ... [2023-09-21T07:24:28.332Z] [2023-09-21T07:24:28.332Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:24:28.332Z] #132 DONE 0.2s [2023-09-21T07:24:28.332Z] [2023-09-21T07:24:28.332Z] #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:24:28.730Z] #133 DONE 0.1s [2023-09-21T07:24:28.730Z] [2023-09-21T07:24:28.730Z] #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-21T07:24:29.029Z] #134 DONE 0.5s [2023-09-21T07:24:29.030Z] [2023-09-21T07:24:29.030Z] #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-21T07:24:29.030Z] #135 DONE 0.2s [2023-09-21T07:24:29.030Z] [2023-09-21T07:24:29.030Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:24:29.620Z] #128 ... [2023-09-21T07:24:29.620Z] [2023-09-21T07:24:29.620Z] #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-21T07:24:29.620Z] #136 DONE 0.3s [2023-09-21T07:24:29.620Z] [2023-09-21T07:24:29.620Z] #129 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T07:24:29.620Z] #129 ... [2023-09-21T07:24:29.620Z] [2023-09-21T07:24:29.620Z] #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T07:24:29.888Z] #137 DONE 0.2s [2023-09-21T07:24:29.888Z] [2023-09-21T07:24:29.888Z] #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:24:31.824Z] #138 DONE 2.0s [2023-09-21T07:24:31.824Z] [2023-09-21T07:24:31.824Z] #91 [security-proxy-setup] exporting to image [2023-09-21T07:24:31.824Z] #91 exporting layers [2023-09-21T07:24:32.777Z] #91 exporting layers 1.0s done [2023-09-21T07:24:32.777Z] #91 writing image sha256:173d6d18edfd14148eb1c88999096ea933fb6160f1710f0e2796eb0189fdffed done [2023-09-21T07:24:32.777Z] #91 naming to docker.io/library/security-proxy-setup-arm64 done [2023-09-21T07:24:32.777Z] #91 DONE 6.8s [2023-09-21T07:24:32.777Z] [2023-09-21T07:24:32.777Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:24:41.046Z] #128 ... [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #126 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-21T07:24:41.046Z] #126 DONE 800.5s [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:24:41.046Z] #121 ... [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #139 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:24:41.046Z] #139 DONE 0.3s [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:24:41.046Z] #127 ... [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #140 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:24:41.046Z] #140 DONE 0.3s [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:24:41.046Z] #121 ... [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #141 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-21T07:24:41.046Z] #141 DONE 0.1s [2023-09-21T07:24:41.046Z] [2023-09-21T07:24:41.046Z] #142 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-21T07:24:41.313Z] #142 DONE 0.2s [2023-09-21T07:24:41.313Z] [2023-09-21T07:24:41.313Z] #143 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:24:41.313Z] #143 DONE 0.2s [2023-09-21T07:24:41.313Z] [2023-09-21T07:24:41.313Z] #144 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-21T07:24:41.579Z] #144 DONE 0.3s [2023-09-21T07:24:41.579Z] [2023-09-21T07:24:41.579Z] #145 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-21T07:24:42.160Z] #145 DONE 0.4s [2023-09-21T07:24:42.160Z] [2023-09-21T07:24:42.160Z] #146 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-21T07:24:42.160Z] #146 DONE 0.2s [2023-09-21T07:24:42.160Z] [2023-09-21T07:24:42.160Z] #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:24:42.750Z] #147 ... [2023-09-21T07:24:42.750Z] [2023-09-21T07:24:42.750Z] #129 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-21T07:24:42.750Z] #129 DONE 803.4s [2023-09-21T07:24:42.750Z] [2023-09-21T07:24:42.750Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:24:43.390Z] #127 ... [2023-09-21T07:24:43.390Z] [2023-09-21T07:24:43.390Z] #148 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-21T07:24:43.390Z] #148 DONE 0.2s [2023-09-21T07:24:43.390Z] [2023-09-21T07:24:43.390Z] #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-21T07:24:45.335Z] #149 ... [2023-09-21T07:24:45.335Z] [2023-09-21T07:24:45.335Z] #147 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:24:45.335Z] #147 DONE 3.0s [2023-09-21T07:24:45.335Z] [2023-09-21T07:24:45.335Z] #91 [security-secretstore-setup] exporting to image [2023-09-21T07:24:45.335Z] #91 exporting layers [2023-09-21T07:24:45.919Z] #91 ... [2023-09-21T07:24:45.919Z] [2023-09-21T07:24:45.919Z] #149 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-21T07:24:45.919Z] #149 DONE 2.6s [2023-09-21T07:24:46.187Z] [2023-09-21T07:24:46.187Z] #150 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:24:46.458Z] #150 DONE 0.4s [2023-09-21T07:24:46.458Z] [2023-09-21T07:24:46.458Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:24:46.458Z] #123 ... [2023-09-21T07:24:46.458Z] [2023-09-21T07:24:46.458Z] #151 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:24:46.738Z] #151 DONE 0.2s [2023-09-21T07:24:46.738Z] [2023-09-21T07:24:46.738Z] #152 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-21T07:24:47.328Z] #152 DONE 0.4s [2023-09-21T07:24:47.328Z] [2023-09-21T07:24:47.328Z] #91 [security-secretstore-setup] exporting to image [2023-09-21T07:24:47.328Z] #91 exporting layers 1.9s done [2023-09-21T07:24:47.328Z] #91 writing image sha256:12d81512c9deed85886b54712d0e5dbfffd4a8e5848422a86b434881544d6208 done [2023-09-21T07:24:47.328Z] #91 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-09-21T07:24:47.328Z] #91 DONE 8.7s [2023-09-21T07:24:47.328Z] [2023-09-21T07:24:47.328Z] #153 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-21T07:24:47.328Z] #153 DONE 0.3s [2023-09-21T07:24:47.328Z] [2023-09-21T07:24:47.328Z] #154 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-21T07:24:47.328Z] #154 DONE 0.1s [2023-09-21T07:24:47.328Z] [2023-09-21T07:24:47.329Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:24:47.614Z] #123 ... [2023-09-21T07:24:47.614Z] [2023-09-21T07:24:47.614Z] #155 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-21T07:24:47.614Z] #155 DONE 0.1s [2023-09-21T07:24:47.614Z] [2023-09-21T07:24:47.614Z] #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-21T07:24:47.614Z] #156 DONE 0.1s [2023-09-21T07:24:47.614Z] [2023-09-21T07:24:47.614Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:24:47.882Z] #121 ... [2023-09-21T07:24:47.882Z] [2023-09-21T07:24:47.882Z] #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-21T07:24:47.882Z] #157 DONE 0.2s [2023-09-21T07:24:47.882Z] [2023-09-21T07:24:47.882Z] #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-21T07:24:49.830Z] #158 DONE 1.7s [2023-09-21T07:24:49.830Z] [2023-09-21T07:24:49.830Z] #91 [security-bootstrapper] exporting to image [2023-09-21T07:24:50.787Z] #91 exporting layers 0.8s done [2023-09-21T07:24:50.787Z] #91 writing image sha256:47718beb84e2c0ffb549331776b0361cd8dfc27fb7419f63fbbe08664a55805e done [2023-09-21T07:24:50.787Z] #91 naming to docker.io/library/security-bootstrapper-arm64 done [2023-09-21T07:24:50.787Z] #91 DONE 9.5s [2023-09-21T07:24:50.787Z] [2023-09-21T07:24:50.787Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:24:56.118Z] #127 ... [2023-09-21T07:24:56.118Z] [2023-09-21T07:24:56.118Z] #122 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-21T07:24:56.118Z] #122 DONE 816.0s [2023-09-21T07:24:56.118Z] [2023-09-21T07:24:56.118Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:24:56.118Z] #128 ... [2023-09-21T07:24:56.118Z] [2023-09-21T07:24:56.118Z] #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:24:56.118Z] #159 DONE 0.2s [2023-09-21T07:24:56.118Z] [2023-09-21T07:24:56.118Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:24:56.398Z] #160 DONE 0.2s [2023-09-21T07:24:56.398Z] [2023-09-21T07:24:56.398Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-21T07:24:56.398Z] #161 DONE 0.3s [2023-09-21T07:24:56.398Z] [2023-09-21T07:24:56.398Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:24:56.398Z] #127 ... [2023-09-21T07:24:56.398Z] [2023-09-21T07:24:56.398Z] #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:24:56.664Z] #162 DONE 0.2s [2023-09-21T07:24:56.664Z] [2023-09-21T07:24:56.664Z] #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-21T07:24:56.937Z] #163 DONE 0.1s [2023-09-21T07:24:56.937Z] [2023-09-21T07:24:56.937Z] #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:24:58.888Z] #164 DONE 2.0s [2023-09-21T07:24:58.888Z] [2023-09-21T07:24:58.888Z] #91 [security-proxy-auth] exporting to image [2023-09-21T07:24:58.888Z] #91 exporting layers [2023-09-21T07:24:59.468Z] #91 exporting layers 0.6s done [2023-09-21T07:24:59.468Z] #91 writing image sha256:5b3280f1c33e2d9bb2917d17d981ec637f60ef83ca4054c683bb4edab9925ba2 done [2023-09-21T07:24:59.468Z] #91 naming to docker.io/library/security-proxy-auth-arm64 done [2023-09-21T07:24:59.468Z] #91 DONE 10.1s [2023-09-21T07:24:59.468Z] [2023-09-21T07:24:59.468Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:25:11.767Z] #128 ... [2023-09-21T07:25:11.767Z] [2023-09-21T07:25:11.767Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-21T07:25:11.767Z] #131 DONE 832.6s [2023-09-21T07:25:12.038Z] [2023-09-21T07:25:12.038Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:25:12.309Z] #121 ... [2023-09-21T07:25:12.309Z] [2023-09-21T07:25:12.309Z] #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:25:12.309Z] #165 DONE 0.1s [2023-09-21T07:25:12.309Z] [2023-09-21T07:25:12.309Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:25:12.579Z] #128 ... [2023-09-21T07:25:12.579Z] [2023-09-21T07:25:12.579Z] #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:25:12.846Z] #166 DONE 0.3s [2023-09-21T07:25:12.846Z] [2023-09-21T07:25:12.846Z] #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-21T07:25:12.846Z] #167 DONE 0.2s [2023-09-21T07:25:12.846Z] [2023-09-21T07:25:12.846Z] #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:25:13.434Z] #168 DONE 0.2s [2023-09-21T07:25:13.434Z] [2023-09-21T07:25:13.434Z] #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-21T07:25:13.434Z] #169 DONE 0.1s [2023-09-21T07:25:13.434Z] [2023-09-21T07:25:13.434Z] #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-21T07:25:15.369Z] #170 DONE 1.9s [2023-09-21T07:25:15.369Z] [2023-09-21T07:25:15.369Z] #91 [core-common-config-bootstrapper] exporting to image [2023-09-21T07:25:15.369Z] #91 exporting layers [2023-09-21T07:25:15.635Z] #91 exporting layers 0.5s done [2023-09-21T07:25:15.899Z] #91 writing image sha256:6569c7c763c974af5a887ce8df679ab8fc6d853df14dddd1376ef047a3de0bc2 done [2023-09-21T07:25:15.899Z] #91 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-09-21T07:25:15.899Z] #91 DONE 10.6s [2023-09-21T07:25:15.899Z] [2023-09-21T07:25:15.899Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-21T07:25:43.084Z] #121 DONE 861.9s [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:25:43.084Z] #128 ... [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:25:43.084Z] #171 DONE 0.2s [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:25:43.084Z] #172 DONE 0.1s [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:43.084Z] #127 ... [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-21T07:25:43.084Z] #173 DONE 0.3s [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:43.084Z] #127 ... [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:25:43.084Z] #174 DONE 0.1s [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #91 [core-command] exporting to image [2023-09-21T07:25:43.084Z] #91 exporting layers [2023-09-21T07:25:43.084Z] #91 exporting layers 0.2s done [2023-09-21T07:25:43.084Z] #91 writing image sha256:48abdc39c9ec79e2e4f5c48599efd5a63334e2dde57c03412576184669d2e0ce done [2023-09-21T07:25:43.084Z] #91 naming to docker.io/library/core-command-arm64 done [2023-09-21T07:25:43.084Z] #91 DONE 10.9s [2023-09-21T07:25:43.084Z] [2023-09-21T07:25:43.084Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:51.271Z] #127 ... [2023-09-21T07:25:51.271Z] [2023-09-21T07:25:51.271Z] #130 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-21T07:25:51.271Z] #130 DONE 871.2s [2023-09-21T07:25:51.271Z] [2023-09-21T07:25:51.271Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:51.271Z] #127 ... [2023-09-21T07:25:51.271Z] [2023-09-21T07:25:51.271Z] #175 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:25:51.271Z] #175 DONE 0.1s [2023-09-21T07:25:51.271Z] [2023-09-21T07:25:51.271Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:51.271Z] #127 ... [2023-09-21T07:25:51.271Z] [2023-09-21T07:25:51.271Z] #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:25:51.271Z] #176 DONE 0.1s [2023-09-21T07:25:51.536Z] [2023-09-21T07:25:51.536Z] #177 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-21T07:25:51.536Z] #177 DONE 0.2s [2023-09-21T07:25:51.536Z] [2023-09-21T07:25:51.536Z] #178 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:25:51.802Z] #178 DONE 0.2s [2023-09-21T07:25:51.802Z] [2023-09-21T07:25:51.802Z] #179 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-21T07:25:52.069Z] #179 DONE 0.1s [2023-09-21T07:25:52.069Z] [2023-09-21T07:25:52.069Z] #91 [core-metadata] exporting to image [2023-09-21T07:25:52.069Z] #91 exporting layers [2023-09-21T07:25:52.336Z] #91 exporting layers 0.3s done [2023-09-21T07:25:52.336Z] #91 writing image sha256:0128ae2dcbc31b16018a375a1f6a2e0d015560e67a80434ae71e3749e5a84cf8 0.0s done [2023-09-21T07:25:52.336Z] #91 naming to docker.io/library/core-metadata-arm64 done [2023-09-21T07:25:52.336Z] #91 DONE 11.2s [2023-09-21T07:25:52.336Z] [2023-09-21T07:25:52.336Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:25:52.917Z] #123 ... [2023-09-21T07:25:52.917Z] [2023-09-21T07:25:52.917Z] #128 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-21T07:25:52.917Z] #128 DONE 873.7s [2023-09-21T07:25:53.183Z] [2023-09-21T07:25:53.183Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:53.455Z] #127 ... [2023-09-21T07:25:53.455Z] [2023-09-21T07:25:53.455Z] #180 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:25:53.721Z] #180 DONE 0.2s [2023-09-21T07:25:53.721Z] [2023-09-21T07:25:53.721Z] #181 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:25:53.721Z] #181 DONE 0.1s [2023-09-21T07:25:53.721Z] [2023-09-21T07:25:53.721Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:53.988Z] #127 ... [2023-09-21T07:25:53.988Z] [2023-09-21T07:25:53.988Z] #182 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-21T07:25:53.988Z] #182 DONE 0.3s [2023-09-21T07:25:53.988Z] [2023-09-21T07:25:53.988Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:25:54.255Z] #127 ... [2023-09-21T07:25:54.255Z] [2023-09-21T07:25:54.255Z] #183 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:25:54.255Z] #183 DONE 0.2s [2023-09-21T07:25:54.255Z] [2023-09-21T07:25:54.255Z] #91 [core-data] exporting to image [2023-09-21T07:25:54.521Z] #91 exporting layers 0.2s done [2023-09-21T07:25:54.521Z] #91 writing image sha256:7f61059e8e28f9364eaa9fca06de43acfa2c52ebaf6517b19b8428dad4d5e882 done [2023-09-21T07:25:54.521Z] #91 naming to docker.io/library/core-data-arm64 done [2023-09-21T07:25:54.521Z] #91 DONE 11.4s [2023-09-21T07:25:54.521Z] [2023-09-21T07:25:54.521Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:26:12.709Z] #127 ... [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #125 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-21T07:26:12.709Z] #125 DONE 891.7s [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:26:12.709Z] #127 ... [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:26:12.709Z] #184 DONE 0.1s [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:26:12.709Z] #127 ... [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:26:12.709Z] #185 DONE 0.1s [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-21T07:26:12.709Z] #186 DONE 0.3s [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:26:12.709Z] #187 DONE 0.1s [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:26:12.709Z] #127 ... [2023-09-21T07:26:12.709Z] [2023-09-21T07:26:12.709Z] #91 [security-spiffe-token-provider] exporting to image [2023-09-21T07:26:12.709Z] #91 exporting layers [2023-09-21T07:26:12.976Z] #91 exporting layers 0.6s done [2023-09-21T07:26:12.976Z] #91 writing image sha256:a39ca246f6bbbfe6732aad6345e4b1b8f96d736fdc42b8d79822ba55a31ae9d6 done [2023-09-21T07:26:12.976Z] #91 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-09-21T07:26:12.976Z] #91 DONE 12.0s [2023-09-21T07:26:12.976Z] [2023-09-21T07:26:12.976Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-21T07:26:35.000Z] #127 DONE 912.3s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:26:35.000Z] #123 ... [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #188 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:26:35.000Z] #188 DONE 0.1s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:26:35.000Z] #123 ... [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #189 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:26:35.000Z] #189 DONE 0.1s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #190 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-21T07:26:35.000Z] #190 DONE 0.4s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #191 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:26:35.000Z] #191 DONE 0.1s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #123 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-21T07:26:35.000Z] #123 DONE 913.5s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #91 [support-notifications] exporting to image [2023-09-21T07:26:35.000Z] #91 exporting layers [2023-09-21T07:26:35.000Z] #91 exporting layers 0.6s done [2023-09-21T07:26:35.000Z] #91 writing image sha256:7d325271005b97c1babf7c821c5b9f04b76ead3f7d333a0f38f79c4fd081da9a done [2023-09-21T07:26:35.000Z] #91 naming to docker.io/library/support-notifications-arm64 done [2023-09-21T07:26:35.000Z] #91 DONE 12.6s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #192 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-21T07:26:35.000Z] #192 DONE 0.1s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #193 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-21T07:26:35.000Z] #193 DONE 0.1s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #194 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-21T07:26:35.000Z] #194 DONE 0.4s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #195 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-21T07:26:35.000Z] #195 DONE 0.1s [2023-09-21T07:26:35.000Z] [2023-09-21T07:26:35.000Z] #91 [support-scheduler] exporting to image [2023-09-21T07:26:35.000Z] #91 exporting layers 0.4s done [2023-09-21T07:26:35.000Z] #91 writing image sha256:91c7de5a2a2e17f360bb0824b2809a408f177c824ef3def489175addab327bcb done [2023-09-21T07:26:35.000Z] #91 naming to docker.io/library/support-scheduler-arm64 done [2023-09-21T07:26:35.000Z] #91 DONE 13.1s [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-21T07:26:35.000Z] time="2023-09-21T07:09:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-21T07:26:35.023Z] $ docker stop --time=1 98eef9976681fec519178a5918b85f3624f8f8bf812d11370a9abd581e328b0f [2023-09-21T07:26:36.683Z] $ docker rm -f --volumes 98eef9976681fec519178a5918b85f3624f8f8bf812d11370a9abd581e328b0f [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T07:26:37.237Z] + docker images [2023-09-21T07:26:37.237Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-21T07:26:37.237Z] support-scheduler-arm64 latest 91c7de5a2a2e 4 seconds ago 33.5MB [2023-09-21T07:26:37.237Z] support-notifications-arm64 latest 7d325271005b 5 seconds ago 34.2MB [2023-09-21T07:26:37.237Z] security-spiffe-token-provider-arm64 latest a39ca246f6bb 25 seconds ago 35MB [2023-09-21T07:26:37.237Z] core-data-arm64 latest 7f61059e8e28 43 seconds ago 21.2MB [2023-09-21T07:26:37.237Z] core-metadata-arm64 latest 0128ae2dcbc3 46 seconds ago 21.5MB [2023-09-21T07:26:37.237Z] core-command-arm64 latest 48abdc39c9ec 55 seconds ago 21MB [2023-09-21T07:26:37.237Z] core-common-config-bootstrapper-arm64 latest 6569c7c763c9 About a minute ago 18.3MB [2023-09-21T07:26:37.237Z] security-proxy-auth-arm64 latest 5b3280f1c33e About a minute ago 19.4MB [2023-09-21T07:26:37.237Z] security-bootstrapper-arm64 latest 47718beb84e2 About a minute ago 23MB [2023-09-21T07:26:37.237Z] security-secretstore-setup-arm64 latest 12d81512c9de About a minute ago 43.7MB [2023-09-21T07:26:37.237Z] security-proxy-setup-arm64 latest 173d6d18edfd 2 minutes ago 34MB [2023-09-21T07:26:37.237Z] security-spire-agent-arm64 latest 7495903aa69f 16 minutes ago 157MB [2023-09-21T07:26:37.237Z] security-spire-config-arm64 latest 13c06f4b99ab 16 minutes ago 95.8MB [2023-09-21T07:26:37.237Z] security-spire-server-arm64 latest 11174883683c 16 minutes ago 101MB [2023-09-21T07:26:37.237Z] ci-base-image-arm64 latest 68df511512f8 26 minutes ago 924MB [2023-09-21T07:26:37.237Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine ea914061e18c 16 hours ago 553MB [2023-09-21T07:26:37.237Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T07:26:38.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T07:26:38.037Z] [2023-09-21T07:26:38.037Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T07:26:38.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T07:26:38.701Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-21T07:26:38.701Z] 8998bd30e6a1: Pulling fs layer [2023-09-21T07:26:38.701Z] 04944245beec: Pulling fs layer [2023-09-21T07:26:38.701Z] 699f458cf7ca: Pulling fs layer [2023-09-21T07:26:38.701Z] 765212b225bb: Pulling fs layer [2023-09-21T07:26:38.701Z] f23df028b6ca: Pulling fs layer [2023-09-21T07:26:38.701Z] d65c8cfc05b1: Pulling fs layer [2023-09-21T07:26:38.701Z] 2437ff75d9bd: Pulling fs layer [2023-09-21T07:26:38.701Z] 765212b225bb: Waiting [2023-09-21T07:26:38.701Z] f23df028b6ca: Waiting [2023-09-21T07:26:38.701Z] d65c8cfc05b1: Waiting [2023-09-21T07:26:38.701Z] 04944245beec: Verifying Checksum [2023-09-21T07:26:38.701Z] 04944245beec: Download complete [2023-09-21T07:26:38.701Z] 765212b225bb: Verifying Checksum [2023-09-21T07:26:38.701Z] 765212b225bb: Download complete [2023-09-21T07:26:38.701Z] f23df028b6ca: Download complete [2023-09-21T07:26:38.968Z] d65c8cfc05b1: Verifying Checksum [2023-09-21T07:26:38.968Z] d65c8cfc05b1: Download complete [2023-09-21T07:26:38.968Z] 699f458cf7ca: Verifying Checksum [2023-09-21T07:26:38.968Z] 699f458cf7ca: Download complete [2023-09-21T07:26:39.233Z] 8998bd30e6a1: Verifying Checksum [2023-09-21T07:26:39.233Z] 8998bd30e6a1: Download complete [2023-09-21T07:26:41.807Z] 2437ff75d9bd: Verifying Checksum [2023-09-21T07:26:41.807Z] 2437ff75d9bd: Download complete [2023-09-21T07:26:43.209Z] 8998bd30e6a1: Pull complete [2023-09-21T07:26:43.475Z] 04944245beec: Pull complete [2023-09-21T07:26:44.880Z] 699f458cf7ca: Pull complete [2023-09-21T07:26:45.146Z] 765212b225bb: Pull complete [2023-09-21T07:26:45.727Z] f23df028b6ca: Pull complete [2023-09-21T07:26:45.993Z] d65c8cfc05b1: Pull complete [2023-09-21T07:27:00.973Z] 2437ff75d9bd: Pull complete [2023-09-21T07:27:00.973Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-21T07:27:00.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T07:27:00.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T07:27:01.279Z] prd-ubuntu20.04-docker-arm64-4c-16g-7547 does not seem to be running inside a container [2023-09-21T07:27:01.326Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-21T07:27:04.032Z] $ docker top dbfe6f44c6836a266da171bbd6d61600f9f23fdf427ff32ad43d1d257f4cd2c8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:05.030Z] ---> job-cost.sh [2023-09-21T07:27:05.031Z] lf-activate-venv: SKIPPING [2023-09-21T07:27:05.031Z] INFO: No Stack... [2023-09-21T07:27:06.961Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-21T07:27:07.539Z] INFO: Archiving Costs [Pipeline] sh [2023-09-21T07:27:08.194Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-09-21T07:27:08.194Z] + cut -d, -f6 [Pipeline] lock [2023-09-21T07:27:08.244Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4692-1-stack-cost] [2023-09-21T07:27:08.249Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4692-1-stack-cost] did not exist. Created. [2023-09-21T07:27:08.249Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4692-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-21T07:27:08.973Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-21T07:27:09.184Z] Stashed 1 file(s) [Pipeline] } [2023-09-21T07:27:09.201Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4692-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-21T07:27:09.264Z] $ docker stop --time=1 dbfe6f44c6836a266da171bbd6d61600f9f23fdf427ff32ad43d1d257f4cd2c8 [2023-09-21T07:27:11.486Z] $ docker rm -f --volumes dbfe6f44c6836a266da171bbd6d61600f9f23fdf427ff32ad43d1d257f4cd2c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-09-21T07:27:12.582Z] provisioning config files... [2023-09-21T07:27:12.589Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2502977095738919787tmp [Pipeline] { [Pipeline] sh [2023-09-21T07:27:12.993Z] + set +x [2023-09-21T07:27:12.993Z] + bash -s -- [2023-09-21T07:27:12.993Z] + curl -s https://codecov.io/bash [2023-09-21T07:27:12.993Z] [2023-09-21T07:27:12.993Z] _____ _ [2023-09-21T07:27:12.993Z] / ____| | | [2023-09-21T07:27:12.993Z] | | ___ __| | ___ ___ _____ __ [2023-09-21T07:27:12.993Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-21T07:27:12.993Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-21T07:27:12.993Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-21T07:27:12.993Z] Bash-1.0.6 [2023-09-21T07:27:12.993Z] [2023-09-21T07:27:12.993Z] [2023-09-21T07:27:12.993Z] ==> git version 2.25.1 found [2023-09-21T07:27:12.993Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-09-21T07:27:12.993Z] Release-Date: 2020-01-08 [2023-09-21T07:27:12.993Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-09-21T07:27:12.993Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-21T07:27:12.993Z] ==> Jenkins CI detected. [2023-09-21T07:27:12.993Z] current dir:  /w/workspace/edgex-go/1 [2023-09-21T07:27:12.993Z] project root: . [2023-09-21T07:27:12.993Z] --> token set from env [2023-09-21T07:27:12.993Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-21T07:27:12.993Z] ==> Running gcov in . (disable via -X gcov) [2023-09-21T07:27:12.993Z] ==> Python coveragepy not found [2023-09-21T07:27:12.993Z] ==> Searching for coverage reports in: [2023-09-21T07:27:12.993Z] + . [2023-09-21T07:27:12.993Z] -> Found 1 reports [2023-09-21T07:27:12.993Z] ==> Detecting git/mercurial file structure [2023-09-21T07:27:12.993Z] ==> Reading reports [2023-09-21T07:27:12.993Z] + ./coverage.out bytes=453602 [2023-09-21T07:27:12.993Z] ==> Appending adjustments [2023-09-21T07:27:12.993Z] https://docs.codecov.io/docs/fixing-reports [2023-09-21T07:27:14.370Z] + Found adjustments [2023-09-21T07:27:14.370Z] ==> Gzipping contents [2023-09-21T07:27:14.370Z] 60K /tmp/codecov.uA8kYY.gz [2023-09-21T07:27:14.370Z] ==> Uploading reports [2023-09-21T07:27:14.370Z] url: https://codecov.io [2023-09-21T07:27:14.370Z] query: branch=PR-4692&commit=be9ce11388644413529a85684ed7fdc04e3a2d07&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4692%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4692&job=&cmd_args= [2023-09-21T07:27:14.370Z] -> Pinging Codecov [2023-09-21T07:27:14.370Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4692&commit=be9ce11388644413529a85684ed7fdc04e3a2d07&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4692%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4692&job=&cmd_args= [2023-09-21T07:27:14.370Z] -> Uploading to [2023-09-21T07:27:14.370Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-21/00271124DB129430A58F1EEE437C3FCB/be9ce11388644413529a85684ed7fdc04e3a2d07/a8a202fc-01b6-4842-8dba-1e90e376f709.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230921T072714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0dc666ed085abdd35c5fc4471776f18b1adbb581e2d59a5bc96def7c95b5653 [2023-09-21T07:27:14.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T07:27:14.370Z] Dload Upload Total Spent Left Speed [2023-09-21T07:27:14.629Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58144 0 0 100 58144 0 303k --:--:-- --:--:-- --:--:-- 303k [2023-09-21T07:27:14.629Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/be9ce11388644413529a85684ed7fdc04e3a2d07 [Pipeline] } [2023-09-21T07:27:14.655Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-21T07:27:16.048Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:16.371Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:17.251Z] ---> package-listing.sh [2023-09-21T07:27:17.251Z] ++ facter osfamily [2023-09-21T07:27:17.251Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-21T07:27:17.510Z] + OS_FAMILY=debian [2023-09-21T07:27:17.510Z] + workspace=/w/workspace/edgex-go/1 [2023-09-21T07:27:17.510Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-21T07:27:17.510Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-21T07:27:17.510Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-21T07:27:17.510Z] + PACKAGES=/tmp/packages_start.txt [2023-09-21T07:27:17.510Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-21T07:27:17.510Z] + PACKAGES=/tmp/packages_end.txt [2023-09-21T07:27:17.510Z] + case "${OS_FAMILY}" in [2023-09-21T07:27:17.510Z] + dpkg -l [2023-09-21T07:27:17.510Z] + grep '^ii' [2023-09-21T07:27:17.510Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-21T07:27:17.510Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-21T07:27:17.510Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-21T07:27:17.510Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-21T07:27:17.510Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-09-21T07:27:17.510Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-09-21T07:27:17.547Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-21T07:27:17.838Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T07:27:18.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T07:27:18.462Z] [2023-09-21T07:27:18.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T07:27:18.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T07:27:18.833Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-21T07:27:18.833Z] 5eb5b503b376: Pulling fs layer [2023-09-21T07:27:18.833Z] 5c69ac0246d0: Pulling fs layer [2023-09-21T07:27:18.833Z] ec43610c2a17: Pulling fs layer [2023-09-21T07:27:18.833Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-21T07:27:18.833Z] 33b1e0a273af: Pulling fs layer [2023-09-21T07:27:18.833Z] 5d3b04190fa2: Pulling fs layer [2023-09-21T07:27:18.833Z] 2f39f015ded8: Pulling fs layer [2023-09-21T07:27:18.833Z] 33b1e0a273af: Waiting [2023-09-21T07:27:18.833Z] 5d3b04190fa2: Waiting [2023-09-21T07:27:18.833Z] 2f39f015ded8: Waiting [2023-09-21T07:27:18.833Z] 3a2ae6a8a46f: Waiting [2023-09-21T07:27:18.833Z] 5c69ac0246d0: Download complete [2023-09-21T07:27:18.833Z] 3a2ae6a8a46f: Download complete [2023-09-21T07:27:18.833Z] 33b1e0a273af: Verifying Checksum [2023-09-21T07:27:18.833Z] 33b1e0a273af: Download complete [2023-09-21T07:27:19.092Z] 5d3b04190fa2: Verifying Checksum [2023-09-21T07:27:19.092Z] 5d3b04190fa2: Download complete [2023-09-21T07:27:19.092Z] ec43610c2a17: Verifying Checksum [2023-09-21T07:27:19.092Z] ec43610c2a17: Download complete [2023-09-21T07:27:19.092Z] 5eb5b503b376: Verifying Checksum [2023-09-21T07:27:19.092Z] 5eb5b503b376: Download complete [2023-09-21T07:27:19.659Z] 2f39f015ded8: Download complete [2023-09-21T07:27:20.224Z] 5eb5b503b376: Pull complete [2023-09-21T07:27:20.224Z] 5c69ac0246d0: Pull complete [2023-09-21T07:27:20.789Z] ec43610c2a17: Pull complete [2023-09-21T07:27:20.789Z] 3a2ae6a8a46f: Pull complete [2023-09-21T07:27:21.046Z] 33b1e0a273af: Pull complete [2023-09-21T07:27:21.046Z] 5d3b04190fa2: Pull complete [2023-09-21T07:27:25.224Z] 2f39f015ded8: Pull complete [2023-09-21T07:27:25.224Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-21T07:27:25.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T07:27:25.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T07:27:25.452Z] prd-ubuntu20.04-docker-8c-8g-7546 does not seem to be running inside a container [2023-09-21T07:27:25.487Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-21T07:27:30.246Z] $ docker top 21a42c66dd385d3762c63c1095cc151b3a0c4a321163c194513020042b24d3f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T07:27:30.613Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-21T07:27:30.930Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-21T07:27:31.251Z] + ls /var/log/sa-host [2023-09-21T07:27:31.251Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T07:27:31.466Z] provisioning config files... [2023-09-21T07:27:31.474Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10286513957314307105tmp [Pipeline] { [Pipeline] echo [2023-09-21T07:27:31.525Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:31.836Z] ---> create-netrc.sh [Pipeline] } [2023-09-21T07:27:31.868Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:32.283Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-21T07:27:32.314Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:32.629Z] ---> sudo-logs.sh [2023-09-21T07:27:32.629Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-21T07:27:32.714Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:33.030Z] ---> job-cost.sh [2023-09-21T07:27:33.030Z] lf-activate-venv: SKIPPING [2023-09-21T07:27:33.030Z] DEBUG: total: 0.10999999940395355 [2023-09-21T07:27:33.030Z] INFO: Retrieving Stack Cost... [2023-09-21T07:27:33.290Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-21T07:27:33.858Z] INFO: Archiving Costs [Pipeline] echo [2023-09-21T07:27:33.895Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T07:27:34.204Z] ---> logs-deploy.sh [2023-09-21T07:27:34.204Z] lf-activate-venv: SKIPPING [2023-09-21T07:27:34.204Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4692/1 [2023-09-21T07:27:34.204Z] INFO: archiving workspace using pattern(s): [2023-09-21T07:27:35.141Z] Archives upload complete. [2023-09-21T07:27:35.141Z] INFO: archiving logs to Nexus