Pull request #5170 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/edgex-go Obtained Jenkinsfile from a7fb41388228592b3c49c4e889ff548aaa32a5cd+5253eced39842caddeb9918bdd1527479e310d43 (4fa36afeca6706e4d55d9afb312d014be32b3202) 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-ssh8092350656520157853.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-ssh15144909391362740752.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-5170/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-5170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17212305179805972432.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-5170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11866494074398328176.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-ssh12584718980474882629.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-5170/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-5170/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16596488266899239554.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2758’ Running on prd-ubuntu20.04-docker-8c-8g-2766 in /w/workspace/edgexfoundry_edgex-go_PR-5170 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 5253eced39842caddeb9918bdd1527479e310d43 into PR head commit a7fb41388228592b3c49c4e889ff548aaa32a5cd Merge succeeded, producing a7fb41388228592b3c49c4e889ff548aaa32a5cd Checking out Revision a7fb41388228592b3c49c4e889ff548aaa32a5cd (PR-5170) > 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/5170/head:refs/remotes/origin/PR-5170 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7fb41388228592b3c49c4e889ff548aaa32a5cd # 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 5253eced39842caddeb9918bdd1527479e310d43 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7fb41388228592b3c49c4e889ff548aaa32a5cd # timeout=10 Commit message: "fix: Windows path in db init sql" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-04T07:14:33.412Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-04T07:14:33.620Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-04T07:14:33.731Z] ========================================================= [2025-06-04T07:14:33.731Z] EdgeX Global Pipelines Version Info [2025-06-04T07:14:33.731Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:14:34.897Z] ------------------- [2025-06-04T07:14:34.897Z] stable info: [2025-06-04T07:14:34.897Z] ------------------- [2025-06-04T07:14:34.897Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-04T07:14:34.898Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-04T07:14:34.898Z] Message: update stable to v1.0.274 [2025-06-04T07:14:35.465Z] ------------------- [2025-06-04T07:14:35.465Z] experimental info: [2025-06-04T07:14:35.465Z] ------------------- [2025-06-04T07:14:35.465Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-04T07:14:35.465Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-04T07:14:35.465Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-04T07:14:35.676Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-04T07:14:35.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-04T07:14:35.787Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-04T07:14:35.846Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-04T07:14:35.898Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-04T07:14:35.951Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-04T07:14:36.002Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-04T07:14:36.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-04T07:14:36.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-04T07:14:36.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-04T07:14:36.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-04T07:14:36.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-04T07:14:36.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-04T07:14:36.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-04T07:14:36.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-04T07:14:36.464Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-04T07:14:36.516Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-04T07:14:36.565Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-04T07:14:36.616Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-04T07:14:36.671Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-04T07:14:36.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-04T07:14:36.769Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-04T07:14:36.821Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-04T07:14:36.869Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5170 [Pipeline] echo [2025-06-04T07:14:36.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5170 [Pipeline] echo [2025-06-04T07:14:36.968Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5170 [Pipeline] echo [2025-06-04T07:14:37.019Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a7fb41388228592b3c49c4e889ff548aaa32a5cd [Pipeline] echo [2025-06-04T07:14:37.070Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a7fb413 [Pipeline] echo [2025-06-04T07:14:37.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-04T07:14:37.284Z] provisioning config files... [2025-06-04T07:14:37.311Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2204287904643251347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:14:37.689Z] ---> ****-login.sh [2025-06-04T07:14:37.689Z] nexus3.edgexfoundry.org:10001 [2025-06-04T07:14:37.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-04T07:14:37.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-04T07:14:37.954Z] Configure a credential helper to remove this warning. See [2025-06-04T07:14:37.954Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-04T07:14:37.954Z] [2025-06-04T07:14:37.954Z] Login Succeeded [2025-06-04T07:14:37.954Z] nexus3.edgexfoundry.org:10002 [2025-06-04T07:14:37.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-04T07:14:38.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-04T07:14:38.214Z] Configure a credential helper to remove this warning. See [2025-06-04T07:14:38.214Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-04T07:14:38.214Z] [2025-06-04T07:14:38.214Z] Login Succeeded [2025-06-04T07:14:38.214Z] nexus3.edgexfoundry.org:10003 [2025-06-04T07:14:38.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-04T07:14:38.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-04T07:14:38.214Z] Configure a credential helper to remove this warning. See [2025-06-04T07:14:38.214Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-04T07:14:38.214Z] [2025-06-04T07:14:38.214Z] Login Succeeded [2025-06-04T07:14:38.214Z] nexus3.edgexfoundry.org:10004 [2025-06-04T07:14:38.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-04T07:14:38.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-04T07:14:38.476Z] Configure a credential helper to remove this warning. See [2025-06-04T07:14:38.476Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-04T07:14:38.476Z] [2025-06-04T07:14:38.476Z] Login Succeeded [2025-06-04T07:14:38.476Z] ****.io [2025-06-04T07:14:38.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-04T07:14:38.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-04T07:14:38.737Z] Configure a credential helper to remove this warning. See [2025-06-04T07:14:38.737Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-04T07:14:38.737Z] [2025-06-04T07:14:38.737Z] Login Succeeded [2025-06-04T07:14:38.737Z] ---> ****-login.sh ends [Pipeline] } [2025-06-04T07:14:38.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-04T07:14:39.213Z] + 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-04T07:14:39.213Z] + + cut -d/ -f2 [2025-06-04T07:14:39.213Z] dirname cmd/core-command/Dockerfile [2025-06-04T07:14:39.213Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-04T07:14:39.213Z] + + cut -d/ -f2 [2025-06-04T07:14:39.213Z] dirname cmd/core-data/Dockerfile [2025-06-04T07:14:39.213Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/core-keeper/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/core-metadata/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/support-notifications/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-04T07:14:39.213Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-04T07:14:39.213Z] + cut -d/ -f2 [2025-06-04T07:14:39.213Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-04T07:14:39.269Z] 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-04T07:14:39.800Z] + git rev-list -1 --merges a7fb41388228592b3c49c4e889ff548aaa32a5cd~1..a7fb41388228592b3c49c4e889ff548aaa32a5cd [Pipeline] echo [2025-06-04T07:14:39.835Z] -----------> git rev-list -1 --merges a7fb41388228592b3c49c4e889ff548aaa32a5cd~1..a7fb41388228592b3c49c4e889ff548aaa32a5cd a7fb41388228592b3c49c4e889ff548aaa32a5cd [false] [Pipeline] sh [2025-06-04T07:14:40.160Z] + git log --format=format:%s -1 a7fb41388228592b3c49c4e889ff548aaa32a5cd [Pipeline] echo [2025-06-04T07:14:40.202Z] ========================================================= [2025-06-04T07:14:40.202Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-04T07:14:40.202Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-04T07:14:40.739Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-04T07:14:40.739Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-04T07:14:40.739Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-04T07:14:40.739Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-04T07:14:40.739Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-04T07:14:40.739Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-04T07:14:40.739Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-04T07:14:41.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-04T07:14:41.388Z] [2025-06-04T07:14:41.388Z] 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-04T07:14:41.887Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-04T07:14:41.887Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-04T07:14:41.887Z] 3dae71ba6b94: Pulling fs layer [2025-06-04T07:14:41.887Z] 6bf1a483ea7c: Pulling fs layer [2025-06-04T07:14:41.887Z] f5dfc541a4d3: Pulling fs layer [2025-06-04T07:14:41.887Z] 461d9e800cba: Pulling fs layer [2025-06-04T07:14:41.887Z] 80192f66455f: Pulling fs layer [2025-06-04T07:14:41.887Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-04T07:14:41.887Z] a29436f7fd5d: Pulling fs layer [2025-06-04T07:14:41.887Z] 923cac83aea3: Pulling fs layer [2025-06-04T07:14:41.887Z] 25ad8b0a4227: Pulling fs layer [2025-06-04T07:14:41.887Z] db01528c6b51: Pulling fs layer [2025-06-04T07:14:41.887Z] 28988de357af: Pulling fs layer [2025-06-04T07:14:41.887Z] 461d9e800cba: Waiting [2025-06-04T07:14:41.887Z] 923cac83aea3: Waiting [2025-06-04T07:14:41.887Z] 80192f66455f: Waiting [2025-06-04T07:14:41.887Z] 25ad8b0a4227: Waiting [2025-06-04T07:14:41.887Z] db01528c6b51: Waiting [2025-06-04T07:14:41.887Z] 2e8e34ca0e6c: Waiting [2025-06-04T07:14:41.887Z] a29436f7fd5d: Waiting [2025-06-04T07:14:41.887Z] 6bf1a483ea7c: Verifying Checksum [2025-06-04T07:14:41.887Z] 6bf1a483ea7c: Download complete [2025-06-04T07:14:41.887Z] 461d9e800cba: Verifying Checksum [2025-06-04T07:14:41.887Z] 461d9e800cba: Download complete [2025-06-04T07:14:41.887Z] 80192f66455f: Download complete [2025-06-04T07:14:42.146Z] f5dfc541a4d3: Verifying Checksum [2025-06-04T07:14:42.146Z] f5dfc541a4d3: Download complete [2025-06-04T07:14:42.146Z] 3dae71ba6b94: Verifying Checksum [2025-06-04T07:14:42.146Z] 3dae71ba6b94: Download complete [2025-06-04T07:14:42.146Z] 923cac83aea3: Download complete [2025-06-04T07:14:42.146Z] 25ad8b0a4227: Verifying Checksum [2025-06-04T07:14:42.146Z] 25ad8b0a4227: Download complete [2025-06-04T07:14:42.407Z] db01528c6b51: Verifying Checksum [2025-06-04T07:14:42.407Z] db01528c6b51: Download complete [2025-06-04T07:14:42.407Z] 28988de357af: Download complete [2025-06-04T07:14:42.407Z] a29436f7fd5d: Verifying Checksum [2025-06-04T07:14:42.407Z] a29436f7fd5d: Download complete [2025-06-04T07:14:42.976Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-04T07:14:42.976Z] 2e8e34ca0e6c: Download complete [2025-06-04T07:14:43.235Z] 3dae71ba6b94: Pull complete [2025-06-04T07:14:43.494Z] 6bf1a483ea7c: Pull complete [2025-06-04T07:14:44.066Z] f5dfc541a4d3: Pull complete [2025-06-04T07:14:44.066Z] 461d9e800cba: Pull complete [2025-06-04T07:14:44.066Z] 80192f66455f: Pull complete [2025-06-04T07:14:47.372Z] 2e8e34ca0e6c: Pull complete [2025-06-04T07:14:47.940Z] a29436f7fd5d: Pull complete [2025-06-04T07:14:48.199Z] 923cac83aea3: Pull complete [2025-06-04T07:14:48.199Z] 25ad8b0a4227: Pull complete [2025-06-04T07:14:48.459Z] db01528c6b51: Pull complete [2025-06-04T07:14:48.459Z] 28988de357af: Pull complete [2025-06-04T07:14:48.459Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-04T07:14:48.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-04T07:14:48.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-04T07:14:48.722Z] prd-ubuntu20.04-docker-8c-8g-2766 does not seem to be running inside a container [2025-06-04T07:14:48.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-04T07:14:50.786Z] $ docker top dc53089ae4934b6386b268d09ef147b2f1d5c65eb9b60dd997e684fbaa164031 -eo pid,comm [2025-06-04T07:14:50.835Z] 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-04T07:14:50.835Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-04T07:14:50.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-04T07:14:50.993Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-04T07:14:51.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-04T07:14:51.095Z] $ docker exec dc53089ae4934b6386b268d09ef147b2f1d5c65eb9b60dd997e684fbaa164031 ssh-agent [2025-06-04T07:14:51.210Z] SSH_AUTH_SOCK=/tmp/ssh-3aQxylcWw5ZL/agent.34 [2025-06-04T07:14:51.210Z] SSH_AGENT_PID=40 [2025-06-04T07:14:51.216Z] Running ssh-add (command line suppressed) [2025-06-04T07:14:51.324Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3489051266543321129.key (/w/workspace/edgex-go/1@tmp/private_key_3489051266543321129.key) [2025-06-04T07:14:51.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-04T07:14:51.676Z] + git tag --points-at HEAD [Pipeline] } [2025-06-04T07:14:51.704Z] $ docker exec --env ******** --env ******** dc53089ae4934b6386b268d09ef147b2f1d5c65eb9b60dd997e684fbaa164031 ssh-agent -k [2025-06-04T07:14:51.828Z] unset SSH_AUTH_SOCK; [2025-06-04T07:14:51.828Z] unset SSH_AGENT_PID; [2025-06-04T07:14:51.828Z] echo Agent pid 40 killed; [2025-06-04T07:14:51.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-04T07:14:51.953Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-04T07:14:51.953Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-04T07:14:52.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-04T07:14:52.069Z] $ docker exec dc53089ae4934b6386b268d09ef147b2f1d5c65eb9b60dd997e684fbaa164031 ssh-agent [2025-06-04T07:14:52.177Z] SSH_AUTH_SOCK=/tmp/ssh-UTCa5BjUfDzZ/agent.74 [2025-06-04T07:14:52.177Z] SSH_AGENT_PID=80 [2025-06-04T07:14:52.182Z] Running ssh-add (command line suppressed) [2025-06-04T07:14:52.297Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6416016278102353376.key (/w/workspace/edgex-go/1@tmp/private_key_6416016278102353376.key) [2025-06-04T07:14:52.315Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-04T07:14:52.661Z] + git semver init [2025-06-04T07:14:52.939Z] 2025-06-04 07:14:52,851 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-04T07:14:52.939Z] 2025-06-04 07:14:52,857 [run_init] DEBUG init version:0.0.0 force:False [2025-06-04T07:14:52.939Z] 2025-06-04 07:14:52,857 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2025-06-04T07:14:52.939Z] 2025-06-04 07:14:52,858 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2025-06-04T07:14:52.939Z] 2025-06-04 07:14:52,858 [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-04T07:14:58.219Z] 2025-06-04 07:14:57,410 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2025-06-04T07:14:58.219Z] 2025-06-04 07:14:57,410 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-5170 with force:False [2025-06-04T07:14:58.219Z] 2025-06-04 07:14:57,410 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5170 [2025-06-04T07:14:58.219Z] 2025-06-04 07:14:57,415 [execute] INFO git cat-file --batch-check [2025-06-04T07:14:58.219Z] 2025-06-04 07:14:57,415 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-04T07:14:58.219Z] 2025-06-04 07:14:57,419 [execute] INFO git cat-file --batch [2025-06-04T07:14:58.219Z] 2025-06-04 07:14:57,420 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-04T07:14:58.219Z] 2025-06-04 07:14:57,423 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5170 [2025-06-04T07:14:58.219Z] 0.0.0 [Pipeline] } [2025-06-04T07:15:01.105Z] $ docker exec --env ******** --env ******** dc53089ae4934b6386b268d09ef147b2f1d5c65eb9b60dd997e684fbaa164031 ssh-agent -k [2025-06-04T07:15:01.213Z] unset SSH_AUTH_SOCK; [2025-06-04T07:15:01.214Z] unset SSH_AGENT_PID; [2025-06-04T07:15:01.214Z] echo Agent pid 80 killed; [2025-06-04T07:15:01.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-04T07:15:01.673Z] + git semver [Pipeline] } [2025-06-04T07:15:01.958Z] $ docker stop --time=1 dc53089ae4934b6386b268d09ef147b2f1d5c65eb9b60dd997e684fbaa164031 [2025-06-04T07:15:03.224Z] $ docker rm -f --volumes dc53089ae4934b6386b268d09ef147b2f1d5c65eb9b60dd997e684fbaa164031 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-04T07:15:03.642Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-04T07:15:03.941Z] Stashed 1 file(s) [Pipeline] echo [2025-06-04T07:15:03.963Z] [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-04T07:15:05.195Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2025-06-04T07:15:05.237Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-04T07:15:05.285Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-04T07:15:05.330Z] ========================================================= [2025-06-04T07:15:05.330Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-04T07:15:05.330Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-04T07:15:05.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-04T07:15:05.677Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-04T07:15:05.677Z] 0a9a5dfd008f: Pulling fs layer [2025-06-04T07:15:05.677Z] dbfa0bcfca99: Pulling fs layer [2025-06-04T07:15:05.677Z] 70eabb1d9476: Pulling fs layer [2025-06-04T07:15:05.677Z] 957bedc73fa3: Pulling fs layer [2025-06-04T07:15:05.677Z] 4f4fb700ef54: Pulling fs layer [2025-06-04T07:15:05.677Z] f40432e63723: Pulling fs layer [2025-06-04T07:15:05.677Z] 90b4343acab7: Pulling fs layer [2025-06-04T07:15:05.677Z] 9f67ea4ac784: Pulling fs layer [2025-06-04T07:15:05.677Z] 9228b9a606be: Pulling fs layer [2025-06-04T07:15:05.677Z] 4f4fb700ef54: Waiting [2025-06-04T07:15:05.677Z] f40432e63723: Waiting [2025-06-04T07:15:05.677Z] 90b4343acab7: Waiting [2025-06-04T07:15:05.677Z] 9f67ea4ac784: Waiting [2025-06-04T07:15:05.677Z] 9228b9a606be: Waiting [2025-06-04T07:15:05.677Z] dbfa0bcfca99: Verifying Checksum [2025-06-04T07:15:05.677Z] dbfa0bcfca99: Download complete [2025-06-04T07:15:05.677Z] 957bedc73fa3: Verifying Checksum [2025-06-04T07:15:05.677Z] 957bedc73fa3: Download complete [2025-06-04T07:15:05.677Z] 4f4fb700ef54: Verifying Checksum [2025-06-04T07:15:05.677Z] 4f4fb700ef54: Download complete [2025-06-04T07:15:05.677Z] f40432e63723: Verifying Checksum [2025-06-04T07:15:05.677Z] f40432e63723: Download complete [2025-06-04T07:15:05.677Z] 0a9a5dfd008f: Download complete [2025-06-04T07:15:05.935Z] 90b4343acab7: Verifying Checksum [2025-06-04T07:15:05.935Z] 90b4343acab7: Download complete [2025-06-04T07:15:05.935Z] 0a9a5dfd008f: Pull complete [2025-06-04T07:15:05.935Z] 9228b9a606be: Verifying Checksum [2025-06-04T07:15:05.935Z] 9228b9a606be: Download complete [2025-06-04T07:15:06.193Z] dbfa0bcfca99: Pull complete [2025-06-04T07:15:06.193Z] 70eabb1d9476: Download complete [2025-06-04T07:15:06.452Z] 9f67ea4ac784: Verifying Checksum [2025-06-04T07:15:06.452Z] 9f67ea4ac784: Download complete [2025-06-04T07:15:09.759Z] 70eabb1d9476: Pull complete [2025-06-04T07:15:09.759Z] 957bedc73fa3: Pull complete [2025-06-04T07:15:10.019Z] 4f4fb700ef54: Pull complete [2025-06-04T07:15:10.019Z] f40432e63723: Pull complete [2025-06-04T07:15:10.019Z] 90b4343acab7: Pull complete [2025-06-04T07:15:12.552Z] 9f67ea4ac784: Pull complete [2025-06-04T07:15:12.812Z] 9228b9a606be: Pull complete [2025-06-04T07:15:12.812Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-04T07:15:12.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-04T07:15:12.812Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-04T07:15:13.184Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-04T07:15:13.185Z] WORKDIR /edgex [2025-06-04T07:15:13.185Z] COPY go.mod . [2025-06-04T07:15:13.185Z] RUN go mod download [2025-06-04T07:15:13.185Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-04T07:15:13.754Z] Sending build context to Docker daemon 185.8MB [2025-06-04T07:15:13.754Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-04T07:15:13.754Z] ---> 69404ca5bff2 [2025-06-04T07:15:13.754Z] Step 2/4 : WORKDIR /edgex [2025-06-04T07:15:16.292Z] ---> Running in 85e126488bae [2025-06-04T07:15:16.292Z] Removing intermediate container 85e126488bae [2025-06-04T07:15:16.292Z] ---> 4b28e241f907 [2025-06-04T07:15:16.292Z] Step 3/4 : COPY go.mod . [2025-06-04T07:15:16.292Z] ---> c653f59c71ec [2025-06-04T07:15:16.292Z] Step 4/4 : RUN go mod download [2025-06-04T07:15:16.292Z] ---> Running in bf4a3ddf7023 [2025-06-04T07:15:38.250Z] Removing intermediate container bf4a3ddf7023 [2025-06-04T07:15:38.250Z] ---> 071573364834 [2025-06-04T07:15:38.250Z] Successfully built 071573364834 [2025-06-04T07:15:38.250Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-04T07:15:38.642Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-04T07:15:38.642Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-04T07:15:38.802Z] prd-ubuntu20.04-docker-8c-8g-2766 does not seem to be running inside a container [2025-06-04T07:15:38.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-04T07:15:39.175Z] $ docker top 39557577567fdc1ce72144901505c7073f1c2c6afbf56f3f69f7678eb123ff7e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-04T07:15:39.599Z] + go version [2025-06-04T07:15:39.599Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-04T07:15:39.630Z] $ docker stop --time=1 39557577567fdc1ce72144901505c7073f1c2c6afbf56f3f69f7678eb123ff7e [2025-06-04T07:15:40.912Z] $ docker rm -f --volumes 39557577567fdc1ce72144901505c7073f1c2c6afbf56f3f69f7678eb123ff7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-04T07:15:41.664Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-04T07:15:41.664Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-04T07:15:41.828Z] prd-ubuntu20.04-docker-8c-8g-2766 does not seem to be running inside a container [2025-06-04T07:15:41.859Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-04T07:15:42.197Z] $ docker top 309e06814c0b17480606be3c3cb62ac6f69a90b8dda38d5c4a2bffac1277a1a2 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-04T07:15:42.326Z] ========================================================= [2025-06-04T07:15:42.326Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-04T07:15:42.326Z] ========================================================= [Pipeline] sh [2025-06-04T07:15:42.629Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2025-06-04T07:15:43.010Z] + make test [2025-06-04T07:15:43.010Z] go test -race -coverprofile=coverage.out ./... [2025-06-04T07:15:51.184Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-04T07:16:17.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements [2025-06-04T07:16:18.005Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-04T07:16:18.005Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-04T07:16:18.264Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-04T07:16:18.265Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-04T07:16:18.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2025-06-04T07:16:19.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-04T07:16:19.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-04T07:16:19.768Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-04T07:16:19.768Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-04T07:16:19.768Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-04T07:16:19.768Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-04T07:16:19.768Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-04T07:16:19.768Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-04T07:16:19.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-04T07:16:19.768Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-04T07:16:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-04T07:16:21.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-04T07:16:21.146Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-04T07:16:21.146Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-04T07:16:21.146Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-04T07:16:21.146Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-04T07:16:22.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements [2025-06-04T07:16:22.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.027s coverage: 3.5% of statements [2025-06-04T07:16:22.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.053s coverage: 45.2% of statements [2025-06-04T07:16:22.646Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-04T07:16:22.646Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-04T07:16:23.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.438s coverage: 93.4% of statements [2025-06-04T07:16:23.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.3% of statements [2025-06-04T07:16:23.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.058s coverage: 8.4% of statements [2025-06-04T07:16:24.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-04T07:16:24.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-04T07:16:24.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-04T07:16:24.350Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-04T07:16:25.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.397s coverage: 95.8% of statements [2025-06-04T07:16:25.726Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2025-06-04T07:16:25.986Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-04T07:16:25.986Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-04T07:16:26.552Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-04T07:16:26.552Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-04T07:16:26.552Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-04T07:16:26.552Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-04T07:16:27.120Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.042s coverage: 0.0% of statements [no tests to run] [2025-06-04T07:16:27.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements [2025-06-04T07:16:27.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.032s coverage: 38.1% of statements [2025-06-04T07:16:27.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.026s coverage: 81.1% of statements [2025-06-04T07:16:27.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements [2025-06-04T07:16:27.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements [2025-06-04T07:16:27.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 94.1% of statements [2025-06-04T07:16:28.212Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-04T07:16:28.212Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-04T07:16:28.212Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-04T07:16:28.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.109s coverage: 96.3% of statements [2025-06-04T07:16:28.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-04T07:16:28.780Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-04T07:16:28.780Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-04T07:16:28.780Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-04T07:16:28.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.023s coverage: 87.5% of statements [2025-06-04T07:16:29.718Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-04T07:16:29.718Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-04T07:16:29.718Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-04T07:16:30.658Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-04T07:16:30.658Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-04T07:16:30.658Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-04T07:16:30.658Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-04T07:16:31.225Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-04T07:16:31.225Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-04T07:16:31.804Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-04T07:16:33.181Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-04T07:16:33.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-04T07:16:34.818Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-04T07:16:36.197Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-04T07:16:36.197Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-04T07:16:36.197Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-04T07:16:39.494Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-04T07:16:40.065Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-04T07:16:40.065Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-04T07:16:40.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-04T07:16:40.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-04T07:16:40.324Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-04T07:16:41.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements [2025-06-04T07:16:42.638Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-04T07:16:42.638Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-04T07:16:42.638Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-04T07:16:42.638Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-04T07:16:42.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-04T07:16:42.638Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-04T07:16:42.896Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-04T07:16:43.154Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-04T07:16:43.154Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-04T07:16:43.154Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-04T07:16:43.154Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-04T07:16:43.154Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-04T07:16:45.061Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-04T07:16:45.061Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-04T07:16:45.061Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-04T07:16:45.061Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-04T07:16:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-04T07:16:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-04T07:16:45.629Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-04T07:16:45.629Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-04T07:16:46.196Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-04T07:16:46.196Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-04T07:16:46.196Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-04T07:16:47.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-04T07:16:47.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-04T07:16:47.132Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.050s coverage: 92.9% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 47.4% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.084s coverage: 81.8% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.085s coverage: 82.1% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.028s coverage: 86.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.044s coverage: 6.8% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.045s coverage: 33.3% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.048s coverage: 100.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.185s coverage: 54.5% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.014s coverage: 100.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.025s coverage: 73.7% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.032s coverage: 96.8% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.167s coverage: 29.2% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 93.8% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.027s coverage: 76.2% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.124s coverage: 94.9% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 97.7% of statements [2025-06-04T07:16:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements [2025-06-04T07:16:52.425Z] 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-04T07:16:52.684Z] running golangci-lint [2025-06-04T07:16:52.944Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-04T07:16:52.944Z] go version go1.23.8 linux/amd64 [2025-06-04T07:16:53.203Z] 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-04T07:16:53.203Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-04T07:16:53.203Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-04T07:17:19.748Z] level=info msg="[loader] Go packages loading at mode 575 (imports|deps|exports_file|files|name|types_sizes|compiled_files) took 24.221183065s" [2025-06-04T07:17:19.748Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.258353ms" [2025-06-04T07:17:34.651Z] level=info msg="[linters_context/goanalysis] analyzers took 2m6.964909789s with top 10 stages: buildir: 1m12.860883173s, gosec: 4.296558436s, inspect: 3.11834898s, fact_deprecated: 2.489961841s, printf: 2.374265425s, ctrlflow: 2.02311546s, fact_purity: 1.965853134s, S1038: 1.612392783s, nilness: 1.222064796s, typedness: 1.089600383s" [2025-06-04T07:17:34.651Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-04T07:17:34.651Z] level=info msg="[runner] Processors filtering stat (in/out): exclude: 202/202, cgo: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, filename_unadjuster: 202/202, invalid_issue: 202/202, exclude-rules: 202/20, nolint: 20/0, skip_files: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202" [2025-06-04T07:17:34.651Z] level=info msg="[runner] processing took 17.998849ms with stages: nolint: 8.222402ms, identifier_marker: 4.354417ms, path_prettifier: 1.788887ms, autogenerated_exclude: 1.362335ms, exclude-rules: 1.161974ms, skip_dirs: 1.015674ms, cgo: 38.38µs, invalid_issue: 33.08µs, filename_unadjuster: 16.13µs, max_same_issues: 1.09µs, fixer: 950ns, skip_files: 850ns, uniq_by_line: 540ns, sort_results: 460ns, exclude: 420ns, source_code: 300ns, path_prefixer: 290ns, max_from_linter: 170ns, diff: 170ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, severity-rules: 100ns" [2025-06-04T07:17:34.651Z] level=info msg="[runner] linters took 14.966309345s with stages: goanalysis_metalinter: 14.948199625s" [2025-06-04T07:17:34.651Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-04T07:17:34.651Z] level=info msg="Memory: 393 samples, avg is 333.2MB, max is 1440.9MB" [2025-06-04T07:17:34.651Z] level=info msg="Execution took 39.251308006s" [2025-06-04T07:17:34.651Z] go vet ./... [2025-06-04T07:17:39.912Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-04T07:17:39.912Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-04T07:17:39.912Z] ./bin/test-attribution-txt.sh [2025-06-04T07:17:39.912Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-04T07:17:39.912Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-04T07:17:40.052Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-04T07:17:40.368Z] + ls -al . [2025-06-04T07:17:40.368Z] total 1992 [2025-06-04T07:17:40.368Z] drwxrwxr-x 11 1001 1001 4096 Jun 4 07:15 . [2025-06-04T07:17:40.368Z] drwxr-xr-x 4 root root 4096 Jun 4 07:15 .. [2025-06-04T07:17:40.368Z] drwxrwxr-x 2 1001 1001 4096 Jun 4 07:14 .blubracket [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 10 Jun 4 07:14 .dockerignore [2025-06-04T07:17:40.368Z] drwxrwxr-x 8 1001 1001 4096 Jun 4 07:16 .git [2025-06-04T07:17:40.368Z] drwxrwxr-x 3 1001 1001 4096 Jun 4 07:14 .github [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 909 Jun 4 07:14 .gitignore [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 218 Jun 4 07:14 .golangci.yml [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 100 Jun 4 07:14 .hadolint.yml [2025-06-04T07:17:40.368Z] drwxr-xr-x 3 1001 1001 4096 Jun 4 07:14 .semver [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 155 Jun 4 07:14 .sonarcloud.properties [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 1171 Jun 4 07:14 ADOPTERS.md [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 17374 Jun 4 07:14 Attribution.txt [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 108018 Jun 4 07:14 CHANGELOG.md [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 3804 Jun 4 07:14 CONTRIBUTING.md [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 677 Jun 4 07:14 GOVERNANCE.md [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 858 Jun 4 07:14 Jenkinsfile [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 10775 Jun 4 07:14 LICENSE [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 16740 Jun 4 07:14 Makefile [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 582 Jun 4 07:14 OWNERS.md [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 9932 Jun 4 07:14 README.md [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 789 Jun 4 07:14 SECURITY.md [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 5 Jun 4 07:15 VERSION [2025-06-04T07:17:40.368Z] drwxrwxr-x 2 1001 1001 4096 Jun 4 07:14 bin [2025-06-04T07:17:40.368Z] drwxrwxr-x 19 1001 1001 4096 Jun 4 07:14 cmd [2025-06-04T07:17:40.368Z] -rw-r--r-- 1 root root 1661404 Jun 4 07:16 coverage.out [2025-06-04T07:17:40.368Z] drwxrwxr-x 2 1001 1001 4096 Jun 4 07:14 fuzz_test [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 6474 Jun 4 07:14 go.mod [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 88008 Jun 4 07:14 go.sum [2025-06-04T07:17:40.368Z] drwxrwxr-x 7 1001 1001 4096 Jun 4 07:14 internal [2025-06-04T07:17:40.368Z] drwxrwxr-x 2 1001 1001 4096 Jun 4 07:14 openapi [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 584 Jun 4 07:14 security.txt [2025-06-04T07:17:40.368Z] -rw-rw-r-- 1 1001 1001 204 Jun 4 07:14 version.go [Pipeline] sh [2025-06-04T07:17:40.682Z] + '[' -e coverage.out ] [2025-06-04T07:17:40.682Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-04T07:17:40.867Z] Stashed 1 file(s) [Pipeline] sh [2025-06-04T07:17:41.169Z] + make build [2025-06-04T07:17:41.169Z] 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-04T07:18:07.720Z] 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-04T07:18:07.720Z] 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-04T07:18:07.980Z] 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-04T07:18:08.547Z] 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-04T07:18:10.448Z] 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-04T07:18:15.712Z] 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-04T07:18:17.615Z] 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-04T07:18:20.144Z] 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-04T07:18:22.046Z] 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-04T07:18:23.421Z] 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-04T07:18:24.796Z] 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-04T07:18:25.730Z] 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-04T07:18:27.652Z] $ docker stop --time=1 309e06814c0b17480606be3c3cb62ac6f69a90b8dda38d5c4a2bffac1277a1a2 [2025-06-04T07:18:30.307Z] $ docker rm -f --volumes 309e06814c0b17480606be3c3cb62ac6f69a90b8dda38d5c4a2bffac1277a1a2 [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-04T07:18:32.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-04T07:18:32.019Z] [2025-06-04T07:18:32.019Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-04T07:18:32.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-04T07:18:32.396Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-04T07:18:32.396Z] 91d30c5bc195: Pulling fs layer [2025-06-04T07:18:32.396Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-04T07:18:32.396Z] 9c61dcf015f6: Pulling fs layer [2025-06-04T07:18:32.396Z] 4698f68db338: Pulling fs layer [2025-06-04T07:18:32.396Z] 2a2f49069b9e: Pulling fs layer [2025-06-04T07:18:32.396Z] e0025b399a48: Pulling fs layer [2025-06-04T07:18:32.396Z] 4698f68db338: Waiting [2025-06-04T07:18:32.396Z] 2a2f49069b9e: Waiting [2025-06-04T07:18:32.396Z] e0025b399a48: Waiting [2025-06-04T07:18:32.396Z] 91d30c5bc195: Download complete [2025-06-04T07:18:32.396Z] 4698f68db338: Download complete [2025-06-04T07:18:32.659Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-04T07:18:32.659Z] 2e9b0aa3be6d: Download complete [2025-06-04T07:18:32.659Z] e0025b399a48: Verifying Checksum [2025-06-04T07:18:32.659Z] e0025b399a48: Download complete [2025-06-04T07:18:32.659Z] 91d30c5bc195: Pull complete [2025-06-04T07:18:32.659Z] 2a2f49069b9e: Download complete [2025-06-04T07:18:32.919Z] 2e9b0aa3be6d: Pull complete [2025-06-04T07:18:33.176Z] 9c61dcf015f6: Verifying Checksum [2025-06-04T07:18:33.176Z] 9c61dcf015f6: Download complete [2025-06-04T07:18:35.702Z] 9c61dcf015f6: Pull complete [2025-06-04T07:18:35.702Z] 4698f68db338: Pull complete [2025-06-04T07:18:35.961Z] 2a2f49069b9e: Pull complete [2025-06-04T07:18:35.961Z] e0025b399a48: Pull complete [2025-06-04T07:18:35.961Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-04T07:18:35.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-04T07:18:35.961Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-04T07:18:36.455Z] prd-ubuntu20.04-docker-8c-8g-2766 does not seem to be running inside a container [2025-06-04T07:18:36.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-06-04T07:18:37.530Z] $ docker top 9d25e20b849899d8e237093eeda5fc91a73770649442e232b95a6ba6b4448b8b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-04T07:18:38.236Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-04T07:18:40.244Z] #1 [core-keeper internal] load build definition from Dockerfile [2025-06-04T07:18:40.244Z] #1 transferring dockerfile: 2.01kB done [2025-06-04T07:18:40.244Z] #1 DONE 0.0s [2025-06-04T07:18:40.505Z] [2025-06-04T07:18:40.505Z] #2 [core-data internal] load build definition from Dockerfile [2025-06-04T07:18:40.505Z] #2 transferring dockerfile: 2.04kB done [2025-06-04T07:18:40.505Z] #2 DONE 0.0s [2025-06-04T07:18:40.505Z] [2025-06-04T07:18:40.505Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-06-04T07:18:40.505Z] #3 transferring dockerfile: 2.00kB 0.0s done [2025-06-04T07:18:40.505Z] #3 DONE 0.0s [2025-06-04T07:18:40.505Z] [2025-06-04T07:18:40.505Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-04T07:18:40.505Z] #4 transferring dockerfile: 1.89kB done [2025-06-04T07:18:40.505Z] #4 DONE 0.0s [2025-06-04T07:18:40.505Z] [2025-06-04T07:18:40.505Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-04T07:18:40.505Z] #5 transferring dockerfile: 2.49kB done [2025-06-04T07:18:40.505Z] #5 DONE 0.0s [2025-06-04T07:18:40.505Z] [2025-06-04T07:18:40.505Z] #6 [core-command internal] load build definition from Dockerfile [2025-06-04T07:18:40.505Z] #6 transferring dockerfile: 1.94kB done [2025-06-04T07:18:40.505Z] #6 DONE 0.0s [2025-06-04T07:18:40.505Z] [2025-06-04T07:18:40.505Z] #7 [security-spire-server internal] load build definition from Dockerfile [2025-06-04T07:18:40.505Z] #7 transferring dockerfile: 1.70kB done [2025-06-04T07:18:40.505Z] #7 DONE 0.0s [2025-06-04T07:18:40.505Z] [2025-06-04T07:18:40.505Z] #8 [support-scheduler internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #8 transferring dockerfile: 1.83kB done [2025-06-04T07:18:40.774Z] #8 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #9 transferring dockerfile: 2.23kB done [2025-06-04T07:18:40.774Z] #9 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #10 transferring dockerfile: 3.02kB done [2025-06-04T07:18:40.774Z] #10 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #11 [security-spire-config internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #11 transferring dockerfile: 1.69kB done [2025-06-04T07:18:40.774Z] #11 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #12 transferring dockerfile: 2.14kB done [2025-06-04T07:18:40.774Z] #12 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #13 transferring dockerfile: 1.81kB done [2025-06-04T07:18:40.774Z] #13 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #14 transferring dockerfile: 2.50kB done [2025-06-04T07:18:40.774Z] #14 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #15 [core-keeper internal] load .dockerignore [2025-06-04T07:18:40.774Z] #15 transferring context: 50B done [2025-06-04T07:18:40.774Z] #15 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #16 [core-metadata internal] load build definition from Dockerfile [2025-06-04T07:18:40.774Z] #16 transferring dockerfile: 2.10kB done [2025-06-04T07:18:40.774Z] #16 DONE 0.1s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #17 [core-data internal] load .dockerignore [2025-06-04T07:18:40.774Z] #17 transferring context: 50B done [2025-06-04T07:18:40.774Z] #17 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #18 [support-notifications internal] load .dockerignore [2025-06-04T07:18:40.774Z] #18 transferring context: 50B done [2025-06-04T07:18:40.774Z] #18 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #19 [core-command internal] load .dockerignore [2025-06-04T07:18:40.774Z] #19 transferring context: 50B done [2025-06-04T07:18:40.774Z] #19 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #20 [security-secretstore-setup internal] load .dockerignore [2025-06-04T07:18:40.774Z] #20 transferring context: 50B done [2025-06-04T07:18:40.774Z] #20 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-06-04T07:18:40.774Z] #21 transferring context: 50B done [2025-06-04T07:18:40.774Z] #21 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #22 [security-spire-server internal] load .dockerignore [2025-06-04T07:18:40.774Z] #22 transferring context: 50B done [2025-06-04T07:18:40.774Z] #22 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #23 [support-scheduler internal] load .dockerignore [2025-06-04T07:18:40.774Z] #23 transferring context: 50B done [2025-06-04T07:18:40.774Z] #23 DONE 0.0s [2025-06-04T07:18:40.774Z] [2025-06-04T07:18:40.774Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-04T07:18:41.037Z] #24 transferring context: 50B done [2025-06-04T07:18:41.037Z] #24 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #25 [security-spire-config internal] load .dockerignore [2025-06-04T07:18:41.037Z] #25 transferring context: 50B done [2025-06-04T07:18:41.037Z] #25 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #26 [security-bootstrapper internal] load .dockerignore [2025-06-04T07:18:41.037Z] #26 transferring context: 50B done [2025-06-04T07:18:41.037Z] #26 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #27 [security-proxy-auth internal] load .dockerignore [2025-06-04T07:18:41.037Z] #27 transferring context: 50B done [2025-06-04T07:18:41.037Z] #27 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #28 [security-spire-agent internal] load .dockerignore [2025-06-04T07:18:41.037Z] #28 transferring context: 50B done [2025-06-04T07:18:41.037Z] #28 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #29 [security-proxy-setup internal] load .dockerignore [2025-06-04T07:18:41.037Z] #29 transferring context: 50B done [2025-06-04T07:18:41.037Z] #29 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #30 [core-metadata internal] load .dockerignore [2025-06-04T07:18:41.037Z] #30 transferring context: 50B done [2025-06-04T07:18:41.037Z] #30 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-04T07:18:41.037Z] #31 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-04T07:18:41.037Z] #32 ... [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-04T07:18:41.037Z] #31 DONE 0.0s [2025-06-04T07:18:41.037Z] [2025-06-04T07:18:41.037Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-06-04T07:18:41.296Z] #32 ... [2025-06-04T07:18:41.296Z] [2025-06-04T07:18:41.296Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-04T07:18:41.296Z] #31 DONE 0.0s [2025-06-04T07:18:41.296Z] [2025-06-04T07:18:41.296Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-04T07:18:41.296Z] #32 ... [2025-06-04T07:18:41.296Z] [2025-06-04T07:18:41.296Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-04T07:18:41.296Z] #31 DONE 0.0s [2025-06-04T07:18:41.296Z] [2025-06-04T07:18:41.296Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-06-04T07:18:41.866Z] #32 DONE 0.7s [2025-06-04T07:18:41.866Z] [2025-06-04T07:18:41.866Z] #33 [security-proxy-auth stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-04T07:18:41.866Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-04T07:18:41.866Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-04T07:18:41.866Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-04T07:18:41.866Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-04T07:18:41.866Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-04T07:18:41.866Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-04T07:18:41.866Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-04T07:18:41.866Z] #33 DONE 0.4s [2025-06-04T07:18:41.866Z] [2025-06-04T07:18:41.866Z] #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-04T07:18:41.866Z] #34 ... [2025-06-04T07:18:41.866Z] [2025-06-04T07:18:41.866Z] #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-04T07:18:41.866Z] #35 DONE 0.6s [2025-06-04T07:18:41.866Z] [2025-06-04T07:18:41.866Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-04T07:18:41.866Z] #36 DONE 0.6s [2025-06-04T07:18:41.866Z] [2025-06-04T07:18:41.866Z] #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-04T07:18:41.866Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-04T07:18:41.866Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-04T07:18:41.866Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-04T07:18:41.866Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-04T07:18:41.866Z] #33 DONE 0.4s [2025-06-04T07:18:42.125Z] [2025-06-04T07:18:42.125Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-04T07:18:42.125Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-04T07:18:42.125Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done [2025-06-04T07:18:42.392Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-04T07:18:42.392Z] #37 ... [2025-06-04T07:18:42.392Z] [2025-06-04T07:18:42.392Z] #38 [security-spire-config internal] load build context [2025-06-04T07:18:42.392Z] #38 transferring context: 22.05kB 0.0s done [2025-06-04T07:18:42.392Z] #38 DONE 0.5s [2025-06-04T07:18:42.392Z] [2025-06-04T07:18:42.392Z] #39 [security-spire-agent internal] load build context [2025-06-04T07:18:42.392Z] #39 transferring context: 23.33kB 0.0s done [2025-06-04T07:18:42.392Z] #39 DONE 0.5s [2025-06-04T07:18:42.392Z] [2025-06-04T07:18:42.392Z] #40 [security-spire-server internal] load build context [2025-06-04T07:18:42.392Z] #40 transferring context: 23.80kB 0.0s done [2025-06-04T07:18:42.392Z] #40 DONE 0.5s [2025-06-04T07:18:42.392Z] [2025-06-04T07:18:42.392Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-04T07:18:42.392Z] #37 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-04T07:18:42.392Z] #37 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-04T07:18:42.392Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-06-04T07:18:42.392Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-06-04T07:18:42.392Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-06-04T07:18:42.656Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-04T07:18:42.656Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s [2025-06-04T07:18:42.656Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-04T07:18:42.656Z] #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-06-04T07:18:42.656Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-06-04T07:18:42.916Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s [2025-06-04T07:18:42.916Z] #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.7s [2025-06-04T07:18:43.175Z] #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 18.87MB / 36.47MB 0.8s [2025-06-04T07:18:43.175Z] #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s [2025-06-04T07:18:45.088Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.3s done [2025-06-04T07:18:45.390Z] #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-04T07:18:45.650Z] #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.9s done [2025-06-04T07:18:46.594Z] #37 ... [2025-06-04T07:18:46.594Z] [2025-06-04T07:18:46.594Z] #41 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-06-04T07:18:46.594Z] #41 DONE 3.9s [2025-06-04T07:18:46.594Z] [2025-06-04T07:18:46.594Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-04T07:18:46.594Z] #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done [2025-06-04T07:18:46.594Z] #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-04T07:18:46.594Z] #42 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-04T07:18:46.594Z] #42 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-04T07:18:46.594Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-04T07:18:46.594Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.3s done [2025-06-04T07:18:46.594Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-04T07:18:46.594Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done [2025-06-04T07:18:46.594Z] #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 3.2s done [2025-06-04T07:18:46.594Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-04T07:18:47.972Z] #42 ... [2025-06-04T07:18:47.972Z] [2025-06-04T07:18:47.972Z] #43 [core-command internal] load build context [2025-06-04T07:18:47.972Z] #43 transferring context: 166.26MB 6.1s [2025-06-04T07:18:47.972Z] #43 ... [2025-06-04T07:18:47.972Z] [2025-06-04T07:18:47.972Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-04T07:18:47.972Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-04T07:18:47.972Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-04T07:18:49.355Z] #37 ... [2025-06-04T07:18:49.355Z] [2025-06-04T07:18:49.355Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-04T07:18:49.355Z] #0 2.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:49.355Z] #0 2.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:49.355Z] #0 2.634 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:49.355Z] #0 2.641 (2/2) Installing su-exec (0.2-r3) [2025-06-04T07:18:49.355Z] #0 2.643 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:49.355Z] #0 2.658 OK: 8 MiB in 16 packages [2025-06-04T07:18:49.355Z] #44 DONE 7.1s [2025-06-04T07:18:49.355Z] [2025-06-04T07:18:49.355Z] #43 [core-command internal] load build context [2025-06-04T07:18:50.314Z] #43 ... [2025-06-04T07:18:50.314Z] [2025-06-04T07:18:50.314Z] #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-04T07:18:50.314Z] #0 2.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:50.314Z] #0 2.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:50.314Z] #0 2.513 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:50.314Z] #0 2.554 (2/4) Installing openssl (3.3.3-r0) [2025-06-04T07:18:50.314Z] #0 2.571 (3/4) Installing su-exec (0.2-r3) [2025-06-04T07:18:50.314Z] #0 2.576 (4/4) Installing yq-go (4.44.1-r2) [2025-06-04T07:18:50.314Z] #0 2.660 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:50.314Z] #0 2.681 OK: 19 MiB in 18 packages [2025-06-04T07:18:50.314Z] #45 DONE 8.4s [2025-06-04T07:18:50.314Z] [2025-06-04T07:18:50.314Z] #43 [core-command internal] load build context [2025-06-04T07:18:50.573Z] #43 ... [2025-06-04T07:18:50.573Z] [2025-06-04T07:18:50.573Z] #46 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-04T07:18:50.573Z] #0 4.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:50.573Z] #0 4.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:50.573Z] #0 4.828 (1/7) Installing ca-certificates (20241121-r1) [2025-06-04T07:18:50.573Z] #0 4.842 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:50.573Z] #0 4.899 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-04T07:18:50.573Z] #0 4.899 (4/7) Installing libsodium (1.0.19-r0) [2025-06-04T07:18:50.573Z] #0 4.901 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-04T07:18:50.573Z] #0 4.928 (6/7) Installing libzmq (4.3.5-r2) [2025-06-04T07:18:50.573Z] #0 4.930 (7/7) Installing zeromq (4.3.5-r2) [2025-06-04T07:18:50.573Z] #0 4.940 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:50.573Z] #0 5.169 Executing ca-certificates-20241121-r1.trigger [2025-06-04T07:18:50.573Z] #0 5.243 OK: 12 MiB in 21 packages [2025-06-04T07:18:50.573Z] #46 DONE 8.4s [2025-06-04T07:18:50.573Z] [2025-06-04T07:18:50.573Z] #43 [core-command internal] load build context [2025-06-04T07:18:51.506Z] #43 ... [2025-06-04T07:18:51.506Z] [2025-06-04T07:18:51.506Z] #47 [support-notifications internal] load build context [2025-06-04T07:18:51.765Z] #47 ... [2025-06-04T07:18:51.765Z] [2025-06-04T07:18:51.765Z] #48 [security-proxy-auth internal] load build context [2025-06-04T07:18:51.765Z] #48 ... [2025-06-04T07:18:51.765Z] [2025-06-04T07:18:51.765Z] #49 [core-metadata internal] load build context [2025-06-04T07:18:52.022Z] #49 ... [2025-06-04T07:18:52.022Z] [2025-06-04T07:18:52.022Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-04T07:18:52.022Z] #50 ... [2025-06-04T07:18:52.022Z] [2025-06-04T07:18:52.022Z] #51 [security-bootstrapper internal] load build context [2025-06-04T07:18:52.281Z] #51 ... [2025-06-04T07:18:52.282Z] [2025-06-04T07:18:52.282Z] #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-04T07:18:52.282Z] #0 9.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:52.282Z] #0 9.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:52.282Z] #0 9.516 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-04T07:18:52.282Z] #0 9.516 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-04T07:18:52.282Z] #0 9.516 OK: 24171 distinct packages available [2025-06-04T07:18:52.282Z] #0 9.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:52.282Z] #0 9.749 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:52.282Z] #0 10.08 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:52.282Z] #0 10.10 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-04T07:18:52.282Z] #0 10.10 (3/4) Installing libucontext (1.2-r3) [2025-06-04T07:18:52.282Z] #0 10.10 (4/4) Installing gcompat (1.1.0-r4) [2025-06-04T07:18:52.282Z] #0 10.11 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:52.282Z] #0 10.12 OK: 8 MiB in 18 packages [2025-06-04T07:18:52.282Z] #52 ... [2025-06-04T07:18:52.282Z] [2025-06-04T07:18:52.282Z] #53 [security-spiffe-token-provider internal] load build context [2025-06-04T07:18:52.282Z] #53 ... [2025-06-04T07:18:52.282Z] [2025-06-04T07:18:52.282Z] #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-04T07:18:52.282Z] #0 8.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:52.282Z] #0 8.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:52.282Z] #0 9.199 (1/3) Installing ca-certificates (20241121-r1) [2025-06-04T07:18:52.282Z] #0 9.221 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:52.282Z] #0 9.228 (3/3) Installing tzdata (2025b-r0) [2025-06-04T07:18:52.282Z] #0 9.282 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:52.282Z] #0 9.295 Executing ca-certificates-20241121-r1.trigger [2025-06-04T07:18:52.282Z] #0 9.327 OK: 10 MiB in 17 packages [2025-06-04T07:18:52.542Z] #54 ... [2025-06-04T07:18:52.542Z] [2025-06-04T07:18:52.542Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-04T07:18:52.542Z] #55 ... [2025-06-04T07:18:52.542Z] [2025-06-04T07:18:52.542Z] #56 [security-secretstore-setup internal] load build context [2025-06-04T07:18:52.950Z] #56 ... [2025-06-04T07:18:52.951Z] [2025-06-04T07:18:52.951Z] #57 [security-proxy-setup internal] load build context [2025-06-04T07:18:52.951Z] #57 ... [2025-06-04T07:18:52.951Z] [2025-06-04T07:18:52.951Z] #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-04T07:18:53.290Z] #34 ... [2025-06-04T07:18:53.290Z] [2025-06-04T07:18:53.290Z] #58 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-04T07:18:53.290Z] #0 9.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.290Z] #0 9.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.290Z] #0 9.767 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-04T07:18:53.290Z] #0 9.767 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-04T07:18:53.290Z] #0 9.767 OK: 24171 distinct packages available [2025-06-04T07:18:53.290Z] #0 9.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.290Z] #0 9.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.290Z] #0 10.26 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:53.290Z] #0 10.27 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-04T07:18:53.290Z] #0 10.27 (3/5) Installing libucontext (1.2-r3) [2025-06-04T07:18:53.290Z] #0 10.28 (4/5) Installing gcompat (1.1.0-r4) [2025-06-04T07:18:53.290Z] #0 10.28 (5/5) Installing openssl (3.3.3-r0) [2025-06-04T07:18:53.290Z] #0 10.29 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:53.290Z] #0 10.31 OK: 9 MiB in 19 packages [2025-06-04T07:18:53.290Z] #58 ... [2025-06-04T07:18:53.290Z] [2025-06-04T07:18:53.290Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-04T07:18:53.290Z] #0 9.346 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.290Z] #0 9.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.290Z] #0 9.802 (1/4) Installing ca-certificates (20241121-r1) [2025-06-04T07:18:53.290Z] #0 9.818 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:53.290Z] #0 9.824 (3/4) Installing su-exec (0.2-r3) [2025-06-04T07:18:53.290Z] #0 9.829 (4/4) Installing yq-go (4.44.1-r2) [2025-06-04T07:18:53.290Z] #0 9.906 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:53.290Z] #0 9.917 Executing ca-certificates-20241121-r1.trigger [2025-06-04T07:18:53.290Z] #0 9.981 OK: 19 MiB in 18 packages [2025-06-04T07:18:53.290Z] #59 ... [2025-06-04T07:18:53.290Z] [2025-06-04T07:18:53.290Z] #60 [core-keeper internal] load build context [2025-06-04T07:18:53.290Z] #60 transferring context: 400.26MB 11.5s [2025-06-04T07:18:53.290Z] #60 ... [2025-06-04T07:18:53.290Z] [2025-06-04T07:18:53.290Z] #61 [support-scheduler internal] load build context [2025-06-04T07:18:53.569Z] #61 ... [2025-06-04T07:18:53.569Z] [2025-06-04T07:18:53.569Z] #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-04T07:18:53.569Z] #62 ... [2025-06-04T07:18:53.569Z] [2025-06-04T07:18:53.569Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-04T07:18:53.569Z] #0 9.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.569Z] #0 9.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.569Z] #0 9.520 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-04T07:18:53.569Z] #0 9.520 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-04T07:18:53.569Z] #0 9.520 OK: 24171 distinct packages available [2025-06-04T07:18:53.569Z] #0 9.588 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.569Z] #0 9.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.569Z] #0 10.08 (1/14) Installing ca-certificates (20241121-r1) [2025-06-04T07:18:53.570Z] #0 10.09 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-04T07:18:53.570Z] #0 10.12 (3/14) Installing c-ares (1.33.1-r0) [2025-06-04T07:18:53.570Z] #0 10.12 (4/14) Installing libunistring (1.2-r0) [2025-06-04T07:18:53.570Z] #0 10.14 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-04T07:18:53.570Z] #0 10.14 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-04T07:18:53.570Z] #0 10.15 (7/14) Installing libpsl (0.21.5-r1) [2025-06-04T07:18:53.570Z] #0 10.16 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-04T07:18:53.570Z] #0 10.16 (9/14) Installing libcurl (8.12.1-r0) [2025-06-04T07:18:53.570Z] #0 10.17 (10/14) Installing curl (8.12.1-r0) [2025-06-04T07:18:53.570Z] #0 10.20 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:53.570Z] #0 10.20 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-04T07:18:53.570Z] #0 10.20 (13/14) Installing libucontext (1.2-r3) [2025-06-04T07:18:53.570Z] #0 10.20 (14/14) Installing gcompat (1.1.0-r4) [2025-06-04T07:18:53.570Z] #0 10.21 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:53.570Z] #0 10.21 Executing ca-certificates-20241121-r1.trigger [2025-06-04T07:18:53.570Z] #0 10.26 OK: 13 MiB in 28 packages [2025-06-04T07:18:53.570Z] #63 ... [2025-06-04T07:18:53.570Z] [2025-06-04T07:18:53.570Z] #64 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-04T07:18:53.570Z] #0 9.095 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.570Z] #0 9.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:53.570Z] #0 9.498 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:53.570Z] #0 9.519 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:53.570Z] #0 9.533 OK: 8 MiB in 15 packages [2025-06-04T07:18:53.827Z] #64 ... [2025-06-04T07:18:53.827Z] [2025-06-04T07:18:53.827Z] #65 [core-data internal] load build context [2025-06-04T07:18:53.827Z] #65 ... [2025-06-04T07:18:53.827Z] [2025-06-04T07:18:53.827Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-04T07:18:53.827Z] #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.2s [2025-06-04T07:18:54.412Z] #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.7s done [2025-06-04T07:18:56.956Z] #37 ... [2025-06-04T07:18:56.956Z] [2025-06-04T07:18:56.956Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-04T07:18:56.956Z] #66 ... [2025-06-04T07:18:56.956Z] [2025-06-04T07:18:56.956Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-04T07:18:56.956Z] #0 6.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:56.956Z] #0 6.840 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:56.956Z] #0 7.158 OK: 248 MiB in 58 packages [2025-06-04T07:18:56.956Z] #67 ... [2025-06-04T07:18:56.956Z] [2025-06-04T07:18:56.956Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-04T07:18:56.956Z] #0 6.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:56.956Z] #0 7.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:56.956Z] #0 7.366 OK: 248 MiB in 58 packages [2025-06-04T07:18:57.216Z] #68 ... [2025-06-04T07:18:57.216Z] [2025-06-04T07:18:57.216Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-04T07:18:57.216Z] #69 ... [2025-06-04T07:18:57.216Z] [2025-06-04T07:18:57.216Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-04T07:18:57.476Z] #70 ... [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #57 [security-proxy-setup internal] load build context [2025-06-04T07:18:57.477Z] #57 transferring context: 507.55MB 13.2s done [2025-06-04T07:18:57.477Z] #57 DONE 15.8s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #56 [security-secretstore-setup internal] load build context [2025-06-04T07:18:57.477Z] #56 transferring context: 507.55MB 13.5s done [2025-06-04T07:18:57.477Z] #56 DONE 15.8s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #47 [support-notifications internal] load build context [2025-06-04T07:18:57.477Z] #47 transferring context: 507.55MB 12.6s done [2025-06-04T07:18:57.477Z] #47 DONE 15.7s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-04T07:18:57.477Z] #59 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #71 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-04T07:18:57.477Z] #71 ... [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-04T07:18:57.477Z] #54 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #58 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-04T07:18:57.477Z] #58 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #64 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-04T07:18:57.477Z] #64 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-04T07:18:57.477Z] #52 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-04T07:18:57.477Z] #67 DONE 10.8s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-04T07:18:57.477Z] #63 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-04T07:18:57.477Z] #68 DONE 10.8s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #51 [security-bootstrapper internal] load build context [2025-06-04T07:18:57.477Z] #51 transferring context: 507.55MB 14.4s done [2025-06-04T07:18:57.477Z] #51 DONE 15.9s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-04T07:18:57.477Z] #55 11.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:57.477Z] #55 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:57.477Z] #55 11.41 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-04T07:18:57.477Z] #55 11.42 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:18:57.477Z] #55 11.43 OK: 8 MiB in 15 packages [2025-06-04T07:18:57.477Z] #55 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #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-04T07:18:57.477Z] #62 DONE 15.4s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #60 [core-keeper internal] load build context [2025-06-04T07:18:57.477Z] #60 transferring context: 507.55MB 14.5s done [2025-06-04T07:18:57.477Z] #60 DONE 15.9s [2025-06-04T07:18:57.477Z] [2025-06-04T07:18:57.477Z] #72 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:18:57.737Z] #72 ... [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #53 [security-spiffe-token-provider internal] load build context [2025-06-04T07:18:57.737Z] #53 transferring context: 507.55MB 14.5s done [2025-06-04T07:18:57.737Z] #53 DONE 15.9s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #61 [support-scheduler internal] load build context [2025-06-04T07:18:57.737Z] #61 transferring context: 507.55MB 14.7s done [2025-06-04T07:18:57.737Z] #61 DONE 15.9s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #48 [security-proxy-auth internal] load build context [2025-06-04T07:18:57.737Z] #48 transferring context: 507.55MB 14.8s done [2025-06-04T07:18:57.737Z] #48 DONE 15.9s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #65 [core-data internal] load build context [2025-06-04T07:18:57.737Z] #65 transferring context: 507.55MB 14.6s done [2025-06-04T07:18:57.737Z] #65 DONE 15.9s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-04T07:18:57.737Z] #50 transferring context: 507.55MB 14.9s done [2025-06-04T07:18:57.737Z] #50 DONE 15.9s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #49 [core-metadata internal] load build context [2025-06-04T07:18:57.737Z] #49 transferring context: 507.55MB 15.0s done [2025-06-04T07:18:57.737Z] #49 DONE 15.9s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #43 [core-command internal] load build context [2025-06-04T07:18:57.737Z] #43 transferring context: 507.55MB 15.2s done [2025-06-04T07:18:57.737Z] #43 DONE 15.9s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #72 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:18:57.737Z] #72 DONE 0.2s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:18:57.737Z] #73 DONE 0.1s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-04T07:18:57.737Z] #37 DONE 15.8s [2025-06-04T07:18:57.737Z] [2025-06-04T07:18:57.737Z] #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-04T07:18:57.995Z] #74 ... [2025-06-04T07:18:57.995Z] [2025-06-04T07:18:57.995Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-04T07:18:57.995Z] #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-06-04T07:18:57.995Z] #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.9s done [2025-06-04T07:18:57.995Z] #42 ... [2025-06-04T07:18:57.995Z] [2025-06-04T07:18:57.995Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-04T07:18:58.567Z] #75 ... [2025-06-04T07:18:58.567Z] [2025-06-04T07:18:58.567Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-04T07:18:58.567Z] #69 DONE 11.8s [2025-06-04T07:18:58.567Z] [2025-06-04T07:18:58.567Z] #71 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-04T07:18:58.567Z] #71 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:58.567Z] #71 11.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:58.827Z] #71 ... [2025-06-04T07:18:58.827Z] [2025-06-04T07:18:58.827Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-04T07:18:58.827Z] #66 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:58.827Z] #66 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:58.827Z] #66 12.08 OK: 248 MiB in 58 packages [2025-06-04T07:18:58.827Z] #66 DONE 12.2s [2025-06-04T07:18:58.827Z] [2025-06-04T07:18:58.827Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:18:58.827Z] #76 DONE 0.0s [2025-06-04T07:18:58.827Z] [2025-06-04T07:18:58.827Z] #71 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-04T07:18:58.827Z] #71 12.16 OK: 248 MiB in 58 packages [2025-06-04T07:18:59.089Z] #71 DONE 12.3s [2025-06-04T07:18:59.089Z] [2025-06-04T07:18:59.089Z] #77 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:18:59.089Z] #77 DONE 0.0s [2025-06-04T07:18:59.089Z] [2025-06-04T07:18:59.089Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:18:59.350Z] #78 ... [2025-06-04T07:18:59.350Z] [2025-06-04T07:18:59.350Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-04T07:18:59.350Z] #0 8.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.350Z] #0 8.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.350Z] #0 8.875 OK: 8 MiB in 16 packages [2025-06-04T07:18:59.350Z] #79 DONE 9.0s [2025-06-04T07:18:59.350Z] [2025-06-04T07:18:59.350Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-04T07:18:59.350Z] #0 8.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.350Z] #0 8.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.350Z] #0 8.771 OK: 19 MiB in 18 packages [2025-06-04T07:18:59.350Z] #80 DONE 9.0s [2025-06-04T07:18:59.350Z] [2025-06-04T07:18:59.350Z] #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-04T07:18:59.350Z] #81 DONE 0.1s [2025-06-04T07:18:59.608Z] [2025-06-04T07:18:59.608Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-04T07:18:59.608Z] #75 2.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.608Z] #75 2.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.866Z] #75 ... [2025-06-04T07:18:59.866Z] [2025-06-04T07:18:59.866Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-04T07:18:59.866Z] #70 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.866Z] #70 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.866Z] #70 12.50 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-04T07:18:59.866Z] #70 12.50 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-04T07:18:59.866Z] #70 12.50 OK: 24171 distinct packages available [2025-06-04T07:18:59.866Z] #70 12.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.866Z] #70 12.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:18:59.866Z] #70 13.02 OK: 248 MiB in 58 packages [2025-06-04T07:18:59.866Z] #70 DONE 13.1s [2025-06-04T07:18:59.866Z] [2025-06-04T07:18:59.866Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:18:59.866Z] #82 DONE 0.0s [2025-06-04T07:19:00.125Z] [2025-06-04T07:19:00.125Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-04T07:19:00.125Z] #75 2.456 OK: 9 MiB in 19 packages [2025-06-04T07:19:00.125Z] #75 DONE 2.6s [2025-06-04T07:19:00.125Z] [2025-06-04T07:19:00.125Z] #83 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-04T07:19:00.698Z] #83 ... [2025-06-04T07:19:00.698Z] [2025-06-04T07:19:00.698Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-04T07:19:00.698Z] #0 9.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.698Z] #0 9.291 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.698Z] #0 9.644 OK: 12 MiB in 21 packages [2025-06-04T07:19:00.698Z] #84 DONE 10.1s [2025-06-04T07:19:00.698Z] [2025-06-04T07:19:00.698Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-04T07:19:00.698Z] #0 2.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.698Z] #0 2.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.698Z] #0 2.671 OK: 19 MiB in 18 packages [2025-06-04T07:19:00.698Z] #85 DONE 3.2s [2025-06-04T07:19:00.698Z] [2025-06-04T07:19:00.698Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-04T07:19:00.698Z] #0 2.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.698Z] #0 2.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.698Z] #0 2.899 OK: 8 MiB in 18 packages [2025-06-04T07:19:00.698Z] #86 DONE 3.2s [2025-06-04T07:19:00.698Z] [2025-06-04T07:19:00.698Z] #83 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-04T07:19:00.698Z] #83 DONE 0.6s [2025-06-04T07:19:00.698Z] [2025-06-04T07:19:00.698Z] #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-04T07:19:00.698Z] #87 DONE 0.6s [2025-06-04T07:19:00.698Z] [2025-06-04T07:19:00.698Z] #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-04T07:19:00.698Z] #74 3.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.698Z] #74 3.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:00.956Z] #74 ... [2025-06-04T07:19:00.956Z] [2025-06-04T07:19:00.956Z] #88 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-04T07:19:00.956Z] #88 DONE 0.1s [2025-06-04T07:19:00.956Z] [2025-06-04T07:19:00.956Z] #89 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-04T07:19:01.522Z] #89 DONE 0.6s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #90 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-04T07:19:01.523Z] #90 DONE 0.7s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #91 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-04T07:19:01.523Z] #91 DONE 0.8s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-04T07:19:01.523Z] #74 3.597 OK: 8 MiB in 15 packages [2025-06-04T07:19:01.523Z] #74 DONE 4.0s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #92 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-04T07:19:01.523Z] #92 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-04T07:19:01.523Z] #93 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-04T07:19:01.523Z] #94 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-04T07:19:01.523Z] #0 3.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:01.523Z] #0 3.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:01.523Z] #0 3.938 OK: 13 MiB in 28 packages [2025-06-04T07:19:01.523Z] #95 DONE 4.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #96 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-04T07:19:01.523Z] #96 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-04T07:19:01.523Z] #97 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #98 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-04T07:19:01.523Z] #98 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-04T07:19:01.523Z] #99 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-04T07:19:01.523Z] #100 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #101 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-04T07:19:01.523Z] #101 DONE 0.1s [2025-06-04T07:19:01.523Z] [2025-06-04T07:19:01.523Z] #102 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-04T07:19:01.782Z] #102 DONE 0.0s [2025-06-04T07:19:01.782Z] [2025-06-04T07:19:01.782Z] #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-04T07:19:01.782Z] #103 DONE 0.0s [2025-06-04T07:19:01.782Z] [2025-06-04T07:19:01.782Z] #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-04T07:19:01.782Z] #104 DONE 0.0s [2025-06-04T07:19:01.782Z] [2025-06-04T07:19:01.782Z] #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-04T07:19:01.782Z] #105 DONE 0.0s [2025-06-04T07:19:01.782Z] [2025-06-04T07:19:01.782Z] #106 [security-spire-config] exporting to image [2025-06-04T07:19:01.782Z] #106 exporting layers [2025-06-04T07:19:02.350Z] #106 ... [2025-06-04T07:19:02.350Z] [2025-06-04T07:19:02.350Z] #107 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-04T07:19:02.350Z] #0 4.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:02.350Z] #0 4.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:02.350Z] #0 4.715 OK: 10 MiB in 17 packages [2025-06-04T07:19:02.350Z] #107 DONE 4.9s [2025-06-04T07:19:02.350Z] [2025-06-04T07:19:02.350Z] #108 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-04T07:19:02.350Z] #0 4.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:02.350Z] #0 4.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:02.350Z] #0 4.896 OK: 8 MiB in 15 packages [2025-06-04T07:19:02.609Z] #108 DONE 5.0s [2025-06-04T07:19:02.610Z] [2025-06-04T07:19:02.610Z] #106 [security-spire-config] exporting to image [2025-06-04T07:19:02.610Z] #106 exporting layers 1.0s done [2025-06-04T07:19:02.610Z] #106 exporting layers 1.0s done [2025-06-04T07:19:02.610Z] #106 writing image sha256:dd9303872f0afe78ed9ae86d187b9a5879a717700f8db382ef06f4cdee72f3ba done [2025-06-04T07:19:02.610Z] #106 naming to docker.io/library/security-spire-server done [2025-06-04T07:19:02.610Z] #106 writing image sha256:38e300bb8d525f8a87ebf3b1c660b6f0886573ab52a1139736bc4358e7b33002 0.0s done [2025-06-04T07:19:02.610Z] #106 naming to docker.io/library/security-spire-agent done [2025-06-04T07:19:02.610Z] #106 writing image sha256:115610e71013909100ea96e4421f1a98aa811aafe7fd4c7372585d7c43d8a110 done [2025-06-04T07:19:02.610Z] #106 naming to docker.io/library/security-spire-config done [2025-06-04T07:19:02.610Z] #106 DONE 1.1s [2025-06-04T07:19:02.610Z] [2025-06-04T07:19:02.610Z] #109 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-04T07:19:02.610Z] #0 2.730 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:02.610Z] #0 4.256 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:02.610Z] #0 5.021 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-04T07:19:02.875Z] #109 5.374 Executing busybox-1.36.1-r29.trigger [2025-06-04T07:19:02.875Z] #109 ... [2025-06-04T07:19:02.875Z] [2025-06-04T07:19:02.875Z] #110 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-04T07:19:02.875Z] #110 DONE 3.5s [2025-06-04T07:19:02.875Z] [2025-06-04T07:19:02.875Z] #111 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-04T07:19:02.875Z] #111 DONE 0.0s [2025-06-04T07:19:02.875Z] [2025-06-04T07:19:02.875Z] #109 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-04T07:19:02.875Z] #109 5.382 OK: 8 MiB in 15 packages [2025-06-04T07:19:02.875Z] #109 ... [2025-06-04T07:19:02.875Z] [2025-06-04T07:19:02.875Z] #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:03.135Z] #112 ... [2025-06-04T07:19:03.135Z] [2025-06-04T07:19:03.135Z] #109 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-04T07:19:03.135Z] #109 DONE 5.5s [2025-06-04T07:19:03.135Z] [2025-06-04T07:19:03.135Z] #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-04T07:19:03.135Z] #0 4.466 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:04.515Z] #113 5.938 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-04T07:19:05.082Z] #113 6.636 OK: 248 MiB in 58 packages [2025-06-04T07:19:05.340Z] #113 DONE 6.8s [2025-06-04T07:19:05.340Z] [2025-06-04T07:19:05.340Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-04T07:19:05.340Z] #114 DONE 0.0s [2025-06-04T07:19:05.340Z] [2025-06-04T07:19:05.340Z] #115 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:05.340Z] #115 ... [2025-06-04T07:19:05.340Z] [2025-06-04T07:19:05.340Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:07.871Z] #116 ... [2025-06-04T07:19:07.871Z] [2025-06-04T07:19:07.871Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:07.871Z] #117 ... [2025-06-04T07:19:07.871Z] [2025-06-04T07:19:07.871Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:34.414Z] #118 ... [2025-06-04T07:19:34.414Z] [2025-06-04T07:19:34.414Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:34.414Z] #117 DONE 33.2s [2025-06-04T07:19:34.414Z] [2025-06-04T07:19:34.414Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:34.414Z] #118 DONE 33.2s [2025-06-04T07:19:34.414Z] [2025-06-04T07:19:34.414Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:34.414Z] #78 DONE 31.9s [2025-06-04T07:19:34.414Z] [2025-06-04T07:19:34.414Z] #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:34.414Z] #112 DONE 31.0s [2025-06-04T07:19:34.414Z] [2025-06-04T07:19:34.414Z] #115 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:34.414Z] #115 DONE 31.8s [2025-06-04T07:19:34.414Z] [2025-06-04T07:19:34.414Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:34.414Z] #116 DONE 25.6s [2025-06-04T07:19:34.414Z] [2025-06-04T07:19:34.414Z] #119 [security-proxy-auth builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #119 ... [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #120 DONE 6.0s [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-04T07:19:36.947Z] #121 DONE 6.0s [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #122 [security-bootstrapper builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #122 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:36.947Z] #123 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:19:36.947Z] #124 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:19:36.947Z] #125 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #126 [security-proxy-setup builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #126 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:36.947Z] #127 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #128 [core-metadata builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #128 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:36.947Z] #129 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:19:36.947Z] #130 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #119 [security-proxy-auth builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #119 DONE 5.9s [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:19:36.947Z] #131 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #132 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:36.947Z] #133 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #134 [support-scheduler builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #134 DONE 6.0s [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #135 [core-command builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #135 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:36.947Z] #136 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #137 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:19:36.947Z] #137 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-04T07:19:36.947Z] #138 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #139 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-04T07:19:36.947Z] #139 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #140 [core-data builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #140 CACHED [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #141 [support-notifications builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #141 DONE 6.0s [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #142 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-04T07:19:36.947Z] #142 DONE 6.0s [2025-06-04T07:19:36.947Z] [2025-06-04T07:19:36.947Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-04T07:19:38.326Z] #143 1.275 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-04T07:19:48.300Z] #143 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-04T07:19:48.300Z] #0 1.432 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-04T07:19:48.300Z] #144 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-04T07:19:48.300Z] #0 0.611 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-04T07:19:48.300Z] #145 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-04T07:19:48.300Z] #0 0.535 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-04T07:19:48.300Z] #146 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-04T07:19:48.300Z] #0 0.853 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-04T07:19:48.300Z] #147 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-04T07:19:48.300Z] #0 0.311 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-04T07:19:48.300Z] #148 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-04T07:19:48.300Z] #0 1.372 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-04T07:19:48.300Z] #149 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #150 [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-04T07:19:48.300Z] #0 0.573 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-04T07:19:48.300Z] #150 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-04T07:19:48.300Z] #0 0.970 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-04T07:19:48.300Z] #151 ... [2025-06-04T07:19:48.300Z] [2025-06-04T07:19:48.300Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-04T07:19:48.300Z] #0 1.261 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-04T07:19:48.561Z] #152 ... [2025-06-04T07:19:48.561Z] [2025-06-04T07:19:48.561Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-04T07:19:48.561Z] #0 0.953 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-04T07:19:48.561Z] #153 ... [2025-06-04T07:19:48.561Z] [2025-06-04T07:19:48.561Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-04T07:19:48.561Z] #0 1.471 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-04T07:21:10.004Z] #154 ... [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-04T07:21:10.004Z] #148 DONE 83.2s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-04T07:21:10.004Z] #155 DONE 0.2s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-04T07:21:10.004Z] #156 DONE 1.1s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #157 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:21:10.004Z] #157 DONE 0.0s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-04T07:21:10.004Z] #144 ... [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #158 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:21:10.004Z] #158 DONE 0.1s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #159 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-04T07:21:10.004Z] #159 DONE 0.3s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #160 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-04T07:21:10.004Z] #160 DONE 0.0s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #161 [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-04T07:21:10.004Z] #161 DONE 0.1s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-04T07:21:10.004Z] #149 ... [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #162 [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-04T07:21:10.004Z] #162 DONE 0.0s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #163 [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-04T07:21:10.004Z] #163 DONE 0.0s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-04T07:21:10.004Z] #153 DONE 85.2s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #164 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-04T07:21:10.004Z] #164 DONE 0.1s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #165 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:21:10.004Z] #165 DONE 0.2s [2025-06-04T07:21:10.004Z] [2025-06-04T07:21:10.004Z] #166 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:21:10.005Z] #166 DONE 0.2s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #167 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-04T07:21:10.005Z] #167 DONE 0.4s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #168 [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-04T07:21:10.005Z] #168 DONE 0.4s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-04T07:21:10.005Z] #169 ... [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #170 [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-04T07:21:10.005Z] #170 DONE 0.3s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #171 [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-04T07:21:10.005Z] #171 ... [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-04T07:21:10.005Z] #169 DONE 1.6s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #106 [security-bootstrapper] exporting to image [2025-06-04T07:21:10.005Z] #106 exporting layers [2025-06-04T07:21:10.005Z] #106 exporting layers 0.8s done [2025-06-04T07:21:10.005Z] #106 writing image sha256:ec2874eade8166982bc8b97a7cb85b6f13b1f27b5a37667ba4d9037fde6ea156 [2025-06-04T07:21:10.005Z] #106 writing image sha256:ec2874eade8166982bc8b97a7cb85b6f13b1f27b5a37667ba4d9037fde6ea156 done [2025-06-04T07:21:10.005Z] #106 naming to docker.io/library/security-bootstrapper done [2025-06-04T07:21:10.005Z] #106 DONE 1.9s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-04T07:21:10.005Z] #149 ... [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #171 [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-04T07:21:10.005Z] #171 DONE 1.6s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #106 [core-common-config-bootstrapper] exporting to image [2025-06-04T07:21:10.005Z] #106 exporting layers 0.3s done [2025-06-04T07:21:10.005Z] #106 writing image sha256:6369d4e8be84d40413657619a4784201eb1feeb61e1dca3db795222637061ddc 0.0s done [2025-06-04T07:21:10.005Z] #106 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2025-06-04T07:21:10.005Z] #106 DONE 2.3s [2025-06-04T07:21:10.005Z] [2025-06-04T07:21:10.005Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-04T07:22:17.691Z] #149 ... [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #150 [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-04T07:22:17.691Z] #150 153.7 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-04T07:22:17.691Z] #150 ... [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-04T07:22:17.691Z] #146 DONE 156.6s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-04T07:22:17.691Z] #152 DONE 156.6s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:17.691Z] #172 DONE 0.1s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:17.691Z] #173 DONE 0.2s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #174 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:17.691Z] #174 DONE 0.3s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #175 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:17.691Z] #175 DONE 0.4s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #176 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-04T07:22:17.691Z] #176 DONE 0.2s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #177 [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-04T07:22:17.691Z] #177 DONE 0.2s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-04T07:22:17.691Z] #178 DONE 0.1s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #150 [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-04T07:22:17.691Z] #150 DONE 157.5s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-04T07:22:17.691Z] #179 DONE 0.1s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #106 [core-command] exporting to image [2025-06-04T07:22:17.691Z] #106 exporting layers [2025-06-04T07:22:17.691Z] #106 exporting layers 0.3s done [2025-06-04T07:22:17.691Z] #106 writing image sha256:4a68e2126f4519f72e8ceabd3e04fe228c4d51c60b93873cd97a6124c9090102 0.0s done [2025-06-04T07:22:17.691Z] #106 naming to docker.io/library/core-command done [2025-06-04T07:22:17.691Z] #106 DONE 2.6s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-04T07:22:17.691Z] #180 DONE 0.3s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #181 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:17.691Z] #181 DONE 0.3s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #182 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:17.691Z] #182 DONE 0.2s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #183 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-04T07:22:17.691Z] #183 DONE 0.2s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #184 [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-04T07:22:17.691Z] #184 DONE 0.1s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #185 [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-04T07:22:17.691Z] #185 DONE 0.3s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #186 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-04T07:22:17.691Z] #186 ... [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-04T07:22:17.691Z] #187 DONE 0.3s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-04T07:22:17.691Z] #188 DONE 0.3s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-04T07:22:17.691Z] #147 ... [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-04T07:22:17.691Z] #189 DONE 0.1s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-04T07:22:17.691Z] #190 DONE 0.0s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #186 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-04T07:22:17.691Z] #186 DONE 1.2s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #106 [security-proxy-setup] exporting to image [2025-06-04T07:22:17.691Z] #106 exporting layers 0.4s done [2025-06-04T07:22:17.691Z] #106 writing image sha256:50aadc4e79190d8872b2156c475f0d8a98fcd7e1cba9ed9fb306d2a65ca70ab4 done [2025-06-04T07:22:17.691Z] #106 naming to docker.io/library/security-proxy-setup done [2025-06-04T07:22:17.691Z] #106 DONE 3.0s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-04T07:22:17.691Z] #191 DONE 1.3s [2025-06-04T07:22:17.691Z] [2025-06-04T07:22:17.691Z] #106 [security-secretstore-setup] exporting to image [2025-06-04T07:22:17.691Z] #106 exporting layers 0.4s done [2025-06-04T07:22:17.949Z] #106 writing image sha256:181ff1b9e9b3b94fe6535767907d5d52dd9a51af15476adf6b345c9898760bdb 0.0s done [2025-06-04T07:22:17.949Z] #106 naming to docker.io/library/security-secretstore-setup done [2025-06-04T07:22:17.949Z] #106 DONE 3.4s [2025-06-04T07:22:17.949Z] [2025-06-04T07:22:17.949Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-04T07:22:19.851Z] #149 ... [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-04T07:22:19.851Z] #145 DONE 162.7s [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-04T07:22:19.851Z] #143 DONE 162.6s [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:19.851Z] #192 DONE 0.1s [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:19.851Z] #193 ... [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #194 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:19.851Z] #194 DONE 0.1s [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:19.851Z] #193 DONE 0.1s [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #195 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:19.851Z] #195 DONE 0.1s [2025-06-04T07:22:19.851Z] [2025-06-04T07:22:19.851Z] #196 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-04T07:22:20.110Z] #196 ... [2025-06-04T07:22:20.110Z] [2025-06-04T07:22:20.110Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-04T07:22:20.110Z] #197 DONE 0.2s [2025-06-04T07:22:20.110Z] [2025-06-04T07:22:20.110Z] #196 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-04T07:22:20.110Z] #196 DONE 0.3s [2025-06-04T07:22:20.110Z] [2025-06-04T07:22:20.110Z] #198 [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-04T07:22:20.367Z] #198 DONE 0.2s [2025-06-04T07:22:20.367Z] [2025-06-04T07:22:20.367Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-04T07:22:20.367Z] #151 DONE 163.4s [2025-06-04T07:22:20.367Z] [2025-06-04T07:22:20.367Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:20.367Z] #199 DONE 0.1s [2025-06-04T07:22:20.367Z] [2025-06-04T07:22:20.367Z] #106 [security-spiffe-token-provider] exporting to image [2025-06-04T07:22:20.367Z] #106 ... [2025-06-04T07:22:20.367Z] [2025-06-04T07:22:20.367Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-04T07:22:20.367Z] #200 DONE 0.1s [2025-06-04T07:22:20.367Z] [2025-06-04T07:22:20.367Z] #201 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:20.367Z] #201 DONE 0.1s [2025-06-04T07:22:20.625Z] [2025-06-04T07:22:20.625Z] #202 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-04T07:22:20.625Z] #202 DONE 0.1s [2025-06-04T07:22:20.625Z] [2025-06-04T07:22:20.625Z] #106 [security-spiffe-token-provider] exporting to image [2025-06-04T07:22:20.625Z] #106 exporting layers 0.3s done [2025-06-04T07:22:20.625Z] #106 writing image sha256:883e6265716c493fd9afb64c9b759239734817dae12f751642bd5663a0586b4d done [2025-06-04T07:22:20.625Z] #106 naming to docker.io/library/security-spiffe-token-provider done [2025-06-04T07:22:20.625Z] #106 DONE 3.7s [2025-06-04T07:22:20.625Z] [2025-06-04T07:22:20.625Z] #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-04T07:22:20.625Z] #203 ... [2025-06-04T07:22:20.625Z] [2025-06-04T07:22:20.625Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-04T07:22:20.625Z] #147 DONE 163.9s [2025-06-04T07:22:20.882Z] [2025-06-04T07:22:20.882Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-04T07:22:20.882Z] #204 DONE 0.2s [2025-06-04T07:22:20.882Z] [2025-06-04T07:22:20.882Z] #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-04T07:22:20.882Z] #205 DONE 0.1s [2025-06-04T07:22:20.882Z] [2025-06-04T07:22:20.882Z] #106 [core-data] exporting to image [2025-06-04T07:22:20.882Z] #106 ... [2025-06-04T07:22:20.882Z] [2025-06-04T07:22:20.882Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:20.882Z] #206 CACHED [2025-06-04T07:22:20.882Z] [2025-06-04T07:22:20.882Z] #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:20.882Z] #207 CACHED [2025-06-04T07:22:21.139Z] [2025-06-04T07:22:21.139Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-04T07:22:21.139Z] #208 DONE 0.2s [2025-06-04T07:22:21.139Z] [2025-06-04T07:22:21.139Z] #106 [core-data] exporting to image [2025-06-04T07:22:21.139Z] #106 exporting layers 0.3s done [2025-06-04T07:22:21.139Z] #106 writing image sha256:cfe86456778d726879dc81202bf303b3d6065c70ed8872c026196750e0369472 0.0s done [2025-06-04T07:22:21.139Z] #106 naming to docker.io/library/core-data 0.0s done [2025-06-04T07:22:21.139Z] #106 ... [2025-06-04T07:22:21.139Z] [2025-06-04T07:22:21.139Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-04T07:22:21.139Z] #209 DONE 0.1s [2025-06-04T07:22:21.139Z] [2025-06-04T07:22:21.139Z] #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-04T07:22:21.139Z] #203 DONE 0.7s [2025-06-04T07:22:21.139Z] [2025-06-04T07:22:21.139Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-04T07:22:21.140Z] #210 DONE 0.1s [2025-06-04T07:22:21.140Z] [2025-06-04T07:22:21.140Z] #106 [security-proxy-auth] exporting to image [2025-06-04T07:22:21.397Z] #106 ... [2025-06-04T07:22:21.397Z] [2025-06-04T07:22:21.397Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-04T07:22:21.397Z] #144 DONE 164.6s [2025-06-04T07:22:21.397Z] [2025-06-04T07:22:21.397Z] #106 [security-proxy-auth] exporting to image [2025-06-04T07:22:21.397Z] #106 exporting layers 0.3s done [2025-06-04T07:22:21.397Z] #106 writing image sha256:3e0ee297e4833f2536dcc6f2e2b30f6ba3a9e27ef6a07560a6020fd7017231f2 done [2025-06-04T07:22:21.397Z] #106 naming to docker.io/library/security-proxy-auth done [2025-06-04T07:22:21.654Z] #106 ... [2025-06-04T07:22:21.654Z] [2025-06-04T07:22:21.654Z] #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:21.654Z] #211 DONE 0.0s [2025-06-04T07:22:21.911Z] [2025-06-04T07:22:21.911Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-04T07:22:21.911Z] #212 DONE 0.1s [2025-06-04T07:22:21.911Z] [2025-06-04T07:22:21.911Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-04T07:22:21.911Z] #213 DONE 0.0s [2025-06-04T07:22:21.911Z] [2025-06-04T07:22:21.911Z] #106 [core-keeper] exporting to image [2025-06-04T07:22:21.911Z] #106 exporting layers 0.1s done [2025-06-04T07:22:21.911Z] #106 writing image sha256:7f915853744f5d84256baad60d7a1487bb77f30a96bd28083fe1c2ce22d152d8 done [2025-06-04T07:22:21.911Z] #106 naming to docker.io/library/core-keeper done [2025-06-04T07:22:22.169Z] #106 exporting layers 1.0s done [2025-06-04T07:22:22.169Z] #106 writing image sha256:e0d59406b64b6569ef0236d8e75a95fd986f1cce1004261456b714a539637b3d done [2025-06-04T07:22:22.169Z] #106 naming to docker.io/library/core-metadata done [2025-06-04T07:22:22.169Z] #106 DONE 5.0s [2025-06-04T07:22:22.169Z] [2025-06-04T07:22:22.169Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-04T07:22:24.072Z] #42 ... [2025-06-04T07:22:24.072Z] [2025-06-04T07:22:24.072Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-04T07:22:24.072Z] #149 DONE 166.9s [2025-06-04T07:22:24.072Z] [2025-06-04T07:22:24.072Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-04T07:22:24.072Z] #154 ... [2025-06-04T07:22:24.072Z] [2025-06-04T07:22:24.072Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:24.072Z] #214 DONE 0.1s [2025-06-04T07:22:24.072Z] [2025-06-04T07:22:24.072Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:24.072Z] #215 DONE 0.0s [2025-06-04T07:22:24.072Z] [2025-06-04T07:22:24.072Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-04T07:22:24.333Z] #216 DONE 0.1s [2025-06-04T07:22:24.333Z] [2025-06-04T07:22:24.333Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-04T07:22:24.333Z] #217 DONE 0.0s [2025-06-04T07:22:24.333Z] [2025-06-04T07:22:24.333Z] #106 [support-scheduler] exporting to image [2025-06-04T07:22:24.593Z] #106 ... [2025-06-04T07:22:24.593Z] [2025-06-04T07:22:24.593Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-04T07:22:24.593Z] #154 DONE 167.6s [2025-06-04T07:22:24.593Z] [2025-06-04T07:22:24.593Z] #106 [support-scheduler] exporting to image [2025-06-04T07:22:24.593Z] #106 exporting layers 0.2s done [2025-06-04T07:22:24.593Z] #106 writing image sha256:b3f124210858c47e9705a1610fcb99d39e631505ac77d9498607d05c8e35847a done [2025-06-04T07:22:24.593Z] #106 naming to docker.io/library/support-scheduler 0.0s done [2025-06-04T07:22:24.593Z] #106 DONE 5.3s [2025-06-04T07:22:24.593Z] [2025-06-04T07:22:24.593Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-04T07:22:24.593Z] #218 DONE 0.1s [2025-06-04T07:22:24.593Z] [2025-06-04T07:22:24.593Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-04T07:22:24.593Z] #42 ... [2025-06-04T07:22:24.593Z] [2025-06-04T07:22:24.593Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-04T07:22:24.593Z] #219 DONE 0.0s [2025-06-04T07:22:24.593Z] [2025-06-04T07:22:24.593Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-04T07:22:24.851Z] #220 DONE 0.1s [2025-06-04T07:22:24.851Z] [2025-06-04T07:22:24.851Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-04T07:22:24.851Z] #221 DONE 0.0s [2025-06-04T07:22:24.851Z] [2025-06-04T07:22:24.851Z] #106 [support-notifications] exporting to image [2025-06-04T07:22:25.110Z] #106 exporting layers 0.2s done [2025-06-04T07:22:25.110Z] #106 writing image sha256:2abd49fab547cbdc9e572bf69d8db46f6cdced1ad4d65db79423d0741dafe369 done [2025-06-04T07:22:25.110Z] #106 naming to docker.io/library/support-notifications done [2025-06-04T07:22:25.110Z] #106 DONE 5.5s [2025-06-04T07:22:25.110Z] [2025-06-04T07:22:25.110Z] #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-04T07:22:25.110Z] time="2025-06-04T07:18:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-04T07:22:25.139Z] $ docker stop --time=1 9d25e20b849899d8e237093eeda5fc91a73770649442e232b95a6ba6b4448b8b [2025-06-04T07:22:26.444Z] $ docker rm -f --volumes 9d25e20b849899d8e237093eeda5fc91a73770649442e232b95a6ba6b4448b8b [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-04T07:22:26.853Z] + docker images [2025-06-04T07:22:26.853Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-04T07:22:26.853Z] support-scheduler latest b3f124210858 2 seconds ago 48.8MB [2025-06-04T07:22:26.853Z] support-notifications latest 2abd49fab547 2 seconds ago 52.4MB [2025-06-04T07:22:26.853Z] security-proxy-auth latest 3e0ee297e483 5 seconds ago 31.7MB [2025-06-04T07:22:26.853Z] core-metadata latest e0d59406b64b 5 seconds ago 33.1MB [2025-06-04T07:22:26.853Z] core-keeper latest 7f915853744f 5 seconds ago 32.5MB [2025-06-04T07:22:26.853Z] security-spiffe-token-provider latest 883e6265716c 6 seconds ago 47.7MB [2025-06-04T07:22:26.853Z] core-data latest cfe86456778d 6 seconds ago 32.9MB [2025-06-04T07:22:26.853Z] security-secretstore-setup latest 181ff1b9e9b3 9 seconds ago 68.7MB [2025-06-04T07:22:26.853Z] security-proxy-setup latest 50aadc4e7919 11 seconds ago 38.5MB [2025-06-04T07:22:26.854Z] core-command latest 4a68e2126f45 12 seconds ago 28.4MB [2025-06-04T07:22:26.854Z] core-common-config-bootstrapper latest 6369d4e8be84 About a minute ago 17.1MB [2025-06-04T07:22:26.854Z] security-bootstrapper latest ec2874eade81 About a minute ago 20.4MB [2025-06-04T07:22:26.854Z] security-spire-config latest 115610e71013 3 minutes ago 149MB [2025-06-04T07:22:26.854Z] security-spire-agent latest 38e300bb8d52 3 minutes ago 195MB [2025-06-04T07:22:26.854Z] security-spire-server latest dd9303872f0a 3 minutes ago 149MB [2025-06-04T07:22:26.854Z] ci-base-image-x86_64 latest 071573364834 6 minutes ago 925MB [2025-06-04T07:22:26.854Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 9 days ago 573MB [2025-06-04T07:22:26.854Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 weeks ago 574MB [2025-06-04T07:22:26.854Z] 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-04T07:22:28.002Z] provisioning config files... [2025-06-04T07:22:28.011Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17882105505174493967tmp [Pipeline] { [Pipeline] sh [2025-06-04T07:22:28.354Z] + set +x [2025-06-04T07:22:28.354Z] + curl -s https://codecov.io/bash [2025-06-04T07:22:28.354Z] + bash -s -- [2025-06-04T07:22:28.614Z] [2025-06-04T07:22:28.614Z] _____ _ [2025-06-04T07:22:28.614Z] / ____| | | [2025-06-04T07:22:28.614Z] | | ___ __| | ___ ___ _____ __ [2025-06-04T07:22:28.615Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-04T07:22:28.615Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-04T07:22:28.615Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-04T07:22:28.615Z] Bash-1.0.6 [2025-06-04T07:22:28.615Z] [2025-06-04T07:22:28.615Z] [2025-06-04T07:22:28.615Z] ==> git version 2.25.1 found [2025-06-04T07:22:28.615Z] ==> 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-04T07:22:28.615Z] Release-Date: 2020-01-08 [2025-06-04T07:22:28.615Z] 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-04T07:22:28.615Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-04T07:22:28.615Z] ==> Jenkins CI detected. [2025-06-04T07:22:28.615Z] current dir:  /w/workspace/edgex-go/1 [2025-06-04T07:22:28.615Z] project root: . [2025-06-04T07:22:28.615Z] --> token set from env [2025-06-04T07:22:28.615Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-04T07:22:28.615Z] ==> Running gcov in . (disable via -X gcov) [2025-06-04T07:22:28.615Z] ==> Python coveragepy not found [2025-06-04T07:22:28.615Z] ==> Searching for coverage reports in: [2025-06-04T07:22:28.615Z] + . [2025-06-04T07:22:28.615Z] -> Found 1 reports [2025-06-04T07:22:28.615Z] ==> Detecting git/mercurial file structure [2025-06-04T07:22:28.615Z] ==> Reading reports [2025-06-04T07:22:28.615Z] + ./coverage.out bytes=1661404 [2025-06-04T07:22:28.615Z] ==> Appending adjustments [2025-06-04T07:22:28.615Z] https://docs.codecov.io/docs/fixing-reports [2025-06-04T07:22:30.521Z] + Found adjustments [2025-06-04T07:22:30.521Z] ==> Gzipping contents [2025-06-04T07:22:30.521Z] 140K /tmp/codecov.0a6P1F.gz [2025-06-04T07:22:30.521Z] ==> Uploading reports [2025-06-04T07:22:30.521Z] url: https://codecov.io [2025-06-04T07:22:30.521Z] query: branch=PR-5170&commit=a7fb41388228592b3c49c4e889ff548aaa32a5cd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5170%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5170&job=&cmd_args= [2025-06-04T07:22:30.521Z] -> Pinging Codecov [2025-06-04T07:22:30.521Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-5170&commit=a7fb41388228592b3c49c4e889ff548aaa32a5cd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5170%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5170&job=&cmd_args= [2025-06-04T07:22:30.521Z] -> Uploading to [2025-06-04T07:22:30.522Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/a7fb41388228592b3c49c4e889ff548aaa32a5cd/2113a683-bab9-4e60-887e-74630c82b638.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250604%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250604T072230Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=6416e5f3c591a818ca71f930e3b02b0da3939fa0f1b41653586ab5eb82429695 [2025-06-04T07:22:30.522Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-04T07:22:30.522Z] Dload Upload Total Spent Left Speed [2025-06-04T07:22:30.522Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 673k --:--:-- --:--:-- --:--:-- 673k [2025-06-04T07:22:30.522Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a7fb41388228592b3c49c4e889ff548aaa32a5cd [Pipeline] } [2025-06-04T07:22:30.550Z] 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-04T07:22:32.136Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:22:32.471Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:22:33.376Z] ---> package-listing.sh [2025-06-04T07:22:33.376Z] ++ facter osfamily [2025-06-04T07:22:33.376Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-04T07:22:33.638Z] + OS_FAMILY=debian [2025-06-04T07:22:33.638Z] + workspace=/w/workspace/edgex-go/1 [2025-06-04T07:22:33.638Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-04T07:22:33.638Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-04T07:22:33.638Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-04T07:22:33.638Z] + PACKAGES=/tmp/packages_start.txt [2025-06-04T07:22:33.638Z] + '[' /w/workspace/edgex-go/1 ']' [2025-06-04T07:22:33.638Z] + PACKAGES=/tmp/packages_end.txt [2025-06-04T07:22:33.638Z] + case "${OS_FAMILY}" in [2025-06-04T07:22:33.638Z] + dpkg -l [2025-06-04T07:22:33.638Z] + grep '^ii' [2025-06-04T07:22:33.638Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-04T07:22:33.638Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-04T07:22:33.638Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-04T07:22:33.638Z] + '[' /w/workspace/edgex-go/1 ']' [2025-06-04T07:22:33.638Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2025-06-04T07:22:33.638Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2025-06-04T07:22:33.674Z] 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-04T07:22:33.973Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-04T07:22:34.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-04T07:22:34.604Z] [2025-06-04T07:22:34.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-04T07:22:34.992Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-04T07:22:34.992Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-04T07:22:34.992Z] 5eb5b503b376: Pulling fs layer [2025-06-04T07:22:34.992Z] 5c69ac0246d0: Pulling fs layer [2025-06-04T07:22:34.992Z] ec43610c2a17: Pulling fs layer [2025-06-04T07:22:34.992Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-04T07:22:34.992Z] 33b1e0a273af: Pulling fs layer [2025-06-04T07:22:34.992Z] 5d3b04190fa2: Pulling fs layer [2025-06-04T07:22:34.992Z] 2f39f015ded8: Pulling fs layer [2025-06-04T07:22:34.992Z] 33b1e0a273af: Waiting [2025-06-04T07:22:34.992Z] 5d3b04190fa2: Waiting [2025-06-04T07:22:34.992Z] 2f39f015ded8: Waiting [2025-06-04T07:22:34.992Z] 3a2ae6a8a46f: Waiting [2025-06-04T07:22:34.992Z] 5c69ac0246d0: Verifying Checksum [2025-06-04T07:22:34.992Z] 5c69ac0246d0: Download complete [2025-06-04T07:22:34.992Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-04T07:22:34.992Z] 3a2ae6a8a46f: Download complete [2025-06-04T07:22:35.254Z] 33b1e0a273af: Verifying Checksum [2025-06-04T07:22:35.254Z] 33b1e0a273af: Download complete [2025-06-04T07:22:35.254Z] 5d3b04190fa2: Verifying Checksum [2025-06-04T07:22:35.254Z] 5d3b04190fa2: Download complete [2025-06-04T07:22:35.254Z] ec43610c2a17: Verifying Checksum [2025-06-04T07:22:35.254Z] ec43610c2a17: Download complete [2025-06-04T07:22:35.254Z] 5eb5b503b376: Verifying Checksum [2025-06-04T07:22:35.254Z] 5eb5b503b376: Download complete [2025-06-04T07:22:35.821Z] 2f39f015ded8: Download complete [2025-06-04T07:22:36.385Z] 5eb5b503b376: Pull complete [2025-06-04T07:22:36.643Z] 5c69ac0246d0: Pull complete [2025-06-04T07:22:36.902Z] ec43610c2a17: Pull complete [2025-06-04T07:22:36.902Z] 3a2ae6a8a46f: Pull complete [2025-06-04T07:22:37.162Z] 33b1e0a273af: Pull complete [2025-06-04T07:22:37.163Z] 5d3b04190fa2: Pull complete [2025-06-04T07:22:41.351Z] 2f39f015ded8: Pull complete [2025-06-04T07:22:41.351Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-04T07:22:41.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-04T07:22:41.351Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-04T07:22:41.588Z] prd-ubuntu20.04-docker-8c-8g-2766 does not seem to be running inside a container [2025-06-04T07:22:41.611Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-04T07:22:42.781Z] $ docker top 4a7602c698c05785503f387ae4fdf8f0df0d188c705422e59ed3dc75f65f539d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-04T07:22:43.189Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-04T07:22:43.501Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-04T07:22:43.813Z] + ls /var/log/sa-host [2025-06-04T07:22:43.813Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-04T07:22:44.042Z] provisioning config files... [2025-06-04T07:22:44.052Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1573344980077513974tmp [Pipeline] { [Pipeline] echo [2025-06-04T07:22:44.117Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:22:44.437Z] ---> create-netrc.sh [Pipeline] } [2025-06-04T07:22:44.466Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:22:44.895Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-04T07:22:44.928Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:22:45.245Z] ---> sudo-logs.sh [2025-06-04T07:22:45.245Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-04T07:22:45.342Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:22:45.654Z] ---> job-cost.sh [2025-06-04T07:22:45.654Z] lf-activate-venv: SKIPPING [2025-06-04T07:22:45.654Z] INFO: No Stack... [2025-06-04T07:22:45.917Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-04T07:22:46.487Z] INFO: Archiving Costs [Pipeline] echo [2025-06-04T07:22:46.526Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-04T07:22:46.842Z] ---> logs-deploy.sh [2025-06-04T07:22:46.842Z] lf-activate-venv: SKIPPING [2025-06-04T07:22:46.842Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5170/1 [2025-06-04T07:22:46.842Z] INFO: archiving workspace using pattern(s): [2025-06-04T07:22:47.780Z] Archives upload complete. [2025-06-04T07:22:48.041Z] INFO: archiving logs to Nexus [2025-06-04T07:22:48.610Z] ---> uname -a: [2025-06-04T07:22:48.610Z] Linux prd-ubuntu20-04-docker-8c-8g-2766 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] ---> lscpu: [2025-06-04T07:22:48.610Z] Architecture: x86_64 [2025-06-04T07:22:48.610Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-04T07:22:48.610Z] Byte Order: Little Endian [2025-06-04T07:22:48.610Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-04T07:22:48.610Z] CPU(s): 8 [2025-06-04T07:22:48.610Z] On-line CPU(s) list: 0-7 [2025-06-04T07:22:48.610Z] Thread(s) per core: 1 [2025-06-04T07:22:48.610Z] Core(s) per socket: 1 [2025-06-04T07:22:48.610Z] Socket(s): 8 [2025-06-04T07:22:48.610Z] NUMA node(s): 1 [2025-06-04T07:22:48.610Z] Vendor ID: AuthenticAMD [2025-06-04T07:22:48.610Z] CPU family: 23 [2025-06-04T07:22:48.610Z] Model: 49 [2025-06-04T07:22:48.610Z] Model name: AMD EPYC-Rome Processor [2025-06-04T07:22:48.610Z] Stepping: 0 [2025-06-04T07:22:48.610Z] CPU MHz: 2799.998 [2025-06-04T07:22:48.610Z] BogoMIPS: 5599.99 [2025-06-04T07:22:48.610Z] Virtualization: AMD-V [2025-06-04T07:22:48.610Z] Hypervisor vendor: KVM [2025-06-04T07:22:48.610Z] Virtualization type: full [2025-06-04T07:22:48.610Z] L1d cache: 256 KiB [2025-06-04T07:22:48.610Z] L1i cache: 256 KiB [2025-06-04T07:22:48.610Z] L2 cache: 4 MiB [2025-06-04T07:22:48.610Z] L3 cache: 128 MiB [2025-06-04T07:22:48.610Z] NUMA node0 CPU(s): 0-7 [2025-06-04T07:22:48.610Z] Vulnerability Itlb multihit: Not affected [2025-06-04T07:22:48.610Z] Vulnerability L1tf: Not affected [2025-06-04T07:22:48.610Z] Vulnerability Mds: Not affected [2025-06-04T07:22:48.610Z] Vulnerability Meltdown: Not affected [2025-06-04T07:22:48.610Z] Vulnerability Mmio stale data: Not affected [2025-06-04T07:22:48.610Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-04T07:22:48.610Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-04T07:22:48.610Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-04T07:22:48.610Z] Vulnerability Srbds: Not affected [2025-06-04T07:22:48.610Z] Vulnerability Tsx async abort: Not affected [2025-06-04T07:22:48.610Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] ---> nproc: [2025-06-04T07:22:48.610Z] 8 [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] ---> df -h: [2025-06-04T07:22:48.610Z] Filesystem Size Used Avail Use% Mounted on [2025-06-04T07:22:48.610Z] overlay 155G 29G 126G 19% / [2025-06-04T07:22:48.610Z] tmpfs 64M 0 64M 0% /dev [2025-06-04T07:22:48.610Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-04T07:22:48.610Z] shm 64M 0 64M 0% /dev/shm [2025-06-04T07:22:48.610Z] /dev/vda1 155G 29G 126G 19% /facter-os [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] ---> sar -b -r -n DEV: [2025-06-04T07:22:48.610Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2766) 06/04/25 _x86_64_ (8 CPU) [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] 07:13:49 LINUX RESTART (8 CPU) [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] 07:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-04T07:22:48.610Z] 07:15:02 350.22 47.83 302.40 0.00 5392.57 129588.40 0.00 [2025-06-04T07:22:48.610Z] 07:16:01 189.07 1.46 187.61 0.00 43.92 60750.25 0.00 [2025-06-04T07:22:48.610Z] 07:17:01 50.88 0.03 50.85 0.00 0.27 36406.15 0.00 [2025-06-04T07:22:48.610Z] 07:18:01 38.45 0.15 38.30 0.00 2.40 20296.13 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 551.07 1.97 549.10 0.00 133.69 270782.54 0.00 [2025-06-04T07:22:48.610Z] 07:20:01 825.56 22.73 802.83 0.00 2695.37 235322.36 0.00 [2025-06-04T07:22:48.610Z] 07:21:01 418.93 0.05 418.88 0.00 0.40 123341.02 0.00 [2025-06-04T07:22:48.610Z] 07:22:01 229.85 0.02 229.84 0.00 0.13 46343.89 0.00 [2025-06-04T07:22:48.610Z] Average: 332.06 9.29 322.77 0.00 1035.61 115471.18 0.00 [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] 07:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-04T07:22:48.610Z] 07:15:02 29225932 31566412 779356 2.37 60620 2560800 1887708 5.56 1026808 2277264 1012 [2025-06-04T07:22:48.610Z] 07:16:01 27183752 31339320 970812 2.95 127128 4165904 2256888 6.65 1734428 3434096 604444 [2025-06-04T07:22:48.610Z] 07:17:01 26835956 31242004 1065620 3.24 131100 4386012 2483268 7.32 1723704 3762692 280444 [2025-06-04T07:22:48.610Z] 07:18:01 26028384 31507436 799020 2.43 135864 5392628 1803124 5.31 1778728 4458008 740704 [2025-06-04T07:22:48.610Z] 07:19:01 20103296 31272492 1009816 3.07 151424 10929812 3402536 10.03 2184732 9794156 308 [2025-06-04T07:22:48.610Z] 07:20:01 9881524 29396044 2785448 8.47 403248 18255892 9335788 27.51 5307816 16001576 972840 [2025-06-04T07:22:48.610Z] 07:21:01 6205280 28289468 3888728 11.83 418008 20697272 9857340 29.05 7554636 17313656 988 [2025-06-04T07:22:48.610Z] 07:22:01 4012916 29286676 2895108 8.80 432228 23752724 7227788 21.30 8015732 18942792 1984068 [2025-06-04T07:22:48.610Z] Average: 18684630 30487482 1774238 5.40 232452 11267630 4781805 14.09 3665823 9498030 573101 [2025-06-04T07:22:48.610Z] [2025-06-04T07:22:48.610Z] 07:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-04T07:22:48.610Z] 07:15:02 vethae061ec 578.75 535.14 48.42 2981.10 0.00 0.00 0.00 0.24 [2025-06-04T07:22:48.610Z] 07:15:02 docker0 578.75 535.03 40.51 2981.09 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:15:02 lo 4.40 4.40 0.42 0.42 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:15:02 ens3 1595.67 1482.65 10506.59 184.82 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:16:01 vethaac0cef 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:16:01 docker0 265.09 351.65 21.51 1697.81 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:16:01 lo 1.42 1.42 0.13 0.13 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:16:01 ens3 499.85 354.55 4976.15 47.42 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:17:01 vethaac0cef 1.37 1.40 0.12 0.13 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:17:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:17:01 ens3 35.15 24.96 27.31 15.84 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:18:01 vethaac0cef 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:18:01 ens3 22.18 12.82 19.80 9.25 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 veth8782722 0.52 1.02 0.05 0.25 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 veth05aa3fd 1.35 2.62 0.10 38.08 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 veth155b020 2.17 2.43 0.15 7.94 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 vetha5f02c1 2.62 1.35 38.08 0.10 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 docker0 51.05 102.92 3.15 1267.87 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 veth6700dab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 veth064c337 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 veth975b44d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.610Z] 07:19:01 veth353b583 2.43 1.40 38.07 0.10 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:19:01 lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:19:01 ens3 309.46 183.96 5225.62 169.25 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:19:01 veth843fbab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:19:01 vethc9699ab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:19:01 veth88e2b3b 1.40 2.43 0.10 38.07 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 vethfe49d25 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth8782722 0.08 0.57 0.00 0.02 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth3fa361d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth8df4831 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 docker0 498.10 805.81 43.14 7519.71 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth9ffdd37 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth9534543 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth028f081 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth1f22192 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 vethcd53cf0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth37cbd23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 veth0f237c1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 ens3 959.83 608.10 8946.12 65.82 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 vethf15b5d9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:20:01 vethb66c07c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 vethfe49d25 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth8782722 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth3fa361d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth8df4831 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 docker0 0.10 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth9ffdd37 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth9534543 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth028f081 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth1f22192 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 vethcd53cf0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth37cbd23 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 veth0f237c1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 ens3 2.52 1.78 2.04 1.15 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:21:01 vethb66c07c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 vethfe49d25 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth8782722 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth8df4831 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth9ffdd37 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth9534543 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth028f081 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth1f22192 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 vethcd53cf0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth37cbd23 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 veth0f237c1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 ens3 5.86 2.98 4.81 2.58 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] 07:22:01 vethb66c07c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: vethfe49d25 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth8782722 0.09 0.21 0.01 0.04 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth8df4831 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: docker0 174.11 224.34 13.54 1683.30 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth9ffdd37 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth9534543 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth028f081 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth1f22192 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: vethcd53cf0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth37cbd23 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: lo 0.99 0.99 0.09 0.09 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: veth0f237c1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: ens3 428.65 333.91 3710.83 62.04 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] Average: vethb66c07c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-04T07:22:48.611Z] [2025-06-04T07:22:48.611Z]