Pull request #4634 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2995d5512b734dec91f2bd7ac25ed2bf95eb098b+fe3620ce412f86f9ce6eb635c00e802c499476bf (1b08e879e0dadeac2bb7f36a1dcc8af37c814a3f) 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-ssh7366699242719889890.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh10083622253530657066.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4634/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-4634/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11870792022749497197.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-4634/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4431943541234624678.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh9970428402679368284.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-4634/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-4634/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1864416093220540114.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3557 in /w/workspace/edgexfoundry_edgex-go_PR-4634 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit fe3620ce412f86f9ce6eb635c00e802c499476bf into PR head commit 2995d5512b734dec91f2bd7ac25ed2bf95eb098b Merge succeeded, producing 2995d5512b734dec91f2bd7ac25ed2bf95eb098b Checking out Revision 2995d5512b734dec91f2bd7ac25ed2bf95eb098b (PR-4634) Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.4.0 to 2.5.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 > 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/4634/head:refs/remotes/origin/PR-4634 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2995d5512b734dec91f2bd7ac25ed2bf95eb098b # 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 fe3620ce412f86f9ce6eb635c00e802c499476bf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2995d5512b734dec91f2bd7ac25ed2bf95eb098b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-14T19:12:37.854Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-14T19:12:38.042Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-14T19:12:38.133Z] ========================================================= [2023-08-14T19:12:38.133Z] EdgeX Global Pipelines Version Info [2023-08-14T19:12:38.133Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:12:38.869Z] ------------------- [2023-08-14T19:12:38.869Z] stable info: [2023-08-14T19:12:38.869Z] ------------------- [2023-08-14T19:12:38.869Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-14T19:12:38.869Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T19:12:38.870Z] Message: update stable to v1.0.253 [2023-08-14T19:12:39.442Z] ------------------- [2023-08-14T19:12:39.442Z] experimental info: [2023-08-14T19:12:39.442Z] ------------------- [2023-08-14T19:12:39.442Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-14T19:12:39.442Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T19:12:39.442Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-14T19:12:39.733Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-08-14T19:12:39.774Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-08-14T19:12:39.811Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-14T19:12:39.843Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-14T19:12:39.883Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-14T19:12:39.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-14T19:12:39.970Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-14T19:12:40.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-08-14T19:12:40.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-08-14T19:12:40.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-08-14T19:12:40.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-14T19:12:40.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-14T19:12:40.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-14T19:12:40.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-14T19:12:40.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-14T19:12:40.325Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T19:12:40.361Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T19:12:40.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-14T19:12:40.439Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-08-14T19:12:40.480Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-08-14T19:12:40.517Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-14T19:12:40.560Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-14T19:12:40.598Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-14T19:12:40.630Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4634 [Pipeline] echo [2023-08-14T19:12:40.662Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4634 [Pipeline] echo [2023-08-14T19:12:40.698Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4634 [Pipeline] echo [2023-08-14T19:12:40.739Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2995d5512b734dec91f2bd7ac25ed2bf95eb098b [Pipeline] echo [2023-08-14T19:12:40.779Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2995d55 [Pipeline] echo [2023-08-14T19:12:40.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T19:12:40.917Z] provisioning config files... [2023-08-14T19:12:40.928Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11136258147329541573tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:12:41.274Z] ---> docker-login.sh [2023-08-14T19:12:41.274Z] nexus3.edgexfoundry.org:10001 [2023-08-14T19:12:41.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:41.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:41.534Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:41.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:41.534Z] [2023-08-14T19:12:41.534Z] Login Succeeded [2023-08-14T19:12:41.534Z] nexus3.edgexfoundry.org:10002 [2023-08-14T19:12:41.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:41.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:41.795Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:41.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:41.795Z] [2023-08-14T19:12:41.795Z] Login Succeeded [2023-08-14T19:12:41.795Z] nexus3.edgexfoundry.org:10003 [2023-08-14T19:12:41.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:41.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:41.795Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:41.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:41.795Z] [2023-08-14T19:12:41.795Z] Login Succeeded [2023-08-14T19:12:41.795Z] nexus3.edgexfoundry.org:10004 [2023-08-14T19:12:41.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:42.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:42.055Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:42.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:42.055Z] [2023-08-14T19:12:42.055Z] Login Succeeded [2023-08-14T19:12:42.055Z] docker.io [2023-08-14T19:12:42.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:42.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:42.315Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:42.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:42.315Z] [2023-08-14T19:12:42.315Z] Login Succeeded [2023-08-14T19:12:42.315Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T19:12:42.342Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T19:12:42.755Z] + 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-08-14T19:12:42.755Z] + dirname+ cmd/core-command/Dockerfile [2023-08-14T19:12:42.755Z] cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo core-command,cmd/core-command/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/core-data/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo core-data,cmd/core-data/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/core-metadata/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-08-14T19:12:42.755Z] + + cut -d/ -f2dirname [2023-08-14T19:12:42.755Z] cmd/security-spiffe-token-provider/Dockerfile [2023-08-14T19:12:42.755Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/security-spire-agent/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/security-spire-config/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/security-spire-server/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/support-notifications/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-08-14T19:12:42.755Z] + dirname cmd/support-scheduler/Dockerfile [2023-08-14T19:12:42.755Z] + cut -d/ -f2 [2023-08-14T19:12:42.755Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-08-14T19:12:42.825Z] 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-08-14T19:12:43.312Z] + git rev-list -1 --merges 2995d5512b734dec91f2bd7ac25ed2bf95eb098b~1..2995d5512b734dec91f2bd7ac25ed2bf95eb098b [Pipeline] echo [2023-08-14T19:12:43.347Z] -----------> git rev-list -1 --merges 2995d5512b734dec91f2bd7ac25ed2bf95eb098b~1..2995d5512b734dec91f2bd7ac25ed2bf95eb098b 2995d5512b734dec91f2bd7ac25ed2bf95eb098b [false] [Pipeline] sh [2023-08-14T19:12:43.652Z] + git log --format=format:%s -1 2995d5512b734dec91f2bd7ac25ed2bf95eb098b [Pipeline] echo [2023-08-14T19:12:43.685Z] ========================================================= [2023-08-14T19:12:43.685Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-14T19:12:43.685Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-14T19:12:44.112Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T19:12:44.112Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-14T19:12:44.112Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-14T19:12:44.112Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-14T19:12:44.112Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-14T19:12:44.112Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-14T19:12:44.112Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:12:44.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T19:12:44.531Z] [2023-08-14T19:12:44.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:12:44.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T19:12:44.907Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-14T19:12:44.907Z] b85a868b505f: Pulling fs layer [2023-08-14T19:12:44.907Z] e2be974225ed: Pulling fs layer [2023-08-14T19:12:44.907Z] 339a4e72a1f5: Pulling fs layer [2023-08-14T19:12:44.907Z] 988bab9f4d93: Pulling fs layer [2023-08-14T19:12:44.907Z] 1469e6f7b9e6: Pulling fs layer [2023-08-14T19:12:44.907Z] eaf3925da568: Pulling fs layer [2023-08-14T19:12:44.907Z] 1469e6f7b9e6: Waiting [2023-08-14T19:12:44.907Z] 988bab9f4d93: Waiting [2023-08-14T19:12:44.907Z] bab4dde63d76: Pulling fs layer [2023-08-14T19:12:44.907Z] bde34c3a00c8: Pulling fs layer [2023-08-14T19:12:44.907Z] eaf3925da568: Waiting [2023-08-14T19:12:44.907Z] bab4dde63d76: Waiting [2023-08-14T19:12:44.907Z] b352a97aabf1: Pulling fs layer [2023-08-14T19:12:44.907Z] 4872d77fe225: Pulling fs layer [2023-08-14T19:12:44.907Z] 5851b861e8e6: Pulling fs layer [2023-08-14T19:12:44.907Z] bde34c3a00c8: Waiting [2023-08-14T19:12:44.907Z] 5851b861e8e6: Waiting [2023-08-14T19:12:44.907Z] 4872d77fe225: Waiting [2023-08-14T19:12:44.907Z] e2be974225ed: Verifying Checksum [2023-08-14T19:12:44.907Z] e2be974225ed: Download complete [2023-08-14T19:12:44.907Z] 988bab9f4d93: Verifying Checksum [2023-08-14T19:12:44.907Z] 988bab9f4d93: Download complete [2023-08-14T19:12:45.170Z] 1469e6f7b9e6: Verifying Checksum [2023-08-14T19:12:45.170Z] 1469e6f7b9e6: Download complete [2023-08-14T19:12:45.170Z] eaf3925da568: Download complete [2023-08-14T19:12:45.170Z] 339a4e72a1f5: Verifying Checksum [2023-08-14T19:12:45.170Z] 339a4e72a1f5: Download complete [2023-08-14T19:12:45.170Z] bde34c3a00c8: Download complete [2023-08-14T19:12:45.170Z] b352a97aabf1: Download complete [2023-08-14T19:12:45.170Z] 4872d77fe225: Verifying Checksum [2023-08-14T19:12:45.170Z] 4872d77fe225: Download complete [2023-08-14T19:12:45.170Z] 5851b861e8e6: Download complete [2023-08-14T19:12:45.170Z] b85a868b505f: Download complete [2023-08-14T19:12:45.430Z] bab4dde63d76: Verifying Checksum [2023-08-14T19:12:45.430Z] bab4dde63d76: Download complete [2023-08-14T19:12:46.374Z] b85a868b505f: Pull complete [2023-08-14T19:12:46.637Z] e2be974225ed: Pull complete [2023-08-14T19:12:46.906Z] 339a4e72a1f5: Pull complete [2023-08-14T19:12:47.170Z] 988bab9f4d93: Pull complete [2023-08-14T19:12:47.430Z] 1469e6f7b9e6: Pull complete [2023-08-14T19:12:47.430Z] eaf3925da568: Pull complete [2023-08-14T19:12:49.336Z] bab4dde63d76: Pull complete [2023-08-14T19:12:49.336Z] bde34c3a00c8: Pull complete [2023-08-14T19:12:49.336Z] b352a97aabf1: Pull complete [2023-08-14T19:12:49.336Z] 4872d77fe225: Pull complete [2023-08-14T19:12:49.336Z] 5851b861e8e6: Pull complete [2023-08-14T19:12:49.596Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-14T19:12:49.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T19:12:49.596Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:12:49.797Z] prd-ubuntu20.04-docker-8c-8g-3557 does not seem to be running inside a container [2023-08-14T19:12:49.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-14T19:12:53.238Z] $ docker top 6ec62377f6d9edc005d070300dcbdf88f1f931957bbce5895ffd561a410fcc91 -eo pid,comm [2023-08-14T19:12:53.294Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-14T19:12:53.294Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T19:12:53.417Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T19:12:53.417Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T19:12:53.522Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T19:12:53.523Z] $ docker exec 6ec62377f6d9edc005d070300dcbdf88f1f931957bbce5895ffd561a410fcc91 ssh-agent [2023-08-14T19:12:53.626Z] SSH_AUTH_SOCK=/tmp/ssh-mwUUeizPbSNK/agent.33 [2023-08-14T19:12:53.626Z] SSH_AGENT_PID=39 [2023-08-14T19:12:53.631Z] Running ssh-add (command line suppressed) [2023-08-14T19:12:53.721Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10233658007857736764.key (/w/workspace/edgex-go/1@tmp/private_key_10233658007857736764.key) [2023-08-14T19:12:53.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T19:12:54.063Z] + git tag --points-at HEAD [Pipeline] } [2023-08-14T19:12:54.085Z] $ docker exec --env ******** --env ******** 6ec62377f6d9edc005d070300dcbdf88f1f931957bbce5895ffd561a410fcc91 ssh-agent -k [2023-08-14T19:12:54.199Z] unset SSH_AUTH_SOCK; [2023-08-14T19:12:54.200Z] unset SSH_AGENT_PID; [2023-08-14T19:12:54.201Z] echo Agent pid 39 killed; [2023-08-14T19:12:54.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-14T19:12:54.291Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T19:12:54.291Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T19:12:54.394Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T19:12:54.395Z] $ docker exec 6ec62377f6d9edc005d070300dcbdf88f1f931957bbce5895ffd561a410fcc91 ssh-agent [2023-08-14T19:12:54.511Z] SSH_AUTH_SOCK=/tmp/ssh-FVkPvAkv0AEu/agent.70 [2023-08-14T19:12:54.511Z] SSH_AGENT_PID=76 [2023-08-14T19:12:54.516Z] Running ssh-add (command line suppressed) [2023-08-14T19:12:54.619Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10210483007145127804.key (/w/workspace/edgex-go/1@tmp/private_key_10210483007145127804.key) [2023-08-14T19:12:54.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T19:12:54.961Z] + git semver init [2023-08-14T19:12:55.223Z] 2023-08-14 19:12:55,127 [run_init] DEBUG init version:0.0.0 force:False [2023-08-14T19:12:55.223Z] 2023-08-14 19:12:55,128 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-08-14T19:12:55.223Z] 2023-08-14 19:12:55,128 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-08-14T19:12:55.223Z] 2023-08-14 19:12:55,128 [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-08-14T19:13:00.514Z] 2023-08-14 19:13:00,017 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-08-14T19:13:00.515Z] 2023-08-14 19:13:00,018 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4634 with force:False [2023-08-14T19:13:00.515Z] 2023-08-14 19:13:00,018 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4634 [2023-08-14T19:13:00.515Z] 2023-08-14 19:13:00,023 [execute] INFO git cat-file --batch-check [2023-08-14T19:13:00.515Z] 2023-08-14 19:13:00,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T19:13:00.515Z] 2023-08-14 19:13:00,028 [execute] INFO git cat-file --batch [2023-08-14T19:13:00.515Z] 2023-08-14 19:13:00,028 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T19:13:00.515Z] 2023-08-14 19:13:00,033 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4634 [2023-08-14T19:13:00.515Z] 0.0.0 [Pipeline] } [2023-08-14T19:13:00.545Z] $ docker exec --env ******** --env ******** 6ec62377f6d9edc005d070300dcbdf88f1f931957bbce5895ffd561a410fcc91 ssh-agent -k [2023-08-14T19:13:00.640Z] unset SSH_AUTH_SOCK; [2023-08-14T19:13:00.640Z] unset SSH_AGENT_PID; [2023-08-14T19:13:00.640Z] echo Agent pid 76 killed; [2023-08-14T19:13:00.649Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T19:13:01.055Z] + git semver [Pipeline] } [2023-08-14T19:13:01.339Z] $ docker stop --time=1 6ec62377f6d9edc005d070300dcbdf88f1f931957bbce5895ffd561a410fcc91 [2023-08-14T19:13:02.595Z] $ docker rm -f --volumes 6ec62377f6d9edc005d070300dcbdf88f1f931957bbce5895ffd561a410fcc91 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T19:13:02.984Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-14T19:13:03.235Z] Stashed 1 file(s) [Pipeline] echo [2023-08-14T19:13:03.253Z] [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-08-14T19:13:04.043Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-14T19:13:04.079Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:13:04.113Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:13:04.209Z] ========================================================= [2023-08-14T19:13:04.209Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-14T19:13:04.209Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:13:04.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:13:04.546Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-14T19:13:04.546Z] 4db1b89c0bd1: Pulling fs layer [2023-08-14T19:13:04.546Z] 6911f1a30b25: Pulling fs layer [2023-08-14T19:13:04.546Z] e194b8c5c2a9: Pulling fs layer [2023-08-14T19:13:04.546Z] 6863d3e3a2b1: Pulling fs layer [2023-08-14T19:13:04.546Z] ec0bb842ea78: Pulling fs layer [2023-08-14T19:13:04.546Z] 40a00589a448: Pulling fs layer [2023-08-14T19:13:04.546Z] 6c08303d61cc: Pulling fs layer [2023-08-14T19:13:04.546Z] 798269fcf238: Pulling fs layer [2023-08-14T19:13:04.546Z] 40a00589a448: Waiting [2023-08-14T19:13:04.546Z] 6c08303d61cc: Waiting [2023-08-14T19:13:04.546Z] 798269fcf238: Waiting [2023-08-14T19:13:04.546Z] ec0bb842ea78: Waiting [2023-08-14T19:13:04.546Z] 6863d3e3a2b1: Waiting [2023-08-14T19:13:04.546Z] 6911f1a30b25: Verifying Checksum [2023-08-14T19:13:04.546Z] 6911f1a30b25: Download complete [2023-08-14T19:13:04.546Z] 6863d3e3a2b1: Verifying Checksum [2023-08-14T19:13:04.546Z] 6863d3e3a2b1: Download complete [2023-08-14T19:13:04.805Z] ec0bb842ea78: Verifying Checksum [2023-08-14T19:13:04.805Z] ec0bb842ea78: Download complete [2023-08-14T19:13:04.805Z] 4db1b89c0bd1: Verifying Checksum [2023-08-14T19:13:04.805Z] 4db1b89c0bd1: Download complete [2023-08-14T19:13:04.805Z] 40a00589a448: Verifying Checksum [2023-08-14T19:13:04.805Z] 40a00589a448: Download complete [2023-08-14T19:13:04.805Z] 4db1b89c0bd1: Pull complete [2023-08-14T19:13:05.065Z] 6911f1a30b25: Pull complete [2023-08-14T19:13:05.325Z] 798269fcf238: Verifying Checksum [2023-08-14T19:13:05.325Z] 798269fcf238: Download complete [2023-08-14T19:13:05.325Z] e194b8c5c2a9: Verifying Checksum [2023-08-14T19:13:05.325Z] e194b8c5c2a9: Download complete [2023-08-14T19:13:05.325Z] 6c08303d61cc: Verifying Checksum [2023-08-14T19:13:05.325Z] 6c08303d61cc: Download complete [2023-08-14T19:13:08.627Z] e194b8c5c2a9: Pull complete [2023-08-14T19:13:08.627Z] 6863d3e3a2b1: Pull complete [2023-08-14T19:13:08.627Z] ec0bb842ea78: Pull complete [2023-08-14T19:13:08.884Z] 40a00589a448: Pull complete [2023-08-14T19:13:11.409Z] 6c08303d61cc: Pull complete [2023-08-14T19:13:11.976Z] 798269fcf238: Pull complete [2023-08-14T19:13:11.976Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-14T19:13:11.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:13:11.976Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:13:12.333Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:13:12.333Z] WORKDIR /edgex [2023-08-14T19:13:12.333Z] COPY go.mod . [2023-08-14T19:13:12.333Z] RUN go mod download [2023-08-14T19:13:12.333Z] + docker build -t ci-base-image-x86_64 -f - . [2023-08-14T19:13:12.899Z] Sending build context to Docker daemon 170.8MB [2023-08-14T19:13:12.899Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:13:12.899Z] ---> ec979cd7f677 [2023-08-14T19:13:12.899Z] Step 2/4 : WORKDIR /edgex [2023-08-14T19:13:18.170Z] ---> Running in 2ff889bce457 [2023-08-14T19:13:18.170Z] Removing intermediate container 2ff889bce457 [2023-08-14T19:13:18.170Z] ---> 46cdfb40ed17 [2023-08-14T19:13:18.170Z] Step 3/4 : COPY go.mod . [2023-08-14T19:13:18.170Z] ---> c4ff1b7bd377 [2023-08-14T19:13:18.170Z] Step 4/4 : RUN go mod download [2023-08-14T19:13:18.170Z] ---> Running in 09483c7e55cd [2023-08-14T19:13:18.574Z] Still waiting to schedule task [2023-08-14T19:13:18.574Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-08-14T19:13:33.130Z] Removing intermediate container 09483c7e55cd [2023-08-14T19:13:33.130Z] ---> 811b3f356ddd [2023-08-14T19:13:33.130Z] Successfully built 811b3f356ddd [2023-08-14T19:13:33.130Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:13:33.513Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T19:13:33.513Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:13:33.673Z] prd-ubuntu20.04-docker-8c-8g-3557 does not seem to be running inside a container [2023-08-14T19:13:33.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-14T19:13:34.131Z] $ docker top 3417aa6e840462da66720be3938f36e780a9a0d9c2ef98d6ae9bbc9d5c1c8dae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:13:34.514Z] + go version [2023-08-14T19:13:34.514Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-14T19:13:34.550Z] $ docker stop --time=1 3417aa6e840462da66720be3938f36e780a9a0d9c2ef98d6ae9bbc9d5c1c8dae [2023-08-14T19:13:35.835Z] $ docker rm -f --volumes 3417aa6e840462da66720be3938f36e780a9a0d9c2ef98d6ae9bbc9d5c1c8dae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:13:36.514Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T19:13:36.514Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:13:36.654Z] prd-ubuntu20.04-docker-8c-8g-3557 does not seem to be running inside a container [2023-08-14T19:13:36.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-14T19:13:36.994Z] $ docker top 6835be1ae91f39b11880767792fd49fb0994c91bc1e34088661f5b0ef08685b5 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T19:13:37.098Z] ========================================================= [2023-08-14T19:13:37.098Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-14T19:13:37.098Z] ========================================================= [Pipeline] sh [2023-08-14T19:13:37.444Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:13:37.804Z] + make test [2023-08-14T19:13:37.805Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T19:13:44.449Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-14T19:13:56.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-14T19:13:56.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-14T19:13:56.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-14T19:13:57.258Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-14T19:13:57.516Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-14T19:13:57.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-14T19:13:57.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-14T19:13:57.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-14T19:13:57.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-14T19:13:58.032Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-14T19:13:58.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-14T19:13:58.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-14T19:13:58.290Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-14T19:13:58.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-14T19:13:59.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-14T19:13:59.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-14T19:13:59.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements [2023-08-14T19:14:00.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.072s coverage: 97.0% of statements [2023-08-14T19:14:00.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-14T19:14:00.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-14T19:14:00.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-14T19:14:01.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-14T19:14:01.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-14T19:14:02.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-14T19:14:02.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-14T19:14:02.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:14:02.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-14T19:14:02.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-14T19:14:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-14T19:14:03.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-14T19:14:04.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements [2023-08-14T19:14:04.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.075s coverage: 54.0% of statements [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-14T19:14:04.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-14T19:14:05.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.119s coverage: 93.4% of statements [2023-08-14T19:14:05.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.063s coverage: 3.8% of statements [2023-08-14T19:14:05.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.358s coverage: 97.6% of statements [2023-08-14T19:14:05.518Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.068s coverage: 72.2% of statements [2023-08-14T19:14:06.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-14T19:14:06.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-14T19:14:06.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.077s coverage: 0.9% of statements [2023-08-14T19:14:06.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 32.2% of statements [2023-08-14T19:14:06.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 42.9% of statements [2023-08-14T19:14:06.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 82.9% of statements [2023-08-14T19:14:06.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2023-08-14T19:14:06.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2023-08-14T19:14:07.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2023-08-14T19:14:07.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-14T19:14:07.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-14T19:14:07.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-14T19:14:07.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-14T19:14:07.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-14T19:14:07.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-14T19:14:07.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-14T19:14:07.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-14T19:14:09.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-14T19:14:09.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-14T19:14:09.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-14T19:14:09.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-14T19:14:09.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-14T19:14:09.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-14T19:14:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-14T19:14:10.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-14T19:14:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-14T19:14:12.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-14T19:14:12.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-14T19:14:13.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-14T19:14:13.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-14T19:14:13.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-14T19:14:14.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-14T19:14:14.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-14T19:14:15.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-14T19:14:16.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-14T19:14:16.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-14T19:14:16.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-14T19:14:16.182Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-14T19:14:17.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-14T19:14:17.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-14T19:14:17.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-14T19:14:17.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-14T19:14:19.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-14T19:14:19.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:14:19.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-14T19:14:19.014Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-14T19:14:19.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2023-08-14T19:14:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-14T19:14:19.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-14T19:14:20.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-14T19:14:20.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.282s coverage: 79.9% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 64.4% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 62.3% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 81.8% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 82.1% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.1% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 38.4% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 95.7% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 61.8% of statements [2023-08-14T19:14:30.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements [2023-08-14T19:14:31.136Z] 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-08-14T19:14:31.395Z] running golangci-lint [2023-08-14T19:14:31.395Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-08-14T19:14:31.395Z] go version go1.20.6 linux/amd64 [2023-08-14T19:14:31.652Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-08-14T19:14:31.652Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-08-14T19:14:46.514Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|files|imports|name|exports_file|types_sizes) took 13.813545053s" [2023-08-14T19:14:46.514Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.932339ms" [2023-08-14T19:14:53.065Z] level=info msg="[linters_context/goanalysis] analyzers took 58.985235843s with top 10 stages: buildir: 31.701042372s, inspect: 1.680774077s, fact_deprecated: 1.503010889s, printf: 1.187522994s, ctrlflow: 1.159872132s, gosec: 1.023488015s, fact_purity: 983.337037ms, S1038: 943.51331ms, nilness: 827.286507ms, directives: 730.4517ms" [2023-08-14T19:14:53.065Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-08-14T19:14:53.065Z] level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/21, cgo: 200/200, filename_unadjuster: 200/200, skip_files: 200/200, autogenerated_exclude: 200/200, identifier_marker: 200/200, path_prettifier: 200/200, skip_dirs: 200/200, exclude: 200/200, exclude-rules: 21/200" [2023-08-14T19:14:53.065Z] level=info msg="[runner] processing took 17.337997ms with stages: nolint: 7.043964ms, identifier_marker: 5.620943ms, autogenerated_exclude: 1.475863ms, path_prettifier: 1.329481ms, exclude-rules: 1.107836ms, skip_dirs: 652.379µs, cgo: 63.131µs, filename_unadjuster: 39.18µs, max_same_issues: 860ns, uniq_by_line: 790ns, exclude: 610ns, severity-rules: 610ns, skip_files: 530ns, source_code: 430ns, sort_results: 370ns, diff: 340ns, max_per_file_from_linter: 260ns, max_from_linter: 170ns, path_shortener: 140ns, path_prefixer: 110ns" [2023-08-14T19:14:53.065Z] level=info msg="[runner] linters took 7.17980516s with stages: goanalysis_metalinter: 7.162363412s" [2023-08-14T19:14:53.065Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-08-14T19:14:53.065Z] level=info msg="Memory: 212 samples, avg is 194.6MB, max is 809.8MB" [2023-08-14T19:14:53.065Z] level=info msg="Execution took 21.041932067s" [2023-08-14T19:14:53.065Z] go vet ./... [2023-08-14T19:14:57.243Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T19:14:57.243Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T19:14:57.243Z] ./bin/test-attribution-txt.sh [2023-08-14T19:14:57.243Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-14T19:14:57.243Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-14T19:14:57.243Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-14T19:14:57.243Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-14T19:14:57.283Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-14T19:14:57.589Z] + ls -al . [2023-08-14T19:14:57.589Z] total 724 [2023-08-14T19:14:57.589Z] drwxrwxr-x 11 1001 1001 4096 Aug 14 19:13 . [2023-08-14T19:14:57.589Z] drwxr-xr-x 4 root root 4096 Aug 14 19:13 .. [2023-08-14T19:14:57.589Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:12 .blubracket [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 16 Aug 14 19:12 .dockerignore [2023-08-14T19:14:57.589Z] drwxrwxr-x 8 1001 1001 4096 Aug 14 19:13 .git [2023-08-14T19:14:57.589Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:12 .github [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 1133 Aug 14 19:12 .gitignore [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 42 Aug 14 19:12 .golangci.yml [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 87 Aug 14 19:12 .hadolint.yml [2023-08-14T19:14:57.589Z] drwxr-xr-x 3 1001 1001 4096 Aug 14 19:13 .semver [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 166 Aug 14 19:12 .sonarcloud.properties [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 1171 Aug 14 19:12 ADOPTERS.md [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 11152 Aug 14 19:12 Attribution.txt [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 93407 Aug 14 19:12 CHANGELOG.md [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 3804 Aug 14 19:12 CONTRIBUTING.md [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 677 Aug 14 19:12 GOVERNANCE.md [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 883 Aug 14 19:12 Jenkinsfile [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 10775 Aug 14 19:12 LICENSE [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 14368 Aug 14 19:12 Makefile [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 582 Aug 14 19:12 OWNERS.md [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 9923 Aug 14 19:12 README.md [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 789 Aug 14 19:12 SECURITY.md [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 5 Aug 14 19:13 VERSION [2023-08-14T19:14:57.589Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:12 bin [2023-08-14T19:14:57.589Z] drwxrwxr-x 18 1001 1001 4096 Aug 14 19:12 cmd [2023-08-14T19:14:57.589Z] -rw-r--r-- 1 root root 446998 Aug 14 19:14 coverage.out [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 3687 Aug 14 19:12 go.mod [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 33714 Aug 14 19:12 go.sum [2023-08-14T19:14:57.589Z] drwxrwxr-x 7 1001 1001 4096 Aug 14 19:12 internal [2023-08-14T19:14:57.589Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:12 openapi [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 594 Aug 14 19:12 security.txt [2023-08-14T19:14:57.589Z] drwxrwxr-x 4 1001 1001 4096 Aug 14 19:12 snap [2023-08-14T19:14:57.589Z] -rw-rw-r-- 1 1001 1001 204 Aug 14 19:12 version.go [Pipeline] sh [2023-08-14T19:14:57.899Z] + '[' -e coverage.out ] [2023-08-14T19:14:57.899Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-14T19:14:58.021Z] Stashed 1 file(s) [Pipeline] sh [2023-08-14T19:14:58.312Z] + make build [2023-08-14T19:14:58.312Z] 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-08-14T19:15:10.538Z] 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-08-14T19:15:11.911Z] 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-08-14T19:15:12.846Z] 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-08-14T19:15:13.779Z] 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-08-14T19:15:20.375Z] 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-08-14T19:15:21.752Z] 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-08-14T19:15:23.651Z] 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-08-14T19:15:24.584Z] 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-08-14T19:15:25.516Z] 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-08-14T19:15:26.448Z] 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-08-14T19:15:27.381Z] 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-08-14T19:15:28.782Z] $ docker stop --time=1 6835be1ae91f39b11880767792fd49fb0994c91bc1e34088661f5b0ef08685b5 [2023-08-14T19:15:33.559Z] $ docker rm -f --volumes 6835be1ae91f39b11880767792fd49fb0994c91bc1e34088661f5b0ef08685b5 [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-08-14T19:15:34.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T19:15:34.794Z] [2023-08-14T19:15:34.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:15:35.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T19:15:35.162Z] latest: Pulling from edgex-devops/edgex-compose [2023-08-14T19:15:35.162Z] 91d30c5bc195: Pulling fs layer [2023-08-14T19:15:35.162Z] 2e9b0aa3be6d: Pulling fs layer [2023-08-14T19:15:35.162Z] 9c61dcf015f6: Pulling fs layer [2023-08-14T19:15:35.162Z] 4698f68db338: Pulling fs layer [2023-08-14T19:15:35.162Z] 2a2f49069b9e: Pulling fs layer [2023-08-14T19:15:35.162Z] e0025b399a48: Pulling fs layer [2023-08-14T19:15:35.162Z] 4698f68db338: Waiting [2023-08-14T19:15:35.162Z] 2a2f49069b9e: Waiting [2023-08-14T19:15:35.419Z] 91d30c5bc195: Verifying Checksum [2023-08-14T19:15:35.420Z] 91d30c5bc195: Download complete [2023-08-14T19:15:35.420Z] 4698f68db338: Verifying Checksum [2023-08-14T19:15:35.420Z] 4698f68db338: Download complete [2023-08-14T19:15:35.420Z] 2e9b0aa3be6d: Verifying Checksum [2023-08-14T19:15:35.420Z] 2e9b0aa3be6d: Download complete [2023-08-14T19:15:35.420Z] e0025b399a48: Verifying Checksum [2023-08-14T19:15:35.420Z] e0025b399a48: Download complete [2023-08-14T19:15:35.420Z] 91d30c5bc195: Pull complete [2023-08-14T19:15:35.420Z] 2a2f49069b9e: Download complete [2023-08-14T19:15:35.678Z] 2e9b0aa3be6d: Pull complete [2023-08-14T19:15:35.935Z] 9c61dcf015f6: Download complete [2023-08-14T19:15:38.457Z] 9c61dcf015f6: Pull complete [2023-08-14T19:15:38.457Z] 4698f68db338: Pull complete [2023-08-14T19:15:38.714Z] 2a2f49069b9e: Pull complete [2023-08-14T19:15:38.714Z] e0025b399a48: Pull complete [2023-08-14T19:15:38.714Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-08-14T19:15:38.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T19:15:38.714Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:15:38.923Z] prd-ubuntu20.04-docker-8c-8g-3557 does not seem to be running inside a container [2023-08-14T19:15:38.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-08-14T19:15:42.162Z] $ docker top 18c1691b266518106c2abb9de58662c651cbfa8baebc1a2865d23044c75e2c8e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:15:42.544Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-14T19:15:45.074Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #1 transferring dockerfile: 2.38kB done [2023-08-14T19:15:45.074Z] #1 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #2 [core-metadata internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #2 transferring dockerfile: 1.96kB done [2023-08-14T19:15:45.074Z] #2 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #3 transferring dockerfile: 1.78kB done [2023-08-14T19:15:45.074Z] #3 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #4 [security-spire-config internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #4 transferring dockerfile: 2.58kB done [2023-08-14T19:15:45.074Z] #4 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #5 [security-spire-server internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #5 transferring dockerfile: 2.63kB done [2023-08-14T19:15:45.074Z] #5 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #6 transferring dockerfile: 2.04kB done [2023-08-14T19:15:45.074Z] #6 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #7 transferring dockerfile: 2.82kB done [2023-08-14T19:15:45.074Z] #7 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #8 [support-scheduler internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #8 transferring dockerfile: 1.82kB done [2023-08-14T19:15:45.074Z] #8 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #9 transferring dockerfile: 2.06kB done [2023-08-14T19:15:45.074Z] #9 DONE 0.1s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #10 transferring dockerfile: 2.12kB done [2023-08-14T19:15:45.074Z] #10 DONE 0.1s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #11 transferring dockerfile: 2.68kB done [2023-08-14T19:15:45.074Z] #11 DONE 0.1s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #12 [security-secretstore-setup internal] load .dockerignore [2023-08-14T19:15:45.074Z] #12 transferring context: 56B done [2023-08-14T19:15:45.074Z] #12 DONE 0.1s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #13 [core-command internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #13 transferring dockerfile: 1.82kB done [2023-08-14T19:15:45.074Z] #13 DONE 0.1s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #14 [core-data internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #14 transferring dockerfile: 1.90kB done [2023-08-14T19:15:45.074Z] #14 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #15 [support-notifications internal] load build definition from Dockerfile [2023-08-14T19:15:45.074Z] #15 transferring dockerfile: 1.84kB done [2023-08-14T19:15:45.074Z] #15 DONE 0.1s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #16 [core-metadata internal] load .dockerignore [2023-08-14T19:15:45.074Z] #16 transferring context: 56B done [2023-08-14T19:15:45.074Z] #16 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T19:15:45.074Z] #17 transferring context: 56B done [2023-08-14T19:15:45.074Z] #17 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #18 [security-spire-config internal] load .dockerignore [2023-08-14T19:15:45.074Z] #18 transferring context: 56B done [2023-08-14T19:15:45.074Z] #18 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #19 [security-spire-server internal] load .dockerignore [2023-08-14T19:15:45.074Z] #19 transferring context: 56B done [2023-08-14T19:15:45.074Z] #19 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #20 [security-proxy-auth internal] load .dockerignore [2023-08-14T19:15:45.074Z] #20 transferring context: 56B done [2023-08-14T19:15:45.074Z] #20 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #21 [security-bootstrapper internal] load .dockerignore [2023-08-14T19:15:45.074Z] #21 transferring context: 56B done [2023-08-14T19:15:45.074Z] #21 DONE 0.0s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.074Z] #22 [support-scheduler internal] load .dockerignore [2023-08-14T19:15:45.074Z] #22 transferring context: 56B done [2023-08-14T19:15:45.074Z] #22 DONE 0.1s [2023-08-14T19:15:45.074Z] [2023-08-14T19:15:45.075Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-14T19:15:45.075Z] #23 transferring context: 56B done [2023-08-14T19:15:45.075Z] #23 DONE 0.1s [2023-08-14T19:15:45.075Z] [2023-08-14T19:15:45.075Z] #24 [security-proxy-setup internal] load .dockerignore [2023-08-14T19:15:45.075Z] #24 transferring context: 56B done [2023-08-14T19:15:45.075Z] #24 DONE 0.1s [2023-08-14T19:15:45.075Z] [2023-08-14T19:15:45.075Z] #25 [core-command internal] load .dockerignore [2023-08-14T19:15:45.075Z] #25 transferring context: 56B done [2023-08-14T19:15:45.075Z] #25 DONE 0.1s [2023-08-14T19:15:45.075Z] [2023-08-14T19:15:45.075Z] #26 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:45.075Z] #26 DONE 0.0s [2023-08-14T19:15:45.075Z] [2023-08-14T19:15:45.075Z] #27 [support-notifications internal] load .dockerignore [2023-08-14T19:15:45.075Z] #27 transferring context: 56B done [2023-08-14T19:15:45.334Z] #27 DONE 0.1s [2023-08-14T19:15:45.334Z] [2023-08-14T19:15:45.334Z] #28 [security-spire-agent internal] load .dockerignore [2023-08-14T19:15:45.334Z] #28 transferring context: 56B done [2023-08-14T19:15:45.334Z] #28 DONE 0.1s [2023-08-14T19:15:45.334Z] [2023-08-14T19:15:45.334Z] #29 [core-data internal] load .dockerignore [2023-08-14T19:15:45.334Z] #29 transferring context: 56B done [2023-08-14T19:15:45.334Z] #29 DONE 0.1s [2023-08-14T19:15:45.334Z] [2023-08-14T19:15:45.334Z] #30 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:45.334Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:15:45.334Z] #30 ... [2023-08-14T19:15:45.334Z] [2023-08-14T19:15:45.334Z] #26 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:45.334Z] #26 DONE 0.0s [2023-08-14T19:15:45.334Z] [2023-08-14T19:15:45.334Z] #30 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:45.334Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:15:45.334Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.15MB / 3.38MB 0.1s [2023-08-14T19:15:45.334Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:45.334Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:45.334Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:45.594Z] #30 ... [2023-08-14T19:15:45.594Z] [2023-08-14T19:15:45.594Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:15:45.594Z] #31 DONE 0.2s [2023-08-14T19:15:45.594Z] [2023-08-14T19:15:45.594Z] #30 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:45.594Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:15:45.594Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-14T19:15:45.594Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:45.594Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:45.594Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:45.594Z] #30 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-08-14T19:15:45.594Z] #30 ... [2023-08-14T19:15:45.594Z] [2023-08-14T19:15:45.594Z] #26 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:45.594Z] #26 DONE 0.0s [2023-08-14T19:15:45.594Z] [2023-08-14T19:15:45.595Z] #30 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:45.595Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:15:45.595Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-14T19:15:45.595Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:45.595Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:45.595Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:45.595Z] #30 ... [2023-08-14T19:15:45.595Z] [2023-08-14T19:15:45.595Z] #26 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:45.595Z] #26 DONE 0.0s [2023-08-14T19:15:45.595Z] [2023-08-14T19:15:45.595Z] #30 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:45.595Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:15:45.595Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-14T19:15:45.595Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:45.595Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:45.595Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:45.855Z] #30 ... [2023-08-14T19:15:45.855Z] [2023-08-14T19:15:45.855Z] #26 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:45.855Z] #26 DONE 0.0s [2023-08-14T19:15:45.855Z] [2023-08-14T19:15:45.855Z] #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:15:45.855Z] #31 DONE 0.4s [2023-08-14T19:15:45.855Z] [2023-08-14T19:15:45.855Z] #30 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:45.855Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:15:45.855Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-14T19:15:45.855Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:45.855Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:45.855Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:45.855Z] #30 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-08-14T19:15:45.855Z] #30 ... [2023-08-14T19:15:45.855Z] [2023-08-14T19:15:45.855Z] #26 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:45.855Z] #26 DONE 0.0s [2023-08-14T19:15:46.113Z] [2023-08-14T19:15:46.113Z] #31 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:15:46.113Z] #31 DONE 0.6s [2023-08-14T19:15:46.113Z] [2023-08-14T19:15:46.113Z] #30 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:46.113Z] #30 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:15:46.113Z] #30 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-14T19:15:46.113Z] #30 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:46.113Z] #30 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:46.113Z] #30 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:46.113Z] #30 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done [2023-08-14T19:15:46.383Z] #30 DONE 1.1s [2023-08-14T19:15:46.383Z] [2023-08-14T19:15:46.383Z] #32 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:15:46.383Z] #32 ... [2023-08-14T19:15:46.383Z] [2023-08-14T19:15:46.383Z] #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-14T19:15:46.383Z] #33 DONE 1.3s [2023-08-14T19:15:46.642Z] [2023-08-14T19:15:46.642Z] #34 [security-spire-server builder 2/7] WORKDIR /edgex-go [2023-08-14T19:15:51.954Z] #34 ... [2023-08-14T19:15:51.954Z] [2023-08-14T19:15:51.954Z] #35 [security-secretstore-setup internal] load build context [2023-08-14T19:15:51.954Z] #35 transferring context: 247.37MB 6.2s [2023-08-14T19:15:52.234Z] #35 ... [2023-08-14T19:15:52.234Z] [2023-08-14T19:15:52.234Z] #36 [core-metadata internal] load build context [2023-08-14T19:15:52.497Z] #36 ... [2023-08-14T19:15:52.497Z] [2023-08-14T19:15:52.497Z] #35 [security-secretstore-setup internal] load build context [2023-08-14T19:15:55.030Z] #35 transferring context: 365.12MB 9.6s done [2023-08-14T19:15:55.287Z] #35 ... [2023-08-14T19:15:55.287Z] [2023-08-14T19:15:55.287Z] #37 [security-spiffe-token-provider internal] load build context [2023-08-14T19:15:55.287Z] #37 ... [2023-08-14T19:15:55.287Z] [2023-08-14T19:15:55.287Z] #38 [security-spire-server internal] load build context [2023-08-14T19:15:55.544Z] #38 ... [2023-08-14T19:15:55.544Z] [2023-08-14T19:15:55.544Z] #39 [security-bootstrapper internal] load build context [2023-08-14T19:15:55.544Z] #39 ... [2023-08-14T19:15:55.544Z] [2023-08-14T19:15:55.544Z] #40 [security-spire-config internal] load build context [2023-08-14T19:15:55.822Z] #40 ... [2023-08-14T19:15:55.822Z] [2023-08-14T19:15:55.822Z] #41 [support-scheduler internal] load build context [2023-08-14T19:15:55.822Z] #41 ... [2023-08-14T19:15:55.822Z] [2023-08-14T19:15:55.822Z] #42 [security-spire-agent internal] load build context [2023-08-14T19:15:55.822Z] #42 ... [2023-08-14T19:15:55.822Z] [2023-08-14T19:15:55.822Z] #43 [security-proxy-auth internal] load build context [2023-08-14T19:15:55.822Z] #43 transferring context: 365.12MB 9.7s done [2023-08-14T19:15:56.079Z] #43 ... [2023-08-14T19:15:56.079Z] [2023-08-14T19:15:56.079Z] #44 [security-proxy-setup internal] load build context [2023-08-14T19:15:56.079Z] #44 ... [2023-08-14T19:15:56.079Z] [2023-08-14T19:15:56.079Z] #45 [support-notifications internal] load build context [2023-08-14T19:15:56.079Z] #45 transferring context: 365.12MB 9.8s done [2023-08-14T19:15:56.337Z] #45 ... [2023-08-14T19:15:56.337Z] [2023-08-14T19:15:56.337Z] #46 [core-command internal] load build context [2023-08-14T19:15:56.337Z] #46 transferring context: 365.12MB 10.0s done [2023-08-14T19:15:56.337Z] #46 ... [2023-08-14T19:15:56.337Z] [2023-08-14T19:15:56.337Z] #47 [core-data internal] load build context [2023-08-14T19:15:56.621Z] #47 transferring context: 365.12MB 10.3s done [2023-08-14T19:15:56.621Z] #47 ... [2023-08-14T19:15:56.621Z] [2023-08-14T19:15:56.621Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:15:56.621Z] #48 ... [2023-08-14T19:15:56.621Z] [2023-08-14T19:15:56.621Z] #49 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:15:56.621Z] #49 ... [2023-08-14T19:15:56.621Z] [2023-08-14T19:15:56.621Z] #50 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T19:15:56.621Z] #0 4.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:56.621Z] #0 4.403 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:56.621Z] #0 4.671 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:15:56.621Z] #0 4.672 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:15:56.621Z] #0 4.676 OK: 7 MiB in 16 packages [2023-08-14T19:15:56.879Z] #50 ... [2023-08-14T19:15:56.879Z] [2023-08-14T19:15:56.879Z] #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:15:56.879Z] #51 ... [2023-08-14T19:15:56.879Z] [2023-08-14T19:15:56.879Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:15:57.454Z] #52 ... [2023-08-14T19:15:57.454Z] [2023-08-14T19:15:57.454Z] #53 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:15:57.454Z] #53 ... [2023-08-14T19:15:57.454Z] [2023-08-14T19:15:57.454Z] #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:15:57.454Z] #54 ... [2023-08-14T19:15:57.454Z] [2023-08-14T19:15:57.454Z] #55 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:15:57.713Z] #55 ... [2023-08-14T19:15:57.713Z] [2023-08-14T19:15:57.713Z] #32 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:15:57.713Z] #32 0.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:57.713Z] #32 0.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:57.713Z] #32 0.959 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:15:57.713Z] #32 0.963 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:15:57.713Z] #32 0.967 OK: 7 MiB in 16 packages [2023-08-14T19:15:57.713Z] #32 ... [2023-08-14T19:15:57.713Z] [2023-08-14T19:15:57.713Z] #56 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:15:58.293Z] #56 ... [2023-08-14T19:15:58.293Z] [2023-08-14T19:15:58.293Z] #53 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:15:58.293Z] #53 transferring context: 365.12MB 12.4s done [2023-08-14T19:16:02.568Z] #53 ... [2023-08-14T19:16:02.568Z] [2023-08-14T19:16:02.568Z] #36 [core-metadata internal] load build context [2023-08-14T19:16:02.568Z] #36 transferring context: 365.12MB 10.0s done [2023-08-14T19:16:02.568Z] #36 ... [2023-08-14T19:16:02.568Z] [2023-08-14T19:16:02.568Z] #42 [security-spire-agent internal] load build context [2023-08-14T19:16:02.568Z] #42 transferring context: 365.12MB 12.7s done [2023-08-14T19:16:04.411Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3560 in /w/workspace/edgexfoundry_edgex-go_PR-4634 [Pipeline] { [Pipeline] ws [2023-08-14T19:16:04.468Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-08-14T19:16:04.547Z] The recommended git tool is: git [2023-08-14T19:16:05.847Z] #42 ... [2023-08-14T19:16:05.847Z] [2023-08-14T19:16:05.847Z] #37 [security-spiffe-token-provider internal] load build context [2023-08-14T19:16:05.847Z] #37 transferring context: 365.12MB 11.1s done [2023-08-14T19:16:05.847Z] #37 ... [2023-08-14T19:16:05.847Z] [2023-08-14T19:16:05.847Z] #38 [security-spire-server internal] load build context [2023-08-14T19:16:05.847Z] #38 transferring context: 365.12MB 10.4s done [2023-08-14T19:16:05.847Z] #38 ... [2023-08-14T19:16:05.847Z] [2023-08-14T19:16:05.847Z] #39 [security-bootstrapper internal] load build context [2023-08-14T19:16:05.847Z] #39 transferring context: 365.12MB 10.8s done [2023-08-14T19:16:05.847Z] #39 ... [2023-08-14T19:16:05.847Z] [2023-08-14T19:16:05.847Z] #41 [support-scheduler internal] load build context [2023-08-14T19:16:05.847Z] #41 transferring context: 365.12MB 10.2s done [2023-08-14T19:16:06.104Z] #41 ... [2023-08-14T19:16:06.104Z] [2023-08-14T19:16:06.104Z] #40 [security-spire-config internal] load build context [2023-08-14T19:16:06.104Z] #40 transferring context: 365.12MB 11.1s done [2023-08-14T19:16:06.363Z] #40 ... [2023-08-14T19:16:06.363Z] [2023-08-14T19:16:06.363Z] #44 [security-proxy-setup internal] load build context [2023-08-14T19:16:06.363Z] #44 transferring context: 365.12MB 10.9s done [2023-08-14T19:16:09.990Z] using credential edgex-jenkins-ssh [2023-08-14T19:16:10.012Z] Cloning the remote Git repository [2023-08-14T19:16:10.078Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-08-14T19:16:10.182Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-08-14T19:16:10.339Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-14T19:16:10.340Z] > git --version # timeout=10 [2023-08-14T19:16:10.368Z] > git --version # 'git version 2.25.1' [2023-08-14T19:16:10.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T19:16:10.542Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T19:16:13.150Z] #44 ... [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #32 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:16:13.150Z] #32 DONE 25.8s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #50 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T19:16:13.150Z] #50 DONE 25.7s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #43 [security-proxy-auth internal] load build context [2023-08-14T19:16:13.150Z] #43 DONE 26.8s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #36 [core-metadata internal] load build context [2023-08-14T19:16:13.150Z] #36 DONE 26.9s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #46 [core-command internal] load build context [2023-08-14T19:16:13.150Z] #46 DONE 26.5s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #35 [security-secretstore-setup internal] load build context [2023-08-14T19:16:13.150Z] #35 DONE 26.8s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #34 [security-spire-server builder 2/7] WORKDIR /edgex-go [2023-08-14T19:16:13.150Z] #34 DONE 25.8s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:16:13.150Z] #57 ... [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #41 [support-scheduler internal] load build context [2023-08-14T19:16:13.150Z] #41 DONE 26.6s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #38 [security-spire-server internal] load build context [2023-08-14T19:16:13.150Z] #38 DONE 26.8s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #45 [support-notifications internal] load build context [2023-08-14T19:16:13.150Z] #45 DONE 26.4s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #47 [core-data internal] load build context [2023-08-14T19:16:13.150Z] #47 DONE 26.2s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #39 [security-bootstrapper internal] load build context [2023-08-14T19:16:13.150Z] #39 DONE 26.7s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #37 [security-spiffe-token-provider internal] load build context [2023-08-14T19:16:13.150Z] #37 DONE 26.9s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #40 [security-spire-config internal] load build context [2023-08-14T19:16:13.150Z] #40 DONE 26.9s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #44 [security-proxy-setup internal] load build context [2023-08-14T19:16:13.150Z] #44 DONE 26.6s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #53 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:16:13.150Z] #53 DONE 26.6s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #42 [security-spire-agent internal] load build context [2023-08-14T19:16:13.150Z] #42 DONE 26.4s [2023-08-14T19:16:13.150Z] [2023-08-14T19:16:13.150Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:16:13.150Z] #48 25.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.150Z] #48 26.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.150Z] #48 26.52 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:16:13.150Z] #48 26.52 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:16:13.150Z] #48 26.52 OK: 17818 distinct packages available [2023-08-14T19:16:13.150Z] #48 26.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.410Z] #48 26.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.410Z] #48 26.91 (1/9) Installing ca-certificates (20230506-r0) [2023-08-14T19:16:13.410Z] #48 26.92 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-14T19:16:13.410Z] #48 26.93 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-14T19:16:13.410Z] #48 26.93 (4/9) Installing libcurl (8.2.1-r0) [2023-08-14T19:16:13.410Z] #48 26.94 (5/9) Installing curl (8.2.1-r0) [2023-08-14T19:16:13.410Z] #48 26.95 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:13.410Z] #48 26.95 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:16:13.410Z] #48 26.96 (8/9) Installing libucontext (1.2-r0) [2023-08-14T19:16:13.410Z] #48 26.96 (9/9) Installing gcompat (1.1.0-r0) [2023-08-14T19:16:13.410Z] #48 26.96 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:13.410Z] #48 26.97 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:16:13.410Z] #48 ... [2023-08-14T19:16:13.410Z] [2023-08-14T19:16:13.410Z] #56 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:16:13.410Z] #56 26.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.410Z] #56 26.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.410Z] #56 26.54 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:13.410Z] #56 26.54 (2/2) Installing openssl (3.0.10-r0) [2023-08-14T19:16:13.410Z] #56 26.57 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:13.410Z] #56 26.58 OK: 8 MiB in 17 packages [2023-08-14T19:16:13.410Z] #56 DONE 27.1s [2023-08-14T19:16:13.669Z] [2023-08-14T19:16:13.669Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:16:13.669Z] #52 26.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #52 26.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #52 26.56 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:13.670Z] #52 26.56 (2/2) Installing su-exec (0.2-r2) [2023-08-14T19:16:13.670Z] #52 26.57 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:13.670Z] #52 26.57 OK: 7 MiB in 17 packages [2023-08-14T19:16:13.670Z] #52 DONE 27.1s [2023-08-14T19:16:13.670Z] [2023-08-14T19:16:13.670Z] #58 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-14T19:16:13.670Z] #58 DONE 0.1s [2023-08-14T19:16:13.670Z] [2023-08-14T19:16:13.670Z] #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:16:13.670Z] #54 26.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #54 26.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #54 26.77 (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T19:16:13.670Z] #54 26.89 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:13.670Z] #54 26.89 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:13.670Z] #54 26.90 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:16:13.670Z] #54 27.05 OK: 8 MiB in 17 packages [2023-08-14T19:16:13.670Z] #54 DONE 27.2s [2023-08-14T19:16:13.670Z] [2023-08-14T19:16:13.670Z] #49 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:16:13.670Z] #49 26.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #49 26.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #49 26.54 (1/4) Installing ca-certificates (20230506-r0) [2023-08-14T19:16:13.670Z] #49 26.56 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:13.670Z] #49 26.56 (3/4) Installing su-exec (0.2-r2) [2023-08-14T19:16:13.670Z] #49 26.57 (4/4) Installing yq (4.30.4-r4) [2023-08-14T19:16:13.670Z] #49 26.65 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:13.670Z] #49 26.66 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:16:13.670Z] #49 26.95 OK: 17 MiB in 19 packages [2023-08-14T19:16:13.670Z] #49 DONE 27.1s [2023-08-14T19:16:13.670Z] [2023-08-14T19:16:13.670Z] #48 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:16:13.670Z] #48 27.16 OK: 10 MiB in 24 packages [2023-08-14T19:16:13.670Z] #48 DONE 27.3s [2023-08-14T19:16:13.670Z] [2023-08-14T19:16:13.670Z] #51 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:16:13.670Z] #51 26.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #51 26.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #51 26.64 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:16:13.670Z] #51 26.64 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:16:13.670Z] #51 26.64 OK: 17818 distinct packages available [2023-08-14T19:16:13.670Z] #51 26.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #51 26.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #51 27.02 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:13.670Z] #51 27.05 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:16:13.670Z] #51 27.06 (3/4) Installing libucontext (1.2-r0) [2023-08-14T19:16:13.670Z] #51 27.10 (4/4) Installing gcompat (1.1.0-r0) [2023-08-14T19:16:13.670Z] #51 27.11 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:13.670Z] #51 27.12 OK: 7 MiB in 19 packages [2023-08-14T19:16:13.670Z] #51 DONE 27.2s [2023-08-14T19:16:13.670Z] [2023-08-14T19:16:13.670Z] #55 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:16:13.670Z] #55 26.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #55 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #55 26.84 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:16:13.670Z] #55 26.84 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:16:13.670Z] #55 26.84 OK: 17818 distinct packages available [2023-08-14T19:16:13.670Z] #55 26.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #55 27.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.670Z] #55 27.27 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:13.670Z] #55 27.27 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:16:13.670Z] #55 27.27 (3/5) Installing libucontext (1.2-r0) [2023-08-14T19:16:13.670Z] #55 27.27 (4/5) Installing gcompat (1.1.0-r0) [2023-08-14T19:16:13.670Z] #55 27.28 (5/5) Installing openssl (3.0.10-r0) [2023-08-14T19:16:13.670Z] #55 27.29 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:13.670Z] #55 27.30 OK: 8 MiB in 20 packages [2023-08-14T19:16:13.931Z] #55 DONE 27.4s [2023-08-14T19:16:13.931Z] [2023-08-14T19:16:13.931Z] #57 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:16:13.931Z] #57 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.931Z] #57 1.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.931Z] #57 1.766 OK: 265 MiB in 53 packages [2023-08-14T19:16:13.931Z] #57 DONE 1.8s [2023-08-14T19:16:13.931Z] [2023-08-14T19:16:13.931Z] #59 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:13.931Z] #59 DONE 0.0s [2023-08-14T19:16:13.931Z] [2023-08-14T19:16:13.931Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T19:16:13.931Z] #0 1.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.931Z] #0 1.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:13.931Z] #0 1.795 OK: 265 MiB in 53 packages [2023-08-14T19:16:13.931Z] #60 DONE 1.9s [2023-08-14T19:16:13.931Z] [2023-08-14T19:16:13.931Z] #61 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:13.931Z] #61 DONE 0.0s [2023-08-14T19:16:13.931Z] [2023-08-14T19:16:13.931Z] #62 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:14.879Z] #62 ... [2023-08-14T19:16:14.879Z] [2023-08-14T19:16:14.879Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T19:16:14.879Z] #63 DONE 1.3s [2023-08-14T19:16:15.138Z] [2023-08-14T19:16:15.138Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-14T19:16:15.138Z] #64 DONE 0.1s [2023-08-14T19:16:15.138Z] [2023-08-14T19:16:15.138Z] #65 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T19:16:15.138Z] #0 2.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.138Z] #0 2.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.138Z] #0 2.809 OK: 265 MiB in 53 packages [2023-08-14T19:16:15.138Z] #65 DONE 2.9s [2023-08-14T19:16:15.138Z] [2023-08-14T19:16:15.138Z] #66 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:16:15.138Z] #66 DONE 0.1s [2023-08-14T19:16:15.138Z] [2023-08-14T19:16:15.138Z] #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:16:15.138Z] #0 2.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.138Z] #0 2.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.138Z] #0 2.799 OK: 265 MiB in 53 packages [2023-08-14T19:16:15.138Z] #67 DONE 3.0s [2023-08-14T19:16:15.138Z] [2023-08-14T19:16:15.138Z] #68 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:15.138Z] #68 DONE 0.1s [2023-08-14T19:16:15.138Z] [2023-08-14T19:16:15.138Z] #69 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:15.710Z] #69 ... [2023-08-14T19:16:15.710Z] [2023-08-14T19:16:15.710Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:16:15.710Z] #0 2.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.710Z] #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.710Z] #0 3.001 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:16:15.710Z] #0 3.001 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:16:15.710Z] #0 3.001 OK: 17823 distinct packages available [2023-08-14T19:16:15.710Z] #0 3.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.710Z] #0 3.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:15.710Z] #0 3.373 OK: 265 MiB in 53 packages [2023-08-14T19:16:15.710Z] #70 DONE 3.5s [2023-08-14T19:16:15.710Z] [2023-08-14T19:16:15.710Z] #71 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:15.710Z] #71 DONE 0.0s [2023-08-14T19:16:15.710Z] [2023-08-14T19:16:15.710Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:24.620Z] #72 ... [2023-08-14T19:16:24.620Z] [2023-08-14T19:16:24.620Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:24.620Z] #73 ... [2023-08-14T19:16:24.620Z] [2023-08-14T19:16:24.620Z] #74 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:29.364Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-14T19:16:29.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T19:16:30.341Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-14T19:16:30.393Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-14T19:16:30.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T19:16:30.411Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4634/head:refs/remotes/origin/PR-4634 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-14T19:16:30.960Z] Merging remotes/origin/main commit fe3620ce412f86f9ce6eb635c00e802c499476bf into PR head commit 2995d5512b734dec91f2bd7ac25ed2bf95eb098b [2023-08-14T19:16:31.446Z] Merge succeeded, producing 2995d5512b734dec91f2bd7ac25ed2bf95eb098b [2023-08-14T19:16:31.446Z] Checking out Revision 2995d5512b734dec91f2bd7ac25ed2bf95eb098b (PR-4634) [2023-08-14T19:16:32.161Z] Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.4.0 to 2.5.0" [2023-08-14T19:16:32.230Z] > git --version # timeout=10 [2023-08-14T19:16:32.243Z] > git --version # 'git version 2.25.1' [2023-08-14T19:16:32.260Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T19:16:30.985Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T19:16:31.063Z] > git checkout -f 2995d5512b734dec91f2bd7ac25ed2bf95eb098b # timeout=10 [2023-08-14T19:16:31.329Z] > git remote # timeout=10 [2023-08-14T19:16:31.356Z] > git config --get remote.origin.url # timeout=10 [2023-08-14T19:16:31.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T19:16:31.398Z] > git merge fe3620ce412f86f9ce6eb635c00e802c499476bf # timeout=10 [2023-08-14T19:16:31.427Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-14T19:16:31.453Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T19:16:31.470Z] > git checkout -f 2995d5512b734dec91f2bd7ac25ed2bf95eb098b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T19:16:34.336Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-14T19:16:34.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T19:16:34.336Z] Dload Upload Total Spent Left Speed [2023-08-14T19:16:34.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 200k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh [2023-08-14T19:16:34.946Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-14T19:16:35.297Z] + sudo tee /etc/docker/daemon.new [2023-08-14T19:16:35.298Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-14T19:16:35.298Z] { [2023-08-14T19:16:35.298Z] "registry-mirrors": [ [2023-08-14T19:16:35.298Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-14T19:16:35.298Z] ], [2023-08-14T19:16:35.298Z] "bip": "10.250.0.254/24", [2023-08-14T19:16:35.298Z] "hosts": [ [2023-08-14T19:16:35.298Z] "tcp://0.0.0.0:5555", [2023-08-14T19:16:35.298Z] "unix:///var/run/docker.sock" [2023-08-14T19:16:35.298Z] ], [2023-08-14T19:16:35.298Z] "mtu": 1458, [2023-08-14T19:16:35.298Z] "selinux-enabled": true, [2023-08-14T19:16:35.298Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-14T19:16:35.298Z] } [Pipeline] sh [2023-08-14T19:16:35.653Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-14T19:16:36.012Z] + sudo service docker restart [2023-08-14T19:16:47.045Z] #74 DONE 28.5s [2023-08-14T19:16:47.045Z] [2023-08-14T19:16:47.045Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:47.045Z] #72 DONE 27.9s [2023-08-14T19:16:47.045Z] [2023-08-14T19:16:47.045Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:47.045Z] #73 DONE 29.5s [2023-08-14T19:16:47.045Z] [2023-08-14T19:16:47.045Z] #62 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:47.045Z] #62 DONE 29.6s [2023-08-14T19:16:47.045Z] [2023-08-14T19:16:47.045Z] #69 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:47.045Z] #69 DONE 28.5s [2023-08-14T19:16:47.045Z] [2023-08-14T19:16:47.045Z] #75 [core-metadata builder 6/7] COPY . . [2023-08-14T19:16:52.335Z] #75 ... [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #76 DONE 8.6s [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #77 [security-secretstore-setup builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #77 DONE 8.6s [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #78 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #78 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #79 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #79 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #80 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #81 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #82 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #83 [security-bootstrapper builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #83 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #84 [core-command builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #84 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #85 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #85 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #86 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #86 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #75 [core-metadata builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #75 DONE 8.5s [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #87 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #88 [core-data builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #88 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #89 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #89 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #90 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #90 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #91 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #91 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #92 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #92 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #93 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #94 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #94 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #95 [support-scheduler builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #95 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #96 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #96 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #97 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #97 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #98 [security-proxy-auth builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #98 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #99 [security-spire-server builder 6/9] COPY . . [2023-08-14T19:16:52.336Z] #99 DONE 8.6s [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #100 [support-notifications builder 6/7] COPY . . [2023-08-14T19:16:52.336Z] #100 DONE 8.6s [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #101 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:16:52.336Z] #101 DONE 0.1s [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:16:52.336Z] #102 ... [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #103 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:16:52.336Z] #103 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #104 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:52.336Z] #104 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #105 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:16:52.336Z] #105 CACHED [2023-08-14T19:16:52.336Z] [2023-08-14T19:16:52.336Z] #106 [security-spire-config builder 6/9] COPY . . [2023-08-14T19:16:52.336Z] #106 CACHED [2023-08-14T19:16:52.601Z] [2023-08-14T19:16:52.601Z] #107 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:16:52.601Z] #0 0.395 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-08-14T19:16:54.514Z] #107 ... [2023-08-14T19:16:54.514Z] [2023-08-14T19:16:54.514Z] #108 [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-08-14T19:16:54.514Z] #108 DONE 2.3s [2023-08-14T19:16:54.514Z] [2023-08-14T19:16:54.514Z] #109 [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-08-14T19:16:54.514Z] #109 DONE 2.4s [2023-08-14T19:16:54.514Z] [2023-08-14T19:16:54.514Z] #110 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-14T19:16:55.465Z] #110 DONE 0.7s [2023-08-14T19:16:55.465Z] [2023-08-14T19:16:55.465Z] #111 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-14T19:16:55.465Z] #111 DONE 0.6s [2023-08-14T19:16:55.465Z] [2023-08-14T19:16:55.465Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:16:55.465Z] #102 3.039 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-08-14T19:16:55.736Z] #102 ... [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #112 [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-08-14T19:16:55.736Z] #112 CACHED [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #113 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-14T19:16:55.736Z] #113 CACHED [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #114 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:55.736Z] #114 CACHED [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #115 [security-spire-agent builder 6/9] COPY . . [2023-08-14T19:16:55.736Z] #115 CACHED [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #116 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:16:55.736Z] #116 CACHED [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #117 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:16:55.736Z] #117 CACHED [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #118 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:16:55.736Z] #118 DONE 0.3s [2023-08-14T19:16:55.736Z] [2023-08-14T19:16:55.736Z] #119 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T19:16:55.736Z] #0 1.887 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-08-14T19:16:56.006Z] #119 ... [2023-08-14T19:16:56.006Z] [2023-08-14T19:16:56.006Z] #120 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:16:56.006Z] #120 CACHED [2023-08-14T19:16:56.006Z] [2023-08-14T19:16:56.006Z] #121 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:16:56.006Z] #121 CACHED [2023-08-14T19:16:56.268Z] [2023-08-14T19:16:56.268Z] #122 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:16:56.268Z] #122 DONE 0.3s [2023-08-14T19:16:56.268Z] [2023-08-14T19:16:56.268Z] #123 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:16:56.268Z] #123 DONE 0.2s [2023-08-14T19:16:56.268Z] [2023-08-14T19:16:56.268Z] #124 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T19:16:56.842Z] #124 ... [2023-08-14T19:16:56.842Z] [2023-08-14T19:16:56.842Z] #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:16:56.842Z] #125 DONE 0.8s [2023-08-14T19:16:57.136Z] [2023-08-14T19:16:57.136Z] #124 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T19:16:57.136Z] #124 DONE 0.9s [2023-08-14T19:16:57.136Z] [2023-08-14T19:16:57.136Z] #126 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:16:57.136Z] #126 DONE 0.8s [2023-08-14T19:16:57.136Z] [2023-08-14T19:16:57.136Z] #127 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T19:16:57.136Z] #127 DONE 0.1s [2023-08-14T19:16:57.136Z] [2023-08-14T19:16:57.136Z] #128 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:16:57.704Z] #128 DONE 0.8s [2023-08-14T19:16:57.704Z] [2023-08-14T19:16:57.704Z] #129 [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-08-14T19:16:57.704Z] #129 DONE 0.7s [2023-08-14T19:16:57.704Z] [2023-08-14T19:16:57.704Z] #130 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:16:57.704Z] #130 DONE 0.8s [2023-08-14T19:16:57.704Z] [2023-08-14T19:16:57.704Z] #131 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T19:16:57.964Z] #131 DONE 0.1s [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #132 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T19:16:57.964Z] #132 DONE 0.1s [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #133 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-14T19:16:57.964Z] #133 DONE 0.2s [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #134 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T19:16:57.964Z] #134 DONE 0.1s [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #135 [security-spire-server] exporting to image [2023-08-14T19:16:57.964Z] #135 exporting layers [2023-08-14T19:16:57.964Z] #135 ... [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #136 [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-08-14T19:16:57.964Z] #136 DONE 0.1s [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #137 [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-08-14T19:16:57.964Z] #137 DONE 0.1s [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #138 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-14T19:16:57.964Z] #138 DONE 0.1s [2023-08-14T19:16:57.964Z] [2023-08-14T19:16:57.964Z] #135 [security-spire-config] exporting to image [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T19:16:58.223Z] provisioning config files... [2023-08-14T19:16:58.253Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15288746545362313991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:16:58.535Z] #135 exporting layers 0.7s done [2023-08-14T19:16:58.536Z] #135 writing image sha256:b3864d5c1990f025e15af2637ca51a0ba7a76ea517549fe797440c58d5daf80c done [2023-08-14T19:16:58.536Z] #135 naming to docker.io/library/security-spire-server done [2023-08-14T19:16:58.649Z] ---> docker-login.sh [2023-08-14T19:16:58.649Z] nexus3.edgexfoundry.org:10001 [2023-08-14T19:16:59.103Z] #135 exporting layers 0.9s done [2023-08-14T19:16:59.103Z] #135 writing image sha256:52b4873efbad6bd92d6559a2eb4df14b2d4a7224c05b5f925c69954bb62bfa3d 0.0s done [2023-08-14T19:16:59.103Z] #135 naming to docker.io/library/security-spire-agent done [2023-08-14T19:16:59.103Z] #135 writing image sha256:5a64bca814d388729d18b885d78ac6609f0b21ea1a3572be2c0805c6e56dbd5d done [2023-08-14T19:16:59.103Z] #135 naming to docker.io/library/security-spire-config done [2023-08-14T19:16:59.103Z] #135 DONE 1.0s [2023-08-14T19:16:59.103Z] [2023-08-14T19:16:59.103Z] #139 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:16:59.103Z] #0 1.830 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-08-14T19:16:59.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:16:59.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:16:59.238Z] Configure a credential helper to remove this warning. See [2023-08-14T19:16:59.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:16:59.238Z] [2023-08-14T19:16:59.238Z] Login Succeeded [2023-08-14T19:16:59.238Z] nexus3.edgexfoundry.org:10002 [2023-08-14T19:16:59.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:16:59.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:16:59.778Z] Configure a credential helper to remove this warning. See [2023-08-14T19:16:59.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:16:59.778Z] [2023-08-14T19:16:59.778Z] Login Succeeded [2023-08-14T19:16:59.778Z] nexus3.edgexfoundry.org:10003 [2023-08-14T19:17:00.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:17:00.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:17:00.051Z] Configure a credential helper to remove this warning. See [2023-08-14T19:17:00.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:17:00.051Z] [2023-08-14T19:17:00.051Z] Login Succeeded [2023-08-14T19:17:00.051Z] nexus3.edgexfoundry.org:10004 [2023-08-14T19:17:00.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:17:00.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:17:00.600Z] Configure a credential helper to remove this warning. See [2023-08-14T19:17:00.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:17:00.600Z] [2023-08-14T19:17:00.600Z] Login Succeeded [2023-08-14T19:17:00.600Z] docker.io [2023-08-14T19:17:00.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:17:01.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:17:01.146Z] Configure a credential helper to remove this warning. See [2023-08-14T19:17:01.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:17:01.146Z] [2023-08-14T19:17:01.146Z] Login Succeeded [2023-08-14T19:17:01.146Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T19:17:01.176Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-08-14T19:17:01.897Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-14T19:17:01.938Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:17:01.971Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:17:01.998Z] ========================================================= [2023-08-14T19:17:01.998Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-14T19:17:01.998Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:17:02.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:17:02.396Z] #139 ... [2023-08-14T19:17:02.396Z] [2023-08-14T19:17:02.396Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:17:02.396Z] #0 1.894 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-08-14T19:17:02.396Z] #140 ... [2023-08-14T19:17:02.396Z] [2023-08-14T19:17:02.396Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:17:02.396Z] #0 0.956 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-08-14T19:17:02.396Z] #141 ... [2023-08-14T19:17:02.396Z] [2023-08-14T19:17:02.396Z] #142 [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-08-14T19:17:02.396Z] #0 0.596 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-08-14T19:17:02.648Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-14T19:17:02.648Z] edb6bdbacee9: Pulling fs layer [2023-08-14T19:17:02.648Z] 5f9638ab2659: Pulling fs layer [2023-08-14T19:17:02.648Z] 8d51d6327a98: Pulling fs layer [2023-08-14T19:17:02.648Z] 8b374f2dd631: Pulling fs layer [2023-08-14T19:17:02.648Z] ec14aa9079de: Pulling fs layer [2023-08-14T19:17:02.648Z] 2f466654f4bb: Pulling fs layer [2023-08-14T19:17:02.648Z] 554e91adad29: Pulling fs layer [2023-08-14T19:17:02.648Z] 8b374f2dd631: Waiting [2023-08-14T19:17:02.648Z] ec14aa9079de: Waiting [2023-08-14T19:17:02.648Z] 2f466654f4bb: Waiting [2023-08-14T19:17:02.648Z] 554e91adad29: Waiting [2023-08-14T19:17:02.648Z] 5f9638ab2659: Verifying Checksum [2023-08-14T19:17:02.648Z] 5f9638ab2659: Download complete [2023-08-14T19:17:02.648Z] 8b374f2dd631: Verifying Checksum [2023-08-14T19:17:02.648Z] 8b374f2dd631: Download complete [2023-08-14T19:17:02.648Z] ec14aa9079de: Verifying Checksum [2023-08-14T19:17:02.648Z] ec14aa9079de: Download complete [2023-08-14T19:17:02.648Z] edb6bdbacee9: Verifying Checksum [2023-08-14T19:17:02.648Z] edb6bdbacee9: Download complete [2023-08-14T19:17:02.657Z] #142 ... [2023-08-14T19:17:02.657Z] [2023-08-14T19:17:02.657Z] #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:17:02.657Z] #0 0.717 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-14T19:17:02.657Z] #143 ... [2023-08-14T19:17:02.657Z] [2023-08-14T19:17:02.657Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:17:02.657Z] #0 1.027 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-08-14T19:17:02.916Z] #144 ... [2023-08-14T19:17:02.916Z] [2023-08-14T19:17:02.916Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:17:02.916Z] #0 1.289 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-08-14T19:17:02.916Z] #145 ... [2023-08-14T19:17:02.916Z] [2023-08-14T19:17:02.916Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:17:02.916Z] #0 0.700 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-08-14T19:17:03.623Z] edb6bdbacee9: Pull complete [2023-08-14T19:17:04.392Z] 554e91adad29: Verifying Checksum [2023-08-14T19:17:04.392Z] 554e91adad29: Download complete [2023-08-14T19:17:04.392Z] 5f9638ab2659: Pull complete [2023-08-14T19:17:05.861Z] 2f466654f4bb: Verifying Checksum [2023-08-14T19:17:05.861Z] 2f466654f4bb: Download complete [2023-08-14T19:17:05.861Z] 8d51d6327a98: Verifying Checksum [2023-08-14T19:17:05.861Z] 8d51d6327a98: Download complete [2023-08-14T19:17:18.224Z] 8d51d6327a98: Pull complete [2023-08-14T19:17:18.224Z] 8b374f2dd631: Pull complete [2023-08-14T19:17:18.224Z] ec14aa9079de: Pull complete [2023-08-14T19:17:24.908Z] 2f466654f4bb: Pull complete [2023-08-14T19:17:27.490Z] 554e91adad29: Pull complete [2023-08-14T19:17:27.490Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-14T19:17:27.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:17:27.490Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:17:27.882Z] + docker build -t ci-base-image-arm64 -f - . [2023-08-14T19:17:27.882Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:17:27.882Z] WORKDIR /edgex [2023-08-14T19:17:27.882Z] COPY go.mod . [2023-08-14T19:17:27.882Z] RUN go mod download [2023-08-14T19:17:28.475Z] Sending build context to Docker daemon 2.938MB [2023-08-14T19:17:28.476Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:17:28.476Z] ---> 1e15ea492957 [2023-08-14T19:17:28.476Z] Step 2/4 : WORKDIR /edgex [2023-08-14T19:17:30.431Z] ---> Running in ec69d49881cf [2023-08-14T19:17:30.699Z] Removing intermediate container ec69d49881cf [2023-08-14T19:17:30.699Z] ---> 25405e954f95 [2023-08-14T19:17:30.699Z] Step 3/4 : COPY go.mod . [2023-08-14T19:17:31.291Z] ---> 8be320c61719 [2023-08-14T19:17:31.291Z] Step 4/4 : RUN go mod download [2023-08-14T19:17:31.291Z] ---> Running in ea8beb3fb787 [2023-08-14T19:18:10.212Z] Removing intermediate container ea8beb3fb787 [2023-08-14T19:18:10.212Z] ---> 17b337522c64 [2023-08-14T19:18:10.212Z] Successfully built 17b337522c64 [2023-08-14T19:18:10.212Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:18:10.599Z] #146 ... [2023-08-14T19:18:10.599Z] [2023-08-14T19:18:10.599Z] #142 [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-08-14T19:18:10.599Z] #142 70.40 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-08-14T19:18:10.599Z] #142 ... [2023-08-14T19:18:10.599Z] [2023-08-14T19:18:10.599Z] #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:18:10.599Z] #143 DONE 77.6s [2023-08-14T19:18:10.599Z] [2023-08-14T19:18:10.599Z] #142 [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-08-14T19:18:10.609Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T19:18:10.609Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:18:10.910Z] prd-ubuntu20.04-docker-arm64-4c-16g-3560 does not seem to be running inside a container [2023-08-14T19:18:10.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-14T19:18:12.262Z] $ docker top e26c21494f501a99bc8bb49574477980743980b0414331cedb51f8eba5f686cc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:18:13.164Z] + go version [2023-08-14T19:18:13.164Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-14T19:18:13.199Z] $ docker stop --time=1 e26c21494f501a99bc8bb49574477980743980b0414331cedb51f8eba5f686cc [2023-08-14T19:18:14.820Z] $ docker rm -f --volumes e26c21494f501a99bc8bb49574477980743980b0414331cedb51f8eba5f686cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:18:15.682Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T19:18:15.682Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:18:16.011Z] prd-ubuntu20.04-docker-arm64-4c-16g-3560 does not seem to be running inside a container [2023-08-14T19:18:16.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-14T19:18:17.177Z] #142 DONE 84.5s [2023-08-14T19:18:17.177Z] [2023-08-14T19:18:17.177Z] #139 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:18:17.177Z] #139 DONE 84.5s [2023-08-14T19:18:17.177Z] [2023-08-14T19:18:17.178Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:18:17.178Z] #140 DONE 84.5s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.178Z] #147 ... [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:18:17.178Z] #141 DONE 84.6s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #119 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T19:18:17.178Z] #119 DONE 84.6s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #107 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:18:17.178Z] #107 DONE 84.6s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:18:17.178Z] #146 DONE 84.7s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.178Z] #148 ... [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:18:17.178Z] #102 DONE 84.8s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:18:17.178Z] #144 DONE 85.0s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:18:17.178Z] #145 DONE 85.0s [2023-08-14T19:18:17.178Z] [2023-08-14T19:18:17.178Z] #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.434Z] #149 ... [2023-08-14T19:18:17.434Z] [2023-08-14T19:18:17.434Z] #150 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-14T19:18:17.434Z] #150 DONE 0.8s [2023-08-14T19:18:17.434Z] [2023-08-14T19:18:17.434Z] #151 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.434Z] #151 DONE 0.6s [2023-08-14T19:18:17.434Z] [2023-08-14T19:18:17.434Z] #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.434Z] #148 DONE 0.5s [2023-08-14T19:18:17.434Z] [2023-08-14T19:18:17.434Z] #147 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.434Z] #147 DONE 0.7s [2023-08-14T19:18:17.691Z] [2023-08-14T19:18:17.691Z] #152 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.691Z] #152 DONE 0.6s [2023-08-14T19:18:17.691Z] [2023-08-14T19:18:17.691Z] #153 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.691Z] #153 ... [2023-08-14T19:18:17.691Z] [2023-08-14T19:18:17.691Z] #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.691Z] #149 DONE 0.4s [2023-08-14T19:18:17.691Z] [2023-08-14T19:18:17.691Z] #154 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.691Z] #154 DONE 0.4s [2023-08-14T19:18:17.691Z] [2023-08-14T19:18:17.691Z] #155 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.691Z] #155 DONE 0.3s [2023-08-14T19:18:17.691Z] [2023-08-14T19:18:17.691Z] #156 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.691Z] #156 DONE 0.2s [2023-08-14T19:18:17.948Z] [2023-08-14T19:18:17.949Z] #157 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.949Z] #157 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #158 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.949Z] #158 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #159 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.949Z] #159 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #160 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.949Z] #160 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #161 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.949Z] #161 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #162 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.949Z] #162 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #163 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.949Z] #163 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #164 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:17.949Z] #164 CACHED [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #153 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.949Z] #153 DONE 0.3s [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #165 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:17.949Z] #165 DONE 0.4s [2023-08-14T19:18:17.949Z] [2023-08-14T19:18:17.949Z] #166 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-14T19:18:18.004Z] $ docker top ba9d0a499f2db748d57c2ae1aef1ad0a291deebb1b34f831214e32a3efb714e3 -eo pid,comm [2023-08-14T19:18:18.205Z] #166 ... [2023-08-14T19:18:18.205Z] [2023-08-14T19:18:18.205Z] #167 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:18.205Z] #167 DONE 0.5s [2023-08-14T19:18:18.205Z] [2023-08-14T19:18:18.205Z] #168 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] { [Pipeline] echo [2023-08-14T19:18:18.351Z] ========================================================= [2023-08-14T19:18:18.351Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-14T19:18:18.351Z] ========================================================= [Pipeline] sh [2023-08-14T19:18:18.674Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2023-08-14T19:18:18.770Z] #168 ... [2023-08-14T19:18:18.770Z] [2023-08-14T19:18:18.770Z] #169 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T19:18:18.770Z] #169 DONE 0.6s [2023-08-14T19:18:18.770Z] [2023-08-14T19:18:18.770Z] #170 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:18:19.028Z] #170 ... [2023-08-14T19:18:19.028Z] [2023-08-14T19:18:19.028Z] #171 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:19.028Z] #171 DONE 1.3s [2023-08-14T19:18:19.028Z] [2023-08-14T19:18:19.028Z] #172 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-14T19:18:19.028Z] #172 DONE 1.3s [2023-08-14T19:18:19.028Z] [2023-08-14T19:18:19.028Z] #173 [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-08-14T19:18:19.028Z] #173 DONE 1.3s [2023-08-14T19:18:19.028Z] [2023-08-14T19:18:19.028Z] #174 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-14T19:18:19.028Z] #174 DONE 1.3s [2023-08-14T19:18:19.028Z] [2023-08-14T19:18:19.028Z] #175 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:19.592Z] #175 ... [2023-08-14T19:18:19.592Z] [2023-08-14T19:18:19.592Z] #176 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-14T19:18:19.592Z] #176 DONE 1.7s [2023-08-14T19:18:19.592Z] [2023-08-14T19:18:19.592Z] #168 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-14T19:18:19.592Z] #168 DONE 1.4s [2023-08-14T19:18:19.592Z] [2023-08-14T19:18:19.592Z] #177 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-14T19:18:19.592Z] #177 DONE 1.7s [2023-08-14T19:18:19.592Z] [2023-08-14T19:18:19.592Z] #166 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-14T19:18:19.592Z] #166 DONE 1.7s [2023-08-14T19:18:19.645Z] + make test [2023-08-14T19:18:19.645Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T19:18:19.850Z] [2023-08-14T19:18:19.850Z] #178 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T19:18:19.850Z] #178 ... [2023-08-14T19:18:19.850Z] [2023-08-14T19:18:19.850Z] #179 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T19:18:19.850Z] #179 DONE 2.5s [2023-08-14T19:18:19.850Z] [2023-08-14T19:18:19.850Z] #180 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-14T19:18:19.850Z] #180 DONE 1.8s [2023-08-14T19:18:19.850Z] [2023-08-14T19:18:19.850Z] #170 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:19.850Z] #170 DONE 1.6s [2023-08-14T19:18:19.850Z] [2023-08-14T19:18:19.850Z] #181 [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-08-14T19:18:19.850Z] #181 DONE 1.0s [2023-08-14T19:18:19.850Z] [2023-08-14T19:18:19.850Z] #182 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:20.110Z] #182 ... [2023-08-14T19:18:20.110Z] [2023-08-14T19:18:20.110Z] #183 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T19:18:20.110Z] #183 DONE 1.0s [2023-08-14T19:18:20.110Z] [2023-08-14T19:18:20.110Z] #175 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:20.110Z] #175 DONE 1.1s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #184 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:20.369Z] #184 DONE 0.7s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #185 [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-08-14T19:18:20.369Z] #185 DONE 0.8s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #186 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:20.369Z] #186 DONE 0.8s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #187 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:20.369Z] #187 DONE 0.8s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #135 [core-command] exporting to image [2023-08-14T19:18:20.369Z] #135 exporting layers [2023-08-14T19:18:20.369Z] #135 ... [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #178 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T19:18:20.369Z] #178 DONE 0.8s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #188 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:20.369Z] #188 DONE 0.4s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #189 [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-08-14T19:18:20.369Z] #189 DONE 0.5s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #190 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-14T19:18:20.369Z] #190 DONE 0.6s [2023-08-14T19:18:20.369Z] [2023-08-14T19:18:20.369Z] #135 [security-spiffe-token-provider] exporting to image [2023-08-14T19:18:20.369Z] #135 exporting layers 0.2s done [2023-08-14T19:18:20.635Z] #135 ... [2023-08-14T19:18:20.635Z] [2023-08-14T19:18:20.635Z] #191 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:20.635Z] #191 DONE 0.5s [2023-08-14T19:18:20.635Z] [2023-08-14T19:18:20.635Z] #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-14T19:18:20.635Z] #192 DONE 0.5s [2023-08-14T19:18:20.635Z] [2023-08-14T19:18:20.635Z] #182 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:20.635Z] #182 DONE 0.5s [2023-08-14T19:18:20.635Z] [2023-08-14T19:18:20.635Z] #135 [support-notifications] exporting to image [2023-08-14T19:18:20.635Z] #135 ... [2023-08-14T19:18:20.635Z] [2023-08-14T19:18:20.635Z] #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-08-14T19:18:20.635Z] #193 DONE 0.4s [2023-08-14T19:18:20.635Z] [2023-08-14T19:18:20.635Z] #194 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T19:18:20.635Z] #194 DONE 0.4s [2023-08-14T19:18:20.635Z] [2023-08-14T19:18:20.635Z] #135 [core-metadata] exporting to image [2023-08-14T19:18:20.635Z] #135 exporting layers 0.3s done [2023-08-14T19:18:20.893Z] #135 ... [2023-08-14T19:18:20.893Z] [2023-08-14T19:18:20.893Z] #195 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:20.893Z] #195 DONE 0.5s [2023-08-14T19:18:20.893Z] [2023-08-14T19:18:20.893Z] #196 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-14T19:18:20.893Z] #196 DONE 0.3s [2023-08-14T19:18:20.893Z] [2023-08-14T19:18:20.893Z] #135 [core-metadata] exporting to image [2023-08-14T19:18:20.893Z] #135 exporting layers 0.3s done [2023-08-14T19:18:20.894Z] #135 writing image sha256:4d3a61f5820a7ae2d7f2e5bb93311c42d8a022991006a8e02e3d3838c0d47959 done [2023-08-14T19:18:20.894Z] #135 writing image sha256:993c9edbf7b1b0609e030f64e975de24096a5c411fd629360ebc523553353a9f done [2023-08-14T19:18:20.894Z] #135 writing image sha256:d9553f3682fba6462c837eadf1dd9c7c725f080ae918b6997a979c42566b58b7 done [2023-08-14T19:18:20.894Z] #135 writing image sha256:5211c224cbf10f2b4654f2ec38a71db771b54587d1fb033ec94e377126ebd51b 0.0s done [2023-08-14T19:18:20.894Z] #135 writing image sha256:61a5234eb3a0458c8b3e203d067eedb45fe6d95845675301e629a0ac39775638 [2023-08-14T19:18:20.894Z] #135 naming to docker.io/library/core-metadata done [2023-08-14T19:18:20.894Z] #135 naming to docker.io/library/security-spiffe-token-provider [2023-08-14T19:18:20.894Z] #135 naming to docker.io/library/core-data [2023-08-14T19:18:20.894Z] #135 naming to docker.io/library/core-command [2023-08-14T19:18:20.894Z] #135 writing image sha256:01372b9e1a204d78062b90701daf7258822f4ba16c5c669cb6f6b66a659e4b62 [2023-08-14T19:18:20.894Z] #135 writing image sha256:61a5234eb3a0458c8b3e203d067eedb45fe6d95845675301e629a0ac39775638 0.0s done [2023-08-14T19:18:20.894Z] #135 naming to docker.io/library/security-spiffe-token-provider done [2023-08-14T19:18:20.894Z] #135 naming to docker.io/library/support-scheduler [2023-08-14T19:18:21.206Z] #135 naming to docker.io/library/core-data 0.2s done [2023-08-14T19:18:21.206Z] #135 naming to docker.io/library/core-command 0.2s done [2023-08-14T19:18:21.206Z] #135 writing image sha256:01372b9e1a204d78062b90701daf7258822f4ba16c5c669cb6f6b66a659e4b62 0.2s done [2023-08-14T19:18:21.206Z] #135 naming to docker.io/library/support-scheduler 0.2s done [2023-08-14T19:18:21.206Z] #135 naming to docker.io/library/support-notifications 0.0s done [2023-08-14T19:18:21.206Z] #135 DONE 1.9s [2023-08-14T19:18:21.206Z] [2023-08-14T19:18:21.206Z] #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-14T19:18:21.206Z] #197 DONE 0.3s [2023-08-14T19:18:21.206Z] [2023-08-14T19:18:21.206Z] #198 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T19:18:21.464Z] #198 ... [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #199 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:18:21.464Z] #199 DONE 0.7s [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #200 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-14T19:18:21.464Z] #200 DONE 0.2s [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #198 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T19:18:21.464Z] #198 DONE 0.5s [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #201 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T19:18:21.464Z] #201 DONE 0.1s [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #202 [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-08-14T19:18:21.464Z] #202 DONE 0.1s [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #203 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:18:21.464Z] #203 DONE 0.8s [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #204 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:18:21.464Z] #204 DONE 0.9s [2023-08-14T19:18:21.464Z] [2023-08-14T19:18:21.464Z] #135 [core-common-config-bootstrapper] exporting to image [2023-08-14T19:18:21.464Z] #135 writing image sha256:b87c0466eccf6b5478f4fefff997f0eb5551ed16fb8dc19ff26689d5e7fc9e32 [2023-08-14T19:18:21.723Z] #135 ... [2023-08-14T19:18:21.723Z] [2023-08-14T19:18:21.723Z] #205 [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-08-14T19:18:21.723Z] #205 DONE 0.2s [2023-08-14T19:18:21.723Z] [2023-08-14T19:18:21.723Z] #206 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-14T19:18:21.723Z] #206 DONE 0.1s [2023-08-14T19:18:21.723Z] [2023-08-14T19:18:21.723Z] #135 [security-proxy-auth] exporting to image [2023-08-14T19:18:21.723Z] #135 writing image sha256:b87c0466eccf6b5478f4fefff997f0eb5551ed16fb8dc19ff26689d5e7fc9e32 0.1s done [2023-08-14T19:18:21.723Z] #135 naming to docker.io/library/security-proxy-auth done [2023-08-14T19:18:21.723Z] #135 exporting layers 0.3s done [2023-08-14T19:18:21.723Z] #135 writing image sha256:35b48c9172c9e8e8f86f79f9726d04b4741667acc3e942cc8a1007500e1412ae done [2023-08-14T19:18:21.723Z] #135 naming to docker.io/library/core-common-config-bootstrapper done [2023-08-14T19:18:21.723Z] #135 writing image sha256:85e96512169081adba7c6d0d2a3d5b7c0d238f61b2b85e38d1bd4b1f296326ac done [2023-08-14T19:18:21.723Z] #135 naming to docker.io/library/security-proxy-setup 0.0s done [2023-08-14T19:18:21.723Z] #135 DONE 2.5s [2023-08-14T19:18:21.723Z] [2023-08-14T19:18:21.723Z] #207 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-14T19:18:21.723Z] #207 DONE 0.1s [2023-08-14T19:18:21.723Z] [2023-08-14T19:18:21.723Z] #208 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:18:21.980Z] #208 DONE 0.6s [2023-08-14T19:18:21.980Z] [2023-08-14T19:18:21.980Z] #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T19:18:22.238Z] #209 DONE 0.4s [2023-08-14T19:18:22.238Z] [2023-08-14T19:18:22.238Z] #135 [security-secretstore-setup] exporting to image [2023-08-14T19:18:22.497Z] #135 exporting layers 0.2s done [2023-08-14T19:18:22.497Z] #135 writing image sha256:3c6082530ba0a6652353fb692a0b9518917fa2df22cdd39ee6c0d1190a1e810f done [2023-08-14T19:18:22.497Z] #135 naming to docker.io/library/security-secretstore-setup done [2023-08-14T19:18:22.497Z] #135 writing image sha256:3489dbdc7c7da0824d04d09308e29c4e36b14e61278ee21cd63d513046bb499f done [2023-08-14T19:18:22.497Z] #135 naming to docker.io/library/security-bootstrapper done [2023-08-14T19:18:22.497Z] #135 DONE 2.8s [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:22.497Z] time="2023-08-14T19:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-14T19:18:22.534Z] $ docker stop --time=1 18c1691b266518106c2abb9de58662c651cbfa8baebc1a2865d23044c75e2c8e [2023-08-14T19:18:23.804Z] $ docker rm -f --volumes 18c1691b266518106c2abb9de58662c651cbfa8baebc1a2865d23044c75e2c8e [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T19:18:24.207Z] + docker images [2023-08-14T19:18:24.207Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-14T19:18:24.207Z] security-bootstrapper latest 3489dbdc7c7d 1 second ago 23MB [2023-08-14T19:18:24.207Z] core-common-config-bootstrapper latest 35b48c9172c9 2 seconds ago 18MB [2023-08-14T19:18:24.207Z] security-proxy-auth latest b87c0466eccf 2 seconds ago 19.4MB [2023-08-14T19:18:24.207Z] security-secretstore-setup latest 3c6082530ba0 2 seconds ago 44.1MB [2023-08-14T19:18:24.207Z] security-proxy-setup latest 85e965121690 2 seconds ago 19.6MB [2023-08-14T19:18:24.207Z] support-scheduler latest 61a5234eb3a0 3 seconds ago 33.7MB [2023-08-14T19:18:24.207Z] core-command latest 5211c224cbf1 3 seconds ago 21MB [2023-08-14T19:18:24.207Z] core-metadata latest 4d3a61f5820a 3 seconds ago 21.6MB [2023-08-14T19:18:24.207Z] support-notifications latest 01372b9e1a20 3 seconds ago 34.3MB [2023-08-14T19:18:24.207Z] core-data latest d9553f3682fb 3 seconds ago 21.2MB [2023-08-14T19:18:24.207Z] security-spiffe-token-provider latest 993c9edbf7b1 3 seconds ago 33.5MB [2023-08-14T19:18:24.207Z] security-spire-agent latest 52b4873efbad About a minute ago 161MB [2023-08-14T19:18:24.207Z] security-spire-config latest 5a64bca814d3 About a minute ago 102MB [2023-08-14T19:18:24.207Z] security-spire-server latest b3864d5c1990 About a minute ago 103MB [2023-08-14T19:18:24.207Z] ci-base-image-x86_64 latest 811b3f356ddd 4 minutes ago 1.07GB [2023-08-14T19:18:24.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 4 weeks ago 696MB [2023-08-14T19:18:24.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB [2023-08-14T19:18:24.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 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-08-14T19:19:06.486Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-14T19:21:46.342Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-14T19:21:46.342Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-14T19:21:46.342Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-14T19:21:50.619Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-14T19:21:50.619Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-14T19:21:51.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-14T19:21:52.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-14T19:21:52.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-14T19:21:52.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-14T19:21:53.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-14T19:21:56.321Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-14T19:21:56.321Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-14T19:21:56.321Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-14T19:21:56.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-14T19:22:08.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-14T19:22:08.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-14T19:22:08.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.276s coverage: 28.7% of statements [2023-08-14T19:22:18.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.351s coverage: 97.0% of statements [2023-08-14T19:22:24.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-14T19:22:24.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-14T19:22:24.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-14T19:22:27.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.516s coverage: 71.5% of statements [2023-08-14T19:22:30.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-14T19:22:30.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-14T19:22:30.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.382s coverage: 54.0% of statements [2023-08-14T19:22:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-14T19:22:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-14T19:22:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:22:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-14T19:22:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-14T19:22:44.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-14T19:22:44.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-14T19:22:54.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 17.659s coverage: 93.4% of statements [2023-08-14T19:22:54.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.454s coverage: 3.8% of statements [2023-08-14T19:23:02.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-14T19:23:02.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:23:02.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-14T19:23:04.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.893s coverage: 97.6% of statements [2023-08-14T19:23:04.604Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-14T19:23:04.604Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-14T19:23:04.604Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-14T19:23:04.604Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-14T19:23:04.604Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-14T19:23:04.604Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-14T19:23:04.604Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-14T19:23:05.203Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.290s coverage: 72.2% of statements [2023-08-14T19:23:17.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-14T19:23:17.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-14T19:23:17.516Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.445s coverage: 0.9% of statements [2023-08-14T19:23:17.516Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.281s coverage: 32.2% of statements [2023-08-14T19:23:20.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.325s coverage: 42.9% of statements [2023-08-14T19:23:20.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.254s coverage: 82.9% of statements [2023-08-14T19:23:20.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.331s coverage: 94.1% of statements [2023-08-14T19:23:20.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.315s coverage: 96.3% of statements [2023-08-14T19:23:25.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.259s coverage: 87.5% of statements [2023-08-14T19:23:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-14T19:23:28.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-14T19:23:28.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-14T19:23:28.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-14T19:23:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-14T19:23:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-14T19:23:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-14T19:23:30.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-14T19:23:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.248s coverage: 94.4% of statements [2023-08-14T19:23:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-14T19:23:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-14T19:23:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-14T19:23:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-14T19:23:45.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-14T19:23:45.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-14T19:23:47.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-14T19:23:52.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.129s coverage: 79.9% of statements [2023-08-14T19:23:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.304s coverage: 92.9% of statements [2023-08-14T19:23:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.079s coverage: 64.4% of statements [2023-08-14T19:23:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.247s coverage: 62.3% of statements [2023-08-14T19:23:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.220s coverage: 87.2% of statements [2023-08-14T19:23:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.205s coverage: 20.0% of statements [2023-08-14T19:23:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.192s coverage: 100.0% of statements [2023-08-14T19:23:53.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.488s coverage: 81.8% of statements [2023-08-14T19:23:54.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-14T19:23:54.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-14T19:23:55.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.566s coverage: 82.1% of statements [2023-08-14T19:23:55.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.259s coverage: 86.0% of statements [2023-08-14T19:24:01.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-14T19:24:01.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-14T19:24:02.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.138s coverage: 63.1% of statements [2023-08-14T19:24:02.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.283s coverage: 100.0% of statements [2023-08-14T19:24:04.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 89.4% of statements [2023-08-14T19:24:04.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements [2023-08-14T19:24:04.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements [2023-08-14T19:24:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-14T19:24:04.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-14T19:24:04.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-14T19:24:04.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2023-08-14T19:24:12.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-14T19:24:12.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-14T19:24:12.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-14T19:24:13.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.075s coverage: 38.4% of statements [2023-08-14T19:24:13.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.279s coverage: 89.5% of statements [2023-08-14T19:24:19.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-14T19:24:19.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-14T19:24:19.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-14T19:24:19.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-14T19:24:19.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.261s coverage: 84.8% of statements [2023-08-14T19:24:27.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-14T19:24:27.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-14T19:24:27.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-14T19:24:27.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-14T19:24:32.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.329s coverage: 17.7% of statements [2023-08-14T19:24:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-14T19:24:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:24:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-14T19:24:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-14T19:24:34.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.671s coverage: 95.7% of statements [2023-08-14T19:24:38.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-14T19:24:38.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-14T19:24:38.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.343s coverage: 61.8% of statements [2023-08-14T19:24:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-14T19:24:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:24:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.470s coverage: 98.9% of statements [2023-08-14T19:24:43.737Z] 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-08-14T19:24:43.737Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-14T19:24:43.737Z] go vet ./... [2023-08-14T19:27:50.477Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T19:27:50.477Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T19:27:50.477Z] ./bin/test-attribution-txt.sh [2023-08-14T19:27:50.477Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-14T19:27:50.477Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-14T19:27:50.477Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-14T19:27:50.477Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-14T19:27:50.514Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-14T19:27:51.170Z] + ls -al . [2023-08-14T19:27:51.170Z] total 720 [2023-08-14T19:27:51.170Z] drwxrwxr-x 10 1001 1001 4096 Aug 14 19:18 . [2023-08-14T19:27:51.170Z] drwxr-xr-x 4 root root 4096 Aug 14 19:18 .. [2023-08-14T19:27:51.170Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:16 .blubracket [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 16 Aug 14 19:16 .dockerignore [2023-08-14T19:27:51.170Z] drwxrwxr-x 8 1001 1001 4096 Aug 14 19:16 .git [2023-08-14T19:27:51.170Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:16 .github [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 1133 Aug 14 19:16 .gitignore [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 42 Aug 14 19:16 .golangci.yml [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 87 Aug 14 19:16 .hadolint.yml [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 166 Aug 14 19:16 .sonarcloud.properties [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 1171 Aug 14 19:16 ADOPTERS.md [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 11152 Aug 14 19:16 Attribution.txt [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 93407 Aug 14 19:16 CHANGELOG.md [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 3804 Aug 14 19:16 CONTRIBUTING.md [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 677 Aug 14 19:16 GOVERNANCE.md [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 883 Aug 14 19:16 Jenkinsfile [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 10775 Aug 14 19:16 LICENSE [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 14368 Aug 14 19:16 Makefile [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 582 Aug 14 19:16 OWNERS.md [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 9923 Aug 14 19:16 README.md [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 789 Aug 14 19:16 SECURITY.md [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 5 Aug 14 19:13 VERSION [2023-08-14T19:27:51.170Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:16 bin [2023-08-14T19:27:51.170Z] drwxrwxr-x 18 1001 1001 4096 Aug 14 19:16 cmd [2023-08-14T19:27:51.170Z] -rw-r--r-- 1 root root 446998 Aug 14 19:24 coverage.out [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 3687 Aug 14 19:16 go.mod [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 33714 Aug 14 19:16 go.sum [2023-08-14T19:27:51.170Z] drwxrwxr-x 7 1001 1001 4096 Aug 14 19:16 internal [2023-08-14T19:27:51.170Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:16 openapi [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 594 Aug 14 19:16 security.txt [2023-08-14T19:27:51.170Z] drwxrwxr-x 4 1001 1001 4096 Aug 14 19:16 snap [2023-08-14T19:27:51.170Z] -rw-rw-r-- 1 1001 1001 204 Aug 14 19:16 version.go [Pipeline] sh [2023-08-14T19:27:51.827Z] + '[' -e coverage.out ] [2023-08-14T19:27:51.827Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-14T19:27:51.867Z] Warning: overwriting stash ‘coverage-report’ [2023-08-14T19:27:52.738Z] Stashed 1 file(s) [Pipeline] sh [2023-08-14T19:27:53.382Z] + make build [2023-08-14T19:27:53.382Z] 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-08-14T19:30:00.050Z] 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-08-14T19:30:00.050Z] 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-08-14T19:30:02.645Z] 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-08-14T19:30:06.899Z] 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-08-14T19:30:53.725Z] 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-08-14T19:31:01.921Z] 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-08-14T19:31:10.119Z] 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-08-14T19:31:16.850Z] 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-08-14T19:31:21.102Z] 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-08-14T19:31:25.353Z] 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-08-14T19:31:32.211Z] 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-08-14T19:31:38.923Z] $ docker stop --time=1 ba9d0a499f2db748d57c2ae1aef1ad0a291deebb1b34f831214e32a3efb714e3 [2023-08-14T19:31:40.946Z] $ docker rm -f --volumes ba9d0a499f2db748d57c2ae1aef1ad0a291deebb1b34f831214e32a3efb714e3 [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-08-14T19:31:43.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T19:31:43.957Z] [2023-08-14T19:31:43.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:31:44.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T19:31:44.631Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-08-14T19:31:44.631Z] 547446be3368: Pulling fs layer [2023-08-14T19:31:44.631Z] d125d8839a47: Pulling fs layer [2023-08-14T19:31:44.631Z] 3e85d5ac6304: Pulling fs layer [2023-08-14T19:31:44.631Z] c3105a71a48b: Pulling fs layer [2023-08-14T19:31:44.631Z] 0f093f025ec4: Pulling fs layer [2023-08-14T19:31:44.631Z] c3106fc0e877: Pulling fs layer [2023-08-14T19:31:44.631Z] 0f093f025ec4: Waiting [2023-08-14T19:31:44.631Z] c3106fc0e877: Waiting [2023-08-14T19:31:44.631Z] c3105a71a48b: Waiting [2023-08-14T19:31:44.631Z] 547446be3368: Verifying Checksum [2023-08-14T19:31:44.631Z] 547446be3368: Download complete [2023-08-14T19:31:44.631Z] c3105a71a48b: Verifying Checksum [2023-08-14T19:31:44.631Z] c3105a71a48b: Download complete [2023-08-14T19:31:45.220Z] d125d8839a47: Verifying Checksum [2023-08-14T19:31:45.220Z] d125d8839a47: Download complete [2023-08-14T19:31:45.220Z] c3106fc0e877: Verifying Checksum [2023-08-14T19:31:45.220Z] c3106fc0e877: Download complete [2023-08-14T19:31:45.220Z] 0f093f025ec4: Verifying Checksum [2023-08-14T19:31:45.220Z] 0f093f025ec4: Download complete [2023-08-14T19:31:45.494Z] 547446be3368: Pull complete [2023-08-14T19:31:46.458Z] d125d8839a47: Pull complete [2023-08-14T19:31:47.070Z] 3e85d5ac6304: Verifying Checksum [2023-08-14T19:31:47.070Z] 3e85d5ac6304: Download complete [2023-08-14T19:31:57.309Z] 3e85d5ac6304: Pull complete [2023-08-14T19:31:57.309Z] c3105a71a48b: Pull complete [2023-08-14T19:31:57.309Z] 0f093f025ec4: Pull complete [2023-08-14T19:31:57.309Z] c3106fc0e877: Pull complete [2023-08-14T19:31:57.309Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-08-14T19:31:57.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T19:31:57.309Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:31:57.651Z] prd-ubuntu20.04-docker-arm64-4c-16g-3560 does not seem to be running inside a container [2023-08-14T19:31:57.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-08-14T19:32:00.188Z] $ docker top 4f5f9fcdad20bd5080e4a17bea5c60b876eb9e70816742017c20d6a936fc3986 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:32:01.106Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-14T19:32:11.193Z] #1 [core-data internal] load build definition from Dockerfile [2023-08-14T19:32:11.193Z] #1 transferring dockerfile: [2023-08-14T19:32:11.193Z] #1 transferring dockerfile: 1.90kB done [2023-08-14T19:32:11.193Z] #1 DONE 0.2s [2023-08-14T19:32:11.193Z] [2023-08-14T19:32:11.193Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:32:11.193Z] #2 transferring dockerfile: 2.12kB done [2023-08-14T19:32:11.193Z] #2 DONE 0.1s [2023-08-14T19:32:11.193Z] [2023-08-14T19:32:11.193Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2023-08-14T19:32:11.193Z] #3 transferring dockerfile: 2.68kB done [2023-08-14T19:32:11.193Z] #3 DONE 0.1s [2023-08-14T19:32:11.465Z] [2023-08-14T19:32:11.465Z] #4 [security-spire-server internal] load build definition from Dockerfile [2023-08-14T19:32:11.465Z] #4 transferring dockerfile: 2.63kB done [2023-08-14T19:32:11.465Z] #4 DONE 0.1s [2023-08-14T19:32:11.465Z] [2023-08-14T19:32:11.465Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-14T19:32:11.465Z] #5 transferring dockerfile: 2.04kB 0.0s done [2023-08-14T19:32:11.465Z] #5 DONE 0.1s [2023-08-14T19:32:11.465Z] [2023-08-14T19:32:11.465Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-14T19:32:11.465Z] #6 transferring dockerfile: 2.06kB done [2023-08-14T19:32:11.465Z] #6 DONE 0.1s [2023-08-14T19:32:11.741Z] [2023-08-14T19:32:11.741Z] #7 [security-spire-config internal] load build definition from Dockerfile [2023-08-14T19:32:11.741Z] #7 transferring dockerfile: 2.58kB done [2023-08-14T19:32:11.741Z] #7 DONE 0.1s [2023-08-14T19:32:11.741Z] [2023-08-14T19:32:11.741Z] #8 [support-scheduler internal] load build definition from Dockerfile [2023-08-14T19:32:11.741Z] #8 transferring dockerfile: 1.82kB done [2023-08-14T19:32:11.741Z] #8 DONE 0.1s [2023-08-14T19:32:11.741Z] [2023-08-14T19:32:11.741Z] #9 [core-command internal] load build definition from Dockerfile [2023-08-14T19:32:12.010Z] #9 transferring dockerfile: 1.82kB 0.0s done [2023-08-14T19:32:12.010Z] #9 DONE 0.1s [2023-08-14T19:32:12.010Z] [2023-08-14T19:32:12.010Z] #10 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-14T19:32:12.010Z] #10 transferring dockerfile: 2.38kB done [2023-08-14T19:32:12.010Z] #10 DONE 0.2s [2023-08-14T19:32:12.010Z] [2023-08-14T19:32:12.010Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:32:12.010Z] #11 transferring dockerfile: 2.82kB done [2023-08-14T19:32:12.010Z] #11 DONE 0.2s [2023-08-14T19:32:12.010Z] [2023-08-14T19:32:12.010Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-14T19:32:12.280Z] #12 ... [2023-08-14T19:32:12.280Z] [2023-08-14T19:32:12.280Z] #13 [support-notifications internal] load build definition from Dockerfile [2023-08-14T19:32:12.280Z] #13 transferring dockerfile: 1.84kB done [2023-08-14T19:32:12.280Z] #13 DONE 0.2s [2023-08-14T19:32:12.280Z] [2023-08-14T19:32:12.280Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-14T19:32:12.280Z] #12 transferring dockerfile: 1.78kB done [2023-08-14T19:32:12.280Z] #12 DONE 0.2s [2023-08-14T19:32:12.280Z] [2023-08-14T19:32:12.280Z] #14 [core-metadata internal] load build definition from Dockerfile [2023-08-14T19:32:12.280Z] #14 transferring dockerfile: 1.96kB done [2023-08-14T19:32:12.280Z] #14 DONE 0.1s [2023-08-14T19:32:12.280Z] [2023-08-14T19:32:12.280Z] #15 [core-data internal] load .dockerignore [2023-08-14T19:32:12.280Z] #15 transferring context: 56B 0.0s done [2023-08-14T19:32:12.280Z] #15 DONE 0.1s [2023-08-14T19:32:13.247Z] [2023-08-14T19:32:13.247Z] #16 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-14T19:32:13.247Z] #16 transferring context: 56B 0.0s done [2023-08-14T19:32:13.247Z] #16 DONE 0.0s [2023-08-14T19:32:13.247Z] [2023-08-14T19:32:13.247Z] #17 [security-spire-agent internal] load .dockerignore [2023-08-14T19:32:13.247Z] #17 transferring context: 56B 0.0s done [2023-08-14T19:32:13.247Z] #17 DONE 0.0s [2023-08-14T19:32:13.247Z] [2023-08-14T19:32:13.247Z] #18 [security-spire-server internal] load .dockerignore [2023-08-14T19:32:13.247Z] #18 transferring context: 56B done [2023-08-14T19:32:13.247Z] #18 DONE 0.1s [2023-08-14T19:32:13.247Z] [2023-08-14T19:32:13.247Z] #19 [security-proxy-auth internal] load .dockerignore [2023-08-14T19:32:13.247Z] #19 transferring context: 56B 0.0s done [2023-08-14T19:32:13.247Z] #19 DONE 0.1s [2023-08-14T19:32:13.247Z] [2023-08-14T19:32:13.247Z] #20 [security-proxy-setup internal] load .dockerignore [2023-08-14T19:32:13.515Z] #20 transferring context: 56B 0.0s done [2023-08-14T19:32:13.515Z] #20 DONE 0.1s [2023-08-14T19:32:13.515Z] [2023-08-14T19:32:13.515Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:32:13.515Z] #21 transferring context: 56B done [2023-08-14T19:32:13.515Z] #21 ... [2023-08-14T19:32:13.515Z] [2023-08-14T19:32:13.515Z] #22 [support-scheduler internal] load .dockerignore [2023-08-14T19:32:13.515Z] #22 transferring context: 56B done [2023-08-14T19:32:13.515Z] #22 DONE 0.1s [2023-08-14T19:32:13.787Z] [2023-08-14T19:32:13.787Z] #23 [core-command internal] load .dockerignore [2023-08-14T19:32:13.787Z] #23 transferring context: 56B done [2023-08-14T19:32:13.787Z] #23 DONE 0.1s [2023-08-14T19:32:13.787Z] [2023-08-14T19:32:13.787Z] #24 [security-bootstrapper internal] load .dockerignore [2023-08-14T19:32:13.787Z] #24 transferring context: 56B done [2023-08-14T19:32:13.787Z] #24 DONE 0.1s [2023-08-14T19:32:13.787Z] [2023-08-14T19:32:13.787Z] #25 [security-secretstore-setup internal] load .dockerignore [2023-08-14T19:32:13.787Z] #25 transferring context: 56B 0.0s done [2023-08-14T19:32:13.787Z] #25 DONE 0.1s [2023-08-14T19:32:13.787Z] [2023-08-14T19:32:13.787Z] #26 [support-notifications internal] load .dockerignore [2023-08-14T19:32:14.057Z] #26 transferring context: 56B done [2023-08-14T19:32:14.057Z] #26 DONE 0.1s [2023-08-14T19:32:14.057Z] [2023-08-14T19:32:14.057Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T19:32:14.057Z] #27 transferring context: 56B 0.0s done [2023-08-14T19:32:14.057Z] #27 DONE 0.1s [2023-08-14T19:32:14.057Z] [2023-08-14T19:32:14.057Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:32:14.057Z] #21 ... [2023-08-14T19:32:14.057Z] [2023-08-14T19:32:14.057Z] #28 [core-metadata internal] load .dockerignore [2023-08-14T19:32:14.057Z] #28 transferring context: 56B done [2023-08-14T19:32:14.057Z] #28 DONE 0.0s [2023-08-14T19:32:14.057Z] [2023-08-14T19:32:14.057Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:14.057Z] #29 DONE 0.0s [2023-08-14T19:32:14.057Z] [2023-08-14T19:32:14.057Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:14.057Z] #30 DONE 0.1s [2023-08-14T19:32:14.057Z] [2023-08-14T19:32:14.057Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:32:15.474Z] #21 ... [2023-08-14T19:32:15.474Z] [2023-08-14T19:32:15.474Z] #31 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:15.474Z] #31 DONE 1.1s [2023-08-14T19:32:15.474Z] [2023-08-14T19:32:15.474Z] #32 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:15.475Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:15.475Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:15.475Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:15.475Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:15.475Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:15.475Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.8s [2023-08-14T19:32:15.744Z] #32 ... [2023-08-14T19:32:15.744Z] [2023-08-14T19:32:15.744Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:15.744Z] #29 DONE 0.0s [2023-08-14T19:32:15.744Z] [2023-08-14T19:32:15.744Z] #32 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:15.744Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:15.744Z] #32 ... [2023-08-14T19:32:15.744Z] [2023-08-14T19:32:15.744Z] #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:15.744Z] #29 DONE 0.0s [2023-08-14T19:32:15.744Z] [2023-08-14T19:32:15.744Z] #31 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:15.744Z] #31 DONE 1.9s [2023-08-14T19:32:15.744Z] [2023-08-14T19:32:15.744Z] #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:15.744Z] #33 DONE 0.6s [2023-08-14T19:32:15.744Z] [2023-08-14T19:32:15.744Z] #32 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:15.744Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:15.744Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:15.744Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:15.744Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:15.744Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:15.744Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:16.024Z] #32 ... [2023-08-14T19:32:16.024Z] [2023-08-14T19:32:16.024Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:16.024Z] #29 DONE 0.0s [2023-08-14T19:32:16.024Z] [2023-08-14T19:32:16.024Z] #31 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:16.024Z] #31 DONE 1.9s [2023-08-14T19:32:16.024Z] [2023-08-14T19:32:16.025Z] #33 [security-spire-agent builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:16.025Z] #33 DONE 0.6s [2023-08-14T19:32:16.025Z] [2023-08-14T19:32:16.025Z] #32 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:16.025Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:16.025Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:16.025Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:16.025Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:16.025Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:16.025Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:16.025Z] #32 ... [2023-08-14T19:32:16.025Z] [2023-08-14T19:32:16.025Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:16.025Z] #29 DONE 0.0s [2023-08-14T19:32:16.025Z] [2023-08-14T19:32:16.025Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:16.025Z] #30 DONE 0.5s [2023-08-14T19:32:16.025Z] [2023-08-14T19:32:16.025Z] #31 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:16.025Z] #31 DONE 2.0s [2023-08-14T19:32:16.025Z] [2023-08-14T19:32:16.025Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:16.025Z] #33 DONE 0.6s [2023-08-14T19:32:16.025Z] [2023-08-14T19:32:16.025Z] #32 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:16.025Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:16.025Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:16.025Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:16.025Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:16.025Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:16.025Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:16.294Z] #32 ... [2023-08-14T19:32:16.294Z] [2023-08-14T19:32:16.294Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:16.294Z] #29 DONE 0.0s [2023-08-14T19:32:16.294Z] [2023-08-14T19:32:16.294Z] #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:16.294Z] #29 DONE 0.0s [2023-08-14T19:32:16.294Z] [2023-08-14T19:32:16.294Z] #32 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:16.294Z] #32 DONE 2.9s [2023-08-14T19:32:16.294Z] [2023-08-14T19:32:16.294Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:16.564Z] #34 ... [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #31 [security-spire-config builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:16.564Z] #31 DONE 2.0s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:16.564Z] #30 DONE 0.7s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #33 [security-spire-config builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:16.564Z] #33 DONE 0.7s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #32 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:16.564Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:16.564Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:16.564Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:16.564Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:16.564Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:16.564Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:16.564Z] #32 DONE 3.0s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:16.564Z] #34 ... [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #31 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:16.564Z] #31 DONE 2.0s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:16.564Z] #29 DONE 0.0s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #33 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:16.564Z] #33 DONE 0.7s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #32 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:16.564Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:16.564Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:16.564Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:16.564Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:16.564Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:16.564Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:16.564Z] #32 DONE 3.0s [2023-08-14T19:32:16.564Z] [2023-08-14T19:32:16.564Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:16.837Z] #34 ... [2023-08-14T19:32:16.837Z] [2023-08-14T19:32:16.837Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:16.837Z] #29 DONE 0.0s [2023-08-14T19:32:16.837Z] [2023-08-14T19:32:16.837Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:16.837Z] #34 ... [2023-08-14T19:32:16.837Z] [2023-08-14T19:32:16.837Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:16.837Z] #29 DONE 0.0s [2023-08-14T19:32:16.837Z] [2023-08-14T19:32:16.837Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:17.107Z] #34 ... [2023-08-14T19:32:17.107Z] [2023-08-14T19:32:17.107Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:17.107Z] #29 DONE 0.0s [2023-08-14T19:32:17.107Z] [2023-08-14T19:32:17.107Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:17.376Z] #34 ... [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:17.376Z] #29 DONE 0.0s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:17.376Z] #34 ... [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #31 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:17.376Z] #31 DONE 2.1s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #33 [core-command builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:17.376Z] #33 DONE 0.7s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #32 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:17.376Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:17.376Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:17.376Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:17.376Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:17.376Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:17.376Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:17.376Z] #32 DONE 3.0s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:17.376Z] #30 DONE 1.4s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:17.376Z] #34 ... [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #31 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:17.376Z] #31 DONE 2.1s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #33 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:17.376Z] #33 DONE 0.8s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #32 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:17.376Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:17.376Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:17.376Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:17.376Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:17.376Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:17.376Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:17.376Z] #32 DONE 3.1s [2023-08-14T19:32:17.376Z] [2023-08-14T19:32:17.376Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:17.644Z] #34 ... [2023-08-14T19:32:17.644Z] [2023-08-14T19:32:17.644Z] #31 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:17.644Z] #31 DONE 2.1s [2023-08-14T19:32:17.644Z] [2023-08-14T19:32:17.644Z] #33 [support-scheduler builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:17.644Z] #33 DONE 0.8s [2023-08-14T19:32:17.644Z] [2023-08-14T19:32:17.644Z] #32 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:17.644Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:17.644Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:17.644Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:17.644Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:17.644Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:17.644Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:17.644Z] #32 DONE 3.1s [2023-08-14T19:32:17.644Z] [2023-08-14T19:32:17.644Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:17.644Z] #29 DONE 0.0s [2023-08-14T19:32:17.644Z] [2023-08-14T19:32:17.644Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:17.911Z] #34 ... [2023-08-14T19:32:17.911Z] [2023-08-14T19:32:17.911Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:17.911Z] #29 DONE 0.0s [2023-08-14T19:32:17.911Z] [2023-08-14T19:32:17.911Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:19.333Z] #34 transferring context: 10.51MB 2.7s [2023-08-14T19:32:19.601Z] #34 ... [2023-08-14T19:32:19.601Z] [2023-08-14T19:32:19.601Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:19.601Z] #30 DONE 3.4s [2023-08-14T19:32:19.601Z] [2023-08-14T19:32:19.601Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:19.868Z] #34 ... [2023-08-14T19:32:19.868Z] [2023-08-14T19:32:19.868Z] #31 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:19.868Z] #31 DONE 2.2s [2023-08-14T19:32:19.868Z] [2023-08-14T19:32:19.868Z] #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:19.868Z] #33 DONE 0.8s [2023-08-14T19:32:19.868Z] [2023-08-14T19:32:19.868Z] #32 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:19.868Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:19.868Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:19.868Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:19.868Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:19.868Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:19.868Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:19.868Z] #32 DONE 3.1s [2023-08-14T19:32:19.868Z] [2023-08-14T19:32:19.868Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:19.868Z] #35 ... [2023-08-14T19:32:19.868Z] [2023-08-14T19:32:19.868Z] #31 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:19.868Z] #31 DONE 2.2s [2023-08-14T19:32:19.868Z] [2023-08-14T19:32:19.868Z] #33 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-08-14T19:32:19.868Z] #33 DONE 0.9s [2023-08-14T19:32:19.868Z] [2023-08-14T19:32:19.868Z] #32 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:19.868Z] #32 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:19.868Z] #32 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:19.868Z] #32 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:19.868Z] #32 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:19.868Z] #32 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:19.868Z] #32 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:19.868Z] #32 DONE 3.1s [2023-08-14T19:32:20.144Z] [2023-08-14T19:32:20.144Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:24.426Z] #34 transferring context: 17.92MB 7.8s [2023-08-14T19:32:24.426Z] #34 ... [2023-08-14T19:32:24.426Z] [2023-08-14T19:32:24.426Z] #36 [core-data internal] load build context [2023-08-14T19:32:24.698Z] #36 ... [2023-08-14T19:32:24.698Z] [2023-08-14T19:32:24.698Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:25.668Z] #34 ... [2023-08-14T19:32:25.668Z] [2023-08-14T19:32:25.668Z] #37 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:25.937Z] #37 ... [2023-08-14T19:32:25.937Z] [2023-08-14T19:32:25.937Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:25.937Z] #38 ... [2023-08-14T19:32:25.937Z] [2023-08-14T19:32:25.937Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:32:26.206Z] #39 ... [2023-08-14T19:32:26.206Z] [2023-08-14T19:32:26.206Z] #40 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T19:32:26.206Z] #40 ... [2023-08-14T19:32:26.206Z] [2023-08-14T19:32:26.206Z] #41 [security-spire-server internal] load build context [2023-08-14T19:32:26.474Z] #41 ... [2023-08-14T19:32:26.474Z] [2023-08-14T19:32:26.474Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:26.474Z] #34 ... [2023-08-14T19:32:26.474Z] [2023-08-14T19:32:26.474Z] #42 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:26.474Z] #0 8.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:26.474Z] #0 9.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:26.474Z] #42 ... [2023-08-14T19:32:26.474Z] [2023-08-14T19:32:26.474Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:32:26.745Z] #43 ... [2023-08-14T19:32:26.745Z] [2023-08-14T19:32:26.745Z] #44 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:26.745Z] #0 5.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:26.745Z] #0 6.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:26.745Z] #0 9.572 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:26.745Z] #0 9.572 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:26.745Z] #0 9.659 OK: 8 MiB in 16 packages [2023-08-14T19:32:26.745Z] #44 ... [2023-08-14T19:32:26.745Z] [2023-08-14T19:32:26.745Z] #45 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:32:27.025Z] #45 ... [2023-08-14T19:32:27.025Z] [2023-08-14T19:32:27.025Z] #46 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:27.025Z] #0 5.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:27.025Z] #0 6.907 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:27.025Z] #46 ... [2023-08-14T19:32:27.025Z] [2023-08-14T19:32:27.025Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:27.328Z] #47 ... [2023-08-14T19:32:27.328Z] [2023-08-14T19:32:27.328Z] #48 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:27.598Z] #48 ... [2023-08-14T19:32:27.598Z] [2023-08-14T19:32:27.598Z] #49 [security-spire-config internal] load build context [2023-08-14T19:32:27.598Z] #49 ... [2023-08-14T19:32:27.598Z] [2023-08-14T19:32:27.598Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:27.598Z] #50 ... [2023-08-14T19:32:27.598Z] [2023-08-14T19:32:27.598Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T19:32:27.598Z] #51 ... [2023-08-14T19:32:27.598Z] [2023-08-14T19:32:27.598Z] #52 [support-scheduler internal] load build context [2023-08-14T19:32:27.872Z] #52 ... [2023-08-14T19:32:27.872Z] [2023-08-14T19:32:27.872Z] #53 [core-command internal] load build context [2023-08-14T19:32:28.145Z] #53 ... [2023-08-14T19:32:28.145Z] [2023-08-14T19:32:28.145Z] #54 [support-notifications internal] load build context [2023-08-14T19:32:28.145Z] #54 ... [2023-08-14T19:32:28.145Z] [2023-08-14T19:32:28.145Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:32:28.423Z] #55 ... [2023-08-14T19:32:28.423Z] [2023-08-14T19:32:28.423Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:32:28.423Z] #56 ... [2023-08-14T19:32:28.423Z] [2023-08-14T19:32:28.423Z] #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:32:28.699Z] #57 ... [2023-08-14T19:32:28.699Z] [2023-08-14T19:32:28.699Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:28.699Z] #58 ... [2023-08-14T19:32:28.699Z] [2023-08-14T19:32:28.699Z] #46 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:28.699Z] #46 11.55 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:28.699Z] #46 11.55 (2/2) Installing openssl (3.0.10-r0) [2023-08-14T19:32:28.699Z] #46 11.55 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:28.699Z] #46 ... [2023-08-14T19:32:28.699Z] [2023-08-14T19:32:28.699Z] #44 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:28.699Z] #44 DONE 12.1s [2023-08-14T19:32:28.699Z] [2023-08-14T19:32:28.699Z] #46 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:28.699Z] #46 11.78 OK: 8 MiB in 17 packages [2023-08-14T19:32:29.666Z] #46 ... [2023-08-14T19:32:29.666Z] [2023-08-14T19:32:29.666Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:29.939Z] #59 ... [2023-08-14T19:32:29.939Z] [2023-08-14T19:32:29.939Z] #52 [support-scheduler internal] load build context [2023-08-14T19:32:29.939Z] #52 transferring context: 3.90MB 10.7s [2023-08-14T19:32:29.939Z] #52 ... [2023-08-14T19:32:29.939Z] [2023-08-14T19:32:29.939Z] #60 [core-metadata internal] load build context [2023-08-14T19:32:30.208Z] #60 ... [2023-08-14T19:32:30.208Z] [2023-08-14T19:32:30.208Z] #42 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:30.208Z] #42 13.61 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:30.208Z] #42 13.66 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:30.208Z] #42 13.84 OK: 8 MiB in 16 packages [2023-08-14T19:32:30.477Z] #42 ... [2023-08-14T19:32:30.477Z] [2023-08-14T19:32:30.477Z] #46 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:30.477Z] #46 DONE 13.5s [2023-08-14T19:32:30.477Z] [2023-08-14T19:32:30.477Z] #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:32:30.477Z] #61 ... [2023-08-14T19:32:30.477Z] [2023-08-14T19:32:30.477Z] #52 [support-scheduler internal] load build context [2023-08-14T19:32:31.443Z] #52 ... [2023-08-14T19:32:31.443Z] [2023-08-14T19:32:31.443Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:31.443Z] #35 ... [2023-08-14T19:32:31.443Z] [2023-08-14T19:32:31.443Z] #48 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:31.443Z] #48 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:32.408Z] #48 ... [2023-08-14T19:32:32.408Z] [2023-08-14T19:32:32.408Z] #42 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:32.408Z] #42 DONE 16.2s [2023-08-14T19:32:32.723Z] [2023-08-14T19:32:32.723Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:33.718Z] #35 ... [2023-08-14T19:32:33.718Z] [2023-08-14T19:32:33.718Z] #62 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-14T19:32:33.718Z] #62 DONE 3.1s [2023-08-14T19:32:33.718Z] [2023-08-14T19:32:33.718Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:34.681Z] #35 ... [2023-08-14T19:32:34.949Z] [2023-08-14T19:32:34.949Z] #36 [core-data internal] load build context [2023-08-14T19:32:34.949Z] #36 transferring context: 60.54MB 20.4s [2023-08-14T19:32:34.949Z] #36 ... [2023-08-14T19:32:34.949Z] [2023-08-14T19:32:34.949Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:36.364Z] #35 ... [2023-08-14T19:32:36.364Z] [2023-08-14T19:32:36.364Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:32:36.364Z] #39 ... [2023-08-14T19:32:36.364Z] [2023-08-14T19:32:36.364Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:36.364Z] #38 ... [2023-08-14T19:32:36.364Z] [2023-08-14T19:32:36.364Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:32:36.634Z] #39 ... [2023-08-14T19:32:36.634Z] [2023-08-14T19:32:36.634Z] #41 [security-spire-server internal] load build context [2023-08-14T19:32:36.902Z] #41 ... [2023-08-14T19:32:36.902Z] [2023-08-14T19:32:36.902Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:36.902Z] #34 ... [2023-08-14T19:32:36.902Z] [2023-08-14T19:32:36.902Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:32:36.902Z] #43 ... [2023-08-14T19:32:36.902Z] [2023-08-14T19:32:36.902Z] #41 [security-spire-server internal] load build context [2023-08-14T19:32:37.171Z] #41 ... [2023-08-14T19:32:37.171Z] [2023-08-14T19:32:37.171Z] #37 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:37.171Z] #37 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:37.171Z] #37 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:37.171Z] #37 22.54 OK: 263 MiB in 53 packages [2023-08-14T19:32:37.441Z] #37 ... [2023-08-14T19:32:37.441Z] [2023-08-14T19:32:37.441Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:32:37.710Z] #43 ... [2023-08-14T19:32:37.710Z] [2023-08-14T19:32:37.710Z] #49 [security-spire-config internal] load build context [2023-08-14T19:32:37.710Z] #49 ... [2023-08-14T19:32:37.710Z] [2023-08-14T19:32:37.710Z] #40 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T19:32:37.710Z] #40 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:37.710Z] #40 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:37.710Z] #40 20.99 OK: 263 MiB in 53 packages [2023-08-14T19:32:37.710Z] #40 ... [2023-08-14T19:32:37.710Z] [2023-08-14T19:32:37.710Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:32:38.297Z] #43 ... [2023-08-14T19:32:38.297Z] [2023-08-14T19:32:38.297Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:38.297Z] #50 ... [2023-08-14T19:32:38.297Z] [2023-08-14T19:32:38.297Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:38.564Z] #35 ... [2023-08-14T19:32:38.564Z] [2023-08-14T19:32:38.564Z] #54 [support-notifications internal] load build context [2023-08-14T19:32:38.564Z] #54 ... [2023-08-14T19:32:38.564Z] [2023-08-14T19:32:38.564Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:32:38.833Z] #55 ... [2023-08-14T19:32:38.833Z] [2023-08-14T19:32:38.833Z] #53 [core-command internal] load build context [2023-08-14T19:32:38.833Z] #53 ... [2023-08-14T19:32:38.833Z] [2023-08-14T19:32:38.833Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:39.416Z] #34 ... [2023-08-14T19:32:39.416Z] [2023-08-14T19:32:39.416Z] #37 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:39.417Z] #37 DONE 24.7s [2023-08-14T19:32:39.417Z] [2023-08-14T19:32:39.417Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:39.687Z] #34 ... [2023-08-14T19:32:39.687Z] [2023-08-14T19:32:39.687Z] #40 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T19:32:39.687Z] #40 DONE 23.7s [2023-08-14T19:32:39.687Z] [2023-08-14T19:32:39.687Z] #53 [core-command internal] load build context [2023-08-14T19:32:40.274Z] #53 ... [2023-08-14T19:32:40.274Z] [2023-08-14T19:32:40.274Z] #60 [core-metadata internal] load build context [2023-08-14T19:32:40.274Z] #60 ... [2023-08-14T19:32:40.274Z] [2023-08-14T19:32:40.274Z] #53 [core-command internal] load build context [2023-08-14T19:32:40.860Z] #53 transferring context: 18.12MB 23.1s [2023-08-14T19:32:41.445Z] #53 ... [2023-08-14T19:32:41.445Z] [2023-08-14T19:32:41.445Z] #52 [support-scheduler internal] load build context [2023-08-14T19:32:41.445Z] #52 ... [2023-08-14T19:32:41.445Z] [2023-08-14T19:32:41.445Z] #45 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:32:41.445Z] #45 15.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:41.445Z] #45 18.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:41.712Z] #45 ... [2023-08-14T19:32:41.712Z] [2023-08-14T19:32:41.712Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:41.712Z] #47 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:41.712Z] #47 17.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:41.712Z] #47 ... [2023-08-14T19:32:41.712Z] [2023-08-14T19:32:41.712Z] #53 [core-command internal] load build context [2023-08-14T19:32:43.668Z] #53 ... [2023-08-14T19:32:43.668Z] [2023-08-14T19:32:43.668Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T19:32:43.668Z] #51 15.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:43.668Z] #51 19.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:43.668Z] #51 ... [2023-08-14T19:32:43.668Z] [2023-08-14T19:32:43.668Z] #53 [core-command internal] load build context [2023-08-14T19:32:44.254Z] #53 ... [2023-08-14T19:32:44.254Z] [2023-08-14T19:32:44.254Z] #48 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:44.254Z] #48 17.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:44.254Z] #48 27.49 OK: 263 MiB in 53 packages [2023-08-14T19:32:44.254Z] #48 ... [2023-08-14T19:32:44.254Z] [2023-08-14T19:32:44.254Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:44.254Z] #58 15.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:44.254Z] #58 19.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:44.254Z] #58 ... [2023-08-14T19:32:44.254Z] [2023-08-14T19:32:44.254Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:44.844Z] #34 ... [2023-08-14T19:32:44.844Z] [2023-08-14T19:32:44.844Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:32:44.844Z] #56 16.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:44.844Z] #56 21.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:45.114Z] #56 ... [2023-08-14T19:32:45.114Z] [2023-08-14T19:32:45.114Z] #36 [core-data internal] load build context [2023-08-14T19:32:45.114Z] #36 transferring context: 78.31MB 30.7s [2023-08-14T19:32:45.383Z] #36 ... [2023-08-14T19:32:45.383Z] [2023-08-14T19:32:45.383Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:32:45.653Z] #39 ... [2023-08-14T19:32:45.653Z] [2023-08-14T19:32:45.653Z] #36 [core-data internal] load build context [2023-08-14T19:32:45.923Z] #36 ... [2023-08-14T19:32:45.923Z] [2023-08-14T19:32:45.923Z] #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:32:45.923Z] #57 17.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:45.923Z] #57 21.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:45.923Z] #57 ... [2023-08-14T19:32:45.923Z] [2023-08-14T19:32:45.923Z] #36 [core-data internal] load build context [2023-08-14T19:32:46.197Z] #36 ... [2023-08-14T19:32:46.197Z] [2023-08-14T19:32:46.197Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:46.197Z] #59 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:46.197Z] #59 21.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:46.197Z] #59 ... [2023-08-14T19:32:46.197Z] [2023-08-14T19:32:46.197Z] #36 [core-data internal] load build context [2023-08-14T19:32:46.468Z] #36 ... [2023-08-14T19:32:46.468Z] [2023-08-14T19:32:46.468Z] #48 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:46.468Z] #48 DONE 29.7s [2023-08-14T19:32:46.468Z] [2023-08-14T19:32:46.468Z] #36 [core-data internal] load build context [2023-08-14T19:32:46.738Z] #36 ... [2023-08-14T19:32:46.738Z] [2023-08-14T19:32:46.738Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:46.738Z] #38 ... [2023-08-14T19:32:46.738Z] [2023-08-14T19:32:46.738Z] #36 [core-data internal] load build context [2023-08-14T19:32:47.331Z] #36 ... [2023-08-14T19:32:47.331Z] [2023-08-14T19:32:47.331Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:47.331Z] #58 27.25 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:47.331Z] #58 27.25 (2/2) Installing su-exec (0.2-r2) [2023-08-14T19:32:47.331Z] #58 27.29 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:47.331Z] #58 27.57 OK: 8 MiB in 17 packages [2023-08-14T19:32:47.331Z] #58 DONE 29.1s [2023-08-14T19:32:47.331Z] [2023-08-14T19:32:47.331Z] #36 [core-data internal] load build context [2023-08-14T19:32:47.603Z] #36 ... [2023-08-14T19:32:47.603Z] [2023-08-14T19:32:47.603Z] #41 [security-spire-server internal] load build context [2023-08-14T19:32:47.603Z] #41 ... [2023-08-14T19:32:47.603Z] [2023-08-14T19:32:47.603Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T19:32:47.872Z] #63 ... [2023-08-14T19:32:47.872Z] [2023-08-14T19:32:47.872Z] #49 [security-spire-config internal] load build context [2023-08-14T19:32:47.872Z] #49 ... [2023-08-14T19:32:47.872Z] [2023-08-14T19:32:47.872Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:32:47.872Z] #56 29.47 (1/4) Installing ca-certificates (20230506-r0) [2023-08-14T19:32:48.475Z] #56 ... [2023-08-14T19:32:48.475Z] [2023-08-14T19:32:48.475Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:48.475Z] #50 ... [2023-08-14T19:32:48.475Z] [2023-08-14T19:32:48.475Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:32:48.475Z] #43 ... [2023-08-14T19:32:48.475Z] [2023-08-14T19:32:48.475Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:32:48.475Z] #56 30.10 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:48.752Z] #56 30.16 (3/4) Installing su-exec (0.2-r2) [2023-08-14T19:32:48.752Z] #56 30.23 (4/4) Installing yq (4.30.4-r4) [2023-08-14T19:32:48.752Z] #56 ... [2023-08-14T19:32:48.752Z] [2023-08-14T19:32:48.752Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:48.752Z] #35 ... [2023-08-14T19:32:48.752Z] [2023-08-14T19:32:48.752Z] #54 [support-notifications internal] load build context [2023-08-14T19:32:49.023Z] #54 ... [2023-08-14T19:32:49.023Z] [2023-08-14T19:32:49.023Z] #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:32:49.023Z] #61 18.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:49.023Z] #61 21.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:49.023Z] #61 ... [2023-08-14T19:32:49.023Z] [2023-08-14T19:32:49.023Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T19:32:49.023Z] #51 29.86 OK: 263 MiB in 53 packages [2023-08-14T19:32:49.023Z] #51 DONE 31.4s [2023-08-14T19:32:49.023Z] [2023-08-14T19:32:49.023Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:32:49.297Z] #55 ... [2023-08-14T19:32:49.297Z] [2023-08-14T19:32:49.297Z] #54 [support-notifications internal] load build context [2023-08-14T19:32:50.720Z] #54 ... [2023-08-14T19:32:50.720Z] [2023-08-14T19:32:50.720Z] #60 [core-metadata internal] load build context [2023-08-14T19:32:50.720Z] #60 ... [2023-08-14T19:32:50.720Z] [2023-08-14T19:32:50.720Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:50.989Z] #50 transferring context: 19.55MB 33.4s [2023-08-14T19:32:51.577Z] #50 ... [2023-08-14T19:32:51.577Z] [2023-08-14T19:32:51.577Z] #52 [support-scheduler internal] load build context [2023-08-14T19:32:51.577Z] #52 ... [2023-08-14T19:32:51.577Z] [2023-08-14T19:32:51.577Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:52.549Z] #50 ... [2023-08-14T19:32:52.549Z] [2023-08-14T19:32:52.549Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T19:32:52.549Z] #63 DONE 5.0s [2023-08-14T19:32:52.549Z] [2023-08-14T19:32:52.549Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:53.972Z] #50 ... [2023-08-14T19:32:54.242Z] [2023-08-14T19:32:54.242Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:54.242Z] #47 27.01 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:54.242Z] #47 27.01 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:54.242Z] #47 27.01 OK: 17689 distinct packages available [2023-08-14T19:32:54.242Z] #47 29.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:54.242Z] #47 32.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:54.242Z] #47 ... [2023-08-14T19:32:54.242Z] [2023-08-14T19:32:54.242Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-14T19:32:54.242Z] #64 DONE 1.6s [2023-08-14T19:32:54.242Z] [2023-08-14T19:32:54.242Z] #53 [core-command internal] load build context [2023-08-14T19:32:54.242Z] #53 ... [2023-08-14T19:32:54.242Z] [2023-08-14T19:32:54.242Z] #57 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:32:54.242Z] #57 30.99 (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T19:32:54.242Z] #57 31.41 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:54.242Z] #57 31.44 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:54.242Z] #57 31.75 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:32:54.242Z] #57 33.92 OK: 8 MiB in 17 packages [2023-08-14T19:32:54.242Z] #57 DONE 35.9s [2023-08-14T19:32:54.242Z] [2023-08-14T19:32:54.242Z] #53 [core-command internal] load build context [2023-08-14T19:32:54.242Z] #53 ... [2023-08-14T19:32:54.242Z] [2023-08-14T19:32:54.242Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:54.512Z] #50 ... [2023-08-14T19:32:54.512Z] [2023-08-14T19:32:54.512Z] #45 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:32:54.512Z] #45 28.04 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:54.512Z] #45 28.04 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:54.512Z] #45 28.04 OK: 17689 distinct packages available [2023-08-14T19:32:54.512Z] #45 29.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:54.512Z] #45 32.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:54.815Z] #45 ... [2023-08-14T19:32:54.815Z] [2023-08-14T19:32:54.815Z] #56 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:32:54.815Z] #56 31.36 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:54.815Z] #56 31.49 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:32:54.815Z] #56 33.62 OK: 17 MiB in 19 packages [2023-08-14T19:32:54.815Z] #56 DONE 36.4s [2023-08-14T19:32:54.815Z] [2023-08-14T19:32:54.815Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:32:55.093Z] #50 ... [2023-08-14T19:32:55.093Z] [2023-08-14T19:32:55.093Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:55.363Z] #34 ... [2023-08-14T19:32:55.363Z] [2023-08-14T19:32:55.363Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:55.363Z] #47 38.03 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:55.363Z] #47 38.06 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:32:55.363Z] #47 38.08 (3/4) Installing libucontext (1.2-r0) [2023-08-14T19:32:55.363Z] #47 38.11 (4/4) Installing gcompat (1.1.0-r0) [2023-08-14T19:32:55.363Z] #47 38.12 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:55.363Z] #47 38.18 OK: 8 MiB in 19 packages [2023-08-14T19:32:55.633Z] #47 ... [2023-08-14T19:32:55.633Z] [2023-08-14T19:32:55.633Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:32:55.902Z] #39 ... [2023-08-14T19:32:55.902Z] [2023-08-14T19:32:55.902Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:55.902Z] #34 transferring context: 71.69MB 39.7s [2023-08-14T19:32:56.489Z] #34 ... [2023-08-14T19:32:56.489Z] [2023-08-14T19:32:56.489Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:56.489Z] #47 DONE 39.5s [2023-08-14T19:32:56.489Z] [2023-08-14T19:32:56.489Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:56.489Z] #34 ... [2023-08-14T19:32:56.489Z] [2023-08-14T19:32:56.489Z] #45 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:32:56.489Z] #45 38.37 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:56.489Z] #45 38.39 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:32:56.489Z] #45 38.44 (3/5) Installing libucontext (1.2-r0) [2023-08-14T19:32:56.489Z] #45 38.44 (4/5) Installing gcompat (1.1.0-r0) [2023-08-14T19:32:56.489Z] #45 38.47 (5/5) Installing openssl (3.0.10-r0) [2023-08-14T19:32:56.489Z] #45 38.56 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:56.489Z] #45 38.83 OK: 9 MiB in 20 packages [2023-08-14T19:32:56.489Z] #45 DONE 40.1s [2023-08-14T19:32:56.489Z] [2023-08-14T19:32:56.489Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:32:56.768Z] #34 ... [2023-08-14T19:32:56.768Z] [2023-08-14T19:32:56.768Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:57.039Z] #38 ... [2023-08-14T19:32:57.039Z] [2023-08-14T19:32:57.039Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:32:57.631Z] #39 ... [2023-08-14T19:32:57.631Z] [2023-08-14T19:32:57.631Z] #36 [core-data internal] load build context [2023-08-14T19:32:57.631Z] #36 ... [2023-08-14T19:32:57.631Z] [2023-08-14T19:32:57.631Z] #41 [security-spire-server internal] load build context [2023-08-14T19:32:57.899Z] #41 ... [2023-08-14T19:32:57.899Z] [2023-08-14T19:32:57.899Z] #36 [core-data internal] load build context [2023-08-14T19:32:58.423Z] #36 ... [2023-08-14T19:32:58.423Z] [2023-08-14T19:32:58.423Z] #49 [security-spire-config internal] load build context [2023-08-14T19:32:58.423Z] #49 ... [2023-08-14T19:32:58.423Z] [2023-08-14T19:32:58.423Z] #36 [core-data internal] load build context [2023-08-14T19:32:58.423Z] #36 ... [2023-08-14T19:32:58.423Z] [2023-08-14T19:32:58.423Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:58.423Z] #59 30.57 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:58.423Z] #59 30.59 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:58.423Z] #59 30.59 OK: 17694 distinct packages available [2023-08-14T19:32:58.423Z] #59 31.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:58.423Z] #59 34.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:58.423Z] #59 37.78 OK: 263 MiB in 53 packages [2023-08-14T19:32:58.423Z] #59 DONE 38.8s [2023-08-14T19:32:58.423Z] [2023-08-14T19:32:58.423Z] #36 [core-data internal] load build context [2023-08-14T19:32:58.773Z] #36 ... [2023-08-14T19:32:58.773Z] [2023-08-14T19:32:58.773Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:59.067Z] #35 ... [2023-08-14T19:32:59.067Z] [2023-08-14T19:32:59.067Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:32:59.067Z] #43 ... [2023-08-14T19:32:59.067Z] [2023-08-14T19:32:59.067Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:59.521Z] #35 ... [2023-08-14T19:32:59.521Z] [2023-08-14T19:32:59.521Z] #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:32:59.521Z] #61 29.18 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:59.521Z] #61 29.18 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:59.522Z] #61 29.18 OK: 17689 distinct packages available [2023-08-14T19:32:59.522Z] #61 30.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:59.522Z] #61 33.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:59.522Z] #61 36.59 (1/9) Installing ca-certificates (20230506-r0) [2023-08-14T19:32:59.522Z] #61 36.73 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-14T19:32:59.522Z] #61 36.77 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-14T19:32:59.522Z] #61 36.77 (4/9) Installing libcurl (8.2.1-r0) [2023-08-14T19:32:59.522Z] #61 36.86 (5/9) Installing curl (8.2.1-r0) [2023-08-14T19:32:59.522Z] #61 36.86 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:59.522Z] #61 36.86 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:32:59.522Z] #61 36.93 (8/9) Installing libucontext (1.2-r0) [2023-08-14T19:32:59.522Z] #61 36.97 (9/9) Installing gcompat (1.1.0-r0) [2023-08-14T19:32:59.522Z] #61 36.97 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:59.522Z] #61 37.06 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:32:59.522Z] #61 37.68 OK: 11 MiB in 24 packages [2023-08-14T19:32:59.522Z] #61 DONE 38.8s [2023-08-14T19:32:59.522Z] [2023-08-14T19:32:59.522Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:32:59.522Z] #55 ... [2023-08-14T19:32:59.522Z] [2023-08-14T19:32:59.522Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:33:00.745Z] #39 ... [2023-08-14T19:33:00.745Z] [2023-08-14T19:33:00.745Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:00.745Z] #60 ... [2023-08-14T19:33:00.745Z] [2023-08-14T19:33:00.745Z] #54 [support-notifications internal] load build context [2023-08-14T19:33:01.040Z] #54 ... [2023-08-14T19:33:01.040Z] [2023-08-14T19:33:01.040Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:33:01.040Z] #39 transferring context: 90.19MB 44.8s [2023-08-14T19:33:02.038Z] #39 ... [2023-08-14T19:33:02.038Z] [2023-08-14T19:33:02.038Z] #52 [support-scheduler internal] load build context [2023-08-14T19:33:02.038Z] #52 ... [2023-08-14T19:33:02.038Z] [2023-08-14T19:33:02.038Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:33:04.637Z] #39 ... [2023-08-14T19:33:04.637Z] [2023-08-14T19:33:04.637Z] #53 [core-command internal] load build context [2023-08-14T19:33:04.637Z] #53 ... [2023-08-14T19:33:04.637Z] [2023-08-14T19:33:04.637Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:33:05.222Z] #39 ... [2023-08-14T19:33:05.222Z] [2023-08-14T19:33:05.222Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:05.495Z] #50 ... [2023-08-14T19:33:05.495Z] [2023-08-14T19:33:05.495Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:33:06.082Z] #39 transferring context: 113.20MB 49.9s [2023-08-14T19:33:07.048Z] #39 ... [2023-08-14T19:33:07.048Z] [2023-08-14T19:33:07.048Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:07.318Z] #34 ... [2023-08-14T19:33:07.318Z] [2023-08-14T19:33:07.318Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:07.318Z] #38 ... [2023-08-14T19:33:07.318Z] [2023-08-14T19:33:07.318Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:08.286Z] #34 ... [2023-08-14T19:33:08.286Z] [2023-08-14T19:33:08.286Z] #41 [security-spire-server internal] load build context [2023-08-14T19:33:08.286Z] #41 ... [2023-08-14T19:33:08.286Z] [2023-08-14T19:33:08.286Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:08.286Z] #34 ... [2023-08-14T19:33:08.286Z] [2023-08-14T19:33:08.286Z] #49 [security-spire-config internal] load build context [2023-08-14T19:33:08.553Z] #49 ... [2023-08-14T19:33:08.553Z] [2023-08-14T19:33:08.553Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:08.822Z] #34 ... [2023-08-14T19:33:08.822Z] [2023-08-14T19:33:08.822Z] #36 [core-data internal] load build context [2023-08-14T19:33:09.093Z] #36 ... [2023-08-14T19:33:09.093Z] [2023-08-14T19:33:09.093Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:09.093Z] #34 ... [2023-08-14T19:33:09.093Z] [2023-08-14T19:33:09.093Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:33:09.367Z] #43 ... [2023-08-14T19:33:09.367Z] [2023-08-14T19:33:09.367Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:09.367Z] #34 ... [2023-08-14T19:33:09.367Z] [2023-08-14T19:33:09.367Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:09.634Z] #35 ... [2023-08-14T19:33:09.634Z] [2023-08-14T19:33:09.634Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:09.634Z] #55 ... [2023-08-14T19:33:09.634Z] [2023-08-14T19:33:09.635Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:11.048Z] #34 ... [2023-08-14T19:33:11.048Z] [2023-08-14T19:33:11.048Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:11.048Z] #60 ... [2023-08-14T19:33:11.048Z] [2023-08-14T19:33:11.048Z] #54 [support-notifications internal] load build context [2023-08-14T19:33:11.319Z] #54 ... [2023-08-14T19:33:11.319Z] [2023-08-14T19:33:11.319Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:11.589Z] #60 transferring context: 117.60MB 50.1s [2023-08-14T19:33:11.858Z] #60 ... [2023-08-14T19:33:11.858Z] [2023-08-14T19:33:11.858Z] #52 [support-scheduler internal] load build context [2023-08-14T19:33:12.127Z] #52 ... [2023-08-14T19:33:12.127Z] [2023-08-14T19:33:12.127Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:14.724Z] #60 ... [2023-08-14T19:33:14.725Z] [2023-08-14T19:33:14.725Z] #53 [core-command internal] load build context [2023-08-14T19:33:14.725Z] #53 ... [2023-08-14T19:33:14.725Z] [2023-08-14T19:33:14.725Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:15.691Z] #60 ... [2023-08-14T19:33:15.691Z] [2023-08-14T19:33:15.691Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:15.691Z] #50 ... [2023-08-14T19:33:15.691Z] [2023-08-14T19:33:15.691Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:16.664Z] #60 transferring context: 143.26MB 55.2s [2023-08-14T19:33:17.249Z] #60 ... [2023-08-14T19:33:17.249Z] [2023-08-14T19:33:17.249Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:33:17.249Z] #39 ... [2023-08-14T19:33:17.249Z] [2023-08-14T19:33:17.249Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:17.522Z] #60 ... [2023-08-14T19:33:17.522Z] [2023-08-14T19:33:17.522Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:17.789Z] #38 ... [2023-08-14T19:33:17.789Z] [2023-08-14T19:33:17.789Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:18.375Z] #60 ... [2023-08-14T19:33:18.375Z] [2023-08-14T19:33:18.375Z] #41 [security-spire-server internal] load build context [2023-08-14T19:33:18.375Z] #41 ... [2023-08-14T19:33:18.375Z] [2023-08-14T19:33:18.375Z] #52 [support-scheduler internal] load build context [2023-08-14T19:33:18.643Z] #52 ... [2023-08-14T19:33:18.643Z] [2023-08-14T19:33:18.643Z] #49 [security-spire-config internal] load build context [2023-08-14T19:33:18.643Z] #49 ... [2023-08-14T19:33:18.643Z] [2023-08-14T19:33:18.643Z] #52 [support-scheduler internal] load build context [2023-08-14T19:33:19.230Z] #52 ... [2023-08-14T19:33:19.230Z] [2023-08-14T19:33:19.230Z] #36 [core-data internal] load build context [2023-08-14T19:33:19.230Z] #36 ... [2023-08-14T19:33:19.230Z] [2023-08-14T19:33:19.230Z] #52 [support-scheduler internal] load build context [2023-08-14T19:33:19.501Z] #52 ... [2023-08-14T19:33:19.501Z] [2023-08-14T19:33:19.501Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:33:19.501Z] #43 ... [2023-08-14T19:33:19.501Z] [2023-08-14T19:33:19.501Z] #36 [core-data internal] load build context [2023-08-14T19:33:19.501Z] #36 ... [2023-08-14T19:33:19.501Z] [2023-08-14T19:33:19.501Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:19.774Z] #35 ... [2023-08-14T19:33:19.774Z] [2023-08-14T19:33:19.774Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:33:19.774Z] #43 ... [2023-08-14T19:33:19.774Z] [2023-08-14T19:33:19.774Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:20.041Z] #55 ... [2023-08-14T19:33:20.041Z] [2023-08-14T19:33:20.041Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:33:21.006Z] #43 ... [2023-08-14T19:33:21.006Z] [2023-08-14T19:33:21.006Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:21.275Z] #34 ... [2023-08-14T19:33:21.275Z] [2023-08-14T19:33:21.275Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:21.275Z] #35 ... [2023-08-14T19:33:21.275Z] [2023-08-14T19:33:21.275Z] #54 [support-notifications internal] load build context [2023-08-14T19:33:21.543Z] #54 ... [2023-08-14T19:33:21.543Z] [2023-08-14T19:33:21.543Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:21.812Z] #35 transferring context: 171.08MB 60.5s [2023-08-14T19:33:22.082Z] #35 ... [2023-08-14T19:33:22.082Z] [2023-08-14T19:33:22.082Z] #39 [security-spire-agent internal] load build context [2023-08-14T19:33:22.082Z] #39 transferring context: 188.25MB 65.9s done [2023-08-14T19:33:22.082Z] #39 DONE 66.3s [2023-08-14T19:33:22.082Z] [2023-08-14T19:33:22.082Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:25.505Z] #35 ... [2023-08-14T19:33:25.505Z] [2023-08-14T19:33:25.505Z] #53 [core-command internal] load build context [2023-08-14T19:33:25.505Z] #53 transferring context: 188.25MB 67.4s done [2023-08-14T19:33:25.505Z] #53 ... [2023-08-14T19:33:25.505Z] [2023-08-14T19:33:25.505Z] #54 [support-notifications internal] load build context [2023-08-14T19:33:25.505Z] #54 transferring context: 188.25MB 64.6s done [2023-08-14T19:33:25.505Z] #54 DONE 67.6s [2023-08-14T19:33:25.505Z] [2023-08-14T19:33:25.505Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:25.782Z] #35 ... [2023-08-14T19:33:25.782Z] [2023-08-14T19:33:25.782Z] #53 [core-command internal] load build context [2023-08-14T19:33:25.782Z] #53 DONE 68.4s [2023-08-14T19:33:25.782Z] [2023-08-14T19:33:25.782Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:25.782Z] #35 ... [2023-08-14T19:33:25.782Z] [2023-08-14T19:33:25.782Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:26.059Z] #50 ... [2023-08-14T19:33:26.059Z] [2023-08-14T19:33:26.059Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:26.059Z] #35 ... [2023-08-14T19:33:26.059Z] [2023-08-14T19:33:26.059Z] #34 [security-proxy-auth internal] load build context [2023-08-14T19:33:26.059Z] #34 transferring context: 188.25MB 68.7s done [2023-08-14T19:33:26.059Z] #34 DONE 69.9s [2023-08-14T19:33:26.059Z] [2023-08-14T19:33:26.059Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:26.059Z] #35 transferring context: 188.25MB 64.8s done [2023-08-14T19:33:26.653Z] #35 ... [2023-08-14T19:33:26.653Z] [2023-08-14T19:33:26.653Z] #65 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:33:26.653Z] #65 DONE 4.1s [2023-08-14T19:33:26.653Z] [2023-08-14T19:33:26.653Z] #66 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:26.653Z] #66 ... [2023-08-14T19:33:26.653Z] [2023-08-14T19:33:26.653Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:26.653Z] #35 DONE 67.1s [2023-08-14T19:33:26.653Z] [2023-08-14T19:33:26.653Z] #60 [core-metadata internal] load build context [2023-08-14T19:33:26.653Z] #60 transferring context: 188.25MB 64.7s done [2023-08-14T19:33:26.653Z] #60 DONE 66.7s [2023-08-14T19:33:26.930Z] [2023-08-14T19:33:26.930Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:27.941Z] #50 ... [2023-08-14T19:33:27.941Z] [2023-08-14T19:33:27.941Z] #67 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:27.941Z] #67 DONE 1.5s [2023-08-14T19:33:27.941Z] [2023-08-14T19:33:27.941Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:27.941Z] #50 ... [2023-08-14T19:33:27.941Z] [2023-08-14T19:33:27.941Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:27.941Z] #38 ... [2023-08-14T19:33:27.941Z] [2023-08-14T19:33:27.941Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:27.941Z] #55 ... [2023-08-14T19:33:27.941Z] [2023-08-14T19:33:27.941Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:28.214Z] #38 ... [2023-08-14T19:33:28.214Z] [2023-08-14T19:33:28.214Z] #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:28.214Z] #68 DONE 2.2s [2023-08-14T19:33:28.214Z] [2023-08-14T19:33:28.214Z] #69 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:28.486Z] #69 ... [2023-08-14T19:33:28.486Z] [2023-08-14T19:33:28.486Z] #41 [security-spire-server internal] load build context [2023-08-14T19:33:28.486Z] #41 ... [2023-08-14T19:33:28.486Z] [2023-08-14T19:33:28.486Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:28.761Z] #55 ... [2023-08-14T19:33:28.761Z] [2023-08-14T19:33:28.761Z] #36 [core-data internal] load build context [2023-08-14T19:33:28.761Z] #36 transferring context: 188.25MB 74.0s done [2023-08-14T19:33:28.761Z] #36 DONE 74.5s [2023-08-14T19:33:28.761Z] [2023-08-14T19:33:28.761Z] #49 [security-spire-config internal] load build context [2023-08-14T19:33:29.038Z] #49 transferring context: 188.25MB 71.9s done [2023-08-14T19:33:29.038Z] #49 ... [2023-08-14T19:33:29.038Z] [2023-08-14T19:33:29.038Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:29.038Z] #55 ... [2023-08-14T19:33:29.038Z] [2023-08-14T19:33:29.038Z] #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:29.038Z] #70 DONE 2.1s [2023-08-14T19:33:29.038Z] [2023-08-14T19:33:29.038Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:29.315Z] #55 ... [2023-08-14T19:33:29.315Z] [2023-08-14T19:33:29.315Z] #49 [security-spire-config internal] load build context [2023-08-14T19:33:29.315Z] #49 DONE 72.6s [2023-08-14T19:33:29.315Z] [2023-08-14T19:33:29.315Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:29.588Z] #55 ... [2023-08-14T19:33:29.588Z] [2023-08-14T19:33:29.588Z] #52 [support-scheduler internal] load build context [2023-08-14T19:33:29.860Z] #52 ... [2023-08-14T19:33:29.860Z] [2023-08-14T19:33:29.860Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:31.295Z] #55 ... [2023-08-14T19:33:31.295Z] [2023-08-14T19:33:31.295Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:33:31.295Z] #43 ... [2023-08-14T19:33:31.295Z] [2023-08-14T19:33:31.295Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:33.909Z] #50 ... [2023-08-14T19:33:33.909Z] [2023-08-14T19:33:33.909Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:34.178Z] #55 transferring context: 174.79MB 75.7s [2023-08-14T19:33:35.144Z] #55 ... [2023-08-14T19:33:35.144Z] [2023-08-14T19:33:35.144Z] #41 [security-spire-server internal] load build context [2023-08-14T19:33:35.144Z] #41 transferring context: 188.25MB 78.6s done [2023-08-14T19:33:35.144Z] #41 DONE 78.8s [2023-08-14T19:33:35.144Z] [2023-08-14T19:33:35.144Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:35.730Z] #55 ... [2023-08-14T19:33:35.730Z] [2023-08-14T19:33:35.730Z] #52 [support-scheduler internal] load build context [2023-08-14T19:33:35.730Z] #52 transferring context: 188.25MB 76.6s done [2023-08-14T19:33:35.730Z] #52 DONE 78.3s [2023-08-14T19:33:35.730Z] [2023-08-14T19:33:35.730Z] #55 [security-secretstore-setup internal] load build context [2023-08-14T19:33:36.320Z] #55 transferring context: 188.25MB 78.0s done [2023-08-14T19:33:36.320Z] #55 DONE 78.9s [2023-08-14T19:33:36.320Z] [2023-08-14T19:33:36.320Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:37.284Z] #50 ... [2023-08-14T19:33:37.284Z] [2023-08-14T19:33:37.284Z] #38 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:37.284Z] #38 transferring context: 188.25MB 81.0s done [2023-08-14T19:33:37.284Z] #38 DONE 81.3s [2023-08-14T19:33:37.284Z] [2023-08-14T19:33:37.284Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:37.556Z] #50 ... [2023-08-14T19:33:37.556Z] [2023-08-14T19:33:37.556Z] #71 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:37.556Z] #71 DONE 1.0s [2023-08-14T19:33:37.556Z] [2023-08-14T19:33:37.556Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:37.828Z] #50 ... [2023-08-14T19:33:37.828Z] [2023-08-14T19:33:37.828Z] #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:38.096Z] #72 ... [2023-08-14T19:33:38.096Z] [2023-08-14T19:33:38.096Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:33:39.066Z] #43 ... [2023-08-14T19:33:39.066Z] [2023-08-14T19:33:39.066Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:39.333Z] #73 ... [2023-08-14T19:33:39.333Z] [2023-08-14T19:33:39.333Z] #43 [security-proxy-setup internal] load build context [2023-08-14T19:33:41.287Z] #43 transferring context: 188.25MB 83.7s done [2023-08-14T19:33:41.287Z] #43 DONE 84.3s [2023-08-14T19:33:41.287Z] [2023-08-14T19:33:41.287Z] #50 [security-bootstrapper internal] load build context [2023-08-14T19:33:41.555Z] #50 transferring context: 188.25MB 83.8s done [2023-08-14T19:33:41.555Z] #50 DONE 84.0s [2023-08-14T19:33:41.555Z] [2023-08-14T19:33:41.555Z] #74 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:28.411Z] #74 ... [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #66 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:28.411Z] #66 DONE 57.8s [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #75 [security-spire-agent builder 6/9] COPY . . [2023-08-14T19:34:28.411Z] #75 ... [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:28.411Z] #73 DONE 55.4s [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #69 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:28.411Z] #69 DONE 56.4s [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:28.411Z] #72 DONE 56.8s [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #76 [support-notifications builder 6/7] COPY . . [2023-08-14T19:34:28.411Z] #76 ... [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #74 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:28.411Z] #74 DONE 49.5s [2023-08-14T19:34:28.411Z] [2023-08-14T19:34:28.411Z] #77 [security-secretstore-setup builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #77 ... [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #78 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #78 DONE 4.3s [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:29.002Z] #79 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #80 [core-metadata builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #80 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #81 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:29.002Z] #81 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #82 [core-command builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #82 DONE 4.2s [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:29.002Z] #83 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:29.002Z] #84 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #85 [support-scheduler builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #85 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #86 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:29.002Z] #86 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #87 [security-proxy-auth builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #87 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:29.002Z] #88 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #75 [security-spire-agent builder 6/9] COPY . . [2023-08-14T19:34:29.002Z] #75 DONE 4.4s [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #89 [core-data builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #89 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:29.002Z] #90 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #91 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:29.002Z] #91 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #76 [support-notifications builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #76 DONE 4.3s [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #92 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-14T19:34:29.002Z] #92 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #93 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:29.002Z] #93 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #94 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:29.002Z] #94 CACHED [2023-08-14T19:34:29.002Z] [2023-08-14T19:34:29.002Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:34:29.586Z] #95 ... [2023-08-14T19:34:29.586Z] [2023-08-14T19:34:29.586Z] #96 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:34:29.586Z] #96 DONE 0.5s [2023-08-14T19:34:29.586Z] [2023-08-14T19:34:29.586Z] #97 [security-spire-server builder 6/9] COPY . . [2023-08-14T19:34:29.586Z] #97 CACHED [2023-08-14T19:34:29.586Z] [2023-08-14T19:34:29.586Z] #98 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:34:29.586Z] #98 CACHED [2023-08-14T19:34:29.586Z] [2023-08-14T19:34:29.586Z] #99 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:34:29.586Z] #99 CACHED [2023-08-14T19:34:29.586Z] [2023-08-14T19:34:29.586Z] #100 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:29.586Z] #100 CACHED [2023-08-14T19:34:29.586Z] [2023-08-14T19:34:29.586Z] #101 [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-08-14T19:34:31.014Z] #101 ... [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #77 [security-secretstore-setup builder 6/7] COPY . . [2023-08-14T19:34:31.014Z] #77 DONE 3.9s [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #102 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:31.014Z] #102 CACHED [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #103 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:31.014Z] #103 CACHED [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #104 [security-bootstrapper builder 6/7] COPY . . [2023-08-14T19:34:31.014Z] #104 CACHED [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #105 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T19:34:31.014Z] #105 CACHED [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #106 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:31.014Z] #106 CACHED [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #107 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:31.014Z] #107 CACHED [2023-08-14T19:34:31.014Z] [2023-08-14T19:34:31.014Z] #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:34:36.387Z] #108 5.304 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-08-14T19:34:36.387Z] #108 ... [2023-08-14T19:34:36.387Z] [2023-08-14T19:34:36.387Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:34:36.387Z] #95 7.335 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-08-14T19:34:36.679Z] #95 ... [2023-08-14T19:34:36.679Z] [2023-08-14T19:34:36.679Z] #101 [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-08-14T19:34:36.679Z] #101 DONE 7.1s [2023-08-14T19:34:36.679Z] [2023-08-14T19:34:36.679Z] #109 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-14T19:34:36.953Z] #109 DONE 0.3s [2023-08-14T19:34:36.953Z] [2023-08-14T19:34:36.953Z] #110 [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-08-14T19:34:36.953Z] #110 DONE 7.4s [2023-08-14T19:34:36.953Z] [2023-08-14T19:34:36.953Z] #111 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-14T19:34:37.544Z] #111 DONE 0.4s [2023-08-14T19:34:37.544Z] [2023-08-14T19:34:37.544Z] #112 [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-08-14T19:34:37.544Z] #0 6.096 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-08-14T19:34:38.988Z] #112 ... [2023-08-14T19:34:38.988Z] [2023-08-14T19:34:38.988Z] #113 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:34:38.988Z] #0 5.885 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-08-14T19:34:38.988Z] #113 ... [2023-08-14T19:34:38.988Z] [2023-08-14T19:34:38.988Z] #114 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:34:38.988Z] #114 DONE 0.3s [2023-08-14T19:34:38.988Z] [2023-08-14T19:34:38.988Z] #115 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T19:34:38.988Z] #0 5.870 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-08-14T19:34:39.260Z] #115 ... [2023-08-14T19:34:39.260Z] [2023-08-14T19:34:39.260Z] #116 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:34:39.260Z] #116 DONE 0.2s [2023-08-14T19:34:39.260Z] [2023-08-14T19:34:39.260Z] #117 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:34:39.260Z] #0 5.759 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-08-14T19:34:39.260Z] #117 ... [2023-08-14T19:34:39.260Z] [2023-08-14T19:34:39.260Z] #118 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:34:39.260Z] #0 5.379 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-08-14T19:34:39.541Z] #118 ... [2023-08-14T19:34:39.541Z] [2023-08-14T19:34:39.541Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:34:39.541Z] #0 6.573 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-08-14T19:34:39.541Z] #119 ... [2023-08-14T19:34:39.541Z] [2023-08-14T19:34:39.541Z] #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:34:39.541Z] #0 6.819 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-08-14T19:34:39.820Z] #120 ... [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #121 [security-spire-config builder 6/9] COPY . . [2023-08-14T19:34:39.820Z] #121 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #122 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:39.820Z] #122 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #123 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-14T19:34:39.820Z] #123 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #124 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:34:39.820Z] #124 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #125 [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-08-14T19:34:39.820Z] #125 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #126 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:34:39.820Z] #126 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #127 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:34:39.820Z] #127 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #128 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:34:39.820Z] #128 CACHED [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:34:39.820Z] #0 6.368 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-08-14T19:34:39.820Z] #129 ... [2023-08-14T19:34:39.820Z] [2023-08-14T19:34:39.820Z] #130 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:34:40.108Z] #130 DONE 0.4s [2023-08-14T19:34:40.108Z] [2023-08-14T19:34:40.108Z] #131 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:34:40.393Z] #131 DONE 0.3s [2023-08-14T19:34:40.393Z] [2023-08-14T19:34:40.393Z] #132 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T19:34:40.987Z] #132 ... [2023-08-14T19:34:40.987Z] [2023-08-14T19:34:40.987Z] #133 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:34:40.987Z] #0 5.850 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-08-14T19:34:41.270Z] #133 ... [2023-08-14T19:34:41.270Z] [2023-08-14T19:34:41.270Z] #134 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:41.540Z] #134 ... [2023-08-14T19:34:41.540Z] [2023-08-14T19:34:41.540Z] #132 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T19:34:41.540Z] #132 DONE 1.8s [2023-08-14T19:34:41.540Z] [2023-08-14T19:34:41.540Z] #135 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:41.540Z] #135 DONE 2.4s [2023-08-14T19:34:41.819Z] [2023-08-14T19:34:41.819Z] #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T19:34:42.090Z] #136 DONE 0.5s [2023-08-14T19:34:42.090Z] [2023-08-14T19:34:42.090Z] #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:42.364Z] #137 ... [2023-08-14T19:34:42.364Z] [2023-08-14T19:34:42.364Z] #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-08-14T19:34:42.364Z] #138 DONE 0.4s [2023-08-14T19:34:42.640Z] [2023-08-14T19:34:42.640Z] #134 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:42.640Z] #134 DONE 2.1s [2023-08-14T19:34:42.640Z] [2023-08-14T19:34:42.640Z] #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T19:34:42.909Z] #139 DONE 0.4s [2023-08-14T19:34:42.910Z] [2023-08-14T19:34:42.910Z] #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-14T19:34:42.910Z] #140 DONE 0.4s [2023-08-14T19:34:42.910Z] [2023-08-14T19:34:42.910Z] #117 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:34:42.910Z] #117 ... [2023-08-14T19:34:42.910Z] [2023-08-14T19:34:42.910Z] #141 [security-spire-server] exporting to image [2023-08-14T19:34:42.910Z] #141 exporting layers [2023-08-14T19:34:43.180Z] #141 ... [2023-08-14T19:34:43.180Z] [2023-08-14T19:34:43.180Z] #142 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T19:34:43.180Z] #142 DONE 0.4s [2023-08-14T19:34:43.471Z] [2023-08-14T19:34:43.471Z] #143 [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-08-14T19:34:44.062Z] #143 DONE 0.7s [2023-08-14T19:34:44.062Z] [2023-08-14T19:34:44.062Z] #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:44.062Z] #137 DONE 2.4s [2023-08-14T19:34:44.062Z] [2023-08-14T19:34:44.062Z] #141 [security-spire-config] exporting to image [2023-08-14T19:34:44.448Z] #141 ... [2023-08-14T19:34:44.448Z] [2023-08-14T19:34:44.448Z] #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-14T19:34:44.448Z] #144 DONE 0.3s [2023-08-14T19:34:44.718Z] [2023-08-14T19:34:44.718Z] #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-08-14T19:34:44.992Z] #145 DONE 0.6s [2023-08-14T19:34:44.992Z] [2023-08-14T19:34:44.992Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-14T19:34:45.297Z] #146 DONE 0.3s [2023-08-14T19:34:45.297Z] [2023-08-14T19:34:45.297Z] #141 [security-spire-agent] exporting to image [2023-08-14T19:34:45.882Z] #141 exporting layers 3.0s done [2023-08-14T19:34:45.882Z] #141 writing image sha256:a4c4dc632bf3671a5d10b5e965d7d90ddba2bf6c7f7bc171222b35eed790239c 0.0s done [2023-08-14T19:34:45.882Z] #141 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-08-14T19:34:46.466Z] #141 exporting layers 2.3s done [2023-08-14T19:34:46.466Z] #141 writing image sha256:0bb0dbac6cf4950c48a802e12b8ca2f4e690e237329d007fd5313ffa88a9a75c done [2023-08-14T19:34:46.466Z] #141 naming to docker.io/library/security-spire-config-arm64 done [2023-08-14T19:34:47.050Z] #141 exporting layers 1.7s done [2023-08-14T19:34:47.050Z] #141 writing image sha256:7f2a4f3cb203b1ab0a74e6dcc08cb8f9182ebefb53b45f3c72204441b7985960 done [2023-08-14T19:34:47.051Z] #141 naming to docker.io/library/security-spire-agent-arm64 done [2023-08-14T19:34:47.051Z] #141 DONE 4.1s [2023-08-14T19:34:47.051Z] [2023-08-14T19:34:47.051Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:53:09.998Z] #129 ... [2023-08-14T19:53:09.998Z] [2023-08-14T19:53:09.998Z] #112 [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-08-14T19:53:09.998Z] #112 1107.6 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-08-14T19:53:09.998Z] #112 ... [2023-08-14T19:53:09.998Z] [2023-08-14T19:53:09.998Z] #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:53:09.998Z] #108 DONE 1117.8s [2023-08-14T19:53:09.998Z] [2023-08-14T19:53:09.998Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:53:09.998Z] #21 ... [2023-08-14T19:53:09.998Z] [2023-08-14T19:53:09.998Z] #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:09.998Z] #147 DONE 0.3s [2023-08-14T19:53:09.998Z] [2023-08-14T19:53:09.998Z] #148 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:09.998Z] #148 DONE 0.1s [2023-08-14T19:53:09.998Z] [2023-08-14T19:53:09.998Z] #149 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-14T19:53:09.998Z] #149 DONE 0.2s [2023-08-14T19:53:09.998Z] [2023-08-14T19:53:09.998Z] #150 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T19:53:10.588Z] #150 DONE 0.4s [2023-08-14T19:53:10.588Z] [2023-08-14T19:53:10.588Z] #151 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T19:53:10.588Z] #151 DONE 0.2s [2023-08-14T19:53:10.588Z] [2023-08-14T19:53:10.588Z] #117 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:53:10.863Z] #117 ... [2023-08-14T19:53:10.863Z] [2023-08-14T19:53:10.863Z] #152 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:53:13.471Z] #152 DONE 2.3s [2023-08-14T19:53:13.471Z] [2023-08-14T19:53:13.471Z] #141 [security-proxy-setup] exporting to image [2023-08-14T19:53:13.471Z] #141 exporting layers [2023-08-14T19:53:13.740Z] #141 exporting layers 0.6s done [2023-08-14T19:53:13.740Z] #141 writing image sha256:42f4a746b464211f5017f28e7ed7f5af3ff7b25b4a1e06ac760459f237275957 0.0s done [2023-08-14T19:53:13.740Z] #141 naming to docker.io/library/security-proxy-setup-arm64 done [2023-08-14T19:53:13.740Z] #141 DONE 4.8s [2023-08-14T19:53:13.740Z] [2023-08-14T19:53:13.740Z] #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:53:23.808Z] #120 ... [2023-08-14T19:53:23.808Z] [2023-08-14T19:53:23.808Z] #133 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:53:23.808Z] #133 DONE 1132.7s [2023-08-14T19:53:23.808Z] [2023-08-14T19:53:23.808Z] #153 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-14T19:53:24.399Z] #153 DONE 0.7s [2023-08-14T19:53:24.399Z] [2023-08-14T19:53:24.399Z] #154 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T19:53:25.365Z] #154 ... [2023-08-14T19:53:25.365Z] [2023-08-14T19:53:25.365Z] #112 [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-08-14T19:53:25.365Z] #112 DONE 1134.3s [2023-08-14T19:53:25.365Z] [2023-08-14T19:53:25.365Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:53:25.952Z] #95 ... [2023-08-14T19:53:25.952Z] [2023-08-14T19:53:25.952Z] #155 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:26.225Z] #155 DONE 0.3s [2023-08-14T19:53:26.225Z] [2023-08-14T19:53:26.225Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:53:26.522Z] #21 ... [2023-08-14T19:53:26.522Z] [2023-08-14T19:53:26.522Z] #156 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:26.522Z] #156 DONE 0.3s [2023-08-14T19:53:26.522Z] [2023-08-14T19:53:26.522Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:53:26.789Z] #119 ... [2023-08-14T19:53:26.789Z] [2023-08-14T19:53:26.790Z] #157 [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-08-14T19:53:27.057Z] #157 DONE 0.3s [2023-08-14T19:53:27.058Z] [2023-08-14T19:53:27.058Z] #158 [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-08-14T19:53:27.058Z] #158 DONE 0.2s [2023-08-14T19:53:27.058Z] [2023-08-14T19:53:27.058Z] #159 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:53:27.325Z] #159 DONE 0.2s [2023-08-14T19:53:27.325Z] [2023-08-14T19:53:27.325Z] #113 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:53:27.325Z] #113 ... [2023-08-14T19:53:27.325Z] [2023-08-14T19:53:27.325Z] #160 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-14T19:53:27.909Z] #160 DONE 0.5s [2023-08-14T19:53:27.909Z] [2023-08-14T19:53:27.909Z] #154 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T19:53:27.909Z] #154 DONE 3.3s [2023-08-14T19:53:27.909Z] [2023-08-14T19:53:27.909Z] #161 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T19:53:28.420Z] #161 ... [2023-08-14T19:53:28.420Z] [2023-08-14T19:53:28.420Z] #162 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:28.420Z] #162 DONE 0.5s [2023-08-14T19:53:28.420Z] [2023-08-14T19:53:28.420Z] #163 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:28.420Z] #163 DONE 0.2s [2023-08-14T19:53:28.420Z] [2023-08-14T19:53:28.420Z] #113 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:53:28.708Z] #113 ... [2023-08-14T19:53:28.708Z] [2023-08-14T19:53:28.709Z] #164 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-14T19:53:28.709Z] #164 ... [2023-08-14T19:53:28.709Z] [2023-08-14T19:53:28.709Z] #161 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T19:53:28.709Z] #161 DONE 0.8s [2023-08-14T19:53:29.002Z] [2023-08-14T19:53:29.002Z] #165 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-14T19:53:29.002Z] #165 DONE 0.3s [2023-08-14T19:53:29.002Z] [2023-08-14T19:53:29.002Z] #117 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:53:29.002Z] #117 ... [2023-08-14T19:53:29.002Z] [2023-08-14T19:53:29.002Z] #164 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-14T19:53:29.002Z] #164 DONE 0.6s [2023-08-14T19:53:29.002Z] [2023-08-14T19:53:29.002Z] #166 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:53:30.039Z] #166 ... [2023-08-14T19:53:30.039Z] [2023-08-14T19:53:30.039Z] #167 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-14T19:53:30.039Z] #167 DONE 0.6s [2023-08-14T19:53:30.039Z] [2023-08-14T19:53:30.039Z] #168 [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-08-14T19:53:30.039Z] #168 DONE 0.4s [2023-08-14T19:53:30.039Z] [2023-08-14T19:53:30.039Z] #113 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:53:30.314Z] #113 ... [2023-08-14T19:53:30.314Z] [2023-08-14T19:53:30.314Z] #169 [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-08-14T19:53:30.314Z] #169 DONE 0.1s [2023-08-14T19:53:30.314Z] [2023-08-14T19:53:30.314Z] #170 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-14T19:53:30.600Z] #170 DONE 0.2s [2023-08-14T19:53:30.600Z] [2023-08-14T19:53:30.600Z] #171 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-14T19:53:30.600Z] #171 DONE 0.2s [2023-08-14T19:53:30.600Z] [2023-08-14T19:53:30.600Z] #172 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T19:53:32.655Z] #172 ... [2023-08-14T19:53:32.655Z] [2023-08-14T19:53:32.655Z] #166 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:53:32.655Z] #166 DONE 3.7s [2023-08-14T19:53:32.655Z] [2023-08-14T19:53:32.655Z] #141 [security-secretstore-setup] exporting to image [2023-08-14T19:53:32.655Z] #141 exporting layers [2023-08-14T19:53:34.083Z] #141 exporting layers 1.5s done [2023-08-14T19:53:34.355Z] #141 writing image sha256:0f6b43cbbb78fdf481dfcca5d7fd560caae51a928f752042a1aa940aa03af465 done [2023-08-14T19:53:34.355Z] #141 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-08-14T19:53:34.355Z] #141 DONE 6.3s [2023-08-14T19:53:34.355Z] [2023-08-14T19:53:34.355Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:53:34.355Z] #21 ... [2023-08-14T19:53:34.355Z] [2023-08-14T19:53:34.355Z] #172 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T19:53:34.355Z] #172 DONE 3.8s [2023-08-14T19:53:34.626Z] [2023-08-14T19:53:34.626Z] #141 [security-bootstrapper] exporting to image [2023-08-14T19:53:35.597Z] #141 exporting layers 1.0s done [2023-08-14T19:53:35.597Z] #141 writing image sha256:7ca886d6a698af1fdf11ab1bb601e6896347a8722e41174e0a7e0b2ab805d117 done [2023-08-14T19:53:35.597Z] #141 naming to docker.io/library/security-bootstrapper-arm64 done [2023-08-14T19:53:35.597Z] #141 DONE 7.3s [2023-08-14T19:53:35.597Z] [2023-08-14T19:53:35.597Z] #115 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T19:53:45.704Z] #115 ... [2023-08-14T19:53:45.704Z] [2023-08-14T19:53:45.704Z] #118 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:53:45.704Z] #118 DONE 1156.3s [2023-08-14T19:53:45.704Z] [2023-08-14T19:53:45.704Z] #113 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:53:45.704Z] #113 ... [2023-08-14T19:53:45.704Z] [2023-08-14T19:53:45.704Z] #173 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:45.980Z] #173 DONE 0.2s [2023-08-14T19:53:45.980Z] [2023-08-14T19:53:45.980Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:53:45.980Z] #95 ... [2023-08-14T19:53:45.980Z] [2023-08-14T19:53:45.980Z] #174 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:46.267Z] #174 DONE 0.2s [2023-08-14T19:53:46.267Z] [2023-08-14T19:53:46.267Z] #175 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T19:53:46.551Z] #175 DONE 0.3s [2023-08-14T19:53:46.551Z] [2023-08-14T19:53:46.551Z] #176 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:53:46.823Z] #176 DONE 0.2s [2023-08-14T19:53:46.823Z] [2023-08-14T19:53:46.823Z] #177 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-14T19:53:47.094Z] #177 DONE 0.2s [2023-08-14T19:53:47.094Z] [2023-08-14T19:53:47.094Z] #178 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-14T19:53:50.451Z] #178 DONE 3.1s [2023-08-14T19:53:50.451Z] [2023-08-14T19:53:50.451Z] #141 [security-proxy-auth] exporting to image [2023-08-14T19:53:50.451Z] #141 exporting layers [2023-08-14T19:53:50.721Z] #141 exporting layers 0.7s done [2023-08-14T19:53:50.721Z] #141 writing image sha256:f98d188e1c457168374027870972507ed48071fab270187cd9c6da39fc4a2c9e done [2023-08-14T19:53:50.721Z] #141 naming to docker.io/library/security-proxy-auth-arm64 done [2023-08-14T19:53:50.721Z] #141 DONE 7.9s [2023-08-14T19:53:50.721Z] [2023-08-14T19:53:50.721Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:54:05.756Z] #119 ... [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #115 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-14T19:54:05.756Z] #115 DONE 1174.4s [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:54:05.756Z] #119 ... [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:54:05.756Z] #179 DONE 0.3s [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #117 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:54:05.756Z] #117 ... [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:54:05.756Z] #180 DONE 0.5s [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-14T19:54:05.756Z] #181 DONE 0.3s [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #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-08-14T19:54:05.756Z] #182 DONE 0.1s [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #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-08-14T19:54:05.756Z] #183 DONE 0.1s [2023-08-14T19:54:05.756Z] [2023-08-14T19:54:05.756Z] #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-08-14T19:54:07.191Z] #184 DONE 2.0s [2023-08-14T19:54:07.191Z] [2023-08-14T19:54:07.191Z] #141 [core-common-config-bootstrapper] exporting to image [2023-08-14T19:54:07.191Z] #141 exporting layers [2023-08-14T19:54:07.461Z] #141 exporting layers 0.6s done [2023-08-14T19:54:07.461Z] #141 writing image sha256:5fee6d42398abc31d7e3257b1a4f3e1186e605f3adb3fcaf78eee04b5173a1b8 done [2023-08-14T19:54:07.461Z] #141 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-08-14T19:54:07.461Z] #141 DONE 8.5s [2023-08-14T19:54:07.461Z] [2023-08-14T19:54:07.461Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:54:54.357Z] #95 ... [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #119 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:54:54.357Z] #119 DONE 1221.9s [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:54:54.357Z] #120 ... [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:54:54.357Z] #185 DONE 0.3s [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:54:54.357Z] #186 DONE 0.2s [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:54:54.357Z] #21 ... [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-14T19:54:54.357Z] #187 DONE 0.3s [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:54:54.357Z] #188 DONE 0.3s [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #141 [core-command] exporting to image [2023-08-14T19:54:54.357Z] #141 exporting layers [2023-08-14T19:54:54.357Z] #141 exporting layers 0.3s done [2023-08-14T19:54:54.357Z] #141 writing image sha256:a71b459cbe6259cbf35736466d787adfb615074659ace92b5ccff82b0b034a2f done [2023-08-14T19:54:54.357Z] #141 naming to docker.io/library/core-command-arm64 done [2023-08-14T19:54:54.357Z] #141 DONE 8.9s [2023-08-14T19:54:54.357Z] [2023-08-14T19:54:54.357Z] #117 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:55:06.700Z] #117 DONE 1236.0s [2023-08-14T19:55:06.700Z] [2023-08-14T19:55:06.700Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:06.700Z] #95 ... [2023-08-14T19:55:06.700Z] [2023-08-14T19:55:06.700Z] #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:55:06.700Z] #189 DONE 0.2s [2023-08-14T19:55:06.700Z] [2023-08-14T19:55:06.700Z] #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:55:06.700Z] #190 DONE 0.2s [2023-08-14T19:55:06.700Z] [2023-08-14T19:55:06.700Z] #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-14T19:55:06.700Z] #191 DONE 0.3s [2023-08-14T19:55:06.700Z] [2023-08-14T19:55:06.700Z] #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:55:06.700Z] #192 DONE 0.1s [2023-08-14T19:55:06.700Z] [2023-08-14T19:55:06.700Z] #141 [core-data] exporting to image [2023-08-14T19:55:06.700Z] #141 exporting layers [2023-08-14T19:55:06.700Z] #141 exporting layers 0.4s done [2023-08-14T19:55:06.700Z] #141 writing image sha256:b0512c752b92e37e747feec2c38767107e3113cf3959543da1811d8260b5f699 [2023-08-14T19:55:06.969Z] #141 writing image sha256:b0512c752b92e37e747feec2c38767107e3113cf3959543da1811d8260b5f699 0.0s done [2023-08-14T19:55:06.969Z] #141 naming to docker.io/library/core-data-arm64 done [2023-08-14T19:55:06.969Z] #141 DONE 9.3s [2023-08-14T19:55:06.969Z] [2023-08-14T19:55:06.969Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:08.387Z] #95 ... [2023-08-14T19:55:08.387Z] [2023-08-14T19:55:08.387Z] #120 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:55:08.387Z] #120 DONE 1239.4s [2023-08-14T19:55:08.387Z] [2023-08-14T19:55:08.387Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:08.975Z] #95 ... [2023-08-14T19:55:08.975Z] [2023-08-14T19:55:08.975Z] #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:55:09.244Z] #193 DONE 0.3s [2023-08-14T19:55:09.244Z] [2023-08-14T19:55:09.244Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:09.244Z] #95 ... [2023-08-14T19:55:09.244Z] [2023-08-14T19:55:09.244Z] #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:55:09.516Z] #194 DONE 0.2s [2023-08-14T19:55:09.516Z] [2023-08-14T19:55:09.516Z] #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-14T19:55:09.785Z] #195 DONE 0.4s [2023-08-14T19:55:09.785Z] [2023-08-14T19:55:09.785Z] #113 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:55:09.785Z] #113 ... [2023-08-14T19:55:09.785Z] [2023-08-14T19:55:09.785Z] #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:55:10.056Z] #196 DONE 0.1s [2023-08-14T19:55:10.056Z] [2023-08-14T19:55:10.056Z] #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-14T19:55:10.056Z] #197 DONE 0.2s [2023-08-14T19:55:10.056Z] [2023-08-14T19:55:10.056Z] #141 [core-metadata] exporting to image [2023-08-14T19:55:10.325Z] #141 exporting layers 0.3s done [2023-08-14T19:55:10.325Z] #141 writing image sha256:4ec9587138d72042966e6c06216cd20c62f47690be9ce502f2d1f8b8adc8c3f4 done [2023-08-14T19:55:10.325Z] #141 naming to docker.io/library/core-metadata-arm64 done [2023-08-14T19:55:10.325Z] #141 DONE 9.6s [2023-08-14T19:55:10.325Z] [2023-08-14T19:55:10.596Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:42.860Z] #95 ... [2023-08-14T19:55:42.860Z] [2023-08-14T19:55:42.860Z] #113 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:55:42.860Z] #113 DONE 1270.6s [2023-08-14T19:55:42.860Z] [2023-08-14T19:55:42.860Z] #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:55:42.860Z] #198 DONE 0.2s [2023-08-14T19:55:42.860Z] [2023-08-14T19:55:42.860Z] #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:55:42.860Z] #199 DONE 0.2s [2023-08-14T19:55:42.860Z] [2023-08-14T19:55:42.860Z] #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-14T19:55:42.860Z] #200 DONE 0.4s [2023-08-14T19:55:42.860Z] [2023-08-14T19:55:42.860Z] #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-08-14T19:55:42.860Z] #201 DONE 0.3s [2023-08-14T19:55:42.860Z] [2023-08-14T19:55:42.860Z] #141 [security-spiffe-token-provider] exporting to image [2023-08-14T19:55:42.860Z] #141 exporting layers [2023-08-14T19:55:42.860Z] #141 exporting layers 0.6s done [2023-08-14T19:55:42.860Z] #141 writing image sha256:a991c5101ac245ec1b69fe2eae0edffd45c599f030d2918f050bda3511187cb3 done [2023-08-14T19:55:42.860Z] #141 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-08-14T19:55:42.860Z] #141 DONE 10.2s [2023-08-14T19:55:42.860Z] [2023-08-14T19:55:42.860Z] #95 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:56:09.583Z] #95 DONE 1299.5s [2023-08-14T19:56:09.583Z] [2023-08-14T19:56:09.583Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:56:09.583Z] #21 ... [2023-08-14T19:56:09.583Z] [2023-08-14T19:56:09.583Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:56:09.583Z] #129 DONE 1300.0s [2023-08-14T19:56:09.583Z] [2023-08-14T19:56:09.583Z] #202 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:56:09.583Z] #202 DONE 0.2s [2023-08-14T19:56:09.583Z] [2023-08-14T19:56:09.583Z] #203 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:56:09.583Z] #203 DONE 0.1s [2023-08-14T19:56:09.583Z] [2023-08-14T19:56:09.583Z] #204 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:56:09.583Z] #204 DONE 0.2s [2023-08-14T19:56:09.583Z] [2023-08-14T19:56:09.583Z] #205 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T19:56:09.583Z] #205 DONE 0.3s [2023-08-14T19:56:09.583Z] [2023-08-14T19:56:09.583Z] #206 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:56:09.851Z] #206 DONE 0.1s [2023-08-14T19:56:09.851Z] [2023-08-14T19:56:09.851Z] #207 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:56:09.851Z] #207 DONE 0.1s [2023-08-14T19:56:09.851Z] [2023-08-14T19:56:09.851Z] #141 [support-notifications] exporting to image [2023-08-14T19:56:09.851Z] #141 exporting layers [2023-08-14T19:56:10.119Z] #141 ... [2023-08-14T19:56:10.119Z] [2023-08-14T19:56:10.119Z] #208 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-14T19:56:10.119Z] #208 DONE 0.4s [2023-08-14T19:56:10.388Z] [2023-08-14T19:56:10.388Z] #209 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:56:10.388Z] #209 DONE 0.1s [2023-08-14T19:56:10.388Z] [2023-08-14T19:56:10.388Z] #141 [support-notifications] exporting to image [2023-08-14T19:56:10.388Z] #141 exporting layers 0.5s done [2023-08-14T19:56:10.388Z] #141 writing image sha256:303c16c5a632f2a5fbe1b098c358a03d6a67b8771e161f3e05d964ed27f8db75 done [2023-08-14T19:56:10.388Z] #141 naming to docker.io/library/support-notifications-arm64 done [2023-08-14T19:56:10.658Z] #141 exporting layers 0.4s done [2023-08-14T19:56:10.658Z] #141 writing image sha256:ef42aff4e443118dab4f7e84858342374c2a83538ce64ebc13ee35b7d2ab347e done [2023-08-14T19:56:10.658Z] #141 naming to docker.io/library/support-scheduler-arm64 done [2023-08-14T19:56:10.658Z] #141 DONE 11.1s [2023-08-14T19:56:10.658Z] [2023-08-14T19:56:10.658Z] #21 [security-spire-config internal] load .dockerignore [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:56:10.658Z] time="2023-08-14T19:32:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-14T19:56:10.686Z] $ docker stop --time=1 4f5f9fcdad20bd5080e4a17bea5c60b876eb9e70816742017c20d6a936fc3986 [2023-08-14T19:56:12.357Z] $ docker rm -f --volumes 4f5f9fcdad20bd5080e4a17bea5c60b876eb9e70816742017c20d6a936fc3986 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T19:56:12.897Z] + docker images [2023-08-14T19:56:12.897Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-14T19:56:12.897Z] support-scheduler-arm64 latest ef42aff4e443 2 seconds ago 32.9MB [2023-08-14T19:56:12.897Z] support-notifications-arm64 latest 303c16c5a632 3 seconds ago 33.7MB [2023-08-14T19:56:12.897Z] security-spiffe-token-provider-arm64 latest a991c5101ac2 32 seconds ago 33.3MB [2023-08-14T19:56:12.897Z] core-metadata-arm64 latest 4ec9587138d7 About a minute ago 21.2MB [2023-08-14T19:56:12.897Z] core-data-arm64 latest b0512c752b92 About a minute ago 20.9MB [2023-08-14T19:56:12.897Z] core-command-arm64 latest a71b459cbe62 About a minute ago 20.8MB [2023-08-14T19:56:12.897Z] core-common-config-bootstrapper-arm64 latest 5fee6d42398a 2 minutes ago 18MB [2023-08-14T19:56:12.897Z] security-proxy-auth-arm64 latest f98d188e1c45 2 minutes ago 19.3MB [2023-08-14T19:56:12.897Z] security-bootstrapper-arm64 latest 7ca886d6a698 2 minutes ago 22.6MB [2023-08-14T19:56:12.897Z] security-secretstore-setup-arm64 latest 0f6b43cbbb78 2 minutes ago 43MB [2023-08-14T19:56:12.897Z] security-proxy-setup-arm64 latest 42f4a746b464 3 minutes ago 19.5MB [2023-08-14T19:56:12.897Z] security-spire-agent-arm64 latest 7f2a4f3cb203 21 minutes ago 152MB [2023-08-14T19:56:12.897Z] security-spire-config-arm64 latest 0bb0dbac6cf4 21 minutes ago 96.1MB [2023-08-14T19:56:12.897Z] security-spire-server-arm64 latest a4c4dc632bf3 21 minutes ago 96.9MB [2023-08-14T19:56:12.897Z] ci-base-image-arm64 latest 17b337522c64 38 minutes ago 1.05GB [2023-08-14T19:56:12.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 4 weeks ago 677MB [2023-08-14T19:56:12.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:56:13.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T19:56:13.695Z] [2023-08-14T19:56:13.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:56:14.106Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T19:56:14.106Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-14T19:56:14.106Z] 8998bd30e6a1: Pulling fs layer [2023-08-14T19:56:14.106Z] 04944245beec: Pulling fs layer [2023-08-14T19:56:14.106Z] 699f458cf7ca: Pulling fs layer [2023-08-14T19:56:14.106Z] 765212b225bb: Pulling fs layer [2023-08-14T19:56:14.106Z] f23df028b6ca: Pulling fs layer [2023-08-14T19:56:14.106Z] d65c8cfc05b1: Pulling fs layer [2023-08-14T19:56:14.106Z] 2437ff75d9bd: Pulling fs layer [2023-08-14T19:56:14.106Z] 765212b225bb: Waiting [2023-08-14T19:56:14.106Z] 2437ff75d9bd: Waiting [2023-08-14T19:56:14.106Z] f23df028b6ca: Waiting [2023-08-14T19:56:14.106Z] d65c8cfc05b1: Waiting [2023-08-14T19:56:14.375Z] 04944245beec: Verifying Checksum [2023-08-14T19:56:14.375Z] 04944245beec: Download complete [2023-08-14T19:56:14.375Z] 765212b225bb: Verifying Checksum [2023-08-14T19:56:14.375Z] 765212b225bb: Download complete [2023-08-14T19:56:14.375Z] f23df028b6ca: Verifying Checksum [2023-08-14T19:56:14.375Z] f23df028b6ca: Download complete [2023-08-14T19:56:14.375Z] d65c8cfc05b1: Verifying Checksum [2023-08-14T19:56:14.375Z] d65c8cfc05b1: Download complete [2023-08-14T19:56:14.375Z] 699f458cf7ca: Verifying Checksum [2023-08-14T19:56:14.375Z] 699f458cf7ca: Download complete [2023-08-14T19:56:14.964Z] 8998bd30e6a1: Verifying Checksum [2023-08-14T19:56:14.964Z] 8998bd30e6a1: Download complete [2023-08-14T19:56:17.540Z] 2437ff75d9bd: Download complete [2023-08-14T19:56:20.116Z] 8998bd30e6a1: Pull complete [2023-08-14T19:56:20.384Z] 04944245beec: Pull complete [2023-08-14T19:56:21.788Z] 699f458cf7ca: Pull complete [2023-08-14T19:56:21.788Z] 765212b225bb: Pull complete [2023-08-14T19:56:22.746Z] f23df028b6ca: Pull complete [2023-08-14T19:56:22.746Z] d65c8cfc05b1: Pull complete [2023-08-14T19:56:37.723Z] 2437ff75d9bd: Pull complete [2023-08-14T19:56:37.723Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-14T19:56:37.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T19:56:37.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:56:38.046Z] prd-ubuntu20.04-docker-arm64-4c-16g-3560 does not seem to be running inside a container [2023-08-14T19:56:38.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-14T19:56:40.761Z] $ docker top 585285cdd6581e7fa480555f598aae8851132c3f1902fc900bdbbdc95b1f5d49 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:41.411Z] ---> job-cost.sh [2023-08-14T19:56:41.676Z] lf-activate-venv: SKIPPING [2023-08-14T19:56:41.676Z] INFO: No Stack... [2023-08-14T19:56:41.939Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-14T19:56:42.893Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T19:56:43.226Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-08-14T19:56:43.226Z] + cut -d, -f6 [Pipeline] lock [2023-08-14T19:56:43.541Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4634-1-stack-cost] [2023-08-14T19:56:43.546Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4634-1-stack-cost] did not exist. Created. [2023-08-14T19:56:43.546Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4634-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T19:56:43.949Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-14T19:56:44.146Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T19:56:44.163Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4634-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T19:56:44.236Z] $ docker stop --time=1 585285cdd6581e7fa480555f598aae8851132c3f1902fc900bdbbdc95b1f5d49 [2023-08-14T19:56:45.731Z] $ docker rm -f --volumes 585285cdd6581e7fa480555f598aae8851132c3f1902fc900bdbbdc95b1f5d49 [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-08-14T19:56:46.665Z] provisioning config files... [2023-08-14T19:56:46.672Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5798569005428873924tmp [Pipeline] { [Pipeline] sh [2023-08-14T19:56:47.006Z] + set +x [2023-08-14T19:56:47.006Z] + + curl -s https://codecov.io/bash [2023-08-14T19:56:47.006Z] bash -s -- [2023-08-14T19:56:47.006Z] [2023-08-14T19:56:47.006Z] _____ _ [2023-08-14T19:56:47.006Z] / ____| | | [2023-08-14T19:56:47.006Z] | | ___ __| | ___ ___ _____ __ [2023-08-14T19:56:47.006Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-14T19:56:47.006Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-14T19:56:47.006Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-14T19:56:47.006Z] Bash-1.0.6 [2023-08-14T19:56:47.006Z] [2023-08-14T19:56:47.006Z] [2023-08-14T19:56:47.006Z] ==> git version 2.25.1 found [2023-08-14T19:56:47.006Z] ==> 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-08-14T19:56:47.006Z] Release-Date: 2020-01-08 [2023-08-14T19:56:47.006Z] 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-08-14T19:56:47.006Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-14T19:56:47.006Z] ==> Jenkins CI detected. [2023-08-14T19:56:47.006Z] current dir:  /w/workspace/edgex-go/1 [2023-08-14T19:56:47.006Z] project root: . [2023-08-14T19:56:47.006Z] --> token set from env [2023-08-14T19:56:47.006Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-14T19:56:47.006Z] ==> Running gcov in . (disable via -X gcov) [2023-08-14T19:56:47.006Z] ==> Python coveragepy not found [2023-08-14T19:56:47.006Z] ==> Searching for coverage reports in: [2023-08-14T19:56:47.006Z] + . [2023-08-14T19:56:47.006Z] -> Found 1 reports [2023-08-14T19:56:47.006Z] ==> Detecting git/mercurial file structure [2023-08-14T19:56:47.266Z] ==> Reading reports [2023-08-14T19:56:47.266Z] + ./coverage.out bytes=446998 [2023-08-14T19:56:47.266Z] ==> Appending adjustments [2023-08-14T19:56:47.266Z] https://docs.codecov.io/docs/fixing-reports [2023-08-14T19:56:48.202Z] + Found adjustments [2023-08-14T19:56:48.202Z] ==> Gzipping contents [2023-08-14T19:56:48.202Z] 56K /tmp/codecov.GVX2rw.gz [2023-08-14T19:56:48.202Z] ==> Uploading reports [2023-08-14T19:56:48.202Z] url: https://codecov.io [2023-08-14T19:56:48.202Z] query: branch=PR-4634&commit=2995d5512b734dec91f2bd7ac25ed2bf95eb098b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4634%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4634&job=&cmd_args= [2023-08-14T19:56:48.202Z] -> Pinging Codecov [2023-08-14T19:56:48.202Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4634&commit=2995d5512b734dec91f2bd7ac25ed2bf95eb098b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4634%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4634&job=&cmd_args= [2023-08-14T19:56:48.461Z] -> Uploading to [2023-08-14T19:56:48.461Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-14/00271124DB129430A58F1EEE437C3FCB/2995d5512b734dec91f2bd7ac25ed2bf95eb098b/16438196-f5fb-4b3d-bfbb-7c872bab6e04.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230814%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230814T195648Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4069b6efa8a46523bda7ccdbc70ff0bdd7e2cc71f83c7e987be687cd9bf8a375 [2023-08-14T19:56:48.461Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T19:56:48.461Z] Dload Upload Total Spent Left Speed [2023-08-14T19:56:48.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57322 0 0 100 57322 0 259k --:--:-- --:--:-- --:--:-- 259k [2023-08-14T19:56:48.721Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2995d5512b734dec91f2bd7ac25ed2bf95eb098b [Pipeline] } [2023-08-14T19:56:48.749Z] 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-08-14T19:56:50.194Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:50.518Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:51.399Z] ---> package-listing.sh [2023-08-14T19:56:51.399Z] ++ facter osfamily [2023-08-14T19:56:51.399Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-14T19:56:51.399Z] + OS_FAMILY=debian [2023-08-14T19:56:51.399Z] + workspace=/w/workspace/edgex-go/1 [2023-08-14T19:56:51.399Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-14T19:56:51.399Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-14T19:56:51.399Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-14T19:56:51.399Z] + PACKAGES=/tmp/packages_start.txt [2023-08-14T19:56:51.399Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-14T19:56:51.399Z] + PACKAGES=/tmp/packages_end.txt [2023-08-14T19:56:51.399Z] + case "${OS_FAMILY}" in [2023-08-14T19:56:51.399Z] + dpkg -l [2023-08-14T19:56:51.399Z] + grep '^ii' [2023-08-14T19:56:51.659Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-14T19:56:51.659Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-14T19:56:51.659Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-14T19:56:51.659Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-14T19:56:51.659Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-08-14T19:56:51.659Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-08-14T19:56:51.691Z] 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-08-14T19:56:51.984Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:56:52.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T19:56:52.608Z] [2023-08-14T19:56:52.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:56:52.971Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T19:56:52.971Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-14T19:56:52.971Z] 5eb5b503b376: Pulling fs layer [2023-08-14T19:56:52.971Z] 5c69ac0246d0: Pulling fs layer [2023-08-14T19:56:52.971Z] ec43610c2a17: Pulling fs layer [2023-08-14T19:56:52.971Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-14T19:56:52.971Z] 33b1e0a273af: Pulling fs layer [2023-08-14T19:56:52.971Z] 5d3b04190fa2: Pulling fs layer [2023-08-14T19:56:52.971Z] 2f39f015ded8: Pulling fs layer [2023-08-14T19:56:52.971Z] 3a2ae6a8a46f: Waiting [2023-08-14T19:56:52.971Z] 33b1e0a273af: Waiting [2023-08-14T19:56:52.971Z] 5d3b04190fa2: Waiting [2023-08-14T19:56:52.971Z] 2f39f015ded8: Waiting [2023-08-14T19:56:52.971Z] 5c69ac0246d0: Verifying Checksum [2023-08-14T19:56:52.971Z] 5c69ac0246d0: Download complete [2023-08-14T19:56:52.971Z] 3a2ae6a8a46f: Download complete [2023-08-14T19:56:52.971Z] 33b1e0a273af: Verifying Checksum [2023-08-14T19:56:52.971Z] 33b1e0a273af: Download complete [2023-08-14T19:56:52.971Z] 5d3b04190fa2: Verifying Checksum [2023-08-14T19:56:52.971Z] 5d3b04190fa2: Download complete [2023-08-14T19:56:52.971Z] ec43610c2a17: Verifying Checksum [2023-08-14T19:56:52.971Z] ec43610c2a17: Download complete [2023-08-14T19:56:53.231Z] 5eb5b503b376: Verifying Checksum [2023-08-14T19:56:53.231Z] 5eb5b503b376: Download complete [2023-08-14T19:56:53.796Z] 2f39f015ded8: Download complete [2023-08-14T19:56:54.361Z] 5eb5b503b376: Pull complete [2023-08-14T19:56:54.361Z] 5c69ac0246d0: Pull complete [2023-08-14T19:56:54.928Z] ec43610c2a17: Pull complete [2023-08-14T19:56:54.928Z] 3a2ae6a8a46f: Pull complete [2023-08-14T19:56:55.186Z] 33b1e0a273af: Pull complete [2023-08-14T19:56:55.186Z] 5d3b04190fa2: Pull complete [2023-08-14T19:56:59.367Z] 2f39f015ded8: Pull complete [2023-08-14T19:56:59.367Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-14T19:56:59.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T19:56:59.367Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:56:59.575Z] prd-ubuntu20.04-docker-8c-8g-3557 does not seem to be running inside a container [2023-08-14T19:56:59.603Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-14T19:57:03.094Z] $ docker top 93a5d89a92a6be786138959d070580ab4e336342af5dd81cbdddb375e25efc4f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:57:03.477Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-14T19:57:03.786Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-14T19:57:04.099Z] + ls /var/log/sa-host [2023-08-14T19:57:04.099Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T19:57:04.213Z] provisioning config files... [2023-08-14T19:57:04.221Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4467833746701407131tmp [Pipeline] { [Pipeline] echo [2023-08-14T19:57:04.265Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:57:04.568Z] ---> create-netrc.sh [Pipeline] } [2023-08-14T19:57:04.593Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:57:04.974Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-14T19:57:05.008Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:57:05.315Z] ---> sudo-logs.sh [2023-08-14T19:57:05.315Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-14T19:57:05.401Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:57:05.709Z] ---> job-cost.sh [2023-08-14T19:57:05.709Z] lf-activate-venv: SKIPPING [2023-08-14T19:57:05.709Z] DEBUG: total: 0.10999999940395355 [2023-08-14T19:57:05.709Z] INFO: Retrieving Stack Cost... [2023-08-14T19:57:06.277Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T19:57:06.535Z] INFO: Archiving Costs [Pipeline] echo [2023-08-14T19:57:06.565Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:57:06.871Z] ---> logs-deploy.sh [2023-08-14T19:57:06.872Z] lf-activate-venv: SKIPPING [2023-08-14T19:57:06.872Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4634/1 [2023-08-14T19:57:06.872Z] INFO: archiving workspace using pattern(s): [2023-08-14T19:57:07.808Z] Archives upload complete. [2023-08-14T19:57:07.808Z] INFO: archiving logs to Nexus