Pull request #5077 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 weichou1229 for edgexfoundry/edgex-go Obtained Jenkinsfile from 89919d2e3d1e20c1542372b32db3f64f1eb2fbd7+310c4853b7613a5ec87f391646ffefe23ede991a (727c49c4e1d28d59988724b49a341f448a49b015) 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-ssh4199925011663757275.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh16017403024240266543.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-5077/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-5077/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6269471805538519140.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-5077/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14413936844407062653.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > 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-ssh2120314211684456739.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-5077/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-5077/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15264009006751650496.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 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]] ========================================================= [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.23 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 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-38625 in /w/workspace/edgexfoundry_edgex-go_PR-5077 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/5077/head:refs/remotes/origin/PR-5077 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 310c4853b7613a5ec87f391646ffefe23ede991a into PR head commit 89919d2e3d1e20c1542372b32db3f64f1eb2fbd7 Merge succeeded, producing a1451aa7eaa382f910f0ec31c1ab1696b2843c98 Checking out Revision a1451aa7eaa382f910f0ec31c1ab1696b2843c98 (PR-5077) > git config core.sparsecheckout # timeout=10 > git checkout -f 89919d2e3d1e20c1542372b32db3f64f1eb2fbd7 # 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 310c4853b7613a5ec87f391646ffefe23ede991a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1451aa7eaa382f910f0ec31c1ab1696b2843c98 # timeout=10 Commit message: "Merge commit '310c4853b7613a5ec87f391646ffefe23ede991a' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 7928b8837ad34b090831a72fcdf53bff9dae4c17 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-02-11T07:32:49.047Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-02-11T07:32:49.267Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-02-11T07:32:49.390Z] ========================================================= [2025-02-11T07:32:49.390Z] EdgeX Global Pipelines Version Info [2025-02-11T07:32:49.390Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:32:50.273Z] ------------------- [2025-02-11T07:32:50.273Z] stable info: [2025-02-11T07:32:50.273Z] ------------------- [2025-02-11T07:32:50.273Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-02-11T07:32:50.273Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-11T07:32:50.273Z] Message: update stable to v1.0.269 [2025-02-11T07:32:50.847Z] ------------------- [2025-02-11T07:32:50.847Z] experimental info: [2025-02-11T07:32:50.847Z] ------------------- [2025-02-11T07:32:50.847Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-02-11T07:32:50.847Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-11T07:32:50.847Z] Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-02-11T07:32:51.047Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-02-11T07:32:51.094Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-02-11T07:32:51.150Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-02-11T07:32:51.203Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-02-11T07:32:51.256Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-02-11T07:32:51.306Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-02-11T07:32:51.358Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-02-11T07:32:51.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-02-11T07:32:51.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-02-11T07:32:51.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-02-11T07:32:51.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-02-11T07:32:51.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-02-11T07:32:51.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-02-11T07:32:51.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-02-11T07:32:51.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-02-11T07:32:51.808Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-02-11T07:32:51.861Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-02-11T07:32:51.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-02-11T07:32:51.972Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-02-11T07:32:52.026Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-02-11T07:32:52.083Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-02-11T07:32:52.137Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-02-11T07:32:52.193Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-02-11T07:32:52.247Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5077 [Pipeline] echo [2025-02-11T07:32:52.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5077 [Pipeline] echo [2025-02-11T07:32:52.352Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5077 [Pipeline] echo [2025-02-11T07:32:52.410Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1451aa7eaa382f910f0ec31c1ab1696b2843c98 [Pipeline] echo [2025-02-11T07:32:52.462Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1451aa [Pipeline] echo [2025-02-11T07:32:52.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-11T07:32:52.662Z] provisioning config files... [2025-02-11T07:32:52.677Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1859144274315989832tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:32:53.066Z] ---> ****-login.sh [2025-02-11T07:32:53.067Z] nexus3.edgexfoundry.org:10001 [2025-02-11T07:32:53.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-11T07:32:53.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-11T07:32:53.327Z] Configure a credential helper to remove this warning. See [2025-02-11T07:32:53.327Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-11T07:32:53.327Z] [2025-02-11T07:32:53.327Z] Login Succeeded [2025-02-11T07:32:53.327Z] nexus3.edgexfoundry.org:10002 [2025-02-11T07:32:53.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-11T07:32:53.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-11T07:32:53.588Z] Configure a credential helper to remove this warning. See [2025-02-11T07:32:53.588Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-11T07:32:53.588Z] [2025-02-11T07:32:53.588Z] Login Succeeded [2025-02-11T07:32:53.588Z] nexus3.edgexfoundry.org:10003 [2025-02-11T07:32:53.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-11T07:32:53.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-11T07:32:53.588Z] Configure a credential helper to remove this warning. See [2025-02-11T07:32:53.588Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-11T07:32:53.588Z] [2025-02-11T07:32:53.588Z] Login Succeeded [2025-02-11T07:32:53.588Z] nexus3.edgexfoundry.org:10004 [2025-02-11T07:32:53.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-11T07:32:53.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-11T07:32:53.849Z] Configure a credential helper to remove this warning. See [2025-02-11T07:32:53.849Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-11T07:32:53.849Z] [2025-02-11T07:32:53.849Z] Login Succeeded [2025-02-11T07:32:53.849Z] ****.io [2025-02-11T07:32:53.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-11T07:32:54.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-11T07:32:54.110Z] Configure a credential helper to remove this warning. See [2025-02-11T07:32:54.111Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-11T07:32:54.111Z] [2025-02-11T07:32:54.111Z] Login Succeeded [2025-02-11T07:32:54.111Z] ---> ****-login.sh ends [Pipeline] } [2025-02-11T07:32:54.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-11T07:32:54.569Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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 [2025-02-11T07:32:54.569Z] + dirname cmd/core-command/Dockerfile [2025-02-11T07:32:54.569Z] + cut -d/ -f2 [2025-02-11T07:32:54.569Z] + echo core-command,cmd/core-command/Dockerfile [2025-02-11T07:32:54.569Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-02-11T07:32:54.569Z] + cut -d/ -f2 [2025-02-11T07:32:54.569Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-02-11T07:32:54.569Z] + dirname cmd/core-data/Dockerfile [2025-02-11T07:32:54.569Z] + cut -d/ -f2 [2025-02-11T07:32:54.569Z] + echo core-data,cmd/core-data/Dockerfile [2025-02-11T07:32:54.569Z] + dirname cmd/core-keeper/Dockerfile [2025-02-11T07:32:54.569Z] + cut -d/ -f2 [2025-02-11T07:32:54.569Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-02-11T07:32:54.569Z] + dirname cmd/core-metadata/Dockerfile [2025-02-11T07:32:54.569Z] + cut -d/ -f2 [2025-02-11T07:32:54.569Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-02-11T07:32:54.569Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-02-11T07:32:54.570Z] + cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-02-11T07:32:54.570Z] + + dirname cmd/security-proxy-auth/Dockerfile [2025-02-11T07:32:54.570Z] cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-02-11T07:32:54.570Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-02-11T07:32:54.570Z] + cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-02-11T07:32:54.570Z] + dirname+ cmd/security-secretstore-setup/Dockerfile [2025-02-11T07:32:54.570Z] cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-02-11T07:32:54.570Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-02-11T07:32:54.570Z] + cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-02-11T07:32:54.570Z] + dirname cmd/security-spire-agent/Dockerfile [2025-02-11T07:32:54.570Z] + cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-02-11T07:32:54.570Z] + dirname cmd/security-spire-config/Dockerfile [2025-02-11T07:32:54.570Z] + cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-02-11T07:32:54.570Z] + dirname cmd/security-spire-server/Dockerfile [2025-02-11T07:32:54.570Z] + cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-02-11T07:32:54.570Z] + + dirname cmd/support-notifications/Dockerfilecut [2025-02-11T07:32:54.570Z] -d/ -f2 [2025-02-11T07:32:54.570Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-02-11T07:32:54.570Z] + dirname cmd/support-scheduler/Dockerfile [2025-02-11T07:32:54.570Z] + cut -d/ -f2 [2025-02-11T07:32:54.570Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-02-11T07:32:54.625Z] 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-keeper, dockerfile:cmd/core-keeper/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 [2025-02-11T07:32:55.172Z] + git rev-list -1 --merges a1451aa7eaa382f910f0ec31c1ab1696b2843c98~1..a1451aa7eaa382f910f0ec31c1ab1696b2843c98 [Pipeline] echo [2025-02-11T07:32:55.213Z] -----------> git rev-list -1 --merges a1451aa7eaa382f910f0ec31c1ab1696b2843c98~1..a1451aa7eaa382f910f0ec31c1ab1696b2843c98 a1451aa7eaa382f910f0ec31c1ab1696b2843c98 [2025-02-11T07:32:55.213Z] a1451aa7eaa382f910f0ec31c1ab1696b2843c98 [false] [Pipeline] sh [2025-02-11T07:32:55.534Z] + git log --format=format:%s -1 a1451aa7eaa382f910f0ec31c1ab1696b2843c98 [Pipeline] echo [2025-02-11T07:32:55.582Z] ========================================================= [2025-02-11T07:32:55.583Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-02-11T07:32:55.583Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-02-11T07:32:56.205Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-11T07:32:56.205Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-02-11T07:32:56.205Z] + [ -e /tmp/ssh_known_hosts ] [2025-02-11T07:32:56.205Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-02-11T07:32:56.205Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-02-11T07:32:56.205Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-02-11T07:32:56.205Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-11T07:32:56.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-11T07:32:56.752Z] [2025-02-11T07:32:56.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-11T07:32:57.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-11T07:32:57.146Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-02-11T07:32:57.146Z] b85a868b505f: Pulling fs layer [2025-02-11T07:32:57.146Z] e2be974225ed: Pulling fs layer [2025-02-11T07:32:57.146Z] 339a4e72a1f5: Pulling fs layer [2025-02-11T07:32:57.146Z] 988bab9f4d93: Pulling fs layer [2025-02-11T07:32:57.146Z] 1469e6f7b9e6: Pulling fs layer [2025-02-11T07:32:57.146Z] eaf3925da568: Pulling fs layer [2025-02-11T07:32:57.146Z] bab4dde63d76: Pulling fs layer [2025-02-11T07:32:57.146Z] bde34c3a00c8: Pulling fs layer [2025-02-11T07:32:57.146Z] b352a97aabf1: Pulling fs layer [2025-02-11T07:32:57.146Z] 988bab9f4d93: Waiting [2025-02-11T07:32:57.146Z] 1469e6f7b9e6: Waiting [2025-02-11T07:32:57.146Z] eaf3925da568: Waiting [2025-02-11T07:32:57.146Z] bab4dde63d76: Waiting [2025-02-11T07:32:57.147Z] bde34c3a00c8: Waiting [2025-02-11T07:32:57.147Z] 4872d77fe225: Pulling fs layer [2025-02-11T07:32:57.147Z] 5851b861e8e6: Pulling fs layer [2025-02-11T07:32:57.147Z] b352a97aabf1: Waiting [2025-02-11T07:32:57.147Z] 4872d77fe225: Waiting [2025-02-11T07:32:57.147Z] 5851b861e8e6: Waiting [2025-02-11T07:32:57.147Z] e2be974225ed: Download complete [2025-02-11T07:32:57.147Z] 988bab9f4d93: Verifying Checksum [2025-02-11T07:32:57.147Z] 988bab9f4d93: Download complete [2025-02-11T07:32:57.147Z] 339a4e72a1f5: Verifying Checksum [2025-02-11T07:32:57.147Z] 339a4e72a1f5: Download complete [2025-02-11T07:32:57.407Z] 1469e6f7b9e6: Verifying Checksum [2025-02-11T07:32:57.407Z] 1469e6f7b9e6: Download complete [2025-02-11T07:32:57.407Z] eaf3925da568: Download complete [2025-02-11T07:32:57.407Z] bde34c3a00c8: Download complete [2025-02-11T07:32:57.407Z] b352a97aabf1: Verifying Checksum [2025-02-11T07:32:57.407Z] b352a97aabf1: Download complete [2025-02-11T07:32:57.407Z] 4872d77fe225: Verifying Checksum [2025-02-11T07:32:57.407Z] 4872d77fe225: Download complete [2025-02-11T07:32:57.407Z] 5851b861e8e6: Verifying Checksum [2025-02-11T07:32:57.407Z] 5851b861e8e6: Download complete [2025-02-11T07:32:57.407Z] b85a868b505f: Verifying Checksum [2025-02-11T07:32:57.407Z] b85a868b505f: Download complete [2025-02-11T07:32:57.666Z] bab4dde63d76: Verifying Checksum [2025-02-11T07:32:57.666Z] bab4dde63d76: Download complete [2025-02-11T07:32:58.601Z] b85a868b505f: Pull complete [2025-02-11T07:32:58.859Z] e2be974225ed: Pull complete [2025-02-11T07:32:59.119Z] 339a4e72a1f5: Pull complete [2025-02-11T07:32:59.378Z] 988bab9f4d93: Pull complete [2025-02-11T07:32:59.638Z] 1469e6f7b9e6: Pull complete [2025-02-11T07:32:59.638Z] eaf3925da568: Pull complete [2025-02-11T07:33:01.549Z] bab4dde63d76: Pull complete [2025-02-11T07:33:01.549Z] bde34c3a00c8: Pull complete [2025-02-11T07:33:01.549Z] b352a97aabf1: Pull complete [2025-02-11T07:33:01.549Z] 4872d77fe225: Pull complete [2025-02-11T07:33:01.549Z] 5851b861e8e6: Pull complete [2025-02-11T07:33:01.549Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-02-11T07:33:01.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-11T07:33:01.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-11T07:33:02.089Z] prd-ubuntu20.04-docker-8c-8g-38625 does not seem to be running inside a container [2025-02-11T07:33:02.118Z] $ 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 [2025-02-11T07:33:05.240Z] $ docker top 9334647c5f6c0399e2935c13293cb5be0202781696f4358730a838a6241219bc -eo pid,comm [2025-02-11T07:33:05.293Z] 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). [2025-02-11T07:33:05.293Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-11T07:33:05.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-11T07:33:05.450Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-11T07:33:05.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-11T07:33:05.561Z] $ docker exec 9334647c5f6c0399e2935c13293cb5be0202781696f4358730a838a6241219bc ssh-agent [2025-02-11T07:33:05.661Z] SSH_AUTH_SOCK=/tmp/ssh-qfFIPp1uiFa5/agent.32 [2025-02-11T07:33:05.661Z] SSH_AGENT_PID=37 [2025-02-11T07:33:05.668Z] Running ssh-add (command line suppressed) [2025-02-11T07:33:05.776Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12868930584988441397.key (/w/workspace/edgex-go/1@tmp/private_key_12868930584988441397.key) [2025-02-11T07:33:05.791Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-11T07:33:06.133Z] + git tag --points-at HEAD [Pipeline] } [2025-02-11T07:33:06.161Z] $ docker exec --env ******** --env ******** 9334647c5f6c0399e2935c13293cb5be0202781696f4358730a838a6241219bc ssh-agent -k [2025-02-11T07:33:06.255Z] unset SSH_AUTH_SOCK; [2025-02-11T07:33:06.256Z] unset SSH_AGENT_PID; [2025-02-11T07:33:06.256Z] echo Agent pid 37 killed; [2025-02-11T07:33:06.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-02-11T07:33:06.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-11T07:33:06.381Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-11T07:33:06.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-11T07:33:06.494Z] $ docker exec 9334647c5f6c0399e2935c13293cb5be0202781696f4358730a838a6241219bc ssh-agent [2025-02-11T07:33:06.600Z] SSH_AUTH_SOCK=/tmp/ssh-m4b4ZZmxCIwo/agent.70 [2025-02-11T07:33:06.600Z] SSH_AGENT_PID=75 [2025-02-11T07:33:06.604Z] Running ssh-add (command line suppressed) [2025-02-11T07:33:06.699Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12265529587511291161.key (/w/workspace/edgex-go/1@tmp/private_key_12265529587511291161.key) [2025-02-11T07:33:06.714Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-11T07:33:07.048Z] + git semver init [2025-02-11T07:33:07.309Z] 2025-02-11 07:33:07,213 [run_init] DEBUG init version:0.0.0 force:False [2025-02-11T07:33:07.309Z] 2025-02-11 07:33:07,214 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2025-02-11T07:33:07.309Z] 2025-02-11 07:33:07,215 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2025-02-11T07:33:07.309Z] 2025-02-11 07:33:07,215 [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) [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,775 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,776 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-5077 with force:False [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,776 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5077 [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,780 [execute] INFO git cat-file --batch-check [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,780 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,785 [execute] INFO git cat-file --batch [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,786 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2025-02-11T07:33:13.874Z] 2025-02-11 07:33:12,791 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5077 [2025-02-11T07:33:13.874Z] 0.0.0 [Pipeline] } [2025-02-11T07:33:13.903Z] $ docker exec --env ******** --env ******** 9334647c5f6c0399e2935c13293cb5be0202781696f4358730a838a6241219bc ssh-agent -k [2025-02-11T07:33:13.999Z] unset SSH_AUTH_SOCK; [2025-02-11T07:33:13.999Z] unset SSH_AGENT_PID; [2025-02-11T07:33:14.000Z] echo Agent pid 75 killed; [2025-02-11T07:33:14.011Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-11T07:33:14.453Z] + git semver [Pipeline] } [2025-02-11T07:33:14.740Z] $ docker stop --time=1 9334647c5f6c0399e2935c13293cb5be0202781696f4358730a838a6241219bc [2025-02-11T07:33:16.048Z] $ docker rm -f --volumes 9334647c5f6c0399e2935c13293cb5be0202781696f4358730a838a6241219bc [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-11T07:33:16.507Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-02-11T07:33:16.809Z] Stashed 1 file(s) [Pipeline] echo [2025-02-11T07:33:16.832Z] [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] // stage [Pipeline] } [2025-02-11T07:33:18.099Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2025-02-11T07:33:18.140Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-11T07:33:18.177Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-11T07:33:18.212Z] ========================================================= [2025-02-11T07:33:18.212Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-02-11T07:33:18.212Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-02-11T07:33:18.560Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-02-11T07:33:18.561Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-02-11T07:33:18.561Z] da9db072f522: Pulling fs layer [2025-02-11T07:33:18.561Z] 6ef4a4ee8ca5: Pulling fs layer [2025-02-11T07:33:18.561Z] 06f05ace1117: Pulling fs layer [2025-02-11T07:33:18.561Z] 5fe327b54edc: Pulling fs layer [2025-02-11T07:33:18.561Z] 4f4fb700ef54: Pulling fs layer [2025-02-11T07:33:18.561Z] 92a5565b7b96: Pulling fs layer [2025-02-11T07:33:18.561Z] ff9bb7016b71: Pulling fs layer [2025-02-11T07:33:18.561Z] b67dba6c2c7d: Pulling fs layer [2025-02-11T07:33:18.561Z] a813b0c90790: Pulling fs layer [2025-02-11T07:33:18.561Z] ff9bb7016b71: Waiting [2025-02-11T07:33:18.561Z] 92a5565b7b96: Waiting [2025-02-11T07:33:18.561Z] 5fe327b54edc: Waiting [2025-02-11T07:33:18.561Z] 4f4fb700ef54: Waiting [2025-02-11T07:33:18.561Z] b67dba6c2c7d: Waiting [2025-02-11T07:33:18.561Z] 6ef4a4ee8ca5: Verifying Checksum [2025-02-11T07:33:18.561Z] 6ef4a4ee8ca5: Download complete [2025-02-11T07:33:18.561Z] 5fe327b54edc: Verifying Checksum [2025-02-11T07:33:18.561Z] 5fe327b54edc: Download complete [2025-02-11T07:33:18.561Z] 4f4fb700ef54: Verifying Checksum [2025-02-11T07:33:18.561Z] 4f4fb700ef54: Download complete [2025-02-11T07:33:18.561Z] 92a5565b7b96: Verifying Checksum [2025-02-11T07:33:18.561Z] 92a5565b7b96: Download complete [2025-02-11T07:33:18.561Z] da9db072f522: Verifying Checksum [2025-02-11T07:33:18.561Z] da9db072f522: Download complete [2025-02-11T07:33:18.561Z] ff9bb7016b71: Download complete [2025-02-11T07:33:18.820Z] da9db072f522: Pull complete [2025-02-11T07:33:18.820Z] a813b0c90790: Verifying Checksum [2025-02-11T07:33:18.820Z] a813b0c90790: Download complete [2025-02-11T07:33:18.820Z] 6ef4a4ee8ca5: Pull complete [2025-02-11T07:33:19.078Z] 06f05ace1117: Verifying Checksum [2025-02-11T07:33:19.078Z] 06f05ace1117: Download complete [2025-02-11T07:33:19.337Z] b67dba6c2c7d: Verifying Checksum [2025-02-11T07:33:19.337Z] b67dba6c2c7d: Download complete [2025-02-11T07:33:22.616Z] 06f05ace1117: Pull complete [2025-02-11T07:33:22.873Z] 5fe327b54edc: Pull complete [2025-02-11T07:33:22.873Z] 4f4fb700ef54: Pull complete [2025-02-11T07:33:22.873Z] 92a5565b7b96: Pull complete [2025-02-11T07:33:23.132Z] ff9bb7016b71: Pull complete [2025-02-11T07:33:25.035Z] b67dba6c2c7d: Pull complete [2025-02-11T07:33:25.609Z] a813b0c90790: Pull complete [2025-02-11T07:33:25.609Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-02-11T07:33:25.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-02-11T07:33:25.609Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-02-11T07:33:25.972Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-02-11T07:33:25.972Z] WORKDIR /edgex [2025-02-11T07:33:25.972Z] COPY go.mod . [2025-02-11T07:33:25.972Z] RUN go mod download [2025-02-11T07:33:25.972Z] + docker build -t ci-base-image-x86_64 -f - . [2025-02-11T07:33:26.537Z] Sending build context to Docker daemon 180MB [2025-02-11T07:33:26.537Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-02-11T07:33:26.537Z] ---> 3ba60ce46760 [2025-02-11T07:33:26.537Z] Step 2/4 : WORKDIR /edgex [2025-02-11T07:33:31.837Z] ---> Running in 2cfefc51fd52 [2025-02-11T07:33:31.837Z] Removing intermediate container 2cfefc51fd52 [2025-02-11T07:33:31.837Z] ---> e069ca4628d5 [2025-02-11T07:33:31.837Z] Step 3/4 : COPY go.mod . [2025-02-11T07:33:31.837Z] ---> 1d4ee73a33e8 [2025-02-11T07:33:31.837Z] Step 4/4 : RUN go mod download [2025-02-11T07:33:31.837Z] ---> Running in 44e78b982ce5 [2025-02-11T07:34:03.933Z] Removing intermediate container 44e78b982ce5 [2025-02-11T07:34:03.933Z] ---> 822b1477cae5 [2025-02-11T07:34:03.933Z] Successfully built 822b1477cae5 [2025-02-11T07:34:03.933Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-11T07:34:04.345Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-11T07:34:04.345Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-11T07:34:04.513Z] prd-ubuntu20.04-docker-8c-8g-38625 does not seem to be running inside a container [2025-02-11T07:34:04.543Z] $ 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 [2025-02-11T07:34:04.968Z] $ docker top 70353118bdb0d0e6638d08b5b063bca1cc5ef4743b32be26c9e3051324b46632 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-11T07:34:05.361Z] + go version [2025-02-11T07:34:05.361Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-02-11T07:34:05.386Z] $ docker stop --time=1 70353118bdb0d0e6638d08b5b063bca1cc5ef4743b32be26c9e3051324b46632 [2025-02-11T07:34:06.691Z] $ docker rm -f --volumes 70353118bdb0d0e6638d08b5b063bca1cc5ef4743b32be26c9e3051324b46632 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-11T07:34:07.468Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-11T07:34:07.468Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-11T07:34:07.626Z] prd-ubuntu20.04-docker-8c-8g-38625 does not seem to be running inside a container [2025-02-11T07:34:07.655Z] $ 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 [2025-02-11T07:34:07.969Z] $ docker top 8a1cc852ed156a6eb30219e8c96bb3fec37e087078a62627e0267bd46ecacc1a -eo pid,comm [Pipeline] { [Pipeline] echo [2025-02-11T07:34:08.094Z] ========================================================= [2025-02-11T07:34:08.094Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-02-11T07:34:08.094Z] ========================================================= [Pipeline] sh [2025-02-11T07:34:08.391Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2025-02-11T07:34:08.767Z] + make test [2025-02-11T07:34:08.768Z] go test -race -coverprofile=coverage.out ./... [2025-02-11T07:34:16.891Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-02-11T07:34:48.966Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-02-11T07:34:50.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements [2025-02-11T07:34:51.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.111s coverage: 97.0% of statements [2025-02-11T07:34:51.840Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-02-11T07:34:51.840Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2025-02-11T07:34:51.840Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-02-11T07:34:51.840Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-02-11T07:34:51.841Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-02-11T07:34:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-02-11T07:34:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-02-11T07:34:53.217Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-02-11T07:34:53.217Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-02-11T07:34:53.217Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-02-11T07:34:53.217Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-02-11T07:34:53.217Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-02-11T07:34:53.217Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-02-11T07:34:53.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-02-11T07:34:53.217Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-02-11T07:34:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-02-11T07:34:54.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-02-11T07:34:54.589Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-02-11T07:34:54.589Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-02-11T07:34:54.589Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-02-11T07:34:54.589Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-02-11T07:34:55.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.050s coverage: 69.2% of statements [2025-02-11T07:34:55.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.051s coverage: 47.2% of statements [2025-02-11T07:34:56.221Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-02-11T07:34:56.221Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-02-11T07:34:56.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.067s coverage: 93.4% of statements [2025-02-11T07:34:56.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.3% of statements [2025-02-11T07:34:57.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 9.3% of statements [2025-02-11T07:34:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-02-11T07:34:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-02-11T07:34:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-02-11T07:34:58.533Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-02-11T07:34:58.533Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-02-11T07:34:59.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.375s coverage: 95.8% of statements [2025-02-11T07:34:59.906Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.031s coverage: 72.2% of statements [2025-02-11T07:35:00.474Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-02-11T07:35:00.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-02-11T07:35:00.733Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-02-11T07:35:00.733Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-02-11T07:35:00.733Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-02-11T07:35:01.676Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.042s coverage: 0.0% of statements [no tests to run] [2025-02-11T07:35:01.676Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 1.0% of statements [2025-02-11T07:35:01.676Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 43.1% of statements [2025-02-11T07:35:01.676Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements [2025-02-11T07:35:02.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 40.0% of statements [2025-02-11T07:35:02.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements [2025-02-11T07:35:02.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 94.1% of statements [2025-02-11T07:35:02.244Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-02-11T07:35:02.244Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-02-11T07:35:02.244Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-02-11T07:35:02.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.038s coverage: 96.3% of statements [2025-02-11T07:35:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-02-11T07:35:02.762Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-02-11T07:35:02.762Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-02-11T07:35:02.762Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-02-11T07:35:03.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2025-02-11T07:35:03.954Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-02-11T07:35:03.954Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-02-11T07:35:03.954Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-02-11T07:35:04.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-02-11T07:35:04.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-02-11T07:35:04.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-02-11T07:35:04.893Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-02-11T07:35:05.458Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-02-11T07:35:05.458Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-02-11T07:35:06.026Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-02-11T07:35:06.962Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-02-11T07:35:07.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-02-11T07:35:08.835Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-02-11T07:35:08.835Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-02-11T07:35:11.370Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-02-11T07:35:11.629Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-02-11T07:35:11.629Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-02-11T07:35:12.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-02-11T07:35:12.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-02-11T07:35:12.566Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-02-11T07:35:13.944Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-02-11T07:35:13.944Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-02-11T07:35:13.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-02-11T07:35:14.511Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-02-11T07:35:14.511Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-02-11T07:35:14.511Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-02-11T07:35:14.511Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-02-11T07:35:15.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2025-02-11T07:35:16.014Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-02-11T07:35:16.014Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-02-11T07:35:16.014Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-02-11T07:35:16.014Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-02-11T07:35:17.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-02-11T07:35:17.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-02-11T07:35:17.392Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-02-11T07:35:17.392Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-02-11T07:35:18.769Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-02-11T07:35:18.769Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-02-11T07:35:18.769Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-02-11T07:35:20.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-02-11T07:35:20.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-02-11T07:35:20.160Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-02-11T07:35:23.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.046s coverage: 92.9% of statements [2025-02-11T07:35:23.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements [2025-02-11T07:35:23.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.059s coverage: 62.3% of statements [2025-02-11T07:35:23.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.062s coverage: 87.2% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 17.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.066s coverage: 81.8% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.096s coverage: 82.1% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.111s coverage: 63.1% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.024s coverage: 100.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.013s coverage: 100.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.208s coverage: 36.1% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 93.8% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 3.1% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 17.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.137s coverage: 94.9% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.033s coverage: 9.0% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.075s coverage: 97.7% of statements [2025-02-11T07:35:23.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.036s coverage: 43.6% of statements [2025-02-11T07:35:23.709Z] 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 [2025-02-11T07:35:23.970Z] running golangci-lint [2025-02-11T07:35:23.970Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-02-11T07:35:23.970Z] go version go1.23.4 linux/amd64 [2025-02-11T07:35:24.230Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-02-11T07:35:24.230Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-02-11T07:35:24.230Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-02-11T07:35:50.770Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|name|imports|compiled_files|deps|exports_file|files) took 23.9263151s" [2025-02-11T07:35:50.770Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.22512ms" [2025-02-11T07:36:02.971Z] level=info msg="[linters_context/goanalysis] analyzers took 1m50.486819034s with top 10 stages: buildir: 1m4.899643965s, gosec: 4.602148215s, inspect: 3.042668462s, fact_deprecated: 2.989977264s, printf: 2.318641798s, ctrlflow: 1.852681498s, fact_purity: 1.422197607s, S1038: 1.25322887s, ineffassign: 1.210745702s, nilness: 1.17831665s" [2025-02-11T07:36:02.971Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-02-11T07:36:02.971Z] level=info msg="[runner] Processors filtering stat (in/out): nolint: 20/0, filename_unadjuster: 202/202, skip_dirs: 202/202, exclude-rules: 202/20, autogenerated_exclude: 202/202, identifier_marker: 202/202, skip_files: 202/202, path_prettifier: 202/202, exclude: 202/202, cgo: 202/202, invalid_issue: 202/202" [2025-02-11T07:36:02.971Z] level=info msg="[runner] processing took 22.011385ms with stages: nolint: 10.381172ms, identifier_marker: 5.71883ms, exclude-rules: 1.742543ms, autogenerated_exclude: 1.635192ms, path_prettifier: 1.560281ms, skip_dirs: 898.076µs, invalid_issue: 29.39µs, cgo: 28.2µs, filename_unadjuster: 13.301µs, max_same_issues: 810ns, fixer: 600ns, uniq_by_line: 550ns, exclude: 390ns, skip_files: 380ns, sort_results: 350ns, max_from_linter: 230ns, diff: 230ns, source_code: 210ns, path_shortener: 180ns, max_per_file_from_linter: 160ns, path_prefixer: 160ns, severity-rules: 150ns" [2025-02-11T07:36:02.971Z] level=info msg="[runner] linters took 13.930386636s with stages: goanalysis_metalinter: 13.908264871s" [2025-02-11T07:36:02.971Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-02-11T07:36:02.971Z] level=info msg="Memory: 376 samples, avg is 296.7MB, max is 1270.6MB" [2025-02-11T07:36:02.971Z] level=info msg="Execution took 37.914038367s" [2025-02-11T07:36:02.971Z] go vet ./... [2025-02-11T07:36:09.531Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-02-11T07:36:09.531Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-02-11T07:36:09.531Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-02-11T07:36:09.579Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2025-02-11T07:36:09.900Z] + ls -al . [2025-02-11T07:36:09.901Z] total 1880 [2025-02-11T07:36:09.901Z] drwxrwxr-x 11 1001 1001 4096 Feb 11 07:34 . [2025-02-11T07:36:09.901Z] drwxr-xr-x 4 root root 4096 Feb 11 07:34 .. [2025-02-11T07:36:09.901Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 07:32 .blubracket [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 10 Feb 11 07:32 .dockerignore [2025-02-11T07:36:09.901Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 07:35 .git [2025-02-11T07:36:09.901Z] drwxrwxr-x 3 1001 1001 4096 Feb 11 07:32 .github [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 907 Feb 11 07:32 .gitignore [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 199 Feb 11 07:32 .golangci.yml [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 100 Feb 11 07:32 .hadolint.yml [2025-02-11T07:36:09.901Z] drwxr-xr-x 3 1001 1001 4096 Feb 11 07:33 .semver [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 155 Feb 11 07:32 .sonarcloud.properties [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 1171 Feb 11 07:32 ADOPTERS.md [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 17374 Feb 11 07:32 Attribution.txt [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 100284 Feb 11 07:32 CHANGELOG.md [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 07:32 CONTRIBUTING.md [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 677 Feb 11 07:32 GOVERNANCE.md [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 858 Feb 11 07:32 Jenkinsfile [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 07:32 LICENSE [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 16740 Feb 11 07:32 Makefile [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 582 Feb 11 07:32 OWNERS.md [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 9932 Feb 11 07:32 README.md [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 789 Feb 11 07:32 SECURITY.md [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 07:33 VERSION [2025-02-11T07:36:09.901Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 07:32 bin [2025-02-11T07:36:09.901Z] drwxrwxr-x 19 1001 1001 4096 Feb 11 07:32 cmd [2025-02-11T07:36:09.901Z] -rw-r--r-- 1 root root 1553302 Feb 11 07:35 coverage.out [2025-02-11T07:36:09.901Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 07:32 fuzz_test [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 6494 Feb 11 07:32 go.mod [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 88223 Feb 11 07:32 go.sum [2025-02-11T07:36:09.901Z] drwxrwxr-x 7 1001 1001 4096 Feb 11 07:32 internal [2025-02-11T07:36:09.901Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 07:32 openapi [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 584 Feb 11 07:32 security.txt [2025-02-11T07:36:09.901Z] -rw-rw-r-- 1 1001 1001 204 Feb 11 07:32 version.go [Pipeline] sh [2025-02-11T07:36:10.215Z] + '[' -e coverage.out ] [2025-02-11T07:36:10.215Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-02-11T07:36:10.390Z] Stashed 1 file(s) [Pipeline] sh [2025-02-11T07:36:10.705Z] + make build [2025-02-11T07:36:10.705Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-02-11T07:36:32.646Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-02-11T07:36:34.553Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-02-11T07:36:35.933Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-02-11T07:36:36.503Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-02-11T07:36:38.413Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-02-11T07:36:43.697Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-02-11T07:36:45.075Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-02-11T07:36:46.976Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-02-11T07:36:47.912Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-02-11T07:36:48.478Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-02-11T07:36:49.413Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-02-11T07:36:49.977Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-02-11T07:36:50.933Z] $ docker stop --time=1 8a1cc852ed156a6eb30219e8c96bb3fec37e087078a62627e0267bd46ecacc1a [2025-02-11T07:36:59.759Z] $ docker rm -f --volumes 8a1cc852ed156a6eb30219e8c96bb3fec37e087078a62627e0267bd46ecacc1a [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 [2025-02-11T07:37:01.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-02-11T07:37:01.348Z] [2025-02-11T07:37:01.348Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-11T07:37:01.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-02-11T07:37:01.725Z] latest: Pulling from edgex-devops/edgex-compose [2025-02-11T07:37:01.725Z] 91d30c5bc195: Pulling fs layer [2025-02-11T07:37:01.725Z] 2e9b0aa3be6d: Pulling fs layer [2025-02-11T07:37:01.725Z] 9c61dcf015f6: Pulling fs layer [2025-02-11T07:37:01.725Z] 4698f68db338: Pulling fs layer [2025-02-11T07:37:01.725Z] 2a2f49069b9e: Pulling fs layer [2025-02-11T07:37:01.725Z] e0025b399a48: Pulling fs layer [2025-02-11T07:37:01.725Z] 4698f68db338: Waiting [2025-02-11T07:37:01.725Z] e0025b399a48: Waiting [2025-02-11T07:37:01.725Z] 91d30c5bc195: Verifying Checksum [2025-02-11T07:37:01.725Z] 91d30c5bc195: Download complete [2025-02-11T07:37:01.985Z] 4698f68db338: Verifying Checksum [2025-02-11T07:37:01.985Z] 4698f68db338: Download complete [2025-02-11T07:37:01.985Z] 2e9b0aa3be6d: Verifying Checksum [2025-02-11T07:37:01.985Z] 2e9b0aa3be6d: Download complete [2025-02-11T07:37:01.985Z] e0025b399a48: Verifying Checksum [2025-02-11T07:37:01.985Z] e0025b399a48: Download complete [2025-02-11T07:37:01.985Z] 91d30c5bc195: Pull complete [2025-02-11T07:37:01.985Z] 2a2f49069b9e: Download complete [2025-02-11T07:37:02.244Z] 2e9b0aa3be6d: Pull complete [2025-02-11T07:37:02.503Z] 9c61dcf015f6: Verifying Checksum [2025-02-11T07:37:02.503Z] 9c61dcf015f6: Download complete [2025-02-11T07:37:05.037Z] 9c61dcf015f6: Pull complete [2025-02-11T07:37:05.037Z] 4698f68db338: Pull complete [2025-02-11T07:37:05.296Z] 2a2f49069b9e: Pull complete [2025-02-11T07:37:05.296Z] e0025b399a48: Pull complete [2025-02-11T07:37:05.296Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-02-11T07:37:05.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-02-11T07:37:05.296Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-11T07:37:05.530Z] prd-ubuntu20.04-docker-8c-8g-38625 does not seem to be running inside a container [2025-02-11T07:37:05.555Z] $ 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 [2025-02-11T07:37:09.929Z] $ docker top 7d805a2bd5623e67ae90c4851a7c7c280e088708f4d7608bb7986a765fe7063d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-11T07:37:10.450Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-02-11T07:37:13.079Z] #1 [support-scheduler internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #1 transferring dockerfile: 1.83kB done [2025-02-11T07:37:13.079Z] #1 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #2 transferring dockerfile: 3.02kB done [2025-02-11T07:37:13.079Z] #2 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #3 transferring dockerfile: 2.49kB done [2025-02-11T07:37:13.079Z] #3 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #4 [core-keeper internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #4 transferring dockerfile: 2.01kB done [2025-02-11T07:37:13.079Z] #4 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #5 [core-data internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #5 transferring dockerfile: 2.04kB done [2025-02-11T07:37:13.079Z] #5 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #6 transferring dockerfile: 2.50kB done [2025-02-11T07:37:13.079Z] #6 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #7 [core-metadata internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #7 transferring dockerfile: 2.10kB done [2025-02-11T07:37:13.079Z] #7 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #8 transferring dockerfile: 2.14kB done [2025-02-11T07:37:13.079Z] #8 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #9 transferring dockerfile: 1.89kB done [2025-02-11T07:37:13.079Z] #9 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #10 [support-notifications internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #10 transferring dockerfile: 2.00kB done [2025-02-11T07:37:13.079Z] #10 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #11 [core-command internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #11 transferring dockerfile: 1.94kB done [2025-02-11T07:37:13.079Z] #11 DONE 0.0s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #12 [security-spire-server internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #12 transferring dockerfile: 1.70kB done [2025-02-11T07:37:13.079Z] #12 DONE 0.1s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #13 transferring dockerfile: 1.69kB done [2025-02-11T07:37:13.079Z] #13 DONE 0.1s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #14 transferring dockerfile: 2.23kB done [2025-02-11T07:37:13.079Z] #14 DONE 0.1s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2025-02-11T07:37:13.079Z] #15 transferring dockerfile: 1.81kB done [2025-02-11T07:37:13.079Z] #15 DONE 0.1s [2025-02-11T07:37:13.079Z] [2025-02-11T07:37:13.079Z] #16 [support-scheduler internal] load .dockerignore [2025-02-11T07:37:13.079Z] #16 transferring context: 50B done [2025-02-11T07:37:13.079Z] #16 DONE 0.1s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #17 [security-bootstrapper internal] load .dockerignore [2025-02-11T07:37:13.338Z] #17 transferring context: 50B done [2025-02-11T07:37:13.338Z] #17 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #18 [security-secretstore-setup internal] load .dockerignore [2025-02-11T07:37:13.338Z] #18 transferring context: 50B done [2025-02-11T07:37:13.338Z] #18 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #19 [core-keeper internal] load .dockerignore [2025-02-11T07:37:13.338Z] #19 transferring context: 50B done [2025-02-11T07:37:13.338Z] #19 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #20 [core-data internal] load .dockerignore [2025-02-11T07:37:13.338Z] #20 transferring context: 50B done [2025-02-11T07:37:13.338Z] #20 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #21 [core-metadata internal] load .dockerignore [2025-02-11T07:37:13.338Z] #21 transferring context: 50B done [2025-02-11T07:37:13.338Z] #21 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #22 [security-proxy-auth internal] load .dockerignore [2025-02-11T07:37:13.338Z] #22 transferring context: 50B done [2025-02-11T07:37:13.338Z] #22 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #23 [security-proxy-setup internal] load .dockerignore [2025-02-11T07:37:13.338Z] #23 transferring context: 50B done [2025-02-11T07:37:13.338Z] #23 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2025-02-11T07:37:13.338Z] #24 transferring context: 50B done [2025-02-11T07:37:13.338Z] #24 DONE 0.0s [2025-02-11T07:37:13.338Z] [2025-02-11T07:37:13.338Z] #25 [support-notifications internal] load .dockerignore [2025-02-11T07:37:13.599Z] #25 transferring context: 50B done [2025-02-11T07:37:13.599Z] #25 DONE 0.0s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #26 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:13.599Z] #26 DONE 0.0s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #27 [security-spire-server internal] load .dockerignore [2025-02-11T07:37:13.599Z] #27 transferring context: 50B done [2025-02-11T07:37:13.599Z] #27 DONE 0.0s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #28 [security-spire-config internal] load .dockerignore [2025-02-11T07:37:13.599Z] #28 transferring context: 50B done [2025-02-11T07:37:13.599Z] #28 DONE 0.0s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2025-02-11T07:37:13.599Z] #29 transferring context: 50B done [2025-02-11T07:37:13.599Z] #29 DONE 0.0s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #30 [security-spire-agent internal] load .dockerignore [2025-02-11T07:37:13.599Z] #30 transferring context: 50B done [2025-02-11T07:37:13.599Z] #30 DONE 0.0s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-02-11T07:37:13.599Z] #31 DONE 0.1s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #26 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:13.599Z] #26 DONE 0.0s [2025-02-11T07:37:13.599Z] [2025-02-11T07:37:13.599Z] #32 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:13.599Z] #32 resolve docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 0.0s done [2025-02-11T07:37:13.599Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:13.599Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.10MB / 3.63MB 0.1s [2025-02-11T07:37:13.599Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:13.599Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:13.858Z] #32 ... [2025-02-11T07:37:13.858Z] [2025-02-11T07:37:13.858Z] #26 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:13.858Z] #26 DONE 0.0s [2025-02-11T07:37:13.858Z] [2025-02-11T07:37:13.858Z] #32 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:13.858Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:13.858Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.63MB / 3.63MB 0.2s [2025-02-11T07:37:13.858Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:13.858Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:13.858Z] #32 extracting sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b [2025-02-11T07:37:13.858Z] #32 ... [2025-02-11T07:37:13.858Z] [2025-02-11T07:37:13.858Z] #33 [core-command internal] load .dockerignore [2025-02-11T07:37:13.858Z] #33 transferring context: 50B done [2025-02-11T07:37:13.858Z] #33 DONE 0.3s [2025-02-11T07:37:13.858Z] [2025-02-11T07:37:13.858Z] #26 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:13.858Z] #26 DONE 0.0s [2025-02-11T07:37:13.858Z] [2025-02-11T07:37:13.858Z] #32 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:13.858Z] #32 resolve docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 0.0s done [2025-02-11T07:37:13.859Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:13.859Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.63MB / 3.63MB 0.2s done [2025-02-11T07:37:13.859Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:13.859Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:13.859Z] #32 ... [2025-02-11T07:37:13.859Z] [2025-02-11T07:37:13.859Z] #26 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:13.859Z] #26 DONE 0.0s [2025-02-11T07:37:13.859Z] [2025-02-11T07:37:13.859Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-02-11T07:37:13.859Z] #31 DONE 0.4s [2025-02-11T07:37:13.859Z] [2025-02-11T07:37:13.859Z] #34 [core-data internal] load build context [2025-02-11T07:37:13.859Z] #34 DONE 0.0s [2025-02-11T07:37:13.859Z] [2025-02-11T07:37:13.859Z] #35 [security-proxy-setup internal] load build context [2025-02-11T07:37:13.859Z] #35 DONE 0.0s [2025-02-11T07:37:13.859Z] [2025-02-11T07:37:13.859Z] #36 [core-metadata internal] load build context [2025-02-11T07:37:13.859Z] #36 DONE 0.0s [2025-02-11T07:37:13.859Z] [2025-02-11T07:37:13.859Z] #32 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:13.859Z] #32 resolve docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 0.0s done [2025-02-11T07:37:13.859Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:13.859Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.63MB / 3.63MB 0.2s done [2025-02-11T07:37:13.859Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:13.859Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:14.118Z] #32 ... [2025-02-11T07:37:14.118Z] [2025-02-11T07:37:14.119Z] #26 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:14.119Z] #26 DONE 0.0s [2025-02-11T07:37:14.119Z] [2025-02-11T07:37:14.119Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-02-11T07:37:14.119Z] #31 DONE 0.4s [2025-02-11T07:37:14.119Z] [2025-02-11T07:37:14.119Z] #32 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:14.119Z] #32 resolve docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 0.0s done [2025-02-11T07:37:14.119Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:14.119Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.63MB / 3.63MB 0.2s done [2025-02-11T07:37:14.119Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:14.119Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:14.119Z] #32 ... [2025-02-11T07:37:14.119Z] [2025-02-11T07:37:14.119Z] #26 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:14.119Z] #26 DONE 0.0s [2025-02-11T07:37:14.119Z] [2025-02-11T07:37:14.119Z] #32 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:14.119Z] #32 extracting sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 0.4s done [2025-02-11T07:37:14.380Z] #32 ... [2025-02-11T07:37:14.380Z] [2025-02-11T07:37:14.380Z] #26 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:14.380Z] #26 DONE 0.0s [2025-02-11T07:37:14.380Z] [2025-02-11T07:37:14.380Z] #32 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:14.380Z] #32 resolve docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 0.0s done [2025-02-11T07:37:14.380Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:14.380Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.63MB / 3.63MB 0.2s done [2025-02-11T07:37:14.380Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:14.380Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:14.380Z] #32 extracting sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 0.4s done [2025-02-11T07:37:14.380Z] #32 ... [2025-02-11T07:37:14.380Z] [2025-02-11T07:37:14.380Z] #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-02-11T07:37:14.380Z] #31 DONE 0.8s [2025-02-11T07:37:14.642Z] [2025-02-11T07:37:14.642Z] #26 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-02-11T07:37:14.642Z] #26 DONE 0.0s [2025-02-11T07:37:14.642Z] [2025-02-11T07:37:14.642Z] #31 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-02-11T07:37:14.642Z] #31 DONE 0.9s [2025-02-11T07:37:14.642Z] [2025-02-11T07:37:14.642Z] #32 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:14.642Z] #32 resolve docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 0.0s done [2025-02-11T07:37:14.642Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:14.642Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.63MB / 3.63MB 0.2s done [2025-02-11T07:37:14.642Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:14.642Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:14.642Z] #32 extracting sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 0.4s done [2025-02-11T07:37:14.905Z] #32 DONE 1.5s [2025-02-11T07:37:14.905Z] [2025-02-11T07:37:14.905Z] #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-02-11T07:37:15.163Z] #37 ... [2025-02-11T07:37:15.163Z] [2025-02-11T07:37:15.163Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2025-02-11T07:37:15.163Z] #38 DONE 0.6s [2025-02-11T07:37:15.163Z] [2025-02-11T07:37:15.163Z] #32 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 [2025-02-11T07:37:15.163Z] #32 resolve docker.io/library/alpine:3.20@sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 0.0s done [2025-02-11T07:37:15.163Z] #32 sha256:e29df9b510ff9f27454808bb092413353f812683d0ff9d628546e6470faac198 581B / 581B done [2025-02-11T07:37:15.163Z] #32 sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 3.63MB / 3.63MB 0.2s done [2025-02-11T07:37:15.163Z] #32 sha256:31687a2fdd021f85955bf2d0c2682e9c0949827560e1db546358ea094f740f12 9.22kB / 9.22kB done [2025-02-11T07:37:15.164Z] #32 sha256:a180ec8e5c7247c920c91508fa4ce86088946cc9e65f4aeb39091038bba88b0b 1.02kB / 1.02kB done [2025-02-11T07:37:15.164Z] #32 extracting sha256:66a3d608f3fa52124f8463e9467f170c784abd549e8216aa45c6960b00b4b79b 0.4s done [2025-02-11T07:37:15.164Z] #32 DONE 1.5s [2025-02-11T07:37:15.164Z] [2025-02-11T07:37:15.164Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2025-02-11T07:37:15.164Z] #39 DONE 0.9s [2025-02-11T07:37:15.164Z] [2025-02-11T07:37:15.164Z] #40 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-02-11T07:37:15.164Z] #40 DONE 1.8s [2025-02-11T07:37:15.164Z] [2025-02-11T07:37:15.164Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:15.164Z] #41 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:15.428Z] #41 ... [2025-02-11T07:37:15.428Z] [2025-02-11T07:37:15.428Z] #42 [security-spire-config internal] load build context [2025-02-11T07:37:15.428Z] #42 transferring context: 22.05kB 0.1s done [2025-02-11T07:37:15.428Z] #42 DONE 0.3s [2025-02-11T07:37:15.428Z] [2025-02-11T07:37:15.428Z] #43 [security-spire-server internal] load build context [2025-02-11T07:37:15.428Z] #43 transferring context: 23.80kB 0.1s done [2025-02-11T07:37:15.428Z] #43 DONE 0.4s [2025-02-11T07:37:15.428Z] [2025-02-11T07:37:15.428Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:15.428Z] #41 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.4s done [2025-02-11T07:37:15.686Z] #41 ... [2025-02-11T07:37:15.686Z] [2025-02-11T07:37:15.686Z] #44 [security-spire-agent internal] load build context [2025-02-11T07:37:15.686Z] #44 transferring context: 23.33kB done [2025-02-11T07:37:15.686Z] #44 DONE 0.5s [2025-02-11T07:37:15.686Z] [2025-02-11T07:37:15.686Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:15.686Z] #41 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2025-02-11T07:37:15.686Z] #41 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2025-02-11T07:37:15.686Z] #41 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2025-02-11T07:37:15.686Z] #41 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2025-02-11T07:37:15.686Z] #41 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2025-02-11T07:37:15.686Z] #41 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2025-02-11T07:37:15.686Z] #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s [2025-02-11T07:37:15.945Z] #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s [2025-02-11T07:37:17.327Z] #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 1.5s [2025-02-11T07:37:18.099Z] #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.2s [2025-02-11T07:37:20.634Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 4.9s [2025-02-11T07:37:20.895Z] #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 5.3s [2025-02-11T07:37:21.154Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 5.4s [2025-02-11T07:37:23.059Z] #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 6.9s done [2025-02-11T07:37:23.059Z] #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 7.2s [2025-02-11T07:37:23.558Z] #41 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2025-02-11T07:37:23.818Z] #41 ... [2025-02-11T07:37:23.818Z] [2025-02-11T07:37:23.818Z] #45 [support-scheduler internal] load build context [2025-02-11T07:37:23.818Z] #45 transferring context: 367.03MB 9.7s [2025-02-11T07:37:23.818Z] #45 ... [2025-02-11T07:37:23.818Z] [2025-02-11T07:37:23.818Z] #46 [security-proxy-auth internal] load build context [2025-02-11T07:37:23.818Z] #46 ... [2025-02-11T07:37:23.818Z] [2025-02-11T07:37:23.818Z] #47 [security-bootstrapper internal] load build context [2025-02-11T07:37:23.818Z] #47 ... [2025-02-11T07:37:23.818Z] [2025-02-11T07:37:23.818Z] #48 [security-secretstore-setup internal] load build context [2025-02-11T07:37:24.076Z] #48 ... [2025-02-11T07:37:24.076Z] [2025-02-11T07:37:24.076Z] #36 [core-metadata internal] load build context [2025-02-11T07:37:24.076Z] #36 ... [2025-02-11T07:37:24.076Z] [2025-02-11T07:37:24.076Z] #35 [security-proxy-setup internal] load build context [2025-02-11T07:37:24.334Z] #35 ... [2025-02-11T07:37:24.334Z] [2025-02-11T07:37:24.334Z] #49 [security-spiffe-token-provider internal] load build context [2025-02-11T07:37:24.334Z] #49 ... [2025-02-11T07:37:24.334Z] [2025-02-11T07:37:24.334Z] #50 [support-notifications internal] load build context [2025-02-11T07:37:24.334Z] #50 ... [2025-02-11T07:37:24.334Z] [2025-02-11T07:37:24.334Z] #51 [core-common-config-bootstrapper internal] load build context [2025-02-11T07:37:24.623Z] #51 ... [2025-02-11T07:37:24.623Z] [2025-02-11T07:37:24.623Z] #34 [core-data internal] load build context [2025-02-11T07:37:24.623Z] #34 ... [2025-02-11T07:37:24.623Z] [2025-02-11T07:37:24.623Z] #52 [core-command internal] load build context [2025-02-11T07:37:24.896Z] #52 ... [2025-02-11T07:37:24.897Z] [2025-02-11T07:37:24.897Z] #53 [core-keeper internal] load build context [2025-02-11T07:37:24.897Z] #53 ... [2025-02-11T07:37:24.897Z] [2025-02-11T07:37:24.897Z] #52 [core-command internal] load build context [2025-02-11T07:37:24.897Z] #52 ... [2025-02-11T07:37:24.897Z] [2025-02-11T07:37:24.897Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-02-11T07:37:25.155Z] #54 ... [2025-02-11T07:37:25.155Z] [2025-02-11T07:37:25.155Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-02-11T07:37:25.155Z] #55 ... [2025-02-11T07:37:25.155Z] [2025-02-11T07:37:25.155Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-02-11T07:37:25.155Z] #56 ... [2025-02-11T07:37:25.155Z] [2025-02-11T07:37:25.155Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-02-11T07:37:25.155Z] #0 3.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:25.155Z] #0 4.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:25.155Z] #0 4.306 (1/1) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:25.155Z] #0 4.311 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:25.155Z] #0 4.316 OK: 8 MiB in 15 packages [2025-02-11T07:37:25.429Z] #57 ... [2025-02-11T07:37:25.429Z] [2025-02-11T07:37:25.429Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2025-02-11T07:37:25.429Z] #58 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done [2025-02-11T07:37:25.429Z] #58 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2025-02-11T07:37:25.429Z] #58 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2025-02-11T07:37:25.429Z] #58 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2025-02-11T07:37:25.429Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 6.8s done [2025-02-11T07:37:25.429Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 9.1s done [2025-02-11T07:37:25.429Z] #58 ... [2025-02-11T07:37:25.429Z] [2025-02-11T07:37:25.429Z] #59 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-02-11T07:37:25.997Z] #59 ... [2025-02-11T07:37:25.997Z] [2025-02-11T07:37:25.997Z] #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-02-11T07:37:25.997Z] #60 ... [2025-02-11T07:37:25.997Z] [2025-02-11T07:37:25.997Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-02-11T07:37:25.997Z] #61 ... [2025-02-11T07:37:25.997Z] [2025-02-11T07:37:25.997Z] #62 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-02-11T07:37:25.997Z] #62 ... [2025-02-11T07:37:25.997Z] [2025-02-11T07:37:25.997Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-02-11T07:37:26.257Z] #63 ... [2025-02-11T07:37:26.257Z] [2025-02-11T07:37:26.257Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-02-11T07:37:26.257Z] #64 ... [2025-02-11T07:37:26.257Z] [2025-02-11T07:37:26.257Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-02-11T07:37:26.682Z] #65 ... [2025-02-11T07:37:26.682Z] [2025-02-11T07:37:26.682Z] #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-02-11T07:37:26.682Z] #37 0.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:26.682Z] #37 0.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:26.682Z] #37 1.296 (1/7) Installing ca-certificates (20241121-r1) [2025-02-11T07:37:26.682Z] #37 1.311 (2/7) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:26.682Z] #37 1.317 (3/7) Installing libgcc (13.2.1_git20240309-r0) [2025-02-11T07:37:26.682Z] #37 1.321 (4/7) Installing libsodium (1.0.19-r0) [2025-02-11T07:37:26.682Z] #37 1.328 (5/7) Installing libstdc++ (13.2.1_git20240309-r0) [2025-02-11T07:37:26.682Z] #37 1.344 (6/7) Installing libzmq (4.3.5-r2) [2025-02-11T07:37:26.682Z] #37 1.370 (7/7) Installing zeromq (4.3.5-r2) [2025-02-11T07:37:26.682Z] #37 1.370 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:26.682Z] #37 1.371 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:37:26.682Z] #37 1.411 OK: 12 MiB in 21 packages [2025-02-11T07:37:26.682Z] #37 ... [2025-02-11T07:37:26.682Z] [2025-02-11T07:37:26.682Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:26.682Z] #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 9.1s done [2025-02-11T07:37:26.682Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 10.8s [2025-02-11T07:37:32.014Z] #41 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2025-02-11T07:37:32.014Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 15.5s done [2025-02-11T07:37:32.014Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 15.5s done [2025-02-11T07:37:33.919Z] #41 ... [2025-02-11T07:37:33.919Z] [2025-02-11T07:37:33.919Z] #45 [support-scheduler internal] load build context [2025-02-11T07:37:33.919Z] #45 transferring context: 446.31MB 12.0s done [2025-02-11T07:37:33.919Z] #45 ... [2025-02-11T07:37:33.919Z] [2025-02-11T07:37:33.919Z] #46 [security-proxy-auth internal] load build context [2025-02-11T07:37:33.919Z] #46 transferring context: 446.31MB 15.8s done [2025-02-11T07:37:34.180Z] #46 ... [2025-02-11T07:37:34.180Z] [2025-02-11T07:37:34.180Z] #48 [security-secretstore-setup internal] load build context [2025-02-11T07:37:34.180Z] #48 transferring context: 446.31MB 17.5s done [2025-02-11T07:37:34.180Z] #48 ... [2025-02-11T07:37:34.180Z] [2025-02-11T07:37:34.180Z] #47 [security-bootstrapper internal] load build context [2025-02-11T07:37:34.180Z] #47 transferring context: 446.31MB 15.5s done [2025-02-11T07:37:34.440Z] #47 ... [2025-02-11T07:37:34.440Z] [2025-02-11T07:37:34.440Z] #35 [security-proxy-setup internal] load build context [2025-02-11T07:37:34.440Z] #35 transferring context: 446.31MB 16.7s done [2025-02-11T07:37:34.700Z] #35 ... [2025-02-11T07:37:34.700Z] [2025-02-11T07:37:34.700Z] #50 [support-notifications internal] load build context [2025-02-11T07:37:34.700Z] #50 transferring context: 446.31MB 15.7s done [2025-02-11T07:37:34.700Z] #50 ... [2025-02-11T07:37:34.700Z] [2025-02-11T07:37:34.700Z] #49 [security-spiffe-token-provider internal] load build context [2025-02-11T07:37:34.700Z] #49 transferring context: 446.31MB 13.2s done [2025-02-11T07:37:34.961Z] #49 ... [2025-02-11T07:37:34.961Z] [2025-02-11T07:37:34.961Z] #34 [core-data internal] load build context [2025-02-11T07:37:34.961Z] #34 transferring context: 446.31MB 14.6s done [2025-02-11T07:37:34.961Z] #34 ... [2025-02-11T07:37:34.961Z] [2025-02-11T07:37:34.961Z] #51 [core-common-config-bootstrapper internal] load build context [2025-02-11T07:37:34.961Z] #51 transferring context: 446.31MB 13.8s done [2025-02-11T07:37:35.237Z] #51 ... [2025-02-11T07:37:35.237Z] [2025-02-11T07:37:35.237Z] #36 [core-metadata internal] load build context [2025-02-11T07:37:35.237Z] #36 transferring context: 446.31MB 14.5s done [2025-02-11T07:37:35.237Z] #36 ... [2025-02-11T07:37:35.237Z] [2025-02-11T07:37:35.237Z] #53 [core-keeper internal] load build context [2025-02-11T07:37:35.237Z] #53 transferring context: 446.31MB 16.6s done [2025-02-11T07:37:35.497Z] #53 ... [2025-02-11T07:37:35.497Z] [2025-02-11T07:37:35.497Z] #52 [core-command internal] load build context [2025-02-11T07:37:35.497Z] #52 transferring context: 446.31MB 14.5s done [2025-02-11T07:37:36.438Z] #52 ... [2025-02-11T07:37:36.438Z] [2025-02-11T07:37:36.438Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2025-02-11T07:37:36.438Z] #58 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 17.6s done [2025-02-11T07:37:36.438Z] #58 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2025-02-11T07:37:43.926Z] #58 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 26.9s [2025-02-11T07:37:44.187Z] #58 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 18.87MB / 20.02MB 27.3s [2025-02-11T07:37:44.187Z] #58 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 28.5s [2025-02-11T07:37:49.608Z] #58 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 33.5s [2025-02-11T07:37:49.608Z] #58 ... [2025-02-11T07:37:49.608Z] [2025-02-11T07:37:49.608Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:49.608Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 33.9s [2025-02-11T07:37:49.866Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 9.44MB / 30.73MB 34.3s [2025-02-11T07:37:49.867Z] #41 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2025-02-11T07:37:50.125Z] #41 ... [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #49 [security-spiffe-token-provider internal] load build context [2025-02-11T07:37:50.125Z] #49 DONE 35.9s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-02-11T07:37:50.125Z] #37 DONE 35.2s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #51 [core-common-config-bootstrapper internal] load build context [2025-02-11T07:37:50.125Z] #51 DONE 35.7s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-02-11T07:37:50.125Z] #57 DONE 35.1s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #34 [core-data internal] load build context [2025-02-11T07:37:50.125Z] #34 DONE 36.1s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #36 [core-metadata internal] load build context [2025-02-11T07:37:50.125Z] #36 DONE 36.1s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #47 [security-bootstrapper internal] load build context [2025-02-11T07:37:50.125Z] #47 DONE 36.3s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #45 [support-scheduler internal] load build context [2025-02-11T07:37:50.125Z] #45 DONE 36.5s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #62 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-02-11T07:37:50.125Z] #62 DONE 34.8s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:50.125Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 17.83MB / 30.73MB 34.4s [2025-02-11T07:37:50.125Z] #41 ... [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #46 [security-proxy-auth internal] load build context [2025-02-11T07:37:50.125Z] #46 DONE 36.6s [2025-02-11T07:37:50.125Z] [2025-02-11T07:37:50.125Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:50.125Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.57MB / 30.73MB 34.5s [2025-02-11T07:37:50.385Z] #41 ... [2025-02-11T07:37:50.385Z] [2025-02-11T07:37:50.385Z] #52 [core-command internal] load build context [2025-02-11T07:37:50.385Z] #52 DONE 35.8s [2025-02-11T07:37:50.385Z] [2025-02-11T07:37:50.385Z] #50 [support-notifications internal] load build context [2025-02-11T07:37:50.385Z] #50 DONE 36.1s [2025-02-11T07:37:50.385Z] [2025-02-11T07:37:50.385Z] #53 [core-keeper internal] load build context [2025-02-11T07:37:50.385Z] #53 DONE 36.5s [2025-02-11T07:37:50.385Z] [2025-02-11T07:37:50.385Z] #35 [security-proxy-setup internal] load build context [2025-02-11T07:37:50.385Z] #35 DONE 36.4s [2025-02-11T07:37:50.385Z] [2025-02-11T07:37:50.385Z] #48 [security-secretstore-setup internal] load build context [2025-02-11T07:37:50.385Z] #48 DONE 36.6s [2025-02-11T07:37:50.385Z] [2025-02-11T07:37:50.385Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:50.385Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 34.7s done [2025-02-11T07:37:50.385Z] #41 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2025-02-11T07:37:52.287Z] #41 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done [2025-02-11T07:37:53.665Z] #41 ... [2025-02-11T07:37:53.665Z] [2025-02-11T07:37:53.665Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-02-11T07:37:53.665Z] #56 DONE 38.3s [2025-02-11T07:37:53.665Z] [2025-02-11T07:37:53.665Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-02-11T07:37:53.665Z] #66 ... [2025-02-11T07:37:53.665Z] [2025-02-11T07:37:53.665Z] #59 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-02-11T07:37:53.665Z] #59 35.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.665Z] #59 35.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.665Z] #59 36.08 (1/1) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:53.666Z] #59 36.09 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:53.666Z] #59 36.10 OK: 8 MiB in 15 packages [2025-02-11T07:37:53.666Z] #59 DONE 38.6s [2025-02-11T07:37:53.666Z] [2025-02-11T07:37:53.666Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-02-11T07:37:53.666Z] #65 36.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #65 36.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #65 36.54 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-02-11T07:37:53.666Z] #65 36.54 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-02-11T07:37:53.666Z] #65 36.54 OK: 24172 distinct packages available [2025-02-11T07:37:53.666Z] #65 36.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #65 36.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #65 37.00 (1/4) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:53.666Z] #65 37.00 (2/4) Installing musl-obstack (1.2.3-r2) [2025-02-11T07:37:53.666Z] #65 37.00 (3/4) Installing libucontext (1.2-r3) [2025-02-11T07:37:53.666Z] #65 37.01 (4/4) Installing gcompat (1.1.0-r4) [2025-02-11T07:37:53.666Z] #65 37.01 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:53.666Z] #65 37.02 OK: 8 MiB in 18 packages [2025-02-11T07:37:53.666Z] #65 DONE 38.3s [2025-02-11T07:37:53.666Z] [2025-02-11T07:37:53.666Z] #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-02-11T07:37:53.666Z] #60 35.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #60 35.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #60 35.97 (1/4) Installing ca-certificates (20241121-r1) [2025-02-11T07:37:53.666Z] #60 35.99 (2/4) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:53.666Z] #60 35.99 (3/4) Installing su-exec (0.2-r3) [2025-02-11T07:37:53.666Z] #60 36.00 (4/4) Installing yq-go (4.44.1-r2) [2025-02-11T07:37:53.666Z] #60 36.54 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:53.666Z] #60 36.55 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:37:53.666Z] #60 36.60 OK: 19 MiB in 18 packages [2025-02-11T07:37:53.666Z] #60 DONE 38.6s [2025-02-11T07:37:53.666Z] [2025-02-11T07:37:53.666Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-02-11T07:37:53.666Z] #54 35.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #54 36.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #54 36.92 (1/2) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:53.666Z] #54 36.93 (2/2) Installing su-exec (0.2-r3) [2025-02-11T07:37:53.666Z] #54 36.93 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:53.666Z] #54 36.94 OK: 8 MiB in 16 packages [2025-02-11T07:37:53.666Z] #54 DONE 38.6s [2025-02-11T07:37:53.666Z] [2025-02-11T07:37:53.666Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-02-11T07:37:53.666Z] #64 35.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #64 35.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #64 36.00 (1/6) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:53.666Z] #64 36.04 (2/6) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:53.666Z] #64 36.05 (3/6) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:53.666Z] #64 36.05 (4/6) Installing openssl (3.3.2-r2) [2025-02-11T07:37:53.666Z] #64 36.06 (5/6) Installing su-exec (0.2-r3) [2025-02-11T07:37:53.666Z] #64 36.07 (6/6) Installing yq-go (4.44.1-r2) [2025-02-11T07:37:53.666Z] #64 36.47 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:53.666Z] #64 36.49 OK: 19 MiB in 18 packages [2025-02-11T07:37:53.666Z] #64 DONE 38.6s [2025-02-11T07:37:53.666Z] [2025-02-11T07:37:53.666Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-02-11T07:37:53.666Z] #61 35.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #61 35.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #61 36.06 (1/3) Installing ca-certificates (20241121-r1) [2025-02-11T07:37:53.666Z] #61 36.08 (2/3) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:53.666Z] #61 36.08 (3/3) Installing tzdata (2024b-r0) [2025-02-11T07:37:53.666Z] #61 36.12 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:53.666Z] #61 36.35 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:37:53.666Z] #61 36.41 OK: 10 MiB in 17 packages [2025-02-11T07:37:53.666Z] #61 DONE 38.6s [2025-02-11T07:37:53.666Z] [2025-02-11T07:37:53.666Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-02-11T07:37:53.666Z] #55 35.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #55 35.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #55 36.04 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-02-11T07:37:53.666Z] #55 36.04 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-02-11T07:37:53.666Z] #55 36.04 OK: 24172 distinct packages available [2025-02-11T07:37:53.666Z] #55 36.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #55 36.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:53.666Z] #55 36.44 (1/14) Installing ca-certificates (20241121-r1) [2025-02-11T07:37:53.666Z] #55 36.46 (2/14) Installing brotli-libs (1.1.0-r2) [2025-02-11T07:37:53.666Z] #55 36.46 (3/14) Installing c-ares (1.33.1-r0) [2025-02-11T07:37:53.666Z] #55 36.47 (4/14) Installing libunistring (1.2-r0) [2025-02-11T07:37:53.666Z] #55 36.49 (5/14) Installing libidn2 (2.3.7-r0) [2025-02-11T07:37:53.666Z] #55 36.49 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-02-11T07:37:53.666Z] #55 36.49 (7/14) Installing libpsl (0.21.5-r1) [2025-02-11T07:37:53.666Z] #55 36.49 (8/14) Installing zstd-libs (1.5.6-r0) [2025-02-11T07:37:53.666Z] #55 36.50 (9/14) Installing libcurl (8.11.1-r1) [2025-02-11T07:37:53.666Z] #55 36.51 (10/14) Installing curl (8.11.1-r1) [2025-02-11T07:37:53.666Z] #55 36.51 (11/14) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:53.666Z] #55 36.52 (12/14) Installing musl-obstack (1.2.3-r2) [2025-02-11T07:37:53.666Z] #55 36.52 (13/14) Installing libucontext (1.2-r3) [2025-02-11T07:37:53.666Z] #55 36.52 (14/14) Installing gcompat (1.1.0-r4) [2025-02-11T07:37:53.666Z] #55 36.52 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:53.666Z] #55 36.53 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:37:53.666Z] #55 36.56 OK: 13 MiB in 28 packages [2025-02-11T07:37:53.666Z] #55 DONE 38.6s [2025-02-11T07:37:53.666Z] [2025-02-11T07:37:53.666Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-02-11T07:37:53.931Z] #67 ... [2025-02-11T07:37:53.931Z] [2025-02-11T07:37:53.931Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2025-02-11T07:37:53.931Z] #41 DONE 38.7s [2025-02-11T07:37:53.931Z] [2025-02-11T07:37:53.931Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2025-02-11T07:37:53.931Z] #58 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 34.2s done [2025-02-11T07:37:53.931Z] #58 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2025-02-11T07:37:53.931Z] #58 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.4s done [2025-02-11T07:37:54.864Z] #58 ... [2025-02-11T07:37:54.864Z] [2025-02-11T07:37:54.864Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-02-11T07:37:54.864Z] #0 4.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:54.864Z] #0 4.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:54.864Z] #0 4.722 OK: 248 MiB in 58 packages [2025-02-11T07:37:54.864Z] #68 DONE 4.8s [2025-02-11T07:37:54.864Z] [2025-02-11T07:37:54.864Z] #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:37:54.864Z] #69 DONE 0.1s [2025-02-11T07:37:54.864Z] [2025-02-11T07:37:54.864Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:37:55.826Z] #70 ... [2025-02-11T07:37:55.826Z] [2025-02-11T07:37:55.826Z] #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-02-11T07:37:55.826Z] #0 4.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #0 4.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #0 5.262 OK: 248 MiB in 58 packages [2025-02-11T07:37:55.826Z] #71 DONE 5.7s [2025-02-11T07:37:55.826Z] [2025-02-11T07:37:55.826Z] #72 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-02-11T07:37:55.826Z] #0 4.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #0 4.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #0 5.232 OK: 248 MiB in 58 packages [2025-02-11T07:37:55.826Z] #72 DONE 5.7s [2025-02-11T07:37:55.826Z] [2025-02-11T07:37:55.826Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-02-11T07:37:55.826Z] #63 39.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #63 39.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #63 39.55 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-02-11T07:37:55.826Z] #63 39.55 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-02-11T07:37:55.826Z] #63 39.55 OK: 24172 distinct packages available [2025-02-11T07:37:55.826Z] #63 39.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #63 39.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #63 40.07 (1/7) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:55.826Z] #63 40.11 (2/7) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:55.826Z] #63 40.13 (3/7) Installing dumb-init (1.2.5-r3) [2025-02-11T07:37:55.826Z] #63 40.14 (4/7) Installing musl-obstack (1.2.3-r2) [2025-02-11T07:37:55.826Z] #63 40.14 (5/7) Installing libucontext (1.2-r3) [2025-02-11T07:37:55.826Z] #63 40.14 (6/7) Installing gcompat (1.1.0-r4) [2025-02-11T07:37:55.826Z] #63 40.14 (7/7) Installing openssl (3.3.2-r2) [2025-02-11T07:37:55.826Z] #63 40.15 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:37:55.826Z] #63 40.15 OK: 9 MiB in 19 packages [2025-02-11T07:37:55.826Z] #63 DONE 40.4s [2025-02-11T07:37:55.826Z] [2025-02-11T07:37:55.826Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-02-11T07:37:55.826Z] #73 DONE 5.8s [2025-02-11T07:37:55.826Z] [2025-02-11T07:37:55.826Z] #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-02-11T07:37:55.826Z] #0 4.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #0 4.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:55.826Z] #0 5.338 OK: 248 MiB in 58 packages [2025-02-11T07:37:55.826Z] #74 DONE 5.7s [2025-02-11T07:37:56.084Z] [2025-02-11T07:37:56.084Z] #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:37:56.084Z] #75 DONE 0.1s [2025-02-11T07:37:56.084Z] [2025-02-11T07:37:56.084Z] #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-02-11T07:37:56.084Z] #0 4.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:56.084Z] #0 4.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:56.084Z] #0 5.231 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-02-11T07:37:56.084Z] #0 5.231 v3.20.5-66-ge5ea33b8e61 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-02-11T07:37:56.084Z] #0 5.231 OK: 24178 distinct packages available [2025-02-11T07:37:56.084Z] #0 5.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:56.084Z] #0 5.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:56.084Z] #0 5.666 OK: 248 MiB in 58 packages [2025-02-11T07:37:56.084Z] #76 DONE 5.8s [2025-02-11T07:37:56.084Z] [2025-02-11T07:37:56.084Z] #77 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:37:56.084Z] #77 DONE 0.2s [2025-02-11T07:37:56.084Z] [2025-02-11T07:37:56.084Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:37:56.084Z] #78 DONE 0.2s [2025-02-11T07:37:56.084Z] [2025-02-11T07:37:56.084Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:37:56.084Z] #79 ... [2025-02-11T07:37:56.084Z] [2025-02-11T07:37:56.084Z] #80 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:37:56.084Z] #80 DONE 0.2s [2025-02-11T07:37:56.084Z] [2025-02-11T07:37:56.084Z] #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:37:57.479Z] #81 ... [2025-02-11T07:37:57.479Z] [2025-02-11T07:37:57.479Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-02-11T07:37:57.479Z] #0 2.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:57.479Z] #0 2.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:57.479Z] #0 2.667 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:57.479Z] #0 2.749 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:57.479Z] #0 2.757 OK: 8 MiB in 16 packages [2025-02-11T07:37:57.479Z] #82 DONE 3.7s [2025-02-11T07:37:57.479Z] [2025-02-11T07:37:57.479Z] #83 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-02-11T07:37:57.479Z] #0 2.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:57.479Z] #0 2.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:57.479Z] #0 2.561 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:57.479Z] #0 2.604 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:57.479Z] #0 2.619 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:37:57.479Z] #0 2.662 OK: 10 MiB in 17 packages [2025-02-11T07:37:57.479Z] #83 DONE 3.7s [2025-02-11T07:37:57.479Z] [2025-02-11T07:37:57.479Z] #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-02-11T07:37:58.422Z] #84 ... [2025-02-11T07:37:58.422Z] [2025-02-11T07:37:58.422Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-02-11T07:37:58.422Z] #0 6.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 6.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 7.331 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 7.370 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 7.387 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:37:58.422Z] #0 7.421 OK: 12 MiB in 21 packages [2025-02-11T07:37:58.422Z] #85 DONE 8.2s [2025-02-11T07:37:58.422Z] [2025-02-11T07:37:58.422Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-02-11T07:37:58.422Z] #0 3.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 3.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 4.156 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 4.228 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 4.242 OK: 8 MiB in 18 packages [2025-02-11T07:37:58.422Z] #86 DONE 4.7s [2025-02-11T07:37:58.422Z] [2025-02-11T07:37:58.422Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-02-11T07:37:58.422Z] #0 3.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 3.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 4.013 OK: 19 MiB in 18 packages [2025-02-11T07:37:58.422Z] #87 DONE 4.6s [2025-02-11T07:37:58.422Z] [2025-02-11T07:37:58.422Z] #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-02-11T07:37:58.422Z] #0 6.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 7.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 7.461 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 7.503 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 7.517 OK: 8 MiB in 15 packages [2025-02-11T07:37:58.422Z] #88 DONE 8.2s [2025-02-11T07:37:58.422Z] [2025-02-11T07:37:58.422Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-02-11T07:37:58.422Z] #0 3.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 3.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:58.422Z] #0 4.095 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 4.137 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:58.422Z] #0 4.147 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:37:58.422Z] #0 4.179 OK: 13 MiB in 28 packages [2025-02-11T07:37:58.422Z] #89 DONE 4.6s [2025-02-11T07:37:58.422Z] [2025-02-11T07:37:58.422Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-02-11T07:37:58.422Z] #90 DONE 0.1s [2025-02-11T07:37:58.422Z] [2025-02-11T07:37:58.422Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-02-11T07:37:59.363Z] #91 DONE 1.0s [2025-02-11T07:37:59.363Z] [2025-02-11T07:37:59.363Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-02-11T07:37:59.363Z] #92 ... [2025-02-11T07:37:59.363Z] [2025-02-11T07:37:59.363Z] #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-02-11T07:37:59.363Z] #93 DONE 0.0s [2025-02-11T07:37:59.363Z] [2025-02-11T07:37:59.363Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2025-02-11T07:37:59.363Z] #94 DONE 0.0s [2025-02-11T07:37:59.363Z] [2025-02-11T07:37:59.363Z] #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-02-11T07:37:59.363Z] #95 DONE 0.0s [2025-02-11T07:37:59.363Z] [2025-02-11T07:37:59.363Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-02-11T07:37:59.363Z] #96 DONE 0.0s [2025-02-11T07:37:59.363Z] [2025-02-11T07:37:59.363Z] #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-02-11T07:37:59.363Z] #97 DONE 0.0s [2025-02-11T07:37:59.363Z] [2025-02-11T07:37:59.363Z] #98 [security-spire-config] exporting to image [2025-02-11T07:37:59.363Z] #98 exporting layers [2025-02-11T07:37:59.933Z] #98 ... [2025-02-11T07:37:59.933Z] [2025-02-11T07:37:59.933Z] #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-02-11T07:37:59.933Z] #67 5.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:59.933Z] #67 5.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:37:59.933Z] #67 6.043 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:59.933Z] #67 6.074 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:37:59.933Z] #67 6.084 OK: 8 MiB in 15 packages [2025-02-11T07:37:59.933Z] #67 DONE 6.2s [2025-02-11T07:37:59.933Z] [2025-02-11T07:37:59.933Z] #98 [security-spire-config] exporting to image [2025-02-11T07:37:59.933Z] #98 exporting layers 0.6s done [2025-02-11T07:37:59.933Z] #98 writing image sha256:f987f4841e8653afaefbb576b7600ffbc64c73573a947a35d183bd50c0dd0f66 done [2025-02-11T07:37:59.933Z] #98 naming to docker.io/library/security-spire-config done [2025-02-11T07:37:59.933Z] #98 DONE 0.6s [2025-02-11T07:37:59.933Z] [2025-02-11T07:37:59.933Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-02-11T07:37:59.933Z] #66 6.420 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:00.505Z] #66 6.973 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:00.505Z] #66 ... [2025-02-11T07:38:00.505Z] [2025-02-11T07:38:00.505Z] #99 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-02-11T07:38:00.505Z] #0 6.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:00.505Z] #0 6.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:00.505Z] #0 6.750 (1/2) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:38:00.505Z] #0 6.783 (2/2) Upgrading libssl3 (3.3.2-r1 -> 3.3.2-r2) [2025-02-11T07:38:00.505Z] #0 6.792 Executing ca-certificates-20241121-r1.trigger [2025-02-11T07:38:00.505Z] #0 6.831 OK: 19 MiB in 18 packages [2025-02-11T07:38:00.505Z] #99 DONE 7.0s [2025-02-11T07:38:00.765Z] [2025-02-11T07:38:00.765Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-02-11T07:38:00.765Z] #92 4.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:01.025Z] #92 ... [2025-02-11T07:38:01.025Z] [2025-02-11T07:38:01.025Z] #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-02-11T07:38:01.025Z] #84 DONE 3.7s [2025-02-11T07:38:01.025Z] [2025-02-11T07:38:01.025Z] #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-02-11T07:38:01.025Z] #100 DONE 0.0s [2025-02-11T07:38:01.025Z] [2025-02-11T07:38:01.025Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-02-11T07:38:01.025Z] #92 5.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:01.601Z] #92 ... [2025-02-11T07:38:01.601Z] [2025-02-11T07:38:01.601Z] #101 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-02-11T07:38:01.601Z] #0 4.268 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:01.601Z] #0 4.739 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-11T07:38:01.601Z] #0 5.414 OK: 248 MiB in 58 packages [2025-02-11T07:38:01.601Z] #101 DONE 5.5s [2025-02-11T07:38:01.601Z] [2025-02-11T07:38:01.601Z] #102 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-02-11T07:38:01.601Z] #102 DONE 0.0s [2025-02-11T07:38:01.601Z] [2025-02-11T07:38:01.601Z] #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-02-11T07:38:01.601Z] #92 5.599 OK: 9 MiB in 19 packages [2025-02-11T07:38:01.601Z] #92 DONE 5.8s [2025-02-11T07:38:01.601Z] [2025-02-11T07:38:01.601Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-02-11T07:38:02.559Z] #103 DONE 1.1s [2025-02-11T07:38:02.559Z] [2025-02-11T07:38:02.559Z] #104 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-02-11T07:38:02.559Z] #104 DONE 1.1s [2025-02-11T07:38:02.559Z] [2025-02-11T07:38:02.559Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-02-11T07:38:02.559Z] #66 7.669 (1/1) Installing dumb-init (1.2.5-r3) [2025-02-11T07:38:02.559Z] #66 7.962 Executing busybox-1.36.1-r29.trigger [2025-02-11T07:38:02.559Z] #66 7.968 OK: 8 MiB in 15 packages [2025-02-11T07:38:02.559Z] #66 DONE 9.0s [2025-02-11T07:38:02.559Z] [2025-02-11T07:38:02.559Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-02-11T07:38:03.501Z] #105 DONE 0.9s [2025-02-11T07:38:03.501Z] [2025-02-11T07:38:03.501Z] #106 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-02-11T07:38:03.501Z] #106 DONE 0.9s [2025-02-11T07:38:03.501Z] [2025-02-11T07:38:03.501Z] #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-02-11T07:38:04.074Z] #107 DONE 0.5s [2025-02-11T07:38:04.074Z] [2025-02-11T07:38:04.074Z] #108 [security-spire-server stage-2 6/9] COPY security.txt / [2025-02-11T07:38:04.074Z] #108 DONE 0.4s [2025-02-11T07:38:04.074Z] [2025-02-11T07:38:04.074Z] #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-02-11T07:38:04.345Z] #109 DONE 0.3s [2025-02-11T07:38:04.345Z] [2025-02-11T07:38:04.345Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-02-11T07:38:04.345Z] #110 DONE 0.2s [2025-02-11T07:38:04.345Z] [2025-02-11T07:38:04.345Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-02-11T07:38:04.604Z] #111 DONE 0.4s [2025-02-11T07:38:04.604Z] [2025-02-11T07:38:04.604Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-02-11T07:38:04.604Z] #112 DONE 0.4s [2025-02-11T07:38:04.604Z] [2025-02-11T07:38:04.604Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-02-11T07:38:04.604Z] #113 DONE 0.1s [2025-02-11T07:38:04.604Z] [2025-02-11T07:38:04.604Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-02-11T07:38:04.864Z] #114 DONE 0.1s [2025-02-11T07:38:04.864Z] [2025-02-11T07:38:04.864Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-02-11T07:38:04.864Z] #115 DONE 0.0s [2025-02-11T07:38:04.864Z] [2025-02-11T07:38:04.864Z] #98 [security-spire-agent] exporting to image [2025-02-11T07:38:05.434Z] #98 exporting layers 0.6s done [2025-02-11T07:38:05.434Z] #98 writing image sha256:ca06cc9777f9b23df4fbeb9897ffd69e45ccbc9af16e07f4e35e3e6d97852e11 done [2025-02-11T07:38:05.434Z] #98 naming to docker.io/library/security-spire-server done [2025-02-11T07:38:05.434Z] #98 writing image sha256:4057952b3550ac58efe2dd3808f8a59a4731f1ca9df4a15697345f8bb31d7d6f done [2025-02-11T07:38:05.434Z] #98 naming to docker.io/library/security-spire-agent done [2025-02-11T07:38:05.434Z] #98 DONE 1.3s [2025-02-11T07:38:05.434Z] [2025-02-11T07:38:05.434Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:38:06.004Z] #116 ... [2025-02-11T07:38:06.004Z] [2025-02-11T07:38:06.004Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:38:06.004Z] #117 ... [2025-02-11T07:38:06.004Z] [2025-02-11T07:38:06.004Z] #118 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:02.933Z] #118 ... [2025-02-11T07:39:02.933Z] [2025-02-11T07:39:02.933Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:02.933Z] #79 DONE 59.5s [2025-02-11T07:39:02.933Z] [2025-02-11T07:39:02.933Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:02.933Z] #70 DONE 60.5s [2025-02-11T07:39:02.933Z] [2025-02-11T07:39:02.933Z] #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:02.933Z] #81 DONE 59.4s [2025-02-11T07:39:02.933Z] [2025-02-11T07:39:02.933Z] #118 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:02.933Z] #118 DONE 59.6s [2025-02-11T07:39:02.933Z] [2025-02-11T07:39:02.933Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:02.933Z] #116 DONE 54.1s [2025-02-11T07:39:02.933Z] [2025-02-11T07:39:02.933Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:02.933Z] #117 DONE 59.5s [2025-02-11T07:39:02.933Z] [2025-02-11T07:39:02.933Z] #119 [core-keeper builder 7/8] COPY . . [2025-02-11T07:39:05.496Z] #119 ... [2025-02-11T07:39:05.496Z] [2025-02-11T07:39:05.496Z] #120 [security-proxy-auth builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #120 ... [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #119 [core-keeper builder 7/8] COPY . . [2025-02-11T07:39:05.759Z] #119 DONE 10.2s [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #121 DONE 10.3s [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #122 [support-notifications builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #122 DONE 10.3s [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #120 [security-proxy-auth builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #120 DONE 10.3s [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #123 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #123 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:05.759Z] #124 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:39:05.759Z] #125 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #126 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:39:05.759Z] #126 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #127 [core-command builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #127 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:05.759Z] #128 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:05.759Z] #129 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:39:05.759Z] #130 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #131 [core-metadata builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #131 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:05.759Z] #132 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #133 [core-data builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #133 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:39:05.759Z] #134 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #135 [security-secretstore-setup builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #135 DONE 10.3s [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:05.759Z] #136 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #137 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:39:05.759Z] #137 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #138 [security-proxy-setup builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #138 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-11T07:39:05.759Z] #139 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #140 [security-bootstrapper builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #140 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-02-11T07:39:05.759Z] #141 CACHED [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #142 [support-scheduler builder 6/7] COPY . . [2025-02-11T07:39:05.759Z] #142 DONE 10.3s [2025-02-11T07:39:05.759Z] [2025-02-11T07:39:05.759Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-02-11T07:39:06.702Z] #143 0.742 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-02-11T07:39:16.722Z] #143 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-02-11T07:39:16.722Z] #0 0.834 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-02-11T07:39:16.722Z] #144 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-02-11T07:39:16.722Z] #0 1.557 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-02-11T07:39:16.722Z] #145 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-02-11T07:39:16.722Z] #0 0.838 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-02-11T07:39:16.722Z] #146 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-02-11T07:39:16.722Z] #0 0.571 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-02-11T07:39:16.722Z] #147 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-02-11T07:39:16.722Z] #0 1.252 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-02-11T07:39:16.722Z] #148 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-02-11T07:39:16.722Z] #0 1.094 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-02-11T07:39:16.722Z] #149 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-02-11T07:39:16.722Z] #0 1.266 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-02-11T07:39:16.722Z] #150 ... [2025-02-11T07:39:16.722Z] [2025-02-11T07:39:16.722Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-02-11T07:39:16.722Z] #0 0.915 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-02-11T07:39:16.983Z] #151 ... [2025-02-11T07:39:16.983Z] [2025-02-11T07:39:16.983Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-02-11T07:39:16.983Z] #0 0.960 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-02-11T07:39:17.244Z] #152 ... [2025-02-11T07:39:17.244Z] [2025-02-11T07:39:17.244Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-02-11T07:39:17.244Z] #0 1.055 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-02-11T07:39:17.244Z] #153 ... [2025-02-11T07:39:17.244Z] [2025-02-11T07:39:17.244Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-02-11T07:39:17.244Z] #0 0.398 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-02-11T07:40:38.755Z] #154 ... [2025-02-11T07:40:38.755Z] [2025-02-11T07:40:38.755Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-02-11T07:40:38.755Z] #153 89.25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-02-11T07:41:35.418Z] #153 ... [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-02-11T07:41:35.419Z] #146 DONE 148.1s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-02-11T07:41:35.419Z] #148 ... [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-02-11T07:41:35.419Z] #145 DONE 148.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-02-11T07:41:35.419Z] #150 DONE 148.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-02-11T07:41:35.419Z] #144 DONE 148.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-02-11T07:41:35.419Z] #153 DONE 148.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-02-11T07:41:35.419Z] #151 DONE 148.6s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-02-11T07:41:35.419Z] #154 DONE 148.6s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-02-11T07:41:35.419Z] #149 DONE 148.6s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #155 ... [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-02-11T07:41:35.419Z] #152 DONE 148.7s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-02-11T07:41:35.419Z] #143 DONE 148.6s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-02-11T07:41:35.419Z] #148 DONE 148.8s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #156 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #156 ... [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-02-11T07:41:35.419Z] #147 DONE 148.9s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #157 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #157 DONE 0.4s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #155 DONE 0.4s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #158 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #158 DONE 0.4s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #159 DONE 0.3s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #156 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #156 DONE 0.2s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #160 DONE 0.2s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-02-11T07:41:35.419Z] #161 DONE 0.2s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #162 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #162 DONE 0.3s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #163 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #163 ... [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #164 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #164 DONE 0.2s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #165 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #165 ... [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #166 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #166 DONE 0.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #167 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #167 DONE 0.6s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #168 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #168 DONE 0.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #169 CACHED [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #170 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #170 CACHED [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #171 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #171 CACHED [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #172 CACHED [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #173 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:35.419Z] #173 CACHED [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #174 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #174 CACHED [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #175 DONE 0.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #176 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-02-11T07:41:35.419Z] #176 DONE 0.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #165 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #165 DONE 0.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #163 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #163 DONE 0.6s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #177 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:35.419Z] #177 DONE 0.5s [2025-02-11T07:41:35.419Z] [2025-02-11T07:41:35.419Z] #178 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-02-11T07:41:36.807Z] #178 ... [2025-02-11T07:41:36.807Z] [2025-02-11T07:41:36.807Z] #179 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-02-11T07:41:36.807Z] #179 DONE 1.6s [2025-02-11T07:41:36.807Z] [2025-02-11T07:41:36.807Z] #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-02-11T07:41:37.378Z] #180 ... [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-02-11T07:41:37.378Z] #181 DONE 2.0s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #182 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-02-11T07:41:37.378Z] #182 DONE 2.0s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #183 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-02-11T07:41:37.378Z] #183 DONE 2.1s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #184 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-02-11T07:41:37.378Z] #184 DONE 2.1s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #185 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-02-11T07:41:37.378Z] #185 DONE 2.1s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #186 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-02-11T07:41:37.378Z] #186 DONE 2.1s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:37.378Z] #187 DONE 2.1s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #188 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-02-11T07:41:37.378Z] #188 DONE 2.1s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #189 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-02-11T07:41:37.378Z] #189 ... [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #178 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-02-11T07:41:37.378Z] #178 DONE 2.1s [2025-02-11T07:41:37.378Z] [2025-02-11T07:41:37.378Z] #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-02-11T07:41:37.378Z] #190 DONE 2.1s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-02-11T07:41:37.660Z] #180 DONE 0.7s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #191 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:37.660Z] #191 DONE 0.3s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #192 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:37.660Z] #192 DONE 0.3s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #193 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-02-11T07:41:37.660Z] #193 DONE 0.3s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #194 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:37.660Z] #194 DONE 0.3s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:37.660Z] #195 DONE 0.3s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:37.660Z] #196 DONE 0.2s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #197 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-02-11T07:41:37.660Z] #197 ... [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #198 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-02-11T07:41:37.660Z] #198 DONE 0.4s [2025-02-11T07:41:37.660Z] [2025-02-11T07:41:37.660Z] #189 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-02-11T07:41:37.660Z] #189 DONE 0.3s [2025-02-11T07:41:37.923Z] [2025-02-11T07:41:37.923Z] #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:37.923Z] #199 DONE 0.3s [2025-02-11T07:41:37.923Z] [2025-02-11T07:41:37.923Z] #98 [core-data] exporting to image [2025-02-11T07:41:37.923Z] #98 exporting layers [2025-02-11T07:41:37.923Z] #98 writing image sha256:7ca5d08d285139981180c4742438f37f80e2bc80863f0c693e48c8c5b4242677 [2025-02-11T07:41:37.923Z] #98 ... [2025-02-11T07:41:37.923Z] [2025-02-11T07:41:37.923Z] #200 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-02-11T07:41:37.923Z] #200 DONE 3.2s [2025-02-11T07:41:37.923Z] [2025-02-11T07:41:37.923Z] #201 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-02-11T07:41:37.923Z] #201 DONE 0.5s [2025-02-11T07:41:37.923Z] [2025-02-11T07:41:37.923Z] #98 [core-keeper] exporting to image [2025-02-11T07:41:37.923Z] #98 writing image sha256:7ca5d08d285139981180c4742438f37f80e2bc80863f0c693e48c8c5b4242677 0.2s done [2025-02-11T07:41:37.923Z] #98 naming to docker.io/library/core-keeper done [2025-02-11T07:41:38.188Z] #98 ... [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-02-11T07:41:38.188Z] #202 DONE 0.5s [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #203 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-02-11T07:41:38.188Z] #203 DONE 0.5s [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #197 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-02-11T07:41:38.188Z] #197 DONE 0.5s [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #98 [core-keeper] exporting to image [2025-02-11T07:41:38.188Z] #98 exporting layers 0.5s done [2025-02-11T07:41:38.188Z] #98 ... [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-02-11T07:41:38.188Z] #204 DONE 0.4s [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #205 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-02-11T07:41:38.188Z] #205 DONE 0.2s [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #206 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-02-11T07:41:38.188Z] #206 DONE 0.2s [2025-02-11T07:41:38.188Z] [2025-02-11T07:41:38.188Z] #98 [support-notifications] exporting to image [2025-02-11T07:41:38.188Z] #98 writing image sha256:32df1265e296cfbcf5c00d03a6783789357ea7e55efc807265556eb625ea99c8 0.0s done [2025-02-11T07:41:38.188Z] #98 writing image sha256:5b43a5481a986346793df43b81890555fe8bd79e1eb6f218ecc2a34b82b10e1e 0.0s done [2025-02-11T07:41:38.188Z] #98 naming to docker.io/library/core-command done [2025-02-11T07:41:38.188Z] #98 naming to docker.io/library/support-notifications done [2025-02-11T07:41:38.467Z] #98 exporting layers 0.7s done [2025-02-11T07:41:38.467Z] #98 ... [2025-02-11T07:41:38.467Z] [2025-02-11T07:41:38.467Z] #207 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-02-11T07:41:38.467Z] #207 DONE 0.4s [2025-02-11T07:41:38.467Z] [2025-02-11T07:41:38.467Z] #208 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-02-11T07:41:38.467Z] #208 DONE 0.3s [2025-02-11T07:41:38.467Z] [2025-02-11T07:41:38.467Z] #98 [core-data] exporting to image [2025-02-11T07:41:38.467Z] #98 exporting layers 0.3s done [2025-02-11T07:41:38.467Z] #98 writing image sha256:5c375dc8ca1f568ac39cda51b3be3d046a6a0fbede6c6dd811a47dfc94381123 0.0s done [2025-02-11T07:41:38.467Z] #98 writing image sha256:6a8e29fb1a18572c8a70f15e543dd9665172b646ab07b860f80f0a69687b0309 0.0s done [2025-02-11T07:41:38.467Z] #98 writing image sha256:0975017bfec9640a8e29a4a9b5ed5f3d43a00df660d6c16c603b7a483f97408f 0.0s done [2025-02-11T07:41:38.467Z] #98 naming to docker.io/library/support-scheduler done [2025-02-11T07:41:38.467Z] #98 naming to docker.io/library/security-spiffe-token-provider done [2025-02-11T07:41:38.467Z] #98 naming to docker.io/library/core-data done [2025-02-11T07:41:38.467Z] #98 writing image sha256:f49421a370e910e6ce261705202259f080965c2e7cde40975c16c9b6b62c4bd7 [2025-02-11T07:41:38.730Z] #98 writing image sha256:f49421a370e910e6ce261705202259f080965c2e7cde40975c16c9b6b62c4bd7 done [2025-02-11T07:41:38.730Z] #98 naming to docker.io/library/core-metadata done [2025-02-11T07:41:38.730Z] #98 DONE 2.5s [2025-02-11T07:41:38.730Z] [2025-02-11T07:41:38.730Z] #209 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-02-11T07:41:38.994Z] #209 DONE 0.5s [2025-02-11T07:41:38.994Z] [2025-02-11T07:41:38.994Z] #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-02-11T07:41:38.994Z] #210 DONE 0.5s [2025-02-11T07:41:38.994Z] [2025-02-11T07:41:38.994Z] #211 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-02-11T07:41:38.994Z] #211 DONE 1.0s [2025-02-11T07:41:38.994Z] [2025-02-11T07:41:38.994Z] #212 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-02-11T07:41:38.994Z] #212 DONE 0.9s [2025-02-11T07:41:38.994Z] [2025-02-11T07:41:38.994Z] #98 [security-proxy-auth] exporting to image [2025-02-11T07:41:39.256Z] #98 ... [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #213 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-02-11T07:41:39.256Z] #213 DONE 0.1s [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #214 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-02-11T07:41:39.256Z] #214 DONE 0.1s [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #98 [core-common-config-bootstrapper] exporting to image [2025-02-11T07:41:39.256Z] #98 exporting layers 0.1s done [2025-02-11T07:41:39.256Z] #98 writing image sha256:56e5d1ab671f7f175197e02c5edfda0a0b520c803c141793f66976fb00fac7d2 done [2025-02-11T07:41:39.256Z] #98 naming to docker.io/library/core-common-config-bootstrapper done [2025-02-11T07:41:39.256Z] #98 ... [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #215 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-02-11T07:41:39.256Z] #215 DONE 0.0s [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #216 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-02-11T07:41:39.256Z] #216 DONE 0.0s [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #217 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-02-11T07:41:39.256Z] #217 DONE 0.0s [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #98 [core-common-config-bootstrapper] exporting to image [2025-02-11T07:41:39.256Z] #98 exporting layers 0.2s done [2025-02-11T07:41:39.256Z] #98 writing image sha256:15db7c280136ad6c4101326ec7d0a26d8775a5a108d8176bc38875a850bd4b34 done [2025-02-11T07:41:39.256Z] #98 naming to docker.io/library/security-proxy-auth done [2025-02-11T07:41:39.256Z] #98 DONE 2.8s [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #218 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-02-11T07:41:39.256Z] #218 DONE 0.0s [2025-02-11T07:41:39.256Z] [2025-02-11T07:41:39.256Z] #219 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-02-11T07:41:39.518Z] #219 ... [2025-02-11T07:41:39.518Z] [2025-02-11T07:41:39.518Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-02-11T07:41:39.518Z] #220 DONE 1.3s [2025-02-11T07:41:39.779Z] [2025-02-11T07:41:39.779Z] #98 [security-proxy-setup] exporting to image [2025-02-11T07:41:39.779Z] #98 exporting layers 0.3s done [2025-02-11T07:41:39.779Z] #98 ... [2025-02-11T07:41:39.779Z] [2025-02-11T07:41:39.779Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-02-11T07:41:39.779Z] #221 DONE 0.7s [2025-02-11T07:41:39.779Z] [2025-02-11T07:41:39.779Z] #98 [security-secretstore-setup] exporting to image [2025-02-11T07:41:39.779Z] #98 writing image sha256:38ed3079828b9c9362010fc65d8edafd4c2599a5eb03c2a2b84bbc8435832ed8 done [2025-02-11T07:41:39.779Z] #98 naming to docker.io/library/security-proxy-setup done [2025-02-11T07:41:40.041Z] #98 ... [2025-02-11T07:41:40.041Z] [2025-02-11T07:41:40.041Z] #219 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-02-11T07:41:40.041Z] #219 DONE 0.6s [2025-02-11T07:41:40.041Z] [2025-02-11T07:41:40.041Z] #98 [security-bootstrapper] exporting to image [2025-02-11T07:41:40.041Z] #98 exporting layers 0.3s done [2025-02-11T07:41:40.041Z] #98 writing image sha256:af448f3cd94d7c62422114320e434c101e60b90b07d39e8627c6f9d468cce2bc done [2025-02-11T07:41:40.041Z] #98 naming to docker.io/library/security-secretstore-setup [2025-02-11T07:41:40.041Z] #98 exporting layers 0.3s done [2025-02-11T07:41:40.041Z] #98 naming to docker.io/library/security-secretstore-setup done [2025-02-11T07:41:40.041Z] #98 writing image sha256:a1853ca6012cacf637474a9d8c66c84f89e4fcdea33b80dd1a668188d86b56c9 done [2025-02-11T07:41:40.041Z] #98 naming to docker.io/library/security-bootstrapper done [2025-02-11T07:41:40.041Z] #98 DONE 3.5s [2025-02-11T07:41:40.041Z] [2025-02-11T07:41:40.041Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-02-11T07:41:40.041Z] time="2025-02-11T07:37:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-02-11T07:41:40.069Z] $ docker stop --time=1 7d805a2bd5623e67ae90c4851a7c7c280e088708f4d7608bb7986a765fe7063d [2025-02-11T07:41:41.398Z] $ docker rm -f --volumes 7d805a2bd5623e67ae90c4851a7c7c280e088708f4d7608bb7986a765fe7063d [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-11T07:41:41.820Z] + docker images [2025-02-11T07:41:41.820Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-02-11T07:41:41.820Z] security-bootstrapper latest a1853ca6012c 2 seconds ago 25.8MB [2025-02-11T07:41:41.820Z] security-secretstore-setup latest af448f3cd94d 2 seconds ago 47MB [2025-02-11T07:41:41.820Z] security-proxy-setup latest 38ed3079828b 2 seconds ago 35MB [2025-02-11T07:41:41.820Z] security-proxy-auth latest 15db7c280136 3 seconds ago 36.8MB [2025-02-11T07:41:41.820Z] core-common-config-bootstrapper latest 56e5d1ab671f 3 seconds ago 22.6MB [2025-02-11T07:41:41.820Z] core-command latest 32df1265e296 4 seconds ago 33.4MB [2025-02-11T07:41:41.820Z] core-keeper latest 7ca5d08d2851 4 seconds ago 32MB [2025-02-11T07:41:41.820Z] support-notifications latest 5b43a5481a98 4 seconds ago 57.3MB [2025-02-11T07:41:41.820Z] core-metadata latest f49421a370e9 4 seconds ago 38.1MB [2025-02-11T07:41:41.820Z] security-spiffe-token-provider latest 5c375dc8ca1f 4 seconds ago 38.6MB [2025-02-11T07:41:41.820Z] support-scheduler latest 6a8e29fb1a18 4 seconds ago 53.7MB [2025-02-11T07:41:41.820Z] core-data latest 0975017bfec9 4 seconds ago 37.8MB [2025-02-11T07:41:41.820Z] security-spire-server latest ca06cc9777f9 3 minutes ago 127MB [2025-02-11T07:41:41.820Z] security-spire-agent latest 4057952b3550 3 minutes ago 188MB [2025-02-11T07:41:41.820Z] security-spire-config latest f987f4841e86 3 minutes ago 127MB [2025-02-11T07:41:41.820Z] ci-base-image-x86_64 latest 822b1477cae5 7 minutes ago 929MB [2025-02-11T07:41:41.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3ba60ce46760 7 weeks ago 580MB [2025-02-11T07:41:41.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 20 months ago 334MB [2025-02-11T07:41:41.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-02-11T07:41:42.938Z] provisioning config files... [2025-02-11T07:41:42.947Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6714649061616052981tmp [Pipeline] { [Pipeline] sh [2025-02-11T07:41:43.291Z] + set +x [2025-02-11T07:41:43.291Z] + curl -s https://codecov.io/bash [2025-02-11T07:41:43.291Z] + bash -s -- [2025-02-11T07:41:43.552Z] [2025-02-11T07:41:43.552Z] _____ _ [2025-02-11T07:41:43.552Z] / ____| | | [2025-02-11T07:41:43.552Z] | | ___ __| | ___ ___ _____ __ [2025-02-11T07:41:43.552Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-02-11T07:41:43.552Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-02-11T07:41:43.552Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-02-11T07:41:43.552Z] Bash-1.0.6 [2025-02-11T07:41:43.552Z] [2025-02-11T07:41:43.552Z] [2025-02-11T07:41:43.552Z] ==> git version 2.25.1 found [2025-02-11T07:41:43.552Z] ==> 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 [2025-02-11T07:41:43.552Z] Release-Date: 2020-01-08 [2025-02-11T07:41:43.552Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-02-11T07:41:43.552Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-02-11T07:41:43.552Z] ==> Jenkins CI detected. [2025-02-11T07:41:43.552Z] current dir:  /w/workspace/edgex-go/1 [2025-02-11T07:41:43.552Z] project root: . [2025-02-11T07:41:43.552Z] --> token set from env [2025-02-11T07:41:43.552Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-02-11T07:41:43.552Z] ==> Running gcov in . (disable via -X gcov) [2025-02-11T07:41:43.552Z] ==> Python coveragepy not found [2025-02-11T07:41:43.552Z] ==> Searching for coverage reports in: [2025-02-11T07:41:43.552Z] + . [2025-02-11T07:41:43.552Z] -> Found 1 reports [2025-02-11T07:41:43.552Z] ==> Detecting git/mercurial file structure [2025-02-11T07:41:43.552Z] ==> Reading reports [2025-02-11T07:41:43.552Z] + ./coverage.out bytes=1553302 [2025-02-11T07:41:43.552Z] ==> Appending adjustments [2025-02-11T07:41:43.552Z] https://docs.codecov.io/docs/fixing-reports [2025-02-11T07:41:44.934Z] + Found adjustments [2025-02-11T07:41:44.934Z] ==> Gzipping contents [2025-02-11T07:41:44.934Z] 132K /tmp/codecov.zWyIKk.gz [2025-02-11T07:41:44.934Z] ==> Uploading reports [2025-02-11T07:41:44.934Z] url: https://codecov.io [2025-02-11T07:41:44.934Z] query: branch=PR-5077&commit=a1451aa7eaa382f910f0ec31c1ab1696b2843c98&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5077%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5077&job=&cmd_args= [2025-02-11T07:41:44.934Z] -> Pinging Codecov [2025-02-11T07:41:44.934Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-5077&commit=a1451aa7eaa382f910f0ec31c1ab1696b2843c98&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5077%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5077&job=&cmd_args= [2025-02-11T07:41:45.196Z] -> Uploading to [2025-02-11T07:41:45.196Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/a1451aa7eaa382f910f0ec31c1ab1696b2843c98/f77c593e-0675-4ec0-a740-b40770096eb6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250211%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250211T074145Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=86d72236ca4300f249ac5fdb580dbb9b4754f73fbff82adbd291564b94c23d5c [2025-02-11T07:41:45.196Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-02-11T07:41:45.196Z] Dload Upload Total Spent Left Speed [2025-02-11T07:41:45.716Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 130k 0 0 100 130k 0 641k --:--:-- --:--:-- --:--:-- 638k 100 130k 0 0 100 130k 0 331k --:--:-- --:--:-- --:--:-- 330k [2025-02-11T07:41:45.716Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a1451aa7eaa382f910f0ec31c1ab1696b2843c98 [Pipeline] } [2025-02-11T07:41:45.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-02-11T07:41:47.342Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:41:47.673Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:41:48.573Z] ---> package-listing.sh [2025-02-11T07:41:48.573Z] ++ facter osfamily [2025-02-11T07:41:48.573Z] ++ tr '[:upper:]' '[:lower:]' [2025-02-11T07:41:48.831Z] + OS_FAMILY=debian [2025-02-11T07:41:48.831Z] + workspace=/w/workspace/edgex-go/1 [2025-02-11T07:41:48.831Z] + START_PACKAGES=/tmp/packages_start.txt [2025-02-11T07:41:48.831Z] + END_PACKAGES=/tmp/packages_end.txt [2025-02-11T07:41:48.831Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-02-11T07:41:48.831Z] + PACKAGES=/tmp/packages_start.txt [2025-02-11T07:41:48.831Z] + '[' /w/workspace/edgex-go/1 ']' [2025-02-11T07:41:48.831Z] + PACKAGES=/tmp/packages_end.txt [2025-02-11T07:41:48.831Z] + case "${OS_FAMILY}" in [2025-02-11T07:41:48.831Z] + dpkg -l [2025-02-11T07:41:48.831Z] + grep '^ii' [2025-02-11T07:41:48.831Z] + '[' -f /tmp/packages_start.txt ']' [2025-02-11T07:41:48.831Z] + '[' -f /tmp/packages_end.txt ']' [2025-02-11T07:41:48.831Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-02-11T07:41:48.831Z] + '[' /w/workspace/edgex-go/1 ']' [2025-02-11T07:41:48.831Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2025-02-11T07:41:48.831Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2025-02-11T07:41:48.876Z] 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 [2025-02-11T07:41:49.170Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-11T07:41:49.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-11T07:41:49.810Z] [2025-02-11T07:41:49.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-11T07:41:50.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-11T07:41:50.450Z] latest: Pulling from edgex-lftools-log-publisher [2025-02-11T07:41:50.450Z] 5eb5b503b376: Pulling fs layer [2025-02-11T07:41:50.450Z] 5c69ac0246d0: Pulling fs layer [2025-02-11T07:41:50.450Z] ec43610c2a17: Pulling fs layer [2025-02-11T07:41:50.450Z] 3a2ae6a8a46f: Pulling fs layer [2025-02-11T07:41:50.450Z] 33b1e0a273af: Pulling fs layer [2025-02-11T07:41:50.450Z] 5d3b04190fa2: Pulling fs layer [2025-02-11T07:41:50.450Z] 2f39f015ded8: Pulling fs layer [2025-02-11T07:41:50.450Z] 5d3b04190fa2: Waiting [2025-02-11T07:41:50.450Z] 33b1e0a273af: Waiting [2025-02-11T07:41:50.450Z] 2f39f015ded8: Waiting [2025-02-11T07:41:50.450Z] 3a2ae6a8a46f: Waiting [2025-02-11T07:41:50.450Z] 5c69ac0246d0: Download complete [2025-02-11T07:41:50.450Z] 3a2ae6a8a46f: Verifying Checksum [2025-02-11T07:41:50.450Z] 3a2ae6a8a46f: Download complete [2025-02-11T07:41:50.450Z] 33b1e0a273af: Verifying Checksum [2025-02-11T07:41:50.450Z] 33b1e0a273af: Download complete [2025-02-11T07:41:50.450Z] 5d3b04190fa2: Verifying Checksum [2025-02-11T07:41:50.450Z] 5d3b04190fa2: Download complete [2025-02-11T07:41:50.450Z] ec43610c2a17: Verifying Checksum [2025-02-11T07:41:50.450Z] ec43610c2a17: Download complete [2025-02-11T07:41:50.709Z] 5eb5b503b376: Verifying Checksum [2025-02-11T07:41:50.709Z] 5eb5b503b376: Download complete [2025-02-11T07:41:51.274Z] 2f39f015ded8: Download complete [2025-02-11T07:41:51.842Z] 5eb5b503b376: Pull complete [2025-02-11T07:41:51.842Z] 5c69ac0246d0: Pull complete [2025-02-11T07:41:52.408Z] ec43610c2a17: Pull complete [2025-02-11T07:41:52.408Z] 3a2ae6a8a46f: Pull complete [2025-02-11T07:41:52.667Z] 33b1e0a273af: Pull complete [2025-02-11T07:41:52.667Z] 5d3b04190fa2: Pull complete [2025-02-11T07:41:56.856Z] 2f39f015ded8: Pull complete [2025-02-11T07:41:56.856Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-02-11T07:41:56.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-11T07:41:56.856Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-11T07:41:57.110Z] prd-ubuntu20.04-docker-8c-8g-38625 does not seem to be running inside a container [2025-02-11T07:41:57.135Z] $ 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 [2025-02-11T07:42:00.375Z] $ docker top d1f59b906650c5a893f6984c8376ebf9098a7db445f060a16aa089ba17bcad41 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-11T07:42:00.781Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-02-11T07:42:01.098Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-02-11T07:42:01.421Z] + ls /var/log/sa-host [2025-02-11T07:42:01.421Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-11T07:42:01.670Z] provisioning config files... [2025-02-11T07:42:01.680Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1811060758146597215tmp [Pipeline] { [Pipeline] echo [2025-02-11T07:42:01.743Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:42:02.066Z] ---> create-netrc.sh [Pipeline] } [2025-02-11T07:42:02.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:42:02.537Z] ---> python-tools-install.sh [Pipeline] echo [2025-02-11T07:42:02.577Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:42:02.892Z] ---> sudo-logs.sh [2025-02-11T07:42:02.892Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-02-11T07:42:02.990Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:42:03.307Z] ---> job-cost.sh [2025-02-11T07:42:03.307Z] lf-activate-venv: SKIPPING [2025-02-11T07:42:03.307Z] INFO: No Stack... [2025-02-11T07:42:03.566Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-02-11T07:42:04.133Z] INFO: Archiving Costs [Pipeline] echo [2025-02-11T07:42:04.173Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-11T07:42:04.495Z] ---> logs-deploy.sh [2025-02-11T07:42:04.495Z] lf-activate-venv: SKIPPING [2025-02-11T07:42:04.495Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5077/1 [2025-02-11T07:42:04.495Z] INFO: archiving workspace using pattern(s): [2025-02-11T07:42:05.434Z] Archives upload complete. [2025-02-11T07:42:05.694Z] INFO: archiving logs to Nexus