Pull request #4643 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b6edefb8aec0774ba43fba18fc8da8c186562593+cd3e8a6a29d241919ce39f0a43e51689c2eacef5 (1ba92fa1cb2ec134038ada96764ecb0142cdda72) 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-ssh14820040370228685223.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-ssh5266638355239981344.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-4643/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-4643/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5397509314205295712.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-4643/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12447360324935320463.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-ssh6928971834547463935.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-4643/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-4643/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18418617805178168524.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4150 in /w/workspace/edgexfoundry_edgex-go_PR-4643 [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 cd3e8a6a29d241919ce39f0a43e51689c2eacef5 into PR head commit b6edefb8aec0774ba43fba18fc8da8c186562593 Merge succeeded, producing b6edefb8aec0774ba43fba18fc8da8c186562593 Checking out Revision b6edefb8aec0774ba43fba18fc8da8c186562593 (PR-4643) Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1" 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/4643/head:refs/remotes/origin/PR-4643 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # 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 cd3e8a6a29d241919ce39f0a43e51689c2eacef5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-21T19:20:09.737Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-21T19:20:09.917Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-21T19:20:10.023Z] ========================================================= [2023-08-21T19:20:10.023Z] EdgeX Global Pipelines Version Info [2023-08-21T19:20:10.023Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:20:10.786Z] ------------------- [2023-08-21T19:20:10.786Z] stable info: [2023-08-21T19:20:10.786Z] ------------------- [2023-08-21T19:20:10.786Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-21T19:20:10.786Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-21T19:20:10.786Z] Message: update stable to v1.0.253 [2023-08-21T19:20:11.357Z] ------------------- [2023-08-21T19:20:11.357Z] experimental info: [2023-08-21T19:20:11.357Z] ------------------- [2023-08-21T19:20:11.357Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-21T19:20:11.357Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-21T19:20:11.357Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-21T19:20:11.650Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-08-21T19:20:11.688Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-08-21T19:20:11.723Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-21T19:20:11.756Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-21T19:20:11.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-21T19:20:11.828Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-21T19:20:11.860Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-21T19:20:11.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-08-21T19:20:11.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-08-21T19:20:11.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-08-21T19:20:12.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-21T19:20:12.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-21T19:20:12.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-21T19:20:12.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-21T19:20:12.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-21T19:20:12.192Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-21T19:20:12.229Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-21T19:20:12.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-21T19:20:12.311Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-08-21T19:20:12.356Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-08-21T19:20:12.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-21T19:20:12.435Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-21T19:20:12.472Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-21T19:20:12.506Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4643 [Pipeline] echo [2023-08-21T19:20:12.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4643 [Pipeline] echo [2023-08-21T19:20:12.589Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4643 [Pipeline] echo [2023-08-21T19:20:12.625Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] echo [2023-08-21T19:20:12.662Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6edefb [Pipeline] echo [2023-08-21T19:20:12.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-21T19:20:12.897Z] provisioning config files... [2023-08-21T19:20:12.935Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15500291365727213925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:20:13.271Z] ---> docker-login.sh [2023-08-21T19:20:13.271Z] nexus3.edgexfoundry.org:10001 [2023-08-21T19:20:13.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:20:13.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:20:13.532Z] Configure a credential helper to remove this warning. See [2023-08-21T19:20:13.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:20:13.532Z] [2023-08-21T19:20:13.532Z] Login Succeeded [2023-08-21T19:20:13.532Z] nexus3.edgexfoundry.org:10002 [2023-08-21T19:20:13.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:20:13.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:20:13.792Z] Configure a credential helper to remove this warning. See [2023-08-21T19:20:13.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:20:13.792Z] [2023-08-21T19:20:13.792Z] Login Succeeded [2023-08-21T19:20:13.792Z] nexus3.edgexfoundry.org:10003 [2023-08-21T19:20:13.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:20:13.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:20:13.792Z] Configure a credential helper to remove this warning. See [2023-08-21T19:20:13.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:20:13.792Z] [2023-08-21T19:20:13.792Z] Login Succeeded [2023-08-21T19:20:13.792Z] nexus3.edgexfoundry.org:10004 [2023-08-21T19:20:14.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:20:14.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:20:14.052Z] Configure a credential helper to remove this warning. See [2023-08-21T19:20:14.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:20:14.052Z] [2023-08-21T19:20:14.052Z] Login Succeeded [2023-08-21T19:20:14.052Z] docker.io [2023-08-21T19:20:14.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:20:14.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:20:14.312Z] Configure a credential helper to remove this warning. See [2023-08-21T19:20:14.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:20:14.312Z] [2023-08-21T19:20:14.312Z] Login Succeeded [2023-08-21T19:20:14.312Z] ---> docker-login.sh ends [Pipeline] } [2023-08-21T19:20:14.341Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-21T19:20:14.743Z] + 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-21T19:20:14.743Z] + dirname cmd/core-command/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo core-command,cmd/core-command/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-08-21T19:20:14.743Z] + + cut -d/ -f2 [2023-08-21T19:20:14.743Z] dirname cmd/core-data/Dockerfile [2023-08-21T19:20:14.743Z] + echo core-data,cmd/core-data/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/core-metadata/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-08-21T19:20:14.743Z] + + cut -d/ -f2 [2023-08-21T19:20:14.743Z] dirname cmd/security-bootstrapper/Dockerfile [2023-08-21T19:20:14.743Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + dirname cmd/security-spire-agent/Dockerfile [2023-08-21T19:20:14.743Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/security-spire-config/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/security-spire-server/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + dirname cmd/support-notifications/Dockerfile [2023-08-21T19:20:14.743Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-08-21T19:20:14.743Z] + dirname cmd/support-scheduler/Dockerfile [2023-08-21T19:20:14.743Z] + cut -d/ -f2 [2023-08-21T19:20:14.743Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-08-21T19:20:14.812Z] 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-21T19:20:15.333Z] + git rev-list -1 --merges b6edefb8aec0774ba43fba18fc8da8c186562593~1..b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] echo [2023-08-21T19:20:15.367Z] -----------> git rev-list -1 --merges b6edefb8aec0774ba43fba18fc8da8c186562593~1..b6edefb8aec0774ba43fba18fc8da8c186562593 b6edefb8aec0774ba43fba18fc8da8c186562593 [false] [Pipeline] sh [2023-08-21T19:20:15.676Z] + git log --format=format:%s -1 b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] echo [2023-08-21T19:20:15.717Z] ========================================================= [2023-08-21T19:20:15.717Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-21T19:20:15.717Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-21T19:20:16.233Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-21T19:20:16.233Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-21T19:20:16.233Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-21T19:20:16.233Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-21T19:20:16.233Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-21T19:20:16.233Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-21T19:20:16.233Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:20:16.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-21T19:20:16.731Z] [2023-08-21T19:20:16.731Z] 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-21T19:20:17.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-21T19:20:17.117Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-21T19:20:17.117Z] b85a868b505f: Pulling fs layer [2023-08-21T19:20:17.117Z] e2be974225ed: Pulling fs layer [2023-08-21T19:20:17.117Z] 339a4e72a1f5: Pulling fs layer [2023-08-21T19:20:17.117Z] 988bab9f4d93: Pulling fs layer [2023-08-21T19:20:17.117Z] 1469e6f7b9e6: Pulling fs layer [2023-08-21T19:20:17.117Z] eaf3925da568: Pulling fs layer [2023-08-21T19:20:17.117Z] bab4dde63d76: Pulling fs layer [2023-08-21T19:20:17.117Z] bde34c3a00c8: Pulling fs layer [2023-08-21T19:20:17.117Z] b352a97aabf1: Pulling fs layer [2023-08-21T19:20:17.117Z] 4872d77fe225: Pulling fs layer [2023-08-21T19:20:17.117Z] 5851b861e8e6: Pulling fs layer [2023-08-21T19:20:17.117Z] bde34c3a00c8: Waiting [2023-08-21T19:20:17.117Z] 988bab9f4d93: Waiting [2023-08-21T19:20:17.117Z] 1469e6f7b9e6: Waiting [2023-08-21T19:20:17.117Z] b352a97aabf1: Waiting [2023-08-21T19:20:17.117Z] 4872d77fe225: Waiting [2023-08-21T19:20:17.117Z] eaf3925da568: Waiting [2023-08-21T19:20:17.117Z] 5851b861e8e6: Waiting [2023-08-21T19:20:17.117Z] bab4dde63d76: Waiting [2023-08-21T19:20:17.117Z] e2be974225ed: Download complete [2023-08-21T19:20:17.117Z] 988bab9f4d93: Verifying Checksum [2023-08-21T19:20:17.117Z] 988bab9f4d93: Download complete [2023-08-21T19:20:17.378Z] 1469e6f7b9e6: Verifying Checksum [2023-08-21T19:20:17.378Z] 1469e6f7b9e6: Download complete [2023-08-21T19:20:17.378Z] eaf3925da568: Verifying Checksum [2023-08-21T19:20:17.378Z] eaf3925da568: Download complete [2023-08-21T19:20:17.378Z] 339a4e72a1f5: Verifying Checksum [2023-08-21T19:20:17.378Z] 339a4e72a1f5: Download complete [2023-08-21T19:20:17.378Z] bde34c3a00c8: Verifying Checksum [2023-08-21T19:20:17.378Z] bde34c3a00c8: Download complete [2023-08-21T19:20:17.378Z] b352a97aabf1: Verifying Checksum [2023-08-21T19:20:17.378Z] b352a97aabf1: Download complete [2023-08-21T19:20:17.378Z] 4872d77fe225: Verifying Checksum [2023-08-21T19:20:17.378Z] 4872d77fe225: Download complete [2023-08-21T19:20:17.378Z] 5851b861e8e6: Verifying Checksum [2023-08-21T19:20:17.378Z] 5851b861e8e6: Download complete [2023-08-21T19:20:17.378Z] b85a868b505f: Verifying Checksum [2023-08-21T19:20:17.378Z] b85a868b505f: Download complete [2023-08-21T19:20:17.645Z] bab4dde63d76: Verifying Checksum [2023-08-21T19:20:17.645Z] bab4dde63d76: Download complete [2023-08-21T19:20:18.584Z] b85a868b505f: Pull complete [2023-08-21T19:20:18.844Z] e2be974225ed: Pull complete [2023-08-21T19:20:19.412Z] 339a4e72a1f5: Pull complete [2023-08-21T19:20:19.412Z] 988bab9f4d93: Pull complete [2023-08-21T19:20:19.671Z] 1469e6f7b9e6: Pull complete [2023-08-21T19:20:19.671Z] eaf3925da568: Pull complete [2023-08-21T19:20:21.581Z] bab4dde63d76: Pull complete [2023-08-21T19:20:21.581Z] bde34c3a00c8: Pull complete [2023-08-21T19:20:21.842Z] b352a97aabf1: Pull complete [2023-08-21T19:20:21.842Z] 4872d77fe225: Pull complete [2023-08-21T19:20:22.103Z] 5851b861e8e6: Pull complete [2023-08-21T19:20:22.103Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-21T19:20:22.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-21T19:20:22.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:20:22.320Z] prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container [2023-08-21T19:20:22.355Z] $ 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-21T19:20:24.877Z] $ docker top 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c -eo pid,comm [2023-08-21T19:20:24.933Z] 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-21T19:20:24.933Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-21T19:20:25.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-21T19:20:25.058Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-21T19:20:25.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-21T19:20:25.192Z] $ docker exec 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent [2023-08-21T19:20:25.285Z] SSH_AUTH_SOCK=/tmp/ssh-eCgRX7UFNNYm/agent.32 [2023-08-21T19:20:25.285Z] SSH_AGENT_PID=39 [2023-08-21T19:20:25.292Z] Running ssh-add (command line suppressed) [2023-08-21T19:20:25.401Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5311127076217836278.key (/w/workspace/edgex-go/1@tmp/private_key_5311127076217836278.key) [2023-08-21T19:20:25.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-21T19:20:25.744Z] + git tag --points-at HEAD [Pipeline] } [2023-08-21T19:20:25.771Z] $ docker exec --env ******** --env ******** 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent -k [2023-08-21T19:20:25.872Z] unset SSH_AUTH_SOCK; [2023-08-21T19:20:25.872Z] unset SSH_AGENT_PID; [2023-08-21T19:20:25.873Z] echo Agent pid 39 killed; [2023-08-21T19:20:25.884Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-21T19:20:25.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-21T19:20:25.974Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-21T19:20:26.083Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-21T19:20:26.088Z] $ docker exec 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent [2023-08-21T19:20:26.191Z] SSH_AUTH_SOCK=/tmp/ssh-xRmJVe6ZsMwW/agent.71 [2023-08-21T19:20:26.191Z] SSH_AGENT_PID=77 [2023-08-21T19:20:26.195Z] Running ssh-add (command line suppressed) [2023-08-21T19:20:26.304Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5502687144089907122.key (/w/workspace/edgex-go/1@tmp/private_key_5502687144089907122.key) [2023-08-21T19:20:26.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-21T19:20:26.645Z] + git semver init [2023-08-21T19:20:26.905Z] 2023-08-21 19:20:26,821 [run_init] DEBUG init version:0.0.0 force:False [2023-08-21T19:20:26.905Z] 2023-08-21 19:20:26,822 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-08-21T19:20:26.905Z] 2023-08-21 19:20:26,822 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-08-21T19:20:26.905Z] 2023-08-21 19:20:26,822 [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-21T19:20:32.890Z] 2023-08-21 19:20:32,531 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-08-21T19:20:32.890Z] 2023-08-21 19:20:32,532 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4643 with force:False [2023-08-21T19:20:32.890Z] 2023-08-21 19:20:32,532 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4643 [2023-08-21T19:20:32.890Z] 2023-08-21 19:20:32,536 [execute] INFO git cat-file --batch-check [2023-08-21T19:20:32.890Z] 2023-08-21 19:20:32,537 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-21T19:20:32.890Z] 2023-08-21 19:20:32,543 [execute] INFO git cat-file --batch [2023-08-21T19:20:32.890Z] 2023-08-21 19:20:32,543 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-21T19:20:32.890Z] 2023-08-21 19:20:32,547 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4643 [2023-08-21T19:20:32.890Z] 0.0.0 [Pipeline] } [2023-08-21T19:20:32.918Z] $ docker exec --env ******** --env ******** 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent -k [2023-08-21T19:20:33.023Z] unset SSH_AUTH_SOCK; [2023-08-21T19:20:33.023Z] unset SSH_AGENT_PID; [2023-08-21T19:20:33.023Z] echo Agent pid 77 killed; [2023-08-21T19:20:33.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-21T19:20:33.449Z] + git semver [Pipeline] } [2023-08-21T19:20:33.732Z] $ docker stop --time=1 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c [2023-08-21T19:20:35.040Z] $ docker rm -f --volumes 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-21T19:20:35.428Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-21T19:20:35.700Z] Stashed 1 file(s) [Pipeline] echo [2023-08-21T19:20:35.724Z] [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-21T19:20:36.497Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-21T19:20:36.533Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-21T19:20:36.567Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-21T19:20:36.598Z] ========================================================= [2023-08-21T19:20:36.598Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-21T19:20:36.598Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-21T19:20:36.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-21T19:20:36.933Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-21T19:20:36.933Z] 4db1b89c0bd1: Pulling fs layer [2023-08-21T19:20:36.933Z] 6911f1a30b25: Pulling fs layer [2023-08-21T19:20:36.933Z] e194b8c5c2a9: Pulling fs layer [2023-08-21T19:20:36.933Z] 6863d3e3a2b1: Pulling fs layer [2023-08-21T19:20:36.933Z] ec0bb842ea78: Pulling fs layer [2023-08-21T19:20:36.933Z] 40a00589a448: Pulling fs layer [2023-08-21T19:20:36.933Z] 6c08303d61cc: Pulling fs layer [2023-08-21T19:20:36.933Z] 798269fcf238: Pulling fs layer [2023-08-21T19:20:36.933Z] ec0bb842ea78: Waiting [2023-08-21T19:20:36.933Z] 40a00589a448: Waiting [2023-08-21T19:20:36.933Z] 6c08303d61cc: Waiting [2023-08-21T19:20:36.933Z] 798269fcf238: Waiting [2023-08-21T19:20:36.933Z] 6863d3e3a2b1: Waiting [2023-08-21T19:20:36.933Z] 6911f1a30b25: Verifying Checksum [2023-08-21T19:20:36.933Z] 6911f1a30b25: Download complete [2023-08-21T19:20:36.933Z] 6863d3e3a2b1: Verifying Checksum [2023-08-21T19:20:36.933Z] 6863d3e3a2b1: Download complete [2023-08-21T19:20:36.933Z] ec0bb842ea78: Verifying Checksum [2023-08-21T19:20:36.933Z] ec0bb842ea78: Download complete [2023-08-21T19:20:36.933Z] 4db1b89c0bd1: Verifying Checksum [2023-08-21T19:20:36.933Z] 4db1b89c0bd1: Download complete [2023-08-21T19:20:37.194Z] 40a00589a448: Verifying Checksum [2023-08-21T19:20:37.194Z] 40a00589a448: Download complete [2023-08-21T19:20:37.194Z] 4db1b89c0bd1: Pull complete [2023-08-21T19:20:37.455Z] 6911f1a30b25: Pull complete [2023-08-21T19:20:37.717Z] 798269fcf238: Verifying Checksum [2023-08-21T19:20:37.717Z] 798269fcf238: Download complete [2023-08-21T19:20:37.976Z] e194b8c5c2a9: Verifying Checksum [2023-08-21T19:20:37.976Z] e194b8c5c2a9: Download complete [2023-08-21T19:20:37.976Z] 6c08303d61cc: Verifying Checksum [2023-08-21T19:20:37.976Z] 6c08303d61cc: Download complete [2023-08-21T19:20:41.262Z] e194b8c5c2a9: Pull complete [2023-08-21T19:20:41.521Z] 6863d3e3a2b1: Pull complete [2023-08-21T19:20:41.521Z] ec0bb842ea78: Pull complete [2023-08-21T19:20:41.521Z] 40a00589a448: Pull complete [2023-08-21T19:20:44.053Z] 6c08303d61cc: Pull complete [2023-08-21T19:20:44.990Z] 798269fcf238: Pull complete [2023-08-21T19:20:44.990Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-21T19:20:44.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-21T19:20:44.990Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-21T19:20:45.358Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-21T19:20:45.358Z] WORKDIR /edgex [2023-08-21T19:20:45.358Z] COPY go.mod . [2023-08-21T19:20:45.358Z] RUN go mod downloaddocker [2023-08-21T19:20:45.358Z] build -t ci-base-image-x86_64 -f - . [2023-08-21T19:20:45.926Z] Sending build context to Docker daemon 170.8MB [2023-08-21T19:20:45.926Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-21T19:20:45.926Z] ---> ec979cd7f677 [2023-08-21T19:20:45.926Z] Step 2/4 : WORKDIR /edgex [2023-08-21T19:20:51.015Z] Still waiting to schedule task [2023-08-21T19:20:51.016Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-21T19:20:51.225Z] ---> Running in 4ce46b5e3957 [2023-08-21T19:20:51.225Z] Removing intermediate container 4ce46b5e3957 [2023-08-21T19:20:51.225Z] ---> 271bfb6f2808 [2023-08-21T19:20:51.225Z] Step 3/4 : COPY go.mod . [2023-08-21T19:20:51.225Z] ---> 90a1fd4d181d [2023-08-21T19:20:51.225Z] Step 4/4 : RUN go mod download [2023-08-21T19:20:51.225Z] ---> Running in 90be8111420e [2023-08-21T19:21:17.865Z] Removing intermediate container 90be8111420e [2023-08-21T19:21:17.865Z] ---> 0cd7e19f6848 [2023-08-21T19:21:17.865Z] Successfully built 0cd7e19f6848 [2023-08-21T19:21:17.865Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:21:18.235Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-21T19:21:18.235Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:21:18.383Z] prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container [2023-08-21T19:21:18.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-21T19:21:18.841Z] $ docker top d81dd36a3818f44772e680cd905dec109a3c49231cacd01ac543db5eaea40b35 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-21T19:21:19.232Z] + go version [2023-08-21T19:21:19.233Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-21T19:21:19.275Z] $ docker stop --time=1 d81dd36a3818f44772e680cd905dec109a3c49231cacd01ac543db5eaea40b35 [2023-08-21T19:21:20.525Z] $ docker rm -f --volumes d81dd36a3818f44772e680cd905dec109a3c49231cacd01ac543db5eaea40b35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:21:21.221Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-21T19:21:21.221Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:21:21.370Z] prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container [2023-08-21T19:21:21.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-21T19:21:21.735Z] $ docker top 200b3a6c4e961f2b86355e7fbd6c12c1be69f40357c9e3547ff4bb8765bcd593 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-21T19:21:21.845Z] ========================================================= [2023-08-21T19:21:21.846Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-21T19:21:21.846Z] ========================================================= [Pipeline] sh [2023-08-21T19:21:22.137Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-21T19:21:22.500Z] + make test [2023-08-21T19:21:22.500Z] go test -race -coverprofile=coverage.out ./... [2023-08-21T19:21:30.635Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-21T19:21:42.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-21T19:21:42.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-21T19:21:42.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-21T19:21:43.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-21T19:21:43.786Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-21T19:21:44.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-21T19:21:44.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-21T19:21:44.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-21T19:21:44.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-21T19:21:44.342Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-21T19:21:44.600Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-21T19:21:45.168Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-21T19:21:45.168Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-21T19:21:45.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-21T19:21:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-21T19:21:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-21T19:21:46.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements [2023-08-21T19:21:47.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 97.0% of statements [2023-08-21T19:21:47.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-21T19:21:47.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-21T19:21:47.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-21T19:21:48.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-21T19:21:48.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-21T19:21:50.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-21T19:21:50.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-21T19:21:50.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:21:50.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-21T19:21:50.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-21T19:21:50.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.090s coverage: 71.5% of statements [2023-08-21T19:21:50.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 54.0% of statements [2023-08-21T19:21:51.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-21T19:21:51.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-21T19:21:52.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-21T19:21:53.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.073s coverage: 93.4% of statements [2023-08-21T19:21:53.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.8% of statements [2023-08-21T19:21:53.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.360s coverage: 97.6% of statements [2023-08-21T19:21:53.211Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 72.2% of statements [2023-08-21T19:21:54.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-21T19:21:54.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-21T19:21:54.150Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.091s coverage: 0.9% of statements [2023-08-21T19:21:54.150Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 32.2% of statements [2023-08-21T19:21:54.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 42.9% of statements [2023-08-21T19:21:55.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements [2023-08-21T19:21:55.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2023-08-21T19:21:55.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2023-08-21T19:21:55.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2023-08-21T19:21:55.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-21T19:21:55.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-21T19:21:55.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-21T19:21:55.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-21T19:21:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-21T19:21:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-21T19:21:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-21T19:21:55.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-21T19:21:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-21T19:21:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-21T19:21:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-21T19:21:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-21T19:21:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-21T19:21:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-21T19:21:57.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-21T19:21:59.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-21T19:21:59.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-21T19:22:00.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-21T19:22:00.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-21T19:22:01.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-21T19:22:01.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-21T19:22:01.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-21T19:22:03.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-21T19:22:03.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-21T19:22:03.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-21T19:22:05.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-21T19:22:05.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-21T19:22:05.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-21T19:22:05.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-21T19:22:06.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-21T19:22:06.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-21T19:22:06.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-21T19:22:06.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-21T19:22:07.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements [2023-08-21T19:22:08.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-21T19:22:08.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:22:08.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-21T19:22:08.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-21T19:22:09.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-21T19:22:09.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-21T19:22:10.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-21T19:22:10.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.293s coverage: 79.9% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.087s coverage: 92.9% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.070s coverage: 62.3% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.8% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 82.1% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 86.0% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.1% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.208s coverage: 38.4% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 95.7% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.8% of statements [2023-08-21T19:22:20.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 98.9% of statements [2023-08-21T19:22:20.048Z] 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-21T19:22:20.048Z] running golangci-lint [2023-08-21T19:22:20.048Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-08-21T19:22:20.048Z] go version go1.20.6 linux/amd64 [2023-08-21T19:22:20.048Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-08-21T19:22:20.048Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-08-21T19:22:23.136Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4151 in /w/workspace/edgexfoundry_edgex-go_PR-4643 [Pipeline] { [Pipeline] ws [2023-08-21T19:22:23.199Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-08-21T19:22:23.269Z] The recommended git tool is: git [2023-08-21T19:22:28.149Z] using credential edgex-jenkins-ssh [2023-08-21T19:22:28.166Z] Cloning the remote Git repository [2023-08-21T19:22:28.206Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-08-21T19:22:28.292Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-08-21T19:22:28.413Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-21T19:22:28.413Z] > git --version # timeout=10 [2023-08-21T19:22:28.435Z] > git --version # 'git version 2.25.1' [2023-08-21T19:22:28.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-21T19:22:28.567Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-21T19:22:34.929Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 15.454771554s" [2023-08-21T19:22:34.930Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.431888ms" [2023-08-21T19:22:44.906Z] level=info msg="[linters_context/goanalysis] analyzers took 1m4.793860943s with top 10 stages: buildir: 39.689565476s, inspect: 1.899522507s, gosec: 1.557693719s, fact_deprecated: 1.469908576s, printf: 1.286038843s, ctrlflow: 1.208240668s, fact_purity: 1.09880542s, S1038: 1.026090369s, nilness: 861.53294ms, SA4030: 495.90398ms" [2023-08-21T19:22:44.906Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-08-21T19:22:44.906Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 200/200, path_prettifier: 200/200, exclude-rules: 21/200, skip_dirs: 200/200, autogenerated_exclude: 200/200, identifier_marker: 200/200, exclude: 200/200, nolint: 0/21, cgo: 200/200, skip_files: 200/200" [2023-08-21T19:22:44.906Z] level=info msg="[runner] processing took 18.448064ms with stages: nolint: 7.909511ms, identifier_marker: 6.285026ms, path_prettifier: 1.448553ms, autogenerated_exclude: 1.208531ms, exclude-rules: 1.095649ms, skip_dirs: 437.753µs, cgo: 36.951µs, filename_unadjuster: 20µs, max_same_issues: 1.29µs, uniq_by_line: 970ns, max_from_linter: 720ns, skip_files: 700ns, exclude: 450ns, source_code: 450ns, severity-rules: 420ns, diff: 370ns, path_prefixer: 290ns, path_shortener: 170ns, sort_results: 140ns, max_per_file_from_linter: 120ns" [2023-08-21T19:22:44.906Z] level=info msg="[runner] linters took 8.960497485s with stages: goanalysis_metalinter: 8.94195096s" [2023-08-21T19:22:44.906Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-08-21T19:22:44.906Z] level=info msg="Memory: 246 samples, avg is 201.2MB, max is 815.6MB" [2023-08-21T19:22:44.906Z] level=info msg="Execution took 24.469143719s" [2023-08-21T19:22:44.906Z] go vet ./... [2023-08-21T19:22:46.917Z] Merging remotes/origin/main commit cd3e8a6a29d241919ce39f0a43e51689c2eacef5 into PR head commit b6edefb8aec0774ba43fba18fc8da8c186562593 [2023-08-21T19:22:47.322Z] Merge succeeded, producing b6edefb8aec0774ba43fba18fc8da8c186562593 [2023-08-21T19:22:47.322Z] Checking out Revision b6edefb8aec0774ba43fba18fc8da8c186562593 (PR-4643) [2023-08-21T19:22:45.459Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-21T19:22:45.488Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-21T19:22:46.319Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-21T19:22:46.358Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-21T19:22:46.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-21T19:22:46.375Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4643/head:refs/remotes/origin/PR-4643 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-21T19:22:46.936Z] > git config core.sparsecheckout # timeout=10 [2023-08-21T19:22:47.001Z] > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # timeout=10 [2023-08-21T19:22:47.221Z] > git remote # timeout=10 [2023-08-21T19:22:47.242Z] > git config --get remote.origin.url # timeout=10 [2023-08-21T19:22:47.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-21T19:22:47.281Z] > git merge cd3e8a6a29d241919ce39f0a43e51689c2eacef5 # timeout=10 [2023-08-21T19:22:47.308Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-21T19:22:47.329Z] > git config core.sparsecheckout # timeout=10 [2023-08-21T19:22:47.350Z] > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # timeout=10 [2023-08-21T19:22:47.927Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1" [2023-08-21T19:22:47.976Z] > git --version # timeout=10 [2023-08-21T19:22:47.988Z] > git --version # 'git version 2.25.1' [2023-08-21T19:22:48.008Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-21T19:22:49.107Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-21T19:22:49.107Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-21T19:22:49.134Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-21T19:22:49.134Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-21T19:22:49.134Z] Dload Upload Total Spent Left Speed [2023-08-21T19:22:49.134Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh [2023-08-21T19:22:49.366Z] ./bin/test-attribution-txt.sh [2023-08-21T19:22:49.366Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-21T19:22:49.366Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-21T19:22:49.366Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-21T19:22:49.366Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-21T19:22:49.484Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-21T19:22:49.680Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-21T19:22:49.790Z] + ls -al . [2023-08-21T19:22:49.790Z] total 728 [2023-08-21T19:22:49.790Z] drwxrwxr-x 12 1001 1001 4096 Aug 21 19:21 . [2023-08-21T19:22:49.790Z] drwxr-xr-x 4 root root 4096 Aug 21 19:21 .. [2023-08-21T19:22:49.790Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 19:20 .blubracket [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 16 Aug 21 19:20 .dockerignore [2023-08-21T19:22:49.790Z] drwxrwxr-x 8 1001 1001 4096 Aug 21 19:20 .git [2023-08-21T19:22:49.790Z] drwxrwxr-x 3 1001 1001 4096 Aug 21 19:20 .github [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 1173 Aug 21 19:20 .gitignore [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 42 Aug 21 19:20 .golangci.yml [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 87 Aug 21 19:20 .hadolint.yml [2023-08-21T19:22:49.790Z] drwxr-xr-x 3 1001 1001 4096 Aug 21 19:20 .semver [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 166 Aug 21 19:20 .sonarcloud.properties [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 1171 Aug 21 19:20 ADOPTERS.md [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 11152 Aug 21 19:20 Attribution.txt [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 93407 Aug 21 19:20 CHANGELOG.md [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 3804 Aug 21 19:20 CONTRIBUTING.md [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 677 Aug 21 19:20 GOVERNANCE.md [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 883 Aug 21 19:20 Jenkinsfile [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 10775 Aug 21 19:20 LICENSE [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 14764 Aug 21 19:20 Makefile [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 582 Aug 21 19:20 OWNERS.md [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 9923 Aug 21 19:20 README.md [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 789 Aug 21 19:20 SECURITY.md [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 5 Aug 21 19:20 VERSION [2023-08-21T19:22:49.790Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 19:20 bin [2023-08-21T19:22:49.790Z] drwxrwxr-x 18 1001 1001 4096 Aug 21 19:20 cmd [2023-08-21T19:22:49.790Z] -rw-r--r-- 1 root root 446998 Aug 21 19:22 coverage.out [2023-08-21T19:22:49.790Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 19:20 fuzz_test [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 3687 Aug 21 19:20 go.mod [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 33714 Aug 21 19:20 go.sum [2023-08-21T19:22:49.790Z] drwxrwxr-x 7 1001 1001 4096 Aug 21 19:20 internal [2023-08-21T19:22:49.790Z] drwxrwxr-x 3 1001 1001 4096 Aug 21 19:20 openapi [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 594 Aug 21 19:20 security.txt [2023-08-21T19:22:49.790Z] drwxrwxr-x 4 1001 1001 4096 Aug 21 19:20 snap [2023-08-21T19:22:49.790Z] -rw-rw-r-- 1 1001 1001 204 Aug 21 19:20 version.go [Pipeline] sh [2023-08-21T19:22:50.023Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-21T19:22:50.023Z] + sudo tee /etc/docker/daemon.new [2023-08-21T19:22:50.023Z] { [2023-08-21T19:22:50.023Z] "registry-mirrors": [ [2023-08-21T19:22:50.023Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-21T19:22:50.023Z] ], [2023-08-21T19:22:50.023Z] "bip": "10.250.0.254/24", [2023-08-21T19:22:50.023Z] "hosts": [ [2023-08-21T19:22:50.023Z] "tcp://0.0.0.0:5555", [2023-08-21T19:22:50.023Z] "unix:///var/run/docker.sock" [2023-08-21T19:22:50.023Z] ], [2023-08-21T19:22:50.023Z] "mtu": 1458, [2023-08-21T19:22:50.023Z] "selinux-enabled": true, [2023-08-21T19:22:50.023Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-21T19:22:50.023Z] } [Pipeline] sh [2023-08-21T19:22:50.096Z] + '[' -e coverage.out ] [2023-08-21T19:22:50.096Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-21T19:22:50.256Z] Stashed 1 file(s) [Pipeline] sh [2023-08-21T19:22:50.363Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-21T19:22:50.549Z] + make build [2023-08-21T19:22:50.549Z] 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-21T19:22:50.702Z] + sudo service docker restart [2023-08-21T19:23:05.425Z] 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-21T19:23:05.425Z] 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-21T19:23:06.362Z] 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-21T19:23:07.297Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-21T19:23:09.005Z] provisioning config files... [2023-08-21T19:23:09.028Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13560747332560718945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:23:09.407Z] ---> docker-login.sh [2023-08-21T19:23:09.407Z] nexus3.edgexfoundry.org:10001 [2023-08-21T19:23:09.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:23:09.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:23:09.947Z] Configure a credential helper to remove this warning. See [2023-08-21T19:23:09.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:23:09.947Z] [2023-08-21T19:23:09.947Z] Login Succeeded [2023-08-21T19:23:09.947Z] nexus3.edgexfoundry.org:10002 [2023-08-21T19:23:10.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:23:10.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:23:10.486Z] Configure a credential helper to remove this warning. See [2023-08-21T19:23:10.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:23:10.486Z] [2023-08-21T19:23:10.486Z] Login Succeeded [2023-08-21T19:23:10.486Z] nexus3.edgexfoundry.org:10003 [2023-08-21T19:23:10.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:23:10.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:23:10.758Z] Configure a credential helper to remove this warning. See [2023-08-21T19:23:10.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:23:10.758Z] [2023-08-21T19:23:10.758Z] Login Succeeded [2023-08-21T19:23:10.758Z] nexus3.edgexfoundry.org:10004 [2023-08-21T19:23:11.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:23:11.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:23:11.030Z] Configure a credential helper to remove this warning. See [2023-08-21T19:23:11.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:23:11.030Z] [2023-08-21T19:23:11.030Z] Login Succeeded [2023-08-21T19:23:11.030Z] docker.io [2023-08-21T19:23:11.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-21T19:23:11.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-21T19:23:11.563Z] Configure a credential helper to remove this warning. See [2023-08-21T19:23:11.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-21T19:23:11.563Z] [2023-08-21T19:23:11.563Z] Login Succeeded [2023-08-21T19:23:11.563Z] ---> docker-login.sh ends [Pipeline] } [2023-08-21T19:23:11.596Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-08-21T19:23:12.275Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-21T19:23:12.314Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-21T19:23:12.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-21T19:23:12.380Z] ========================================================= [2023-08-21T19:23:12.380Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-21T19:23:12.380Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-21T19:23:12.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-21T19:23:12.747Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-21T19:23:12.747Z] edb6bdbacee9: Pulling fs layer [2023-08-21T19:23:12.747Z] 5f9638ab2659: Pulling fs layer [2023-08-21T19:23:12.747Z] 8d51d6327a98: Pulling fs layer [2023-08-21T19:23:12.747Z] 8b374f2dd631: Pulling fs layer [2023-08-21T19:23:13.022Z] ec14aa9079de: Pulling fs layer [2023-08-21T19:23:13.022Z] 2f466654f4bb: Pulling fs layer [2023-08-21T19:23:13.022Z] 554e91adad29: Pulling fs layer [2023-08-21T19:23:13.022Z] ec14aa9079de: Waiting [2023-08-21T19:23:13.022Z] 2f466654f4bb: Waiting [2023-08-21T19:23:13.022Z] 554e91adad29: Waiting [2023-08-21T19:23:13.022Z] 8b374f2dd631: Waiting [2023-08-21T19:23:13.022Z] 5f9638ab2659: Verifying Checksum [2023-08-21T19:23:13.022Z] 5f9638ab2659: Download complete [2023-08-21T19:23:13.022Z] 8b374f2dd631: Download complete [2023-08-21T19:23:13.022Z] ec14aa9079de: Verifying Checksum [2023-08-21T19:23:13.022Z] ec14aa9079de: Download complete [2023-08-21T19:23:13.022Z] edb6bdbacee9: Download complete [2023-08-21T19:23:13.866Z] 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-21T19:23:14.548Z] 554e91adad29: Verifying Checksum [2023-08-21T19:23:14.548Z] 554e91adad29: Download complete [2023-08-21T19:23:15.526Z] 8d51d6327a98: Verifying Checksum [2023-08-21T19:23:15.526Z] 8d51d6327a98: Download complete [2023-08-21T19:23:15.526Z] 2f466654f4bb: Download complete [2023-08-21T19:23:15.766Z] 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-21T19:23:16.119Z] edb6bdbacee9: Pull complete [2023-08-21T19:23:16.710Z] 5f9638ab2659: Pull complete [2023-08-21T19:23:17.139Z] 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-21T19:23:18.515Z] 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-21T19:23:19.451Z] 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-21T19:23:20.829Z] 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-21T19:23:22.210Z] 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-21T19:23:23.612Z] $ docker stop --time=1 200b3a6c4e961f2b86355e7fbd6c12c1be69f40357c9e3547ff4bb8765bcd593 [2023-08-21T19:23:27.915Z] $ docker rm -f --volumes 200b3a6c4e961f2b86355e7fbd6c12c1be69f40357c9e3547ff4bb8765bcd593 [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-21T19:23:29.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-21T19:23:29.290Z] [2023-08-21T19:23:29.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:23:29.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-21T19:23:29.672Z] latest: Pulling from edgex-devops/edgex-compose [2023-08-21T19:23:29.672Z] 91d30c5bc195: Pulling fs layer [2023-08-21T19:23:29.672Z] 2e9b0aa3be6d: Pulling fs layer [2023-08-21T19:23:29.672Z] 9c61dcf015f6: Pulling fs layer [2023-08-21T19:23:29.672Z] 4698f68db338: Pulling fs layer [2023-08-21T19:23:29.672Z] 2a2f49069b9e: Pulling fs layer [2023-08-21T19:23:29.672Z] e0025b399a48: Pulling fs layer [2023-08-21T19:23:29.672Z] 4698f68db338: Waiting [2023-08-21T19:23:29.672Z] 2a2f49069b9e: Waiting [2023-08-21T19:23:29.672Z] e0025b399a48: Waiting [2023-08-21T19:23:29.672Z] 91d30c5bc195: Verifying Checksum [2023-08-21T19:23:29.672Z] 91d30c5bc195: Download complete [2023-08-21T19:23:29.672Z] 4698f68db338: Download complete [2023-08-21T19:23:29.934Z] 91d30c5bc195: Pull complete [2023-08-21T19:23:29.934Z] 2e9b0aa3be6d: Verifying Checksum [2023-08-21T19:23:29.934Z] 2e9b0aa3be6d: Download complete [2023-08-21T19:23:29.934Z] e0025b399a48: Verifying Checksum [2023-08-21T19:23:29.934Z] e0025b399a48: Download complete [2023-08-21T19:23:30.194Z] 2a2f49069b9e: Verifying Checksum [2023-08-21T19:23:30.195Z] 2a2f49069b9e: Download complete [2023-08-21T19:23:30.195Z] 2e9b0aa3be6d: Pull complete [2023-08-21T19:23:30.761Z] 9c61dcf015f6: Verifying Checksum [2023-08-21T19:23:30.761Z] 9c61dcf015f6: Download complete [2023-08-21T19:23:31.718Z] 8d51d6327a98: Pull complete [2023-08-21T19:23:31.718Z] 8b374f2dd631: Pull complete [2023-08-21T19:23:31.718Z] ec14aa9079de: Pull complete [2023-08-21T19:23:33.289Z] 9c61dcf015f6: Pull complete [2023-08-21T19:23:33.289Z] 4698f68db338: Pull complete [2023-08-21T19:23:33.857Z] 2a2f49069b9e: Pull complete [2023-08-21T19:23:33.857Z] e0025b399a48: Pull complete [2023-08-21T19:23:33.857Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-08-21T19:23:33.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-21T19:23:33.857Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:23:34.071Z] prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container [2023-08-21T19:23:34.099Z] $ 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-21T19:23:37.080Z] 2f466654f4bb: Pull complete [2023-08-21T19:23:37.367Z] $ docker top 8605d94cf1a07d43f932638470cf3b25fcd05980cf3dd2bef2e4d9cb51c1d6c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-21T19:23:37.788Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-21T19:23:39.663Z] 554e91adad29: Pull complete [2023-08-21T19:23:39.663Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-21T19:23:39.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-21T19:23:39.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-21T19:23:39.692Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-21T19:23:39.692Z] #1 transferring dockerfile: 2.38kB done [2023-08-21T19:23:39.692Z] #1 DONE 0.0s [Pipeline] fileExists [Pipeline] sh [2023-08-21T19:23:40.075Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-21T19:23:40.075Z] WORKDIR /edgex [2023-08-21T19:23:40.075Z] COPY go.mod . [2023-08-21T19:23:40.075Z] RUN go mod download [2023-08-21T19:23:40.075Z] + docker build -t ci-base-image-arm64 -f - . [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #2 [security-spire-server internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #2 transferring dockerfile: 2.63kB done [2023-08-21T19:23:40.261Z] #2 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #3 [core-metadata internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #3 transferring dockerfile: 1.96kB done [2023-08-21T19:23:40.261Z] #3 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #4 transferring dockerfile: 2.82kB done [2023-08-21T19:23:40.261Z] #4 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #5 [security-secretstore-setup internal] load .dockerignore [2023-08-21T19:23:40.261Z] #5 transferring context: 56B done [2023-08-21T19:23:40.261Z] #5 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #6 transferring dockerfile: 2.12kB done [2023-08-21T19:23:40.261Z] #6 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #7 [support-scheduler internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #7 transferring dockerfile: 1.82kB done [2023-08-21T19:23:40.261Z] #7 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #8 [core-data internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #8 transferring dockerfile: 1.90kB done [2023-08-21T19:23:40.261Z] #8 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #9 transferring dockerfile: 2.39kB done [2023-08-21T19:23:40.261Z] #9 DONE 0.0s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #10 transferring dockerfile: 2.04kB done [2023-08-21T19:23:40.261Z] #10 DONE 0.1s [2023-08-21T19:23:40.261Z] [2023-08-21T19:23:40.261Z] #11 [security-spire-config internal] load build definition from Dockerfile [2023-08-21T19:23:40.261Z] #11 transferring dockerfile: 2.58kB done [2023-08-21T19:23:40.519Z] #11 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2023-08-21T19:23:40.519Z] #12 transferring dockerfile: 2.68kB done [2023-08-21T19:23:40.519Z] #12 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #13 [support-notifications internal] load build definition from Dockerfile [2023-08-21T19:23:40.519Z] #13 transferring dockerfile: 1.84kB done [2023-08-21T19:23:40.519Z] #13 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #14 [core-command internal] load build definition from Dockerfile [2023-08-21T19:23:40.519Z] #14 transferring dockerfile: 1.82kB done [2023-08-21T19:23:40.519Z] #14 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-21T19:23:40.519Z] #15 transferring dockerfile: 1.78kB done [2023-08-21T19:23:40.519Z] #15 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #16 [security-spire-server internal] load .dockerignore [2023-08-21T19:23:40.519Z] #16 transferring context: 56B done [2023-08-21T19:23:40.519Z] #16 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #17 [security-bootstrapper internal] load .dockerignore [2023-08-21T19:23:40.519Z] #17 transferring context: 56B done [2023-08-21T19:23:40.519Z] #17 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #18 [core-metadata internal] load .dockerignore [2023-08-21T19:23:40.519Z] #18 transferring context: 56B done [2023-08-21T19:23:40.519Z] #18 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #19 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:40.519Z] #19 DONE 0.0s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #20 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:23:40.519Z] #20 DONE 0.1s [2023-08-21T19:23:40.519Z] [2023-08-21T19:23:40.519Z] #21 [security-secretstore-setup stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:23:40.519Z] #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-21T19:23:40.519Z] #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:23:40.519Z] #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-21T19:23:40.519Z] #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-21T19:23:40.519Z] #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s [2023-08-21T19:23:40.666Z] Sending build context to Docker daemon 2.95MB [2023-08-21T19:23:40.666Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-21T19:23:40.666Z] ---> 1e15ea492957 [2023-08-21T19:23:40.666Z] Step 2/4 : WORKDIR /edgex [2023-08-21T19:23:40.778Z] #21 ... [2023-08-21T19:23:40.778Z] [2023-08-21T19:23:40.778Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:23:40.778Z] #22 transferring context: 56B done [2023-08-21T19:23:40.778Z] #22 DONE 0.1s [2023-08-21T19:23:40.778Z] [2023-08-21T19:23:40.778Z] #23 [support-scheduler internal] load .dockerignore [2023-08-21T19:23:40.778Z] #23 transferring context: 56B done [2023-08-21T19:23:40.778Z] #23 DONE 0.2s [2023-08-21T19:23:40.778Z] [2023-08-21T19:23:40.778Z] #21 [security-secretstore-setup stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:23:40.778Z] #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-21T19:23:40.778Z] #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-08-21T19:23:40.778Z] #21 ... [2023-08-21T19:23:40.778Z] [2023-08-21T19:23:40.778Z] #19 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:40.778Z] #19 DONE 0.0s [2023-08-21T19:23:40.778Z] [2023-08-21T19:23:40.778Z] #20 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:23:40.778Z] #20 DONE 0.1s [2023-08-21T19:23:40.778Z] [2023-08-21T19:23:40.778Z] #21 [security-spire-server stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:23:40.778Z] #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-21T19:23:40.778Z] #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:23:40.778Z] #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-21T19:23:40.778Z] #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-21T19:23:40.778Z] #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-21T19:23:40.778Z] #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-21T19:23:41.036Z] #21 ... [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #19 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:41.037Z] #19 DONE 0.0s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #20 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:23:41.037Z] #20 DONE 0.1s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #24 [security-proxy-auth internal] load .dockerignore [2023-08-21T19:23:41.037Z] #24 transferring context: 56B done [2023-08-21T19:23:41.037Z] #24 DONE 0.2s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #25 [core-command internal] load .dockerignore [2023-08-21T19:23:41.037Z] #25 transferring context: 56B done [2023-08-21T19:23:41.037Z] #25 DONE 0.2s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #26 [security-proxy-setup internal] load .dockerignore [2023-08-21T19:23:41.037Z] #26 transferring context: 56B done [2023-08-21T19:23:41.037Z] #26 DONE 0.3s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #27 [support-notifications internal] load .dockerignore [2023-08-21T19:23:41.037Z] #27 transferring context: 56B done [2023-08-21T19:23:41.037Z] #27 DONE 0.2s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #28 [core-data internal] load .dockerignore [2023-08-21T19:23:41.037Z] #28 transferring context: 56B done [2023-08-21T19:23:41.037Z] #28 DONE 0.3s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #29 [security-spire-config internal] load .dockerignore [2023-08-21T19:23:41.037Z] #29 transferring context: 56B done [2023-08-21T19:23:41.037Z] #29 DONE 0.3s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #21 [support-scheduler stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:23:41.037Z] #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-21T19:23:41.037Z] #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:23:41.037Z] #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-21T19:23:41.037Z] #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-21T19:23:41.037Z] #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-21T19:23:41.037Z] #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-21T19:23:41.037Z] #21 ... [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #19 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:41.037Z] #19 DONE 0.0s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #20 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:23:41.037Z] #20 DONE 0.2s [2023-08-21T19:23:41.037Z] [2023-08-21T19:23:41.037Z] #21 [security-proxy-auth stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:23:41.037Z] #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-21T19:23:41.037Z] #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:23:41.037Z] #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-21T19:23:41.037Z] #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-21T19:23:41.037Z] #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-21T19:23:41.037Z] #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-21T19:23:41.297Z] #21 DONE 0.9s [2023-08-21T19:23:41.297Z] [2023-08-21T19:23:41.297Z] #30 [security-spire-agent internal] load .dockerignore [2023-08-21T19:23:41.297Z] #30 transferring context: 56B done [2023-08-21T19:23:41.297Z] #30 DONE 0.5s [2023-08-21T19:23:41.297Z] [2023-08-21T19:23:41.297Z] #31 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-21T19:23:41.297Z] #31 DONE 1.0s [2023-08-21T19:23:41.297Z] [2023-08-21T19:23:41.297Z] #32 [security-proxy-auth internal] load build context [2023-08-21T19:23:41.297Z] #32 ... [2023-08-21T19:23:41.297Z] [2023-08-21T19:23:41.297Z] #33 [security-spiffe-token-provider internal] load .dockerignore [2023-08-21T19:23:41.297Z] #33 transferring context: 56B 0.0s done [2023-08-21T19:23:41.297Z] #33 DONE 0.5s [2023-08-21T19:23:41.297Z] [2023-08-21T19:23:41.297Z] #19 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:41.297Z] #19 DONE 0.0s [2023-08-21T19:23:41.297Z] [2023-08-21T19:23:41.297Z] #32 [security-proxy-auth internal] load build context [2023-08-21T19:23:41.555Z] #32 ... [2023-08-21T19:23:41.555Z] [2023-08-21T19:23:41.555Z] #19 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:41.555Z] #19 DONE 0.0s [2023-08-21T19:23:41.555Z] [2023-08-21T19:23:41.555Z] #21 [security-proxy-setup stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:23:41.555Z] #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-21T19:23:41.555Z] #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:23:41.555Z] #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-21T19:23:41.555Z] #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-21T19:23:41.555Z] #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-21T19:23:41.555Z] #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-21T19:23:41.555Z] #21 DONE 1.0s [2023-08-21T19:23:41.555Z] [2023-08-21T19:23:41.555Z] #31 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-21T19:23:41.555Z] #31 DONE 1.0s [2023-08-21T19:23:41.555Z] [2023-08-21T19:23:41.555Z] #32 [security-proxy-auth internal] load build context [2023-08-21T19:23:41.813Z] #32 ... [2023-08-21T19:23:41.813Z] [2023-08-21T19:23:41.813Z] #19 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:41.813Z] #19 DONE 0.0s [2023-08-21T19:23:41.813Z] [2023-08-21T19:23:41.813Z] #32 [security-proxy-auth internal] load build context [2023-08-21T19:23:41.813Z] #32 ... [2023-08-21T19:23:41.813Z] [2023-08-21T19:23:41.813Z] #19 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-21T19:23:41.813Z] #19 DONE 0.0s [2023-08-21T19:23:41.813Z] [2023-08-21T19:23:41.813Z] #32 [security-proxy-auth internal] load build context [2023-08-21T19:23:42.618Z] ---> Running in 7316797acf43 [2023-08-21T19:23:42.618Z] Removing intermediate container 7316797acf43 [2023-08-21T19:23:42.618Z] ---> 59363d459a16 [2023-08-21T19:23:42.618Z] Step 3/4 : COPY go.mod . [2023-08-21T19:23:43.579Z] ---> b70fd7ef31eb [2023-08-21T19:23:43.579Z] Step 4/4 : RUN go mod download [2023-08-21T19:23:43.579Z] ---> Running in f5ada7ab7085 [2023-08-21T19:23:47.107Z] #32 transferring context: 365.18MB 5.0s done [2023-08-21T19:23:47.691Z] #32 ... [2023-08-21T19:23:47.691Z] [2023-08-21T19:23:47.691Z] #34 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:23:47.691Z] #34 transferring context: 365.18MB 6.7s done [2023-08-21T19:23:47.950Z] #34 ... [2023-08-21T19:23:47.950Z] [2023-08-21T19:23:47.950Z] #35 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-21T19:23:47.950Z] #35 ... [2023-08-21T19:23:47.950Z] [2023-08-21T19:23:47.950Z] #21 [support-notifications stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:23:47.950Z] #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-21T19:23:47.950Z] #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:23:47.950Z] #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-21T19:23:47.950Z] #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-21T19:23:47.950Z] #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done [2023-08-21T19:23:47.951Z] #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done [2023-08-21T19:23:47.951Z] #21 DONE 1.0s [2023-08-21T19:23:47.951Z] [2023-08-21T19:23:47.951Z] #31 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-21T19:23:47.951Z] #31 DONE 1.0s [2023-08-21T19:23:47.951Z] [2023-08-21T19:23:47.951Z] #20 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:23:47.951Z] #20 DONE 6.8s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #32 [security-proxy-auth internal] load build context [2023-08-21T19:23:48.208Z] #32 DONE 6.9s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #36 [security-bootstrapper internal] load build context [2023-08-21T19:23:48.208Z] #36 transferring context: 365.18MB 5.6s done [2023-08-21T19:23:48.208Z] #36 DONE 7.3s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #37 [support-scheduler internal] load build context [2023-08-21T19:23:48.208Z] #37 transferring context: 365.18MB 5.7s done [2023-08-21T19:23:48.208Z] #37 DONE 7.2s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #38 [security-spire-server internal] load build context [2023-08-21T19:23:48.208Z] #38 transferring context: 365.18MB 5.8s done [2023-08-21T19:23:48.208Z] #38 DONE 7.3s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #39 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-08-21T19:23:48.208Z] #39 DONE 7.0s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #40 [security-secretstore-setup internal] load build context [2023-08-21T19:23:48.208Z] #40 transferring context: 365.18MB 6.0s done [2023-08-21T19:23:48.208Z] #40 DONE 7.5s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #41 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-21T19:23:48.208Z] #41 ... [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #42 [core-metadata internal] load build context [2023-08-21T19:23:48.208Z] #42 transferring context: 365.18MB 6.0s done [2023-08-21T19:23:48.208Z] #42 DONE 7.3s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #34 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:23:48.208Z] #34 DONE 7.3s [2023-08-21T19:23:48.208Z] [2023-08-21T19:23:48.208Z] #43 [security-spire-config internal] load build context [2023-08-21T19:23:51.495Z] #43 ... [2023-08-21T19:23:51.495Z] [2023-08-21T19:23:51.495Z] #44 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-21T19:23:51.495Z] #0 7.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 7.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 7.648 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:23:51.495Z] #0 7.648 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:23:51.495Z] #0 7.648 OK: 17818 distinct packages available [2023-08-21T19:23:51.495Z] #0 7.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 7.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 8.064 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:51.495Z] #0 8.068 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-21T19:23:51.495Z] #0 8.077 (3/5) Installing libucontext (1.2-r0) [2023-08-21T19:23:51.495Z] #0 8.082 (4/5) Installing gcompat (1.1.0-r0) [2023-08-21T19:23:51.495Z] #0 8.089 (5/5) Installing openssl (3.0.10-r0) [2023-08-21T19:23:51.495Z] #0 8.104 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:51.495Z] #0 8.106 OK: 8 MiB in 20 packages [2023-08-21T19:23:51.495Z] #44 ... [2023-08-21T19:23:51.495Z] [2023-08-21T19:23:51.495Z] #45 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-21T19:23:51.495Z] #0 7.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 7.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 7.717 (1/4) Installing ca-certificates (20230506-r0) [2023-08-21T19:23:51.495Z] #0 7.736 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:51.495Z] #0 7.743 (3/4) Installing su-exec (0.2-r2) [2023-08-21T19:23:51.495Z] #0 7.745 (4/4) Installing yq (4.30.4-r4) [2023-08-21T19:23:51.495Z] #0 7.823 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:51.495Z] #0 7.834 Executing ca-certificates-20230506-r0.trigger [2023-08-21T19:23:51.495Z] #0 7.948 OK: 17 MiB in 19 packages [2023-08-21T19:23:51.495Z] #45 ... [2023-08-21T19:23:51.495Z] [2023-08-21T19:23:51.495Z] #46 [core-data internal] load build context [2023-08-21T19:23:51.495Z] #46 ... [2023-08-21T19:23:51.495Z] [2023-08-21T19:23:51.495Z] #47 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-21T19:23:51.495Z] #0 7.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 7.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.495Z] #0 7.558 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:51.495Z] #0 7.590 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:51.495Z] #0 7.590 OK: 7 MiB in 16 packages [2023-08-21T19:23:51.752Z] #47 ... [2023-08-21T19:23:51.752Z] [2023-08-21T19:23:51.752Z] #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-21T19:23:51.752Z] #0 7.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.752Z] #0 7.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:51.752Z] #0 7.727 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:51.752Z] #0 7.735 (2/2) Installing su-exec (0.2-r2) [2023-08-21T19:23:51.752Z] #0 7.740 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:51.752Z] #0 7.758 OK: 7 MiB in 17 packages [2023-08-21T19:23:51.752Z] #48 ... [2023-08-21T19:23:51.752Z] [2023-08-21T19:23:51.753Z] #49 [security-proxy-setup internal] load build context [2023-08-21T19:23:51.753Z] #49 ... [2023-08-21T19:23:51.753Z] [2023-08-21T19:23:51.753Z] #50 [core-command internal] load build context [2023-08-21T19:23:52.010Z] #50 transferring context: 149.73MB 4.2s [2023-08-21T19:23:52.010Z] #50 ... [2023-08-21T19:23:52.010Z] [2023-08-21T19:23:52.010Z] #49 [security-proxy-setup internal] load build context [2023-08-21T19:23:52.949Z] #49 transferring context: 365.18MB 4.8s done [2023-08-21T19:23:57.141Z] #49 ... [2023-08-21T19:23:57.141Z] [2023-08-21T19:23:57.141Z] #51 [support-notifications internal] load build context [2023-08-21T19:23:57.141Z] #51 transferring context: 365.18MB 5.3s done [2023-08-21T19:23:58.248Z] #51 ... [2023-08-21T19:23:58.248Z] [2023-08-21T19:23:58.248Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-21T19:23:58.248Z] #0 6.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.248Z] #0 6.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.248Z] #0 7.017 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:58.248Z] #0 7.022 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:58.248Z] #0 7.027 OK: 7 MiB in 16 packages [2023-08-21T19:23:58.248Z] #52 ... [2023-08-21T19:23:58.248Z] [2023-08-21T19:23:58.248Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-21T19:23:58.248Z] #53 ... [2023-08-21T19:23:58.248Z] [2023-08-21T19:23:58.248Z] #54 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-21T19:23:58.248Z] #0 7.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.248Z] #0 7.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.248Z] #0 7.591 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:23:58.248Z] #0 7.591 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:23:58.248Z] #0 7.591 OK: 17818 distinct packages available [2023-08-21T19:23:58.248Z] #0 7.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.248Z] #0 7.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.248Z] #0 7.946 (1/9) Installing ca-certificates (20230506-r0) [2023-08-21T19:23:58.248Z] #0 8.243 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-21T19:23:58.248Z] #0 8.254 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-21T19:23:58.248Z] #0 8.259 (4/9) Installing libcurl (8.2.1-r0) [2023-08-21T19:23:58.248Z] #0 8.268 (5/9) Installing curl (8.2.1-r0) [2023-08-21T19:23:58.248Z] #0 8.275 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:58.248Z] #0 8.280 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-21T19:23:58.248Z] #0 8.283 (8/9) Installing libucontext (1.2-r0) [2023-08-21T19:23:58.248Z] #0 8.286 (9/9) Installing gcompat (1.1.0-r0) [2023-08-21T19:23:58.248Z] #0 8.292 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:58.248Z] #0 8.299 Executing ca-certificates-20230506-r0.trigger [2023-08-21T19:23:58.248Z] #0 8.369 OK: 10 MiB in 24 packages [2023-08-21T19:23:58.508Z] #54 ... [2023-08-21T19:23:58.508Z] [2023-08-21T19:23:58.508Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-21T19:23:58.508Z] #0 7.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.508Z] #0 7.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:58.508Z] #0 8.047 (1/2) Installing ca-certificates (20230506-r0) [2023-08-21T19:23:58.508Z] #0 8.245 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:58.508Z] #0 8.248 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:58.508Z] #0 8.254 Executing ca-certificates-20230506-r0.trigger [2023-08-21T19:23:58.508Z] #0 8.319 OK: 8 MiB in 17 packages [2023-08-21T19:23:58.508Z] #55 ... [2023-08-21T19:23:58.508Z] [2023-08-21T19:23:58.508Z] #56 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-21T19:23:58.768Z] #56 ... [2023-08-21T19:23:58.768Z] [2023-08-21T19:23:58.768Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-21T19:23:58.768Z] #57 ... [2023-08-21T19:23:58.768Z] [2023-08-21T19:23:58.768Z] #58 [security-spire-agent internal] load build context [2023-08-21T19:23:58.768Z] #58 transferring context: 365.18MB 5.0s done [2023-08-21T19:23:59.032Z] #58 ... [2023-08-21T19:23:59.032Z] [2023-08-21T19:23:59.032Z] #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-21T19:23:59.032Z] #0 4.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:59.032Z] #0 4.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:59.032Z] #0 4.850 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:23:59.032Z] #0 4.850 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:23:59.032Z] #0 4.850 OK: 17818 distinct packages available [2023-08-21T19:23:59.032Z] #0 4.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:59.032Z] #0 5.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:59.032Z] #0 5.227 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:59.032Z] #0 5.229 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-21T19:23:59.032Z] #0 5.231 (3/4) Installing libucontext (1.2-r0) [2023-08-21T19:23:59.032Z] #0 5.234 (4/4) Installing gcompat (1.1.0-r0) [2023-08-21T19:23:59.032Z] #0 5.238 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:59.032Z] #0 5.246 OK: 7 MiB in 19 packages [2023-08-21T19:23:59.032Z] #59 ... [2023-08-21T19:23:59.032Z] [2023-08-21T19:23:59.032Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-21T19:23:59.291Z] #60 ... [2023-08-21T19:23:59.291Z] [2023-08-21T19:23:59.291Z] #61 [security-spiffe-token-provider internal] load build context [2023-08-21T19:23:59.291Z] #61 transferring context: 365.18MB 5.0s done [2023-08-21T19:23:59.550Z] #61 ... [2023-08-21T19:23:59.550Z] [2023-08-21T19:23:59.550Z] #35 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-21T19:23:59.550Z] #35 1.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:59.550Z] #35 1.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:23:59.550Z] #35 1.452 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-21T19:23:59.550Z] #35 1.457 (2/4) Installing openssl (3.0.10-r0) [2023-08-21T19:23:59.550Z] #35 1.467 (3/4) Installing su-exec (0.2-r2) [2023-08-21T19:23:59.550Z] #35 1.467 (4/4) Installing yq (4.30.4-r4) [2023-08-21T19:23:59.550Z] #35 1.529 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:23:59.550Z] #35 1.549 OK: 17 MiB in 19 packages [2023-08-21T19:23:59.550Z] #35 ... [2023-08-21T19:23:59.550Z] [2023-08-21T19:23:59.550Z] #50 [core-command internal] load build context [2023-08-21T19:23:59.550Z] #50 transferring context: 365.18MB 7.3s done [2023-08-21T19:24:01.456Z] #50 ... [2023-08-21T19:24:01.456Z] [2023-08-21T19:24:01.456Z] #43 [security-spire-config internal] load build context [2023-08-21T19:24:01.456Z] #43 transferring context: 365.18MB 5.4s done [2023-08-21T19:24:01.714Z] #43 ... [2023-08-21T19:24:01.714Z] [2023-08-21T19:24:01.714Z] #46 [core-data internal] load build context [2023-08-21T19:24:01.714Z] #46 transferring context: 365.18MB 5.3s done [2023-08-21T19:24:16.640Z] #46 ... [2023-08-21T19:24:16.640Z] [2023-08-21T19:24:16.640Z] #49 [security-proxy-setup internal] load build context [2023-08-21T19:24:16.640Z] #49 DONE 35.0s [2023-08-21T19:24:16.640Z] [2023-08-21T19:24:16.641Z] #58 [security-spire-agent internal] load build context [2023-08-21T19:24:16.641Z] #58 DONE 28.5s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #61 [security-spiffe-token-provider internal] load build context [2023-08-21T19:24:16.641Z] #61 DONE 28.6s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #51 [support-notifications internal] load build context [2023-08-21T19:24:16.641Z] #51 DONE 28.6s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #46 [core-data internal] load build context [2023-08-21T19:24:16.641Z] #46 DONE 35.1s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #50 [core-command internal] load build context [2023-08-21T19:24:16.641Z] #50 DONE 35.1s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #43 [security-spire-config internal] load build context [2023-08-21T19:24:16.641Z] #43 DONE 28.6s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-21T19:24:16.641Z] #55 DONE 28.6s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #47 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-21T19:24:16.641Z] #47 DONE 35.3s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-21T19:24:16.641Z] #52 DONE 28.7s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-21T19:24:16.641Z] #57 ... [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-21T19:24:16.641Z] #59 DONE 28.6s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #54 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-21T19:24:16.641Z] #54 DONE 28.7s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-21T19:24:16.641Z] #48 DONE 35.3s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #44 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-21T19:24:16.641Z] #44 DONE 35.5s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #35 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-21T19:24:16.641Z] #35 DONE 28.8s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #62 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-08-21T19:24:16.641Z] #62 DONE 0.0s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #45 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-21T19:24:16.641Z] #45 DONE 35.4s [2023-08-21T19:24:16.641Z] [2023-08-21T19:24:16.641Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-21T19:24:18.017Z] #63 ... [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #56 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-21T19:24:18.017Z] #56 29.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #56 29.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #56 29.55 OK: 265 MiB in 53 packages [2023-08-21T19:24:18.017Z] #56 DONE 29.7s [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #64 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-21T19:24:18.017Z] #64 DONE 0.1s [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-21T19:24:18.017Z] #57 29.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #57 29.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #57 29.70 OK: 265 MiB in 53 packages [2023-08-21T19:24:18.017Z] #57 DONE 29.8s [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-21T19:24:18.017Z] #53 29.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #53 29.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #53 29.99 OK: 265 MiB in 53 packages [2023-08-21T19:24:18.017Z] #53 DONE 30.1s [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #65 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:24:18.017Z] #65 DONE 0.1s [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:24:18.017Z] #66 DONE 0.1s [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #41 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-08-21T19:24:18.017Z] #41 29.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #41 29.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.017Z] #41 29.96 OK: 265 MiB in 53 packages [2023-08-21T19:24:18.017Z] #41 DONE 30.0s [2023-08-21T19:24:18.017Z] [2023-08-21T19:24:18.017Z] #67 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:24:18.277Z] #67 DONE 0.1s [2023-08-21T19:24:18.277Z] [2023-08-21T19:24:18.277Z] #68 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:18.536Z] #68 ... [2023-08-21T19:24:18.536Z] [2023-08-21T19:24:18.536Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-21T19:24:18.536Z] #60 29.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.536Z] #60 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.536Z] #60 30.03 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:24:18.536Z] #60 30.03 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:24:18.536Z] #60 30.03 OK: 17823 distinct packages available [2023-08-21T19:24:18.536Z] #60 30.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.536Z] #60 30.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-21T19:24:18.536Z] #60 30.42 OK: 265 MiB in 53 packages [2023-08-21T19:24:18.536Z] #60 DONE 30.5s [2023-08-21T19:24:18.536Z] [2023-08-21T19:24:18.536Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-21T19:24:18.536Z] #63 DONE 1.9s [2023-08-21T19:24:18.536Z] [2023-08-21T19:24:18.536Z] #69 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-21T19:24:18.536Z] #69 DONE 0.1s [2023-08-21T19:24:18.796Z] [2023-08-21T19:24:18.796Z] #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:24:18.796Z] #70 DONE 0.1s [2023-08-21T19:24:18.796Z] [2023-08-21T19:24:18.796Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:22.465Z] Removing intermediate container f5ada7ab7085 [2023-08-21T19:24:22.465Z] ---> f254c1c21b60 [2023-08-21T19:24:22.465Z] Successfully built f254c1c21b60 [2023-08-21T19:24:22.465Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:24:22.919Z] + docker inspect -f . ci-base-image-arm64 [2023-08-21T19:24:22.919Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:24:23.189Z] prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container [2023-08-21T19:24:23.250Z] $ 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-21T19:24:24.439Z] $ docker top d81de117503718b69e00f0fdbd614c9c2cde01821fef7f2e4dc7a87fded2f078 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-21T19:24:25.295Z] + go version [2023-08-21T19:24:25.295Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-21T19:24:25.330Z] $ docker stop --time=1 d81de117503718b69e00f0fdbd614c9c2cde01821fef7f2e4dc7a87fded2f078 [2023-08-21T19:24:26.895Z] $ docker rm -f --volumes d81de117503718b69e00f0fdbd614c9c2cde01821fef7f2e4dc7a87fded2f078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:24:27.761Z] + docker inspect -f . ci-base-image-arm64 [2023-08-21T19:24:27.761Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:24:28.019Z] prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container [2023-08-21T19:24:28.079Z] $ 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-21T19:24:28.783Z] #71 ... [2023-08-21T19:24:28.783Z] [2023-08-21T19:24:28.783Z] #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:28.783Z] #72 ... [2023-08-21T19:24:28.783Z] [2023-08-21T19:24:28.783Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:28.783Z] #73 ... [2023-08-21T19:24:28.783Z] [2023-08-21T19:24:28.783Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:29.190Z] $ docker top 0b9bf8342174103956320bdcb595542f099539789608e081c47938778e508e6e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-21T19:24:29.448Z] ========================================================= [2023-08-21T19:24:29.448Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-21T19:24:29.448Z] ========================================================= [Pipeline] sh [2023-08-21T19:24:30.079Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-21T19:24:30.460Z] + make test [2023-08-21T19:24:30.460Z] go test -race -coverprofile=coverage.out ./... [2023-08-21T19:24:50.780Z] #74 DONE 33.0s [2023-08-21T19:24:50.780Z] [2023-08-21T19:24:50.780Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:51.039Z] #71 DONE 32.3s [2023-08-21T19:24:51.039Z] [2023-08-21T19:24:51.039Z] #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:51.039Z] #72 DONE 33.1s [2023-08-21T19:24:51.039Z] [2023-08-21T19:24:51.039Z] #68 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:51.039Z] #68 DONE 32.9s [2023-08-21T19:24:51.039Z] [2023-08-21T19:24:51.039Z] #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:24:51.039Z] #73 DONE 33.0s [2023-08-21T19:24:51.039Z] [2023-08-21T19:24:51.039Z] #75 [core-metadata builder 6/7] COPY . . [2023-08-21T19:25:01.018Z] #75 ... [2023-08-21T19:25:01.018Z] [2023-08-21T19:25:01.018Z] #76 [support-notifications builder 6/7] COPY . . [2023-08-21T19:25:01.018Z] #76 ... [2023-08-21T19:25:01.018Z] [2023-08-21T19:25:01.018Z] #77 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-21T19:25:01.277Z] #77 ... [2023-08-21T19:25:01.277Z] [2023-08-21T19:25:01.277Z] #78 [security-spire-server builder 6/9] COPY . . [2023-08-21T19:25:01.277Z] #78 ... [2023-08-21T19:25:01.277Z] [2023-08-21T19:25:01.277Z] #79 [security-secretstore-setup builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #79 DONE 14.0s [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #77 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #77 DONE 13.9s [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #80 [core-command builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #80 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.473Z] #81 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #82 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:25:05.473Z] #82 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #76 [support-notifications builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #76 DONE 14.0s [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #75 [core-metadata builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #75 DONE 13.9s [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #83 [core-data builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #83 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #84 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.473Z] #84 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #85 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:25:05.473Z] #85 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #86 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:25:05.473Z] #86 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #87 [security-proxy-auth builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #87 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.473Z] #88 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #78 [security-spire-server builder 6/9] COPY . . [2023-08-21T19:25:05.473Z] #78 DONE 13.9s [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #89 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:25:05.473Z] #89 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #90 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #90 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #91 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.473Z] #91 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #92 [support-scheduler builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #92 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.473Z] #93 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #94 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:25:05.473Z] #94 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.473Z] #95 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #96 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:25:05.473Z] #96 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #97 [security-proxy-setup builder 6/7] COPY . . [2023-08-21T19:25:05.473Z] #97 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.473Z] #98 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:25:05.473Z] #98 CACHED [2023-08-21T19:25:05.473Z] [2023-08-21T19:25:05.474Z] #99 [security-bootstrapper builder 6/7] COPY . . [2023-08-21T19:25:05.474Z] #99 CACHED [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #100 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.474Z] #100 CACHED [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #101 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-21T19:25:05.474Z] #101 ... [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #102 [security-spire-config builder 6/9] COPY . . [2023-08-21T19:25:05.474Z] #102 CACHED [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #103 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-21T19:25:05.474Z] #103 CACHED [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #104 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:05.474Z] #104 CACHED [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #105 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-21T19:25:05.474Z] #105 CACHED [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #106 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-21T19:25:05.474Z] #106 DONE 0.2s [2023-08-21T19:25:05.474Z] [2023-08-21T19:25:05.474Z] #107 [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-21T19:25:09.319Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-21T19:25:10.833Z] #107 ... [2023-08-21T19:25:10.833Z] [2023-08-21T19:25:10.833Z] #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-21T19:25:10.833Z] #0 1.439 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-21T19:25:10.833Z] #108 ... [2023-08-21T19:25:10.833Z] [2023-08-21T19:25:10.833Z] #107 [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-21T19:25:10.833Z] #107 DONE 5.5s [2023-08-21T19:25:10.833Z] [2023-08-21T19:25:10.833Z] #109 [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-21T19:25:10.833Z] #0 1.608 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-21T19:25:10.833Z] #109 ... [2023-08-21T19:25:10.833Z] [2023-08-21T19:25:10.833Z] #110 [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-21T19:25:10.833Z] #110 DONE 5.5s [2023-08-21T19:25:10.833Z] [2023-08-21T19:25:10.833Z] #111 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-21T19:25:10.833Z] #111 DONE 0.1s [2023-08-21T19:25:10.833Z] [2023-08-21T19:25:10.833Z] #112 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-21T19:25:10.833Z] #112 DONE 0.1s [2023-08-21T19:25:10.833Z] [2023-08-21T19:25:10.833Z] #113 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:25:10.833Z] #0 1.348 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-21T19:25:11.094Z] #113 ... [2023-08-21T19:25:11.094Z] [2023-08-21T19:25:11.094Z] #114 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:25:11.352Z] #114 DONE 0.2s [2023-08-21T19:25:11.352Z] [2023-08-21T19:25:11.352Z] #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:25:11.352Z] #0 1.110 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-21T19:25:11.352Z] #115 ... [2023-08-21T19:25:11.352Z] [2023-08-21T19:25:11.352Z] #116 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:25:11.611Z] #116 DONE 0.2s [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #117 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:25:11.611Z] #117 DONE 0.2s [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #118 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:25:11.611Z] #118 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #119 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:25:11.611Z] #119 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #120 [security-spire-agent builder 6/9] COPY . . [2023-08-21T19:25:11.611Z] #120 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #121 [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-21T19:25:11.611Z] #121 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #122 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-21T19:25:11.611Z] #122 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #123 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-21T19:25:11.611Z] #123 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #124 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-21T19:25:11.611Z] #124 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #125 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:25:11.611Z] #125 CACHED [2023-08-21T19:25:11.611Z] [2023-08-21T19:25:11.611Z] #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-21T19:25:12.546Z] #126 DONE 0.9s [2023-08-21T19:25:12.546Z] [2023-08-21T19:25:12.546Z] #127 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:25:12.546Z] #127 DONE 0.9s [2023-08-21T19:25:12.546Z] [2023-08-21T19:25:12.546Z] #128 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:25:12.546Z] #128 DONE 0.9s [2023-08-21T19:25:12.546Z] [2023-08-21T19:25:12.546Z] #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-21T19:25:13.490Z] #129 DONE 1.1s [2023-08-21T19:25:13.490Z] [2023-08-21T19:25:13.490Z] #130 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:25:13.490Z] #130 DONE 1.1s [2023-08-21T19:25:13.490Z] [2023-08-21T19:25:13.490Z] #131 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:25:13.490Z] #131 DONE 1.1s [2023-08-21T19:25:13.490Z] [2023-08-21T19:25:13.491Z] #132 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-21T19:25:13.491Z] #132 DONE 0.1s [2023-08-21T19:25:13.491Z] [2023-08-21T19:25:13.491Z] #133 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-21T19:25:13.749Z] #133 DONE 0.2s [2023-08-21T19:25:13.749Z] [2023-08-21T19:25:13.749Z] #134 [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-21T19:25:13.749Z] #134 DONE 0.1s [2023-08-21T19:25:13.749Z] [2023-08-21T19:25:13.749Z] #135 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-21T19:25:13.749Z] #135 DONE 0.1s [2023-08-21T19:25:13.749Z] [2023-08-21T19:25:13.749Z] #136 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-21T19:25:13.749Z] #136 DONE 0.1s [2023-08-21T19:25:13.749Z] [2023-08-21T19:25:13.749Z] #137 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-21T19:25:13.749Z] #137 DONE 0.1s [2023-08-21T19:25:13.749Z] [2023-08-21T19:25:13.749Z] #138 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-21T19:25:13.749Z] #138 DONE 0.1s [2023-08-21T19:25:13.749Z] [2023-08-21T19:25:13.749Z] #139 [security-spire-server] exporting to image [2023-08-21T19:25:13.749Z] #139 exporting layers [2023-08-21T19:25:14.008Z] #139 ... [2023-08-21T19:25:14.008Z] [2023-08-21T19:25:14.008Z] #140 [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-21T19:25:14.008Z] #140 DONE 0.2s [2023-08-21T19:25:14.008Z] [2023-08-21T19:25:14.008Z] #139 [security-spire-config] exporting to image [2023-08-21T19:25:14.593Z] #139 exporting layers 0.9s done [2023-08-21T19:25:14.593Z] #139 writing image sha256:7fef4ae27236ec1b802234d6cf67db4baf864c1a0c7856d48e5ffd8379a24908 [2023-08-21T19:25:14.891Z] #139 exporting layers 0.9s done [2023-08-21T19:25:14.891Z] #139 writing image sha256:7fef4ae27236ec1b802234d6cf67db4baf864c1a0c7856d48e5ffd8379a24908 done [2023-08-21T19:25:14.891Z] #139 naming to docker.io/library/security-spire-server done [2023-08-21T19:25:14.891Z] #139 writing image sha256:114b3e5a8896747a963591375da08f35812876b05148b805d1835c9a090f9f82 done [2023-08-21T19:25:14.891Z] #139 naming to docker.io/library/security-spire-config done [2023-08-21T19:25:14.891Z] #139 writing image sha256:54f3cece328b3cd42dff3ae0297290d27675696893c8e595514aa62cf7eb3fec done [2023-08-21T19:25:14.891Z] #139 naming to docker.io/library/security-spire-agent done [2023-08-21T19:25:14.891Z] #139 DONE 0.9s [2023-08-21T19:25:14.891Z] [2023-08-21T19:25:14.891Z] #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-21T19:25:14.891Z] #0 1.370 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-21T19:25:15.151Z] #141 ... [2023-08-21T19:25:15.151Z] [2023-08-21T19:25:15.151Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-21T19:25:15.151Z] #0 0.696 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-21T19:25:15.151Z] #142 ... [2023-08-21T19:25:15.151Z] [2023-08-21T19:25:15.151Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:25:15.151Z] #0 0.446 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-21T19:25:15.410Z] #143 ... [2023-08-21T19:25:15.410Z] [2023-08-21T19:25:15.410Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-21T19:25:15.410Z] #0 0.789 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-21T19:25:15.410Z] #144 ... [2023-08-21T19:25:15.410Z] [2023-08-21T19:25:15.410Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-21T19:25:15.410Z] #0 0.653 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-21T19:25:15.669Z] #145 ... [2023-08-21T19:25:15.670Z] [2023-08-21T19:25:15.670Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-21T19:25:15.670Z] #0 1.001 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-21T19:25:16.605Z] #146 ... [2023-08-21T19:25:16.605Z] [2023-08-21T19:25:16.605Z] #101 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-21T19:25:16.605Z] #101 1.372 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-21T19:26:24.539Z] #101 ... [2023-08-21T19:26:24.539Z] [2023-08-21T19:26:24.539Z] #109 [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-21T19:26:24.539Z] #109 77.91 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-21T19:26:39.485Z] #109 ... [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #113 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:26:39.485Z] #113 DONE 93.4s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #101 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-21T19:26:39.485Z] #101 DONE 93.4s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-21T19:26:39.485Z] #146 DONE 93.4s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-21T19:26:39.485Z] #142 DONE 93.4s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:26:39.485Z] #115 DONE 93.4s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #109 [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-21T19:26:39.485Z] #109 DONE 93.4s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #147 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.485Z] #147 ... [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:26:39.485Z] #143 DONE 93.5s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-21T19:26:39.485Z] #145 DONE 93.7s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.485Z] #148 ... [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-21T19:26:39.485Z] #108 DONE 93.8s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-21T19:26:39.485Z] #141 DONE 93.8s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-21T19:26:39.485Z] #144 DONE 93.9s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.485Z] #149 ... [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #150 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.485Z] #150 DONE 0.7s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #151 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.485Z] #151 DONE 0.7s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #147 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.485Z] #147 DONE 0.7s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.485Z] #148 DONE 0.6s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #152 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-21T19:26:39.485Z] #152 DONE 0.7s [2023-08-21T19:26:39.485Z] [2023-08-21T19:26:39.485Z] #153 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.486Z] #153 DONE 0.7s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.486Z] #149 DONE 0.5s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #154 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #154 DONE 0.2s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #155 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #155 DONE 0.2s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #156 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #156 DONE 0.3s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #157 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #157 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #158 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.486Z] #158 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #159 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #159 DONE 0.2s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #160 DONE 0.3s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #161 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #161 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #162 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.486Z] #162 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #163 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.486Z] #163 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #164 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #164 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #165 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #165 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #166 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:39.486Z] #166 CACHED [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #167 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:39.486Z] #167 DONE 0.2s [2023-08-21T19:26:39.486Z] [2023-08-21T19:26:39.486Z] #168 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-21T19:26:41.390Z] #168 ... [2023-08-21T19:26:41.390Z] [2023-08-21T19:26:41.390Z] #169 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-21T19:26:41.390Z] #169 DONE 2.0s [2023-08-21T19:26:41.390Z] [2023-08-21T19:26:41.390Z] #170 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-21T19:26:41.390Z] #170 DONE 2.0s [2023-08-21T19:26:41.390Z] [2023-08-21T19:26:41.390Z] #171 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-21T19:26:41.390Z] #171 DONE 2.0s [2023-08-21T19:26:41.390Z] [2023-08-21T19:26:41.390Z] #172 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-21T19:26:41.390Z] #172 DONE 2.0s [2023-08-21T19:26:41.390Z] [2023-08-21T19:26:41.390Z] #173 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-21T19:26:41.390Z] #173 DONE 2.1s [2023-08-21T19:26:41.390Z] [2023-08-21T19:26:41.390Z] #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-21T19:26:41.390Z] #174 DONE 2.0s [2023-08-21T19:26:41.648Z] [2023-08-21T19:26:41.648Z] #168 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-21T19:26:41.648Z] #168 DONE 2.1s [2023-08-21T19:26:41.648Z] [2023-08-21T19:26:41.648Z] #175 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-21T19:26:41.648Z] #175 DONE 2.1s [2023-08-21T19:26:41.648Z] [2023-08-21T19:26:41.648Z] #176 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-21T19:26:41.648Z] #176 DONE 2.1s [2023-08-21T19:26:41.648Z] [2023-08-21T19:26:41.648Z] #177 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-21T19:26:41.648Z] #177 DONE 2.1s [2023-08-21T19:26:41.648Z] [2023-08-21T19:26:41.648Z] #178 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:41.648Z] #178 ... [2023-08-21T19:26:41.648Z] [2023-08-21T19:26:41.648Z] #179 [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-21T19:26:41.648Z] #179 DONE 0.3s [2023-08-21T19:26:41.648Z] [2023-08-21T19:26:41.648Z] #180 [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-21T19:26:41.648Z] #180 DONE 0.3s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #181 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:41.906Z] #181 DONE 0.3s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:41.906Z] #182 DONE 0.3s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #183 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:41.906Z] #183 DONE 0.3s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #184 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:41.906Z] #184 DONE 0.3s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #185 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-21T19:26:41.906Z] #185 DONE 2.6s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #186 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:41.906Z] #186 ... [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #187 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:41.906Z] #187 DONE 0.4s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #188 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-21T19:26:41.906Z] #188 DONE 0.4s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #178 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:41.906Z] #178 DONE 0.3s [2023-08-21T19:26:41.906Z] [2023-08-21T19:26:41.906Z] #189 [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-21T19:26:41.906Z] #189 DONE 0.4s [2023-08-21T19:26:42.165Z] [2023-08-21T19:26:42.165Z] #139 [core-data] exporting to image [2023-08-21T19:26:42.165Z] #139 exporting layers 0.2s done [2023-08-21T19:26:42.165Z] #139 writing image sha256:6efc34e6d3bf349b9b716f81c18e41b077cd39e32028661ec25f5f6cf8345070 0.0s done [2023-08-21T19:26:42.165Z] #139 naming to docker.io/library/core-data 0.0s done [2023-08-21T19:26:42.425Z] #139 exporting layers 0.5s done [2023-08-21T19:26:42.425Z] #139 ... [2023-08-21T19:26:42.425Z] [2023-08-21T19:26:42.425Z] #190 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-21T19:26:42.425Z] #190 DONE 0.6s [2023-08-21T19:26:42.425Z] [2023-08-21T19:26:42.425Z] #191 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-21T19:26:42.425Z] #191 DONE 0.6s [2023-08-21T19:26:42.425Z] [2023-08-21T19:26:42.425Z] #186 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:26:42.425Z] #186 DONE 0.6s [2023-08-21T19:26:42.425Z] [2023-08-21T19:26:42.425Z] #192 [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-21T19:26:42.425Z] #192 DONE 0.5s [2023-08-21T19:26:42.425Z] [2023-08-21T19:26:42.425Z] #193 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-21T19:26:42.425Z] #193 DONE 0.6s [2023-08-21T19:26:42.425Z] [2023-08-21T19:26:42.425Z] #194 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:26:42.425Z] #194 DONE 0.6s [2023-08-21T19:26:42.425Z] [2023-08-21T19:26:42.425Z] #139 [support-scheduler] exporting to image [2023-08-21T19:26:42.425Z] #139 exporting layers 0.5s done [2023-08-21T19:26:42.425Z] #139 writing image sha256:445d8491f8d51415faf200876392062437d9e0c18e5f918d75a9d477e69dd3c5 done [2023-08-21T19:26:42.425Z] #139 naming to docker.io/library/security-spiffe-token-provider done [2023-08-21T19:26:42.425Z] #139 writing image sha256:0667d67f41ad584dc95b03b1f61bd5fe9bc3dbe6661c7ae881c03b5722b3dddd done [2023-08-21T19:26:42.425Z] #139 naming to docker.io/library/core-command done [2023-08-21T19:26:42.425Z] #139 writing image sha256:e918f93496f262f05e6487eccb181116efbf41a6aa45b7316082bf3a52dc9763 done [2023-08-21T19:26:42.425Z] #139 naming to docker.io/library/support-scheduler done [2023-08-21T19:26:42.684Z] #139 exporting layers 0.1s done [2023-08-21T19:26:42.684Z] #139 writing image sha256:d5c34d24dab551a9bf9aba6fb8dba896249e28d0001faa1be7b8997797446b7d done [2023-08-21T19:26:42.684Z] #139 naming to docker.io/library/support-notifications done [2023-08-21T19:26:42.943Z] #139 writing image sha256:d078785d7817a6e4fc4d44ac13438ee4f131c0b50e59af8d1f9bc03dff6133d9 [2023-08-21T19:26:42.943Z] #139 writing image sha256:d078785d7817a6e4fc4d44ac13438ee4f131c0b50e59af8d1f9bc03dff6133d9 done [2023-08-21T19:26:42.943Z] #139 naming to docker.io/library/core-metadata done [2023-08-21T19:26:42.943Z] #139 DONE 2.1s [2023-08-21T19:26:42.943Z] [2023-08-21T19:26:42.943Z] #195 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:26:42.943Z] #195 DONE 0.6s [2023-08-21T19:26:42.943Z] [2023-08-21T19:26:42.943Z] #196 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-21T19:26:42.943Z] #196 DONE 0.5s [2023-08-21T19:26:42.943Z] [2023-08-21T19:26:42.943Z] #197 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-21T19:26:43.202Z] #197 ... [2023-08-21T19:26:43.202Z] [2023-08-21T19:26:43.202Z] #198 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-21T19:26:43.202Z] #198 DONE 0.5s [2023-08-21T19:26:43.202Z] [2023-08-21T19:26:43.202Z] #197 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-21T19:26:43.202Z] #197 DONE 0.3s [2023-08-21T19:26:43.202Z] [2023-08-21T19:26:43.202Z] #199 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:26:43.461Z] #199 ... [2023-08-21T19:26:43.461Z] [2023-08-21T19:26:43.461Z] #200 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-21T19:26:43.461Z] #200 DONE 0.5s [2023-08-21T19:26:43.461Z] [2023-08-21T19:26:43.461Z] #201 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:26:43.461Z] #201 DONE 1.1s [2023-08-21T19:26:43.719Z] [2023-08-21T19:26:43.720Z] #202 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:26:43.720Z] #202 DONE 1.1s [2023-08-21T19:26:43.720Z] [2023-08-21T19:26:43.720Z] #203 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-21T19:26:43.720Z] #203 DONE 0.1s [2023-08-21T19:26:43.720Z] [2023-08-21T19:26:43.720Z] #204 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-08-21T19:26:43.720Z] #204 DONE 0.0s [2023-08-21T19:26:43.720Z] [2023-08-21T19:26:43.720Z] #205 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-21T19:26:43.720Z] #205 DONE 0.3s [2023-08-21T19:26:43.720Z] [2023-08-21T19:26:43.720Z] #139 [core-common-config-bootstrapper] exporting to image [2023-08-21T19:26:43.720Z] #139 exporting layers 0.2s done [2023-08-21T19:26:43.720Z] #139 writing image sha256:7e2ae1172b14d140c9eb3ff5bcf9649063f740351d0aa5fe657c8395e7d72a10 0.0s done [2023-08-21T19:26:43.720Z] #139 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2023-08-21T19:26:43.720Z] #139 writing image sha256:96f15d7f4164a4a48c876f49a13e7c23e2a34d8c08ae4b557a4233d4ed9ff89e done [2023-08-21T19:26:43.720Z] #139 naming to docker.io/library/security-proxy-auth 0.0s done [2023-08-21T19:26:43.720Z] #139 DONE 2.3s [2023-08-21T19:26:43.720Z] [2023-08-21T19:26:43.720Z] #206 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-08-21T19:26:43.720Z] #206 DONE 0.0s [2023-08-21T19:26:43.720Z] [2023-08-21T19:26:43.720Z] #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-21T19:26:43.978Z] #207 DONE 0.1s [2023-08-21T19:26:43.978Z] [2023-08-21T19:26:43.978Z] #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-21T19:26:43.978Z] #208 DONE 0.0s [2023-08-21T19:26:43.978Z] [2023-08-21T19:26:43.978Z] #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:26:43.978Z] #209 ... [2023-08-21T19:26:43.978Z] [2023-08-21T19:26:43.978Z] #199 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:26:43.978Z] #199 DONE 0.9s [2023-08-21T19:26:44.236Z] [2023-08-21T19:26:44.236Z] #139 [security-proxy-setup] exporting to image [2023-08-21T19:26:44.236Z] #139 exporting layers 0.2s done [2023-08-21T19:26:44.236Z] #139 writing image sha256:e2010ab4ba978d57d5cca0d9b20e37d140cdfcc558dfff46215fe643b7bb6e85 done [2023-08-21T19:26:44.236Z] #139 naming to docker.io/library/security-proxy-setup done [2023-08-21T19:26:44.236Z] #139 DONE 2.5s [2023-08-21T19:26:44.236Z] [2023-08-21T19:26:44.236Z] #210 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-21T19:26:44.236Z] #210 DONE 0.4s [2023-08-21T19:26:44.236Z] [2023-08-21T19:26:44.236Z] #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:26:44.236Z] #209 DONE 0.7s [2023-08-21T19:26:44.236Z] [2023-08-21T19:26:44.236Z] #139 [security-bootstrapper] exporting to image [2023-08-21T19:26:44.495Z] #139 exporting layers 0.2s done [2023-08-21T19:26:44.495Z] #139 writing image sha256:b100ac7e42bf39594136e9fd77248ddeb9e308408bb679583f508bfe8d37c3e0 done [2023-08-21T19:26:44.495Z] #139 naming to docker.io/library/security-secretstore-setup done [2023-08-21T19:26:44.495Z] #139 writing image sha256:3ef79134686e309cca725f0c798fc7d8638c18f71b49a19e8f51485e1be9c6f7 done [2023-08-21T19:26:44.495Z] #139 naming to docker.io/library/security-bootstrapper done [2023-08-21T19:26:44.495Z] #139 DONE 3.0s [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:26:44.495Z] time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-21T19:26:44.530Z] $ docker stop --time=1 8605d94cf1a07d43f932638470cf3b25fcd05980cf3dd2bef2e4d9cb51c1d6c3 [2023-08-21T19:26:45.790Z] $ docker rm -f --volumes 8605d94cf1a07d43f932638470cf3b25fcd05980cf3dd2bef2e4d9cb51c1d6c3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-21T19:26:46.205Z] + docker images [2023-08-21T19:26:46.205Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-21T19:26:46.205Z] security-secretstore-setup latest b100ac7e42bf 1 second ago 44.1MB [2023-08-21T19:26:46.205Z] security-bootstrapper latest 3ef79134686e 1 second ago 23MB [2023-08-21T19:26:46.205Z] security-proxy-auth latest 96f15d7f4164 2 seconds ago 19.4MB [2023-08-21T19:26:46.205Z] security-proxy-setup latest e2010ab4ba97 2 seconds ago 29.2MB [2023-08-21T19:26:46.205Z] core-common-config-bootstrapper latest 7e2ae1172b14 2 seconds ago 18MB [2023-08-21T19:26:46.205Z] core-metadata latest d078785d7817 3 seconds ago 21.6MB [2023-08-21T19:26:46.205Z] core-data latest 6efc34e6d3bf 4 seconds ago 21.2MB [2023-08-21T19:26:46.205Z] core-command latest 0667d67f41ad 4 seconds ago 21MB [2023-08-21T19:26:46.205Z] support-notifications latest d5c34d24dab5 4 seconds ago 34.3MB [2023-08-21T19:26:46.205Z] support-scheduler latest e918f93496f2 4 seconds ago 33.7MB [2023-08-21T19:26:46.205Z] security-spiffe-token-provider latest 445d8491f8d5 4 seconds ago 33.5MB [2023-08-21T19:26:46.205Z] security-spire-agent latest 54f3cece328b About a minute ago 161MB [2023-08-21T19:26:46.205Z] security-spire-config latest 114b3e5a8896 About a minute ago 102MB [2023-08-21T19:26:46.205Z] security-spire-server latest 7fef4ae27236 About a minute ago 103MB [2023-08-21T19:26:46.205Z] ci-base-image-x86_64 latest 0cd7e19f6848 5 minutes ago 1.07GB [2023-08-21T19:26:46.205Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 5 weeks ago 696MB [2023-08-21T19:26:46.205Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB [2023-08-21T19:26:46.205Z] 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-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-21T19:27:15.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-21T19:27:24.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-21T19:27:24.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-21T19:27:24.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.355s coverage: 28.7% of statements [2023-08-21T19:27:34.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.301s coverage: 97.0% of statements [2023-08-21T19:27:40.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-21T19:27:40.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-21T19:27:40.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-21T19:27:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.397s coverage: 71.5% of statements [2023-08-21T19:27:44.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-21T19:27:44.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-21T19:27:45.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.308s coverage: 54.0% of statements [2023-08-21T19:27:50.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-21T19:27:50.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-21T19:27:50.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:27:50.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-21T19:27:50.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-21T19:27:57.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-21T19:27:57.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-21T19:28:09.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 17.539s coverage: 93.4% of statements [2023-08-21T19:28:09.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.399s coverage: 3.8% of statements [2023-08-21T19:28:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-21T19:28:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:28:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-21T19:28:13.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.583s coverage: 97.6% of statements [2023-08-21T19:28:13.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-21T19:28:13.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-21T19:28:13.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-21T19:28:13.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-21T19:28:13.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-21T19:28:13.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-21T19:28:13.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-21T19:28:14.100Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.232s coverage: 72.2% of statements [2023-08-21T19:28:23.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-21T19:28:23.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-21T19:28:23.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.423s coverage: 0.9% of statements [2023-08-21T19:28:23.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.300s coverage: 32.2% of statements [2023-08-21T19:28:27.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.284s coverage: 42.9% of statements [2023-08-21T19:28:27.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements [2023-08-21T19:28:27.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements [2023-08-21T19:28:27.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.278s coverage: 96.3% of statements [2023-08-21T19:28:31.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.231s coverage: 87.5% of statements [2023-08-21T19:28:33.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-21T19:28:33.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-21T19:28:33.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-21T19:28:33.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-21T19:28:35.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-21T19:28:35.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-21T19:28:35.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-21T19:28:35.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-21T19:28:43.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.212s coverage: 94.4% of statements [2023-08-21T19:28:43.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-21T19:28:43.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-21T19:28:43.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-21T19:28:43.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-21T19:28:49.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-21T19:28:49.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-21T19:28:51.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.047s coverage: 79.9% of statements [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.302s coverage: 92.9% of statements [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 64.4% of statements [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.209s coverage: 62.3% of statements [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.208s coverage: 87.2% of statements [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements [2023-08-21T19:28:57.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.478s coverage: 81.8% of statements [2023-08-21T19:28:58.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-21T19:28:58.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-21T19:28:58.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.580s coverage: 82.1% of statements [2023-08-21T19:28:58.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 86.0% of statements [2023-08-21T19:29:05.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-21T19:29:05.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-21T19:29:05.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 63.1% of statements [2023-08-21T19:29:05.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.254s coverage: 100.0% of statements [2023-08-21T19:29:07.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 89.4% of statements [2023-08-21T19:29:07.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2023-08-21T19:29:07.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.130s coverage: 73.7% of statements [2023-08-21T19:29:07.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-21T19:29:07.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-21T19:29:07.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-21T19:29:07.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2023-08-21T19:29:15.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-21T19:29:15.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-21T19:29:15.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-21T19:29:15.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.008s coverage: 38.4% of statements [2023-08-21T19:29:15.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.246s coverage: 89.5% of statements [2023-08-21T19:29:20.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-21T19:29:20.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-21T19:29:20.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-21T19:29:20.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-21T19:29:20.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.214s coverage: 84.8% of statements [2023-08-21T19:29:27.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-21T19:29:27.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-21T19:29:27.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-21T19:29:27.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-21T19:29:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.292s coverage: 17.7% of statements [2023-08-21T19:29:32.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-21T19:29:32.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:29:32.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-21T19:29:32.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-21T19:29:33.542Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.592s coverage: 95.7% of statements [2023-08-21T19:29:37.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-21T19:29:37.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-21T19:29:37.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.300s coverage: 61.8% of statements [2023-08-21T19:29:40.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-21T19:29:40.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-21T19:29:40.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.393s coverage: 98.9% of statements [2023-08-21T19:29:41.331Z] 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-21T19:29:41.331Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-21T19:29:41.331Z] go vet ./... [2023-08-21T19:32:18.002Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-21T19:32:18.002Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-21T19:32:18.002Z] ./bin/test-attribution-txt.sh [2023-08-21T19:32:18.002Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-21T19:32:18.002Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-21T19:32:18.002Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-21T19:32:18.002Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-21T19:32:18.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-21T19:32:18.372Z] + ls -al . [2023-08-21T19:32:18.372Z] total 724 [2023-08-21T19:32:18.372Z] drwxrwxr-x 11 1001 1001 4096 Aug 21 19:24 . [2023-08-21T19:32:18.372Z] drwxr-xr-x 4 root root 4096 Aug 21 19:24 .. [2023-08-21T19:32:18.372Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 19:22 .blubracket [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 16 Aug 21 19:22 .dockerignore [2023-08-21T19:32:18.372Z] drwxrwxr-x 8 1001 1001 4096 Aug 21 19:22 .git [2023-08-21T19:32:18.372Z] drwxrwxr-x 3 1001 1001 4096 Aug 21 19:22 .github [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 1173 Aug 21 19:22 .gitignore [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 42 Aug 21 19:22 .golangci.yml [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 87 Aug 21 19:22 .hadolint.yml [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 166 Aug 21 19:22 .sonarcloud.properties [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 1171 Aug 21 19:22 ADOPTERS.md [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 11152 Aug 21 19:22 Attribution.txt [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 93407 Aug 21 19:22 CHANGELOG.md [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 3804 Aug 21 19:22 CONTRIBUTING.md [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 677 Aug 21 19:22 GOVERNANCE.md [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 883 Aug 21 19:22 Jenkinsfile [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 10775 Aug 21 19:22 LICENSE [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 14764 Aug 21 19:22 Makefile [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 582 Aug 21 19:22 OWNERS.md [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 9923 Aug 21 19:22 README.md [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 789 Aug 21 19:22 SECURITY.md [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 5 Aug 21 19:20 VERSION [2023-08-21T19:32:18.372Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 19:22 bin [2023-08-21T19:32:18.372Z] drwxrwxr-x 18 1001 1001 4096 Aug 21 19:22 cmd [2023-08-21T19:32:18.372Z] -rw-r--r-- 1 root root 446998 Aug 21 19:29 coverage.out [2023-08-21T19:32:18.372Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 19:22 fuzz_test [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 3687 Aug 21 19:22 go.mod [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 33714 Aug 21 19:22 go.sum [2023-08-21T19:32:18.372Z] drwxrwxr-x 7 1001 1001 4096 Aug 21 19:22 internal [2023-08-21T19:32:18.372Z] drwxrwxr-x 3 1001 1001 4096 Aug 21 19:22 openapi [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 594 Aug 21 19:22 security.txt [2023-08-21T19:32:18.372Z] drwxrwxr-x 4 1001 1001 4096 Aug 21 19:22 snap [2023-08-21T19:32:18.372Z] -rw-rw-r-- 1 1001 1001 204 Aug 21 19:22 version.go [Pipeline] sh [2023-08-21T19:32:18.709Z] + '[' -e coverage.out ] [2023-08-21T19:32:18.709Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-21T19:32:18.746Z] Warning: overwriting stash ‘coverage-report’ [2023-08-21T19:32:19.460Z] Stashed 1 file(s) [Pipeline] sh [2023-08-21T19:32:20.240Z] + make build [2023-08-21T19:32:20.240Z] 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-21T19:33:57.121Z] 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-21T19:33:58.078Z] 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-21T19:34:03.408Z] 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-21T19:34:07.662Z] 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-21T19:34:46.527Z] 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-21T19:34:51.869Z] 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-21T19:35:00.064Z] 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-21T19:35:04.317Z] 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-21T19:35:07.648Z] 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-21T19:35:11.893Z] 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-21T19:35:18.531Z] 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-21T19:35:23.878Z] $ docker stop --time=1 0b9bf8342174103956320bdcb595542f099539789608e081c47938778e508e6e [2023-08-21T19:35:25.945Z] $ docker rm -f --volumes 0b9bf8342174103956320bdcb595542f099539789608e081c47938778e508e6e [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-21T19:35:28.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-21T19:35:28.746Z] [2023-08-21T19:35:28.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:35:29.194Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-21T19:35:29.483Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-08-21T19:35:29.483Z] 547446be3368: Pulling fs layer [2023-08-21T19:35:29.483Z] d125d8839a47: Pulling fs layer [2023-08-21T19:35:29.483Z] 3e85d5ac6304: Pulling fs layer [2023-08-21T19:35:29.483Z] c3105a71a48b: Pulling fs layer [2023-08-21T19:35:29.483Z] 0f093f025ec4: Pulling fs layer [2023-08-21T19:35:29.483Z] c3106fc0e877: Pulling fs layer [2023-08-21T19:35:29.483Z] c3105a71a48b: Waiting [2023-08-21T19:35:29.483Z] 0f093f025ec4: Waiting [2023-08-21T19:35:29.483Z] c3106fc0e877: Waiting [2023-08-21T19:35:29.483Z] 547446be3368: Verifying Checksum [2023-08-21T19:35:29.483Z] 547446be3368: Download complete [2023-08-21T19:35:29.483Z] c3105a71a48b: Verifying Checksum [2023-08-21T19:35:29.483Z] c3105a71a48b: Download complete [2023-08-21T19:35:30.088Z] d125d8839a47: Verifying Checksum [2023-08-21T19:35:30.088Z] d125d8839a47: Download complete [2023-08-21T19:35:30.088Z] c3106fc0e877: Verifying Checksum [2023-08-21T19:35:30.088Z] c3106fc0e877: Download complete [2023-08-21T19:35:30.088Z] 0f093f025ec4: Verifying Checksum [2023-08-21T19:35:30.088Z] 0f093f025ec4: Download complete [2023-08-21T19:35:30.365Z] 547446be3368: Pull complete [2023-08-21T19:35:31.357Z] d125d8839a47: Pull complete [2023-08-21T19:35:31.938Z] 3e85d5ac6304: Verifying Checksum [2023-08-21T19:35:31.938Z] 3e85d5ac6304: Download complete [2023-08-21T19:35:40.138Z] 3e85d5ac6304: Pull complete [2023-08-21T19:35:40.138Z] c3105a71a48b: Pull complete [2023-08-21T19:35:40.719Z] 0f093f025ec4: Pull complete [2023-08-21T19:35:40.983Z] c3106fc0e877: Pull complete [2023-08-21T19:35:40.983Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-08-21T19:35:40.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-21T19:35:40.983Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:35:41.325Z] prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container [2023-08-21T19:35:41.378Z] $ 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-21T19:35:43.428Z] $ docker top e665c0848d67a59b04042f5409aa6a66134043e2227213cb3c6b9edb874488ec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-21T19:35:44.301Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-21T19:35:54.366Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-21T19:35:54.366Z] #1 transferring dockerfile: 2.12kB done [2023-08-21T19:35:54.366Z] #1 DONE 0.1s [2023-08-21T19:35:54.366Z] [2023-08-21T19:35:54.366Z] #2 [security-spire-server internal] load build definition from Dockerfile [2023-08-21T19:35:54.366Z] #2 transferring dockerfile: 2.63kB done [2023-08-21T19:35:54.366Z] #2 DONE 0.0s [2023-08-21T19:35:54.366Z] [2023-08-21T19:35:54.366Z] #3 [core-command internal] load build definition from Dockerfile [2023-08-21T19:35:54.366Z] #3 transferring dockerfile: 1.82kB 0.0s done [2023-08-21T19:35:54.366Z] #3 DONE 0.1s [2023-08-21T19:35:54.366Z] [2023-08-21T19:35:54.366Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-21T19:35:54.366Z] #4 transferring dockerfile: 2.39kB done [2023-08-21T19:35:54.366Z] #4 DONE 0.1s [2023-08-21T19:35:54.366Z] [2023-08-21T19:35:54.366Z] #5 [core-metadata internal] load build definition from Dockerfile [2023-08-21T19:35:54.366Z] #5 transferring dockerfile: 1.96kB 0.0s done [2023-08-21T19:35:54.366Z] #5 DONE 0.1s [2023-08-21T19:35:54.366Z] [2023-08-21T19:35:54.366Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2023-08-21T19:35:54.366Z] #6 transferring dockerfile: 2.68kB 0.0s done [2023-08-21T19:35:54.366Z] #6 DONE 0.1s [2023-08-21T19:35:54.366Z] [2023-08-21T19:35:54.367Z] #7 [core-data internal] load build definition from Dockerfile [2023-08-21T19:35:54.367Z] #7 transferring dockerfile: 1.90kB done [2023-08-21T19:35:54.367Z] #7 DONE 0.1s [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #8 [support-scheduler internal] load build definition from Dockerfile [2023-08-21T19:35:54.367Z] #8 transferring dockerfile: 1.82kB done [2023-08-21T19:35:54.367Z] #8 DONE 0.0s [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-21T19:35:54.367Z] #9 transferring dockerfile: 2.38kB done [2023-08-21T19:35:54.367Z] #9 DONE 0.1s [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #10 [security-spire-config internal] load build definition from Dockerfile [2023-08-21T19:35:54.367Z] #10 transferring dockerfile: 2.58kB done [2023-08-21T19:35:54.367Z] #10 DONE 0.1s [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #11 [support-notifications internal] load build definition from Dockerfile [2023-08-21T19:35:54.367Z] #11 transferring dockerfile: 1.84kB done [2023-08-21T19:35:54.367Z] #11 DONE 0.1s [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:35:54.367Z] #12 transferring context: 32B [2023-08-21T19:35:54.367Z] #12 ... [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-21T19:35:54.367Z] #13 transferring dockerfile: 2.82kB done [2023-08-21T19:35:54.367Z] #13 DONE 0.1s [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:35:54.367Z] #12 transferring context: 56B done [2023-08-21T19:35:54.367Z] #12 ... [2023-08-21T19:35:54.367Z] [2023-08-21T19:35:54.367Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-21T19:35:54.367Z] #14 transferring dockerfile: 1.78kB done [2023-08-21T19:35:54.367Z] #14 DONE 0.1s [2023-08-21T19:35:54.643Z] [2023-08-21T19:35:54.643Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-21T19:35:54.643Z] #15 transferring dockerfile: 2.04kB 0.0s done [2023-08-21T19:35:54.643Z] #15 DONE 0.1s [2023-08-21T19:35:54.643Z] [2023-08-21T19:35:54.643Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:35:55.228Z] #12 ... [2023-08-21T19:35:55.228Z] [2023-08-21T19:35:55.228Z] #16 [security-spire-server internal] load .dockerignore [2023-08-21T19:35:55.228Z] #16 transferring context: 56B done [2023-08-21T19:35:55.228Z] #16 DONE 0.0s [2023-08-21T19:35:55.228Z] [2023-08-21T19:35:55.228Z] #17 [core-command internal] load .dockerignore [2023-08-21T19:35:55.228Z] #17 transferring context: 56B done [2023-08-21T19:35:55.228Z] #17 DONE 0.1s [2023-08-21T19:35:55.228Z] [2023-08-21T19:35:55.228Z] #18 [security-proxy-setup internal] load .dockerignore [2023-08-21T19:35:55.228Z] #18 transferring context: 56B done [2023-08-21T19:35:55.228Z] #18 DONE 0.1s [2023-08-21T19:35:55.228Z] [2023-08-21T19:35:55.228Z] #19 [core-metadata internal] load .dockerignore [2023-08-21T19:35:55.228Z] #19 transferring context: 56B done [2023-08-21T19:35:55.228Z] #19 DONE 0.0s [2023-08-21T19:35:55.228Z] [2023-08-21T19:35:55.228Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:35:55.497Z] #12 ... [2023-08-21T19:35:55.497Z] [2023-08-21T19:35:55.497Z] #20 [security-spire-agent internal] load .dockerignore [2023-08-21T19:35:55.497Z] #20 transferring context: 56B done [2023-08-21T19:35:55.497Z] #20 DONE 0.1s [2023-08-21T19:35:55.497Z] [2023-08-21T19:35:55.497Z] #21 [core-data internal] load .dockerignore [2023-08-21T19:35:55.497Z] #21 transferring context: 56B done [2023-08-21T19:35:55.497Z] #21 DONE 0.1s [2023-08-21T19:35:55.497Z] [2023-08-21T19:35:55.497Z] #22 [support-scheduler internal] load .dockerignore [2023-08-21T19:35:55.497Z] #22 transferring context: 56B done [2023-08-21T19:35:55.497Z] #22 DONE 0.1s [2023-08-21T19:35:55.497Z] [2023-08-21T19:35:55.497Z] #23 [security-secretstore-setup internal] load .dockerignore [2023-08-21T19:35:55.767Z] #23 transferring context: 56B done [2023-08-21T19:35:55.767Z] #23 DONE 0.1s [2023-08-21T19:35:55.767Z] [2023-08-21T19:35:55.767Z] #24 [security-spire-config internal] load .dockerignore [2023-08-21T19:35:55.767Z] #24 transferring context: 56B done [2023-08-21T19:35:55.767Z] #24 DONE 0.1s [2023-08-21T19:35:55.767Z] [2023-08-21T19:35:55.767Z] #25 [support-notifications internal] load .dockerignore [2023-08-21T19:35:55.767Z] #25 transferring context: 56B done [2023-08-21T19:35:55.767Z] #25 DONE 0.1s [2023-08-21T19:35:55.767Z] [2023-08-21T19:35:55.767Z] #26 [security-bootstrapper internal] load .dockerignore [2023-08-21T19:35:55.767Z] #26 transferring context: 56B done [2023-08-21T19:35:55.767Z] #26 DONE 0.1s [2023-08-21T19:35:55.767Z] [2023-08-21T19:35:55.767Z] #27 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:55.767Z] #27 DONE 0.0s [2023-08-21T19:35:55.767Z] [2023-08-21T19:35:55.767Z] #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:35:55.767Z] #28 ... [2023-08-21T19:35:55.767Z] [2023-08-21T19:35:55.767Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2023-08-21T19:35:55.767Z] #29 transferring context: 56B done [2023-08-21T19:35:55.767Z] #29 DONE 0.0s [2023-08-21T19:35:56.035Z] [2023-08-21T19:35:56.035Z] #30 [security-proxy-auth internal] load .dockerignore [2023-08-21T19:35:56.035Z] #30 transferring context: 56B done [2023-08-21T19:35:56.035Z] #30 DONE 0.1s [2023-08-21T19:35:56.035Z] [2023-08-21T19:35:56.035Z] #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:35:56.035Z] #28 DONE 0.1s [2023-08-21T19:35:56.035Z] [2023-08-21T19:35:56.035Z] #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:56.035Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:56.035Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:56.035Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:56.035Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s [2023-08-21T19:35:56.035Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:56.306Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:56.306Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-08-21T19:35:56.891Z] #31 ... [2023-08-21T19:35:56.891Z] [2023-08-21T19:35:56.891Z] #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:56.891Z] #32 DONE 0.8s [2023-08-21T19:35:56.891Z] [2023-08-21T19:35:56.891Z] #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.163Z] #31 ... [2023-08-21T19:35:57.163Z] [2023-08-21T19:35:57.163Z] #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:57.163Z] #33 DONE 0.2s [2023-08-21T19:35:57.163Z] [2023-08-21T19:35:57.163Z] #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.163Z] #31 ... [2023-08-21T19:35:57.163Z] [2023-08-21T19:35:57.163Z] #27 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:57.163Z] #27 DONE 0.0s [2023-08-21T19:35:57.163Z] [2023-08-21T19:35:57.163Z] #28 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:35:57.163Z] #28 DONE 0.2s [2023-08-21T19:35:57.163Z] [2023-08-21T19:35:57.163Z] #32 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:57.163Z] #32 DONE 1.5s [2023-08-21T19:35:57.163Z] [2023-08-21T19:35:57.163Z] #33 [security-spire-server builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:57.163Z] #33 DONE 0.5s [2023-08-21T19:35:57.163Z] [2023-08-21T19:35:57.163Z] #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.163Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:57.163Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:57.163Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:57.163Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:57.163Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:57.163Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:57.431Z] #31 ... [2023-08-21T19:35:57.431Z] [2023-08-21T19:35:57.431Z] #27 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:57.431Z] #27 DONE 0.0s [2023-08-21T19:35:57.431Z] [2023-08-21T19:35:57.431Z] #28 [core-command internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:35:57.431Z] #28 DONE 0.3s [2023-08-21T19:35:57.431Z] [2023-08-21T19:35:57.431Z] #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:57.431Z] #32 DONE 1.5s [2023-08-21T19:35:57.431Z] [2023-08-21T19:35:57.431Z] #33 [core-command builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:57.431Z] #33 DONE 0.5s [2023-08-21T19:35:57.431Z] [2023-08-21T19:35:57.431Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.431Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:57.431Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:57.431Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:57.431Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:57.431Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:57.431Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:57.699Z] #31 ... [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #32 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:57.699Z] #32 DONE 1.5s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:57.699Z] #27 DONE 0.0s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #28 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:35:57.699Z] #28 DONE 0.4s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #33 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:57.699Z] #33 DONE 0.5s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.699Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:57.699Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:57.699Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:57.699Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:57.699Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:57.699Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:57.699Z] #31 ... [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #32 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:57.699Z] #32 DONE 1.5s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #27 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:57.699Z] #27 DONE 0.0s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #33 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:57.699Z] #33 DONE 0.5s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.699Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:57.699Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:57.699Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:57.699Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:57.699Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:57.699Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:57.699Z] #31 DONE 2.5s [2023-08-21T19:35:57.699Z] [2023-08-21T19:35:57.699Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:57.967Z] #34 ... [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:57.967Z] #32 DONE 1.5s [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #33 [core-data builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:57.967Z] #33 DONE 0.6s [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #27 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:57.967Z] #27 DONE 0.0s [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.967Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:57.967Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:57.967Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:57.967Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:57.967Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:57.967Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:57.967Z] #31 DONE 2.5s [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:57.967Z] #34 ... [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:57.967Z] #32 DONE 1.5s [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #33 [security-spire-agent builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:57.967Z] #33 DONE 0.6s [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #31 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:57.967Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:57.967Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:57.967Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:57.967Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:57.967Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:57.967Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:57.967Z] #31 DONE 2.5s [2023-08-21T19:35:57.967Z] [2023-08-21T19:35:57.967Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:58.239Z] #34 ... [2023-08-21T19:35:58.239Z] [2023-08-21T19:35:58.239Z] #27 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:58.239Z] #27 DONE 0.0s [2023-08-21T19:35:58.239Z] [2023-08-21T19:35:58.239Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:58.508Z] #34 ... [2023-08-21T19:35:58.509Z] [2023-08-21T19:35:58.509Z] #32 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:58.509Z] #32 DONE 1.6s [2023-08-21T19:35:58.509Z] [2023-08-21T19:35:58.509Z] #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:58.509Z] #33 DONE 0.6s [2023-08-21T19:35:58.509Z] [2023-08-21T19:35:58.509Z] #27 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:58.509Z] #27 DONE 0.0s [2023-08-21T19:35:58.509Z] [2023-08-21T19:35:58.509Z] #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:58.509Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:58.509Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:58.509Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:58.509Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:58.509Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:58.509Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:58.509Z] #31 DONE 2.5s [2023-08-21T19:35:58.509Z] [2023-08-21T19:35:58.509Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:58.778Z] #34 ... [2023-08-21T19:35:58.778Z] [2023-08-21T19:35:58.778Z] #27 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:58.778Z] #27 DONE 0.0s [2023-08-21T19:35:58.778Z] [2023-08-21T19:35:58.778Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:59.049Z] #34 ... [2023-08-21T19:35:59.049Z] [2023-08-21T19:35:59.049Z] #27 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:59.049Z] #27 DONE 0.0s [2023-08-21T19:35:59.049Z] [2023-08-21T19:35:59.049Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:59.049Z] #34 ... [2023-08-21T19:35:59.049Z] [2023-08-21T19:35:59.049Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:59.049Z] #32 DONE 1.6s [2023-08-21T19:35:59.049Z] [2023-08-21T19:35:59.049Z] #33 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:59.049Z] #33 DONE 0.7s [2023-08-21T19:35:59.049Z] [2023-08-21T19:35:59.049Z] #31 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:59.049Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:59.049Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:59.049Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:59.049Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:59.049Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:59.049Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:59.049Z] #31 DONE 2.6s [2023-08-21T19:35:59.049Z] [2023-08-21T19:35:59.049Z] #27 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:59.049Z] #27 DONE 0.0s [2023-08-21T19:35:59.049Z] [2023-08-21T19:35:59.049Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:59.332Z] #34 ... [2023-08-21T19:35:59.332Z] [2023-08-21T19:35:59.332Z] #32 [security-spire-config builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:35:59.332Z] #32 DONE 1.7s [2023-08-21T19:35:59.332Z] [2023-08-21T19:35:59.332Z] #33 [security-spire-config builder 2/7] WORKDIR /edgex-go [2023-08-21T19:35:59.332Z] #33 DONE 0.7s [2023-08-21T19:35:59.332Z] [2023-08-21T19:35:59.332Z] #31 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:35:59.332Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:35:59.332Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:35:59.332Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:35:59.332Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:35:59.332Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:35:59.332Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:35:59.332Z] #31 DONE 2.6s [2023-08-21T19:35:59.332Z] [2023-08-21T19:35:59.332Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:35:59.603Z] #34 ... [2023-08-21T19:35:59.603Z] [2023-08-21T19:35:59.603Z] #27 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-21T19:35:59.603Z] #27 DONE 0.0s [2023-08-21T19:35:59.603Z] [2023-08-21T19:35:59.603Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:00.566Z] #34 ... [2023-08-21T19:36:00.566Z] [2023-08-21T19:36:00.566Z] #28 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-08-21T19:36:00.566Z] #28 DONE 3.1s [2023-08-21T19:36:00.566Z] [2023-08-21T19:36:00.566Z] #32 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:36:00.566Z] #32 DONE 1.7s [2023-08-21T19:36:00.566Z] [2023-08-21T19:36:00.566Z] #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2023-08-21T19:36:00.566Z] #33 DONE 0.7s [2023-08-21T19:36:00.566Z] [2023-08-21T19:36:00.566Z] #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:36:00.566Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:36:00.566Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:36:00.566Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:36:00.566Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:36:00.566Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:36:00.566Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:36:00.566Z] #31 DONE 2.6s [2023-08-21T19:36:00.566Z] [2023-08-21T19:36:00.566Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:36:00.834Z] #35 ... [2023-08-21T19:36:00.834Z] [2023-08-21T19:36:00.834Z] #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-21T19:36:00.834Z] #32 DONE 1.7s [2023-08-21T19:36:00.834Z] [2023-08-21T19:36:00.834Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-08-21T19:36:00.834Z] #33 DONE 0.7s [2023-08-21T19:36:00.834Z] [2023-08-21T19:36:00.834Z] #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-21T19:36:00.834Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-21T19:36:00.834Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-21T19:36:00.834Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-21T19:36:00.834Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-21T19:36:00.834Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-21T19:36:00.834Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done [2023-08-21T19:36:00.834Z] #31 DONE 2.7s [2023-08-21T19:36:00.834Z] [2023-08-21T19:36:00.834Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:00.834Z] #36 DONE 0.0s [2023-08-21T19:36:01.101Z] [2023-08-21T19:36:01.101Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:02.518Z] #36 transferring context: [2023-08-21T19:36:06.768Z] #36 ... [2023-08-21T19:36:06.768Z] [2023-08-21T19:36:06.768Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:06.768Z] #37 ... [2023-08-21T19:36:06.768Z] [2023-08-21T19:36:06.768Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:07.037Z] #36 ... [2023-08-21T19:36:07.037Z] [2023-08-21T19:36:07.037Z] #38 [core-command builder 3/7] RUN apk add --update --no-cache make git [2023-08-21T19:36:07.037Z] #0 5.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:07.037Z] #0 6.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:07.037Z] #0 8.924 OK: 263 MiB in 53 packages [2023-08-21T19:36:07.037Z] #38 DONE 10.8s [2023-08-21T19:36:07.037Z] [2023-08-21T19:36:07.037Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:07.311Z] #36 ... [2023-08-21T19:36:07.311Z] [2023-08-21T19:36:07.311Z] #39 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-21T19:36:07.311Z] #0 6.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:07.311Z] #0 7.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:07.311Z] #0 9.962 OK: 263 MiB in 53 packages [2023-08-21T19:36:07.311Z] #39 ... [2023-08-21T19:36:07.311Z] [2023-08-21T19:36:07.311Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:07.311Z] #40 transferring context: 32.22MB 9.9s [2023-08-21T19:36:07.579Z] #40 ... [2023-08-21T19:36:07.579Z] [2023-08-21T19:36:07.579Z] #41 [core-command internal] load build context [2023-08-21T19:36:07.579Z] #41 ... [2023-08-21T19:36:07.579Z] [2023-08-21T19:36:07.579Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:07.579Z] #40 ... [2023-08-21T19:36:07.579Z] [2023-08-21T19:36:07.579Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:07.847Z] #42 ... [2023-08-21T19:36:07.847Z] [2023-08-21T19:36:07.847Z] #43 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-21T19:36:07.847Z] #0 8.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:07.847Z] #0 9.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:07.847Z] #43 ... [2023-08-21T19:36:07.847Z] [2023-08-21T19:36:07.847Z] #44 [core-data internal] load build context [2023-08-21T19:36:08.115Z] #44 ... [2023-08-21T19:36:08.115Z] [2023-08-21T19:36:08.115Z] #45 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-21T19:36:08.115Z] #45 ... [2023-08-21T19:36:08.115Z] [2023-08-21T19:36:08.115Z] #46 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-21T19:36:08.381Z] #46 ... [2023-08-21T19:36:08.381Z] [2023-08-21T19:36:08.381Z] #39 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-21T19:36:08.381Z] #39 DONE 11.1s [2023-08-21T19:36:08.381Z] [2023-08-21T19:36:08.381Z] #47 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-21T19:36:08.381Z] #47 ... [2023-08-21T19:36:08.381Z] [2023-08-21T19:36:08.381Z] #48 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-21T19:36:08.381Z] #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:08.647Z] #48 ... [2023-08-21T19:36:08.647Z] [2023-08-21T19:36:08.647Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:08.647Z] #49 ... [2023-08-21T19:36:08.647Z] [2023-08-21T19:36:08.647Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:36:08.913Z] #50 ... [2023-08-21T19:36:08.913Z] [2023-08-21T19:36:08.913Z] #51 [security-spire-agent internal] load build context [2023-08-21T19:36:08.913Z] #51 ... [2023-08-21T19:36:08.913Z] [2023-08-21T19:36:08.913Z] #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-21T19:36:08.913Z] #0 6.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:08.913Z] #0 8.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:09.180Z] #52 ... [2023-08-21T19:36:09.180Z] [2023-08-21T19:36:09.180Z] #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-21T19:36:09.180Z] #53 ... [2023-08-21T19:36:09.180Z] [2023-08-21T19:36:09.180Z] #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-21T19:36:09.446Z] #54 ... [2023-08-21T19:36:09.446Z] [2023-08-21T19:36:09.446Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:09.446Z] #55 ... [2023-08-21T19:36:09.446Z] [2023-08-21T19:36:09.446Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:36:09.446Z] #56 ... [2023-08-21T19:36:09.446Z] [2023-08-21T19:36:09.446Z] #57 [security-spire-config internal] load build context [2023-08-21T19:36:09.713Z] #57 ... [2023-08-21T19:36:09.713Z] [2023-08-21T19:36:09.713Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:10.293Z] #55 ... [2023-08-21T19:36:10.293Z] [2023-08-21T19:36:10.293Z] #58 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-21T19:36:10.293Z] #58 ... [2023-08-21T19:36:10.293Z] [2023-08-21T19:36:10.293Z] #44 [core-data internal] load build context [2023-08-21T19:36:10.293Z] #44 ... [2023-08-21T19:36:10.293Z] [2023-08-21T19:36:10.293Z] #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-21T19:36:10.559Z] #59 ... [2023-08-21T19:36:10.559Z] [2023-08-21T19:36:10.559Z] #44 [core-data internal] load build context [2023-08-21T19:36:10.559Z] #44 ... [2023-08-21T19:36:10.559Z] [2023-08-21T19:36:10.559Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:10.843Z] #34 ... [2023-08-21T19:36:10.843Z] [2023-08-21T19:36:10.843Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-21T19:36:10.843Z] #60 ... [2023-08-21T19:36:10.843Z] [2023-08-21T19:36:10.843Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:11.115Z] #34 ... [2023-08-21T19:36:11.115Z] [2023-08-21T19:36:11.115Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:36:11.383Z] #35 ... [2023-08-21T19:36:11.383Z] [2023-08-21T19:36:11.383Z] #44 [core-data internal] load build context [2023-08-21T19:36:11.383Z] #44 ... [2023-08-21T19:36:11.383Z] [2023-08-21T19:36:11.383Z] #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-21T19:36:11.649Z] #61 ... [2023-08-21T19:36:11.649Z] [2023-08-21T19:36:11.649Z] #44 [core-data internal] load build context [2023-08-21T19:36:11.915Z] #44 ... [2023-08-21T19:36:11.915Z] [2023-08-21T19:36:11.915Z] #43 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-21T19:36:11.915Z] #43 12.14 OK: 263 MiB in 53 packages [2023-08-21T19:36:11.915Z] #43 DONE 14.3s [2023-08-21T19:36:11.915Z] [2023-08-21T19:36:11.915Z] #44 [core-data internal] load build context [2023-08-21T19:36:12.498Z] #44 transferring context: 26.68MB 14.4s [2023-08-21T19:36:15.850Z] #44 ... [2023-08-21T19:36:15.850Z] [2023-08-21T19:36:15.850Z] #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-21T19:36:15.850Z] #52 11.69 (1/4) Installing ca-certificates (20230506-r0) [2023-08-21T19:36:15.850Z] #52 12.02 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:15.850Z] #52 12.10 (3/4) Installing su-exec (0.2-r2) [2023-08-21T19:36:15.850Z] #52 12.10 (4/4) Installing yq (4.30.4-r4) [2023-08-21T19:36:15.850Z] #52 12.83 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:15.850Z] #52 12.99 Executing ca-certificates-20230506-r0.trigger [2023-08-21T19:36:15.850Z] #52 14.84 OK: 17 MiB in 19 packages [2023-08-21T19:36:15.850Z] #52 DONE 16.8s [2023-08-21T19:36:15.850Z] [2023-08-21T19:36:15.850Z] #44 [core-data internal] load build context [2023-08-21T19:36:16.116Z] #44 ... [2023-08-21T19:36:16.116Z] [2023-08-21T19:36:16.116Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:16.382Z] #37 ... [2023-08-21T19:36:16.382Z] [2023-08-21T19:36:16.382Z] #44 [core-data internal] load build context [2023-08-21T19:36:16.964Z] #44 ... [2023-08-21T19:36:16.964Z] [2023-08-21T19:36:16.964Z] #47 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-21T19:36:16.964Z] #47 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:16.964Z] #47 13.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:16.964Z] #47 17.42 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:16.964Z] #47 17.44 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:16.964Z] #47 17.61 OK: 8 MiB in 16 packages [2023-08-21T19:36:16.964Z] #47 DONE 19.7s [2023-08-21T19:36:16.964Z] [2023-08-21T19:36:16.964Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:16.964Z] #37 transferring context: 71.81MB 20.9s [2023-08-21T19:36:17.546Z] #37 ... [2023-08-21T19:36:17.546Z] [2023-08-21T19:36:17.546Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:17.546Z] #36 ... [2023-08-21T19:36:17.546Z] [2023-08-21T19:36:17.546Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:17.811Z] #37 ... [2023-08-21T19:36:17.811Z] [2023-08-21T19:36:17.811Z] #41 [core-command internal] load build context [2023-08-21T19:36:17.811Z] #41 ... [2023-08-21T19:36:17.811Z] [2023-08-21T19:36:17.811Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:17.811Z] #37 ... [2023-08-21T19:36:17.811Z] [2023-08-21T19:36:17.811Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:18.077Z] #40 ... [2023-08-21T19:36:18.077Z] [2023-08-21T19:36:18.077Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:18.077Z] #42 ... [2023-08-21T19:36:18.077Z] [2023-08-21T19:36:18.077Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:19.033Z] #40 ... [2023-08-21T19:36:19.033Z] [2023-08-21T19:36:19.033Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:36:19.033Z] #50 ... [2023-08-21T19:36:19.033Z] [2023-08-21T19:36:19.033Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:19.033Z] #49 ... [2023-08-21T19:36:19.033Z] [2023-08-21T19:36:19.033Z] #51 [security-spire-agent internal] load build context [2023-08-21T19:36:19.299Z] #51 ... [2023-08-21T19:36:19.299Z] [2023-08-21T19:36:19.299Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:19.564Z] #49 ... [2023-08-21T19:36:19.564Z] [2023-08-21T19:36:19.564Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:36:19.829Z] #56 ... [2023-08-21T19:36:19.829Z] [2023-08-21T19:36:19.830Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:19.830Z] #49 ... [2023-08-21T19:36:19.830Z] [2023-08-21T19:36:19.830Z] #57 [security-spire-config internal] load build context [2023-08-21T19:36:20.095Z] #57 ... [2023-08-21T19:36:20.095Z] [2023-08-21T19:36:20.095Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:36:20.095Z] #56 ... [2023-08-21T19:36:20.095Z] [2023-08-21T19:36:20.095Z] #48 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-21T19:36:20.095Z] #48 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:20.095Z] #48 15.33 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:36:20.095Z] #48 15.33 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:36:20.095Z] #48 15.33 OK: 17689 distinct packages available [2023-08-21T19:36:20.095Z] #48 16.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:20.095Z] #48 20.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:20.361Z] #48 ... [2023-08-21T19:36:20.361Z] [2023-08-21T19:36:20.361Z] #57 [security-spire-config internal] load build context [2023-08-21T19:36:20.630Z] #57 ... [2023-08-21T19:36:20.630Z] [2023-08-21T19:36:20.630Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:20.630Z] #55 ... [2023-08-21T19:36:20.630Z] [2023-08-21T19:36:20.630Z] #57 [security-spire-config internal] load build context [2023-08-21T19:36:20.630Z] #57 ... [2023-08-21T19:36:20.630Z] [2023-08-21T19:36:20.630Z] #45 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-21T19:36:20.630Z] #45 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:20.630Z] #45 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:20.630Z] #45 20.91 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:20.630Z] #45 20.95 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:20.631Z] #45 21.27 OK: 8 MiB in 16 packages [2023-08-21T19:36:20.631Z] #45 DONE 22.6s [2023-08-21T19:36:20.896Z] [2023-08-21T19:36:20.896Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:21.487Z] #55 ... [2023-08-21T19:36:21.487Z] [2023-08-21T19:36:21.487Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:21.487Z] #34 ... [2023-08-21T19:36:21.487Z] [2023-08-21T19:36:21.754Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:36:21.754Z] #35 ... [2023-08-21T19:36:21.754Z] [2023-08-21T19:36:21.754Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:23.157Z] #55 transferring context: 35.62MB 23.0s [2023-08-21T19:36:23.746Z] #55 ... [2023-08-21T19:36:23.746Z] [2023-08-21T19:36:23.746Z] #46 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-21T19:36:23.746Z] #46 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:23.746Z] #46 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:23.746Z] #46 24.40 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:23.746Z] #46 24.46 (2/4) Installing openssl (3.0.10-r0) [2023-08-21T19:36:23.746Z] #46 24.72 (3/4) Installing su-exec (0.2-r2) [2023-08-21T19:36:23.746Z] #46 24.72 (4/4) Installing yq (4.30.4-r4) [2023-08-21T19:36:23.746Z] #46 ... [2023-08-21T19:36:23.746Z] [2023-08-21T19:36:23.746Z] #44 [core-data internal] load build context [2023-08-21T19:36:23.746Z] #44 ... [2023-08-21T19:36:23.746Z] [2023-08-21T19:36:23.746Z] #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-21T19:36:23.746Z] #54 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:23.746Z] #54 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:23.746Z] #54 23.92 (1/2) Installing ca-certificates (20230506-r0) [2023-08-21T19:36:23.746Z] #54 24.15 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:23.746Z] #54 24.25 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:23.746Z] #54 24.38 Executing ca-certificates-20230506-r0.trigger [2023-08-21T19:36:24.018Z] #54 ... [2023-08-21T19:36:24.018Z] [2023-08-21T19:36:24.018Z] #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-21T19:36:24.018Z] #53 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:24.018Z] #53 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:24.018Z] #53 23.82 OK: 263 MiB in 53 packages [2023-08-21T19:36:24.018Z] #53 ... [2023-08-21T19:36:24.018Z] [2023-08-21T19:36:24.018Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:24.018Z] #34 ... [2023-08-21T19:36:24.018Z] [2023-08-21T19:36:24.018Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-21T19:36:24.018Z] #60 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:24.018Z] #60 17.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:24.018Z] #60 23.20 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:36:24.018Z] #60 23.20 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:36:24.018Z] #60 23.20 OK: 17694 distinct packages available [2023-08-21T19:36:24.307Z] #60 ... [2023-08-21T19:36:24.307Z] [2023-08-21T19:36:24.307Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:24.574Z] #34 ... [2023-08-21T19:36:24.574Z] [2023-08-21T19:36:24.574Z] #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-21T19:36:24.574Z] #53 DONE 25.2s [2023-08-21T19:36:24.574Z] [2023-08-21T19:36:24.574Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:24.840Z] #34 ... [2023-08-21T19:36:24.840Z] [2023-08-21T19:36:24.840Z] #58 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-21T19:36:24.840Z] #58 14.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:24.840Z] #58 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:24.840Z] #58 24.16 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:36:24.840Z] #58 24.16 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:36:24.840Z] #58 24.16 OK: 17689 distinct packages available [2023-08-21T19:36:24.840Z] #58 ... [2023-08-21T19:36:24.840Z] [2023-08-21T19:36:24.840Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:25.107Z] #34 ... [2023-08-21T19:36:25.107Z] [2023-08-21T19:36:25.107Z] #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-21T19:36:25.107Z] #59 14.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:25.107Z] #59 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:25.107Z] #59 22.69 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:25.107Z] #59 22.72 (2/2) Installing su-exec (0.2-r2) [2023-08-21T19:36:25.107Z] #59 22.76 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:25.107Z] #59 22.97 OK: 8 MiB in 17 packages [2023-08-21T19:36:25.107Z] #59 DONE 24.7s [2023-08-21T19:36:25.107Z] [2023-08-21T19:36:25.107Z] #44 [core-data internal] load build context [2023-08-21T19:36:26.067Z] #44 ... [2023-08-21T19:36:26.067Z] [2023-08-21T19:36:26.067Z] #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-21T19:36:26.067Z] #61 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:26.067Z] #61 17.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:26.067Z] #61 23.81 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-21T19:36:26.067Z] #61 23.81 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-21T19:36:26.067Z] #61 23.81 OK: 17689 distinct packages available [2023-08-21T19:36:26.067Z] #61 ... [2023-08-21T19:36:26.067Z] [2023-08-21T19:36:26.067Z] #44 [core-data internal] load build context [2023-08-21T19:36:26.663Z] #44 ... [2023-08-21T19:36:26.663Z] [2023-08-21T19:36:26.663Z] #46 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-08-21T19:36:26.663Z] #46 25.77 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:26.663Z] #46 25.98 OK: 17 MiB in 19 packages [2023-08-21T19:36:26.663Z] #46 DONE 28.6s [2023-08-21T19:36:26.663Z] [2023-08-21T19:36:26.663Z] #44 [core-data internal] load build context [2023-08-21T19:36:26.930Z] #44 ... [2023-08-21T19:36:26.930Z] [2023-08-21T19:36:26.930Z] #48 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-21T19:36:26.930Z] #48 26.08 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:26.930Z] #48 26.16 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-21T19:36:26.930Z] #48 26.19 (3/5) Installing libucontext (1.2-r0) [2023-08-21T19:36:26.930Z] #48 26.26 (4/5) Installing gcompat (1.1.0-r0) [2023-08-21T19:36:26.930Z] #48 26.30 (5/5) Installing openssl (3.0.10-r0) [2023-08-21T19:36:26.930Z] #48 26.47 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:26.930Z] #48 26.80 OK: 9 MiB in 20 packages [2023-08-21T19:36:26.930Z] #48 DONE 28.8s [2023-08-21T19:36:26.930Z] [2023-08-21T19:36:26.930Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:27.200Z] #42 ... [2023-08-21T19:36:27.200Z] [2023-08-21T19:36:27.200Z] #44 [core-data internal] load build context [2023-08-21T19:36:27.785Z] #44 ... [2023-08-21T19:36:27.785Z] [2023-08-21T19:36:27.785Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:27.785Z] #36 ... [2023-08-21T19:36:27.785Z] [2023-08-21T19:36:27.785Z] #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-21T19:36:27.785Z] #54 27.23 OK: 8 MiB in 17 packages [2023-08-21T19:36:27.785Z] #54 DONE 28.6s [2023-08-21T19:36:27.785Z] [2023-08-21T19:36:27.785Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:27.785Z] #36 ... [2023-08-21T19:36:27.785Z] [2023-08-21T19:36:27.785Z] #44 [core-data internal] load build context [2023-08-21T19:36:28.052Z] #44 ... [2023-08-21T19:36:28.052Z] [2023-08-21T19:36:28.052Z] #62 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-08-21T19:36:28.052Z] #62 DONE 1.4s [2023-08-21T19:36:28.052Z] [2023-08-21T19:36:28.052Z] #44 [core-data internal] load build context [2023-08-21T19:36:28.052Z] #44 transferring context: 60.56MB 29.9s [2023-08-21T19:36:28.052Z] #44 ... [2023-08-21T19:36:28.052Z] [2023-08-21T19:36:28.052Z] #41 [core-command internal] load build context [2023-08-21T19:36:28.052Z] #41 ... [2023-08-21T19:36:28.052Z] [2023-08-21T19:36:28.052Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:28.319Z] #37 ... [2023-08-21T19:36:28.319Z] [2023-08-21T19:36:28.319Z] #41 [core-command internal] load build context [2023-08-21T19:36:29.276Z] #41 ... [2023-08-21T19:36:29.276Z] [2023-08-21T19:36:29.276Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:29.276Z] #40 ... [2023-08-21T19:36:29.276Z] [2023-08-21T19:36:29.276Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:36:29.276Z] #50 ... [2023-08-21T19:36:29.276Z] [2023-08-21T19:36:29.276Z] #41 [core-command internal] load build context [2023-08-21T19:36:29.276Z] #41 ... [2023-08-21T19:36:29.276Z] [2023-08-21T19:36:29.276Z] #51 [security-spire-agent internal] load build context [2023-08-21T19:36:29.543Z] #51 ... [2023-08-21T19:36:29.543Z] [2023-08-21T19:36:29.543Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:36:30.123Z] #50 ... [2023-08-21T19:36:30.123Z] [2023-08-21T19:36:30.123Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-21T19:36:30.123Z] #60 24.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:30.123Z] #60 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:30.123Z] #60 28.38 OK: 263 MiB in 53 packages [2023-08-21T19:36:30.123Z] #60 DONE 29.4s [2023-08-21T19:36:30.123Z] [2023-08-21T19:36:30.123Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:36:30.123Z] #50 ... [2023-08-21T19:36:30.123Z] [2023-08-21T19:36:30.123Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:30.123Z] #49 ... [2023-08-21T19:36:30.123Z] [2023-08-21T19:36:30.123Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:30.392Z] #40 ... [2023-08-21T19:36:30.392Z] [2023-08-21T19:36:30.392Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:36:30.392Z] #56 ... [2023-08-21T19:36:30.392Z] [2023-08-21T19:36:30.392Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:30.661Z] #40 ... [2023-08-21T19:36:30.661Z] [2023-08-21T19:36:30.661Z] #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-21T19:36:30.661Z] #63 DONE 5.4s [2023-08-21T19:36:30.661Z] [2023-08-21T19:36:30.661Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-21T19:36:30.929Z] #64 ... [2023-08-21T19:36:30.929Z] [2023-08-21T19:36:30.929Z] #58 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-21T19:36:30.929Z] #58 25.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:30.929Z] #58 27.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:30.929Z] #58 29.61 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:30.929Z] #58 29.61 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-21T19:36:30.929Z] #58 29.61 (3/4) Installing libucontext (1.2-r0) [2023-08-21T19:36:30.929Z] #58 29.61 (4/4) Installing gcompat (1.1.0-r0) [2023-08-21T19:36:30.929Z] #58 29.61 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:30.929Z] #58 29.69 OK: 8 MiB in 19 packages [2023-08-21T19:36:30.929Z] #58 DONE 30.6s [2023-08-21T19:36:30.929Z] [2023-08-21T19:36:30.929Z] #57 [security-spire-config internal] load build context [2023-08-21T19:36:30.929Z] #57 ... [2023-08-21T19:36:30.929Z] [2023-08-21T19:36:30.929Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:31.513Z] #40 ... [2023-08-21T19:36:31.513Z] [2023-08-21T19:36:31.513Z] #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-21T19:36:31.513Z] #61 24.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:31.513Z] #61 26.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-21T19:36:31.513Z] #61 28.04 (1/9) Installing ca-certificates (20230506-r0) [2023-08-21T19:36:31.513Z] #61 28.17 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-21T19:36:31.513Z] #61 28.27 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-21T19:36:31.513Z] #61 28.27 (4/9) Installing libcurl (8.2.1-r0) [2023-08-21T19:36:31.513Z] #61 28.27 (5/9) Installing curl (8.2.1-r0) [2023-08-21T19:36:31.513Z] #61 28.30 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-21T19:36:31.513Z] #61 28.36 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-21T19:36:31.513Z] #61 28.36 (8/9) Installing libucontext (1.2-r0) [2023-08-21T19:36:31.513Z] #61 28.36 (9/9) Installing gcompat (1.1.0-r0) [2023-08-21T19:36:31.513Z] #61 28.36 Executing busybox-1.35.0-r29.trigger [2023-08-21T19:36:31.513Z] #61 28.44 Executing ca-certificates-20230506-r0.trigger [2023-08-21T19:36:31.513Z] #61 29.16 OK: 11 MiB in 24 packages [2023-08-21T19:36:31.513Z] #61 DONE 30.0s [2023-08-21T19:36:31.513Z] [2023-08-21T19:36:31.513Z] #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-21T19:36:31.513Z] #64 DONE 0.9s [2023-08-21T19:36:31.513Z] [2023-08-21T19:36:31.513Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:31.779Z] #40 ... [2023-08-21T19:36:31.779Z] [2023-08-21T19:36:31.779Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:36:32.046Z] #35 ... [2023-08-21T19:36:32.046Z] [2023-08-21T19:36:32.046Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:33.002Z] #40 transferring context: 87.68MB 35.7s [2023-08-21T19:36:33.955Z] #40 ... [2023-08-21T19:36:33.955Z] [2023-08-21T19:36:33.955Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:33.955Z] #55 ... [2023-08-21T19:36:33.955Z] [2023-08-21T19:36:33.955Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:35.384Z] #40 ... [2023-08-21T19:36:35.384Z] [2023-08-21T19:36:35.384Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:35.384Z] #34 ... [2023-08-21T19:36:35.384Z] [2023-08-21T19:36:35.384Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:37.327Z] #40 ... [2023-08-21T19:36:37.327Z] [2023-08-21T19:36:37.327Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:37.327Z] #42 ... [2023-08-21T19:36:37.327Z] [2023-08-21T19:36:37.327Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:37.908Z] #40 transferring context: 116.79MB 40.7s [2023-08-21T19:36:37.908Z] #40 ... [2023-08-21T19:36:37.908Z] [2023-08-21T19:36:37.908Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:38.171Z] #36 ... [2023-08-21T19:36:38.171Z] [2023-08-21T19:36:38.171Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:38.171Z] #42 ... [2023-08-21T19:36:38.171Z] [2023-08-21T19:36:38.171Z] #44 [core-data internal] load build context [2023-08-21T19:36:38.171Z] #44 ... [2023-08-21T19:36:38.171Z] [2023-08-21T19:36:38.171Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:38.438Z] #42 ... [2023-08-21T19:36:38.438Z] [2023-08-21T19:36:38.438Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:38.438Z] #37 ... [2023-08-21T19:36:38.438Z] [2023-08-21T19:36:38.438Z] #44 [core-data internal] load build context [2023-08-21T19:36:39.397Z] #44 ... [2023-08-21T19:36:39.397Z] [2023-08-21T19:36:39.397Z] #41 [core-command internal] load build context [2023-08-21T19:36:39.661Z] #41 ... [2023-08-21T19:36:39.661Z] [2023-08-21T19:36:39.661Z] #51 [security-spire-agent internal] load build context [2023-08-21T19:36:39.661Z] #51 ... [2023-08-21T19:36:39.661Z] [2023-08-21T19:36:39.661Z] #41 [core-command internal] load build context [2023-08-21T19:36:40.241Z] #41 ... [2023-08-21T19:36:40.241Z] [2023-08-21T19:36:40.241Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:36:40.241Z] #50 ... [2023-08-21T19:36:40.241Z] [2023-08-21T19:36:40.241Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:40.507Z] #49 ... [2023-08-21T19:36:40.507Z] [2023-08-21T19:36:40.507Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:36:40.507Z] #56 ... [2023-08-21T19:36:40.507Z] [2023-08-21T19:36:40.507Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:41.089Z] #49 ... [2023-08-21T19:36:41.089Z] [2023-08-21T19:36:41.089Z] #57 [security-spire-config internal] load build context [2023-08-21T19:36:41.089Z] #57 ... [2023-08-21T19:36:41.089Z] [2023-08-21T19:36:41.089Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:42.054Z] #49 ... [2023-08-21T19:36:42.054Z] [2023-08-21T19:36:42.054Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:36:42.324Z] #35 ... [2023-08-21T19:36:42.324Z] [2023-08-21T19:36:42.324Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:43.282Z] #49 transferring context: 109.22MB 44.1s [2023-08-21T19:36:44.237Z] #49 ... [2023-08-21T19:36:44.237Z] [2023-08-21T19:36:44.237Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:44.237Z] #55 ... [2023-08-21T19:36:44.237Z] [2023-08-21T19:36:44.237Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:45.654Z] #49 ... [2023-08-21T19:36:45.654Z] [2023-08-21T19:36:45.654Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:45.654Z] #34 ... [2023-08-21T19:36:45.654Z] [2023-08-21T19:36:45.654Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:48.225Z] #49 ... [2023-08-21T19:36:48.225Z] [2023-08-21T19:36:48.225Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:48.225Z] #40 transferring context: 179.74MB 50.8s [2023-08-21T19:36:48.225Z] #40 ... [2023-08-21T19:36:48.225Z] [2023-08-21T19:36:48.225Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:48.225Z] #36 ... [2023-08-21T19:36:48.225Z] [2023-08-21T19:36:48.225Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:48.490Z] #40 ... [2023-08-21T19:36:48.490Z] [2023-08-21T19:36:48.490Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:48.756Z] #42 ... [2023-08-21T19:36:48.756Z] [2023-08-21T19:36:48.756Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:48.756Z] #37 ... [2023-08-21T19:36:48.756Z] [2023-08-21T19:36:48.756Z] #42 [core-metadata internal] load build context [2023-08-21T19:36:49.022Z] #42 transferring context: 188.25MB 51.3s done [2023-08-21T19:36:49.289Z] #42 DONE 51.6s [2023-08-21T19:36:49.289Z] [2023-08-21T19:36:49.289Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:49.560Z] #49 ... [2023-08-21T19:36:49.560Z] [2023-08-21T19:36:49.560Z] #44 [core-data internal] load build context [2023-08-21T19:36:49.827Z] #44 ... [2023-08-21T19:36:49.827Z] [2023-08-21T19:36:49.827Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:49.827Z] #49 ... [2023-08-21T19:36:49.827Z] [2023-08-21T19:36:49.827Z] #51 [security-spire-agent internal] load build context [2023-08-21T19:36:50.093Z] #51 ... [2023-08-21T19:36:50.093Z] [2023-08-21T19:36:50.093Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:50.365Z] #49 ... [2023-08-21T19:36:50.365Z] [2023-08-21T19:36:50.365Z] #41 [core-command internal] load build context [2023-08-21T19:36:50.365Z] #41 ... [2023-08-21T19:36:50.365Z] [2023-08-21T19:36:50.365Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:36:50.629Z] #50 ... [2023-08-21T19:36:50.630Z] [2023-08-21T19:36:50.630Z] #41 [core-command internal] load build context [2023-08-21T19:36:50.630Z] #41 ... [2023-08-21T19:36:50.630Z] [2023-08-21T19:36:50.630Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:36:50.917Z] #56 ... [2023-08-21T19:36:50.917Z] [2023-08-21T19:36:50.917Z] #41 [core-command internal] load build context [2023-08-21T19:36:51.186Z] #41 ... [2023-08-21T19:36:51.186Z] [2023-08-21T19:36:51.186Z] #57 [security-spire-config internal] load build context [2023-08-21T19:36:51.460Z] #57 ... [2023-08-21T19:36:51.460Z] [2023-08-21T19:36:51.460Z] #41 [core-command internal] load build context [2023-08-21T19:36:52.048Z] #41 ... [2023-08-21T19:36:52.048Z] [2023-08-21T19:36:52.048Z] #40 [security-spire-server internal] load build context [2023-08-21T19:36:52.048Z] #40 transferring context: 188.25MB 52.4s done [2023-08-21T19:36:52.048Z] #40 DONE 54.8s [2023-08-21T19:36:52.048Z] [2023-08-21T19:36:52.048Z] #41 [core-command internal] load build context [2023-08-21T19:36:52.314Z] #41 ... [2023-08-21T19:36:52.314Z] [2023-08-21T19:36:52.314Z] #44 [core-data internal] load build context [2023-08-21T19:36:52.314Z] #44 transferring context: 188.25MB 51.9s done [2023-08-21T19:36:52.314Z] #44 DONE 54.2s [2023-08-21T19:36:52.314Z] [2023-08-21T19:36:52.314Z] #37 [core-common-config-bootstrapper internal] load build context [2023-08-21T19:36:52.314Z] #37 transferring context: 188.25MB 54.1s done [2023-08-21T19:36:52.314Z] #37 DONE 56.3s [2023-08-21T19:36:52.314Z] [2023-08-21T19:36:52.314Z] #41 [core-command internal] load build context [2023-08-21T19:36:52.579Z] #41 ... [2023-08-21T19:36:52.579Z] [2023-08-21T19:36:52.579Z] #34 [security-proxy-setup internal] load build context [2023-08-21T19:36:52.579Z] #34 transferring context: 188.25MB 53.5s done [2023-08-21T19:36:52.579Z] #34 DONE 54.8s [2023-08-21T19:36:52.579Z] [2023-08-21T19:36:52.579Z] #41 [core-command internal] load build context [2023-08-21T19:36:52.579Z] #41 ... [2023-08-21T19:36:52.579Z] [2023-08-21T19:36:52.579Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:36:52.579Z] #35 ... [2023-08-21T19:36:52.579Z] [2023-08-21T19:36:52.579Z] #41 [core-command internal] load build context [2023-08-21T19:36:52.843Z] #41 ... [2023-08-21T19:36:52.843Z] [2023-08-21T19:36:52.843Z] #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:36:52.843Z] #65 DONE 3.5s [2023-08-21T19:36:52.843Z] [2023-08-21T19:36:52.843Z] #41 [core-command internal] load build context [2023-08-21T19:36:53.108Z] #41 ... [2023-08-21T19:36:53.108Z] [2023-08-21T19:36:53.108Z] #55 [support-notifications internal] load build context [2023-08-21T19:36:53.108Z] #55 transferring context: 188.25MB 52.8s done [2023-08-21T19:36:53.108Z] #55 DONE 54.0s [2023-08-21T19:36:53.108Z] [2023-08-21T19:36:53.108Z] #41 [core-command internal] load build context [2023-08-21T19:36:54.069Z] #41 ... [2023-08-21T19:36:54.069Z] [2023-08-21T19:36:54.069Z] #66 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-21T19:36:54.069Z] #66 DONE 1.6s [2023-08-21T19:36:54.069Z] [2023-08-21T19:36:54.069Z] #41 [core-command internal] load build context [2023-08-21T19:36:54.338Z] #41 ... [2023-08-21T19:36:54.338Z] [2023-08-21T19:36:54.338Z] #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:36:54.338Z] #67 DONE 1.5s [2023-08-21T19:36:54.338Z] [2023-08-21T19:36:54.338Z] #41 [core-command internal] load build context [2023-08-21T19:36:54.603Z] #41 ... [2023-08-21T19:36:54.603Z] [2023-08-21T19:36:54.603Z] #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:36:54.603Z] #68 DONE 1.3s [2023-08-21T19:36:54.603Z] [2023-08-21T19:36:54.603Z] #41 [core-command internal] load build context [2023-08-21T19:36:57.175Z] #41 ... [2023-08-21T19:36:57.175Z] [2023-08-21T19:36:57.175Z] #49 [support-scheduler internal] load build context [2023-08-21T19:36:57.175Z] #49 transferring context: 188.25MB 57.8s done [2023-08-21T19:36:57.175Z] #49 DONE 58.4s [2023-08-21T19:36:57.175Z] [2023-08-21T19:36:57.175Z] #41 [core-command internal] load build context [2023-08-21T19:36:57.753Z] #41 ... [2023-08-21T19:36:57.753Z] [2023-08-21T19:36:57.753Z] #36 [security-proxy-auth internal] load build context [2023-08-21T19:36:57.753Z] #36 transferring context: 188.25MB 54.8s done [2023-08-21T19:36:57.753Z] #36 DONE 56.5s [2023-08-21T19:36:57.753Z] [2023-08-21T19:36:57.753Z] #41 [core-command internal] load build context [2023-08-21T19:37:00.325Z] #41 ... [2023-08-21T19:37:00.325Z] [2023-08-21T19:37:00.325Z] #51 [security-spire-agent internal] load build context [2023-08-21T19:37:00.325Z] #51 ... [2023-08-21T19:37:00.325Z] [2023-08-21T19:37:00.325Z] #41 [core-command internal] load build context [2023-08-21T19:37:00.325Z] #41 ... [2023-08-21T19:37:00.325Z] [2023-08-21T19:37:00.325Z] #50 [security-secretstore-setup internal] load build context [2023-08-21T19:37:00.325Z] #50 transferring context: 188.25MB 61.2s done [2023-08-21T19:37:00.325Z] #50 DONE 61.7s [2023-08-21T19:37:00.325Z] [2023-08-21T19:37:00.325Z] #41 [core-command internal] load build context [2023-08-21T19:37:00.910Z] #41 ... [2023-08-21T19:37:00.910Z] [2023-08-21T19:37:00.910Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:37:00.910Z] #56 ... [2023-08-21T19:37:00.910Z] [2023-08-21T19:37:00.910Z] #41 [core-command internal] load build context [2023-08-21T19:37:01.495Z] #41 ... [2023-08-21T19:37:01.495Z] [2023-08-21T19:37:01.495Z] #57 [security-spire-config internal] load build context [2023-08-21T19:37:01.495Z] #57 ... [2023-08-21T19:37:01.495Z] [2023-08-21T19:37:01.495Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:37:02.896Z] #56 transferring context: 188.25MB 63.0s done [2023-08-21T19:37:02.896Z] #56 ... [2023-08-21T19:37:02.896Z] [2023-08-21T19:37:02.896Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:37:02.896Z] #35 ... [2023-08-21T19:37:02.896Z] [2023-08-21T19:37:02.896Z] #56 [security-bootstrapper internal] load build context [2023-08-21T19:37:02.896Z] #56 DONE 63.6s [2023-08-21T19:37:02.896Z] [2023-08-21T19:37:02.896Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:37:02.896Z] #35 ... [2023-08-21T19:37:02.896Z] [2023-08-21T19:37:02.897Z] #41 [core-command internal] load build context [2023-08-21T19:37:02.897Z] #41 ... [2023-08-21T19:37:02.897Z] [2023-08-21T19:37:02.897Z] #69 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:03.176Z] #69 ... [2023-08-21T19:37:03.176Z] [2023-08-21T19:37:03.176Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-21T19:37:03.176Z] #35 transferring context: 188.25MB 61.9s done [2023-08-21T19:37:03.176Z] #35 DONE 62.5s [2023-08-21T19:37:03.176Z] [2023-08-21T19:37:03.176Z] #57 [security-spire-config internal] load build context [2023-08-21T19:37:04.144Z] #57 ... [2023-08-21T19:37:04.144Z] [2023-08-21T19:37:04.144Z] #41 [core-command internal] load build context [2023-08-21T19:37:04.144Z] #41 transferring context: 188.25MB 66.4s done [2023-08-21T19:37:04.144Z] #41 DONE 66.9s [2023-08-21T19:37:04.144Z] [2023-08-21T19:37:04.144Z] #57 [security-spire-config internal] load build context [2023-08-21T19:37:04.144Z] #57 ... [2023-08-21T19:37:04.144Z] [2023-08-21T19:37:04.144Z] #70 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:04.413Z] #70 ... [2023-08-21T19:37:04.413Z] [2023-08-21T19:37:04.413Z] #51 [security-spire-agent internal] load build context [2023-08-21T19:37:04.413Z] #51 transferring context: 188.25MB 65.9s done [2023-08-21T19:37:04.413Z] #51 DONE 66.4s [2023-08-21T19:37:04.413Z] [2023-08-21T19:37:04.413Z] #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:04.413Z] #71 ... [2023-08-21T19:37:04.413Z] [2023-08-21T19:37:04.413Z] #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:04.413Z] #72 DONE 1.3s [2023-08-21T19:37:04.413Z] [2023-08-21T19:37:04.413Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:04.694Z] #73 ... [2023-08-21T19:37:04.694Z] [2023-08-21T19:37:04.694Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:04.963Z] #74 ... [2023-08-21T19:37:04.963Z] [2023-08-21T19:37:04.963Z] #57 [security-spire-config internal] load build context [2023-08-21T19:37:05.545Z] #57 transferring context: 188.25MB 65.2s done [2023-08-21T19:37:05.545Z] #57 DONE 66.2s [2023-08-21T19:37:05.545Z] [2023-08-21T19:37:05.545Z] #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:52.341Z] #74 DONE 57.3s [2023-08-21T19:37:52.341Z] [2023-08-21T19:37:52.341Z] #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:52.341Z] #73 DONE 47.6s [2023-08-21T19:37:52.341Z] [2023-08-21T19:37:52.341Z] #69 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:52.341Z] #69 DONE 59.2s [2023-08-21T19:37:52.341Z] [2023-08-21T19:37:52.341Z] #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:52.341Z] #71 DONE 57.9s [2023-08-21T19:37:52.341Z] [2023-08-21T19:37:52.341Z] #75 [security-proxy-setup builder 6/7] COPY . . [2023-08-21T19:37:52.341Z] #75 ... [2023-08-21T19:37:52.341Z] [2023-08-21T19:37:52.341Z] #70 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:52.341Z] #70 DONE 58.1s [2023-08-21T19:37:52.607Z] [2023-08-21T19:37:52.607Z] #76 [security-spire-server builder 6/9] COPY . . [2023-08-21T19:37:55.935Z] #76 DONE 3.6s [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #77 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:55.935Z] #77 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #78 [security-proxy-auth builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #78 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:55.935Z] #79 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #80 [security-bootstrapper builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #80 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:55.935Z] #81 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:55.935Z] #82 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #83 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #83 DONE 3.8s [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #84 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:55.935Z] #84 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:55.935Z] #85 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #86 [security-secretstore-setup builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #86 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #87 [support-scheduler builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #87 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #88 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:55.935Z] #88 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:55.935Z] #89 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:55.935Z] #90 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #91 [core-data builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #91 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #92 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:55.935Z] #92 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #93 [core-metadata builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #93 DONE 3.8s [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #75 [security-proxy-setup builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #75 DONE 3.7s [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #94 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:55.935Z] #94 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #95 [core-command builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #95 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #96 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:55.935Z] #96 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #97 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-21T19:37:55.935Z] #97 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #98 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-21T19:37:55.935Z] #98 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #99 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:55.935Z] #99 CACHED [2023-08-21T19:37:55.935Z] [2023-08-21T19:37:55.935Z] #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:37:56.201Z] #100 ... [2023-08-21T19:37:56.201Z] [2023-08-21T19:37:56.201Z] #101 [support-notifications builder 6/7] COPY . . [2023-08-21T19:37:56.201Z] #101 DONE 3.8s [2023-08-21T19:37:56.201Z] [2023-08-21T19:37:56.201Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:37:56.468Z] #102 ... [2023-08-21T19:37:56.468Z] [2023-08-21T19:37:56.468Z] #103 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:37:56.468Z] #103 CACHED [2023-08-21T19:37:56.468Z] [2023-08-21T19:37:56.468Z] #104 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-21T19:37:56.468Z] #104 CACHED [2023-08-21T19:37:56.468Z] [2023-08-21T19:37:56.468Z] #105 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-21T19:37:56.468Z] #105 CACHED [2023-08-21T19:37:56.468Z] [2023-08-21T19:37:56.468Z] #106 [security-spire-agent builder 6/9] COPY . . [2023-08-21T19:37:56.468Z] #106 CACHED [2023-08-21T19:37:56.468Z] [2023-08-21T19:37:56.468Z] #107 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-21T19:37:56.468Z] #107 DONE 0.4s [2023-08-21T19:37:56.468Z] [2023-08-21T19:37:56.468Z] #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-21T19:38:01.800Z] #108 ... [2023-08-21T19:38:01.800Z] [2023-08-21T19:38:01.800Z] #109 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-21T19:38:01.800Z] #0 5.552 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-21T19:38:02.380Z] #109 ... [2023-08-21T19:38:02.380Z] [2023-08-21T19:38:02.380Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:38:02.380Z] #102 6.361 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-21T19:38:02.964Z] #102 ... [2023-08-21T19:38:02.964Z] [2023-08-21T19:38:02.964Z] #110 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-21T19:38:02.964Z] #110 DONE 6.7s [2023-08-21T19:38:02.964Z] [2023-08-21T19:38:02.964Z] #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-21T19:38:02.964Z] #108 DONE 6.6s [2023-08-21T19:38:03.230Z] [2023-08-21T19:38:03.230Z] #111 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-21T19:38:03.494Z] #111 DONE 0.4s [2023-08-21T19:38:03.494Z] [2023-08-21T19:38:03.494Z] #112 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-21T19:38:03.494Z] #112 DONE 0.4s [2023-08-21T19:38:03.494Z] [2023-08-21T19:38:03.494Z] #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:38:03.494Z] #100 6.582 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-21T19:38:04.910Z] #100 ... [2023-08-21T19:38:04.910Z] [2023-08-21T19:38:04.910Z] #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:38:04.910Z] #113 DONE 0.3s [2023-08-21T19:38:04.910Z] [2023-08-21T19:38:04.910Z] #114 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:38:04.910Z] #114 DONE 0.1s [2023-08-21T19:38:04.910Z] [2023-08-21T19:38:04.910Z] #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-21T19:38:04.910Z] #0 6.695 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-21T19:38:04.910Z] #115 ... [2023-08-21T19:38:04.910Z] [2023-08-21T19:38:04.910Z] #116 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:38:05.175Z] #116 ... [2023-08-21T19:38:05.175Z] [2023-08-21T19:38:05.175Z] #117 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-21T19:38:05.175Z] #117 CACHED [2023-08-21T19:38:05.175Z] [2023-08-21T19:38:05.175Z] #118 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-21T19:38:05.175Z] #118 CACHED [2023-08-21T19:38:05.175Z] [2023-08-21T19:38:05.175Z] #119 [security-spire-config builder 6/9] COPY . . [2023-08-21T19:38:05.175Z] #119 CACHED [2023-08-21T19:38:05.175Z] [2023-08-21T19:38:05.175Z] #120 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-21T19:38:05.175Z] #120 CACHED [2023-08-21T19:38:05.175Z] [2023-08-21T19:38:05.175Z] #121 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-21T19:38:05.175Z] #121 CACHED [2023-08-21T19:38:05.175Z] [2023-08-21T19:38:05.175Z] #122 [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-21T19:38:05.175Z] #122 CACHED [2023-08-21T19:38:05.440Z] [2023-08-21T19:38:05.440Z] #123 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:38:05.440Z] #123 ... [2023-08-21T19:38:05.440Z] [2023-08-21T19:38:05.440Z] #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:38:05.440Z] #124 CACHED [2023-08-21T19:38:05.440Z] [2023-08-21T19:38:05.440Z] #125 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:38:05.440Z] #125 CACHED [2023-08-21T19:38:05.707Z] [2023-08-21T19:38:05.707Z] #123 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:38:05.707Z] #123 DONE 0.4s [2023-08-21T19:38:05.707Z] [2023-08-21T19:38:05.707Z] #126 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:38:05.973Z] #126 DONE 0.2s [2023-08-21T19:38:05.973Z] [2023-08-21T19:38:05.973Z] #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:38:05.973Z] #127 ... [2023-08-21T19:38:05.973Z] [2023-08-21T19:38:05.973Z] #128 [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-21T19:38:05.973Z] #0 5.979 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-21T19:38:06.237Z] #128 ... [2023-08-21T19:38:06.237Z] [2023-08-21T19:38:06.237Z] #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-21T19:38:06.237Z] #0 4.711 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-21T19:38:06.237Z] #129 ... [2023-08-21T19:38:06.237Z] [2023-08-21T19:38:06.237Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-21T19:38:06.237Z] #0 6.054 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-21T19:38:06.502Z] #130 ... [2023-08-21T19:38:06.502Z] [2023-08-21T19:38:06.502Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-21T19:38:06.502Z] #0 6.026 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-21T19:38:06.502Z] #131 ... [2023-08-21T19:38:06.502Z] [2023-08-21T19:38:06.502Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:38:06.502Z] #0 5.249 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-21T19:38:06.768Z] #132 ... [2023-08-21T19:38:06.768Z] [2023-08-21T19:38:06.768Z] #133 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-21T19:38:06.768Z] #133 DONE 1.3s [2023-08-21T19:38:06.768Z] [2023-08-21T19:38:06.768Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-21T19:38:06.768Z] #0 4.400 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-21T19:38:06.768Z] #134 ... [2023-08-21T19:38:06.768Z] [2023-08-21T19:38:06.768Z] #116 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:38:06.768Z] #116 DONE 1.9s [2023-08-21T19:38:06.768Z] [2023-08-21T19:38:06.768Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-21T19:38:06.768Z] #0 6.777 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-21T19:38:07.038Z] #135 ... [2023-08-21T19:38:07.038Z] [2023-08-21T19:38:07.038Z] #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-21T19:38:07.038Z] #136 ... [2023-08-21T19:38:07.038Z] [2023-08-21T19:38:07.038Z] #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:38:07.038Z] #127 DONE 1.3s [2023-08-21T19:38:07.307Z] [2023-08-21T19:38:07.307Z] #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-21T19:38:07.307Z] #136 DONE 0.4s [2023-08-21T19:38:07.307Z] [2023-08-21T19:38:07.307Z] #137 [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-21T19:38:07.589Z] #137 DONE 0.4s [2023-08-21T19:38:07.589Z] [2023-08-21T19:38:07.589Z] #138 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-21T19:38:07.589Z] #138 DONE 0.3s [2023-08-21T19:38:07.589Z] [2023-08-21T19:38:07.589Z] #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-21T19:38:07.857Z] #139 DONE 0.3s [2023-08-21T19:38:07.857Z] [2023-08-21T19:38:07.857Z] #140 [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-21T19:38:08.123Z] #140 DONE 0.3s [2023-08-21T19:38:08.123Z] [2023-08-21T19:38:08.123Z] #141 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-21T19:38:08.123Z] #141 DONE 0.4s [2023-08-21T19:38:08.123Z] [2023-08-21T19:38:08.123Z] #142 [security-spire-server] exporting to image [2023-08-21T19:38:08.123Z] #142 exporting layers [2023-08-21T19:38:08.703Z] #142 ... [2023-08-21T19:38:08.703Z] [2023-08-21T19:38:08.703Z] #143 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-21T19:38:08.703Z] #143 DONE 1.9s [2023-08-21T19:38:08.703Z] [2023-08-21T19:38:08.703Z] #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-21T19:38:09.296Z] #144 DONE 0.3s [2023-08-21T19:38:09.296Z] [2023-08-21T19:38:09.296Z] #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-08-21T19:38:09.296Z] #145 DONE 0.2s [2023-08-21T19:38:09.296Z] [2023-08-21T19:38:09.296Z] #142 [security-spire-config] exporting to image [2023-08-21T19:38:09.296Z] #142 ... [2023-08-21T19:38:09.296Z] [2023-08-21T19:38:09.296Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-21T19:38:09.296Z] #146 DONE 0.1s [2023-08-21T19:38:09.562Z] [2023-08-21T19:38:09.562Z] #142 [security-spire-agent] exporting to image [2023-08-21T19:38:11.597Z] #142 exporting layers 3.0s done [2023-08-21T19:38:11.597Z] #142 writing image sha256:7bc748e67502e95c5a7ae3e6b30a736d0d14e40ccc06e606f946d478ea29dac4 0.0s done [2023-08-21T19:38:11.597Z] #142 naming to docker.io/library/security-spire-server-arm64 done [2023-08-21T19:38:11.597Z] #142 writing image sha256:eacebe10e2485a69ae84b606f59a81128b406020fe50fe1591cd654976aca8be [2023-08-21T19:38:11.597Z] #142 writing image sha256:eacebe10e2485a69ae84b606f59a81128b406020fe50fe1591cd654976aca8be done [2023-08-21T19:38:11.597Z] #142 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-08-21T19:38:11.597Z] #142 exporting layers 2.0s done [2023-08-21T19:38:11.597Z] #142 writing image sha256:a35247d6f1f75d9c1eb1734cb5bc0c4c88c136e013f107b77cdf3a0f64917340 done [2023-08-21T19:38:11.597Z] #142 naming to docker.io/library/security-spire-agent-arm64 done [2023-08-21T19:38:11.597Z] #142 DONE 3.3s [2023-08-21T19:38:11.597Z] [2023-08-21T19:38:11.597Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-21T19:53:19.968Z] #130 ... [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-21T19:53:19.968Z] #129 DONE 917.3s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:53:19.968Z] #100 ... [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:53:19.968Z] #147 DONE 0.3s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:53:19.968Z] #100 ... [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #148 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:53:19.968Z] #148 DONE 0.2s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #149 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-08-21T19:53:19.968Z] #149 DONE 0.2s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #150 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-21T19:53:19.968Z] #150 DONE 0.1s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #151 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-21T19:53:19.968Z] #151 DONE 0.3s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #152 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-21T19:53:19.968Z] #152 DONE 0.1s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-21T19:53:19.968Z] #131 ... [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #153 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:53:19.968Z] #153 DONE 2.2s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #142 [security-proxy-setup] exporting to image [2023-08-21T19:53:19.968Z] #142 exporting layers [2023-08-21T19:53:19.968Z] #142 exporting layers 1.0s done [2023-08-21T19:53:19.968Z] #142 writing image sha256:3d02fe575dc389d622d81f99dd5482ef2692fc9b7ae51c85c155f03ffe81ede7 done [2023-08-21T19:53:19.968Z] #142 naming to docker.io/library/security-proxy-setup-arm64 done [2023-08-21T19:53:19.968Z] #142 DONE 4.3s [2023-08-21T19:53:19.968Z] [2023-08-21T19:53:19.968Z] #128 [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-21T19:53:19.968Z] #128 922.0 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-21T19:53:38.135Z] #128 ... [2023-08-21T19:53:38.135Z] [2023-08-21T19:53:38.135Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-21T19:53:38.135Z] #131 DONE 939.6s [2023-08-21T19:53:38.135Z] [2023-08-21T19:53:38.135Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-21T19:53:38.135Z] #135 ... [2023-08-21T19:53:38.135Z] [2023-08-21T19:53:38.135Z] #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-21T19:53:38.135Z] #154 DONE 0.3s [2023-08-21T19:53:38.135Z] [2023-08-21T19:53:38.135Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:53:38.135Z] #12 ... [2023-08-21T19:53:38.135Z] [2023-08-21T19:53:38.135Z] #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-21T19:53:40.073Z] #155 DONE 3.7s [2023-08-21T19:53:40.073Z] [2023-08-21T19:53:40.073Z] #128 [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-21T19:53:40.073Z] #128 DONE 944.0s [2023-08-21T19:53:40.073Z] [2023-08-21T19:53:40.073Z] #156 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:53:40.677Z] #156 DONE 0.7s [2023-08-21T19:53:40.677Z] [2023-08-21T19:53:40.677Z] #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:53:40.947Z] #157 ... [2023-08-21T19:53:40.947Z] [2023-08-21T19:53:40.947Z] #158 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:53:40.947Z] #158 DONE 0.4s [2023-08-21T19:53:40.947Z] [2023-08-21T19:53:40.947Z] #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:53:40.947Z] #157 DONE 0.4s [2023-08-21T19:53:40.947Z] [2023-08-21T19:53:40.947Z] #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:53:41.551Z] #159 DONE 0.4s [2023-08-21T19:53:41.551Z] [2023-08-21T19:53:41.551Z] #160 [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-21T19:53:41.551Z] #160 DONE 0.2s [2023-08-21T19:53:41.551Z] [2023-08-21T19:53:41.551Z] #161 [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-21T19:53:41.823Z] #161 DONE 0.4s [2023-08-21T19:53:41.823Z] [2023-08-21T19:53:41.823Z] #162 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-21T19:53:42.096Z] #162 DONE 0.9s [2023-08-21T19:53:42.096Z] [2023-08-21T19:53:42.096Z] #163 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-21T19:53:42.364Z] #163 ... [2023-08-21T19:53:42.364Z] [2023-08-21T19:53:42.364Z] #164 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:53:42.364Z] #164 DONE 0.3s [2023-08-21T19:53:42.364Z] [2023-08-21T19:53:42.364Z] #163 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-21T19:53:42.364Z] #163 DONE 0.3s [2023-08-21T19:53:42.364Z] [2023-08-21T19:53:42.364Z] #165 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-21T19:53:42.628Z] #165 ... [2023-08-21T19:53:42.628Z] [2023-08-21T19:53:42.628Z] #166 [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-21T19:53:42.628Z] #166 DONE 0.3s [2023-08-21T19:53:42.894Z] [2023-08-21T19:53:42.894Z] #165 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-21T19:53:42.894Z] #165 DONE 0.6s [2023-08-21T19:53:42.894Z] [2023-08-21T19:53:42.894Z] #167 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-21T19:53:42.894Z] #167 ... [2023-08-21T19:53:42.894Z] [2023-08-21T19:53:42.894Z] #168 [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-21T19:53:42.894Z] #168 DONE 0.2s [2023-08-21T19:53:42.894Z] [2023-08-21T19:53:42.894Z] #169 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-21T19:53:43.213Z] #169 DONE 0.3s [2023-08-21T19:53:43.213Z] [2023-08-21T19:53:43.213Z] #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-21T19:53:43.213Z] #115 ... [2023-08-21T19:53:43.213Z] [2023-08-21T19:53:43.213Z] #170 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-21T19:53:43.479Z] #170 DONE 0.3s [2023-08-21T19:53:43.479Z] [2023-08-21T19:53:43.479Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-21T19:53:43.479Z] #130 ... [2023-08-21T19:53:43.479Z] [2023-08-21T19:53:43.479Z] #167 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-21T19:53:43.479Z] #167 DONE 0.8s [2023-08-21T19:53:43.479Z] [2023-08-21T19:53:43.479Z] #171 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-21T19:53:43.748Z] #171 DONE 0.3s [2023-08-21T19:53:43.748Z] [2023-08-21T19:53:43.748Z] #172 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:53:46.320Z] #172 ... [2023-08-21T19:53:46.321Z] [2023-08-21T19:53:46.321Z] #173 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-21T19:53:46.321Z] #173 DONE 2.7s [2023-08-21T19:53:46.321Z] [2023-08-21T19:53:46.321Z] #142 [security-bootstrapper] exporting to image [2023-08-21T19:53:46.321Z] #142 exporting layers [2023-08-21T19:53:46.900Z] #142 ... [2023-08-21T19:53:46.900Z] [2023-08-21T19:53:46.900Z] #172 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:53:46.900Z] #172 DONE 3.0s [2023-08-21T19:53:46.900Z] [2023-08-21T19:53:46.900Z] #109 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-21T19:53:46.900Z] #109 DONE 951.1s [2023-08-21T19:53:46.900Z] [2023-08-21T19:53:46.900Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:53:47.165Z] #132 ... [2023-08-21T19:53:47.165Z] [2023-08-21T19:53:47.165Z] #142 [security-secretstore-setup] exporting to image [2023-08-21T19:53:49.105Z] #142 ... [2023-08-21T19:53:49.105Z] [2023-08-21T19:53:49.105Z] #174 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:53:49.105Z] #174 DONE 0.5s [2023-08-21T19:53:49.105Z] [2023-08-21T19:53:49.105Z] #142 [security-secretstore-setup] exporting to image [2023-08-21T19:53:49.105Z] #142 exporting layers 2.9s done [2023-08-21T19:53:49.105Z] #142 writing image sha256:461e39cebbb5be8f3088d09d2c983f4f72eb5dbf4c8c7f1ba8dc1918a5fdf980 [2023-08-21T19:53:49.105Z] #142 writing image sha256:461e39cebbb5be8f3088d09d2c983f4f72eb5dbf4c8c7f1ba8dc1918a5fdf980 0.1s done [2023-08-21T19:53:49.105Z] #142 naming to docker.io/library/security-bootstrapper-arm64 done [2023-08-21T19:53:49.370Z] #142 ... [2023-08-21T19:53:49.370Z] [2023-08-21T19:53:49.370Z] #175 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:53:49.370Z] #175 DONE 0.5s [2023-08-21T19:53:49.661Z] [2023-08-21T19:53:49.661Z] #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-21T19:53:49.661Z] #176 ... [2023-08-21T19:53:49.661Z] [2023-08-21T19:53:49.661Z] #142 [security-secretstore-setup] exporting to image [2023-08-21T19:53:49.661Z] #142 exporting layers 2.5s done [2023-08-21T19:53:49.661Z] #142 writing image sha256:66b20d288161f9d201a175d2377c8c79be15ea77d0afb9558b352910a94c402a done [2023-08-21T19:53:49.661Z] #142 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2023-08-21T19:53:49.661Z] #142 DONE 7.8s [2023-08-21T19:53:49.927Z] [2023-08-21T19:53:49.927Z] #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-21T19:53:49.927Z] #176 DONE 0.5s [2023-08-21T19:53:49.927Z] [2023-08-21T19:53:49.927Z] #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:53:49.927Z] #100 ... [2023-08-21T19:53:49.927Z] [2023-08-21T19:53:49.927Z] #177 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:53:50.193Z] #177 DONE 0.2s [2023-08-21T19:53:50.193Z] [2023-08-21T19:53:50.193Z] #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-21T19:53:50.459Z] #178 DONE 0.1s [2023-08-21T19:53:50.459Z] [2023-08-21T19:53:50.459Z] #179 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-21T19:53:53.027Z] #179 DONE 2.6s [2023-08-21T19:53:53.027Z] [2023-08-21T19:53:53.027Z] #142 [security-proxy-auth] exporting to image [2023-08-21T19:53:53.608Z] #142 exporting layers 0.6s done [2023-08-21T19:53:53.608Z] #142 writing image sha256:1a1cb305434b8d9828240faeddf815087734107f0248b684bdedde6edb628a92 done [2023-08-21T19:53:53.608Z] #142 naming to docker.io/library/security-proxy-auth-arm64 done [2023-08-21T19:53:53.608Z] #142 DONE 8.4s [2023-08-21T19:53:53.608Z] [2023-08-21T19:53:53.608Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:54:08.570Z] #102 ... [2023-08-21T19:54:08.570Z] [2023-08-21T19:54:08.570Z] #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-21T19:54:08.570Z] #130 DONE 972.1s [2023-08-21T19:54:08.570Z] [2023-08-21T19:54:08.570Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:54:08.570Z] #132 ... [2023-08-21T19:54:08.570Z] [2023-08-21T19:54:08.570Z] #180 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:54:08.570Z] #180 DONE 0.3s [2023-08-21T19:54:08.570Z] [2023-08-21T19:54:08.570Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:54:08.846Z] #132 ... [2023-08-21T19:54:08.846Z] [2023-08-21T19:54:08.846Z] #181 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:54:08.846Z] #181 DONE 0.1s [2023-08-21T19:54:08.846Z] [2023-08-21T19:54:08.846Z] #182 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-21T19:54:09.112Z] #182 DONE 0.3s [2023-08-21T19:54:09.112Z] [2023-08-21T19:54:09.112Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:54:09.112Z] #132 ... [2023-08-21T19:54:09.112Z] [2023-08-21T19:54:09.112Z] #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-21T19:54:09.378Z] #183 DONE 0.2s [2023-08-21T19:54:09.378Z] [2023-08-21T19:54:09.378Z] #184 [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-21T19:54:09.378Z] #184 DONE 0.2s [2023-08-21T19:54:09.378Z] [2023-08-21T19:54:09.378Z] #185 [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-21T19:54:11.332Z] #185 DONE 2.0s [2023-08-21T19:54:11.332Z] [2023-08-21T19:54:11.332Z] #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-21T19:54:11.599Z] #115 ... [2023-08-21T19:54:11.599Z] [2023-08-21T19:54:11.599Z] #142 [core-common-config-bootstrapper] exporting to image [2023-08-21T19:54:11.599Z] #142 exporting layers [2023-08-21T19:54:12.197Z] #142 exporting layers 0.6s done [2023-08-21T19:54:12.197Z] #142 writing image sha256:26d82f1852fa2da0add4f10eb3445cae8442416ca53b055bfb87c6a8afec18d8 done [2023-08-21T19:54:12.197Z] #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-08-21T19:54:12.197Z] #142 DONE 9.0s [2023-08-21T19:54:12.197Z] [2023-08-21T19:54:12.197Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:54:44.383Z] #132 ... [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-21T19:54:44.383Z] #134 DONE 1005.3s [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:54:44.383Z] #132 ... [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #186 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:54:44.383Z] #186 DONE 0.2s [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:54:44.383Z] #132 ... [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #187 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:54:44.383Z] #187 DONE 0.2s [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #188 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-21T19:54:44.383Z] #188 DONE 0.4s [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-21T19:54:44.383Z] #135 ... [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #189 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:54:44.383Z] #189 DONE 0.2s [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #142 [core-command] exporting to image [2023-08-21T19:54:44.383Z] #142 exporting layers [2023-08-21T19:54:44.383Z] #142 exporting layers 0.3s done [2023-08-21T19:54:44.383Z] #142 writing image sha256:093e9419e2054e8983b605460e5421ca20930a115f63bfe62198c70c5077be52 done [2023-08-21T19:54:44.383Z] #142 naming to docker.io/library/core-command-arm64 done [2023-08-21T19:54:44.383Z] #142 DONE 9.3s [2023-08-21T19:54:44.383Z] [2023-08-21T19:54:44.383Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:55:02.564Z] #12 ... [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-21T19:55:02.564Z] #132 DONE 1024.9s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-21T19:55:02.564Z] #115 DONE 1024.8s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:55:02.564Z] #102 ... [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #190 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:55:02.564Z] #190 DONE 0.2s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #191 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:55:02.564Z] #191 ... [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #192 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:55:02.564Z] #192 DONE 0.2s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #193 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-21T19:55:02.564Z] #193 ... [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #191 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:55:02.564Z] #191 DONE 0.3s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #194 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:55:02.564Z] #194 DONE 0.2s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #195 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-21T19:55:02.564Z] #195 DONE 0.3s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #193 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-21T19:55:02.564Z] #193 DONE 0.5s [2023-08-21T19:55:02.564Z] [2023-08-21T19:55:02.564Z] #196 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:55:02.830Z] #196 ... [2023-08-21T19:55:02.830Z] [2023-08-21T19:55:02.830Z] #197 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:55:02.830Z] #197 DONE 0.1s [2023-08-21T19:55:02.830Z] [2023-08-21T19:55:02.830Z] #196 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:55:02.830Z] #196 DONE 0.2s [2023-08-21T19:55:02.830Z] [2023-08-21T19:55:02.830Z] #142 [core-data] exporting to image [2023-08-21T19:55:02.830Z] #142 exporting layers [2023-08-21T19:55:03.098Z] #142 ... [2023-08-21T19:55:03.098Z] [2023-08-21T19:55:03.098Z] #198 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-21T19:55:03.098Z] #198 DONE 0.3s [2023-08-21T19:55:03.098Z] [2023-08-21T19:55:03.098Z] #142 [core-metadata] exporting to image [2023-08-21T19:55:03.679Z] #142 exporting layers 0.5s done [2023-08-21T19:55:03.679Z] #142 writing image sha256:f2909e81eded4f105fba5080a7dc67d805d17bf16f11efdf10de0d52ea987362 0.0s done [2023-08-21T19:55:03.679Z] #142 naming to docker.io/library/core-metadata-arm64 done [2023-08-21T19:55:03.679Z] #142 writing image sha256:89d5957d525cb9cf107a88f90cc8eb44fdc3031256d39fb196ff96ba30b62559 done [2023-08-21T19:55:03.679Z] #142 naming to docker.io/library/core-data-arm64 done [2023-08-21T19:55:03.679Z] #142 DONE 9.8s [2023-08-21T19:55:03.679Z] [2023-08-21T19:55:03.679Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-21T19:55:30.338Z] #135 ... [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-21T19:55:30.338Z] #100 DONE 1051.8s [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:55:30.338Z] #102 ... [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #199 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:55:30.338Z] #199 DONE 0.3s [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:55:30.338Z] #12 ... [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #200 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:55:30.338Z] #200 DONE 0.1s [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #201 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-21T19:55:30.338Z] #201 DONE 0.3s [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #202 [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-21T19:55:30.338Z] #202 DONE 0.1s [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #142 [security-spiffe-token-provider] exporting to image [2023-08-21T19:55:30.338Z] #142 exporting layers [2023-08-21T19:55:30.338Z] #142 exporting layers 0.4s done [2023-08-21T19:55:30.338Z] #142 writing image sha256:59aaed84bee5d91a0b7f15a5c587562027717ece25f84e1cba983e0e5cbff7c4 done [2023-08-21T19:55:30.338Z] #142 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-08-21T19:55:30.338Z] #142 DONE 10.3s [2023-08-21T19:55:30.338Z] [2023-08-21T19:55:30.338Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-21T19:55:57.001Z] #135 DONE 1078.4s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:55:57.001Z] #12 ... [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #203 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:55:57.001Z] #203 DONE 0.2s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-21T19:55:57.001Z] #102 DONE 1078.9s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #204 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:55:57.001Z] #204 DONE 0.2s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #205 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-21T19:55:57.001Z] #205 DONE 0.2s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-21T19:55:57.001Z] #206 DONE 0.2s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-21T19:55:57.001Z] #207 DONE 0.4s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #208 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:55:57.001Z] #208 DONE 0.1s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #209 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-21T19:55:57.001Z] #209 DONE 0.3s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #210 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-21T19:55:57.001Z] #210 DONE 0.1s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #142 [support-scheduler] exporting to image [2023-08-21T19:55:57.001Z] #142 exporting layers [2023-08-21T19:55:57.001Z] #142 exporting layers 0.4s done [2023-08-21T19:55:57.001Z] #142 writing image sha256:63896c48171ad3be9b6c10e39536f4641d300789efdcc8fad2088b2ff7c2c7f5 [2023-08-21T19:55:57.001Z] #142 writing image sha256:63896c48171ad3be9b6c10e39536f4641d300789efdcc8fad2088b2ff7c2c7f5 0.0s done [2023-08-21T19:55:57.001Z] #142 naming to docker.io/library/support-scheduler-arm64 done [2023-08-21T19:55:57.001Z] #142 exporting layers 0.4s done [2023-08-21T19:55:57.001Z] #142 writing image sha256:12a652bfc0ce4692fa75e102ec9c2eac242047b250fb9e6286687e849d5a3f82 done [2023-08-21T19:55:57.001Z] #142 naming to docker.io/library/support-notifications-arm64 done [2023-08-21T19:55:57.001Z] #142 DONE 10.9s [2023-08-21T19:55:57.001Z] [2023-08-21T19:55:57.001Z] #12 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-21T19:55:57.001Z] time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-21T19:55:57.026Z] $ docker stop --time=1 e665c0848d67a59b04042f5409aa6a66134043e2227213cb3c6b9edb874488ec [2023-08-21T19:55:58.630Z] $ docker rm -f --volumes e665c0848d67a59b04042f5409aa6a66134043e2227213cb3c6b9edb874488ec [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-21T19:55:59.176Z] + docker images [2023-08-21T19:55:59.176Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-21T19:55:59.176Z] support-scheduler-arm64 latest 63896c48171a 4 seconds ago 32.9MB [2023-08-21T19:55:59.176Z] support-notifications-arm64 latest 12a652bfc0ce 4 seconds ago 33.7MB [2023-08-21T19:55:59.176Z] security-spiffe-token-provider-arm64 latest 59aaed84bee5 31 seconds ago 33.3MB [2023-08-21T19:55:59.176Z] core-metadata-arm64 latest f2909e81eded 57 seconds ago 21.2MB [2023-08-21T19:55:59.176Z] core-data-arm64 latest 89d5957d525c 57 seconds ago 20.9MB [2023-08-21T19:55:59.176Z] core-command-arm64 latest 093e9419e205 About a minute ago 20.8MB [2023-08-21T19:55:59.176Z] core-common-config-bootstrapper-arm64 latest 26d82f1852fa About a minute ago 18MB [2023-08-21T19:55:59.176Z] security-proxy-auth-arm64 latest 1a1cb305434b 2 minutes ago 19.3MB [2023-08-21T19:55:59.176Z] security-secretstore-setup-arm64 latest 66b20d288161 2 minutes ago 43MB [2023-08-21T19:55:59.176Z] security-bootstrapper-arm64 latest 461e39cebbb5 2 minutes ago 22.6MB [2023-08-21T19:55:59.176Z] security-proxy-setup-arm64 latest 3d02fe575dc3 2 minutes ago 28.8MB [2023-08-21T19:55:59.176Z] security-spire-agent-arm64 latest a35247d6f1f7 17 minutes ago 152MB [2023-08-21T19:55:59.176Z] security-spire-server-arm64 latest 7bc748e67502 17 minutes ago 96.9MB [2023-08-21T19:55:59.176Z] security-spire-config-arm64 latest eacebe10e248 17 minutes ago 96.1MB [2023-08-21T19:55:59.176Z] ci-base-image-arm64 latest f254c1c21b60 31 minutes ago 1.05GB [2023-08-21T19:55:59.176Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 5 weeks ago 677MB [2023-08-21T19:55:59.176Z] 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-21T19:56:00.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-21T19:56:00.029Z] [2023-08-21T19:56:00.029Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:56:00.414Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-21T19:56:00.681Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-21T19:56:00.681Z] 8998bd30e6a1: Pulling fs layer [2023-08-21T19:56:00.681Z] 04944245beec: Pulling fs layer [2023-08-21T19:56:00.681Z] 699f458cf7ca: Pulling fs layer [2023-08-21T19:56:00.681Z] 765212b225bb: Pulling fs layer [2023-08-21T19:56:00.681Z] f23df028b6ca: Pulling fs layer [2023-08-21T19:56:00.681Z] d65c8cfc05b1: Pulling fs layer [2023-08-21T19:56:00.681Z] 2437ff75d9bd: Pulling fs layer [2023-08-21T19:56:00.681Z] f23df028b6ca: Waiting [2023-08-21T19:56:00.681Z] d65c8cfc05b1: Waiting [2023-08-21T19:56:00.681Z] 2437ff75d9bd: Waiting [2023-08-21T19:56:00.681Z] 765212b225bb: Waiting [2023-08-21T19:56:00.681Z] 04944245beec: Verifying Checksum [2023-08-21T19:56:00.681Z] 04944245beec: Download complete [2023-08-21T19:56:00.681Z] 765212b225bb: Verifying Checksum [2023-08-21T19:56:00.681Z] 765212b225bb: Download complete [2023-08-21T19:56:00.681Z] f23df028b6ca: Download complete [2023-08-21T19:56:00.681Z] d65c8cfc05b1: Verifying Checksum [2023-08-21T19:56:00.681Z] d65c8cfc05b1: Download complete [2023-08-21T19:56:00.949Z] 699f458cf7ca: Verifying Checksum [2023-08-21T19:56:00.949Z] 699f458cf7ca: Download complete [2023-08-21T19:56:01.216Z] 8998bd30e6a1: Verifying Checksum [2023-08-21T19:56:01.216Z] 8998bd30e6a1: Download complete [2023-08-21T19:56:03.794Z] 2437ff75d9bd: Verifying Checksum [2023-08-21T19:56:03.794Z] 2437ff75d9bd: Download complete [2023-08-21T19:56:05.197Z] 8998bd30e6a1: Pull complete [2023-08-21T19:56:07.130Z] 04944245beec: Pull complete [2023-08-21T19:56:08.086Z] 699f458cf7ca: Pull complete [2023-08-21T19:56:08.353Z] 765212b225bb: Pull complete [2023-08-21T19:56:08.936Z] f23df028b6ca: Pull complete [2023-08-21T19:56:09.202Z] d65c8cfc05b1: Pull complete [2023-08-21T19:56:24.187Z] 2437ff75d9bd: Pull complete [2023-08-21T19:56:24.187Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-21T19:56:24.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-21T19:56:24.187Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:56:24.508Z] prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container [2023-08-21T19:56:24.554Z] $ 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-21T19:56:27.289Z] $ docker top f8970ae7ff35fca3c7538dadf2c4a40ae3f4c385db0504fa64a3deda0c94c67d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:28.308Z] ---> job-cost.sh [2023-08-21T19:56:28.309Z] lf-activate-venv: SKIPPING [2023-08-21T19:56:28.309Z] INFO: No Stack... [2023-08-21T19:56:28.898Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-21T19:56:29.485Z] INFO: Archiving Costs [Pipeline] sh [2023-08-21T19:56:29.842Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-08-21T19:56:29.842Z] + cut -d, -f6 [Pipeline] lock [2023-08-21T19:56:29.951Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] [2023-08-21T19:56:29.956Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] did not exist. Created. [2023-08-21T19:56:29.956Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-21T19:56:30.359Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-21T19:56:30.566Z] Stashed 1 file(s) [Pipeline] } [2023-08-21T19:56:30.582Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-21T19:56:30.638Z] $ docker stop --time=1 f8970ae7ff35fca3c7538dadf2c4a40ae3f4c385db0504fa64a3deda0c94c67d [2023-08-21T19:56:33.900Z] $ docker rm -f --volumes f8970ae7ff35fca3c7538dadf2c4a40ae3f4c385db0504fa64a3deda0c94c67d [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-21T19:56:34.908Z] provisioning config files... [2023-08-21T19:56:34.917Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6953136600323319908tmp [Pipeline] { [Pipeline] sh [2023-08-21T19:56:35.247Z] + set +x [2023-08-21T19:56:35.247Z] + curl -s https://codecov.io/bash [2023-08-21T19:56:35.247Z] + bash -s -- [2023-08-21T19:56:35.247Z] [2023-08-21T19:56:35.247Z] _____ _ [2023-08-21T19:56:35.247Z] / ____| | | [2023-08-21T19:56:35.247Z] | | ___ __| | ___ ___ _____ __ [2023-08-21T19:56:35.247Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-21T19:56:35.247Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-21T19:56:35.247Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-21T19:56:35.247Z] Bash-1.0.6 [2023-08-21T19:56:35.247Z] [2023-08-21T19:56:35.247Z] [2023-08-21T19:56:35.247Z] ==> git version 2.25.1 found [2023-08-21T19:56:35.247Z] ==> 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-21T19:56:35.247Z] Release-Date: 2020-01-08 [2023-08-21T19:56:35.247Z] 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-21T19:56:35.247Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-21T19:56:35.247Z] ==> Jenkins CI detected. [2023-08-21T19:56:35.247Z] current dir:  /w/workspace/edgex-go/1 [2023-08-21T19:56:35.247Z] project root: . [2023-08-21T19:56:35.247Z] --> token set from env [2023-08-21T19:56:35.247Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-21T19:56:35.247Z] ==> Running gcov in . (disable via -X gcov) [2023-08-21T19:56:35.247Z] ==> Python coveragepy not found [2023-08-21T19:56:35.247Z] ==> Searching for coverage reports in: [2023-08-21T19:56:35.247Z] + . [2023-08-21T19:56:35.506Z] -> Found 1 reports [2023-08-21T19:56:35.506Z] ==> Detecting git/mercurial file structure [2023-08-21T19:56:35.506Z] ==> Reading reports [2023-08-21T19:56:35.506Z] + ./coverage.out bytes=446998 [2023-08-21T19:56:35.506Z] ==> Appending adjustments [2023-08-21T19:56:35.506Z] https://docs.codecov.io/docs/fixing-reports [2023-08-21T19:56:36.444Z] + Found adjustments [2023-08-21T19:56:36.444Z] ==> Gzipping contents [2023-08-21T19:56:36.444Z] 56K /tmp/codecov.Baf5t1.gz [2023-08-21T19:56:36.444Z] ==> Uploading reports [2023-08-21T19:56:36.444Z] url: https://codecov.io [2023-08-21T19:56:36.444Z] query: branch=PR-4643&commit=b6edefb8aec0774ba43fba18fc8da8c186562593&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4643%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4643&job=&cmd_args= [2023-08-21T19:56:36.444Z] -> Pinging Codecov [2023-08-21T19:56:36.444Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4643&commit=b6edefb8aec0774ba43fba18fc8da8c186562593&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4643%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4643&job=&cmd_args= [2023-08-21T19:56:36.704Z] -> Uploading to [2023-08-21T19:56:36.704Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-21/00271124DB129430A58F1EEE437C3FCB/b6edefb8aec0774ba43fba18fc8da8c186562593/84e97228-0ab2-49c1-85e9-324150dd73c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230821%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230821T195636Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=60dfd8015e34e03578c9946dda0b669596d34075557bf0558b9467c2a57ea82a [2023-08-21T19:56:36.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-21T19:56:36.704Z] Dload Upload Total Spent Left Speed [2023-08-21T19:56:36.964Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57295 0 0 100 57295 0 260k --:--:-- --:--:-- --:--:-- 260k [2023-08-21T19:56:36.964Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] } [2023-08-21T19:56:36.995Z] 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-21T19:56:38.324Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:38.649Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:39.528Z] ---> package-listing.sh [2023-08-21T19:56:39.528Z] ++ facter osfamily [2023-08-21T19:56:39.528Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-21T19:56:39.787Z] + OS_FAMILY=debian [2023-08-21T19:56:39.787Z] + workspace=/w/workspace/edgex-go/1 [2023-08-21T19:56:39.787Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-21T19:56:39.787Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-21T19:56:39.787Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-21T19:56:39.787Z] + PACKAGES=/tmp/packages_start.txt [2023-08-21T19:56:39.787Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-21T19:56:39.787Z] + PACKAGES=/tmp/packages_end.txt [2023-08-21T19:56:39.787Z] + case "${OS_FAMILY}" in [2023-08-21T19:56:39.787Z] + dpkg -l [2023-08-21T19:56:39.787Z] + grep '^ii' [2023-08-21T19:56:39.787Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-21T19:56:39.787Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-21T19:56:39.787Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-21T19:56:39.787Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-21T19:56:39.787Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-08-21T19:56:39.787Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-08-21T19:56:39.821Z] 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-21T19:56:40.112Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:56:40.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-21T19:56:40.733Z] [2023-08-21T19:56:40.733Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-21T19:56:41.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-21T19:56:41.112Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-21T19:56:41.112Z] 5eb5b503b376: Pulling fs layer [2023-08-21T19:56:41.112Z] 5c69ac0246d0: Pulling fs layer [2023-08-21T19:56:41.112Z] ec43610c2a17: Pulling fs layer [2023-08-21T19:56:41.112Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-21T19:56:41.112Z] 33b1e0a273af: Pulling fs layer [2023-08-21T19:56:41.112Z] 5d3b04190fa2: Pulling fs layer [2023-08-21T19:56:41.112Z] 2f39f015ded8: Pulling fs layer [2023-08-21T19:56:41.112Z] 33b1e0a273af: Waiting [2023-08-21T19:56:41.112Z] 5d3b04190fa2: Waiting [2023-08-21T19:56:41.112Z] 2f39f015ded8: Waiting [2023-08-21T19:56:41.112Z] 3a2ae6a8a46f: Waiting [2023-08-21T19:56:41.112Z] 5c69ac0246d0: Download complete [2023-08-21T19:56:41.112Z] 3a2ae6a8a46f: Download complete [2023-08-21T19:56:41.112Z] 33b1e0a273af: Verifying Checksum [2023-08-21T19:56:41.112Z] 33b1e0a273af: Download complete [2023-08-21T19:56:41.112Z] 5d3b04190fa2: Verifying Checksum [2023-08-21T19:56:41.112Z] 5d3b04190fa2: Download complete [2023-08-21T19:56:41.112Z] ec43610c2a17: Verifying Checksum [2023-08-21T19:56:41.112Z] ec43610c2a17: Download complete [2023-08-21T19:56:41.369Z] 5eb5b503b376: Verifying Checksum [2023-08-21T19:56:41.369Z] 5eb5b503b376: Download complete [2023-08-21T19:56:41.934Z] 2f39f015ded8: Download complete [2023-08-21T19:56:42.501Z] 5eb5b503b376: Pull complete [2023-08-21T19:56:42.501Z] 5c69ac0246d0: Pull complete [2023-08-21T19:56:43.065Z] ec43610c2a17: Pull complete [2023-08-21T19:56:43.065Z] 3a2ae6a8a46f: Pull complete [2023-08-21T19:56:43.322Z] 33b1e0a273af: Pull complete [2023-08-21T19:56:43.322Z] 5d3b04190fa2: Pull complete [2023-08-21T19:56:47.509Z] 2f39f015ded8: Pull complete [2023-08-21T19:56:47.509Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-21T19:56:47.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-21T19:56:47.509Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-21T19:56:47.707Z] prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container [2023-08-21T19:56:47.728Z] $ 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-21T19:56:49.989Z] $ docker top dd154125978f2f234ab6d0036f93a38faef6e8a4a133321f310104265d9c91fc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-21T19:56:50.369Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-21T19:56:50.676Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-21T19:56:50.979Z] + ls /var/log/sa-host [2023-08-21T19:56:50.979Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-21T19:56:51.202Z] provisioning config files... [2023-08-21T19:56:51.211Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2168179419205113887tmp [Pipeline] { [Pipeline] echo [2023-08-21T19:56:51.263Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:51.574Z] ---> create-netrc.sh [Pipeline] } [2023-08-21T19:56:51.603Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:51.994Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-21T19:56:52.023Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:52.332Z] ---> sudo-logs.sh [2023-08-21T19:56:52.332Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-21T19:56:52.413Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:52.729Z] ---> job-cost.sh [2023-08-21T19:56:52.729Z] lf-activate-venv: SKIPPING [2023-08-21T19:56:52.729Z] DEBUG: total: 0.10999999940395355 [2023-08-21T19:56:52.729Z] INFO: Retrieving Stack Cost... [2023-08-21T19:56:53.296Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-21T19:56:53.555Z] INFO: Archiving Costs [Pipeline] echo [2023-08-21T19:56:53.589Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-21T19:56:53.898Z] ---> logs-deploy.sh [2023-08-21T19:56:53.899Z] lf-activate-venv: SKIPPING [2023-08-21T19:56:53.899Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4643/1 [2023-08-21T19:56:53.899Z] INFO: archiving workspace using pattern(s): [2023-08-21T19:56:54.837Z] Archives upload complete. [2023-08-21T19:56:54.837Z] INFO: archiving logs to Nexus