Pull request #5165 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 10713872b81bd8d13f3b024f45d263556225ecce+de361d4afd6299834d6ef4551c1682f9151c31c5 (b137d2e745b5364804730d9be7a0419360d1cee3) 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-ssh12618022400109037837.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh4115574071878124686.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-5165/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-5165/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2023552535400332509.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-5165/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15711894478521535882.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh16032432373211376003.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-5165/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-5165/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16590014818280403845.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-2654 in /w/workspace/edgexfoundry_edgex-go_PR-5165 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit de361d4afd6299834d6ef4551c1682f9151c31c5 into PR head commit 10713872b81bd8d13f3b024f45d263556225ecce Merge succeeded, producing 10713872b81bd8d13f3b024f45d263556225ecce Checking out Revision 10713872b81bd8d13f3b024f45d263556225ecce (PR-5165) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a > 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/5165/head:refs/remotes/origin/PR-5165 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10713872b81bd8d13f3b024f45d263556225ecce # 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 de361d4afd6299834d6ef4551c1682f9151c31c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10713872b81bd8d13f3b024f45d263556225ecce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-02T19:27:41.928Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-02T19:27:42.130Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-02T19:27:42.240Z] ========================================================= [2025-06-02T19:27:42.240Z] EdgeX Global Pipelines Version Info [2025-06-02T19:27:42.240Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:27:43.608Z] ------------------- [2025-06-02T19:27:43.608Z] stable info: [2025-06-02T19:27:43.608Z] ------------------- [2025-06-02T19:27:43.608Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-02T19:27:43.608Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-02T19:27:43.608Z] Message: update stable to v1.0.274 [2025-06-02T19:27:44.178Z] ------------------- [2025-06-02T19:27:44.178Z] experimental info: [2025-06-02T19:27:44.178Z] ------------------- [2025-06-02T19:27:44.178Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-02T19:27:44.178Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-02T19:27:44.178Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-02T19:27:44.383Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-02T19:27:44.433Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-02T19:27:44.483Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-02T19:27:44.533Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-02T19:27:44.587Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-02T19:27:44.640Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-02T19:27:44.693Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-02T19:27:44.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-02T19:27:44.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-02T19:27:44.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-02T19:27:44.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-02T19:27:44.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-02T19:27:45.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-02T19:27:45.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-02T19:27:45.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-02T19:27:45.172Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-02T19:27:45.222Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-02T19:27:45.268Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-02T19:27:45.311Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-02T19:27:45.369Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-02T19:27:45.426Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-02T19:27:45.483Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-02T19:27:45.541Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-02T19:27:45.596Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5165 [Pipeline] echo [2025-06-02T19:27:45.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5165 [Pipeline] echo [2025-06-02T19:27:45.701Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5165 [Pipeline] echo [2025-06-02T19:27:45.759Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10713872b81bd8d13f3b024f45d263556225ecce [Pipeline] echo [2025-06-02T19:27:45.814Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1071387 [Pipeline] echo [2025-06-02T19:27:45.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-02T19:27:45.999Z] provisioning config files... [2025-06-02T19:27:46.013Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3158130053203017259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:27:46.400Z] ---> ****-login.sh [2025-06-02T19:27:46.400Z] nexus3.edgexfoundry.org:10001 [2025-06-02T19:27:46.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-02T19:27:46.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-02T19:27:46.661Z] Configure a credential helper to remove this warning. See [2025-06-02T19:27:46.661Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-02T19:27:46.661Z] [2025-06-02T19:27:46.661Z] Login Succeeded [2025-06-02T19:27:46.661Z] nexus3.edgexfoundry.org:10002 [2025-06-02T19:27:46.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-02T19:27:46.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-02T19:27:46.921Z] Configure a credential helper to remove this warning. See [2025-06-02T19:27:46.921Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-02T19:27:46.921Z] [2025-06-02T19:27:46.921Z] Login Succeeded [2025-06-02T19:27:46.921Z] nexus3.edgexfoundry.org:10003 [2025-06-02T19:27:46.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-02T19:27:46.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-02T19:27:46.921Z] Configure a credential helper to remove this warning. See [2025-06-02T19:27:46.921Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-02T19:27:46.921Z] [2025-06-02T19:27:46.921Z] Login Succeeded [2025-06-02T19:27:46.921Z] nexus3.edgexfoundry.org:10004 [2025-06-02T19:27:46.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-02T19:27:47.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-02T19:27:47.183Z] Configure a credential helper to remove this warning. See [2025-06-02T19:27:47.183Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-02T19:27:47.183Z] [2025-06-02T19:27:47.183Z] Login Succeeded [2025-06-02T19:27:47.183Z] ****.io [2025-06-02T19:27:47.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-02T19:27:47.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-02T19:27:47.444Z] Configure a credential helper to remove this warning. See [2025-06-02T19:27:47.444Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-02T19:27:47.444Z] [2025-06-02T19:27:47.444Z] Login Succeeded [2025-06-02T19:27:47.444Z] ---> ****-login.sh ends [Pipeline] } [2025-06-02T19:27:47.476Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-02T19:27:47.913Z] + 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-06-02T19:27:47.913Z] + dirname cmd/core-command/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-02T19:27:47.913Z] + + dirname cmd/core-data/Dockerfile [2025-06-02T19:27:47.913Z] cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + dirname cmd/core-keeper/Dockerfile [2025-06-02T19:27:47.913Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/core-metadata/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/support-notifications/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-02T19:27:47.913Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-02T19:27:47.913Z] + cut -d/ -f2 [2025-06-02T19:27:47.913Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-02T19:27:47.979Z] 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-06-02T19:27:48.519Z] + git rev-list -1 --merges 10713872b81bd8d13f3b024f45d263556225ecce~1..10713872b81bd8d13f3b024f45d263556225ecce [Pipeline] echo [2025-06-02T19:27:48.557Z] -----------> git rev-list -1 --merges 10713872b81bd8d13f3b024f45d263556225ecce~1..10713872b81bd8d13f3b024f45d263556225ecce 10713872b81bd8d13f3b024f45d263556225ecce [false] [Pipeline] sh [2025-06-02T19:27:48.870Z] + git log --format=format:%s -1 10713872b81bd8d13f3b024f45d263556225ecce [Pipeline] echo [2025-06-02T19:27:48.912Z] ========================================================= [2025-06-02T19:27:48.912Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-02T19:27:48.912Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-02T19:27:49.441Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-02T19:27:49.441Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-02T19:27:49.441Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-02T19:27:49.441Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-02T19:27:49.441Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2025-06-02T19:27:49.441Z] -a /etc/ssh/ssh_known_hosts [2025-06-02T19:27:49.441Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-02T19:27:49.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-02T19:27:49.962Z] [2025-06-02T19:27:49.962Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-02T19:27:50.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-02T19:27:50.929Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-02T19:27:50.929Z] 3dae71ba6b94: Pulling fs layer [2025-06-02T19:27:50.929Z] 6bf1a483ea7c: Pulling fs layer [2025-06-02T19:27:50.929Z] f5dfc541a4d3: Pulling fs layer [2025-06-02T19:27:50.929Z] 461d9e800cba: Pulling fs layer [2025-06-02T19:27:50.929Z] 80192f66455f: Pulling fs layer [2025-06-02T19:27:50.929Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-02T19:27:50.929Z] a29436f7fd5d: Pulling fs layer [2025-06-02T19:27:50.929Z] 923cac83aea3: Pulling fs layer [2025-06-02T19:27:50.929Z] 25ad8b0a4227: Pulling fs layer [2025-06-02T19:27:50.929Z] db01528c6b51: Pulling fs layer [2025-06-02T19:27:50.929Z] 28988de357af: Pulling fs layer [2025-06-02T19:27:50.929Z] 2e8e34ca0e6c: Waiting [2025-06-02T19:27:50.929Z] db01528c6b51: Waiting [2025-06-02T19:27:50.929Z] 25ad8b0a4227: Waiting [2025-06-02T19:27:50.929Z] 923cac83aea3: Waiting [2025-06-02T19:27:50.929Z] 461d9e800cba: Waiting [2025-06-02T19:27:50.929Z] a29436f7fd5d: Waiting [2025-06-02T19:27:50.929Z] 80192f66455f: Waiting [2025-06-02T19:27:50.929Z] 6bf1a483ea7c: Verifying Checksum [2025-06-02T19:27:50.929Z] 6bf1a483ea7c: Download complete [2025-06-02T19:27:51.189Z] 461d9e800cba: Verifying Checksum [2025-06-02T19:27:51.189Z] 461d9e800cba: Download complete [2025-06-02T19:27:51.189Z] 80192f66455f: Verifying Checksum [2025-06-02T19:27:51.189Z] 80192f66455f: Download complete [2025-06-02T19:27:51.189Z] f5dfc541a4d3: Verifying Checksum [2025-06-02T19:27:51.189Z] f5dfc541a4d3: Download complete [2025-06-02T19:27:51.189Z] 3dae71ba6b94: Verifying Checksum [2025-06-02T19:27:51.189Z] 3dae71ba6b94: Download complete [2025-06-02T19:27:51.189Z] 923cac83aea3: Download complete [2025-06-02T19:27:51.448Z] 25ad8b0a4227: Verifying Checksum [2025-06-02T19:27:51.448Z] 25ad8b0a4227: Download complete [2025-06-02T19:27:51.448Z] db01528c6b51: Verifying Checksum [2025-06-02T19:27:51.448Z] db01528c6b51: Download complete [2025-06-02T19:27:51.448Z] 28988de357af: Verifying Checksum [2025-06-02T19:27:51.448Z] 28988de357af: Download complete [2025-06-02T19:27:51.448Z] a29436f7fd5d: Verifying Checksum [2025-06-02T19:27:51.448Z] a29436f7fd5d: Download complete [2025-06-02T19:27:52.016Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-02T19:27:52.016Z] 2e8e34ca0e6c: Download complete [2025-06-02T19:27:52.276Z] 3dae71ba6b94: Pull complete [2025-06-02T19:27:52.845Z] 6bf1a483ea7c: Pull complete [2025-06-02T19:27:53.783Z] f5dfc541a4d3: Pull complete [2025-06-02T19:27:54.043Z] 461d9e800cba: Pull complete [2025-06-02T19:27:54.302Z] 80192f66455f: Pull complete [2025-06-02T19:27:57.603Z] 2e8e34ca0e6c: Pull complete [2025-06-02T19:27:58.981Z] a29436f7fd5d: Pull complete [2025-06-02T19:27:58.981Z] 923cac83aea3: Pull complete [2025-06-02T19:27:59.241Z] 25ad8b0a4227: Pull complete [2025-06-02T19:27:59.500Z] db01528c6b51: Pull complete [2025-06-02T19:27:59.759Z] 28988de357af: Pull complete [2025-06-02T19:28:00.018Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-02T19:28:00.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-02T19:28:00.018Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-02T19:28:00.304Z] prd-ubuntu20.04-docker-8c-8g-2654 does not seem to be running inside a container [2025-06-02T19:28:00.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-02T19:28:08.329Z] $ docker top 90d933a918d6e46fd628a049fda404e0e997ed9e6cb379209658e4d1370dba05 -eo pid,comm [2025-06-02T19:28:08.387Z] 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-06-02T19:28:08.387Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-02T19:28:08.546Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-02T19:28:08.546Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-02T19:28:08.647Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-02T19:28:08.647Z] $ docker exec 90d933a918d6e46fd628a049fda404e0e997ed9e6cb379209658e4d1370dba05 ssh-agent [2025-06-02T19:28:08.767Z] SSH_AUTH_SOCK=/tmp/ssh-BnEhLvq0Cudz/agent.14 [2025-06-02T19:28:08.767Z] SSH_AGENT_PID=20 [2025-06-02T19:28:08.773Z] Running ssh-add (command line suppressed) [2025-06-02T19:28:08.871Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10272188373985556994.key (/w/workspace/edgex-go/1@tmp/private_key_10272188373985556994.key) [2025-06-02T19:28:08.886Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-02T19:28:09.222Z] + git tag --points-at HEAD [Pipeline] } [2025-06-02T19:28:09.244Z] $ docker exec --env ******** --env ******** 90d933a918d6e46fd628a049fda404e0e997ed9e6cb379209658e4d1370dba05 ssh-agent -k [2025-06-02T19:28:09.328Z] unset SSH_AUTH_SOCK; [2025-06-02T19:28:09.328Z] unset SSH_AGENT_PID; [2025-06-02T19:28:09.328Z] echo Agent pid 20 killed; [2025-06-02T19:28:09.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-02T19:28:09.444Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-02T19:28:09.444Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-02T19:28:09.562Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-02T19:28:09.563Z] $ docker exec 90d933a918d6e46fd628a049fda404e0e997ed9e6cb379209658e4d1370dba05 ssh-agent [2025-06-02T19:28:09.678Z] SSH_AUTH_SOCK=/tmp/ssh-Ycz0XzGE4dpw/agent.70 [2025-06-02T19:28:09.678Z] SSH_AGENT_PID=76 [2025-06-02T19:28:09.683Z] Running ssh-add (command line suppressed) [2025-06-02T19:28:09.786Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7746303262027857465.key (/w/workspace/edgex-go/1@tmp/private_key_7746303262027857465.key) [2025-06-02T19:28:09.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-02T19:28:10.159Z] + git semver init [2025-06-02T19:28:10.420Z] 2025-06-02 19:28:10,352 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-02T19:28:10.420Z] 2025-06-02 19:28:10,355 [run_init] DEBUG init version:0.0.0 force:False [2025-06-02T19:28:10.420Z] 2025-06-02 19:28:10,356 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2025-06-02T19:28:10.420Z] 2025-06-02 19:28:10,357 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2025-06-02T19:28:10.420Z] 2025-06-02 19:28:10,357 [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, stdin=None, shell=False, universal_newlines=False) [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,910 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,911 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-5165 with force:False [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,911 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5165 [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,915 [execute] INFO git cat-file --batch-check [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,916 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,920 [execute] INFO git cat-file --batch [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,920 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-02T19:28:17.016Z] 2025-06-02 19:28:15,923 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5165 [2025-06-02T19:28:17.016Z] 0.0.0 [Pipeline] } [2025-06-02T19:28:17.043Z] $ docker exec --env ******** --env ******** 90d933a918d6e46fd628a049fda404e0e997ed9e6cb379209658e4d1370dba05 ssh-agent -k [2025-06-02T19:28:17.152Z] unset SSH_AUTH_SOCK; [2025-06-02T19:28:17.152Z] unset SSH_AGENT_PID; [2025-06-02T19:28:17.152Z] echo Agent pid 76 killed; [2025-06-02T19:28:17.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-02T19:28:17.613Z] + git semver [Pipeline] } [2025-06-02T19:28:17.894Z] $ docker stop --time=1 90d933a918d6e46fd628a049fda404e0e997ed9e6cb379209658e4d1370dba05 [2025-06-02T19:28:19.189Z] $ docker rm -f --volumes 90d933a918d6e46fd628a049fda404e0e997ed9e6cb379209658e4d1370dba05 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-02T19:28:19.586Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-02T19:28:19.876Z] Stashed 1 file(s) [Pipeline] echo [2025-06-02T19:28:19.896Z] [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-06-02T19:28:21.138Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2025-06-02T19:28:21.182Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-02T19:28:21.227Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-02T19:28:21.270Z] ========================================================= [2025-06-02T19:28:21.270Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-02T19:28:21.270Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-02T19:28:21.621Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-02T19:28:21.621Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-02T19:28:21.621Z] 0a9a5dfd008f: Pulling fs layer [2025-06-02T19:28:21.621Z] dbfa0bcfca99: Pulling fs layer [2025-06-02T19:28:21.621Z] 70eabb1d9476: Pulling fs layer [2025-06-02T19:28:21.621Z] 957bedc73fa3: Pulling fs layer [2025-06-02T19:28:21.621Z] 4f4fb700ef54: Pulling fs layer [2025-06-02T19:28:21.621Z] f40432e63723: Pulling fs layer [2025-06-02T19:28:21.621Z] 90b4343acab7: Pulling fs layer [2025-06-02T19:28:21.621Z] 9f67ea4ac784: Pulling fs layer [2025-06-02T19:28:21.621Z] 9228b9a606be: Pulling fs layer [2025-06-02T19:28:21.621Z] f40432e63723: Waiting [2025-06-02T19:28:21.621Z] 9f67ea4ac784: Waiting [2025-06-02T19:28:21.621Z] 957bedc73fa3: Waiting [2025-06-02T19:28:21.621Z] 9228b9a606be: Waiting [2025-06-02T19:28:21.621Z] 4f4fb700ef54: Waiting [2025-06-02T19:28:21.621Z] 90b4343acab7: Waiting [2025-06-02T19:28:21.621Z] dbfa0bcfca99: Verifying Checksum [2025-06-02T19:28:21.621Z] dbfa0bcfca99: Download complete [2025-06-02T19:28:21.621Z] 957bedc73fa3: Verifying Checksum [2025-06-02T19:28:21.621Z] 957bedc73fa3: Download complete [2025-06-02T19:28:21.621Z] 4f4fb700ef54: Verifying Checksum [2025-06-02T19:28:21.621Z] 4f4fb700ef54: Download complete [2025-06-02T19:28:21.621Z] f40432e63723: Verifying Checksum [2025-06-02T19:28:21.621Z] f40432e63723: Download complete [2025-06-02T19:28:21.621Z] 0a9a5dfd008f: Download complete [2025-06-02T19:28:21.621Z] 90b4343acab7: Verifying Checksum [2025-06-02T19:28:21.621Z] 90b4343acab7: Download complete [2025-06-02T19:28:21.882Z] 0a9a5dfd008f: Pull complete [2025-06-02T19:28:21.883Z] 9228b9a606be: Verifying Checksum [2025-06-02T19:28:21.883Z] 9228b9a606be: Download complete [2025-06-02T19:28:21.883Z] dbfa0bcfca99: Pull complete [2025-06-02T19:28:22.141Z] 70eabb1d9476: Download complete [2025-06-02T19:28:22.398Z] 9f67ea4ac784: Verifying Checksum [2025-06-02T19:28:22.399Z] 9f67ea4ac784: Download complete [2025-06-02T19:28:25.677Z] 70eabb1d9476: Pull complete [2025-06-02T19:28:25.677Z] 957bedc73fa3: Pull complete [2025-06-02T19:28:25.677Z] 4f4fb700ef54: Pull complete [2025-06-02T19:28:25.677Z] f40432e63723: Pull complete [2025-06-02T19:28:25.677Z] 90b4343acab7: Pull complete [2025-06-02T19:28:27.574Z] 9f67ea4ac784: Pull complete [2025-06-02T19:28:27.832Z] 9228b9a606be: Pull complete [2025-06-02T19:28:27.832Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-02T19:28:28.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-02T19:28:28.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-02T19:28:28.532Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-02T19:28:28.532Z] WORKDIR /edgex [2025-06-02T19:28:28.532Z] COPY go.mod . [2025-06-02T19:28:28.532Z] RUN go mod download [2025-06-02T19:28:28.532Z] docker build -t ci-base-image-x86_64 -f - . [2025-06-02T19:28:29.097Z] Sending build context to Docker daemon 185.8MB [2025-06-02T19:28:29.097Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-02T19:28:29.097Z] ---> 69404ca5bff2 [2025-06-02T19:28:29.097Z] Step 2/4 : WORKDIR /edgex [2025-06-02T19:28:32.389Z] ---> Running in 22dacf067a7e [2025-06-02T19:28:32.389Z] Removing intermediate container 22dacf067a7e [2025-06-02T19:28:32.389Z] ---> c633c046ec47 [2025-06-02T19:28:32.389Z] Step 3/4 : COPY go.mod . [2025-06-02T19:28:32.648Z] ---> 084a90da4eb6 [2025-06-02T19:28:32.648Z] Step 4/4 : RUN go mod download [2025-06-02T19:28:32.648Z] ---> Running in 3d8d9af5ff11 [2025-06-02T19:28:54.609Z] Removing intermediate container 3d8d9af5ff11 [2025-06-02T19:28:54.609Z] ---> 62317c42410c [2025-06-02T19:28:54.609Z] Successfully built 62317c42410c [2025-06-02T19:28:54.609Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-02T19:28:55.014Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-02T19:28:55.015Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-02T19:28:55.176Z] prd-ubuntu20.04-docker-8c-8g-2654 does not seem to be running inside a container [2025-06-02T19:28:55.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-02T19:28:55.604Z] $ docker top d49c736d35d1b384dca359d3b209e9606a88724da7cd557cc36705250d328da5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-02T19:28:56.011Z] + go version [2025-06-02T19:28:56.012Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-02T19:28:56.040Z] $ docker stop --time=1 d49c736d35d1b384dca359d3b209e9606a88724da7cd557cc36705250d328da5 [2025-06-02T19:28:57.400Z] $ docker rm -f --volumes d49c736d35d1b384dca359d3b209e9606a88724da7cd557cc36705250d328da5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-02T19:28:58.141Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-02T19:28:58.141Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-02T19:28:58.301Z] prd-ubuntu20.04-docker-8c-8g-2654 does not seem to be running inside a container [2025-06-02T19:28:58.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-02T19:28:59.061Z] $ docker top 808f1f5c9c15b88a7a527128db730ff1309f5c9022d26e05d9fc6d15198985d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-02T19:28:59.187Z] ========================================================= [2025-06-02T19:28:59.187Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-02T19:28:59.187Z] ========================================================= [Pipeline] sh [2025-06-02T19:28:59.482Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2025-06-02T19:28:59.847Z] + make test [2025-06-02T19:28:59.847Z] go test -race -coverprofile=coverage.out ./... [2025-06-02T19:29:07.967Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-02T19:29:29.888Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-02T19:29:29.888Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-02T19:29:29.888Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-02T19:29:29.888Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-02T19:29:29.888Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-02T19:29:30.454Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-02T19:29:30.454Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-02T19:29:30.712Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-02T19:29:30.712Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-02T19:29:30.712Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-02T19:29:30.971Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-02T19:29:30.971Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-02T19:29:30.971Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-02T19:29:30.971Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-02T19:29:30.971Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-02T19:29:30.971Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-02T19:29:30.971Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-02T19:29:31.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements [2025-06-02T19:29:32.166Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-02T19:29:32.166Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-02T19:29:32.426Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-02T19:29:32.686Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-02T19:29:32.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2025-06-02T19:29:33.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-02T19:29:33.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-02T19:29:33.514Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-02T19:29:33.514Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-02T19:29:33.514Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-02T19:29:33.514Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-02T19:29:33.514Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-02T19:29:33.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-02T19:29:33.514Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-02T19:29:33.514Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-02T19:29:34.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-02T19:29:34.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-02T19:29:34.892Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-02T19:29:34.892Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-02T19:29:34.892Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-02T19:29:34.892Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-02T19:29:36.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements [2025-06-02T19:29:36.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.030s coverage: 3.5% of statements [2025-06-02T19:29:36.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.054s coverage: 45.2% of statements [2025-06-02T19:29:36.271Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-02T19:29:36.271Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-02T19:29:36.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.213s coverage: 93.4% of statements [2025-06-02T19:29:36.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 92.3% of statements [2025-06-02T19:29:37.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements [2025-06-02T19:29:37.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-02T19:29:37.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-02T19:29:37.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-02T19:29:37.976Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-02T19:29:39.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.377s coverage: 95.8% of statements [2025-06-02T19:29:39.351Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements [2025-06-02T19:29:39.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-02T19:29:39.608Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-02T19:29:39.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-02T19:29:39.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-02T19:29:39.867Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-02T19:29:39.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-02T19:29:40.804Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] [2025-06-02T19:29:40.804Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.055s coverage: 1.0% of statements [2025-06-02T19:29:40.804Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements [2025-06-02T19:29:40.804Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.014s coverage: 81.1% of statements [2025-06-02T19:29:41.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.018s coverage: 40.0% of statements [2025-06-02T19:29:41.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements [2025-06-02T19:29:41.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.013s coverage: 94.1% of statements [2025-06-02T19:29:41.370Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-02T19:29:41.370Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-02T19:29:41.370Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-02T19:29:41.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements [2025-06-02T19:29:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-02T19:29:41.887Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-02T19:29:41.887Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-02T19:29:41.887Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-02T19:29:42.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2025-06-02T19:29:43.079Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-02T19:29:43.079Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-02T19:29:43.079Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-02T19:29:43.337Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-02T19:29:43.337Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-02T19:29:43.337Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-02T19:29:43.337Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-02T19:29:43.903Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-02T19:29:43.904Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-02T19:29:44.163Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-02T19:29:46.062Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-02T19:29:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-02T19:29:47.438Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-02T19:29:48.373Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-02T19:29:48.373Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-02T19:29:48.373Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-02T19:29:51.653Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-02T19:29:51.911Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-02T19:29:51.911Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-02T19:29:52.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-02T19:29:52.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-02T19:29:52.478Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-02T19:29:53.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.031s coverage: 94.4% of statements [2025-06-02T19:29:54.361Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-02T19:29:54.361Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-02T19:29:54.361Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-02T19:29:54.361Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-02T19:29:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-02T19:29:54.361Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-02T19:29:54.948Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-02T19:29:54.948Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-02T19:29:54.948Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-02T19:29:54.948Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-02T19:29:54.948Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-02T19:29:54.948Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-02T19:29:56.325Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-02T19:29:56.325Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-02T19:29:56.325Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-02T19:29:56.325Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-02T19:29:57.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-02T19:29:57.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-02T19:29:57.828Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-02T19:29:57.828Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-02T19:29:57.828Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-02T19:29:57.828Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-02T19:29:57.828Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-02T19:29:58.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-02T19:29:58.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-02T19:29:58.763Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.043s coverage: 92.9% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.022s coverage: 87.2% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.080s coverage: 81.8% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.073s coverage: 82.1% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.052s coverage: 33.3% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.038s coverage: 100.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.161s coverage: 54.5% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.300s coverage: 29.2% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.028s coverage: 3.1% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.016s coverage: 76.2% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.018s coverage: 54.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.066s coverage: 17.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.133s coverage: 94.9% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.030s coverage: 9.0% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.062s coverage: 97.7% of statements [2025-06-02T19:30:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements [2025-06-02T19:30:05.330Z] 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-06-02T19:30:05.330Z] running golangci-lint [2025-06-02T19:30:05.330Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-02T19:30:05.330Z] go version go1.23.8 linux/amd64 [2025-06-02T19:30:05.330Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-06-02T19:30:05.330Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-02T19:30:05.330Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-02T19:30:27.248Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|imports|files|name|types_sizes|compiled_files|deps) took 21.641671838s" [2025-06-02T19:30:27.248Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 48.103076ms" [2025-06-02T19:30:39.448Z] level=info msg="[linters_context/goanalysis] analyzers took 1m42.333205713s with top 10 stages: buildir: 53.03201171s, gosec: 3.761112531s, fact_deprecated: 3.108857485s, inspect: 2.742580781s, ctrlflow: 2.281631211s, printf: 2.241208532s, S1038: 1.02864242s, fact_purity: 1.021068362s, nilness: 946.220757ms, directives: 844.91256ms" [2025-06-02T19:30:39.448Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-02T19:30:39.448Z] level=info msg="[runner] Processors filtering stat (in/out): invalid_issue: 202/202, identifier_marker: 202/202, filename_unadjuster: 202/202, nolint: 20/0, exclude-rules: 202/20, cgo: 202/202, skip_dirs: 202/202, exclude: 202/202, path_prettifier: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202" [2025-06-02T19:30:39.448Z] level=info msg="[runner] processing took 16.860915ms with stages: nolint: 7.112482ms, identifier_marker: 3.599761ms, exclude-rules: 2.174608ms, path_prettifier: 1.541354ms, autogenerated_exclude: 1.380872ms, skip_dirs: 964.598µs, invalid_issue: 44.44µs, cgo: 26.9µs, filename_unadjuster: 12.46µs, max_same_issues: 640ns, skip_files: 540ns, uniq_by_line: 440ns, fixer: 400ns, exclude: 260ns, sort_results: 250ns, max_from_linter: 170ns, diff: 160ns, source_code: 140ns, path_prefixer: 120ns, path_shortener: 110ns, max_per_file_from_linter: 110ns, severity-rules: 100ns" [2025-06-02T19:30:39.448Z] level=info msg="[runner] linters took 11.092506238s with stages: goanalysis_metalinter: 11.075564973s" [2025-06-02T19:30:39.448Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-02T19:30:39.448Z] level=info msg="Memory: 327 samples, avg is 287.2MB, max is 1327.4MB" [2025-06-02T19:30:39.448Z] level=info msg="Execution took 32.791801248s" [2025-06-02T19:30:39.448Z] go vet ./... [2025-06-02T19:30:44.716Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-02T19:30:44.716Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-02T19:30:44.716Z] ./bin/test-attribution-txt.sh [2025-06-02T19:30:44.716Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-02T19:30:44.716Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-02T19:30:44.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-02T19:30:45.090Z] + ls -al . [2025-06-02T19:30:45.090Z] total 1992 [2025-06-02T19:30:45.090Z] drwxrwxr-x 11 1001 1001 4096 Jun 2 19:29 . [2025-06-02T19:30:45.090Z] drwxr-xr-x 4 root root 4096 Jun 2 19:28 .. [2025-06-02T19:30:45.090Z] drwxrwxr-x 2 1001 1001 4096 Jun 2 19:27 .blubracket [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 10 Jun 2 19:27 .dockerignore [2025-06-02T19:30:45.090Z] drwxrwxr-x 8 1001 1001 4096 Jun 2 19:30 .git [2025-06-02T19:30:45.090Z] drwxrwxr-x 3 1001 1001 4096 Jun 2 19:27 .github [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 909 Jun 2 19:27 .gitignore [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 218 Jun 2 19:27 .golangci.yml [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 100 Jun 2 19:27 .hadolint.yml [2025-06-02T19:30:45.090Z] drwxr-xr-x 3 1001 1001 4096 Jun 2 19:28 .semver [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 155 Jun 2 19:27 .sonarcloud.properties [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 1171 Jun 2 19:27 ADOPTERS.md [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 17374 Jun 2 19:27 Attribution.txt [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 108018 Jun 2 19:27 CHANGELOG.md [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 3804 Jun 2 19:27 CONTRIBUTING.md [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 677 Jun 2 19:27 GOVERNANCE.md [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 858 Jun 2 19:27 Jenkinsfile [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 10775 Jun 2 19:27 LICENSE [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 16740 Jun 2 19:27 Makefile [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 582 Jun 2 19:27 OWNERS.md [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 9932 Jun 2 19:27 README.md [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 789 Jun 2 19:27 SECURITY.md [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 5 Jun 2 19:28 VERSION [2025-06-02T19:30:45.090Z] drwxrwxr-x 2 1001 1001 4096 Jun 2 19:27 bin [2025-06-02T19:30:45.090Z] drwxrwxr-x 19 1001 1001 4096 Jun 2 19:27 cmd [2025-06-02T19:30:45.090Z] -rw-r--r-- 1 root root 1661236 Jun 2 19:30 coverage.out [2025-06-02T19:30:45.090Z] drwxrwxr-x 2 1001 1001 4096 Jun 2 19:27 fuzz_test [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 6474 Jun 2 19:27 go.mod [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 88008 Jun 2 19:27 go.sum [2025-06-02T19:30:45.090Z] drwxrwxr-x 7 1001 1001 4096 Jun 2 19:27 internal [2025-06-02T19:30:45.090Z] drwxrwxr-x 2 1001 1001 4096 Jun 2 19:27 openapi [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 584 Jun 2 19:27 security.txt [2025-06-02T19:30:45.090Z] -rw-rw-r-- 1 1001 1001 204 Jun 2 19:27 version.go [Pipeline] sh [2025-06-02T19:30:45.401Z] + '[' -e coverage.out ] [2025-06-02T19:30:45.402Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-02T19:30:45.578Z] Stashed 1 file(s) [Pipeline] sh [2025-06-02T19:30:45.878Z] + make build [2025-06-02T19:30:45.878Z] 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-06-02T19:31:07.808Z] 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-06-02T19:31:07.808Z] 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-06-02T19:31:08.745Z] 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-06-02T19:31:09.312Z] 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-06-02T19:31:10.696Z] 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-06-02T19:31:15.965Z] 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-06-02T19:31:17.341Z] 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-06-02T19:31:19.259Z] 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-06-02T19:31:21.789Z] 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-06-02T19:31:22.726Z] 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-06-02T19:31:24.146Z] 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-06-02T19:31:24.718Z] 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-06-02T19:31:26.129Z] $ docker stop --time=1 808f1f5c9c15b88a7a527128db730ff1309f5c9022d26e05d9fc6d15198985d0 [2025-06-02T19:31:30.573Z] $ docker rm -f --volumes 808f1f5c9c15b88a7a527128db730ff1309f5c9022d26e05d9fc6d15198985d0 [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-06-02T19:31:32.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-02T19:31:32.180Z] [2025-06-02T19:31:32.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-02T19:31:32.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-02T19:31:32.563Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-02T19:31:32.563Z] 91d30c5bc195: Pulling fs layer [2025-06-02T19:31:32.563Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-02T19:31:32.563Z] 9c61dcf015f6: Pulling fs layer [2025-06-02T19:31:32.563Z] 4698f68db338: Pulling fs layer [2025-06-02T19:31:32.563Z] 2a2f49069b9e: Pulling fs layer [2025-06-02T19:31:32.563Z] e0025b399a48: Pulling fs layer [2025-06-02T19:31:32.563Z] 2a2f49069b9e: Waiting [2025-06-02T19:31:32.563Z] 4698f68db338: Waiting [2025-06-02T19:31:32.563Z] e0025b399a48: Waiting [2025-06-02T19:31:32.563Z] 91d30c5bc195: Verifying Checksum [2025-06-02T19:31:32.563Z] 91d30c5bc195: Download complete [2025-06-02T19:31:32.821Z] 4698f68db338: Download complete [2025-06-02T19:31:32.821Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-02T19:31:32.821Z] 2e9b0aa3be6d: Download complete [2025-06-02T19:31:32.821Z] e0025b399a48: Verifying Checksum [2025-06-02T19:31:32.821Z] e0025b399a48: Download complete [2025-06-02T19:31:32.821Z] 91d30c5bc195: Pull complete [2025-06-02T19:31:32.821Z] 2a2f49069b9e: Download complete [2025-06-02T19:31:33.080Z] 2e9b0aa3be6d: Pull complete [2025-06-02T19:31:33.338Z] 9c61dcf015f6: Verifying Checksum [2025-06-02T19:31:33.338Z] 9c61dcf015f6: Download complete [2025-06-02T19:31:35.995Z] 9c61dcf015f6: Pull complete [2025-06-02T19:31:35.995Z] 4698f68db338: Pull complete [2025-06-02T19:31:35.995Z] 2a2f49069b9e: Pull complete [2025-06-02T19:31:35.995Z] e0025b399a48: Pull complete [2025-06-02T19:31:35.995Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-02T19:31:35.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-02T19:31:35.995Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-02T19:31:36.354Z] prd-ubuntu20.04-docker-8c-8g-2654 does not seem to be running inside a container [2025-06-02T19:31:36.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-06-02T19:31:38.589Z] $ docker top baf62b617c9ba94c1ca402c2fdf4eaa2c1502f9d4a5e3755fe4c612df4bf434d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-02T19:31:39.064Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-02T19:31:41.602Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #1 transferring dockerfile: 2.23kB done [2025-06-02T19:31:41.602Z] #1 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #2 transferring dockerfile: 3.02kB done [2025-06-02T19:31:41.602Z] #2 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #3 transferring dockerfile: 2.14kB done [2025-06-02T19:31:41.602Z] #3 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #4 transferring dockerfile: 1.89kB done [2025-06-02T19:31:41.602Z] #4 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #5 [core-command internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #5 transferring dockerfile: 1.94kB done [2025-06-02T19:31:41.602Z] #5 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #6 [core-metadata internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #6 transferring dockerfile: 2.10kB done [2025-06-02T19:31:41.602Z] #6 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #7 [support-notifications internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #7 transferring dockerfile: 2.00kB done [2025-06-02T19:31:41.602Z] #7 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #8 [support-scheduler internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #8 transferring dockerfile: 1.83kB done [2025-06-02T19:31:41.602Z] #8 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #9 [core-data internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #9 transferring dockerfile: 2.04kB done [2025-06-02T19:31:41.602Z] #9 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #10 [security-spire-server internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #10 transferring dockerfile: 1.70kB done [2025-06-02T19:31:41.602Z] #10 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #11 transferring dockerfile: 2.49kB done [2025-06-02T19:31:41.602Z] #11 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #12 [core-keeper internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #12 transferring dockerfile: 2.01kB done [2025-06-02T19:31:41.602Z] #12 DONE 0.1s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #13 transferring dockerfile: 2.50kB done [2025-06-02T19:31:41.602Z] #13 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #14 [security-spire-config internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #14 transferring dockerfile: 1.69kB done [2025-06-02T19:31:41.602Z] #14 DONE 0.1s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2025-06-02T19:31:41.602Z] #15 transferring dockerfile: 1.81kB done [2025-06-02T19:31:41.602Z] #15 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #16 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-02T19:31:41.602Z] #16 transferring context: 50B done [2025-06-02T19:31:41.602Z] #16 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #17 [security-bootstrapper internal] load .dockerignore [2025-06-02T19:31:41.602Z] #17 transferring context: 50B done [2025-06-02T19:31:41.602Z] #17 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #18 [security-proxy-auth internal] load .dockerignore [2025-06-02T19:31:41.602Z] #18 transferring context: 50B done [2025-06-02T19:31:41.602Z] #18 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2025-06-02T19:31:41.602Z] #19 transferring context: 50B done [2025-06-02T19:31:41.602Z] #19 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #20 [core-command internal] load .dockerignore [2025-06-02T19:31:41.602Z] #20 transferring context: 50B done [2025-06-02T19:31:41.602Z] #20 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #21 [core-metadata internal] load .dockerignore [2025-06-02T19:31:41.602Z] #21 transferring context: 50B done [2025-06-02T19:31:41.602Z] #21 DONE 0.0s [2025-06-02T19:31:41.602Z] [2025-06-02T19:31:41.602Z] #22 [security-spire-server internal] load .dockerignore [2025-06-02T19:31:41.862Z] #22 transferring context: 50B done [2025-06-02T19:31:41.862Z] #22 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #23 [support-notifications internal] load .dockerignore [2025-06-02T19:31:41.862Z] #23 transferring context: 50B done [2025-06-02T19:31:41.862Z] #23 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #24 [support-scheduler internal] load .dockerignore [2025-06-02T19:31:41.862Z] #24 transferring context: 50B done [2025-06-02T19:31:41.862Z] #24 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #25 [security-secretstore-setup internal] load .dockerignore [2025-06-02T19:31:41.862Z] #25 transferring context: 50B done [2025-06-02T19:31:41.862Z] #25 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #26 [core-data internal] load .dockerignore [2025-06-02T19:31:41.862Z] #26 transferring context: 50B done [2025-06-02T19:31:41.862Z] #26 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #27 [core-keeper internal] load .dockerignore [2025-06-02T19:31:41.862Z] #27 transferring context: 50B done [2025-06-02T19:31:41.862Z] #27 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #28 [security-proxy-setup internal] load .dockerignore [2025-06-02T19:31:41.862Z] #28 transferring context: 50B done [2025-06-02T19:31:41.862Z] #28 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #29 [security-spire-config internal] load .dockerignore [2025-06-02T19:31:41.862Z] #29 transferring context: 50B done [2025-06-02T19:31:41.862Z] #29 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-02T19:31:41.862Z] #30 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #31 [security-spire-agent internal] load .dockerignore [2025-06-02T19:31:41.862Z] #31 transferring context: 50B done [2025-06-02T19:31:41.862Z] #31 DONE 0.0s [2025-06-02T19:31:41.862Z] [2025-06-02T19:31:41.862Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-02T19:31:42.122Z] #30 DONE 0.0s [2025-06-02T19:31:42.122Z] [2025-06-02T19:31:42.122Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-02T19:31:42.122Z] #32 ... [2025-06-02T19:31:42.122Z] [2025-06-02T19:31:42.122Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-02T19:31:42.122Z] #30 DONE 0.0s [2025-06-02T19:31:42.122Z] [2025-06-02T19:31:42.122Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-02T19:31:42.389Z] #32 ... [2025-06-02T19:31:42.389Z] [2025-06-02T19:31:42.389Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-02T19:31:42.389Z] #33 DONE 0.5s [2025-06-02T19:31:42.389Z] [2025-06-02T19:31:42.389Z] #34 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-02T19:31:42.389Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-02T19:31:42.389Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-02T19:31:42.389Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-02T19:31:42.389Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-02T19:31:42.389Z] #34 DONE 0.2s [2025-06-02T19:31:42.389Z] [2025-06-02T19:31:42.389Z] #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-02T19:31:42.963Z] #35 ... [2025-06-02T19:31:42.963Z] [2025-06-02T19:31:42.963Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-02T19:31:42.963Z] #36 DONE 0.7s [2025-06-02T19:31:42.963Z] [2025-06-02T19:31:42.963Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:31:42.963Z] #37 ... [2025-06-02T19:31:42.963Z] [2025-06-02T19:31:42.963Z] #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-02T19:31:42.963Z] #32 DONE 1.1s [2025-06-02T19:31:42.963Z] [2025-06-02T19:31:42.963Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:31:43.293Z] #37 ... [2025-06-02T19:31:43.293Z] [2025-06-02T19:31:43.293Z] #34 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-02T19:31:43.293Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-02T19:31:43.293Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-02T19:31:43.293Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-02T19:31:43.293Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-02T19:31:43.293Z] #34 DONE 0.2s [2025-06-02T19:31:43.293Z] [2025-06-02T19:31:43.293Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:31:43.293Z] #37 ... [2025-06-02T19:31:43.293Z] [2025-06-02T19:31:43.293Z] #38 [security-spire-config internal] load build context [2025-06-02T19:31:43.293Z] #38 transferring context: 22.05kB 0.0s done [2025-06-02T19:31:43.293Z] #38 DONE 0.2s [2025-06-02T19:31:43.293Z] [2025-06-02T19:31:43.293Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:31:43.554Z] #37 ... [2025-06-02T19:31:43.554Z] [2025-06-02T19:31:43.554Z] #39 [security-spire-agent internal] load build context [2025-06-02T19:31:43.554Z] #39 transferring context: 23.33kB 0.0s done [2025-06-02T19:31:43.554Z] #39 DONE 0.4s [2025-06-02T19:31:43.554Z] [2025-06-02T19:31:43.554Z] #40 [security-spire-server internal] load build context [2025-06-02T19:31:43.554Z] #40 transferring context: 23.80kB 0.0s done [2025-06-02T19:31:43.554Z] #40 DONE 0.4s [2025-06-02T19:31:43.554Z] [2025-06-02T19:31:43.554Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:31:43.840Z] #37 ... [2025-06-02T19:31:43.840Z] [2025-06-02T19:31:43.840Z] #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-02T19:31:43.840Z] #35 DONE 1.8s [2025-06-02T19:31:43.840Z] [2025-06-02T19:31:43.840Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:31:49.114Z] #37 transferring context: 196.41MB 6.0s [2025-06-02T19:31:49.377Z] #37 ... [2025-06-02T19:31:49.377Z] [2025-06-02T19:31:49.377Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-02T19:31:49.377Z] #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-06-02T19:31:49.377Z] #41 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-02T19:31:49.377Z] #41 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-02T19:31:49.377Z] #41 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-02T19:31:49.377Z] #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-02T19:31:49.377Z] #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-06-02T19:31:49.377Z] #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done [2025-06-02T19:31:49.377Z] #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-02T19:31:49.377Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 4.1s done [2025-06-02T19:31:49.377Z] #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-02T19:31:49.377Z] #41 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-06-02T19:31:52.958Z] #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-06-02T19:31:52.958Z] #41 ... [2025-06-02T19:31:52.958Z] [2025-06-02T19:31:52.958Z] #42 [support-scheduler internal] load build context [2025-06-02T19:31:52.958Z] #42 ... [2025-06-02T19:31:52.958Z] [2025-06-02T19:31:52.958Z] #43 [core-data internal] load build context [2025-06-02T19:31:53.227Z] #43 ... [2025-06-02T19:31:53.227Z] [2025-06-02T19:31:53.227Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-02T19:31:53.227Z] #44 ... [2025-06-02T19:31:53.227Z] [2025-06-02T19:31:53.227Z] #45 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-02T19:31:53.227Z] #0 1.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:53.227Z] #0 1.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:53.227Z] #0 2.089 (1/3) Installing ca-certificates (20241121-r1) [2025-06-02T19:31:53.227Z] #0 2.119 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-02T19:31:53.227Z] #0 2.124 (3/3) Installing tzdata (2025b-r0) [2025-06-02T19:31:53.227Z] #0 2.158 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:31:53.227Z] #0 2.165 Executing ca-certificates-20241121-r1.trigger [2025-06-02T19:31:53.227Z] #0 2.211 OK: 10 MiB in 17 packages [2025-06-02T19:31:53.227Z] #45 ... [2025-06-02T19:31:53.227Z] [2025-06-02T19:31:53.227Z] #46 [core-common-config-bootstrapper internal] load build context [2025-06-02T19:31:53.227Z] #46 ... [2025-06-02T19:31:53.227Z] [2025-06-02T19:31:53.227Z] #47 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-02T19:31:53.484Z] #47 ... [2025-06-02T19:31:53.485Z] [2025-06-02T19:31:53.485Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-02T19:31:53.485Z] #48 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-06-02T19:31:53.485Z] #48 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-02T19:31:53.485Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-02T19:31:53.485Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-06-02T19:31:53.485Z] #48 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-02T19:31:53.485Z] #48 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-02T19:31:53.485Z] #48 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-02T19:31:53.485Z] #48 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.9s done [2025-06-02T19:31:53.485Z] #48 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s done [2025-06-02T19:31:53.485Z] #48 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-02T19:31:53.485Z] #48 ... [2025-06-02T19:31:53.485Z] [2025-06-02T19:31:53.485Z] #49 [core-command internal] load build context [2025-06-02T19:31:53.485Z] #49 transferring context: 335.82MB 11.1s [2025-06-02T19:31:53.485Z] #49 ... [2025-06-02T19:31:53.485Z] [2025-06-02T19:31:53.485Z] #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-02T19:31:53.742Z] #50 ... [2025-06-02T19:31:53.742Z] [2025-06-02T19:31:53.742Z] #51 [security-proxy-setup internal] load build context [2025-06-02T19:31:53.742Z] #51 ... [2025-06-02T19:31:53.742Z] [2025-06-02T19:31:53.742Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-02T19:31:53.742Z] #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:53.742Z] #0 1.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:53.742Z] #0 1.878 (1/7) Installing ca-certificates (20241121-r1) [2025-06-02T19:31:53.742Z] #0 1.896 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-02T19:31:53.742Z] #0 1.899 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-02T19:31:53.742Z] #0 1.903 (4/7) Installing libsodium (1.0.19-r0) [2025-06-02T19:31:53.742Z] #0 1.912 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-02T19:31:53.742Z] #0 1.932 (6/7) Installing libzmq (4.3.5-r2) [2025-06-02T19:31:53.742Z] #0 1.946 (7/7) Installing zeromq (4.3.5-r2) [2025-06-02T19:31:53.742Z] #0 1.951 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:31:53.742Z] #0 1.963 Executing ca-certificates-20241121-r1.trigger [2025-06-02T19:31:53.742Z] #0 1.996 OK: 12 MiB in 21 packages [2025-06-02T19:31:54.002Z] #52 ... [2025-06-02T19:31:54.002Z] [2025-06-02T19:31:54.002Z] #53 [security-bootstrapper internal] load build context [2025-06-02T19:31:54.002Z] #53 ... [2025-06-02T19:31:54.002Z] [2025-06-02T19:31:54.002Z] #54 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-02T19:31:54.002Z] #0 4.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:54.002Z] #0 4.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:54.002Z] #0 4.891 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-02T19:31:54.002Z] #0 4.955 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:31:54.002Z] #0 4.965 OK: 8 MiB in 15 packages [2025-06-02T19:31:54.879Z] #54 ... [2025-06-02T19:31:54.879Z] [2025-06-02T19:31:54.879Z] #55 [security-secretstore-setup internal] load build context [2025-06-02T19:31:54.879Z] #55 ... [2025-06-02T19:31:54.879Z] [2025-06-02T19:31:54.879Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-02T19:31:54.879Z] #0 4.803 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:54.879Z] #0 4.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:54.879Z] #0 5.183 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-02T19:31:54.879Z] #0 5.199 (2/4) Installing openssl (3.3.3-r0) [2025-06-02T19:31:54.879Z] #0 5.219 (3/4) Installing su-exec (0.2-r3) [2025-06-02T19:31:54.879Z] #0 5.223 (4/4) Installing yq-go (4.44.1-r2) [2025-06-02T19:31:54.879Z] #0 5.289 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:31:54.879Z] #0 5.299 OK: 19 MiB in 18 packages [2025-06-02T19:31:55.143Z] #56 ... [2025-06-02T19:31:55.143Z] [2025-06-02T19:31:55.143Z] #57 [support-notifications internal] load build context [2025-06-02T19:31:55.143Z] #57 ... [2025-06-02T19:31:55.143Z] [2025-06-02T19:31:55.143Z] #58 [core-keeper internal] load build context [2025-06-02T19:31:55.143Z] #58 ... [2025-06-02T19:31:55.143Z] [2025-06-02T19:31:55.143Z] #59 [core-command builder 2/7] WORKDIR /edgex-go [2025-06-02T19:31:55.143Z] #59 ... [2025-06-02T19:31:55.143Z] [2025-06-02T19:31:55.143Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-02T19:31:55.403Z] #60 ... [2025-06-02T19:31:55.403Z] [2025-06-02T19:31:55.403Z] #61 [security-proxy-auth internal] load build context [2025-06-02T19:31:55.403Z] #61 ... [2025-06-02T19:31:55.403Z] [2025-06-02T19:31:55.403Z] #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-02T19:31:55.756Z] #62 ... [2025-06-02T19:31:55.756Z] [2025-06-02T19:31:55.756Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-02T19:31:55.756Z] #0 1.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:55.756Z] #0 1.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:31:55.756Z] #0 1.812 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-02T19:31:55.757Z] #0 1.815 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:31:55.757Z] #0 1.828 OK: 8 MiB in 15 packages [2025-06-02T19:31:55.757Z] #63 ... [2025-06-02T19:31:55.757Z] [2025-06-02T19:31:55.757Z] #64 [core-metadata internal] load build context [2025-06-02T19:31:56.015Z] #64 ... [2025-06-02T19:31:56.015Z] [2025-06-02T19:31:56.015Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-02T19:31:56.015Z] #65 ... [2025-06-02T19:31:56.015Z] [2025-06-02T19:31:56.015Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-02T19:31:56.015Z] #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.6s done [2025-06-02T19:31:58.579Z] #41 ... [2025-06-02T19:31:58.579Z] [2025-06-02T19:31:58.579Z] #58 [core-keeper internal] load build context [2025-06-02T19:31:58.579Z] #58 transferring context: 467.64MB 16.2s [2025-06-02T19:31:59.519Z] #58 ... [2025-06-02T19:31:59.519Z] [2025-06-02T19:31:59.519Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:31:59.519Z] #37 transferring context: 507.54MB 15.9s done [2025-06-02T19:31:59.519Z] #37 ... [2025-06-02T19:31:59.519Z] [2025-06-02T19:31:59.519Z] #61 [security-proxy-auth internal] load build context [2025-06-02T19:31:59.779Z] #61 transferring context: 507.54MB 17.3s done [2025-06-02T19:32:01.219Z] #61 ... [2025-06-02T19:32:01.219Z] [2025-06-02T19:32:01.219Z] #55 [security-secretstore-setup internal] load build context [2025-06-02T19:32:01.219Z] #55 transferring context: 507.54MB 17.9s done [2025-06-02T19:32:02.617Z] #55 ... [2025-06-02T19:32:02.617Z] [2025-06-02T19:32:02.617Z] #42 [support-scheduler internal] load build context [2025-06-02T19:32:02.617Z] #42 transferring context: 507.54MB 16.4s done [2025-06-02T19:32:02.617Z] #42 ... [2025-06-02T19:32:02.617Z] [2025-06-02T19:32:02.617Z] #51 [security-proxy-setup internal] load build context [2025-06-02T19:32:02.617Z] #51 transferring context: 507.54MB 17.1s done [2025-06-02T19:32:03.185Z] #51 ... [2025-06-02T19:32:03.185Z] [2025-06-02T19:32:03.185Z] #43 [core-data internal] load build context [2025-06-02T19:32:03.185Z] #43 transferring context: 507.54MB 15.2s done [2025-06-02T19:32:03.452Z] #43 ... [2025-06-02T19:32:03.452Z] [2025-06-02T19:32:03.452Z] #46 [core-common-config-bootstrapper internal] load build context [2025-06-02T19:32:03.452Z] #46 transferring context: 507.54MB 15.9s done [2025-06-02T19:32:03.452Z] #46 ... [2025-06-02T19:32:03.452Z] [2025-06-02T19:32:03.452Z] #53 [security-bootstrapper internal] load build context [2025-06-02T19:32:03.452Z] #53 transferring context: 507.54MB 17.0s done [2025-06-02T19:32:03.711Z] #53 ... [2025-06-02T19:32:03.711Z] [2025-06-02T19:32:03.711Z] #49 [core-command internal] load build context [2025-06-02T19:32:03.711Z] #49 transferring context: 507.54MB 15.9s done [2025-06-02T19:32:05.100Z] #49 ... [2025-06-02T19:32:05.100Z] [2025-06-02T19:32:05.100Z] #57 [support-notifications internal] load build context [2025-06-02T19:32:05.100Z] #57 transferring context: 507.54MB 16.1s done [2025-06-02T19:32:05.359Z] #57 ... [2025-06-02T19:32:05.359Z] [2025-06-02T19:32:05.359Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-02T19:32:05.359Z] #48 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.0s done [2025-06-02T19:32:05.615Z] #48 ... [2025-06-02T19:32:05.615Z] [2025-06-02T19:32:05.615Z] #64 [core-metadata internal] load build context [2025-06-02T19:32:05.615Z] #64 transferring context: 507.54MB 14.6s done [2025-06-02T19:32:09.871Z] #64 ... [2025-06-02T19:32:09.871Z] [2025-06-02T19:32:09.871Z] #58 [core-keeper internal] load build context [2025-06-02T19:32:09.871Z] #58 transferring context: 507.54MB 17.1s done [2025-06-02T19:32:10.439Z] #58 ... [2025-06-02T19:32:10.439Z] [2025-06-02T19:32:10.439Z] #64 [core-metadata internal] load build context [2025-06-02T19:32:10.439Z] #64 DONE 28.3s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-02T19:32:10.700Z] #52 DONE 28.1s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #59 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-06-02T19:32:10.700Z] #59 DONE 26.9s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #66 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-06-02T19:32:10.700Z] #66 ... [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #45 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-02T19:32:10.700Z] #45 DONE 28.1s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-02T19:32:10.700Z] #62 DONE 28.1s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-02T19:32:10.700Z] #56 DONE 28.1s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-02T19:32:10.700Z] #63 DONE 28.2s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #43 [core-data internal] load build context [2025-06-02T19:32:10.700Z] #43 DONE 28.5s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #49 [core-command internal] load build context [2025-06-02T19:32:10.700Z] #49 DONE 28.5s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #37 [security-spiffe-token-provider internal] load build context [2025-06-02T19:32:10.700Z] #37 DONE 28.5s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #54 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-02T19:32:10.700Z] #54 DONE 28.3s [2025-06-02T19:32:10.700Z] [2025-06-02T19:32:10.700Z] #46 [core-common-config-bootstrapper internal] load build context [2025-06-02T19:32:10.700Z] #46 DONE 28.5s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #57 [support-notifications internal] load build context [2025-06-02T19:32:10.964Z] #57 DONE 28.6s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #42 [support-scheduler internal] load build context [2025-06-02T19:32:10.964Z] #42 DONE 28.6s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #51 [security-proxy-setup internal] load build context [2025-06-02T19:32:10.964Z] #51 DONE 28.6s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #58 [core-keeper internal] load build context [2025-06-02T19:32:10.964Z] #58 DONE 28.6s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #53 [security-bootstrapper internal] load build context [2025-06-02T19:32:10.964Z] #53 DONE 28.6s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #55 [security-secretstore-setup internal] load build context [2025-06-02T19:32:10.964Z] #55 DONE 28.6s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #61 [security-proxy-auth internal] load build context [2025-06-02T19:32:10.964Z] #61 DONE 28.6s [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #67 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-06-02T19:32:10.964Z] #67 ... [2025-06-02T19:32:10.964Z] [2025-06-02T19:32:10.964Z] #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-02T19:32:10.964Z] #41 DONE 27.8s [2025-06-02T19:32:11.223Z] [2025-06-02T19:32:11.223Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-02T19:32:12.162Z] #68 ... [2025-06-02T19:32:12.162Z] [2025-06-02T19:32:12.162Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-02T19:32:12.162Z] #44 29.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.162Z] #44 29.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.162Z] #44 29.56 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-02T19:32:12.162Z] #44 29.56 (2/2) Installing su-exec (0.2-r3) [2025-06-02T19:32:12.162Z] #44 29.57 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:32:12.162Z] #44 29.58 OK: 8 MiB in 16 packages [2025-06-02T19:32:12.162Z] #44 DONE 29.9s [2025-06-02T19:32:12.420Z] [2025-06-02T19:32:12.420Z] #66 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-06-02T19:32:12.420Z] #66 1.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.420Z] #66 1.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #66 2.186 OK: 248 MiB in 58 packages [2025-06-02T19:32:12.987Z] #66 DONE 2.5s [2025-06-02T19:32:12.987Z] [2025-06-02T19:32:12.987Z] #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-02T19:32:12.987Z] #50 28.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #50 29.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #50 29.38 (1/4) Installing ca-certificates (20241121-r1) [2025-06-02T19:32:12.987Z] #50 29.40 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-02T19:32:12.987Z] #50 29.40 (3/4) Installing su-exec (0.2-r3) [2025-06-02T19:32:12.987Z] #50 29.40 (4/4) Installing yq-go (4.44.1-r2) [2025-06-02T19:32:12.987Z] #50 29.48 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:32:12.987Z] #50 29.57 Executing ca-certificates-20241121-r1.trigger [2025-06-02T19:32:12.987Z] #50 29.63 OK: 19 MiB in 18 packages [2025-06-02T19:32:12.987Z] #50 DONE 30.3s [2025-06-02T19:32:12.987Z] [2025-06-02T19:32:12.987Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-02T19:32:12.987Z] #60 28.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #60 28.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #60 28.72 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-02T19:32:12.987Z] #60 28.72 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-02T19:32:12.987Z] #60 28.72 OK: 24171 distinct packages available [2025-06-02T19:32:12.987Z] #60 28.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #60 28.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #60 29.30 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-02T19:32:12.987Z] #60 29.30 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-02T19:32:12.987Z] #60 29.31 (3/5) Installing libucontext (1.2-r3) [2025-06-02T19:32:12.987Z] #60 29.31 (4/5) Installing gcompat (1.1.0-r4) [2025-06-02T19:32:12.987Z] #60 29.31 (5/5) Installing openssl (3.3.3-r0) [2025-06-02T19:32:12.987Z] #60 29.33 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:32:12.987Z] #60 29.34 OK: 9 MiB in 19 packages [2025-06-02T19:32:12.987Z] #60 DONE 29.7s [2025-06-02T19:32:12.987Z] [2025-06-02T19:32:12.987Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-02T19:32:12.987Z] #65 29.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #65 29.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #65 29.42 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-02T19:32:12.987Z] #65 29.42 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-02T19:32:12.987Z] #65 29.42 OK: 24171 distinct packages available [2025-06-02T19:32:12.987Z] #65 29.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #65 29.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:12.987Z] #65 29.86 (1/14) Installing ca-certificates (20241121-r1) [2025-06-02T19:32:12.987Z] #65 29.88 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-02T19:32:12.987Z] #65 29.90 (3/14) Installing c-ares (1.33.1-r0) [2025-06-02T19:32:12.987Z] #65 29.90 (4/14) Installing libunistring (1.2-r0) [2025-06-02T19:32:12.987Z] #65 29.92 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-02T19:32:12.987Z] #65 29.93 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-02T19:32:12.987Z] #65 29.95 (7/14) Installing libpsl (0.21.5-r1) [2025-06-02T19:32:12.987Z] #65 29.96 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-02T19:32:12.987Z] #65 29.97 (9/14) Installing libcurl (8.12.1-r0) [2025-06-02T19:32:12.987Z] #65 29.98 (10/14) Installing curl (8.12.1-r0) [2025-06-02T19:32:12.987Z] #65 29.98 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-02T19:32:12.987Z] #65 29.99 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-02T19:32:12.987Z] #65 29.99 (13/14) Installing libucontext (1.2-r3) [2025-06-02T19:32:12.987Z] #65 29.99 (14/14) Installing gcompat (1.1.0-r4) [2025-06-02T19:32:12.987Z] #65 30.00 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:32:12.987Z] #65 30.01 Executing ca-certificates-20241121-r1.trigger [2025-06-02T19:32:12.987Z] #65 30.05 OK: 13 MiB in 28 packages [2025-06-02T19:32:12.987Z] #65 DONE 30.3s [2025-06-02T19:32:12.987Z] [2025-06-02T19:32:12.987Z] #69 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-02T19:32:12.987Z] #69 ... [2025-06-02T19:32:12.987Z] [2025-06-02T19:32:12.987Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-02T19:32:12.987Z] #70 DONE 2.4s [2025-06-02T19:32:12.987Z] [2025-06-02T19:32:12.987Z] #71 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:32:12.987Z] #71 DONE 0.1s [2025-06-02T19:32:13.246Z] [2025-06-02T19:32:13.246Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-02T19:32:13.246Z] #68 2.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.246Z] #68 2.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.246Z] #68 2.682 OK: 248 MiB in 58 packages [2025-06-02T19:32:13.506Z] #68 ... [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-02T19:32:13.506Z] #0 1.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #0 1.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #0 1.958 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-02T19:32:13.506Z] #0 1.958 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-02T19:32:13.506Z] #0 1.958 OK: 24171 distinct packages available [2025-06-02T19:32:13.506Z] #0 2.014 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #0 2.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #0 2.487 OK: 248 MiB in 58 packages [2025-06-02T19:32:13.506Z] #72 DONE 2.8s [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:32:13.506Z] #73 DONE 0.0s [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-02T19:32:13.506Z] #0 2.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #0 2.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #0 2.609 OK: 248 MiB in 58 packages [2025-06-02T19:32:13.506Z] #74 DONE 2.8s [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-02T19:32:13.506Z] #68 DONE 2.9s [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:32:13.506Z] #75 DONE 0.1s [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #76 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:32:13.506Z] #76 DONE 0.0s [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #47 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-02T19:32:13.506Z] #47 28.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #47 29.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #47 29.78 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-02T19:32:13.506Z] #47 29.78 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-02T19:32:13.506Z] #47 29.78 OK: 24171 distinct packages available [2025-06-02T19:32:13.506Z] #47 29.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #47 29.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:13.506Z] #47 30.24 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-02T19:32:13.506Z] #47 30.24 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-02T19:32:13.506Z] #47 30.24 (3/4) Installing libucontext (1.2-r3) [2025-06-02T19:32:13.506Z] #47 30.25 (4/4) Installing gcompat (1.1.0-r4) [2025-06-02T19:32:13.506Z] #47 30.25 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:32:13.506Z] #47 30.26 OK: 8 MiB in 18 packages [2025-06-02T19:32:13.506Z] #47 DONE 30.4s [2025-06-02T19:32:13.506Z] [2025-06-02T19:32:13.506Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-02T19:32:14.443Z] #77 ... [2025-06-02T19:32:14.443Z] [2025-06-02T19:32:14.443Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-02T19:32:14.443Z] #0 3.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:14.443Z] #0 3.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:14.443Z] #0 3.502 OK: 12 MiB in 21 packages [2025-06-02T19:32:14.443Z] #78 DONE 3.6s [2025-06-02T19:32:14.443Z] [2025-06-02T19:32:14.443Z] #79 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-02T19:32:14.443Z] #0 3.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:14.443Z] #0 3.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:14.443Z] #0 3.613 OK: 248 MiB in 58 packages [2025-06-02T19:32:14.443Z] #79 DONE 3.7s [2025-06-02T19:32:14.443Z] [2025-06-02T19:32:14.444Z] #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:32:14.444Z] #80 DONE 0.0s [2025-06-02T19:32:14.444Z] [2025-06-02T19:32:14.444Z] #67 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-06-02T19:32:14.444Z] #67 3.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.381Z] #67 ... [2025-06-02T19:32:15.381Z] [2025-06-02T19:32:15.381Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-02T19:32:15.381Z] #0 3.752 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.381Z] #0 3.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.381Z] #0 4.133 OK: 19 MiB in 18 packages [2025-06-02T19:32:15.381Z] #81 DONE 4.3s [2025-06-02T19:32:15.381Z] [2025-06-02T19:32:15.381Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-02T19:32:15.381Z] #0 3.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.381Z] #0 3.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.381Z] #0 4.240 OK: 10 MiB in 17 packages [2025-06-02T19:32:15.381Z] #82 DONE 4.4s [2025-06-02T19:32:15.381Z] [2025-06-02T19:32:15.381Z] #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-02T19:32:15.381Z] #83 DONE 0.1s [2025-06-02T19:32:15.381Z] [2025-06-02T19:32:15.381Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:15.381Z] #84 ... [2025-06-02T19:32:15.381Z] [2025-06-02T19:32:15.381Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-02T19:32:15.381Z] #0 4.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.381Z] #0 4.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.381Z] #0 4.416 OK: 8 MiB in 15 packages [2025-06-02T19:32:15.381Z] #85 DONE 4.7s [2025-06-02T19:32:15.640Z] [2025-06-02T19:32:15.640Z] #67 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-06-02T19:32:15.640Z] #67 4.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.900Z] #67 ... [2025-06-02T19:32:15.900Z] [2025-06-02T19:32:15.900Z] #86 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-02T19:32:15.900Z] #0 3.352 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.900Z] #0 3.852 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.900Z] #0 4.580 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-02T19:32:15.900Z] #0 4.883 Executing busybox-1.36.1-r29.trigger [2025-06-02T19:32:15.900Z] #0 4.890 OK: 8 MiB in 15 packages [2025-06-02T19:32:15.900Z] #86 DONE 5.0s [2025-06-02T19:32:15.900Z] [2025-06-02T19:32:15.900Z] #67 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2025-06-02T19:32:15.900Z] #67 5.044 OK: 8 MiB in 15 packages [2025-06-02T19:32:15.900Z] #67 DONE 5.4s [2025-06-02T19:32:15.900Z] [2025-06-02T19:32:15.900Z] #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-02T19:32:15.900Z] #0 3.263 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.900Z] #0 3.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:15.900Z] #0 3.637 OK: 8 MiB in 16 packages [2025-06-02T19:32:15.900Z] #87 DONE 3.7s [2025-06-02T19:32:15.900Z] [2025-06-02T19:32:15.900Z] #69 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-02T19:32:15.900Z] #69 3.140 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:16.163Z] #69 ... [2025-06-02T19:32:16.163Z] [2025-06-02T19:32:16.163Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-02T19:32:16.163Z] #0 2.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:16.163Z] #0 2.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:16.163Z] #0 3.073 OK: 13 MiB in 28 packages [2025-06-02T19:32:16.163Z] #88 DONE 3.2s [2025-06-02T19:32:16.163Z] [2025-06-02T19:32:16.163Z] #69 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-02T19:32:16.163Z] #69 3.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:16.420Z] #69 ... [2025-06-02T19:32:16.420Z] [2025-06-02T19:32:16.420Z] #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-02T19:32:16.420Z] #0 3.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:16.420Z] #0 3.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:16.420Z] #0 3.495 OK: 19 MiB in 18 packages [2025-06-02T19:32:16.420Z] #89 DONE 3.6s [2025-06-02T19:32:16.420Z] [2025-06-02T19:32:16.420Z] #69 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-02T19:32:16.420Z] #69 3.496 OK: 9 MiB in 19 packages [2025-06-02T19:32:16.697Z] #69 DONE 3.6s [2025-06-02T19:32:16.697Z] [2025-06-02T19:32:16.697Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-02T19:32:17.640Z] #90 DONE 1.1s [2025-06-02T19:32:17.640Z] [2025-06-02T19:32:17.640Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-02T19:32:17.640Z] #0 2.758 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:17.640Z] #0 3.222 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:17.640Z] #0 3.932 OK: 248 MiB in 58 packages [2025-06-02T19:32:17.640Z] #91 DONE 4.6s [2025-06-02T19:32:17.640Z] [2025-06-02T19:32:17.640Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-02T19:32:17.640Z] #92 DONE 1.1s [2025-06-02T19:32:17.640Z] [2025-06-02T19:32:17.640Z] #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-02T19:32:17.640Z] #93 DONE 0.1s [2025-06-02T19:32:17.640Z] [2025-06-02T19:32:17.640Z] #94 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-02T19:32:18.625Z] #94 DONE 1.0s [2025-06-02T19:32:18.625Z] [2025-06-02T19:32:18.625Z] #95 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-02T19:32:18.625Z] #95 DONE 0.9s [2025-06-02T19:32:18.625Z] [2025-06-02T19:32:18.625Z] #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-02T19:32:18.625Z] #96 DONE 1.0s [2025-06-02T19:32:18.625Z] [2025-06-02T19:32:18.625Z] #97 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-02T19:32:18.625Z] #97 DONE 0.1s [2025-06-02T19:32:18.625Z] [2025-06-02T19:32:18.625Z] #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-02T19:32:18.886Z] #98 DONE 0.1s [2025-06-02T19:32:18.886Z] [2025-06-02T19:32:18.886Z] #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-02T19:32:18.886Z] #99 DONE 0.1s [2025-06-02T19:32:18.886Z] [2025-06-02T19:32:18.886Z] #100 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-02T19:32:18.886Z] #100 DONE 0.2s [2025-06-02T19:32:18.886Z] [2025-06-02T19:32:18.886Z] #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-02T19:32:18.886Z] #101 DONE 0.1s [2025-06-02T19:32:18.886Z] [2025-06-02T19:32:18.886Z] #102 [security-spire-server] exporting to image [2025-06-02T19:32:18.886Z] #102 exporting layers [2025-06-02T19:32:19.143Z] #102 ... [2025-06-02T19:32:19.143Z] [2025-06-02T19:32:19.143Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-02T19:32:19.143Z] #103 DONE 0.1s [2025-06-02T19:32:19.143Z] [2025-06-02T19:32:19.143Z] #104 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-02T19:32:19.143Z] #104 DONE 0.1s [2025-06-02T19:32:19.143Z] [2025-06-02T19:32:19.143Z] #105 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-02T19:32:19.143Z] #105 DONE 0.0s [2025-06-02T19:32:19.143Z] [2025-06-02T19:32:19.143Z] #102 [security-spire-agent] exporting to image [2025-06-02T19:32:19.400Z] #102 ... [2025-06-02T19:32:19.400Z] [2025-06-02T19:32:19.400Z] #106 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-02T19:32:19.400Z] #106 DONE 3.3s [2025-06-02T19:32:19.400Z] [2025-06-02T19:32:19.400Z] #107 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-02T19:32:19.400Z] #107 DONE 0.0s [2025-06-02T19:32:19.400Z] [2025-06-02T19:32:19.400Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-02T19:32:19.400Z] #77 5.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:19.400Z] #77 5.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-02T19:32:19.400Z] #77 5.817 OK: 8 MiB in 18 packages [2025-06-02T19:32:19.400Z] #77 DONE 5.9s [2025-06-02T19:32:19.400Z] [2025-06-02T19:32:19.400Z] #108 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:20.334Z] #108 ... [2025-06-02T19:32:20.334Z] [2025-06-02T19:32:20.334Z] #109 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-02T19:32:20.334Z] #109 DONE 0.7s [2025-06-02T19:32:20.334Z] [2025-06-02T19:32:20.334Z] #110 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-02T19:32:20.334Z] #110 DONE 0.1s [2025-06-02T19:32:20.334Z] [2025-06-02T19:32:20.334Z] #111 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-02T19:32:20.334Z] #111 DONE 0.0s [2025-06-02T19:32:20.334Z] [2025-06-02T19:32:20.334Z] #102 [security-spire-agent] exporting to image [2025-06-02T19:32:20.334Z] #102 exporting layers 1.4s done [2025-06-02T19:32:20.334Z] #102 writing image sha256:ee6db2d5834e5b9ca28811ecf7ed6c85d3c1bb6d3c2126f24da57b46b1d3a4c9 0.1s done [2025-06-02T19:32:20.334Z] #102 naming to docker.io/library/security-spire-server [2025-06-02T19:32:20.592Z] #102 exporting layers 1.3s done [2025-06-02T19:32:20.592Z] #102 naming to docker.io/library/security-spire-server 0.0s done [2025-06-02T19:32:20.592Z] #102 writing image sha256:1232c0d436c84c76a278a69d2beda39430c986df490ca01ee83ff99e254faa64 done [2025-06-02T19:32:20.592Z] #102 naming to docker.io/library/security-spire-agent done [2025-06-02T19:32:20.592Z] #102 DONE 1.5s [2025-06-02T19:32:20.592Z] [2025-06-02T19:32:20.592Z] #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-02T19:32:20.592Z] #112 DONE 0.1s [2025-06-02T19:32:20.592Z] [2025-06-02T19:32:20.592Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-02T19:32:20.592Z] #113 DONE 0.1s [2025-06-02T19:32:20.592Z] [2025-06-02T19:32:20.592Z] #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:20.592Z] #114 ... [2025-06-02T19:32:20.592Z] [2025-06-02T19:32:20.592Z] #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-02T19:32:20.592Z] #115 DONE 0.0s [2025-06-02T19:32:20.592Z] [2025-06-02T19:32:20.592Z] #102 [security-spire-config] exporting to image [2025-06-02T19:32:20.851Z] #102 ... [2025-06-02T19:32:20.851Z] [2025-06-02T19:32:20.851Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-02T19:32:21.110Z] #48 ... [2025-06-02T19:32:21.110Z] [2025-06-02T19:32:21.110Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:21.367Z] #116 ... [2025-06-02T19:32:21.367Z] [2025-06-02T19:32:21.367Z] #102 [security-spire-config] exporting to image [2025-06-02T19:32:21.367Z] #102 exporting layers 0.7s done [2025-06-02T19:32:21.367Z] #102 writing image sha256:074686a9044e15689607f3980155ee400a57dcb998ecc7dbc1854755e06ecf70 done [2025-06-02T19:32:21.367Z] #102 naming to docker.io/library/security-spire-config done [2025-06-02T19:32:21.367Z] #102 DONE 2.3s [2025-06-02T19:32:21.367Z] [2025-06-02T19:32:21.367Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:23.354Z] #117 ... [2025-06-02T19:32:23.354Z] [2025-06-02T19:32:23.354Z] #118 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:55.691Z] #118 DONE 41.2s [2025-06-02T19:32:55.691Z] [2025-06-02T19:32:55.691Z] #108 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:55.691Z] #108 DONE 35.6s [2025-06-02T19:32:55.691Z] [2025-06-02T19:32:55.691Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:55.691Z] #117 DONE 40.8s [2025-06-02T19:32:55.691Z] [2025-06-02T19:32:55.691Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:55.691Z] #84 DONE 39.8s [2025-06-02T19:32:55.691Z] [2025-06-02T19:32:55.691Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:55.691Z] #116 DONE 40.7s [2025-06-02T19:32:55.691Z] [2025-06-02T19:32:55.691Z] #119 [core-command builder 6/7] COPY . . [2025-06-02T19:32:55.691Z] #119 ... [2025-06-02T19:32:55.691Z] [2025-06-02T19:32:55.691Z] #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:32:55.691Z] #114 DONE 40.7s [2025-06-02T19:32:55.691Z] [2025-06-02T19:32:55.691Z] #120 [security-bootstrapper builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #120 ... [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #121 [support-scheduler builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #121 DONE 10.1s [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #122 [support-notifications builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #122 DONE 10.1s [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #123 [core-keeper builder 7/8] COPY . . [2025-06-02T19:33:05.681Z] #123 DONE 10.2s [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #124 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #124 DONE 10.2s [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #119 [core-command builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #119 DONE 10.2s [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:33:05.681Z] #125 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #126 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:33:05.681Z] #126 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #127 [core-data builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #127 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #128 [core-metadata builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #128 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:33:05.681Z] #129 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:33:05.681Z] #130 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #131 [security-proxy-auth builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #131 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:33:05.681Z] #132 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:33:05.681Z] #133 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #134 [security-proxy-setup builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #134 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:33:05.681Z] #135 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #136 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:33:05.681Z] #136 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #137 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:33:05.681Z] #137 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #138 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:33:05.681Z] #138 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #139 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #120 [security-bootstrapper builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #120 DONE 10.2s [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #140 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-02T19:33:05.681Z] #140 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #141 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-02T19:33:05.681Z] #141 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #142 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-02T19:33:05.681Z] #142 CACHED [2025-06-02T19:33:05.681Z] [2025-06-02T19:33:05.681Z] #143 [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-06-02T19:33:05.681Z] #143 1.162 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-06-02T19:33:15.659Z] #143 ... [2025-06-02T19:33:15.659Z] [2025-06-02T19:33:15.659Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-02T19:33:15.659Z] #0 0.556 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-06-02T19:33:15.659Z] #144 ... [2025-06-02T19:33:15.659Z] [2025-06-02T19:33:15.659Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-02T19:33:15.659Z] #0 0.783 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-06-02T19:33:15.659Z] #145 ... [2025-06-02T19:33:15.659Z] [2025-06-02T19:33:15.659Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-02T19:33:15.659Z] #0 1.042 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-06-02T19:33:15.659Z] #146 ... [2025-06-02T19:33:15.659Z] [2025-06-02T19:33:15.659Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-02T19:33:15.659Z] #0 1.019 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-06-02T19:33:15.659Z] #147 ... [2025-06-02T19:33:15.659Z] [2025-06-02T19:33:15.659Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-02T19:33:15.659Z] #0 0.676 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-06-02T19:33:15.659Z] #148 ... [2025-06-02T19:33:15.659Z] [2025-06-02T19:33:15.659Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-02T19:33:15.659Z] #0 1.004 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-06-02T19:33:15.917Z] #149 ... [2025-06-02T19:33:15.917Z] [2025-06-02T19:33:15.917Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-02T19:33:15.917Z] #0 1.160 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-06-02T19:33:15.917Z] #150 ... [2025-06-02T19:33:15.917Z] [2025-06-02T19:33:15.917Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-02T19:33:15.917Z] #0 0.913 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-06-02T19:33:16.175Z] #151 ... [2025-06-02T19:33:16.175Z] [2025-06-02T19:33:16.175Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-02T19:33:16.175Z] #0 1.131 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-06-02T19:33:16.175Z] #152 ... [2025-06-02T19:33:16.175Z] [2025-06-02T19:33:16.175Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-02T19:33:16.175Z] #0 1.143 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-06-02T19:33:16.432Z] #153 ... [2025-06-02T19:33:16.432Z] [2025-06-02T19:33:16.432Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-02T19:33:16.432Z] #0 0.847 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-06-02T19:34:52.871Z] #154 ... [2025-06-02T19:34:52.871Z] [2025-06-02T19:34:52.871Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-02T19:34:52.871Z] #150 DONE 104.1s [2025-06-02T19:34:52.871Z] [2025-06-02T19:34:52.871Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-02T19:34:52.871Z] #145 DONE 104.1s [2025-06-02T19:34:52.871Z] [2025-06-02T19:34:52.871Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-02T19:35:02.847Z] #154 ... [2025-06-02T19:35:02.847Z] [2025-06-02T19:35:02.847Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:04.765Z] #155 DONE 3.6s [2025-06-02T19:35:04.765Z] [2025-06-02T19:35:04.765Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-02T19:35:05.062Z] #156 DONE 0.8s [2025-06-02T19:35:05.062Z] [2025-06-02T19:35:05.062Z] #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:05.062Z] #157 DONE 0.2s [2025-06-02T19:35:05.062Z] [2025-06-02T19:35:05.062Z] #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-02T19:35:05.062Z] #158 DONE 0.2s [2025-06-02T19:35:05.062Z] [2025-06-02T19:35:05.062Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-02T19:35:05.321Z] #159 ... [2025-06-02T19:35:05.321Z] [2025-06-02T19:35:05.321Z] #160 [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-06-02T19:35:05.321Z] #160 DONE 0.2s [2025-06-02T19:35:05.579Z] [2025-06-02T19:35:05.579Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-06-02T19:35:06.513Z] #161 DONE 1.0s [2025-06-02T19:35:06.513Z] [2025-06-02T19:35:06.513Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-02T19:35:07.882Z] #162 ... [2025-06-02T19:35:07.882Z] [2025-06-02T19:35:07.882Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-02T19:35:07.882Z] #159 DONE 3.0s [2025-06-02T19:35:08.140Z] [2025-06-02T19:35:08.140Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:10.041Z] #163 DONE 1.8s [2025-06-02T19:35:10.041Z] [2025-06-02T19:35:10.041Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:10.041Z] #164 DONE 0.3s [2025-06-02T19:35:10.041Z] [2025-06-02T19:35:10.041Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-02T19:35:11.418Z] #165 DONE 0.9s [2025-06-02T19:35:11.418Z] [2025-06-02T19:35:11.418Z] #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-02T19:35:11.418Z] #162 DONE 4.5s [2025-06-02T19:35:11.418Z] [2025-06-02T19:35:11.418Z] #102 [core-common-config-bootstrapper] exporting to image [2025-06-02T19:35:11.418Z] #102 exporting layers [2025-06-02T19:35:14.700Z] #102 ... [2025-06-02T19:35:14.700Z] [2025-06-02T19:35:14.700Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-02T19:35:14.700Z] #166 DONE 3.4s [2025-06-02T19:35:14.700Z] [2025-06-02T19:35:14.700Z] #167 [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-06-02T19:35:14.700Z] #167 DONE 0.5s [2025-06-02T19:35:14.700Z] [2025-06-02T19:35:14.700Z] #168 [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-06-02T19:35:14.958Z] #168 DONE 0.2s [2025-06-02T19:35:14.958Z] [2025-06-02T19:35:14.958Z] #169 [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-06-02T19:35:14.958Z] #169 DONE 0.1s [2025-06-02T19:35:14.958Z] [2025-06-02T19:35:14.958Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-02T19:35:14.958Z] #170 DONE 0.1s [2025-06-02T19:35:14.958Z] [2025-06-02T19:35:14.958Z] #102 [core-common-config-bootstrapper] exporting to image [2025-06-02T19:35:14.958Z] #102 exporting layers 4.1s done [2025-06-02T19:35:14.958Z] #102 writing image sha256:1f3099dbb885ce6a6070a4c2881daa67f3833e2a22ee93f19ee673b6a9e81702 done [2025-06-02T19:35:14.958Z] #102 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-02T19:35:14.958Z] #102 DONE 6.4s [2025-06-02T19:35:14.958Z] [2025-06-02T19:35:14.958Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-02T19:35:15.216Z] #148 ... [2025-06-02T19:35:15.216Z] [2025-06-02T19:35:15.216Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-02T19:35:17.826Z] #171 DONE 2.8s [2025-06-02T19:35:17.826Z] [2025-06-02T19:35:17.826Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-02T19:35:18.088Z] #148 ... [2025-06-02T19:35:18.088Z] [2025-06-02T19:35:18.088Z] #102 [security-bootstrapper] exporting to image [2025-06-02T19:35:18.345Z] #102 exporting layers 0.4s done [2025-06-02T19:35:18.345Z] #102 writing image sha256:e6d4d3ce146ed2e14a723c7086e84afb22816d2902df88dc2f0bc4f9e3b12d5d 0.0s done [2025-06-02T19:35:18.345Z] #102 naming to docker.io/library/security-bootstrapper done [2025-06-02T19:35:18.345Z] #102 DONE 6.8s [2025-06-02T19:35:18.345Z] [2025-06-02T19:35:18.345Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-02T19:35:33.199Z] #147 ... [2025-06-02T19:35:33.199Z] [2025-06-02T19:35:33.199Z] #143 [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-06-02T19:35:33.199Z] #143 146.3 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-06-02T19:35:41.327Z] #143 ... [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-02T19:35:41.327Z] #153 DONE 155.9s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-02T19:35:41.327Z] #152 DONE 155.9s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-02T19:35:41.327Z] #144 DONE 155.9s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-02T19:35:41.327Z] #149 DONE 155.9s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-02T19:35:41.327Z] #154 DONE 155.9s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-02T19:35:41.327Z] #147 DONE 155.9s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.327Z] #172 ... [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-02T19:35:41.327Z] #151 DONE 156.0s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-02T19:35:41.327Z] #146 DONE 156.0s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-02T19:35:41.327Z] #148 DONE 156.0s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #143 [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-06-02T19:35:41.327Z] #143 DONE 156.0s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #173 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.327Z] #173 DONE 0.2s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.327Z] #174 DONE 0.2s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.327Z] #175 DONE 0.1s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.327Z] #176 DONE 0.2s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.327Z] #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.327Z] #172 DONE 0.3s [2025-06-02T19:35:41.327Z] [2025-06-02T19:35:41.328Z] #177 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.328Z] #177 DONE 0.2s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.328Z] #178 DONE 0.2s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #179 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.328Z] #179 DONE 0.2s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #180 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #180 DONE 0.1s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #181 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #181 DONE 0.1s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #182 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.328Z] #182 DONE 0.1s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #183 DONE 0.1s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #184 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #184 DONE 0.1s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #185 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #185 DONE 0.1s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #186 DONE 0.1s [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #187 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.328Z] #187 CACHED [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #188 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #188 CACHED [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #189 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-02T19:35:41.328Z] #189 CACHED [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #190 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-02T19:35:41.328Z] #190 CACHED [2025-06-02T19:35:41.328Z] [2025-06-02T19:35:41.328Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-02T19:35:42.268Z] #191 ... [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #192 [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-06-02T19:35:42.268Z] #192 DONE 1.4s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #193 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-02T19:35:42.268Z] #193 DONE 1.4s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #194 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-02T19:35:42.268Z] #194 DONE 1.4s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-02T19:35:42.268Z] #195 DONE 1.5s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #196 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-02T19:35:42.268Z] #196 DONE 1.5s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #197 [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-06-02T19:35:42.268Z] #197 DONE 1.4s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #198 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-02T19:35:42.268Z] #198 DONE 1.4s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #199 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-02T19:35:42.268Z] #199 DONE 1.5s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-02T19:35:42.268Z] #191 DONE 1.4s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-02T19:35:42.268Z] #200 DONE 1.5s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #201 [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-06-02T19:35:42.268Z] #201 DONE 0.1s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-02T19:35:42.268Z] #202 ... [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #203 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-02T19:35:42.268Z] #203 DONE 0.2s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-02T19:35:42.268Z] #204 DONE 0.2s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #205 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-02T19:35:42.268Z] #205 DONE 0.2s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #206 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-02T19:35:42.268Z] #206 DONE 0.2s [2025-06-02T19:35:42.268Z] [2025-06-02T19:35:42.268Z] #207 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-02T19:35:42.268Z] #207 DONE 0.1s [2025-06-02T19:35:42.527Z] [2025-06-02T19:35:42.527Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-02T19:35:42.527Z] #208 DONE 0.2s [2025-06-02T19:35:42.527Z] [2025-06-02T19:35:42.527Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-02T19:35:42.527Z] #209 DONE 0.2s [2025-06-02T19:35:42.527Z] [2025-06-02T19:35:42.527Z] #210 [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-06-02T19:35:42.527Z] #210 DONE 0.2s [2025-06-02T19:35:42.527Z] [2025-06-02T19:35:42.527Z] #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-02T19:35:42.527Z] #202 DONE 0.2s [2025-06-02T19:35:42.527Z] [2025-06-02T19:35:42.527Z] #102 [core-data] exporting to image [2025-06-02T19:35:42.527Z] #102 exporting layers [2025-06-02T19:35:42.787Z] #102 ... [2025-06-02T19:35:42.787Z] [2025-06-02T19:35:42.787Z] #211 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-02T19:35:42.787Z] #211 DONE 0.4s [2025-06-02T19:35:42.787Z] [2025-06-02T19:35:42.787Z] #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-02T19:35:42.787Z] #212 DONE 0.3s [2025-06-02T19:35:42.787Z] [2025-06-02T19:35:42.787Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-02T19:35:42.787Z] #213 DONE 0.3s [2025-06-02T19:35:42.787Z] [2025-06-02T19:35:42.787Z] #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-02T19:35:42.787Z] #214 DONE 0.3s [2025-06-02T19:35:42.787Z] [2025-06-02T19:35:42.787Z] #102 [core-metadata] exporting to image [2025-06-02T19:35:42.787Z] #102 exporting layers 0.4s done [2025-06-02T19:35:42.787Z] #102 writing image sha256:408fe98517c9313b4c41082295dd03df1d4c61c3efe0baf8dd36e0eedb319fa3 [2025-06-02T19:35:43.059Z] #102 writing image sha256:408fe98517c9313b4c41082295dd03df1d4c61c3efe0baf8dd36e0eedb319fa3 0.2s done [2025-06-02T19:35:43.059Z] #102 naming to docker.io/library/core-keeper [2025-06-02T19:35:43.059Z] #102 ... [2025-06-02T19:35:43.059Z] [2025-06-02T19:35:43.059Z] #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-02T19:35:43.059Z] #215 DONE 0.3s [2025-06-02T19:35:43.059Z] [2025-06-02T19:35:43.059Z] #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-02T19:35:43.059Z] #216 DONE 0.3s [2025-06-02T19:35:43.059Z] [2025-06-02T19:35:43.059Z] #102 [security-spiffe-token-provider] exporting to image [2025-06-02T19:35:43.059Z] #102 exporting layers 0.7s done [2025-06-02T19:35:43.059Z] #102 naming to docker.io/library/core-keeper done [2025-06-02T19:35:43.059Z] #102 writing image sha256:9a01ca18fe5d94233f3b3e9c543fe4cd313cd0b812c2cc7236d011a4b1234993 [2025-06-02T19:35:43.059Z] #102 writing image sha256:ba7dc39d3334417a75d96f197969cfcbd96973b3b0e6b458120d769ca55eaace 0.0s done [2025-06-02T19:35:43.059Z] #102 writing image sha256:857c1ea9f58807c7728e4c793fa12ac831a2f6e1abd2a388786dab8b12548e76 0.0s done [2025-06-02T19:35:43.059Z] #102 naming to docker.io/library/security-spiffe-token-provider done [2025-06-02T19:35:43.059Z] #102 naming to docker.io/library/support-notifications [2025-06-02T19:35:43.319Z] #102 writing image sha256:9a01ca18fe5d94233f3b3e9c543fe4cd313cd0b812c2cc7236d011a4b1234993 0.0s done [2025-06-02T19:35:43.319Z] #102 naming to docker.io/library/support-notifications done [2025-06-02T19:35:43.319Z] #102 naming to docker.io/library/core-command done [2025-06-02T19:35:43.578Z] #102 exporting layers 0.7s done [2025-06-02T19:35:43.578Z] #102 writing image sha256:0c895f86291790d9cee3a53993b74ff960f7fd7ae0df5c17de9d2e2dc5c936d3 done [2025-06-02T19:35:43.578Z] #102 naming to docker.io/library/core-data done [2025-06-02T19:35:43.578Z] #102 writing image sha256:b26bac1982c75c38eec9a0005eab940a2a1ebfd39ff736b64f7f5650e36068dd done [2025-06-02T19:35:43.578Z] #102 naming to docker.io/library/support-scheduler done [2025-06-02T19:35:43.578Z] #102 writing image sha256:2ceb165b43468f949f71194824c81f77989be9c7b783edf0cc51d6ba64a5483b done [2025-06-02T19:35:43.578Z] #102 naming to docker.io/library/core-metadata done [2025-06-02T19:35:43.578Z] #102 DONE 8.0s [2025-06-02T19:35:43.578Z] [2025-06-02T19:35:43.578Z] #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-02T19:35:43.578Z] #217 DONE 0.5s [2025-06-02T19:35:43.578Z] [2025-06-02T19:35:43.578Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-02T19:35:43.578Z] #218 DONE 0.8s [2025-06-02T19:35:43.578Z] [2025-06-02T19:35:43.578Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-02T19:35:43.578Z] #219 DONE 0.1s [2025-06-02T19:35:43.578Z] [2025-06-02T19:35:43.578Z] #102 [security-proxy-auth] exporting to image [2025-06-02T19:35:43.836Z] #102 ... [2025-06-02T19:35:43.836Z] [2025-06-02T19:35:43.836Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-02T19:35:43.836Z] #220 DONE 0.7s [2025-06-02T19:35:43.836Z] [2025-06-02T19:35:43.836Z] #102 [security-proxy-setup] exporting to image [2025-06-02T19:35:43.836Z] #102 ... [2025-06-02T19:35:43.836Z] [2025-06-02T19:35:43.836Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-02T19:35:43.836Z] #221 DONE 0.4s [2025-06-02T19:35:43.836Z] [2025-06-02T19:35:43.836Z] #102 [security-proxy-setup] exporting to image [2025-06-02T19:35:43.836Z] #102 exporting layers 0.2s done [2025-06-02T19:35:43.836Z] #102 writing image sha256:93acf993ccff2d00dccfb2e13b97f9635c288a09216533cc63433ad015e0d878 done [2025-06-02T19:35:43.836Z] #102 naming to docker.io/library/security-proxy-setup done [2025-06-02T19:35:44.095Z] #102 exporting layers 0.7s done [2025-06-02T19:35:44.095Z] #102 writing image sha256:2955b9df0bccd25db363bbc3e113cec5158f451d9cc9fa6d6dfa8bd3ef96c66d done [2025-06-02T19:35:44.095Z] #102 naming to docker.io/library/security-secretstore-setup done [2025-06-02T19:35:44.095Z] #102 writing image sha256:4aac5fc70be75c88be03d51f8a30f962a3658a6e2a1b586f6198f7e1f9d8a645 done [2025-06-02T19:35:44.095Z] #102 naming to docker.io/library/security-proxy-auth done [2025-06-02T19:35:44.095Z] #102 DONE 8.7s [2025-06-02T19:35:44.095Z] [2025-06-02T19:35:44.095Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-02T19:35:44.095Z] time="2025-06-02T19:31:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-02T19:35:44.123Z] $ docker stop --time=1 baf62b617c9ba94c1ca402c2fdf4eaa2c1502f9d4a5e3755fe4c612df4bf434d [2025-06-02T19:35:45.390Z] $ docker rm -f --volumes baf62b617c9ba94c1ca402c2fdf4eaa2c1502f9d4a5e3755fe4c612df4bf434d [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-02T19:35:45.814Z] + docker images [2025-06-02T19:35:45.814Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-02T19:35:45.814Z] security-secretstore-setup latest 2955b9df0bcc 2 seconds ago 68.7MB [2025-06-02T19:35:45.814Z] security-proxy-setup latest 93acf993ccff 2 seconds ago 38.5MB [2025-06-02T19:35:45.814Z] security-proxy-auth latest 4aac5fc70be7 2 seconds ago 31.7MB [2025-06-02T19:35:45.814Z] security-spiffe-token-provider latest ba7dc39d3334 3 seconds ago 47.7MB [2025-06-02T19:35:45.814Z] support-notifications latest 857c1ea9f588 3 seconds ago 52.4MB [2025-06-02T19:35:45.814Z] core-data latest 0c895f862917 3 seconds ago 32.9MB [2025-06-02T19:35:45.814Z] core-metadata latest 2ceb165b4346 3 seconds ago 33.1MB [2025-06-02T19:35:45.814Z] core-keeper latest 408fe98517c9 3 seconds ago 32.5MB [2025-06-02T19:35:45.814Z] core-command latest 9a01ca18fe5d 3 seconds ago 28.4MB [2025-06-02T19:35:45.814Z] support-scheduler latest b26bac1982c7 3 seconds ago 48.8MB [2025-06-02T19:35:45.814Z] security-bootstrapper latest e6d4d3ce146e 28 seconds ago 20.4MB [2025-06-02T19:35:45.814Z] core-common-config-bootstrapper latest 1f3099dbb885 35 seconds ago 17.1MB [2025-06-02T19:35:45.814Z] security-spire-config latest 074686a9044e 3 minutes ago 149MB [2025-06-02T19:35:45.814Z] security-spire-server latest ee6db2d5834e 3 minutes ago 149MB [2025-06-02T19:35:45.814Z] security-spire-agent latest 1232c0d436c8 3 minutes ago 195MB [2025-06-02T19:35:45.814Z] ci-base-image-x86_64 latest 62317c42410c 6 minutes ago 925MB [2025-06-02T19:35:45.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 days ago 573MB [2025-06-02T19:35:45.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 weeks ago 574MB [2025-06-02T19:35:45.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [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-06-02T19:35:46.984Z] provisioning config files... [2025-06-02T19:35:46.993Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7537763411442305171tmp [Pipeline] { [Pipeline] sh [2025-06-02T19:35:47.335Z] + set +x [2025-06-02T19:35:47.335Z] + curl -s https://codecov.io/bash [2025-06-02T19:35:47.335Z] + bash -s -- [2025-06-02T19:35:47.335Z] [2025-06-02T19:35:47.335Z] _____ _ [2025-06-02T19:35:47.335Z] / ____| | | [2025-06-02T19:35:47.335Z] | | ___ __| | ___ ___ _____ __ [2025-06-02T19:35:47.335Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-02T19:35:47.335Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-02T19:35:47.335Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-02T19:35:47.335Z] Bash-1.0.6 [2025-06-02T19:35:47.335Z] [2025-06-02T19:35:47.335Z] [2025-06-02T19:35:47.335Z] ==> git version 2.25.1 found [2025-06-02T19:35:47.335Z] ==> 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-06-02T19:35:47.335Z] Release-Date: 2020-01-08 [2025-06-02T19:35:47.335Z] 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-06-02T19:35:47.335Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-02T19:35:47.335Z] ==> Jenkins CI detected. [2025-06-02T19:35:47.335Z] current dir:  /w/workspace/edgex-go/1 [2025-06-02T19:35:47.335Z] project root: . [2025-06-02T19:35:47.335Z] --> token set from env [2025-06-02T19:35:47.335Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-02T19:35:47.335Z] ==> Running gcov in . (disable via -X gcov) [2025-06-02T19:35:47.335Z] ==> Python coveragepy not found [2025-06-02T19:35:47.335Z] ==> Searching for coverage reports in: [2025-06-02T19:35:47.335Z] + . [2025-06-02T19:35:47.594Z] -> Found 1 reports [2025-06-02T19:35:47.594Z] ==> Detecting git/mercurial file structure [2025-06-02T19:35:47.594Z] ==> Reading reports [2025-06-02T19:35:47.594Z] + ./coverage.out bytes=1661236 [2025-06-02T19:35:47.594Z] ==> Appending adjustments [2025-06-02T19:35:47.594Z] https://docs.codecov.io/docs/fixing-reports [2025-06-02T19:35:48.971Z] + Found adjustments [2025-06-02T19:35:48.971Z] ==> Gzipping contents [2025-06-02T19:35:48.971Z] 140K /tmp/codecov.oTp5Xu.gz [2025-06-02T19:35:48.971Z] ==> Uploading reports [2025-06-02T19:35:48.971Z] url: https://codecov.io [2025-06-02T19:35:48.971Z] query: branch=PR-5165&commit=10713872b81bd8d13f3b024f45d263556225ecce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5165%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5165&job=&cmd_args= [2025-06-02T19:35:48.971Z] -> Pinging Codecov [2025-06-02T19:35:48.971Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-5165&commit=10713872b81bd8d13f3b024f45d263556225ecce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5165%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5165&job=&cmd_args= [2025-06-02T19:35:48.971Z] -> Uploading to [2025-06-02T19:35:48.971Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/10713872b81bd8d13f3b024f45d263556225ecce/4217194c-c603-4a4c-bdf6-41b2c078499f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250602%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250602T193548Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3081ff37726128482f014bfe6ea0e250a89a09ea1cf3f199da9076aba6d5ed11 [2025-06-02T19:35:48.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-02T19:35:48.971Z] Dload Upload Total Spent Left Speed [2025-06-02T19:35:49.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 512k --:--:-- --:--:-- --:--:-- 514k [2025-06-02T19:35:49.491Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/10713872b81bd8d13f3b024f45d263556225ecce [Pipeline] } [2025-06-02T19:35:49.526Z] 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-06-02T19:35:51.103Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:35:51.430Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:35:52.330Z] ---> package-listing.sh [2025-06-02T19:35:52.330Z] ++ facter osfamily [2025-06-02T19:35:52.331Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-02T19:35:52.590Z] + OS_FAMILY=debian [2025-06-02T19:35:52.590Z] + workspace=/w/workspace/edgex-go/1 [2025-06-02T19:35:52.590Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-02T19:35:52.590Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-02T19:35:52.590Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-02T19:35:52.590Z] + PACKAGES=/tmp/packages_start.txt [2025-06-02T19:35:52.590Z] + '[' /w/workspace/edgex-go/1 ']' [2025-06-02T19:35:52.590Z] + PACKAGES=/tmp/packages_end.txt [2025-06-02T19:35:52.590Z] + case "${OS_FAMILY}" in [2025-06-02T19:35:52.590Z] + dpkg -l [2025-06-02T19:35:52.590Z] + grep '^ii' [2025-06-02T19:35:52.590Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-02T19:35:52.590Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-02T19:35:52.590Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-02T19:35:52.590Z] + '[' /w/workspace/edgex-go/1 ']' [2025-06-02T19:35:52.590Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2025-06-02T19:35:52.590Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2025-06-02T19:35:52.628Z] 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-06-02T19:35:52.923Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-02T19:35:53.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-02T19:35:53.558Z] [2025-06-02T19:35:53.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-02T19:35:53.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-02T19:35:53.933Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-02T19:35:53.933Z] 5eb5b503b376: Pulling fs layer [2025-06-02T19:35:53.933Z] 5c69ac0246d0: Pulling fs layer [2025-06-02T19:35:53.933Z] ec43610c2a17: Pulling fs layer [2025-06-02T19:35:53.933Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-02T19:35:53.933Z] 33b1e0a273af: Pulling fs layer [2025-06-02T19:35:53.933Z] 5d3b04190fa2: Pulling fs layer [2025-06-02T19:35:53.933Z] 2f39f015ded8: Pulling fs layer [2025-06-02T19:35:53.933Z] 3a2ae6a8a46f: Waiting [2025-06-02T19:35:53.933Z] 2f39f015ded8: Waiting [2025-06-02T19:35:53.933Z] 33b1e0a273af: Waiting [2025-06-02T19:35:53.933Z] 5d3b04190fa2: Waiting [2025-06-02T19:35:53.933Z] 5c69ac0246d0: Verifying Checksum [2025-06-02T19:35:53.933Z] 5c69ac0246d0: Download complete [2025-06-02T19:35:53.933Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-02T19:35:53.933Z] 3a2ae6a8a46f: Download complete [2025-06-02T19:35:54.191Z] 33b1e0a273af: Verifying Checksum [2025-06-02T19:35:54.192Z] 33b1e0a273af: Download complete [2025-06-02T19:35:54.192Z] 5d3b04190fa2: Verifying Checksum [2025-06-02T19:35:54.192Z] 5d3b04190fa2: Download complete [2025-06-02T19:35:54.192Z] ec43610c2a17: Verifying Checksum [2025-06-02T19:35:54.192Z] ec43610c2a17: Download complete [2025-06-02T19:35:54.192Z] 5eb5b503b376: Verifying Checksum [2025-06-02T19:35:54.192Z] 5eb5b503b376: Download complete [2025-06-02T19:35:54.757Z] 2f39f015ded8: Download complete [2025-06-02T19:35:55.322Z] 5eb5b503b376: Pull complete [2025-06-02T19:35:55.583Z] 5c69ac0246d0: Pull complete [2025-06-02T19:35:55.843Z] ec43610c2a17: Pull complete [2025-06-02T19:35:55.843Z] 3a2ae6a8a46f: Pull complete [2025-06-02T19:35:56.100Z] 33b1e0a273af: Pull complete [2025-06-02T19:35:56.100Z] 5d3b04190fa2: Pull complete [2025-06-02T19:36:00.284Z] 2f39f015ded8: Pull complete [2025-06-02T19:36:00.284Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-02T19:36:00.284Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-02T19:36:00.284Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-02T19:36:00.506Z] prd-ubuntu20.04-docker-8c-8g-2654 does not seem to be running inside a container [2025-06-02T19:36:00.530Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-02T19:36:03.081Z] $ docker top acfc77ed07490cf1dab8b9ba5c9e913a7e494facd35803984f4656efcba72ca9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-02T19:36:03.498Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-02T19:36:03.810Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-02T19:36:04.125Z] + ls /var/log/sa-host [2025-06-02T19:36:04.125Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-02T19:36:04.374Z] provisioning config files... [2025-06-02T19:36:04.384Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6533239844435425187tmp [Pipeline] { [Pipeline] echo [2025-06-02T19:36:04.444Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:36:04.758Z] ---> create-netrc.sh [Pipeline] } [2025-06-02T19:36:04.788Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:36:05.209Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-02T19:36:05.244Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:36:05.569Z] ---> sudo-logs.sh [2025-06-02T19:36:05.569Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-02T19:36:05.664Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:36:05.982Z] ---> job-cost.sh [2025-06-02T19:36:05.982Z] lf-activate-venv: SKIPPING [2025-06-02T19:36:05.982Z] INFO: No Stack... [2025-06-02T19:36:06.241Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-02T19:36:06.808Z] INFO: Archiving Costs [Pipeline] echo [2025-06-02T19:36:06.845Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-02T19:36:07.161Z] ---> logs-deploy.sh [2025-06-02T19:36:07.161Z] lf-activate-venv: SKIPPING [2025-06-02T19:36:07.161Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5165/1 [2025-06-02T19:36:07.161Z] INFO: archiving workspace using pattern(s): [2025-06-02T19:36:08.102Z] Archives upload complete. [2025-06-02T19:36:08.102Z] INFO: archiving logs to Nexus