Pull request #4633 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 84c007a8eaed01a536b26f71b40f50dc6c67550f+fe3620ce412f86f9ce6eb635c00e802c499476bf (f69773cba671e28bc22681b2cadfd6f22109a0a0) 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-ssh5223768120689911670.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-ssh5747597056047380359.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-4633/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-4633/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9252082406357756447.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-4633/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11763513663913593445.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-ssh2054912189453818205.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-4633/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-4633/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9487577823942259098.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-3556 in /w/workspace/edgexfoundry_edgex-go_PR-4633 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit fe3620ce412f86f9ce6eb635c00e802c499476bf into PR head commit 84c007a8eaed01a536b26f71b40f50dc6c67550f Merge succeeded, producing 84c007a8eaed01a536b26f71b40f50dc6c67550f Checking out Revision 84c007a8eaed01a536b26f71b40f50dc6c67550f (PR-4633) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 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 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4633/head:refs/remotes/origin/PR-4633 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84c007a8eaed01a536b26f71b40f50dc6c67550f # 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 84c007a8eaed01a536b26f71b40f50dc6c67550f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-14T19:12:08.128Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-14T19:12:08.298Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-14T19:12:08.403Z] ========================================================= [2023-08-14T19:12:08.403Z] EdgeX Global Pipelines Version Info [2023-08-14T19:12:08.403Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:12:09.134Z] ------------------- [2023-08-14T19:12:09.134Z] stable info: [2023-08-14T19:12:09.134Z] ------------------- [2023-08-14T19:12:09.134Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-14T19:12:09.134Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T19:12:09.134Z] Message: update stable to v1.0.253 [2023-08-14T19:12:09.705Z] ------------------- [2023-08-14T19:12:09.705Z] experimental info: [2023-08-14T19:12:09.705Z] ------------------- [2023-08-14T19:12:09.705Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-14T19:12:09.705Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-14T19:12:09.705Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-14T19:12:09.979Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-08-14T19:12:10.021Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-08-14T19:12:10.062Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-14T19:12:10.097Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-14T19:12:10.141Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-14T19:12:10.181Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-14T19:12:10.220Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-14T19:12:10.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-08-14T19:12:10.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-08-14T19:12:10.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-08-14T19:12:10.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-14T19:12:10.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-14T19:12:10.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-14T19:12:10.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-14T19:12:10.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-14T19:12:10.570Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T19:12:10.609Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-14T19:12:10.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-14T19:12:10.689Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-08-14T19:12:10.727Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-08-14T19:12:10.763Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-14T19:12:10.801Z] [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:10.842Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-14T19:12:10.888Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4633 [Pipeline] echo [2023-08-14T19:12:10.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4633 [Pipeline] echo [2023-08-14T19:12:10.964Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4633 [Pipeline] echo [2023-08-14T19:12:11.001Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] echo [2023-08-14T19:12:11.040Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84c007a [Pipeline] echo [2023-08-14T19:12:11.079Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T19:12:11.192Z] provisioning config files... [2023-08-14T19:12:11.206Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14472149630798715197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:12:11.546Z] ---> docker-login.sh [2023-08-14T19:12:11.547Z] nexus3.edgexfoundry.org:10001 [2023-08-14T19:12:11.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:11.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:11.807Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:11.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:11.807Z] [2023-08-14T19:12:11.807Z] Login Succeeded [2023-08-14T19:12:11.807Z] nexus3.edgexfoundry.org:10002 [2023-08-14T19:12:11.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:11.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:11.807Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:11.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:11.807Z] [2023-08-14T19:12:11.807Z] Login Succeeded [2023-08-14T19:12:11.807Z] nexus3.edgexfoundry.org:10003 [2023-08-14T19:12:12.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:12.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:12.067Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:12.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:12.067Z] [2023-08-14T19:12:12.067Z] Login Succeeded [2023-08-14T19:12:12.067Z] nexus3.edgexfoundry.org:10004 [2023-08-14T19:12:12.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:12.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:12.067Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:12.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:12.067Z] [2023-08-14T19:12:12.067Z] Login Succeeded [2023-08-14T19:12:12.067Z] docker.io [2023-08-14T19:12:12.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:12:12.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:12:12.327Z] Configure a credential helper to remove this warning. See [2023-08-14T19:12:12.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:12:12.327Z] [2023-08-14T19:12:12.327Z] Login Succeeded [2023-08-14T19:12:12.327Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T19:12:12.356Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T19:12:12.789Z] + 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:12.789Z] + + cut -d/ -f2 [2023-08-14T19:12:12.789Z] dirname cmd/core-command/Dockerfile [2023-08-14T19:12:12.789Z] + echo core-command,cmd/core-command/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/core-data/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo core-data,cmd/core-data/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/core-metadata/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/security-bootstrapper/Dockerfile+ cut -d/ -f2 [2023-08-14T19:12:12.789Z] [2023-08-14T19:12:12.789Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-08-14T19:12:12.789Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/security-spire-agent/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/security-spire-config/Dockerfile+ [2023-08-14T19:12:12.789Z] cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/security-spire-server/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-08-14T19:12:12.789Z] + dirname cmd/support-notifications/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-08-14T19:12:12.789Z] + cut -d/ -f2 [2023-08-14T19:12:12.789Z] + dirname cmd/support-scheduler/Dockerfile [2023-08-14T19:12:12.789Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-08-14T19:12:12.853Z] 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:17.142Z] + git rev-list -1 --merges 84c007a8eaed01a536b26f71b40f50dc6c67550f~1..84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] echo [2023-08-14T19:12:17.178Z] -----------> git rev-list -1 --merges 84c007a8eaed01a536b26f71b40f50dc6c67550f~1..84c007a8eaed01a536b26f71b40f50dc6c67550f 84c007a8eaed01a536b26f71b40f50dc6c67550f [false] [Pipeline] sh [2023-08-14T19:12:18.060Z] + git log --format=format:%s -1 84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] echo [2023-08-14T19:12:18.090Z] ========================================================= [2023-08-14T19:12:18.090Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-14T19:12:18.090Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-14T19:12:18.511Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-14T19:12:18.511Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-14T19:12:18.511Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-14T19:12:18.511Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-14T19:12:18.511Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-14T19:12:18.511Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-14T19:12:18.511Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:12:18.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T19:12:18.940Z] [2023-08-14T19:12:18.940Z] 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:19.322Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T19:12:19.581Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-14T19:12:19.581Z] b85a868b505f: Pulling fs layer [2023-08-14T19:12:19.581Z] e2be974225ed: Pulling fs layer [2023-08-14T19:12:19.581Z] 339a4e72a1f5: Pulling fs layer [2023-08-14T19:12:19.581Z] 988bab9f4d93: Pulling fs layer [2023-08-14T19:12:19.581Z] 1469e6f7b9e6: Pulling fs layer [2023-08-14T19:12:19.581Z] eaf3925da568: Pulling fs layer [2023-08-14T19:12:19.581Z] bab4dde63d76: Pulling fs layer [2023-08-14T19:12:19.581Z] bde34c3a00c8: Pulling fs layer [2023-08-14T19:12:19.581Z] b352a97aabf1: Pulling fs layer [2023-08-14T19:12:19.581Z] 4872d77fe225: Pulling fs layer [2023-08-14T19:12:19.581Z] 5851b861e8e6: Pulling fs layer [2023-08-14T19:12:19.581Z] bab4dde63d76: Waiting [2023-08-14T19:12:19.581Z] bde34c3a00c8: Waiting [2023-08-14T19:12:19.581Z] b352a97aabf1: Waiting [2023-08-14T19:12:19.581Z] 4872d77fe225: Waiting [2023-08-14T19:12:19.581Z] 5851b861e8e6: Waiting [2023-08-14T19:12:19.581Z] 988bab9f4d93: Waiting [2023-08-14T19:12:19.581Z] 1469e6f7b9e6: Waiting [2023-08-14T19:12:19.581Z] eaf3925da568: Waiting [2023-08-14T19:12:19.581Z] e2be974225ed: Verifying Checksum [2023-08-14T19:12:19.581Z] e2be974225ed: Download complete [2023-08-14T19:12:19.840Z] 988bab9f4d93: Download complete [2023-08-14T19:12:19.840Z] 1469e6f7b9e6: Verifying Checksum [2023-08-14T19:12:19.840Z] 1469e6f7b9e6: Download complete [2023-08-14T19:12:19.840Z] 339a4e72a1f5: Verifying Checksum [2023-08-14T19:12:19.840Z] 339a4e72a1f5: Download complete [2023-08-14T19:12:19.840Z] eaf3925da568: Verifying Checksum [2023-08-14T19:12:19.840Z] eaf3925da568: Download complete [2023-08-14T19:12:19.840Z] bde34c3a00c8: Download complete [2023-08-14T19:12:19.840Z] b352a97aabf1: Verifying Checksum [2023-08-14T19:12:19.840Z] b352a97aabf1: Download complete [2023-08-14T19:12:19.840Z] 4872d77fe225: Verifying Checksum [2023-08-14T19:12:19.840Z] 4872d77fe225: Download complete [2023-08-14T19:12:19.840Z] 5851b861e8e6: Verifying Checksum [2023-08-14T19:12:19.840Z] 5851b861e8e6: Download complete [2023-08-14T19:12:19.840Z] b85a868b505f: Verifying Checksum [2023-08-14T19:12:19.840Z] b85a868b505f: Download complete [2023-08-14T19:12:20.406Z] bab4dde63d76: Verifying Checksum [2023-08-14T19:12:20.406Z] bab4dde63d76: Download complete [2023-08-14T19:12:21.342Z] b85a868b505f: Pull complete [2023-08-14T19:12:21.600Z] e2be974225ed: Pull complete [2023-08-14T19:12:22.166Z] 339a4e72a1f5: Pull complete [2023-08-14T19:12:22.166Z] 988bab9f4d93: Pull complete [2023-08-14T19:12:22.425Z] 1469e6f7b9e6: Pull complete [2023-08-14T19:12:22.425Z] eaf3925da568: Pull complete [2023-08-14T19:12:24.326Z] bab4dde63d76: Pull complete [2023-08-14T19:12:24.588Z] bde34c3a00c8: Pull complete [2023-08-14T19:12:24.588Z] b352a97aabf1: Pull complete [2023-08-14T19:12:24.848Z] 4872d77fe225: Pull complete [2023-08-14T19:12:24.848Z] 5851b861e8e6: Pull complete [2023-08-14T19:12:24.848Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-14T19:12:24.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-14T19:12:24.848Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:12:25.073Z] prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container [2023-08-14T19:12:25.101Z] $ 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:27.706Z] $ docker top 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 -eo pid,comm [2023-08-14T19:12:27.762Z] 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:27.762Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-14T19:12:27.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T19:12:27.891Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T19:12:28.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T19:12:28.007Z] $ docker exec 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent [2023-08-14T19:12:28.125Z] SSH_AUTH_SOCK=/tmp/ssh-Z7IGOjYTLYJX/agent.33 [2023-08-14T19:12:28.125Z] SSH_AGENT_PID=39 [2023-08-14T19:12:28.131Z] Running ssh-add (command line suppressed) [2023-08-14T19:12:28.237Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_64155158543269129.key (/w/workspace/edgex-go/1@tmp/private_key_64155158543269129.key) [2023-08-14T19:12:28.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T19:12:28.579Z] + git tag --points-at HEAD [Pipeline] } [2023-08-14T19:12:28.604Z] $ docker exec --env ******** --env ******** 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent -k [2023-08-14T19:12:28.708Z] unset SSH_AUTH_SOCK; [2023-08-14T19:12:28.709Z] unset SSH_AGENT_PID; [2023-08-14T19:12:28.709Z] echo Agent pid 39 killed; [2023-08-14T19:12:28.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-14T19:12:28.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-14T19:12:28.803Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-14T19:12:28.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-14T19:12:28.928Z] $ docker exec 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent [2023-08-14T19:12:29.035Z] SSH_AUTH_SOCK=/tmp/ssh-9ywgippFwjxK/agent.71 [2023-08-14T19:12:29.035Z] SSH_AGENT_PID=77 [2023-08-14T19:12:29.038Z] Running ssh-add (command line suppressed) [2023-08-14T19:12:29.154Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16105390084726770582.key (/w/workspace/edgex-go/1@tmp/private_key_16105390084726770582.key) [2023-08-14T19:12:29.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-14T19:12:29.493Z] + git semver init [2023-08-14T19:12:29.751Z] 2023-08-14 19:12:29,674 [run_init] DEBUG init version:0.0.0 force:False [2023-08-14T19:12:29.751Z] 2023-08-14 19:12:29,675 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-08-14T19:12:29.751Z] 2023-08-14 19:12:29,675 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-08-14T19:12:29.751Z] 2023-08-14 19:12:29,676 [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:12:35.063Z] 2023-08-14 19:12:34,759 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-08-14T19:12:35.063Z] 2023-08-14 19:12:34,760 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4633 with force:False [2023-08-14T19:12:35.063Z] 2023-08-14 19:12:34,760 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4633 [2023-08-14T19:12:35.063Z] 2023-08-14 19:12:34,764 [execute] INFO git cat-file --batch-check [2023-08-14T19:12:35.063Z] 2023-08-14 19:12:34,764 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T19:12:35.063Z] 2023-08-14 19:12:34,771 [execute] INFO git cat-file --batch [2023-08-14T19:12:35.063Z] 2023-08-14 19:12:34,771 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-14T19:12:35.063Z] 2023-08-14 19:12:34,777 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4633 [2023-08-14T19:12:35.063Z] 0.0.0 [Pipeline] } [2023-08-14T19:12:35.091Z] $ docker exec --env ******** --env ******** 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 ssh-agent -k [2023-08-14T19:12:35.190Z] unset SSH_AUTH_SOCK; [2023-08-14T19:12:35.191Z] unset SSH_AGENT_PID; [2023-08-14T19:12:35.191Z] echo Agent pid 77 killed; [2023-08-14T19:12:35.196Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-14T19:12:35.607Z] + git semver [Pipeline] } [2023-08-14T19:12:35.889Z] $ docker stop --time=1 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 [2023-08-14T19:12:37.855Z] $ docker rm -f --volumes 1f8d963ae658c0c14270d627613adff8d4a3841fcf57c302a7e9b685dfa742f5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T19:12:38.344Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-14T19:12:38.607Z] Stashed 1 file(s) [Pipeline] echo [2023-08-14T19:12:38.625Z] [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:12:39.413Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-14T19:12:39.453Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:12:39.486Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:12:39.518Z] ========================================================= [2023-08-14T19:12:39.518Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-14T19:12:39.518Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:12:39.858Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:12:39.858Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-14T19:12:39.858Z] 4db1b89c0bd1: Pulling fs layer [2023-08-14T19:12:39.858Z] 6911f1a30b25: Pulling fs layer [2023-08-14T19:12:39.858Z] e194b8c5c2a9: Pulling fs layer [2023-08-14T19:12:39.858Z] 6863d3e3a2b1: Pulling fs layer [2023-08-14T19:12:39.858Z] ec0bb842ea78: Pulling fs layer [2023-08-14T19:12:39.858Z] 40a00589a448: Pulling fs layer [2023-08-14T19:12:39.858Z] 6c08303d61cc: Pulling fs layer [2023-08-14T19:12:39.858Z] 798269fcf238: Pulling fs layer [2023-08-14T19:12:39.858Z] 6863d3e3a2b1: Waiting [2023-08-14T19:12:39.858Z] ec0bb842ea78: Waiting [2023-08-14T19:12:39.858Z] 798269fcf238: Waiting [2023-08-14T19:12:39.858Z] 40a00589a448: Waiting [2023-08-14T19:12:39.858Z] 6c08303d61cc: Waiting [2023-08-14T19:12:39.858Z] 6911f1a30b25: Verifying Checksum [2023-08-14T19:12:39.858Z] 6911f1a30b25: Download complete [2023-08-14T19:12:39.858Z] 6863d3e3a2b1: Download complete [2023-08-14T19:12:39.858Z] ec0bb842ea78: Download complete [2023-08-14T19:12:39.858Z] 4db1b89c0bd1: Verifying Checksum [2023-08-14T19:12:39.858Z] 4db1b89c0bd1: Download complete [2023-08-14T19:12:39.858Z] 40a00589a448: Verifying Checksum [2023-08-14T19:12:39.858Z] 40a00589a448: Download complete [2023-08-14T19:12:40.120Z] 4db1b89c0bd1: Pull complete [2023-08-14T19:12:40.120Z] 6911f1a30b25: Pull complete [2023-08-14T19:12:40.382Z] 798269fcf238: Verifying Checksum [2023-08-14T19:12:40.382Z] 798269fcf238: Download complete [2023-08-14T19:12:40.641Z] e194b8c5c2a9: Verifying Checksum [2023-08-14T19:12:40.641Z] e194b8c5c2a9: Download complete [2023-08-14T19:12:40.901Z] 6c08303d61cc: Verifying Checksum [2023-08-14T19:12:40.901Z] 6c08303d61cc: Download complete [2023-08-14T19:12:44.181Z] e194b8c5c2a9: Pull complete [2023-08-14T19:12:44.181Z] 6863d3e3a2b1: Pull complete [2023-08-14T19:12:44.440Z] ec0bb842ea78: Pull complete [2023-08-14T19:12:45.027Z] 40a00589a448: Pull complete [2023-08-14T19:12:47.559Z] 6c08303d61cc: Pull complete [2023-08-14T19:12:48.492Z] 798269fcf238: Pull complete [2023-08-14T19:12:48.493Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-14T19:12:48.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:12:48.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:12:48.854Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:12:48.854Z] WORKDIR /edgex [2023-08-14T19:12:48.854Z] COPY go.mod . [2023-08-14T19:12:48.854Z] RUN go mod download [2023-08-14T19:12:48.854Z] + docker build -t ci-base-image-x86_64 -f - . [2023-08-14T19:12:49.425Z] Sending build context to Docker daemon 170.8MB [2023-08-14T19:12:49.425Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-14T19:12:49.425Z] ---> ec979cd7f677 [2023-08-14T19:12:49.425Z] Step 2/4 : WORKDIR /edgex [2023-08-14T19:12:53.941Z] Still waiting to schedule task [2023-08-14T19:12:53.941Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-08-14T19:12:57.541Z] ---> Running in 6838e1ef0477 [2023-08-14T19:12:57.541Z] Removing intermediate container 6838e1ef0477 [2023-08-14T19:12:57.541Z] ---> 3549570c3369 [2023-08-14T19:12:57.541Z] Step 3/4 : COPY go.mod . [2023-08-14T19:12:57.541Z] ---> 6e4dc1244bf3 [2023-08-14T19:12:57.541Z] Step 4/4 : RUN go mod download [2023-08-14T19:12:57.801Z] ---> Running in 99565d1fdcd6 [2023-08-14T19:13:12.758Z] Removing intermediate container 99565d1fdcd6 [2023-08-14T19:13:12.758Z] ---> 8ab756a6801f [2023-08-14T19:13:12.758Z] Successfully built 8ab756a6801f [2023-08-14T19:13:12.758Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:13:13.126Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T19:13:13.126Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:13:13.279Z] prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container [2023-08-14T19:13:13.310Z] $ 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:13.765Z] $ docker top 830dbfe420b41d273552ee66a2023d5df5a2296b59487f95055ffdbde08f8fa2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:13:14.143Z] + go version [2023-08-14T19:13:14.143Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-14T19:13:14.179Z] $ docker stop --time=1 830dbfe420b41d273552ee66a2023d5df5a2296b59487f95055ffdbde08f8fa2 [2023-08-14T19:13:15.463Z] $ docker rm -f --volumes 830dbfe420b41d273552ee66a2023d5df5a2296b59487f95055ffdbde08f8fa2 [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:16.165Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-14T19:13:16.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:13:16.312Z] prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container [2023-08-14T19:13:16.343Z] $ 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:16.658Z] $ docker top 99f8e468752473407fe83ba9772cb1eb48fd60cd4cbc68f24d81dd755c7f1bda -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T19:13:16.812Z] ========================================================= [2023-08-14T19:13:16.812Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-14T19:13:16.812Z] ========================================================= [Pipeline] sh [2023-08-14T19:13:17.168Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:13:17.522Z] + make test [2023-08-14T19:13:17.522Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T19:13:24.078Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-14T19:13:36.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-14T19:13:36.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-14T19:13:36.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-14T19:13:36.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-14T19:13:36.786Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-14T19:13:37.043Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-14T19:13:37.043Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-14T19:13:37.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-14T19:13:37.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-14T19:13:37.559Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-14T19:13:37.816Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-14T19:13:38.075Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-14T19:13:38.075Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-14T19:13:38.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-14T19:13:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-14T19:13:39.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-14T19:13:39.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements [2023-08-14T19:13:39.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 97.0% of statements [2023-08-14T19:13:39.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-14T19:13:39.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-14T19:13:39.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-14T19:13:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-14T19:13:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-14T19:13:42.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-14T19:13:42.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-14T19:13:42.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:13:42.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-14T19:13:42.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-14T19:13:43.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements [2023-08-14T19:13:43.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.067s coverage: 54.0% of statements [2023-08-14T19:13:43.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-14T19:13:43.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-14T19:13:44.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-14T19:13:44.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.444s coverage: 93.4% of statements [2023-08-14T19:13:44.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.8% of statements [2023-08-14T19:13:45.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.340s coverage: 97.6% of statements [2023-08-14T19:13:45.141Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.043s coverage: 72.2% of statements [2023-08-14T19:13:46.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-14T19:13:46.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-14T19:13:46.515Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements [2023-08-14T19:13:46.515Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 32.2% of statements [2023-08-14T19:13:46.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 42.9% of statements [2023-08-14T19:13:47.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 82.9% of statements [2023-08-14T19:13:47.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2023-08-14T19:13:47.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2023-08-14T19:13:47.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2023-08-14T19:13:47.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-14T19:13:47.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-14T19:13:47.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-14T19:13:47.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-14T19:13:48.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-14T19:13:48.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-14T19:13:48.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-14T19:13:48.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-14T19:13:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-14T19:13:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-14T19:13:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-14T19:13:48.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-14T19:13:49.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-14T19:13:49.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-14T19:13:50.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-14T19:13:50.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-14T19:13:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-14T19:13:52.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-14T19:13:52.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-14T19:13:53.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-14T19:13:53.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-14T19:13:53.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-14T19:13:54.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-14T19:13:54.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-14T19:13:55.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-14T19:13:56.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-14T19:13:56.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-14T19:13:56.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-14T19:13:56.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-14T19:13:57.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-14T19:13:57.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-14T19:13:57.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-14T19:13:57.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-14T19:13:58.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements [2023-08-14T19:13:58.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-14T19:13:58.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:13:58.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-14T19:13:58.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-14T19:13:59.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-14T19:13:59.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-14T19:14:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-14T19:14:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:14:12.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.292s coverage: 79.9% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.075s coverage: 92.9% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.065s coverage: 62.3% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.065s coverage: 87.2% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.8% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.1% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 38.4% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.121s coverage: 95.7% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.8% of statements [2023-08-14T19:14:12.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 98.9% of statements [2023-08-14T19:14:12.946Z] 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:13.204Z] running golangci-lint [2023-08-14T19:14:13.204Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-08-14T19:14:13.204Z] go version go1.20.6 linux/amd64 [2023-08-14T19:14:13.462Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-08-14T19:14:13.462Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-08-14T19:14:28.322Z] level=info msg="[loader] Go packages loading at mode 575 (name|exports_file|files|imports|types_sizes|compiled_files|deps) took 14.06276079s" [2023-08-14T19:14:28.322Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.855671ms" [2023-08-14T19:14:34.871Z] level=info msg="[linters_context/goanalysis] analyzers took 49.595708891s with top 10 stages: buildir: 29.286321701s, inspect: 1.458957179s, fact_deprecated: 1.158129609s, gosec: 1.032172038s, printf: 967.267497ms, ctrlflow: 944.686817ms, nilness: 838.458844ms, S1038: 793.73214ms, fact_purity: 755.481191ms, SA5012: 414.35378ms" [2023-08-14T19:14:34.871Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-08-14T19:14:34.871Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 200/200, exclude-rules: 21/200, identifier_marker: 200/200, skip_dirs: 200/200, nolint: 0/21, skip_files: 200/200, path_prettifier: 200/200, autogenerated_exclude: 200/200, exclude: 200/200, cgo: 200/200" [2023-08-14T19:14:34.871Z] level=info msg="[runner] processing took 15.027705ms with stages: nolint: 6.607827ms, identifier_marker: 4.95604ms, exclude-rules: 1.305287ms, autogenerated_exclude: 908.356µs, path_prettifier: 797.252µs, skip_dirs: 417.952µs, cgo: 19.76µs, filename_unadjuster: 11.311µs, max_same_issues: 770ns, uniq_by_line: 500ns, severity-rules: 370ns, exclude: 350ns, skip_files: 330ns, diff: 300ns, source_code: 300ns, path_shortener: 270ns, sort_results: 260ns, max_from_linter: 200ns, max_per_file_from_linter: 150ns, path_prefixer: 120ns" [2023-08-14T19:14:34.871Z] level=info msg="[runner] linters took 6.822431395s with stages: goanalysis_metalinter: 6.807261435s" [2023-08-14T19:14:34.871Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-08-14T19:14:34.871Z] level=info msg="Memory: 211 samples, avg is 195.4MB, max is 843.7MB" [2023-08-14T19:14:34.871Z] level=info msg="Execution took 20.932003653s" [2023-08-14T19:14:34.871Z] go vet ./... [2023-08-14T19:14:39.048Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T19:14:39.048Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T19:14:39.048Z] ./bin/test-attribution-txt.sh [2023-08-14T19:14:39.048Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-14T19:14:39.048Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-14T19:14:39.048Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-14T19:14:39.048Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-14T19:14:39.100Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-14T19:14:39.419Z] + ls -al . [2023-08-14T19:14:39.419Z] total 724 [2023-08-14T19:14:39.419Z] drwxrwxr-x 11 1001 1001 4096 Aug 14 19:13 . [2023-08-14T19:14:39.419Z] drwxr-xr-x 4 root root 4096 Aug 14 19:13 .. [2023-08-14T19:14:39.419Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:12 .blubracket [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 16 Aug 14 19:12 .dockerignore [2023-08-14T19:14:39.419Z] drwxrwxr-x 8 1001 1001 4096 Aug 14 19:12 .git [2023-08-14T19:14:39.419Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:12 .github [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 1133 Aug 14 19:12 .gitignore [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 42 Aug 14 19:12 .golangci.yml [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 87 Aug 14 19:12 .hadolint.yml [2023-08-14T19:14:39.419Z] drwxr-xr-x 3 1001 1001 4096 Aug 14 19:12 .semver [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 166 Aug 14 19:12 .sonarcloud.properties [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 1171 Aug 14 19:12 ADOPTERS.md [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 11152 Aug 14 19:12 Attribution.txt [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 93407 Aug 14 19:12 CHANGELOG.md [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 3804 Aug 14 19:12 CONTRIBUTING.md [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 677 Aug 14 19:12 GOVERNANCE.md [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 883 Aug 14 19:12 Jenkinsfile [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 10775 Aug 14 19:12 LICENSE [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 14368 Aug 14 19:12 Makefile [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 582 Aug 14 19:12 OWNERS.md [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 9923 Aug 14 19:12 README.md [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 789 Aug 14 19:12 SECURITY.md [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 5 Aug 14 19:12 VERSION [2023-08-14T19:14:39.419Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:12 bin [2023-08-14T19:14:39.419Z] drwxrwxr-x 18 1001 1001 4096 Aug 14 19:12 cmd [2023-08-14T19:14:39.419Z] -rw-r--r-- 1 root root 446998 Aug 14 19:14 coverage.out [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 3687 Aug 14 19:12 go.mod [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 33714 Aug 14 19:12 go.sum [2023-08-14T19:14:39.419Z] drwxrwxr-x 7 1001 1001 4096 Aug 14 19:12 internal [2023-08-14T19:14:39.419Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:12 openapi [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 594 Aug 14 19:12 security.txt [2023-08-14T19:14:39.419Z] drwxrwxr-x 4 1001 1001 4096 Aug 14 19:12 snap [2023-08-14T19:14:39.419Z] -rw-rw-r-- 1 1001 1001 204 Aug 14 19:12 version.go [Pipeline] sh [2023-08-14T19:14:39.816Z] + '[' -e coverage.out ] [2023-08-14T19:14:39.816Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-14T19:14:39.937Z] Stashed 1 file(s) [Pipeline] sh [2023-08-14T19:14:40.235Z] + make build [2023-08-14T19:14:40.235Z] 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:14:52.423Z] 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:14:52.989Z] 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:14:54.361Z] 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:14:54.925Z] 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:01.486Z] 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:02.864Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-08-14T19:15:04.235Z] 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:05.169Z] 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:06.101Z] 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:07.034Z] 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:08.456Z] 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:09.855Z] $ docker stop --time=1 99f8e468752473407fe83ba9772cb1eb48fd60cd4cbc68f24d81dd755c7f1bda [2023-08-14T19:15:15.011Z] $ docker rm -f --volumes 99f8e468752473407fe83ba9772cb1eb48fd60cd4cbc68f24d81dd755c7f1bda [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:16.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T19:15:16.212Z] [2023-08-14T19:15:16.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:15:16.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T19:15:17.228Z] latest: Pulling from edgex-devops/edgex-compose [2023-08-14T19:15:17.228Z] 91d30c5bc195: Pulling fs layer [2023-08-14T19:15:17.228Z] 2e9b0aa3be6d: Pulling fs layer [2023-08-14T19:15:17.228Z] 9c61dcf015f6: Pulling fs layer [2023-08-14T19:15:17.228Z] 4698f68db338: Pulling fs layer [2023-08-14T19:15:17.228Z] 2a2f49069b9e: Pulling fs layer [2023-08-14T19:15:17.228Z] e0025b399a48: Pulling fs layer [2023-08-14T19:15:17.228Z] 4698f68db338: Waiting [2023-08-14T19:15:17.228Z] 2a2f49069b9e: Waiting [2023-08-14T19:15:17.228Z] e0025b399a48: Waiting [2023-08-14T19:15:17.228Z] 91d30c5bc195: Verifying Checksum [2023-08-14T19:15:17.228Z] 91d30c5bc195: Download complete [2023-08-14T19:15:17.228Z] 4698f68db338: Download complete [2023-08-14T19:15:17.228Z] 2e9b0aa3be6d: Verifying Checksum [2023-08-14T19:15:17.228Z] 2e9b0aa3be6d: Download complete [2023-08-14T19:15:17.228Z] e0025b399a48: Verifying Checksum [2023-08-14T19:15:17.228Z] e0025b399a48: Download complete [2023-08-14T19:15:17.228Z] 2a2f49069b9e: Download complete [2023-08-14T19:15:17.487Z] 91d30c5bc195: Pull complete [2023-08-14T19:15:17.745Z] 9c61dcf015f6: Verifying Checksum [2023-08-14T19:15:17.745Z] 9c61dcf015f6: Download complete [2023-08-14T19:15:17.745Z] 2e9b0aa3be6d: Pull complete [2023-08-14T19:15:20.273Z] 9c61dcf015f6: Pull complete [2023-08-14T19:15:20.534Z] 4698f68db338: Pull complete [2023-08-14T19:15:21.101Z] 2a2f49069b9e: Pull complete [2023-08-14T19:15:21.359Z] e0025b399a48: Pull complete [2023-08-14T19:15:21.359Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-08-14T19:15:21.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-14T19:15:21.359Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:15:21.579Z] prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container [2023-08-14T19:15:21.614Z] $ 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:25.420Z] $ docker top d34faba49a6696af4859e7198dcdd9c894797d7eb891d648afef8eecd6fe9333 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:15:25.803Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-14T19:15:27.706Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-14T19:15:28.272Z] #1 transferring dockerfile: 2.38kB done [2023-08-14T19:15:28.540Z] #1 DONE 0.7s [2023-08-14T19:15:28.540Z] [2023-08-14T19:15:28.540Z] #2 [security-spire-server internal] load .dockerignore [2023-08-14T19:15:28.540Z] #2 DONE 0.0s [2023-08-14T19:15:28.540Z] [2023-08-14T19:15:28.540Z] #3 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T19:15:28.798Z] #3 ... [2023-08-14T19:15:28.798Z] [2023-08-14T19:15:28.798Z] #4 [core-metadata internal] load build definition from Dockerfile [2023-08-14T19:15:28.798Z] #4 transferring dockerfile: 1.96kB done [2023-08-14T19:15:28.798Z] #4 DONE 0.7s [2023-08-14T19:15:28.798Z] [2023-08-14T19:15:28.798Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-14T19:15:28.798Z] #5 transferring dockerfile: 2.04kB done [2023-08-14T19:15:29.365Z] #5 DONE 1.5s [2023-08-14T19:15:29.365Z] [2023-08-14T19:15:29.365Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:15:29.365Z] #6 transferring dockerfile: 2.82kB 0.0s done [2023-08-14T19:15:29.623Z] #6 DONE 1.6s [2023-08-14T19:15:29.623Z] [2023-08-14T19:15:29.623Z] #7 [core-command internal] load build definition from Dockerfile [2023-08-14T19:15:29.623Z] #7 transferring dockerfile: 1.82kB done [2023-08-14T19:15:30.999Z] #7 ... [2023-08-14T19:15:30.999Z] [2023-08-14T19:15:30.999Z] #8 [security-spire-config internal] load build definition from Dockerfile [2023-08-14T19:15:30.999Z] #8 transferring dockerfile: 2.58kB done [2023-08-14T19:15:30.999Z] #8 DONE 2.6s [2023-08-14T19:15:30.999Z] [2023-08-14T19:15:30.999Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-14T19:15:30.999Z] #9 transferring dockerfile: 2.06kB done [2023-08-14T19:15:30.999Z] #9 ... [2023-08-14T19:15:30.999Z] [2023-08-14T19:15:30.999Z] #7 [core-command internal] load build definition from Dockerfile [2023-08-14T19:15:30.999Z] #7 DONE 3.0s [2023-08-14T19:15:31.261Z] [2023-08-14T19:15:31.261Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-14T19:15:31.261Z] #9 DONE 3.1s [2023-08-14T19:15:31.261Z] [2023-08-14T19:15:31.261Z] #10 [support-scheduler internal] load build definition from Dockerfile [2023-08-14T19:15:31.261Z] #10 transferring dockerfile: 1.82kB done [2023-08-14T19:15:31.261Z] #10 DONE 3.1s [2023-08-14T19:15:31.261Z] [2023-08-14T19:15:31.261Z] #11 [core-data internal] load build definition from Dockerfile [2023-08-14T19:15:31.261Z] #11 transferring dockerfile: 1.90kB done [2023-08-14T19:15:31.261Z] #11 DONE 3.2s [2023-08-14T19:15:31.261Z] [2023-08-14T19:15:31.261Z] #3 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T19:15:31.261Z] #3 transferring context: 56B done [2023-08-14T19:15:32.642Z] #3 ... [2023-08-14T19:15:32.642Z] [2023-08-14T19:15:32.642Z] #12 [security-spire-server internal] load build definition from Dockerfile [2023-08-14T19:15:32.642Z] #12 transferring dockerfile: 2.63kB done [2023-08-14T19:15:32.642Z] #12 DONE 4.1s [2023-08-14T19:15:32.642Z] [2023-08-14T19:15:32.642Z] #13 [security-secretstore-setup internal] load .dockerignore [2023-08-14T19:15:32.642Z] #13 transferring context: 56B done [2023-08-14T19:15:32.642Z] #13 DONE 4.2s [2023-08-14T19:15:32.642Z] [2023-08-14T19:15:32.642Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:15:32.642Z] #14 transferring dockerfile: 2.12kB done [2023-08-14T19:15:32.642Z] #14 DONE 4.4s [2023-08-14T19:15:32.642Z] [2023-08-14T19:15:32.642Z] #15 [security-spire-agent internal] load .dockerignore [2023-08-14T19:15:32.642Z] #15 transferring context: 56B done [2023-08-14T19:15:32.642Z] #15 ... [2023-08-14T19:15:32.642Z] [2023-08-14T19:15:32.642Z] #16 [core-metadata internal] load .dockerignore [2023-08-14T19:15:32.642Z] #16 transferring context: 56B done [2023-08-14T19:15:32.642Z] #16 DONE 4.4s [2023-08-14T19:15:32.642Z] [2023-08-14T19:15:32.642Z] #17 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:32.642Z] #17 DONE 0.0s [2023-08-14T19:15:32.902Z] [2023-08-14T19:15:32.902Z] #18 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:15:32.902Z] #18 ... [2023-08-14T19:15:32.902Z] [2023-08-14T19:15:32.902Z] #19 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-14T19:15:32.902Z] #19 transferring context: 56B done [2023-08-14T19:15:32.902Z] #19 DONE 4.4s [2023-08-14T19:15:32.902Z] [2023-08-14T19:15:32.902Z] #20 [security-proxy-setup internal] load .dockerignore [2023-08-14T19:15:32.902Z] #20 transferring context: 56B done [2023-08-14T19:15:32.902Z] #20 DONE 4.6s [2023-08-14T19:15:32.902Z] [2023-08-14T19:15:32.902Z] #17 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:32.902Z] #17 DONE 0.0s [2023-08-14T19:15:32.902Z] [2023-08-14T19:15:32.902Z] #21 [security-spire-agent internal] load build definition from Dockerfile [2023-08-14T19:15:32.902Z] #21 transferring dockerfile: 2.68kB done [2023-08-14T19:15:32.902Z] #21 DONE 4.9s [2023-08-14T19:15:32.902Z] [2023-08-14T19:15:32.902Z] #18 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:15:33.161Z] #18 DONE 0.6s [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #22 [security-proxy-setup internal] load build context [2023-08-14T19:15:33.161Z] #22 DONE 0.0s [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #23 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:15:33.161Z] #23 DONE 0.0s [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #24 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-14T19:15:33.161Z] #24 DONE 0.0s [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #25 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.161Z] #25 ... [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #26 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-14T19:15:33.161Z] #26 transferring dockerfile: 1.78kB done [2023-08-14T19:15:33.161Z] #26 DONE 5.0s [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #27 [core-data internal] load .dockerignore [2023-08-14T19:15:33.161Z] #27 transferring context: 56B done [2023-08-14T19:15:33.161Z] #27 DONE 4.8s [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #2 [security-spire-server internal] load .dockerignore [2023-08-14T19:15:33.161Z] #2 transferring context: 56B done [2023-08-14T19:15:33.161Z] #2 DONE 4.6s [2023-08-14T19:15:33.161Z] [2023-08-14T19:15:33.161Z] #25 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.161Z] #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-14T19:15:33.420Z] #25 ... [2023-08-14T19:15:33.420Z] [2023-08-14T19:15:33.420Z] #17 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:33.420Z] #17 DONE 0.0s [2023-08-14T19:15:33.420Z] [2023-08-14T19:15:33.420Z] #25 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.420Z] #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:33.420Z] #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:33.420Z] #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:33.420Z] #25 ... [2023-08-14T19:15:33.420Z] [2023-08-14T19:15:33.420Z] #15 [security-spire-agent internal] load .dockerignore [2023-08-14T19:15:33.420Z] #15 DONE 4.9s [2023-08-14T19:15:33.420Z] [2023-08-14T19:15:33.420Z] #18 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:15:33.420Z] #18 DONE 0.6s [2023-08-14T19:15:33.420Z] [2023-08-14T19:15:33.420Z] #28 [support-notifications internal] load build definition from Dockerfile [2023-08-14T19:15:33.420Z] #28 transferring dockerfile: 1.84kB done [2023-08-14T19:15:33.420Z] #28 DONE 5.3s [2023-08-14T19:15:33.420Z] [2023-08-14T19:15:33.420Z] #25 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.420Z] #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-14T19:15:33.420Z] #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:33.420Z] #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:33.420Z] #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:33.678Z] #25 ... [2023-08-14T19:15:33.678Z] [2023-08-14T19:15:33.678Z] #17 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:33.678Z] #17 DONE 0.0s [2023-08-14T19:15:33.678Z] [2023-08-14T19:15:33.678Z] #29 [support-notifications internal] load .dockerignore [2023-08-14T19:15:33.678Z] #29 transferring context: 56B done [2023-08-14T19:15:33.678Z] #29 DONE 5.1s [2023-08-14T19:15:33.678Z] [2023-08-14T19:15:33.678Z] #25 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.678Z] #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.15MB / 3.38MB 0.2s [2023-08-14T19:15:33.678Z] #25 ... [2023-08-14T19:15:33.678Z] [2023-08-14T19:15:33.678Z] #17 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:33.678Z] #17 DONE 0.0s [2023-08-14T19:15:33.678Z] [2023-08-14T19:15:33.678Z] #25 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.678Z] #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s [2023-08-14T19:15:33.938Z] #25 ... [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #30 [security-spire-config internal] load .dockerignore [2023-08-14T19:15:33.938Z] #30 transferring context: 56B done [2023-08-14T19:15:33.938Z] #30 DONE 5.4s [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #31 [core-command internal] load .dockerignore [2023-08-14T19:15:33.938Z] #31 transferring context: 56B done [2023-08-14T19:15:33.938Z] #31 DONE 5.4s [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #32 [support-scheduler internal] load .dockerignore [2023-08-14T19:15:33.938Z] #32 transferring context: 56B done [2023-08-14T19:15:33.938Z] #32 DONE 5.4s [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #33 [security-proxy-auth internal] load .dockerignore [2023-08-14T19:15:33.938Z] #33 transferring context: 56B done [2023-08-14T19:15:33.938Z] #33 DONE 5.5s [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #25 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.938Z] #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-14T19:15:33.938Z] #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:33.938Z] #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:33.938Z] #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:33.938Z] #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done [2023-08-14T19:15:33.938Z] #25 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-08-14T19:15:33.938Z] #25 ... [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #34 [security-bootstrapper internal] load .dockerignore [2023-08-14T19:15:33.938Z] #34 transferring context: 56B done [2023-08-14T19:15:33.938Z] #34 DONE 5.6s [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #3 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T19:15:33.938Z] #3 DONE 5.5s [2023-08-14T19:15:33.938Z] [2023-08-14T19:15:33.938Z] #25 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:33.938Z] #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-14T19:15:33.938Z] #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:33.938Z] #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:33.938Z] #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:33.938Z] #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done [2023-08-14T19:15:33.938Z] #25 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.1s done [2023-08-14T19:15:34.196Z] #25 ... [2023-08-14T19:15:34.196Z] [2023-08-14T19:15:34.196Z] #17 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-14T19:15:34.196Z] #17 DONE 0.0s [2023-08-14T19:15:34.196Z] [2023-08-14T19:15:34.196Z] #18 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:15:34.196Z] #18 DONE 1.2s [2023-08-14T19:15:34.196Z] [2023-08-14T19:15:34.196Z] #25 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:15:34.196Z] #25 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-14T19:15:34.196Z] #25 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:15:34.196Z] #25 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-14T19:15:34.196Z] #25 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-14T19:15:34.196Z] #25 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.4s done [2023-08-14T19:15:34.196Z] #25 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.1s done [2023-08-14T19:15:35.131Z] #25 DONE 2.2s [2023-08-14T19:15:35.131Z] [2023-08-14T19:15:35.131Z] #35 [core-command internal] load build context [2023-08-14T19:15:36.534Z] #35 transferring context: 74.62MB 2.2s [2023-08-14T19:15:41.797Z] #35 transferring context: 259.16MB 7.3s [2023-08-14T19:15:43.169Z] #35 ... [2023-08-14T19:15:43.169Z] [2023-08-14T19:15:43.169Z] #22 [security-proxy-setup internal] load build context [2023-08-14T19:15:43.445Z] #22 ... [2023-08-14T19:15:43.445Z] [2023-08-14T19:15:43.445Z] #23 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:15:43.445Z] #23 transferring context: 364.90MB 8.2s done [2023-08-14T19:15:43.445Z] #23 ... [2023-08-14T19:15:43.445Z] [2023-08-14T19:15:43.445Z] #36 [security-secretstore-setup internal] load build context [2023-08-14T19:15:43.445Z] #36 transferring context: 364.90MB 8.8s done [2023-08-14T19:15:43.445Z] #36 ... [2023-08-14T19:15:43.445Z] [2023-08-14T19:15:43.445Z] #37 [security-spire-server internal] load build context [2023-08-14T19:15:43.445Z] #37 transferring context: 364.90MB 9.2s done [2023-08-14T19:15:43.704Z] #37 ... [2023-08-14T19:15:43.704Z] [2023-08-14T19:15:43.704Z] #38 [core-metadata internal] load build context [2023-08-14T19:15:43.704Z] #38 transferring context: 364.90MB 8.6s done [2023-08-14T19:15:43.704Z] #38 ... [2023-08-14T19:15:43.704Z] [2023-08-14T19:15:43.704Z] #39 [support-notifications internal] load build context [2023-08-14T19:15:43.962Z] #39 ... [2023-08-14T19:15:43.962Z] [2023-08-14T19:15:43.963Z] #40 [core-data internal] load build context [2023-08-14T19:15:43.963Z] #40 transferring context: 364.90MB 8.5s done [2023-08-14T19:15:43.963Z] #40 ... [2023-08-14T19:15:43.963Z] [2023-08-14T19:15:43.963Z] #41 [security-spire-agent internal] load build context [2023-08-14T19:15:43.963Z] #41 transferring context: 364.90MB 9.1s done [2023-08-14T19:15:44.221Z] #41 ... [2023-08-14T19:15:44.221Z] [2023-08-14T19:15:44.221Z] #42 [security-spire-config internal] load build context [2023-08-14T19:15:44.221Z] #42 transferring context: 364.90MB 9.4s done [2023-08-14T19:15:44.221Z] #42 ... [2023-08-14T19:15:44.221Z] [2023-08-14T19:15:44.221Z] #43 [security-proxy-auth internal] load build context [2023-08-14T19:15:44.222Z] #43 transferring context: 364.90MB 8.4s done [2023-08-14T19:15:44.390Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3559 in /w/workspace/edgexfoundry_edgex-go_PR-4633 [Pipeline] { [Pipeline] ws [2023-08-14T19:15:44.452Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [2023-08-14T19:15:44.479Z] #43 ... [2023-08-14T19:15:44.479Z] [2023-08-14T19:15:44.479Z] #24 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-14T19:15:44.479Z] #24 ... [2023-08-14T19:15:44.479Z] [2023-08-14T19:15:44.479Z] #44 [security-bootstrapper internal] load build context [2023-08-14T19:15:44.479Z] #44 transferring context: 364.90MB 9.0s done [Pipeline] checkout [2023-08-14T19:15:44.550Z] The recommended git tool is: git [2023-08-14T19:15:44.737Z] #44 ... [2023-08-14T19:15:44.737Z] [2023-08-14T19:15:44.737Z] #45 [support-scheduler internal] load build context [2023-08-14T19:15:44.737Z] #45 transferring context: 364.90MB 9.1s done [2023-08-14T19:15:44.737Z] #45 ... [2023-08-14T19:15:44.737Z] [2023-08-14T19:15:44.737Z] #46 [security-spiffe-token-provider internal] load build context [2023-08-14T19:15:44.737Z] #46 transferring context: 364.90MB 8.5s done [2023-08-14T19:15:45.303Z] #46 ... [2023-08-14T19:15:45.303Z] [2023-08-14T19:15:45.303Z] #47 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:15:45.562Z] #47 ... [2023-08-14T19:15:45.562Z] [2023-08-14T19:15:45.562Z] #22 [security-proxy-setup internal] load build context [2023-08-14T19:15:45.562Z] #22 transferring context: 364.90MB 9.8s done [2023-08-14T19:15:46.128Z] #22 ... [2023-08-14T19:15:46.128Z] [2023-08-14T19:15:46.128Z] #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:15:46.128Z] #48 ... [2023-08-14T19:15:46.128Z] [2023-08-14T19:15:46.128Z] #49 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:15:46.385Z] #49 ... [2023-08-14T19:15:46.385Z] [2023-08-14T19:15:46.385Z] #50 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:15:46.385Z] #50 ... [2023-08-14T19:15:46.385Z] [2023-08-14T19:15:46.385Z] #51 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T19:15:46.385Z] #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:46.385Z] #0 4.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:46.385Z] #0 4.329 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:15:46.385Z] #0 4.334 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:15:46.385Z] #0 4.346 OK: 7 MiB in 16 packages [2023-08-14T19:15:46.643Z] #51 ... [2023-08-14T19:15:46.643Z] [2023-08-14T19:15:46.643Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:15:46.942Z] #52 ... [2023-08-14T19:15:46.942Z] [2023-08-14T19:15:46.942Z] #53 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:15:46.942Z] #0 3.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:46.942Z] #0 3.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:46.942Z] #0 3.700 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:15:46.942Z] #0 3.708 (2/2) Installing openssl (3.0.10-r0) [2023-08-14T19:15:46.942Z] #0 3.711 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:15:46.942Z] #0 3.720 OK: 8 MiB in 17 packages [2023-08-14T19:15:46.942Z] #53 ... [2023-08-14T19:15:46.942Z] [2023-08-14T19:15:46.942Z] #54 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:15:47.202Z] #54 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:47.202Z] #54 ... [2023-08-14T19:15:47.202Z] [2023-08-14T19:15:47.202Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:15:47.202Z] #55 ... [2023-08-14T19:15:47.202Z] [2023-08-14T19:15:47.202Z] #54 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:15:47.202Z] #54 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:47.461Z] #54 11.35 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:15:47.461Z] #54 11.35 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:15:47.461Z] #54 11.35 OK: 17818 distinct packages available [2023-08-14T19:15:47.720Z] #54 11.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:47.720Z] #54 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:15:47.981Z] #54 11.71 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:15:47.981Z] #54 11.72 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:15:47.981Z] #54 11.72 (3/4) Installing libucontext (1.2-r0) [2023-08-14T19:15:47.981Z] #54 11.72 (4/4) Installing gcompat (1.1.0-r0) [2023-08-14T19:15:47.981Z] #54 11.73 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:15:47.981Z] #54 11.73 OK: 7 MiB in 19 packages [2023-08-14T19:15:50.340Z] using credential edgex-jenkins-ssh [2023-08-14T19:15:50.364Z] Cloning the remote Git repository [2023-08-14T19:15:50.414Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-08-14T19:15:50.524Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-08-14T19:15:50.700Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-14T19:15:50.701Z] > git --version # timeout=10 [2023-08-14T19:15:50.726Z] > git --version # 'git version 2.25.1' [2023-08-14T19:15:50.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T19:15:50.908Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T19:15:54.543Z] #54 ... [2023-08-14T19:15:54.543Z] [2023-08-14T19:15:54.543Z] #35 [core-command internal] load build context [2023-08-14T19:15:54.543Z] #35 transferring context: 364.90MB 9.1s done [2023-08-14T19:15:54.543Z] #35 ... [2023-08-14T19:15:54.543Z] [2023-08-14T19:15:54.543Z] #39 [support-notifications internal] load build context [2023-08-14T19:15:54.543Z] #39 transferring context: 364.90MB 10.0s done [2023-08-14T19:16:08.658Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-14T19:16:08.693Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-14T19:16:10.197Z] Merging remotes/origin/main commit fe3620ce412f86f9ce6eb635c00e802c499476bf into PR head commit 84c007a8eaed01a536b26f71b40f50dc6c67550f [2023-08-14T19:16:10.685Z] Merge succeeded, producing 84c007a8eaed01a536b26f71b40f50dc6c67550f [2023-08-14T19:16:10.686Z] Checking out Revision 84c007a8eaed01a536b26f71b40f50dc6c67550f (PR-4633) [2023-08-14T19:16:09.579Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-14T19:16:09.624Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-14T19:16:09.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T19:16:09.643Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4633/head:refs/remotes/origin/PR-4633 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-14T19:16:10.217Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T19:16:10.303Z] > git checkout -f 84c007a8eaed01a536b26f71b40f50dc6c67550f # timeout=10 [2023-08-14T19:16:10.549Z] > git remote # timeout=10 [2023-08-14T19:16:10.571Z] > git config --get remote.origin.url # timeout=10 [2023-08-14T19:16:10.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-14T19:16:10.633Z] > git merge fe3620ce412f86f9ce6eb635c00e802c499476bf # timeout=10 [2023-08-14T19:16:10.664Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-14T19:16:10.693Z] > git config core.sparsecheckout # timeout=10 [2023-08-14T19:16:10.707Z] > git checkout -f 84c007a8eaed01a536b26f71b40f50dc6c67550f # timeout=10 [2023-08-14T19:16:11.397Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-08-14T19:16:11.459Z] > git --version # timeout=10 [2023-08-14T19:16:11.473Z] > git --version # 'git version 2.25.1' [2023-08-14T19:16:11.492Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-14T19:16:12.600Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-14T19:16:12.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T19:16:12.600Z] Dload Upload Total Spent Left Speed [2023-08-14T19:16:12.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 185k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh [2023-08-14T19:16:13.313Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-14T19:16:13.668Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-14T19:16:13.668Z] + sudo tee /etc/docker/daemon.new [2023-08-14T19:16:14.640Z] { [2023-08-14T19:16:14.640Z] "registry-mirrors": [ [2023-08-14T19:16:14.640Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-14T19:16:14.640Z] ], [2023-08-14T19:16:14.640Z] "bip": "10.250.0.254/24", [2023-08-14T19:16:14.640Z] "hosts": [ [2023-08-14T19:16:14.640Z] "tcp://0.0.0.0:5555", [2023-08-14T19:16:14.640Z] "unix:///var/run/docker.sock" [2023-08-14T19:16:14.640Z] ], [2023-08-14T19:16:14.640Z] "mtu": 1458, [2023-08-14T19:16:14.640Z] "selinux-enabled": true, [2023-08-14T19:16:14.640Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-14T19:16:14.640Z] } [Pipeline] sh [2023-08-14T19:16:14.991Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-14T19:16:15.346Z] + sudo service docker restart [2023-08-14T19:16:16.561Z] #39 ... [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #23 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:16:16.561Z] #23 DONE 41.3s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #40 [core-data internal] load build context [2023-08-14T19:16:16.561Z] #40 DONE 41.0s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #38 [core-metadata internal] load build context [2023-08-14T19:16:16.561Z] #38 DONE 41.3s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #43 [security-proxy-auth internal] load build context [2023-08-14T19:16:16.561Z] #43 DONE 40.5s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #36 [security-secretstore-setup internal] load build context [2023-08-14T19:16:16.561Z] #36 DONE 41.3s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #41 [security-spire-agent internal] load build context [2023-08-14T19:16:16.561Z] #41 DONE 40.6s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #46 [security-spiffe-token-provider internal] load build context [2023-08-14T19:16:16.561Z] #46 DONE 40.3s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #35 [core-command internal] load build context [2023-08-14T19:16:16.561Z] #35 DONE 40.5s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #54 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:16:16.561Z] #54 DONE 38.3s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #44 [security-bootstrapper internal] load build context [2023-08-14T19:16:16.561Z] #44 DONE 40.4s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #37 [security-spire-server internal] load build context [2023-08-14T19:16:16.561Z] #37 DONE 41.1s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #45 [support-scheduler internal] load build context [2023-08-14T19:16:16.561Z] #45 DONE 40.4s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #22 [security-proxy-setup internal] load build context [2023-08-14T19:16:16.561Z] #22 DONE 41.4s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #53 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:16:16.561Z] #53 DONE 38.3s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #51 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-14T19:16:16.561Z] #51 DONE 38.4s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #42 [security-spire-config internal] load build context [2023-08-14T19:16:16.561Z] #42 DONE 40.6s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #39 [support-notifications internal] load build context [2023-08-14T19:16:16.561Z] #39 DONE 40.7s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:16:16.561Z] #52 ... [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #56 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-14T19:16:16.561Z] #56 DONE 0.1s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #24 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-14T19:16:16.561Z] #24 DONE 41.7s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #57 [security-spire-config builder 2/7] WORKDIR /edgex-go [2023-08-14T19:16:16.561Z] #57 DONE 0.1s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:16:16.561Z] #58 ... [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #47 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:16:16.561Z] #47 39.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #47 39.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #47 40.03 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:16.561Z] #47 40.03 (2/2) Installing su-exec (0.2-r2) [2023-08-14T19:16:16.561Z] #47 40.04 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:16.561Z] #47 40.05 OK: 7 MiB in 17 packages [2023-08-14T19:16:16.561Z] #47 DONE 40.3s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:16:16.561Z] #55 38.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #55 38.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #55 38.91 (1/4) Installing ca-certificates (20230506-r0) [2023-08-14T19:16:16.561Z] #55 38.93 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:16.561Z] #55 38.93 (3/4) Installing su-exec (0.2-r2) [2023-08-14T19:16:16.561Z] #55 38.93 (4/4) Installing yq (4.30.4-r4) [2023-08-14T19:16:16.561Z] #55 39.00 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:16.561Z] #55 39.00 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:16:16.561Z] #55 39.07 OK: 17 MiB in 19 packages [2023-08-14T19:16:16.561Z] #55 DONE 39.4s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #50 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:16:16.561Z] #50 39.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #50 39.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #50 39.54 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:16.561Z] #50 39.54 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:16.561Z] #50 39.55 OK: 7 MiB in 16 packages [2023-08-14T19:16:16.561Z] #50 DONE 39.7s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #49 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:16:16.561Z] #49 38.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #49 39.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #49 39.41 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:16:16.561Z] #49 39.41 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:16:16.561Z] #49 39.41 OK: 17818 distinct packages available [2023-08-14T19:16:16.561Z] #49 39.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #49 39.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #49 39.84 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:16.561Z] #49 39.86 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:16:16.561Z] #49 39.86 (3/5) Installing libucontext (1.2-r0) [2023-08-14T19:16:16.561Z] #49 39.87 (4/5) Installing gcompat (1.1.0-r0) [2023-08-14T19:16:16.561Z] #49 39.87 (5/5) Installing openssl (3.0.10-r0) [2023-08-14T19:16:16.561Z] #49 39.88 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:16.561Z] #49 39.89 OK: 8 MiB in 20 packages [2023-08-14T19:16:16.561Z] #49 DONE 40.0s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:16:16.561Z] #52 39.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #52 39.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #52 39.76 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:16:16.561Z] #52 39.76 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:16:16.561Z] #52 39.76 OK: 17818 distinct packages available [2023-08-14T19:16:16.561Z] #52 39.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #52 39.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #52 40.24 (1/9) Installing ca-certificates (20230506-r0) [2023-08-14T19:16:16.561Z] #52 40.25 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-14T19:16:16.561Z] #52 ... [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #59 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T19:16:16.561Z] #0 1.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.561Z] #0 1.619 OK: 265 MiB in 53 packages [2023-08-14T19:16:16.561Z] #59 DONE 1.7s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:16:16.561Z] #52 40.29 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-14T19:16:16.561Z] #52 40.30 (4/9) Installing libcurl (8.2.1-r0) [2023-08-14T19:16:16.561Z] #52 40.31 (5/9) Installing curl (8.2.1-r0) [2023-08-14T19:16:16.561Z] #52 40.31 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:16.561Z] #52 40.32 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:16:16.561Z] #52 40.33 (8/9) Installing libucontext (1.2-r0) [2023-08-14T19:16:16.561Z] #52 40.33 (9/9) Installing gcompat (1.1.0-r0) [2023-08-14T19:16:16.561Z] #52 40.33 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:16.561Z] #52 40.34 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:16:16.561Z] #52 ... [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #60 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:16:16.561Z] #60 DONE 0.1s [2023-08-14T19:16:16.561Z] [2023-08-14T19:16:16.561Z] #52 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:16:16.561Z] #52 40.45 OK: 10 MiB in 24 packages [2023-08-14T19:16:16.820Z] #52 DONE 40.7s [2023-08-14T19:16:16.820Z] [2023-08-14T19:16:16.820Z] #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:16:16.820Z] #58 1.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.820Z] #58 1.921 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.820Z] #58 2.166 OK: 265 MiB in 53 packages [2023-08-14T19:16:16.820Z] #58 DONE 2.3s [2023-08-14T19:16:16.820Z] [2023-08-14T19:16:16.820Z] #61 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T19:16:16.820Z] #61 DONE 1.3s [2023-08-14T19:16:16.820Z] [2023-08-14T19:16:16.820Z] #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:16:16.820Z] #48 39.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.820Z] #48 40.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.820Z] #48 40.44 (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T19:16:16.820Z] #48 40.45 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:16:16.820Z] #48 40.46 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:16:16.820Z] #48 40.47 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:16:16.820Z] #48 40.67 OK: 8 MiB in 17 packages [2023-08-14T19:16:16.820Z] #48 DONE 40.8s [2023-08-14T19:16:16.820Z] [2023-08-14T19:16:16.820Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T19:16:16.820Z] #0 1.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.820Z] #0 1.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:16.820Z] #0 2.171 OK: 265 MiB in 53 packages [2023-08-14T19:16:16.820Z] #62 DONE 2.3s [2023-08-14T19:16:16.820Z] [2023-08-14T19:16:16.820Z] #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-14T19:16:16.820Z] #63 DONE 0.0s [2023-08-14T19:16:16.820Z] [2023-08-14T19:16:16.820Z] #64 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:17.078Z] #64 DONE 0.0s [2023-08-14T19:16:17.078Z] [2023-08-14T19:16:17.078Z] #65 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:17.078Z] #65 DONE 0.1s [2023-08-14T19:16:17.078Z] [2023-08-14T19:16:17.078Z] #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:17.643Z] #66 ... [2023-08-14T19:16:17.643Z] [2023-08-14T19:16:17.643Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:16:17.643Z] #0 1.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:17.643Z] #0 2.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:17.643Z] #0 2.395 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:16:17.643Z] #0 2.395 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:16:17.643Z] #0 2.395 OK: 17823 distinct packages available [2023-08-14T19:16:17.643Z] #0 2.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:17.643Z] #0 2.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:17.643Z] #0 2.798 OK: 265 MiB in 53 packages [2023-08-14T19:16:17.643Z] #67 DONE 2.9s [2023-08-14T19:16:17.643Z] [2023-08-14T19:16:17.643Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:17.643Z] #68 DONE 0.1s [2023-08-14T19:16:17.643Z] [2023-08-14T19:16:17.643Z] #69 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:16:17.643Z] #69 DONE 0.1s [2023-08-14T19:16:17.643Z] [2023-08-14T19:16:17.643Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:16:17.643Z] #0 1.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:17.643Z] #0 2.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-14T19:16:17.643Z] #0 2.796 OK: 265 MiB in 53 packages [2023-08-14T19:16:17.643Z] #70 DONE 3.1s [2023-08-14T19:16:17.643Z] [2023-08-14T19:16:17.643Z] #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:27.624Z] #71 ... [2023-08-14T19:16:27.624Z] [2023-08-14T19:16:27.624Z] #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:27.624Z] #72 ... [2023-08-14T19:16:27.624Z] [2023-08-14T19:16:27.624Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:27.624Z] #73 ... [2023-08-14T19:16:27.624Z] [2023-08-14T19:16:27.624Z] #74 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T19:16:33.683Z] provisioning config files... [2023-08-14T19:16:33.716Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16580205272177252679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:16:34.116Z] ---> docker-login.sh [2023-08-14T19:16:34.116Z] nexus3.edgexfoundry.org:10001 [2023-08-14T19:16:34.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:16:34.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:16:34.718Z] Configure a credential helper to remove this warning. See [2023-08-14T19:16:34.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:16:34.718Z] [2023-08-14T19:16:34.718Z] Login Succeeded [2023-08-14T19:16:34.718Z] nexus3.edgexfoundry.org:10002 [2023-08-14T19:16:34.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:16:35.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:16:35.263Z] Configure a credential helper to remove this warning. See [2023-08-14T19:16:35.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:16:35.263Z] [2023-08-14T19:16:35.263Z] Login Succeeded [2023-08-14T19:16:35.263Z] nexus3.edgexfoundry.org:10003 [2023-08-14T19:16:35.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:16:35.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:16:35.535Z] Configure a credential helper to remove this warning. See [2023-08-14T19:16:35.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:16:35.535Z] [2023-08-14T19:16:35.535Z] Login Succeeded [2023-08-14T19:16:35.535Z] nexus3.edgexfoundry.org:10004 [2023-08-14T19:16:35.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:16:35.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:16:35.806Z] Configure a credential helper to remove this warning. See [2023-08-14T19:16:35.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:16:35.806Z] [2023-08-14T19:16:35.806Z] Login Succeeded [2023-08-14T19:16:35.806Z] docker.io [2023-08-14T19:16:36.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-14T19:16:36.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-14T19:16:36.689Z] Configure a credential helper to remove this warning. See [2023-08-14T19:16:36.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-14T19:16:36.689Z] [2023-08-14T19:16:36.689Z] Login Succeeded [2023-08-14T19:16:36.689Z] ---> docker-login.sh ends [Pipeline] } [2023-08-14T19:16:36.717Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-08-14T19:16:37.427Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-14T19:16:37.462Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:16:37.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-14T19:16:37.531Z] ========================================================= [2023-08-14T19:16:37.531Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-14T19:16:37.531Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:16:37.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:16:38.264Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-14T19:16:38.264Z] edb6bdbacee9: Pulling fs layer [2023-08-14T19:16:38.264Z] 5f9638ab2659: Pulling fs layer [2023-08-14T19:16:38.264Z] 8d51d6327a98: Pulling fs layer [2023-08-14T19:16:38.264Z] 8b374f2dd631: Pulling fs layer [2023-08-14T19:16:38.264Z] ec14aa9079de: Pulling fs layer [2023-08-14T19:16:38.264Z] 2f466654f4bb: Pulling fs layer [2023-08-14T19:16:38.264Z] 554e91adad29: Pulling fs layer [2023-08-14T19:16:38.264Z] ec14aa9079de: Waiting [2023-08-14T19:16:38.264Z] 8b374f2dd631: Waiting [2023-08-14T19:16:38.264Z] 2f466654f4bb: Waiting [2023-08-14T19:16:38.264Z] 554e91adad29: Waiting [2023-08-14T19:16:38.264Z] 5f9638ab2659: Verifying Checksum [2023-08-14T19:16:38.264Z] 5f9638ab2659: Download complete [2023-08-14T19:16:38.264Z] 8b374f2dd631: Verifying Checksum [2023-08-14T19:16:38.264Z] 8b374f2dd631: Download complete [2023-08-14T19:16:38.264Z] ec14aa9079de: Verifying Checksum [2023-08-14T19:16:38.264Z] ec14aa9079de: Download complete [2023-08-14T19:16:38.264Z] edb6bdbacee9: Verifying Checksum [2023-08-14T19:16:38.264Z] edb6bdbacee9: Download complete [2023-08-14T19:16:39.699Z] edb6bdbacee9: Pull complete [2023-08-14T19:16:39.969Z] 554e91adad29: Verifying Checksum [2023-08-14T19:16:39.970Z] 554e91adad29: Download complete [2023-08-14T19:16:39.970Z] 5f9638ab2659: Pull complete [2023-08-14T19:16:41.416Z] 2f466654f4bb: Verifying Checksum [2023-08-14T19:16:41.417Z] 2f466654f4bb: Download complete [2023-08-14T19:16:41.417Z] 8d51d6327a98: Verifying Checksum [2023-08-14T19:16:41.417Z] 8d51d6327a98: Download complete [2023-08-14T19:16:49.617Z] #74 ... [2023-08-14T19:16:49.617Z] [2023-08-14T19:16:49.617Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:49.617Z] #73 DONE 31.0s [2023-08-14T19:16:49.617Z] [2023-08-14T19:16:49.617Z] #74 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:49.617Z] #74 ... [2023-08-14T19:16:49.617Z] [2023-08-14T19:16:49.618Z] #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:49.618Z] #71 DONE 31.2s [2023-08-14T19:16:49.618Z] [2023-08-14T19:16:49.618Z] #75 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T19:16:49.618Z] #75 ... [2023-08-14T19:16:49.618Z] [2023-08-14T19:16:49.618Z] #74 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:49.618Z] #74 DONE 31.9s [2023-08-14T19:16:49.618Z] [2023-08-14T19:16:49.618Z] #76 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-14T19:16:49.618Z] #76 ... [2023-08-14T19:16:49.618Z] [2023-08-14T19:16:49.618Z] #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:49.618Z] #72 DONE 32.7s [2023-08-14T19:16:49.618Z] [2023-08-14T19:16:49.618Z] #77 [security-spire-server builder 6/9] COPY . . [2023-08-14T19:16:49.876Z] #77 ... [2023-08-14T19:16:49.876Z] [2023-08-14T19:16:49.876Z] #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:16:49.876Z] #66 DONE 32.8s [2023-08-14T19:16:49.876Z] [2023-08-14T19:16:49.876Z] #78 [support-notifications builder 6/7] COPY . . [2023-08-14T19:16:56.443Z] 8d51d6327a98: Pull complete [2023-08-14T19:16:56.444Z] 8b374f2dd631: Pull complete [2023-08-14T19:16:56.444Z] ec14aa9079de: Pull complete [2023-08-14T19:16:59.849Z] #78 ... [2023-08-14T19:16:59.850Z] [2023-08-14T19:16:59.850Z] #79 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #79 DONE 14.9s [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #80 [core-data builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #80 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.059Z] #81 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #82 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:17:04.059Z] #82 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.059Z] #83 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #84 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:17:04.059Z] #84 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #85 [core-command builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #85 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #86 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:17:04.059Z] #86 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.059Z] #87 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #88 [support-scheduler builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #88 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #76 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #76 DONE 14.6s [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #78 [support-notifications builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #78 DONE 13.8s [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #75 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #75 DONE 14.8s [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #89 [security-bootstrapper builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #89 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #90 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:17:04.059Z] #90 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #91 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.059Z] #91 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.059Z] #92 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #93 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:17:04.059Z] #93 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #94 [core-metadata builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #94 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #95 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.059Z] #95 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #96 [security-proxy-auth builder 6/7] COPY . . [2023-08-14T19:17:04.059Z] #96 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #97 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:17:04.059Z] #97 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #77 [security-spire-server builder 6/9] COPY . . [2023-08-14T19:17:04.059Z] #77 DONE 14.3s [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.059Z] #98 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:17:04.059Z] #98 CACHED [2023-08-14T19:17:04.059Z] [2023-08-14T19:17:04.060Z] #99 [security-secretstore-setup builder 6/7] COPY . . [2023-08-14T19:17:04.060Z] #99 CACHED [2023-08-14T19:17:04.060Z] [2023-08-14T19:17:04.060Z] #100 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.060Z] #100 CACHED [2023-08-14T19:17:04.060Z] [2023-08-14T19:17:04.060Z] #101 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:17:04.060Z] #101 DONE 0.1s [2023-08-14T19:17:04.060Z] [2023-08-14T19:17:04.060Z] #102 [security-spire-agent builder 6/9] COPY . . [2023-08-14T19:17:04.060Z] #102 CACHED [2023-08-14T19:17:04.060Z] [2023-08-14T19:17:04.060Z] #103 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:17:04.060Z] #103 CACHED [2023-08-14T19:17:04.060Z] [2023-08-14T19:17:04.060Z] #104 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:04.060Z] #104 CACHED [2023-08-14T19:17:04.060Z] [2023-08-14T19:17:04.060Z] #105 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:17:04.060Z] #105 CACHED [2023-08-14T19:17:04.060Z] [2023-08-14T19:17:04.060Z] #106 [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:17:04.687Z] 2f466654f4bb: Pull complete [2023-08-14T19:17:06.106Z] 554e91adad29: Pull complete [2023-08-14T19:17:06.106Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-14T19:17:06.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:17:06.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:17:06.774Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:17:06.774Z] WORKDIR /edgex [2023-08-14T19:17:06.774Z] COPY go.mod . [2023-08-14T19:17:06.774Z] RUN go mod download [2023-08-14T19:17:06.774Z] + docker build -t ci-base-image-arm64 -f - . [2023-08-14T19:17:07.363Z] Sending build context to Docker daemon 2.938MB [2023-08-14T19:17:07.363Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-14T19:17:07.363Z] ---> 1e15ea492957 [2023-08-14T19:17:07.363Z] Step 2/4 : WORKDIR /edgex [2023-08-14T19:17:09.333Z] #106 ... [2023-08-14T19:17:09.333Z] [2023-08-14T19:17:09.333Z] #107 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:17:09.333Z] #0 2.936 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:10.822Z] ---> Running in aea09dfc9c91 [2023-08-14T19:17:10.822Z] Removing intermediate container aea09dfc9c91 [2023-08-14T19:17:10.822Z] ---> 9477ff5c00ac [2023-08-14T19:17:10.822Z] Step 3/4 : COPY go.mod . [2023-08-14T19:17:11.244Z] #107 ... [2023-08-14T19:17:11.244Z] [2023-08-14T19:17:11.245Z] #106 [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:17:11.245Z] #106 DONE 7.2s [2023-08-14T19:17:11.245Z] [2023-08-14T19:17:11.245Z] #108 [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:11.245Z] #0 1.324 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:11.245Z] #108 ... [2023-08-14T19:17:11.245Z] [2023-08-14T19:17:11.245Z] #109 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-14T19:17:11.414Z] ---> 6770f9a65193 [2023-08-14T19:17:11.414Z] Step 4/4 : RUN go mod download [2023-08-14T19:17:11.414Z] ---> Running in d64d8eb751ba [2023-08-14T19:17:11.510Z] #109 DONE 0.3s [2023-08-14T19:17:11.510Z] [2023-08-14T19:17:11.510Z] #110 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:17:11.510Z] #110 DONE 0.2s [2023-08-14T19:17:11.510Z] [2023-08-14T19:17:11.510Z] #111 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:17:11.850Z] #111 DONE 0.3s [2023-08-14T19:17:11.850Z] [2023-08-14T19:17:11.850Z] #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:17:11.850Z] #112 DONE 8.0s [2023-08-14T19:17:11.850Z] [2023-08-14T19:17:11.850Z] #113 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:17:13.775Z] #113 ... [2023-08-14T19:17:13.775Z] [2023-08-14T19:17:13.775Z] #114 [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:17:13.775Z] #0 0.471 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:17:13.776Z] #114 ... [2023-08-14T19:17:13.776Z] [2023-08-14T19:17:13.776Z] #115 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:17:13.776Z] #0 0.912 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:17:14.047Z] #115 ... [2023-08-14T19:17:14.047Z] [2023-08-14T19:17:14.047Z] #116 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:17:14.047Z] #0 1.316 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-08-14T19:17:14.047Z] #116 ... [2023-08-14T19:17:14.047Z] [2023-08-14T19:17:14.047Z] #117 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:17:14.047Z] #0 1.359 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:14.305Z] #117 ... [2023-08-14T19:17:14.305Z] [2023-08-14T19:17:14.305Z] #118 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:17:14.305Z] #0 0.505 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:17:14.564Z] #118 ... [2023-08-14T19:17:14.564Z] [2023-08-14T19:17:14.564Z] #119 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:17:14.564Z] #0 1.393 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:14.564Z] #119 ... [2023-08-14T19:17:14.564Z] [2023-08-14T19:17:14.564Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:17:14.564Z] #0 0.840 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:17:14.845Z] #120 ... [2023-08-14T19:17:14.845Z] [2023-08-14T19:17:14.845Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:17:14.845Z] #0 0.764 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:14.845Z] #121 ... [2023-08-14T19:17:14.845Z] [2023-08-14T19:17:14.845Z] #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:17:14.845Z] #0 1.011 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:15.104Z] #122 ... [2023-08-14T19:17:15.104Z] [2023-08-14T19:17:15.104Z] #123 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-14T19:17:19.294Z] #123 DONE 7.5s [2023-08-14T19:17:19.294Z] [2023-08-14T19:17:19.294Z] #108 [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:27.477Z] #108 ... [2023-08-14T19:17:27.477Z] [2023-08-14T19:17:27.477Z] #113 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:17:27.477Z] #113 DONE 14.2s [2023-08-14T19:17:27.477Z] [2023-08-14T19:17:27.477Z] #114 [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:17:28.408Z] #114 ... [2023-08-14T19:17:28.408Z] [2023-08-14T19:17:28.408Z] #124 [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:17:31.681Z] #124 ... [2023-08-14T19:17:31.681Z] [2023-08-14T19:17:31.681Z] #125 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-14T19:17:31.681Z] #125 CACHED [2023-08-14T19:17:31.681Z] [2023-08-14T19:17:31.681Z] #126 [security-spire-config builder 6/9] COPY . . [2023-08-14T19:17:31.681Z] #126 CACHED [2023-08-14T19:17:31.681Z] [2023-08-14T19:17:31.681Z] #127 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:17:31.681Z] #127 CACHED [2023-08-14T19:17:31.681Z] [2023-08-14T19:17:31.681Z] #128 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:17:31.681Z] #128 CACHED [2023-08-14T19:17:31.681Z] [2023-08-14T19:17:31.682Z] #129 [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:17:31.682Z] #129 CACHED [2023-08-14T19:17:31.682Z] [2023-08-14T19:17:31.682Z] #130 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:17:31.682Z] #130 CACHED [2023-08-14T19:17:31.682Z] [2023-08-14T19:17:31.682Z] #131 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:17:31.682Z] #131 CACHED [2023-08-14T19:17:31.682Z] [2023-08-14T19:17:31.682Z] #132 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:17:31.682Z] #132 CACHED [2023-08-14T19:17:31.682Z] [2023-08-14T19:17:31.682Z] #133 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T19:17:41.645Z] #133 ... [2023-08-14T19:17:41.645Z] [2023-08-14T19:17:41.645Z] #134 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:17:50.322Z] Removing intermediate container d64d8eb751ba [2023-08-14T19:17:50.322Z] ---> 6b30778f9442 [2023-08-14T19:17:50.322Z] Successfully built 6b30778f9442 [2023-08-14T19:17:50.322Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:17:50.739Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T19:17:50.739Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:17:51.057Z] prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container [2023-08-14T19:17:51.141Z] $ 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:17:52.506Z] $ docker top 9e1c2912a775f372d219f5165c017b1343b1441c12349d56bc8b3a524dc46064 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:17:53.396Z] + go version [2023-08-14T19:17:53.396Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-14T19:17:53.433Z] $ docker stop --time=1 9e1c2912a775f372d219f5165c017b1343b1441c12349d56bc8b3a524dc46064 [2023-08-14T19:17:55.066Z] $ docker rm -f --volumes 9e1c2912a775f372d219f5165c017b1343b1441c12349d56bc8b3a524dc46064 [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:17:55.928Z] + docker inspect -f . ci-base-image-arm64 [2023-08-14T19:17:55.928Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:17:56.201Z] prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container [2023-08-14T19:17:56.290Z] $ 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:17:57.544Z] $ docker top 72e674dbd070d13aec7dc6f73353a5f387aa3fed26d518f1b8f184c9cfe73c90 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-14T19:17:57.791Z] ========================================================= [2023-08-14T19:17:57.791Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-14T19:17:57.791Z] ========================================================= [Pipeline] sh [2023-08-14T19:17:58.438Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-14T19:17:59.150Z] + make test [2023-08-14T19:17:59.151Z] go test -race -coverprofile=coverage.out ./... [2023-08-14T19:18:20.544Z] #134 ... [2023-08-14T19:18:20.544Z] [2023-08-14T19:18:20.544Z] #108 [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:20.544Z] #108 70.87 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:38.655Z] #108 ... [2023-08-14T19:18:38.655Z] [2023-08-14T19:18:38.655Z] #117 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:18:38.655Z] #117 DONE 94.3s [2023-08-14T19:18:38.655Z] [2023-08-14T19:18:38.655Z] #116 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:18:38.655Z] #116 DONE 94.3s [2023-08-14T19:18:38.655Z] [2023-08-14T19:18:38.655Z] #135 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:38.655Z] #135 ... [2023-08-14T19:18:38.655Z] [2023-08-14T19:18:38.655Z] #114 [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:38.655Z] #114 DONE 94.5s [2023-08-14T19:18:38.655Z] [2023-08-14T19:18:38.655Z] #108 [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:38.655Z] #108 DONE 94.7s [2023-08-14T19:18:38.655Z] [2023-08-14T19:18:38.655Z] #124 [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:18:38.655Z] #124 ... [2023-08-14T19:18:38.655Z] [2023-08-14T19:18:38.655Z] #136 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-14T19:18:38.914Z] #136 ... [2023-08-14T19:18:38.914Z] [2023-08-14T19:18:38.914Z] #115 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:18:38.914Z] #115 DONE 95.3s [2023-08-14T19:18:39.179Z] [2023-08-14T19:18:39.179Z] #137 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:39.751Z] #137 ... [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #121 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:18:39.751Z] #121 DONE 95.9s [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #138 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:39.751Z] #138 ... [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #107 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:18:39.751Z] #107 DONE 96.2s [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #118 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:18:39.751Z] #118 DONE 96.2s [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:18:39.751Z] #122 DONE 96.2s [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #119 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:18:39.751Z] #119 DONE 96.2s [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:18:39.751Z] #120 DONE 96.2s [2023-08-14T19:18:39.751Z] [2023-08-14T19:18:39.751Z] #133 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T19:18:39.751Z] #133 DONE 68.5s [2023-08-14T19:18:40.013Z] [2023-08-14T19:18:40.013Z] #134 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:40.013Z] #134 DONE 68.8s [2023-08-14T19:18:40.013Z] [2023-08-14T19:18:40.013Z] #124 [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:18:40.013Z] #124 DONE 71.7s [2023-08-14T19:18:40.013Z] [2023-08-14T19:18:40.013Z] #139 [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:18:40.433Z] #139 ... [2023-08-14T19:18:40.433Z] [2023-08-14T19:18:40.433Z] #136 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-14T19:18:40.433Z] #136 DONE 1.7s [2023-08-14T19:18:40.433Z] [2023-08-14T19:18:40.433Z] #135 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:40.433Z] #135 DONE 2.1s [2023-08-14T19:18:40.763Z] [2023-08-14T19:18:40.763Z] #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T19:18:41.372Z] #140 ... [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #138 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #138 DONE 1.9s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #141 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #141 DONE 1.3s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #137 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #137 DONE 2.4s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #142 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:18:41.372Z] #142 DONE 1.3s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #143 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #143 DONE 1.3s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #144 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:41.372Z] #144 DONE 1.3s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #139 [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:18:41.372Z] #139 DONE 1.4s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #145 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #145 DONE 1.2s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #146 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-14T19:18:41.372Z] #146 ... [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #147 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:41.372Z] #147 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #148 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #148 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #149 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:41.372Z] #149 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #150 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #150 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #151 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #151 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #152 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:41.372Z] #152 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #153 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:41.372Z] #153 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #154 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:41.372Z] #154 CACHED [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #155 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:41.372Z] #155 DONE 1.2s [2023-08-14T19:18:41.372Z] [2023-08-14T19:18:41.372Z] #156 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:41.372Z] #156 DONE 0.3s [2023-08-14T19:18:41.674Z] [2023-08-14T19:18:41.674Z] #157 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-14T19:18:43.585Z] #157 ... [2023-08-14T19:18:43.585Z] [2023-08-14T19:18:43.585Z] #158 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:43.585Z] #158 DONE 2.3s [2023-08-14T19:18:43.585Z] [2023-08-14T19:18:43.585Z] #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:43.585Z] #159 DONE 2.4s [2023-08-14T19:18:43.585Z] [2023-08-14T19:18:43.585Z] #160 [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:18:43.585Z] #160 DONE 2.3s [2023-08-14T19:18:43.585Z] [2023-08-14T19:18:43.585Z] #161 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:43.585Z] #161 DONE 2.3s [2023-08-14T19:18:43.585Z] [2023-08-14T19:18:43.585Z] #162 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:18:43.585Z] #162 DONE 2.3s [2023-08-14T19:18:43.585Z] [2023-08-14T19:18:43.585Z] #163 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-14T19:18:43.856Z] #163 ... [2023-08-14T19:18:43.856Z] [2023-08-14T19:18:43.856Z] #146 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-14T19:18:43.856Z] #146 DONE 2.6s [2023-08-14T19:18:44.117Z] [2023-08-14T19:18:44.117Z] #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T19:18:44.117Z] #140 DONE 3.8s [2023-08-14T19:18:44.117Z] [2023-08-14T19:18:44.117Z] #164 [security-spire-server] exporting to image [2023-08-14T19:18:44.117Z] #164 exporting layers [2023-08-14T19:18:45.057Z] #164 ... [2023-08-14T19:18:45.057Z] [2023-08-14T19:18:45.057Z] #165 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:45.057Z] #165 DONE 3.6s [2023-08-14T19:18:45.057Z] [2023-08-14T19:18:45.057Z] #166 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T19:18:45.629Z] #166 ... [2023-08-14T19:18:45.629Z] [2023-08-14T19:18:45.629Z] #167 [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:45.629Z] #167 DONE 4.1s [2023-08-14T19:18:45.629Z] [2023-08-14T19:18:45.629Z] #168 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-14T19:18:45.629Z] #168 DONE 4.1s [2023-08-14T19:18:45.629Z] [2023-08-14T19:18:45.629Z] #169 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:45.892Z] #169 ... [2023-08-14T19:18:45.892Z] [2023-08-14T19:18:45.892Z] #170 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-14T19:18:45.892Z] #170 DONE 4.6s [2023-08-14T19:18:46.001Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-14T19:18:46.220Z] [2023-08-14T19:18:46.220Z] #171 [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:46.220Z] #171 DONE 4.2s [2023-08-14T19:18:46.220Z] [2023-08-14T19:18:46.220Z] #157 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-14T19:18:46.220Z] #157 DONE 4.6s [2023-08-14T19:18:46.220Z] [2023-08-14T19:18:46.220Z] #172 [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:46.220Z] #172 DONE 2.5s [2023-08-14T19:18:46.220Z] [2023-08-14T19:18:46.220Z] #173 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T19:18:46.220Z] #173 DONE 4.6s [2023-08-14T19:18:46.220Z] [2023-08-14T19:18:46.220Z] #174 [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:46.220Z] #174 DONE 2.5s [2023-08-14T19:18:46.220Z] [2023-08-14T19:18:46.220Z] #175 [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:47.161Z] #175 ... [2023-08-14T19:18:47.161Z] [2023-08-14T19:18:47.161Z] #163 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-14T19:18:47.161Z] #163 DONE 3.4s [2023-08-14T19:18:47.161Z] [2023-08-14T19:18:47.161Z] #176 [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:18:47.161Z] #176 DONE 3.5s [2023-08-14T19:18:47.161Z] [2023-08-14T19:18:47.161Z] #177 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:47.422Z] #177 ... [2023-08-14T19:18:47.422Z] [2023-08-14T19:18:47.422Z] #164 [security-spire-server] exporting to image [2023-08-14T19:18:47.422Z] #164 exporting layers 2.0s done [2023-08-14T19:18:47.422Z] #164 writing image sha256:834fb03b66f71365ebfd467a522efa4722d1a387d4f1bc3a0e11bcbabf9f49b2 done [2023-08-14T19:18:47.422Z] #164 naming to docker.io/library/security-spire-server 0.4s done [2023-08-14T19:18:47.422Z] #164 DONE 3.5s [2023-08-14T19:18:47.422Z] [2023-08-14T19:18:47.422Z] #178 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T19:18:47.991Z] #178 ... [2023-08-14T19:18:47.991Z] [2023-08-14T19:18:47.991Z] #179 [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:18:47.991Z] #179 DONE 3.9s [2023-08-14T19:18:47.991Z] [2023-08-14T19:18:47.991Z] #180 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T19:18:48.561Z] #180 ... [2023-08-14T19:18:48.561Z] [2023-08-14T19:18:48.561Z] #181 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:18:48.561Z] #181 DONE 4.3s [2023-08-14T19:18:48.561Z] [2023-08-14T19:18:48.561Z] #182 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:48.821Z] #182 ... [2023-08-14T19:18:48.821Z] [2023-08-14T19:18:48.821Z] #166 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T19:18:48.821Z] #166 DONE 3.9s [2023-08-14T19:18:48.821Z] [2023-08-14T19:18:48.821Z] #183 [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:48.821Z] #183 DONE 3.4s [2023-08-14T19:18:48.821Z] [2023-08-14T19:18:48.822Z] #169 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:48.822Z] #169 DONE 3.3s [2023-08-14T19:18:48.822Z] [2023-08-14T19:18:48.822Z] #177 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:48.822Z] #177 DONE 1.8s [2023-08-14T19:18:48.822Z] [2023-08-14T19:18:48.822Z] #184 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:48.822Z] #184 DONE 3.0s [2023-08-14T19:18:49.080Z] [2023-08-14T19:18:49.080Z] #185 [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:49.080Z] #185 DONE 3.0s [2023-08-14T19:18:49.080Z] [2023-08-14T19:18:49.080Z] #186 [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:49.080Z] #186 DONE 3.0s [2023-08-14T19:18:49.080Z] [2023-08-14T19:18:49.080Z] #178 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T19:18:49.080Z] #178 DONE 3.0s [2023-08-14T19:18:49.080Z] [2023-08-14T19:18:49.080Z] #164 [security-spiffe-token-provider] exporting to image [2023-08-14T19:18:49.080Z] #164 exporting layers 0.3s done [2023-08-14T19:18:49.338Z] #164 ... [2023-08-14T19:18:49.338Z] [2023-08-14T19:18:49.338Z] #187 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:18:49.338Z] #187 DONE 3.3s [2023-08-14T19:18:49.338Z] [2023-08-14T19:18:49.338Z] #188 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-14T19:18:49.338Z] #188 DONE 1.8s [2023-08-14T19:18:49.338Z] [2023-08-14T19:18:49.338Z] #175 [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:49.338Z] #175 DONE 3.4s [2023-08-14T19:18:49.338Z] [2023-08-14T19:18:49.338Z] #189 [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:49.599Z] #189 ... [2023-08-14T19:18:49.599Z] [2023-08-14T19:18:49.599Z] #180 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T19:18:49.599Z] #180 DONE 1.7s [2023-08-14T19:18:49.599Z] [2023-08-14T19:18:49.599Z] #182 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:18:49.599Z] #182 DONE 1.2s [2023-08-14T19:18:49.599Z] [2023-08-14T19:18:49.599Z] #190 [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:49.599Z] #190 DONE 0.8s [2023-08-14T19:18:49.599Z] [2023-08-14T19:18:49.599Z] #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:49.599Z] #191 DONE 0.8s [2023-08-14T19:18:49.599Z] [2023-08-14T19:18:49.599Z] #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:49.599Z] #192 DONE 0.7s [2023-08-14T19:18:49.599Z] [2023-08-14T19:18:49.599Z] #164 [support-notifications] exporting to image [2023-08-14T19:18:49.859Z] #164 ... [2023-08-14T19:18:49.859Z] [2023-08-14T19:18:49.859Z] #193 [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:49.859Z] #193 DONE 0.6s [2023-08-14T19:18:49.859Z] [2023-08-14T19:18:49.859Z] #194 [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:49.859Z] #194 DONE 0.7s [2023-08-14T19:18:49.859Z] [2023-08-14T19:18:49.859Z] #189 [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:49.859Z] #189 DONE 0.3s [2023-08-14T19:18:49.859Z] [2023-08-14T19:18:49.859Z] #164 [core-metadata] exporting to image [2023-08-14T19:18:49.859Z] #164 ... [2023-08-14T19:18:49.859Z] [2023-08-14T19:18:49.859Z] #195 [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:18:49.859Z] #195 DONE 0.4s [2023-08-14T19:18:49.859Z] [2023-08-14T19:18:49.859Z] #196 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-14T19:18:49.859Z] #196 DONE 0.4s [2023-08-14T19:18:49.859Z] [2023-08-14T19:18:49.859Z] #164 [security-spire-config] exporting to image [2023-08-14T19:18:50.119Z] #164 exporting layers 0.3s done [2023-08-14T19:18:50.119Z] #164 writing image sha256:d400e2f82a0e70d6af22c07af88e4fc95b33c5162ec78f5217470ff87f0e2e03 [2023-08-14T19:18:50.119Z] #164 writing image sha256:14db076bd831d43618e6586cc1ac79615268fa4c2f5dab97a5aef1878cbf0766 [2023-08-14T19:18:50.119Z] #164 writing image sha256:7599401462496ce3ecdfcba5fbacc2c9902a2a1520f9f026cc7062f793482040 [2023-08-14T19:18:50.119Z] #164 writing image sha256:d31178cbd4df8518b84a741dd96e086e221d030ca05970f79f283d0757639fad [2023-08-14T19:18:50.119Z] #164 writing image sha256:87be1deb30657e28e53d6850f9abef1c0ccd2c2887d12e7bcf4d45b7c0b7fd6d [2023-08-14T19:18:50.119Z] #164 writing image sha256:fe01c55f3c420f211555c75c16645fca28cbf8d7689779e35880c8dc32eff77b [2023-08-14T19:18:50.119Z] #164 ... [2023-08-14T19:18:50.119Z] [2023-08-14T19:18:50.119Z] #197 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-14T19:18:50.119Z] #197 DONE 0.2s [2023-08-14T19:18:50.119Z] [2023-08-14T19:18:50.119Z] #198 [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:50.119Z] #198 DONE 0.4s [2023-08-14T19:18:50.119Z] [2023-08-14T19:18:50.119Z] #164 [core-command] exporting to image [2023-08-14T19:18:50.119Z] #164 writing image sha256:d400e2f82a0e70d6af22c07af88e4fc95b33c5162ec78f5217470ff87f0e2e03 0.2s done [2023-08-14T19:18:50.119Z] #164 writing image sha256:14db076bd831d43618e6586cc1ac79615268fa4c2f5dab97a5aef1878cbf0766 0.2s done [2023-08-14T19:18:50.119Z] #164 naming to docker.io/library/core-data done [2023-08-14T19:18:50.119Z] #164 naming to docker.io/library/core-command done [2023-08-14T19:18:50.391Z] #164 exporting layers 0.8s done [2023-08-14T19:18:50.391Z] #164 writing image sha256:7599401462496ce3ecdfcba5fbacc2c9902a2a1520f9f026cc7062f793482040 0.3s done [2023-08-14T19:18:50.391Z] #164 writing image sha256:d31178cbd4df8518b84a741dd96e086e221d030ca05970f79f283d0757639fad 0.3s done [2023-08-14T19:18:50.391Z] #164 writing image sha256:87be1deb30657e28e53d6850f9abef1c0ccd2c2887d12e7bcf4d45b7c0b7fd6d 0.3s done [2023-08-14T19:18:50.391Z] #164 writing image sha256:fe01c55f3c420f211555c75c16645fca28cbf8d7689779e35880c8dc32eff77b 0.3s done [2023-08-14T19:18:50.391Z] #164 naming to docker.io/library/security-spiffe-token-provider done [2023-08-14T19:18:50.391Z] #164 naming to docker.io/library/support-notifications done [2023-08-14T19:18:50.391Z] #164 naming to docker.io/library/core-metadata done [2023-08-14T19:18:50.391Z] #164 naming to docker.io/library/support-scheduler done [2023-08-14T19:18:50.391Z] #164 writing image sha256:e6eca764f1785e9e10b1278ac64ce219576bf263a3dfec093cc432b17153386f [2023-08-14T19:18:50.649Z] #164 ... [2023-08-14T19:18:50.649Z] [2023-08-14T19:18:50.649Z] #199 [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:50.649Z] #199 DONE 0.9s [2023-08-14T19:18:50.649Z] [2023-08-14T19:18:50.649Z] #200 [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:50.649Z] #200 DONE 0.3s [2023-08-14T19:18:50.649Z] [2023-08-14T19:18:50.649Z] #201 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T19:18:50.649Z] #201 DONE 0.4s [2023-08-14T19:18:50.649Z] [2023-08-14T19:18:50.649Z] #164 [security-spire-agent] exporting to image [2023-08-14T19:18:50.649Z] #164 writing image sha256:e6eca764f1785e9e10b1278ac64ce219576bf263a3dfec093cc432b17153386f 0.2s done [2023-08-14T19:18:50.649Z] #164 naming to docker.io/library/security-spire-agent done [2023-08-14T19:18:50.908Z] #164 exporting layers 1.0s done [2023-08-14T19:18:51.166Z] #164 ... [2023-08-14T19:18:51.166Z] [2023-08-14T19:18:51.166Z] #202 [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:51.166Z] #202 DONE 1.3s [2023-08-14T19:18:51.166Z] [2023-08-14T19:18:51.166Z] #203 [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:51.166Z] #203 DONE 1.4s [2023-08-14T19:18:51.166Z] [2023-08-14T19:18:51.166Z] #204 [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:51.166Z] #204 DONE 0.6s [2023-08-14T19:18:51.166Z] [2023-08-14T19:18:51.166Z] #205 [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:51.166Z] #205 DONE 0.5s [2023-08-14T19:18:51.166Z] [2023-08-14T19:18:51.166Z] #164 [core-common-config-bootstrapper] exporting to image [2023-08-14T19:18:51.166Z] #164 writing image sha256:1b8da50efde1fc75bcc5007c96ab142d912dc14d352a65c908a259e4ae5f869e 0.0s done [2023-08-14T19:18:51.166Z] #164 writing image sha256:4814429f6c00628e26831b805327e335189becfa2b0b6bd025c943314991fe27 0.0s done [2023-08-14T19:18:51.166Z] #164 naming to docker.io/library/security-spire-config done [2023-08-14T19:18:51.166Z] #164 naming to docker.io/library/core-common-config-bootstrapper done [2023-08-14T19:18:51.166Z] #164 exporting layers 0.3s done [2023-08-14T19:18:51.423Z] #164 exporting layers 0.5s done [2023-08-14T19:18:51.423Z] #164 writing image sha256:a7a4e45a5a3b415722982ded6f9f3e8e5fa998d7812f72e9690813c69bdca240 0.0s done [2023-08-14T19:18:51.423Z] #164 naming to docker.io/library/security-proxy-setup 0.0s done [2023-08-14T19:18:51.423Z] #164 writing image sha256:d61b6a1c4d85c0aa5f326a58149369a25ca936dcfa3d7981f383d9dfdfa79f41 0.0s done [2023-08-14T19:18:51.423Z] #164 naming to docker.io/library/security-proxy-auth 0.0s done [2023-08-14T19:18:51.423Z] #164 DONE 6.3s [2023-08-14T19:18:51.423Z] [2023-08-14T19:18:51.423Z] #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:51.423Z] #206 DONE 0.4s [2023-08-14T19:18:51.423Z] [2023-08-14T19:18:51.423Z] #207 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-14T19:18:51.681Z] #207 DONE 0.1s [2023-08-14T19:18:51.681Z] [2023-08-14T19:18:51.681Z] #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:51.681Z] #208 DONE 0.7s [2023-08-14T19:18:51.681Z] [2023-08-14T19:18:51.681Z] #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T19:18:51.939Z] #209 DONE 0.4s [2023-08-14T19:18:51.939Z] [2023-08-14T19:18:51.939Z] #164 [security-secretstore-setup] exporting to image [2023-08-14T19:18:52.202Z] #164 exporting layers 0.3s done [2023-08-14T19:18:52.202Z] #164 writing image sha256:6371272a6bf3f6be99470aa6884700a2ffca52b92f488b2fc9a2633c48848794 0.0s done [2023-08-14T19:18:52.202Z] #164 naming to docker.io/library/security-secretstore-setup done [2023-08-14T19:18:52.769Z] #164 exporting layers 0.7s done [2023-08-14T19:18:52.769Z] #164 writing image sha256:b3f7fbb2da364745932b3eb477f945ef7f75bd430831ecf81545aa610b173b24 done [2023-08-14T19:18:52.769Z] #164 naming to docker.io/library/security-bootstrapper done [2023-08-14T19:18:52.769Z] #164 DONE 7.1s [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:18:52.769Z] time="2023-08-14T19:15:26Z" 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:52.804Z] $ docker stop --time=1 d34faba49a6696af4859e7198dcdd9c894797d7eb891d648afef8eecd6fe9333 [2023-08-14T19:18:54.072Z] $ docker rm -f --volumes d34faba49a6696af4859e7198dcdd9c894797d7eb891d648afef8eecd6fe9333 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T19:18:54.468Z] + docker images [2023-08-14T19:18:54.468Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-14T19:18:54.468Z] security-secretstore-setup latest 6371272a6bf3 3 seconds ago 44.1MB [2023-08-14T19:18:54.468Z] security-bootstrapper latest b3f7fbb2da36 3 seconds ago 23MB [2023-08-14T19:18:54.468Z] security-proxy-auth latest d61b6a1c4d85 4 seconds ago 19.4MB [2023-08-14T19:18:54.468Z] security-proxy-setup latest a7a4e45a5a3b 4 seconds ago 19.6MB [2023-08-14T19:18:54.468Z] core-common-config-bootstrapper latest 4814429f6c00 4 seconds ago 18MB [2023-08-14T19:18:54.468Z] support-notifications latest 759940146249 5 seconds ago 34.3MB [2023-08-14T19:18:54.468Z] security-spire-agent latest e6eca764f178 5 seconds ago 161MB [2023-08-14T19:18:54.468Z] core-metadata latest d31178cbd4df 5 seconds ago 21.6MB [2023-08-14T19:18:54.468Z] security-spire-config latest 1b8da50efde1 5 seconds ago 102MB [2023-08-14T19:18:54.468Z] support-scheduler latest fe01c55f3c42 6 seconds ago 33.7MB [2023-08-14T19:18:54.468Z] core-command latest d400e2f82a0e 6 seconds ago 21MB [2023-08-14T19:18:54.468Z] core-data latest 14db076bd831 6 seconds ago 21.2MB [2023-08-14T19:18:54.468Z] security-spiffe-token-provider latest 87be1deb3065 6 seconds ago 33.5MB [2023-08-14T19:18:54.468Z] security-spire-server latest 834fb03b66f7 11 seconds ago 103MB [2023-08-14T19:18:54.468Z] ci-base-image-x86_64 latest 8ab756a6801f 5 minutes ago 1.07GB [2023-08-14T19:18:54.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 4 weeks ago 696MB [2023-08-14T19:18:54.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB [2023-08-14T19:18:54.468Z] 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:21:22.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-14T19:21:22.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-14T19:21:22.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-14T19:21:26.140Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-14T19:21:26.140Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-14T19:21:27.576Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-14T19:21:28.548Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-14T19:21:28.548Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-14T19:21:28.548Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-14T19:21:30.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-14T19:21:33.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-14T19:21:33.359Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-14T19:21:33.359Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-14T19:21:33.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-14T19:21:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-14T19:21:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-14T19:21:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.299s coverage: 28.7% of statements [2023-08-14T19:21:58.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.357s coverage: 97.0% of statements [2023-08-14T19:22:03.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-14T19:22:03.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-14T19:22:03.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-14T19:22:05.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.478s coverage: 71.5% of statements [2023-08-14T19:22:10.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-14T19:22:10.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-14T19:22:10.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.365s coverage: 54.0% of statements [2023-08-14T19:22:15.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-14T19:22:15.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-14T19:22:15.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:22:15.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-14T19:22:15.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-14T19:22:23.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-14T19:22:23.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-14T19:22:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.067s coverage: 93.4% of statements [2023-08-14T19:22:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.508s coverage: 3.8% of statements [2023-08-14T19:22:42.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-14T19:22:42.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:22:42.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-14T19:22:43.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.234s coverage: 97.6% of statements [2023-08-14T19:22:43.393Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-14T19:22:43.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-14T19:22:43.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-14T19:22:43.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-14T19:22:43.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-14T19:22:43.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-14T19:22:43.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-14T19:22:43.662Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.268s coverage: 72.2% of statements [2023-08-14T19:22:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-14T19:22:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-14T19:22:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.457s coverage: 0.9% of statements [2023-08-14T19:22:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.296s coverage: 32.2% of statements [2023-08-14T19:23:01.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.349s coverage: 42.9% of statements [2023-08-14T19:23:01.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.316s coverage: 82.9% of statements [2023-08-14T19:23:01.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.233s coverage: 94.1% of statements [2023-08-14T19:23:01.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.331s coverage: 96.3% of statements [2023-08-14T19:23:05.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.242s coverage: 87.5% of statements [2023-08-14T19:23:08.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-14T19:23:09.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-14T19:23:09.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-14T19:23:09.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-14T19:23:11.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-14T19:23:11.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-14T19:23:11.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-14T19:23:11.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-14T19:23:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.235s coverage: 94.4% of statements [2023-08-14T19:23:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-14T19:23:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-14T19:23:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-14T19:23:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-14T19:23:26.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-14T19:23:26.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-14T19:23:28.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-14T19:23:32.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.201s coverage: 79.9% of statements [2023-08-14T19:23:32.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.289s coverage: 92.9% of statements [2023-08-14T19:23:32.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.081s coverage: 64.4% of statements [2023-08-14T19:23:32.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 62.3% of statements [2023-08-14T19:23:32.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.223s coverage: 87.2% of statements [2023-08-14T19:23:32.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.226s coverage: 20.0% of statements [2023-08-14T19:23:32.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.217s coverage: 100.0% of statements [2023-08-14T19:23:32.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.538s coverage: 81.8% of statements [2023-08-14T19:23:35.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-14T19:23:35.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-14T19:23:35.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.596s coverage: 82.1% of statements [2023-08-14T19:23:35.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.299s coverage: 86.0% of statements [2023-08-14T19:23:44.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-14T19:23:44.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-14T19:23:44.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.055s coverage: 63.1% of statements [2023-08-14T19:23:44.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.277s coverage: 100.0% of statements [2023-08-14T19:23:45.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 89.4% of statements [2023-08-14T19:23:45.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements [2023-08-14T19:23:45.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2023-08-14T19:23:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-14T19:23:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-14T19:23:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-14T19:23:46.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.091s coverage: 100.0% of statements [2023-08-14T19:23:54.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-14T19:23:54.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-14T19:23:54.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-14T19:23:54.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.076s coverage: 38.4% of statements [2023-08-14T19:23:54.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.263s coverage: 89.5% of statements [2023-08-14T19:24:00.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-14T19:24:00.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-14T19:24:00.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-14T19:24:00.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-14T19:24:00.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.275s coverage: 84.8% of statements [2023-08-14T19:24:06.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-14T19:24:06.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-14T19:24:06.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-14T19:24:06.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-14T19:24:13.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.294s coverage: 17.7% of statements [2023-08-14T19:24:14.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-14T19:24:14.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:24:14.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-14T19:24:14.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-14T19:24:14.609Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.649s coverage: 95.7% of statements [2023-08-14T19:24:18.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-14T19:24:18.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-14T19:24:18.865Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.335s coverage: 61.8% of statements [2023-08-14T19:24:21.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-14T19:24:21.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-14T19:24:22.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.434s coverage: 98.9% of statements [2023-08-14T19:24:22.980Z] 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:22.980Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-14T19:24:22.980Z] go vet ./... [2023-08-14T19:27:29.701Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-14T19:27:29.701Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-14T19:27:29.701Z] ./bin/test-attribution-txt.sh [2023-08-14T19:27:29.701Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-14T19:27:29.701Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-14T19:27:29.701Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-14T19:27:29.701Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-14T19:27:29.739Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-14T19:27:30.078Z] + ls -al . [2023-08-14T19:27:30.078Z] total 720 [2023-08-14T19:27:30.089Z] drwxrwxr-x 10 1001 1001 4096 Aug 14 19:18 . [2023-08-14T19:27:30.089Z] drwxr-xr-x 4 root root 4096 Aug 14 19:17 .. [2023-08-14T19:27:30.089Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:16 .blubracket [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 16 Aug 14 19:16 .dockerignore [2023-08-14T19:27:30.089Z] drwxrwxr-x 8 1001 1001 4096 Aug 14 19:16 .git [2023-08-14T19:27:30.089Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:16 .github [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 1133 Aug 14 19:16 .gitignore [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 42 Aug 14 19:16 .golangci.yml [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 87 Aug 14 19:16 .hadolint.yml [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 166 Aug 14 19:16 .sonarcloud.properties [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 1171 Aug 14 19:16 ADOPTERS.md [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 11152 Aug 14 19:16 Attribution.txt [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 93407 Aug 14 19:16 CHANGELOG.md [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 3804 Aug 14 19:16 CONTRIBUTING.md [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 677 Aug 14 19:16 GOVERNANCE.md [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 883 Aug 14 19:16 Jenkinsfile [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 10775 Aug 14 19:16 LICENSE [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 14368 Aug 14 19:16 Makefile [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 582 Aug 14 19:16 OWNERS.md [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 9923 Aug 14 19:16 README.md [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 789 Aug 14 19:16 SECURITY.md [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 5 Aug 14 19:12 VERSION [2023-08-14T19:27:30.089Z] drwxrwxr-x 2 1001 1001 4096 Aug 14 19:16 bin [2023-08-14T19:27:30.089Z] drwxrwxr-x 18 1001 1001 4096 Aug 14 19:16 cmd [2023-08-14T19:27:30.089Z] -rw-r--r-- 1 root root 446998 Aug 14 19:24 coverage.out [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 3687 Aug 14 19:16 go.mod [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 33714 Aug 14 19:16 go.sum [2023-08-14T19:27:30.089Z] drwxrwxr-x 7 1001 1001 4096 Aug 14 19:16 internal [2023-08-14T19:27:30.089Z] drwxrwxr-x 3 1001 1001 4096 Aug 14 19:16 openapi [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 594 Aug 14 19:16 security.txt [2023-08-14T19:27:30.089Z] drwxrwxr-x 4 1001 1001 4096 Aug 14 19:16 snap [2023-08-14T19:27:30.089Z] -rw-rw-r-- 1 1001 1001 204 Aug 14 19:16 version.go [Pipeline] sh [2023-08-14T19:27:30.424Z] + '[' -e coverage.out ] [2023-08-14T19:27:30.424Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-14T19:27:30.460Z] Warning: overwriting stash ‘coverage-report’ [2023-08-14T19:27:31.342Z] Stashed 1 file(s) [Pipeline] sh [2023-08-14T19:27:31.665Z] + make build [2023-08-14T19:27:31.665Z] 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:29:38.343Z] 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:29:38.343Z] 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:29:39.304Z] 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:29:43.562Z] 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:39.959Z] 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:30:40.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:30:51.005Z] 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:30:56.358Z] 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:01.704Z] 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:07.055Z] 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:15.276Z] 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:21.991Z] $ docker stop --time=1 72e674dbd070d13aec7dc6f73353a5f387aa3fed26d518f1b8f184c9cfe73c90 [2023-08-14T19:31:24.734Z] $ docker rm -f --volumes 72e674dbd070d13aec7dc6f73353a5f387aa3fed26d518f1b8f184c9cfe73c90 [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:27.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T19:31:27.921Z] [2023-08-14T19:31:27.921Z] 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:28.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T19:31:28.589Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-08-14T19:31:28.589Z] 547446be3368: Pulling fs layer [2023-08-14T19:31:28.589Z] d125d8839a47: Pulling fs layer [2023-08-14T19:31:28.589Z] 3e85d5ac6304: Pulling fs layer [2023-08-14T19:31:28.589Z] c3105a71a48b: Pulling fs layer [2023-08-14T19:31:28.589Z] 0f093f025ec4: Pulling fs layer [2023-08-14T19:31:28.589Z] c3106fc0e877: Pulling fs layer [2023-08-14T19:31:28.589Z] 0f093f025ec4: Waiting [2023-08-14T19:31:28.589Z] c3106fc0e877: Waiting [2023-08-14T19:31:28.589Z] c3105a71a48b: Waiting [2023-08-14T19:31:28.589Z] 547446be3368: Download complete [2023-08-14T19:31:28.589Z] c3105a71a48b: Verifying Checksum [2023-08-14T19:31:28.589Z] c3105a71a48b: Download complete [2023-08-14T19:31:29.174Z] d125d8839a47: Verifying Checksum [2023-08-14T19:31:29.174Z] d125d8839a47: Download complete [2023-08-14T19:31:29.174Z] c3106fc0e877: Verifying Checksum [2023-08-14T19:31:29.174Z] c3106fc0e877: Download complete [2023-08-14T19:31:29.174Z] 0f093f025ec4: Verifying Checksum [2023-08-14T19:31:29.174Z] 0f093f025ec4: Download complete [2023-08-14T19:31:29.440Z] 547446be3368: Pull complete [2023-08-14T19:31:30.407Z] d125d8839a47: Pull complete [2023-08-14T19:31:30.992Z] 3e85d5ac6304: Verifying Checksum [2023-08-14T19:31:30.992Z] 3e85d5ac6304: Download complete [2023-08-14T19:31:39.198Z] 3e85d5ac6304: Pull complete [2023-08-14T19:31:39.198Z] c3105a71a48b: Pull complete [2023-08-14T19:31:40.160Z] 0f093f025ec4: Pull complete [2023-08-14T19:31:40.428Z] c3106fc0e877: Pull complete [2023-08-14T19:31:40.428Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-08-14T19:31:40.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-14T19:31:40.428Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:31:40.769Z] prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container [2023-08-14T19:31:40.840Z] $ 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:31:43.227Z] $ docker top dd2a3f3c85f4425f6decdb10316883de27f910a5046305cf58bec193def27445 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:31:44.118Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-14T19:31:56.466Z] #1 [security-spire-server internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #1 transferring dockerfile: [2023-08-14T19:31:56.466Z] #1 transferring dockerfile: 2.63kB done [2023-08-14T19:31:56.466Z] #1 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #2 [support-notifications internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #2 transferring dockerfile: 1.84kB done [2023-08-14T19:31:56.466Z] #2 DONE 0.0s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #3 [core-command internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #3 transferring dockerfile: 1.82kB done [2023-08-14T19:31:56.466Z] #3 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #4 transferring dockerfile: 2.12kB done [2023-08-14T19:31:56.466Z] #4 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #5 [security-spire-config internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #5 transferring dockerfile: 2.58kB done [2023-08-14T19:31:56.466Z] #5 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #6 transferring dockerfile: 2.38kB 0.0s done [2023-08-14T19:31:56.466Z] #6 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #7 transferring dockerfile: 2.04kB done [2023-08-14T19:31:56.466Z] #7 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #8 [core-metadata internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #8 transferring dockerfile: 1.96kB done [2023-08-14T19:31:56.466Z] #8 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #9 [core-data internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #9 transferring dockerfile: 1.90kB done [2023-08-14T19:31:56.466Z] #9 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #10 transferring dockerfile: 2.82kB done [2023-08-14T19:31:56.466Z] #10 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #11 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #11 transferring dockerfile: 1.78kB done [2023-08-14T19:31:56.466Z] #11 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #12 transferring dockerfile: 2.06kB 0.0s done [2023-08-14T19:31:56.466Z] #12 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #13 [support-scheduler internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #13 transferring dockerfile: 1.82kB done [2023-08-14T19:31:56.466Z] #13 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #14 [security-spire-agent internal] load build definition from Dockerfile [2023-08-14T19:31:56.466Z] #14 transferring dockerfile: 2.68kB done [2023-08-14T19:31:56.466Z] #14 DONE 0.1s [2023-08-14T19:31:56.466Z] [2023-08-14T19:31:56.466Z] #15 [security-spire-server internal] load .dockerignore [2023-08-14T19:31:56.466Z] #15 transferring context: 56B done [2023-08-14T19:31:56.466Z] #15 DONE 0.1s [2023-08-14T19:31:57.054Z] [2023-08-14T19:31:57.054Z] #16 [support-notifications internal] load .dockerignore [2023-08-14T19:31:57.054Z] #16 transferring context: 56B done [2023-08-14T19:31:57.054Z] #16 DONE 0.0s [2023-08-14T19:31:57.318Z] [2023-08-14T19:31:57.318Z] #17 [core-command internal] load .dockerignore [2023-08-14T19:31:57.318Z] #17 transferring context: 56B done [2023-08-14T19:31:57.318Z] #17 DONE 0.0s [2023-08-14T19:31:57.318Z] [2023-08-14T19:31:57.318Z] #18 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-14T19:31:57.318Z] #18 transferring context: 56B done [2023-08-14T19:31:57.319Z] #18 DONE 0.1s [2023-08-14T19:31:57.319Z] [2023-08-14T19:31:57.319Z] #19 [security-spire-config internal] load .dockerignore [2023-08-14T19:31:57.319Z] #19 transferring context: 56B done [2023-08-14T19:31:57.319Z] #19 DONE 0.1s [2023-08-14T19:31:57.319Z] [2023-08-14T19:31:57.319Z] #20 [security-secretstore-setup internal] load .dockerignore [2023-08-14T19:31:57.319Z] #20 transferring context: 56B done [2023-08-14T19:31:57.319Z] #20 DONE 0.1s [2023-08-14T19:31:57.319Z] [2023-08-14T19:31:57.319Z] #21 [security-proxy-auth internal] load .dockerignore [2023-08-14T19:31:57.319Z] #21 transferring context: 56B done [2023-08-14T19:31:57.319Z] #21 DONE 0.1s [2023-08-14T19:31:57.319Z] [2023-08-14T19:31:57.319Z] #22 [core-metadata internal] load .dockerignore [2023-08-14T19:31:57.587Z] #22 transferring context: 56B done [2023-08-14T19:31:57.587Z] #22 DONE 0.0s [2023-08-14T19:31:57.587Z] [2023-08-14T19:31:57.587Z] #23 [core-data internal] load .dockerignore [2023-08-14T19:31:57.587Z] #23 transferring context: 56B done [2023-08-14T19:31:57.587Z] #23 DONE 0.1s [2023-08-14T19:31:57.587Z] [2023-08-14T19:31:57.587Z] #24 [security-bootstrapper internal] load .dockerignore [2023-08-14T19:31:57.587Z] #24 transferring context: 56B done [2023-08-14T19:31:57.587Z] #24 DONE 0.1s [2023-08-14T19:31:57.587Z] [2023-08-14T19:31:57.587Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2023-08-14T19:31:57.587Z] #25 transferring context: 56B 0.0s done [2023-08-14T19:31:57.852Z] #25 DONE 0.1s [2023-08-14T19:31:57.852Z] [2023-08-14T19:31:57.852Z] #26 [security-proxy-setup internal] load .dockerignore [2023-08-14T19:31:57.852Z] #26 transferring context: 56B 0.0s done [2023-08-14T19:31:57.852Z] #26 DONE 0.1s [2023-08-14T19:31:57.852Z] [2023-08-14T19:31:57.852Z] #27 [support-scheduler internal] load .dockerignore [2023-08-14T19:31:57.852Z] #27 transferring context: 56B done [2023-08-14T19:31:57.852Z] #27 DONE 0.1s [2023-08-14T19:31:57.852Z] [2023-08-14T19:31:57.852Z] #28 [security-spire-agent internal] load .dockerignore [2023-08-14T19:31:57.852Z] #28 transferring context: 56B done [2023-08-14T19:31:57.852Z] #28 DONE 0.1s [2023-08-14T19:31:57.852Z] [2023-08-14T19:31:57.852Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:31:57.852Z] #29 DONE 0.0s [2023-08-14T19:31:57.852Z] [2023-08-14T19:31:57.852Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:31:58.117Z] #30 DONE 0.1s [2023-08-14T19:31:58.117Z] [2023-08-14T19:31:58.117Z] #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:31:58.117Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:31:58.117Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:31:58.117Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:31:58.117Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:31:58.117Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:31:58.117Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s [2023-08-14T19:31:58.387Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s [2023-08-14T19:31:58.387Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:31:58.387Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-08-14T19:32:00.188Z] #31 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.188Z] #29 DONE 0.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:00.188Z] #30 DONE 0.2s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:00.188Z] #31 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.188Z] #29 DONE 0.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:00.188Z] #30 DONE 0.3s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #31 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:00.188Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:00.188Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:00.188Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:00.188Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:00.188Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:00.188Z] #31 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #32 [core-command builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:00.188Z] #32 DONE 2.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:00.188Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:00.188Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:00.188Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:00.188Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:00.188Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:00.188Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:00.188Z] #31 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.188Z] #29 DONE 0.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #33 [core-command internal] load build context [2023-08-14T19:32:00.188Z] #33 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:00.188Z] #30 DONE 0.5s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #33 [core-command internal] load build context [2023-08-14T19:32:00.188Z] #33 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.188Z] #29 DONE 0.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #32 [security-spire-config builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:00.188Z] #32 DONE 2.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #34 [security-spire-config builder 2/9] WORKDIR /edgex-go [2023-08-14T19:32:00.188Z] #34 DONE 0.9s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #33 [core-command internal] load build context [2023-08-14T19:32:00.188Z] #33 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.188Z] #29 DONE 0.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #33 [core-command internal] load build context [2023-08-14T19:32:00.188Z] #33 ... [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.188Z] #29 DONE 0.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #32 [security-secretstore-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:00.188Z] #32 DONE 2.1s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #34 [security-secretstore-setup builder 2/9] WORKDIR /edgex-go [2023-08-14T19:32:00.188Z] #34 DONE 1.0s [2023-08-14T19:32:00.188Z] [2023-08-14T19:32:00.188Z] #33 [core-command internal] load build context [2023-08-14T19:32:00.454Z] #33 ... [2023-08-14T19:32:00.454Z] [2023-08-14T19:32:00.454Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.454Z] #29 DONE 0.0s [2023-08-14T19:32:00.454Z] [2023-08-14T19:32:00.454Z] #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:00.454Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:00.454Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:00.454Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:00.454Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:00.454Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:00.454Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:00.454Z] #31 DONE 3.1s [2023-08-14T19:32:00.454Z] [2023-08-14T19:32:00.454Z] #33 [core-command internal] load build context [2023-08-14T19:32:00.727Z] #33 ... [2023-08-14T19:32:00.727Z] [2023-08-14T19:32:00.727Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:00.727Z] #29 DONE 0.0s [2023-08-14T19:32:00.727Z] [2023-08-14T19:32:00.727Z] #33 [core-command internal] load build context [2023-08-14T19:32:01.020Z] #33 ... [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #32 [core-data builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:01.020Z] #32 DONE 2.1s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #34 [core-data builder 2/9] WORKDIR /edgex-go [2023-08-14T19:32:01.020Z] #34 DONE 1.0s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:01.020Z] #29 DONE 0.0s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:01.020Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:01.020Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:01.020Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:01.020Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:01.020Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:01.020Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:01.020Z] #31 DONE 3.1s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #33 [core-command internal] load build context [2023-08-14T19:32:01.020Z] #33 ... [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #32 [security-bootstrapper builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:01.020Z] #32 DONE 2.1s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #34 [security-bootstrapper builder 2/9] WORKDIR /edgex-go [2023-08-14T19:32:01.020Z] #34 DONE 1.0s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:01.020Z] #29 DONE 0.0s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #31 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:01.020Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:01.020Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:01.020Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:01.020Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:01.020Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:01.020Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:01.020Z] #31 DONE 3.2s [2023-08-14T19:32:01.020Z] [2023-08-14T19:32:01.020Z] #33 [core-command internal] load build context [2023-08-14T19:32:01.289Z] #33 ... [2023-08-14T19:32:01.289Z] [2023-08-14T19:32:01.289Z] #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-14T19:32:01.289Z] #29 DONE 0.0s [2023-08-14T19:32:01.289Z] [2023-08-14T19:32:01.289Z] #33 [core-command internal] load build context [2023-08-14T19:32:02.715Z] #33 transferring context: 16.10MB 3.2s [2023-08-14T19:32:02.984Z] #33 ... [2023-08-14T19:32:02.984Z] [2023-08-14T19:32:02.984Z] #32 [security-spire-agent builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:02.984Z] #32 DONE 2.2s [2023-08-14T19:32:02.984Z] [2023-08-14T19:32:02.984Z] #34 [security-spire-agent builder 2/9] WORKDIR /edgex-go [2023-08-14T19:32:02.984Z] #34 DONE 1.1s [2023-08-14T19:32:02.984Z] [2023-08-14T19:32:02.984Z] #31 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:02.984Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:02.984Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:02.984Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:02.984Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:02.984Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:02.984Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:02.984Z] #31 DONE 3.2s [2023-08-14T19:32:02.984Z] [2023-08-14T19:32:02.984Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-14T19:32:02.984Z] #30 DONE 3.6s [2023-08-14T19:32:02.984Z] [2023-08-14T19:32:02.984Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:02.984Z] #35 DONE 0.0s [2023-08-14T19:32:02.984Z] [2023-08-14T19:32:02.984Z] #33 [core-command internal] load build context [2023-08-14T19:32:03.254Z] #33 ... [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #32 [support-scheduler builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:03.254Z] #32 DONE 2.2s [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #34 [support-scheduler builder 2/9] WORKDIR /edgex-go [2023-08-14T19:32:03.254Z] #34 DONE 1.1s [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #31 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:03.254Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:03.254Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:03.254Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:03.254Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:03.254Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:03.254Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:03.254Z] #31 DONE 3.2s [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #32 [security-proxy-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 [2023-08-14T19:32:03.254Z] #32 DONE 2.2s [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #34 [security-proxy-setup builder 2/9] WORKDIR /edgex-go [2023-08-14T19:32:03.254Z] #34 DONE 1.1s [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-14T19:32:03.254Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-14T19:32:03.254Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-14T19:32:03.254Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-14T19:32:03.254Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-14T19:32:03.254Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-14T19:32:03.254Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.0s done [2023-08-14T19:32:03.254Z] #31 DONE 3.2s [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #36 [support-scheduler internal] load build context [2023-08-14T19:32:03.254Z] #36 DONE 0.0s [2023-08-14T19:32:03.254Z] [2023-08-14T19:32:03.254Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:08.623Z] #35 ... [2023-08-14T19:32:08.623Z] [2023-08-14T19:32:08.623Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:08.623Z] #37 transferring context: 53.82MB 9.8s [2023-08-14T19:32:08.623Z] #37 ... [2023-08-14T19:32:08.623Z] [2023-08-14T19:32:08.623Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:09.207Z] #35 ... [2023-08-14T19:32:09.207Z] [2023-08-14T19:32:09.207Z] #38 [support-notifications internal] load build context [2023-08-14T19:32:09.207Z] #38 ... [2023-08-14T19:32:09.207Z] [2023-08-14T19:32:09.207Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:09.474Z] #39 ... [2023-08-14T19:32:09.474Z] [2023-08-14T19:32:09.474Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:09.741Z] #35 ... [2023-08-14T19:32:09.741Z] [2023-08-14T19:32:09.741Z] #40 [security-spire-config internal] load build context [2023-08-14T19:32:10.042Z] #40 ... [2023-08-14T19:32:10.043Z] [2023-08-14T19:32:10.043Z] #41 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:10.043Z] #0 8.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:10.043Z] #41 ... [2023-08-14T19:32:10.043Z] [2023-08-14T19:32:10.043Z] #42 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T19:32:10.043Z] #0 6.045 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:10.043Z] #0 7.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:10.043Z] #0 9.488 OK: 263 MiB in 53 packages [2023-08-14T19:32:10.310Z] #42 ... [2023-08-14T19:32:10.310Z] [2023-08-14T19:32:10.310Z] #43 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:10.310Z] #0 5.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:10.310Z] #0 6.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:10.310Z] #0 10.01 OK: 263 MiB in 53 packages [2023-08-14T19:32:10.310Z] #43 ... [2023-08-14T19:32:10.310Z] [2023-08-14T19:32:10.310Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:10.310Z] #44 ... [2023-08-14T19:32:10.310Z] [2023-08-14T19:32:10.310Z] #45 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T19:32:10.310Z] #0 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:10.577Z] #45 ... [2023-08-14T19:32:10.577Z] [2023-08-14T19:32:10.577Z] #46 [security-proxy-auth internal] load build context [2023-08-14T19:32:10.577Z] #46 ... [2023-08-14T19:32:10.577Z] [2023-08-14T19:32:10.577Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:10.577Z] #0 8.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:10.577Z] #47 ... [2023-08-14T19:32:10.577Z] [2023-08-14T19:32:10.577Z] #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:32:10.923Z] #48 ... [2023-08-14T19:32:10.923Z] [2023-08-14T19:32:10.923Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:10.923Z] #49 ... [2023-08-14T19:32:10.923Z] [2023-08-14T19:32:10.923Z] #50 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:32:11.194Z] #50 ... [2023-08-14T19:32:11.194Z] [2023-08-14T19:32:11.194Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:11.194Z] #51 ... [2023-08-14T19:32:11.194Z] [2023-08-14T19:32:11.194Z] #42 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-14T19:32:11.194Z] #42 DONE 11.4s [2023-08-14T19:32:11.194Z] [2023-08-14T19:32:11.194Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:11.194Z] #51 ... [2023-08-14T19:32:11.194Z] [2023-08-14T19:32:11.194Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:32:11.194Z] #52 ... [2023-08-14T19:32:11.194Z] [2023-08-14T19:32:11.194Z] #53 [core-data internal] load build context [2023-08-14T19:32:11.462Z] #53 ... [2023-08-14T19:32:11.462Z] [2023-08-14T19:32:11.462Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:11.462Z] #0 9.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:11.462Z] #54 ... [2023-08-14T19:32:11.462Z] [2023-08-14T19:32:11.462Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:32:11.729Z] #55 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:11.729Z] #55 ... [2023-08-14T19:32:11.729Z] [2023-08-14T19:32:11.729Z] #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:11.729Z] #56 ... [2023-08-14T19:32:11.729Z] [2023-08-14T19:32:11.729Z] #57 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:11.729Z] #57 ... [2023-08-14T19:32:11.729Z] [2023-08-14T19:32:11.729Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:32:11.996Z] #58 ... [2023-08-14T19:32:11.996Z] [2023-08-14T19:32:11.996Z] #57 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:12.264Z] #57 ... [2023-08-14T19:32:12.264Z] [2023-08-14T19:32:12.264Z] #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:12.264Z] #59 ... [2023-08-14T19:32:12.264Z] [2023-08-14T19:32:12.264Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:12.264Z] #51 ... [2023-08-14T19:32:12.264Z] [2023-08-14T19:32:12.264Z] #43 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:12.264Z] #43 DONE 12.0s [2023-08-14T19:32:12.531Z] [2023-08-14T19:32:12.531Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:13.492Z] #51 ... [2023-08-14T19:32:13.492Z] [2023-08-14T19:32:13.492Z] #33 [core-command internal] load build context [2023-08-14T19:32:13.492Z] #33 ... [2023-08-14T19:32:13.492Z] [2023-08-14T19:32:13.492Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:13.492Z] #60 ... [2023-08-14T19:32:13.492Z] [2023-08-14T19:32:13.492Z] #36 [support-scheduler internal] load build context [2023-08-14T19:32:13.492Z] #36 ... [2023-08-14T19:32:13.492Z] [2023-08-14T19:32:13.492Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:14.079Z] #60 transferring context: 3.36MB 9.4s [2023-08-14T19:32:14.660Z] #60 ... [2023-08-14T19:32:14.660Z] [2023-08-14T19:32:14.660Z] #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:14.660Z] #61 ... [2023-08-14T19:32:14.660Z] [2023-08-14T19:32:14.660Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:16.091Z] #60 ... [2023-08-14T19:32:16.091Z] [2023-08-14T19:32:16.091Z] #41 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-08-14T19:32:16.091Z] #41 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:16.091Z] #41 14.58 OK: 263 MiB in 53 packages [2023-08-14T19:32:16.091Z] #41 DONE 16.5s [2023-08-14T19:32:16.091Z] [2023-08-14T19:32:16.091Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:18.698Z] #60 ... [2023-08-14T19:32:18.698Z] [2023-08-14T19:32:18.698Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:18.698Z] #37 transferring context: 71.05MB 20.3s [2023-08-14T19:32:18.698Z] #37 ... [2023-08-14T19:32:18.698Z] [2023-08-14T19:32:18.698Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:18.967Z] #60 ... [2023-08-14T19:32:18.967Z] [2023-08-14T19:32:18.967Z] #45 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-14T19:32:18.967Z] #45 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:18.967Z] #45 18.30 OK: 263 MiB in 53 packages [2023-08-14T19:32:18.967Z] #45 DONE 20.3s [2023-08-14T19:32:18.967Z] [2023-08-14T19:32:18.967Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:19.924Z] #60 ... [2023-08-14T19:32:19.924Z] [2023-08-14T19:32:19.924Z] #38 [support-notifications internal] load build context [2023-08-14T19:32:19.924Z] #38 ... [2023-08-14T19:32:19.924Z] [2023-08-14T19:32:19.924Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:19.924Z] #35 ... [2023-08-14T19:32:19.924Z] [2023-08-14T19:32:19.924Z] #40 [security-spire-config internal] load build context [2023-08-14T19:32:20.190Z] #40 ... [2023-08-14T19:32:20.190Z] [2023-08-14T19:32:20.190Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:20.190Z] #39 ... [2023-08-14T19:32:20.190Z] [2023-08-14T19:32:20.190Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:20.457Z] #35 ... [2023-08-14T19:32:20.457Z] [2023-08-14T19:32:20.457Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:20.457Z] #44 ... [2023-08-14T19:32:20.457Z] [2023-08-14T19:32:20.457Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:20.724Z] #35 ... [2023-08-14T19:32:20.724Z] [2023-08-14T19:32:20.724Z] #46 [security-proxy-auth internal] load build context [2023-08-14T19:32:20.724Z] #46 ... [2023-08-14T19:32:20.724Z] [2023-08-14T19:32:20.724Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:21.308Z] #44 ... [2023-08-14T19:32:21.308Z] [2023-08-14T19:32:21.308Z] #53 [core-data internal] load build context [2023-08-14T19:32:21.576Z] #53 ... [2023-08-14T19:32:21.576Z] [2023-08-14T19:32:21.576Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:21.846Z] #44 ... [2023-08-14T19:32:21.846Z] [2023-08-14T19:32:21.846Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:32:21.846Z] #52 ... [2023-08-14T19:32:21.846Z] [2023-08-14T19:32:21.846Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:21.846Z] #47 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:21.846Z] #47 16.92 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:21.846Z] #47 16.95 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:21.846Z] #47 16.95 OK: 17689 distinct packages available [2023-08-14T19:32:21.846Z] #47 18.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:21.846Z] #47 ... [2023-08-14T19:32:21.846Z] [2023-08-14T19:32:21.846Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:22.430Z] #44 ... [2023-08-14T19:32:22.430Z] [2023-08-14T19:32:22.430Z] #57 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:22.430Z] #57 ... [2023-08-14T19:32:22.430Z] [2023-08-14T19:32:22.430Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:22.430Z] #54 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:22.430Z] #54 18.07 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:22.430Z] #54 18.07 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:22.430Z] #54 18.07 OK: 17694 distinct packages available [2023-08-14T19:32:22.430Z] #54 19.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:22.696Z] #54 ... [2023-08-14T19:32:22.696Z] [2023-08-14T19:32:22.696Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:23.278Z] #44 ... [2023-08-14T19:32:23.278Z] [2023-08-14T19:32:23.278Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:23.545Z] #51 ... [2023-08-14T19:32:23.545Z] [2023-08-14T19:32:23.545Z] #33 [core-command internal] load build context [2023-08-14T19:32:23.545Z] #33 ... [2023-08-14T19:32:23.545Z] [2023-08-14T19:32:23.545Z] #50 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:32:23.545Z] #50 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:23.545Z] #50 17.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:23.812Z] #50 ... [2023-08-14T19:32:23.812Z] [2023-08-14T19:32:23.812Z] #33 [core-command internal] load build context [2023-08-14T19:32:24.078Z] #33 ... [2023-08-14T19:32:24.078Z] [2023-08-14T19:32:24.078Z] #55 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-14T19:32:24.078Z] #55 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:24.078Z] #55 20.57 (1/4) Installing ca-certificates (20230506-r0) [2023-08-14T19:32:24.078Z] #55 20.93 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:24.078Z] #55 20.94 (3/4) Installing su-exec (0.2-r2) [2023-08-14T19:32:24.078Z] #55 20.95 (4/4) Installing yq (4.30.4-r4) [2023-08-14T19:32:24.078Z] #55 22.17 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:24.078Z] #55 22.35 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:32:24.346Z] #55 ... [2023-08-14T19:32:24.346Z] [2023-08-14T19:32:24.346Z] #36 [support-scheduler internal] load build context [2023-08-14T19:32:24.346Z] #36 ... [2023-08-14T19:32:24.346Z] [2023-08-14T19:32:24.346Z] #33 [core-command internal] load build context [2023-08-14T19:32:24.346Z] #33 transferring context: 56.23MB 25.0s [2023-08-14T19:32:25.308Z] #33 ... [2023-08-14T19:32:25.308Z] [2023-08-14T19:32:25.308Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:25.308Z] #49 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:25.308Z] #49 18.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:25.308Z] #49 ... [2023-08-14T19:32:25.308Z] [2023-08-14T19:32:25.308Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:25.308Z] #54 24.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:26.715Z] #54 ... [2023-08-14T19:32:26.715Z] [2023-08-14T19:32:26.715Z] #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:32:26.715Z] #48 15.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:26.715Z] #48 19.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:26.715Z] #48 ... [2023-08-14T19:32:26.715Z] [2023-08-14T19:32:26.715Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:26.715Z] #49 25.86 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:26.715Z] #49 25.93 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:26.982Z] #49 26.14 OK: 8 MiB in 16 packages [2023-08-14T19:32:28.934Z] #49 ... [2023-08-14T19:32:28.934Z] [2023-08-14T19:32:28.934Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:28.934Z] #37 transferring context: 101.18MB 30.6s [2023-08-14T19:32:28.934Z] #37 ... [2023-08-14T19:32:28.934Z] [2023-08-14T19:32:28.934Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:32:28.934Z] #58 16.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:28.934Z] #58 21.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:28.934Z] #58 ... [2023-08-14T19:32:28.934Z] [2023-08-14T19:32:28.934Z] #55 [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.934Z] #55 25.41 OK: 17 MiB in 19 packages [2023-08-14T19:32:28.934Z] #55 DONE 28.2s [2023-08-14T19:32:28.934Z] [2023-08-14T19:32:28.934Z] #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:28.934Z] #56 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:28.934Z] #56 21.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:28.934Z] #56 ... [2023-08-14T19:32:28.934Z] [2023-08-14T19:32:28.934Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:29.520Z] #37 ... [2023-08-14T19:32:29.520Z] [2023-08-14T19:32:29.520Z] #49 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:29.520Z] #49 DONE 28.7s [2023-08-14T19:32:29.520Z] [2023-08-14T19:32:29.521Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:29.521Z] #37 ... [2023-08-14T19:32:29.521Z] [2023-08-14T19:32:29.521Z] #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:29.521Z] #61 14.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:29.521Z] #61 19.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:29.521Z] #61 ... [2023-08-14T19:32:29.521Z] [2023-08-14T19:32:29.521Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:29.796Z] #39 ... [2023-08-14T19:32:29.796Z] [2023-08-14T19:32:29.796Z] #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:29.796Z] #59 17.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:29.796Z] #59 21.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:30.064Z] #59 ... [2023-08-14T19:32:30.064Z] [2023-08-14T19:32:30.064Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:30.064Z] #60 ... [2023-08-14T19:32:30.064Z] [2023-08-14T19:32:30.064Z] #38 [support-notifications internal] load build context [2023-08-14T19:32:30.064Z] #38 ... [2023-08-14T19:32:30.064Z] [2023-08-14T19:32:30.065Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:30.331Z] #60 ... [2023-08-14T19:32:30.331Z] [2023-08-14T19:32:30.331Z] #40 [security-spire-config internal] load build context [2023-08-14T19:32:30.331Z] #40 ... [2023-08-14T19:32:30.331Z] [2023-08-14T19:32:30.331Z] #58 [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.331Z] #58 28.42 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:30.331Z] #58 28.42 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:30.331Z] #58 28.42 OK: 17689 distinct packages available [2023-08-14T19:32:30.916Z] #58 ... [2023-08-14T19:32:30.916Z] [2023-08-14T19:32:30.916Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:30.916Z] #35 ... [2023-08-14T19:32:30.916Z] [2023-08-14T19:32:30.916Z] #46 [security-proxy-auth internal] load build context [2023-08-14T19:32:30.916Z] #46 ... [2023-08-14T19:32:30.916Z] [2023-08-14T19:32:30.916Z] #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:30.916Z] #61 26.48 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:31.184Z] #61 26.51 (2/2) Installing openssl (3.0.10-r0) [2023-08-14T19:32:31.454Z] #61 26.78 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:31.455Z] #61 26.94 OK: 8 MiB in 17 packages [2023-08-14T19:32:31.721Z] #61 ... [2023-08-14T19:32:31.722Z] [2023-08-14T19:32:31.722Z] #53 [core-data internal] load build context [2023-08-14T19:32:31.722Z] #53 ... [2023-08-14T19:32:31.722Z] [2023-08-14T19:32:31.722Z] #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:31.722Z] #59 29.57 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:31.722Z] #59 29.57 (2/2) Installing su-exec (0.2-r2) [2023-08-14T19:32:31.722Z] #59 29.57 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:32.012Z] #59 ... [2023-08-14T19:32:32.012Z] [2023-08-14T19:32:32.012Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:32:32.012Z] #52 ... [2023-08-14T19:32:32.012Z] [2023-08-14T19:32:32.013Z] #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:32.013Z] #59 29.84 OK: 8 MiB in 17 packages [2023-08-14T19:32:32.281Z] #59 ... [2023-08-14T19:32:32.281Z] [2023-08-14T19:32:32.281Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:32.281Z] #47 21.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:32.281Z] #47 29.40 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:32.281Z] #47 29.45 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:32:32.281Z] #47 29.49 (3/4) Installing libucontext (1.2-r0) [2023-08-14T19:32:32.281Z] #47 29.53 (4/4) Installing gcompat (1.1.0-r0) [2023-08-14T19:32:32.281Z] #47 29.59 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:32.281Z] #47 29.78 OK: 8 MiB in 19 packages [2023-08-14T19:32:32.281Z] #47 ... [2023-08-14T19:32:32.281Z] [2023-08-14T19:32:32.281Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:32.281Z] #54 31.45 OK: 263 MiB in 53 packages [2023-08-14T19:32:32.558Z] #54 ... [2023-08-14T19:32:32.558Z] [2023-08-14T19:32:32.558Z] #57 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:32.558Z] #57 ... [2023-08-14T19:32:32.558Z] [2023-08-14T19:32:32.558Z] #47 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-14T19:32:32.558Z] #47 DONE 32.1s [2023-08-14T19:32:32.558Z] [2023-08-14T19:32:32.558Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:33.168Z] #39 ... [2023-08-14T19:32:33.168Z] [2023-08-14T19:32:33.168Z] #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-14T19:32:33.168Z] #56 29.44 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:33.168Z] #56 29.48 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:33.168Z] #56 29.55 OK: 8 MiB in 16 packages [2023-08-14T19:32:33.168Z] #56 DONE 31.4s [2023-08-14T19:32:33.168Z] [2023-08-14T19:32:33.168Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:33.749Z] #39 ... [2023-08-14T19:32:33.749Z] [2023-08-14T19:32:33.749Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:33.749Z] #51 ... [2023-08-14T19:32:33.749Z] [2023-08-14T19:32:33.749Z] #61 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-14T19:32:33.749Z] #61 DONE 29.2s [2023-08-14T19:32:33.749Z] [2023-08-14T19:32:33.749Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:33.749Z] #51 ... [2023-08-14T19:32:33.749Z] [2023-08-14T19:32:33.749Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:33.749Z] #44 ... [2023-08-14T19:32:33.749Z] [2023-08-14T19:32:33.749Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:34.333Z] #39 ... [2023-08-14T19:32:34.333Z] [2023-08-14T19:32:34.333Z] #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-14T19:32:34.333Z] #59 DONE 32.0s [2023-08-14T19:32:34.333Z] [2023-08-14T19:32:34.333Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:34.333Z] #39 ... [2023-08-14T19:32:34.333Z] [2023-08-14T19:32:34.333Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-14T19:32:34.333Z] #54 DONE 33.4s [2023-08-14T19:32:34.333Z] [2023-08-14T19:32:34.333Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:34.599Z] #39 ... [2023-08-14T19:32:34.599Z] [2023-08-14T19:32:34.599Z] #36 [support-scheduler internal] load build context [2023-08-14T19:32:34.599Z] #36 ... [2023-08-14T19:32:34.599Z] [2023-08-14T19:32:34.599Z] #48 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-14T19:32:34.599Z] #48 27.21 (1/2) Installing ca-certificates (20230506-r0) [2023-08-14T19:32:34.599Z] #48 28.03 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:34.599Z] #48 28.03 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:34.599Z] #48 28.23 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:32:34.599Z] #48 31.32 OK: 8 MiB in 17 packages [2023-08-14T19:32:34.599Z] #48 DONE 33.9s [2023-08-14T19:32:34.599Z] [2023-08-14T19:32:34.599Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:34.865Z] #39 transferring context: 78.65MB 34.6s [2023-08-14T19:32:35.131Z] #39 ... [2023-08-14T19:32:35.131Z] [2023-08-14T19:32:35.131Z] #33 [core-command internal] load build context [2023-08-14T19:32:35.400Z] #33 ... [2023-08-14T19:32:35.400Z] [2023-08-14T19:32:35.400Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:35.668Z] #39 ... [2023-08-14T19:32:35.668Z] [2023-08-14T19:32:35.668Z] #62 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-14T19:32:35.668Z] #62 DONE 1.5s [2023-08-14T19:32:35.668Z] [2023-08-14T19:32:35.668Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:35.934Z] #39 ... [2023-08-14T19:32:35.934Z] [2023-08-14T19:32:35.934Z] #50 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-14T19:32:35.934Z] #50 27.70 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-14T19:32:35.934Z] #50 27.70 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-14T19:32:35.934Z] #50 27.70 OK: 17689 distinct packages available [2023-08-14T19:32:35.934Z] #50 29.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:35.934Z] #50 32.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:35.934Z] #50 35.03 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:35.934Z] #50 35.05 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:32:35.934Z] #50 35.05 (3/5) Installing libucontext (1.2-r0) [2023-08-14T19:32:35.934Z] #50 35.06 (4/5) Installing gcompat (1.1.0-r0) [2023-08-14T19:32:35.934Z] #50 35.09 (5/5) Installing openssl (3.0.10-r0) [2023-08-14T19:32:35.934Z] #50 35.21 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:35.934Z] #50 35.21 OK: 9 MiB in 20 packages [2023-08-14T19:32:35.934Z] #50 DONE 36.2s [2023-08-14T19:32:35.934Z] [2023-08-14T19:32:35.934Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:37.874Z] #39 ... [2023-08-14T19:32:37.874Z] [2023-08-14T19:32:37.874Z] #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-14T19:32:37.874Z] #58 29.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:37.874Z] #58 31.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-14T19:32:37.874Z] #58 33.76 (1/9) Installing ca-certificates (20230506-r0) [2023-08-14T19:32:37.874Z] #58 33.85 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-14T19:32:37.874Z] #58 33.90 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-14T19:32:37.874Z] #58 33.90 (4/9) Installing libcurl (8.2.1-r0) [2023-08-14T19:32:37.874Z] #58 33.94 (5/9) Installing curl (8.2.1-r0) [2023-08-14T19:32:37.874Z] #58 33.94 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-14T19:32:37.874Z] #58 33.94 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-14T19:32:37.874Z] #58 33.99 (8/9) Installing libucontext (1.2-r0) [2023-08-14T19:32:37.874Z] #58 33.99 (9/9) Installing gcompat (1.1.0-r0) [2023-08-14T19:32:37.874Z] #58 33.99 Executing busybox-1.35.0-r29.trigger [2023-08-14T19:32:37.874Z] #58 34.09 Executing ca-certificates-20230506-r0.trigger [2023-08-14T19:32:37.874Z] #58 34.57 OK: 11 MiB in 24 packages [2023-08-14T19:32:37.874Z] #58 DONE 35.6s [2023-08-14T19:32:37.874Z] [2023-08-14T19:32:37.874Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:39.285Z] #39 ... [2023-08-14T19:32:39.285Z] [2023-08-14T19:32:39.285Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-14T19:32:39.285Z] #63 DONE 5.2s [2023-08-14T19:32:39.285Z] [2023-08-14T19:32:39.285Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:39.552Z] #39 ... [2023-08-14T19:32:39.552Z] [2023-08-14T19:32:39.552Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:39.552Z] #37 transferring context: 126.51MB 41.4s [2023-08-14T19:32:39.552Z] #37 ... [2023-08-14T19:32:39.552Z] [2023-08-14T19:32:39.552Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:40.529Z] #39 ... [2023-08-14T19:32:40.529Z] [2023-08-14T19:32:40.529Z] #38 [support-notifications internal] load build context [2023-08-14T19:32:40.529Z] #38 ... [2023-08-14T19:32:40.529Z] [2023-08-14T19:32:40.529Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-14T19:32:40.529Z] #64 DONE 0.9s [2023-08-14T19:32:40.529Z] [2023-08-14T19:32:40.529Z] #38 [support-notifications internal] load build context [2023-08-14T19:32:40.529Z] #38 ... [2023-08-14T19:32:40.529Z] [2023-08-14T19:32:40.529Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:40.529Z] #60 ... [2023-08-14T19:32:40.529Z] [2023-08-14T19:32:40.529Z] #40 [security-spire-config internal] load build context [2023-08-14T19:32:40.529Z] #40 ... [2023-08-14T19:32:40.529Z] [2023-08-14T19:32:40.529Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:41.113Z] #39 ... [2023-08-14T19:32:41.113Z] [2023-08-14T19:32:41.113Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:41.113Z] #35 ... [2023-08-14T19:32:41.113Z] [2023-08-14T19:32:41.113Z] #46 [security-proxy-auth internal] load build context [2023-08-14T19:32:41.113Z] #46 ... [2023-08-14T19:32:41.113Z] [2023-08-14T19:32:41.113Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:42.073Z] #60 ... [2023-08-14T19:32:42.073Z] [2023-08-14T19:32:42.073Z] #53 [core-data internal] load build context [2023-08-14T19:32:42.073Z] #53 ... [2023-08-14T19:32:42.073Z] [2023-08-14T19:32:42.073Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:32:42.339Z] #52 ... [2023-08-14T19:32:42.339Z] [2023-08-14T19:32:42.339Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:42.609Z] #60 ... [2023-08-14T19:32:42.609Z] [2023-08-14T19:32:42.609Z] #57 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:42.877Z] #57 ... [2023-08-14T19:32:42.877Z] [2023-08-14T19:32:42.877Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:43.833Z] #60 ... [2023-08-14T19:32:43.833Z] [2023-08-14T19:32:43.833Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:44.099Z] #44 ... [2023-08-14T19:32:44.099Z] [2023-08-14T19:32:44.099Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:44.366Z] #60 ... [2023-08-14T19:32:44.366Z] [2023-08-14T19:32:44.366Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:44.366Z] #51 ... [2023-08-14T19:32:44.366Z] [2023-08-14T19:32:44.366Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:44.948Z] #60 ... [2023-08-14T19:32:44.948Z] [2023-08-14T19:32:44.948Z] #36 [support-scheduler internal] load build context [2023-08-14T19:32:44.948Z] #36 ... [2023-08-14T19:32:44.948Z] [2023-08-14T19:32:44.948Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:45.529Z] #51 transferring context: 96.59MB 45.2s [2023-08-14T19:32:45.529Z] #51 ... [2023-08-14T19:32:45.529Z] [2023-08-14T19:32:45.530Z] #33 [core-command internal] load build context [2023-08-14T19:32:45.530Z] #33 ... [2023-08-14T19:32:45.530Z] [2023-08-14T19:32:45.530Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:49.980Z] #51 ... [2023-08-14T19:32:49.980Z] [2023-08-14T19:32:49.980Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:49.980Z] #37 transferring context: 174.00MB 51.6s [2023-08-14T19:32:49.980Z] #37 ... [2023-08-14T19:32:49.980Z] [2023-08-14T19:32:49.980Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:50.588Z] #51 ... [2023-08-14T19:32:50.588Z] [2023-08-14T19:32:50.588Z] #38 [support-notifications internal] load build context [2023-08-14T19:32:50.588Z] #38 ... [2023-08-14T19:32:50.588Z] [2023-08-14T19:32:50.588Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:32:50.853Z] #51 ... [2023-08-14T19:32:50.853Z] [2023-08-14T19:32:50.853Z] #40 [security-spire-config internal] load build context [2023-08-14T19:32:50.853Z] #40 ... [2023-08-14T19:32:50.853Z] [2023-08-14T19:32:50.853Z] #38 [support-notifications internal] load build context [2023-08-14T19:32:50.853Z] #38 ... [2023-08-14T19:32:50.853Z] [2023-08-14T19:32:50.853Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:51.118Z] #39 ... [2023-08-14T19:32:51.118Z] [2023-08-14T19:32:51.118Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:51.118Z] #37 ... [2023-08-14T19:32:51.118Z] [2023-08-14T19:32:51.118Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:51.395Z] #35 ... [2023-08-14T19:32:51.395Z] [2023-08-14T19:32:51.395Z] #46 [security-proxy-auth internal] load build context [2023-08-14T19:32:51.395Z] #46 ... [2023-08-14T19:32:51.395Z] [2023-08-14T19:32:51.395Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:52.361Z] #35 ... [2023-08-14T19:32:52.361Z] [2023-08-14T19:32:52.361Z] #53 [core-data internal] load build context [2023-08-14T19:32:52.361Z] #53 ... [2023-08-14T19:32:52.361Z] [2023-08-14T19:32:52.361Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:52.361Z] #35 ... [2023-08-14T19:32:52.361Z] [2023-08-14T19:32:52.361Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:32:52.629Z] #52 ... [2023-08-14T19:32:52.629Z] [2023-08-14T19:32:52.629Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:52.629Z] #35 ... [2023-08-14T19:32:52.629Z] [2023-08-14T19:32:52.629Z] #37 [security-spire-server internal] load build context [2023-08-14T19:32:52.629Z] #37 transferring context: 188.04MB 54.3s done [2023-08-14T19:32:52.629Z] #37 DONE 54.7s [2023-08-14T19:32:52.629Z] [2023-08-14T19:32:52.629Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:52.898Z] #35 ... [2023-08-14T19:32:52.898Z] [2023-08-14T19:32:52.898Z] #57 [security-spiffe-token-provider internal] load build context [2023-08-14T19:32:53.171Z] #57 ... [2023-08-14T19:32:53.171Z] [2023-08-14T19:32:53.171Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:54.134Z] #35 ... [2023-08-14T19:32:54.134Z] [2023-08-14T19:32:54.134Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:32:54.134Z] #44 ... [2023-08-14T19:32:54.134Z] [2023-08-14T19:32:54.134Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:32:55.098Z] #35 ... [2023-08-14T19:32:55.098Z] [2023-08-14T19:32:55.098Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:55.098Z] #60 ... [2023-08-14T19:32:55.098Z] [2023-08-14T19:32:55.098Z] #36 [support-scheduler internal] load build context [2023-08-14T19:32:55.098Z] #36 ... [2023-08-14T19:32:55.098Z] [2023-08-14T19:32:55.098Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:55.364Z] #60 ... [2023-08-14T19:32:55.364Z] [2023-08-14T19:32:55.364Z] #65 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:32:55.364Z] #65 DONE 2.6s [2023-08-14T19:32:55.364Z] [2023-08-14T19:32:55.364Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:55.952Z] #60 ... [2023-08-14T19:32:55.952Z] [2023-08-14T19:32:55.952Z] #33 [core-command internal] load build context [2023-08-14T19:32:55.952Z] #33 ... [2023-08-14T19:32:55.952Z] [2023-08-14T19:32:55.952Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:57.360Z] #60 ... [2023-08-14T19:32:57.360Z] [2023-08-14T19:32:57.360Z] #39 [core-metadata internal] load build context [2023-08-14T19:32:57.360Z] #39 transferring context: 188.04MB 56.7s done [2023-08-14T19:32:57.360Z] #39 DONE 57.1s [2023-08-14T19:32:57.360Z] [2023-08-14T19:32:57.360Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:32:59.312Z] #60 ... [2023-08-14T19:32:59.312Z] [2023-08-14T19:32:59.312Z] #66 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:32:59.312Z] #66 DONE 1.4s [2023-08-14T19:32:59.312Z] [2023-08-14T19:32:59.312Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:33:00.288Z] #60 ... [2023-08-14T19:33:00.288Z] [2023-08-14T19:33:00.288Z] #46 [security-proxy-auth internal] load build context [2023-08-14T19:33:00.288Z] #46 transferring context: 188.04MB 59.4s done [2023-08-14T19:33:00.288Z] #46 DONE 59.9s [2023-08-14T19:33:00.288Z] [2023-08-14T19:33:00.288Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:33:00.874Z] #60 ... [2023-08-14T19:33:00.874Z] [2023-08-14T19:33:00.874Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:00.874Z] #51 ... [2023-08-14T19:33:00.874Z] [2023-08-14T19:33:00.874Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:33:00.874Z] #60 ... [2023-08-14T19:33:00.874Z] [2023-08-14T19:33:00.874Z] #40 [security-spire-config internal] load build context [2023-08-14T19:33:01.182Z] #40 ... [2023-08-14T19:33:01.182Z] [2023-08-14T19:33:01.182Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:01.182Z] #38 ... [2023-08-14T19:33:01.182Z] [2023-08-14T19:33:01.182Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:02.590Z] #51 ... [2023-08-14T19:33:02.590Z] [2023-08-14T19:33:02.590Z] #53 [core-data internal] load build context [2023-08-14T19:33:02.590Z] #53 ... [2023-08-14T19:33:02.590Z] [2023-08-14T19:33:02.590Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:02.590Z] #38 ... [2023-08-14T19:33:02.590Z] [2023-08-14T19:33:02.590Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:33:02.855Z] #52 ... [2023-08-14T19:33:02.855Z] [2023-08-14T19:33:02.855Z] #57 [security-spiffe-token-provider internal] load build context [2023-08-14T19:33:02.855Z] #57 transferring context: 188.04MB 59.7s done [2023-08-14T19:33:02.855Z] #57 DONE 61.7s [2023-08-14T19:33:02.855Z] [2023-08-14T19:33:02.855Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:33:02.855Z] #52 ... [2023-08-14T19:33:02.855Z] [2023-08-14T19:33:02.855Z] #53 [core-data internal] load build context [2023-08-14T19:33:02.855Z] #53 ... [2023-08-14T19:33:02.855Z] [2023-08-14T19:33:02.855Z] #33 [core-command internal] load build context [2023-08-14T19:33:02.855Z] #33 transferring context: 188.04MB 63.4s done [2023-08-14T19:33:02.855Z] #33 DONE 63.6s [2023-08-14T19:33:02.855Z] [2023-08-14T19:33:02.855Z] #53 [core-data internal] load build context [2023-08-14T19:33:04.276Z] #53 ... [2023-08-14T19:33:04.276Z] [2023-08-14T19:33:04.276Z] #60 [security-proxy-setup internal] load build context [2023-08-14T19:33:04.276Z] #60 transferring context: 188.04MB 59.1s done [2023-08-14T19:33:04.276Z] #60 DONE 60.5s [2023-08-14T19:33:04.276Z] [2023-08-14T19:33:04.276Z] #53 [core-data internal] load build context [2023-08-14T19:33:04.276Z] #53 ... [2023-08-14T19:33:04.276Z] [2023-08-14T19:33:04.276Z] #67 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:04.276Z] #67 DONE 1.4s [2023-08-14T19:33:04.276Z] [2023-08-14T19:33:04.276Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:33:04.276Z] #44 ... [2023-08-14T19:33:04.276Z] [2023-08-14T19:33:04.276Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:05.236Z] #38 ... [2023-08-14T19:33:05.236Z] [2023-08-14T19:33:05.236Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:33:05.236Z] #35 ... [2023-08-14T19:33:05.236Z] [2023-08-14T19:33:05.236Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:05.236Z] #38 ... [2023-08-14T19:33:05.236Z] [2023-08-14T19:33:05.236Z] #36 [support-scheduler internal] load build context [2023-08-14T19:33:05.236Z] #36 ... [2023-08-14T19:33:05.236Z] [2023-08-14T19:33:05.236Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:05.502Z] #38 ... [2023-08-14T19:33:05.502Z] [2023-08-14T19:33:05.502Z] #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:05.502Z] #68 DONE 1.4s [2023-08-14T19:33:05.502Z] [2023-08-14T19:33:05.502Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:05.502Z] #38 ... [2023-08-14T19:33:05.502Z] [2023-08-14T19:33:05.502Z] #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:05.502Z] #69 ... [2023-08-14T19:33:05.502Z] [2023-08-14T19:33:05.502Z] #53 [core-data internal] load build context [2023-08-14T19:33:05.502Z] #53 transferring context: 188.04MB 63.2s done [2023-08-14T19:33:05.502Z] #53 DONE 64.7s [2023-08-14T19:33:05.502Z] [2023-08-14T19:33:05.502Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:06.085Z] #38 ... [2023-08-14T19:33:06.085Z] [2023-08-14T19:33:06.085Z] #36 [support-scheduler internal] load build context [2023-08-14T19:33:06.085Z] #36 transferring context: 188.04MB 61.3s done [2023-08-14T19:33:06.085Z] #36 DONE 62.7s [2023-08-14T19:33:06.085Z] [2023-08-14T19:33:06.085Z] #38 [support-notifications internal] load build context [2023-08-14T19:33:07.047Z] #38 transferring context: 188.04MB 67.7s done [2023-08-14T19:33:07.314Z] #38 DONE 68.0s [2023-08-14T19:33:07.314Z] [2023-08-14T19:33:07.314Z] #51 [core-common-config-bootstrapper internal] load build context [2023-08-14T19:33:07.314Z] #51 transferring context: 188.04MB 66.9s done [2023-08-14T19:33:07.314Z] #51 DONE 67.5s [2023-08-14T19:33:07.314Z] [2023-08-14T19:33:07.314Z] #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:08.274Z] #70 DONE 1.2s [2023-08-14T19:33:08.274Z] [2023-08-14T19:33:08.274Z] #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:09.231Z] #71 ... [2023-08-14T19:33:09.231Z] [2023-08-14T19:33:09.231Z] #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:09.231Z] #72 ... [2023-08-14T19:33:09.231Z] [2023-08-14T19:33:09.231Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:33:11.169Z] #44 ... [2023-08-14T19:33:11.169Z] [2023-08-14T19:33:11.169Z] #40 [security-spire-config internal] load build context [2023-08-14T19:33:11.437Z] #40 ... [2023-08-14T19:33:11.438Z] [2023-08-14T19:33:11.438Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:33:11.438Z] #35 ... [2023-08-14T19:33:11.438Z] [2023-08-14T19:33:11.438Z] #40 [security-spire-config internal] load build context [2023-08-14T19:33:12.400Z] #40 transferring context: 170.68MB 72.0s [2023-08-14T19:33:12.982Z] #40 ... [2023-08-14T19:33:12.982Z] [2023-08-14T19:33:12.982Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:33:12.982Z] #52 ... [2023-08-14T19:33:12.982Z] [2023-08-14T19:33:12.982Z] #35 [security-spire-agent internal] load build context [2023-08-14T19:33:13.249Z] #35 transferring context: 188.04MB 68.6s done [2023-08-14T19:33:13.249Z] #35 DONE 70.0s [2023-08-14T19:33:13.249Z] [2023-08-14T19:33:13.249Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:33:14.205Z] #52 ... [2023-08-14T19:33:14.206Z] [2023-08-14T19:33:14.206Z] #40 [security-spire-config internal] load build context [2023-08-14T19:33:14.206Z] #40 transferring context: 188.04MB 73.8s done [2023-08-14T19:33:14.206Z] #40 DONE 74.3s [2023-08-14T19:33:14.206Z] [2023-08-14T19:33:14.206Z] #52 [security-bootstrapper internal] load build context [2023-08-14T19:33:14.206Z] #52 transferring context: 188.04MB 72.0s done [2023-08-14T19:33:14.206Z] #52 DONE 73.3s [2023-08-14T19:33:14.206Z] [2023-08-14T19:33:14.206Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:33:14.472Z] #44 ... [2023-08-14T19:33:14.472Z] [2023-08-14T19:33:14.472Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:14.472Z] #73 ... [2023-08-14T19:33:14.472Z] [2023-08-14T19:33:14.472Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:33:15.877Z] #44 transferring context: 188.04MB 75.3s done [2023-08-14T19:33:15.877Z] #44 ... [2023-08-14T19:33:15.877Z] [2023-08-14T19:33:15.877Z] #74 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:15.877Z] #74 ... [2023-08-14T19:33:15.877Z] [2023-08-14T19:33:15.877Z] #44 [security-secretstore-setup internal] load build context [2023-08-14T19:33:15.877Z] #44 DONE 75.6s [2023-08-14T19:33:15.877Z] [2023-08-14T19:33:15.877Z] #74 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:54.725Z] #74 ... [2023-08-14T19:33:54.725Z] [2023-08-14T19:33:54.725Z] #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:54.725Z] #72 DONE 53.1s [2023-08-14T19:33:54.725Z] [2023-08-14T19:33:54.725Z] #69 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:54.725Z] #69 DONE 56.5s [2023-08-14T19:33:54.725Z] [2023-08-14T19:33:54.725Z] #75 [security-spire-server builder 6/9] COPY . . [2023-08-14T19:33:56.136Z] #75 ... [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #76 [core-metadata builder 6/7] COPY . . [2023-08-14T19:33:56.136Z] #76 DONE 4.1s [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #77 [support-scheduler builder 6/7] COPY . . [2023-08-14T19:33:56.136Z] #77 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:56.136Z] #78 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:56.136Z] #79 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:56.136Z] #80 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #81 [core-data builder 6/7] COPY . . [2023-08-14T19:33:56.136Z] #81 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #82 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:56.136Z] #82 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #83 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:56.136Z] #83 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #84 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:56.136Z] #84 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #85 [security-proxy-auth builder 6/7] COPY . . [2023-08-14T19:33:56.136Z] #85 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #86 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:56.136Z] #86 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #87 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-14T19:33:56.136Z] #87 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #88 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:56.136Z] #88 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #89 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:33:56.136Z] #89 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #90 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:56.136Z] #90 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #91 [core-command builder 6/7] COPY . . [2023-08-14T19:33:56.136Z] #91 CACHED [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #75 [security-spire-server builder 6/9] COPY . . [2023-08-14T19:33:56.136Z] #75 DONE 4.0s [2023-08-14T19:33:56.136Z] [2023-08-14T19:33:56.136Z] #92 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:33:57.121Z] #92 DONE 0.8s [2023-08-14T19:33:57.121Z] [2023-08-14T19:33:57.121Z] #93 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:33:57.121Z] #93 CACHED [2023-08-14T19:33:57.121Z] [2023-08-14T19:33:57.121Z] #94 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:33:57.121Z] #94 CACHED [2023-08-14T19:33:57.121Z] [2023-08-14T19:33:57.121Z] #95 [security-spire-agent builder 6/9] COPY . . [2023-08-14T19:33:57.121Z] #95 CACHED [2023-08-14T19:33:57.121Z] [2023-08-14T19:33:57.121Z] #96 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:33:57.121Z] #96 CACHED [2023-08-14T19:33:57.121Z] [2023-08-14T19:33:57.122Z] #97 [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:00.511Z] #97 ... [2023-08-14T19:34:00.511Z] [2023-08-14T19:34:00.511Z] #74 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:00.511Z] #74 DONE 54.3s [2023-08-14T19:34:00.511Z] [2023-08-14T19:34:00.511Z] #98 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T19:34:00.511Z] #98 ... [2023-08-14T19:34:00.511Z] [2023-08-14T19:34:00.511Z] #71 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:00.511Z] #71 DONE 51.8s [2023-08-14T19:34:00.511Z] [2023-08-14T19:34:00.511Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:00.511Z] #73 DONE 55.9s [2023-08-14T19:34:00.511Z] [2023-08-14T19:34:00.511Z] #99 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-14T19:34:03.872Z] #99 ... [2023-08-14T19:34:03.872Z] [2023-08-14T19:34:03.872Z] #100 [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:03.872Z] #100 DONE 6.4s [2023-08-14T19:34:03.872Z] [2023-08-14T19:34:03.872Z] #97 [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:03.872Z] #97 DONE 6.5s [2023-08-14T19:34:03.872Z] [2023-08-14T19:34:03.872Z] #101 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-14T19:34:03.872Z] #101 ... [2023-08-14T19:34:03.872Z] [2023-08-14T19:34:03.872Z] #102 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-14T19:34:03.872Z] #102 DONE 0.5s [2023-08-14T19:34:03.872Z] [2023-08-14T19:34:03.872Z] #101 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-14T19:34:03.872Z] #101 DONE 0.5s [2023-08-14T19:34:03.872Z] [2023-08-14T19:34:03.872Z] #103 [support-notifications builder 6/7] COPY . . [2023-08-14T19:34:05.834Z] #103 ... [2023-08-14T19:34:05.834Z] [2023-08-14T19:34:05.834Z] #104 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:34:06.109Z] #104 ... [2023-08-14T19:34:06.109Z] [2023-08-14T19:34:06.109Z] #105 [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:06.109Z] #105 CACHED [2023-08-14T19:34:06.109Z] [2023-08-14T19:34:06.109Z] #106 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-14T19:34:06.109Z] #106 CACHED [2023-08-14T19:34:06.109Z] [2023-08-14T19:34:06.109Z] #107 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-14T19:34:06.109Z] #107 CACHED [2023-08-14T19:34:06.109Z] [2023-08-14T19:34:06.109Z] #108 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:06.109Z] #108 CACHED [2023-08-14T19:34:06.109Z] [2023-08-14T19:34:06.109Z] #109 [security-spire-config builder 6/9] COPY . . [2023-08-14T19:34:06.109Z] #109 CACHED [2023-08-14T19:34:06.109Z] [2023-08-14T19:34:06.110Z] #110 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-14T19:34:06.110Z] #110 CACHED [2023-08-14T19:34:06.110Z] [2023-08-14T19:34:06.110Z] #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:34:06.110Z] #0 6.176 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:06.390Z] #111 ... [2023-08-14T19:34:06.390Z] [2023-08-14T19:34:06.390Z] #104 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:34:06.390Z] #104 DONE 0.6s [2023-08-14T19:34:06.390Z] [2023-08-14T19:34:06.390Z] #112 [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:06.390Z] #0 5.361 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:06.390Z] #112 ... [2023-08-14T19:34:06.390Z] [2023-08-14T19:34:06.390Z] #113 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:34:06.390Z] #113 DONE 0.4s [2023-08-14T19:34:06.390Z] [2023-08-14T19:34:06.390Z] #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:34:06.390Z] #0 6.119 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:06.674Z] #114 ... [2023-08-14T19:34:06.674Z] [2023-08-14T19:34:06.674Z] #115 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:34:06.674Z] #0 5.674 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:06.674Z] #115 ... [2023-08-14T19:34:06.674Z] [2023-08-14T19:34:06.674Z] #116 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:34:06.674Z] #116 DONE 0.4s [2023-08-14T19:34:06.674Z] [2023-08-14T19:34:06.674Z] #117 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:34:06.674Z] #0 6.217 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:06.674Z] #117 ... [2023-08-14T19:34:06.674Z] [2023-08-14T19:34:06.674Z] #118 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:34:06.674Z] #118 DONE 0.3s [2023-08-14T19:34:06.674Z] [2023-08-14T19:34:06.674Z] #119 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:34:06.674Z] #119 CACHED [2023-08-14T19:34:06.674Z] [2023-08-14T19:34:06.674Z] #120 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:34:06.674Z] #120 CACHED [2023-08-14T19:34:06.674Z] [2023-08-14T19:34:06.674Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:34:06.674Z] #0 5.964 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:06.945Z] #121 ... [2023-08-14T19:34:06.945Z] [2023-08-14T19:34:06.945Z] #122 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:09.528Z] #122 ... [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #98 [security-proxy-setup builder 6/7] COPY . . [2023-08-14T19:34:09.528Z] #98 DONE 9.6s [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #123 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:09.528Z] #123 CACHED [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #124 [security-bootstrapper builder 6/7] COPY . . [2023-08-14T19:34:09.528Z] #124 CACHED [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:09.528Z] #125 CACHED [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-14T19:34:09.528Z] #126 DONE 2.8s [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #99 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-14T19:34:09.528Z] #99 DONE 9.3s [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2023-08-14T19:34:09.528Z] #127 CACHED [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-14T19:34:09.528Z] #128 CACHED [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-14T19:34:09.528Z] #129 CACHED [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.528Z] #103 [support-notifications builder 6/7] COPY . . [2023-08-14T19:34:09.528Z] #103 DONE 9.4s [2023-08-14T19:34:09.528Z] [2023-08-14T19:34:09.529Z] #122 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:09.529Z] #122 DONE 3.0s [2023-08-14T19:34:09.529Z] [2023-08-14T19:34:09.529Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:34:09.796Z] #130 ... [2023-08-14T19:34:09.796Z] [2023-08-14T19:34:09.796Z] #131 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:09.796Z] #131 DONE 2.5s [2023-08-14T19:34:09.796Z] [2023-08-14T19:34:09.796Z] #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:34:10.383Z] #132 DONE 0.5s [2023-08-14T19:34:10.383Z] [2023-08-14T19:34:10.383Z] #133 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T19:34:10.383Z] #133 ... [2023-08-14T19:34:10.383Z] [2023-08-14T19:34:10.383Z] #134 [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:10.383Z] #134 DONE 0.7s [2023-08-14T19:34:10.650Z] [2023-08-14T19:34:10.650Z] #135 [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:11.233Z] #135 ... [2023-08-14T19:34:11.233Z] [2023-08-14T19:34:11.233Z] #133 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-14T19:34:11.233Z] #133 DONE 0.8s [2023-08-14T19:34:11.233Z] [2023-08-14T19:34:11.233Z] #136 [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:11.817Z] #136 ... [2023-08-14T19:34:11.817Z] [2023-08-14T19:34:11.817Z] #135 [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:11.817Z] #135 DONE 1.2s [2023-08-14T19:34:11.817Z] [2023-08-14T19:34:11.817Z] #136 [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:11.817Z] #136 DONE 0.8s [2023-08-14T19:34:11.817Z] [2023-08-14T19:34:11.817Z] #137 [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:12.399Z] #137 DONE 0.8s [2023-08-14T19:34:12.399Z] [2023-08-14T19:34:12.399Z] #138 [security-spire-config] exporting to image [2023-08-14T19:34:12.399Z] #138 exporting layers [2023-08-14T19:34:16.644Z] #138 ... [2023-08-14T19:34:16.644Z] [2023-08-14T19:34:16.644Z] #139 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-14T19:34:16.644Z] #139 DONE 6.5s [2023-08-14T19:34:16.644Z] [2023-08-14T19:34:16.644Z] #140 [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:16.644Z] #140 DONE 0.4s [2023-08-14T19:34:16.644Z] [2023-08-14T19:34:16.644Z] #141 [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:16.923Z] #141 DONE 0.3s [2023-08-14T19:34:16.923Z] [2023-08-14T19:34:16.923Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:34:16.923Z] #130 6.275 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:17.208Z] #130 ... [2023-08-14T19:34:17.208Z] [2023-08-14T19:34:17.208Z] #142 [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:17.208Z] #142 DONE 0.3s [2023-08-14T19:34:17.497Z] [2023-08-14T19:34:17.497Z] #138 [security-spire-agent] exporting to image [2023-08-14T19:34:17.497Z] #138 exporting layers [2023-08-14T19:34:17.772Z] #138 exporting layers 5.8s done [2023-08-14T19:34:17.772Z] #138 exporting layers 5.2s done [2023-08-14T19:34:17.772Z] #138 writing image sha256:bcde168fb8b779edf99f34c9a3c07fe94be7faad17fa919d60c4032efeed541f 0.0s done [2023-08-14T19:34:17.772Z] #138 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-08-14T19:34:17.772Z] #138 writing image sha256:b9ef2e2b0df244097e6228f1d7118ef21b54fdbad223a72020627c965c183857 0.0s done [2023-08-14T19:34:17.772Z] #138 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-08-14T19:34:19.177Z] #138 exporting layers 1.8s done [2023-08-14T19:34:19.177Z] #138 writing image sha256:abb866dc42c7e2e23de5113e8500ecdf460cea496dbdb7886a36e7a95938f552 done [2023-08-14T19:34:19.177Z] #138 naming to docker.io/library/security-spire-agent-arm64 done [2023-08-14T19:34:19.177Z] #138 DONE 6.9s [2023-08-14T19:34:19.177Z] [2023-08-14T19:34:19.177Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:34:19.177Z] #0 6.482 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:19.444Z] #143 ... [2023-08-14T19:34:19.444Z] [2023-08-14T19:34:19.444Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:34:19.444Z] #0 5.860 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:19.713Z] #144 ... [2023-08-14T19:34:19.713Z] [2023-08-14T19:34:19.713Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:34:19.713Z] #0 6.354 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:19.713Z] #145 ... [2023-08-14T19:34:19.713Z] [2023-08-14T19:34:19.713Z] #146 [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:19.713Z] #0 5.409 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:52:42.451Z] #146 1103.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:52:45.792Z] #146 ... [2023-08-14T19:52:45.792Z] [2023-08-14T19:52:45.792Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-14T19:52:45.792Z] #145 DONE 1115.9s [2023-08-14T19:52:45.792Z] [2023-08-14T19:52:45.792Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:52:46.057Z] #121 ... [2023-08-14T19:52:46.057Z] [2023-08-14T19:52:46.057Z] #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:52:46.326Z] #147 DONE 0.2s [2023-08-14T19:52:46.326Z] [2023-08-14T19:52:46.326Z] #148 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:52:46.326Z] #148 DONE 0.2s [2023-08-14T19:52:46.326Z] [2023-08-14T19:52:46.326Z] #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:52:46.612Z] #111 ... [2023-08-14T19:52:46.612Z] [2023-08-14T19:52:46.612Z] #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:52:46.612Z] #149 DONE 0.1s [2023-08-14T19:52:46.612Z] [2023-08-14T19:52:46.612Z] #150 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-14T19:52:46.881Z] #150 DONE 0.4s [2023-08-14T19:52:46.881Z] [2023-08-14T19:52:46.881Z] #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:52:47.156Z] #151 DONE 0.1s [2023-08-14T19:52:47.156Z] [2023-08-14T19:52:47.156Z] #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:52:49.785Z] #152 DONE 2.3s [2023-08-14T19:52:49.785Z] [2023-08-14T19:52:49.785Z] #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:52:49.785Z] #114 ... [2023-08-14T19:52:49.785Z] [2023-08-14T19:52:49.785Z] #138 [security-proxy-setup] exporting to image [2023-08-14T19:52:49.785Z] #138 exporting layers [2023-08-14T19:52:50.369Z] #138 exporting layers 0.9s done [2023-08-14T19:52:50.369Z] #138 writing image sha256:1cac08d67b965d59206fe3e7324234b34b894520cc8caa201873bfd3056bf0a1 done [2023-08-14T19:52:50.369Z] #138 naming to docker.io/library/security-proxy-setup-arm64 done [2023-08-14T19:52:50.369Z] #138 DONE 7.8s [2023-08-14T19:52:50.369Z] [2023-08-14T19:52:50.369Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:53:02.664Z] #121 ... [2023-08-14T19:53:02.664Z] [2023-08-14T19:53:02.664Z] #146 [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:02.664Z] #146 DONE 1131.2s [2023-08-14T19:53:02.664Z] [2023-08-14T19:53:02.664Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:53:02.664Z] #121 ... [2023-08-14T19:53:02.664Z] [2023-08-14T19:53:02.664Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-14T19:53:02.664Z] #144 DONE 1131.7s [2023-08-14T19:53:02.664Z] [2023-08-14T19:53:02.664Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:53:02.664Z] #121 ... [2023-08-14T19:53:02.664Z] [2023-08-14T19:53:02.664Z] #153 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:02.664Z] #153 DONE 0.5s [2023-08-14T19:53:02.664Z] [2023-08-14T19:53:02.664Z] #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-14T19:53:02.664Z] #154 DONE 0.4s [2023-08-14T19:53:02.664Z] [2023-08-14T19:53:02.664Z] #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T19:53:02.957Z] #155 ... [2023-08-14T19:53:02.957Z] [2023-08-14T19:53:02.957Z] #156 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:02.957Z] #156 DONE 0.6s [2023-08-14T19:53:02.957Z] [2023-08-14T19:53:02.957Z] #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:03.223Z] #157 DONE 0.2s [2023-08-14T19:53:03.223Z] [2023-08-14T19:53:03.223Z] #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:03.495Z] #158 DONE 0.3s [2023-08-14T19:53:03.495Z] [2023-08-14T19:53:03.495Z] #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:03.495Z] #159 DONE 0.2s [2023-08-14T19:53:03.495Z] [2023-08-14T19:53:03.495Z] #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:04.076Z] #160 DONE 0.4s [2023-08-14T19:53:04.076Z] [2023-08-14T19:53:04.076Z] #161 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-14T19:53:04.658Z] #161 DONE 0.7s [2023-08-14T19:53:04.658Z] [2023-08-14T19:53:04.658Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:53:04.658Z] #121 ... [2023-08-14T19:53:04.658Z] [2023-08-14T19:53:04.658Z] #162 [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:05.244Z] #162 DONE 0.3s [2023-08-14T19:53:05.244Z] [2023-08-14T19:53:05.244Z] #163 [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:05.827Z] #163 ... [2023-08-14T19:53:05.827Z] [2023-08-14T19:53:05.827Z] #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-14T19:53:05.827Z] #155 DONE 3.5s [2023-08-14T19:53:05.827Z] [2023-08-14T19:53:05.827Z] #121 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-14T19:53:05.827Z] #121 DONE 1149.9s [2023-08-14T19:53:05.827Z] [2023-08-14T19:53:05.827Z] #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:06.419Z] #164 DONE 0.5s [2023-08-14T19:53:06.419Z] [2023-08-14T19:53:06.419Z] #165 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:06.685Z] #165 DONE 0.3s [2023-08-14T19:53:06.685Z] [2023-08-14T19:53:06.685Z] #166 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-14T19:53:07.643Z] #166 DONE 0.8s [2023-08-14T19:53:07.643Z] [2023-08-14T19:53:07.643Z] #167 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:07.643Z] #167 DONE 0.6s [2023-08-14T19:53:07.643Z] [2023-08-14T19:53:07.643Z] #168 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:07.915Z] #168 DONE 0.3s [2023-08-14T19:53:07.915Z] [2023-08-14T19:53:07.915Z] #169 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-14T19:53:07.915Z] #169 DONE 0.5s [2023-08-14T19:53:07.915Z] [2023-08-14T19:53:07.915Z] #170 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T19:53:08.500Z] #170 ... [2023-08-14T19:53:08.500Z] [2023-08-14T19:53:08.500Z] #171 [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:08.500Z] #171 DONE 0.3s [2023-08-14T19:53:08.500Z] [2023-08-14T19:53:08.500Z] #163 [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:08.500Z] #163 DONE 3.5s [2023-08-14T19:53:08.500Z] [2023-08-14T19:53:08.500Z] #172 [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:09.084Z] #172 DONE 0.8s [2023-08-14T19:53:09.084Z] [2023-08-14T19:53:09.084Z] #173 [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:09.084Z] #173 ... [2023-08-14T19:53:09.084Z] [2023-08-14T19:53:09.085Z] #170 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-14T19:53:09.085Z] #170 DONE 1.2s [2023-08-14T19:53:09.350Z] [2023-08-14T19:53:09.350Z] #174 [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:09.616Z] #174 ... [2023-08-14T19:53:09.616Z] [2023-08-14T19:53:09.616Z] #173 [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:09.616Z] #173 DONE 0.6s [2023-08-14T19:53:09.888Z] [2023-08-14T19:53:09.888Z] #175 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-14T19:53:09.888Z] #175 ... [2023-08-14T19:53:09.888Z] [2023-08-14T19:53:09.888Z] #174 [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:09.888Z] #174 DONE 0.6s [2023-08-14T19:53:10.157Z] [2023-08-14T19:53:10.157Z] #175 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-14T19:53:10.157Z] #175 DONE 0.4s [2023-08-14T19:53:10.157Z] [2023-08-14T19:53:10.157Z] #176 [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:10.422Z] #176 DONE 0.5s [2023-08-14T19:53:10.422Z] [2023-08-14T19:53:10.422Z] #177 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T19:53:11.839Z] #177 ... [2023-08-14T19:53:11.839Z] [2023-08-14T19:53:11.839Z] #138 [security-secretstore-setup] exporting to image [2023-08-14T19:53:11.839Z] #138 exporting layers 2.9s done [2023-08-14T19:53:11.839Z] #138 writing image sha256:3ae4edc1ff47f7c170afc4eb9b26a600c94af8941172a23408c582dd70cb7757 done [2023-08-14T19:53:11.839Z] #138 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2023-08-14T19:53:11.839Z] #138 DONE 10.7s [2023-08-14T19:53:11.839Z] [2023-08-14T19:53:11.839Z] #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:13.241Z] #178 ... [2023-08-14T19:53:13.241Z] [2023-08-14T19:53:13.241Z] #177 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-14T19:53:13.241Z] #177 DONE 3.1s [2023-08-14T19:53:13.540Z] [2023-08-14T19:53:13.540Z] #138 [security-bootstrapper] exporting to image [2023-08-14T19:53:13.808Z] #138 ... [2023-08-14T19:53:13.808Z] [2023-08-14T19:53:13.808Z] #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:13.808Z] #178 DONE 3.2s [2023-08-14T19:53:14.073Z] [2023-08-14T19:53:14.073Z] #138 [security-proxy-auth] exporting to image [2023-08-14T19:53:14.895Z] #138 exporting layers 1.1s done [2023-08-14T19:53:14.895Z] #138 exporting layers 1.7s done [2023-08-14T19:53:14.895Z] #138 writing image sha256:21d41b2e36a444004ae5ad6a0e91fd6458c938a1e64fa0b1bc1d223d5e4b51bf 0.0s done [2023-08-14T19:53:14.895Z] #138 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2023-08-14T19:53:14.895Z] #138 writing image sha256:a90d62446539b2a58b182e0c821bb77bd5242be466b3e9cca96c8d9b4222d2f3 [2023-08-14T19:53:15.170Z] #138 writing image sha256:a90d62446539b2a58b182e0c821bb77bd5242be466b3e9cca96c8d9b4222d2f3 0.0s done [2023-08-14T19:53:15.170Z] #138 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2023-08-14T19:53:15.170Z] #138 DONE 12.5s [2023-08-14T19:53:15.170Z] [2023-08-14T19:53:15.170Z] #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:53:33.524Z] #114 ... [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #112 [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:33.524Z] #112 DONE 1176.0s [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:53:33.524Z] #111 ... [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:53:33.524Z] #179 DONE 0.2s [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:53:33.524Z] #143 ... [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:53:33.524Z] #180 DONE 0.2s [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #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:53:33.524Z] #181 DONE 0.3s [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #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:53:33.524Z] #182 DONE 0.2s [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #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:53:33.524Z] #183 DONE 0.2s [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:53:33.524Z] #130 ... [2023-08-14T19:53:33.524Z] [2023-08-14T19:53:33.524Z] #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:53:36.134Z] #184 DONE 2.1s [2023-08-14T19:53:36.134Z] [2023-08-14T19:53:36.134Z] #138 [core-common-config-bootstrapper] exporting to image [2023-08-14T19:53:36.134Z] #138 exporting layers [2023-08-14T19:53:36.134Z] #138 exporting layers 0.6s done [2023-08-14T19:53:36.399Z] #138 writing image sha256:3dc7098f9281118d41685a4d889b8907ce92ed2e1e9e0c41eb6723760d27ada9 done [2023-08-14T19:53:36.399Z] #138 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-08-14T19:53:36.399Z] #138 DONE 13.1s [2023-08-14T19:53:36.399Z] [2023-08-14T19:53:36.399Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:54:23.207Z] #130 ... [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #115 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-14T19:54:23.207Z] #115 DONE 1223.1s [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:54:23.207Z] #185 DONE 0.2s [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:54:23.207Z] #111 ... [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:54:23.207Z] #186 DONE 0.1s [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-14T19:54:23.207Z] #187 DONE 0.3s [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #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:23.207Z] #188 DONE 0.1s [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:54:23.207Z] #130 ... [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #138 [core-command] exporting to image [2023-08-14T19:54:23.207Z] #138 exporting layers [2023-08-14T19:54:23.207Z] #138 exporting layers 0.2s done [2023-08-14T19:54:23.207Z] #138 writing image sha256:272cee2f7588c5474e71f7c66c5b317f9c9e9022315eadd368e4c1ffe31985bc done [2023-08-14T19:54:23.207Z] #138 naming to docker.io/library/core-command-arm64 0.1s done [2023-08-14T19:54:23.207Z] #138 DONE 13.5s [2023-08-14T19:54:23.207Z] [2023-08-14T19:54:23.207Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:54:35.518Z] #130 ... [2023-08-14T19:54:35.518Z] [2023-08-14T19:54:35.518Z] #111 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-14T19:54:35.518Z] #111 DONE 1239.1s [2023-08-14T19:54:35.518Z] [2023-08-14T19:54:35.518Z] #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:54:35.518Z] #114 ... [2023-08-14T19:54:35.518Z] [2023-08-14T19:54:35.518Z] #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:54:35.805Z] #189 DONE 0.1s [2023-08-14T19:54:35.805Z] [2023-08-14T19:54:35.805Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:54:35.805Z] #130 ... [2023-08-14T19:54:35.805Z] [2023-08-14T19:54:35.805Z] #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:54:36.075Z] #190 DONE 0.2s [2023-08-14T19:54:36.075Z] [2023-08-14T19:54:36.075Z] #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-14T19:54:36.349Z] #191 DONE 0.4s [2023-08-14T19:54:36.349Z] [2023-08-14T19:54:36.349Z] #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:54:36.349Z] #192 DONE 0.1s [2023-08-14T19:54:36.349Z] [2023-08-14T19:54:36.349Z] #138 [core-data] exporting to image [2023-08-14T19:54:36.349Z] #138 exporting layers [2023-08-14T19:54:36.934Z] #138 exporting layers 0.3s done [2023-08-14T19:54:36.934Z] #138 writing image sha256:781188e72aec103b805693ba690f8987ba07c52de8d257ea21b1db23ff4a160a done [2023-08-14T19:54:36.934Z] #138 naming to docker.io/library/core-data-arm64 done [2023-08-14T19:54:36.934Z] #138 DONE 13.8s [2023-08-14T19:54:36.934Z] [2023-08-14T19:54:36.934Z] #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:54:41.196Z] #114 ... [2023-08-14T19:54:41.196Z] [2023-08-14T19:54:41.196Z] #117 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-14T19:54:41.196Z] #117 DONE 1245.0s [2023-08-14T19:54:41.196Z] [2023-08-14T19:54:41.196Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:54:41.469Z] #130 ... [2023-08-14T19:54:41.469Z] [2023-08-14T19:54:41.469Z] #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:54:41.469Z] #193 DONE 0.1s [2023-08-14T19:54:41.739Z] [2023-08-14T19:54:41.739Z] #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:54:42.007Z] #114 ... [2023-08-14T19:54:42.007Z] [2023-08-14T19:54:42.007Z] #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:54:42.007Z] #194 DONE 0.1s [2023-08-14T19:54:42.007Z] [2023-08-14T19:54:42.007Z] #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-14T19:54:42.276Z] #195 DONE 0.3s [2023-08-14T19:54:42.276Z] [2023-08-14T19:54:42.276Z] #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:54:42.544Z] #196 DONE 0.2s [2023-08-14T19:54:42.544Z] [2023-08-14T19:54:42.544Z] #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-14T19:54:42.544Z] #197 DONE 0.1s [2023-08-14T19:54:42.544Z] [2023-08-14T19:54:42.544Z] #138 [core-metadata] exporting to image [2023-08-14T19:54:42.544Z] #138 exporting layers [2023-08-14T19:54:43.130Z] #138 exporting layers 0.5s done [2023-08-14T19:54:43.130Z] #138 writing image sha256:f3a517e469df692a4a981f5b86324920070691a2566354b9df4e0d0c8936c800 done [2023-08-14T19:54:43.130Z] #138 naming to docker.io/library/core-metadata-arm64 done [2023-08-14T19:54:43.130Z] #138 DONE 14.3s [2023-08-14T19:54:43.130Z] [2023-08-14T19:54:43.130Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:15.377Z] #130 ... [2023-08-14T19:55:15.377Z] [2023-08-14T19:55:15.377Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-14T19:55:15.377Z] #143 DONE 1264.9s [2023-08-14T19:55:15.377Z] [2023-08-14T19:55:15.377Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:15.377Z] #130 ... [2023-08-14T19:55:15.377Z] [2023-08-14T19:55:15.377Z] #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:55:15.377Z] #198 DONE 0.1s [2023-08-14T19:55:15.377Z] [2023-08-14T19:55:15.377Z] #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:55:15.377Z] #199 DONE 0.1s [2023-08-14T19:55:15.377Z] [2023-08-14T19:55:15.377Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:15.377Z] #130 ... [2023-08-14T19:55:15.377Z] [2023-08-14T19:55:15.377Z] #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:15.646Z] #200 DONE 0.4s [2023-08-14T19:55:15.646Z] [2023-08-14T19:55:15.646Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:15.917Z] #130 ... [2023-08-14T19:55:15.917Z] [2023-08-14T19:55:15.917Z] #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:15.918Z] #201 DONE 0.1s [2023-08-14T19:55:15.918Z] [2023-08-14T19:55:15.918Z] #138 [security-spiffe-token-provider] exporting to image [2023-08-14T19:55:15.918Z] #138 exporting layers [2023-08-14T19:55:16.520Z] #138 exporting layers 0.7s done [2023-08-14T19:55:16.520Z] #138 writing image sha256:49f41766afc35b143a034b0bc849e4878124cc6c4c653cf77837f5be8b2b3b7b done [2023-08-14T19:55:16.520Z] #138 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-08-14T19:55:16.520Z] #138 DONE 15.0s [2023-08-14T19:55:16.520Z] [2023-08-14T19:55:16.520Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:43.230Z] #130 ... [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #114 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-14T19:55:43.230Z] #114 DONE 1304.4s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:43.230Z] #130 ... [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:55:43.230Z] #202 DONE 0.2s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:55:43.230Z] #203 DONE 0.1s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-14T19:55:43.230Z] #130 DONE 1291.7s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-14T19:55:43.230Z] #204 DONE 0.6s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #205 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-14T19:55:43.230Z] #205 DONE 0.2s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #206 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:55:43.230Z] #206 DONE 0.2s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #207 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-14T19:55:43.230Z] #207 DONE 0.1s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #138 [support-scheduler] exporting to image [2023-08-14T19:55:43.230Z] #138 exporting layers [2023-08-14T19:55:43.230Z] #138 exporting layers 0.5s done [2023-08-14T19:55:43.230Z] #138 writing image sha256:5d121f8d1b0d5f727a617215ea346a111fda6881d5e75e6e82589f32c291dbc2 done [2023-08-14T19:55:43.230Z] #138 naming to docker.io/library/support-scheduler-arm64 done [2023-08-14T19:55:43.230Z] #138 DONE 15.5s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-14T19:55:43.230Z] #208 DONE 0.4s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-14T19:55:43.230Z] #209 DONE 0.2s [2023-08-14T19:55:43.230Z] [2023-08-14T19:55:43.230Z] #138 [support-notifications] exporting to image [2023-08-14T19:55:43.230Z] #138 exporting layers 0.4s done [2023-08-14T19:55:43.230Z] #138 writing image sha256:be790946a9f08b807aa063ff5eb0a0fe6b328622f9f9712e0705342a2de4d537 done [2023-08-14T19:55:43.230Z] #138 naming to docker.io/library/support-notifications-arm64 done [2023-08-14T19:55:43.230Z] #138 DONE 15.8s [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-14T19:55:43.230Z] time="2023-08-14T19:31:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-14T19:55:43.255Z] $ docker stop --time=1 dd2a3f3c85f4425f6decdb10316883de27f910a5046305cf58bec193def27445 [2023-08-14T19:55:44.933Z] $ docker rm -f --volumes dd2a3f3c85f4425f6decdb10316883de27f910a5046305cf58bec193def27445 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-14T19:55:45.505Z] + docker images [2023-08-14T19:55:45.505Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-14T19:55:45.505Z] support-notifications-arm64 latest be790946a9f0 3 seconds ago 33.7MB [2023-08-14T19:55:45.505Z] support-scheduler-arm64 latest 5d121f8d1b0d 4 seconds ago 32.9MB [2023-08-14T19:55:45.505Z] security-spiffe-token-provider-arm64 latest 49f41766afc3 30 seconds ago 33.2MB [2023-08-14T19:55:45.505Z] core-metadata-arm64 latest f3a517e469df About a minute ago 21.2MB [2023-08-14T19:55:45.505Z] core-data-arm64 latest 781188e72aec About a minute ago 20.9MB [2023-08-14T19:55:45.505Z] core-command-arm64 latest 272cee2f7588 About a minute ago 20.8MB [2023-08-14T19:55:45.505Z] core-common-config-bootstrapper-arm64 latest 3dc7098f9281 2 minutes ago 18MB [2023-08-14T19:55:45.505Z] security-proxy-auth-arm64 latest 21d41b2e36a4 2 minutes ago 19.3MB [2023-08-14T19:55:45.505Z] security-bootstrapper-arm64 latest a90d62446539 2 minutes ago 22.6MB [2023-08-14T19:55:45.505Z] security-secretstore-setup-arm64 latest 3ae4edc1ff47 2 minutes ago 42.9MB [2023-08-14T19:55:45.505Z] security-proxy-setup-arm64 latest 1cac08d67b96 2 minutes ago 19.5MB [2023-08-14T19:55:45.505Z] security-spire-agent-arm64 latest abb866dc42c7 21 minutes ago 152MB [2023-08-14T19:55:45.505Z] security-spire-server-arm64 latest b9ef2e2b0df2 21 minutes ago 96.9MB [2023-08-14T19:55:45.505Z] security-spire-config-arm64 latest bcde168fb8b7 21 minutes ago 96.1MB [2023-08-14T19:55:45.505Z] ci-base-image-arm64 latest 6b30778f9442 38 minutes ago 1.05GB [2023-08-14T19:55:45.505Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 4 weeks ago 677MB [2023-08-14T19:55:45.505Z] 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:55:46.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T19:55:46.413Z] [2023-08-14T19:55:46.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:55:46.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T19:55:46.820Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-14T19:55:46.820Z] 8998bd30e6a1: Pulling fs layer [2023-08-14T19:55:46.820Z] 04944245beec: Pulling fs layer [2023-08-14T19:55:46.820Z] 699f458cf7ca: Pulling fs layer [2023-08-14T19:55:46.820Z] 765212b225bb: Pulling fs layer [2023-08-14T19:55:46.820Z] f23df028b6ca: Pulling fs layer [2023-08-14T19:55:46.820Z] d65c8cfc05b1: Pulling fs layer [2023-08-14T19:55:46.820Z] 2437ff75d9bd: Pulling fs layer [2023-08-14T19:55:46.820Z] 765212b225bb: Waiting [2023-08-14T19:55:46.820Z] f23df028b6ca: Waiting [2023-08-14T19:55:46.820Z] d65c8cfc05b1: Waiting [2023-08-14T19:55:46.820Z] 2437ff75d9bd: Waiting [2023-08-14T19:55:47.088Z] 04944245beec: Verifying Checksum [2023-08-14T19:55:47.088Z] 04944245beec: Download complete [2023-08-14T19:55:47.088Z] 765212b225bb: Verifying Checksum [2023-08-14T19:55:47.088Z] 765212b225bb: Download complete [2023-08-14T19:55:47.088Z] f23df028b6ca: Download complete [2023-08-14T19:55:47.088Z] d65c8cfc05b1: Verifying Checksum [2023-08-14T19:55:47.088Z] d65c8cfc05b1: Download complete [2023-08-14T19:55:47.355Z] 699f458cf7ca: Verifying Checksum [2023-08-14T19:55:47.355Z] 699f458cf7ca: Download complete [2023-08-14T19:55:47.622Z] 8998bd30e6a1: Verifying Checksum [2023-08-14T19:55:47.622Z] 8998bd30e6a1: Download complete [2023-08-14T19:55:50.194Z] 2437ff75d9bd: Download complete [2023-08-14T19:55:52.770Z] 8998bd30e6a1: Pull complete [2023-08-14T19:55:53.036Z] 04944245beec: Pull complete [2023-08-14T19:55:54.440Z] 699f458cf7ca: Pull complete [2023-08-14T19:55:54.711Z] 765212b225bb: Pull complete [2023-08-14T19:55:55.297Z] f23df028b6ca: Pull complete [2023-08-14T19:55:55.562Z] d65c8cfc05b1: Pull complete [2023-08-14T19:56:10.539Z] 2437ff75d9bd: Pull complete [2023-08-14T19:56:10.539Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-14T19:56:10.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-14T19:56:10.539Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:56:10.866Z] prd-ubuntu20.04-docker-arm64-4c-16g-3559 does not seem to be running inside a container [2023-08-14T19:56:10.917Z] $ 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:13.748Z] $ docker top e2106bc73dff509ca13f97fb86ed73fbbd442f4c7ca12ba07f2913a39ad3d84b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:14.666Z] ---> job-cost.sh [2023-08-14T19:56:14.666Z] lf-activate-venv: SKIPPING [2023-08-14T19:56:14.666Z] INFO: No Stack... [2023-08-14T19:56:14.934Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-14T19:56:15.892Z] INFO: Archiving Costs [Pipeline] sh [2023-08-14T19:56:16.544Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-08-14T19:56:16.544Z] + cut -d, -f6 [Pipeline] lock [2023-08-14T19:56:16.594Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] [2023-08-14T19:56:16.599Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] did not exist. Created. [2023-08-14T19:56:16.599Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-14T19:56:16.999Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-14T19:56:17.220Z] Stashed 1 file(s) [Pipeline] } [2023-08-14T19:56:17.235Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4633-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-14T19:56:17.306Z] $ docker stop --time=1 e2106bc73dff509ca13f97fb86ed73fbbd442f4c7ca12ba07f2913a39ad3d84b [2023-08-14T19:56:20.032Z] $ docker rm -f --volumes e2106bc73dff509ca13f97fb86ed73fbbd442f4c7ca12ba07f2913a39ad3d84b [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:21.047Z] provisioning config files... [2023-08-14T19:56:21.053Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3979970185344167065tmp [Pipeline] { [Pipeline] sh [2023-08-14T19:56:21.389Z] + set +x [2023-08-14T19:56:21.389Z] + bash -s -- [2023-08-14T19:56:21.389Z] + curl -s https://codecov.io/bash [2023-08-14T19:56:21.389Z] [2023-08-14T19:56:21.389Z] _____ _ [2023-08-14T19:56:21.389Z] / ____| | | [2023-08-14T19:56:21.389Z] | | ___ __| | ___ ___ _____ __ [2023-08-14T19:56:21.389Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-14T19:56:21.389Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-14T19:56:21.389Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-14T19:56:21.389Z] Bash-1.0.6 [2023-08-14T19:56:21.389Z] [2023-08-14T19:56:21.389Z] [2023-08-14T19:56:21.389Z] ==> git version 2.25.1 found [2023-08-14T19:56:21.389Z] ==> 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:21.389Z] Release-Date: 2020-01-08 [2023-08-14T19:56:21.389Z] 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:21.389Z] 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:21.389Z] ==> Jenkins CI detected. [2023-08-14T19:56:21.389Z] current dir:  /w/workspace/edgex-go/1 [2023-08-14T19:56:21.389Z] project root: . [2023-08-14T19:56:21.389Z] --> token set from env [2023-08-14T19:56:21.389Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-14T19:56:21.649Z] ==> Running gcov in . (disable via -X gcov) [2023-08-14T19:56:21.649Z] ==> Python coveragepy not found [2023-08-14T19:56:21.649Z] ==> Searching for coverage reports in: [2023-08-14T19:56:21.649Z] + . [2023-08-14T19:56:21.649Z] -> Found 1 reports [2023-08-14T19:56:21.649Z] ==> Detecting git/mercurial file structure [2023-08-14T19:56:21.649Z] ==> Reading reports [2023-08-14T19:56:21.649Z] + ./coverage.out bytes=446998 [2023-08-14T19:56:21.649Z] ==> Appending adjustments [2023-08-14T19:56:21.649Z] https://docs.codecov.io/docs/fixing-reports [2023-08-14T19:56:22.588Z] + Found adjustments [2023-08-14T19:56:22.588Z] ==> Gzipping contents [2023-08-14T19:56:22.848Z] 56K /tmp/codecov.pL3V40.gz [2023-08-14T19:56:22.849Z] ==> Uploading reports [2023-08-14T19:56:22.849Z] url: https://codecov.io [2023-08-14T19:56:22.849Z] query: branch=PR-4633&commit=84c007a8eaed01a536b26f71b40f50dc6c67550f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4633%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4633&job=&cmd_args= [2023-08-14T19:56:22.849Z] -> Pinging Codecov [2023-08-14T19:56:22.849Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4633&commit=84c007a8eaed01a536b26f71b40f50dc6c67550f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4633%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4633&job=&cmd_args= [2023-08-14T19:56:22.849Z] -> Uploading to [2023-08-14T19:56:22.849Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-14/00271124DB129430A58F1EEE437C3FCB/84c007a8eaed01a536b26f71b40f50dc6c67550f/ea2b90cb-d9fa-4fc1-b127-9977af18453f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230814%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230814T195622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7935f1fb9c630a25243a35edaa6408b8b7c200d624e386a10f816ecd8d66a59c [2023-08-14T19:56:22.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-14T19:56:22.849Z] Dload Upload Total Spent Left Speed [2023-08-14T19:56:23.108Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57294 0 0 100 57294 0 267k --:--:-- --:--:-- --:--:-- 267k [2023-08-14T19:56:23.108Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/84c007a8eaed01a536b26f71b40f50dc6c67550f [Pipeline] } [2023-08-14T19:56:23.132Z] 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:24.548Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:24.893Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:25.780Z] ---> package-listing.sh [2023-08-14T19:56:25.780Z] ++ facter osfamily [2023-08-14T19:56:25.780Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-14T19:56:26.038Z] + OS_FAMILY=debian [2023-08-14T19:56:26.039Z] + workspace=/w/workspace/edgex-go/1 [2023-08-14T19:56:26.039Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-14T19:56:26.039Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-14T19:56:26.039Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-14T19:56:26.039Z] + PACKAGES=/tmp/packages_start.txt [2023-08-14T19:56:26.039Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-14T19:56:26.039Z] + PACKAGES=/tmp/packages_end.txt [2023-08-14T19:56:26.039Z] + case "${OS_FAMILY}" in [2023-08-14T19:56:26.039Z] + dpkg -l [2023-08-14T19:56:26.039Z] + grep '^ii' [2023-08-14T19:56:26.039Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-14T19:56:26.039Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-14T19:56:26.039Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-14T19:56:26.039Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-14T19:56:26.039Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-08-14T19:56:26.039Z] + 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:26.073Z] 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:26.362Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:56:26.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T19:56:26.989Z] [2023-08-14T19:56:26.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-14T19:56:27.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T19:56:27.435Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-14T19:56:27.435Z] 5eb5b503b376: Pulling fs layer [2023-08-14T19:56:27.435Z] 5c69ac0246d0: Pulling fs layer [2023-08-14T19:56:27.435Z] ec43610c2a17: Pulling fs layer [2023-08-14T19:56:27.435Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-14T19:56:27.435Z] 33b1e0a273af: Pulling fs layer [2023-08-14T19:56:27.435Z] 5d3b04190fa2: Pulling fs layer [2023-08-14T19:56:27.435Z] 2f39f015ded8: Pulling fs layer [2023-08-14T19:56:27.435Z] 33b1e0a273af: Waiting [2023-08-14T19:56:27.435Z] 5d3b04190fa2: Waiting [2023-08-14T19:56:27.435Z] 2f39f015ded8: Waiting [2023-08-14T19:56:27.435Z] 3a2ae6a8a46f: Waiting [2023-08-14T19:56:27.435Z] 5c69ac0246d0: Verifying Checksum [2023-08-14T19:56:27.435Z] 5c69ac0246d0: Download complete [2023-08-14T19:56:27.435Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-14T19:56:27.435Z] 3a2ae6a8a46f: Download complete [2023-08-14T19:56:27.435Z] 33b1e0a273af: Verifying Checksum [2023-08-14T19:56:27.435Z] 33b1e0a273af: Download complete [2023-08-14T19:56:27.435Z] 5d3b04190fa2: Download complete [2023-08-14T19:56:27.435Z] ec43610c2a17: Download complete [2023-08-14T19:56:27.729Z] 5eb5b503b376: Verifying Checksum [2023-08-14T19:56:27.729Z] 5eb5b503b376: Download complete [2023-08-14T19:56:28.316Z] 2f39f015ded8: Download complete [2023-08-14T19:56:28.916Z] 5eb5b503b376: Pull complete [2023-08-14T19:56:28.916Z] 5c69ac0246d0: Pull complete [2023-08-14T19:56:29.529Z] ec43610c2a17: Pull complete [2023-08-14T19:56:29.529Z] 3a2ae6a8a46f: Pull complete [2023-08-14T19:56:29.529Z] 33b1e0a273af: Pull complete [2023-08-14T19:56:29.529Z] 5d3b04190fa2: Pull complete [2023-08-14T19:56:34.819Z] 2f39f015ded8: Pull complete [2023-08-14T19:56:34.819Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-14T19:56:34.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-14T19:56:34.819Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-14T19:56:35.025Z] prd-ubuntu20.04-docker-8c-8g-3556 does not seem to be running inside a container [2023-08-14T19:56:35.060Z] $ 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:56:38.784Z] $ docker top 601e3ffdb13af1b7a5d47a6c719da31f91938949eadd4af1934a83c760f5196a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-14T19:56:39.161Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-14T19:56:39.467Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-14T19:56:39.774Z] + ls /var/log/sa-host [2023-08-14T19:56:39.774Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-14T19:56:39.895Z] provisioning config files... [2023-08-14T19:56:39.902Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10411460582121381092tmp [Pipeline] { [Pipeline] echo [2023-08-14T19:56:39.951Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:40.267Z] ---> create-netrc.sh [Pipeline] } [2023-08-14T19:56:40.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:40.676Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-14T19:56:40.710Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:41.023Z] ---> sudo-logs.sh [2023-08-14T19:56:41.023Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-14T19:56:41.133Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:41.439Z] ---> job-cost.sh [2023-08-14T19:56:41.439Z] lf-activate-venv: SKIPPING [2023-08-14T19:56:41.439Z] DEBUG: total: 0.10999999940395355 [2023-08-14T19:56:41.439Z] INFO: Retrieving Stack Cost... [2023-08-14T19:56:42.004Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-14T19:56:42.263Z] INFO: Archiving Costs [Pipeline] echo [2023-08-14T19:56:42.294Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-14T19:56:42.605Z] ---> logs-deploy.sh [2023-08-14T19:56:42.605Z] lf-activate-venv: SKIPPING [2023-08-14T19:56:42.605Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4633/1 [2023-08-14T19:56:42.605Z] INFO: archiving workspace using pattern(s): [2023-08-14T19:56:43.542Z] Archives upload complete. [2023-08-14T19:56:43.801Z] INFO: archiving logs to Nexus