Pull request #5029 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 01e08a35a9f313a041a5f853bc5d2953931ac199+ba285599d092cd88ba2ac7c49c113d850730d643 (889fe55d13c620705c40e8f3d7cde72262043101) 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-ssh3059493619405021122.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6034862375315759860.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-5029/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-5029/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8227160550819397328.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-5029/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16921647505186257848.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13307237470278972757.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-5029/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-5029/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7586460091446253724.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 7928b8837ad34b090831a72fcdf53bff9dae4c17 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-34975 in /w/workspace/edgexfoundry_edgex-go_PR-5029 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/5029/head:refs/remotes/origin/PR-5029 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ba285599d092cd88ba2ac7c49c113d850730d643 into PR head commit 01e08a35a9f313a041a5f853bc5d2953931ac199 Merge succeeded, producing 01e08a35a9f313a041a5f853bc5d2953931ac199 Checking out Revision 01e08a35a9f313a041a5f853bc5d2953931ac199 (PR-5029) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 7928b8837ad34b090831a72fcdf53bff9dae4c17 > git config core.sparsecheckout # timeout=10 > git checkout -f 01e08a35a9f313a041a5f853bc5d2953931ac199 # 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 ba285599d092cd88ba2ac7c49c113d850730d643 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01e08a35a9f313a041a5f853bc5d2953931ac199 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-12-12T19:28:14.267Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-12-12T19:28:14.477Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-12-12T19:28:14.604Z] ========================================================= [2024-12-12T19:28:14.604Z] EdgeX Global Pipelines Version Info [2024-12-12T19:28:14.604Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:28:15.744Z] ------------------- [2024-12-12T19:28:15.744Z] stable info: [2024-12-12T19:28:15.744Z] ------------------- [2024-12-12T19:28:15.744Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-12-12T19:28:15.744Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2024-12-12T19:28:15.744Z] Message: update stable to v1.0.269 [2024-12-12T19:28:16.008Z] ------------------- [2024-12-12T19:28:16.008Z] experimental info: [2024-12-12T19:28:16.008Z] ------------------- [2024-12-12T19:28:16.008Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-12-12T19:28:16.008Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2024-12-12T19:28:16.008Z] Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-12-12T19:28:16.227Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-12-12T19:28:16.286Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-12-12T19:28:16.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-12-12T19:28:16.405Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-12-12T19:28:16.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-12-12T19:28:16.536Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-12-12T19:28:16.590Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-12-12T19:28:16.654Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-12-12T19:28:16.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-12-12T19:28:16.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-12-12T19:28:16.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-12-12T19:28:16.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-12-12T19:28:16.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-12-12T19:28:16.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-12-12T19:28:17.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-12-12T19:28:17.095Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-12-12T19:28:17.151Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-12-12T19:28:17.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-12-12T19:28:17.266Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-12-12T19:28:17.321Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2024-12-12T19:28:17.376Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-12-12T19:28:17.432Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-12-12T19:28:17.486Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-12-12T19:28:17.543Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5029 [Pipeline] echo [2024-12-12T19:28:17.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5029 [Pipeline] echo [2024-12-12T19:28:17.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5029 [Pipeline] echo [2024-12-12T19:28:17.721Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] echo [2024-12-12T19:28:17.781Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01e08a3 [Pipeline] echo [2024-12-12T19:28:17.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-12-12T19:28:17.981Z] provisioning config files... [2024-12-12T19:28:17.996Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16066853578172081044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:28:18.382Z] ---> ****-login.sh [2024-12-12T19:28:18.382Z] nexus3.edgexfoundry.org:10001 [2024-12-12T19:28:18.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-12-12T19:28:18.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-12-12T19:28:18.643Z] Configure a credential helper to remove this warning. See [2024-12-12T19:28:18.643Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-12-12T19:28:18.643Z] [2024-12-12T19:28:18.643Z] Login Succeeded [2024-12-12T19:28:18.643Z] nexus3.edgexfoundry.org:10002 [2024-12-12T19:28:18.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-12-12T19:28:18.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-12-12T19:28:18.904Z] Configure a credential helper to remove this warning. See [2024-12-12T19:28:18.904Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-12-12T19:28:18.904Z] [2024-12-12T19:28:18.904Z] Login Succeeded [2024-12-12T19:28:18.904Z] nexus3.edgexfoundry.org:10003 [2024-12-12T19:28:18.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-12-12T19:28:18.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-12-12T19:28:18.905Z] Configure a credential helper to remove this warning. See [2024-12-12T19:28:18.905Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-12-12T19:28:18.905Z] [2024-12-12T19:28:18.905Z] Login Succeeded [2024-12-12T19:28:18.905Z] nexus3.edgexfoundry.org:10004 [2024-12-12T19:28:18.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-12-12T19:28:18.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-12-12T19:28:18.905Z] Configure a credential helper to remove this warning. See [2024-12-12T19:28:18.905Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-12-12T19:28:18.905Z] [2024-12-12T19:28:18.905Z] Login Succeeded [2024-12-12T19:28:18.905Z] ****.io [2024-12-12T19:28:19.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-12-12T19:28:19.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-12-12T19:28:19.164Z] Configure a credential helper to remove this warning. See [2024-12-12T19:28:19.164Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-12-12T19:28:19.164Z] [2024-12-12T19:28:19.164Z] Login Succeeded [2024-12-12T19:28:19.164Z] ---> ****-login.sh ends [Pipeline] } [2024-12-12T19:28:19.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-12-12T19:28:19.653Z] + 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 [2024-12-12T19:28:19.653Z] + dirname cmd/core-command/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo core-command,cmd/core-command/Dockerfile [2024-12-12T19:28:19.653Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-12-12T19:28:19.653Z] cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-12-12T19:28:19.653Z] + + dirname cmd/core-data/Dockerfile [2024-12-12T19:28:19.653Z] cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo core-data,cmd/core-data/Dockerfile [2024-12-12T19:28:19.653Z] + + dirname cmd/core-keeper/Dockerfile [2024-12-12T19:28:19.653Z] cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-12-12T19:28:19.653Z] + + cut -d/ -f2 [2024-12-12T19:28:19.653Z] dirname cmd/core-metadata/Dockerfile [2024-12-12T19:28:19.653Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-12-12T19:28:19.653Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-12-12T19:28:19.653Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-12-12T19:28:19.653Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-12-12T19:28:19.653Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-12-12T19:28:19.653Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-12-12T19:28:19.653Z] cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-12-12T19:28:19.653Z] + dirname cmd/security-spire-agent/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-12-12T19:28:19.653Z] + dirname cmd/security-spire-config/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + dirname cmd/security-spire-server/Dockerfile [2024-12-12T19:28:19.653Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-12-12T19:28:19.653Z] + dirname cmd/support-notifications/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-12-12T19:28:19.653Z] + cut -d/ -f2 [2024-12-12T19:28:19.653Z] + dirname cmd/support-scheduler/Dockerfile [2024-12-12T19:28:19.653Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-12-12T19:28:19.732Z] 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 [2024-12-12T19:28:20.278Z] + git rev-list -1 --merges 01e08a35a9f313a041a5f853bc5d2953931ac199~1..01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] echo [2024-12-12T19:28:20.316Z] -----------> git rev-list -1 --merges 01e08a35a9f313a041a5f853bc5d2953931ac199~1..01e08a35a9f313a041a5f853bc5d2953931ac199 01e08a35a9f313a041a5f853bc5d2953931ac199 [false] [Pipeline] sh [2024-12-12T19:28:20.638Z] + git log --format=format:%s -1 01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] echo [2024-12-12T19:28:20.678Z] ========================================================= [2024-12-12T19:28:20.678Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-12-12T19:28:20.678Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-12-12T19:28:21.143Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-12-12T19:28:21.143Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-12-12T19:28:21.143Z] + [ -e /tmp/ssh_known_hosts ] [2024-12-12T19:28:21.143Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-12-12T19:28:21.143Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-12-12T19:28:21.143Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-12-12T19:28:21.143Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-12-12T19:28:21.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-12-12T19:28:21.583Z] [2024-12-12T19:28:21.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-12-12T19:28:21.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-12-12T19:28:21.984Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-12-12T19:28:21.984Z] b85a868b505f: Pulling fs layer [2024-12-12T19:28:21.984Z] e2be974225ed: Pulling fs layer [2024-12-12T19:28:21.984Z] 339a4e72a1f5: Pulling fs layer [2024-12-12T19:28:21.984Z] 988bab9f4d93: Pulling fs layer [2024-12-12T19:28:21.984Z] 1469e6f7b9e6: Pulling fs layer [2024-12-12T19:28:21.984Z] eaf3925da568: Pulling fs layer [2024-12-12T19:28:21.984Z] bab4dde63d76: Pulling fs layer [2024-12-12T19:28:21.984Z] bde34c3a00c8: Pulling fs layer [2024-12-12T19:28:21.984Z] b352a97aabf1: Pulling fs layer [2024-12-12T19:28:21.984Z] 4872d77fe225: Pulling fs layer [2024-12-12T19:28:21.984Z] 5851b861e8e6: Pulling fs layer [2024-12-12T19:28:21.984Z] bab4dde63d76: Waiting [2024-12-12T19:28:21.984Z] bde34c3a00c8: Waiting [2024-12-12T19:28:21.984Z] b352a97aabf1: Waiting [2024-12-12T19:28:21.984Z] 4872d77fe225: Waiting [2024-12-12T19:28:21.984Z] 5851b861e8e6: Waiting [2024-12-12T19:28:21.984Z] 988bab9f4d93: Waiting [2024-12-12T19:28:21.984Z] 1469e6f7b9e6: Waiting [2024-12-12T19:28:21.984Z] eaf3925da568: Waiting [2024-12-12T19:28:21.984Z] e2be974225ed: Verifying Checksum [2024-12-12T19:28:21.984Z] e2be974225ed: Download complete [2024-12-12T19:28:21.984Z] 988bab9f4d93: Verifying Checksum [2024-12-12T19:28:21.984Z] 988bab9f4d93: Download complete [2024-12-12T19:28:21.984Z] 1469e6f7b9e6: Verifying Checksum [2024-12-12T19:28:21.984Z] 1469e6f7b9e6: Download complete [2024-12-12T19:28:21.984Z] eaf3925da568: Verifying Checksum [2024-12-12T19:28:21.984Z] eaf3925da568: Download complete [2024-12-12T19:28:21.984Z] 339a4e72a1f5: Verifying Checksum [2024-12-12T19:28:21.984Z] 339a4e72a1f5: Download complete [2024-12-12T19:28:22.244Z] b352a97aabf1: Verifying Checksum [2024-12-12T19:28:22.244Z] b352a97aabf1: Download complete [2024-12-12T19:28:22.244Z] 4872d77fe225: Download complete [2024-12-12T19:28:22.244Z] 5851b861e8e6: Verifying Checksum [2024-12-12T19:28:22.244Z] 5851b861e8e6: Download complete [2024-12-12T19:28:22.244Z] b85a868b505f: Verifying Checksum [2024-12-12T19:28:22.244Z] b85a868b505f: Download complete [2024-12-12T19:28:22.503Z] bab4dde63d76: Verifying Checksum [2024-12-12T19:28:22.503Z] bab4dde63d76: Download complete [2024-12-12T19:28:23.437Z] b85a868b505f: Pull complete [2024-12-12T19:28:23.437Z] e2be974225ed: Pull complete [2024-12-12T19:28:24.007Z] 339a4e72a1f5: Pull complete [2024-12-12T19:28:24.007Z] 988bab9f4d93: Pull complete [2024-12-12T19:28:24.267Z] 1469e6f7b9e6: Pull complete [2024-12-12T19:28:24.267Z] eaf3925da568: Pull complete [2024-12-12T19:28:26.169Z] bab4dde63d76: Pull complete [2024-12-12T19:28:26.169Z] bde34c3a00c8: Pull complete [2024-12-12T19:28:26.169Z] b352a97aabf1: Pull complete [2024-12-12T19:28:26.169Z] 4872d77fe225: Pull complete [2024-12-12T19:28:26.169Z] 5851b861e8e6: Pull complete [2024-12-12T19:28:26.169Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-12-12T19:28:26.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-12-12T19:28:26.169Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-12-12T19:28:26.460Z] prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container [2024-12-12T19:28:26.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-12-12T19:28:29.919Z] $ docker top 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef -eo pid,comm [2024-12-12T19:28:29.969Z] 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). [2024-12-12T19:28:29.969Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-12-12T19:28:30.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-12-12T19:28:30.128Z] [ssh-agent] Looking for ssh-agent implementation... [2024-12-12T19:28:30.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-12-12T19:28:30.244Z] $ docker exec 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent [2024-12-12T19:28:30.346Z] SSH_AUTH_SOCK=/tmp/ssh-eApsb7cLVRYQ/agent.31 [2024-12-12T19:28:30.346Z] SSH_AGENT_PID=37 [2024-12-12T19:28:30.351Z] Running ssh-add (command line suppressed) [2024-12-12T19:28:30.439Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8214627094208431906.key (/w/workspace/edgex-go/1@tmp/private_key_8214627094208431906.key) [2024-12-12T19:28:30.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-12-12T19:28:30.793Z] + git tag --points-at HEAD [Pipeline] } [2024-12-12T19:28:30.816Z] $ docker exec --env ******** --env ******** 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent -k [2024-12-12T19:28:30.909Z] unset SSH_AUTH_SOCK; [2024-12-12T19:28:30.910Z] unset SSH_AGENT_PID; [2024-12-12T19:28:30.910Z] echo Agent pid 37 killed; [2024-12-12T19:28:30.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-12-12T19:28:31.028Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-12-12T19:28:31.028Z] [ssh-agent] Looking for ssh-agent implementation... [2024-12-12T19:28:31.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-12-12T19:28:31.143Z] $ docker exec 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent [2024-12-12T19:28:31.239Z] SSH_AUTH_SOCK=/tmp/ssh-x76JP1SxaG6c/agent.70 [2024-12-12T19:28:31.239Z] SSH_AGENT_PID=76 [2024-12-12T19:28:31.244Z] Running ssh-add (command line suppressed) [2024-12-12T19:28:31.331Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11036952839376604869.key (/w/workspace/edgex-go/1@tmp/private_key_11036952839376604869.key) [2024-12-12T19:28:31.345Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-12-12T19:28:31.692Z] + git semver init [2024-12-12T19:28:31.952Z] 2024-12-12 19:28:31,858 [run_init] DEBUG init version:0.0.0 force:False [2024-12-12T19:28:31.952Z] 2024-12-12 19:28:31,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-12-12T19:28:31.952Z] 2024-12-12 19:28:31,859 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-12-12T19:28:31.952Z] 2024-12-12 19:28:31,859 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,429 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-5029 with force:False [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,430 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5029 [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,434 [execute] INFO git cat-file --batch-check [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,434 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,439 [execute] INFO git cat-file --batch [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,440 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-12-12T19:28:38.527Z] 2024-12-12 19:28:37,445 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5029 [2024-12-12T19:28:38.527Z] 0.0.0 [Pipeline] } [2024-12-12T19:28:38.558Z] $ docker exec --env ******** --env ******** 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent -k [2024-12-12T19:28:38.653Z] unset SSH_AUTH_SOCK; [2024-12-12T19:28:38.653Z] unset SSH_AGENT_PID; [2024-12-12T19:28:38.653Z] echo Agent pid 76 killed; [2024-12-12T19:28:38.663Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-12-12T19:28:39.124Z] + git semver [Pipeline] } [2024-12-12T19:28:39.413Z] $ docker stop --time=1 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef [2024-12-12T19:28:40.756Z] $ docker rm -f --volumes 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef [Pipeline] // withDockerContainer [Pipeline] sh [2024-12-12T19:28:41.187Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-12-12T19:28:41.503Z] Stashed 1 file(s) [Pipeline] echo [2024-12-12T19:28:41.527Z] [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] } [2024-12-12T19:28:42.846Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-12-12T19:28:42.889Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-12-12T19:28:42.942Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-12-12T19:28:42.989Z] ========================================================= [2024-12-12T19:28:42.989Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-12-12T19:28:42.989Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-12-12T19:28:43.365Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-12-12T19:28:43.366Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-12-12T19:28:43.366Z] 43c4264eed91: Pulling fs layer [2024-12-12T19:28:43.366Z] 4cc291be95ef: Pulling fs layer [2024-12-12T19:28:43.366Z] 2ac1f1163629: Pulling fs layer [2024-12-12T19:28:43.366Z] 5c3c966382ef: Pulling fs layer [2024-12-12T19:28:43.366Z] 4f4fb700ef54: Pulling fs layer [2024-12-12T19:28:43.366Z] 5d5c8e513c77: Pulling fs layer [2024-12-12T19:28:43.366Z] 9f66e0745190: Pulling fs layer [2024-12-12T19:28:43.366Z] f49a43e4bbc0: Pulling fs layer [2024-12-12T19:28:43.366Z] 561ebcabdf7f: Pulling fs layer [2024-12-12T19:28:43.366Z] 5d5c8e513c77: Waiting [2024-12-12T19:28:43.366Z] 9f66e0745190: Waiting [2024-12-12T19:28:43.366Z] 561ebcabdf7f: Waiting [2024-12-12T19:28:43.366Z] 4f4fb700ef54: Waiting [2024-12-12T19:28:43.366Z] f49a43e4bbc0: Waiting [2024-12-12T19:28:43.366Z] 4cc291be95ef: Verifying Checksum [2024-12-12T19:28:43.366Z] 4cc291be95ef: Download complete [2024-12-12T19:28:43.366Z] 5c3c966382ef: Download complete [2024-12-12T19:28:43.366Z] 4f4fb700ef54: Verifying Checksum [2024-12-12T19:28:43.366Z] 4f4fb700ef54: Download complete [2024-12-12T19:28:43.366Z] 5d5c8e513c77: Verifying Checksum [2024-12-12T19:28:43.366Z] 5d5c8e513c77: Download complete [2024-12-12T19:28:43.366Z] 43c4264eed91: Download complete [2024-12-12T19:28:43.366Z] 9f66e0745190: Verifying Checksum [2024-12-12T19:28:43.366Z] 9f66e0745190: Download complete [2024-12-12T19:28:43.625Z] 561ebcabdf7f: Verifying Checksum [2024-12-12T19:28:43.625Z] 561ebcabdf7f: Download complete [2024-12-12T19:28:43.625Z] 43c4264eed91: Pull complete [2024-12-12T19:28:43.885Z] 4cc291be95ef: Pull complete [2024-12-12T19:28:43.885Z] 2ac1f1163629: Download complete [2024-12-12T19:28:44.454Z] f49a43e4bbc0: Verifying Checksum [2024-12-12T19:28:44.454Z] f49a43e4bbc0: Download complete [2024-12-12T19:28:47.735Z] 2ac1f1163629: Pull complete [2024-12-12T19:28:47.735Z] 5c3c966382ef: Pull complete [2024-12-12T19:28:47.735Z] 4f4fb700ef54: Pull complete [2024-12-12T19:28:47.735Z] 5d5c8e513c77: Pull complete [2024-12-12T19:28:47.735Z] 9f66e0745190: Pull complete [2024-12-12T19:28:50.275Z] f49a43e4bbc0: Pull complete [2024-12-12T19:28:50.535Z] 561ebcabdf7f: Pull complete [2024-12-12T19:28:50.535Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-12-12T19:28:50.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-12-12T19:28:50.794Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-12-12T19:28:51.175Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-12-12T19:28:51.175Z] WORKDIR /edgex [2024-12-12T19:28:51.175Z] COPY go.mod . [2024-12-12T19:28:51.175Z] RUN go mod download [2024-12-12T19:28:51.175Z] + docker build -t ci-base-image-x86_64 -f - . [2024-12-12T19:28:51.742Z] Sending build context to Docker daemon 178.2MB [2024-12-12T19:28:51.742Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-12-12T19:28:51.742Z] ---> 3a752c3f9dda [2024-12-12T19:28:51.742Z] Step 2/4 : WORKDIR /edgex [2024-12-12T19:28:55.939Z] ---> Running in f7452a209d2d [2024-12-12T19:28:55.939Z] Removing intermediate container f7452a209d2d [2024-12-12T19:28:55.939Z] ---> 2b0beadc026e [2024-12-12T19:28:55.939Z] Step 3/4 : COPY go.mod . [2024-12-12T19:28:56.199Z] ---> 940948b09caa [2024-12-12T19:28:56.199Z] Step 4/4 : RUN go mod download [2024-12-12T19:28:56.199Z] ---> Running in 8d2a2700d95a [2024-12-12T19:29:18.170Z] Removing intermediate container 8d2a2700d95a [2024-12-12T19:29:18.170Z] ---> 26566d2a2ebd [2024-12-12T19:29:18.170Z] Successfully built 26566d2a2ebd [2024-12-12T19:29:18.170Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-12-12T19:29:18.577Z] + docker inspect -f . ci-base-image-x86_64 [2024-12-12T19:29:18.577Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-12-12T19:29:18.755Z] prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container [2024-12-12T19:29:18.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-12-12T19:29:19.187Z] $ docker top b6fa404f7a86c158722b26a4e64cf3e610af159b8b79bdc91e9a06a7a928e850 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-12-12T19:29:19.599Z] + go version [2024-12-12T19:29:19.599Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-12-12T19:29:19.634Z] $ docker stop --time=1 b6fa404f7a86c158722b26a4e64cf3e610af159b8b79bdc91e9a06a7a928e850 [2024-12-12T19:29:20.904Z] $ docker rm -f --volumes b6fa404f7a86c158722b26a4e64cf3e610af159b8b79bdc91e9a06a7a928e850 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-12-12T19:29:21.702Z] + docker inspect -f . ci-base-image-x86_64 [2024-12-12T19:29:21.702Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-12-12T19:29:21.851Z] prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container [2024-12-12T19:29:21.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-12-12T19:29:22.234Z] $ docker top c7379886be3bde38d8c70ffd02f465c29464afe766dacb13b07f1522b47cd510 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-12-12T19:29:22.363Z] ========================================================= [2024-12-12T19:29:22.363Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-12-12T19:29:22.363Z] ========================================================= [Pipeline] sh [2024-12-12T19:29:22.665Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-12-12T19:29:23.046Z] + make test [2024-12-12T19:29:23.046Z] go test -race -coverprofile=coverage.out ./... [2024-12-12T19:29:31.166Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-12-12T19:29:57.701Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-12-12T19:29:58.267Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-12-12T19:29:58.267Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2024-12-12T19:29:58.267Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-12-12T19:29:59.638Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-12-12T19:29:59.638Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-12-12T19:30:00.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements [2024-12-12T19:30:00.573Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-12-12T19:30:00.573Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-12-12T19:30:00.573Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-12-12T19:30:01.140Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-12-12T19:30:01.140Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-12-12T19:30:01.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements [2024-12-12T19:30:01.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-12-12T19:30:01.982Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-12-12T19:30:01.982Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-12-12T19:30:01.982Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-12-12T19:30:01.982Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-12-12T19:30:01.982Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-12-12T19:30:01.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-12-12T19:30:01.982Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-12-12T19:30:01.982Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-12-12T19:30:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-12-12T19:30:03.363Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-12-12T19:30:03.363Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-12-12T19:30:03.363Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-12-12T19:30:03.363Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-12-12T19:30:04.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-12-12T19:30:04.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-12-12T19:30:04.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements [2024-12-12T19:30:04.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.044s coverage: 48.4% of statements [2024-12-12T19:30:05.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.414s coverage: 93.4% of statements [2024-12-12T19:30:05.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.056s coverage: 91.7% of statements [2024-12-12T19:30:05.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.068s coverage: 9.4% of statements [2024-12-12T19:30:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-12-12T19:30:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-12-12T19:30:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-12-12T19:30:07.030Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-12-12T19:30:08.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.442s coverage: 95.8% of statements [2024-12-12T19:30:08.405Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2024-12-12T19:30:08.405Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-12-12T19:30:08.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-12-12T19:30:08.663Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-12-12T19:30:09.608Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.026s coverage: 0.0% of statements [no tests to run] [2024-12-12T19:30:09.867Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.1% of statements [2024-12-12T19:30:09.867Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.024s coverage: 44.2% of statements [2024-12-12T19:30:09.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.019s coverage: 40.0% of statements [2024-12-12T19:30:10.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements [2024-12-12T19:30:10.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.032s coverage: 94.1% of statements [2024-12-12T19:30:10.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements [2024-12-12T19:30:10.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.014s coverage: 87.5% of statements [2024-12-12T19:30:10.384Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-12-12T19:30:10.384Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-12-12T19:30:10.384Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-12-12T19:30:10.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-12-12T19:30:10.643Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-12-12T19:30:10.643Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-12-12T19:30:10.643Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-12-12T19:30:12.022Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-12-12T19:30:12.022Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-12-12T19:30:12.022Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-12-12T19:30:12.590Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-12-12T19:30:12.590Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-12-12T19:30:12.590Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-12-12T19:30:12.590Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-12-12T19:30:13.157Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-12-12T19:30:13.157Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-12-12T19:30:13.415Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-12-12T19:30:14.352Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-12-12T19:30:15.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-12-12T19:30:16.227Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-12-12T19:30:16.227Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-12-12T19:30:18.760Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-12-12T19:30:18.760Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-12-12T19:30:18.760Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-12-12T19:30:19.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-12-12T19:30:19.695Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-12-12T19:30:19.695Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-12-12T19:30:20.263Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-12-12T19:30:20.263Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-12-12T19:30:20.263Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-12-12T19:30:20.263Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-12-12T19:30:21.642Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-12-12T19:30:21.642Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-12-12T19:30:21.642Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-12-12T19:30:21.642Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-12-12T19:30:23.021Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-12-12T19:30:23.021Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2024-12-12T19:30:23.021Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-12-12T19:30:23.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.071s coverage: 94.4% of statements [2024-12-12T19:30:24.398Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2024-12-12T19:30:24.398Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2024-12-12T19:30:24.398Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2024-12-12T19:30:25.333Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-12-12T19:30:25.333Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.045s coverage: 92.9% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.034s coverage: 66.7% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 75.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.024s coverage: 87.2% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.013s coverage: 17.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.072s coverage: 81.8% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.056s coverage: 82.1% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.115s coverage: 63.1% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.137s coverage: 36.8% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.050s coverage: 17.2% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.092s coverage: 95.7% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.040s coverage: 9.0% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.072s coverage: 97.7% of statements [2024-12-12T19:30:31.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.029s coverage: 45.8% of statements [2024-12-12T19:30:31.912Z] 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 [2024-12-12T19:30:31.912Z] running golangci-lint [2024-12-12T19:30:32.171Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-12-12T19:30:32.171Z] go version go1.23.2 linux/amd64 [2024-12-12T19:30:32.431Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-12-12T19:30:32.431Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-12-12T19:30:32.431Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-12-12T19:30:54.368Z] level=info msg="[loader] Go packages loading at mode 575 (files|imports|name|compiled_files|exports_file|types_sizes|deps) took 22.083364684s" [2024-12-12T19:30:54.368Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.458594ms" [2024-12-12T19:31:06.598Z] level=info msg="[linters_context/goanalysis] analyzers took 1m26.730270233s with top 10 stages: buildir: 53.336119831s, gosec: 3.540622487s, inspect: 2.241161762s, fact_deprecated: 2.180314254s, printf: 1.758188043s, ctrlflow: 1.36713484s, fact_purity: 1.354905217s, nilness: 1.134170316s, S1038: 1.128441625s, typedness: 780.172884ms" [2024-12-12T19:31:06.598Z] level=info msg="[runner] Issues before processing: 193, after processing: 0" [2024-12-12T19:31:06.598Z] level=info msg="[runner] Processors filtering stat (in/out): cgo: 193/193, filename_unadjuster: 193/193, invalid_issue: 193/193, autogenerated_exclude: 193/193, exclude: 193/193, skip_files: 193/193, identifier_marker: 193/193, exclude-rules: 193/15, nolint: 15/0, path_prettifier: 193/193, skip_dirs: 193/193" [2024-12-12T19:31:06.599Z] level=info msg="[runner] processing took 14.812422ms with stages: nolint: 5.068958ms, identifier_marker: 4.938067ms, autogenerated_exclude: 1.612779ms, path_prettifier: 1.364887ms, exclude-rules: 971.016µs, skip_dirs: 789.784µs, cgo: 26.26µs, invalid_issue: 24.211µs, filename_unadjuster: 12.63µs, max_same_issues: 670ns, uniq_by_line: 490ns, fixer: 430ns, skip_files: 410ns, sort_results: 410ns, exclude: 300ns, max_from_linter: 220ns, diff: 180ns, source_code: 180ns, max_per_file_from_linter: 160ns, severity-rules: 130ns, path_shortener: 130ns, path_prefixer: 120ns" [2024-12-12T19:31:06.599Z] level=info msg="[runner] linters took 11.429098728s with stages: goanalysis_metalinter: 11.414185126s" [2024-12-12T19:31:06.599Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-12-12T19:31:06.599Z] level=info msg="Memory: 336 samples, avg is 271.4MB, max is 1230.1MB" [2024-12-12T19:31:06.599Z] level=info msg="Execution took 33.55755749s" [2024-12-12T19:31:06.599Z] go vet ./... [2024-12-12T19:31:13.276Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-12-12T19:31:13.276Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-12-12T19:31:13.276Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-12-12T19:31:13.321Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-12-12T19:31:14.326Z] + ls -al . [2024-12-12T19:31:14.326Z] total 1740 [2024-12-12T19:31:14.326Z] drwxrwxr-x 11 1001 1001 4096 Dec 12 19:29 . [2024-12-12T19:31:14.326Z] drwxr-xr-x 4 root root 4096 Dec 12 19:29 .. [2024-12-12T19:31:14.326Z] drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 .blubracket [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 10 Dec 12 19:28 .dockerignore [2024-12-12T19:31:14.326Z] drwxrwxr-x 8 1001 1001 4096 Dec 12 19:30 .git [2024-12-12T19:31:14.326Z] drwxrwxr-x 3 1001 1001 4096 Dec 12 19:28 .github [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 907 Dec 12 19:28 .gitignore [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 199 Dec 12 19:28 .golangci.yml [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 100 Dec 12 19:28 .hadolint.yml [2024-12-12T19:31:14.326Z] drwxr-xr-x 3 1001 1001 4096 Dec 12 19:28 .semver [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 155 Dec 12 19:28 .sonarcloud.properties [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 1171 Dec 12 19:28 ADOPTERS.md [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 17141 Dec 12 19:28 Attribution.txt [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 100284 Dec 12 19:28 CHANGELOG.md [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 3804 Dec 12 19:28 CONTRIBUTING.md [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 677 Dec 12 19:28 GOVERNANCE.md [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 858 Dec 12 19:28 Jenkinsfile [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 10775 Dec 12 19:28 LICENSE [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 16740 Dec 12 19:28 Makefile [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 582 Dec 12 19:28 OWNERS.md [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 9932 Dec 12 19:28 README.md [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 789 Dec 12 19:28 SECURITY.md [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 5 Dec 12 19:28 VERSION [2024-12-12T19:31:14.326Z] drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 bin [2024-12-12T19:31:14.326Z] drwxrwxr-x 19 1001 1001 4096 Dec 12 19:28 cmd [2024-12-12T19:31:14.326Z] -rw-r--r-- 1 root root 1412873 Dec 12 19:30 coverage.out [2024-12-12T19:31:14.326Z] drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 fuzz_test [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 6473 Dec 12 19:28 go.mod [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 87891 Dec 12 19:28 go.sum [2024-12-12T19:31:14.326Z] drwxrwxr-x 7 1001 1001 4096 Dec 12 19:28 internal [2024-12-12T19:31:14.326Z] drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 openapi [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 584 Dec 12 19:28 security.txt [2024-12-12T19:31:14.326Z] -rw-rw-r-- 1 1001 1001 204 Dec 12 19:28 version.go [Pipeline] sh [2024-12-12T19:31:14.650Z] + '[' -e coverage.out ] [2024-12-12T19:31:14.650Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-12-12T19:31:14.828Z] Stashed 1 file(s) [Pipeline] sh [2024-12-12T19:31:15.135Z] + make build [2024-12-12T19:31:15.135Z] 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 [2024-12-12T19:31:47.281Z] 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 [2024-12-12T19:31:47.281Z] 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 [2024-12-12T19:31:47.281Z] 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 [2024-12-12T19:31:47.281Z] 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 [2024-12-12T19:31:47.281Z] 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 [2024-12-12T19:31:51.694Z] 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 [2024-12-12T19:31:53.611Z] 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 [2024-12-12T19:31:55.529Z] 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 [2024-12-12T19:31:56.102Z] 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 [2024-12-12T19:31:56.674Z] 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 [2024-12-12T19:31:57.732Z] 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 [2024-12-12T19:31:58.675Z] 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] } [2024-12-12T19:31:59.641Z] $ docker stop --time=1 c7379886be3bde38d8c70ffd02f465c29464afe766dacb13b07f1522b47cd510 [2024-12-12T19:32:06.886Z] $ docker rm -f --volumes c7379886be3bde38d8c70ffd02f465c29464afe766dacb13b07f1522b47cd510 [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 [2024-12-12T19:32:08.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-12-12T19:32:08.597Z] [2024-12-12T19:32:08.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-12-12T19:32:09.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-12-12T19:32:09.328Z] latest: Pulling from edgex-devops/edgex-compose [2024-12-12T19:32:09.328Z] 91d30c5bc195: Pulling fs layer [2024-12-12T19:32:09.328Z] 2e9b0aa3be6d: Pulling fs layer [2024-12-12T19:32:09.328Z] 9c61dcf015f6: Pulling fs layer [2024-12-12T19:32:09.328Z] 4698f68db338: Pulling fs layer [2024-12-12T19:32:09.328Z] 2a2f49069b9e: Pulling fs layer [2024-12-12T19:32:09.328Z] e0025b399a48: Pulling fs layer [2024-12-12T19:32:09.328Z] 4698f68db338: Waiting [2024-12-12T19:32:09.328Z] 2a2f49069b9e: Waiting [2024-12-12T19:32:09.328Z] e0025b399a48: Waiting [2024-12-12T19:32:09.328Z] 91d30c5bc195: Verifying Checksum [2024-12-12T19:32:09.328Z] 91d30c5bc195: Download complete [2024-12-12T19:32:09.328Z] 4698f68db338: Verifying Checksum [2024-12-12T19:32:09.328Z] 4698f68db338: Download complete [2024-12-12T19:32:09.328Z] 2e9b0aa3be6d: Verifying Checksum [2024-12-12T19:32:09.328Z] 2e9b0aa3be6d: Download complete [2024-12-12T19:32:09.587Z] e0025b399a48: Verifying Checksum [2024-12-12T19:32:09.587Z] 91d30c5bc195: Pull complete [2024-12-12T19:32:09.847Z] 2e9b0aa3be6d: Pull complete [2024-12-12T19:32:10.106Z] 9c61dcf015f6: Download complete [2024-12-12T19:32:13.403Z] 9c61dcf015f6: Pull complete [2024-12-12T19:32:13.403Z] 4698f68db338: Pull complete [2024-12-12T19:32:13.985Z] 2a2f49069b9e: Pull complete [2024-12-12T19:32:13.985Z] e0025b399a48: Pull complete [2024-12-12T19:32:14.244Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-12-12T19:32:14.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-12-12T19:32:14.244Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-12-12T19:32:14.491Z] prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container [2024-12-12T19:32:14.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-12-12T19:32:19.060Z] $ docker top e48d3bea7b97aba23ba1573b14e2d903e982bf9947d5384e4bda64c8a84f1e4e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-12-12T19:32:19.477Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-12-12T19:32:22.032Z] #1 [core-keeper internal] load build definition from Dockerfile [2024-12-12T19:32:22.032Z] #1 transferring dockerfile: 2.07kB done [2024-12-12T19:32:22.032Z] #1 DONE 0.1s [2024-12-12T19:32:22.032Z] [2024-12-12T19:32:22.032Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-12-12T19:32:22.032Z] #2 transferring dockerfile: 1.89kB done [2024-12-12T19:32:22.291Z] #2 DONE 0.3s [2024-12-12T19:32:22.291Z] [2024-12-12T19:32:22.291Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2024-12-12T19:32:22.291Z] #3 DONE 0.0s [2024-12-12T19:32:22.291Z] [2024-12-12T19:32:22.291Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-12-12T19:32:22.551Z] #4 ... [2024-12-12T19:32:22.551Z] [2024-12-12T19:32:22.551Z] #5 [core-command internal] load build definition from Dockerfile [2024-12-12T19:32:22.551Z] #5 transferring dockerfile: 1.94kB done [2024-12-12T19:32:22.551Z] #5 DONE 0.5s [2024-12-12T19:32:22.551Z] [2024-12-12T19:32:22.551Z] #6 [support-scheduler internal] load .dockerignore [2024-12-12T19:32:22.813Z] #6 ... [2024-12-12T19:32:22.813Z] [2024-12-12T19:32:22.813Z] #7 [security-spire-server internal] load build definition from Dockerfile [2024-12-12T19:32:22.813Z] #7 transferring dockerfile: 1.70kB done [2024-12-12T19:32:22.813Z] #7 DONE 0.8s [2024-12-12T19:32:22.813Z] [2024-12-12T19:32:22.813Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-12-12T19:32:22.813Z] #8 transferring dockerfile: 2.23kB done [2024-12-12T19:32:22.813Z] #8 DONE 0.8s [2024-12-12T19:32:22.813Z] [2024-12-12T19:32:22.813Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2024-12-12T19:32:22.813Z] #9 transferring dockerfile: 1.81kB done [2024-12-12T19:32:22.813Z] #9 DONE 0.9s [2024-12-12T19:32:22.813Z] [2024-12-12T19:32:22.813Z] #10 [security-proxy-auth internal] load .dockerignore [2024-12-12T19:32:23.073Z] #10 ... [2024-12-12T19:32:23.073Z] [2024-12-12T19:32:23.073Z] #11 [core-keeper internal] load .dockerignore [2024-12-12T19:32:23.073Z] #11 transferring context: 50B done [2024-12-12T19:32:23.073Z] #11 DONE 1.1s [2024-12-12T19:32:23.331Z] [2024-12-12T19:32:23.331Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-12-12T19:32:23.331Z] #4 transferring dockerfile: 1.69kB 0.0s done [2024-12-12T19:32:23.603Z] #4 ... [2024-12-12T19:32:23.603Z] [2024-12-12T19:32:23.603Z] #12 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-12-12T19:32:23.603Z] #12 DONE 0.0s [2024-12-12T19:32:23.603Z] [2024-12-12T19:32:23.603Z] #13 [support-notifications internal] load build definition from Dockerfile [2024-12-12T19:32:23.603Z] #13 transferring dockerfile: 2.02kB done [2024-12-12T19:32:23.603Z] #13 DONE 1.4s [2024-12-12T19:32:23.603Z] [2024-12-12T19:32:23.603Z] #14 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2024-12-12T19:32:23.603Z] #14 DONE 0.2s [2024-12-12T19:32:23.603Z] [2024-12-12T19:32:23.603Z] #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:23.603Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:23.603Z] #15 ... [2024-12-12T19:32:23.603Z] [2024-12-12T19:32:23.603Z] #16 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2024-12-12T19:32:23.603Z] #16 ... [2024-12-12T19:32:23.603Z] [2024-12-12T19:32:23.603Z] #17 [security-proxy-auth internal] load build definition from Dockerfile [2024-12-12T19:32:23.603Z] #17 transferring dockerfile: 2.15kB done [2024-12-12T19:32:23.603Z] #17 DONE 1.3s [2024-12-12T19:32:23.872Z] [2024-12-12T19:32:23.872Z] #18 [core-data internal] load build definition from Dockerfile [2024-12-12T19:32:23.872Z] #18 transferring dockerfile: 2.07kB 0.0s done [2024-12-12T19:32:23.872Z] #18 DONE 1.6s [2024-12-12T19:32:23.872Z] [2024-12-12T19:32:23.872Z] #19 [core-metadata internal] load build definition from Dockerfile [2024-12-12T19:32:23.872Z] #19 transferring dockerfile: 2.13kB done [2024-12-12T19:32:23.872Z] #19 DONE 1.5s [2024-12-12T19:32:23.872Z] [2024-12-12T19:32:23.872Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2024-12-12T19:32:23.872Z] #20 transferring context: 50B 0.0s done [2024-12-12T19:32:23.872Z] #20 DONE 1.6s [2024-12-12T19:32:23.872Z] [2024-12-12T19:32:23.872Z] #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:23.872Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:23.872Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:23.872Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:23.872Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:23.872Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 1.54MB / 3.62MB 0.1s [2024-12-12T19:32:23.872Z] #15 ... [2024-12-12T19:32:23.872Z] [2024-12-12T19:32:23.872Z] #12 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-12-12T19:32:23.872Z] #12 DONE 0.0s [2024-12-12T19:32:23.872Z] [2024-12-12T19:32:23.872Z] #21 [security-secretstore-setup internal] load build definition from Dockerfile [2024-12-12T19:32:23.872Z] #21 transferring dockerfile: 2.49kB 0.0s done [2024-12-12T19:32:23.872Z] #21 DONE 1.7s [2024-12-12T19:32:23.872Z] [2024-12-12T19:32:23.872Z] #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:23.873Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.2s [2024-12-12T19:32:24.147Z] #15 ... [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #22 [support-scheduler internal] load build definition from Dockerfile [2024-12-12T19:32:24.147Z] #22 transferring dockerfile: 1.82kB 0.0s done [2024-12-12T19:32:24.147Z] #22 DONE 1.8s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:24.147Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:24.147Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f [2024-12-12T19:32:24.147Z] #15 ... [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2024-12-12T19:32:24.147Z] #3 transferring dockerfile: 2.50kB 0.0s done [2024-12-12T19:32:24.147Z] #3 DONE 1.8s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #14 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2024-12-12T19:32:24.147Z] #14 DONE 0.4s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #23 [security-spire-server internal] load .dockerignore [2024-12-12T19:32:24.147Z] #23 transferring context: 50B done [2024-12-12T19:32:24.147Z] #23 DONE 1.8s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #24 [core-command internal] load .dockerignore [2024-12-12T19:32:24.147Z] #24 transferring context: 50B 0.0s done [2024-12-12T19:32:24.147Z] #24 DONE 1.9s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #15 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:24.147Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:24.147Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:24.147Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:24.147Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:24.147Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:24.147Z] #15 ... [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-12-12T19:32:24.147Z] #25 transferring context: 50B 0.0s done [2024-12-12T19:32:24.147Z] #25 DONE 1.8s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #26 [security-bootstrapper internal] load build definition from Dockerfile [2024-12-12T19:32:24.147Z] #26 transferring dockerfile: 3.02kB 0.0s done [2024-12-12T19:32:24.147Z] #26 DONE 2.1s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #27 [security-bootstrapper internal] load .dockerignore [2024-12-12T19:32:24.147Z] #27 transferring context: 50B 0.0s done [2024-12-12T19:32:24.147Z] #27 DONE 1.8s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #12 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-12-12T19:32:24.147Z] #12 DONE 0.0s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.147Z] #14 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2024-12-12T19:32:24.147Z] #14 DONE 0.4s [2024-12-12T19:32:24.147Z] [2024-12-12T19:32:24.148Z] #15 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:24.148Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:24.148Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:24.148Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:24.148Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:24.148Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:24.148Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-12-12T19:32:24.406Z] #15 ... [2024-12-12T19:32:24.406Z] [2024-12-12T19:32:24.406Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-12-12T19:32:24.406Z] #4 DONE 2.0s [2024-12-12T19:32:24.406Z] [2024-12-12T19:32:24.406Z] #12 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-12-12T19:32:24.406Z] #12 DONE 0.0s [2024-12-12T19:32:24.406Z] [2024-12-12T19:32:24.406Z] #14 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-12-12T19:32:24.406Z] #14 DONE 0.6s [2024-12-12T19:32:24.406Z] [2024-12-12T19:32:24.406Z] #6 [support-scheduler internal] load .dockerignore [2024-12-12T19:32:24.406Z] #6 transferring context: 50B done [2024-12-12T19:32:24.406Z] #6 DONE 2.0s [2024-12-12T19:32:24.406Z] [2024-12-12T19:32:24.406Z] #28 [support-notifications internal] load .dockerignore [2024-12-12T19:32:24.406Z] #28 transferring context: 50B done [2024-12-12T19:32:24.406Z] #28 DONE 2.1s [2024-12-12T19:32:24.406Z] [2024-12-12T19:32:24.406Z] #15 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:24.406Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:24.406Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:24.406Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:24.406Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:24.406Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:24.406Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-12-12T19:32:24.699Z] #15 ... [2024-12-12T19:32:24.699Z] [2024-12-12T19:32:24.699Z] #29 [security-secretstore-setup internal] load .dockerignore [2024-12-12T19:32:24.699Z] #29 transferring context: 50B done [2024-12-12T19:32:24.699Z] #29 DONE 2.0s [2024-12-12T19:32:24.699Z] [2024-12-12T19:32:24.699Z] #12 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-12-12T19:32:24.699Z] #12 DONE 0.0s [2024-12-12T19:32:24.699Z] [2024-12-12T19:32:24.699Z] #30 [core-data internal] load .dockerignore [2024-12-12T19:32:24.699Z] #30 transferring context: 50B done [2024-12-12T19:32:24.699Z] #30 DONE 2.2s [2024-12-12T19:32:24.699Z] [2024-12-12T19:32:24.699Z] #31 [security-spire-config internal] load .dockerignore [2024-12-12T19:32:24.699Z] #31 transferring context: 50B done [2024-12-12T19:32:24.699Z] #31 DONE 2.1s [2024-12-12T19:32:24.699Z] [2024-12-12T19:32:24.699Z] #12 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-12-12T19:32:24.699Z] #12 DONE 0.0s [2024-12-12T19:32:24.699Z] [2024-12-12T19:32:24.699Z] #32 [security-spire-agent internal] load .dockerignore [2024-12-12T19:32:24.699Z] #32 transferring context: 50B done [2024-12-12T19:32:24.699Z] #32 DONE 2.3s [2024-12-12T19:32:24.699Z] [2024-12-12T19:32:24.699Z] #15 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:24.699Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:24.699Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:24.699Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:24.699Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:24.699Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:24.699Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-12-12T19:32:24.958Z] #15 ... [2024-12-12T19:32:24.958Z] [2024-12-12T19:32:24.958Z] #14 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2024-12-12T19:32:24.958Z] #14 DONE 1.0s [2024-12-12T19:32:24.958Z] [2024-12-12T19:32:24.958Z] #15 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:24.958Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:24.958Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:24.958Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:24.958Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:24.958Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:24.958Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-12-12T19:32:25.235Z] #15 DONE 1.7s [2024-12-12T19:32:25.235Z] [2024-12-12T19:32:25.235Z] #33 [core-metadata internal] load .dockerignore [2024-12-12T19:32:25.235Z] #33 transferring context: 50B done [2024-12-12T19:32:25.235Z] #33 DONE 2.5s [2024-12-12T19:32:25.235Z] [2024-12-12T19:32:25.235Z] #34 [core-data internal] load build context [2024-12-12T19:32:25.235Z] #34 ... [2024-12-12T19:32:25.235Z] [2024-12-12T19:32:25.235Z] #10 [security-proxy-auth internal] load .dockerignore [2024-12-12T19:32:25.235Z] #10 transferring context: 50B done [2024-12-12T19:32:25.235Z] #10 DONE 2.6s [2024-12-12T19:32:25.235Z] [2024-12-12T19:32:25.235Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-12-12T19:32:25.235Z] #35 DONE 1.0s [2024-12-12T19:32:25.235Z] [2024-12-12T19:32:25.235Z] #36 [security-proxy-setup internal] load .dockerignore [2024-12-12T19:32:25.235Z] #36 transferring context: 50B done [2024-12-12T19:32:25.235Z] #36 DONE 2.6s [2024-12-12T19:32:25.235Z] [2024-12-12T19:32:25.235Z] #15 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:25.235Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:25.235Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:25.235Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:25.235Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:25.235Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:25.235Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-12-12T19:32:25.235Z] #15 DONE 1.7s [2024-12-12T19:32:25.497Z] [2024-12-12T19:32:25.497Z] #12 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-12-12T19:32:25.497Z] #12 DONE 0.0s [2024-12-12T19:32:25.497Z] [2024-12-12T19:32:25.497Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:25.497Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:26.481Z] #37 ... [2024-12-12T19:32:26.481Z] [2024-12-12T19:32:26.481Z] #15 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:26.481Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:26.481Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:26.481Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:26.481Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:26.481Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:26.481Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-12-12T19:32:26.481Z] #15 DONE 1.7s [2024-12-12T19:32:26.481Z] [2024-12-12T19:32:26.481Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-12-12T19:32:26.481Z] #38 DONE 1.6s [2024-12-12T19:32:26.481Z] [2024-12-12T19:32:26.481Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:26.481Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.3s done [2024-12-12T19:32:26.481Z] #37 ... [2024-12-12T19:32:26.481Z] [2024-12-12T19:32:26.481Z] #15 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a [2024-12-12T19:32:26.481Z] #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done [2024-12-12T19:32:26.481Z] #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done [2024-12-12T19:32:26.481Z] #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done [2024-12-12T19:32:26.481Z] #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done [2024-12-12T19:32:26.481Z] #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done [2024-12-12T19:32:26.481Z] #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done [2024-12-12T19:32:26.481Z] #15 DONE 1.7s [2024-12-12T19:32:26.481Z] [2024-12-12T19:32:26.481Z] #14 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-12-12T19:32:26.481Z] #14 DONE 2.4s [2024-12-12T19:32:26.752Z] [2024-12-12T19:32:26.752Z] #39 [security-proxy-auth internal] load build context [2024-12-12T19:32:27.015Z] #39 ... [2024-12-12T19:32:27.015Z] [2024-12-12T19:32:27.015Z] #40 [security-spire-config internal] load build context [2024-12-12T19:32:27.015Z] #40 transferring context: 21.82kB 0.0s done [2024-12-12T19:32:27.015Z] #40 DONE 1.7s [2024-12-12T19:32:27.015Z] [2024-12-12T19:32:27.015Z] #41 [security-spire-server internal] load build context [2024-12-12T19:32:27.015Z] #41 transferring context: 23.57kB 0.0s done [2024-12-12T19:32:27.015Z] #41 DONE 1.8s [2024-12-12T19:32:27.015Z] [2024-12-12T19:32:27.015Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:27.015Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-12-12T19:32:27.015Z] #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-12-12T19:32:27.282Z] #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-12-12T19:32:27.598Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.3s [2024-12-12T19:32:27.867Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s [2024-12-12T19:32:27.867Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s [2024-12-12T19:32:27.867Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.7s [2024-12-12T19:32:28.128Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.7s done [2024-12-12T19:32:28.128Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s [2024-12-12T19:32:28.128Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-12-12T19:32:28.128Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.8s done [2024-12-12T19:32:28.400Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.0s done [2024-12-12T19:32:28.400Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-12-12T19:32:32.100Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 4.6s [2024-12-12T19:32:32.672Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-12-12T19:32:32.672Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 5.24MB / 30.73MB 5.4s [2024-12-12T19:32:32.672Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 17.83MB / 30.73MB 5.5s [2024-12-12T19:32:32.935Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 5.6s [2024-12-12T19:32:33.510Z] #37 ... [2024-12-12T19:32:33.510Z] [2024-12-12T19:32:33.510Z] #42 [core-keeper internal] load build context [2024-12-12T19:32:33.510Z] #42 transferring context: 235.80MB 8.8s [2024-12-12T19:32:33.774Z] #42 ... [2024-12-12T19:32:33.774Z] [2024-12-12T19:32:33.774Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:34.054Z] #37 ... [2024-12-12T19:32:34.054Z] [2024-12-12T19:32:34.054Z] #43 [security-spiffe-token-provider internal] load build context [2024-12-12T19:32:34.054Z] #43 transferring context: 433.38MB 9.2s done [2024-12-12T19:32:34.313Z] #43 ... [2024-12-12T19:32:34.313Z] [2024-12-12T19:32:34.313Z] #16 [security-proxy-auth builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2024-12-12T19:32:34.313Z] #16 ... [2024-12-12T19:32:34.313Z] [2024-12-12T19:32:34.313Z] #44 [core-common-config-bootstrapper internal] load build context [2024-12-12T19:32:34.931Z] #44 ... [2024-12-12T19:32:34.931Z] [2024-12-12T19:32:34.931Z] #45 [security-bootstrapper internal] load build context [2024-12-12T19:32:35.194Z] #45 ... [2024-12-12T19:32:35.194Z] [2024-12-12T19:32:35.194Z] #46 [core-command internal] load build context [2024-12-12T19:32:35.194Z] #46 ... [2024-12-12T19:32:35.194Z] [2024-12-12T19:32:35.194Z] #47 [support-scheduler internal] load build context [2024-12-12T19:32:35.194Z] #47 ... [2024-12-12T19:32:35.194Z] [2024-12-12T19:32:35.194Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-12-12T19:32:35.194Z] #0 2.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:35.194Z] #0 2.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:35.194Z] #0 3.307 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-12-12T19:32:35.194Z] #0 3.307 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-12-12T19:32:35.194Z] #0 3.307 OK: 24171 distinct packages available [2024-12-12T19:32:35.194Z] #0 3.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:35.194Z] #0 3.649 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:35.194Z] #0 4.019 (1/14) Installing ca-certificates (20240705-r0) [2024-12-12T19:32:35.194Z] #0 4.408 (2/14) Installing brotli-libs (1.1.0-r2) [2024-12-12T19:32:35.194Z] #0 4.438 (3/14) Installing c-ares (1.33.1-r0) [2024-12-12T19:32:35.194Z] #0 4.445 (4/14) Installing libunistring (1.2-r0) [2024-12-12T19:32:35.194Z] #0 4.461 (5/14) Installing libidn2 (2.3.7-r0) [2024-12-12T19:32:35.194Z] #0 4.471 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-12-12T19:32:35.194Z] #0 4.475 (7/14) Installing libpsl (0.21.5-r1) [2024-12-12T19:32:35.194Z] #0 4.489 (8/14) Installing zstd-libs (1.5.6-r0) [2024-12-12T19:32:35.194Z] #0 4.497 (9/14) Installing libcurl (8.11.1-r0) [2024-12-12T19:32:35.194Z] #0 4.505 (10/14) Installing curl (8.11.1-r0) [2024-12-12T19:32:35.194Z] #0 4.514 (11/14) Installing dumb-init (1.2.5-r3) [2024-12-12T19:32:35.194Z] #0 4.518 (12/14) Installing musl-obstack (1.2.3-r2) [2024-12-12T19:32:35.194Z] #0 4.520 (13/14) Installing libucontext (1.2-r3) [2024-12-12T19:32:35.194Z] #0 4.530 (14/14) Installing gcompat (1.1.0-r4) [2024-12-12T19:32:35.194Z] #0 4.534 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:32:35.194Z] #0 4.552 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:32:35.194Z] #0 4.591 OK: 13 MiB in 28 packages [2024-12-12T19:32:35.194Z] #48 ... [2024-12-12T19:32:35.194Z] [2024-12-12T19:32:35.194Z] #49 [support-notifications internal] load build context [2024-12-12T19:32:35.465Z] #49 ... [2024-12-12T19:32:35.465Z] [2024-12-12T19:32:35.465Z] #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-12-12T19:32:35.465Z] #50 ... [2024-12-12T19:32:35.465Z] [2024-12-12T19:32:35.465Z] #51 [security-secretstore-setup internal] load build context [2024-12-12T19:32:35.465Z] #51 ... [2024-12-12T19:32:35.465Z] [2024-12-12T19:32:35.465Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-12-12T19:32:35.465Z] #0 2.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:35.465Z] #0 2.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:35.465Z] #0 3.317 (1/3) Installing ca-certificates (20240705-r0) [2024-12-12T19:32:35.465Z] #0 3.381 (2/3) Installing dumb-init (1.2.5-r3) [2024-12-12T19:32:35.465Z] #0 3.384 (3/3) Installing tzdata (2024b-r0) [2024-12-12T19:32:35.465Z] #0 3.421 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:32:35.465Z] #0 3.433 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:32:35.465Z] #0 3.492 OK: 10 MiB in 17 packages [2024-12-12T19:32:35.722Z] #52 ... [2024-12-12T19:32:35.722Z] [2024-12-12T19:32:35.722Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-12-12T19:32:35.722Z] #53 ... [2024-12-12T19:32:35.722Z] [2024-12-12T19:32:35.722Z] #54 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-12-12T19:32:36.002Z] #54 ... [2024-12-12T19:32:36.002Z] [2024-12-12T19:32:36.002Z] #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-12-12T19:32:36.002Z] #0 4.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:36.002Z] #0 4.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:32:36.002Z] #0 5.263 (1/1) Installing dumb-init (1.2.5-r3) [2024-12-12T19:32:36.002Z] #0 5.271 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:32:36.002Z] #0 5.281 OK: 8 MiB in 15 packages [2024-12-12T19:32:36.002Z] #55 ... [2024-12-12T19:32:36.002Z] [2024-12-12T19:32:36.002Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-12-12T19:32:36.002Z] #56 ... [2024-12-12T19:32:36.002Z] [2024-12-12T19:32:36.002Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-12-12T19:32:36.281Z] #57 ... [2024-12-12T19:32:36.281Z] [2024-12-12T19:32:36.281Z] #58 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-12-12T19:32:36.281Z] #58 ... [2024-12-12T19:32:36.281Z] [2024-12-12T19:32:36.281Z] #34 [core-data internal] load build context [2024-12-12T19:32:36.724Z] #34 ... [2024-12-12T19:32:36.724Z] [2024-12-12T19:32:36.724Z] #59 [security-spire-agent internal] load build context [2024-12-12T19:32:36.724Z] #59 ... [2024-12-12T19:32:36.724Z] [2024-12-12T19:32:36.724Z] #60 [core-metadata internal] load build context [2024-12-12T19:32:36.986Z] #60 ... [2024-12-12T19:32:36.986Z] [2024-12-12T19:32:36.986Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-12-12T19:32:36.986Z] #61 ... [2024-12-12T19:32:36.986Z] [2024-12-12T19:32:36.986Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:32:36.986Z] #62 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.7s done [2024-12-12T19:32:36.986Z] #62 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-12-12T19:32:36.986Z] #62 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-12-12T19:32:36.986Z] #62 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-12-12T19:32:36.986Z] #62 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done [2024-12-12T19:32:36.986Z] #62 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-12-12T19:32:36.986Z] #62 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-12-12T19:32:36.986Z] #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0B / 278B 8.8s [2024-12-12T19:32:36.986Z] #62 ... [2024-12-12T19:32:36.986Z] [2024-12-12T19:32:36.986Z] #63 [security-proxy-setup internal] load build context [2024-12-12T19:32:36.986Z] #63 ... [2024-12-12T19:32:36.986Z] [2024-12-12T19:32:36.986Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-12-12T19:32:37.275Z] #64 ... [2024-12-12T19:32:37.275Z] [2024-12-12T19:32:37.275Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:38.237Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 10.8s [2024-12-12T19:32:40.153Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 11.5s done [2024-12-12T19:32:44.384Z] #37 ... [2024-12-12T19:32:44.384Z] [2024-12-12T19:32:44.384Z] #42 [core-keeper internal] load build context [2024-12-12T19:32:44.384Z] #42 transferring context: 433.38MB 14.0s done [2024-12-12T19:32:44.384Z] #42 ... [2024-12-12T19:32:44.384Z] [2024-12-12T19:32:44.384Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:32:44.384Z] #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 16.0s [2024-12-12T19:32:44.665Z] #62 ... [2024-12-12T19:32:44.665Z] [2024-12-12T19:32:44.665Z] #44 [core-common-config-bootstrapper internal] load build context [2024-12-12T19:32:44.665Z] #44 transferring context: 433.38MB 11.4s done [2024-12-12T19:32:44.665Z] #44 ... [2024-12-12T19:32:44.665Z] [2024-12-12T19:32:44.665Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:32:44.957Z] #62 ... [2024-12-12T19:32:44.957Z] [2024-12-12T19:32:44.957Z] #45 [security-bootstrapper internal] load build context [2024-12-12T19:32:44.957Z] #45 transferring context: 433.38MB 12.1s done [2024-12-12T19:32:45.525Z] #45 ... [2024-12-12T19:32:45.525Z] [2024-12-12T19:32:45.525Z] #46 [core-command internal] load build context [2024-12-12T19:32:45.525Z] #46 transferring context: 433.38MB 11.3s done [2024-12-12T19:32:45.525Z] #46 ... [2024-12-12T19:32:45.525Z] [2024-12-12T19:32:45.525Z] #47 [support-scheduler internal] load build context [2024-12-12T19:32:45.525Z] #47 transferring context: 433.38MB 10.3s done [2024-12-12T19:32:45.525Z] #47 ... [2024-12-12T19:32:45.525Z] [2024-12-12T19:32:45.526Z] #49 [support-notifications internal] load build context [2024-12-12T19:32:45.526Z] #49 transferring context: 433.38MB 10.4s done [2024-12-12T19:32:45.783Z] #49 ... [2024-12-12T19:32:45.783Z] [2024-12-12T19:32:45.783Z] #51 [security-secretstore-setup internal] load build context [2024-12-12T19:32:45.783Z] #51 transferring context: 433.38MB 11.7s done [2024-12-12T19:32:45.783Z] #51 ... [2024-12-12T19:32:45.783Z] [2024-12-12T19:32:45.783Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:32:45.783Z] #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 17.9s [2024-12-12T19:32:46.736Z] #62 ... [2024-12-12T19:32:46.736Z] [2024-12-12T19:32:46.736Z] #34 [core-data internal] load build context [2024-12-12T19:32:46.736Z] #34 transferring context: 433.38MB 11.8s done [2024-12-12T19:32:46.736Z] #34 ... [2024-12-12T19:32:46.736Z] [2024-12-12T19:32:46.736Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:32:46.996Z] #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 17.78MB / 20.02MB 19.0s [2024-12-12T19:32:46.996Z] #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 19.1s [2024-12-12T19:32:47.256Z] #62 ... [2024-12-12T19:32:47.256Z] [2024-12-12T19:32:47.256Z] #63 [security-proxy-setup internal] load build context [2024-12-12T19:32:47.256Z] #63 transferring context: 433.38MB 10.0s done [2024-12-12T19:32:47.256Z] #63 ... [2024-12-12T19:32:47.256Z] [2024-12-12T19:32:47.256Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:47.256Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.4s [2024-12-12T19:32:47.829Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.9s done [2024-12-12T19:32:54.424Z] #37 ... [2024-12-12T19:32:54.424Z] [2024-12-12T19:32:54.424Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:32:54.424Z] #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 18.9s done [2024-12-12T19:32:54.424Z] #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 25.1s done [2024-12-12T19:32:54.424Z] #62 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-12-12T19:32:57.778Z] #62 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 [2024-12-12T19:32:57.778Z] #62 ... [2024-12-12T19:32:57.778Z] [2024-12-12T19:32:57.778Z] #63 [security-proxy-setup internal] load build context [2024-12-12T19:32:57.778Z] #63 DONE 31.2s [2024-12-12T19:32:57.778Z] [2024-12-12T19:32:57.778Z] #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-12-12T19:32:57.778Z] #50 DONE 32.5s [2024-12-12T19:32:57.778Z] [2024-12-12T19:32:57.778Z] #55 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-12-12T19:32:57.778Z] #55 DONE 32.1s [2024-12-12T19:32:57.778Z] [2024-12-12T19:32:57.778Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-12-12T19:32:57.778Z] #48 DONE 32.6s [2024-12-12T19:32:57.778Z] [2024-12-12T19:32:57.778Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-12-12T19:32:57.778Z] #52 DONE 32.5s [2024-12-12T19:32:57.778Z] [2024-12-12T19:32:57.778Z] #65 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2024-12-12T19:32:58.045Z] #65 ... [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #47 [support-scheduler internal] load build context [2024-12-12T19:32:58.045Z] #47 DONE 33.2s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #43 [security-spiffe-token-provider internal] load build context [2024-12-12T19:32:58.045Z] #43 DONE 33.8s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #49 [support-notifications internal] load build context [2024-12-12T19:32:58.045Z] #49 DONE 33.2s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #46 [core-command internal] load build context [2024-12-12T19:32:58.045Z] #46 DONE 33.6s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #51 [security-secretstore-setup internal] load build context [2024-12-12T19:32:58.045Z] #51 DONE 33.2s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #34 [core-data internal] load build context [2024-12-12T19:32:58.045Z] #34 DONE 32.9s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #44 [core-common-config-bootstrapper internal] load build context [2024-12-12T19:32:58.045Z] #44 DONE 33.7s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #42 [core-keeper internal] load build context [2024-12-12T19:32:58.045Z] #42 DONE 34.4s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #45 [security-bootstrapper internal] load build context [2024-12-12T19:32:58.045Z] #45 DONE 33.5s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #59 [security-spire-agent internal] load build context [2024-12-12T19:32:58.045Z] #59 transferring context: 23.10kB done [2024-12-12T19:32:58.045Z] #59 DONE 31.6s [2024-12-12T19:32:58.045Z] [2024-12-12T19:32:58.045Z] #60 [core-metadata internal] load build context [2024-12-12T19:32:58.305Z] #60 ... [2024-12-12T19:32:58.305Z] [2024-12-12T19:32:58.305Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-12-12T19:32:58.305Z] #37 DONE 33.0s [2024-12-12T19:32:58.305Z] [2024-12-12T19:32:58.305Z] #60 [core-metadata internal] load build context [2024-12-12T19:32:58.886Z] #60 ... [2024-12-12T19:32:58.886Z] [2024-12-12T19:32:58.886Z] #16 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2024-12-12T19:32:58.886Z] #16 DONE 35.3s [2024-12-12T19:32:58.886Z] [2024-12-12T19:32:58.886Z] #60 [core-metadata internal] load build context [2024-12-12T19:33:03.655Z] #60 transferring context: 423.92MB 5.4s [2024-12-12T19:33:03.998Z] #60 transferring context: 433.38MB 6.1s done [2024-12-12T19:33:05.229Z] #60 ... [2024-12-12T19:33:05.229Z] [2024-12-12T19:33:05.229Z] #39 [security-proxy-auth internal] load build context [2024-12-12T19:33:05.229Z] #39 transferring context: 433.38MB 7.0s done [2024-12-12T19:33:07.970Z] #39 ... [2024-12-12T19:33:07.970Z] [2024-12-12T19:33:07.970Z] #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-12-12T19:33:07.970Z] #66 ... [2024-12-12T19:33:07.970Z] [2024-12-12T19:33:07.970Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:33:07.970Z] #62 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 2.6s done [2024-12-12T19:33:08.270Z] #62 ... [2024-12-12T19:33:08.270Z] [2024-12-12T19:33:08.270Z] #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-12-12T19:33:08.270Z] #67 ... [2024-12-12T19:33:08.270Z] [2024-12-12T19:33:08.270Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-12-12T19:33:08.270Z] #53 32.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.270Z] #53 32.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.270Z] #53 32.95 (1/4) Installing ca-certificates (20240705-r0) [2024-12-12T19:33:08.270Z] #53 32.97 (2/4) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:08.270Z] #53 32.97 (3/4) Installing su-exec (0.2-r3) [2024-12-12T19:33:08.270Z] #53 32.98 (4/4) Installing yq-go (4.44.1-r2) [2024-12-12T19:33:08.270Z] #53 33.07 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:08.270Z] #53 33.09 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:33:08.270Z] #53 33.17 OK: 19 MiB in 18 packages [2024-12-12T19:33:08.554Z] #53 ... [2024-12-12T19:33:08.554Z] [2024-12-12T19:33:08.554Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-12-12T19:33:08.554Z] #57 32.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.554Z] #57 32.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.554Z] #57 32.97 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-12-12T19:33:08.554Z] #57 32.97 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-12-12T19:33:08.554Z] #57 32.97 OK: 24171 distinct packages available [2024-12-12T19:33:08.554Z] #57 33.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.554Z] #57 33.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.554Z] #57 33.85 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:08.554Z] #57 34.45 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:08.554Z] #57 34.50 (3/7) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:08.554Z] #57 34.50 (4/7) Installing musl-obstack (1.2.3-r2) [2024-12-12T19:33:08.554Z] #57 34.51 (5/7) Installing libucontext (1.2-r3) [2024-12-12T19:33:08.554Z] #57 34.51 (6/7) Installing gcompat (1.1.0-r4) [2024-12-12T19:33:08.554Z] #57 34.52 (7/7) Installing openssl (3.3.2-r1) [2024-12-12T19:33:08.554Z] #57 34.53 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:08.554Z] #57 34.54 OK: 9 MiB in 19 packages [2024-12-12T19:33:08.554Z] #57 ... [2024-12-12T19:33:08.554Z] [2024-12-12T19:33:08.554Z] #60 [core-metadata internal] load build context [2024-12-12T19:33:08.554Z] #60 DONE 42.0s [2024-12-12T19:33:08.554Z] [2024-12-12T19:33:08.554Z] #54 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-12-12T19:33:08.554Z] #54 32.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.554Z] #54 32.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.554Z] #54 33.09 (1/2) Installing ca-certificates (20240705-r0) [2024-12-12T19:33:08.554Z] #54 33.13 (2/2) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:08.554Z] #54 33.13 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:08.554Z] #54 33.16 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:33:08.554Z] #54 33.21 OK: 9 MiB in 16 packages [2024-12-12T19:33:08.554Z] #54 ... [2024-12-12T19:33:08.554Z] [2024-12-12T19:33:08.554Z] #68 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-12-12T19:33:08.554Z] #0 10.93 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.816Z] #68 ... [2024-12-12T19:33:08.816Z] [2024-12-12T19:33:08.816Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-12-12T19:33:08.816Z] #53 DONE 43.0s [2024-12-12T19:33:08.816Z] [2024-12-12T19:33:08.816Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-12-12T19:33:08.816Z] #64 31.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.816Z] #64 31.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.816Z] #64 32.27 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:08.816Z] #64 32.30 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:08.816Z] #64 32.31 (3/6) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:08.816Z] #64 32.31 (4/6) Installing openssl (3.3.2-r1) [2024-12-12T19:33:08.816Z] #64 32.33 (5/6) Installing su-exec (0.2-r3) [2024-12-12T19:33:08.816Z] #64 32.33 (6/6) Installing yq-go (4.44.1-r2) [2024-12-12T19:33:08.816Z] #64 32.40 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:08.816Z] #64 32.41 OK: 19 MiB in 18 packages [2024-12-12T19:33:08.816Z] #64 ... [2024-12-12T19:33:08.816Z] [2024-12-12T19:33:08.816Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-12-12T19:33:08.816Z] #56 36.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.816Z] #56 36.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.816Z] #56 37.05 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-12-12T19:33:08.816Z] #56 37.05 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-12-12T19:33:08.816Z] #56 37.05 OK: 24171 distinct packages available [2024-12-12T19:33:08.816Z] #56 37.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.817Z] #56 37.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.817Z] #56 37.61 (1/4) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:08.817Z] #56 38.04 (2/4) Installing musl-obstack (1.2.3-r2) [2024-12-12T19:33:08.817Z] #56 38.06 (3/4) Installing libucontext (1.2-r3) [2024-12-12T19:33:08.817Z] #56 38.10 (4/4) Installing gcompat (1.1.0-r4) [2024-12-12T19:33:08.817Z] #56 38.12 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:08.817Z] #56 38.13 OK: 8 MiB in 18 packages [2024-12-12T19:33:08.817Z] #56 DONE 43.1s [2024-12-12T19:33:08.817Z] [2024-12-12T19:33:08.817Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-12-12T19:33:08.817Z] #61 32.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.817Z] #61 33.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:08.817Z] #61 33.37 (1/2) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:08.817Z] #61 33.37 (2/2) Installing su-exec (0.2-r3) [2024-12-12T19:33:08.817Z] #61 33.56 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:08.817Z] #61 33.56 OK: 8 MiB in 16 packages [2024-12-12T19:33:09.077Z] #61 ... [2024-12-12T19:33:09.077Z] [2024-12-12T19:33:09.077Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-12-12T19:33:09.077Z] #64 DONE 42.0s [2024-12-12T19:33:09.077Z] [2024-12-12T19:33:09.077Z] #69 [security-proxy-auth builder 2/8] WORKDIR /edgex-go [2024-12-12T19:33:09.338Z] #69 ... [2024-12-12T19:33:09.338Z] [2024-12-12T19:33:09.338Z] #58 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-12-12T19:33:09.338Z] #58 32.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:09.338Z] #58 32.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:09.338Z] #58 33.02 (1/1) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:09.338Z] #58 33.02 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:09.338Z] #58 33.03 OK: 8 MiB in 15 packages [2024-12-12T19:33:09.338Z] #58 ... [2024-12-12T19:33:09.338Z] [2024-12-12T19:33:09.338Z] #54 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-12-12T19:33:09.338Z] #54 DONE 43.6s [2024-12-12T19:33:09.338Z] [2024-12-12T19:33:09.338Z] #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-12-12T19:33:09.598Z] #70 ... [2024-12-12T19:33:09.598Z] [2024-12-12T19:33:09.598Z] #58 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-12-12T19:33:09.598Z] #58 DONE 43.7s [2024-12-12T19:33:09.861Z] [2024-12-12T19:33:09.861Z] #71 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-12-12T19:33:09.861Z] #71 ... [2024-12-12T19:33:09.861Z] [2024-12-12T19:33:09.861Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-12-12T19:33:09.861Z] #57 DONE 44.1s [2024-12-12T19:33:10.194Z] [2024-12-12T19:33:10.194Z] #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-12-12T19:33:10.194Z] #67 11.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:10.194Z] #67 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:10.194Z] #67 11.94 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:10.194Z] #67 11.94 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:10.194Z] #67 11.94 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:10.194Z] #67 12.02 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:10.194Z] #67 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:10.194Z] #67 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:10.455Z] #67 12.45 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:10.455Z] #67 12.50 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:10.455Z] #67 12.51 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:33:10.455Z] #67 12.55 OK: 10 MiB in 17 packages [2024-12-12T19:33:11.417Z] #67 ... [2024-12-12T19:33:11.417Z] [2024-12-12T19:33:11.417Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-12-12T19:33:11.417Z] #61 DONE 45.8s [2024-12-12T19:33:11.701Z] [2024-12-12T19:33:11.701Z] #72 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-12-12T19:33:11.701Z] #72 ... [2024-12-12T19:33:11.701Z] [2024-12-12T19:33:11.701Z] #39 [security-proxy-auth internal] load build context [2024-12-12T19:33:11.701Z] #39 DONE 45.2s [2024-12-12T19:33:11.962Z] [2024-12-12T19:33:11.962Z] #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-12-12T19:33:11.962Z] #66 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:11.962Z] #66 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:11.962Z] #66 12.04 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:11.962Z] #66 12.04 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:11.962Z] #66 12.06 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:11.962Z] #66 12.18 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:11.962Z] #66 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:11.962Z] #66 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:11.962Z] #66 12.70 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:11.962Z] #66 13.00 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:11.962Z] #66 13.00 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:33:11.962Z] #66 13.32 OK: 13 MiB in 28 packages [2024-12-12T19:33:12.904Z] #66 ... [2024-12-12T19:33:12.904Z] [2024-12-12T19:33:12.904Z] #65 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2024-12-12T19:33:12.904Z] #65 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:12.904Z] #65 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:12.904Z] #65 12.00 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:12.904Z] #65 12.00 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:12.904Z] #65 12.01 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:12.904Z] #65 12.09 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:12.904Z] #65 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:12.904Z] #65 12.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:12.904Z] #65 12.45 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:12.904Z] #65 12.58 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:12.904Z] #65 12.59 OK: 8 MiB in 15 packages [2024-12-12T19:33:12.904Z] #65 DONE 14.8s [2024-12-12T19:33:12.904Z] [2024-12-12T19:33:12.904Z] #68 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-12-12T19:33:12.904Z] #68 11.38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:12.904Z] #68 12.11 (1/1) Installing dumb-init (1.2.5-r3) [2024-12-12T19:33:12.904Z] #68 12.61 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:12.904Z] #68 12.61 OK: 8 MiB in 15 packages [2024-12-12T19:33:12.904Z] #68 DONE 15.1s [2024-12-12T19:33:12.904Z] [2024-12-12T19:33:12.904Z] #73 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-12-12T19:33:12.904Z] #73 ... [2024-12-12T19:33:12.904Z] [2024-12-12T19:33:12.904Z] #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-12-12T19:33:12.904Z] #66 DONE 15.1s [2024-12-12T19:33:13.164Z] [2024-12-12T19:33:13.164Z] #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-12-12T19:33:13.164Z] #67 DONE 15.2s [2024-12-12T19:33:13.164Z] [2024-12-12T19:33:13.164Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-12-12T19:33:13.423Z] #74 ... [2024-12-12T19:33:13.423Z] [2024-12-12T19:33:13.423Z] #69 [security-bootstrapper builder 2/8] WORKDIR /edgex-go [2024-12-12T19:33:13.423Z] #69 DONE 14.7s [2024-12-12T19:33:13.423Z] [2024-12-12T19:33:13.423Z] #75 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-12-12T19:33:15.325Z] #75 ... [2024-12-12T19:33:15.325Z] [2024-12-12T19:33:15.325Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-12-12T19:33:15.325Z] #74 4.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #74 4.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #74 4.989 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:15.325Z] #74 4.989 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:15.325Z] #74 4.997 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:15.325Z] #74 5.106 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:15.325Z] #74 5.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #74 5.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #74 5.570 OK: 19 MiB in 18 packages [2024-12-12T19:33:15.325Z] #74 DONE 6.0s [2024-12-12T19:33:15.325Z] [2024-12-12T19:33:15.325Z] #76 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-12-12T19:33:15.325Z] #0 4.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 4.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 5.272 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:15.325Z] #0 5.272 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:15.325Z] #0 5.281 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:15.325Z] #0 5.369 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:15.325Z] #0 5.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 5.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 5.850 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:15.325Z] #0 5.886 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:15.325Z] #0 5.898 OK: 8 MiB in 18 packages [2024-12-12T19:33:15.325Z] #76 DONE 6.2s [2024-12-12T19:33:15.325Z] [2024-12-12T19:33:15.325Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-12-12T19:33:15.325Z] #0 4.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 4.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 5.396 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:15.325Z] #0 5.396 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:15.325Z] #0 5.409 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:15.325Z] #0 5.528 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:15.325Z] #0 5.533 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 5.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:15.325Z] #0 5.924 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:15.325Z] #0 6.038 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:15.325Z] #0 6.050 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:33:15.325Z] #0 6.096 OK: 19 MiB in 18 packages [2024-12-12T19:33:15.325Z] #77 DONE 6.4s [2024-12-12T19:33:15.325Z] [2024-12-12T19:33:15.325Z] #78 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-12-12T19:33:15.325Z] #78 DONE 0.1s [2024-12-12T19:33:15.326Z] [2024-12-12T19:33:15.326Z] #79 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-12-12T19:33:16.266Z] #79 ... [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #71 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-12-12T19:33:16.266Z] #71 4.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #71 5.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #71 5.357 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:16.266Z] #71 5.357 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:16.266Z] #71 5.367 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:16.266Z] #71 5.470 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:16.266Z] #71 5.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #71 5.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #71 5.942 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:16.266Z] #71 5.978 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:16.266Z] #71 6.002 OK: 8 MiB in 15 packages [2024-12-12T19:33:16.266Z] #71 DONE 6.4s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #72 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-12-12T19:33:16.266Z] #72 3.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #72 3.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #72 3.695 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:16.266Z] #72 3.695 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:16.266Z] #72 3.700 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:16.266Z] #72 3.768 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:16.266Z] #72 3.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #72 3.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #72 4.142 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:16.266Z] #72 4.178 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:16.266Z] #72 4.283 OK: 8 MiB in 16 packages [2024-12-12T19:33:16.266Z] #72 DONE 4.4s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #79 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-12-12T19:33:16.266Z] #79 DONE 0.9s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-12-12T19:33:16.266Z] #70 4.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #70 5.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #70 5.341 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:16.266Z] #70 5.342 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:16.266Z] #70 5.378 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:16.266Z] #70 5.450 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:16.266Z] #70 5.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #70 5.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.266Z] #70 5.916 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:16.266Z] #70 5.960 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-12-12T19:33:16.266Z] #70 5.965 Executing ca-certificates-20240705-r0.trigger [2024-12-12T19:33:16.266Z] #70 6.286 OK: 9 MiB in 16 packages [2024-12-12T19:33:16.266Z] #70 DONE 6.7s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #80 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-12-12T19:33:16.266Z] #80 DONE 0.0s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #81 [security-spire-config stage-2 6/10] COPY security.txt / [2024-12-12T19:33:16.266Z] #81 DONE 0.0s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #82 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-12-12T19:33:16.266Z] #82 DONE 0.0s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #83 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-12-12T19:33:16.266Z] #83 DONE 0.0s [2024-12-12T19:33:16.266Z] [2024-12-12T19:33:16.266Z] #84 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-12-12T19:33:16.525Z] #84 DONE 0.1s [2024-12-12T19:33:16.525Z] [2024-12-12T19:33:16.525Z] #85 [security-spire-config] exporting to image [2024-12-12T19:33:16.525Z] #85 exporting layers [2024-12-12T19:33:16.525Z] #85 ... [2024-12-12T19:33:16.525Z] [2024-12-12T19:33:16.525Z] #86 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-12-12T19:33:16.525Z] #86 DONE 3.3s [2024-12-12T19:33:16.784Z] [2024-12-12T19:33:16.784Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-12-12T19:33:16.784Z] #87 ... [2024-12-12T19:33:16.784Z] [2024-12-12T19:33:16.784Z] #88 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-12-12T19:33:16.784Z] #0 2.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.784Z] #0 2.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:16.784Z] #0 3.276 OK: 246 MiB in 54 packages [2024-12-12T19:33:16.784Z] #88 DONE 3.5s [2024-12-12T19:33:16.784Z] [2024-12-12T19:33:16.784Z] #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:33:16.784Z] #89 DONE 0.2s [2024-12-12T19:33:16.784Z] [2024-12-12T19:33:16.784Z] #90 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:33:17.350Z] #90 ... [2024-12-12T19:33:17.350Z] [2024-12-12T19:33:17.350Z] #85 [security-spire-config] exporting to image [2024-12-12T19:33:17.350Z] #85 exporting layers 0.8s done [2024-12-12T19:33:17.350Z] #85 writing image sha256:e62e2c468b0b12182acdbc315f75383302bd6d0defd191c40c4fc6f7866b0484 done [2024-12-12T19:33:17.351Z] #85 naming to docker.io/library/security-spire-config done [2024-12-12T19:33:17.351Z] #85 DONE 0.8s [2024-12-12T19:33:17.351Z] [2024-12-12T19:33:17.351Z] #75 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-12-12T19:33:17.351Z] #75 3.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:17.351Z] #75 4.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:17.608Z] #75 ... [2024-12-12T19:33:17.608Z] [2024-12-12T19:33:17.608Z] #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-12-12T19:33:17.608Z] #91 DONE 1.5s [2024-12-12T19:33:17.608Z] [2024-12-12T19:33:17.608Z] #73 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-12-12T19:33:17.608Z] #73 5.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:17.608Z] #73 6.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:17.608Z] #73 6.689 Upgrading critical system libraries and apk-tools: [2024-12-12T19:33:17.608Z] #73 6.689 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-12-12T19:33:17.608Z] #73 6.695 Executing busybox-1.36.1-r29.trigger [2024-12-12T19:33:17.608Z] #73 6.773 Continuing the upgrade transaction with new apk-tools: [2024-12-12T19:33:17.608Z] #73 6.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:17.608Z] #73 6.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:17.608Z] #73 7.223 OK: 9 MiB in 19 packages [2024-12-12T19:33:17.608Z] #73 DONE 7.5s [2024-12-12T19:33:18.121Z] [2024-12-12T19:33:18.121Z] #92 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-12-12T19:33:18.121Z] #0 3.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:18.121Z] #0 3.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:18.121Z] #0 4.123 OK: 246 MiB in 54 packages [2024-12-12T19:33:18.121Z] #92 DONE 4.5s [2024-12-12T19:33:18.121Z] [2024-12-12T19:33:18.121Z] #93 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:33:19.089Z] #93 ... [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-12-12T19:33:19.089Z] #94 DONE 1.4s [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #75 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-12-12T19:33:19.089Z] #75 4.395 OK: 246 MiB in 54 packages [2024-12-12T19:33:19.089Z] #75 DONE 5.8s [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #95 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-12-12T19:33:19.089Z] #0 3.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:19.089Z] #0 3.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:19.089Z] #0 3.986 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-12-12T19:33:19.089Z] #0 3.986 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-12-12T19:33:19.089Z] #0 3.986 OK: 24175 distinct packages available [2024-12-12T19:33:19.089Z] #0 4.054 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:19.089Z] #0 4.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:19.089Z] #0 4.535 OK: 246 MiB in 54 packages [2024-12-12T19:33:19.089Z] #95 DONE 5.7s [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-12-12T19:33:19.089Z] #87 0.816 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:19.089Z] #87 1.292 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-12-12T19:33:19.089Z] #87 2.029 OK: 246 MiB in 54 packages [2024-12-12T19:33:19.089Z] #87 DONE 2.4s [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-12-12T19:33:19.089Z] #96 ... [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-12-12T19:33:19.089Z] #97 DONE 1.5s [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-12-12T19:33:19.089Z] #98 DONE 1.5s [2024-12-12T19:33:19.089Z] [2024-12-12T19:33:19.089Z] #93 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:33:19.089Z] #93 DONE 1.5s [2024-12-12T19:33:19.349Z] [2024-12-12T19:33:19.349Z] #99 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:33:20.304Z] #99 ... [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-12-12T19:33:20.304Z] #100 DONE 1.0s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #101 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:33:20.304Z] #101 DONE 1.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #102 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:33:20.304Z] #102 DONE 1.2s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-12-12T19:33:20.304Z] #103 DONE 1.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2024-12-12T19:33:20.304Z] #104 DONE 0.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-12-12T19:33:20.304Z] #96 DONE 1.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-12-12T19:33:20.304Z] #105 DONE 0.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-12-12T19:33:20.304Z] #106 DONE 0.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-12-12T19:33:20.304Z] #107 DONE 0.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-12-12T19:33:20.304Z] #108 DONE 0.0s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-12-12T19:33:20.304Z] #109 DONE 0.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-12-12T19:33:20.304Z] #110 DONE 0.1s [2024-12-12T19:33:20.304Z] [2024-12-12T19:33:20.304Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-12-12T19:33:20.563Z] #111 DONE 0.1s [2024-12-12T19:33:20.563Z] [2024-12-12T19:33:20.563Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-12-12T19:33:20.563Z] #112 DONE 0.1s [2024-12-12T19:33:20.563Z] [2024-12-12T19:33:20.563Z] #85 [security-spire-server] exporting to image [2024-12-12T19:33:21.500Z] #85 exporting layers 0.6s done [2024-12-12T19:33:21.500Z] #85 writing image sha256:10c757608f7c9de6e0a9d7b806e1a201d02265969e5d0c356a80f432e16d08d7 done [2024-12-12T19:33:21.500Z] #85 naming to docker.io/library/security-spire-server done [2024-12-12T19:33:21.500Z] #85 writing image sha256:ab958e16b5af57c267bc37a251318f1aa0b62a067ead5a19fcbeb8429627a1b7 done [2024-12-12T19:33:21.500Z] #85 naming to docker.io/library/security-spire-agent done [2024-12-12T19:33:21.500Z] #85 DONE 1.6s [2024-12-12T19:33:21.500Z] [2024-12-12T19:33:21.500Z] #113 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:33:24.822Z] #113 ... [2024-12-12T19:33:24.822Z] [2024-12-12T19:33:24.822Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:33:24.822Z] #62 ... [2024-12-12T19:33:24.822Z] [2024-12-12T19:33:24.822Z] #114 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:33:31.815Z] #114 ... [2024-12-12T19:33:31.815Z] [2024-12-12T19:33:31.815Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:18.692Z] #115 ... [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #90 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:18.692Z] #90 DONE 59.1s [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #113 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:18.692Z] #113 DONE 55.9s [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #116 [core-command builder 6/7] COPY . . [2024-12-12T19:34:18.692Z] #116 ... [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #114 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:18.692Z] #114 DONE 56.0s [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:18.692Z] #115 DONE 56.1s [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #117 [core-keeper builder 7/8] COPY . . [2024-12-12T19:34:18.692Z] #117 ... [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #99 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:18.692Z] #99 DONE 57.2s [2024-12-12T19:34:18.692Z] [2024-12-12T19:34:18.692Z] #118 [support-scheduler builder 6/7] COPY . . [2024-12-12T19:34:26.828Z] #118 ... [2024-12-12T19:34:26.828Z] [2024-12-12T19:34:26.828Z] #119 [security-bootstrapper builder 6/7] COPY . . [2024-12-12T19:34:26.828Z] #119 ... [2024-12-12T19:34:26.828Z] [2024-12-12T19:34:26.828Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #120 ... [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #119 [security-bootstrapper builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #119 DONE 13.0s [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-12-12T19:34:29.370Z] #121 ... [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:29.370Z] #122 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #123 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:34:29.370Z] #124 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #125 [security-proxy-setup builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #125 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:29.370Z] #126 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:34:29.370Z] #127 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #120 DONE 12.9s [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #117 [core-keeper builder 7/8] COPY . . [2024-12-12T19:34:29.370Z] #117 DONE 12.8s [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #118 [support-scheduler builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #118 DONE 12.7s [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-12-12T19:34:29.370Z] #128 ... [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:34:29.370Z] #129 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #130 [support-notifications builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #130 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #131 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:29.370Z] #131 CACHED [2024-12-12T19:34:29.370Z] [2024-12-12T19:34:29.370Z] #116 [core-command builder 6/7] COPY . . [2024-12-12T19:34:29.370Z] #116 DONE 13.3s [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:34:29.630Z] #132 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #133 [core-metadata builder 6/7] COPY . . [2024-12-12T19:34:29.630Z] #133 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:29.630Z] #134 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:34:29.630Z] #135 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #136 [security-proxy-auth builder 6/7] COPY . . [2024-12-12T19:34:29.630Z] #136 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:29.630Z] #137 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:29.630Z] #138 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #139 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:34:29.630Z] #139 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #140 [core-data builder 6/7] COPY . . [2024-12-12T19:34:29.630Z] #140 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-12-12T19:34:29.630Z] #141 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-12-12T19:34:29.630Z] #142 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #143 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-12-12T19:34:29.630Z] #143 CACHED [2024-12-12T19:34:29.630Z] [2024-12-12T19:34:29.630Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-12-12T19:34:34.907Z] #144 5.338 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 [2024-12-12T19:34:40.281Z] #144 ... [2024-12-12T19:34:40.281Z] [2024-12-12T19:34:40.282Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-12-12T19:34:40.282Z] #0 1.013 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 [2024-12-12T19:34:40.282Z] #145 ... [2024-12-12T19:34:40.282Z] [2024-12-12T19:34:40.282Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-12-12T19:34:40.282Z] #0 0.782 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 [2024-12-12T19:34:40.282Z] #146 ... [2024-12-12T19:34:40.282Z] [2024-12-12T19:34:40.282Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-12-12T19:34:40.282Z] #0 3.650 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 [2024-12-12T19:34:40.282Z] #147 ... [2024-12-12T19:34:40.282Z] [2024-12-12T19:34:40.282Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-12-12T19:34:40.282Z] #0 6.640 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 [2024-12-12T19:34:40.282Z] #148 ... [2024-12-12T19:34:40.282Z] [2024-12-12T19:34:40.282Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-12-12T19:34:40.282Z] #0 1.967 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 [2024-12-12T19:34:40.282Z] #149 ... [2024-12-12T19:34:40.282Z] [2024-12-12T19:34:40.282Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-12-12T19:34:40.282Z] #0 6.315 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 [2024-12-12T19:34:40.542Z] #150 ... [2024-12-12T19:34:40.542Z] [2024-12-12T19:34:40.542Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-12-12T19:34:40.542Z] #0 1.837 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 [2024-12-12T19:34:40.542Z] #151 ... [2024-12-12T19:34:40.542Z] [2024-12-12T19:34:40.542Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-12-12T19:34:40.542Z] #0 4.376 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 [2024-12-12T19:34:40.809Z] #152 ... [2024-12-12T19:34:40.809Z] [2024-12-12T19:34:40.809Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-12-12T19:34:40.809Z] #0 2.868 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 [2024-12-12T19:34:41.067Z] #153 ... [2024-12-12T19:34:41.067Z] [2024-12-12T19:34:41.067Z] #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-12-12T19:34:41.067Z] #121 1.285 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 [2024-12-12T19:34:41.067Z] #121 ... [2024-12-12T19:34:41.067Z] [2024-12-12T19:34:41.067Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-12-12T19:34:41.067Z] #128 1.326 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 [2024-12-12T19:36:03.352Z] #128 ... [2024-12-12T19:36:03.352Z] [2024-12-12T19:36:03.352Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-12-12T19:36:03.352Z] #145 94.21 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 [2024-12-12T19:36:35.927Z] #145 ... [2024-12-12T19:36:35.927Z] [2024-12-12T19:36:35.927Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-12-12T19:36:35.927Z] #146 DONE 124.0s [2024-12-12T19:36:35.927Z] [2024-12-12T19:36:35.927Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-12-12T19:36:35.927Z] #144 ... [2024-12-12T19:36:35.927Z] [2024-12-12T19:36:35.927Z] #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-12-12T19:36:35.927Z] #121 DONE 126.7s [2024-12-12T19:36:35.927Z] [2024-12-12T19:36:35.927Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-12-12T19:36:41.249Z] #144 ... [2024-12-12T19:36:41.249Z] [2024-12-12T19:36:41.249Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-12-12T19:36:41.249Z] #145 DONE 132.0s [2024-12-12T19:36:41.249Z] [2024-12-12T19:36:41.249Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-12-12T19:36:46.517Z] #148 ... [2024-12-12T19:36:46.517Z] [2024-12-12T19:36:46.517Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-12-12T19:36:46.517Z] #151 DONE 136.8s [2024-12-12T19:36:46.517Z] [2024-12-12T19:36:46.517Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-12-12T19:36:47.892Z] #149 ... [2024-12-12T19:36:47.892Z] [2024-12-12T19:36:47.892Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:36:52.097Z] #154 ... [2024-12-12T19:36:52.097Z] [2024-12-12T19:36:52.097Z] #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-12-12T19:36:52.097Z] #128 DONE 142.7s [2024-12-12T19:36:52.097Z] [2024-12-12T19:36:52.097Z] #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:00.257Z] #155 ... [2024-12-12T19:37:00.257Z] [2024-12-12T19:37:00.257Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-12-12T19:37:00.257Z] #147 DONE 150.3s [2024-12-12T19:37:00.257Z] [2024-12-12T19:37:00.257Z] #156 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:00.257Z] #156 ... [2024-12-12T19:37:00.257Z] [2024-12-12T19:37:00.257Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-12-12T19:37:00.257Z] #152 DONE 150.6s [2024-12-12T19:37:00.257Z] [2024-12-12T19:37:00.257Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-12-12T19:37:00.257Z] #157 ... [2024-12-12T19:37:00.257Z] [2024-12-12T19:37:00.257Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-12-12T19:37:00.257Z] #144 DONE 150.9s [2024-12-12T19:37:00.257Z] [2024-12-12T19:37:00.257Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-12-12T19:37:00.257Z] #150 DONE 150.9s [2024-12-12T19:37:00.520Z] [2024-12-12T19:37:00.520Z] #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:00.520Z] #154 DONE 12.4s [2024-12-12T19:37:00.520Z] [2024-12-12T19:37:00.520Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-12-12T19:37:00.520Z] #149 DONE 151.3s [2024-12-12T19:37:00.520Z] [2024-12-12T19:37:00.520Z] #158 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:00.782Z] #158 ... [2024-12-12T19:37:00.782Z] [2024-12-12T19:37:00.782Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-12-12T19:37:00.782Z] #153 DONE 151.3s [2024-12-12T19:37:00.783Z] [2024-12-12T19:37:00.783Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-12-12T19:37:00.783Z] #148 DONE 151.3s [2024-12-12T19:37:00.783Z] [2024-12-12T19:37:00.783Z] #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:00.783Z] #155 DONE 10.1s [2024-12-12T19:37:00.783Z] [2024-12-12T19:37:00.783Z] #156 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:00.783Z] #156 DONE 1.1s [2024-12-12T19:37:00.783Z] [2024-12-12T19:37:00.783Z] #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:01.048Z] #159 ... [2024-12-12T19:37:01.048Z] [2024-12-12T19:37:01.048Z] #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:01.048Z] #160 DONE 1.2s [2024-12-12T19:37:01.048Z] [2024-12-12T19:37:01.048Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-12-12T19:37:01.048Z] #157 DONE 1.1s [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #161 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:01.316Z] #161 CACHED [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #162 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:01.316Z] #162 CACHED [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #163 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:01.316Z] #163 CACHED [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #164 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:01.316Z] #164 CACHED [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #158 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:01.316Z] #158 DONE 0.7s [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:01.316Z] #165 DONE 0.7s [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #166 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:01.316Z] #166 CACHED [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:01.316Z] #167 CACHED [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #168 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:01.316Z] #168 DONE 0.7s [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #169 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-12-12T19:37:01.316Z] #169 ... [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:01.316Z] #170 DONE 0.6s [2024-12-12T19:37:01.316Z] [2024-12-12T19:37:01.316Z] #171 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:01.316Z] #171 DONE 0.6s [2024-12-12T19:37:01.675Z] [2024-12-12T19:37:01.675Z] #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:01.675Z] #159 DONE 0.6s [2024-12-12T19:37:01.675Z] [2024-12-12T19:37:01.675Z] #172 [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 [2024-12-12T19:37:02.246Z] #172 ... [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.246Z] #173 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:02.246Z] #173 DONE 1.1s [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.246Z] #174 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:02.246Z] #174 DONE 1.0s [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.246Z] #175 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-12-12T19:37:02.246Z] #175 DONE 0.9s [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.246Z] #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-12-12T19:37:02.246Z] #176 DONE 1.0s [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.246Z] #177 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-12-12T19:37:02.246Z] #177 DONE 1.0s [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.246Z] #178 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-12-12T19:37:02.246Z] #178 DONE 1.0s [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.246Z] #179 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:02.246Z] #179 DONE 1.0s [2024-12-12T19:37:02.246Z] [2024-12-12T19:37:02.247Z] #180 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-12-12T19:37:02.247Z] #180 DONE 0.9s [2024-12-12T19:37:02.247Z] [2024-12-12T19:37:02.247Z] #169 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-12-12T19:37:02.247Z] #169 DONE 1.0s [2024-12-12T19:37:02.247Z] [2024-12-12T19:37:02.247Z] #181 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:02.247Z] #181 ... [2024-12-12T19:37:02.247Z] [2024-12-12T19:37:02.247Z] #182 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:02.247Z] #182 DONE 1.0s [2024-12-12T19:37:02.508Z] [2024-12-12T19:37:02.508Z] #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-12-12T19:37:02.841Z] #183 ... [2024-12-12T19:37:02.841Z] [2024-12-12T19:37:02.841Z] #172 [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 [2024-12-12T19:37:02.841Z] #172 DONE 1.2s [2024-12-12T19:37:02.841Z] [2024-12-12T19:37:02.841Z] #184 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-12-12T19:37:02.841Z] #184 DONE 1.6s [2024-12-12T19:37:02.841Z] [2024-12-12T19:37:02.841Z] #185 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:02.841Z] #185 DONE 0.7s [2024-12-12T19:37:03.101Z] [2024-12-12T19:37:03.101Z] #186 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.101Z] #186 DONE 0.6s [2024-12-12T19:37:03.101Z] [2024-12-12T19:37:03.101Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.101Z] #187 DONE 0.7s [2024-12-12T19:37:03.101Z] [2024-12-12T19:37:03.101Z] #188 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-12-12T19:37:03.101Z] #188 DONE 0.7s [2024-12-12T19:37:03.101Z] [2024-12-12T19:37:03.101Z] #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.101Z] #189 DONE 0.7s [2024-12-12T19:37:03.101Z] [2024-12-12T19:37:03.101Z] #85 [core-command] exporting to image [2024-12-12T19:37:03.101Z] #85 exporting layers [2024-12-12T19:37:03.101Z] #85 ... [2024-12-12T19:37:03.101Z] [2024-12-12T19:37:03.101Z] #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-12-12T19:37:03.101Z] #190 DONE 1.0s [2024-12-12T19:37:03.361Z] [2024-12-12T19:37:03.361Z] #191 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.361Z] #191 DONE 1.0s [2024-12-12T19:37:03.361Z] [2024-12-12T19:37:03.361Z] #192 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-12-12T19:37:03.361Z] #192 DONE 1.0s [2024-12-12T19:37:03.361Z] [2024-12-12T19:37:03.361Z] #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-12-12T19:37:03.361Z] #183 DONE 0.8s [2024-12-12T19:37:03.361Z] [2024-12-12T19:37:03.361Z] #181 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.361Z] #181 DONE 1.1s [2024-12-12T19:37:03.361Z] [2024-12-12T19:37:03.361Z] #85 [core-command] exporting to image [2024-12-12T19:37:03.361Z] #85 exporting layers 0.5s done [2024-12-12T19:37:03.931Z] #85 ... [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #193 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-12-12T19:37:03.931Z] #193 DONE 1.0s [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #194 [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 [2024-12-12T19:37:03.931Z] #194 DONE 1.0s [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #195 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-12-12T19:37:03.931Z] #195 DONE 1.1s [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #196 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.931Z] #196 ... [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #197 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.931Z] #197 DONE 1.1s [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #198 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-12-12T19:37:03.931Z] #198 DONE 0.8s [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #199 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-12-12T19:37:03.931Z] #199 DONE 1.1s [2024-12-12T19:37:03.931Z] [2024-12-12T19:37:03.931Z] #200 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:03.931Z] #200 DONE 0.8s [2024-12-12T19:37:04.191Z] [2024-12-12T19:37:04.191Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-12-12T19:37:04.191Z] #201 DONE 0.8s [2024-12-12T19:37:04.191Z] [2024-12-12T19:37:04.191Z] #202 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2024-12-12T19:37:04.191Z] #202 DONE 0.7s [2024-12-12T19:37:04.191Z] [2024-12-12T19:37:04.191Z] #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-12-12T19:37:04.191Z] #203 DONE 0.8s [2024-12-12T19:37:04.191Z] [2024-12-12T19:37:04.191Z] #204 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-12-12T19:37:04.191Z] #204 DONE 0.8s [2024-12-12T19:37:04.191Z] [2024-12-12T19:37:04.191Z] #85 [support-scheduler] exporting to image [2024-12-12T19:37:04.191Z] #85 ... [2024-12-12T19:37:04.191Z] [2024-12-12T19:37:04.191Z] #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-12-12T19:37:04.191Z] #205 DONE 0.5s [2024-12-12T19:37:04.661Z] [2024-12-12T19:37:04.661Z] #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-12-12T19:37:04.661Z] #206 ... [2024-12-12T19:37:04.661Z] [2024-12-12T19:37:04.661Z] #207 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-12-12T19:37:04.661Z] #207 DONE 0.5s [2024-12-12T19:37:04.661Z] [2024-12-12T19:37:04.661Z] #196 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:04.661Z] #196 DONE 0.7s [2024-12-12T19:37:04.661Z] [2024-12-12T19:37:04.661Z] #208 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-12-12T19:37:04.661Z] #208 DONE 0.5s [2024-12-12T19:37:04.661Z] [2024-12-12T19:37:04.661Z] #209 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-12-12T19:37:04.661Z] #209 DONE 0.6s [2024-12-12T19:37:04.661Z] [2024-12-12T19:37:04.661Z] #210 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-12-12T19:37:04.661Z] #210 DONE 0.4s [2024-12-12T19:37:04.921Z] [2024-12-12T19:37:04.921Z] #85 [core-metadata] exporting to image [2024-12-12T19:37:04.921Z] #85 exporting layers 0.4s done [2024-12-12T19:37:04.921Z] #85 writing image sha256:b8b4144c2bd20817843b0ff6f60840c3fdf4e520d6f5905fd21ddf5bc1b14a50 0.0s done [2024-12-12T19:37:04.921Z] #85 naming to docker.io/library/core-command done [2024-12-12T19:37:05.181Z] #85 ... [2024-12-12T19:37:05.181Z] [2024-12-12T19:37:05.181Z] #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-12-12T19:37:05.181Z] #206 DONE 0.8s [2024-12-12T19:37:05.181Z] [2024-12-12T19:37:05.181Z] #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-12-12T19:37:05.181Z] #211 DONE 1.1s [2024-12-12T19:37:05.181Z] [2024-12-12T19:37:05.181Z] #212 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-12-12T19:37:05.181Z] #212 DONE 1.2s [2024-12-12T19:37:05.181Z] [2024-12-12T19:37:05.181Z] #213 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-12-12T19:37:05.181Z] #213 DONE 0.7s [2024-12-12T19:37:05.181Z] [2024-12-12T19:37:05.181Z] #214 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-12-12T19:37:05.181Z] #214 DONE 0.7s [2024-12-12T19:37:05.181Z] [2024-12-12T19:37:05.181Z] #85 [support-notifications] exporting to image [2024-12-12T19:37:05.181Z] #85 exporting layers 0.6s done [2024-12-12T19:37:05.447Z] #85 exporting layers 0.9s done [2024-12-12T19:37:05.447Z] #85 writing image sha256:7dafd545fff830069eafb9945432df4b225fbeaf1f65ad202e5607f3b890ddab [2024-12-12T19:37:05.705Z] #85 ... [2024-12-12T19:37:05.705Z] [2024-12-12T19:37:05.705Z] #215 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-12-12T19:37:05.705Z] #215 DONE 0.4s [2024-12-12T19:37:05.705Z] [2024-12-12T19:37:05.705Z] #85 [core-data] exporting to image [2024-12-12T19:37:05.705Z] #85 writing image sha256:7dafd545fff830069eafb9945432df4b225fbeaf1f65ad202e5607f3b890ddab 0.0s done [2024-12-12T19:37:05.705Z] #85 writing image sha256:b7c43c207a9dae5ee05efd0f93202b2c76cf06ab23118949c7856c5afe931366 [2024-12-12T19:37:05.705Z] #85 writing image sha256:a0a14214f9fc12cccaaceb61a714dec2a51b3c0d9c2a29d5d1d4f609e73241d3 [2024-12-12T19:37:05.705Z] #85 writing image sha256:7313f5d6573cc0aeb06ad72193824055888f88afb5558b00613037513cdaa3b5 [2024-12-12T19:37:05.705Z] #85 writing image sha256:7eb0c1e9fea83b36a98f0421f45dbb61b4d3a03c583d3a9c849f057db6575650 [2024-12-12T19:37:05.705Z] #85 naming to docker.io/library/core-data done [2024-12-12T19:37:05.964Z] #85 ... [2024-12-12T19:37:05.964Z] [2024-12-12T19:37:05.964Z] #216 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-12-12T19:37:05.964Z] #216 DONE 0.7s [2024-12-12T19:37:05.964Z] [2024-12-12T19:37:05.964Z] #85 [security-spiffe-token-provider] exporting to image [2024-12-12T19:37:05.964Z] #85 writing image sha256:b7c43c207a9dae5ee05efd0f93202b2c76cf06ab23118949c7856c5afe931366 0.4s done [2024-12-12T19:37:05.964Z] #85 naming to docker.io/library/security-spiffe-token-provider done [2024-12-12T19:37:05.964Z] #85 ... [2024-12-12T19:37:05.964Z] [2024-12-12T19:37:05.964Z] #217 [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/ [2024-12-12T19:37:05.964Z] #217 DONE 0.5s [2024-12-12T19:37:05.964Z] [2024-12-12T19:37:05.964Z] #85 [core-common-config-bootstrapper] exporting to image [2024-12-12T19:37:05.964Z] #85 exporting layers 0.8s done [2024-12-12T19:37:05.964Z] #85 writing image sha256:a0a14214f9fc12cccaaceb61a714dec2a51b3c0d9c2a29d5d1d4f609e73241d3 0.4s done [2024-12-12T19:37:05.964Z] #85 writing image sha256:7313f5d6573cc0aeb06ad72193824055888f88afb5558b00613037513cdaa3b5 0.4s done [2024-12-12T19:37:05.964Z] #85 writing image sha256:7eb0c1e9fea83b36a98f0421f45dbb61b4d3a03c583d3a9c849f057db6575650 0.5s done [2024-12-12T19:37:05.964Z] #85 naming to docker.io/library/core-metadata done [2024-12-12T19:37:05.964Z] #85 naming to docker.io/library/core-keeper done [2024-12-12T19:37:05.964Z] #85 naming to docker.io/library/support-scheduler done [2024-12-12T19:37:05.964Z] #85 writing image sha256:bb00dc88cbde615da0684a75defc1544dc85b73b5eca062ab45a226a9432a054 done [2024-12-12T19:37:05.964Z] #85 naming to docker.io/library/core-common-config-bootstrapper done [2024-12-12T19:37:05.964Z] #85 writing image sha256:afde3e1afc55c9acbff9458bb93720f76b092bd8a02524bcc9979a0b15f3d8c8 [2024-12-12T19:37:06.223Z] #85 ... [2024-12-12T19:37:06.223Z] [2024-12-12T19:37:06.223Z] #218 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-12-12T19:37:06.223Z] #218 DONE 0.2s [2024-12-12T19:37:06.223Z] [2024-12-12T19:37:06.223Z] #85 [security-proxy-auth] exporting to image [2024-12-12T19:37:06.223Z] #85 writing image sha256:afde3e1afc55c9acbff9458bb93720f76b092bd8a02524bcc9979a0b15f3d8c8 0.0s done [2024-12-12T19:37:06.223Z] #85 naming to docker.io/library/security-proxy-auth done [2024-12-12T19:37:06.223Z] #85 writing image sha256:8ccb7fc7b4bb7edea1ba94ace3781f9469457464d18013101c9aa85032c62514 done [2024-12-12T19:37:06.223Z] #85 naming to docker.io/library/support-notifications done [2024-12-12T19:37:06.223Z] #85 DONE 5.0s [2024-12-12T19:37:06.223Z] [2024-12-12T19:37:06.223Z] #219 [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/ [2024-12-12T19:37:06.223Z] #219 DONE 0.3s [2024-12-12T19:37:06.223Z] [2024-12-12T19:37:06.223Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-12-12T19:37:06.223Z] #220 DONE 1.5s [2024-12-12T19:37:06.223Z] [2024-12-12T19:37:06.223Z] #221 [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/ [2024-12-12T19:37:06.481Z] #221 DONE 0.1s [2024-12-12T19:37:06.481Z] [2024-12-12T19:37:06.481Z] #222 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-12-12T19:37:06.481Z] #222 DONE 0.0s [2024-12-12T19:37:06.481Z] [2024-12-12T19:37:06.481Z] #85 [security-proxy-setup] exporting to image [2024-12-12T19:37:06.740Z] #85 ... [2024-12-12T19:37:06.740Z] [2024-12-12T19:37:06.740Z] #223 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-12-12T19:37:06.740Z] #223 DONE 0.5s [2024-12-12T19:37:06.740Z] [2024-12-12T19:37:06.740Z] #85 [security-proxy-setup] exporting to image [2024-12-12T19:37:06.740Z] #85 writing image sha256:47dd0b3449879ea3143bbf6ac32f35d1b7eb95d02597c94e8b058801102dd34d done [2024-12-12T19:37:06.740Z] #85 naming to docker.io/library/security-proxy-setup done [2024-12-12T19:37:06.740Z] #85 ... [2024-12-12T19:37:06.740Z] [2024-12-12T19:37:06.740Z] #224 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-12-12T19:37:06.740Z] #224 DONE 0.4s [2024-12-12T19:37:07.003Z] [2024-12-12T19:37:07.003Z] #85 [security-secretstore-setup] exporting to image [2024-12-12T19:37:07.003Z] #85 exporting layers 0.3s done [2024-12-12T19:37:07.003Z] #85 writing image sha256:bdec983e0cc28b802bd86a2ef4993ecb9146d3410077c04e9f24818af8ad8ad8 done [2024-12-12T19:37:07.003Z] #85 naming to docker.io/library/security-secretstore-setup done [2024-12-12T19:37:07.003Z] #85 exporting layers 0.2s done [2024-12-12T19:37:07.003Z] #85 writing image sha256:aceccf1abe431892a3c1d6620f1b907bc24861ce4ce705cf3915d3c1dea4c598 done [2024-12-12T19:37:07.003Z] #85 naming to docker.io/library/security-bootstrapper done [2024-12-12T19:37:07.003Z] #85 DONE 5.8s [2024-12-12T19:37:07.003Z] [2024-12-12T19:37:07.003Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-12-12T19:37:07.003Z] time="2024-12-12T19:32:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-12-12T19:37:07.029Z] $ docker stop --time=1 e48d3bea7b97aba23ba1573b14e2d903e982bf9947d5384e4bda64c8a84f1e4e [2024-12-12T19:37:08.635Z] $ docker rm -f --volumes e48d3bea7b97aba23ba1573b14e2d903e982bf9947d5384e4bda64c8a84f1e4e [Pipeline] // withDockerContainer [Pipeline] sh [2024-12-12T19:37:09.069Z] + docker images [2024-12-12T19:37:09.069Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-12-12T19:37:09.069Z] security-proxy-setup latest 47dd0b344987 2 seconds ago 35MB [2024-12-12T19:37:09.069Z] security-bootstrapper latest aceccf1abe43 2 seconds ago 26MB [2024-12-12T19:37:09.069Z] security-secretstore-setup latest bdec983e0cc2 2 seconds ago 46.9MB [2024-12-12T19:37:09.069Z] support-notifications latest 8ccb7fc7b4bb 4 seconds ago 51.9MB [2024-12-12T19:37:09.069Z] security-proxy-auth latest afde3e1afc55 4 seconds ago 32.2MB [2024-12-12T19:37:09.069Z] core-data latest 7dafd545fff8 4 seconds ago 37.4MB [2024-12-12T19:37:09.069Z] core-common-config-bootstrapper latest bb00dc88cbde 4 seconds ago 22.8MB [2024-12-12T19:37:09.069Z] core-metadata latest a0a14214f9fc 4 seconds ago 37.6MB [2024-12-12T19:37:09.069Z] security-spiffe-token-provider latest b7c43c207a9d 5 seconds ago 38.5MB [2024-12-12T19:37:09.069Z] core-keeper latest 7313f5d6573c 5 seconds ago 31.3MB [2024-12-12T19:37:09.069Z] support-scheduler latest 7eb0c1e9fea8 5 seconds ago 52.9MB [2024-12-12T19:37:09.069Z] core-command latest b8b4144c2bd2 6 seconds ago 33.2MB [2024-12-12T19:37:09.069Z] security-spire-server latest 10c757608f7c 3 minutes ago 128MB [2024-12-12T19:37:09.069Z] security-spire-agent latest ab958e16b5af 3 minutes ago 188MB [2024-12-12T19:37:09.069Z] security-spire-config latest e62e2c468b0b 3 minutes ago 127MB [2024-12-12T19:37:09.069Z] ci-base-image-x86_64 latest 26566d2a2ebd 7 minutes ago 975MB [2024-12-12T19:37:09.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 2 months ago 573MB [2024-12-12T19:37:09.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 18 months ago 334MB [2024-12-12T19:37:09.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-12-12T19:37:10.248Z] provisioning config files... [2024-12-12T19:37:10.256Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config607429159836818683tmp [Pipeline] { [Pipeline] sh [2024-12-12T19:37:10.612Z] + set +x [2024-12-12T19:37:10.612Z] + curl -s https://codecov.io/bash [2024-12-12T19:37:10.612Z] + bash -s -- [2024-12-12T19:37:10.612Z] [2024-12-12T19:37:10.612Z] _____ _ [2024-12-12T19:37:10.612Z] / ____| | | [2024-12-12T19:37:10.612Z] | | ___ __| | ___ ___ _____ __ [2024-12-12T19:37:10.612Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-12-12T19:37:10.612Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-12-12T19:37:10.612Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-12-12T19:37:10.612Z] Bash-1.0.6 [2024-12-12T19:37:10.612Z] [2024-12-12T19:37:10.612Z] [2024-12-12T19:37:10.612Z] ==> git version 2.25.1 found [2024-12-12T19:37:10.612Z] ==> 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 [2024-12-12T19:37:10.612Z] Release-Date: 2020-01-08 [2024-12-12T19:37:10.612Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-12-12T19:37:10.612Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-12-12T19:37:10.612Z] ==> Jenkins CI detected. [2024-12-12T19:37:10.612Z] current dir:  /w/workspace/edgex-go/1 [2024-12-12T19:37:10.612Z] project root: . [2024-12-12T19:37:10.612Z] --> token set from env [2024-12-12T19:37:10.612Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-12-12T19:37:10.612Z] ==> Running gcov in . (disable via -X gcov) [2024-12-12T19:37:10.612Z] ==> Python coveragepy not found [2024-12-12T19:37:10.612Z] ==> Searching for coverage reports in: [2024-12-12T19:37:10.612Z] + . [2024-12-12T19:37:10.612Z] -> Found 1 reports [2024-12-12T19:37:10.612Z] ==> Detecting git/mercurial file structure [2024-12-12T19:37:10.870Z] ==> Reading reports [2024-12-12T19:37:10.870Z] + ./coverage.out bytes=1412873 [2024-12-12T19:37:10.870Z] ==> Appending adjustments [2024-12-12T19:37:10.870Z] https://docs.codecov.io/docs/fixing-reports [2024-12-12T19:37:12.261Z] + Found adjustments [2024-12-12T19:37:12.261Z] ==> Gzipping contents [2024-12-12T19:37:12.261Z] 124K /tmp/codecov.t5lXZe.gz [2024-12-12T19:37:12.261Z] ==> Uploading reports [2024-12-12T19:37:12.261Z] url: https://codecov.io [2024-12-12T19:37:12.261Z] query: branch=PR-5029&commit=01e08a35a9f313a041a5f853bc5d2953931ac199&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5029%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5029&job=&cmd_args= [2024-12-12T19:37:12.261Z] -> Pinging Codecov [2024-12-12T19:37:12.261Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-5029&commit=01e08a35a9f313a041a5f853bc5d2953931ac199&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5029%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5029&job=&cmd_args= [2024-12-12T19:37:12.520Z] -> Uploading to [2024-12-12T19:37:12.520Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/01e08a35a9f313a041a5f853bc5d2953931ac199/aeb9d8d1-0892-4fc0-aff5-c6164b83d305.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241212%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241212T193712Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=916470adcf0f7fd19e5a4e9fd6fec582ec89af744e1057c7286a1643175e37e5 [2024-12-12T19:37:12.520Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-12-12T19:37:12.520Z] Dload Upload Total Spent Left Speed [2024-12-12T19:37:13.091Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 311k --:--:-- --:--:-- --:--:-- 311k [2024-12-12T19:37:13.091Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] } [2024-12-12T19:37:13.126Z] 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 [2024-12-12T19:37:14.704Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:37:15.044Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:37:15.963Z] ---> package-listing.sh [2024-12-12T19:37:15.963Z] ++ facter osfamily [2024-12-12T19:37:15.963Z] ++ tr '[:upper:]' '[:lower:]' [2024-12-12T19:37:16.226Z] + OS_FAMILY=debian [2024-12-12T19:37:16.226Z] + workspace=/w/workspace/edgex-go/1 [2024-12-12T19:37:16.226Z] + START_PACKAGES=/tmp/packages_start.txt [2024-12-12T19:37:16.226Z] + END_PACKAGES=/tmp/packages_end.txt [2024-12-12T19:37:16.226Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-12-12T19:37:16.226Z] + PACKAGES=/tmp/packages_start.txt [2024-12-12T19:37:16.226Z] + '[' /w/workspace/edgex-go/1 ']' [2024-12-12T19:37:16.226Z] + PACKAGES=/tmp/packages_end.txt [2024-12-12T19:37:16.226Z] + case "${OS_FAMILY}" in [2024-12-12T19:37:16.226Z] + dpkg -l [2024-12-12T19:37:16.226Z] + grep '^ii' [2024-12-12T19:37:16.226Z] + '[' -f /tmp/packages_start.txt ']' [2024-12-12T19:37:16.226Z] + '[' -f /tmp/packages_end.txt ']' [2024-12-12T19:37:16.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-12-12T19:37:16.226Z] + '[' /w/workspace/edgex-go/1 ']' [2024-12-12T19:37:16.226Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-12-12T19:37:16.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-12-12T19:37:16.266Z] 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 [2024-12-12T19:37:16.600Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-12-12T19:37:17.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-12-12T19:37:17.259Z] [2024-12-12T19:37:17.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-12-12T19:37:17.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-12-12T19:37:17.643Z] latest: Pulling from edgex-lftools-log-publisher [2024-12-12T19:37:17.643Z] 5eb5b503b376: Pulling fs layer [2024-12-12T19:37:17.643Z] 5c69ac0246d0: Pulling fs layer [2024-12-12T19:37:17.643Z] ec43610c2a17: Pulling fs layer [2024-12-12T19:37:17.643Z] 3a2ae6a8a46f: Pulling fs layer [2024-12-12T19:37:17.643Z] 33b1e0a273af: Pulling fs layer [2024-12-12T19:37:17.643Z] 5d3b04190fa2: Pulling fs layer [2024-12-12T19:37:17.643Z] 2f39f015ded8: Pulling fs layer [2024-12-12T19:37:17.643Z] 5d3b04190fa2: Waiting [2024-12-12T19:37:17.643Z] 33b1e0a273af: Waiting [2024-12-12T19:37:17.643Z] 2f39f015ded8: Waiting [2024-12-12T19:37:17.643Z] 3a2ae6a8a46f: Waiting [2024-12-12T19:37:17.643Z] 5c69ac0246d0: Download complete [2024-12-12T19:37:17.643Z] 3a2ae6a8a46f: Verifying Checksum [2024-12-12T19:37:17.643Z] 3a2ae6a8a46f: Download complete [2024-12-12T19:37:17.906Z] 33b1e0a273af: Verifying Checksum [2024-12-12T19:37:17.906Z] 33b1e0a273af: Download complete [2024-12-12T19:37:17.906Z] 5d3b04190fa2: Download complete [2024-12-12T19:37:17.906Z] ec43610c2a17: Verifying Checksum [2024-12-12T19:37:17.906Z] 5eb5b503b376: Verifying Checksum [2024-12-12T19:37:17.906Z] 5eb5b503b376: Download complete [2024-12-12T19:37:18.853Z] 2f39f015ded8: Download complete [2024-12-12T19:37:21.400Z] 5eb5b503b376: Pull complete [2024-12-12T19:37:21.400Z] 5c69ac0246d0: Pull complete [2024-12-12T19:37:21.967Z] ec43610c2a17: Pull complete [2024-12-12T19:37:21.967Z] 3a2ae6a8a46f: Pull complete [2024-12-12T19:37:22.230Z] 33b1e0a273af: Pull complete [2024-12-12T19:37:22.492Z] 5d3b04190fa2: Pull complete [2024-12-12T19:37:26.685Z] 2f39f015ded8: Pull complete [2024-12-12T19:37:26.685Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-12-12T19:37:26.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-12-12T19:37:26.685Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-12-12T19:37:26.946Z] prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container [2024-12-12T19:37:26.976Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-12-12T19:37:30.083Z] $ docker top 5bb7d434c978fd79cc57488318a43b8eb3c5b7fcfaabecd17b28704a2f9ad17d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-12-12T19:37:30.517Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-12-12T19:37:30.838Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-12-12T19:37:31.153Z] + ls /var/log/sa-host [2024-12-12T19:37:31.153Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-12-12T19:37:31.317Z] provisioning config files... [2024-12-12T19:37:31.326Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13690363061582380530tmp [Pipeline] { [Pipeline] echo [2024-12-12T19:37:31.402Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:37:31.726Z] ---> create-netrc.sh [Pipeline] } [2024-12-12T19:37:31.759Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:37:32.172Z] ---> python-tools-install.sh [Pipeline] echo [2024-12-12T19:37:32.212Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:37:32.533Z] ---> sudo-logs.sh [2024-12-12T19:37:32.533Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-12-12T19:37:32.637Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:37:32.977Z] ---> job-cost.sh [2024-12-12T19:37:32.977Z] lf-activate-venv: SKIPPING [2024-12-12T19:37:32.977Z] INFO: No Stack... [2024-12-12T19:37:33.236Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-12-12T19:37:33.806Z] INFO: Archiving Costs [Pipeline] echo [2024-12-12T19:37:33.849Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-12-12T19:37:34.173Z] ---> logs-deploy.sh [2024-12-12T19:37:34.174Z] lf-activate-venv: SKIPPING [2024-12-12T19:37:34.174Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5029/1 [2024-12-12T19:37:34.174Z] INFO: archiving workspace using pattern(s): [2024-12-12T19:37:35.116Z] Archives upload complete. [2024-12-12T19:37:35.376Z] INFO: archiving logs to Nexus [2024-12-12T19:37:35.947Z] ---> uname -a: [2024-12-12T19:37:35.947Z] Linux prd-ubuntu20-04-docker-8c-8g-34975 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] ---> lscpu: [2024-12-12T19:37:35.947Z] Architecture: x86_64 [2024-12-12T19:37:35.947Z] CPU op-mode(s): 32-bit, 64-bit [2024-12-12T19:37:35.947Z] Byte Order: Little Endian [2024-12-12T19:37:35.947Z] Address sizes: 40 bits physical, 48 bits virtual [2024-12-12T19:37:35.947Z] CPU(s): 8 [2024-12-12T19:37:35.947Z] On-line CPU(s) list: 0-7 [2024-12-12T19:37:35.947Z] Thread(s) per core: 1 [2024-12-12T19:37:35.947Z] Core(s) per socket: 1 [2024-12-12T19:37:35.947Z] Socket(s): 8 [2024-12-12T19:37:35.947Z] NUMA node(s): 1 [2024-12-12T19:37:35.947Z] Vendor ID: AuthenticAMD [2024-12-12T19:37:35.947Z] CPU family: 23 [2024-12-12T19:37:35.947Z] Model: 49 [2024-12-12T19:37:35.947Z] Model name: AMD EPYC-Rome Processor [2024-12-12T19:37:35.947Z] Stepping: 0 [2024-12-12T19:37:35.947Z] CPU MHz: 2799.998 [2024-12-12T19:37:35.947Z] BogoMIPS: 5599.99 [2024-12-12T19:37:35.947Z] Virtualization: AMD-V [2024-12-12T19:37:35.947Z] Hypervisor vendor: KVM [2024-12-12T19:37:35.947Z] Virtualization type: full [2024-12-12T19:37:35.947Z] L1d cache: 256 KiB [2024-12-12T19:37:35.947Z] L1i cache: 256 KiB [2024-12-12T19:37:35.947Z] L2 cache: 4 MiB [2024-12-12T19:37:35.947Z] L3 cache: 128 MiB [2024-12-12T19:37:35.947Z] NUMA node0 CPU(s): 0-7 [2024-12-12T19:37:35.947Z] Vulnerability Itlb multihit: Not affected [2024-12-12T19:37:35.947Z] Vulnerability L1tf: Not affected [2024-12-12T19:37:35.947Z] Vulnerability Mds: Not affected [2024-12-12T19:37:35.947Z] Vulnerability Meltdown: Not affected [2024-12-12T19:37:35.947Z] Vulnerability Mmio stale data: Not affected [2024-12-12T19:37:35.947Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-12-12T19:37:35.947Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-12-12T19:37:35.947Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-12-12T19:37:35.947Z] Vulnerability Srbds: Not affected [2024-12-12T19:37:35.947Z] Vulnerability Tsx async abort: Not affected [2024-12-12T19:37:35.947Z] 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 [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] ---> nproc: [2024-12-12T19:37:35.947Z] 8 [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] ---> df -h: [2024-12-12T19:37:35.947Z] Filesystem Size Used Avail Use% Mounted on [2024-12-12T19:37:35.947Z] overlay 155G 26G 130G 17% / [2024-12-12T19:37:35.947Z] tmpfs 64M 0 64M 0% /dev [2024-12-12T19:37:35.947Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-12-12T19:37:35.947Z] shm 64M 0 64M 0% /dev/shm [2024-12-12T19:37:35.947Z] /dev/vda1 155G 26G 130G 17% /facter-os [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] ---> sar -b -r -n DEV: [2024-12-12T19:37:35.947Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-34975) 12/12/24 _x86_64_ (8 CPU) [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] 19:27:23 LINUX RESTART (8 CPU) [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] 19:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-12-12T19:37:35.947Z] 19:29:01 333.66 11.42 322.23 0.00 1802.14 52908.59 0.00 [2024-12-12T19:37:35.947Z] 19:30:01 103.42 1.02 102.40 0.00 16.66 36718.98 0.00 [2024-12-12T19:37:35.947Z] 19:31:01 46.39 0.00 46.39 0.00 0.00 33580.14 0.00 [2024-12-12T19:37:35.947Z] 19:32:01 28.65 0.12 28.53 0.00 2.13 23818.56 0.00 [2024-12-12T19:37:35.947Z] 19:33:01 276.62 1.38 275.24 0.00 115.85 188459.39 0.00 [2024-12-12T19:37:35.947Z] 19:34:01 705.83 10.83 695.00 0.00 88.10 120855.05 0.00 [2024-12-12T19:37:35.947Z] 19:35:01 266.29 0.85 265.44 0.00 19.86 116443.45 0.00 [2024-12-12T19:37:35.947Z] 19:36:01 276.49 0.12 276.37 0.00 0.93 79099.50 0.00 [2024-12-12T19:37:35.947Z] 19:37:01 649.52 0.25 649.27 0.00 5.33 148885.17 0.00 [2024-12-12T19:37:35.947Z] Average: 298.48 2.87 295.60 0.00 224.94 89040.21 0.00 [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] 19:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-12-12T19:37:35.947Z] 19:29:01 28567060 31510872 796764 2.42 86792 3100596 1977972 5.83 1135740 2750360 72744 [2024-12-12T19:37:35.947Z] 19:30:01 27076780 31375668 925424 2.81 127708 4298920 2173184 6.40 1926840 3331312 964088 [2024-12-12T19:37:35.947Z] 19:31:01 26419712 30759056 1539756 4.68 131284 4314396 2629568 7.75 2079372 3813608 496432 [2024-12-12T19:37:35.947Z] 19:32:01 26518736 31538164 764768 2.33 134088 4993148 1924000 5.67 1728904 4069852 467772 [2024-12-12T19:37:35.947Z] 19:33:01 22359016 31332284 956676 2.91 145564 8818220 2808796 8.28 1864800 7945368 269312 [2024-12-12T19:37:35.947Z] 19:34:01 18482364 31407224 872000 2.65 303316 12285244 2404560 7.09 2528880 10829320 726048 [2024-12-12T19:37:35.947Z] 19:35:01 13248612 29746544 2457488 7.47 336144 15465468 9184396 27.07 4633368 13494168 645856 [2024-12-12T19:37:35.947Z] 19:36:01 10294456 29342124 2860568 8.70 352860 17883496 8629804 25.43 6176200 14793276 960532 [2024-12-12T19:37:35.947Z] 19:37:01 12311940 31403792 848624 2.58 366384 18090424 2363904 6.97 2904736 16298368 56964 [2024-12-12T19:37:35.947Z] Average: 20586520 30935081 1335785 4.06 220460 9916657 3788465 11.17 2775427 8591737 517750 [2024-12-12T19:37:35.947Z] [2024-12-12T19:37:35.947Z] 19:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-12-12T19:37:35.947Z] 19:29:01 veth0aa305b 127.64 128.10 13.41 522.40 0.00 0.00 0.00 0.04 [2024-12-12T19:37:35.947Z] 19:29:01 ens3 1139.59 1091.10 11115.66 125.50 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.947Z] 19:29:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.947Z] 19:29:01 docker0 722.89 671.77 52.40 3434.71 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:30:01 ens3 145.62 83.91 1551.29 18.69 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:30:01 docker0 63.63 113.56 5.73 1515.80 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:30:01 vethb358bdb 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:31:01 ens3 32.57 22.27 25.67 14.60 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:31:01 docker0 1.10 1.10 0.08 0.10 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:31:01 vethb358bdb 1.10 1.12 0.10 0.10 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:32:01 ens3 23.13 14.80 20.24 11.57 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 veth85c296f 1.53 2.73 0.12 38.66 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 vethd41e64a 0.40 0.65 0.04 0.14 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 ens3 228.28 138.48 3904.67 28.05 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 veth7e47ed6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 veth39b103e 6.55 9.15 0.48 118.52 0.00 0.00 0.00 0.01 [2024-12-12T19:37:35.948Z] 19:33:01 veth0cbe9b7 2.28 6.32 0.18 148.14 0.00 0.00 0.00 0.01 [2024-12-12T19:37:35.948Z] 19:33:01 veth10f88f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 veth02452f3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 docker0 24.40 45.08 1.54 695.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 veth4597d65 2.53 6.70 0.19 109.94 0.00 0.00 0.00 0.01 [2024-12-12T19:37:35.948Z] 19:33:01 veth01328f5 1.55 3.47 0.12 41.31 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 veth640008d 1.35 2.97 0.11 38.73 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 vethdd98bdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:33:01 veth0fd7783 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:34:01 vethd41e64a 0.17 0.52 0.01 0.02 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:34:01 ens3 1103.33 653.48 8116.48 235.09 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:34:01 veth8be2e37 66.43 127.81 7.15 1212.87 0.00 0.00 0.00 0.10 [2024-12-12T19:37:35.948Z] 19:34:01 veth39ef99a 77.12 132.04 7.89 1245.41 0.00 0.00 0.00 0.10 [2024-12-12T19:37:35.948Z] 19:34:01 veth2b16188 63.48 115.41 6.94 1211.17 0.00 0.00 0.00 0.10 [2024-12-12T19:37:35.948Z] 19:34:01 docker0 408.15 756.93 35.62 7526.92 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:34:01 veth902bd2f 69.99 138.59 7.39 1227.88 0.00 0.00 0.00 0.10 [2024-12-12T19:37:35.948Z] 19:34:01 vethe0a86f5 69.96 137.04 7.37 1212.86 0.00 0.00 0.00 0.10 [2024-12-12T19:37:35.948Z] 19:35:01 vethd41e64a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 ens3 82.22 49.72 139.71 10.32 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 veth53dce45 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 vethdfb25c9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 veth008dbc2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 vethe295f40 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 veth651a9af 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 veth7266c2a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 vethe6c3154 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 veth88f8485 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 vetha91ce73 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 veth2f4f9ef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 vethdaf99b9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:35:01 vethc0b591b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 vethd41e64a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 ens3 2.13 1.23 1.60 0.85 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 veth53dce45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 vethdfb25c9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 veth008dbc2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 vethe295f40 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 veth651a9af 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 veth7266c2a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 vethe6c3154 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 veth88f8485 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 vetha91ce73 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 veth2f4f9ef 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 vethdaf99b9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:36:01 vethc0b591b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:37:01 vethd41e64a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:37:01 ens3 18.18 9.88 15.78 7.84 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:37:01 vetha9bb8b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] 19:37:01 vethcddac6c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] Average: vethd41e64a 0.06 0.13 0.00 0.02 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] Average: ens3 306.78 227.82 2750.01 50.14 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] Average: lo 0.79 0.79 0.08 0.08 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] Average: vetha9bb8b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] Average: docker0 134.48 175.57 10.52 1459.94 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] Average: vethcddac6c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-12-12T19:37:35.948Z] [2024-12-12T19:37:35.948Z] [2024-12-12T19:37:35.948Z] ---> sar -P ALL: [2024-12-12T19:37:35.948Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-34975) 12/12/24 _x86_64_ (8 CPU) [2024-12-12T19:37:35.948Z] [2024-12-12T19:37:35.948Z] 19:27:23 LINUX RESTART (8 CPU) [2024-12-12T19:37:35.948Z] [2024-12-12T19:37:35.948Z] 19:28:02 CPU %user %nice %system %iowait %steal %idle [2024-12-12T19:37:35.948Z] 19:29:01 all 8.32 0.00 3.46 2.91 0.09 85.22 [2024-12-12T19:37:35.948Z] 19:29:01 0 9.25 0.00 2.62 2.02 0.09 86.02 [2024-12-12T19:37:35.948Z] 19:29:01 1 6.91 0.00 4.08 4.30 0.07 84.64 [2024-12-12T19:37:35.948Z] 19:29:01 2 9.13 0.00 5.22 6.02 0.09 79.54 [2024-12-12T19:37:35.948Z] 19:29:01 3 10.00 0.00 4.09 6.82 0.10 78.99 [2024-12-12T19:37:35.948Z] 19:29:01 4 7.88 0.00 2.96 1.67 0.07 87.42 [2024-12-12T19:37:35.948Z] 19:29:01 5 8.54 0.00 2.88 2.10 0.12 86.36 [2024-12-12T19:37:35.948Z] 19:29:01 6 6.63 0.00 2.63 0.14 0.10 90.50 [2024-12-12T19:37:35.948Z] 19:29:01 7 8.23 0.00 3.18 0.24 0.09 88.26 [2024-12-12T19:37:35.948Z] 19:30:01 all 32.62 0.00 5.73 2.33 0.10 59.22 [2024-12-12T19:37:35.948Z] 19:30:01 0 33.66 0.00 6.34 0.72 0.08 59.19 [2024-12-12T19:37:35.948Z] 19:30:01 1 28.64 0.00 5.01 0.47 0.10 65.78 [2024-12-12T19:37:35.948Z] 19:30:01 2 27.84 0.00 6.94 15.72 0.10 49.40 [2024-12-12T19:37:35.948Z] 19:30:01 3 33.35 0.00 6.16 1.06 0.15 59.28 [2024-12-12T19:37:35.948Z] 19:30:01 4 30.29 0.00 4.69 0.12 0.08 64.82 [2024-12-12T19:37:35.948Z] 19:30:01 5 35.98 0.00 5.69 0.24 0.08 58.01 [2024-12-12T19:37:35.948Z] 19:30:01 6 33.45 0.00 5.74 0.22 0.08 60.50 [2024-12-12T19:37:35.948Z] 19:30:01 7 37.76 0.00 5.23 0.12 0.10 56.79 [2024-12-12T19:37:35.948Z] 19:31:01 all 42.12 0.00 7.09 2.12 0.12 48.56 [2024-12-12T19:37:35.948Z] 19:31:01 0 44.10 0.00 7.31 0.12 0.10 48.36 [2024-12-12T19:37:35.948Z] 19:31:01 1 38.57 0.00 6.14 0.03 0.08 55.17 [2024-12-12T19:37:35.948Z] 19:31:01 2 40.45 0.00 6.49 3.16 0.10 49.79 [2024-12-12T19:37:35.948Z] 19:31:01 3 43.85 0.00 7.86 0.02 0.10 48.17 [2024-12-12T19:37:35.948Z] 19:31:01 4 40.68 0.00 6.29 0.07 0.17 52.79 [2024-12-12T19:37:35.948Z] 19:31:01 5 43.40 0.00 7.39 13.50 0.15 35.57 [2024-12-12T19:37:35.948Z] 19:31:01 6 42.82 0.00 7.75 0.02 0.12 49.30 [2024-12-12T19:37:35.948Z] 19:31:01 7 43.15 0.00 7.46 0.03 0.10 49.26 [2024-12-12T19:37:35.948Z] 19:32:01 all 38.48 0.00 8.79 2.59 0.21 49.92 [2024-12-12T19:37:35.948Z] 19:32:01 0 40.45 0.00 9.37 1.55 0.36 48.28 [2024-12-12T19:37:35.948Z] 19:32:01 1 34.46 0.00 7.91 3.33 0.15 54.14 [2024-12-12T19:37:35.948Z] 19:32:01 2 37.43 0.00 8.29 3.73 0.21 50.35 [2024-12-12T19:37:35.948Z] 19:32:01 3 41.13 0.00 8.57 1.90 0.19 48.21 [2024-12-12T19:37:35.948Z] 19:32:01 4 38.02 0.00 8.22 0.85 0.21 52.71 [2024-12-12T19:37:35.948Z] 19:32:01 5 37.39 0.00 9.04 5.59 0.15 47.83 [2024-12-12T19:37:35.948Z] 19:32:01 6 38.61 0.00 8.89 1.75 0.15 50.59 [2024-12-12T19:37:35.948Z] 19:32:01 7 40.34 0.00 10.04 2.02 0.26 47.35 [2024-12-12T19:37:35.948Z] 19:33:01 all 15.99 0.00 6.40 20.76 0.16 56.69 [2024-12-12T19:37:35.948Z] 19:33:01 0 15.73 0.00 6.37 25.83 0.12 51.96 [2024-12-12T19:37:35.948Z] 19:33:01 1 15.92 0.00 5.94 7.75 0.14 70.26 [2024-12-12T19:37:35.948Z] 19:33:01 2 14.99 0.00 6.24 36.72 0.15 41.90 [2024-12-12T19:37:35.948Z] 19:33:01 3 16.20 0.00 8.69 37.81 0.19 37.12 [2024-12-12T19:37:35.948Z] 19:33:01 4 16.60 0.00 6.30 9.22 0.14 67.75 [2024-12-12T19:37:35.948Z] 19:33:01 5 14.53 0.00 5.22 19.82 0.14 60.30 [2024-12-12T19:37:35.948Z] 19:33:01 6 17.06 0.00 6.02 22.01 0.14 54.77 [2024-12-12T19:37:35.948Z] 19:33:01 7 16.92 0.00 6.44 7.16 0.26 69.22 [2024-12-12T19:37:35.948Z] 19:34:01 all 12.58 0.00 5.72 23.77 0.16 57.77 [2024-12-12T19:37:35.948Z] 19:34:01 0 10.69 0.00 5.64 25.37 0.14 58.16 [2024-12-12T19:37:35.948Z] 19:34:01 1 15.52 0.00 7.63 38.06 0.15 38.64 [2024-12-12T19:37:35.948Z] 19:34:01 2 14.25 0.00 5.27 13.94 0.12 66.43 [2024-12-12T19:37:35.948Z] 19:34:01 3 13.44 0.00 6.18 34.42 0.15 45.80 [2024-12-12T19:37:35.948Z] 19:34:01 4 12.61 0.00 4.61 10.51 0.19 72.08 [2024-12-12T19:37:35.948Z] 19:34:01 5 13.63 0.00 5.63 21.64 0.15 58.95 [2024-12-12T19:37:35.948Z] 19:34:01 6 10.48 0.00 4.68 16.21 0.14 68.49 [2024-12-12T19:37:35.948Z] 19:34:01 7 10.03 0.00 6.17 30.09 0.22 53.49 [2024-12-12T19:37:35.948Z] 19:35:01 all 37.64 0.00 8.58 16.80 0.13 36.85 [2024-12-12T19:37:35.948Z] 19:35:01 0 36.74 0.00 9.13 28.56 0.12 25.44 [2024-12-12T19:37:35.948Z] 19:35:01 1 37.99 0.00 9.25 7.76 0.14 44.87 [2024-12-12T19:37:35.948Z] 19:35:01 2 36.71 0.00 9.69 25.01 0.17 28.42 [2024-12-12T19:37:35.948Z] 19:35:01 3 38.22 0.00 8.50 42.61 0.10 10.56 [2024-12-12T19:37:35.948Z] 19:35:01 4 38.13 0.00 7.85 7.70 0.10 46.22 [2024-12-12T19:37:35.948Z] 19:35:01 5 36.67 0.00 8.52 7.09 0.17 47.54 [2024-12-12T19:37:35.948Z] 19:35:01 6 37.54 0.00 7.78 7.98 0.10 46.60 [2024-12-12T19:37:35.948Z] 19:35:01 7 39.05 0.00 7.94 7.63 0.14 45.24 [2024-12-12T19:37:35.948Z] 19:36:01 all 82.76 0.00 13.38 2.43 0.19 1.25 [2024-12-12T19:37:35.948Z] 19:36:01 0 82.35 0.00 13.83 2.56 0.33 0.93 [2024-12-12T19:37:35.948Z] 19:36:01 1 81.96 0.00 14.06 2.34 0.15 1.48 [2024-12-12T19:37:35.948Z] 19:36:01 2 83.74 0.00 12.77 2.68 0.15 0.65 [2024-12-12T19:37:35.948Z] 19:36:01 3 83.93 0.00 12.63 2.38 0.15 0.92 [2024-12-12T19:37:35.948Z] 19:36:01 4 82.26 0.00 13.97 2.33 0.19 1.26 [2024-12-12T19:37:35.948Z] 19:36:01 5 84.10 0.00 12.44 1.99 0.15 1.31 [2024-12-12T19:37:35.948Z] 19:36:01 6 81.31 0.00 13.99 2.61 0.22 1.87 [2024-12-12T19:37:35.948Z] 19:36:01 7 82.31 0.00 13.37 2.58 0.14 1.60 [2024-12-12T19:37:35.948Z] 19:37:01 all 80.02 0.00 12.14 3.49 0.17 4.19 [2024-12-12T19:37:35.948Z] 19:37:01 0 80.39 0.00 12.30 3.47 0.17 3.68 [2024-12-12T19:37:35.948Z] 19:37:01 1 78.00 0.00 13.48 2.52 0.17 5.83 [2024-12-12T19:37:35.948Z] 19:37:01 2 80.62 0.00 11.37 2.91 0.14 4.97 [2024-12-12T19:37:35.948Z] 19:37:01 3 80.29 0.00 11.91 2.19 0.16 5.46 [2024-12-12T19:37:35.948Z] 19:37:01 4 80.03 0.00 12.71 5.80 0.17 1.29 [2024-12-12T19:37:35.948Z] 19:37:01 5 81.25 0.00 11.77 5.13 0.12 1.73 [2024-12-12T19:37:35.948Z] 19:37:01 6 81.16 0.00 11.16 4.72 0.22 2.73 [2024-12-12T19:37:35.948Z] 19:37:01 7 78.40 0.00 12.40 1.11 0.19 7.89 [2024-12-12T19:37:35.948Z] Average: all 38.87 0.00 7.91 8.58 0.15 44.49 [2024-12-12T19:37:35.948Z] Average: 0 39.12 0.00 8.08 10.02 0.17 42.60 [2024-12-12T19:37:35.948Z] Average: 1 37.55 0.00 8.16 7.39 0.13 46.77 [2024-12-12T19:37:35.948Z] Average: 2 38.39 0.00 8.03 12.17 0.14 41.28 [2024-12-12T19:37:35.948Z] Average: 3 40.06 0.00 8.29 14.34 0.14 37.16 [2024-12-12T19:37:35.948Z] Average: 4 38.47 0.00 7.50 4.26 0.15 49.61 [2024-12-12T19:37:35.948Z] Average: 5 39.49 0.00 7.61 8.56 0.14 44.20 [2024-12-12T19:37:35.948Z] Average: 6 38.51 0.00 7.59 6.20 0.14 47.56 [2024-12-12T19:37:35.948Z] Average: 7 39.40 0.00 8.00 5.67 0.17 46.76 [2024-12-12T19:37:35.948Z] [2024-12-12T19:37:35.948Z] [2024-12-12T19:37:35.948Z]