Pull request #4628 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jackchenjc for edgexfoundry/edgex-go Loading trusted files from base branch main at cd65a25beffaabdac7b93615b889770af2fe749c rather than 92b822a68c558b3dd9ced080e641f36bf1f29027 Obtained Jenkinsfile from cd65a25beffaabdac7b93615b889770af2fe749c 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-ssh1959629475171799550.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-ssh2907198116230201143.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-4628/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-4628/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16323680311376299916.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-4628/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14845825965481912747.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-ssh5690894704116049972.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-4628/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-4628/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11138733526193240498.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3322’ Running on prd-ubuntu20.04-docker-8c-8g-3325 in /w/workspace/edgexfoundry_edgex-go_PR-4628 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit cd65a25beffaabdac7b93615b889770af2fe749c into PR head commit 92b822a68c558b3dd9ced080e641f36bf1f29027 Merge succeeded, producing 92b822a68c558b3dd9ced080e641f36bf1f29027 Checking out Revision 92b822a68c558b3dd9ced080e641f36bf1f29027 (PR-4628) > 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/4628/head:refs/remotes/origin/PR-4628 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # 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 cd65a25beffaabdac7b93615b889770af2fe749c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # timeout=10 Commit message: "refactor: Remove github.com/pkg/errors from Attribution.txt" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-11T01:28:54.176Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-11T01:28:54.357Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-11T01:28:54.459Z] ========================================================= [2023-08-11T01:28:54.459Z] EdgeX Global Pipelines Version Info [2023-08-11T01:28:54.459Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-11T01:28:55.259Z] ------------------- [2023-08-11T01:28:55.259Z] stable info: [2023-08-11T01:28:55.259Z] ------------------- [2023-08-11T01:28:55.259Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-11T01:28:55.259Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-11T01:28:55.259Z] Message: update stable to v1.0.253 [2023-08-11T01:28:55.834Z] ------------------- [2023-08-11T01:28:55.834Z] experimental info: [2023-08-11T01:28:55.834Z] ------------------- [2023-08-11T01:28:55.834Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-11T01:28:55.834Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-11T01:28:55.834Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-11T01:28:56.129Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-08-11T01:28:56.163Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-08-11T01:28:56.200Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-11T01:28:56.235Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-11T01:28:56.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-11T01:28:56.305Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-11T01:28:56.338Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-11T01:28:56.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-08-11T01:28:56.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-08-11T01:28:56.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-08-11T01:28:56.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-11T01:28:56.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-11T01:28:56.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-11T01:28:56.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-11T01:28:56.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-11T01:28:56.681Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-11T01:28:56.719Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-11T01:28:56.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-11T01:28:56.791Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-08-11T01:28:56.827Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-08-11T01:28:56.865Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-11T01:28:56.900Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-11T01:28:56.935Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-11T01:28:56.970Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4628 [Pipeline] echo [2023-08-11T01:28:57.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4628 [Pipeline] echo [2023-08-11T01:28:57.044Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4628 [Pipeline] echo [2023-08-11T01:28:57.081Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] echo [2023-08-11T01:28:57.123Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92b822a [Pipeline] echo [2023-08-11T01:28:57.165Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-11T01:28:57.277Z] provisioning config files... [2023-08-11T01:28:57.291Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10685759232403239149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-11T01:28:57.650Z] ---> docker-login.sh [2023-08-11T01:28:57.650Z] nexus3.edgexfoundry.org:10001 [2023-08-11T01:28:57.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:28:57.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:28:57.912Z] Configure a credential helper to remove this warning. See [2023-08-11T01:28:57.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:28:57.912Z] [2023-08-11T01:28:57.912Z] Login Succeeded [2023-08-11T01:28:57.912Z] nexus3.edgexfoundry.org:10002 [2023-08-11T01:28:57.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:28:57.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:28:57.912Z] Configure a credential helper to remove this warning. See [2023-08-11T01:28:57.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:28:57.912Z] [2023-08-11T01:28:57.912Z] Login Succeeded [2023-08-11T01:28:57.912Z] nexus3.edgexfoundry.org:10003 [2023-08-11T01:28:58.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:28:58.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:28:58.174Z] Configure a credential helper to remove this warning. See [2023-08-11T01:28:58.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:28:58.174Z] [2023-08-11T01:28:58.174Z] Login Succeeded [2023-08-11T01:28:58.174Z] nexus3.edgexfoundry.org:10004 [2023-08-11T01:28:58.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:28:58.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:28:58.174Z] Configure a credential helper to remove this warning. See [2023-08-11T01:28:58.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:28:58.174Z] [2023-08-11T01:28:58.174Z] Login Succeeded [2023-08-11T01:28:58.174Z] docker.io [2023-08-11T01:28:58.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:28:58.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:28:58.434Z] Configure a credential helper to remove this warning. See [2023-08-11T01:28:58.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:28:58.434Z] [2023-08-11T01:28:58.434Z] Login Succeeded [2023-08-11T01:28:58.434Z] ---> docker-login.sh ends [Pipeline] } [2023-08-11T01:28:58.462Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-11T01:28:58.867Z] + 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-11T01:28:58.868Z] + dirname cmd/core-command/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo core-command,cmd/core-command/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/core-data/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo core-data,cmd/core-data/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/core-metadata/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + dirname cmd/security-spire-agent/Dockerfile [2023-08-11T01:28:58.868Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/security-spire-config/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/security-spire-server/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + dirname cmd/support-notifications/Dockerfile [2023-08-11T01:28:58.868Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-08-11T01:28:58.868Z] + dirname cmd/support-scheduler/Dockerfile [2023-08-11T01:28:58.868Z] + cut -d/ -f2 [2023-08-11T01:28:58.868Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-08-11T01:28:58.934Z] 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-11T01:28:59.432Z] + git rev-list -1 --merges 92b822a68c558b3dd9ced080e641f36bf1f29027~1..92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] echo [2023-08-11T01:28:59.469Z] -----------> git rev-list -1 --merges 92b822a68c558b3dd9ced080e641f36bf1f29027~1..92b822a68c558b3dd9ced080e641f36bf1f29027 92b822a68c558b3dd9ced080e641f36bf1f29027 [false] [Pipeline] sh [2023-08-11T01:28:59.781Z] + git log --format=format:%s -1 92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] echo [2023-08-11T01:28:59.817Z] ========================================================= [2023-08-11T01:28:59.817Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-11T01:28:59.817Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-08-11T01:29:00.262Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-11T01:29:00.262Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-11T01:29:00.262Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-11T01:29:00.262Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-11T01:29:00.262Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-11T01:29:00.262Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-11T01:29:00.262Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T01:29:00.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-11T01:29:00.691Z] [2023-08-11T01:29:00.691Z] 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-11T01:29:01.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-11T01:29:01.072Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-11T01:29:01.072Z] b85a868b505f: Pulling fs layer [2023-08-11T01:29:01.072Z] e2be974225ed: Pulling fs layer [2023-08-11T01:29:01.072Z] 339a4e72a1f5: Pulling fs layer [2023-08-11T01:29:01.072Z] 988bab9f4d93: Pulling fs layer [2023-08-11T01:29:01.072Z] 1469e6f7b9e6: Pulling fs layer [2023-08-11T01:29:01.072Z] eaf3925da568: Pulling fs layer [2023-08-11T01:29:01.072Z] bab4dde63d76: Pulling fs layer [2023-08-11T01:29:01.072Z] bde34c3a00c8: Pulling fs layer [2023-08-11T01:29:01.072Z] 988bab9f4d93: Waiting [2023-08-11T01:29:01.072Z] b352a97aabf1: Pulling fs layer [2023-08-11T01:29:01.072Z] 1469e6f7b9e6: Waiting [2023-08-11T01:29:01.072Z] eaf3925da568: Waiting [2023-08-11T01:29:01.072Z] 4872d77fe225: Pulling fs layer [2023-08-11T01:29:01.072Z] 5851b861e8e6: Pulling fs layer [2023-08-11T01:29:01.072Z] bde34c3a00c8: Waiting [2023-08-11T01:29:01.072Z] bab4dde63d76: Waiting [2023-08-11T01:29:01.072Z] b352a97aabf1: Waiting [2023-08-11T01:29:01.072Z] 4872d77fe225: Waiting [2023-08-11T01:29:01.072Z] 5851b861e8e6: Waiting [2023-08-11T01:29:01.072Z] e2be974225ed: Verifying Checksum [2023-08-11T01:29:01.072Z] e2be974225ed: Download complete [2023-08-11T01:29:01.072Z] 988bab9f4d93: Verifying Checksum [2023-08-11T01:29:01.072Z] 988bab9f4d93: Download complete [2023-08-11T01:29:01.072Z] 1469e6f7b9e6: Verifying Checksum [2023-08-11T01:29:01.072Z] 1469e6f7b9e6: Download complete [2023-08-11T01:29:01.332Z] 339a4e72a1f5: Verifying Checksum [2023-08-11T01:29:01.332Z] 339a4e72a1f5: Download complete [2023-08-11T01:29:01.332Z] eaf3925da568: Verifying Checksum [2023-08-11T01:29:01.332Z] eaf3925da568: Download complete [2023-08-11T01:29:01.332Z] bde34c3a00c8: Download complete [2023-08-11T01:29:01.332Z] b352a97aabf1: Download complete [2023-08-11T01:29:01.332Z] 4872d77fe225: Download complete [2023-08-11T01:29:01.332Z] 5851b861e8e6: Verifying Checksum [2023-08-11T01:29:01.332Z] b85a868b505f: Verifying Checksum [2023-08-11T01:29:01.332Z] b85a868b505f: Download complete [2023-08-11T01:29:01.592Z] bab4dde63d76: Verifying Checksum [2023-08-11T01:29:01.592Z] bab4dde63d76: Download complete [2023-08-11T01:29:02.529Z] b85a868b505f: Pull complete [2023-08-11T01:29:02.787Z] e2be974225ed: Pull complete [2023-08-11T01:29:03.356Z] 339a4e72a1f5: Pull complete [2023-08-11T01:29:03.356Z] 988bab9f4d93: Pull complete [2023-08-11T01:29:03.616Z] 1469e6f7b9e6: Pull complete [2023-08-11T01:29:03.616Z] eaf3925da568: Pull complete [2023-08-11T01:29:05.518Z] bab4dde63d76: Pull complete [2023-08-11T01:29:05.518Z] bde34c3a00c8: Pull complete [2023-08-11T01:29:05.518Z] b352a97aabf1: Pull complete [2023-08-11T01:29:05.518Z] 4872d77fe225: Pull complete [2023-08-11T01:29:05.778Z] 5851b861e8e6: Pull complete [2023-08-11T01:29:05.778Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-11T01:29:05.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-11T01:29:05.779Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T01:29:06.007Z] prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container [2023-08-11T01:29:06.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-11T01:29:09.202Z] $ docker top 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d -eo pid,comm [2023-08-11T01:29:09.247Z] 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-11T01:29:09.247Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-11T01:29:09.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-11T01:29:09.374Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-11T01:29:09.484Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-11T01:29:09.490Z] $ docker exec 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent [2023-08-11T01:29:09.578Z] SSH_AUTH_SOCK=/tmp/ssh-8HFSAAmAJ60P/agent.32 [2023-08-11T01:29:09.579Z] SSH_AGENT_PID=38 [2023-08-11T01:29:09.585Z] Running ssh-add (command line suppressed) [2023-08-11T01:29:09.677Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5568804126526346707.key (/w/workspace/edgex-go/1@tmp/private_key_5568804126526346707.key) [2023-08-11T01:29:09.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-11T01:29:10.013Z] + git tag --points-at HEAD [Pipeline] } [2023-08-11T01:29:10.042Z] $ docker exec --env ******** --env ******** 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent -k [2023-08-11T01:29:10.154Z] unset SSH_AUTH_SOCK; [2023-08-11T01:29:10.154Z] unset SSH_AGENT_PID; [2023-08-11T01:29:10.154Z] echo Agent pid 38 killed; [2023-08-11T01:29:10.162Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-11T01:29:10.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-11T01:29:10.300Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-11T01:29:10.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-11T01:29:10.420Z] $ docker exec 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent [2023-08-11T01:29:10.512Z] SSH_AUTH_SOCK=/tmp/ssh-cl289V1c7WaZ/agent.72 [2023-08-11T01:29:10.512Z] SSH_AGENT_PID=78 [2023-08-11T01:29:10.517Z] Running ssh-add (command line suppressed) [2023-08-11T01:29:10.636Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5634748610810978055.key (/w/workspace/edgex-go/1@tmp/private_key_5634748610810978055.key) [2023-08-11T01:29:10.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-11T01:29:10.981Z] + git semver init [2023-08-11T01:29:11.241Z] 2023-08-11 01:29:11,161 [run_init] DEBUG init version:0.0.0 force:False [2023-08-11T01:29:11.241Z] 2023-08-11 01:29:11,161 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-08-11T01:29:11.241Z] 2023-08-11 01:29:11,162 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-08-11T01:29:11.241Z] 2023-08-11 01:29:11,162 [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-11T01:29:16.515Z] 2023-08-11 01:29:15,799 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-08-11T01:29:16.515Z] 2023-08-11 01:29:15,799 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4628 with force:False [2023-08-11T01:29:16.515Z] 2023-08-11 01:29:15,800 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4628 [2023-08-11T01:29:16.515Z] 2023-08-11 01:29:15,804 [execute] INFO git cat-file --batch-check [2023-08-11T01:29:16.515Z] 2023-08-11 01:29:15,805 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-11T01:29:16.515Z] 2023-08-11 01:29:15,809 [execute] INFO git cat-file --batch [2023-08-11T01:29:16.515Z] 2023-08-11 01:29:15,810 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-08-11T01:29:16.515Z] 2023-08-11 01:29:15,814 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4628 [2023-08-11T01:29:16.515Z] 0.0.0 [Pipeline] } [2023-08-11T01:29:16.543Z] $ docker exec --env ******** --env ******** 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d ssh-agent -k [2023-08-11T01:29:16.645Z] unset SSH_AUTH_SOCK; [2023-08-11T01:29:16.645Z] unset SSH_AGENT_PID; [2023-08-11T01:29:16.645Z] echo Agent pid 78 killed; [2023-08-11T01:29:16.652Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-11T01:29:17.079Z] + git semver [Pipeline] } [2023-08-11T01:29:17.361Z] $ docker stop --time=1 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d [2023-08-11T01:29:18.654Z] $ docker rm -f --volumes 2bba5421ccbb2a9a7da0813d13baed002b4465cfc311cad383187ddd7568625d [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-11T01:29:19.040Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-11T01:29:19.309Z] Stashed 1 file(s) [Pipeline] echo [2023-08-11T01:29:19.325Z] [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-11T01:29:20.115Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-11T01:29:20.156Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T01:29:20.192Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T01:29:20.224Z] ========================================================= [2023-08-11T01:29:20.224Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-11T01:29:20.224Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-11T01:29:20.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-11T01:29:20.567Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-11T01:29:20.567Z] 4db1b89c0bd1: Pulling fs layer [2023-08-11T01:29:20.567Z] 6911f1a30b25: Pulling fs layer [2023-08-11T01:29:20.567Z] e194b8c5c2a9: Pulling fs layer [2023-08-11T01:29:20.567Z] 6863d3e3a2b1: Pulling fs layer [2023-08-11T01:29:20.567Z] ec0bb842ea78: Pulling fs layer [2023-08-11T01:29:20.567Z] 40a00589a448: Pulling fs layer [2023-08-11T01:29:20.567Z] 6c08303d61cc: Pulling fs layer [2023-08-11T01:29:20.567Z] 798269fcf238: Pulling fs layer [2023-08-11T01:29:20.567Z] 6863d3e3a2b1: Waiting [2023-08-11T01:29:20.567Z] ec0bb842ea78: Waiting [2023-08-11T01:29:20.567Z] 40a00589a448: Waiting [2023-08-11T01:29:20.567Z] 798269fcf238: Waiting [2023-08-11T01:29:20.567Z] 6c08303d61cc: Waiting [2023-08-11T01:29:20.567Z] 6911f1a30b25: Verifying Checksum [2023-08-11T01:29:20.567Z] 6911f1a30b25: Download complete [2023-08-11T01:29:20.567Z] 6863d3e3a2b1: Verifying Checksum [2023-08-11T01:29:20.567Z] 6863d3e3a2b1: Download complete [2023-08-11T01:29:20.567Z] ec0bb842ea78: Verifying Checksum [2023-08-11T01:29:20.567Z] ec0bb842ea78: Download complete [2023-08-11T01:29:20.567Z] 4db1b89c0bd1: Verifying Checksum [2023-08-11T01:29:20.567Z] 4db1b89c0bd1: Download complete [2023-08-11T01:29:20.567Z] 40a00589a448: Verifying Checksum [2023-08-11T01:29:20.567Z] 40a00589a448: Download complete [2023-08-11T01:29:20.828Z] 4db1b89c0bd1: Pull complete [2023-08-11T01:29:21.094Z] 6911f1a30b25: Pull complete [2023-08-11T01:29:21.094Z] 798269fcf238: Verifying Checksum [2023-08-11T01:29:21.094Z] 798269fcf238: Download complete [2023-08-11T01:29:21.362Z] e194b8c5c2a9: Download complete [2023-08-11T01:29:21.619Z] 6c08303d61cc: Verifying Checksum [2023-08-11T01:29:24.908Z] e194b8c5c2a9: Pull complete [2023-08-11T01:29:24.908Z] 6863d3e3a2b1: Pull complete [2023-08-11T01:29:24.908Z] ec0bb842ea78: Pull complete [2023-08-11T01:29:24.908Z] 40a00589a448: Pull complete [2023-08-11T01:29:27.438Z] 6c08303d61cc: Pull complete [2023-08-11T01:29:28.003Z] 798269fcf238: Pull complete [2023-08-11T01:29:28.003Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-11T01:29:28.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-11T01:29:28.003Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-11T01:29:28.358Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-11T01:29:28.358Z] WORKDIR /edgex [2023-08-11T01:29:28.358Z] COPY go.mod . [2023-08-11T01:29:28.358Z] RUN go mod download [2023-08-11T01:29:28.358Z] + docker build -t ci-base-image-x86_64 -f - . [2023-08-11T01:29:28.937Z] Sending build context to Docker daemon 170.8MB [2023-08-11T01:29:28.937Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-11T01:29:28.937Z] ---> ec979cd7f677 [2023-08-11T01:29:28.937Z] Step 2/4 : WORKDIR /edgex [2023-08-11T01:29:33.125Z] ---> Running in 2041bef6adaf [2023-08-11T01:29:33.125Z] Removing intermediate container 2041bef6adaf [2023-08-11T01:29:33.125Z] ---> b908e49c5c3b [2023-08-11T01:29:33.125Z] Step 3/4 : COPY go.mod . [2023-08-11T01:29:33.125Z] ---> 31b63c1803be [2023-08-11T01:29:33.125Z] Step 4/4 : RUN go mod download [2023-08-11T01:29:33.125Z] ---> Running in 56f0e2dcf7a8 [2023-08-11T01:29:34.634Z] Still waiting to schedule task [2023-08-11T01:29:34.634Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3323’ [2023-08-11T01:29:51.224Z] Removing intermediate container 56f0e2dcf7a8 [2023-08-11T01:29:51.224Z] ---> a7c83c8a8cc0 [2023-08-11T01:29:51.224Z] Successfully built a7c83c8a8cc0 [2023-08-11T01:29:51.224Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T01:29:51.596Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-11T01:29:51.596Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T01:29:51.738Z] prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container [2023-08-11T01:29:51.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-11T01:29:52.136Z] $ docker top d1c490cac929217f329265e481bbd79bcc1a7f50eca08d2909d51fc4b0fe8975 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T01:29:52.525Z] + go version [2023-08-11T01:29:52.526Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-11T01:29:52.558Z] $ docker stop --time=1 d1c490cac929217f329265e481bbd79bcc1a7f50eca08d2909d51fc4b0fe8975 [2023-08-11T01:29:53.828Z] $ docker rm -f --volumes d1c490cac929217f329265e481bbd79bcc1a7f50eca08d2909d51fc4b0fe8975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T01:29:54.521Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-11T01:29:54.521Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T01:29:54.664Z] prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container [2023-08-11T01:29:54.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-08-11T01:29:55.023Z] $ docker top 81e7996b44c570afb415b6c4890fa63061fb50b55cff8499d7a41dd10323f8ac -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-11T01:29:55.128Z] ========================================================= [2023-08-11T01:29:55.128Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-11T01:29:55.128Z] ========================================================= [Pipeline] sh [2023-08-11T01:29:55.421Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-11T01:29:55.784Z] + make test [2023-08-11T01:29:55.785Z] go test -race -coverprofile=coverage.out ./... [2023-08-11T01:30:03.894Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-11T01:30:16.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-11T01:30:17.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-11T01:30:17.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-11T01:30:17.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2023-08-11T01:30:18.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 97.0% of statements [2023-08-11T01:30:18.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-11T01:30:18.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-11T01:30:18.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-11T01:30:19.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-11T01:30:19.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-11T01:30:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-11T01:30:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-11T01:30:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:30:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-11T01:30:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-11T01:30:21.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-11T01:30:21.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-11T01:30:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements [2023-08-11T01:30:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 54.0% of statements [2023-08-11T01:30:22.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.744s coverage: 93.4% of statements [2023-08-11T01:30:22.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 3.8% of statements [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-11T01:30:23.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-11T01:30:23.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.365s coverage: 97.6% of statements [2023-08-11T01:30:23.406Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.044s coverage: 72.2% of statements [2023-08-11T01:30:25.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-11T01:30:25.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-11T01:30:25.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.088s coverage: 0.9% of statements [2023-08-11T01:30:25.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 32.2% of statements [2023-08-11T01:30:25.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 42.9% of statements [2023-08-11T01:30:25.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 82.9% of statements [2023-08-11T01:30:25.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2023-08-11T01:30:25.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2023-08-11T01:30:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-11T01:30:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-11T01:30:27.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-11T01:30:27.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-11T01:30:27.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-11T01:30:27.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-11T01:30:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-11T01:30:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-11T01:30:28.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-11T01:30:28.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-11T01:30:29.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-11T01:30:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-11T01:30:30.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-11T01:30:31.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-11T01:30:31.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-11T01:30:31.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-11T01:30:32.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-11T01:30:32.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-11T01:30:33.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-11T01:30:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-11T01:30:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-11T01:30:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-11T01:30:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-11T01:30:35.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-11T01:30:35.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-11T01:30:35.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-11T01:30:35.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-11T01:30:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-11T01:30:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:30:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-11T01:30:36.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-11T01:30:37.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2023-08-11T01:30:38.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-11T01:30:38.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-11T01:30:39.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-11T01:30:39.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.284s coverage: 79.9% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.083s coverage: 92.9% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 62.3% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.048s coverage: 86.0% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.1% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 38.4% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.119s coverage: 95.7% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.8% of statements [2023-08-11T01:30:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.087s coverage: 98.9% of statements [2023-08-11T01:30:51.257Z] 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-11T01:30:51.257Z] running golangci-lint [2023-08-11T01:30:51.257Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-08-11T01:30:51.257Z] go version go1.20.6 linux/amd64 [2023-08-11T01:30:51.257Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-08-11T01:30:51.257Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-08-11T01:31:06.122Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|name|types_sizes|compiled_files|imports) took 14.210581748s" [2023-08-11T01:31:06.122Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.360656ms" [2023-08-11T01:31:12.672Z] level=info msg="[linters_context/goanalysis] analyzers took 57.313731584s with top 10 stages: buildir: 33.580040606s, fact_deprecated: 1.914946839s, inspect: 1.792923056s, gosec: 1.564633903s, printf: 1.23451798s, ctrlflow: 1.17022082s, S1038: 951.129012ms, nilness: 931.197682ms, fact_purity: 805.065999ms, directives: 723.716603ms" [2023-08-11T01:31:12.672Z] level=info msg="[runner] Issues before processing: 200, after processing: 0" [2023-08-11T01:31:12.672Z] level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/21, autogenerated_exclude: 200/200, skip_dirs: 200/200, exclude: 200/200, cgo: 200/200, identifier_marker: 200/200, exclude-rules: 21/200, skip_files: 200/200, path_prettifier: 200/200, filename_unadjuster: 200/200" [2023-08-11T01:31:12.672Z] level=info msg="[runner] processing took 18.268543ms with stages: nolint: 7.404715ms, identifier_marker: 6.394889ms, autogenerated_exclude: 1.399922ms, path_prettifier: 1.30812ms, exclude-rules: 1.090767ms, skip_dirs: 627.66µs, cgo: 25.19µs, filename_unadjuster: 13.48µs, max_same_issues: 680ns, uniq_by_line: 590ns, skip_files: 430ns, severity-rules: 350ns, exclude: 290ns, source_code: 280ns, sort_results: 260ns, path_prefixer: 250ns, diff: 210ns, max_from_linter: 190ns, path_shortener: 140ns, max_per_file_from_linter: 130ns" [2023-08-11T01:31:12.672Z] level=info msg="[runner] linters took 8.070406143s with stages: goanalysis_metalinter: 8.052048429s" [2023-08-11T01:31:12.672Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-08-11T01:31:12.672Z] level=info msg="Memory: 224 samples, avg is 207.5MB, max is 824.6MB" [2023-08-11T01:31:12.672Z] level=info msg="Execution took 22.325406016s" [2023-08-11T01:31:12.672Z] go vet ./... [2023-08-11T01:31:17.933Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-11T01:31:17.933Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-11T01:31:17.933Z] ./bin/test-attribution-txt.sh [2023-08-11T01:31:17.933Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-11T01:31:17.933Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-11T01:31:17.933Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-11T01:31:17.933Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-11T01:31:17.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-11T01:31:18.274Z] + ls -al . [2023-08-11T01:31:18.274Z] total 724 [2023-08-11T01:31:18.274Z] drwxrwxr-x 11 1001 1001 4096 Aug 11 01:29 . [2023-08-11T01:31:18.274Z] drwxr-xr-x 4 root root 4096 Aug 11 01:29 .. [2023-08-11T01:31:18.274Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 01:28 .blubracket [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 16 Aug 11 01:28 .dockerignore [2023-08-11T01:31:18.274Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 01:29 .git [2023-08-11T01:31:18.274Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 01:28 .github [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 1133 Aug 11 01:28 .gitignore [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 42 Aug 11 01:28 .golangci.yml [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 87 Aug 11 01:28 .hadolint.yml [2023-08-11T01:31:18.274Z] drwxr-xr-x 3 1001 1001 4096 Aug 11 01:29 .semver [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 01:28 .sonarcloud.properties [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 1171 Aug 11 01:28 ADOPTERS.md [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 11152 Aug 11 01:28 Attribution.txt [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 93407 Aug 11 01:28 CHANGELOG.md [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:28 CONTRIBUTING.md [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 677 Aug 11 01:28 GOVERNANCE.md [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 883 Aug 11 01:28 Jenkinsfile [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:28 LICENSE [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 14368 Aug 11 01:28 Makefile [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 582 Aug 11 01:28 OWNERS.md [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 9923 Aug 11 01:28 README.md [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 789 Aug 11 01:28 SECURITY.md [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 01:29 VERSION [2023-08-11T01:31:18.274Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 01:28 bin [2023-08-11T01:31:18.274Z] drwxrwxr-x 18 1001 1001 4096 Aug 11 01:28 cmd [2023-08-11T01:31:18.274Z] -rw-r--r-- 1 root root 446998 Aug 11 01:30 coverage.out [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 3687 Aug 11 01:28 go.mod [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 33714 Aug 11 01:28 go.sum [2023-08-11T01:31:18.274Z] drwxrwxr-x 7 1001 1001 4096 Aug 11 01:28 internal [2023-08-11T01:31:18.274Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 01:28 openapi [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 594 Aug 11 01:28 security.txt [2023-08-11T01:31:18.274Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 01:28 snap [2023-08-11T01:31:18.274Z] -rw-rw-r-- 1 1001 1001 204 Aug 11 01:28 version.go [Pipeline] sh [2023-08-11T01:31:18.585Z] + '[' -e coverage.out ] [2023-08-11T01:31:18.585Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-11T01:31:18.714Z] Stashed 1 file(s) [Pipeline] sh [2023-08-11T01:31:19.008Z] + make build [2023-08-11T01:31:19.008Z] 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-11T01:31:31.199Z] 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-11T01:31:31.765Z] 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-11T01:31:33.160Z] 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-11T01:31:33.726Z] 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-11T01:31:40.282Z] 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-11T01:31:41.654Z] 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-11T01:31:43.029Z] 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-11T01:31:43.964Z] 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-11T01:31:44.899Z] 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-11T01:31:45.834Z] 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-11T01:31:46.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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-08-11T01:31:48.202Z] $ docker stop --time=1 81e7996b44c570afb415b6c4890fa63061fb50b55cff8499d7a41dd10323f8ac [2023-08-11T01:31:53.491Z] $ docker rm -f --volumes 81e7996b44c570afb415b6c4890fa63061fb50b55cff8499d7a41dd10323f8ac [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-11T01:31:54.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-11T01:31:54.748Z] [2023-08-11T01:31:54.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T01:31:55.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-11T01:31:55.115Z] latest: Pulling from edgex-devops/edgex-compose [2023-08-11T01:31:55.115Z] 91d30c5bc195: Pulling fs layer [2023-08-11T01:31:55.115Z] 2e9b0aa3be6d: Pulling fs layer [2023-08-11T01:31:55.115Z] 9c61dcf015f6: Pulling fs layer [2023-08-11T01:31:55.115Z] 4698f68db338: Pulling fs layer [2023-08-11T01:31:55.115Z] 2a2f49069b9e: Pulling fs layer [2023-08-11T01:31:55.115Z] e0025b399a48: Pulling fs layer [2023-08-11T01:31:55.115Z] 4698f68db338: Waiting [2023-08-11T01:31:55.115Z] 2a2f49069b9e: Waiting [2023-08-11T01:31:55.115Z] e0025b399a48: Waiting [2023-08-11T01:31:55.115Z] 91d30c5bc195: Verifying Checksum [2023-08-11T01:31:55.115Z] 91d30c5bc195: Download complete [2023-08-11T01:31:55.115Z] 4698f68db338: Verifying Checksum [2023-08-11T01:31:55.115Z] 4698f68db338: Download complete [2023-08-11T01:31:55.376Z] 2e9b0aa3be6d: Verifying Checksum [2023-08-11T01:31:55.376Z] 2e9b0aa3be6d: Download complete [2023-08-11T01:31:55.376Z] 91d30c5bc195: Pull complete [2023-08-11T01:31:55.635Z] 2e9b0aa3be6d: Pull complete [2023-08-11T01:31:55.893Z] e0025b399a48: Verifying Checksum [2023-08-11T01:31:55.893Z] e0025b399a48: Download complete [2023-08-11T01:32:00.088Z] 2a2f49069b9e: Download complete [2023-08-11T01:32:00.656Z] 9c61dcf015f6: Verifying Checksum [2023-08-11T01:32:00.656Z] 9c61dcf015f6: Download complete [2023-08-11T01:32:03.185Z] 9c61dcf015f6: Pull complete [2023-08-11T01:32:03.185Z] 4698f68db338: Pull complete [2023-08-11T01:32:03.753Z] 2a2f49069b9e: Pull complete [2023-08-11T01:32:03.753Z] e0025b399a48: Pull complete [2023-08-11T01:32:03.753Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-08-11T01:32:03.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-08-11T01:32:03.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T01:32:03.955Z] prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container [2023-08-11T01:32:03.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-08-11T01:32:06.596Z] $ docker top 016cf621b4fa93746b7daf3cb9e4fb828f6f9182bf5c1ee9634370eb829fed38 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T01:32:07.035Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-11T01:32:09.571Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #1 transferring dockerfile: [2023-08-11T01:32:09.571Z] #1 transferring dockerfile: 2.12kB done [2023-08-11T01:32:09.571Z] #1 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #2 [core-data internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #2 transferring dockerfile: 1.90kB done [2023-08-11T01:32:09.571Z] #2 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #3 [support-scheduler internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #3 transferring dockerfile: 1.82kB done [2023-08-11T01:32:09.571Z] #3 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #4 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #4 transferring dockerfile: 2.38kB done [2023-08-11T01:32:09.571Z] #4 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #5 transferring dockerfile: 2.82kB done [2023-08-11T01:32:09.571Z] #5 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #6 transferring dockerfile: 2.68kB done [2023-08-11T01:32:09.571Z] #6 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #7 transferring dockerfile: 1.78kB done [2023-08-11T01:32:09.571Z] #7 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #8 [security-spire-config internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #8 transferring dockerfile: 2.58kB done [2023-08-11T01:32:09.571Z] #8 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #9 [core-command internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #9 transferring dockerfile: 1.82kB done [2023-08-11T01:32:09.571Z] #9 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #10 [support-notifications internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #10 transferring dockerfile: 1.84kB done [2023-08-11T01:32:09.571Z] #10 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #11 [security-spire-server internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #11 transferring dockerfile: 2.63kB done [2023-08-11T01:32:09.571Z] #11 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #12 transferring dockerfile: 2.04kB done [2023-08-11T01:32:09.571Z] #12 DONE 0.1s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #13 [core-metadata internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #13 transferring dockerfile: 1.96kB done [2023-08-11T01:32:09.571Z] #13 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-11T01:32:09.571Z] #14 transferring dockerfile: 2.06kB done [2023-08-11T01:32:09.571Z] #14 DONE 0.1s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #15 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-11T01:32:09.571Z] #15 transferring context: 56B done [2023-08-11T01:32:09.571Z] #15 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #16 [core-data internal] load .dockerignore [2023-08-11T01:32:09.571Z] #16 transferring context: 56B done [2023-08-11T01:32:09.571Z] #16 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #17 [support-scheduler internal] load .dockerignore [2023-08-11T01:32:09.571Z] #17 transferring context: 56B done [2023-08-11T01:32:09.571Z] #17 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #18 [security-secretstore-setup internal] load .dockerignore [2023-08-11T01:32:09.571Z] #18 transferring context: 56B done [2023-08-11T01:32:09.571Z] #18 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #19 [security-bootstrapper internal] load .dockerignore [2023-08-11T01:32:09.571Z] #19 transferring context: 56B done [2023-08-11T01:32:09.571Z] #19 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #20 [security-spire-agent internal] load .dockerignore [2023-08-11T01:32:09.571Z] #20 transferring context: 56B done [2023-08-11T01:32:09.571Z] #20 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2023-08-11T01:32:09.571Z] #21 transferring context: 56B done [2023-08-11T01:32:09.571Z] #21 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #22 [security-spire-config internal] load .dockerignore [2023-08-11T01:32:09.571Z] #22 transferring context: 56B done [2023-08-11T01:32:09.571Z] #22 DONE 0.0s [2023-08-11T01:32:09.571Z] [2023-08-11T01:32:09.571Z] #23 [core-command internal] load .dockerignore [2023-08-11T01:32:09.830Z] #23 transferring context: 56B done [2023-08-11T01:32:09.830Z] #23 DONE 0.0s [2023-08-11T01:32:09.830Z] [2023-08-11T01:32:09.830Z] #24 [support-notifications internal] load .dockerignore [2023-08-11T01:32:09.830Z] #24 transferring context: 56B done [2023-08-11T01:32:09.830Z] #24 DONE 0.0s [2023-08-11T01:32:09.830Z] [2023-08-11T01:32:09.830Z] #25 [security-proxy-auth internal] load .dockerignore [2023-08-11T01:32:09.830Z] #25 transferring context: 56B done [2023-08-11T01:32:09.830Z] #25 DONE 0.0s [2023-08-11T01:32:09.830Z] [2023-08-11T01:32:09.830Z] #26 [security-spire-server internal] load .dockerignore [2023-08-11T01:32:09.830Z] #26 transferring context: 56B done [2023-08-11T01:32:09.830Z] #26 DONE 0.0s [2023-08-11T01:32:09.830Z] [2023-08-11T01:32:09.830Z] #27 [core-metadata internal] load .dockerignore [2023-08-11T01:32:09.830Z] #27 transferring context: 56B done [2023-08-11T01:32:09.830Z] #27 DONE 0.0s [2023-08-11T01:32:09.830Z] [2023-08-11T01:32:09.830Z] #28 [security-proxy-setup internal] load .dockerignore [2023-08-11T01:32:09.830Z] #28 transferring context: 56B done [2023-08-11T01:32:09.830Z] #28 DONE 0.0s [2023-08-11T01:32:09.830Z] [2023-08-11T01:32:09.830Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-11T01:32:09.830Z] #29 DONE 0.0s [2023-08-11T01:32:09.830Z] [2023-08-11T01:32:09.830Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:32:10.088Z] #30 ... [2023-08-11T01:32:10.088Z] [2023-08-11T01:32:10.088Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-08-11T01:32:10.088Z] #29 DONE 0.0s [2023-08-11T01:32:10.347Z] [2023-08-11T01:32:10.347Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:32:15.616Z] #30 DONE 5.5s [2023-08-11T01:32:15.616Z] [2023-08-11T01:32:15.616Z] #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:32:15.616Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done [2023-08-11T01:32:15.616Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:32:15.616Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-11T01:32:15.616Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-11T01:32:15.616Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0B / 3.38MB 0.1s [2023-08-11T01:32:15.616Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:32:15.616Z] #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done [2023-08-11T01:32:15.616Z] #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done [2023-08-11T01:32:15.616Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.2s [2023-08-11T01:32:15.616Z] #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done [2023-08-11T01:32:15.616Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 [2023-08-11T01:32:16.183Z] #31 ... [2023-08-11T01:32:16.183Z] [2023-08-11T01:32:16.183Z] #32 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-08-11T01:32:16.183Z] #32 DONE 0.9s [2023-08-11T01:32:16.183Z] [2023-08-11T01:32:16.183Z] #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:32:16.183Z] #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.4s done [2023-08-11T01:32:20.361Z] #31 ... [2023-08-11T01:32:20.361Z] [2023-08-11T01:32:20.361Z] #33 [security-proxy-auth internal] load build context [2023-08-11T01:32:20.361Z] #33 transferring context: 199.91MB 4.8s [2023-08-11T01:32:24.553Z] #33 transferring context: 364.87MB 9.3s done [2023-08-11T01:32:25.118Z] #33 ... [2023-08-11T01:32:25.118Z] [2023-08-11T01:32:25.118Z] #34 [core-metadata internal] load build context [2023-08-11T01:32:25.388Z] #34 ... [2023-08-11T01:32:25.388Z] [2023-08-11T01:32:25.388Z] #35 [security-spire-config internal] load build context [2023-08-11T01:32:25.388Z] #35 ... [2023-08-11T01:32:25.388Z] [2023-08-11T01:32:25.388Z] #36 [support-scheduler internal] load build context [2023-08-11T01:32:25.646Z] #36 ... [2023-08-11T01:32:25.646Z] [2023-08-11T01:32:25.646Z] #37 [core-data internal] load build context [2023-08-11T01:32:25.646Z] #37 ... [2023-08-11T01:32:25.646Z] [2023-08-11T01:32:25.646Z] #38 [security-proxy-setup internal] load build context [2023-08-11T01:32:25.905Z] #38 ... [2023-08-11T01:32:25.905Z] [2023-08-11T01:32:25.905Z] #39 [security-spire-server internal] load build context [2023-08-11T01:32:26.164Z] #39 ... [2023-08-11T01:32:26.164Z] [2023-08-11T01:32:26.164Z] #40 [security-spiffe-token-provider internal] load build context [2023-08-11T01:32:26.164Z] #40 ... [2023-08-11T01:32:26.164Z] [2023-08-11T01:32:26.164Z] #41 [security-spire-server builder 2/7] WORKDIR /edgex-go [2023-08-11T01:32:26.425Z] #41 ... [2023-08-11T01:32:26.425Z] [2023-08-11T01:32:26.425Z] #42 [core-command internal] load build context [2023-08-11T01:32:26.425Z] #42 ... [2023-08-11T01:32:26.425Z] [2023-08-11T01:32:26.425Z] #43 [support-notifications internal] load build context [2023-08-11T01:32:26.682Z] #43 ... [2023-08-11T01:32:26.682Z] [2023-08-11T01:32:26.682Z] #44 [security-bootstrapper internal] load build context [2023-08-11T01:32:26.682Z] #44 ... [2023-08-11T01:32:26.682Z] [2023-08-11T01:32:26.682Z] #45 [security-secretstore-setup internal] load build context [2023-08-11T01:32:26.938Z] #45 ... [2023-08-11T01:32:26.938Z] [2023-08-11T01:32:26.938Z] #46 [security-spire-agent internal] load build context [2023-08-11T01:32:26.938Z] #46 ... [2023-08-11T01:32:26.938Z] [2023-08-11T01:32:26.938Z] #47 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:32:26.938Z] #47 ... [2023-08-11T01:32:26.938Z] [2023-08-11T01:32:26.938Z] #46 [security-spire-agent internal] load build context [2023-08-11T01:32:28.313Z] #46 transferring context: 364.87MB 12.6s done [2023-08-11T01:32:32.513Z] #46 ... [2023-08-11T01:32:32.513Z] [2023-08-11T01:32:32.513Z] #43 [support-notifications internal] load build context [2023-08-11T01:32:32.513Z] #43 transferring context: 364.87MB 13.3s done [2023-08-11T01:32:35.574Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3328 in /w/workspace/edgexfoundry_edgex-go_PR-4628 [Pipeline] { [Pipeline] ws [2023-08-11T01:32:35.634Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-08-11T01:32:35.727Z] The recommended git tool is: git [2023-08-11T01:32:35.804Z] #43 ... [2023-08-11T01:32:35.804Z] [2023-08-11T01:32:35.804Z] #35 [security-spire-config internal] load build context [2023-08-11T01:32:35.804Z] #35 transferring context: 364.87MB 10.1s done [2023-08-11T01:32:35.804Z] #35 ... [2023-08-11T01:32:35.804Z] [2023-08-11T01:32:35.804Z] #36 [support-scheduler internal] load build context [2023-08-11T01:32:35.804Z] #36 transferring context: 364.87MB 10.3s done [2023-08-11T01:32:35.804Z] #36 ... [2023-08-11T01:32:35.804Z] [2023-08-11T01:32:35.804Z] #37 [core-data internal] load build context [2023-08-11T01:32:35.804Z] #37 transferring context: 364.87MB 13.4s done [2023-08-11T01:32:36.737Z] #37 ... [2023-08-11T01:32:36.737Z] [2023-08-11T01:32:36.737Z] #40 [security-spiffe-token-provider internal] load build context [2023-08-11T01:32:36.737Z] #40 transferring context: 364.87MB 12.4s done [2023-08-11T01:32:36.737Z] #40 ... [2023-08-11T01:32:36.737Z] [2023-08-11T01:32:36.737Z] #39 [security-spire-server internal] load build context [2023-08-11T01:32:36.737Z] #39 transferring context: 364.87MB 12.4s done [2023-08-11T01:32:36.996Z] #39 ... [2023-08-11T01:32:36.996Z] [2023-08-11T01:32:36.996Z] #42 [core-command internal] load build context [2023-08-11T01:32:36.996Z] #42 transferring context: 364.87MB 12.4s done [2023-08-11T01:32:36.996Z] #42 ... [2023-08-11T01:32:36.996Z] [2023-08-11T01:32:36.996Z] #45 [security-secretstore-setup internal] load build context [2023-08-11T01:32:36.996Z] #45 transferring context: 364.87MB 13.2s done [2023-08-11T01:32:37.256Z] #45 ... [2023-08-11T01:32:37.256Z] [2023-08-11T01:32:37.256Z] #34 [core-metadata internal] load build context [2023-08-11T01:32:37.256Z] #34 transferring context: 364.87MB 13.1s done [2023-08-11T01:32:37.256Z] #34 ... [2023-08-11T01:32:37.256Z] [2023-08-11T01:32:37.256Z] #38 [security-proxy-setup internal] load build context [2023-08-11T01:32:37.256Z] #38 transferring context: 364.87MB 13.1s done [2023-08-11T01:32:37.515Z] #38 ... [2023-08-11T01:32:37.515Z] [2023-08-11T01:32:37.515Z] #44 [security-bootstrapper internal] load build context [2023-08-11T01:32:37.515Z] #44 transferring context: 364.87MB 13.2s done [2023-08-11T01:32:37.515Z] #44 ... [2023-08-11T01:32:37.515Z] [2023-08-11T01:32:37.515Z] #47 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:32:37.515Z] #47 transferring context: 364.87MB 13.4s done [2023-08-11T01:32:39.417Z] #47 ... [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #33 [security-proxy-auth internal] load build context [2023-08-11T01:32:39.417Z] #33 DONE 24.1s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #35 [security-spire-config internal] load build context [2023-08-11T01:32:39.417Z] #35 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #36 [support-scheduler internal] load build context [2023-08-11T01:32:39.417Z] #36 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #40 [security-spiffe-token-provider internal] load build context [2023-08-11T01:32:39.417Z] #40 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #42 [core-command internal] load build context [2023-08-11T01:32:39.417Z] #42 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #39 [security-spire-server internal] load build context [2023-08-11T01:32:39.417Z] #39 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #46 [security-spire-agent internal] load build context [2023-08-11T01:32:39.417Z] #46 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #34 [core-metadata internal] load build context [2023-08-11T01:32:39.417Z] #34 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #38 [security-proxy-setup internal] load build context [2023-08-11T01:32:39.417Z] #38 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #45 [security-secretstore-setup internal] load build context [2023-08-11T01:32:39.417Z] #45 DONE 24.2s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:32:39.417Z] #31 DONE 24.3s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #41 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-08-11T01:32:39.417Z] #41 DONE 23.6s [2023-08-11T01:32:39.417Z] [2023-08-11T01:32:39.417Z] #48 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:32:39.675Z] #48 ... [2023-08-11T01:32:39.675Z] [2023-08-11T01:32:39.675Z] #43 [support-notifications internal] load build context [2023-08-11T01:32:39.675Z] #43 DONE 24.3s [2023-08-11T01:32:39.675Z] [2023-08-11T01:32:39.675Z] #44 [security-bootstrapper internal] load build context [2023-08-11T01:32:39.675Z] #44 DONE 24.2s [2023-08-11T01:32:39.675Z] [2023-08-11T01:32:39.675Z] #37 [core-data internal] load build context [2023-08-11T01:32:39.675Z] #37 DONE 24.3s [2023-08-11T01:32:39.675Z] [2023-08-11T01:32:39.675Z] #47 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:32:39.675Z] #47 DONE 24.3s [2023-08-11T01:32:39.932Z] [2023-08-11T01:32:39.932Z] #49 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-11T01:32:40.501Z] #49 1.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:40.760Z] #49 1.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:41.017Z] #49 1.468 OK: 265 MiB in 53 packages [2023-08-11T01:32:43.328Z] using credential edgex-jenkins-ssh [2023-08-11T01:32:43.343Z] Cloning the remote Git repository [2023-08-11T01:32:43.390Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-08-11T01:32:43.506Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-08-11T01:32:45.196Z] #49 ... [2023-08-11T01:32:45.196Z] [2023-08-11T01:32:45.196Z] #50 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-11T01:32:45.196Z] #0 1.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:45.196Z] #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:45.196Z] #0 1.568 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:32:45.196Z] #0 1.568 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:32:45.196Z] #0 1.568 OK: 17818 distinct packages available [2023-08-11T01:32:45.196Z] #0 1.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:45.196Z] #0 1.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:45.196Z] #0 1.945 (1/9) Installing ca-certificates (20230506-r0) [2023-08-11T01:32:45.196Z] #0 1.964 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-11T01:32:45.196Z] #0 1.974 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-11T01:32:45.196Z] #0 1.982 (4/9) Installing libcurl (8.2.1-r0) [2023-08-11T01:32:45.196Z] #0 1.998 (5/9) Installing curl (8.2.1-r0) [2023-08-11T01:32:45.196Z] #0 2.013 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:45.196Z] #0 2.018 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-11T01:32:45.197Z] #0 2.022 (8/9) Installing libucontext (1.2-r0) [2023-08-11T01:32:45.197Z] #0 2.026 (9/9) Installing gcompat (1.1.0-r0) [2023-08-11T01:32:45.197Z] #0 2.031 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:45.197Z] #0 2.038 Executing ca-certificates-20230506-r0.trigger [2023-08-11T01:32:45.197Z] #0 2.105 OK: 10 MiB in 24 packages [2023-08-11T01:32:44.750Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-11T01:32:44.751Z] > git --version # timeout=10 [2023-08-11T01:32:44.784Z] > git --version # 'git version 2.25.1' [2023-08-11T01:32:44.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-11T01:32:45.025Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-11T01:32:50.462Z] #50 ... [2023-08-11T01:32:50.462Z] [2023-08-11T01:32:50.462Z] #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:32:50.462Z] #0 1.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.462Z] #0 1.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.462Z] #0 1.546 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:50.462Z] #0 1.551 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:50.462Z] #0 1.557 OK: 7 MiB in 16 packages [2023-08-11T01:32:50.462Z] #51 ... [2023-08-11T01:32:50.462Z] [2023-08-11T01:32:50.463Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-11T01:32:50.463Z] #0 4.921 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 5.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 5.307 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:50.463Z] #0 5.313 (2/2) Installing su-exec (0.2-r2) [2023-08-11T01:32:50.463Z] #0 5.319 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:50.463Z] #0 5.325 OK: 7 MiB in 17 packages [2023-08-11T01:32:50.463Z] #52 ... [2023-08-11T01:32:50.463Z] [2023-08-11T01:32:50.463Z] #53 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-11T01:32:50.463Z] #0 0.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.339 OK: 265 MiB in 53 packages [2023-08-11T01:32:50.463Z] #53 ... [2023-08-11T01:32:50.463Z] [2023-08-11T01:32:50.463Z] #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-11T01:32:50.463Z] #0 0.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.346 (1/4) Installing ca-certificates (20230506-r0) [2023-08-11T01:32:50.463Z] #0 1.358 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:50.463Z] #0 1.363 (3/4) Installing su-exec (0.2-r2) [2023-08-11T01:32:50.463Z] #0 1.370 (4/4) Installing yq (4.30.4-r4) [2023-08-11T01:32:50.463Z] #0 1.579 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:50.463Z] #0 1.579 Executing ca-certificates-20230506-r0.trigger [2023-08-11T01:32:50.463Z] #0 1.662 OK: 17 MiB in 19 packages [2023-08-11T01:32:50.463Z] #54 ... [2023-08-11T01:32:50.463Z] [2023-08-11T01:32:50.463Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-11T01:32:50.463Z] #0 1.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.564 (1/2) Installing ca-certificates (20230506-r0) [2023-08-11T01:32:50.463Z] #0 1.580 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:50.463Z] #0 1.585 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:50.463Z] #0 1.595 Executing ca-certificates-20230506-r0.trigger [2023-08-11T01:32:50.463Z] #0 1.677 OK: 8 MiB in 17 packages [2023-08-11T01:32:50.463Z] #55 ... [2023-08-11T01:32:50.463Z] [2023-08-11T01:32:50.463Z] #56 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-11T01:32:50.463Z] #0 0.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.035 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.385 OK: 265 MiB in 53 packages [2023-08-11T01:32:50.463Z] #56 ... [2023-08-11T01:32:50.463Z] [2023-08-11T01:32:50.463Z] #57 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-11T01:32:50.463Z] #0 1.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.663 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:32:50.463Z] #0 1.663 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:32:50.463Z] #0 1.663 OK: 17818 distinct packages available [2023-08-11T01:32:50.463Z] #0 1.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 1.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:50.463Z] #0 2.023 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:50.463Z] #0 2.027 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-11T01:32:50.463Z] #0 2.031 (3/4) Installing libucontext (1.2-r0) [2023-08-11T01:32:50.463Z] #0 2.035 (4/4) Installing gcompat (1.1.0-r0) [2023-08-11T01:32:50.463Z] #0 2.041 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:50.463Z] #0 2.047 OK: 7 MiB in 19 packages [2023-08-11T01:32:51.369Z] #57 ... [2023-08-11T01:32:51.369Z] [2023-08-11T01:32:51.369Z] #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-11T01:32:51.369Z] #0 0.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.321 OK: 265 MiB in 53 packages [2023-08-11T01:32:51.369Z] #58 ... [2023-08-11T01:32:51.369Z] [2023-08-11T01:32:51.369Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-11T01:32:51.369Z] #0 0.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.463 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:32:51.369Z] #0 1.463 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:32:51.369Z] #0 1.463 OK: 17823 distinct packages available [2023-08-11T01:32:51.369Z] #0 1.513 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.905 OK: 265 MiB in 53 packages [2023-08-11T01:32:51.369Z] #59 ... [2023-08-11T01:32:51.369Z] [2023-08-11T01:32:51.369Z] #60 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-11T01:32:51.369Z] #0 1.010 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #0 1.434 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:51.369Z] #0 1.442 (2/2) Installing openssl (3.0.10-r0) [2023-08-11T01:32:51.369Z] #0 1.452 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:51.369Z] #0 1.459 OK: 8 MiB in 17 packages [2023-08-11T01:32:51.369Z] #60 ... [2023-08-11T01:32:51.369Z] [2023-08-11T01:32:51.369Z] #61 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-11T01:32:51.369Z] #61 ... [2023-08-11T01:32:51.369Z] [2023-08-11T01:32:51.369Z] #48 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:32:51.369Z] #48 3.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #48 3.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:51.369Z] #48 4.223 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:51.369Z] #48 4.233 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:51.369Z] #48 4.240 OK: 7 MiB in 16 packages [2023-08-11T01:32:57.980Z] #48 ... [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-11T01:32:57.980Z] #58 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-11T01:32:57.980Z] #55 DONE 17.7s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #57 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-11T01:32:57.980Z] #57 DONE 17.7s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #56 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-11T01:32:57.980Z] #56 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-11T01:32:57.980Z] #59 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #60 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-11T01:32:57.980Z] #60 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-08-11T01:32:57.980Z] #53 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:32:57.980Z] #62 ... [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #54 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-11T01:32:57.980Z] #54 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #50 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-11T01:32:57.980Z] #50 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #52 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-11T01:32:57.980Z] #52 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #51 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:32:57.980Z] #51 DONE 17.8s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:32:57.980Z] #63 DONE 0.2s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #48 [core-metadata stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:32:57.980Z] #48 DONE 18.0s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-11T01:32:57.980Z] #49 DONE 18.0s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #64 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-11T01:32:57.980Z] #64 DONE 0.2s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #65 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-11T01:32:57.980Z] #65 DONE 0.2s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:32:57.980Z] #66 DONE 0.2s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:32:57.980Z] #62 DONE 0.2s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #67 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:32:57.980Z] #67 DONE 0.1s [2023-08-11T01:32:57.980Z] [2023-08-11T01:32:57.980Z] #68 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:32:59.356Z] #68 ... [2023-08-11T01:32:59.356Z] [2023-08-11T01:32:59.356Z] #61 [security-spire-server stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-11T01:32:59.356Z] #61 18.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:59.356Z] #61 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:59.356Z] #61 18.97 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:32:59.356Z] #61 18.97 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:32:59.356Z] #61 18.97 OK: 17818 distinct packages available [2023-08-11T01:32:59.356Z] #61 19.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:59.356Z] #61 19.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T01:32:59.356Z] #61 19.33 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-11T01:32:59.356Z] #61 19.33 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-11T01:32:59.356Z] #61 19.34 (3/5) Installing libucontext (1.2-r0) [2023-08-11T01:32:59.356Z] #61 19.34 (4/5) Installing gcompat (1.1.0-r0) [2023-08-11T01:32:59.356Z] #61 19.35 (5/5) Installing openssl (3.0.10-r0) [2023-08-11T01:32:59.356Z] #61 19.36 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:32:59.356Z] #61 19.36 OK: 8 MiB in 20 packages [2023-08-11T01:32:59.356Z] #61 DONE 19.6s [2023-08-11T01:32:59.356Z] [2023-08-11T01:32:59.356Z] #69 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-11T01:32:59.356Z] #69 DONE 1.9s [2023-08-11T01:32:59.356Z] [2023-08-11T01:32:59.356Z] #70 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-11T01:32:59.356Z] #70 DONE 0.0s [2023-08-11T01:32:59.356Z] [2023-08-11T01:32:59.356Z] #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:05.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-11T01:33:05.184Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-11T01:33:06.266Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-08-11T01:33:06.320Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-08-11T01:33:06.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-11T01:33:06.349Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4628/head:refs/remotes/origin/PR-4628 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-11T01:33:07.177Z] Merging remotes/origin/main commit cd65a25beffaabdac7b93615b889770af2fe749c into PR head commit 92b822a68c558b3dd9ced080e641f36bf1f29027 [2023-08-11T01:33:07.678Z] Merge succeeded, producing 92b822a68c558b3dd9ced080e641f36bf1f29027 [2023-08-11T01:33:07.678Z] Checking out Revision 92b822a68c558b3dd9ced080e641f36bf1f29027 (PR-4628) [2023-08-11T01:33:07.197Z] > git config core.sparsecheckout # timeout=10 [2023-08-11T01:33:07.283Z] > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # timeout=10 [2023-08-11T01:33:07.542Z] > git remote # timeout=10 [2023-08-11T01:33:07.567Z] > git config --get remote.origin.url # timeout=10 [2023-08-11T01:33:07.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-11T01:33:07.617Z] > git merge cd65a25beffaabdac7b93615b889770af2fe749c # timeout=10 [2023-08-11T01:33:07.651Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-11T01:33:07.682Z] > git config core.sparsecheckout # timeout=10 [2023-08-11T01:33:07.708Z] > git checkout -f 92b822a68c558b3dd9ced080e641f36bf1f29027 # timeout=10 [2023-08-11T01:33:11.509Z] Commit message: "refactor: Remove github.com/pkg/errors from Attribution.txt" [2023-08-11T01:33:11.559Z] > git --version # timeout=10 [2023-08-11T01:33:11.572Z] > git --version # 'git version 2.25.1' [2023-08-11T01:33:11.585Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-11T01:33:11.754Z] #71 ... [2023-08-11T01:33:11.754Z] [2023-08-11T01:33:11.754Z] #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:11.754Z] #72 ... [2023-08-11T01:33:11.754Z] [2023-08-11T01:33:11.754Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:11.754Z] #73 ... [2023-08-11T01:33:11.754Z] [2023-08-11T01:33:11.754Z] #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-11T01:33:12.645Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-11T01:33:12.645Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T01:33:12.645Z] Dload Upload Total Spent Left Speed [2023-08-11T01:33:12.645Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh [2023-08-11T01:33:13.362Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-11T01:33:13.709Z] + sudo tee /etc/docker/daemon.new [2023-08-11T01:33:13.709Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-11T01:33:13.709Z] { [2023-08-11T01:33:13.709Z] "registry-mirrors": [ [2023-08-11T01:33:13.709Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-11T01:33:13.709Z] ], [2023-08-11T01:33:13.709Z] "bip": "10.250.0.254/24", [2023-08-11T01:33:13.710Z] "hosts": [ [2023-08-11T01:33:13.710Z] "tcp://0.0.0.0:5555", [2023-08-11T01:33:13.710Z] "unix:///var/run/docker.sock" [2023-08-11T01:33:13.710Z] ], [2023-08-11T01:33:13.710Z] "mtu": 1458, [2023-08-11T01:33:13.710Z] "selinux-enabled": true, [2023-08-11T01:33:13.710Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-11T01:33:13.710Z] } [Pipeline] sh [2023-08-11T01:33:14.055Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-11T01:33:14.410Z] + sudo service docker restart [2023-08-11T01:33:29.928Z] #74 DONE 31.9s [2023-08-11T01:33:29.928Z] [2023-08-11T01:33:29.928Z] #68 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:29.928Z] #68 DONE 31.9s [2023-08-11T01:33:29.928Z] [2023-08-11T01:33:29.928Z] #72 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:29.928Z] #72 DONE 31.9s [2023-08-11T01:33:29.928Z] [2023-08-11T01:33:29.928Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:29.928Z] #73 DONE 32.0s [2023-08-11T01:33:29.928Z] [2023-08-11T01:33:29.928Z] #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:29.928Z] #71 DONE 31.9s [2023-08-11T01:33:29.928Z] [2023-08-11T01:33:29.928Z] #75 [support-notifications builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-11T01:33:32.743Z] provisioning config files... [2023-08-11T01:33:32.777Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config286758823078491304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-11T01:33:33.190Z] ---> docker-login.sh [2023-08-11T01:33:33.190Z] nexus3.edgexfoundry.org:10001 [2023-08-11T01:33:33.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:33:34.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:33:34.754Z] Configure a credential helper to remove this warning. See [2023-08-11T01:33:34.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:33:34.754Z] [2023-08-11T01:33:34.754Z] Login Succeeded [2023-08-11T01:33:34.754Z] nexus3.edgexfoundry.org:10002 [2023-08-11T01:33:35.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:33:35.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:33:35.302Z] Configure a credential helper to remove this warning. See [2023-08-11T01:33:35.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:33:35.302Z] [2023-08-11T01:33:35.302Z] Login Succeeded [2023-08-11T01:33:35.302Z] nexus3.edgexfoundry.org:10003 [2023-08-11T01:33:35.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:33:35.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:33:35.573Z] Configure a credential helper to remove this warning. See [2023-08-11T01:33:35.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:33:35.573Z] [2023-08-11T01:33:35.573Z] Login Succeeded [2023-08-11T01:33:35.573Z] nexus3.edgexfoundry.org:10004 [2023-08-11T01:33:35.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:33:36.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:33:36.117Z] Configure a credential helper to remove this warning. See [2023-08-11T01:33:36.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:33:36.117Z] [2023-08-11T01:33:36.117Z] Login Succeeded [2023-08-11T01:33:36.117Z] docker.io [2023-08-11T01:33:36.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T01:33:36.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T01:33:36.657Z] Configure a credential helper to remove this warning. See [2023-08-11T01:33:36.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T01:33:36.657Z] [2023-08-11T01:33:36.657Z] Login Succeeded [2023-08-11T01:33:36.657Z] ---> docker-login.sh ends [Pipeline] } [2023-08-11T01:33:36.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-08-11T01:33:37.461Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-08-11T01:33:37.504Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T01:33:37.542Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T01:33:37.576Z] ========================================================= [2023-08-11T01:33:37.576Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-11T01:33:37.576Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-08-11T01:33:37.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-11T01:33:38.553Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-11T01:33:38.553Z] edb6bdbacee9: Pulling fs layer [2023-08-11T01:33:38.553Z] 5f9638ab2659: Pulling fs layer [2023-08-11T01:33:38.553Z] 8d51d6327a98: Pulling fs layer [2023-08-11T01:33:38.553Z] 8b374f2dd631: Pulling fs layer [2023-08-11T01:33:38.553Z] ec14aa9079de: Pulling fs layer [2023-08-11T01:33:38.553Z] 2f466654f4bb: Pulling fs layer [2023-08-11T01:33:38.553Z] 554e91adad29: Pulling fs layer [2023-08-11T01:33:38.553Z] 8b374f2dd631: Waiting [2023-08-11T01:33:38.553Z] ec14aa9079de: Waiting [2023-08-11T01:33:38.553Z] 2f466654f4bb: Waiting [2023-08-11T01:33:38.553Z] 554e91adad29: Waiting [2023-08-11T01:33:38.553Z] 5f9638ab2659: Download complete [2023-08-11T01:33:38.553Z] 8b374f2dd631: Verifying Checksum [2023-08-11T01:33:38.553Z] 8b374f2dd631: Download complete [2023-08-11T01:33:38.553Z] ec14aa9079de: Verifying Checksum [2023-08-11T01:33:38.553Z] ec14aa9079de: Download complete [2023-08-11T01:33:38.553Z] edb6bdbacee9: Verifying Checksum [2023-08-11T01:33:38.553Z] edb6bdbacee9: Download complete [2023-08-11T01:33:39.539Z] edb6bdbacee9: Pull complete [2023-08-11T01:33:40.130Z] 554e91adad29: Verifying Checksum [2023-08-11T01:33:40.130Z] 554e91adad29: Download complete [2023-08-11T01:33:40.144Z] #75 ... [2023-08-11T01:33:40.144Z] [2023-08-11T01:33:40.144Z] #76 [security-spire-config builder 6/9] COPY . . [2023-08-11T01:33:40.144Z] #76 ... [2023-08-11T01:33:40.144Z] [2023-08-11T01:33:40.144Z] #77 [security-proxy-setup builder 6/7] COPY . . [2023-08-11T01:33:40.144Z] #77 ... [2023-08-11T01:33:40.144Z] [2023-08-11T01:33:40.144Z] #78 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-11T01:33:40.144Z] #78 ... [2023-08-11T01:33:40.144Z] [2023-08-11T01:33:40.144Z] #79 [core-data builder 6/7] COPY . . [2023-08-11T01:33:40.400Z] 5f9638ab2659: Pull complete [2023-08-11T01:33:41.081Z] #79 ... [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #75 [support-notifications builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #75 DONE 11.5s [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #78 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #78 DONE 11.6s [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:33:41.081Z] #80 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.081Z] #81 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #82 [security-secretstore-setup builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #82 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #77 [security-proxy-setup builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #77 DONE 11.6s [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #83 [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-11T01:33:41.081Z] #83 ... [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #79 [core-data builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #79 DONE 11.6s [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #84 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.081Z] #84 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #85 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:33:41.081Z] #85 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #86 [core-command builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #86 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #87 [security-bootstrapper builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #87 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:33:41.081Z] #88 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.081Z] #89 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #90 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.081Z] #90 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #91 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:33:41.081Z] #91 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #92 [security-proxy-auth builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #92 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #93 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:33:41.081Z] #93 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #94 [support-scheduler builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #94 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.081Z] #95 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #96 [core-metadata builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #96 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #97 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:33:41.081Z] #97 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #98 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.081Z] #98 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #76 [security-spire-config builder 6/9] COPY . . [2023-08-11T01:33:41.081Z] #76 DONE 11.6s [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #99 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.081Z] #99 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #100 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-11T01:33:41.081Z] #100 CACHED [2023-08-11T01:33:41.081Z] [2023-08-11T01:33:41.081Z] #101 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:33:41.081Z] #101 CACHED [2023-08-11T01:33:41.340Z] [2023-08-11T01:33:41.340Z] #102 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-11T01:33:41.340Z] #102 DONE 0.2s [2023-08-11T01:33:41.340Z] [2023-08-11T01:33:41.340Z] #103 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-11T01:33:41.340Z] #103 CACHED [2023-08-11T01:33:41.340Z] [2023-08-11T01:33:41.340Z] #104 [security-spire-server builder 6/9] COPY . . [2023-08-11T01:33:41.340Z] #104 CACHED [2023-08-11T01:33:41.340Z] [2023-08-11T01:33:41.340Z] #105 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:41.340Z] #105 CACHED [2023-08-11T01:33:41.340Z] [2023-08-11T01:33:41.340Z] #106 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-11T01:33:41.340Z] #106 CACHED [2023-08-11T01:33:41.340Z] [2023-08-11T01:33:41.340Z] #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-11T01:33:41.382Z] 8d51d6327a98: Verifying Checksum [2023-08-11T01:33:41.382Z] 8d51d6327a98: Download complete [2023-08-11T01:33:41.382Z] 2f466654f4bb: Verifying Checksum [2023-08-11T01:33:41.382Z] 2f466654f4bb: Download complete [2023-08-11T01:33:43.940Z] #107 ... [2023-08-11T01:33:43.940Z] [2023-08-11T01:33:43.940Z] #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-11T01:33:43.940Z] #108 DONE 2.3s [2023-08-11T01:33:43.940Z] [2023-08-11T01:33:43.940Z] #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-11T01:33:43.940Z] #107 DONE 2.4s [2023-08-11T01:33:43.940Z] [2023-08-11T01:33:43.940Z] #109 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-11T01:33:44.200Z] #109 DONE 0.6s [2023-08-11T01:33:44.200Z] [2023-08-11T01:33:44.200Z] #110 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-11T01:33:44.200Z] #110 DONE 0.5s [2023-08-11T01:33:44.200Z] [2023-08-11T01:33:44.200Z] #111 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-11T01:33:44.200Z] #0 1.376 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-11T01:33:44.783Z] #111 ... [2023-08-11T01:33:44.783Z] [2023-08-11T01:33:44.783Z] #112 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:33:44.783Z] #112 DONE 0.4s [2023-08-11T01:33:44.783Z] [2023-08-11T01:33:44.783Z] #113 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:33:45.043Z] #113 ... [2023-08-11T01:33:45.043Z] [2023-08-11T01:33:45.043Z] #114 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:33:45.043Z] #114 DONE 0.5s [2023-08-11T01:33:45.043Z] [2023-08-11T01:33:45.043Z] #113 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:33:45.043Z] #113 DONE 0.2s [2023-08-11T01:33:45.043Z] [2023-08-11T01:33:45.043Z] #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:33:45.339Z] #115 ... [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #116 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-11T01:33:45.339Z] #116 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #117 [security-spire-agent builder 6/9] COPY . . [2023-08-11T01:33:45.339Z] #117 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #118 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-11T01:33:45.339Z] #118 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:33:45.339Z] #119 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #120 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:33:45.339Z] #120 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #121 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-11T01:33:45.339Z] #121 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #122 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:33:45.339Z] #122 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #123 [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-11T01:33:45.339Z] #123 CACHED [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:33:45.339Z] #115 DONE 0.6s [2023-08-11T01:33:45.339Z] [2023-08-11T01:33:45.339Z] #124 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-11T01:33:47.883Z] #124 DONE 2.3s [2023-08-11T01:33:47.883Z] [2023-08-11T01:33:47.883Z] #125 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:33:47.883Z] #125 DONE 2.3s [2023-08-11T01:33:47.883Z] [2023-08-11T01:33:47.883Z] #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-11T01:33:48.824Z] #126 ... [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:33:48.824Z] #127 DONE 3.3s [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #126 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-11T01:33:48.824Z] #126 DONE 1.3s [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #128 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:33:48.824Z] #128 DONE 1.3s [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #129 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-11T01:33:48.824Z] #129 DONE 0.1s [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #130 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-08-11T01:33:48.824Z] #130 DONE 0.1s [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #131 [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-11T01:33:48.824Z] #131 DONE 0.1s [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #132 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-11T01:33:48.824Z] #132 DONE 0.1s [2023-08-11T01:33:48.824Z] [2023-08-11T01:33:48.824Z] #133 [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-11T01:33:49.084Z] #133 DONE 0.1s [2023-08-11T01:33:49.084Z] [2023-08-11T01:33:49.084Z] #134 [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-11T01:33:49.084Z] #134 DONE 0.1s [2023-08-11T01:33:49.084Z] [2023-08-11T01:33:49.084Z] #135 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-11T01:33:49.084Z] #135 DONE 0.1s [2023-08-11T01:33:49.084Z] [2023-08-11T01:33:49.084Z] #136 [security-spire-server] exporting to image [2023-08-11T01:33:49.084Z] #136 exporting layers [2023-08-11T01:33:49.084Z] #136 ... [2023-08-11T01:33:49.084Z] [2023-08-11T01:33:49.084Z] #137 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-11T01:33:49.084Z] #137 DONE 0.2s [2023-08-11T01:33:49.084Z] [2023-08-11T01:33:49.084Z] #136 [security-spire-agent] exporting to image [2023-08-11T01:33:49.653Z] #136 exporting layers 0.8s done [2023-08-11T01:33:49.653Z] #136 writing image sha256:826f62de26f06c71c3885c0ea2418143f972269a8f8399f6ad3cd4d3d8d4b0fd 0.0s done [2023-08-11T01:33:49.653Z] #136 naming to docker.io/library/security-spire-server done [2023-08-11T01:33:50.220Z] #136 exporting layers 0.9s done [2023-08-11T01:33:50.220Z] #136 writing image sha256:cd76ded3a310b6bd0f9c56f3324d7584ea521be0f26399986758b18a6e26891a 0.0s done [2023-08-11T01:33:50.220Z] #136 naming to docker.io/library/security-spire-agent done [2023-08-11T01:33:50.220Z] #136 writing image sha256:94cdda9f836ea054ce8fc5a081e7a48b3264440354bcf17d55caea2f8cef1f0d done [2023-08-11T01:33:50.220Z] #136 naming to docker.io/library/security-spire-config done [2023-08-11T01:33:50.220Z] #136 DONE 1.0s [2023-08-11T01:33:50.220Z] [2023-08-11T01:33:50.220Z] #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-11T01:33:50.220Z] #0 1.112 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-11T01:33:51.160Z] #138 ... [2023-08-11T01:33:51.160Z] [2023-08-11T01:33:51.160Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T01:33:51.160Z] #0 0.435 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-11T01:33:51.160Z] #139 ... [2023-08-11T01:33:51.160Z] [2023-08-11T01:33:51.160Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T01:33:51.160Z] #0 1.116 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-08-11T01:33:51.160Z] #140 ... [2023-08-11T01:33:51.160Z] [2023-08-11T01:33:51.160Z] #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T01:33:51.160Z] #0 1.267 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-11T01:33:51.420Z] #141 ... [2023-08-11T01:33:51.420Z] [2023-08-11T01:33:51.420Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-11T01:33:51.420Z] #0 0.678 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-11T01:33:51.680Z] #142 ... [2023-08-11T01:33:51.680Z] [2023-08-11T01:33:51.680Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-11T01:33:51.680Z] #0 1.593 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-11T01:33:51.680Z] #143 ... [2023-08-11T01:33:51.680Z] [2023-08-11T01:33:51.680Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-11T01:33:51.680Z] #0 1.276 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-11T01:33:51.939Z] #144 ... [2023-08-11T01:33:51.939Z] [2023-08-11T01:33:51.939Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-11T01:33:51.939Z] #0 0.821 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-11T01:33:51.939Z] #145 ... [2023-08-11T01:33:51.939Z] [2023-08-11T01:33:51.939Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-11T01:33:51.939Z] #0 0.779 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-11T01:33:52.509Z] #146 ... [2023-08-11T01:33:52.509Z] [2023-08-11T01:33:52.509Z] #83 [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-11T01:33:52.509Z] #83 1.377 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-11T01:33:53.713Z] 8d51d6327a98: Pull complete [2023-08-11T01:33:53.713Z] 8b374f2dd631: Pull complete [2023-08-11T01:33:53.713Z] ec14aa9079de: Pull complete [2023-08-11T01:34:00.409Z] 2f466654f4bb: Pull complete [2023-08-11T01:34:02.358Z] 554e91adad29: Pull complete [2023-08-11T01:34:02.358Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-11T01:34:02.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-11T01:34:02.358Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-08-11T01:34:02.749Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-11T01:34:02.750Z] WORKDIR /edgex [2023-08-11T01:34:02.750Z] COPY go.mod . [2023-08-11T01:34:02.750Z] RUN go mod download [2023-08-11T01:34:02.750Z] + docker build -t ci-base-image-arm64 -f - . [2023-08-11T01:34:03.343Z] Sending build context to Docker daemon 2.937MB [2023-08-11T01:34:03.343Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-11T01:34:03.343Z] ---> 1e15ea492957 [2023-08-11T01:34:03.343Z] Step 2/4 : WORKDIR /edgex [2023-08-11T01:34:05.299Z] ---> Running in 6e099eb4bef7 [2023-08-11T01:34:05.886Z] Removing intermediate container 6e099eb4bef7 [2023-08-11T01:34:05.886Z] ---> 365456839304 [2023-08-11T01:34:05.886Z] Step 3/4 : COPY go.mod . [2023-08-11T01:34:07.305Z] ---> 26075619d725 [2023-08-11T01:34:07.305Z] Step 4/4 : RUN go mod download [2023-08-11T01:34:07.588Z] ---> Running in 3e6f1c080d60 [2023-08-11T01:34:46.513Z] Removing intermediate container 3e6f1c080d60 [2023-08-11T01:34:46.513Z] ---> 33892c30d808 [2023-08-11T01:34:46.513Z] Successfully built 33892c30d808 [2023-08-11T01:34:46.513Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T01:34:46.935Z] + docker inspect -f . ci-base-image-arm64 [2023-08-11T01:34:46.935Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T01:34:47.230Z] prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container [2023-08-11T01:34:47.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-11T01:34:48.599Z] $ docker top 6dd7285ffdf81911ddc5f10db40672bd40d96ce3acd11541cdbf1c6eaeff07ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T01:34:49.506Z] + go version [2023-08-11T01:34:49.506Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-11T01:34:49.539Z] $ docker stop --time=1 6dd7285ffdf81911ddc5f10db40672bd40d96ce3acd11541cdbf1c6eaeff07ba [2023-08-11T01:34:51.196Z] $ docker rm -f --volumes 6dd7285ffdf81911ddc5f10db40672bd40d96ce3acd11541cdbf1c6eaeff07ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T01:34:52.023Z] + docker inspect -f . ci-base-image-arm64 [2023-08-11T01:34:52.023Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T01:34:52.283Z] prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container [2023-08-11T01:34:52.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-11T01:34:53.571Z] $ docker top 124fe5db587fe43b0c75a345ca6103e7065d7470318ce1934e936e8cab93cc74 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-08-11T01:34:53.846Z] ========================================================= [2023-08-11T01:34:53.846Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-08-11T01:34:53.846Z] ========================================================= [Pipeline] sh [2023-08-11T01:34:54.486Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-08-11T01:34:54.879Z] + make test [2023-08-11T01:34:55.148Z] go test -race -coverprofile=coverage.out ./... [2023-08-11T01:35:14.481Z] #83 83.28 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-11T01:35:14.741Z] #83 ... [2023-08-11T01:35:14.741Z] [2023-08-11T01:35:14.741Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-11T01:35:14.741Z] #142 DONE 93.7s [2023-08-11T01:35:14.741Z] [2023-08-11T01:35:14.741Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-11T01:35:14.741Z] #146 DONE 93.7s [2023-08-11T01:35:14.741Z] [2023-08-11T01:35:14.741Z] #83 [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-11T01:35:14.741Z] #83 DONE 93.7s [2023-08-11T01:35:14.741Z] [2023-08-11T01:35:14.741Z] #111 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-11T01:35:14.741Z] #111 DONE 93.8s [2023-08-11T01:35:14.741Z] [2023-08-11T01:35:14.741Z] #138 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-08-11T01:35:14.741Z] #138 DONE 93.7s [2023-08-11T01:35:14.741Z] [2023-08-11T01:35:14.741Z] #147 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-11T01:35:15.000Z] #147 ... [2023-08-11T01:35:15.000Z] [2023-08-11T01:35:15.000Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-11T01:35:15.000Z] #144 DONE 93.8s [2023-08-11T01:35:15.000Z] [2023-08-11T01:35:15.000Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-11T01:35:15.000Z] #145 DONE 93.8s [2023-08-11T01:35:15.000Z] [2023-08-11T01:35:15.000Z] #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T01:35:15.000Z] #141 DONE 94.0s [2023-08-11T01:35:15.000Z] [2023-08-11T01:35:15.000Z] #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.262Z] #148 ... [2023-08-11T01:35:15.262Z] [2023-08-11T01:35:15.262Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T01:35:15.262Z] #140 DONE 94.1s [2023-08-11T01:35:15.262Z] [2023-08-11T01:35:15.262Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-11T01:35:15.262Z] #143 DONE 94.2s [2023-08-11T01:35:15.262Z] [2023-08-11T01:35:15.262Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T01:35:15.262Z] #139 DONE 94.2s [2023-08-11T01:35:15.262Z] [2023-08-11T01:35:15.262Z] #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.521Z] #149 ... [2023-08-11T01:35:15.521Z] [2023-08-11T01:35:15.521Z] #150 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.521Z] #150 DONE 0.7s [2023-08-11T01:35:15.521Z] [2023-08-11T01:35:15.521Z] #147 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-11T01:35:15.521Z] #147 DONE 0.7s [2023-08-11T01:35:15.521Z] [2023-08-11T01:35:15.521Z] #148 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.521Z] #148 DONE 0.5s [2023-08-11T01:35:15.778Z] [2023-08-11T01:35:15.778Z] #151 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.778Z] #151 DONE 0.6s [2023-08-11T01:35:15.778Z] [2023-08-11T01:35:15.778Z] #152 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.778Z] #152 DONE 0.7s [2023-08-11T01:35:15.778Z] [2023-08-11T01:35:15.778Z] #153 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.778Z] #153 DONE 0.5s [2023-08-11T01:35:15.778Z] [2023-08-11T01:35:15.778Z] #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:15.778Z] #154 ... [2023-08-11T01:35:15.778Z] [2023-08-11T01:35:15.778Z] #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:15.778Z] #149 DONE 0.4s [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #155 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #155 DONE 0.4s [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #156 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #156 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #157 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:16.058Z] #157 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #158 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #158 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #159 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:16.058Z] #159 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #160 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:16.058Z] #160 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #161 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #161 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #162 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #162 DONE 0.3s [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #163 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #163 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #164 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:16.058Z] #164 CACHED [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #165 [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-11T01:35:16.058Z] #165 ... [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #166 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #166 DONE 0.4s [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #154 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #154 DONE 0.3s [2023-08-11T01:35:16.058Z] [2023-08-11T01:35:16.058Z] #167 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.058Z] #167 DONE 0.4s [2023-08-11T01:35:16.318Z] [2023-08-11T01:35:16.318Z] #168 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-11T01:35:16.580Z] #168 ... [2023-08-11T01:35:16.580Z] [2023-08-11T01:35:16.580Z] #169 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:16.580Z] #169 DONE 0.7s [2023-08-11T01:35:16.580Z] [2023-08-11T01:35:16.580Z] #170 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-11T01:35:17.573Z] #170 ... [2023-08-11T01:35:17.573Z] [2023-08-11T01:35:17.573Z] #171 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-11T01:35:17.573Z] #171 DONE 1.5s [2023-08-11T01:35:17.573Z] [2023-08-11T01:35:17.573Z] #172 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-11T01:35:17.573Z] #172 DONE 1.5s [2023-08-11T01:35:17.573Z] [2023-08-11T01:35:17.573Z] #173 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-11T01:35:17.573Z] #173 DONE 1.5s [2023-08-11T01:35:17.573Z] [2023-08-11T01:35:17.573Z] #174 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-11T01:35:17.573Z] #174 DONE 1.5s [2023-08-11T01:35:17.573Z] [2023-08-11T01:35:17.573Z] #175 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-11T01:35:17.573Z] #175 DONE 1.4s [2023-08-11T01:35:17.573Z] [2023-08-11T01:35:17.573Z] #176 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-11T01:35:17.841Z] #176 ... [2023-08-11T01:35:17.841Z] [2023-08-11T01:35:17.841Z] #165 [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-11T01:35:17.841Z] #165 DONE 1.8s [2023-08-11T01:35:17.841Z] [2023-08-11T01:35:17.841Z] #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-11T01:35:17.841Z] #177 DONE 1.9s [2023-08-11T01:35:18.102Z] [2023-08-11T01:35:18.102Z] #178 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-11T01:35:18.102Z] #178 DONE 1.9s [2023-08-11T01:35:18.102Z] [2023-08-11T01:35:18.102Z] #179 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.102Z] #179 ... [2023-08-11T01:35:18.102Z] [2023-08-11T01:35:18.102Z] #180 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-11T01:35:18.102Z] #180 DONE 2.5s [2023-08-11T01:35:18.102Z] [2023-08-11T01:35:18.102Z] #168 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-11T01:35:18.102Z] #168 DONE 1.9s [2023-08-11T01:35:18.102Z] [2023-08-11T01:35:18.103Z] #181 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.103Z] #181 DONE 0.5s [2023-08-11T01:35:18.103Z] [2023-08-11T01:35:18.103Z] #182 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.405Z] #182 ... [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #170 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-11T01:35:18.405Z] #170 DONE 1.8s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #176 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-11T01:35:18.405Z] #176 DONE 0.7s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #183 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.405Z] #183 DONE 0.9s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #184 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.405Z] #184 DONE 0.9s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #185 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.405Z] #185 DONE 1.0s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #186 [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-11T01:35:18.405Z] #186 DONE 0.6s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #179 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.405Z] #179 DONE 0.6s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #187 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-11T01:35:18.405Z] #187 DONE 0.2s [2023-08-11T01:35:18.405Z] [2023-08-11T01:35:18.405Z] #136 [core-command] exporting to image [2023-08-11T01:35:18.405Z] #136 exporting layers [2023-08-11T01:35:18.716Z] #136 ... [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #188 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:35:18.716Z] #188 DONE 0.5s [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #136 [core-command] exporting to image [2023-08-11T01:35:18.716Z] #136 exporting layers 0.2s done [2023-08-11T01:35:18.716Z] #136 ... [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #182 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.716Z] #182 DONE 0.6s [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #189 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:18.716Z] #189 DONE 0.4s [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #190 [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-11T01:35:18.716Z] #190 DONE 0.8s [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #136 [support-notifications] exporting to image [2023-08-11T01:35:18.716Z] #136 ... [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #191 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-11T01:35:18.716Z] #191 DONE 0.4s [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #192 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-11T01:35:18.716Z] #192 DONE 0.4s [2023-08-11T01:35:18.716Z] [2023-08-11T01:35:18.716Z] #136 [support-scheduler] exporting to image [2023-08-11T01:35:18.716Z] #136 writing image sha256:1d9d3bc6f608a5e5527b31420136d3c606838d361d85afae5cec9cbc7ecd910d done [2023-08-11T01:35:18.716Z] #136 naming to docker.io/library/security-spiffe-token-provider done [2023-08-11T01:35:18.716Z] #136 writing image sha256:4a26e146e6bcaee58a5687fd6fb2fa038c851392539c6b86bc571f2c74f22666 done [2023-08-11T01:35:18.716Z] #136 naming to docker.io/library/support-scheduler done [2023-08-11T01:35:18.716Z] #136 writing image sha256:c03d44ec80dda4dad4f0a90787371404aaf5f06f91dd7ac555b1d05866fec3b1 [2023-08-11T01:35:19.163Z] #136 ... [2023-08-11T01:35:19.163Z] [2023-08-11T01:35:19.163Z] #193 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-08-11T01:35:19.163Z] #193 DONE 0.4s [2023-08-11T01:35:19.163Z] [2023-08-11T01:35:19.163Z] #136 [core-metadata] exporting to image [2023-08-11T01:35:19.163Z] #136 exporting layers 0.3s done [2023-08-11T01:35:19.163Z] #136 writing image sha256:c03d44ec80dda4dad4f0a90787371404aaf5f06f91dd7ac555b1d05866fec3b1 0.0s done [2023-08-11T01:35:19.163Z] #136 naming to docker.io/library/core-command done [2023-08-11T01:35:19.163Z] #136 exporting layers 0.1s done [2023-08-11T01:35:19.163Z] #136 writing image sha256:e053e3c498a222c83202b744bf4456895f1ad02533d6cbb766178e0c708653cd done [2023-08-11T01:35:19.163Z] #136 writing image sha256:f7428e5e743786d455b3dbaaec857dc568c9dae1f7a6fc3be7c22f79d5e3b7a6 done [2023-08-11T01:35:19.163Z] #136 writing image sha256:8d34cf02a39a8766de9477b1e6fda9f0af5d3ef51a12d5e04868f58f9e964a3c done [2023-08-11T01:35:19.163Z] #136 naming to docker.io/library/support-notifications done [2023-08-11T01:35:19.163Z] #136 naming to docker.io/library/core-data done [2023-08-11T01:35:19.163Z] #136 naming to docker.io/library/core-metadata done [2023-08-11T01:35:19.163Z] #136 DONE 1.7s [2023-08-11T01:35:19.163Z] [2023-08-11T01:35:19.163Z] #194 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:35:19.163Z] #194 DONE 0.4s [2023-08-11T01:35:19.163Z] [2023-08-11T01:35:19.163Z] #195 [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-11T01:35:19.163Z] #195 DONE 0.4s [2023-08-11T01:35:19.163Z] [2023-08-11T01:35:19.163Z] #196 [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-11T01:35:19.449Z] #196 ... [2023-08-11T01:35:19.449Z] [2023-08-11T01:35:19.450Z] #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-11T01:35:19.450Z] #197 DONE 0.5s [2023-08-11T01:35:19.450Z] [2023-08-11T01:35:19.450Z] #198 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-11T01:35:19.450Z] #198 DONE 0.6s [2023-08-11T01:35:19.450Z] [2023-08-11T01:35:19.450Z] #199 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-11T01:35:19.450Z] #199 DONE 1.0s [2023-08-11T01:35:19.730Z] [2023-08-11T01:35:19.730Z] #136 [security-proxy-setup] exporting to image [2023-08-11T01:35:20.018Z] #136 ... [2023-08-11T01:35:20.018Z] [2023-08-11T01:35:20.018Z] #200 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-11T01:35:20.018Z] #200 DONE 0.3s [2023-08-11T01:35:20.018Z] [2023-08-11T01:35:20.018Z] #201 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-11T01:35:20.018Z] #201 DONE 0.3s [2023-08-11T01:35:20.018Z] [2023-08-11T01:35:20.018Z] #202 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-08-11T01:35:20.018Z] #202 DONE 0.1s [2023-08-11T01:35:20.018Z] [2023-08-11T01:35:20.018Z] #203 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-11T01:35:20.018Z] #203 DONE 0.1s [2023-08-11T01:35:20.018Z] [2023-08-11T01:35:20.018Z] #204 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-11T01:35:20.018Z] #204 DONE 1.2s [2023-08-11T01:35:20.018Z] [2023-08-11T01:35:20.018Z] #205 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-08-11T01:35:20.018Z] #205 DONE 0.1s [2023-08-11T01:35:20.018Z] [2023-08-11T01:35:20.018Z] #136 [security-proxy-setup] exporting to image [2023-08-11T01:35:20.018Z] #136 writing image sha256:6930aa36930ff1783e1f1bdf37a0343e07ce74b0b0d8e02262ae0a3b0e541d79 done [2023-08-11T01:35:20.018Z] #136 naming to docker.io/library/security-proxy-setup done [2023-08-11T01:35:20.299Z] #136 exporting layers 0.1s done [2023-08-11T01:35:20.299Z] #136 writing image sha256:694ae053bedeee28eab7de57afde74a7120c02de25c44a6d2bbcfb2dc13e5134 done [2023-08-11T01:35:20.299Z] #136 naming to docker.io/library/security-proxy-auth done [2023-08-11T01:35:20.299Z] #136 DONE 2.3s [2023-08-11T01:35:20.299Z] [2023-08-11T01:35:20.299Z] #206 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-11T01:35:20.299Z] #206 DONE 0.1s [2023-08-11T01:35:20.299Z] [2023-08-11T01:35:20.299Z] #207 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-11T01:35:20.299Z] #207 DONE 0.1s [2023-08-11T01:35:20.299Z] [2023-08-11T01:35:20.299Z] #196 [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-11T01:35:20.299Z] #196 DONE 1.2s [2023-08-11T01:35:20.299Z] [2023-08-11T01:35:20.299Z] #136 [core-common-config-bootstrapper] exporting to image [2023-08-11T01:35:20.299Z] #136 exporting layers 0.1s done [2023-08-11T01:35:20.299Z] #136 writing image sha256:5c8020eb5534d327778fc70a30524c12c27872be0fb50a02a8c023bf6497f515 done [2023-08-11T01:35:20.299Z] #136 naming to docker.io/library/core-common-config-bootstrapper done [2023-08-11T01:35:20.299Z] #136 DONE 2.4s [2023-08-11T01:35:20.300Z] [2023-08-11T01:35:20.300Z] #208 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-11T01:35:20.300Z] #208 DONE 0.5s [2023-08-11T01:35:20.300Z] [2023-08-11T01:35:20.300Z] #209 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-11T01:35:20.932Z] #209 DONE 0.5s [2023-08-11T01:35:20.932Z] [2023-08-11T01:35:20.932Z] #136 [security-secretstore-setup] exporting to image [2023-08-11T01:35:20.932Z] #136 exporting layers 0.2s done [2023-08-11T01:35:20.932Z] #136 writing image sha256:939f83f48541ff0f658b98349036044f5f66e0979e8a7dc26670de29bb2a07b6 0.0s done [2023-08-11T01:35:20.932Z] #136 naming to docker.io/library/security-secretstore-setup done [2023-08-11T01:35:20.932Z] #136 exporting layers 0.2s done [2023-08-11T01:35:20.932Z] #136 writing image sha256:fc3a2f983144dc5438673f273b64aa687707b1acfa0800b2dde2565f8149c691 done [2023-08-11T01:35:20.932Z] #136 naming to docker.io/library/security-bootstrapper done [2023-08-11T01:35:20.932Z] #136 DONE 2.8s [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T01:35:20.932Z] time="2023-08-11T01:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-11T01:35:20.985Z] $ docker stop --time=1 016cf621b4fa93746b7daf3cb9e4fb828f6f9182bf5c1ee9634370eb829fed38 [2023-08-11T01:35:22.272Z] $ docker rm -f --volumes 016cf621b4fa93746b7daf3cb9e4fb828f6f9182bf5c1ee9634370eb829fed38 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-11T01:35:22.670Z] + docker images [2023-08-11T01:35:22.670Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-11T01:35:22.670Z] security-bootstrapper latest fc3a2f983144 2 seconds ago 23MB [2023-08-11T01:35:22.670Z] security-secretstore-setup latest 939f83f48541 2 seconds ago 44.1MB [2023-08-11T01:35:22.670Z] core-common-config-bootstrapper latest 5c8020eb5534 2 seconds ago 18MB [2023-08-11T01:35:22.670Z] security-proxy-setup latest 6930aa36930f 3 seconds ago 19.6MB [2023-08-11T01:35:22.670Z] security-proxy-auth latest 694ae053bede 3 seconds ago 19.4MB [2023-08-11T01:35:22.670Z] support-scheduler latest 4a26e146e6bc 4 seconds ago 33.7MB [2023-08-11T01:35:22.670Z] core-command latest c03d44ec80dd 4 seconds ago 21MB [2023-08-11T01:35:22.670Z] core-metadata latest 8d34cf02a39a 4 seconds ago 21.6MB [2023-08-11T01:35:22.670Z] core-data latest e053e3c498a2 4 seconds ago 21.2MB [2023-08-11T01:35:22.670Z] security-spiffe-token-provider latest 1d9d3bc6f608 4 seconds ago 33.5MB [2023-08-11T01:35:22.670Z] support-notifications latest f7428e5e7437 4 seconds ago 34.3MB [2023-08-11T01:35:22.670Z] security-spire-server latest 826f62de26f0 About a minute ago 103MB [2023-08-11T01:35:22.670Z] security-spire-config latest 94cdda9f836e About a minute ago 102MB [2023-08-11T01:35:22.670Z] security-spire-agent latest cd76ded3a310 About a minute ago 161MB [2023-08-11T01:35:22.670Z] ci-base-image-x86_64 latest a7c83c8a8cc0 5 minutes ago 1.07GB [2023-08-11T01:35:22.670Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 4 weeks ago 696MB [2023-08-11T01:35:22.670Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB [2023-08-11T01:35:22.670Z] 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-11T01:35:41.990Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-08-11T01:37:48.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-08-11T01:37:48.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-08-11T01:37:48.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-08-11T01:37:48.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-08-11T01:37:48.759Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-08-11T01:37:49.718Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-08-11T01:37:50.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-08-11T01:37:50.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-08-11T01:37:50.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-08-11T01:37:51.715Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-08-11T01:37:54.324Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-08-11T01:37:54.324Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-08-11T01:37:54.324Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-08-11T01:37:54.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-08-11T01:38:06.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-08-11T01:38:06.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-08-11T01:38:06.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.252s coverage: 28.7% of statements [2023-08-11T01:38:16.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.311s coverage: 97.0% of statements [2023-08-11T01:38:22.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-08-11T01:38:22.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-08-11T01:38:22.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-08-11T01:38:24.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.441s coverage: 71.5% of statements [2023-08-11T01:38:27.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-08-11T01:38:27.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-08-11T01:38:27.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.357s coverage: 54.0% of statements [2023-08-11T01:38:33.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-08-11T01:38:33.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-08-11T01:38:33.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:38:33.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-08-11T01:38:33.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-08-11T01:38:41.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-08-11T01:38:41.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-08-11T01:38:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-08-11T01:38:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:38:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-08-11T01:38:59.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 26.370s coverage: 93.4% of statements [2023-08-11T01:38:59.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.423s coverage: 3.8% of statements [2023-08-11T01:39:00.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.707s coverage: 97.6% of statements [2023-08-11T01:39:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-08-11T01:39:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-08-11T01:39:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-08-11T01:39:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-08-11T01:39:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-08-11T01:39:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-08-11T01:39:00.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-08-11T01:39:00.570Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.227s coverage: 72.2% of statements [2023-08-11T01:39:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-08-11T01:39:10.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-08-11T01:39:10.910Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.465s coverage: 0.9% of statements [2023-08-11T01:39:10.910Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.275s coverage: 32.2% of statements [2023-08-11T01:39:15.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.301s coverage: 42.9% of statements [2023-08-11T01:39:15.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.267s coverage: 82.9% of statements [2023-08-11T01:39:15.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.241s coverage: 94.1% of statements [2023-08-11T01:39:15.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.294s coverage: 96.3% of statements [2023-08-11T01:39:19.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.233s coverage: 87.5% of statements [2023-08-11T01:39:21.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-08-11T01:39:21.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-08-11T01:39:21.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-08-11T01:39:21.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-08-11T01:39:24.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-08-11T01:39:24.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-08-11T01:39:24.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-08-11T01:39:24.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-08-11T01:39:31.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.217s coverage: 94.4% of statements [2023-08-11T01:39:31.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-08-11T01:39:31.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-08-11T01:39:31.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-08-11T01:39:31.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-08-11T01:39:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-08-11T01:39:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-08-11T01:39:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.043s coverage: 79.9% of statements [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.270s coverage: 92.9% of statements [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.229s coverage: 62.3% of statements [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.217s coverage: 87.2% of statements [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.206s coverage: 20.0% of statements [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements [2023-08-11T01:39:45.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.474s coverage: 81.8% of statements [2023-08-11T01:39:48.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-08-11T01:39:48.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-08-11T01:39:48.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.529s coverage: 82.1% of statements [2023-08-11T01:39:48.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.285s coverage: 86.0% of statements [2023-08-11T01:39:55.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-08-11T01:39:55.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-08-11T01:39:55.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.020s coverage: 63.1% of statements [2023-08-11T01:39:55.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.293s coverage: 100.0% of statements [2023-08-11T01:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 89.4% of statements [2023-08-11T01:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2023-08-11T01:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2023-08-11T01:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-08-11T01:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-08-11T01:39:57.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-08-11T01:39:57.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2023-08-11T01:40:05.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-08-11T01:40:05.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-08-11T01:40:05.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-08-11T01:40:06.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.036s coverage: 38.4% of statements [2023-08-11T01:40:06.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.259s coverage: 89.5% of statements [2023-08-11T01:40:11.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-08-11T01:40:11.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-08-11T01:40:11.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-08-11T01:40:11.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-08-11T01:40:11.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements [2023-08-11T01:40:18.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-08-11T01:40:18.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-08-11T01:40:18.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-08-11T01:40:18.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-08-11T01:40:23.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.288s coverage: 17.7% of statements [2023-08-11T01:40:24.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-08-11T01:40:24.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:40:24.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-08-11T01:40:24.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-08-11T01:40:25.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.628s coverage: 95.7% of statements [2023-08-11T01:40:29.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-08-11T01:40:29.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-08-11T01:40:29.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.295s coverage: 61.8% of statements [2023-08-11T01:40:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-08-11T01:40:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-08-11T01:40:32.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.426s coverage: 98.9% of statements [2023-08-11T01:40:33.559Z] 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-11T01:40:33.559Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-11T01:40:33.559Z] go vet ./... [2023-08-11T01:43:25.296Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-11T01:43:25.296Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-11T01:43:25.296Z] ./bin/test-attribution-txt.sh [2023-08-11T01:43:25.296Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-08-11T01:43:25.296Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-08-11T01:43:25.296Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-08-11T01:43:25.296Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-08-11T01:43:25.336Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-08-11T01:43:25.984Z] + ls -al . [2023-08-11T01:43:25.984Z] total 720 [2023-08-11T01:43:25.984Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 01:34 . [2023-08-11T01:43:25.984Z] drwxr-xr-x 4 root root 4096 Aug 11 01:34 .. [2023-08-11T01:43:25.984Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 01:33 .blubracket [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 16 Aug 11 01:33 .dockerignore [2023-08-11T01:43:25.984Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 01:33 .git [2023-08-11T01:43:25.984Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 01:33 .github [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 1133 Aug 11 01:33 .gitignore [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 42 Aug 11 01:33 .golangci.yml [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 87 Aug 11 01:33 .hadolint.yml [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 01:33 .sonarcloud.properties [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 1171 Aug 11 01:33 ADOPTERS.md [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 11152 Aug 11 01:33 Attribution.txt [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 93407 Aug 11 01:33 CHANGELOG.md [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:33 CONTRIBUTING.md [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 677 Aug 11 01:33 GOVERNANCE.md [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 883 Aug 11 01:33 Jenkinsfile [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:33 LICENSE [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 14368 Aug 11 01:33 Makefile [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 582 Aug 11 01:33 OWNERS.md [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 9923 Aug 11 01:33 README.md [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 789 Aug 11 01:33 SECURITY.md [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 01:29 VERSION [2023-08-11T01:43:25.984Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 01:33 bin [2023-08-11T01:43:25.984Z] drwxrwxr-x 18 1001 1001 4096 Aug 11 01:33 cmd [2023-08-11T01:43:25.984Z] -rw-r--r-- 1 root root 446998 Aug 11 01:40 coverage.out [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 3687 Aug 11 01:33 go.mod [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 33714 Aug 11 01:33 go.sum [2023-08-11T01:43:25.984Z] drwxrwxr-x 7 1001 1001 4096 Aug 11 01:33 internal [2023-08-11T01:43:25.984Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 01:33 openapi [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 594 Aug 11 01:33 security.txt [2023-08-11T01:43:25.984Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 01:33 snap [2023-08-11T01:43:25.984Z] -rw-rw-r-- 1 1001 1001 204 Aug 11 01:33 version.go [Pipeline] sh [2023-08-11T01:43:26.318Z] + '[' -e coverage.out ] [2023-08-11T01:43:26.318Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-08-11T01:43:26.361Z] Warning: overwriting stash ‘coverage-report’ [2023-08-11T01:43:27.194Z] Stashed 1 file(s) [Pipeline] sh [2023-08-11T01:43:27.842Z] + make build [2023-08-11T01:43:27.842Z] 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-11T01:45:19.471Z] 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-11T01:45:19.471Z] 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-11T01:45:19.471Z] 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-11T01:45:20.431Z] 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-11T01:45:59.287Z] 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-11T01:46:07.574Z] 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-11T01:46:15.841Z] 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-11T01:46:21.186Z] 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-11T01:46:24.525Z] 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-11T01:46:28.773Z] 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-11T01:46:35.413Z] 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-11T01:46:43.634Z] $ docker stop --time=1 124fe5db587fe43b0c75a345ca6103e7065d7470318ce1934e936e8cab93cc74 [2023-08-11T01:46:45.757Z] $ docker rm -f --volumes 124fe5db587fe43b0c75a345ca6103e7065d7470318ce1934e936e8cab93cc74 [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-11T01:46:48.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-11T01:46:48.616Z] [2023-08-11T01:46:48.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T01:46:49.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-11T01:46:49.292Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-08-11T01:46:49.292Z] 547446be3368: Pulling fs layer [2023-08-11T01:46:49.292Z] d125d8839a47: Pulling fs layer [2023-08-11T01:46:49.292Z] 3e85d5ac6304: Pulling fs layer [2023-08-11T01:46:49.292Z] c3105a71a48b: Pulling fs layer [2023-08-11T01:46:49.292Z] 0f093f025ec4: Pulling fs layer [2023-08-11T01:46:49.292Z] c3106fc0e877: Pulling fs layer [2023-08-11T01:46:49.292Z] c3105a71a48b: Waiting [2023-08-11T01:46:49.292Z] c3106fc0e877: Waiting [2023-08-11T01:46:49.561Z] 547446be3368: Verifying Checksum [2023-08-11T01:46:49.561Z] 547446be3368: Download complete [2023-08-11T01:46:49.561Z] c3105a71a48b: Download complete [2023-08-11T01:46:49.826Z] d125d8839a47: Verifying Checksum [2023-08-11T01:46:49.826Z] d125d8839a47: Download complete [2023-08-11T01:46:49.826Z] c3106fc0e877: Verifying Checksum [2023-08-11T01:46:49.826Z] c3106fc0e877: Download complete [2023-08-11T01:46:50.092Z] 0f093f025ec4: Verifying Checksum [2023-08-11T01:46:50.092Z] 0f093f025ec4: Download complete [2023-08-11T01:46:50.092Z] 547446be3368: Pull complete [2023-08-11T01:46:51.052Z] d125d8839a47: Pull complete [2023-08-11T01:46:51.634Z] 3e85d5ac6304: Verifying Checksum [2023-08-11T01:46:51.634Z] 3e85d5ac6304: Download complete [2023-08-11T01:46:59.833Z] 3e85d5ac6304: Pull complete [2023-08-11T01:46:59.833Z] c3105a71a48b: Pull complete [2023-08-11T01:47:01.240Z] 0f093f025ec4: Pull complete [2023-08-11T01:47:01.240Z] c3106fc0e877: Pull complete [2023-08-11T01:47:01.240Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-08-11T01:47:01.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-08-11T01:47:01.240Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T01:47:01.541Z] prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container [2023-08-11T01:47:01.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-08-11T01:47:03.676Z] $ docker top 5ade86bffa7a0321530d5f7ee1627504def64491e87802d343aaf7a99938838c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T01:47:04.566Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-08-11T01:47:12.765Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-08-11T01:47:12.765Z] #1 transferring dockerfile: [2023-08-11T01:47:12.765Z] #1 transferring dockerfile: 1.78kB done [2023-08-11T01:47:13.032Z] #1 DONE 0.4s [2023-08-11T01:47:13.299Z] [2023-08-11T01:47:13.299Z] #2 [core-metadata internal] load build definition from Dockerfile [2023-08-11T01:47:13.299Z] #2 transferring dockerfile: 1.96kB done [2023-08-11T01:47:13.299Z] #2 DONE 0.0s [2023-08-11T01:47:13.299Z] [2023-08-11T01:47:13.299Z] #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-08-11T01:47:13.299Z] #3 transferring dockerfile: 2.12kB done [2023-08-11T01:47:13.299Z] #3 DONE 0.1s [2023-08-11T01:47:13.299Z] [2023-08-11T01:47:13.299Z] #4 [support-notifications internal] load build definition from Dockerfile [2023-08-11T01:47:13.566Z] #4 transferring dockerfile: 1.84kB done [2023-08-11T01:47:13.566Z] #4 DONE 0.1s [2023-08-11T01:47:13.566Z] [2023-08-11T01:47:13.566Z] #5 [core-command internal] load build definition from Dockerfile [2023-08-11T01:47:13.566Z] #5 transferring dockerfile: 1.82kB done [2023-08-11T01:47:13.566Z] #5 DONE 0.1s [2023-08-11T01:47:13.566Z] [2023-08-11T01:47:13.566Z] #6 [security-spire-config internal] load build definition from Dockerfile [2023-08-11T01:47:13.566Z] #6 transferring dockerfile: 2.58kB 0.0s done [2023-08-11T01:47:13.566Z] #6 DONE 0.1s [2023-08-11T01:47:13.566Z] [2023-08-11T01:47:13.567Z] #7 [core-data internal] load build definition from Dockerfile [2023-08-11T01:47:13.834Z] #7 transferring dockerfile: 1.90kB done [2023-08-11T01:47:13.834Z] #7 DONE 0.0s [2023-08-11T01:47:13.834Z] [2023-08-11T01:47:13.834Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2023-08-11T01:47:13.834Z] #8 transferring dockerfile: 2.38kB done [2023-08-11T01:47:13.834Z] #8 DONE 0.1s [2023-08-11T01:47:13.834Z] [2023-08-11T01:47:13.834Z] #9 [security-spire-server internal] load build definition from Dockerfile [2023-08-11T01:47:13.834Z] #9 transferring dockerfile: 2.63kB done [2023-08-11T01:47:13.834Z] #9 DONE 0.1s [2023-08-11T01:47:13.834Z] [2023-08-11T01:47:13.834Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2023-08-11T01:47:13.834Z] #10 transferring dockerfile: 2.04kB done [2023-08-11T01:47:13.834Z] #10 DONE 0.1s [2023-08-11T01:47:13.834Z] [2023-08-11T01:47:13.834Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2023-08-11T01:47:13.834Z] #11 transferring dockerfile: 2.82kB done [2023-08-11T01:47:13.834Z] #11 DONE 0.1s [2023-08-11T01:47:13.834Z] [2023-08-11T01:47:13.834Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2023-08-11T01:47:14.099Z] #12 transferring dockerfile: 2.06kB 0.0s done [2023-08-11T01:47:14.099Z] #12 DONE 0.1s [2023-08-11T01:47:14.099Z] [2023-08-11T01:47:14.099Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2023-08-11T01:47:14.099Z] #13 transferring dockerfile: 2.68kB done [2023-08-11T01:47:14.099Z] #13 DONE 0.1s [2023-08-11T01:47:14.099Z] [2023-08-11T01:47:14.099Z] #14 [support-scheduler internal] load build definition from Dockerfile [2023-08-11T01:47:14.099Z] #14 transferring dockerfile: 1.82kB done [2023-08-11T01:47:14.099Z] #14 DONE 0.0s [2023-08-11T01:47:14.099Z] [2023-08-11T01:47:14.099Z] #15 [security-spiffe-token-provider internal] load .dockerignore [2023-08-11T01:47:14.099Z] #15 transferring context: 56B done [2023-08-11T01:47:14.099Z] #15 DONE 0.1s [2023-08-11T01:47:15.058Z] [2023-08-11T01:47:15.058Z] #16 [core-metadata internal] load .dockerignore [2023-08-11T01:47:15.058Z] #16 transferring context: 56B done [2023-08-11T01:47:15.058Z] #16 DONE 0.0s [2023-08-11T01:47:15.058Z] [2023-08-11T01:47:15.058Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2023-08-11T01:47:15.058Z] #17 transferring context: 56B done [2023-08-11T01:47:15.058Z] #17 DONE 0.0s [2023-08-11T01:47:15.058Z] [2023-08-11T01:47:15.058Z] #18 [support-notifications internal] load .dockerignore [2023-08-11T01:47:15.058Z] #18 transferring context: 56B done [2023-08-11T01:47:15.058Z] #18 DONE 0.1s [2023-08-11T01:47:15.058Z] [2023-08-11T01:47:15.058Z] #19 [core-command internal] load .dockerignore [2023-08-11T01:47:15.058Z] #19 transferring context: 56B done [2023-08-11T01:47:15.058Z] #19 DONE 0.0s [2023-08-11T01:47:15.058Z] [2023-08-11T01:47:15.058Z] #20 [security-spire-config internal] load .dockerignore [2023-08-11T01:47:15.058Z] #20 transferring context: 56B done [2023-08-11T01:47:15.058Z] #20 DONE 0.0s [2023-08-11T01:47:15.058Z] [2023-08-11T01:47:15.058Z] #21 [core-data internal] load .dockerignore [2023-08-11T01:47:15.058Z] #21 transferring context: 56B done [2023-08-11T01:47:15.058Z] #21 DONE 0.1s [2023-08-11T01:47:15.058Z] [2023-08-11T01:47:15.058Z] #22 [security-secretstore-setup internal] load .dockerignore [2023-08-11T01:47:15.058Z] #22 transferring context: 56B done [2023-08-11T01:47:15.058Z] #22 DONE 0.0s [2023-08-11T01:47:15.326Z] [2023-08-11T01:47:15.326Z] #23 [security-spire-server internal] load .dockerignore [2023-08-11T01:47:15.326Z] #23 transferring context: 56B done [2023-08-11T01:47:15.326Z] #23 DONE 0.1s [2023-08-11T01:47:15.326Z] [2023-08-11T01:47:15.326Z] #24 [security-proxy-auth internal] load .dockerignore [2023-08-11T01:47:15.326Z] #24 transferring context: 56B done [2023-08-11T01:47:15.326Z] #24 DONE 0.1s [2023-08-11T01:47:15.326Z] [2023-08-11T01:47:15.326Z] #25 [security-bootstrapper internal] load .dockerignore [2023-08-11T01:47:15.326Z] #25 transferring context: 56B done [2023-08-11T01:47:15.326Z] #25 DONE 0.1s [2023-08-11T01:47:15.326Z] [2023-08-11T01:47:15.326Z] #26 [security-proxy-setup internal] load .dockerignore [2023-08-11T01:47:15.593Z] #26 transferring context: 56B done [2023-08-11T01:47:15.593Z] #26 DONE 0.1s [2023-08-11T01:47:15.593Z] [2023-08-11T01:47:15.593Z] #27 [security-spire-agent internal] load .dockerignore [2023-08-11T01:47:15.593Z] #27 transferring context: 56B done [2023-08-11T01:47:15.593Z] #27 DONE 0.1s [2023-08-11T01:47:15.593Z] [2023-08-11T01:47:15.593Z] #28 [support-scheduler internal] load .dockerignore [2023-08-11T01:47:15.593Z] #28 transferring context: 56B 0.0s done [2023-08-11T01:47:15.593Z] #28 DONE 0.1s [2023-08-11T01:47:15.593Z] [2023-08-11T01:47:15.593Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:15.593Z] #29 DONE 0.0s [2023-08-11T01:47:15.593Z] [2023-08-11T01:47:15.593Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:47:16.175Z] #30 DONE 0.5s [2023-08-11T01:47:16.175Z] [2023-08-11T01:47:16.175Z] #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:16.175Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:16.175Z] #31 ... [2023-08-11T01:47:16.175Z] [2023-08-11T01:47:16.175Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:16.175Z] #29 DONE 0.0s [2023-08-11T01:47:16.175Z] [2023-08-11T01:47:16.175Z] #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:16.175Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:16.175Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:16.175Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:16.175Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s [2023-08-11T01:47:16.441Z] #31 ... [2023-08-11T01:47:16.441Z] [2023-08-11T01:47:16.441Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:16.441Z] #29 DONE 0.0s [2023-08-11T01:47:16.441Z] [2023-08-11T01:47:16.441Z] #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:16.441Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:16.441Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:16.441Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:16.441Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:16.441Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s [2023-08-11T01:47:16.441Z] #31 ... [2023-08-11T01:47:16.441Z] [2023-08-11T01:47:16.441Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:16.441Z] #29 DONE 0.0s [2023-08-11T01:47:16.441Z] [2023-08-11T01:47:16.441Z] #31 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:16.441Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:16.441Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:16.441Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:16.441Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:16.441Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:16.441Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 [2023-08-11T01:47:16.706Z] #31 ... [2023-08-11T01:47:16.706Z] [2023-08-11T01:47:16.706Z] #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:16.706Z] #29 DONE 0.0s [2023-08-11T01:47:16.706Z] [2023-08-11T01:47:16.706Z] #31 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:16.706Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:16.706Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:16.706Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:16.706Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:16.706Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:16.972Z] #31 ... [2023-08-11T01:47:16.972Z] [2023-08-11T01:47:16.972Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:16.972Z] #29 DONE 0.0s [2023-08-11T01:47:16.972Z] [2023-08-11T01:47:16.972Z] #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:16.972Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:16.972Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:16.972Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:16.972Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:16.972Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:16.972Z] #31 ... [2023-08-11T01:47:16.972Z] [2023-08-11T01:47:16.972Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:47:16.972Z] #30 DONE 0.6s [2023-08-11T01:47:16.972Z] [2023-08-11T01:47:16.972Z] #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:16.972Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:16.972Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:16.972Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:16.972Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:16.972Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:17.242Z] #31 ... [2023-08-11T01:47:17.242Z] [2023-08-11T01:47:17.242Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:17.242Z] #29 DONE 0.0s [2023-08-11T01:47:17.242Z] [2023-08-11T01:47:17.242Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:47:17.242Z] #30 DONE 0.7s [2023-08-11T01:47:17.242Z] [2023-08-11T01:47:17.242Z] #31 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:17.242Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:17.242Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:17.242Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:17.242Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:17.242Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:17.510Z] #31 ... [2023-08-11T01:47:17.510Z] [2023-08-11T01:47:17.510Z] #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:17.510Z] #29 DONE 0.0s [2023-08-11T01:47:17.510Z] [2023-08-11T01:47:17.510Z] #31 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:17.510Z] #31 ... [2023-08-11T01:47:17.510Z] [2023-08-11T01:47:17.510Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:17.510Z] #29 DONE 0.0s [2023-08-11T01:47:17.510Z] [2023-08-11T01:47:17.510Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:47:17.510Z] #30 DONE 1.0s [2023-08-11T01:47:17.510Z] [2023-08-11T01:47:17.510Z] #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:17.510Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:17.510Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:17.510Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:17.510Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:17.510Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:17.778Z] #31 ... [2023-08-11T01:47:17.778Z] [2023-08-11T01:47:17.778Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:17.778Z] #29 DONE 0.0s [2023-08-11T01:47:17.778Z] [2023-08-11T01:47:17.778Z] #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.058Z] #31 ... [2023-08-11T01:47:18.058Z] [2023-08-11T01:47:18.058Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:18.058Z] #29 DONE 0.0s [2023-08-11T01:47:18.058Z] [2023-08-11T01:47:18.058Z] #31 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.058Z] #31 ... [2023-08-11T01:47:18.058Z] [2023-08-11T01:47:18.058Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:47:18.058Z] #30 DONE 1.2s [2023-08-11T01:47:18.058Z] [2023-08-11T01:47:18.058Z] #32 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-11T01:47:18.058Z] #32 DONE 2.7s [2023-08-11T01:47:18.058Z] [2023-08-11T01:47:18.058Z] #31 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.058Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:18.058Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:18.058Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:18.058Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:18.058Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:18.058Z] #31 ... [2023-08-11T01:47:18.058Z] [2023-08-11T01:47:18.058Z] #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-11T01:47:18.058Z] #32 DONE 2.7s [2023-08-11T01:47:18.058Z] [2023-08-11T01:47:18.058Z] #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.058Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:18.058Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:18.058Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:18.058Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:18.058Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:18.324Z] #31 ... [2023-08-11T01:47:18.324Z] [2023-08-11T01:47:18.324Z] #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:18.324Z] #29 DONE 0.1s [2023-08-11T01:47:18.324Z] [2023-08-11T01:47:18.324Z] #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.324Z] #31 ... [2023-08-11T01:47:18.324Z] [2023-08-11T01:47:18.324Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-08-11T01:47:18.324Z] #29 DONE 0.1s [2023-08-11T01:47:18.324Z] [2023-08-11T01:47:18.324Z] #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.324Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done [2023-08-11T01:47:18.591Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done [2023-08-11T01:47:18.591Z] #31 ... [2023-08-11T01:47:18.591Z] [2023-08-11T01:47:18.591Z] #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 [2023-08-11T01:47:18.591Z] #30 DONE 1.6s [2023-08-11T01:47:18.591Z] [2023-08-11T01:47:18.591Z] #32 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-11T01:47:18.591Z] #32 DONE 2.8s [2023-08-11T01:47:18.591Z] [2023-08-11T01:47:18.591Z] #31 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.591Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:18.591Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:18.591Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:18.591Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:18.591Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:18.591Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done [2023-08-11T01:47:18.591Z] #31 ... [2023-08-11T01:47:18.591Z] [2023-08-11T01:47:18.591Z] #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-08-11T01:47:18.591Z] #32 DONE 2.8s [2023-08-11T01:47:18.591Z] [2023-08-11T01:47:18.591Z] #31 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:18.591Z] #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done [2023-08-11T01:47:18.591Z] #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done [2023-08-11T01:47:18.591Z] #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done [2023-08-11T01:47:18.591Z] #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done [2023-08-11T01:47:18.591Z] #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done [2023-08-11T01:47:18.591Z] #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 2.0s done [2023-08-11T01:47:19.179Z] #31 ... [2023-08-11T01:47:19.179Z] [2023-08-11T01:47:19.179Z] #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2023-08-11T01:47:19.179Z] #33 DONE 2.0s [2023-08-11T01:47:19.179Z] [2023-08-11T01:47:19.179Z] #34 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2023-08-11T01:47:20.584Z] #34 ... [2023-08-11T01:47:20.584Z] [2023-08-11T01:47:20.584Z] #31 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T01:47:20.584Z] #31 DONE 5.1s [2023-08-11T01:47:20.584Z] [2023-08-11T01:47:20.584Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:47:20.584Z] #35 transferring context: 27.69MB 4.4s [2023-08-11T01:47:21.545Z] #35 ... [2023-08-11T01:47:21.545Z] [2023-08-11T01:47:21.545Z] #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-11T01:47:26.874Z] #36 ... [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:26.874Z] #37 transferring context: 24.42MB 9.7s [2023-08-11T01:47:26.874Z] #37 ... [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #38 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2023-08-11T01:47:26.874Z] #0 3.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:26.874Z] #0 3.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:26.874Z] #0 5.602 OK: 263 MiB in 53 packages [2023-08-11T01:47:26.874Z] #38 DONE 7.3s [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:26.874Z] #37 ... [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #39 [support-notifications internal] load build context [2023-08-11T01:47:26.874Z] #39 ... [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #40 [core-command internal] load build context [2023-08-11T01:47:26.874Z] #40 ... [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:26.874Z] #41 ... [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #42 [security-spire-config internal] load build context [2023-08-11T01:47:26.874Z] #42 ... [2023-08-11T01:47:26.874Z] [2023-08-11T01:47:26.874Z] #40 [core-command internal] load build context [2023-08-11T01:47:27.139Z] #40 ... [2023-08-11T01:47:27.139Z] [2023-08-11T01:47:27.139Z] #34 [core-data builder 3/7] RUN apk add --update --no-cache make git [2023-08-11T01:47:27.139Z] #34 5.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:27.139Z] #34 6.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:27.139Z] #34 7.378 OK: 263 MiB in 53 packages [2023-08-11T01:47:27.139Z] #34 DONE 8.1s [2023-08-11T01:47:27.139Z] [2023-08-11T01:47:27.139Z] #40 [core-command internal] load build context [2023-08-11T01:47:27.139Z] #40 ... [2023-08-11T01:47:27.139Z] [2023-08-11T01:47:27.139Z] #43 [core-data internal] load build context [2023-08-11T01:47:27.139Z] #43 ... [2023-08-11T01:47:27.139Z] [2023-08-11T01:47:27.139Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:47:27.404Z] #44 ... [2023-08-11T01:47:27.404Z] [2023-08-11T01:47:27.404Z] #42 [security-spire-config internal] load build context [2023-08-11T01:47:27.669Z] #42 ... [2023-08-11T01:47:27.669Z] [2023-08-11T01:47:27.669Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:27.669Z] #45 ... [2023-08-11T01:47:27.669Z] [2023-08-11T01:47:27.669Z] #46 [security-spire-server internal] load build context [2023-08-11T01:47:27.937Z] #46 ... [2023-08-11T01:47:27.937Z] [2023-08-11T01:47:27.937Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:28.203Z] #45 ... [2023-08-11T01:47:28.203Z] [2023-08-11T01:47:28.203Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:47:28.203Z] #47 ... [2023-08-11T01:47:28.203Z] [2023-08-11T01:47:28.203Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:47:28.471Z] #48 ... [2023-08-11T01:47:28.471Z] [2023-08-11T01:47:28.471Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:47:28.471Z] #44 ... [2023-08-11T01:47:28.471Z] [2023-08-11T01:47:28.471Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:28.741Z] #49 ... [2023-08-11T01:47:28.741Z] [2023-08-11T01:47:28.741Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:47:28.741Z] #50 ... [2023-08-11T01:47:28.741Z] [2023-08-11T01:47:28.741Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:29.325Z] #49 ... [2023-08-11T01:47:29.325Z] [2023-08-11T01:47:29.325Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-11T01:47:29.325Z] #0 7.944 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:29.325Z] #0 9.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:29.325Z] #51 ... [2023-08-11T01:47:29.325Z] [2023-08-11T01:47:29.325Z] #52 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-11T01:47:29.325Z] #0 7.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:29.325Z] #0 9.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:29.325Z] #52 ... [2023-08-11T01:47:29.325Z] [2023-08-11T01:47:29.325Z] #53 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-11T01:47:29.325Z] #0 7.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:29.325Z] #0 9.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:29.593Z] #53 ... [2023-08-11T01:47:29.593Z] [2023-08-11T01:47:29.593Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:30.555Z] #49 ... [2023-08-11T01:47:30.555Z] [2023-08-11T01:47:30.555Z] #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-11T01:47:30.555Z] #0 8.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:30.826Z] #54 ... [2023-08-11T01:47:30.826Z] [2023-08-11T01:47:30.826Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:31.413Z] #37 transferring context: 30.03MB 14.8s [2023-08-11T01:47:31.679Z] #37 ... [2023-08-11T01:47:31.679Z] [2023-08-11T01:47:31.679Z] #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-11T01:47:31.679Z] #55 ... [2023-08-11T01:47:31.679Z] [2023-08-11T01:47:31.679Z] #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:47:31.679Z] #56 ... [2023-08-11T01:47:31.679Z] [2023-08-11T01:47:31.679Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-11T01:47:31.944Z] #57 ... [2023-08-11T01:47:31.944Z] [2023-08-11T01:47:31.944Z] #58 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-11T01:47:31.944Z] #58 ... [2023-08-11T01:47:31.944Z] [2023-08-11T01:47:31.944Z] #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-11T01:47:32.210Z] #59 ... [2023-08-11T01:47:32.210Z] [2023-08-11T01:47:32.210Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:47:32.210Z] #35 ... [2023-08-11T01:47:32.210Z] [2023-08-11T01:47:32.210Z] #60 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-11T01:47:32.476Z] #60 ... [2023-08-11T01:47:32.476Z] [2023-08-11T01:47:32.476Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-11T01:47:32.476Z] #61 ... [2023-08-11T01:47:32.476Z] [2023-08-11T01:47:32.476Z] #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-11T01:47:32.476Z] #36 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:33.878Z] #36 ... [2023-08-11T01:47:33.878Z] [2023-08-11T01:47:33.878Z] #53 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl [2023-08-11T01:47:33.878Z] #53 12.37 OK: 263 MiB in 53 packages [2023-08-11T01:47:33.878Z] #53 DONE 14.6s [2023-08-11T01:47:33.878Z] [2023-08-11T01:47:33.878Z] #46 [security-spire-server internal] load build context [2023-08-11T01:47:33.878Z] #46 ... [2023-08-11T01:47:33.878Z] [2023-08-11T01:47:33.878Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:47:34.146Z] #35 ... [2023-08-11T01:47:34.146Z] [2023-08-11T01:47:34.146Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-08-11T01:47:34.146Z] #51 13.64 OK: 263 MiB in 53 packages [2023-08-11T01:47:34.146Z] #51 DONE 14.9s [2023-08-11T01:47:34.412Z] [2023-08-11T01:47:34.412Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:47:35.816Z] #35 transferring context: 52.30MB 19.6s [2023-08-11T01:47:36.782Z] #35 ... [2023-08-11T01:47:36.782Z] [2023-08-11T01:47:36.782Z] #54 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-08-11T01:47:36.782Z] #54 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:36.782Z] #54 14.39 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:36.782Z] #54 14.39 (2/2) Installing su-exec (0.2-r2) [2023-08-11T01:47:36.782Z] #54 14.39 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:36.782Z] #54 14.58 OK: 8 MiB in 17 packages [2023-08-11T01:47:36.782Z] #54 DONE 15.9s [2023-08-11T01:47:36.782Z] [2023-08-11T01:47:36.782Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:47:36.782Z] #35 ... [2023-08-11T01:47:36.782Z] [2023-08-11T01:47:36.782Z] #39 [support-notifications internal] load build context [2023-08-11T01:47:36.782Z] #39 ... [2023-08-11T01:47:36.782Z] [2023-08-11T01:47:36.782Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:37.049Z] #41 ... [2023-08-11T01:47:37.049Z] [2023-08-11T01:47:37.049Z] #39 [support-notifications internal] load build context [2023-08-11T01:47:37.314Z] #39 ... [2023-08-11T01:47:37.314Z] [2023-08-11T01:47:37.314Z] #40 [core-command internal] load build context [2023-08-11T01:47:37.314Z] #40 ... [2023-08-11T01:47:37.314Z] [2023-08-11T01:47:37.314Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:37.582Z] #41 ... [2023-08-11T01:47:37.582Z] [2023-08-11T01:47:37.582Z] #43 [core-data internal] load build context [2023-08-11T01:47:37.582Z] #43 ... [2023-08-11T01:47:37.582Z] [2023-08-11T01:47:37.582Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:37.853Z] #41 ... [2023-08-11T01:47:37.853Z] [2023-08-11T01:47:37.853Z] #42 [security-spire-config internal] load build context [2023-08-11T01:47:38.119Z] #42 ... [2023-08-11T01:47:38.119Z] [2023-08-11T01:47:38.119Z] #43 [core-data internal] load build context [2023-08-11T01:47:38.385Z] #43 ... [2023-08-11T01:47:38.385Z] [2023-08-11T01:47:38.385Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:47:38.385Z] #47 ... [2023-08-11T01:47:38.385Z] [2023-08-11T01:47:38.385Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:38.652Z] #45 ... [2023-08-11T01:47:38.652Z] [2023-08-11T01:47:38.652Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:47:38.652Z] #44 ... [2023-08-11T01:47:38.652Z] [2023-08-11T01:47:38.652Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:47:38.918Z] #47 ... [2023-08-11T01:47:38.918Z] [2023-08-11T01:47:38.918Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:47:38.918Z] #48 ... [2023-08-11T01:47:38.918Z] [2023-08-11T01:47:39.185Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:47:39.185Z] #50 ... [2023-08-11T01:47:39.185Z] [2023-08-11T01:47:39.185Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:47:41.139Z] #48 ... [2023-08-11T01:47:41.139Z] [2023-08-11T01:47:41.139Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:41.139Z] #49 ... [2023-08-11T01:47:41.139Z] [2023-08-11T01:47:41.139Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:47:41.722Z] #48 ... [2023-08-11T01:47:41.722Z] [2023-08-11T01:47:41.722Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:41.722Z] #37 transferring context: 44.23MB 25.1s [2023-08-11T01:47:41.722Z] #37 ... [2023-08-11T01:47:41.722Z] [2023-08-11T01:47:41.722Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:47:41.993Z] #47 ... [2023-08-11T01:47:41.993Z] [2023-08-11T01:47:41.993Z] #62 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-08-11T01:47:41.993Z] #62 DONE 5.3s [2023-08-11T01:47:41.993Z] [2023-08-11T01:47:41.993Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:47:42.974Z] #47 ... [2023-08-11T01:47:42.974Z] [2023-08-11T01:47:42.974Z] #52 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-08-11T01:47:42.974Z] #52 13.32 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:47:42.974Z] #52 13.32 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:47:42.974Z] #52 13.32 OK: 17694 distinct packages available [2023-08-11T01:47:42.974Z] #52 14.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:42.974Z] #52 15.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:42.974Z] #52 22.30 OK: 263 MiB in 53 packages [2023-08-11T01:47:42.974Z] #52 DONE 23.5s [2023-08-11T01:47:42.974Z] [2023-08-11T01:47:42.974Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:47:42.974Z] #47 ... [2023-08-11T01:47:42.974Z] [2023-08-11T01:47:42.974Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-11T01:47:42.974Z] #61 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:42.974Z] #61 13.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:42.974Z] #61 19.99 (1/2) Installing ca-certificates (20230506-r0) [2023-08-11T01:47:42.974Z] #61 20.61 (2/2) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:42.974Z] #61 20.75 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:42.974Z] #61 20.94 Executing ca-certificates-20230506-r0.trigger [2023-08-11T01:47:42.974Z] #61 ... [2023-08-11T01:47:42.974Z] [2023-08-11T01:47:42.974Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:43.241Z] #37 ... [2023-08-11T01:47:43.241Z] [2023-08-11T01:47:43.241Z] #63 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-08-11T01:47:43.241Z] #63 DONE 1.1s [2023-08-11T01:47:43.507Z] [2023-08-11T01:47:43.507Z] #40 [core-command internal] load build context [2023-08-11T01:47:43.507Z] #40 ... [2023-08-11T01:47:43.507Z] [2023-08-11T01:47:43.507Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:44.090Z] #37 ... [2023-08-11T01:47:44.090Z] [2023-08-11T01:47:44.090Z] #46 [security-spire-server internal] load build context [2023-08-11T01:47:44.357Z] #46 ... [2023-08-11T01:47:44.357Z] [2023-08-11T01:47:44.357Z] #40 [core-command internal] load build context [2023-08-11T01:47:44.625Z] #40 ... [2023-08-11T01:47:44.625Z] [2023-08-11T01:47:44.625Z] #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-11T01:47:44.625Z] #55 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:44.625Z] #55 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:44.625Z] #55 22.76 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:44.625Z] #55 22.80 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:44.625Z] #55 22.93 OK: 8 MiB in 16 packages [2023-08-11T01:47:44.901Z] #55 ... [2023-08-11T01:47:44.901Z] [2023-08-11T01:47:44.901Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:45.174Z] #49 ... [2023-08-11T01:47:45.174Z] [2023-08-11T01:47:45.174Z] #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-11T01:47:45.174Z] #36 13.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:45.174Z] #36 19.69 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:47:45.174Z] #36 19.72 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:47:45.174Z] #36 19.72 OK: 17689 distinct packages available [2023-08-11T01:47:45.174Z] #36 21.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:45.440Z] #36 ... [2023-08-11T01:47:45.440Z] [2023-08-11T01:47:45.440Z] #55 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-08-11T01:47:45.440Z] #55 DONE 24.2s [2023-08-11T01:47:45.440Z] [2023-08-11T01:47:45.440Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:46.040Z] #49 ... [2023-08-11T01:47:46.040Z] [2023-08-11T01:47:46.040Z] #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:47:46.040Z] #56 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:46.040Z] #56 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:46.040Z] #56 22.88 (1/1) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:46.040Z] #56 22.88 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:46.040Z] #56 23.01 OK: 8 MiB in 16 packages [2023-08-11T01:47:46.040Z] #56 ... [2023-08-11T01:47:46.040Z] [2023-08-11T01:47:46.040Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:46.622Z] #49 ... [2023-08-11T01:47:46.622Z] [2023-08-11T01:47:46.622Z] #56 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-08-11T01:47:46.622Z] #56 DONE 24.9s [2023-08-11T01:47:46.622Z] [2023-08-11T01:47:46.622Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:46.622Z] #49 ... [2023-08-11T01:47:46.622Z] [2023-08-11T01:47:46.622Z] #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-11T01:47:46.622Z] #59 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:46.622Z] #59 19.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:46.888Z] #59 ... [2023-08-11T01:47:46.888Z] [2023-08-11T01:47:46.888Z] #61 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-08-11T01:47:46.888Z] #61 23.25 OK: 8 MiB in 17 packages [2023-08-11T01:47:46.888Z] #61 DONE 25.0s [2023-08-11T01:47:46.888Z] [2023-08-11T01:47:46.888Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-11T01:47:46.888Z] #57 15.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:46.888Z] #57 18.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:46.888Z] #57 24.60 (1/4) Installing ca-certificates (20230506-r0) [2023-08-11T01:47:46.888Z] #57 24.97 (2/4) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:46.888Z] #57 25.03 (3/4) Installing su-exec (0.2-r2) [2023-08-11T01:47:46.888Z] #57 25.03 (4/4) Installing yq (4.30.4-r4) [2023-08-11T01:47:46.888Z] #57 ... [2023-08-11T01:47:46.888Z] [2023-08-11T01:47:46.888Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:47:46.888Z] #35 transferring context: 73.80MB 30.5s [2023-08-11T01:47:46.888Z] #35 ... [2023-08-11T01:47:46.888Z] [2023-08-11T01:47:46.888Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:47.481Z] #49 ... [2023-08-11T01:47:47.481Z] [2023-08-11T01:47:47.481Z] #39 [support-notifications internal] load build context [2023-08-11T01:47:47.481Z] #39 ... [2023-08-11T01:47:47.482Z] [2023-08-11T01:47:47.482Z] #58 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-11T01:47:47.482Z] #58 15.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:47.482Z] #58 18.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:47.482Z] #58 25.30 (1/2) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:47.482Z] #58 25.33 (2/2) Installing openssl (3.0.10-r0) [2023-08-11T01:47:47.482Z] #58 25.35 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:47.482Z] #58 25.39 OK: 8 MiB in 17 packages [2023-08-11T01:47:47.482Z] #58 ... [2023-08-11T01:47:47.482Z] [2023-08-11T01:47:47.482Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:47.748Z] #49 ... [2023-08-11T01:47:47.748Z] [2023-08-11T01:47:47.748Z] #60 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-11T01:47:47.748Z] #60 15.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:47.748Z] #60 19.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:47.748Z] #60 25.68 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:47:47.748Z] #60 25.68 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:47:47.748Z] #60 25.68 OK: 17689 distinct packages available [2023-08-11T01:47:47.748Z] #60 ... [2023-08-11T01:47:47.748Z] [2023-08-11T01:47:47.748Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-11T01:47:47.748Z] #57 26.00 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:47.748Z] #57 26.14 Executing ca-certificates-20230506-r0.trigger [2023-08-11T01:47:48.016Z] #57 ... [2023-08-11T01:47:48.016Z] [2023-08-11T01:47:48.016Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:48.016Z] #41 ... [2023-08-11T01:47:48.016Z] [2023-08-11T01:47:48.016Z] #42 [security-spire-config internal] load build context [2023-08-11T01:47:48.306Z] #42 ... [2023-08-11T01:47:48.306Z] [2023-08-11T01:47:48.306Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:48.571Z] #41 ... [2023-08-11T01:47:48.571Z] [2023-08-11T01:47:48.571Z] #43 [core-data internal] load build context [2023-08-11T01:47:48.571Z] #43 ... [2023-08-11T01:47:48.571Z] [2023-08-11T01:47:48.571Z] #58 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl [2023-08-11T01:47:48.571Z] #58 DONE 26.8s [2023-08-11T01:47:48.571Z] [2023-08-11T01:47:48.571Z] #64 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-11T01:47:48.836Z] #64 ... [2023-08-11T01:47:48.836Z] [2023-08-11T01:47:48.836Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:48.836Z] #45 ... [2023-08-11T01:47:48.836Z] [2023-08-11T01:47:48.836Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:48.836Z] #41 ... [2023-08-11T01:47:48.836Z] [2023-08-11T01:47:48.836Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:47:49.105Z] #44 ... [2023-08-11T01:47:49.105Z] [2023-08-11T01:47:49.105Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:49.374Z] #41 ... [2023-08-11T01:47:49.374Z] [2023-08-11T01:47:49.374Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:47:49.640Z] #50 ... [2023-08-11T01:47:49.640Z] [2023-08-11T01:47:49.640Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:49.640Z] #45 ... [2023-08-11T01:47:49.640Z] [2023-08-11T01:47:49.640Z] #64 [security-proxy-setup stage-1 3/9] WORKDIR /edgex [2023-08-11T01:47:49.640Z] #64 DONE 0.9s [2023-08-11T01:47:49.640Z] [2023-08-11T01:47:49.640Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:50.224Z] #45 ... [2023-08-11T01:47:50.224Z] [2023-08-11T01:47:50.224Z] #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-08-11T01:47:50.224Z] #57 27.52 OK: 17 MiB in 19 packages [2023-08-11T01:47:50.224Z] #57 DONE 28.3s [2023-08-11T01:47:50.224Z] [2023-08-11T01:47:50.224Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:51.634Z] #45 ... [2023-08-11T01:47:51.634Z] [2023-08-11T01:47:51.634Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:47:51.634Z] #48 ... [2023-08-11T01:47:51.634Z] [2023-08-11T01:47:51.634Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:52.596Z] #45 ... [2023-08-11T01:47:52.596Z] [2023-08-11T01:47:52.596Z] #36 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-08-11T01:47:52.596Z] #36 24.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:52.596Z] #36 28.32 (1/9) Installing ca-certificates (20230506-r0) [2023-08-11T01:47:52.596Z] #36 28.55 (2/9) Installing brotli-libs (1.0.9-r9) [2023-08-11T01:47:52.596Z] #36 28.60 (3/9) Installing nghttp2-libs (1.51.0-r1) [2023-08-11T01:47:52.596Z] #36 28.62 (4/9) Installing libcurl (8.2.1-r0) [2023-08-11T01:47:52.596Z] #36 28.67 (5/9) Installing curl (8.2.1-r0) [2023-08-11T01:47:52.596Z] #36 28.69 (6/9) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:52.596Z] #36 28.73 (7/9) Installing musl-obstack (1.2.3-r0) [2023-08-11T01:47:52.596Z] #36 28.86 (8/9) Installing libucontext (1.2-r0) [2023-08-11T01:47:52.596Z] #36 28.86 (9/9) Installing gcompat (1.1.0-r0) [2023-08-11T01:47:52.596Z] #36 28.86 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:52.596Z] #36 28.94 Executing ca-certificates-20230506-r0.trigger [2023-08-11T01:47:52.596Z] #36 29.95 OK: 11 MiB in 24 packages [2023-08-11T01:47:52.596Z] #36 DONE 31.1s [2023-08-11T01:47:52.596Z] [2023-08-11T01:47:52.596Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:52.596Z] #45 transferring context: 63.48MB 34.7s [2023-08-11T01:47:52.863Z] #45 ... [2023-08-11T01:47:52.863Z] [2023-08-11T01:47:52.863Z] #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-08-11T01:47:52.863Z] #59 25.41 v3.17.5-12-gbb3d15e62a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-08-11T01:47:52.863Z] #59 25.41 v3.17.5-11-g5c54257e58e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-08-11T01:47:52.863Z] #59 25.41 OK: 17689 distinct packages available [2023-08-11T01:47:52.863Z] #59 26.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:52.863Z] #59 27.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:52.863Z] #59 29.86 (1/4) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:52.863Z] #59 29.88 (2/4) Installing musl-obstack (1.2.3-r0) [2023-08-11T01:47:52.863Z] #59 29.89 (3/4) Installing libucontext (1.2-r0) [2023-08-11T01:47:52.863Z] #59 29.90 (4/4) Installing gcompat (1.1.0-r0) [2023-08-11T01:47:52.863Z] #59 29.92 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:52.863Z] #59 29.97 OK: 8 MiB in 19 packages [2023-08-11T01:47:52.863Z] #59 DONE 31.2s [2023-08-11T01:47:52.863Z] [2023-08-11T01:47:52.863Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:53.127Z] #45 ... [2023-08-11T01:47:53.127Z] [2023-08-11T01:47:53.127Z] #60 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-08-11T01:47:53.127Z] #60 26.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:53.127Z] #60 28.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T01:47:53.127Z] #60 30.35 (1/5) Installing dumb-init (1.2.5-r2) [2023-08-11T01:47:53.127Z] #60 30.35 (2/5) Installing musl-obstack (1.2.3-r0) [2023-08-11T01:47:53.127Z] #60 30.35 (3/5) Installing libucontext (1.2-r0) [2023-08-11T01:47:53.127Z] #60 30.35 (4/5) Installing gcompat (1.1.0-r0) [2023-08-11T01:47:53.127Z] #60 30.35 (5/5) Installing openssl (3.0.10-r0) [2023-08-11T01:47:53.127Z] #60 30.35 Executing busybox-1.35.0-r29.trigger [2023-08-11T01:47:53.127Z] #60 30.49 OK: 9 MiB in 20 packages [2023-08-11T01:47:53.127Z] #60 DONE 31.4s [2023-08-11T01:47:53.127Z] [2023-08-11T01:47:53.127Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:53.127Z] #45 ... [2023-08-11T01:47:53.127Z] [2023-08-11T01:47:53.127Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:47:53.392Z] #47 ... [2023-08-11T01:47:53.392Z] [2023-08-11T01:47:53.392Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:47:54.347Z] #45 ... [2023-08-11T01:47:54.347Z] [2023-08-11T01:47:54.347Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:54.347Z] #37 ... [2023-08-11T01:47:54.347Z] [2023-08-11T01:47:54.347Z] #46 [security-spire-server internal] load build context [2023-08-11T01:47:54.612Z] #46 ... [2023-08-11T01:47:54.612Z] [2023-08-11T01:47:54.612Z] #37 [core-metadata internal] load build context [2023-08-11T01:47:54.878Z] #37 ... [2023-08-11T01:47:54.878Z] [2023-08-11T01:47:54.878Z] #40 [core-command internal] load build context [2023-08-11T01:47:55.144Z] #40 ... [2023-08-11T01:47:55.144Z] [2023-08-11T01:47:55.144Z] #46 [security-spire-server internal] load build context [2023-08-11T01:47:57.084Z] #46 ... [2023-08-11T01:47:57.084Z] [2023-08-11T01:47:57.084Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:47:57.084Z] #35 transferring context: 107.61MB 40.9s [2023-08-11T01:47:57.350Z] #35 ... [2023-08-11T01:47:57.350Z] [2023-08-11T01:47:57.350Z] #46 [security-spire-server internal] load build context [2023-08-11T01:47:57.617Z] #46 ... [2023-08-11T01:47:57.617Z] [2023-08-11T01:47:57.617Z] #39 [support-notifications internal] load build context [2023-08-11T01:47:57.911Z] #39 ... [2023-08-11T01:47:57.911Z] [2023-08-11T01:47:57.911Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:57.911Z] #49 ... [2023-08-11T01:47:57.911Z] [2023-08-11T01:47:57.911Z] #39 [support-notifications internal] load build context [2023-08-11T01:47:58.489Z] #39 ... [2023-08-11T01:47:58.489Z] [2023-08-11T01:47:58.489Z] #42 [security-spire-config internal] load build context [2023-08-11T01:47:58.489Z] #42 ... [2023-08-11T01:47:58.489Z] [2023-08-11T01:47:58.489Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:58.489Z] #49 ... [2023-08-11T01:47:58.489Z] [2023-08-11T01:47:58.489Z] #43 [core-data internal] load build context [2023-08-11T01:47:58.768Z] #43 ... [2023-08-11T01:47:58.768Z] [2023-08-11T01:47:58.768Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:59.125Z] #49 ... [2023-08-11T01:47:59.125Z] [2023-08-11T01:47:59.125Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:47:59.391Z] #44 ... [2023-08-11T01:47:59.391Z] [2023-08-11T01:47:59.391Z] #49 [support-scheduler internal] load build context [2023-08-11T01:47:59.391Z] #49 ... [2023-08-11T01:47:59.391Z] [2023-08-11T01:47:59.391Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:47:59.708Z] #41 ... [2023-08-11T01:47:59.708Z] [2023-08-11T01:47:59.708Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:47:59.708Z] #50 ... [2023-08-11T01:47:59.708Z] [2023-08-11T01:47:59.708Z] #49 [support-scheduler internal] load build context [2023-08-11T01:48:02.283Z] #49 ... [2023-08-11T01:48:02.283Z] [2023-08-11T01:48:02.283Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:02.283Z] #48 ... [2023-08-11T01:48:02.283Z] [2023-08-11T01:48:02.283Z] #49 [support-scheduler internal] load build context [2023-08-11T01:48:03.241Z] #49 transferring context: 135.55MB 44.2s [2023-08-11T01:48:03.508Z] #49 ... [2023-08-11T01:48:03.508Z] [2023-08-11T01:48:03.508Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:48:03.781Z] #47 ... [2023-08-11T01:48:03.781Z] [2023-08-11T01:48:03.781Z] #49 [support-scheduler internal] load build context [2023-08-11T01:48:04.362Z] #49 ... [2023-08-11T01:48:04.362Z] [2023-08-11T01:48:04.362Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:48:04.630Z] #45 ... [2023-08-11T01:48:04.630Z] [2023-08-11T01:48:04.630Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:48:05.219Z] #47 ... [2023-08-11T01:48:05.219Z] [2023-08-11T01:48:05.219Z] #37 [core-metadata internal] load build context [2023-08-11T01:48:05.219Z] #37 ... [2023-08-11T01:48:05.219Z] [2023-08-11T01:48:05.219Z] #40 [core-command internal] load build context [2023-08-11T01:48:05.485Z] #40 ... [2023-08-11T01:48:05.485Z] [2023-08-11T01:48:05.485Z] #37 [core-metadata internal] load build context [2023-08-11T01:48:07.634Z] #37 ... [2023-08-11T01:48:07.634Z] [2023-08-11T01:48:07.634Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:48:07.634Z] #35 transferring context: 158.44MB 51.0s [2023-08-11T01:48:07.634Z] #35 ... [2023-08-11T01:48:07.634Z] [2023-08-11T01:48:07.634Z] #37 [core-metadata internal] load build context [2023-08-11T01:48:07.920Z] #37 ... [2023-08-11T01:48:07.920Z] [2023-08-11T01:48:07.920Z] #46 [security-spire-server internal] load build context [2023-08-11T01:48:07.920Z] #46 ... [2023-08-11T01:48:07.920Z] [2023-08-11T01:48:07.920Z] #37 [core-metadata internal] load build context [2023-08-11T01:48:08.553Z] #37 ... [2023-08-11T01:48:08.553Z] [2023-08-11T01:48:08.553Z] #39 [support-notifications internal] load build context [2023-08-11T01:48:08.839Z] #39 ... [2023-08-11T01:48:08.839Z] [2023-08-11T01:48:08.839Z] #42 [security-spire-config internal] load build context [2023-08-11T01:48:08.839Z] #42 ... [2023-08-11T01:48:08.839Z] [2023-08-11T01:48:08.839Z] #43 [core-data internal] load build context [2023-08-11T01:48:09.122Z] #43 ... [2023-08-11T01:48:09.122Z] [2023-08-11T01:48:09.122Z] #42 [security-spire-config internal] load build context [2023-08-11T01:48:09.408Z] #42 ... [2023-08-11T01:48:09.408Z] [2023-08-11T01:48:09.408Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:48:09.688Z] #44 ... [2023-08-11T01:48:09.688Z] [2023-08-11T01:48:09.688Z] #42 [security-spire-config internal] load build context [2023-08-11T01:48:09.688Z] #42 ... [2023-08-11T01:48:09.688Z] [2023-08-11T01:48:09.688Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:48:09.966Z] #50 ... [2023-08-11T01:48:09.966Z] [2023-08-11T01:48:09.966Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:48:09.966Z] #41 ... [2023-08-11T01:48:09.966Z] [2023-08-11T01:48:09.966Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:48:12.538Z] #50 ... [2023-08-11T01:48:12.538Z] [2023-08-11T01:48:12.538Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:12.538Z] #48 ... [2023-08-11T01:48:12.538Z] [2023-08-11T01:48:12.538Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:48:13.118Z] #50 transferring context: 135.42MB 54.1s [2023-08-11T01:48:13.385Z] #50 ... [2023-08-11T01:48:13.385Z] [2023-08-11T01:48:13.385Z] #41 [core-common-config-bootstrapper internal] load build context [2023-08-11T01:48:13.385Z] #41 transferring context: 188.04MB 56.2s done [2023-08-11T01:48:13.385Z] #41 DONE 56.8s [2023-08-11T01:48:13.385Z] [2023-08-11T01:48:13.385Z] #49 [support-scheduler internal] load build context [2023-08-11T01:48:13.385Z] #49 transferring context: 188.04MB 54.2s done [2023-08-11T01:48:13.385Z] #49 DONE 54.8s [2023-08-11T01:48:13.385Z] [2023-08-11T01:48:13.385Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:48:13.967Z] #50 ... [2023-08-11T01:48:13.967Z] [2023-08-11T01:48:13.967Z] #35 [security-spiffe-token-provider internal] load build context [2023-08-11T01:48:13.967Z] #35 transferring context: 188.04MB 57.3s done [2023-08-11T01:48:13.967Z] #35 DONE 57.7s [2023-08-11T01:48:13.967Z] [2023-08-11T01:48:13.967Z] #65 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:48:14.929Z] #65 ... [2023-08-11T01:48:14.929Z] [2023-08-11T01:48:14.929Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:48:14.929Z] #45 ... [2023-08-11T01:48:14.929Z] [2023-08-11T01:48:14.929Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:48:15.198Z] #44 ... [2023-08-11T01:48:15.198Z] [2023-08-11T01:48:15.198Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:48:15.198Z] #45 ... [2023-08-11T01:48:15.198Z] [2023-08-11T01:48:15.198Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:48:15.462Z] #47 ... [2023-08-11T01:48:15.462Z] [2023-08-11T01:48:15.462Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:48:15.462Z] #45 ... [2023-08-11T01:48:15.462Z] [2023-08-11T01:48:15.462Z] #40 [core-command internal] load build context [2023-08-11T01:48:15.462Z] #40 transferring context: 188.04MB 58.5s done [2023-08-11T01:48:15.731Z] #40 ... [2023-08-11T01:48:15.731Z] [2023-08-11T01:48:15.731Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:48:17.666Z] #47 transferring context: 188.04MB 59.1s done [2023-08-11T01:48:17.931Z] #47 ... [2023-08-11T01:48:17.931Z] [2023-08-11T01:48:17.931Z] #46 [security-spire-server internal] load build context [2023-08-11T01:48:17.931Z] #46 transferring context: 188.04MB 56.2s done [2023-08-11T01:48:18.197Z] #46 ... [2023-08-11T01:48:18.197Z] [2023-08-11T01:48:18.197Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:48:18.463Z] #44 transferring context: 188.04MB 60.4s done [2023-08-11T01:48:18.727Z] #44 ... [2023-08-11T01:48:18.727Z] [2023-08-11T01:48:18.727Z] #37 [core-metadata internal] load build context [2023-08-11T01:48:18.727Z] #37 ... [2023-08-11T01:48:18.727Z] [2023-08-11T01:48:18.727Z] #39 [support-notifications internal] load build context [2023-08-11T01:48:18.727Z] #39 transferring context: 188.04MB 61.0s done [2023-08-11T01:48:19.294Z] #39 ... [2023-08-11T01:48:19.294Z] [2023-08-11T01:48:19.294Z] #37 [core-metadata internal] load build context [2023-08-11T01:48:19.566Z] #37 transferring context: 188.04MB 62.5s done [2023-08-11T01:48:19.566Z] #37 ... [2023-08-11T01:48:19.566Z] [2023-08-11T01:48:19.566Z] #43 [core-data internal] load build context [2023-08-11T01:48:19.566Z] #43 ... [2023-08-11T01:48:19.566Z] [2023-08-11T01:48:19.566Z] #46 [security-spire-server internal] load build context [2023-08-11T01:48:19.566Z] #46 DONE 61.6s [2023-08-11T01:48:19.566Z] [2023-08-11T01:48:19.566Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:19.566Z] #48 ... [2023-08-11T01:48:19.566Z] [2023-08-11T01:48:19.566Z] #43 [core-data internal] load build context [2023-08-11T01:48:19.835Z] #43 ... [2023-08-11T01:48:19.835Z] [2023-08-11T01:48:19.835Z] #42 [security-spire-config internal] load build context [2023-08-11T01:48:19.835Z] #42 transferring context: 188.04MB 59.1s done [2023-08-11T01:48:20.100Z] #42 ... [2023-08-11T01:48:20.100Z] [2023-08-11T01:48:20.100Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:21.058Z] #48 ... [2023-08-11T01:48:21.058Z] [2023-08-11T01:48:21.058Z] #40 [core-command internal] load build context [2023-08-11T01:48:21.058Z] #40 DONE 64.3s [2023-08-11T01:48:21.058Z] [2023-08-11T01:48:21.058Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:21.325Z] #48 ... [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #45 [security-proxy-auth internal] load build context [2023-08-11T01:48:21.325Z] #45 transferring context: 188.04MB 58.3s done [2023-08-11T01:48:21.325Z] #45 DONE 63.6s [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #42 [security-spire-config internal] load build context [2023-08-11T01:48:21.325Z] #42 DONE 64.3s [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #47 [security-proxy-setup internal] load build context [2023-08-11T01:48:21.325Z] #47 DONE 63.2s [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:21.325Z] #48 transferring context: 154.71MB 62.9s [2023-08-11T01:48:21.325Z] #48 ... [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #44 [security-secretstore-setup internal] load build context [2023-08-11T01:48:21.325Z] #44 DONE 64.2s [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #39 [support-notifications internal] load build context [2023-08-11T01:48:21.325Z] #39 DONE 64.9s [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #37 [core-metadata internal] load build context [2023-08-11T01:48:21.325Z] #37 DONE 65.1s [2023-08-11T01:48:21.325Z] [2023-08-11T01:48:21.325Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:21.913Z] #48 ... [2023-08-11T01:48:21.913Z] [2023-08-11T01:48:21.913Z] #50 [security-spire-agent internal] load build context [2023-08-11T01:48:21.913Z] #50 transferring context: 188.04MB 60.9s done [2023-08-11T01:48:21.913Z] #50 DONE 63.0s [2023-08-11T01:48:21.913Z] [2023-08-11T01:48:21.913Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:21.913Z] #48 ... [2023-08-11T01:48:21.913Z] [2023-08-11T01:48:21.913Z] #66 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:48:21.913Z] #66 DONE 8.4s [2023-08-11T01:48:21.913Z] [2023-08-11T01:48:21.913Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:22.179Z] #48 ... [2023-08-11T01:48:22.179Z] [2023-08-11T01:48:22.179Z] #65 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:48:22.179Z] #65 DONE 8.2s [2023-08-11T01:48:22.179Z] [2023-08-11T01:48:22.179Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:22.451Z] #48 ... [2023-08-11T01:48:22.451Z] [2023-08-11T01:48:22.451Z] #67 [security-spire-server builder 4/9] COPY go.mod vendor* ./ [2023-08-11T01:48:22.451Z] #67 DONE 1.9s [2023-08-11T01:48:22.451Z] [2023-08-11T01:48:22.451Z] #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:48:22.451Z] #68 DONE 1.0s [2023-08-11T01:48:22.451Z] [2023-08-11T01:48:22.451Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:22.451Z] #48 ... [2023-08-11T01:48:22.451Z] [2023-08-11T01:48:22.451Z] #43 [core-data internal] load build context [2023-08-11T01:48:22.451Z] #43 transferring context: 188.04MB 65.1s done [2023-08-11T01:48:22.451Z] #43 DONE 65.6s [2023-08-11T01:48:22.451Z] [2023-08-11T01:48:22.451Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:22.726Z] #48 ... [2023-08-11T01:48:22.726Z] [2023-08-11T01:48:22.726Z] #69 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:48:22.726Z] #69 DONE 1.4s [2023-08-11T01:48:22.726Z] [2023-08-11T01:48:22.726Z] #48 [security-bootstrapper internal] load build context [2023-08-11T01:48:24.671Z] #48 transferring context: 188.04MB 66.1s done [2023-08-11T01:48:24.671Z] #48 DONE 66.3s [2023-08-11T01:48:24.671Z] [2023-08-11T01:48:24.671Z] #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:48:32.857Z] #70 ... [2023-08-11T01:48:32.857Z] [2023-08-11T01:48:32.857Z] #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:48:32.857Z] #71 ... [2023-08-11T01:48:32.857Z] [2023-08-11T01:48:32.857Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:48:32.857Z] #72 ... [2023-08-11T01:48:32.857Z] [2023-08-11T01:48:32.857Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:48:32.857Z] #73 ... [2023-08-11T01:48:32.857Z] [2023-08-11T01:48:32.857Z] #74 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #74 ... [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #70 DONE 52.4s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #75 [security-proxy-setup builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #75 ... [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #74 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #74 DONE 52.9s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #73 DONE 52.8s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #71 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #71 DONE 53.4s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #72 DONE 53.3s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #76 ... [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #77 [support-scheduler builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #77 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #78 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:49:19.668Z] #79 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #80 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #80 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #81 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:49:19.668Z] #81 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #82 [security-proxy-auth builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #82 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #83 [security-spire-server builder 6/9] COPY . . [2023-08-11T01:49:19.668Z] #83 DONE 3.9s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #84 [core-data builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #84 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #85 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #86 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:49:19.668Z] #86 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #87 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:49:19.668Z] #87 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #88 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #88 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #89 [core-command builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #89 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #90 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #90 DONE 3.9s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #91 [core-metadata builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #91 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #92 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #93 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:49:19.668Z] #93 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #94 [support-notifications builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #94 DONE 4.0s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #75 [security-proxy-setup builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #75 DONE 4.0s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #95 [security-bootstrapper builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #95 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #96 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:49:19.668Z] #96 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #97 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #97 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #98 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-08-11T01:49:19.668Z] #98 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #99 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.668Z] #99 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #100 [security-secretstore-setup builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #100 CACHED [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #76 [security-spiffe-token-provider builder 6/7] COPY . . [2023-08-11T01:49:19.668Z] #76 DONE 4.0s [2023-08-11T01:49:19.668Z] [2023-08-11T01:49:19.668Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T01:49:19.934Z] #101 ... [2023-08-11T01:49:19.934Z] [2023-08-11T01:49:19.934Z] #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-11T01:49:19.934Z] #102 DONE 0.5s [2023-08-11T01:49:19.934Z] [2023-08-11T01:49:19.934Z] #103 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:19.934Z] #103 CACHED [2023-08-11T01:49:19.934Z] [2023-08-11T01:49:19.934Z] #104 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-11T01:49:19.934Z] #104 CACHED [2023-08-11T01:49:19.934Z] [2023-08-11T01:49:19.934Z] #105 [security-spire-config builder 6/9] COPY . . [2023-08-11T01:49:19.934Z] #105 CACHED [2023-08-11T01:49:19.934Z] [2023-08-11T01:49:19.934Z] #106 [security-spire-config builder 4/9] COPY go.mod vendor* ./ [2023-08-11T01:49:19.934Z] #106 CACHED [2023-08-11T01:49:19.934Z] [2023-08-11T01:49:19.935Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-11T01:49:25.282Z] #107 ... [2023-08-11T01:49:25.282Z] [2023-08-11T01:49:25.282Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T01:49:25.282Z] #101 5.667 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-11T01:49:26.250Z] #101 ... [2023-08-11T01:49:26.250Z] [2023-08-11T01:49:26.250Z] #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-08-11T01:49:26.250Z] #107 DONE 6.2s [2023-08-11T01:49:26.250Z] [2023-08-11T01:49:26.250Z] #108 [security-spire-server builder 9/9] WORKDIR /edgex-go [2023-08-11T01:49:26.250Z] #108 DONE 0.2s [2023-08-11T01:49:26.250Z] [2023-08-11T01:49:26.250Z] #109 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-11T01:49:26.250Z] #0 6.036 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-11T01:49:26.557Z] #109 ... [2023-08-11T01:49:26.557Z] [2023-08-11T01:49:26.557Z] #110 [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-11T01:49:26.557Z] #110 DONE 6.7s [2023-08-11T01:49:26.557Z] [2023-08-11T01:49:26.557Z] #111 [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-11T01:49:26.557Z] #0 6.803 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-11T01:49:26.557Z] #111 ... [2023-08-11T01:49:26.557Z] [2023-08-11T01:49:26.557Z] #112 [security-spire-config builder 9/9] WORKDIR /edgex-go [2023-08-11T01:49:26.824Z] #112 DONE 0.3s [2023-08-11T01:49:26.824Z] [2023-08-11T01:49:26.824Z] #113 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-11T01:49:26.824Z] #0 6.895 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-11T01:49:27.805Z] #113 ... [2023-08-11T01:49:27.805Z] [2023-08-11T01:49:27.805Z] #114 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:49:28.070Z] #114 DONE 0.3s [2023-08-11T01:49:28.071Z] [2023-08-11T01:49:28.071Z] #115 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:49:28.071Z] #115 DONE 0.2s [2023-08-11T01:49:28.071Z] [2023-08-11T01:49:28.071Z] #116 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:49:28.071Z] #116 ... [2023-08-11T01:49:28.071Z] [2023-08-11T01:49:28.071Z] #117 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:49:28.071Z] #117 DONE 0.2s [2023-08-11T01:49:28.071Z] [2023-08-11T01:49:28.071Z] #116 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:49:28.071Z] #116 DONE 0.3s [2023-08-11T01:49:28.071Z] [2023-08-11T01:49:28.071Z] #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T01:49:28.071Z] #0 6.774 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-11T01:49:28.336Z] #118 ... [2023-08-11T01:49:28.336Z] [2023-08-11T01:49:28.336Z] #119 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:49:28.977Z] #119 ... [2023-08-11T01:49:28.977Z] [2023-08-11T01:49:28.977Z] #120 [security-spire-agent builder 6/9] COPY . . [2023-08-11T01:49:28.977Z] #120 CACHED [2023-08-11T01:49:28.977Z] [2023-08-11T01:49:28.977Z] #121 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ [2023-08-11T01:49:28.977Z] #121 CACHED [2023-08-11T01:49:28.977Z] [2023-08-11T01:49:28.977Z] #122 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build [2023-08-11T01:49:28.977Z] #122 CACHED [2023-08-11T01:49:28.977Z] [2023-08-11T01:49:28.977Z] #123 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T01:49:28.977Z] #123 CACHED [2023-08-11T01:49:28.978Z] [2023-08-11T01:49:28.978Z] #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T01:49:28.978Z] #124 CACHED [2023-08-11T01:49:28.978Z] [2023-08-11T01:49:28.978Z] #125 [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-11T01:49:28.978Z] #125 CACHED [2023-08-11T01:49:28.978Z] [2023-08-11T01:49:28.978Z] #126 [security-spire-agent builder 9/9] WORKDIR /edgex-go [2023-08-11T01:49:28.978Z] #126 CACHED [2023-08-11T01:49:28.978Z] [2023-08-11T01:49:28.978Z] #127 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T01:49:28.978Z] #127 CACHED [2023-08-11T01:49:29.243Z] [2023-08-11T01:49:29.243Z] #128 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:49:29.243Z] #128 ... [2023-08-11T01:49:29.243Z] [2023-08-11T01:49:29.243Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-11T01:49:29.243Z] #0 5.339 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-11T01:49:29.513Z] #129 ... [2023-08-11T01:49:29.513Z] [2023-08-11T01:49:29.513Z] #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-11T01:49:29.513Z] #0 4.881 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-11T01:49:29.513Z] #130 ... [2023-08-11T01:49:29.513Z] [2023-08-11T01:49:29.513Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T01:49:29.513Z] #0 5.644 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-11T01:49:29.787Z] #131 ... [2023-08-11T01:49:29.787Z] [2023-08-11T01:49:29.788Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-11T01:49:29.788Z] #0 4.611 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-11T01:49:29.788Z] #132 ... [2023-08-11T01:49:29.788Z] [2023-08-11T01:49:29.788Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-11T01:49:29.788Z] #0 5.005 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-11T01:49:30.067Z] #133 ... [2023-08-11T01:49:30.068Z] [2023-08-11T01:49:30.068Z] #119 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:49:30.068Z] #119 DONE 1.8s [2023-08-11T01:49:30.068Z] [2023-08-11T01:49:30.068Z] #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-11T01:49:30.068Z] #0 6.393 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-11T01:49:30.068Z] #134 ... [2023-08-11T01:49:30.068Z] [2023-08-11T01:49:30.068Z] #135 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-11T01:49:30.335Z] #135 ... [2023-08-11T01:49:30.335Z] [2023-08-11T01:49:30.335Z] #136 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-08-11T01:49:30.335Z] #136 DONE 1.5s [2023-08-11T01:49:30.335Z] [2023-08-11T01:49:30.335Z] #135 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-08-11T01:49:30.335Z] #135 DONE 0.3s [2023-08-11T01:49:30.335Z] [2023-08-11T01:49:30.335Z] #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:49:30.916Z] #137 ... [2023-08-11T01:49:30.916Z] [2023-08-11T01:49:30.916Z] #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-08-11T01:49:30.916Z] #138 DONE 0.4s [2023-08-11T01:49:30.916Z] [2023-08-11T01:49:30.916Z] #128 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:49:30.916Z] #128 DONE 1.6s [2023-08-11T01:49:30.916Z] [2023-08-11T01:49:30.916Z] #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-08-11T01:49:30.916Z] #139 DONE 0.2s [2023-08-11T01:49:30.916Z] [2023-08-11T01:49:30.916Z] #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-08-11T01:49:31.181Z] #140 DONE 0.4s [2023-08-11T01:49:31.181Z] [2023-08-11T01:49:31.181Z] #141 [security-spire-server] exporting to image [2023-08-11T01:49:31.181Z] #141 exporting layers [2023-08-11T01:49:31.451Z] #141 ... [2023-08-11T01:49:31.451Z] [2023-08-11T01:49:31.451Z] #142 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-08-11T01:49:31.451Z] #142 DONE 0.5s [2023-08-11T01:49:31.717Z] [2023-08-11T01:49:31.717Z] #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-08-11T01:49:32.296Z] #143 DONE 0.5s [2023-08-11T01:49:32.296Z] [2023-08-11T01:49:32.296Z] #141 [security-spire-config] exporting to image [2023-08-11T01:49:33.281Z] #141 ... [2023-08-11T01:49:33.281Z] [2023-08-11T01:49:33.281Z] #137 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-08-11T01:49:33.281Z] #137 DONE 2.8s [2023-08-11T01:49:33.546Z] [2023-08-11T01:49:33.546Z] #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-11T01:49:33.546Z] #144 DONE 0.3s [2023-08-11T01:49:33.546Z] [2023-08-11T01:49:33.546Z] #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-11T01:49:33.546Z] #145 DONE 0.2s [2023-08-11T01:49:33.546Z] [2023-08-11T01:49:33.546Z] #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-08-11T01:49:34.128Z] #146 DONE 0.3s [2023-08-11T01:49:34.128Z] [2023-08-11T01:49:34.128Z] #141 [security-spire-server] exporting to image [2023-08-11T01:49:34.128Z] #141 exporting layers 2.6s done [2023-08-11T01:49:34.128Z] #141 writing image sha256:4abebfd60184d6c2627e73f19392c006c338597da31612b9648ae0d7707af77a done [2023-08-11T01:49:34.128Z] #141 naming to docker.io/library/security-spire-server-arm64 done [2023-08-11T01:49:34.395Z] #141 exporting layers 2.2s done [2023-08-11T01:49:34.395Z] #141 writing image sha256:fb3c394e01f3bbb416ec23b9c732fb5b7535bd63afa10deaa8549e2a9e4c6521 0.1s done [2023-08-11T01:49:34.395Z] #141 naming to docker.io/library/security-spire-config-arm64 [2023-08-11T01:49:34.664Z] #141 naming to docker.io/library/security-spire-config-arm64 done [2023-08-11T01:49:35.618Z] #141 exporting layers 1.5s done [2023-08-11T01:49:35.618Z] #141 writing image sha256:50fa4c8483c102dac14850971c571391e2368eee29e7a6dfc4f93000f844d34c done [2023-08-11T01:49:35.618Z] #141 naming to docker.io/library/security-spire-agent-arm64 done [2023-08-11T01:49:35.618Z] #141 DONE 4.3s [2023-08-11T01:49:35.618Z] [2023-08-11T01:49:35.618Z] #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-11T02:05:58.211Z] #134 ... [2023-08-11T02:05:58.211Z] [2023-08-11T02:05:58.211Z] #111 [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-11T02:05:58.211Z] #111 991.1 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-11T02:05:58.211Z] #111 ... [2023-08-11T02:05:58.211Z] [2023-08-11T02:05:58.211Z] #109 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-08-11T02:05:58.211Z] #109 DONE 997.6s [2023-08-11T02:05:58.211Z] [2023-08-11T02:05:58.211Z] #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-11T02:05:58.211Z] #130 ... [2023-08-11T02:05:58.211Z] [2023-08-11T02:05:58.212Z] #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:05:58.212Z] #147 DONE 0.2s [2023-08-11T02:05:58.212Z] [2023-08-11T02:05:58.212Z] #148 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:05:58.212Z] #148 DONE 0.2s [2023-08-11T02:05:58.212Z] [2023-08-11T02:05:58.212Z] #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-11T02:05:58.212Z] #130 ... [2023-08-11T02:05:58.212Z] [2023-08-11T02:05:58.212Z] #149 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-08-11T02:05:58.212Z] #149 DONE 0.2s [2023-08-11T02:05:58.212Z] [2023-08-11T02:05:58.212Z] #150 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-08-11T02:05:58.477Z] #150 DONE 0.3s [2023-08-11T02:05:58.477Z] [2023-08-11T02:05:58.477Z] #151 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-08-11T02:05:58.744Z] #151 DONE 0.1s [2023-08-11T02:05:58.744Z] [2023-08-11T02:05:58.744Z] #152 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-11T02:06:00.676Z] #152 DONE 2.2s [2023-08-11T02:06:00.676Z] [2023-08-11T02:06:00.676Z] #141 [security-proxy-setup] exporting to image [2023-08-11T02:06:00.676Z] #141 exporting layers [2023-08-11T02:06:01.255Z] #141 exporting layers 0.7s done [2023-08-11T02:06:01.520Z] #141 writing image sha256:a74073dfb62e2c837368db84f7fe0de9998802ce79052bf35a779ed33ee5a58a done [2023-08-11T02:06:01.520Z] #141 naming to docker.io/library/security-proxy-setup-arm64 done [2023-08-11T02:06:01.520Z] #141 DONE 5.0s [2023-08-11T02:06:01.520Z] [2023-08-11T02:06:01.520Z] #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-11T02:06:11.620Z] #130 ... [2023-08-11T02:06:11.620Z] [2023-08-11T02:06:11.620Z] #113 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-08-11T02:06:11.620Z] #113 DONE 1012.3s [2023-08-11T02:06:11.891Z] [2023-08-11T02:06:11.891Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T02:06:12.475Z] #131 ... [2023-08-11T02:06:12.475Z] [2023-08-11T02:06:12.475Z] #153 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-08-11T02:06:12.742Z] #153 DONE 0.3s [2023-08-11T02:06:12.742Z] [2023-08-11T02:06:12.742Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:06:12.742Z] #101 ... [2023-08-11T02:06:12.742Z] [2023-08-11T02:06:12.742Z] #154 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-08-11T02:06:16.999Z] #154 DONE 4.1s [2023-08-11T02:06:16.999Z] [2023-08-11T02:06:16.999Z] #111 [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-11T02:06:16.999Z] #111 DONE 1017.3s [2023-08-11T02:06:16.999Z] [2023-08-11T02:06:16.999Z] #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-11T02:06:16.999Z] #130 ... [2023-08-11T02:06:16.999Z] [2023-08-11T02:06:16.999Z] #155 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:06:17.270Z] #155 DONE 0.6s [2023-08-11T02:06:17.270Z] [2023-08-11T02:06:17.270Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:06:17.540Z] #101 ... [2023-08-11T02:06:17.540Z] [2023-08-11T02:06:17.540Z] #156 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:06:17.807Z] #156 DONE 0.4s [2023-08-11T02:06:17.807Z] [2023-08-11T02:06:17.807Z] #157 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-11T02:06:18.075Z] #157 ... [2023-08-11T02:06:18.075Z] [2023-08-11T02:06:18.075Z] #158 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:06:18.075Z] #158 DONE 0.2s [2023-08-11T02:06:18.075Z] [2023-08-11T02:06:18.075Z] #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:06:18.367Z] #159 ... [2023-08-11T02:06:18.367Z] [2023-08-11T02:06:18.367Z] #157 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-08-11T02:06:18.367Z] #157 DONE 0.6s [2023-08-11T02:06:18.643Z] [2023-08-11T02:06:18.643Z] #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:06:18.643Z] #159 DONE 0.3s [2023-08-11T02:06:18.643Z] [2023-08-11T02:06:18.643Z] #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-11T02:06:18.643Z] #160 ... [2023-08-11T02:06:18.643Z] [2023-08-11T02:06:18.643Z] #161 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-08-11T02:06:18.643Z] #161 DONE 0.3s [2023-08-11T02:06:18.914Z] [2023-08-11T02:06:18.914Z] #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-11T02:06:18.914Z] #160 DONE 0.3s [2023-08-11T02:06:18.914Z] [2023-08-11T02:06:18.914Z] #162 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-08-11T02:06:19.182Z] #162 DONE 0.3s [2023-08-11T02:06:19.182Z] [2023-08-11T02:06:19.182Z] #163 [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-11T02:06:19.182Z] #163 DONE 0.3s [2023-08-11T02:06:19.182Z] [2023-08-11T02:06:19.182Z] #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-11T02:06:19.449Z] #164 DONE 0.3s [2023-08-11T02:06:19.449Z] [2023-08-11T02:06:19.449Z] #165 [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-11T02:06:19.449Z] #165 DONE 0.4s [2023-08-11T02:06:19.449Z] [2023-08-11T02:06:19.449Z] #166 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-08-11T02:06:19.719Z] #166 DONE 0.2s [2023-08-11T02:06:19.719Z] [2023-08-11T02:06:19.719Z] #167 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-08-11T02:06:19.987Z] #167 DONE 0.3s [2023-08-11T02:06:19.987Z] [2023-08-11T02:06:19.987Z] #168 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-08-11T02:06:19.987Z] #168 DONE 0.5s [2023-08-11T02:06:19.987Z] [2023-08-11T02:06:19.987Z] #169 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-08-11T02:06:20.572Z] #169 DONE 0.6s [2023-08-11T02:06:20.572Z] [2023-08-11T02:06:20.572Z] #170 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-08-11T02:06:20.840Z] #170 DONE 0.2s [2023-08-11T02:06:20.840Z] [2023-08-11T02:06:20.840Z] #171 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-08-11T02:06:22.783Z] #171 DONE 2.7s [2023-08-11T02:06:22.783Z] [2023-08-11T02:06:22.783Z] #141 [security-bootstrapper] exporting to image [2023-08-11T02:06:22.783Z] #141 exporting layers [2023-08-11T02:06:23.365Z] #141 ... [2023-08-11T02:06:23.365Z] [2023-08-11T02:06:23.365Z] #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-11T02:06:23.365Z] #172 DONE 2.7s [2023-08-11T02:06:23.365Z] [2023-08-11T02:06:23.365Z] #141 [security-secretstore-setup] exporting to image [2023-08-11T02:06:24.330Z] #141 exporting layers 1.5s done [2023-08-11T02:06:24.330Z] #141 writing image sha256:608e573685d3cb6986aa73dfe0b5e3370ba0b9969577d30d1b1fe60fd595197c done [2023-08-11T02:06:24.330Z] #141 naming to docker.io/library/security-bootstrapper-arm64 done [2023-08-11T02:06:24.913Z] #141 exporting layers 1.3s done [2023-08-11T02:06:24.913Z] #141 writing image sha256:e4a3a5b6d64b7d2e271278643f2f97611a33285b9c834c5286477b3d416b1cd9 done [2023-08-11T02:06:24.913Z] #141 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-08-11T02:06:24.913Z] #141 DONE 7.2s [2023-08-11T02:06:24.913Z] [2023-08-11T02:06:24.913Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T02:06:30.243Z] #131 ... [2023-08-11T02:06:30.243Z] [2023-08-11T02:06:30.244Z] #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-08-11T02:06:30.244Z] #134 DONE 1030.3s [2023-08-11T02:06:30.244Z] [2023-08-11T02:06:30.244Z] #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-11T02:06:30.244Z] #130 ... [2023-08-11T02:06:30.244Z] [2023-08-11T02:06:30.244Z] #173 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:06:30.826Z] #173 DONE 0.4s [2023-08-11T02:06:30.826Z] [2023-08-11T02:06:30.826Z] #174 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:06:30.826Z] #174 DONE 0.1s [2023-08-11T02:06:30.826Z] [2023-08-11T02:06:30.826Z] #175 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-08-11T02:06:31.093Z] #175 DONE 0.3s [2023-08-11T02:06:31.093Z] [2023-08-11T02:06:31.093Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T02:06:31.359Z] #131 ... [2023-08-11T02:06:31.359Z] [2023-08-11T02:06:31.359Z] #176 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:06:31.359Z] #176 DONE 0.2s [2023-08-11T02:06:31.359Z] [2023-08-11T02:06:31.359Z] #177 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-08-11T02:06:31.626Z] #177 DONE 0.2s [2023-08-11T02:06:31.626Z] [2023-08-11T02:06:31.626Z] #178 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-11T02:06:33.579Z] #178 DONE 2.1s [2023-08-11T02:06:33.579Z] [2023-08-11T02:06:33.579Z] #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-11T02:06:33.579Z] #130 ... [2023-08-11T02:06:33.579Z] [2023-08-11T02:06:33.579Z] #141 [security-proxy-auth] exporting to image [2023-08-11T02:06:33.579Z] #141 exporting layers [2023-08-11T02:06:34.168Z] #141 exporting layers 0.6s done [2023-08-11T02:06:34.168Z] #141 writing image sha256:2bdaff1ad5c8bbe5460122e9da535dd063cc89b3318bc0a20f553bf8193e5501 done [2023-08-11T02:06:34.168Z] #141 naming to docker.io/library/security-proxy-auth-arm64 done [2023-08-11T02:06:34.168Z] #141 DONE 7.7s [2023-08-11T02:06:34.168Z] [2023-08-11T02:06:34.168Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T02:06:44.228Z] #131 ... [2023-08-11T02:06:44.229Z] [2023-08-11T02:06:44.229Z] #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-11T02:06:44.229Z] #130 DONE 1044.2s [2023-08-11T02:06:44.229Z] [2023-08-11T02:06:44.229Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:06:44.229Z] #101 ... [2023-08-11T02:06:44.229Z] [2023-08-11T02:06:44.229Z] #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:06:44.229Z] #179 DONE 0.2s [2023-08-11T02:06:44.229Z] [2023-08-11T02:06:44.229Z] #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:06:44.494Z] #180 DONE 0.1s [2023-08-11T02:06:44.494Z] [2023-08-11T02:06:44.494Z] #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-08-11T02:06:44.764Z] #181 DONE 0.3s [2023-08-11T02:06:44.764Z] [2023-08-11T02:06:44.764Z] #182 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:06:44.764Z] #182 DONE 0.2s [2023-08-11T02:06:44.764Z] [2023-08-11T02:06:44.764Z] #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-08-11T02:06:45.034Z] #183 DONE 0.2s [2023-08-11T02:06:45.034Z] [2023-08-11T02:06:45.034Z] #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-08-11T02:06:47.614Z] #184 DONE 2.1s [2023-08-11T02:06:47.614Z] [2023-08-11T02:06:47.614Z] #141 [core-common-config-bootstrapper] exporting to image [2023-08-11T02:06:47.614Z] #141 exporting layers [2023-08-11T02:06:47.880Z] #141 exporting layers 0.8s done [2023-08-11T02:06:47.880Z] #141 writing image sha256:83851d4e71bf8d6aa0fc7bbd174eda9084f4662051bcb8c57560cf6b97c61a53 done [2023-08-11T02:06:47.880Z] #141 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-08-11T02:06:47.880Z] #141 DONE 8.5s [2023-08-11T02:06:47.880Z] [2023-08-11T02:06:47.880Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:07:34.983Z] #101 ... [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #131 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-08-11T02:07:34.983Z] #131 DONE 1092.0s [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-11T02:07:34.983Z] #129 ... [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:07:34.983Z] #185 DONE 0.2s [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-11T02:07:34.983Z] #129 ... [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:07:34.983Z] #186 DONE 0.2s [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-08-11T02:07:34.983Z] #187 DONE 0.3s [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T02:07:34.983Z] #118 ... [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:07:34.983Z] #188 DONE 0.1s [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #141 [core-command] exporting to image [2023-08-11T02:07:34.983Z] #141 exporting layers [2023-08-11T02:07:34.983Z] #141 exporting layers 0.3s done [2023-08-11T02:07:34.983Z] #141 writing image sha256:613c5c7d9d83ab1a7ef2d3587ddf90f9d1a7ffc64b9a7725139922558405ee25 done [2023-08-11T02:07:34.983Z] #141 naming to docker.io/library/core-command-arm64 done [2023-08-11T02:07:34.983Z] #141 DONE 8.8s [2023-08-11T02:07:34.983Z] [2023-08-11T02:07:34.983Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:07:45.045Z] #101 ... [2023-08-11T02:07:45.045Z] [2023-08-11T02:07:45.045Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-08-11T02:07:45.045Z] #133 DONE 1104.8s [2023-08-11T02:07:45.045Z] [2023-08-11T02:07:45.045Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:07:45.045Z] #101 ... [2023-08-11T02:07:45.045Z] [2023-08-11T02:07:45.045Z] #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:07:45.045Z] #189 DONE 0.2s [2023-08-11T02:07:45.045Z] [2023-08-11T02:07:45.045Z] #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:07:45.320Z] #190 DONE 0.2s [2023-08-11T02:07:45.320Z] [2023-08-11T02:07:45.320Z] #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-08-11T02:07:45.585Z] #191 DONE 0.3s [2023-08-11T02:07:45.585Z] [2023-08-11T02:07:45.586Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:07:45.586Z] #101 ... [2023-08-11T02:07:45.586Z] [2023-08-11T02:07:45.586Z] #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:07:45.858Z] #192 DONE 0.2s [2023-08-11T02:07:45.858Z] [2023-08-11T02:07:45.858Z] #141 [core-data] exporting to image [2023-08-11T02:07:45.858Z] #141 exporting layers [2023-08-11T02:07:46.133Z] #141 exporting layers 0.5s done [2023-08-11T02:07:46.133Z] #141 writing image sha256:c296e9d573de542ec05669f82671779cb45853dda03db9ff4fedf2289f75350c done [2023-08-11T02:07:46.133Z] #141 naming to docker.io/library/core-data-arm64 done [2023-08-11T02:07:46.133Z] #141 DONE 9.3s [2023-08-11T02:07:46.133Z] [2023-08-11T02:07:46.133Z] #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T02:07:48.712Z] #118 ... [2023-08-11T02:07:48.712Z] [2023-08-11T02:07:48.712Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-08-11T02:07:48.712Z] #132 DONE 1109.0s [2023-08-11T02:07:48.712Z] [2023-08-11T02:07:48.712Z] #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T02:07:48.981Z] #118 ... [2023-08-11T02:07:48.981Z] [2023-08-11T02:07:48.981Z] #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:07:48.981Z] #193 DONE 0.1s [2023-08-11T02:07:48.981Z] [2023-08-11T02:07:48.981Z] #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:07:49.247Z] #194 DONE 0.2s [2023-08-11T02:07:49.247Z] [2023-08-11T02:07:49.247Z] #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-08-11T02:07:49.514Z] #195 DONE 0.3s [2023-08-11T02:07:49.514Z] [2023-08-11T02:07:49.515Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:07:49.853Z] #101 ... [2023-08-11T02:07:49.853Z] [2023-08-11T02:07:49.853Z] #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:07:49.853Z] #196 DONE 0.1s [2023-08-11T02:07:49.853Z] [2023-08-11T02:07:49.853Z] #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-08-11T02:07:49.853Z] #197 DONE 0.2s [2023-08-11T02:07:49.853Z] [2023-08-11T02:07:49.853Z] #141 [core-metadata] exporting to image [2023-08-11T02:07:50.144Z] #141 exporting layers 0.3s done [2023-08-11T02:07:50.144Z] #141 writing image sha256:caf297b8b19cde7b2661445ebc892e7fcff68011815416ddcdd5de3da4646cba done [2023-08-11T02:07:50.144Z] #141 naming to docker.io/library/core-metadata-arm64 done [2023-08-11T02:07:50.144Z] #141 DONE 9.6s [2023-08-11T02:07:50.144Z] [2023-08-11T02:07:50.144Z] #101 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-08-11T02:08:16.832Z] #101 DONE 1136.1s [2023-08-11T02:08:16.832Z] [2023-08-11T02:08:16.832Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-11T02:08:16.832Z] #129 ... [2023-08-11T02:08:16.832Z] [2023-08-11T02:08:16.832Z] #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:08:16.832Z] #198 DONE 0.1s [2023-08-11T02:08:16.832Z] [2023-08-11T02:08:16.832Z] #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:08:16.832Z] #199 DONE 0.2s [2023-08-11T02:08:16.832Z] [2023-08-11T02:08:16.832Z] #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-08-11T02:08:16.832Z] #200 DONE 0.3s [2023-08-11T02:08:16.832Z] [2023-08-11T02:08:16.832Z] #201 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:08:16.832Z] #201 DONE 0.2s [2023-08-11T02:08:16.832Z] [2023-08-11T02:08:16.832Z] #141 [security-spiffe-token-provider] exporting to image [2023-08-11T02:08:16.832Z] #141 exporting layers [2023-08-11T02:08:17.418Z] #141 exporting layers 0.5s done [2023-08-11T02:08:17.418Z] #141 writing image sha256:c8425e37af1fab02469277c9bb5e018410e6daa493e6c0fb2741a588591970a7 done [2023-08-11T02:08:17.418Z] #141 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-08-11T02:08:17.418Z] #141 DONE 10.1s [2023-08-11T02:08:17.418Z] [2023-08-11T02:08:17.418Z] #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T02:08:44.166Z] #118 ... [2023-08-11T02:08:44.166Z] [2023-08-11T02:08:44.166Z] #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-08-11T02:08:44.166Z] #129 DONE 1164.7s [2023-08-11T02:08:44.166Z] [2023-08-11T02:08:44.166Z] #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T02:08:44.166Z] #118 ... [2023-08-11T02:08:44.166Z] [2023-08-11T02:08:44.166Z] #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:08:44.166Z] #202 DONE 0.1s [2023-08-11T02:08:44.166Z] [2023-08-11T02:08:44.166Z] #203 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:08:44.450Z] #203 DONE 0.1s [2023-08-11T02:08:44.450Z] [2023-08-11T02:08:44.450Z] #118 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-08-11T02:08:44.450Z] #118 DONE 1165.0s [2023-08-11T02:08:44.450Z] [2023-08-11T02:08:44.450Z] #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-11T02:08:44.731Z] #204 ... [2023-08-11T02:08:44.731Z] [2023-08-11T02:08:44.731Z] #205 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-08-11T02:08:44.731Z] #205 DONE 0.2s [2023-08-11T02:08:44.731Z] [2023-08-11T02:08:44.731Z] #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-08-11T02:08:44.999Z] #206 DONE 0.2s [2023-08-11T02:08:44.999Z] [2023-08-11T02:08:44.999Z] #204 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-08-11T02:08:44.999Z] #204 DONE 0.5s [2023-08-11T02:08:44.999Z] [2023-08-11T02:08:44.999Z] #207 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:08:45.266Z] #207 DONE 0.1s [2023-08-11T02:08:45.266Z] [2023-08-11T02:08:45.266Z] #141 [support-scheduler] exporting to image [2023-08-11T02:08:45.266Z] #141 exporting layers [2023-08-11T02:08:45.266Z] #141 ... [2023-08-11T02:08:45.266Z] [2023-08-11T02:08:45.266Z] #208 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-08-11T02:08:45.266Z] #208 DONE 0.3s [2023-08-11T02:08:45.535Z] [2023-08-11T02:08:45.535Z] #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-08-11T02:08:45.535Z] #209 DONE 0.1s [2023-08-11T02:08:45.535Z] [2023-08-11T02:08:45.535Z] #141 [support-notifications] exporting to image [2023-08-11T02:08:45.535Z] #141 exporting layers 0.4s done [2023-08-11T02:08:45.535Z] #141 writing image sha256:788817c15c5aa2ab2373fc1c1fdb84697d47d8e7088e5acd4ce5e8012896d3c0 [2023-08-11T02:08:45.535Z] #141 writing image sha256:788817c15c5aa2ab2373fc1c1fdb84697d47d8e7088e5acd4ce5e8012896d3c0 done [2023-08-11T02:08:45.535Z] #141 naming to docker.io/library/support-scheduler-arm64 done [2023-08-11T02:08:45.803Z] #141 exporting layers 0.4s done [2023-08-11T02:08:45.803Z] #141 writing image sha256:aed19b2e88cbc78a3de7ec8b911c2f0430dd624a6038b7b1514dce6b18f65196 done [2023-08-11T02:08:45.803Z] #141 naming to docker.io/library/support-notifications-arm64 done [2023-08-11T02:08:45.803Z] #141 DONE 11.0s [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-08-11T02:08:45.803Z] time="2023-08-11T01:47:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-08-11T02:08:45.823Z] $ docker stop --time=1 5ade86bffa7a0321530d5f7ee1627504def64491e87802d343aaf7a99938838c [2023-08-11T02:08:47.417Z] $ docker rm -f --volumes 5ade86bffa7a0321530d5f7ee1627504def64491e87802d343aaf7a99938838c [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-11T02:08:47.985Z] + docker images [2023-08-11T02:08:47.985Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-08-11T02:08:47.985Z] support-notifications-arm64 latest aed19b2e88cb 2 seconds ago 33.7MB [2023-08-11T02:08:47.985Z] support-scheduler-arm64 latest 788817c15c5a 3 seconds ago 32.9MB [2023-08-11T02:08:47.985Z] security-spiffe-token-provider-arm64 latest c8425e37af1f 31 seconds ago 33.2MB [2023-08-11T02:08:47.985Z] core-metadata-arm64 latest caf297b8b19c 58 seconds ago 21.2MB [2023-08-11T02:08:47.985Z] core-data-arm64 latest c296e9d573de About a minute ago 20.9MB [2023-08-11T02:08:47.985Z] core-command-arm64 latest 613c5c7d9d83 About a minute ago 20.8MB [2023-08-11T02:08:47.985Z] core-common-config-bootstrapper-arm64 latest 83851d4e71bf 2 minutes ago 18MB [2023-08-11T02:08:47.985Z] security-proxy-auth-arm64 latest 2bdaff1ad5c8 2 minutes ago 19.3MB [2023-08-11T02:08:47.985Z] security-secretstore-setup-arm64 latest e4a3a5b6d64b 2 minutes ago 42.9MB [2023-08-11T02:08:47.985Z] security-bootstrapper-arm64 latest 608e573685d3 2 minutes ago 22.6MB [2023-08-11T02:08:47.985Z] security-proxy-setup-arm64 latest a74073dfb62e 2 minutes ago 19.5MB [2023-08-11T02:08:47.985Z] security-spire-agent-arm64 latest 50fa4c8483c1 19 minutes ago 152MB [2023-08-11T02:08:47.985Z] security-spire-config-arm64 latest fb3c394e01f3 19 minutes ago 96.1MB [2023-08-11T02:08:47.985Z] security-spire-server-arm64 latest 4abebfd60184 19 minutes ago 96.9MB [2023-08-11T02:08:47.985Z] ci-base-image-arm64 latest 33892c30d808 34 minutes ago 1.05GB [2023-08-11T02:08:47.985Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 4 weeks ago 677MB [2023-08-11T02:08:47.985Z] 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-11T02:08:48.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-11T02:08:48.938Z] [2023-08-11T02:08:48.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T02:08:49.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-11T02:08:49.611Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-11T02:08:49.611Z] 8998bd30e6a1: Pulling fs layer [2023-08-11T02:08:49.611Z] 04944245beec: Pulling fs layer [2023-08-11T02:08:49.611Z] 699f458cf7ca: Pulling fs layer [2023-08-11T02:08:49.611Z] 765212b225bb: Pulling fs layer [2023-08-11T02:08:49.611Z] f23df028b6ca: Pulling fs layer [2023-08-11T02:08:49.611Z] d65c8cfc05b1: Pulling fs layer [2023-08-11T02:08:49.611Z] 2437ff75d9bd: Pulling fs layer [2023-08-11T02:08:49.611Z] 765212b225bb: Waiting [2023-08-11T02:08:49.611Z] f23df028b6ca: Waiting [2023-08-11T02:08:49.611Z] d65c8cfc05b1: Waiting [2023-08-11T02:08:49.611Z] 2437ff75d9bd: Waiting [2023-08-11T02:08:49.611Z] 04944245beec: Verifying Checksum [2023-08-11T02:08:49.611Z] 04944245beec: Download complete [2023-08-11T02:08:49.611Z] 765212b225bb: Verifying Checksum [2023-08-11T02:08:49.611Z] 765212b225bb: Download complete [2023-08-11T02:08:49.611Z] f23df028b6ca: Verifying Checksum [2023-08-11T02:08:49.611Z] f23df028b6ca: Download complete [2023-08-11T02:08:49.611Z] d65c8cfc05b1: Verifying Checksum [2023-08-11T02:08:49.611Z] d65c8cfc05b1: Download complete [2023-08-11T02:08:49.880Z] 699f458cf7ca: Verifying Checksum [2023-08-11T02:08:49.880Z] 699f458cf7ca: Download complete [2023-08-11T02:08:50.147Z] 8998bd30e6a1: Verifying Checksum [2023-08-11T02:08:50.147Z] 8998bd30e6a1: Download complete [2023-08-11T02:08:52.725Z] 2437ff75d9bd: Verifying Checksum [2023-08-11T02:08:52.725Z] 2437ff75d9bd: Download complete [2023-08-11T02:08:56.969Z] 8998bd30e6a1: Pull complete [2023-08-11T02:08:56.969Z] 04944245beec: Pull complete [2023-08-11T02:08:58.401Z] 699f458cf7ca: Pull complete [2023-08-11T02:08:58.401Z] 765212b225bb: Pull complete [2023-08-11T02:08:59.381Z] f23df028b6ca: Pull complete [2023-08-11T02:08:59.381Z] d65c8cfc05b1: Pull complete [2023-08-11T02:09:14.350Z] 2437ff75d9bd: Pull complete [2023-08-11T02:09:14.350Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-11T02:09:14.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-11T02:09:14.350Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T02:09:14.682Z] prd-ubuntu20.04-docker-arm64-4c-16g-3328 does not seem to be running inside a container [2023-08-11T02:09:14.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-11T02:09:17.387Z] $ docker top c16cbb135950e8fbaf44905205a6f88a336611bd09d72bae51559fa49b9b4b51 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:18.121Z] ---> job-cost.sh [2023-08-11T02:09:18.386Z] lf-activate-venv: SKIPPING [2023-08-11T02:09:18.386Z] INFO: No Stack... [2023-08-11T02:09:18.964Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-11T02:09:19.916Z] INFO: Archiving Costs [Pipeline] sh [2023-08-11T02:09:20.325Z] + + cut -d,cat -f6 /w/workspace/edgex-go/1/archives/cost.csv [2023-08-11T02:09:20.326Z] [Pipeline] lock [2023-08-11T02:09:20.501Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] [2023-08-11T02:09:20.558Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] did not exist. Created. [2023-08-11T02:09:20.558Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-11T02:09:21.023Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-11T02:09:21.229Z] Stashed 1 file(s) [Pipeline] } [2023-08-11T02:09:21.303Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4628-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-11T02:09:21.373Z] $ docker stop --time=1 c16cbb135950e8fbaf44905205a6f88a336611bd09d72bae51559fa49b9b4b51 [2023-08-11T02:09:22.842Z] $ docker rm -f --volumes c16cbb135950e8fbaf44905205a6f88a336611bd09d72bae51559fa49b9b4b51 [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-11T02:09:24.681Z] provisioning config files... [2023-08-11T02:09:24.688Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2707999330694493073tmp [Pipeline] { [Pipeline] sh [2023-08-11T02:09:25.140Z] + set +x [2023-08-11T02:09:25.140Z] + curl -s https://codecov.io/bash [2023-08-11T02:09:25.140Z] + bash -s -- [2023-08-11T02:09:25.140Z] [2023-08-11T02:09:25.140Z] _____ _ [2023-08-11T02:09:25.140Z] / ____| | | [2023-08-11T02:09:25.140Z] | | ___ __| | ___ ___ _____ __ [2023-08-11T02:09:25.140Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-11T02:09:25.140Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-11T02:09:25.140Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-11T02:09:25.140Z] Bash-1.0.6 [2023-08-11T02:09:25.140Z] [2023-08-11T02:09:25.140Z] [2023-08-11T02:09:25.140Z] ==> git version 2.25.1 found [2023-08-11T02:09:25.140Z] ==> 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-11T02:09:25.140Z] Release-Date: 2020-01-08 [2023-08-11T02:09:25.140Z] 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-11T02:09:25.140Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-11T02:09:25.140Z] ==> Jenkins CI detected. [2023-08-11T02:09:25.140Z] current dir:  /w/workspace/edgex-go/1 [2023-08-11T02:09:25.140Z] project root: . [2023-08-11T02:09:25.140Z] --> token set from env [2023-08-11T02:09:25.140Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-11T02:09:25.140Z] ==> Running gcov in . (disable via -X gcov) [2023-08-11T02:09:25.140Z] ==> Python coveragepy not found [2023-08-11T02:09:25.140Z] ==> Searching for coverage reports in: [2023-08-11T02:09:25.140Z] + . [2023-08-11T02:09:25.140Z] -> Found 1 reports [2023-08-11T02:09:25.140Z] ==> Detecting git/mercurial file structure [2023-08-11T02:09:25.400Z] ==> Reading reports [2023-08-11T02:09:25.400Z] + ./coverage.out bytes=446998 [2023-08-11T02:09:25.400Z] ==> Appending adjustments [2023-08-11T02:09:25.400Z] https://docs.codecov.io/docs/fixing-reports [2023-08-11T02:09:26.334Z] + Found adjustments [2023-08-11T02:09:26.334Z] ==> Gzipping contents [2023-08-11T02:09:26.334Z] 56K /tmp/codecov.xkQRKP.gz [2023-08-11T02:09:26.334Z] ==> Uploading reports [2023-08-11T02:09:26.334Z] url: https://codecov.io [2023-08-11T02:09:26.334Z] query: branch=PR-4628&commit=92b822a68c558b3dd9ced080e641f36bf1f29027&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4628&job=&cmd_args= [2023-08-11T02:09:26.334Z] -> Pinging Codecov [2023-08-11T02:09:26.334Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4628&commit=92b822a68c558b3dd9ced080e641f36bf1f29027&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4628&job=&cmd_args= [2023-08-11T02:09:26.593Z] -> Uploading to [2023-08-11T02:09:26.593Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-11/00271124DB129430A58F1EEE437C3FCB/92b822a68c558b3dd9ced080e641f36bf1f29027/87a47306-60c7-46a7-bd73-e9f7240efb4f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230811%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230811T020926Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f7afe66256403863dd5544dcae8b52b2fd67df7fc4cf902a33bbf0f6d5ac62d [2023-08-11T02:09:26.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T02:09:26.593Z] Dload Upload Total Spent Left Speed [2023-08-11T02:09:26.905Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57275 0 0 100 57275 0 248k --:--:-- --:--:-- --:--:-- 248k [2023-08-11T02:09:26.905Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/92b822a68c558b3dd9ced080e641f36bf1f29027 [Pipeline] } [2023-08-11T02:09:26.932Z] 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-11T02:09:28.635Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:28.964Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:29.850Z] ---> package-listing.sh [2023-08-11T02:09:29.850Z] ++ facter osfamily [2023-08-11T02:09:29.850Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-11T02:09:30.109Z] + OS_FAMILY=debian [2023-08-11T02:09:30.109Z] + workspace=/w/workspace/edgex-go/1 [2023-08-11T02:09:30.109Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-11T02:09:30.109Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-11T02:09:30.109Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-11T02:09:30.109Z] + PACKAGES=/tmp/packages_start.txt [2023-08-11T02:09:30.109Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-11T02:09:30.109Z] + PACKAGES=/tmp/packages_end.txt [2023-08-11T02:09:30.109Z] + case "${OS_FAMILY}" in [2023-08-11T02:09:30.109Z] + dpkg -l [2023-08-11T02:09:30.109Z] + grep '^ii' [2023-08-11T02:09:30.109Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-11T02:09:30.109Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-11T02:09:30.109Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-11T02:09:30.109Z] + '[' /w/workspace/edgex-go/1 ']' [2023-08-11T02:09:30.109Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-08-11T02:09:30.109Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-08-11T02:09:30.144Z] 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-11T02:09:30.443Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T02:09:31.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-11T02:09:31.060Z] [2023-08-11T02:09:31.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T02:09:31.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-11T02:09:31.427Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-11T02:09:31.428Z] 5eb5b503b376: Pulling fs layer [2023-08-11T02:09:31.428Z] 5c69ac0246d0: Pulling fs layer [2023-08-11T02:09:31.428Z] ec43610c2a17: Pulling fs layer [2023-08-11T02:09:31.428Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-11T02:09:31.428Z] 33b1e0a273af: Pulling fs layer [2023-08-11T02:09:31.428Z] 5d3b04190fa2: Pulling fs layer [2023-08-11T02:09:31.428Z] 2f39f015ded8: Pulling fs layer [2023-08-11T02:09:31.428Z] 3a2ae6a8a46f: Waiting [2023-08-11T02:09:31.428Z] 33b1e0a273af: Waiting [2023-08-11T02:09:31.428Z] 5d3b04190fa2: Waiting [2023-08-11T02:09:31.428Z] 2f39f015ded8: Waiting [2023-08-11T02:09:31.428Z] 5c69ac0246d0: Download complete [2023-08-11T02:09:31.428Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-11T02:09:31.428Z] 3a2ae6a8a46f: Download complete [2023-08-11T02:09:31.428Z] 33b1e0a273af: Verifying Checksum [2023-08-11T02:09:31.428Z] 33b1e0a273af: Download complete [2023-08-11T02:09:31.428Z] 5d3b04190fa2: Verifying Checksum [2023-08-11T02:09:31.428Z] 5d3b04190fa2: Download complete [2023-08-11T02:09:31.428Z] ec43610c2a17: Verifying Checksum [2023-08-11T02:09:31.428Z] ec43610c2a17: Download complete [2023-08-11T02:09:31.686Z] 5eb5b503b376: Verifying Checksum [2023-08-11T02:09:31.686Z] 5eb5b503b376: Download complete [2023-08-11T02:09:32.255Z] 2f39f015ded8: Download complete [2023-08-11T02:09:32.821Z] 5eb5b503b376: Pull complete [2023-08-11T02:09:33.080Z] 5c69ac0246d0: Pull complete [2023-08-11T02:09:33.647Z] ec43610c2a17: Pull complete [2023-08-11T02:09:33.647Z] 3a2ae6a8a46f: Pull complete [2023-08-11T02:09:33.906Z] 33b1e0a273af: Pull complete [2023-08-11T02:09:33.906Z] 5d3b04190fa2: Pull complete [2023-08-11T02:09:39.574Z] 2f39f015ded8: Pull complete [2023-08-11T02:09:39.574Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-11T02:09:39.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-11T02:09:39.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T02:09:39.784Z] prd-ubuntu20.04-docker-8c-8g-3325 does not seem to be running inside a container [2023-08-11T02:09:39.811Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-11T02:09:49.766Z] $ docker top f204e449650933ecbcd87f86cd02b6dff779dd50e311cc6b7179b609b4d49297 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T02:09:50.159Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-11T02:09:50.470Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-11T02:09:50.783Z] + ls /var/log/sa-host [2023-08-11T02:09:50.783Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-11T02:09:51.005Z] provisioning config files... [2023-08-11T02:09:51.014Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9055739231020098560tmp [Pipeline] { [Pipeline] echo [2023-08-11T02:09:51.064Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:51.375Z] ---> create-netrc.sh [Pipeline] } [2023-08-11T02:09:51.403Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:51.818Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-11T02:09:51.848Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:52.166Z] ---> sudo-logs.sh [2023-08-11T02:09:52.166Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-11T02:09:52.246Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:52.561Z] ---> job-cost.sh [2023-08-11T02:09:52.561Z] lf-activate-venv: SKIPPING [2023-08-11T02:09:52.561Z] DEBUG: total: 0.10999999940395355 [2023-08-11T02:09:52.561Z] INFO: Retrieving Stack Cost... [2023-08-11T02:09:53.131Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-11T02:09:53.390Z] INFO: Archiving Costs [Pipeline] echo [2023-08-11T02:09:53.424Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T02:09:53.739Z] ---> logs-deploy.sh [2023-08-11T02:09:53.740Z] lf-activate-venv: SKIPPING [2023-08-11T02:09:53.740Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4628/1 [2023-08-11T02:09:53.740Z] INFO: archiving workspace using pattern(s): [2023-08-11T02:09:54.680Z] Archives upload complete. [2023-08-11T02:09:54.938Z] INFO: archiving logs to Nexus