Pull request #4612 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 jumpingliu for edgexfoundry/edgex-go Obtained Jenkinsfile from 0622ab8cb0a764d3b0f840a95cc4de3e817e2904+e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 (8b50b1f04b1e348bfdeeb55e89d40fa9e3302fe0) 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-ssh17777938614501639115.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh1990896497248299322.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-4612/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-4612/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8411607450022769094.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-4612/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10027908132970663891.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh8324370947470342895.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-4612/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-4612/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12258224617322490381.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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.20 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-1516 in /w/workspace/edgexfoundry_edgex-go_PR-4612 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4612/head:refs/remotes/origin/PR-4612 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 into PR head commit 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 Merge succeeded, producing 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 Checking out Revision 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 (PR-4612) > git config core.sparsecheckout # timeout=10 > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # 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 e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # timeout=10 Commit message: "fix: Update core-metadata.yaml for missing tabs and description' close # 4611" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-07-19T08:06:35.075Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-07-19T08:06:35.232Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-07-19T08:06:35.326Z] ========================================================= [2023-07-19T08:06:35.326Z] EdgeX Global Pipelines Version Info [2023-07-19T08:06:35.326Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:06:36.460Z] ------------------- [2023-07-19T08:06:36.460Z] stable info: [2023-07-19T08:06:36.460Z] ------------------- [2023-07-19T08:06:36.460Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-07-19T08:06:36.460Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-19T08:06:36.460Z] Message: update stable to v1.0.250 [2023-07-19T08:06:36.723Z] ------------------- [2023-07-19T08:06:36.723Z] experimental info: [2023-07-19T08:06:36.723Z] ------------------- [2023-07-19T08:06:36.723Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-07-19T08:06:36.723Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-07-19T08:06:36.723Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-07-19T08:06:37.074Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-07-19T08:06:37.114Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-07-19T08:06:37.150Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-07-19T08:06:37.204Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-07-19T08:06:37.244Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-07-19T08:06:37.280Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-07-19T08:06:37.318Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-07-19T08:06:37.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-07-19T08:06:37.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-07-19T08:06:37.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-07-19T08:06:37.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-07-19T08:06:37.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-07-19T08:06:37.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-07-19T08:06:37.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-07-19T08:06:37.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-07-19T08:06:37.682Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-07-19T08:06:37.722Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-07-19T08:06:37.758Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-07-19T08:06:37.798Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-07-19T08:06:37.836Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-07-19T08:06:37.876Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-07-19T08:06:37.916Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-07-19T08:06:37.951Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-07-19T08:06:37.988Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4612 [Pipeline] echo [2023-07-19T08:06:38.028Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4612 [Pipeline] echo [2023-07-19T08:06:38.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4612 [Pipeline] echo [2023-07-19T08:06:38.108Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] echo [2023-07-19T08:06:38.148Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0622ab8 [Pipeline] echo [2023-07-19T08:06:38.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T08:06:38.305Z] provisioning config files... [2023-07-19T08:06:38.318Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7659306713039234969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:06:38.655Z] ---> docker-login.sh [2023-07-19T08:06:38.655Z] nexus3.edgexfoundry.org:10001 [2023-07-19T08:06:38.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:06:39.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:06:39.178Z] Configure a credential helper to remove this warning. See [2023-07-19T08:06:39.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:06:39.178Z] [2023-07-19T08:06:39.178Z] Login Succeeded [2023-07-19T08:06:39.178Z] nexus3.edgexfoundry.org:10002 [2023-07-19T08:06:39.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:06:39.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:06:39.178Z] Configure a credential helper to remove this warning. See [2023-07-19T08:06:39.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:06:39.178Z] [2023-07-19T08:06:39.178Z] Login Succeeded [2023-07-19T08:06:39.178Z] nexus3.edgexfoundry.org:10003 [2023-07-19T08:06:39.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:06:39.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:06:39.178Z] Configure a credential helper to remove this warning. See [2023-07-19T08:06:39.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:06:39.178Z] [2023-07-19T08:06:39.178Z] Login Succeeded [2023-07-19T08:06:39.178Z] nexus3.edgexfoundry.org:10004 [2023-07-19T08:06:39.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:06:39.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:06:39.439Z] Configure a credential helper to remove this warning. See [2023-07-19T08:06:39.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:06:39.439Z] [2023-07-19T08:06:39.439Z] Login Succeeded [2023-07-19T08:06:39.439Z] docker.io [2023-07-19T08:06:39.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:06:39.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:06:39.700Z] Configure a credential helper to remove this warning. See [2023-07-19T08:06:39.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:06:39.700Z] [2023-07-19T08:06:39.700Z] Login Succeeded [2023-07-19T08:06:39.700Z] ---> docker-login.sh ends [Pipeline] } [2023-07-19T08:06:39.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-19T08:06:40.127Z] + 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-07-19T08:06:40.127Z] + dirname cmd/core-command/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo core-command,cmd/core-command/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-07-19T08:06:40.127Z] + dirname+ cmd/core-data/Dockerfile [2023-07-19T08:06:40.127Z] cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo core-data,cmd/core-data/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/core-metadata/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-07-19T08:06:40.127Z] + + dirname cmd/security-proxy-auth/Dockerfile [2023-07-19T08:06:40.127Z] cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-07-19T08:06:40.127Z] + dirname+ cmd/security-spiffe-token-provider/Dockerfile [2023-07-19T08:06:40.127Z] cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/security-spire-agent/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/security-spire-config/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/security-spire-server/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/support-notifications/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-07-19T08:06:40.127Z] + dirname cmd/support-scheduler/Dockerfile [2023-07-19T08:06:40.127Z] + cut -d/ -f2 [2023-07-19T08:06:40.127Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-07-19T08:06:40.204Z] 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-07-19T08:06:40.699Z] + git rev-list -1 --merges 0622ab8cb0a764d3b0f840a95cc4de3e817e2904~1..0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] echo [2023-07-19T08:06:40.732Z] -----------> git rev-list -1 --merges 0622ab8cb0a764d3b0f840a95cc4de3e817e2904~1..0622ab8cb0a764d3b0f840a95cc4de3e817e2904 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [false] [Pipeline] sh [2023-07-19T08:06:41.039Z] + git log --format=format:%s -1 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] echo [2023-07-19T08:06:41.077Z] ========================================================= [2023-07-19T08:06:41.077Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-07-19T08:06:41.077Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-07-19T08:06:41.622Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-07-19T08:06:41.622Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-07-19T08:06:41.622Z] + [ -e /tmp/ssh_known_hosts ] [2023-07-19T08:06:41.622Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-07-19T08:06:41.622Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-07-19T08:06:41.622Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-07-19T08:06:41.622Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:06:42.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T08:06:42.039Z] [2023-07-19T08:06:42.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:06:42.787Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T08:06:42.787Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-07-19T08:06:42.787Z] b85a868b505f: Pulling fs layer [2023-07-19T08:06:42.787Z] e2be974225ed: Pulling fs layer [2023-07-19T08:06:42.787Z] 339a4e72a1f5: Pulling fs layer [2023-07-19T08:06:42.787Z] 988bab9f4d93: Pulling fs layer [2023-07-19T08:06:42.787Z] 1469e6f7b9e6: Pulling fs layer [2023-07-19T08:06:42.787Z] eaf3925da568: Pulling fs layer [2023-07-19T08:06:42.787Z] bab4dde63d76: Pulling fs layer [2023-07-19T08:06:42.787Z] bde34c3a00c8: Pulling fs layer [2023-07-19T08:06:42.787Z] b352a97aabf1: Pulling fs layer [2023-07-19T08:06:42.787Z] 4872d77fe225: Pulling fs layer [2023-07-19T08:06:42.787Z] 5851b861e8e6: Pulling fs layer [2023-07-19T08:06:42.787Z] 988bab9f4d93: Waiting [2023-07-19T08:06:42.787Z] 4872d77fe225: Waiting [2023-07-19T08:06:42.787Z] bde34c3a00c8: Waiting [2023-07-19T08:06:42.787Z] bab4dde63d76: Waiting [2023-07-19T08:06:42.787Z] eaf3925da568: Waiting [2023-07-19T08:06:42.787Z] 5851b861e8e6: Waiting [2023-07-19T08:06:42.787Z] 1469e6f7b9e6: Waiting [2023-07-19T08:06:42.787Z] b352a97aabf1: Waiting [2023-07-19T08:06:42.787Z] e2be974225ed: Verifying Checksum [2023-07-19T08:06:42.787Z] e2be974225ed: Download complete [2023-07-19T08:06:43.523Z] 988bab9f4d93: Verifying Checksum [2023-07-19T08:06:43.523Z] 988bab9f4d93: Download complete [2023-07-19T08:06:43.523Z] 1469e6f7b9e6: Verifying Checksum [2023-07-19T08:06:43.523Z] 1469e6f7b9e6: Download complete [2023-07-19T08:06:43.523Z] eaf3925da568: Verifying Checksum [2023-07-19T08:06:43.523Z] eaf3925da568: Download complete [2023-07-19T08:06:43.523Z] 339a4e72a1f5: Verifying Checksum [2023-07-19T08:06:43.523Z] 339a4e72a1f5: Download complete [2023-07-19T08:06:43.523Z] bde34c3a00c8: Verifying Checksum [2023-07-19T08:06:43.523Z] bde34c3a00c8: Download complete [2023-07-19T08:06:43.523Z] b352a97aabf1: Verifying Checksum [2023-07-19T08:06:43.523Z] b352a97aabf1: Download complete [2023-07-19T08:06:43.523Z] 4872d77fe225: Verifying Checksum [2023-07-19T08:06:43.523Z] 4872d77fe225: Download complete [2023-07-19T08:06:43.523Z] 5851b861e8e6: Verifying Checksum [2023-07-19T08:06:43.523Z] 5851b861e8e6: Download complete [2023-07-19T08:06:43.786Z] b85a868b505f: Download complete [2023-07-19T08:06:44.045Z] bab4dde63d76: Verifying Checksum [2023-07-19T08:06:44.045Z] bab4dde63d76: Download complete [2023-07-19T08:06:44.982Z] b85a868b505f: Pull complete [2023-07-19T08:06:44.982Z] e2be974225ed: Pull complete [2023-07-19T08:06:45.552Z] 339a4e72a1f5: Pull complete [2023-07-19T08:06:45.823Z] 988bab9f4d93: Pull complete [2023-07-19T08:06:46.081Z] 1469e6f7b9e6: Pull complete [2023-07-19T08:06:46.081Z] eaf3925da568: Pull complete [2023-07-19T08:06:47.986Z] bab4dde63d76: Pull complete [2023-07-19T08:06:47.987Z] bde34c3a00c8: Pull complete [2023-07-19T08:06:47.987Z] b352a97aabf1: Pull complete [2023-07-19T08:06:47.987Z] 4872d77fe225: Pull complete [2023-07-19T08:06:47.987Z] 5851b861e8e6: Pull complete [2023-07-19T08:06:47.987Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-07-19T08:06:47.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-07-19T08:06:47.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:06:48.224Z] prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container [2023-07-19T08:06:48.259Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-07-19T08:06:53.347Z] $ docker top 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-07-19T08:06:54.531Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-19T08:06:54.531Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-19T08:06:54.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-19T08:06:54.645Z] $ docker exec 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent [2023-07-19T08:06:54.759Z] SSH_AUTH_SOCK=/tmp/ssh-rkVeJu1wKiBx/agent.32 [2023-07-19T08:06:54.759Z] SSH_AGENT_PID=38 [2023-07-19T08:06:54.813Z] Running ssh-add (command line suppressed) [2023-07-19T08:06:54.911Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16949401144015684597.key (/w/workspace/edgex-go/1@tmp/private_key_16949401144015684597.key) [2023-07-19T08:06:54.929Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-19T08:06:55.254Z] + git tag --points-at HEAD [Pipeline] } [2023-07-19T08:06:55.282Z] $ docker exec --env ******** --env ******** 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent -k [2023-07-19T08:06:55.384Z] unset SSH_AUTH_SOCK; [2023-07-19T08:06:55.384Z] unset SSH_AGENT_PID; [2023-07-19T08:06:55.384Z] echo Agent pid 38 killed; [2023-07-19T08:06:55.401Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-07-19T08:06:55.473Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-07-19T08:06:55.473Z] [ssh-agent] Looking for ssh-agent implementation... [2023-07-19T08:06:55.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-07-19T08:06:55.595Z] $ docker exec 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent [2023-07-19T08:06:55.688Z] SSH_AUTH_SOCK=/tmp/ssh-m9inVxUjN2Sz/agent.71 [2023-07-19T08:06:55.688Z] SSH_AGENT_PID=77 [2023-07-19T08:06:55.694Z] Running ssh-add (command line suppressed) [2023-07-19T08:06:55.794Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10309835011294393218.key (/w/workspace/edgex-go/1@tmp/private_key_10309835011294393218.key) [2023-07-19T08:06:55.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-07-19T08:06:56.143Z] + git semver init [2023-07-19T08:06:56.401Z] 2023-07-19 08:06:56,310 [run_init] DEBUG init version:0.0.0 force:False [2023-07-19T08:06:56.401Z] 2023-07-19 08:06:56,310 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-07-19T08:06:56.401Z] 2023-07-19 08:06:56,311 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-07-19T08:06:56.401Z] 2023-07-19 08:06:56,311 [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-07-19T08:07:02.971Z] 2023-07-19 08:07:02,435 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-07-19T08:07:02.971Z] 2023-07-19 08:07:02,436 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4612 with force:False [2023-07-19T08:07:02.971Z] 2023-07-19 08:07:02,436 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4612 [2023-07-19T08:07:02.971Z] 2023-07-19 08:07:02,440 [execute] INFO git cat-file --batch-check [2023-07-19T08:07:02.971Z] 2023-07-19 08:07:02,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-07-19T08:07:02.971Z] 2023-07-19 08:07:02,447 [execute] INFO git cat-file --batch [2023-07-19T08:07:02.971Z] 2023-07-19 08:07:02,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-07-19T08:07:02.971Z] 2023-07-19 08:07:02,452 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4612 [2023-07-19T08:07:02.971Z] 0.0.0 [Pipeline] } [2023-07-19T08:07:03.007Z] $ docker exec --env ******** --env ******** 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 ssh-agent -k [2023-07-19T08:07:03.117Z] unset SSH_AUTH_SOCK; [2023-07-19T08:07:03.118Z] unset SSH_AGENT_PID; [2023-07-19T08:07:03.118Z] echo Agent pid 77 killed; [2023-07-19T08:07:03.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-07-19T08:07:03.529Z] + git semver [Pipeline] } [2023-07-19T08:07:03.816Z] $ docker stop --time=1 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 [2023-07-19T08:07:05.176Z] $ docker rm -f --volumes 9811a969f73b3d673ead25e0bed805ac22e464658ca731898a19703da1634004 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-19T08:07:05.578Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-07-19T08:07:05.811Z] Stashed 1 file(s) [Pipeline] echo [2023-07-19T08:07:05.826Z] [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-07-19T08:07:06.589Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-07-19T08:07:06.631Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T08:07:06.662Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T08:07:06.691Z] ========================================================= [2023-07-19T08:07:06.691Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-07-19T08:07:06.691Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-07-19T08:07:07.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-19T08:07:07.028Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-07-19T08:07:07.028Z] 4db1b89c0bd1: Pulling fs layer [2023-07-19T08:07:07.028Z] 6911f1a30b25: Pulling fs layer [2023-07-19T08:07:07.028Z] e194b8c5c2a9: Pulling fs layer [2023-07-19T08:07:07.028Z] 6863d3e3a2b1: Pulling fs layer [2023-07-19T08:07:07.028Z] ec0bb842ea78: Pulling fs layer [2023-07-19T08:07:07.028Z] 6863d3e3a2b1: Waiting [2023-07-19T08:07:07.028Z] 40a00589a448: Pulling fs layer [2023-07-19T08:07:07.028Z] 6c08303d61cc: Pulling fs layer [2023-07-19T08:07:07.028Z] 798269fcf238: Pulling fs layer [2023-07-19T08:07:07.028Z] ec0bb842ea78: Waiting [2023-07-19T08:07:07.028Z] 6c08303d61cc: Waiting [2023-07-19T08:07:07.028Z] 40a00589a448: Waiting [2023-07-19T08:07:07.028Z] 6911f1a30b25: Verifying Checksum [2023-07-19T08:07:07.028Z] 6911f1a30b25: Download complete [2023-07-19T08:07:07.028Z] 6863d3e3a2b1: Verifying Checksum [2023-07-19T08:07:07.028Z] 6863d3e3a2b1: Download complete [2023-07-19T08:07:07.028Z] ec0bb842ea78: Verifying Checksum [2023-07-19T08:07:07.028Z] ec0bb842ea78: Download complete [2023-07-19T08:07:07.028Z] 4db1b89c0bd1: Verifying Checksum [2023-07-19T08:07:07.028Z] 4db1b89c0bd1: Download complete [2023-07-19T08:07:07.290Z] 40a00589a448: Verifying Checksum [2023-07-19T08:07:07.290Z] 40a00589a448: Download complete [2023-07-19T08:07:07.290Z] 4db1b89c0bd1: Pull complete [2023-07-19T08:07:07.550Z] 6911f1a30b25: Pull complete [2023-07-19T08:07:08.535Z] e194b8c5c2a9: Verifying Checksum [2023-07-19T08:07:08.535Z] e194b8c5c2a9: Download complete [2023-07-19T08:07:08.535Z] 798269fcf238: Verifying Checksum [2023-07-19T08:07:08.535Z] 798269fcf238: Download complete [2023-07-19T08:07:08.792Z] 6c08303d61cc: Verifying Checksum [2023-07-19T08:07:08.792Z] 6c08303d61cc: Download complete [2023-07-19T08:07:12.988Z] e194b8c5c2a9: Pull complete [2023-07-19T08:07:12.988Z] 6863d3e3a2b1: Pull complete [2023-07-19T08:07:12.988Z] ec0bb842ea78: Pull complete [2023-07-19T08:07:12.988Z] 40a00589a448: Pull complete [2023-07-19T08:07:15.546Z] 6c08303d61cc: Pull complete [2023-07-19T08:07:16.113Z] 798269fcf238: Pull complete [2023-07-19T08:07:16.113Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-07-19T08:07:16.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-19T08:07:16.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-07-19T08:07:16.487Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-19T08:07:16.487Z] WORKDIR /edgex [2023-07-19T08:07:16.487Z] COPY go.mod . [2023-07-19T08:07:16.487Z] RUN go mod download [2023-07-19T08:07:16.487Z] + docker build -t ci-base-image-x86_64 -f - . [2023-07-19T08:07:17.054Z] Sending build context to Docker daemon 170.7MB [2023-07-19T08:07:17.054Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-07-19T08:07:17.054Z] ---> ec979cd7f677 [2023-07-19T08:07:17.054Z] Step 2/4 : WORKDIR /edgex [2023-07-19T08:07:21.141Z] Still waiting to schedule task [2023-07-19T08:07:21.142Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-07-19T08:07:27.041Z] ---> Running in 3191a3cd142f [2023-07-19T08:07:27.041Z] Removing intermediate container 3191a3cd142f [2023-07-19T08:07:27.041Z] ---> cf8ed6830f58 [2023-07-19T08:07:27.041Z] Step 3/4 : COPY go.mod . [2023-07-19T08:07:27.041Z] ---> f699f5f4c9a8 [2023-07-19T08:07:27.041Z] Step 4/4 : RUN go mod download [2023-07-19T08:07:27.299Z] ---> Running in dcb6e2bac2f1 [2023-07-19T08:07:53.846Z] Removing intermediate container dcb6e2bac2f1 [2023-07-19T08:07:53.846Z] ---> cb6979954539 [2023-07-19T08:07:53.846Z] Successfully built cb6979954539 [2023-07-19T08:07:53.846Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:07:54.217Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-19T08:07:54.217Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:07:54.376Z] prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container [2023-07-19T08:07:54.413Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-07-19T08:07:54.887Z] $ docker top 3ac1939937c7af838f6cfc409bde48499f777a25beba00e34ee2ffa309403d8c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T08:07:55.271Z] + go version [2023-07-19T08:07:55.271Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-07-19T08:07:55.308Z] $ docker stop --time=1 3ac1939937c7af838f6cfc409bde48499f777a25beba00e34ee2ffa309403d8c [2023-07-19T08:07:56.576Z] $ docker rm -f --volumes 3ac1939937c7af838f6cfc409bde48499f777a25beba00e34ee2ffa309403d8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:07:57.379Z] + docker inspect -f . ci-base-image-x86_64 [2023-07-19T08:07:57.379Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:07:57.527Z] prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container [2023-07-19T08:07:57.568Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-07-19T08:07:57.900Z] $ docker top 4c54c1784ec3aa352615cf024cb9f0403547620d8449c1c68c36f2ed89f54f9b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-19T08:07:58.007Z] ========================================================= [2023-07-19T08:07:58.007Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-07-19T08:07:58.007Z] ========================================================= [Pipeline] sh [2023-07-19T08:07:58.296Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-07-19T08:07:58.642Z] + make test [2023-07-19T08:07:58.642Z] go test -race -coverprofile=coverage.out ./... [2023-07-19T08:08:05.207Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-07-19T08:08:20.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-07-19T08:08:20.338Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-07-19T08:08:20.596Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-07-19T08:08:20.853Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-07-19T08:08:20.853Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-07-19T08:08:20.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-07-19T08:08:21.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-07-19T08:08:21.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-07-19T08:08:21.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.072s coverage: 28.7% of statements [2023-07-19T08:08:22.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements [2023-07-19T08:08:22.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-07-19T08:08:22.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-07-19T08:08:22.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-07-19T08:08:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-07-19T08:08:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-07-19T08:08:23.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-07-19T08:08:23.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-07-19T08:08:23.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:08:23.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-07-19T08:08:23.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-07-19T08:08:25.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-07-19T08:08:25.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-07-19T08:08:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.113s coverage: 71.5% of statements [2023-07-19T08:08:25.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 54.0% of statements [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-07-19T08:08:26.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-07-19T08:08:26.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.537s coverage: 88.5% of statements [2023-07-19T08:08:26.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements [2023-07-19T08:08:26.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.351s coverage: 95.6% of statements [2023-07-19T08:08:26.516Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 72.2% of statements [2023-07-19T08:08:27.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-07-19T08:08:27.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-07-19T08:08:28.150Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements [2023-07-19T08:08:28.150Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.070s coverage: 31.9% of statements [2023-07-19T08:08:28.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 42.9% of statements [2023-07-19T08:08:28.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 82.9% of statements [2023-07-19T08:08:28.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2023-07-19T08:08:28.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2023-07-19T08:08:29.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-07-19T08:08:29.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-07-19T08:08:31.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-07-19T08:08:31.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-07-19T08:08:31.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-07-19T08:08:31.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-07-19T08:08:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-07-19T08:08:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-07-19T08:08:31.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-07-19T08:08:33.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-07-19T08:08:33.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-07-19T08:08:34.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-07-19T08:08:34.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-07-19T08:08:36.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-07-19T08:08:36.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-07-19T08:08:36.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-07-19T08:08:37.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-07-19T08:08:37.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-07-19T08:08:37.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-07-19T08:08:38.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-07-19T08:08:38.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-07-19T08:08:38.847Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-07-19T08:08:38.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-07-19T08:08:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-07-19T08:08:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-07-19T08:08:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-07-19T08:08:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-07-19T08:08:41.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements [2023-07-19T08:08:41.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-07-19T08:08:41.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:08:41.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-07-19T08:08:41.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-07-19T08:08:42.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-07-19T08:08:42.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-07-19T08:08:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-07-19T08:08:43.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.309s coverage: 79.9% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.074s coverage: 92.9% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 62.3% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.8% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 82.1% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.234s coverage: 63.1% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.145s coverage: 92.3% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.073s coverage: 61.8% of statements [2023-07-19T08:08:53.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2023-07-19T08:08:53.114Z] 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-07-19T08:08:53.373Z] running golangci-lint [2023-07-19T08:08:53.373Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-07-19T08:08:53.373Z] go version go1.20.6 linux/amd64 [2023-07-19T08:08:53.779Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-07-19T08:08:53.779Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-07-19T08:08:59.153Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1517 in /w/workspace/edgexfoundry_edgex-go_PR-4612 [Pipeline] { [Pipeline] ws [2023-07-19T08:08:59.238Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-07-19T08:08:59.322Z] The recommended git tool is: git [2023-07-19T08:09:04.159Z] using credential edgex-jenkins-ssh [2023-07-19T08:09:04.179Z] Cloning the remote Git repository [2023-07-19T08:09:04.220Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-07-19T08:09:04.306Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-07-19T08:09:04.437Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-07-19T08:09:04.438Z] > git --version # timeout=10 [2023-07-19T08:09:04.461Z] > git --version # 'git version 2.25.1' [2023-07-19T08:09:04.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-19T08:09:04.603Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-19T08:09:11.858Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 15.841221748s" [2023-07-19T08:09:11.858Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.989333ms" [2023-07-19T08:09:18.421Z] level=info msg="[linters_context/goanalysis] analyzers took 1m3.184261397s with top 10 stages: buildir: 39.262109586s, fact_deprecated: 2.097656342s, inspect: 2.038935903s, gosec: 1.418488684s, ctrlflow: 1.272672702s, printf: 1.246090941s, nilness: 1.006969235s, S1038: 990.099764ms, fact_purity: 969.329739ms, errcheck: 782.003948ms" [2023-07-19T08:09:18.421Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2023-07-19T08:09:18.421Z] level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/23, exclude: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202, exclude-rules: 23/202, cgo: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, path_prettifier: 202/202" [2023-07-19T08:09:18.421Z] level=info msg="[runner] processing took 18.624693ms with stages: nolint: 7.792545ms, identifier_marker: 5.391413ms, exclude-rules: 1.822626ms, autogenerated_exclude: 1.565739ms, path_prettifier: 1.344476ms, skip_dirs: 654.271µs, cgo: 32.082µs, filename_unadjuster: 16.401µs, skip_files: 720ns, max_from_linter: 700ns, uniq_by_line: 690ns, severity-rules: 600ns, max_same_issues: 590ns, exclude: 490ns, path_prefixer: 390ns, source_code: 280ns, sort_results: 260ns, path_shortener: 160ns, diff: 140ns, max_per_file_from_linter: 120ns" [2023-07-19T08:09:18.421Z] level=info msg="[runner] linters took 8.888816357s with stages: goanalysis_metalinter: 8.870087917s" [2023-07-19T08:09:18.421Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-07-19T08:09:18.421Z] level=info msg="Memory: 249 samples, avg is 196.4MB, max is 769.4MB" [2023-07-19T08:09:18.421Z] level=info msg="Execution took 24.788180014s" [2023-07-19T08:09:18.421Z] go vet ./... [2023-07-19T08:09:21.360Z] Merging remotes/origin/main commit e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 into PR head commit 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [2023-07-19T08:09:19.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-07-19T08:09:19.759Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-07-19T08:09:20.569Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-07-19T08:09:20.610Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-07-19T08:09:20.611Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-19T08:09:20.630Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4612/head:refs/remotes/origin/PR-4612 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-07-19T08:09:21.377Z] > git config core.sparsecheckout # timeout=10 [2023-07-19T08:09:21.450Z] > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # timeout=10 [2023-07-19T08:09:21.775Z] Merge succeeded, producing 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [2023-07-19T08:09:21.776Z] Checking out Revision 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 (PR-4612) [2023-07-19T08:09:21.676Z] > git remote # timeout=10 [2023-07-19T08:09:21.696Z] > git config --get remote.origin.url # timeout=10 [2023-07-19T08:09:21.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-07-19T08:09:21.730Z] > git merge e66fa62635f4d71fd5978b81b23c82a8a50a7ed5 # timeout=10 [2023-07-19T08:09:21.760Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-07-19T08:09:21.783Z] > git config core.sparsecheckout # timeout=10 [2023-07-19T08:09:21.797Z] > git checkout -f 0622ab8cb0a764d3b0f840a95cc4de3e817e2904 # timeout=10 [2023-07-19T08:09:23.685Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-19T08:09:23.685Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-19T08:09:23.685Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-19T08:09:23.721Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-07-19T08:09:24.031Z] + ls -al . [2023-07-19T08:09:24.031Z] total 720 [2023-07-19T08:09:24.031Z] drwxrwxr-x 11 1001 1001 4096 Jul 19 08:07 . [2023-07-19T08:09:24.031Z] drwxr-xr-x 4 root root 4096 Jul 19 08:07 .. [2023-07-19T08:09:24.031Z] drwxrwxr-x 2 1001 1001 4096 Jul 19 08:06 .blubracket [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 16 Jul 19 08:06 .dockerignore [2023-07-19T08:09:24.031Z] drwxrwxr-x 8 1001 1001 4096 Jul 19 08:07 .git [2023-07-19T08:09:24.031Z] drwxrwxr-x 3 1001 1001 4096 Jul 19 08:06 .github [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 1133 Jul 19 08:06 .gitignore [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 42 Jul 19 08:06 .golangci.yml [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 87 Jul 19 08:06 .hadolint.yml [2023-07-19T08:09:24.031Z] drwxr-xr-x 3 1001 1001 4096 Jul 19 08:07 .semver [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 166 Jul 19 08:06 .sonarcloud.properties [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 1171 Jul 19 08:06 ADOPTERS.md [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 11234 Jul 19 08:06 Attribution.txt [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 93407 Jul 19 08:06 CHANGELOG.md [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 3804 Jul 19 08:06 CONTRIBUTING.md [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 677 Jul 19 08:06 GOVERNANCE.md [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 883 Jul 19 08:06 Jenkinsfile [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 10775 Jul 19 08:06 LICENSE [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 14368 Jul 19 08:06 Makefile [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 582 Jul 19 08:06 OWNERS.md [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 9923 Jul 19 08:06 README.md [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 789 Jul 19 08:06 SECURITY.md [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 5 Jul 19 08:07 VERSION [2023-07-19T08:09:24.031Z] drwxrwxr-x 2 1001 1001 4096 Jul 19 08:06 bin [2023-07-19T08:09:24.031Z] drwxrwxr-x 18 1001 1001 4096 Jul 19 08:06 cmd [2023-07-19T08:09:24.031Z] -rw-r--r-- 1 root root 447019 Jul 19 08:08 coverage.out [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 3430 Jul 19 08:06 go.mod [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 32408 Jul 19 08:06 go.sum [2023-07-19T08:09:24.031Z] drwxrwxr-x 7 1001 1001 4096 Jul 19 08:06 internal [2023-07-19T08:09:24.031Z] drwxrwxr-x 3 1001 1001 4096 Jul 19 08:06 openapi [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 594 Jul 19 08:06 security.txt [2023-07-19T08:09:24.031Z] drwxrwxr-x 4 1001 1001 4096 Jul 19 08:06 snap [2023-07-19T08:09:24.031Z] -rw-rw-r-- 1 1001 1001 204 Jul 19 08:06 version.go [Pipeline] sh [2023-07-19T08:09:24.340Z] + '[' -e coverage.out ] [2023-07-19T08:09:24.340Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-07-19T08:09:24.463Z] Stashed 1 file(s) [Pipeline] sh [2023-07-19T08:09:24.754Z] + make build [2023-07-19T08:09:24.755Z] 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-07-19T08:09:25.400Z] Commit message: "fix: Update core-metadata.yaml for missing tabs and description' close # 4611" [2023-07-19T08:09:25.452Z] > git --version # timeout=10 [2023-07-19T08:09:25.465Z] > git --version # 'git version 2.25.1' [2023-07-19T08:09:25.477Z] fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-07-19T08:09:26.564Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-07-19T08:09:26.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-19T08:09:26.564Z] Dload Upload Total Spent Left Speed [2023-07-19T08:09:26.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh [2023-07-19T08:09:27.276Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-07-19T08:09:27.612Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-07-19T08:09:27.612Z] + sudo tee /etc/docker/daemon.new [2023-07-19T08:09:27.612Z] { [2023-07-19T08:09:27.612Z] "registry-mirrors": [ [2023-07-19T08:09:27.612Z] "https://nexus3.edgexfoundry.org:10001" [2023-07-19T08:09:27.612Z] ], [2023-07-19T08:09:27.612Z] "bip": "10.250.0.254/24", [2023-07-19T08:09:27.612Z] "hosts": [ [2023-07-19T08:09:27.612Z] "tcp://0.0.0.0:5555", [2023-07-19T08:09:27.612Z] "unix:///var/run/docker.sock" [2023-07-19T08:09:27.612Z] ], [2023-07-19T08:09:27.612Z] "mtu": 1458, [2023-07-19T08:09:27.612Z] "selinux-enabled": true, [2023-07-19T08:09:27.612Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-07-19T08:09:27.612Z] } [Pipeline] sh [2023-07-19T08:09:27.948Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-07-19T08:09:28.297Z] + sudo service docker restart [2023-07-19T08:09:39.624Z] 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-07-19T08:09:39.624Z] 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-07-19T08:09:40.193Z] 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-07-19T08:09:41.127Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T08:09:46.598Z] provisioning config files... [2023-07-19T08:09:46.623Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18368461490085735797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:09:47.003Z] ---> docker-login.sh [2023-07-19T08:09:47.003Z] nexus3.edgexfoundry.org:10001 [2023-07-19T08:09:47.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:09:47.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:09:47.542Z] Configure a credential helper to remove this warning. See [2023-07-19T08:09:47.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:09:47.542Z] [2023-07-19T08:09:47.542Z] Login Succeeded [2023-07-19T08:09:47.808Z] 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-07-19T08:09:47.811Z] nexus3.edgexfoundry.org:10002 [2023-07-19T08:09:47.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:09:48.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:09:48.079Z] Configure a credential helper to remove this warning. See [2023-07-19T08:09:48.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:09:48.079Z] [2023-07-19T08:09:48.079Z] Login Succeeded [2023-07-19T08:09:48.079Z] nexus3.edgexfoundry.org:10003 [2023-07-19T08:09:48.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:09:48.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:09:48.347Z] Configure a credential helper to remove this warning. See [2023-07-19T08:09:48.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:09:48.347Z] [2023-07-19T08:09:48.347Z] Login Succeeded [2023-07-19T08:09:48.347Z] nexus3.edgexfoundry.org:10004 [2023-07-19T08:09:48.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:09:48.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:09:48.619Z] Configure a credential helper to remove this warning. See [2023-07-19T08:09:48.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:09:48.619Z] [2023-07-19T08:09:48.619Z] Login Succeeded [2023-07-19T08:09:48.619Z] docker.io [2023-07-19T08:09:48.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-07-19T08:09:49.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-07-19T08:09:49.471Z] Configure a credential helper to remove this warning. See [2023-07-19T08:09:49.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-07-19T08:09:49.471Z] [2023-07-19T08:09:49.471Z] Login Succeeded [2023-07-19T08:09:49.471Z] ---> docker-login.sh ends [Pipeline] } [2023-07-19T08:09:49.500Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-07-19T08:09:49.707Z] 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 [Pipeline] sh [2023-07-19T08:09:50.123Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-07-19T08:09:50.162Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T08:09:50.197Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-07-19T08:09:50.230Z] ========================================================= [2023-07-19T08:09:50.230Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-07-19T08:09:50.230Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-07-19T08:09:50.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-19T08:09:50.589Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-07-19T08:09:50.589Z] edb6bdbacee9: Pulling fs layer [2023-07-19T08:09:50.589Z] 5f9638ab2659: Pulling fs layer [2023-07-19T08:09:50.589Z] 8d51d6327a98: Pulling fs layer [2023-07-19T08:09:50.589Z] 8b374f2dd631: Pulling fs layer [2023-07-19T08:09:50.589Z] ec14aa9079de: Pulling fs layer [2023-07-19T08:09:50.589Z] 2f466654f4bb: Pulling fs layer [2023-07-19T08:09:50.589Z] 554e91adad29: Pulling fs layer [2023-07-19T08:09:50.589Z] 8b374f2dd631: Waiting [2023-07-19T08:09:50.589Z] ec14aa9079de: Waiting [2023-07-19T08:09:50.589Z] 2f466654f4bb: Waiting [2023-07-19T08:09:50.589Z] 554e91adad29: Waiting [2023-07-19T08:09:50.867Z] 5f9638ab2659: Verifying Checksum [2023-07-19T08:09:50.867Z] 5f9638ab2659: Download complete [2023-07-19T08:09:50.867Z] 8b374f2dd631: Verifying Checksum [2023-07-19T08:09:50.867Z] 8b374f2dd631: Download complete [2023-07-19T08:09:50.867Z] ec14aa9079de: Verifying Checksum [2023-07-19T08:09:50.867Z] ec14aa9079de: Download complete [2023-07-19T08:09:50.867Z] edb6bdbacee9: Verifying Checksum [2023-07-19T08:09:51.099Z] 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-07-19T08:09:52.315Z] 554e91adad29: Verifying Checksum [2023-07-19T08:09:52.315Z] 554e91adad29: Download complete [2023-07-19T08:09:52.473Z] 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-07-19T08:09:53.040Z] 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-07-19T08:09:53.277Z] 8d51d6327a98: Verifying Checksum [2023-07-19T08:09:53.277Z] 8d51d6327a98: Download complete [2023-07-19T08:09:53.277Z] 2f466654f4bb: Download complete [2023-07-19T08:09:53.972Z] 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-07-19T08:09:54.237Z] edb6bdbacee9: Pull complete [2023-07-19T08:09:54.825Z] 5f9638ab2659: Pull complete [2023-07-19T08:09:55.346Z] 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-07-19T08:09:56.755Z] $ docker stop --time=1 4c54c1784ec3aa352615cf024cb9f0403547620d8449c1c68c36f2ed89f54f9b [2023-07-19T08:10:05.356Z] $ docker rm -f --volumes 4c54c1784ec3aa352615cf024cb9f0403547620d8449c1c68c36f2ed89f54f9b [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-07-19T08:10:06.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-07-19T08:10:06.810Z] [2023-07-19T08:10:06.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:10:07.139Z] 8d51d6327a98: Pull complete [2023-07-19T08:10:07.139Z] 8b374f2dd631: Pull complete [2023-07-19T08:10:07.139Z] ec14aa9079de: Pull complete [2023-07-19T08:10:07.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-07-19T08:10:07.192Z] latest: Pulling from edgex-devops/edgex-compose [2023-07-19T08:10:07.192Z] 91d30c5bc195: Pulling fs layer [2023-07-19T08:10:07.192Z] 2e9b0aa3be6d: Pulling fs layer [2023-07-19T08:10:07.192Z] 9c61dcf015f6: Pulling fs layer [2023-07-19T08:10:07.192Z] 4698f68db338: Pulling fs layer [2023-07-19T08:10:07.192Z] 2a2f49069b9e: Pulling fs layer [2023-07-19T08:10:07.192Z] e0025b399a48: Pulling fs layer [2023-07-19T08:10:07.192Z] 4698f68db338: Waiting [2023-07-19T08:10:07.192Z] 2a2f49069b9e: Waiting [2023-07-19T08:10:07.192Z] e0025b399a48: Waiting [2023-07-19T08:10:07.505Z] 91d30c5bc195: Verifying Checksum [2023-07-19T08:10:07.506Z] 91d30c5bc195: Download complete [2023-07-19T08:10:07.506Z] 4698f68db338: Verifying Checksum [2023-07-19T08:10:07.506Z] 4698f68db338: Download complete [2023-07-19T08:10:07.764Z] 2e9b0aa3be6d: Verifying Checksum [2023-07-19T08:10:07.764Z] 2e9b0aa3be6d: Download complete [2023-07-19T08:10:07.764Z] 91d30c5bc195: Pull complete [2023-07-19T08:10:07.764Z] e0025b399a48: Download complete [2023-07-19T08:10:07.764Z] 2a2f49069b9e: Download complete [2023-07-19T08:10:08.023Z] 2e9b0aa3be6d: Pull complete [2023-07-19T08:10:08.023Z] 9c61dcf015f6: Download complete [2023-07-19T08:10:11.307Z] 9c61dcf015f6: Pull complete [2023-07-19T08:10:11.307Z] 4698f68db338: Pull complete [2023-07-19T08:10:11.875Z] 2a2f49069b9e: Pull complete [2023-07-19T08:10:11.875Z] e0025b399a48: Pull complete [2023-07-19T08:10:11.875Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-07-19T08:10:11.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-07-19T08:10:11.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:10:12.092Z] prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container [2023-07-19T08:10:12.128Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-07-19T08:10:12.507Z] 2f466654f4bb: Pull complete [2023-07-19T08:10:15.096Z] 554e91adad29: Pull complete [2023-07-19T08:10:15.096Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-07-19T08:10:15.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-19T08:10:15.096Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-19T08:10:17.400Z] $ docker top a72e478a6b3275f1bb50de722e5ebfdfae913a2bef3e2a104a0505b48ccfe773 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [Pipeline] sh [2023-07-19T08:10:17.842Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-07-19T08:10:17.938Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-19T08:10:17.938Z] WORKDIR /edgex [2023-07-19T08:10:17.938Z] COPY go.mod . [2023-07-19T08:10:17.938Z] RUN go mod download [2023-07-19T08:10:17.938Z] + docker build -t ci-base-image-arm64 -f - . [2023-07-19T08:10:18.525Z] Sending build context to Docker daemon 2.938MB [2023-07-19T08:10:18.525Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-07-19T08:10:18.525Z] ---> 1e15ea492957 [2023-07-19T08:10:18.525Z] Step 2/4 : WORKDIR /edgex [2023-07-19T08:10:20.383Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #1 transferring dockerfile: [2023-07-19T08:10:20.384Z] #1 transferring dockerfile: 2.06kB done [2023-07-19T08:10:20.384Z] #1 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #2 transferring dockerfile: 1.78kB done [2023-07-19T08:10:20.384Z] #2 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #3 [security-spire-server internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #3 transferring dockerfile: 2.63kB done [2023-07-19T08:10:20.384Z] #3 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #4 [security-secretstore-setup internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #4 transferring dockerfile: 2.38kB done [2023-07-19T08:10:20.384Z] #4 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #5 transferring dockerfile: 2.82kB done [2023-07-19T08:10:20.384Z] #5 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #6 [core-command internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #6 transferring dockerfile: 1.82kB done [2023-07-19T08:10:20.384Z] #6 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #7 transferring dockerfile: 2.04kB done [2023-07-19T08:10:20.384Z] #7 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #8 [support-notifications internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #8 transferring dockerfile: 1.84kB done [2023-07-19T08:10:20.384Z] #8 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #9 [security-spire-config internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #9 transferring dockerfile: 2.58kB done [2023-07-19T08:10:20.384Z] #9 DONE 0.1s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #10 [support-scheduler internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #10 transferring dockerfile: 1.82kB done [2023-07-19T08:10:20.384Z] #10 DONE 0.1s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #11 transferring dockerfile: 2.12kB done [2023-07-19T08:10:20.384Z] #11 DONE 0.1s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #12 [security-proxy-setup internal] load .dockerignore [2023-07-19T08:10:20.384Z] #12 transferring context: 56B done [2023-07-19T08:10:20.384Z] #12 DONE 0.0s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #13 [core-metadata internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #13 transferring dockerfile: 1.96kB done [2023-07-19T08:10:20.384Z] #13 DONE 0.1s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #14 [core-data internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #14 transferring dockerfile: 1.90kB done [2023-07-19T08:10:20.384Z] #14 DONE 0.1s [2023-07-19T08:10:20.384Z] [2023-07-19T08:10:20.384Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2023-07-19T08:10:20.384Z] #15 transferring dockerfile: 2.68kB done [2023-07-19T08:10:20.384Z] #15 DONE 0.1s [2023-07-19T08:10:20.478Z] ---> Running in 620d21486a3f [2023-07-19T08:10:20.478Z] Removing intermediate container 620d21486a3f [2023-07-19T08:10:20.478Z] ---> 19738d242203 [2023-07-19T08:10:20.478Z] Step 3/4 : COPY go.mod . [2023-07-19T08:10:20.643Z] [2023-07-19T08:10:20.644Z] #16 [security-spiffe-token-provider internal] load .dockerignore [2023-07-19T08:10:20.644Z] #16 transferring context: 56B done [2023-07-19T08:10:20.644Z] #16 DONE 0.1s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #17 [security-bootstrapper internal] load .dockerignore [2023-07-19T08:10:20.644Z] #17 ... [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #18 [security-spire-server internal] load .dockerignore [2023-07-19T08:10:20.644Z] #18 transferring context: 56B done [2023-07-19T08:10:20.644Z] #18 DONE 0.1s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #19 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-07-19T08:10:20.644Z] #19 DONE 0.0s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #17 [security-bootstrapper internal] load .dockerignore [2023-07-19T08:10:20.644Z] #17 transferring context: 56B done [2023-07-19T08:10:20.644Z] #17 DONE 0.2s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #20 [security-secretstore-setup internal] load .dockerignore [2023-07-19T08:10:20.644Z] #20 transferring context: 56B done [2023-07-19T08:10:20.644Z] #20 DONE 0.2s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #21 [security-proxy-auth internal] load .dockerignore [2023-07-19T08:10:20.644Z] #21 transferring context: 56B done [2023-07-19T08:10:20.644Z] #21 DONE 0.1s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #22 [core-command internal] load .dockerignore [2023-07-19T08:10:20.644Z] #22 transferring context: 56B done [2023-07-19T08:10:20.644Z] #22 DONE 0.2s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #23 [support-scheduler internal] load .dockerignore [2023-07-19T08:10:20.644Z] #23 transferring context: 56B done [2023-07-19T08:10:20.644Z] #23 DONE 0.1s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #24 [support-notifications internal] load .dockerignore [2023-07-19T08:10:20.644Z] #24 transferring context: 56B done [2023-07-19T08:10:20.644Z] #24 DONE 0.2s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #25 [security-spire-config internal] load .dockerignore [2023-07-19T08:10:20.644Z] #25 transferring context: 56B done [2023-07-19T08:10:20.644Z] #25 DONE 0.2s [2023-07-19T08:10:20.644Z] [2023-07-19T08:10:20.644Z] #19 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-07-19T08:10:20.902Z] #19 DONE 0.0s [2023-07-19T08:10:20.902Z] [2023-07-19T08:10:20.902Z] #26 [core-metadata internal] load .dockerignore [2023-07-19T08:10:20.902Z] #26 transferring context: 56B done [2023-07-19T08:10:20.902Z] #26 DONE 0.1s [2023-07-19T08:10:20.902Z] [2023-07-19T08:10:20.902Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2023-07-19T08:10:20.902Z] #27 transferring context: 56B done [2023-07-19T08:10:20.902Z] #27 DONE 0.2s [2023-07-19T08:10:20.902Z] [2023-07-19T08:10:20.902Z] #28 [core-data internal] load .dockerignore [2023-07-19T08:10:20.902Z] #28 transferring context: 56B done [2023-07-19T08:10:20.902Z] #28 DONE 0.2s [2023-07-19T08:10:20.902Z] [2023-07-19T08:10:20.902Z] #29 [security-spire-agent internal] load .dockerignore [2023-07-19T08:10:20.902Z] #29 transferring context: 56B done [2023-07-19T08:10:20.902Z] #29 DONE 0.2s [2023-07-19T08:10:20.902Z] [2023-07-19T08:10:20.902Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:10:20.902Z] #30 ... [2023-07-19T08:10:20.902Z] [2023-07-19T08:10:20.902Z] #19 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-07-19T08:10:20.902Z] #19 DONE 0.0s [2023-07-19T08:10:20.902Z] [2023-07-19T08:10:20.902Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:10:21.064Z] ---> 9062d53db73b [2023-07-19T08:10:21.064Z] Step 4/4 : RUN go mod download [2023-07-19T08:10:21.064Z] ---> Running in 882b9b5e6c96 [2023-07-19T08:10:21.161Z] #30 ... [2023-07-19T08:10:21.161Z] [2023-07-19T08:10:21.161Z] #19 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-07-19T08:10:21.161Z] #19 DONE 0.0s [2023-07-19T08:10:21.161Z] [2023-07-19T08:10:21.161Z] #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:10:21.161Z] #30 DONE 0.7s [2023-07-19T08:10:21.161Z] [2023-07-19T08:10:21.161Z] #31 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:10:21.161Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:10:21.420Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:10:21.420Z] #31 sha256:81a4480db344455c6e0dbbca3188962273b5eb5c22efa3fef05824de6048bfa8 528B / 528B done [2023-07-19T08:10:21.420Z] #31 sha256:1f73a9d63274924f077b22c7e5a894667cb6a7073638e7d5df3b43be14d1c9ab 1.47kB / 1.47kB done [2023-07-19T08:10:21.420Z] #31 sha256:81a4480db344455c6e0dbbca3188962273b5eb5c22efa3fef05824de6048bfa8 528B / 528B done [2023-07-19T08:10:21.420Z] #31 sha256:1f73a9d63274924f077b22c7e5a894667cb6a7073638e7d5df3b43be14d1c9ab 1.47kB / 1.47kB done [2023-07-19T08:10:21.420Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:10:21.677Z] #31 DONE 0.5s [2023-07-19T08:10:21.677Z] [2023-07-19T08:10:21.677Z] #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-07-19T08:10:24.954Z] #32 DONE 3.2s [2023-07-19T08:10:24.954Z] [2023-07-19T08:10:24.954Z] #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-07-19T08:10:30.237Z] #33 ... [2023-07-19T08:10:30.237Z] [2023-07-19T08:10:30.237Z] #34 [security-proxy-setup internal] load build context [2023-07-19T08:10:30.237Z] #34 transferring context: 277.50MB 7.9s [2023-07-19T08:10:30.237Z] #34 transferring context: 359.20MB 8.9s done [2023-07-19T08:10:30.803Z] #34 ... [2023-07-19T08:10:30.803Z] [2023-07-19T08:10:30.803Z] #35 [security-spire-config internal] load build context [2023-07-19T08:10:30.803Z] #35 transferring context: 359.20MB 9.1s done [2023-07-19T08:10:31.368Z] #35 ... [2023-07-19T08:10:31.368Z] [2023-07-19T08:10:31.368Z] #36 [core-metadata internal] load build context [2023-07-19T08:10:31.368Z] #36 ... [2023-07-19T08:10:31.368Z] [2023-07-19T08:10:31.368Z] #37 [security-spire-server internal] load build context [2023-07-19T08:10:31.368Z] #37 transferring context: 359.20MB 9.0s done [2023-07-19T08:10:31.368Z] #37 ... [2023-07-19T08:10:31.368Z] [2023-07-19T08:10:31.368Z] #38 [core-data internal] load build context [2023-07-19T08:10:31.934Z] #38 ... [2023-07-19T08:10:31.934Z] [2023-07-19T08:10:31.934Z] #39 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-07-19T08:10:31.934Z] #39 ... [2023-07-19T08:10:31.934Z] [2023-07-19T08:10:31.934Z] #40 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-07-19T08:10:32.190Z] #40 ... [2023-07-19T08:10:32.190Z] [2023-07-19T08:10:32.190Z] #41 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-19T08:10:32.190Z] #41 ... [2023-07-19T08:10:32.190Z] [2023-07-19T08:10:32.190Z] #42 [security-spire-agent internal] load build context [2023-07-19T08:10:32.462Z] #42 ... [2023-07-19T08:10:32.462Z] [2023-07-19T08:10:32.462Z] #43 [security-spiffe-token-provider internal] load build context [2023-07-19T08:10:32.462Z] #43 ... [2023-07-19T08:10:32.462Z] [2023-07-19T08:10:32.462Z] #44 [security-bootstrapper internal] load build context [2023-07-19T08:10:32.462Z] #44 ... [2023-07-19T08:10:32.462Z] [2023-07-19T08:10:32.462Z] #45 [support-scheduler internal] load build context [2023-07-19T08:10:32.720Z] #45 ... [2023-07-19T08:10:32.720Z] [2023-07-19T08:10:32.720Z] #46 [security-proxy-auth internal] load build context [2023-07-19T08:10:32.720Z] #46 transferring context: 359.20MB 8.8s done [2023-07-19T08:10:32.720Z] #46 ... [2023-07-19T08:10:32.720Z] [2023-07-19T08:10:32.720Z] #47 [core-command internal] load build context [2023-07-19T08:10:32.979Z] #47 ... [2023-07-19T08:10:32.979Z] [2023-07-19T08:10:32.979Z] #48 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-07-19T08:10:32.979Z] #0 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:32.979Z] #0 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:32.979Z] #0 10.82 (1/4) Installing ca-certificates (20230506-r0) [2023-07-19T08:10:32.979Z] #0 10.84 (2/4) Installing dumb-init (1.2.5-r2) [2023-07-19T08:10:32.979Z] #0 10.84 (3/4) Installing su-exec (0.2-r2) [2023-07-19T08:10:32.979Z] #0 10.85 (4/4) Installing yq (4.30.4-r4) [2023-07-19T08:10:32.979Z] #0 10.91 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:10:32.979Z] #0 10.91 Executing ca-certificates-20230506-r0.trigger [2023-07-19T08:10:32.979Z] #0 10.98 OK: 17 MiB in 19 packages [2023-07-19T08:10:32.979Z] #48 ... [2023-07-19T08:10:32.979Z] [2023-07-19T08:10:32.979Z] #49 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:10:33.238Z] #49 ... [2023-07-19T08:10:33.238Z] [2023-07-19T08:10:33.238Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:10:33.238Z] #50 transferring context: 359.20MB 9.1s done [2023-07-19T08:10:33.238Z] #50 ... [2023-07-19T08:10:33.238Z] [2023-07-19T08:10:33.238Z] #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-07-19T08:10:33.238Z] #51 ... [2023-07-19T08:10:33.238Z] [2023-07-19T08:10:33.238Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-07-19T08:10:33.238Z] #0 2.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:33.238Z] #0 2.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:33.238Z] #0 2.861 (1/1) Installing dumb-init (1.2.5-r2) [2023-07-19T08:10:33.238Z] #0 2.877 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:10:33.238Z] #0 2.893 OK: 7 MiB in 16 packages [2023-07-19T08:10:33.495Z] #52 ... [2023-07-19T08:10:33.495Z] [2023-07-19T08:10:33.495Z] #53 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-07-19T08:10:33.495Z] #0 1.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:33.495Z] #0 4.297 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:33.495Z] #0 4.497 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:10:33.495Z] #0 4.497 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:10:33.495Z] #0 4.497 OK: 17820 distinct packages available [2023-07-19T08:10:33.495Z] #0 4.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:33.495Z] #0 4.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:33.495Z] #0 4.872 (1/7) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:10:33.495Z] #0 4.902 (2/7) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:10:33.495Z] #0 4.913 (3/7) Installing dumb-init (1.2.5-r2) [2023-07-19T08:10:33.495Z] #0 4.917 (4/7) Installing musl-obstack (1.2.3-r0) [2023-07-19T08:10:33.495Z] #0 4.920 (5/7) Installing libucontext (1.2-r0) [2023-07-19T08:10:33.496Z] #0 4.923 (6/7) Installing gcompat (1.1.0-r0) [2023-07-19T08:10:33.496Z] #0 4.944 (7/7) Installing openssl (3.0.9-r2) [2023-07-19T08:10:33.496Z] #0 4.944 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:10:33.496Z] #0 4.948 OK: 8 MiB in 20 packages [2023-07-19T08:10:33.496Z] #53 ... [2023-07-19T08:10:33.496Z] [2023-07-19T08:10:33.496Z] #54 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-07-19T08:10:33.890Z] #54 ... [2023-07-19T08:10:33.890Z] [2023-07-19T08:10:33.890Z] #55 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-07-19T08:10:34.150Z] #55 ... [2023-07-19T08:10:34.150Z] [2023-07-19T08:10:34.150Z] #56 [support-notifications internal] load build context [2023-07-19T08:10:34.150Z] #56 transferring context: 359.20MB 12.2s done [2023-07-19T08:10:34.150Z] #56 ... [2023-07-19T08:10:34.150Z] [2023-07-19T08:10:34.150Z] #47 [core-command internal] load build context [2023-07-19T08:10:34.725Z] #47 transferring context: 359.20MB 13.3s done [2023-07-19T08:10:41.373Z] #47 ... [2023-07-19T08:10:41.373Z] [2023-07-19T08:10:41.373Z] #36 [core-metadata internal] load build context [2023-07-19T08:10:41.373Z] #36 transferring context: 359.20MB 12.1s done [2023-07-19T08:10:41.632Z] #36 ... [2023-07-19T08:10:41.632Z] [2023-07-19T08:10:41.632Z] #42 [security-spire-agent internal] load build context [2023-07-19T08:10:41.632Z] #42 transferring context: 359.20MB 12.9s done [2023-07-19T08:10:42.203Z] #42 ... [2023-07-19T08:10:42.203Z] [2023-07-19T08:10:42.203Z] #38 [core-data internal] load build context [2023-07-19T08:10:42.203Z] #38 transferring context: 359.20MB 11.8s done [2023-07-19T08:10:42.203Z] #38 ... [2023-07-19T08:10:42.203Z] [2023-07-19T08:10:42.203Z] #43 [security-spiffe-token-provider internal] load build context [2023-07-19T08:10:42.203Z] #43 transferring context: 359.20MB 12.9s done [2023-07-19T08:10:42.771Z] #43 ... [2023-07-19T08:10:42.771Z] [2023-07-19T08:10:42.771Z] #45 [support-scheduler internal] load build context [2023-07-19T08:10:42.771Z] #45 transferring context: 359.20MB 12.9s done [2023-07-19T08:10:43.030Z] #45 ... [2023-07-19T08:10:43.030Z] [2023-07-19T08:10:43.030Z] #44 [security-bootstrapper internal] load build context [2023-07-19T08:10:43.030Z] #44 transferring context: 359.20MB 12.2s done [2023-07-19T08:10:43.294Z] #44 ... [2023-07-19T08:10:43.294Z] [2023-07-19T08:10:43.294Z] #49 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:10:43.294Z] #49 transferring context: 359.20MB 12.2s done [2023-07-19T08:10:43.294Z] #49 ... [2023-07-19T08:10:43.294Z] [2023-07-19T08:10:43.294Z] #39 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-07-19T08:10:43.294Z] #39 13.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:43.294Z] #39 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:10:43.294Z] #39 14.13 (1/2) Installing dumb-init (1.2.5-r2) [2023-07-19T08:10:43.294Z] #39 14.14 (2/2) Installing su-exec (0.2-r2) [2023-07-19T08:10:43.294Z] #39 14.14 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:10:43.294Z] #39 14.15 OK: 7 MiB in 17 packages [2023-07-19T08:10:59.951Z] Removing intermediate container 882b9b5e6c96 [2023-07-19T08:10:59.952Z] ---> 1440b306c868 [2023-07-19T08:10:59.952Z] Successfully built 1440b306c868 [2023-07-19T08:10:59.952Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:11:00.341Z] + docker inspect -f . ci-base-image-arm64 [2023-07-19T08:11:00.341Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:11:00.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container [2023-07-19T08:11:00.674Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2023-07-19T08:11:01.847Z] $ docker top 6c41495d9cf1183162f2613045506017b7427bc9ff84d0dca7ada0d597d7cd3a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T08:11:02.714Z] + go version [2023-07-19T08:11:02.714Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-07-19T08:11:02.752Z] $ docker stop --time=1 6c41495d9cf1183162f2613045506017b7427bc9ff84d0dca7ada0d597d7cd3a [2023-07-19T08:11:04.356Z] $ docker rm -f --volumes 6c41495d9cf1183162f2613045506017b7427bc9ff84d0dca7ada0d597d7cd3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:11:05.235Z] + docker inspect -f . ci-base-image-arm64 [2023-07-19T08:11:05.235Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:11:05.483Z] prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container [2023-07-19T08:11:05.543Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2023-07-19T08:11:06.651Z] $ docker top 3ac411dac452b951e938a014b3b6bbaac1bce1a8aa4f5d3dd29174caa0b26653 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-07-19T08:11:06.891Z] ========================================================= [2023-07-19T08:11:06.891Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-07-19T08:11:06.891Z] ========================================================= [Pipeline] sh [2023-07-19T08:11:07.207Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-07-19T08:11:07.590Z] + make test [2023-07-19T08:11:07.858Z] go test -race -coverprofile=coverage.out ./... [2023-07-19T08:11:15.601Z] #39 ... [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #46 [security-proxy-auth internal] load build context [2023-07-19T08:11:15.601Z] #46 DONE 53.5s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-07-19T08:11:15.601Z] #33 DONE 50.7s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-07-19T08:11:15.601Z] #57 ... [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #39 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-07-19T08:11:15.601Z] #39 DONE 53.2s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #48 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-07-19T08:11:15.601Z] #48 DONE 53.2s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-07-19T08:11:15.601Z] #52 DONE 53.0s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #53 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-07-19T08:11:15.601Z] #53 DONE 53.1s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #37 [security-spire-server internal] load build context [2023-07-19T08:11:15.601Z] #37 DONE 53.8s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:11:15.601Z] #50 DONE 53.8s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #35 [security-spire-config internal] load build context [2023-07-19T08:11:15.601Z] #35 DONE 53.8s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #34 [security-proxy-setup internal] load build context [2023-07-19T08:11:15.601Z] #34 DONE 53.7s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #58 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:11:15.601Z] #58 ... [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #38 [core-data internal] load build context [2023-07-19T08:11:15.601Z] #38 DONE 53.8s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #36 [core-metadata internal] load build context [2023-07-19T08:11:15.601Z] #36 DONE 54.0s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #44 [security-bootstrapper internal] load build context [2023-07-19T08:11:15.601Z] #44 DONE 54.0s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #49 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:11:15.601Z] #49 DONE 54.0s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #56 [support-notifications internal] load build context [2023-07-19T08:11:15.601Z] #56 DONE 54.0s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #42 [security-spire-agent internal] load build context [2023-07-19T08:11:15.601Z] #42 DONE 54.0s [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #59 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:11:15.601Z] #59 ... [2023-07-19T08:11:15.601Z] [2023-07-19T08:11:15.601Z] #45 [support-scheduler internal] load build context [2023-07-19T08:11:15.602Z] #45 DONE 54.1s [2023-07-19T08:11:15.602Z] [2023-07-19T08:11:15.602Z] #47 [core-command internal] load build context [2023-07-19T08:11:15.602Z] #47 DONE 54.1s [2023-07-19T08:11:15.602Z] [2023-07-19T08:11:15.602Z] #43 [security-spiffe-token-provider internal] load build context [2023-07-19T08:11:15.602Z] #43 DONE 54.1s [2023-07-19T08:11:15.602Z] [2023-07-19T08:11:15.602Z] #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-07-19T08:11:15.602Z] #51 53.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:15.602Z] #51 53.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.110Z] #51 54.05 (1/1) Installing dumb-init (1.2.5-r2) [2023-07-19T08:11:16.110Z] #51 54.05 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:11:16.110Z] #51 54.06 OK: 7 MiB in 16 packages [2023-07-19T08:11:16.371Z] #51 DONE 54.5s [2023-07-19T08:11:16.371Z] [2023-07-19T08:11:16.371Z] #54 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-07-19T08:11:16.371Z] #54 53.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.371Z] #54 53.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.371Z] #54 54.02 (1/4) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:11:16.371Z] #54 54.07 (2/4) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:11:16.371Z] #54 54.08 (3/4) Installing dumb-init (1.2.5-r2) [2023-07-19T08:11:16.372Z] #54 54.09 (4/4) Installing openssl (3.0.9-r2) [2023-07-19T08:11:16.372Z] #54 54.10 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:11:16.372Z] #54 54.10 OK: 8 MiB in 17 packages [2023-07-19T08:11:16.372Z] #54 DONE 54.4s [2023-07-19T08:11:16.372Z] [2023-07-19T08:11:16.372Z] #60 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-07-19T08:11:16.372Z] #60 DONE 0.1s [2023-07-19T08:11:16.372Z] [2023-07-19T08:11:16.372Z] #41 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-19T08:11:16.372Z] #41 53.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.372Z] #41 53.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.372Z] #41 54.02 (1/2) Installing ca-certificates (20230506-r0) [2023-07-19T08:11:16.372Z] #41 54.04 (2/2) Installing dumb-init (1.2.5-r2) [2023-07-19T08:11:16.372Z] #41 54.04 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:11:16.372Z] #41 54.05 Executing ca-certificates-20230506-r0.trigger [2023-07-19T08:11:16.372Z] #41 54.48 OK: 8 MiB in 17 packages [2023-07-19T08:11:16.372Z] #41 DONE 54.6s [2023-07-19T08:11:16.372Z] [2023-07-19T08:11:16.372Z] #59 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:11:16.372Z] #59 1.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.372Z] #59 1.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.372Z] #59 1.474 OK: 265 MiB in 53 packages [2023-07-19T08:11:16.372Z] #59 DONE 1.8s [2023-07-19T08:11:16.372Z] [2023-07-19T08:11:16.372Z] #61 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:11:16.671Z] #61 DONE 0.1s [2023-07-19T08:11:16.671Z] [2023-07-19T08:11:16.671Z] #55 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-07-19T08:11:16.671Z] #55 53.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.671Z] #55 53.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.671Z] #55 54.01 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:11:16.671Z] #55 54.01 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:11:16.671Z] #55 54.01 OK: 17820 distinct packages available [2023-07-19T08:11:16.671Z] #55 54.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.671Z] #55 54.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.671Z] #55 54.49 (1/4) Installing dumb-init (1.2.5-r2) [2023-07-19T08:11:16.671Z] #55 54.50 (2/4) Installing musl-obstack (1.2.3-r0) [2023-07-19T08:11:16.671Z] #55 54.50 (3/4) Installing libucontext (1.2-r0) [2023-07-19T08:11:16.671Z] #55 54.51 (4/4) Installing gcompat (1.1.0-r0) [2023-07-19T08:11:16.671Z] #55 54.52 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:11:16.671Z] #55 54.53 OK: 7 MiB in 19 packages [2023-07-19T08:11:16.671Z] #55 DONE 54.9s [2023-07-19T08:11:16.671Z] [2023-07-19T08:11:16.671Z] #40 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-07-19T08:11:16.671Z] #40 53.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.672Z] #40 53.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.672Z] #40 54.06 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:11:16.672Z] #40 54.06 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:11:16.672Z] #40 54.06 OK: 17820 distinct packages available [2023-07-19T08:11:16.672Z] #40 54.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.672Z] #40 54.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:16.672Z] #40 54.62 (1/9) Installing ca-certificates (20230506-r0) [2023-07-19T08:11:16.672Z] #40 54.62 (2/9) Installing brotli-libs (1.0.9-r9) [2023-07-19T08:11:16.672Z] #40 54.64 (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-07-19T08:11:16.672Z] #40 54.64 (4/9) Installing libcurl (8.1.2-r0) [2023-07-19T08:11:16.672Z] #40 54.73 (5/9) Installing curl (8.1.2-r0) [2023-07-19T08:11:16.672Z] #40 54.74 (6/9) Installing dumb-init (1.2.5-r2) [2023-07-19T08:11:16.672Z] #40 54.74 (7/9) Installing musl-obstack (1.2.3-r0) [2023-07-19T08:11:16.672Z] #40 54.75 (8/9) Installing libucontext (1.2-r0) [2023-07-19T08:11:16.672Z] #40 54.75 (9/9) Installing gcompat (1.1.0-r0) [2023-07-19T08:11:16.672Z] #40 54.75 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:11:16.672Z] #40 54.76 Executing ca-certificates-20230506-r0.trigger [2023-07-19T08:11:17.669Z] #40 54.86 OK: 10 MiB in 24 packages [2023-07-19T08:11:17.669Z] #40 DONE 55.1s [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-07-19T08:11:17.669Z] #57 1.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:17.669Z] #57 1.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:17.669Z] #57 2.000 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:11:17.669Z] #57 2.000 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:11:17.669Z] #57 2.000 OK: 17820 distinct packages available [2023-07-19T08:11:17.669Z] #57 2.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:17.669Z] #57 ... [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-07-19T08:11:17.669Z] #62 DONE 2.2s [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-07-19T08:11:17.669Z] #0 1.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:17.669Z] #0 1.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:17.669Z] #0 1.983 OK: 265 MiB in 53 packages [2023-07-19T08:11:17.669Z] #63 DONE 2.2s [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #64 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-07-19T08:11:17.669Z] #0 1.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:17.669Z] #0 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:17.669Z] #0 1.974 OK: 265 MiB in 53 packages [2023-07-19T08:11:17.669Z] #64 DONE 2.2s [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #65 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-07-19T08:11:17.669Z] #65 DONE 0.1s [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:11:17.669Z] #66 DONE 0.1s [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #67 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-07-19T08:11:17.669Z] #67 DONE 0.1s [2023-07-19T08:11:17.669Z] [2023-07-19T08:11:17.669Z] #58 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:11:17.669Z] #58 2.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:18.305Z] #58 3.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:18.305Z] #58 ... [2023-07-19T08:11:18.305Z] [2023-07-19T08:11:18.305Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-07-19T08:11:18.305Z] #57 3.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-07-19T08:11:18.305Z] #57 3.300 OK: 265 MiB in 53 packages [2023-07-19T08:11:18.305Z] #57 DONE 3.6s [2023-07-19T08:11:18.697Z] [2023-07-19T08:11:18.697Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:11:18.697Z] #68 DONE 0.0s [2023-07-19T08:11:18.697Z] [2023-07-19T08:11:18.697Z] #69 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:11:19.269Z] #69 ... [2023-07-19T08:11:19.269Z] [2023-07-19T08:11:19.269Z] #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:11:19.269Z] #58 4.313 OK: 265 MiB in 53 packages [2023-07-19T08:11:19.269Z] #58 DONE 4.4s [2023-07-19T08:11:19.269Z] [2023-07-19T08:11:19.269Z] #70 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:11:19.269Z] #70 DONE 0.1s [2023-07-19T08:11:19.526Z] [2023-07-19T08:11:19.526Z] #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:11:27.647Z] #71 ... [2023-07-19T08:11:27.647Z] [2023-07-19T08:11:27.647Z] #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:11:27.647Z] #72 ... [2023-07-19T08:11:27.647Z] [2023-07-19T08:11:27.647Z] #73 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:11:27.647Z] #73 ... [2023-07-19T08:11:27.647Z] [2023-07-19T08:11:27.647Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:11:46.729Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-07-19T08:12:23.909Z] #74 ... [2023-07-19T08:12:23.909Z] [2023-07-19T08:12:23.909Z] #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:23.909Z] #71 DONE 61.8s [2023-07-19T08:12:23.909Z] [2023-07-19T08:12:23.909Z] #73 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:23.909Z] #73 DONE 64.0s [2023-07-19T08:12:23.909Z] [2023-07-19T08:12:23.909Z] #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:23.909Z] #72 DONE 64.7s [2023-07-19T08:12:23.909Z] [2023-07-19T08:12:23.909Z] #75 [security-spire-server builder 6/9] COPY . . [2023-07-19T08:12:23.909Z] #75 ... [2023-07-19T08:12:23.909Z] [2023-07-19T08:12:23.909Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:23.909Z] #74 DONE 64.1s [2023-07-19T08:12:23.909Z] [2023-07-19T08:12:23.909Z] #69 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:23.909Z] #69 DONE 62.7s [2023-07-19T08:12:23.909Z] [2023-07-19T08:12:23.909Z] #76 [support-notifications builder 6/7] COPY . . [2023-07-19T08:12:32.097Z] #76 ... [2023-07-19T08:12:32.097Z] [2023-07-19T08:12:32.097Z] #77 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-07-19T08:12:32.097Z] #77 ... [2023-07-19T08:12:32.097Z] [2023-07-19T08:12:32.097Z] #78 [security-secretstore-setup builder 6/7] COPY . . [2023-07-19T08:12:32.097Z] #78 ... [2023-07-19T08:12:32.097Z] [2023-07-19T08:12:32.097Z] #79 [security-spiffe-token-provider builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #79 ... [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #76 [support-notifications builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #76 DONE 17.2s [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #78 [security-secretstore-setup builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #78 DONE 17.3s [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #80 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #81 [security-bootstrapper builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #81 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #82 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #75 [security-spire-server builder 6/9] COPY . . [2023-07-19T08:12:38.684Z] #75 DONE 17.3s [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #77 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #77 DONE 17.3s [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #83 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #83 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #84 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #85 [core-metadata builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #85 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #86 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #86 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #87 [core-data builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #87 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #88 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #89 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #90 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #91 [support-scheduler builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #91 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #92 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #92 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #93 [security-proxy-auth builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #93 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #94 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #94 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #95 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #95 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #96 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #96 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #97 [core-command builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #97 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #79 [security-spiffe-token-provider builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #79 DONE 17.3s [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #98 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #98 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #99 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #100 [security-proxy-setup builder 6/7] COPY . . [2023-07-19T08:12:38.684Z] #100 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #101 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-07-19T08:12:38.684Z] #101 ... [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #102 [security-spire-config builder 6/9] COPY . . [2023-07-19T08:12:38.684Z] #102 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #103 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-07-19T08:12:38.684Z] #103 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #104 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:38.684Z] #104 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #105 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-07-19T08:12:38.684Z] #105 CACHED [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #106 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-07-19T08:12:38.684Z] #106 DONE 0.2s [2023-07-19T08:12:38.684Z] [2023-07-19T08:12:38.684Z] #107 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:12:38.684Z] #0 0.442 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-07-19T08:12:42.927Z] #107 ... [2023-07-19T08:12:42.927Z] [2023-07-19T08:12:42.927Z] #108 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-07-19T08:12:42.927Z] #108 DONE 4.1s [2023-07-19T08:12:42.927Z] [2023-07-19T08:12:42.927Z] #109 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-07-19T08:12:42.927Z] #109 DONE 4.3s [2023-07-19T08:12:42.927Z] [2023-07-19T08:12:42.927Z] #110 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-07-19T08:12:43.875Z] #110 ... [2023-07-19T08:12:43.875Z] [2023-07-19T08:12:43.875Z] #111 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-07-19T08:12:43.875Z] #111 DONE 1.2s [2023-07-19T08:12:44.134Z] [2023-07-19T08:12:44.134Z] #110 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-07-19T08:12:44.134Z] #110 DONE 1.1s [2023-07-19T08:12:44.134Z] [2023-07-19T08:12:44.134Z] #112 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-07-19T08:12:44.134Z] #0 1.116 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-07-19T08:12:44.394Z] #112 ... [2023-07-19T08:12:44.394Z] [2023-07-19T08:12:44.394Z] #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:12:44.394Z] #113 DONE 0.1s [2023-07-19T08:12:44.394Z] [2023-07-19T08:12:44.394Z] #114 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:12:44.654Z] #114 DONE 0.1s [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #115 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-07-19T08:12:44.654Z] #115 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #116 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-07-19T08:12:44.654Z] #116 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #117 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:12:44.654Z] #117 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #118 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:12:44.654Z] #118 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #119 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-07-19T08:12:44.654Z] #119 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #120 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:12:44.654Z] #120 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #121 [security-spire-agent builder 6/9] COPY . . [2023-07-19T08:12:44.654Z] #121 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #122 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-07-19T08:12:44.654Z] #122 CACHED [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #123 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:12:44.654Z] #123 DONE 0.1s [2023-07-19T08:12:44.654Z] [2023-07-19T08:12:44.654Z] #124 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:12:46.037Z] #124 DONE 1.5s [2023-07-19T08:12:46.037Z] [2023-07-19T08:12:46.037Z] #125 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:12:46.037Z] #125 DONE 1.4s [2023-07-19T08:12:46.037Z] [2023-07-19T08:12:46.037Z] #126 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:12:46.404Z] #126 ... [2023-07-19T08:12:46.404Z] [2023-07-19T08:12:46.404Z] #127 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-07-19T08:12:46.404Z] #127 DONE 1.6s [2023-07-19T08:12:46.665Z] [2023-07-19T08:12:46.665Z] #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:12:48.050Z] #128 ... [2023-07-19T08:12:48.050Z] [2023-07-19T08:12:48.050Z] #126 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:12:48.050Z] #126 DONE 2.0s [2023-07-19T08:12:48.050Z] [2023-07-19T08:12:48.050Z] #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-07-19T08:12:48.050Z] #129 DONE 2.0s [2023-07-19T08:12:48.311Z] [2023-07-19T08:12:48.311Z] #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:12:48.311Z] #128 DONE 2.0s [2023-07-19T08:12:48.311Z] [2023-07-19T08:12:48.311Z] #130 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-07-19T08:12:48.587Z] #130 ... [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #131 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-07-19T08:12:48.587Z] #131 DONE 0.2s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #132 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-07-19T08:12:48.587Z] #132 DONE 0.2s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-07-19T08:12:48.587Z] #0 0.650 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-07-19T08:12:48.587Z] #133 ... [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #130 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-07-19T08:12:48.587Z] #130 DONE 0.3s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #134 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-07-19T08:12:48.587Z] #134 DONE 0.2s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #135 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-07-19T08:12:48.587Z] #135 DONE 0.1s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-07-19T08:12:48.587Z] #0 1.437 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-07-19T08:12:48.587Z] #136 ... [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #137 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-07-19T08:12:48.587Z] #137 DONE 0.1s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #138 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-07-19T08:12:48.587Z] #138 DONE 0.1s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #139 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-07-19T08:12:48.587Z] #139 DONE 0.1s [2023-07-19T08:12:48.587Z] [2023-07-19T08:12:48.587Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:12:48.587Z] #0 0.905 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-07-19T08:12:48.848Z] #140 ... [2023-07-19T08:12:48.848Z] [2023-07-19T08:12:48.848Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-07-19T08:12:48.848Z] #0 0.697 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-07-19T08:12:48.848Z] #141 ... [2023-07-19T08:12:48.848Z] [2023-07-19T08:12:48.848Z] #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-07-19T08:12:48.848Z] #0 0.864 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-07-19T08:12:49.108Z] #142 ... [2023-07-19T08:12:49.108Z] [2023-07-19T08:12:49.108Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-07-19T08:12:49.108Z] #0 0.864 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-07-19T08:12:49.370Z] #143 ... [2023-07-19T08:12:49.370Z] [2023-07-19T08:12:49.370Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-07-19T08:12:49.370Z] #0 1.379 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-07-19T08:12:49.370Z] #144 ... [2023-07-19T08:12:49.370Z] [2023-07-19T08:12:49.370Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:12:49.370Z] #0 1.117 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-07-19T08:12:49.629Z] #145 ... [2023-07-19T08:12:49.630Z] [2023-07-19T08:12:49.630Z] #146 [security-spire-agent] exporting to image [2023-07-19T08:12:49.630Z] #146 exporting layers 0.8s done [2023-07-19T08:12:49.630Z] #146 writing image sha256:ef523f72c1ec48e04f96e6c4abe0c0960f8f4918a73708d1d66c2dcace30daf0 0.0s done [2023-07-19T08:12:49.630Z] #146 writing image sha256:edd7e6841b263b54a4bb38936759818cdc066280f2ad8556bff4e79edb0babce done [2023-07-19T08:12:49.630Z] #146 naming to docker.io/library/security-spire-config done [2023-07-19T08:12:49.630Z] #146 naming to docker.io/library/security-spire-server done [2023-07-19T08:12:49.630Z] #146 writing image sha256:d6aa38d0628b627b4f37886ad61f7cc4111e96f2a505c378b9a00e9bce35ce3d done [2023-07-19T08:12:49.630Z] #146 naming to docker.io/library/security-spire-agent done [2023-07-19T08:12:49.630Z] #146 DONE 0.9s [2023-07-19T08:12:49.630Z] [2023-07-19T08:12:49.630Z] #101 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-07-19T08:12:49.630Z] #101 1.483 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-07-19T08:13:38.400Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-07-19T08:13:38.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-07-19T08:13:41.751Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-07-19T08:13:41.751Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-07-19T08:13:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-07-19T08:13:41.751Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-07-19T08:13:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-07-19T08:13:56.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-07-19T08:13:56.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.362s coverage: 28.7% of statements [2023-07-19T08:13:57.755Z] #101 ... [2023-07-19T08:13:57.755Z] [2023-07-19T08:13:57.755Z] #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-07-19T08:13:57.755Z] #133 70.69 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-07-19T08:14:06.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.280s coverage: 98.5% of statements [2023-07-19T08:14:11.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-07-19T08:14:11.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-07-19T08:14:11.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-07-19T08:14:14.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.417s coverage: 71.5% of statements [2023-07-19T08:14:15.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-07-19T08:14:15.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-07-19T08:14:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.360s coverage: 54.0% of statements [2023-07-19T08:14:19.761Z] #133 ... [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-07-19T08:14:19.761Z] #142 DONE 99.0s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-07-19T08:14:19.761Z] #141 DONE 99.0s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-07-19T08:14:19.761Z] #143 DONE 99.1s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #147 ... [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #101 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-07-19T08:14:19.761Z] #101 DONE 99.1s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-07-19T08:14:19.761Z] #144 DONE 99.3s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:14:19.761Z] #145 DONE 99.4s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #148 ... [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #107 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:14:19.761Z] #107 DONE 99.6s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:14:19.761Z] #140 DONE 99.6s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-07-19T08:14:19.761Z] #133 DONE 99.6s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #149 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #149 ... [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #112 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-07-19T08:14:19.761Z] #112 DONE 99.8s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-07-19T08:14:19.761Z] #136 DONE 99.8s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #150 ... [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #151 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #151 DONE 1.0s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #152 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #152 DONE 0.8s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #148 DONE 1.0s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #147 DONE 1.1s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #149 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #149 DONE 0.5s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #150 DONE 0.5s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #153 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-07-19T08:14:19.761Z] #153 DONE 0.5s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #154 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #154 ... [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #155 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #155 DONE 0.2s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #156 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #156 DONE 0.2s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #157 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #157 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #158 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #158 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #159 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #159 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #160 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #160 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #161 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #161 DONE 0.2s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #162 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #162 DONE 0.3s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #163 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #163 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #164 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #164 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #165 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #165 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #166 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:19.761Z] #166 CACHED [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #167 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #167 DONE 0.2s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #154 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:19.761Z] #154 DONE 0.2s [2023-07-19T08:14:19.761Z] [2023-07-19T08:14:19.761Z] #168 [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-07-19T08:14:21.141Z] #168 DONE 2.2s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #169 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-07-19T08:14:21.141Z] #169 DONE 2.3s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #170 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-07-19T08:14:21.141Z] #170 DONE 2.3s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #171 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-07-19T08:14:21.141Z] #171 DONE 2.3s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #172 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:21.141Z] #172 ... [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #173 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-07-19T08:14:21.141Z] #173 DONE 2.4s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #174 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-07-19T08:14:21.141Z] #174 DONE 2.4s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #175 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-07-19T08:14:21.141Z] #175 DONE 2.4s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #176 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-07-19T08:14:21.141Z] #176 DONE 2.4s [2023-07-19T08:14:21.141Z] [2023-07-19T08:14:21.141Z] #177 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-07-19T08:14:21.141Z] #177 DONE 2.4s [2023-07-19T08:14:21.400Z] [2023-07-19T08:14:21.400Z] #178 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-07-19T08:14:21.400Z] #178 DONE 2.5s [2023-07-19T08:14:21.400Z] [2023-07-19T08:14:21.400Z] #179 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-07-19T08:14:21.400Z] #179 DONE 2.7s [2023-07-19T08:14:21.400Z] [2023-07-19T08:14:21.400Z] #180 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-07-19T08:14:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-07-19T08:14:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-07-19T08:14:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:14:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-07-19T08:14:21.969Z] #180 ... [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #181 [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-07-19T08:14:21.969Z] #181 DONE 0.7s [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #182 [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-07-19T08:14:21.969Z] #182 DONE 0.7s [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #172 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:21.969Z] #172 DONE 0.8s [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #183 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-07-19T08:14:21.969Z] #183 DONE 0.8s [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #146 [security-spiffe-token-provider] exporting to image [2023-07-19T08:14:21.969Z] #146 exporting layers [2023-07-19T08:14:21.969Z] #146 ... [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #184 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:21.969Z] #184 DONE 0.8s [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #185 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:21.969Z] #185 DONE 0.8s [2023-07-19T08:14:21.969Z] [2023-07-19T08:14:21.969Z] #146 [core-data] exporting to image [2023-07-19T08:14:22.227Z] #146 ... [2023-07-19T08:14:22.227Z] [2023-07-19T08:14:22.227Z] #186 [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-07-19T08:14:22.227Z] #186 DONE 0.9s [2023-07-19T08:14:22.227Z] [2023-07-19T08:14:22.227Z] #187 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:22.227Z] #187 DONE 0.9s [2023-07-19T08:14:22.227Z] [2023-07-19T08:14:22.227Z] #188 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:22.227Z] #188 DONE 1.0s [2023-07-19T08:14:22.227Z] [2023-07-19T08:14:22.227Z] #146 [support-notifications] exporting to image [2023-07-19T08:14:22.485Z] #146 ... [2023-07-19T08:14:22.485Z] [2023-07-19T08:14:22.485Z] #189 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:22.485Z] #189 DONE 1.0s [2023-07-19T08:14:22.485Z] [2023-07-19T08:14:22.485Z] #180 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:14:22.485Z] #180 DONE 1.1s [2023-07-19T08:14:22.485Z] [2023-07-19T08:14:22.485Z] #146 [support-notifications] exporting to image [2023-07-19T08:14:22.485Z] #146 exporting layers 0.7s done [2023-07-19T08:14:22.743Z] #146 ... [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #190 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:14:22.743Z] #190 DONE 0.7s [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #191 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-07-19T08:14:22.743Z] #191 DONE 0.7s [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #146 [support-notifications] exporting to image [2023-07-19T08:14:22.743Z] #146 exporting layers 0.6s done [2023-07-19T08:14:22.743Z] #146 writing image sha256:1ebe99947dc1260970fe6b732e092792774fefec5115643282ab00aded639f71 [2023-07-19T08:14:22.743Z] #146 ... [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-07-19T08:14:22.743Z] #192 DONE 0.6s [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #193 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-07-19T08:14:22.743Z] #193 DONE 0.5s [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #194 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-07-19T08:14:22.743Z] #194 DONE 0.3s [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #195 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:14:22.743Z] #195 DONE 0.3s [2023-07-19T08:14:22.743Z] [2023-07-19T08:14:22.743Z] #146 [core-command] exporting to image [2023-07-19T08:14:22.743Z] #146 exporting layers 0.4s done [2023-07-19T08:14:22.743Z] #146 writing image sha256:1ebe99947dc1260970fe6b732e092792774fefec5115643282ab00aded639f71 0.0s done [2023-07-19T08:14:22.743Z] #146 writing image sha256:d95cb1c56ec276bcde316b3965f6edfb5120e30a03ac51371a090a96e1e8daed done [2023-07-19T08:14:22.743Z] #146 naming to docker.io/library/support-scheduler 0.0s done [2023-07-19T08:14:22.743Z] #146 naming to docker.io/library/security-spiffe-token-provider done [2023-07-19T08:14:22.743Z] #146 writing image sha256:2aee49cb6c01ade67e67e4bf5aaf230f37320d77fb3630c194879de1c07d3e0f done [2023-07-19T08:14:22.743Z] #146 naming to docker.io/library/core-command done [2023-07-19T08:14:22.743Z] #146 writing image sha256:0dc6b00b3a36274edcef7e8e8aa4e71b4af074756761ef6240fdbf2e0b89338e [2023-07-19T08:14:23.003Z] #146 writing image sha256:0dc6b00b3a36274edcef7e8e8aa4e71b4af074756761ef6240fdbf2e0b89338e done [2023-07-19T08:14:23.003Z] #146 naming to docker.io/library/core-data done [2023-07-19T08:14:23.003Z] #146 writing image sha256:f77490a778f20f48f6caa494ad9c012e95fd4f0ccae3c0b63bcf183c10a1e3a1 [2023-07-19T08:14:23.003Z] #146 exporting layers 0.3s done [2023-07-19T08:14:23.003Z] #146 writing image sha256:f77490a778f20f48f6caa494ad9c012e95fd4f0ccae3c0b63bcf183c10a1e3a1 0.2s done [2023-07-19T08:14:23.003Z] #146 naming to docker.io/library/support-notifications done [2023-07-19T08:14:23.261Z] #146 writing image sha256:4227a83e321a62feb7d013d379c489158e838efc67367f0d7cc80973c3bf421c [2023-07-19T08:14:23.520Z] #146 writing image sha256:4227a83e321a62feb7d013d379c489158e838efc67367f0d7cc80973c3bf421c done [2023-07-19T08:14:23.520Z] #146 naming to docker.io/library/core-metadata done [2023-07-19T08:14:23.520Z] #146 DONE 2.4s [2023-07-19T08:14:23.520Z] [2023-07-19T08:14:23.520Z] #196 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-07-19T08:14:23.520Z] #196 DONE 0.7s [2023-07-19T08:14:23.520Z] [2023-07-19T08:14:23.520Z] #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-07-19T08:14:23.520Z] #197 DONE 0.7s [2023-07-19T08:14:23.520Z] [2023-07-19T08:14:23.520Z] #198 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:14:23.520Z] #198 DONE 0.8s [2023-07-19T08:14:23.520Z] [2023-07-19T08:14:23.520Z] #199 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-07-19T08:14:23.778Z] #199 DONE 0.4s [2023-07-19T08:14:23.778Z] [2023-07-19T08:14:23.778Z] #200 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-07-19T08:14:23.778Z] #200 DONE 0.4s [2023-07-19T08:14:23.778Z] [2023-07-19T08:14:23.778Z] #201 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-07-19T08:14:24.036Z] #201 DONE 0.2s [2023-07-19T08:14:24.036Z] [2023-07-19T08:14:24.036Z] #202 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:14:24.036Z] #202 DONE 1.2s [2023-07-19T08:14:24.036Z] [2023-07-19T08:14:24.036Z] #203 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:14:24.036Z] #203 DONE 1.2s [2023-07-19T08:14:24.036Z] [2023-07-19T08:14:24.037Z] #204 [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-07-19T08:14:24.037Z] #204 DONE 0.2s [2023-07-19T08:14:24.037Z] [2023-07-19T08:14:24.037Z] #205 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:14:24.037Z] #205 ... [2023-07-19T08:14:24.037Z] [2023-07-19T08:14:24.037Z] #206 [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-07-19T08:14:24.037Z] #206 DONE 0.1s [2023-07-19T08:14:24.296Z] [2023-07-19T08:14:24.296Z] #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-07-19T08:14:24.296Z] #207 DONE 0.1s [2023-07-19T08:14:24.296Z] [2023-07-19T08:14:24.296Z] #146 [security-proxy-auth] exporting to image [2023-07-19T08:14:24.296Z] #146 exporting layers 0.2s done [2023-07-19T08:14:24.296Z] #146 writing image sha256:6a5fe2887d500aedb4da39c02eeda00987d0e547bffe2c787c621a30975bf769 done [2023-07-19T08:14:24.296Z] #146 naming to docker.io/library/security-proxy-setup done [2023-07-19T08:14:24.296Z] #146 writing image sha256:1d32408467fdc65d1670750965acdc2c1ce68ca56826c40aee1364ac92d3c8b1 0.0s done [2023-07-19T08:14:24.296Z] #146 naming to docker.io/library/core-common-config-bootstrapper done [2023-07-19T08:14:24.296Z] #146 writing image sha256:8b852e46844bf21e6ba1eb5b81d9c6e531ecfed5496714228c8aef5d76bc109d done [2023-07-19T08:14:24.296Z] #146 naming to docker.io/library/security-proxy-auth done [2023-07-19T08:14:24.296Z] #146 DONE 2.9s [2023-07-19T08:14:24.296Z] [2023-07-19T08:14:24.296Z] #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-07-19T08:14:24.296Z] #208 DONE 0.1s [2023-07-19T08:14:24.296Z] [2023-07-19T08:14:24.296Z] #205 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:14:24.863Z] #205 DONE 0.8s [2023-07-19T08:14:24.863Z] [2023-07-19T08:14:24.863Z] #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-07-19T08:14:24.863Z] #209 DONE 0.6s [2023-07-19T08:14:24.863Z] [2023-07-19T08:14:24.863Z] #146 [security-secretstore-setup] exporting to image [2023-07-19T08:14:25.122Z] #146 exporting layers 0.5s done [2023-07-19T08:14:25.122Z] #146 writing image sha256:1ef915ec0732fb543c6666d6d832545c752c9029d336083fe7ebf3f5b46fa580 0.0s done [2023-07-19T08:14:25.122Z] #146 naming to docker.io/library/security-secretstore-setup [2023-07-19T08:14:25.382Z] #146 exporting layers 0.4s done [2023-07-19T08:14:25.382Z] #146 naming to docker.io/library/security-secretstore-setup done [2023-07-19T08:14:25.382Z] #146 writing image sha256:54667b56dae905feaf9c6693781ed3e60a2e779034d26921a051e27c8e900fef done [2023-07-19T08:14:25.382Z] #146 naming to docker.io/library/security-bootstrapper done [2023-07-19T08:14:25.382Z] #146 DONE 3.5s [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:14:25.382Z] time="2023-07-19T08:10:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-07-19T08:14:25.431Z] $ docker stop --time=1 a72e478a6b3275f1bb50de722e5ebfdfae913a2bef3e2a104a0505b48ccfe773 [2023-07-19T08:14:26.791Z] $ docker rm -f --volumes a72e478a6b3275f1bb50de722e5ebfdfae913a2bef3e2a104a0505b48ccfe773 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-19T08:14:27.190Z] + docker images [2023-07-19T08:14:27.190Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-07-19T08:14:27.190Z] security-secretstore-setup latest 1ef915ec0732 2 seconds ago 43.6MB [2023-07-19T08:14:27.190Z] security-bootstrapper latest 54667b56dae9 2 seconds ago 22.7MB [2023-07-19T08:14:27.190Z] security-proxy-setup latest 6a5fe2887d50 3 seconds ago 24.1MB [2023-07-19T08:14:27.190Z] core-common-config-bootstrapper latest 1d32408467fd 3 seconds ago 17.8MB [2023-07-19T08:14:27.190Z] security-proxy-auth latest 8b852e46844b 3 seconds ago 18.9MB [2023-07-19T08:14:27.190Z] support-notifications latest f77490a778f2 4 seconds ago 33MB [2023-07-19T08:14:27.190Z] core-metadata latest 4227a83e321a 4 seconds ago 21.1MB [2023-07-19T08:14:27.190Z] core-command latest 2aee49cb6c01 4 seconds ago 20.5MB [2023-07-19T08:14:27.190Z] core-data latest 0dc6b00b3a36 5 seconds ago 20.7MB [2023-07-19T08:14:27.190Z] support-scheduler latest d95cb1c56ec2 5 seconds ago 32.4MB [2023-07-19T08:14:27.190Z] security-spiffe-token-provider latest 1ebe99947dc1 5 seconds ago 33.4MB [2023-07-19T08:14:27.190Z] security-spire-server latest edd7e6841b26 About a minute ago 107MB [2023-07-19T08:14:27.190Z] security-spire-agent latest d6aa38d0628b About a minute ago 166MB [2023-07-19T08:14:27.190Z] security-spire-config latest ef523f72c1ec About a minute ago 102MB [2023-07-19T08:14:27.190Z] ci-base-image-x86_64 latest cb6979954539 6 minutes ago 1.06GB [2023-07-19T08:14:27.190Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 6 days ago 696MB [2023-07-19T08:14:27.190Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 6 weeks ago 334MB [2023-07-19T08:14:27.190Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 12 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-07-19T08:14:31.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-07-19T08:14:31.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-07-19T08:14:34.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.682s coverage: 88.5% of statements [2023-07-19T08:14:34.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.482s coverage: 3.8% of statements [2023-07-19T08:14:45.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-07-19T08:14:45.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:14:45.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-07-19T08:14:45.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.501s coverage: 95.6% of statements [2023-07-19T08:14:45.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-07-19T08:14:45.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-07-19T08:14:45.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-07-19T08:14:45.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-07-19T08:14:45.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-07-19T08:14:45.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-07-19T08:14:45.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-07-19T08:14:46.125Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.211s coverage: 72.2% of statements [2023-07-19T08:14:56.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-07-19T08:14:56.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-07-19T08:14:56.194Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.407s coverage: 0.9% of statements [2023-07-19T08:14:56.194Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.277s coverage: 31.9% of statements [2023-07-19T08:14:59.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.280s coverage: 42.9% of statements [2023-07-19T08:15:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.234s coverage: 82.9% of statements [2023-07-19T08:15:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.247s coverage: 94.1% of statements [2023-07-19T08:15:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.287s coverage: 96.3% of statements [2023-07-19T08:15:02.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.210s coverage: 87.5% of statements [2023-07-19T08:15:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-07-19T08:15:05.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-07-19T08:15:05.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-07-19T08:15:05.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-07-19T08:15:07.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-07-19T08:15:07.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-07-19T08:15:07.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-07-19T08:15:07.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-07-19T08:15:15.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.212s coverage: 94.4% of statements [2023-07-19T08:15:15.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-07-19T08:15:15.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-07-19T08:15:15.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-07-19T08:15:15.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-07-19T08:15:21.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-07-19T08:15:21.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-07-19T08:15:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.379s coverage: 79.9% of statements [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.277s coverage: 92.9% of statements [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.213s coverage: 62.3% of statements [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements [2023-07-19T08:15:29.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.462s coverage: 81.8% of statements [2023-07-19T08:15:31.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-07-19T08:15:31.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-07-19T08:15:32.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.526s coverage: 82.1% of statements [2023-07-19T08:15:32.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 86.0% of statements [2023-07-19T08:15:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-07-19T08:15:38.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-07-19T08:15:39.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.384s coverage: 63.1% of statements [2023-07-19T08:15:39.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.458s coverage: 100.0% of statements [2023-07-19T08:15:41.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 89.4% of statements [2023-07-19T08:15:41.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2023-07-19T08:15:41.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2023-07-19T08:15:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-07-19T08:15:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-07-19T08:15:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-07-19T08:15:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2023-07-19T08:15:48.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-07-19T08:15:48.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-07-19T08:15:48.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-07-19T08:15:49.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.998s coverage: 38.4% of statements [2023-07-19T08:15:49.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements [2023-07-19T08:15:53.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-07-19T08:15:53.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-07-19T08:15:53.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-07-19T08:15:53.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-07-19T08:15:53.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements [2023-07-19T08:16:00.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-07-19T08:16:00.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-07-19T08:16:00.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-07-19T08:16:00.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-07-19T08:16:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.296s coverage: 17.7% of statements [2023-07-19T08:16:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-07-19T08:16:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:16:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-07-19T08:16:07.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-07-19T08:16:07.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.551s coverage: 92.3% of statements [2023-07-19T08:16:11.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-07-19T08:16:11.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-07-19T08:16:11.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.8% of statements [2023-07-19T08:16:12.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-07-19T08:16:12.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-07-19T08:16:13.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.383s coverage: 97.7% of statements [2023-07-19T08:16:13.997Z] 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-07-19T08:16:13.997Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-07-19T08:16:13.997Z] go vet ./... [2023-07-19T08:18:50.672Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-07-19T08:18:50.672Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-07-19T08:18:50.672Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-07-19T08:18:50.711Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-07-19T08:18:51.050Z] + ls -al . [2023-07-19T08:18:51.051Z] total 716 [2023-07-19T08:18:51.051Z] drwxrwxr-x 10 1001 1001 4096 Jul 19 08:11 . [2023-07-19T08:18:51.051Z] drwxr-xr-x 4 root root 4096 Jul 19 08:11 .. [2023-07-19T08:18:51.051Z] drwxrwxr-x 2 1001 1001 4096 Jul 19 08:09 .blubracket [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 16 Jul 19 08:09 .dockerignore [2023-07-19T08:18:51.051Z] drwxrwxr-x 8 1001 1001 4096 Jul 19 08:09 .git [2023-07-19T08:18:51.051Z] drwxrwxr-x 3 1001 1001 4096 Jul 19 08:09 .github [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 1133 Jul 19 08:09 .gitignore [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 42 Jul 19 08:09 .golangci.yml [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 87 Jul 19 08:09 .hadolint.yml [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 166 Jul 19 08:09 .sonarcloud.properties [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 1171 Jul 19 08:09 ADOPTERS.md [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 11234 Jul 19 08:09 Attribution.txt [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 93407 Jul 19 08:09 CHANGELOG.md [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 3804 Jul 19 08:09 CONTRIBUTING.md [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 677 Jul 19 08:09 GOVERNANCE.md [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 883 Jul 19 08:09 Jenkinsfile [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 10775 Jul 19 08:09 LICENSE [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 14368 Jul 19 08:09 Makefile [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 582 Jul 19 08:09 OWNERS.md [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 9923 Jul 19 08:09 README.md [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 789 Jul 19 08:09 SECURITY.md [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 5 Jul 19 08:07 VERSION [2023-07-19T08:18:51.051Z] drwxrwxr-x 2 1001 1001 4096 Jul 19 08:09 bin [2023-07-19T08:18:51.051Z] drwxrwxr-x 18 1001 1001 4096 Jul 19 08:09 cmd [2023-07-19T08:18:51.051Z] -rw-r--r-- 1 root root 447019 Jul 19 08:16 coverage.out [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 3430 Jul 19 08:09 go.mod [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 32408 Jul 19 08:09 go.sum [2023-07-19T08:18:51.051Z] drwxrwxr-x 7 1001 1001 4096 Jul 19 08:09 internal [2023-07-19T08:18:51.051Z] drwxrwxr-x 3 1001 1001 4096 Jul 19 08:09 openapi [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 594 Jul 19 08:09 security.txt [2023-07-19T08:18:51.051Z] drwxrwxr-x 4 1001 1001 4096 Jul 19 08:09 snap [2023-07-19T08:18:51.051Z] -rw-rw-r-- 1 1001 1001 204 Jul 19 08:09 version.go [Pipeline] sh [2023-07-19T08:18:51.386Z] + '[' -e coverage.out ] [2023-07-19T08:18:51.387Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-07-19T08:18:51.424Z] Warning: overwriting stash ‘coverage-report’ [2023-07-19T08:18:52.145Z] Stashed 1 file(s) [Pipeline] sh [2023-07-19T08:18:52.475Z] + make build [2023-07-19T08:18:52.746Z] 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-07-19T08:20:29.346Z] 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-07-19T08:20:29.346Z] 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-07-19T08:20:29.346Z] 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-07-19T08:20:29.923Z] 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-07-19T08:21:16.723Z] 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-07-19T08:21:16.723Z] 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-07-19T08:21:22.044Z] 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-07-19T08:21:27.367Z] 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-07-19T08:21:30.705Z] 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-07-19T08:21:35.042Z] 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-07-19T08:21:41.735Z] 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-07-19T08:21:47.101Z] $ docker stop --time=1 3ac411dac452b951e938a014b3b6bbaac1bce1a8aa4f5d3dd29174caa0b26653 [2023-07-19T08:21:49.055Z] $ docker rm -f --volumes 3ac411dac452b951e938a014b3b6bbaac1bce1a8aa4f5d3dd29174caa0b26653 [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-07-19T08:21:51.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-07-19T08:21:51.704Z] [2023-07-19T08:21:51.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:21:52.091Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-07-19T08:21:52.359Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-07-19T08:21:52.359Z] 547446be3368: Pulling fs layer [2023-07-19T08:21:52.359Z] d125d8839a47: Pulling fs layer [2023-07-19T08:21:52.359Z] 3e85d5ac6304: Pulling fs layer [2023-07-19T08:21:52.359Z] c3105a71a48b: Pulling fs layer [2023-07-19T08:21:52.359Z] 0f093f025ec4: Pulling fs layer [2023-07-19T08:21:52.359Z] c3106fc0e877: Pulling fs layer [2023-07-19T08:21:52.359Z] c3105a71a48b: Waiting [2023-07-19T08:21:52.359Z] 0f093f025ec4: Waiting [2023-07-19T08:21:52.359Z] c3106fc0e877: Waiting [2023-07-19T08:21:52.359Z] 547446be3368: Verifying Checksum [2023-07-19T08:21:52.359Z] c3105a71a48b: Verifying Checksum [2023-07-19T08:21:52.359Z] c3105a71a48b: Download complete [2023-07-19T08:21:52.942Z] d125d8839a47: Verifying Checksum [2023-07-19T08:21:52.942Z] d125d8839a47: Download complete [2023-07-19T08:21:52.942Z] c3106fc0e877: Verifying Checksum [2023-07-19T08:21:52.942Z] c3106fc0e877: Download complete [2023-07-19T08:21:52.942Z] 0f093f025ec4: Verifying Checksum [2023-07-19T08:21:52.942Z] 0f093f025ec4: Download complete [2023-07-19T08:21:53.210Z] 547446be3368: Pull complete [2023-07-19T08:21:54.168Z] d125d8839a47: Pull complete [2023-07-19T08:21:54.751Z] 3e85d5ac6304: Verifying Checksum [2023-07-19T08:21:54.751Z] 3e85d5ac6304: Download complete [2023-07-19T08:22:02.963Z] 3e85d5ac6304: Pull complete [2023-07-19T08:22:02.963Z] c3105a71a48b: Pull complete [2023-07-19T08:22:03.544Z] 0f093f025ec4: Pull complete [2023-07-19T08:22:03.811Z] c3106fc0e877: Pull complete [2023-07-19T08:22:03.811Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-07-19T08:22:03.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-07-19T08:22:03.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:22:04.124Z] prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container [2023-07-19T08:22:04.186Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-07-19T08:22:06.310Z] $ docker top 8da4e2a2a327abb80466f6110e6ec8f13f2c1d5b9af857efbcd839dc1292dc71 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T08:22:06.846Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-07-19T08:22:15.053Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2023-07-19T08:22:15.053Z] #1 transferring dockerfile: [2023-07-19T08:22:15.053Z] #1 transferring dockerfile: 2.68kB done [2023-07-19T08:22:15.053Z] #1 DONE 0.1s [2023-07-19T08:22:15.639Z] [2023-07-19T08:22:15.639Z] #2 [security-spire-config internal] load build definition from Dockerfile [2023-07-19T08:22:15.639Z] #2 transferring dockerfile: 2.58kB done [2023-07-19T08:22:15.639Z] #2 DONE 0.0s [2023-07-19T08:22:15.639Z] [2023-07-19T08:22:15.639Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2023-07-19T08:22:15.639Z] #3 transferring dockerfile: 2.06kB 0.0s done [2023-07-19T08:22:15.912Z] #3 DONE 0.1s [2023-07-19T08:22:15.912Z] [2023-07-19T08:22:15.912Z] #4 [core-data internal] load build definition from Dockerfile [2023-07-19T08:22:15.912Z] #4 transferring dockerfile: 1.90kB done [2023-07-19T08:22:15.912Z] #4 DONE 0.0s [2023-07-19T08:22:15.912Z] [2023-07-19T08:22:15.912Z] #5 [support-scheduler internal] load build definition from Dockerfile [2023-07-19T08:22:15.912Z] #5 transferring dockerfile: 1.82kB done [2023-07-19T08:22:15.912Z] #5 DONE 0.1s [2023-07-19T08:22:15.912Z] [2023-07-19T08:22:15.912Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-07-19T08:22:15.912Z] #6 transferring dockerfile: 2.12kB done [2023-07-19T08:22:15.912Z] #6 DONE 0.1s [2023-07-19T08:22:15.912Z] [2023-07-19T08:22:15.912Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2023-07-19T08:22:16.184Z] #7 transferring dockerfile: 2.38kB done [2023-07-19T08:22:16.184Z] #7 DONE 0.1s [2023-07-19T08:22:16.184Z] [2023-07-19T08:22:16.184Z] #8 [core-command internal] load build definition from Dockerfile [2023-07-19T08:22:16.184Z] #8 transferring dockerfile: 1.82kB done [2023-07-19T08:22:16.184Z] #8 DONE 0.1s [2023-07-19T08:22:16.184Z] [2023-07-19T08:22:16.184Z] #9 [core-metadata internal] load build definition from Dockerfile [2023-07-19T08:22:16.184Z] #9 transferring dockerfile: 1.96kB done [2023-07-19T08:22:16.184Z] #9 DONE 0.1s [2023-07-19T08:22:16.184Z] [2023-07-19T08:22:16.184Z] #10 [security-spire-server internal] load build definition from Dockerfile [2023-07-19T08:22:16.184Z] #10 transferring dockerfile: 2.63kB 0.0s done [2023-07-19T08:22:16.184Z] #10 DONE 0.1s [2023-07-19T08:22:16.184Z] [2023-07-19T08:22:16.184Z] #11 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-07-19T08:22:16.184Z] #11 transferring dockerfile: 1.78kB done [2023-07-19T08:22:16.184Z] #11 DONE 0.1s [2023-07-19T08:22:16.454Z] [2023-07-19T08:22:16.454Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2023-07-19T08:22:16.454Z] #12 transferring dockerfile: 2.04kB done [2023-07-19T08:22:16.454Z] #12 DONE 0.1s [2023-07-19T08:22:16.454Z] [2023-07-19T08:22:16.454Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2023-07-19T08:22:16.454Z] #13 transferring dockerfile: 2.82kB 0.0s done [2023-07-19T08:22:16.454Z] #13 DONE 0.1s [2023-07-19T08:22:16.454Z] [2023-07-19T08:22:16.454Z] #14 [support-notifications internal] load build definition from Dockerfile [2023-07-19T08:22:16.454Z] #14 transferring dockerfile: 1.84kB 0.0s done [2023-07-19T08:22:16.454Z] #14 DONE 0.1s [2023-07-19T08:22:16.454Z] [2023-07-19T08:22:16.454Z] #15 [security-spire-agent internal] load .dockerignore [2023-07-19T08:22:16.454Z] #15 transferring context: [2023-07-19T08:22:16.721Z] #15 transferring context: 56B done [2023-07-19T08:22:16.721Z] #15 DONE 0.1s [2023-07-19T08:22:17.305Z] [2023-07-19T08:22:17.305Z] #16 [security-spire-config internal] load .dockerignore [2023-07-19T08:22:17.305Z] #16 transferring context: 56B done [2023-07-19T08:22:17.305Z] #16 DONE 0.0s [2023-07-19T08:22:17.305Z] [2023-07-19T08:22:17.305Z] #17 [security-proxy-setup internal] load .dockerignore [2023-07-19T08:22:17.305Z] #17 transferring context: 56B done [2023-07-19T08:22:17.305Z] #17 DONE 0.0s [2023-07-19T08:22:17.305Z] [2023-07-19T08:22:17.305Z] #18 [core-data internal] load .dockerignore [2023-07-19T08:22:17.305Z] #18 transferring context: 56B done [2023-07-19T08:22:17.305Z] #18 DONE 0.1s [2023-07-19T08:22:17.305Z] [2023-07-19T08:22:17.305Z] #19 [support-scheduler internal] load .dockerignore [2023-07-19T08:22:17.305Z] #19 transferring context: 56B 0.0s done [2023-07-19T08:22:17.305Z] #19 DONE 0.1s [2023-07-19T08:22:17.305Z] [2023-07-19T08:22:17.305Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2023-07-19T08:22:17.305Z] #20 transferring context: 56B done [2023-07-19T08:22:17.305Z] #20 DONE 0.1s [2023-07-19T08:22:17.573Z] [2023-07-19T08:22:17.573Z] #21 [security-secretstore-setup internal] load .dockerignore [2023-07-19T08:22:17.573Z] #21 transferring context: 56B done [2023-07-19T08:22:17.573Z] #21 DONE 0.1s [2023-07-19T08:22:17.573Z] [2023-07-19T08:22:17.573Z] #22 [core-metadata internal] load .dockerignore [2023-07-19T08:22:17.573Z] #22 transferring context: 56B done [2023-07-19T08:22:17.573Z] #22 DONE 0.1s [2023-07-19T08:22:17.573Z] [2023-07-19T08:22:17.573Z] #23 [core-command internal] load .dockerignore [2023-07-19T08:22:17.573Z] #23 transferring context: 56B done [2023-07-19T08:22:17.573Z] #23 DONE 0.1s [2023-07-19T08:22:17.573Z] [2023-07-19T08:22:17.573Z] #24 [security-spire-server internal] load .dockerignore [2023-07-19T08:22:17.573Z] #24 transferring context: 56B done [2023-07-19T08:22:17.573Z] #24 DONE 0.1s [2023-07-19T08:22:17.573Z] [2023-07-19T08:22:17.573Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2023-07-19T08:22:17.573Z] #25 transferring context: 56B done [2023-07-19T08:22:17.573Z] #25 DONE 0.1s [2023-07-19T08:22:17.573Z] [2023-07-19T08:22:17.573Z] #26 [security-proxy-auth internal] load .dockerignore [2023-07-19T08:22:17.844Z] #26 transferring context: 56B 0.0s done [2023-07-19T08:22:17.844Z] #26 DONE 0.1s [2023-07-19T08:22:17.844Z] [2023-07-19T08:22:17.844Z] #27 [security-bootstrapper internal] load .dockerignore [2023-07-19T08:22:17.844Z] #27 transferring context: 56B 0.0s done [2023-07-19T08:22:17.844Z] #27 DONE 0.1s [2023-07-19T08:22:17.844Z] [2023-07-19T08:22:17.844Z] #28 [support-notifications internal] load .dockerignore [2023-07-19T08:22:17.844Z] #28 transferring context: 56B 0.0s done [2023-07-19T08:22:17.844Z] #28 DONE 0.1s [2023-07-19T08:22:17.844Z] [2023-07-19T08:22:17.844Z] #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:17.844Z] #29 DONE 0.0s [2023-07-19T08:22:17.844Z] [2023-07-19T08:22:17.844Z] #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:18.428Z] #30 DONE 0.5s [2023-07-19T08:22:18.428Z] [2023-07-19T08:22:18.428Z] #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:18.428Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:18.428Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:18.428Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:18.428Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:18.693Z] #31 DONE 0.1s [2023-07-19T08:22:18.693Z] [2023-07-19T08:22:18.693Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:18.693Z] #29 DONE 0.0s [2023-07-19T08:22:18.693Z] [2023-07-19T08:22:18.693Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:18.693Z] #30 ... [2023-07-19T08:22:18.693Z] [2023-07-19T08:22:18.693Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:18.693Z] #29 DONE 0.0s [2023-07-19T08:22:18.693Z] [2023-07-19T08:22:18.693Z] #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:18.693Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:18.693Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:18.693Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:18.693Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:18.693Z] #31 DONE 0.2s [2023-07-19T08:22:18.693Z] [2023-07-19T08:22:18.693Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:18.965Z] #30 DONE 0.5s [2023-07-19T08:22:18.965Z] [2023-07-19T08:22:18.965Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:18.965Z] #29 DONE 0.0s [2023-07-19T08:22:18.965Z] [2023-07-19T08:22:18.965Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:18.965Z] #32 ... [2023-07-19T08:22:18.965Z] [2023-07-19T08:22:18.965Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:18.965Z] #29 DONE 0.0s [2023-07-19T08:22:18.965Z] [2023-07-19T08:22:18.965Z] #31 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:18.965Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:18.965Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:18.965Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:18.965Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:18.965Z] #31 DONE 0.3s [2023-07-19T08:22:18.965Z] [2023-07-19T08:22:18.965Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:19.231Z] #32 ... [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:19.231Z] #29 DONE 0.0s [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:19.231Z] #32 ... [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:19.231Z] #29 DONE 0.0s [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:19.231Z] #30 DONE 0.6s [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #31 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:19.231Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:19.231Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:19.231Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:19.231Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:19.231Z] #31 DONE 0.3s [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:19.231Z] #32 ... [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:19.231Z] #29 DONE 0.0s [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:19.231Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:19.231Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:19.231Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:19.231Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:19.231Z] #31 DONE 0.3s [2023-07-19T08:22:19.231Z] [2023-07-19T08:22:19.231Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:19.499Z] #32 ... [2023-07-19T08:22:19.499Z] [2023-07-19T08:22:19.499Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:19.499Z] #29 DONE 0.0s [2023-07-19T08:22:19.499Z] [2023-07-19T08:22:19.499Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:19.765Z] #32 ... [2023-07-19T08:22:19.765Z] [2023-07-19T08:22:19.765Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:19.765Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:19.765Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:19.765Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:19.765Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:19.765Z] #31 DONE 0.4s [2023-07-19T08:22:19.765Z] [2023-07-19T08:22:19.765Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:19.765Z] #30 DONE 0.9s [2023-07-19T08:22:19.765Z] [2023-07-19T08:22:19.765Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:19.765Z] #32 ... [2023-07-19T08:22:19.765Z] [2023-07-19T08:22:19.765Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:19.765Z] #29 DONE 0.0s [2023-07-19T08:22:19.765Z] [2023-07-19T08:22:19.765Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:20.033Z] #32 ... [2023-07-19T08:22:20.033Z] [2023-07-19T08:22:20.033Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:20.033Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:20.033Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:20.033Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:20.033Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:20.033Z] #31 DONE 0.4s [2023-07-19T08:22:20.033Z] [2023-07-19T08:22:20.033Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:20.033Z] #30 DONE 1.1s [2023-07-19T08:22:20.033Z] [2023-07-19T08:22:20.033Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:20.033Z] #32 ... [2023-07-19T08:22:20.033Z] [2023-07-19T08:22:20.033Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:20.033Z] #29 DONE 0.0s [2023-07-19T08:22:20.033Z] [2023-07-19T08:22:20.033Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:20.303Z] #32 ... [2023-07-19T08:22:20.303Z] [2023-07-19T08:22:20.303Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:20.303Z] #29 DONE 0.0s [2023-07-19T08:22:20.303Z] [2023-07-19T08:22:20.303Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:20.303Z] #32 ... [2023-07-19T08:22:20.303Z] [2023-07-19T08:22:20.303Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:20.303Z] #30 DONE 1.3s [2023-07-19T08:22:20.303Z] [2023-07-19T08:22:20.303Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:20.568Z] #32 ... [2023-07-19T08:22:20.568Z] [2023-07-19T08:22:20.568Z] #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:20.568Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:20.568Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:20.568Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:20.568Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:20.568Z] #31 DONE 0.4s [2023-07-19T08:22:20.568Z] [2023-07-19T08:22:20.568Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:20.568Z] #33 ... [2023-07-19T08:22:20.568Z] [2023-07-19T08:22:20.568Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-07-19T08:22:20.568Z] #29 DONE 0.1s [2023-07-19T08:22:20.568Z] [2023-07-19T08:22:20.568Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:20.835Z] #33 ... [2023-07-19T08:22:20.835Z] [2023-07-19T08:22:20.835Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-07-19T08:22:20.835Z] #30 DONE 1.6s [2023-07-19T08:22:20.835Z] [2023-07-19T08:22:20.835Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:20.835Z] #33 ... [2023-07-19T08:22:20.835Z] [2023-07-19T08:22:20.835Z] #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [2023-07-19T08:22:20.835Z] #31 resolve docker.io/library/alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 0.0s done [2023-07-19T08:22:20.835Z] #31 sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 1.64kB / 1.64kB done [2023-07-19T08:22:20.835Z] #31 sha256:f465359a4d1abc7defe7b9774a1077b2ccff79bc64aeab71a7296d13aa504a9a 528B / 528B done [2023-07-19T08:22:20.835Z] #31 sha256:779605e5fbc087db31393c064dfca0962114a34da8c552e41d30e720aec08885 1.49kB / 1.49kB done [2023-07-19T08:22:20.835Z] #31 DONE 0.4s [2023-07-19T08:22:20.835Z] [2023-07-19T08:22:20.835Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:21.417Z] #33 ... [2023-07-19T08:22:21.417Z] [2023-07-19T08:22:21.417Z] #34 [security-proxy-auth builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-07-19T08:22:21.417Z] #34 DONE 3.9s [2023-07-19T08:22:21.417Z] [2023-07-19T08:22:21.417Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:22.822Z] #33 transferring context: 12.81MB 3.8s [2023-07-19T08:22:23.788Z] #33 ... [2023-07-19T08:22:23.788Z] [2023-07-19T08:22:23.788Z] #35 [security-secretstore-setup builder 2/9] WORKDIR /edgex-go [2023-07-19T08:22:23.788Z] #35 DONE 3.0s [2023-07-19T08:22:23.788Z] [2023-07-19T08:22:23.788Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:28.067Z] #33 transferring context: 19.00MB 8.9s [2023-07-19T08:22:28.648Z] #33 ... [2023-07-19T08:22:28.648Z] [2023-07-19T08:22:28.648Z] #36 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-07-19T08:22:28.648Z] #0 6.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:28.648Z] #0 6.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:28.648Z] #0 9.477 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:22:28.648Z] #0 9.477 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:22:28.648Z] #0 9.477 OK: 17691 distinct packages available [2023-07-19T08:22:28.648Z] #0 10.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:28.648Z] #36 ... [2023-07-19T08:22:28.648Z] [2023-07-19T08:22:28.648Z] #37 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-07-19T08:22:28.648Z] #0 6.849 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:28.648Z] #0 8.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:28.914Z] #37 ... [2023-07-19T08:22:28.914Z] [2023-07-19T08:22:28.914Z] #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-07-19T08:22:28.914Z] #0 5.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:28.914Z] #0 6.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:28.914Z] #38 10.07 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:22:28.915Z] #38 10.07 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:22:28.915Z] #38 10.07 OK: 17691 distinct packages available [2023-07-19T08:22:28.915Z] #38 ... [2023-07-19T08:22:28.915Z] [2023-07-19T08:22:28.915Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:29.179Z] #39 ... [2023-07-19T08:22:29.180Z] [2023-07-19T08:22:29.180Z] #40 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-07-19T08:22:29.180Z] #0 8.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:29.180Z] #40 ... [2023-07-19T08:22:29.180Z] [2023-07-19T08:22:29.180Z] #41 [support-scheduler internal] load build context [2023-07-19T08:22:29.451Z] #41 ... [2023-07-19T08:22:29.451Z] [2023-07-19T08:22:29.451Z] #42 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:22:29.451Z] #42 ... [2023-07-19T08:22:29.451Z] [2023-07-19T08:22:29.451Z] #43 [core-command internal] load build context [2023-07-19T08:22:29.451Z] #43 ... [2023-07-19T08:22:29.451Z] [2023-07-19T08:22:29.451Z] #44 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-07-19T08:22:29.451Z] #0 8.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:29.718Z] #44 ... [2023-07-19T08:22:29.718Z] [2023-07-19T08:22:29.718Z] #45 [core-data internal] load build context [2023-07-19T08:22:29.718Z] #45 ... [2023-07-19T08:22:29.718Z] [2023-07-19T08:22:29.718Z] #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-07-19T08:22:29.718Z] #0 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:29.985Z] #46 ... [2023-07-19T08:22:29.985Z] [2023-07-19T08:22:29.985Z] #47 [core-metadata internal] load build context [2023-07-19T08:22:29.985Z] #47 ... [2023-07-19T08:22:29.985Z] [2023-07-19T08:22:29.985Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-07-19T08:22:29.985Z] #48 ... [2023-07-19T08:22:29.985Z] [2023-07-19T08:22:29.985Z] #49 [security-spire-server internal] load build context [2023-07-19T08:22:30.250Z] #49 ... [2023-07-19T08:22:30.250Z] [2023-07-19T08:22:30.250Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:22:30.250Z] #50 ... [2023-07-19T08:22:30.250Z] [2023-07-19T08:22:30.250Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:30.517Z] #51 ... [2023-07-19T08:22:30.517Z] [2023-07-19T08:22:30.517Z] #47 [core-metadata internal] load build context [2023-07-19T08:22:30.517Z] #47 ... [2023-07-19T08:22:30.517Z] [2023-07-19T08:22:30.517Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:30.784Z] #32 ... [2023-07-19T08:22:30.784Z] [2023-07-19T08:22:30.784Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:22:30.784Z] #52 ... [2023-07-19T08:22:30.784Z] [2023-07-19T08:22:30.784Z] #53 [support-notifications internal] load build context [2023-07-19T08:22:31.052Z] #53 ... [2023-07-19T08:22:31.052Z] [2023-07-19T08:22:31.052Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:22:31.052Z] #54 ... [2023-07-19T08:22:31.052Z] [2023-07-19T08:22:31.052Z] #55 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-07-19T08:22:31.052Z] #55 ... [2023-07-19T08:22:31.052Z] [2023-07-19T08:22:31.052Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:22:31.633Z] #54 ... [2023-07-19T08:22:31.633Z] [2023-07-19T08:22:31.633Z] #56 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-19T08:22:31.633Z] #56 ... [2023-07-19T08:22:31.633Z] [2023-07-19T08:22:31.633Z] #49 [security-spire-server internal] load build context [2023-07-19T08:22:33.044Z] #49 transferring context: 23.56MB 13.1s [2023-07-19T08:22:34.004Z] #49 ... [2023-07-19T08:22:34.004Z] [2023-07-19T08:22:34.005Z] #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-07-19T08:22:34.276Z] #57 ... [2023-07-19T08:22:34.276Z] [2023-07-19T08:22:34.276Z] #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:22:34.276Z] #58 ... [2023-07-19T08:22:34.276Z] [2023-07-19T08:22:34.276Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-07-19T08:22:34.543Z] #59 ... [2023-07-19T08:22:34.543Z] [2023-07-19T08:22:34.543Z] #37 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-07-19T08:22:34.543Z] #37 12.13 (1/4) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:22:34.543Z] #37 13.01 (2/4) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:22:34.543Z] #37 13.01 (3/4) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:34.543Z] #37 13.01 (4/4) Installing openssl (3.0.9-r2) [2023-07-19T08:22:34.543Z] #37 13.23 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:34.543Z] #37 13.42 OK: 8 MiB in 17 packages [2023-07-19T08:22:34.543Z] #37 DONE 15.6s [2023-07-19T08:22:34.543Z] [2023-07-19T08:22:34.543Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-07-19T08:22:34.543Z] #60 ... [2023-07-19T08:22:34.543Z] [2023-07-19T08:22:34.543Z] #61 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:22:34.809Z] #61 ... [2023-07-19T08:22:34.809Z] [2023-07-19T08:22:34.809Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-07-19T08:22:34.809Z] #60 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:35.391Z] #60 ... [2023-07-19T08:22:35.391Z] [2023-07-19T08:22:35.391Z] #62 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-07-19T08:22:35.391Z] #62 DONE 0.6s [2023-07-19T08:22:35.391Z] [2023-07-19T08:22:35.391Z] #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-07-19T08:22:35.391Z] #57 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:39.646Z] #57 ... [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:39.646Z] #33 transferring context: 35.47MB 19.9s [2023-07-19T08:22:39.646Z] #33 ... [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:22:39.646Z] #50 ... [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #40 [support-scheduler stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-07-19T08:22:39.646Z] #40 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:39.646Z] #40 17.50 (1/1) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:39.646Z] #40 17.58 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:39.646Z] #40 17.93 OK: 8 MiB in 16 packages [2023-07-19T08:22:39.646Z] #40 DONE 20.2s [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:22:39.646Z] #50 ... [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:39.646Z] #39 ... [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:22:39.646Z] #50 ... [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #41 [support-scheduler internal] load build context [2023-07-19T08:22:39.646Z] #41 ... [2023-07-19T08:22:39.646Z] [2023-07-19T08:22:39.646Z] #42 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:22:39.914Z] #42 ... [2023-07-19T08:22:39.914Z] [2023-07-19T08:22:39.914Z] #43 [core-command internal] load build context [2023-07-19T08:22:39.914Z] #43 ... [2023-07-19T08:22:39.914Z] [2023-07-19T08:22:39.914Z] #45 [core-data internal] load build context [2023-07-19T08:22:40.184Z] #45 ... [2023-07-19T08:22:40.184Z] [2023-07-19T08:22:40.184Z] #43 [core-command internal] load build context [2023-07-19T08:22:40.184Z] #43 ... [2023-07-19T08:22:40.184Z] [2023-07-19T08:22:40.184Z] #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-07-19T08:22:40.184Z] #38 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:40.184Z] #38 14.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:40.184Z] #38 ... [2023-07-19T08:22:40.184Z] [2023-07-19T08:22:40.184Z] #45 [core-data internal] load build context [2023-07-19T08:22:40.451Z] #45 ... [2023-07-19T08:22:40.451Z] [2023-07-19T08:22:40.451Z] #44 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-07-19T08:22:40.451Z] #44 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:40.451Z] #44 18.55 (1/1) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:40.451Z] #44 18.70 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:40.451Z] #44 18.70 OK: 8 MiB in 16 packages [2023-07-19T08:22:40.451Z] #44 DONE 21.2s [2023-07-19T08:22:40.451Z] [2023-07-19T08:22:40.451Z] #45 [core-data internal] load build context [2023-07-19T08:22:40.451Z] #45 ... [2023-07-19T08:22:40.451Z] [2023-07-19T08:22:40.451Z] #36 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-07-19T08:22:40.451Z] #36 12.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:40.451Z] #36 20.11 (1/7) Upgrading libcrypto3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:22:40.451Z] #36 21.39 (2/7) Upgrading libssl3 (3.0.9-r1 -> 3.0.9-r2) [2023-07-19T08:22:40.451Z] #36 21.56 (3/7) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:40.451Z] #36 21.56 (4/7) Installing musl-obstack (1.2.3-r0) [2023-07-19T08:22:40.451Z] #36 21.56 (5/7) Installing libucontext (1.2-r0) [2023-07-19T08:22:40.451Z] #36 21.56 (6/7) Installing gcompat (1.1.0-r0) [2023-07-19T08:22:40.451Z] #36 21.63 (7/7) Installing openssl (3.0.9-r2) [2023-07-19T08:22:40.451Z] #36 21.85 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:40.451Z] #36 22.14 OK: 9 MiB in 20 packages [2023-07-19T08:22:40.451Z] #36 ... [2023-07-19T08:22:40.451Z] [2023-07-19T08:22:40.451Z] #45 [core-data internal] load build context [2023-07-19T08:22:40.718Z] #45 ... [2023-07-19T08:22:40.718Z] [2023-07-19T08:22:40.718Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:40.718Z] #51 ... [2023-07-19T08:22:40.718Z] [2023-07-19T08:22:40.718Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:40.718Z] #32 ... [2023-07-19T08:22:40.718Z] [2023-07-19T08:22:40.718Z] #47 [core-metadata internal] load build context [2023-07-19T08:22:40.985Z] #47 ... [2023-07-19T08:22:40.985Z] [2023-07-19T08:22:40.985Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:22:40.985Z] #52 ... [2023-07-19T08:22:40.985Z] [2023-07-19T08:22:40.985Z] #53 [support-notifications internal] load build context [2023-07-19T08:22:41.252Z] #53 ... [2023-07-19T08:22:41.252Z] [2023-07-19T08:22:41.252Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:22:41.838Z] #52 ... [2023-07-19T08:22:41.838Z] [2023-07-19T08:22:41.838Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:22:42.105Z] #54 ... [2023-07-19T08:22:42.105Z] [2023-07-19T08:22:42.105Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:22:42.105Z] #52 ... [2023-07-19T08:22:42.105Z] [2023-07-19T08:22:42.105Z] #36 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-07-19T08:22:42.105Z] #36 DONE 24.3s [2023-07-19T08:22:42.105Z] [2023-07-19T08:22:42.105Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:22:42.373Z] #52 ... [2023-07-19T08:22:42.373Z] [2023-07-19T08:22:42.373Z] #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-07-19T08:22:42.373Z] #46 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:42.373Z] #46 20.91 (1/4) Installing ca-certificates (20230506-r0) [2023-07-19T08:22:42.373Z] #46 21.97 (2/4) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:42.373Z] #46 21.97 (3/4) Installing su-exec (0.2-r2) [2023-07-19T08:22:42.373Z] #46 21.99 (4/4) Installing yq (4.30.4-r4) [2023-07-19T08:22:42.639Z] #46 ... [2023-07-19T08:22:42.639Z] [2023-07-19T08:22:42.639Z] #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-07-19T08:22:42.639Z] #38 23.62 (1/4) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:42.639Z] #38 23.62 (2/4) Installing musl-obstack (1.2.3-r0) [2023-07-19T08:22:42.639Z] #38 23.62 (3/4) Installing libucontext (1.2-r0) [2023-07-19T08:22:42.639Z] #38 23.62 (4/4) Installing gcompat (1.1.0-r0) [2023-07-19T08:22:42.639Z] #38 23.74 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:42.639Z] #38 23.85 OK: 8 MiB in 19 packages [2023-07-19T08:22:43.225Z] #38 ... [2023-07-19T08:22:43.225Z] [2023-07-19T08:22:43.225Z] #55 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-07-19T08:22:43.225Z] #55 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:43.225Z] #55 15.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:43.225Z] #55 ... [2023-07-19T08:22:43.225Z] [2023-07-19T08:22:43.225Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-07-19T08:22:43.225Z] #48 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:43.225Z] #48 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:43.225Z] #48 ... [2023-07-19T08:22:43.225Z] [2023-07-19T08:22:43.225Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:44.190Z] #51 ... [2023-07-19T08:22:44.190Z] [2023-07-19T08:22:44.190Z] #56 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-19T08:22:44.190Z] #56 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:44.190Z] #56 16.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:44.190Z] #56 22.08 (1/2) Installing ca-certificates (20230506-r0) [2023-07-19T08:22:44.190Z] #56 ... [2023-07-19T08:22:44.190Z] [2023-07-19T08:22:44.190Z] #45 [core-data internal] load build context [2023-07-19T08:22:44.190Z] #45 transferring context: 50.10MB 24.7s [2023-07-19T08:22:44.457Z] #45 ... [2023-07-19T08:22:44.457Z] [2023-07-19T08:22:44.457Z] #49 [security-spire-server internal] load build context [2023-07-19T08:22:44.457Z] #49 ... [2023-07-19T08:22:44.457Z] [2023-07-19T08:22:44.457Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:44.727Z] #51 ... [2023-07-19T08:22:44.727Z] [2023-07-19T08:22:44.727Z] #38 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-07-19T08:22:44.727Z] #38 DONE 25.8s [2023-07-19T08:22:44.727Z] [2023-07-19T08:22:44.727Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:45.686Z] #51 ... [2023-07-19T08:22:45.686Z] [2023-07-19T08:22:45.686Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-07-19T08:22:45.686Z] #59 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:45.686Z] #59 15.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:45.686Z] #59 ... [2023-07-19T08:22:45.686Z] [2023-07-19T08:22:45.686Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:46.655Z] #51 ... [2023-07-19T08:22:46.655Z] [2023-07-19T08:22:46.655Z] #55 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-07-19T08:22:46.655Z] #55 23.79 (1/2) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:46.655Z] #55 23.84 (2/2) Installing su-exec (0.2-r2) [2023-07-19T08:22:46.655Z] #55 23.89 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:46.655Z] #55 24.06 OK: 8 MiB in 17 packages [2023-07-19T08:22:46.655Z] #55 DONE 25.3s [2023-07-19T08:22:46.655Z] [2023-07-19T08:22:46.655Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:46.655Z] #51 ... [2023-07-19T08:22:46.655Z] [2023-07-19T08:22:46.655Z] #61 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:22:46.655Z] #61 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:46.655Z] #61 17.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:46.655Z] #61 ... [2023-07-19T08:22:46.655Z] [2023-07-19T08:22:46.655Z] #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:22:46.655Z] #58 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:46.655Z] #58 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:46.925Z] #58 ... [2023-07-19T08:22:46.925Z] [2023-07-19T08:22:46.925Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:47.524Z] #51 ... [2023-07-19T08:22:47.524Z] [2023-07-19T08:22:47.524Z] #46 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-07-19T08:22:47.524Z] #46 23.19 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:47.524Z] #46 23.40 Executing ca-certificates-20230506-r0.trigger [2023-07-19T08:22:47.524Z] #46 25.53 OK: 17 MiB in 19 packages [2023-07-19T08:22:47.524Z] #46 DONE 28.0s [2023-07-19T08:22:47.524Z] [2023-07-19T08:22:47.524Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:48.111Z] #51 ... [2023-07-19T08:22:48.112Z] [2023-07-19T08:22:48.112Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-07-19T08:22:48.112Z] #60 14.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:48.112Z] #60 22.55 OK: 263 MiB in 53 packages [2023-07-19T08:22:48.112Z] #60 ... [2023-07-19T08:22:48.112Z] [2023-07-19T08:22:48.112Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:48.381Z] #51 ... [2023-07-19T08:22:48.381Z] [2023-07-19T08:22:48.381Z] #56 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-07-19T08:22:48.381Z] #56 22.59 (2/2) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:48.381Z] #56 22.59 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:48.381Z] #56 22.74 Executing ca-certificates-20230506-r0.trigger [2023-07-19T08:22:48.381Z] #56 25.29 OK: 8 MiB in 17 packages [2023-07-19T08:22:48.381Z] #56 DONE 26.8s [2023-07-19T08:22:48.381Z] [2023-07-19T08:22:48.381Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:48.648Z] #51 ... [2023-07-19T08:22:48.649Z] [2023-07-19T08:22:48.649Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-07-19T08:22:48.649Z] #60 DONE 24.6s [2023-07-19T08:22:48.649Z] [2023-07-19T08:22:48.649Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:49.251Z] #51 transferring context: 42.07MB 28.5s [2023-07-19T08:22:49.251Z] #51 ... [2023-07-19T08:22:49.252Z] [2023-07-19T08:22:49.252Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:49.252Z] #33 ... [2023-07-19T08:22:49.252Z] [2023-07-19T08:22:49.252Z] #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-07-19T08:22:49.252Z] #57 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:49.252Z] #57 24.17 OK: 263 MiB in 53 packages [2023-07-19T08:22:49.519Z] #57 ... [2023-07-19T08:22:49.519Z] [2023-07-19T08:22:49.519Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:49.519Z] #39 ... [2023-07-19T08:22:49.519Z] [2023-07-19T08:22:49.519Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:49.786Z] #33 ... [2023-07-19T08:22:49.786Z] [2023-07-19T08:22:49.786Z] #57 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-07-19T08:22:49.786Z] #57 DONE 26.5s [2023-07-19T08:22:49.786Z] [2023-07-19T08:22:49.786Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:22:49.786Z] #50 ... [2023-07-19T08:22:49.786Z] [2023-07-19T08:22:49.786Z] #41 [support-scheduler internal] load build context [2023-07-19T08:22:50.053Z] #41 ... [2023-07-19T08:22:50.053Z] [2023-07-19T08:22:50.053Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:50.053Z] #39 ... [2023-07-19T08:22:50.053Z] [2023-07-19T08:22:50.053Z] #43 [core-command internal] load build context [2023-07-19T08:22:50.320Z] #43 ... [2023-07-19T08:22:50.320Z] [2023-07-19T08:22:50.320Z] #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:22:50.320Z] #58 24.18 OK: 263 MiB in 53 packages [2023-07-19T08:22:50.320Z] #58 DONE 26.4s [2023-07-19T08:22:50.320Z] [2023-07-19T08:22:50.320Z] #42 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:22:50.320Z] #42 ... [2023-07-19T08:22:50.320Z] [2023-07-19T08:22:50.320Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:50.903Z] #39 ... [2023-07-19T08:22:50.903Z] [2023-07-19T08:22:50.903Z] #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-07-19T08:22:50.903Z] #61 24.39 OK: 263 MiB in 53 packages [2023-07-19T08:22:50.903Z] #61 DONE 27.0s [2023-07-19T08:22:50.903Z] [2023-07-19T08:22:50.903Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:50.903Z] #39 ... [2023-07-19T08:22:50.903Z] [2023-07-19T08:22:50.903Z] #47 [core-metadata internal] load build context [2023-07-19T08:22:51.170Z] #47 ... [2023-07-19T08:22:51.170Z] [2023-07-19T08:22:51.170Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:51.170Z] #32 ... [2023-07-19T08:22:51.170Z] [2023-07-19T08:22:51.170Z] #53 [support-notifications internal] load build context [2023-07-19T08:22:51.440Z] #53 ... [2023-07-19T08:22:51.441Z] [2023-07-19T08:22:51.441Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:22:52.037Z] #32 ... [2023-07-19T08:22:52.037Z] [2023-07-19T08:22:52.037Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:22:52.037Z] #54 ... [2023-07-19T08:22:52.037Z] [2023-07-19T08:22:52.037Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-07-19T08:22:52.037Z] #59 23.43 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:22:52.037Z] #59 23.43 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:22:52.037Z] #59 23.43 OK: 17691 distinct packages available [2023-07-19T08:22:52.037Z] #59 24.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:52.037Z] #59 25.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:52.037Z] #59 27.38 OK: 263 MiB in 53 packages [2023-07-19T08:22:52.037Z] #59 DONE 28.1s [2023-07-19T08:22:52.037Z] [2023-07-19T08:22:52.037Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:22:52.037Z] #54 ... [2023-07-19T08:22:52.037Z] [2023-07-19T08:22:52.037Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:52.632Z] #39 ... [2023-07-19T08:22:52.632Z] [2023-07-19T08:22:52.632Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:22:52.632Z] #52 ... [2023-07-19T08:22:52.632Z] [2023-07-19T08:22:52.632Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:52.903Z] #39 ... [2023-07-19T08:22:52.903Z] [2023-07-19T08:22:52.903Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-07-19T08:22:52.903Z] #63 DONE 6.6s [2023-07-19T08:22:52.903Z] [2023-07-19T08:22:52.903Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:53.174Z] #39 ... [2023-07-19T08:22:53.174Z] [2023-07-19T08:22:53.174Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-07-19T08:22:53.174Z] #48 25.67 v3.17.4-45-ga92b0f0e6d7 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-07-19T08:22:53.174Z] #48 25.67 v3.17.4-37-gd76d6c9370f [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-07-19T08:22:53.174Z] #48 25.67 OK: 17691 distinct packages available [2023-07-19T08:22:53.174Z] #48 26.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:53.174Z] #48 29.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-07-19T08:22:53.174Z] #48 31.10 (1/9) Installing ca-certificates (20230506-r0) [2023-07-19T08:22:53.174Z] #48 31.21 (2/9) Installing brotli-libs (1.0.9-r9) [2023-07-19T08:22:53.174Z] #48 31.27 (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-07-19T08:22:53.174Z] #48 31.32 (4/9) Installing libcurl (8.1.2-r0) [2023-07-19T08:22:53.174Z] #48 31.32 (5/9) Installing curl (8.1.2-r0) [2023-07-19T08:22:53.174Z] #48 31.37 (6/9) Installing dumb-init (1.2.5-r2) [2023-07-19T08:22:53.174Z] #48 31.39 (7/9) Installing musl-obstack (1.2.3-r0) [2023-07-19T08:22:53.174Z] #48 31.41 (8/9) Installing libucontext (1.2-r0) [2023-07-19T08:22:53.174Z] #48 31.42 (9/9) Installing gcompat (1.1.0-r0) [2023-07-19T08:22:53.174Z] #48 31.45 Executing busybox-1.35.0-r29.trigger [2023-07-19T08:22:53.174Z] #48 31.52 Executing ca-certificates-20230506-r0.trigger [2023-07-19T08:22:53.174Z] #48 32.17 OK: 11 MiB in 24 packages [2023-07-19T08:22:53.174Z] #48 DONE 33.2s [2023-07-19T08:22:53.174Z] [2023-07-19T08:22:53.174Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:54.132Z] #39 ... [2023-07-19T08:22:54.132Z] [2023-07-19T08:22:54.132Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-07-19T08:22:54.132Z] #64 DONE 1.1s [2023-07-19T08:22:54.132Z] [2023-07-19T08:22:54.132Z] #39 [security-spire-config internal] load build context [2023-07-19T08:22:54.132Z] #39 transferring context: 58.59MB 35.2s [2023-07-19T08:22:54.396Z] #39 ... [2023-07-19T08:22:54.396Z] [2023-07-19T08:22:54.396Z] #45 [core-data internal] load build context [2023-07-19T08:22:54.661Z] #45 ... [2023-07-19T08:22:54.661Z] [2023-07-19T08:22:54.661Z] #49 [security-spire-server internal] load build context [2023-07-19T08:22:54.661Z] #49 ... [2023-07-19T08:22:54.661Z] [2023-07-19T08:22:54.661Z] #45 [core-data internal] load build context [2023-07-19T08:22:59.987Z] #45 transferring context: 95.70MB 39.9s [2023-07-19T08:22:59.987Z] #45 ... [2023-07-19T08:22:59.987Z] [2023-07-19T08:22:59.987Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:59.987Z] #51 ... [2023-07-19T08:22:59.987Z] [2023-07-19T08:22:59.987Z] #45 [core-data internal] load build context [2023-07-19T08:22:59.987Z] #45 ... [2023-07-19T08:22:59.987Z] [2023-07-19T08:22:59.987Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:22:59.987Z] #33 ... [2023-07-19T08:22:59.987Z] [2023-07-19T08:22:59.987Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:22:59.987Z] #51 ... [2023-07-19T08:22:59.987Z] [2023-07-19T08:22:59.987Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:23:00.255Z] #50 ... [2023-07-19T08:23:00.255Z] [2023-07-19T08:23:00.255Z] #41 [support-scheduler internal] load build context [2023-07-19T08:23:00.255Z] #41 ... [2023-07-19T08:23:00.255Z] [2023-07-19T08:23:00.255Z] #43 [core-command internal] load build context [2023-07-19T08:23:00.521Z] #43 ... [2023-07-19T08:23:00.521Z] [2023-07-19T08:23:00.521Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:23:00.521Z] #50 ... [2023-07-19T08:23:00.521Z] [2023-07-19T08:23:00.521Z] #42 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:23:00.521Z] #42 ... [2023-07-19T08:23:00.521Z] [2023-07-19T08:23:00.521Z] #43 [core-command internal] load build context [2023-07-19T08:23:01.480Z] #43 ... [2023-07-19T08:23:01.480Z] [2023-07-19T08:23:01.480Z] #47 [core-metadata internal] load build context [2023-07-19T08:23:01.480Z] #47 ... [2023-07-19T08:23:01.480Z] [2023-07-19T08:23:01.480Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:01.480Z] #51 ... [2023-07-19T08:23:01.480Z] [2023-07-19T08:23:01.480Z] #53 [support-notifications internal] load build context [2023-07-19T08:23:01.480Z] #53 ... [2023-07-19T08:23:01.480Z] [2023-07-19T08:23:01.480Z] #47 [core-metadata internal] load build context [2023-07-19T08:23:02.439Z] #47 ... [2023-07-19T08:23:02.439Z] [2023-07-19T08:23:02.439Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:23:02.439Z] #54 ... [2023-07-19T08:23:02.439Z] [2023-07-19T08:23:02.439Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:23:02.439Z] #32 ... [2023-07-19T08:23:02.439Z] [2023-07-19T08:23:02.439Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:23:02.706Z] #54 ... [2023-07-19T08:23:02.706Z] [2023-07-19T08:23:02.706Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:23:02.979Z] #52 ... [2023-07-19T08:23:02.979Z] [2023-07-19T08:23:02.979Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:23:04.386Z] #54 transferring context: 70.29MB 42.9s [2023-07-19T08:23:04.651Z] #54 ... [2023-07-19T08:23:04.651Z] [2023-07-19T08:23:04.651Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:04.651Z] #39 ... [2023-07-19T08:23:04.651Z] [2023-07-19T08:23:04.651Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:23:04.651Z] #54 ... [2023-07-19T08:23:04.651Z] [2023-07-19T08:23:04.651Z] #49 [security-spire-server internal] load build context [2023-07-19T08:23:04.917Z] #49 ... [2023-07-19T08:23:04.917Z] [2023-07-19T08:23:04.917Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:23:10.253Z] #54 transferring context: 99.95MB 48.0s [2023-07-19T08:23:10.253Z] #54 ... [2023-07-19T08:23:10.253Z] [2023-07-19T08:23:10.253Z] #45 [core-data internal] load build context [2023-07-19T08:23:10.253Z] #45 ... [2023-07-19T08:23:10.253Z] [2023-07-19T08:23:10.253Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:23:10.253Z] #33 ... [2023-07-19T08:23:10.253Z] [2023-07-19T08:23:10.253Z] #45 [core-data internal] load build context [2023-07-19T08:23:10.253Z] #45 ... [2023-07-19T08:23:10.253Z] [2023-07-19T08:23:10.253Z] #41 [support-scheduler internal] load build context [2023-07-19T08:23:10.525Z] #41 ... [2023-07-19T08:23:10.525Z] [2023-07-19T08:23:10.525Z] #45 [core-data internal] load build context [2023-07-19T08:23:10.525Z] #45 ... [2023-07-19T08:23:10.525Z] [2023-07-19T08:23:10.525Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:23:10.791Z] #50 ... [2023-07-19T08:23:10.791Z] [2023-07-19T08:23:10.791Z] #42 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:23:10.791Z] #42 ... [2023-07-19T08:23:10.791Z] [2023-07-19T08:23:10.791Z] #45 [core-data internal] load build context [2023-07-19T08:23:11.371Z] #45 ... [2023-07-19T08:23:11.371Z] [2023-07-19T08:23:11.371Z] #43 [core-command internal] load build context [2023-07-19T08:23:11.371Z] #43 ... [2023-07-19T08:23:11.371Z] [2023-07-19T08:23:11.371Z] #42 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:23:11.638Z] #42 ... [2023-07-19T08:23:11.638Z] [2023-07-19T08:23:11.638Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:11.638Z] #51 ... [2023-07-19T08:23:11.638Z] [2023-07-19T08:23:11.638Z] #53 [support-notifications internal] load build context [2023-07-19T08:23:11.903Z] #53 ... [2023-07-19T08:23:11.903Z] [2023-07-19T08:23:11.903Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:12.484Z] #51 ... [2023-07-19T08:23:12.484Z] [2023-07-19T08:23:12.484Z] #47 [core-metadata internal] load build context [2023-07-19T08:23:12.484Z] #47 ... [2023-07-19T08:23:12.484Z] [2023-07-19T08:23:12.484Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:12.749Z] #51 ... [2023-07-19T08:23:12.749Z] [2023-07-19T08:23:12.749Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:23:12.749Z] #32 ... [2023-07-19T08:23:12.749Z] [2023-07-19T08:23:12.749Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:12.749Z] #51 ... [2023-07-19T08:23:12.749Z] [2023-07-19T08:23:12.749Z] #42 [core-common-config-bootstrapper internal] load build context [2023-07-19T08:23:12.749Z] #42 transferring context: 182.36MB 53.0s done [2023-07-19T08:23:12.749Z] #42 DONE 53.5s [2023-07-19T08:23:12.749Z] [2023-07-19T08:23:12.749Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:13.016Z] #51 ... [2023-07-19T08:23:13.016Z] [2023-07-19T08:23:13.016Z] #32 [security-spire-agent internal] load build context [2023-07-19T08:23:13.016Z] #32 transferring context: 182.36MB 54.3s done [2023-07-19T08:23:13.017Z] #32 DONE 54.5s [2023-07-19T08:23:13.017Z] [2023-07-19T08:23:13.017Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:13.017Z] #51 ... [2023-07-19T08:23:13.017Z] [2023-07-19T08:23:13.017Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:23:13.017Z] #52 ... [2023-07-19T08:23:13.017Z] [2023-07-19T08:23:13.017Z] #47 [core-metadata internal] load build context [2023-07-19T08:23:14.954Z] #47 ... [2023-07-19T08:23:14.954Z] [2023-07-19T08:23:14.954Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:14.954Z] #39 ... [2023-07-19T08:23:14.954Z] [2023-07-19T08:23:14.954Z] #47 [core-metadata internal] load build context [2023-07-19T08:23:14.954Z] #47 transferring context: 182.36MB 55.0s done [2023-07-19T08:23:14.954Z] #47 ... [2023-07-19T08:23:14.954Z] [2023-07-19T08:23:14.954Z] #49 [security-spire-server internal] load build context [2023-07-19T08:23:14.954Z] #49 transferring context: 182.36MB 53.9s done [2023-07-19T08:23:15.220Z] #49 DONE 55.4s [2023-07-19T08:23:15.220Z] [2023-07-19T08:23:15.220Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:16.180Z] #39 ... [2023-07-19T08:23:16.180Z] [2023-07-19T08:23:16.180Z] #47 [core-metadata internal] load build context [2023-07-19T08:23:16.180Z] #47 DONE 56.3s [2023-07-19T08:23:16.180Z] [2023-07-19T08:23:16.180Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:16.180Z] #39 ... [2023-07-19T08:23:16.180Z] [2023-07-19T08:23:16.180Z] #41 [support-scheduler internal] load build context [2023-07-19T08:23:16.180Z] #41 transferring context: 182.36MB 56.3s done [2023-07-19T08:23:16.180Z] #41 DONE 57.3s [2023-07-19T08:23:16.446Z] [2023-07-19T08:23:16.446Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:16.446Z] #39 ... [2023-07-19T08:23:16.446Z] [2023-07-19T08:23:16.446Z] #65 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:23:16.446Z] #65 DONE 3.4s [2023-07-19T08:23:16.446Z] [2023-07-19T08:23:16.446Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:16.446Z] #39 ... [2023-07-19T08:23:16.446Z] [2023-07-19T08:23:16.446Z] #66 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:23:16.446Z] #66 CACHED [2023-07-19T08:23:16.446Z] [2023-07-19T08:23:16.446Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:16.717Z] #39 ... [2023-07-19T08:23:16.717Z] [2023-07-19T08:23:16.717Z] #67 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-07-19T08:23:16.717Z] #67 DONE 3.6s [2023-07-19T08:23:16.717Z] [2023-07-19T08:23:16.717Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:16.717Z] #39 ... [2023-07-19T08:23:16.717Z] [2023-07-19T08:23:16.717Z] #51 [security-spiffe-token-provider internal] load build context [2023-07-19T08:23:16.717Z] #51 transferring context: 182.36MB 56.0s done [2023-07-19T08:23:16.717Z] #51 DONE 56.9s [2023-07-19T08:23:16.717Z] [2023-07-19T08:23:16.717Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:18.126Z] #39 ... [2023-07-19T08:23:18.126Z] [2023-07-19T08:23:18.126Z] #50 [security-secretstore-setup internal] load build context [2023-07-19T08:23:18.126Z] #50 transferring context: 182.36MB 58.2s done [2023-07-19T08:23:18.126Z] #50 DONE 58.9s [2023-07-19T08:23:18.126Z] [2023-07-19T08:23:18.126Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:18.712Z] #39 ... [2023-07-19T08:23:18.712Z] [2023-07-19T08:23:18.712Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:23:18.712Z] #68 DONE 1.7s [2023-07-19T08:23:18.712Z] [2023-07-19T08:23:18.712Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:18.712Z] #39 ... [2023-07-19T08:23:18.712Z] [2023-07-19T08:23:18.712Z] #45 [core-data internal] load build context [2023-07-19T08:23:18.712Z] #45 transferring context: 182.36MB 58.8s done [2023-07-19T08:23:18.712Z] #45 DONE 59.7s [2023-07-19T08:23:18.712Z] [2023-07-19T08:23:18.712Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:19.675Z] #39 ... [2023-07-19T08:23:19.675Z] [2023-07-19T08:23:19.675Z] #69 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:23:19.675Z] #69 DONE 1.0s [2023-07-19T08:23:19.675Z] [2023-07-19T08:23:19.675Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:20.256Z] #39 ... [2023-07-19T08:23:20.256Z] [2023-07-19T08:23:20.256Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:23:20.256Z] #33 ... [2023-07-19T08:23:20.256Z] [2023-07-19T08:23:20.256Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:23:20.522Z] #54 ... [2023-07-19T08:23:20.522Z] [2023-07-19T08:23:20.522Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:21.482Z] #39 ... [2023-07-19T08:23:21.482Z] [2023-07-19T08:23:21.482Z] #52 [security-proxy-auth internal] load build context [2023-07-19T08:23:21.482Z] #52 transferring context: 182.36MB 59.6s done [2023-07-19T08:23:21.482Z] #52 DONE 60.5s [2023-07-19T08:23:21.482Z] [2023-07-19T08:23:21.482Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:21.750Z] #39 ... [2023-07-19T08:23:21.750Z] [2023-07-19T08:23:21.750Z] #43 [core-command internal] load build context [2023-07-19T08:23:21.750Z] #43 ... [2023-07-19T08:23:21.750Z] [2023-07-19T08:23:21.750Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:22.023Z] #39 ... [2023-07-19T08:23:22.023Z] [2023-07-19T08:23:22.023Z] #53 [support-notifications internal] load build context [2023-07-19T08:23:22.023Z] #53 ... [2023-07-19T08:23:22.023Z] [2023-07-19T08:23:22.023Z] #43 [core-command internal] load build context [2023-07-19T08:23:22.290Z] #43 ... [2023-07-19T08:23:22.290Z] [2023-07-19T08:23:22.290Z] #33 [security-proxy-setup internal] load build context [2023-07-19T08:23:22.290Z] #33 transferring context: 182.36MB 63.1s done [2023-07-19T08:23:22.290Z] #33 DONE 63.4s [2023-07-19T08:23:22.290Z] [2023-07-19T08:23:22.290Z] #43 [core-command internal] load build context [2023-07-19T08:23:22.290Z] #43 ... [2023-07-19T08:23:22.290Z] [2023-07-19T08:23:22.290Z] #53 [support-notifications internal] load build context [2023-07-19T08:23:22.290Z] #53 transferring context: 182.36MB 60.7s done [2023-07-19T08:23:22.290Z] #53 DONE 61.5s [2023-07-19T08:23:22.290Z] [2023-07-19T08:23:22.290Z] #43 [core-command internal] load build context [2023-07-19T08:23:23.249Z] #43 ... [2023-07-19T08:23:23.249Z] [2023-07-19T08:23:23.249Z] #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:23:23.249Z] #70 DONE 0.7s [2023-07-19T08:23:23.249Z] [2023-07-19T08:23:23.249Z] #43 [core-command internal] load build context [2023-07-19T08:23:24.205Z] #43 ... [2023-07-19T08:23:24.205Z] [2023-07-19T08:23:24.205Z] #54 [security-bootstrapper internal] load build context [2023-07-19T08:23:24.205Z] #54 transferring context: 182.36MB 62.5s done [2023-07-19T08:23:24.205Z] #54 DONE 63.4s [2023-07-19T08:23:24.205Z] [2023-07-19T08:23:24.205Z] #43 [core-command internal] load build context [2023-07-19T08:23:25.163Z] #43 ... [2023-07-19T08:23:25.163Z] [2023-07-19T08:23:25.163Z] #39 [security-spire-config internal] load build context [2023-07-19T08:23:25.163Z] #39 transferring context: 182.36MB 66.1s done [2023-07-19T08:23:25.163Z] #39 DONE 66.4s [2023-07-19T08:23:25.163Z] [2023-07-19T08:23:25.163Z] #43 [core-command internal] load build context [2023-07-19T08:23:26.136Z] #43 transferring context: 182.36MB 66.5s done [2023-07-19T08:23:26.400Z] #43 DONE 67.1s [2023-07-19T08:23:26.400Z] [2023-07-19T08:23:26.400Z] #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:23:26.664Z] #71 ... [2023-07-19T08:23:26.664Z] [2023-07-19T08:23:26.664Z] #72 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:23:26.930Z] #72 ... [2023-07-19T08:23:26.930Z] [2023-07-19T08:23:26.930Z] #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:23:26.930Z] #73 ... [2023-07-19T08:23:26.930Z] [2023-07-19T08:23:26.930Z] #74 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:23:28.874Z] #74 ... [2023-07-19T08:23:28.874Z] [2023-07-19T08:23:28.874Z] #75 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.872Z] #75 DONE 49.5s [2023-07-19T08:24:15.872Z] [2023-07-19T08:24:15.872Z] #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.872Z] #73 DONE 51.6s [2023-07-19T08:24:15.872Z] [2023-07-19T08:24:15.872Z] #74 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #74 DONE 48.8s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #72 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #72 DONE 51.5s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #76 ... [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #71 DONE 45.2s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #77 [support-notifications builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #77 ... [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #78 [security-spire-agent builder 6/9] COPY . . [2023-07-19T08:24:15.873Z] #78 DONE 4.1s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #77 [support-notifications builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #77 DONE 4.1s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #79 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #80 [security-bootstrapper builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #80 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:24:15.873Z] #81 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #76 DONE 4.1s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #82 [security-secretstore-setup builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #82 DONE 4.2s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #83 [core-metadata builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #83 DONE 4.2s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #84 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #84 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #85 [security-proxy-setup builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #85 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #86 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:24:15.873Z] #86 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:24:15.873Z] #87 ... [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #88 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #89 [security-proxy-auth builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #89 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #90 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:24:15.873Z] #90 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #91 [core-command builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #91 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #92 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #92 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #93 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:24:15.873Z] #93 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #94 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #94 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #95 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #95 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #96 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:24:15.873Z] #96 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #97 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #97 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #98 [support-scheduler builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #98 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #99 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-07-19T08:24:15.873Z] #99 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #100 [core-data builder 6/7] COPY . . [2023-07-19T08:24:15.873Z] #100 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #101 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #101 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #102 [security-spire-server builder 6/9] COPY . . [2023-07-19T08:24:15.873Z] #102 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #103 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-07-19T08:24:15.873Z] #103 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #104 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:15.873Z] #104 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #105 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-07-19T08:24:15.873Z] #105 CACHED [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #106 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-07-19T08:24:15.873Z] #106 DONE 0.3s [2023-07-19T08:24:15.873Z] [2023-07-19T08:24:15.873Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-07-19T08:24:17.819Z] #107 ... [2023-07-19T08:24:17.819Z] [2023-07-19T08:24:17.819Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:24:17.819Z] #87 5.387 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-07-19T08:24:19.756Z] #87 ... [2023-07-19T08:24:19.756Z] [2023-07-19T08:24:19.756Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-07-19T08:24:19.756Z] #107 DONE 6.8s [2023-07-19T08:24:19.756Z] [2023-07-19T08:24:19.756Z] #108 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-07-19T08:24:19.756Z] #108 DONE 6.8s [2023-07-19T08:24:19.756Z] [2023-07-19T08:24:19.756Z] #109 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-07-19T08:24:20.022Z] #109 DONE 0.3s [2023-07-19T08:24:20.022Z] [2023-07-19T08:24:20.022Z] #110 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-07-19T08:24:20.022Z] #110 DONE 0.3s [2023-07-19T08:24:20.022Z] [2023-07-19T08:24:20.022Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:24:20.022Z] #0 6.524 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-07-19T08:24:20.288Z] #111 ... [2023-07-19T08:24:20.288Z] [2023-07-19T08:24:20.288Z] #112 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-07-19T08:24:20.288Z] #112 CACHED [2023-07-19T08:24:20.288Z] [2023-07-19T08:24:20.288Z] #113 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-07-19T08:24:20.288Z] #113 CACHED [2023-07-19T08:24:20.288Z] [2023-07-19T08:24:20.288Z] #114 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-07-19T08:24:20.288Z] #114 CACHED [2023-07-19T08:24:20.288Z] [2023-07-19T08:24:20.288Z] #115 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-07-19T08:24:20.288Z] #115 CACHED [2023-07-19T08:24:20.288Z] [2023-07-19T08:24:20.288Z] #116 [security-spire-config builder 6/9] COPY . . [2023-07-19T08:24:20.288Z] #116 CACHED [2023-07-19T08:24:20.288Z] [2023-07-19T08:24:20.288Z] #117 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-07-19T08:24:20.288Z] #117 CACHED [2023-07-19T08:24:20.288Z] [2023-07-19T08:24:20.288Z] #118 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:24:20.869Z] #118 DONE 0.5s [2023-07-19T08:24:20.869Z] [2023-07-19T08:24:20.869Z] #119 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:24:20.869Z] #119 DONE 0.4s [2023-07-19T08:24:20.869Z] [2023-07-19T08:24:20.869Z] #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-07-19T08:24:20.869Z] #0 5.633 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-07-19T08:24:24.844Z] #120 ... [2023-07-19T08:24:24.844Z] [2023-07-19T08:24:24.844Z] #121 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-07-19T08:24:24.844Z] #0 4.752 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-07-19T08:24:24.844Z] #121 ... [2023-07-19T08:24:24.844Z] [2023-07-19T08:24:24.844Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-07-19T08:24:24.844Z] #0 5.099 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-07-19T08:24:24.844Z] #122 ... [2023-07-19T08:24:24.844Z] [2023-07-19T08:24:24.844Z] #123 [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-07-19T08:24:24.844Z] #0 6.772 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-07-19T08:24:24.844Z] #123 ... [2023-07-19T08:24:24.844Z] [2023-07-19T08:24:24.844Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-07-19T08:24:24.844Z] #0 5.841 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-07-19T08:24:25.129Z] #124 ... [2023-07-19T08:24:25.129Z] [2023-07-19T08:24:25.129Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-07-19T08:24:25.129Z] #0 5.308 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-07-19T08:24:25.129Z] #125 ... [2023-07-19T08:24:25.129Z] [2023-07-19T08:24:25.129Z] #126 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:24:25.129Z] #126 DONE 0.5s [2023-07-19T08:24:25.129Z] [2023-07-19T08:24:25.129Z] #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-07-19T08:24:25.129Z] #0 6.494 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-07-19T08:24:25.403Z] #127 ... [2023-07-19T08:24:25.403Z] [2023-07-19T08:24:25.403Z] #128 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:24:25.403Z] #128 CACHED [2023-07-19T08:24:25.403Z] [2023-07-19T08:24:25.403Z] #129 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:24:25.403Z] #129 CACHED [2023-07-19T08:24:25.403Z] [2023-07-19T08:24:25.403Z] #130 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:24:25.403Z] #130 DONE 0.6s [2023-07-19T08:24:25.403Z] [2023-07-19T08:24:25.403Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:24:25.403Z] #0 6.266 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-07-19T08:24:25.403Z] #131 ... [2023-07-19T08:24:25.403Z] [2023-07-19T08:24:25.403Z] #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-07-19T08:24:25.403Z] #0 5.653 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-07-19T08:24:25.668Z] #132 ... [2023-07-19T08:24:25.668Z] [2023-07-19T08:24:25.668Z] #133 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:24:26.621Z] #133 ... [2023-07-19T08:24:26.621Z] [2023-07-19T08:24:26.621Z] #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-07-19T08:24:26.621Z] #134 DONE 1.1s [2023-07-19T08:24:26.621Z] [2023-07-19T08:24:26.621Z] #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:24:26.890Z] #135 ... [2023-07-19T08:24:26.890Z] [2023-07-19T08:24:26.890Z] #133 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:24:26.890Z] #133 DONE 1.5s [2023-07-19T08:24:27.160Z] [2023-07-19T08:24:27.160Z] #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-07-19T08:24:27.160Z] #136 DONE 0.3s [2023-07-19T08:24:27.160Z] [2023-07-19T08:24:27.160Z] #137 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:24:27.160Z] #137 DONE 1.9s [2023-07-19T08:24:27.160Z] [2023-07-19T08:24:27.160Z] #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-07-19T08:24:27.428Z] #138 DONE 0.4s [2023-07-19T08:24:27.428Z] [2023-07-19T08:24:27.428Z] #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-07-19T08:24:27.428Z] #139 DONE 0.3s [2023-07-19T08:24:27.428Z] [2023-07-19T08:24:27.428Z] #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-07-19T08:24:27.721Z] #140 ... [2023-07-19T08:24:27.721Z] [2023-07-19T08:24:27.721Z] #141 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-07-19T08:24:27.721Z] #141 DONE 0.3s [2023-07-19T08:24:27.985Z] [2023-07-19T08:24:27.986Z] #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-07-19T08:24:27.986Z] #140 DONE 0.4s [2023-07-19T08:24:27.986Z] [2023-07-19T08:24:27.986Z] #142 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-07-19T08:24:28.253Z] #142 DONE 0.5s [2023-07-19T08:24:28.253Z] [2023-07-19T08:24:28.253Z] #143 [security-spire-config] exporting to image [2023-07-19T08:24:28.253Z] #143 exporting layers [2023-07-19T08:24:29.676Z] #143 ... [2023-07-19T08:24:29.676Z] [2023-07-19T08:24:29.676Z] #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-07-19T08:24:29.676Z] #135 DONE 2.9s [2023-07-19T08:24:29.676Z] [2023-07-19T08:24:29.676Z] #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-07-19T08:24:29.676Z] #144 DONE 0.2s [2023-07-19T08:24:29.676Z] [2023-07-19T08:24:29.676Z] #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-07-19T08:24:29.942Z] #145 DONE 0.2s [2023-07-19T08:24:29.942Z] [2023-07-19T08:24:29.942Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-07-19T08:24:29.942Z] #146 DONE 0.2s [2023-07-19T08:24:29.942Z] [2023-07-19T08:24:29.942Z] #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-07-19T08:24:30.207Z] #127 ... [2023-07-19T08:24:30.207Z] [2023-07-19T08:24:30.207Z] #143 [security-spire-agent] exporting to image [2023-07-19T08:24:31.173Z] #143 exporting layers 2.7s done [2023-07-19T08:24:31.173Z] #143 writing image sha256:d9d9891262427e19e0459c944d5d2e0e73753caa9cd926e1d6852ced6ad555b0 0.0s done [2023-07-19T08:24:31.173Z] #143 naming to docker.io/library/security-spire-server-arm64 [2023-07-19T08:24:31.173Z] #143 writing image sha256:fdf27cfbe8e70f944774ac4ffeb0595b86321abd1d960c6dd21d3fa51a671028 done [2023-07-19T08:24:31.173Z] #143 naming to docker.io/library/security-spire-config-arm64 [2023-07-19T08:24:31.173Z] #143 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-07-19T08:24:31.173Z] #143 naming to docker.io/library/security-spire-config-arm64 done [2023-07-19T08:24:31.757Z] #143 exporting layers 1.9s done [2023-07-19T08:24:31.757Z] #143 writing image sha256:1de45631059b89d10392d7d9523931432da766edb778c7cd2973c61e6f6168d7 done [2023-07-19T08:24:31.757Z] #143 naming to docker.io/library/security-spire-agent-arm64 done [2023-07-19T08:24:31.757Z] #143 DONE 4.7s [2023-07-19T08:24:31.757Z] [2023-07-19T08:24:31.757Z] #123 [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-07-19T08:38:24.227Z] #123 ... [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-07-19T08:38:24.227Z] #124 DONE 845.1s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #121 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-07-19T08:38:24.227Z] #121 ... [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:38:24.227Z] #147 DONE 0.5s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #148 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:38:24.227Z] #148 DONE 0.1s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #149 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-07-19T08:38:24.227Z] #149 DONE 0.3s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #150 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:38:24.227Z] #150 DONE 0.1s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #151 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-07-19T08:38:24.227Z] #151 DONE 0.2s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #152 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:38:24.227Z] #152 DONE 4.0s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:38:24.227Z] #111 ... [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #143 [security-proxy-auth] exporting to image [2023-07-19T08:38:24.227Z] #143 exporting layers [2023-07-19T08:38:24.227Z] #143 exporting layers 0.6s done [2023-07-19T08:38:24.227Z] #143 writing image sha256:fc74ca9efedae3bafe4adc4743db424b4c32f7e1e19c572a796ec6a7738fdeda 0.0s done [2023-07-19T08:38:24.227Z] #143 naming to docker.io/library/security-proxy-auth-arm64 done [2023-07-19T08:38:24.227Z] #143 DONE 5.4s [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:38:24.227Z] #111 ... [2023-07-19T08:38:24.227Z] [2023-07-19T08:38:24.227Z] #123 [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-07-19T08:38:24.227Z] #123 851.7 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-07-19T08:38:30.887Z] #123 ... [2023-07-19T08:38:30.887Z] [2023-07-19T08:38:30.887Z] #121 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-07-19T08:38:30.887Z] #121 DONE 858.2s [2023-07-19T08:38:30.887Z] [2023-07-19T08:38:30.887Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:38:30.887Z] #131 ... [2023-07-19T08:38:30.887Z] [2023-07-19T08:38:30.887Z] #153 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:38:31.162Z] #153 DONE 0.2s [2023-07-19T08:38:31.162Z] [2023-07-19T08:38:31.162Z] #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:38:31.467Z] #154 DONE 0.1s [2023-07-19T08:38:31.467Z] [2023-07-19T08:38:31.467Z] #155 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-07-19T08:38:31.467Z] #155 DONE 0.1s [2023-07-19T08:38:31.467Z] [2023-07-19T08:38:31.467Z] #156 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-07-19T08:38:31.735Z] #156 DONE 0.3s [2023-07-19T08:38:31.735Z] [2023-07-19T08:38:31.735Z] #157 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-07-19T08:38:32.007Z] #157 DONE 0.1s [2023-07-19T08:38:32.007Z] [2023-07-19T08:38:32.007Z] #158 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:38:37.347Z] #158 DONE 5.5s [2023-07-19T08:38:37.347Z] [2023-07-19T08:38:37.347Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:38:37.347Z] #111 ... [2023-07-19T08:38:37.347Z] [2023-07-19T08:38:37.347Z] #143 [security-proxy-setup] exporting to image [2023-07-19T08:38:37.347Z] #143 exporting layers [2023-07-19T08:38:38.319Z] #143 exporting layers 0.6s done [2023-07-19T08:38:38.319Z] #143 writing image sha256:de6fc86853f2defbcd90116b90e29082d32501f924ed2f05e99973a89431303c done [2023-07-19T08:38:38.319Z] #143 naming to docker.io/library/security-proxy-setup-arm64 done [2023-07-19T08:38:38.319Z] #143 DONE 6.0s [2023-07-19T08:38:38.319Z] [2023-07-19T08:38:38.319Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:38:43.642Z] #131 ... [2023-07-19T08:38:43.642Z] [2023-07-19T08:38:43.642Z] #123 [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-07-19T08:38:43.642Z] #123 DONE 871.0s [2023-07-19T08:38:43.642Z] [2023-07-19T08:38:43.642Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:38:43.907Z] #87 ... [2023-07-19T08:38:43.907Z] [2023-07-19T08:38:43.907Z] #159 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:38:44.173Z] #159 DONE 0.3s [2023-07-19T08:38:44.173Z] [2023-07-19T08:38:44.173Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:38:44.173Z] #131 ... [2023-07-19T08:38:44.173Z] [2023-07-19T08:38:44.173Z] #160 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:38:44.437Z] #160 DONE 0.2s [2023-07-19T08:38:44.437Z] [2023-07-19T08:38:44.437Z] #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-07-19T08:38:44.437Z] #161 DONE 0.2s [2023-07-19T08:38:44.437Z] [2023-07-19T08:38:44.437Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:38:44.706Z] #87 ... [2023-07-19T08:38:44.706Z] [2023-07-19T08:38:44.706Z] #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-07-19T08:38:44.706Z] #162 DONE 0.1s [2023-07-19T08:38:44.706Z] [2023-07-19T08:38:44.706Z] #163 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:38:44.706Z] #163 DONE 0.1s [2023-07-19T08:38:44.706Z] [2023-07-19T08:38:44.706Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:38:44.988Z] #131 ... [2023-07-19T08:38:44.988Z] [2023-07-19T08:38:44.988Z] #164 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-07-19T08:38:44.988Z] #164 DONE 0.3s [2023-07-19T08:38:44.988Z] [2023-07-19T08:38:44.988Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:38:45.260Z] #131 ... [2023-07-19T08:38:45.260Z] [2023-07-19T08:38:45.260Z] #165 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-07-19T08:38:45.260Z] #165 DONE 0.2s [2023-07-19T08:38:45.260Z] [2023-07-19T08:38:45.260Z] #166 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-07-19T08:38:45.534Z] #166 DONE 0.1s [2023-07-19T08:38:45.534Z] [2023-07-19T08:38:45.534Z] #167 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:38:48.122Z] #167 DONE 2.1s [2023-07-19T08:38:48.122Z] [2023-07-19T08:38:48.122Z] #143 [security-secretstore-setup] exporting to image [2023-07-19T08:38:48.122Z] #143 exporting layers [2023-07-19T08:38:50.703Z] #143 exporting layers 3.0s done [2023-07-19T08:38:50.703Z] #143 writing image sha256:681005378a32d88f00216a90ab2b1367b0f6dbb5dd3f37337857ba7d7007ffbf 0.0s done [2023-07-19T08:38:50.703Z] #143 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-07-19T08:38:50.703Z] #143 DONE 9.1s [2023-07-19T08:38:50.703Z] [2023-07-19T08:38:50.703Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-07-19T08:38:53.283Z] #131 DONE 880.7s [2023-07-19T08:38:53.283Z] [2023-07-19T08:38:53.283Z] #168 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-07-19T08:38:53.551Z] #168 DONE 0.4s [2023-07-19T08:38:53.551Z] [2023-07-19T08:38:53.551Z] #169 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-07-19T08:38:56.131Z] #169 DONE 2.2s [2023-07-19T08:38:56.131Z] [2023-07-19T08:38:56.132Z] #170 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:38:56.132Z] #170 DONE 0.3s [2023-07-19T08:38:56.132Z] [2023-07-19T08:38:56.132Z] #171 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:38:56.132Z] #171 DONE 0.1s [2023-07-19T08:38:56.132Z] [2023-07-19T08:38:56.132Z] #172 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-07-19T08:38:56.847Z] #172 DONE 0.5s [2023-07-19T08:38:56.847Z] [2023-07-19T08:38:56.847Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:38:56.847Z] #87 ... [2023-07-19T08:38:56.847Z] [2023-07-19T08:38:56.847Z] #173 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-07-19T08:38:56.847Z] #173 DONE 0.1s [2023-07-19T08:38:56.847Z] [2023-07-19T08:38:56.847Z] #174 [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-07-19T08:38:56.847Z] #174 DONE 0.1s [2023-07-19T08:38:56.847Z] [2023-07-19T08:38:56.847Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-07-19T08:38:57.117Z] #125 ... [2023-07-19T08:38:57.117Z] [2023-07-19T08:38:57.117Z] #175 [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-07-19T08:38:57.117Z] #175 DONE 0.2s [2023-07-19T08:38:57.117Z] [2023-07-19T08:38:57.117Z] #176 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-07-19T08:38:57.384Z] #176 DONE 0.1s [2023-07-19T08:38:57.384Z] [2023-07-19T08:38:57.384Z] #177 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-07-19T08:38:57.384Z] #177 DONE 0.1s [2023-07-19T08:38:57.384Z] [2023-07-19T08:38:57.384Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:38:57.651Z] #111 ... [2023-07-19T08:38:57.651Z] [2023-07-19T08:38:57.651Z] #178 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-07-19T08:38:59.594Z] #178 DONE 1.9s [2023-07-19T08:38:59.594Z] [2023-07-19T08:38:59.594Z] #143 [security-bootstrapper] exporting to image [2023-07-19T08:38:59.594Z] #143 exporting layers [2023-07-19T08:39:00.557Z] #143 exporting layers 1.1s done [2023-07-19T08:39:00.557Z] #143 writing image sha256:d964df47bcbbfbec7af0a1397519c06602368dbab5d2cfac79437e88720457bb done [2023-07-19T08:39:00.557Z] #143 naming to docker.io/library/security-bootstrapper-arm64 done [2023-07-19T08:39:00.557Z] #143 DONE 10.2s [2023-07-19T08:39:00.557Z] [2023-07-19T08:39:00.557Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-07-19T08:39:22.594Z] #125 ... [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #127 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-07-19T08:39:22.594Z] #127 DONE 908.5s [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:39:22.594Z] #87 ... [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:39:22.594Z] #179 DONE 0.1s [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:39:22.594Z] #180 DONE 0.2s [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-07-19T08:39:22.594Z] #181 DONE 0.2s [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #182 [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-07-19T08:39:22.594Z] #182 DONE 0.1s [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-07-19T08:39:22.594Z] #183 DONE 0.1s [2023-07-19T08:39:22.594Z] [2023-07-19T08:39:22.594Z] #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-07-19T08:39:24.533Z] #184 DONE 1.9s [2023-07-19T08:39:24.533Z] [2023-07-19T08:39:24.533Z] #143 [core-common-config-bootstrapper] exporting to image [2023-07-19T08:39:24.533Z] #143 exporting layers [2023-07-19T08:39:24.533Z] #143 exporting layers 0.5s done [2023-07-19T08:39:24.533Z] #143 writing image sha256:b54e58d15fe6aa6f285dd121fbc988f3638193baaee1faef0d3d3e7879d2c9c2 done [2023-07-19T08:39:24.533Z] #143 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-07-19T08:39:24.533Z] #143 DONE 10.7s [2023-07-19T08:39:24.533Z] [2023-07-19T08:39:24.533Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-07-19T08:39:39.509Z] #125 ... [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-07-19T08:39:39.509Z] #132 DONE 925.3s [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-07-19T08:39:39.509Z] #120 ... [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:39:39.509Z] #185 DONE 0.3s [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:39:39.509Z] #186 DONE 0.2s [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-07-19T08:39:39.509Z] #187 DONE 0.3s [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:39:39.509Z] #188 DONE 0.3s [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #143 [core-command] exporting to image [2023-07-19T08:39:39.509Z] #143 exporting layers [2023-07-19T08:39:39.509Z] #143 exporting layers 0.2s done [2023-07-19T08:39:39.509Z] #143 writing image sha256:bc7037c43552282445c59c72e6f8627fdfef1d39d7cd5253a2bbca355eb6cfad done [2023-07-19T08:39:39.509Z] #143 naming to docker.io/library/core-command-arm64 done [2023-07-19T08:39:39.509Z] #143 DONE 10.9s [2023-07-19T08:39:39.509Z] [2023-07-19T08:39:39.509Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-07-19T08:39:57.701Z] #125 DONE 944.0s [2023-07-19T08:39:57.701Z] [2023-07-19T08:39:57.701Z] #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-07-19T08:39:57.701Z] #120 ... [2023-07-19T08:39:57.701Z] [2023-07-19T08:39:57.701Z] #189 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:39:57.701Z] #189 DONE 0.1s [2023-07-19T08:39:57.701Z] [2023-07-19T08:39:57.701Z] #190 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:39:57.701Z] #190 DONE 0.2s [2023-07-19T08:39:57.701Z] [2023-07-19T08:39:57.701Z] #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-07-19T08:39:57.701Z] #120 ... [2023-07-19T08:39:57.701Z] [2023-07-19T08:39:57.701Z] #191 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-07-19T08:39:57.701Z] #191 ... [2023-07-19T08:39:57.701Z] [2023-07-19T08:39:57.701Z] #120 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-07-19T08:39:57.701Z] #120 DONE 945.3s [2023-07-19T08:39:57.970Z] [2023-07-19T08:39:57.970Z] #191 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-07-19T08:39:57.970Z] #191 DONE 0.5s [2023-07-19T08:39:57.970Z] [2023-07-19T08:39:57.970Z] #192 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:39:58.237Z] #192 DONE 0.3s [2023-07-19T08:39:58.237Z] [2023-07-19T08:39:58.237Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:39:58.237Z] #111 ... [2023-07-19T08:39:58.237Z] [2023-07-19T08:39:58.237Z] #193 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-07-19T08:39:58.237Z] #193 DONE 0.1s [2023-07-19T08:39:58.504Z] [2023-07-19T08:39:58.504Z] #143 [core-metadata] exporting to image [2023-07-19T08:39:58.504Z] #143 exporting layers [2023-07-19T08:39:58.777Z] #143 ... [2023-07-19T08:39:58.777Z] [2023-07-19T08:39:58.777Z] #194 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:39:58.777Z] #194 DONE 0.3s [2023-07-19T08:39:58.777Z] [2023-07-19T08:39:58.777Z] #195 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:39:58.777Z] #195 DONE 0.2s [2023-07-19T08:39:58.777Z] [2023-07-19T08:39:58.777Z] #196 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-07-19T08:39:59.058Z] #196 ... [2023-07-19T08:39:59.058Z] [2023-07-19T08:39:59.058Z] #143 [core-metadata] exporting to image [2023-07-19T08:39:59.058Z] #143 exporting layers 0.6s done [2023-07-19T08:39:59.058Z] #143 writing image sha256:e1882e0690233b0ce65ff62b9e8093e686f5980d85a57d23b74badfc72e79b4c done [2023-07-19T08:39:59.058Z] #143 naming to docker.io/library/core-metadata-arm64 0.0s done [2023-07-19T08:39:59.058Z] #143 DONE 11.5s [2023-07-19T08:39:59.058Z] [2023-07-19T08:39:59.058Z] #196 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-07-19T08:39:59.058Z] #196 DONE 0.4s [2023-07-19T08:39:59.058Z] [2023-07-19T08:39:59.058Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:39:59.325Z] #111 ... [2023-07-19T08:39:59.325Z] [2023-07-19T08:39:59.325Z] #197 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:39:59.598Z] #197 DONE 0.2s [2023-07-19T08:39:59.598Z] [2023-07-19T08:39:59.598Z] #143 [core-data] exporting to image [2023-07-19T08:39:59.863Z] #143 exporting layers 0.4s done [2023-07-19T08:39:59.863Z] #143 writing image sha256:e6f3fa38a02e87d18f6cf595c131d6e1bae9ab46e8b81567fd6349b52bebabb5 done [2023-07-19T08:39:59.863Z] #143 naming to docker.io/library/core-data-arm64 done [2023-07-19T08:39:59.863Z] #143 DONE 11.9s [2023-07-19T08:39:59.863Z] [2023-07-19T08:39:59.863Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:40:56.532Z] #111 ... [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-07-19T08:40:56.532Z] #122 DONE 998.2s [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:40:56.532Z] #111 ... [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:40:56.532Z] #198 DONE 0.2s [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:40:56.532Z] #199 DONE 0.1s [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-07-19T08:40:56.532Z] #200 DONE 0.4s [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #201 [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-07-19T08:40:56.532Z] #201 DONE 0.2s [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #143 [security-spiffe-token-provider] exporting to image [2023-07-19T08:40:56.532Z] #143 exporting layers [2023-07-19T08:40:56.532Z] #143 exporting layers 0.6s done [2023-07-19T08:40:56.532Z] #143 writing image sha256:e8c0c6ca6dfdc103ff838950cc74d788f905f564cd90cd1c3ed6dd01684b6b7a done [2023-07-19T08:40:56.532Z] #143 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-07-19T08:40:56.532Z] #143 DONE 12.6s [2023-07-19T08:40:56.532Z] [2023-07-19T08:40:56.532Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:41:18.582Z] #87 ... [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #111 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-07-19T08:41:18.582Z] #111 DONE 1024.6s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:41:18.582Z] #202 DONE 0.2s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #87 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-07-19T08:41:18.582Z] #87 DONE 1025.1s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:41:18.582Z] #203 DONE 0.1s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #204 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-07-19T08:41:18.582Z] #204 DONE 0.1s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #205 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-07-19T08:41:18.582Z] #205 DONE 0.4s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-07-19T08:41:18.582Z] #206 DONE 0.2s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #207 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-07-19T08:41:18.582Z] #207 ... [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #208 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:41:18.582Z] #208 DONE 0.1s [2023-07-19T08:41:18.582Z] [2023-07-19T08:41:18.582Z] #143 [support-scheduler] exporting to image [2023-07-19T08:41:18.582Z] #143 exporting layers [2023-07-19T08:41:18.850Z] #143 ... [2023-07-19T08:41:18.850Z] [2023-07-19T08:41:18.850Z] #207 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-07-19T08:41:18.850Z] #207 DONE 0.4s [2023-07-19T08:41:18.850Z] [2023-07-19T08:41:18.850Z] #143 [support-scheduler] exporting to image [2023-07-19T08:41:18.850Z] #143 exporting layers 0.4s done [2023-07-19T08:41:18.850Z] #143 ... [2023-07-19T08:41:18.850Z] [2023-07-19T08:41:18.850Z] #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-07-19T08:41:18.850Z] #209 DONE 0.1s [2023-07-19T08:41:18.850Z] [2023-07-19T08:41:18.850Z] #143 [support-notifications] exporting to image [2023-07-19T08:41:18.850Z] #143 writing image sha256:161c951a4e2b6bdd1d84a691a921fe66e6c8982ea8e2398b326f5f305e0ab8a4 done [2023-07-19T08:41:18.850Z] #143 naming to docker.io/library/support-scheduler-arm64 done [2023-07-19T08:41:19.115Z] #143 exporting layers 0.4s done [2023-07-19T08:41:19.115Z] #143 writing image sha256:4b142c370d857fda51d0742ad7661daa760d189a04077c68ff66c2581341e72e done [2023-07-19T08:41:19.115Z] #143 naming to docker.io/library/support-notifications-arm64 done [2023-07-19T08:41:19.115Z] #143 DONE 13.2s [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-07-19T08:41:19.115Z] time="2023-07-19T08:22:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-07-19T08:41:19.146Z] $ docker stop --time=1 8da4e2a2a327abb80466f6110e6ec8f13f2c1d5b9af857efbcd839dc1292dc71 [2023-07-19T08:41:20.830Z] $ docker rm -f --volumes 8da4e2a2a327abb80466f6110e6ec8f13f2c1d5b9af857efbcd839dc1292dc71 [Pipeline] // withDockerContainer [Pipeline] sh [2023-07-19T08:41:21.374Z] + docker images [2023-07-19T08:41:21.374Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-07-19T08:41:21.374Z] support-notifications-arm64 latest 4b142c370d85 3 seconds ago 32.4MB [2023-07-19T08:41:21.374Z] support-scheduler-arm64 latest 161c951a4e2b 3 seconds ago 31.8MB [2023-07-19T08:41:21.374Z] security-spiffe-token-provider-arm64 latest e8c0c6ca6dfd 30 seconds ago 33.3MB [2023-07-19T08:41:21.374Z] core-data-arm64 latest e6f3fa38a02e About a minute ago 20.5MB [2023-07-19T08:41:21.374Z] core-metadata-arm64 latest e1882e069023 About a minute ago 20.8MB [2023-07-19T08:41:21.374Z] core-command-arm64 latest bc7037c43552 About a minute ago 20.3MB [2023-07-19T08:41:21.374Z] core-common-config-bootstrapper-arm64 latest b54e58d15fe6 About a minute ago 17.8MB [2023-07-19T08:41:21.374Z] security-bootstrapper-arm64 latest d964df47bcbb 2 minutes ago 22.4MB [2023-07-19T08:41:21.374Z] security-secretstore-setup-arm64 latest 681005378a32 2 minutes ago 42.5MB [2023-07-19T08:41:21.374Z] security-proxy-setup-arm64 latest de6fc86853f2 2 minutes ago 24MB [2023-07-19T08:41:21.374Z] security-proxy-auth-arm64 latest fc74ca9efeda 2 minutes ago 18.8MB [2023-07-19T08:41:21.374Z] security-spire-agent-arm64 latest 1de45631059b 16 minutes ago 157MB [2023-07-19T08:41:21.374Z] security-spire-config-arm64 latest fdf27cfbe8e7 16 minutes ago 96.1MB [2023-07-19T08:41:21.374Z] security-spire-server-arm64 latest d9d989126242 16 minutes ago 102MB [2023-07-19T08:41:21.374Z] ci-base-image-arm64 latest 1440b306c868 30 minutes ago 1.04GB [2023-07-19T08:41:21.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 6 days ago 677MB [2023-07-19T08:41:21.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 6 weeks 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-07-19T08:41:22.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-19T08:41:22.160Z] [2023-07-19T08:41:22.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:41:22.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-19T08:41:22.558Z] arm64: Pulling from edgex-lftools-log-publisher [2023-07-19T08:41:22.558Z] 8998bd30e6a1: Pulling fs layer [2023-07-19T08:41:22.558Z] 04944245beec: Pulling fs layer [2023-07-19T08:41:22.558Z] 699f458cf7ca: Pulling fs layer [2023-07-19T08:41:22.558Z] 765212b225bb: Pulling fs layer [2023-07-19T08:41:22.558Z] f23df028b6ca: Pulling fs layer [2023-07-19T08:41:22.558Z] d65c8cfc05b1: Pulling fs layer [2023-07-19T08:41:22.558Z] 2437ff75d9bd: Pulling fs layer [2023-07-19T08:41:22.558Z] 765212b225bb: Waiting [2023-07-19T08:41:22.558Z] f23df028b6ca: Waiting [2023-07-19T08:41:22.558Z] d65c8cfc05b1: Waiting [2023-07-19T08:41:22.826Z] 04944245beec: Verifying Checksum [2023-07-19T08:41:22.826Z] 04944245beec: Download complete [2023-07-19T08:41:22.826Z] 765212b225bb: Verifying Checksum [2023-07-19T08:41:22.826Z] 765212b225bb: Download complete [2023-07-19T08:41:22.826Z] f23df028b6ca: Verifying Checksum [2023-07-19T08:41:22.826Z] f23df028b6ca: Download complete [2023-07-19T08:41:22.826Z] d65c8cfc05b1: Verifying Checksum [2023-07-19T08:41:22.826Z] d65c8cfc05b1: Download complete [2023-07-19T08:41:23.095Z] 699f458cf7ca: Verifying Checksum [2023-07-19T08:41:23.095Z] 699f458cf7ca: Download complete [2023-07-19T08:41:23.363Z] 8998bd30e6a1: Verifying Checksum [2023-07-19T08:41:23.363Z] 8998bd30e6a1: Download complete [2023-07-19T08:41:25.940Z] 2437ff75d9bd: Verifying Checksum [2023-07-19T08:41:25.940Z] 2437ff75d9bd: Download complete [2023-07-19T08:41:30.183Z] 8998bd30e6a1: Pull complete [2023-07-19T08:41:30.184Z] 04944245beec: Pull complete [2023-07-19T08:41:31.622Z] 699f458cf7ca: Pull complete [2023-07-19T08:41:31.887Z] 765212b225bb: Pull complete [2023-07-19T08:41:32.467Z] f23df028b6ca: Pull complete [2023-07-19T08:41:32.734Z] d65c8cfc05b1: Pull complete [2023-07-19T08:41:47.715Z] 2437ff75d9bd: Pull complete [2023-07-19T08:41:47.715Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-07-19T08:41:47.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-07-19T08:41:47.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:41:48.049Z] prd-ubuntu20.04-docker-arm64-4c-16g-1517 does not seem to be running inside a container [2023-07-19T08:41:48.117Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-07-19T08:41:51.095Z] $ docker top 9039e094bb61c52b0feecfd0f856619fc13090cf13b6e8663e19e95b27cadee8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:41:52.040Z] ---> job-cost.sh [2023-07-19T08:41:52.040Z] lf-activate-venv: SKIPPING [2023-07-19T08:41:52.040Z] INFO: No Stack... [2023-07-19T08:41:52.306Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-07-19T08:41:53.255Z] INFO: Archiving Costs [Pipeline] sh [2023-07-19T08:41:53.899Z] + + catcut /w/workspace/edgex-go/1/archives/cost.csv -d, [2023-07-19T08:41:53.899Z] -f6 [Pipeline] lock [2023-07-19T08:41:53.971Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] [2023-07-19T08:41:53.976Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] did not exist. Created. [2023-07-19T08:41:53.976Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-07-19T08:41:54.381Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-07-19T08:41:54.584Z] Stashed 1 file(s) [Pipeline] } [2023-07-19T08:41:54.601Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4612-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-07-19T08:41:54.680Z] $ docker stop --time=1 9039e094bb61c52b0feecfd0f856619fc13090cf13b6e8663e19e95b27cadee8 [2023-07-19T08:41:58.071Z] $ docker rm -f --volumes 9039e094bb61c52b0feecfd0f856619fc13090cf13b6e8663e19e95b27cadee8 [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-07-19T08:41:59.012Z] provisioning config files... [2023-07-19T08:41:59.036Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12085797313608659282tmp [Pipeline] { [Pipeline] sh [2023-07-19T08:41:59.446Z] + set +x [2023-07-19T08:41:59.446Z] + curl -s https://codecov.io/bash [2023-07-19T08:41:59.446Z] + bash -s -- [2023-07-19T08:41:59.446Z] [2023-07-19T08:41:59.446Z] _____ _ [2023-07-19T08:41:59.446Z] / ____| | | [2023-07-19T08:41:59.446Z] | | ___ __| | ___ ___ _____ __ [2023-07-19T08:41:59.446Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-07-19T08:41:59.446Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-07-19T08:41:59.446Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-07-19T08:41:59.446Z] Bash-1.0.6 [2023-07-19T08:41:59.446Z] [2023-07-19T08:41:59.446Z] [2023-07-19T08:41:59.446Z] ==> git version 2.25.1 found [2023-07-19T08:41:59.446Z] ==> 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-07-19T08:41:59.446Z] Release-Date: 2020-01-08 [2023-07-19T08:41:59.446Z] 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-07-19T08:41:59.446Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-07-19T08:41:59.446Z] ==> Jenkins CI detected. [2023-07-19T08:41:59.446Z] current dir:  /w/workspace/edgex-go/1 [2023-07-19T08:41:59.446Z] project root: . [2023-07-19T08:41:59.446Z] --> token set from env [2023-07-19T08:41:59.446Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-07-19T08:41:59.446Z] ==> Running gcov in . (disable via -X gcov) [2023-07-19T08:41:59.446Z] ==> Python coveragepy not found [2023-07-19T08:41:59.446Z] ==> Searching for coverage reports in: [2023-07-19T08:41:59.446Z] + . [2023-07-19T08:41:59.446Z] -> Found 1 reports [2023-07-19T08:41:59.446Z] ==> Detecting git/mercurial file structure [2023-07-19T08:41:59.708Z] ==> Reading reports [2023-07-19T08:41:59.708Z] + ./coverage.out bytes=447019 [2023-07-19T08:41:59.708Z] ==> Appending adjustments [2023-07-19T08:41:59.708Z] https://docs.codecov.io/docs/fixing-reports [2023-07-19T08:42:00.726Z] + Found adjustments [2023-07-19T08:42:00.726Z] ==> Gzipping contents [2023-07-19T08:42:00.726Z] 56K /tmp/codecov.GDPLWq.gz [2023-07-19T08:42:00.726Z] ==> Uploading reports [2023-07-19T08:42:00.726Z] url: https://codecov.io [2023-07-19T08:42:00.726Z] query: branch=PR-4612&commit=0622ab8cb0a764d3b0f840a95cc4de3e817e2904&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4612%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4612&job=&cmd_args= [2023-07-19T08:42:00.726Z] -> Pinging Codecov [2023-07-19T08:42:00.726Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4612&commit=0622ab8cb0a764d3b0f840a95cc4de3e817e2904&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4612%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4612&job=&cmd_args= [2023-07-19T08:42:00.726Z] -> Uploading to [2023-07-19T08:42:00.726Z] https://storage.googleapis.com/codecov/v4/raw/2023-07-19/00271124DB129430A58F1EEE437C3FCB/0622ab8cb0a764d3b0f840a95cc4de3e817e2904/c50e8ddb-d898-45d7-a3ff-ad3a32f117ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230719%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230719T084200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99e01677a0aae5735de6689310e1cedfda90a21837e99ac2927256382d5b08d6 [2023-07-19T08:42:00.726Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-07-19T08:42:00.726Z] Dload Upload Total Spent Left Speed [2023-07-19T08:42:00.986Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57306 0 0 100 57306 0 267k --:--:-- --:--:-- --:--:-- 267k [2023-07-19T08:42:00.986Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/0622ab8cb0a764d3b0f840a95cc4de3e817e2904 [Pipeline] } [2023-07-19T08:42:01.010Z] 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-07-19T08:42:02.317Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:42:02.641Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:42:03.526Z] ---> package-listing.sh [2023-07-19T08:42:03.526Z] ++ facter osfamily [2023-07-19T08:42:03.526Z] ++ tr '[:upper:]' '[:lower:]' [2023-07-19T08:42:03.785Z] + OS_FAMILY=debian [2023-07-19T08:42:03.785Z] + workspace=/w/workspace/edgex-go/1 [2023-07-19T08:42:03.785Z] + START_PACKAGES=/tmp/packages_start.txt [2023-07-19T08:42:03.785Z] + END_PACKAGES=/tmp/packages_end.txt [2023-07-19T08:42:03.785Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-07-19T08:42:03.785Z] + PACKAGES=/tmp/packages_start.txt [2023-07-19T08:42:03.785Z] + '[' /w/workspace/edgex-go/1 ']' [2023-07-19T08:42:03.785Z] + PACKAGES=/tmp/packages_end.txt [2023-07-19T08:42:03.785Z] + case "${OS_FAMILY}" in [2023-07-19T08:42:03.785Z] + dpkg -l [2023-07-19T08:42:03.785Z] + grep '^ii' [2023-07-19T08:42:03.785Z] + '[' -f /tmp/packages_start.txt ']' [2023-07-19T08:42:03.785Z] + '[' -f /tmp/packages_end.txt ']' [2023-07-19T08:42:03.785Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-07-19T08:42:03.785Z] + '[' /w/workspace/edgex-go/1 ']' [2023-07-19T08:42:03.785Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-07-19T08:42:03.785Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-07-19T08:42:03.827Z] 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-07-19T08:42:04.116Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:42:04.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-19T08:42:04.746Z] [2023-07-19T08:42:04.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-07-19T08:42:05.121Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-19T08:42:05.121Z] latest: Pulling from edgex-lftools-log-publisher [2023-07-19T08:42:05.121Z] 5eb5b503b376: Pulling fs layer [2023-07-19T08:42:05.121Z] 5c69ac0246d0: Pulling fs layer [2023-07-19T08:42:05.121Z] ec43610c2a17: Pulling fs layer [2023-07-19T08:42:05.121Z] 3a2ae6a8a46f: Pulling fs layer [2023-07-19T08:42:05.121Z] 33b1e0a273af: Pulling fs layer [2023-07-19T08:42:05.121Z] 5d3b04190fa2: Pulling fs layer [2023-07-19T08:42:05.121Z] 2f39f015ded8: Pulling fs layer [2023-07-19T08:42:05.121Z] 2f39f015ded8: Waiting [2023-07-19T08:42:05.121Z] 5d3b04190fa2: Waiting [2023-07-19T08:42:05.121Z] 3a2ae6a8a46f: Waiting [2023-07-19T08:42:05.121Z] 33b1e0a273af: Waiting [2023-07-19T08:42:05.381Z] 5c69ac0246d0: Verifying Checksum [2023-07-19T08:42:05.381Z] 5c69ac0246d0: Download complete [2023-07-19T08:42:05.381Z] 3a2ae6a8a46f: Download complete [2023-07-19T08:42:05.381Z] 33b1e0a273af: Verifying Checksum [2023-07-19T08:42:05.381Z] 33b1e0a273af: Download complete [2023-07-19T08:42:05.381Z] 5d3b04190fa2: Verifying Checksum [2023-07-19T08:42:05.381Z] 5d3b04190fa2: Download complete [2023-07-19T08:42:05.381Z] ec43610c2a17: Verifying Checksum [2023-07-19T08:42:05.381Z] ec43610c2a17: Download complete [2023-07-19T08:42:05.381Z] 5eb5b503b376: Verifying Checksum [2023-07-19T08:42:05.381Z] 5eb5b503b376: Download complete [2023-07-19T08:42:06.314Z] 2f39f015ded8: Download complete [2023-07-19T08:42:06.882Z] 5eb5b503b376: Pull complete [2023-07-19T08:42:06.882Z] 5c69ac0246d0: Pull complete [2023-07-19T08:42:07.141Z] ec43610c2a17: Pull complete [2023-07-19T08:42:07.413Z] 3a2ae6a8a46f: Pull complete [2023-07-19T08:42:07.669Z] 33b1e0a273af: Pull complete [2023-07-19T08:42:07.669Z] 5d3b04190fa2: Pull complete [2023-07-19T08:42:11.855Z] 2f39f015ded8: Pull complete [2023-07-19T08:42:11.855Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-07-19T08:42:11.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-07-19T08:42:11.855Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-07-19T08:42:12.076Z] prd-ubuntu20.04-docker-8c-8g-1516 does not seem to be running inside a container [2023-07-19T08:42:12.120Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-07-19T08:42:16.018Z] $ docker top 22f86e641ddd1270f19dfa35f2db1d870aebd95d17d917fda27047614344ef30 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-07-19T08:42:16.396Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-07-19T08:42:16.706Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-07-19T08:42:17.013Z] + ls /var/log/sa-host [2023-07-19T08:42:17.013Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-07-19T08:42:17.221Z] provisioning config files... [2023-07-19T08:42:17.229Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6632789501457008977tmp [Pipeline] { [Pipeline] echo [2023-07-19T08:42:17.271Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:42:17.584Z] ---> create-netrc.sh [Pipeline] } [2023-07-19T08:42:17.612Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:42:18.018Z] ---> python-tools-install.sh [Pipeline] echo [2023-07-19T08:42:18.049Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:42:18.358Z] ---> sudo-logs.sh [2023-07-19T08:42:18.358Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-07-19T08:42:18.435Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:42:18.741Z] ---> job-cost.sh [2023-07-19T08:42:18.741Z] lf-activate-venv: SKIPPING [2023-07-19T08:42:18.741Z] DEBUG: total: 0.10999999940395355 [2023-07-19T08:42:18.741Z] INFO: Retrieving Stack Cost... [2023-07-19T08:42:19.000Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-07-19T08:42:19.567Z] INFO: Archiving Costs [Pipeline] echo [2023-07-19T08:42:19.598Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-07-19T08:42:19.908Z] ---> logs-deploy.sh [2023-07-19T08:42:19.908Z] lf-activate-venv: SKIPPING [2023-07-19T08:42:19.908Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4612/1 [2023-07-19T08:42:19.908Z] INFO: archiving workspace using pattern(s): [2023-07-19T08:42:20.843Z] Archives upload complete. [2023-07-19T08:42:21.103Z] INFO: archiving logs to Nexus [2023-07-19T08:42:21.669Z] ---> uname -a: [2023-07-19T08:42:21.669Z] Linux prd-ubuntu20-04-docker-8c-8g-1516 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-07-19T08:42:21.669Z] [2023-07-19T08:42:21.669Z] [2023-07-19T08:42:21.669Z] ---> lscpu: [2023-07-19T08:42:21.669Z] Architecture: x86_64 [2023-07-19T08:42:21.669Z] CPU op-mode(s): 32-bit, 64-bit [2023-07-19T08:42:21.669Z] Byte Order: Little Endian [2023-07-19T08:42:21.669Z] Address sizes: 40 bits physical, 48 bits virtual [2023-07-19T08:42:21.669Z] CPU(s): 8 [2023-07-19T08:42:21.669Z] On-line CPU(s) list: 0-7 [2023-07-19T08:42:21.669Z] Thread(s) per core: 1 [2023-07-19T08:42:21.669Z] Core(s) per socket: 1 [2023-07-19T08:42:21.669Z] Socket(s): 8 [2023-07-19T08:42:21.669Z] NUMA node(s): 1 [2023-07-19T08:42:21.669Z] Vendor ID: AuthenticAMD [2023-07-19T08:42:21.669Z] CPU family: 23 [2023-07-19T08:42:21.669Z] Model: 49 [2023-07-19T08:42:21.669Z] Model name: AMD EPYC-Rome Processor [2023-07-19T08:42:21.669Z] Stepping: 0 [2023-07-19T08:42:21.669Z] CPU MHz: 2799.998 [2023-07-19T08:42:21.669Z] BogoMIPS: 5599.99 [2023-07-19T08:42:21.669Z] Virtualization: AMD-V [2023-07-19T08:42:21.669Z] Hypervisor vendor: KVM [2023-07-19T08:42:21.669Z] Virtualization type: full [2023-07-19T08:42:21.669Z] L1d cache: 256 KiB [2023-07-19T08:42:21.669Z] L1i cache: 256 KiB [2023-07-19T08:42:21.669Z] L2 cache: 4 MiB [2023-07-19T08:42:21.669Z] L3 cache: 128 MiB [2023-07-19T08:42:21.669Z] NUMA node0 CPU(s): 0-7 [2023-07-19T08:42:21.669Z] Vulnerability Itlb multihit: Not affected [2023-07-19T08:42:21.669Z] Vulnerability L1tf: Not affected [2023-07-19T08:42:21.669Z] Vulnerability Mds: Not affected [2023-07-19T08:42:21.669Z] Vulnerability Meltdown: Not affected [2023-07-19T08:42:21.669Z] Vulnerability Mmio stale data: Not affected [2023-07-19T08:42:21.669Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-07-19T08:42:21.670Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-07-19T08:42:21.670Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-07-19T08:42:21.670Z] Vulnerability Srbds: Not affected [2023-07-19T08:42:21.670Z] Vulnerability Tsx async abort: Not affected [2023-07-19T08:42:21.670Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-07-19T08:42:21.670Z] [2023-07-19T08:42:21.670Z] [2023-07-19T08:42:21.670Z] ---> nproc: [2023-07-19T08:42:21.670Z] 8 [2023-07-19T08:42:21.670Z] [2023-07-19T08:42:21.670Z] [2023-07-19T08:42:21.670Z] ---> df -h: [2023-07-19T08:42:21.670Z] Filesystem Size Used Avail Use% Mounted on [2023-07-19T08:42:21.670Z] overlay 155G 22G 134G 15% / [2023-07-19T08:42:21.670Z] tmpfs 64M 0 64M 0% /dev [2023-07-19T08:42:21.670Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-07-19T08:42:21.670Z] shm 64M 0 64M 0% /dev/shm [2023-07-19T08:42:21.670Z] /dev/vda1 155G 22G 134G 15% /facter-os [2023-07-19T08:42:21.670Z] [2023-07-19T08:42:21.670Z]